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

html{
	}
body{
	font-family: 'Roboto', sans-serif;
	height:100%;
	width:100%;
	}
.contenido{
	margin:0 auto;
	width:1024px;
	max-width:100% !important;
	}
a, a:hover, a:active, a:visited, a:link, a:focus{
	text-decoration:none;
	color:inherit;
	cursor:pointer;
	}
img{
	max-width:100%;
	}	
header{
	background-image:url(../img/fondo.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	height:600px;
	width:100%;
	z-index:10;
	padding-top:250px;
	}
#logo{
	/*background-image:url(../img/logo.png);*/
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	cursor:pointer;
	height:100px;
	width:130px;
	float:left;
	}
#menu{
	/*background: rgba(0,0,0,.72);*/
	background: rgba(255,255,255,1);
	box-shadow: 0px 1px 3px #C7C7C7;
	position:fixed;
	height:80px;
	width:100%;
	z-index:5;
	top:0px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	}
#menu .open{
	top:0;
	}	
#menu #logo{
	background-image:url(../img/logo.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	height:80px;
	width:100px;
	float:left;
	}
#menu ul{	
	float:right;
	}	
#menu li{
	display:inline-block;
	text-align:center;
	line-height:20px;
	list-style:none;
	font-weight:200;
	margin-top:5px;
	padding:25px 0;
	cursor:pointer;
	font-size:18px;
	color:#878787;
	width:120px;	
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background-image:url(../img/x-menut.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	}
#menu li:hover, #menu li.activo{
	/*background-image:url(../img/x-menu.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;*/
	font-weight:400;
	color:#000;
	}
header .titulo{
	color:#FFF;
	text-align:center;
	font-size: 50px;
	margin-bottom:5px;
	font-family: 'Libre Baskerville', serif;
	}
header .titulo2{
	color:#FFF;	
	text-align:center;
	margin-top:0;
	font-family: 'Libre Baskerville', serif;
	}	
.seccion{
	margin-bottom:50px;
	background:#FFF;
	color:#373737;
	}
.seccion .titulo{
	font-weight:300;
	font-size:50px;
	}
.seccion .titulo2{
	line-height:40px;
	font-weight:300;
	font-size:34px;
	}
.seccion .titulo3{
	line-height:26px;
	font-weight:600;
	font-size:26px;
	}		
.seccion .texto{
	text-align:justify;
	font-weight:300;
	font-size:16px;
    margin-top: 20px;
	}				
#plano_master{
	background-image:url(../img/masterplan.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:400px;
	width:100%;
	}
#plano_master > div{
	background-image:url(../img/x-over.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto;
	background-color:rgba(0,0,0,.8);
	cursor:pointer;
	height:100%;
	width:100%;
	opacity:0;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	}
#plano_master > div:hover{
	opacity:1;
	}
#slider_planos{
	position:relative;
	overflow:hidden;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	}	
#all_planos{
	left:-300%;
	width:350%;
	position:relative;	
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	}
#all_planos.movido{
	left:-75%;
	}		
.img_plano{
	width:14.28571428571429%;
	float:left;
	padding:0 20px;
	cursor:pointer;
	text-align:center;
	}
.img_plano .texto{
	margin:0 auto;
	margin-top:20px;
	text-align:center;
	}
.servicio{
	padding:0;
	font-size:15px;
	}
.servicio_izq{
	}
.servicio_der{
	text-align:right;
	}	
.servicio li{
	padding:5px 0;
	cursor:pointer;
	}
.galeria{
	height:600px;
	width:100%;
	}
.galeria > div{
	padding:0 !important;
	}
.galeria .imagen{
	cursor:pointer;
	}
.galeria .imagen div{
	background-image:url(../img/x-over.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto;
	background-color:rgba(0,0,0,.6);
	height:100%;
	width:100%;
	opacity:0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	}
.galeria .imagen:hover div{
	opacity:1;
	}
.form-group{
	margin-bottom:20px;
	}	
input.form_input{
	border:none;;
	border-left:4px solid #A9A9A9;
	background:#FFF;
	color:#A9A9A9;
    font-size: 20px;
	padding:0 10px;
	height:30px;
	width:100%;
	}
textarea.form_input{
	border:none;
	border-left:4px solid #A9A9A9;
	background:#FFF;
	color:#A9A9A9;
    line-height: 33px;
	font-size: 20px;
	padding:5px 10px;
	resize:none;
	width:100%;
	}
.form_boton{
	border:none;
	border-left:4px solid #A9A9A9;
	background:#FFF;
	width:100%;
	color:#A9A9A9;
	padding:0 10px;
	height:30px;
	line-height: 33px;
	font-size: 20px;
	text-align:left;	
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
	}
.form_boton:hover{
	background:#A9A9A9;
	color:#FFF;
	}						
footer{
	background:#FFF;
	height:50px;
	width:100%;
	}	
footer .contenido{
	text-align:center;
	line-height:15px;
	padding-top:20px;
	font-weight:200;
	font-size:15px;
	color:#000;
	}
/*Cruces*/
#cruz1{
	position: relative;
    top: -0px;
    right: -100px;
    float: none;
    text-align: right;
	height: 200px;
	opacity:0;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
	}
