@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,700');

body{
	color: #7b7b7b;
    font-family: 'Roboto', sans-serif;
    height: 100%;
}
.condb{font-family: 'Roboto Condensed', sans-serif;font-weight: 800}
.condr{font-family: 'Roboto Condensed', sans-serif;}
.white{color: #fff;}
.verde{color: #b5c735}
.center{ text-align: center;margin:0 auto; }
.center img{margin: 0 auto;}
a{color: inherit;}
a:hover{
    color: inherit;
}
/*--- HEADER ---*/
.header{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    z-index: 9;
}
.header:before {
    content: '';
    width: 100%;
    height: 15px;
    background-color: #b5c735;
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 1;
    transform: skewY(-0.5deg);
}
.logo{
    padding: 25px 45px;
    background-color: #fff;
    display: inline-block;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
    z-index: 9;
    position: relative;
}
.logo img {max-width: 100%}

/*--- BANNER ---*/
.banner {
    min-height: 480px;
    height: calc(90vh);
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-position: right bottom;
    position: relative;
    background-repeat: no-repeat;
}
.txt-banner{
    text-transform: uppercase;
    font-size: 25px;
    text-align: left;
    color: #fff;line-height: 1.3em;
    padding-left: 20px;
    position: relative;
}
.txt-banner:before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    background-color: #b5c735;
    left: 0;
    border-radius: 15px;
}
.txt-banner h1 {
    font-weight: 800;
    font-size: 60px;
    margin: 0;
    padding: 0;
    text-shadow: 5px 2px 5px rgba(0, 0, 0, 0.68);
}
.banner .container {
    line-height: 1.3em;
    padding: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 25px;
    bottom: 90px;
}
.banner{
    box-shadow: 0px 2px 10px rgba(0,0,0,0.4)
}
.scroll{
    position: absolute;
    left: 0;
    right: 0;
    margin:0 auto;
    text-align: center;
    bottom: -40px;
}
/*--- CONTÁCTANOS ---*/
.solicita{
    padding-top: 80px;
    padding-bottom:120px;
    background-image: url(../img/bg-contacto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.solicita h1{text-align: center;text-transform: uppercase;font-weight: 800;font-size: 35px;font-family: Roboto Condensed;margin-bottom: 40px;position: relative;}
.solicita h1:before {
    width: 80%;
    height: 2px;
    background-color: #eaeaea;
    content: '';
    position: absolute;
    bottom: -20px;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.beneficios .col-md-6 {
    display: inline-block;
    float: none;
    width: 49%;
}
.beneficios img{
    padding: 30px;
}
.beneficios,.contactanos{display: table-cell;float: none;    vertical-align: middle;    width: 49%;}
.solicita big{
    font-weight: 500;
    font-size: 25px;
    margin:40px 0 0 0;
    display: block;
}
.contactanos{
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.15);
    height: 100%;
}
.contactanos big{margin-top: 30px;margin-bottom: 40px;}
input, textarea{
    width: 100%;
    border: none;
    color: #666;
    padding: 8px 10px;
    border:2px solid #dce5a1;
    border-radius: 10px;
    margin-bottom: 15px;
}
textarea{
    resize: none;
    height: 81px;
}
.cmxform2{
    margin-top: -10px;
}
label.error {
    color: #000;
}

.cmxform2 input{
    margin-bottom: 10px;
}

.contacto .boton,.solicita .boton,.boton {
    padding: 10px 50px;
    margin: 20px 5px 0 0;
    text-align: center;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    font-size: 18px;
    border-bottom: 0;
    background: #b5c735;
    width: auto;
    border:0;
    border-radius: 100px;
    display: inline-block;
}
/*---- BANNER -----*/
.banner-2{
    padding: 100px 0 100px;
    background-image: url(../img/bg-banner.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.banner-2 h1{
    font-weight: 100;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 55px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.6);
    font-family: 'Roboto Condensed'
}
.banner-2:before{
    content: '';
    width: 100%;
    height: 15px;
    background-color: #b5c735;
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 1;
    transform: skewY(-0.5deg);
}
.banner-2:after{
    content: '';
    width: 100%;
    height: 15px;
    background-color: #b5c735;
    position: absolute;
    bottom: -9px;
    left: 0;
    z-index: 1;
    transform: skewY(-0.5deg);
}
.carousel-control {
    top: 50%;
    margin-top: -30px;
    }
.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    top: 50%;
    margin-top: -30px;
    background-image: none;
}
span.texto{display: block;position: relative;z-index: 9;}
.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
}
/*---- CAROUSEL----*/
.galeria .col-md-6 {
    padding: 0;
    display: inline-block;
    float: none;
    width: 49%;
    vertical-align: middle;
}
.galeria .proposito{
    padding: 50px;
}
.proposito h1{
    color: #b5c735;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
.proposito h1:before{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    background: #eaeaea;
    height: 2px;
    bottom: -20px;
}
.proposito li {
    list-style-type: none;
    line-height: 2em;
    position: relative;
}
.proposito li:before{
    content: '';
    width: 5px;
    height: 5px;
    background: #b5c735;
    position: absolute;left: -15px;
    top: 50%;
    margin-top: -2px;
    border-radius: 10px;
}
.proposito li.last:before{
    content: '';
    width: 5px;
    height: 5px;
    background: #b5c735;
    position: absolute;left: -15px;
    top: 15px;
    border-radius: 10px;
}

/*---- FOOTER  ----*/

.contacto h3 {
    display: block;
    position: relative;
    z-index: 1;
}
strong{
    font-weight: 800;
}
.contacto{
	color: #262525;
    position: relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b1b1b+0,363636+100 */
background: rgb(27,27,27); /* Old browsers */
background: -moz-linear-gradient(top, rgba(27,27,27,1) 0%, rgba(54,54,54,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(27,27,27,1) 0%,rgba(54,54,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(27,27,27,1) 0%,rgba(54,54,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#363636',GradientType=0 ); /* IE6-9 */
}
.contacto h1 div{
    float: left;
}
.contacto h1 span{
    float: left;
    font-size: 13px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 3em;
    padding-left: 20px;

}
.right {
    position: absolute;
    right: 0;
    top: 0;
}
.left {
    position: absolute;
    bottom: 0;
    left: -15px;
}
.contacto .datos{
        padding: 80px 0 80px;
    padding-left: 5%;
    margin: -2px;
}
.contacto h3,.content-lightbox h3{
	font-weight: 400;
    font-size: 35px;
}
.codex {
    margin-top: 30px;
}
.big{
    font-size: 17px;
}
.sep{
    width: 90%;
    height: 1px;
    background: #646465;
    margin:20px 0;
}
.tel{
    padding-left: 30px;
    background: url(../img/tel.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 15px 0 15px 30px;
}
.ubi{
    padding-left: 30px;
    background: url(../img/ubi.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 15px 0 15px 30px;
}
.mail{
    padding-left: 30px;
    background: url(../img/mail.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 15px 0 15px 30px;
}
.datos, .map {
    display: inline-block;
    width: 51%;
    float: none;
    vertical-align: middle;
    padding: 0;
}
.map {
    text-align: right;
    float: right;
    margin-bottom: -5px;
}
.contacto .datos {
    padding: 80px 0 80px;
    padding-left: 5%;
    margin: -2px;
    width: 48%;
}

.footer{
	padding: 10px 0;
	background:#111;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed'
}
form .col-md-6,form .col-md-12,form .col-md-4{
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px
}
.hide-desk{display: none;}

/*--- RESPONSIVE ---*/
@media screen and (min-width: 1440px){

}
@media screen and (max-width: 1024px){
    .galeria .proposito {
    padding: 20px 30px 20px 40px;
    }
}
@media screen and (max-width: 991px){

}
@media screen and (max-width: 950px){
    .proposito h1{font-size: 25px;}
    .galeria .proposito {padding: 0px 30px 0px 40px;}
    .proposito li {line-height: 1.2em;}
    .txt-banner {font-size: 20px;}
    .txt-banner h1 {font-size: 35px;}
    .text-right{text-align: center;}
    .footer{text-align: center;}
}
@media screen and (max-width: 767px){
    .col-md-6,.galeria .col-md-6{
        width: 100%;
        display: block;
    }
    .beneficios{
        margin-bottom: 50px;
    }
    .banner .container {
    left: 0px;
}
.solicita .row {
    padding: 0 15px;
}
.col-md-6.proposito {
    padding-top: 20px;
    padding-bottom: 40px;
}
.contacto .datos {
    width: 100%;
    padding: 20px 0 20px;
    padding-left: 45px;
}
}



@media screen and (max-width: 599px){
.contacto .boton {
    margin-top: 6px;
    width: 100%;
        background: #65c6d6;
    font-size: 12px;
}
.txt-banner {
    font-size: 16px;
    text-shadow: 1px 2px 2px black;
}
.txt-banner h1 {
    font-size: 25px;
}
.banner .container {
    padding: 15px;
    left: 0px;
    bottom: 50px;
}
.solicita h1 {
    font-size: 25px;
    }
    .banner-2 h1 {
    font-size: 30px;
}
.solicita h1 {
    font-size: 20px;
    }
    .solicita big {
    font-size: 20px;
    margin: 20px 0 0 0;
}
}

@media screen and (max-width: 375px){
.big {
    font-size: 14px;
}.banner-2 h1 {
    font-size: 20px;
}
}