@charset "utf-8";
/* CSS Document */

body{ 	
	height: 100%;
	padding: 0;
	font-size:15px;	
	text-align:left;
	margin:0px;
	position:relative;				
	background: #FFF;
	font-family: 'Effra';
    font-weight: 400;
	color: #000000;    
	}	

html{
	height: 100%;
	padding: 0;
	}		
	
img{ 
	border:none;
	vertical-align:middle;
	}
    
     
/*MAIN*/

.mainTable{
    width:100%;
    height:100%;	
}

.mainDiv{
    display: inline-block;
    box-sizing: border-box;
    float: left;
    width: 100%;
    background: #FFFFFF;
    overflow: hidden;
}

	
.rollOver{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-html-opacity: 1;
	opacity: 1;
	
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.rollOver:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

a,
button{
outline:0 !important;
}

.boxMaxWidht{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: inline-block;
    box-sizing: border-box;
}

.maxWidht{
    max-width: 1100px;
}

.centrado{
    text-align: center;
}
/*HEADER*/ 

header{
    display: inline-block;
    box-sizing: border-box; 
    width: 100%;
    
    text-align: center;
    position: fixed;
    z-index: 9999;    
    
    background: url("../img/home/intro.jpg");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

header:not(.header_home){
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

header .bk_obscuro{
    display: inline-block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background:rgba(0,0,0,0);
    z-index: -1;
    
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
}

header.fixed .bk_obscuro, header:not(.header_home) .bk_obscuro{    
    background:rgba(0,0,0,.7);
}

.debug{
    position: fixed;
    top: 0px;
    left: 0px;
    background: #FFF;
    padding: 5px;
    color: #000000;
    z-index: 999999999;
}


header,
.header{
    height: 140px;
}



header .logo{
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 40px;
    top: 50px;
    width: 365px;
    
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

header .logo img{
    width: 100%;
}

/*FOOT*/
.foot_td{
    height: 1px;
}

.foot{    
    background: #2f2f2f;
    padding: 40px;
    width: 100%;
    color: rgba(255,255,255,.5);
    position: relative;
    text-align: center;
    display: inline-block;
    float: left;
    box-sizing: border-box;
}

.foot .sm_icons{
    display: inline-block;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 20px;
}

.foot .sm_icons a{
    display: inline-block;
    box-sizing: border-box;
    float: left;
    width: 35px;
    height: 35px;
    margin: 0px 20px;
}

.foot .sm_icons a img{
    width: 100%;
}

.foot .direccion{
    font-size: 1.3em;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 1em;
}

.foot .direccion a, .foot .direccion a:hover, .foot .direccion a:active, .foot .direccion a:link, .foot .direccion a:visited{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 600;
}

.foot .logo{
    display: inline-block;
    box-sizing: border-box;
    width: 150px;
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.foot .logo img{
    width: 100%;
}

/*MENU*/

.menuPrincipal{
    display: inline-block;
    box-sizing: border-box;
    float: right;
    vertical-align: middle; 
    line-height: 140px;
    height: 140px;  
    margin-right: 40px;
    
    transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    -ms-transition: all 0.5s; 
    
    transition-timing-function: ease-out;
}

.menuPrincipal.collapsed{
    background: rgba(0,0,0,0);
}

.menuPrincipal .mpBlock{
    display: inline-block;
    box-sizing: border-box;
    float: left;
    text-transform: uppercase;
    font-size: 1.3em;
    font-family: 'Gotham HTF';
    font-weight: 600;
    padding: 0px 20px;
}

.menuPrincipal .mpBlock:last-child{
    padding-right: 0px;
}

.menuPrincipal .mpBlock a{
    color: rgba(255,255,255,1);
    text-decoration: none;
}

.btnResponsivo{
    display: inline-block;
    display: none;
    box-sizing: border-box;
    height: 60px;
    width: 60px;
    padding: 0px 20px;
    line-height: 60px;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.btnResponsivo img{
    width: 100%;
}

#overlay{
    display: none;
    z-index: 999;
}

#overlay.collapsed{
    display: none;
}

/**/

.wallpaper{
	display:inline-block;
	width:100%;
	height:100%;
	position:relative; 
	max-height:100%;
	overflow:hidden;
	box-sizing:border-box;
	float:right;
	vertical-align: middle;
    
    transition: all 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -webkit-transition: all 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -ms-transition: all 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    margin-bottom: 40px;
	}

	
.wallpaper .bk img{
	width:100%;
}

.contenido{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    float: left;
}

.bloqueWhite{
    display: inline-block;
    box-sizing: border-box;
    float: left;
    width: 100%;
    text-align: left;
    font-size:1.29em;
    line-height: 2em;
    padding: 40px;
    letter-spacing: 1.2px
}

.bloqueWhite h1, .bloqueWhite h2{
    font-size: 2em;
    line-height: 1em;
    letter-spacing: 15px;
    font-weight: 600;
    margin-bottom: 40px;
}

.btnGenerico, .btnGenerico:hover{
    display: inline-block;
    float: left;
    color: #FFFFFF;
    background: #b8babc;
    padding: 0px 15px;
    text-transform: uppercase;
    font-size: .85em;
    letter-spacing: 0px;
    text-decoration: none;
    border: none;
    font-family: 'Effra';
}

.bloqueFull{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.img100{
    width: 100%;
}

/**/

.flex_1x1{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    
    margin-left: -20px;
    margin-right: -20px;
}


.flex_1x1 > .flex_item{
    display: inline-block;
    box-sizing: border-box;
    flex: 50%;
    padding: 0px 20px 20px 20px;
    max-width: 50%;
    text-align: left;
}

.hl_txt{
    display: inline-block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
    line-height: 1.3em;
}

.hl_txt:last-child{
    margin-bottom: 0px;
}

.hl_txt .titulo{
    font-weight: 600;
    font-size: 1.3em;
    letter-spacing: 4px;
}

.hl_txt .desc{
    font-size: .8em;
}

.floatTxt{
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    box-sizing: border-box;
    
    text-align: left;
    font-size:1.29em;
    line-height: 2em;
    letter-spacing: 1.2px;
    font-weight: 600;
    padding: 40px;
}

.tbBeneficios td{
    padding-bottom:5px;    
    text-align: left;
}

.tbBeneficios tr td:first-child{
    padding-right: 20px;
    text-align: right;
}


.tbBeneficios tr:last-child td{
    padding-bottom:0px;    
}

.bold{
    font-weight: 600;
}

.imgInside{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 40px;
}

/**/

.galeria{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    float: left;
    background: url("../img/plantas/fondo.jpg");
    background-size: cover;
    background-position: center bottom;
    position: relative;
    margin-bottom: 40px;
}

.slides{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    float: left;
}

.slides .slide{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    height: calc(100vh - 140px);
    padding: 40px;
    float: left;
}

.slides img{
    height: 100%;
    margin: 0 auto;
}

.galeria .left, .galeria .right{
    position: absolute;
    margin: 0 ;
    position: absolute;
    top: 50%;    
    transform: translate(-50%, 0%);
    width: 20px;
    margin-top: -20px;
    z-index: 999;
    cursor: pointer;
}

.galeria .left{
    left: 40px;
}

.galeria .right{
    right: 20px;
}

.bloqueCentro{
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
}

/**/
#mapa{
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    height: 500px;
}

.bloqueNexTo{
    float: left !important;
    margin: 0px !important;
}

/**/

.bloqueContacto h2{
    letter-spacing: initial !important;
}

.bloqueContacto .flex_item:first-child{
    text-align: right;
    line-height: initial;
}

.bloqueContacto a, .bloqueContacto a:hover, .bloqueContacto a:link, .bloqueContacto a:active, .bloqueContacto a:visited{
    text-decoration: none;
    color: #000000;
}

.bloqueContacto .btnGenerico{
    float: right;
}


/**/

/*INPUTS*/

input, textarea{
	-webkit-border-radius: 0 !important;
	border-radius: 0;    
    font-family: 'Effra';
	font-size:16px;
    font-weight: 400;/*regular*/
    background: #FFFFFF;
    padding: 10px 10px;
    border: solid 1px #000000;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: rgba(0,0,0,.5);
    line-height: initial;
}

.formEnviado{
    display: inline-block;
    width: 100%;
    line-height: initial;
}

.formEnviado{
    display: none;
}

.warning{
    display: none;
}

textarea{
    resize: none;
    min-height: 120px;
}

#formulario{
    width: 100%;
    max-width: 302px;
    display: inline-block;
    box-sizing: border-box;
}

.boxCaptcha{
    display: inline-block;
    box-sizing: border-box;
    float: right;
    width: 100%;
    margin-bottom: 10px;
}


#formulario .btnGenerico{
    float: left;
} 

.bloqueBottom{
    margin-bottom: 80px;
}