#cruz1.movido{
    top: -150px;
    right: -100px;
	opacity:1;
	}
#cruz2{
	position: relative;
    top: -80px;
    left: -190px;
    float: none;
    text-align: left;
	height: 180px;
	opacity:0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	}
#cruz2.movido{
    top: -280px;
    left: -190px;
	opacity:1;
	}			
#cruz3{
    position: relative;
    top: 100px;
    right: -100px;
    float: none;
    text-align: right;
    height: 10px;
	opacity:0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	}
#cruz3.movido{
    top: -6px;
    right: -100px;
	opacity:1;
	}		
.clr{
	clear:both;
	}	

/*--Popup--*/
	
.window-contenedor {
	display: block;
	margin: 0 auto;
	width: 100%;
	height:100%;
	/*padding: 20px;*/
	position:relative;
	text-align: left;
	/*border-radius: 3px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);*/
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-ms-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	opacity: 1;
}
#view_galery .window-contenedor {
	height:600px;
	top:80px;
	position:absolute;
}

.zoomin {
	-webkit-transform:  scale(1.2);
	-moz-transform:  scale(1.2);
	-ms-transform:  scale(1.2);
	transform:  scale(1.2);
}
.zoomout {
	-webkit-transform:  scale(0.7);
	-moz-transform:  scale(0.7);
	-ms-transform:  scale(0.7);
	transform:  scale(0.7);
}
.window-contenedor-visible {
	-webkit-transform:  scale(1);
	-moz-transform:  scale(1);
	-ms-transform:  scale(1);
	transform:  scale(1);
	opacity: 1;
}
.overlay-contenedor {
	display: none;
	content: " ";
	height: 100%;
	width: 100%;
	position: fixed;
	padding:0px;
	left: 0;
	top: 0;
	/*background: -moz-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%, rgba(127,127,127,0.9) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(127,127,127,0)), color-stop(100%,rgba(127,127,127,0.9)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
	background: radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);*/	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#e67f7f7f',GradientType=1 );	
	z-index: 400;
}
#view_galery.overlay-contenedor{
	position: absolute;
	height: 600px;
	width: 100%;
	}
#img_galery{
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	}	
#view_galery .controles{
	position:relative;
	top:280px;
	}	
#view_galery .controles #prev_img{
	background-image:url(../img/left.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
    position: absolute;
	cursor:pointer;
	height: 40px;
    width: 40px;
	}
#view_galery .controles #next_img{
	background-image:url(../img/right.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
    position: absolute;
	right:0;
	cursor:pointer;
	height: 40px;
    width: 40px;
	}
.controles_galery{
    position: relative;
    text-align: center;
    z-index: 9;
    top: 560px;
}	
.controles_galery a{
    text-decoration: none;
    margin: 0 5px;
    background: #FFF;
    cursor: pointer;
    border-radius: 50%;
    font-size: 10px;
    letter-spacing: 4px;
	}
.controles_galery a.activo{
	background: #333;
	}	
.window-contenedor a.close{
	background-image:url(../img/close.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color:rgba(255,255,255,0);
    text-transform: uppercase;
    letter-spacing: 1px;
	position:absolute;
	font-weight: 400;
	font-size:10px;
	cursor:pointer;
	height:40px;
	right:20px;
	width:40px;
	opacity:1;
	top:20px;
	}
/*.window-contenedor a.close:hover{
	background-image:url(../img/close_w.png);
	}*/
.window-contenedor a.close span{
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	}
.window-contenedor a.close:hover span{
	opacity: 1;
	}	

@media screen and (max-width: 960px) {

}
	
@media screen and (max-width: 767px) {
header {
    height: 450px;
	padding-top: 170px;
	}
#seccion1{
    height: 450px;
	}
#carrusel{
	height:450px;
	}
#carrusel .item{
	height:450px;
	}
#big_logo {
	top: -500px;
	}
.controles2{
    bottom: 300px;
	}	
#menu {
	height:120px;
	}
#menu #logo {
	width:150px;
	float:none;
	margin:0 auto;
	}
#menu ul {
   padding:0;
   margin:0;
   width:100%;
}
#menu li {
	font-size:14px;
	padding: 10px 0;
	margin:0;
	float:left;
	width:20%;
	}
.servicio {
    padding:0 10px;
	margin:0;
}
.img_mont{
	margin-top:20px !important;
	}
.galeria{
	height:auto;
	}
.galeria .imagen{
	cursor:auto;
	}
.galeria .imagen div{
	display:none;
	}	
}

@media screen and (max-width: 420px) {
header{
	height:450px;
	}
}


