@charset "utf-8";
/* CSS Document */


{
margin:0;
padding: 0;
}

nav{
	background-color: #353535;
}

.logo{
	margin: -13px; 
	float: left;
	width: 250px;
	height: auto;
}

h1 h2 h3 h4 h5 h6 h7 {
	font-family: 'Ovo', serif;

}

.linea_bc{width: 85%; 
border-top: 3px solid #a61a1b;}

.linea_bc_one{width: 80%; 
border-top: 2px solid #FFFFFF;}

.linea_bc_two{width: 80%; 
border-top: 2px solid #a61a1b;}

.linea_bc_tres{ 
	border-top: 2px solid #FFFFFF;
border-left: 2px solid #FFFFFF;
	height: 430px;

display: block;}


.text_byc{
	font-family: 'Ovo', serif;

}

#home-servicios-bc{
background-color: #353535;
}

.btn_home_bc:hover .img_01 {-webkit-transform:scale(1);transform:scale(0.9);}
.btn_home_bc {overflow:hidden;}

.btn_planesf1{
	width:330px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding-top: 1%;
	background-color:#a61a1b;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
	z-index: 1;
}


.btn_planesf1:hover{
	width:330px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding-top: 1%;
	background-color:#930f16;
	color: #fff;
	font-weight:bolder;
	border-radius: 30px;
	cursor: pointer;
	z-index: 1;
}

.btn_contact-byc{
	width:130px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding-top: 1%;
	background-color:#3A3A3A;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
	z-index: 1;
}


.btn_contact-byc:hover{
	width:130px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding-top: 1%;
	background-color:#1A1A1A;
	color: #fff;
	font-weight:bolder;
	border-radius: 30px;
	cursor: pointer;
	z-index: 1;
}

footer{
	width:100%;
	height: auto;
	padding: 1%;
}

.header-byc{
	width:100%;
	height:430px;
	display:table;
background-image:url(imgs/bonilla-cristancho-15.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover;
	margin:0 auto;
}

/*slider firma*/

.tabs{
width:100%;
	height: auto;
	padding: 2%;
}

.tabs .tab-pane{
  margin-left:20px;
}

.tabs p{
  font-size:14px;
}


.tabs li{
  margin-top:1px;
  text-align:center;
  height:220px;
  width:220px;
  -webkit-border-radius:3px;
  border-radius:3px;
}


.img-slider-firma{
	width:100%;
	height: auto;
	float: left;
}
	.img_la-firma{
	display:table;
	}

.icono_whatsapp {
    display:scroll;
        position:fixed;
        bottom:10px;
        left:0px;
}

@media screen and (max-width: 550px) {
	
	.header-byc{
display: none;
}
	
	.linea_bc_tres{
	display: none;
}
	
	.img_la-firma{
	display:table;
	}
	
	.btn_planesf1{
	width:230px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding-top: 1%;
	background-color:#a61a1b;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
	z-index: 1;
}
	
.btn_planesf1:hover{
	width:230px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding-top: 1%;
	background-color:#930f16;
	color: #fff;
	font-weight:bolder;
	border-radius: 30px;
	cursor: pointer;
	z-index: 1;
}
	
	.img-slider-firma{
	width:45%;
	height: auto;
	float: left;
}
	
}