body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color; #343a40;
}


h1{
	font-weight: 400;
   font-family: 'Open Sans', sans-serif;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

h4 {
	font-weight: 400;
   font-family: 'Open Sans', sans-serif;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

h6 {
	font-size: 18px;
	font-weight: 400;
   font-family: 'Open Sans', sans-serif;
}

p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.bg-green1{
	background: #3c6e45;
}

.txt-small{
	font-size: 12px;
}


.lora{
	font-family: 'Lora', serif;
	font-weight: 400;
}



.txt-green{
	color:#53af31;
}

.txt-green2{
	color: #4b8d21;
}

.txt-green3{
	color: #98c661;
}

.gray{
	background: #3e3e3e;
}

.gray2{
	background:#f5f4f4;
}

.black{
	background: black;
	color: white;
}

.btn-llamanos{
    font-family: 'Open Sans', sans-serif;
    background: #8f8a2b;
    color: white;
    font-size: 14px;
}

.btn-llamanos:hover{
    font-family: 'Open Sans', sans-serif;
    background: #767222;
    color: white;
    font-size: 14px;
}
 
 
.btn-whats{
    font-family: 'Open Sans', sans-serif;
    background: #00e676;
    color: white;
    font-size: 14px;
}

.btn-whats:hover{
    font-family: 'Open Sans', sans-serif;
    background: #01cd6a;
    color: white;
    font-size: 14px;
}


.btn-envia{
    font-family: 'Open Sans', sans-serif;
    background: #a4c612;
    color: white;

}

.btn-envia:hover{
    font-family: 'Open Sans', sans-serif;
    background: #88a50a;
    color: white;

}

.btn-cta{
    font-family: 'Open Sans', sans-serif;
    background: #4cae32;
    color: white;

}      

.btn-cta:hover{
    font-family: 'Open Sans', sans-serif;
    background: #3d8d28;
    color: white;

}



.img-size{
	width: 110px;
}

.img-size3{
	width: 210px;
}


.img-size2{
	width: 110px;
}

.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:12px;
}

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





.bg-form {
    background: rgb(34 34 34 / 70%);
}


.icono{
	color: white;
}

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


.shadow {
    box-shadow: 0px 1px 15px #888888;
}
.carousel-caption{
	position: relative;
	right: 0%;
	left: 0%;
}

.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;
}


.fondo1 {
    background: url(../img/fondo1.jpg) center center no-repeat;
    background-size: 100%;
    height: 384px;
}

@media (max-width: 767px){

#banner {
    background-size: 140% auto;
    background-position: 0px 0px;
}

.movilbanner{ 
    font-size: 32px;
	margin-bottom: 7px;
}

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

.bgformovil{
	margin-top: 40px;
	background: rgb(223 227 207);;
	color: white!important;
}

.fondo1 {
    background: url(../img/fondo1.jpg) center center no-repeat;
    background-size: 100%;
    height: 240px;
}

}
