body {
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 400;
	color: #333333;
}

h1{
	font-weight: 400;
    font-family: 'IBM Plex Sans Condensed', sans-serif;}

h2 {
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 400;
}

h3 {
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 400;
}

h4 {
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 400;
}

h5 {
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 400;
}

h6 {
	font-size: 17px;
	font-weight: 400;
   font-family: 'IBM Plex Sans Condensed', sans-serif;
}

p{
	font-family: 'IBM Plex Sans Condensed', sans-serif;	font-weight: 400;
}

.logo-size{
	width: 80px;
}


.p-txt{
	font-size: 15px; 
}

.h1banner{
   font-weight: 600; 
   font-family: 'IBM Plex Sans Condensed', sans-serif;
   font-size: 50px; 
   text-transform: uppercase;
   text-shadow: 2px 2px 2px #000;
}

#banner #contacto form select{ width: 10% !important; }

.txt-blue{
	color: #009ddd;
}


.txt-gray{
	color: #2a3e40;
}



.img-size1{
	width: 200px;
}

.img-size2{ 
	width: 60px;
}

.img-size3{
	width: 100px;
}

.bg-gray{
	background: #f6f6f6;
}

.bg-gray2{
	background: #d3d3d3; 
}

.gray-light{
	background:#eaeaea;
}

.bg-blue1 {
    background: #009ddd;
}

.bg-footer {
    background: #222;
}

bg-form {
    background: rgba(255,255,255,.7)!important;
}

.bluebox {
    border-top: 2px #009ddd solid;
	border-left: 2px #009ddd solid;
	border-right: 2px #009ddd solid;
    border-bottom: 2px #009ddd solid;
    border-radius: none;
	padding: 15px;

}

.bx-txt {
    height: calc(0.7em + 0.75rem + 2px)!important;

}  

.bg-form {
    background: rgba(255, 255, 255, .7);
}

.btn-llamanos{
    background: #006c98;
    color: white;
    border-radius: 20px;
    font-size: 16px;
	text-decoration: none;
}

.btn-llamanos:hover{
    background: #005b77;
    color: white;
    border-radius: 20px;
    font-size: 16px;
	text-decoration: none;
}
 
.btn-whats{
    background: #4caf50;
    color: white!important;
    border-radius: 20px;
    font-size: 16px;
}

.btn-whats:hover{
    background: #3c9140;
    color: white!important;
    border-radius: 20px;
    font-size: 16px;
} 
 .btn-envia{
	background: #cc8100;
	font-weight: bold;
	color: white;
	border-radius: .25rem;
}

.btn-envia:hover{
	background: #b37100;
	font-weight: bold;
	color: black;
	border-radius: .25rem;
}

.btn-1{
	background: #cc8100;
	font-weight: bold;
	color: white;
	border-radius: 20px;
}


.btn-1:hover{
	background: #b37100;
	font-weight: bold;
	color: black;
	border-radius: 20px;
}


.btn-ficha{
    background: #007da5;
    color: white;
	font-size: 12px;

}      

.btn-ficha:hover{  
    background: #00475d;
    color: white;
	font-size: 12px;

}



.graybox {
    border-top: 1px #a1a1a1 solid;
    border-right: 1px #a1a1a1 solid;
    border-left: 1px #a1a1a1 solid;
    border-bottom: 1px #a1a1a1 solid;
    padding: 12px;
    margin-bottom: 10px;
}

.margin-list{
	margin-bottom:20px;
}

.icono{
	color: white;
}

.fondo {
    background: url(../img/fondo.jpg) center center no-repeat;
    background-size: cover;
}



.menu-sticky {
    position: fixed;
    top: 0px;
    bottom: auto;
    width: 100%;
    z-index: 9999;
} 

#logo img {
	max-height: 85px;
}

#banner {
    background-image: url(../img/banner.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}



.zoom {
	padding-top: 1rem;
    transition: transform .2s;
    height: auto;
    margin: 0;
    max-width: 100%;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.fb{
	font-size:40px!important;
	color: #0068c4;
}

.fb:hover{
	font-size:40px!important;
	color: #0068c4;
}

.owl-nav{
	font-size:60px;
	
}

.owl-prev, .owl-next {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.owl-next:before {
    content: "\f18e";
    font-size: 40px;
}
.owl-prev span, .owl-next span {
    display: none;
}

.owl-prev:before {
    content: "\f190";
    font-size: 40px;
}

.owl-prev, .owl-next
{
	margin: 10px;
}

@media (min-width: 1500px) {
#banner {
    background-size: 120% auto;
    background-position-x: 100%;
}
} 

@media (max-width: 767px){

#banner {
    background-size: 140% auto;
    background-position: 0px 0px;
}
 
.movilbanner{
	padding-top: -5px;
    font-size: 20px;
	margin-bottom: 7px;
}

.movilform1{
	margin-top: 10px;
    text-align: center;
}

.bgformovil{
	margin-top: 80px;
	margin-bottom: 30px;
	background: #bee4e8;
	color: white!important;
}

}

