@font-face{
	font-family: 'Theanodidot';
	src: url('fuentes/TheanoDidot-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'GildaDisplay';
	src: url('fuentes/GildaDisplay-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Engravers';
	src: url('fuentes/engrgotn.TTF');
	font-weight: normal;
	font-style: normal;
}

body{
	font-family: 'Gilda Display', serif;
	text-align: center;
	margin:0 0 0 0;
	cursor:default;
	font-size: 1.1vw;
}
input[type="button"],button{
	border:none;
	background:none;
	font-size:1em;
	cursor:pointer;
}
img{
	border:none;
}
textarea{
	resize:none;
}
.clr{
	clear:both;
}


/* GENERALES */

#sitio{
	width:100%;
	text-align:left;
	margin:0 auto 0 auto;
	min-width:320px;
}
.contacto_div {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: -20px;
    position: relative;
    text-align: center;
    width: 100%;
}
/*.contacto_div {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 140px;
    position: relative;
    text-align: center;
    width: 100%;
}*/
#menu{
	height:100px;
	line-height: 100px;
	text-align: center;
	background: #003;
	background: linear-gradient(90deg,#012,#146,#012);
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index: 4;
	box-shadow: rgba(0,0,0,0.5) 0 0 5px;
}
#menu_content{
	color:white;
	background: url(imagenes/logo.png) center center no-repeat;
	background-size: auto 84%;
	font-size: 15px;
	text-transform: uppercase;
}
#menu_content>a{
	display:inline-block;
	color: inherit;
	text-decoration: none;
	margin: 0 1em;
	font-family: 'Engravers', 'Avenir', Helvetica, sans-serif;
	letter-spacing: 0.5em;
}
#menu_content>a:hover{
	background: radial-gradient(rgba(20,140,170,0.5),rgba(20,60,80,0),rgba(20,60,80,0))
}
#logo{
	display: inline-block;
	height:50px;
	margin: 0 1em;
	opacity:0;
	width:15%;
	cursor: pointer;
}
#logo>img{
	float:left;
	height:84px;
	opacity:0;
	cursor: pointer;
}
.centrar_imagen {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    padding: 0;
    position: relative;
    width: 50%;
}
#fondo_tela {
    display: block;
    padding: 0;
    position: relative;
    width: 100%;
}
#imagen_carpa{
	padding: 0;
}

#imagen_carpa>video,#imagen_carpa>img,#imagen_carpa>iframe{
	max-width:80%;
	display: block;
	margin:18vh auto;
}
#carpas_texto {
    margin-top: 0;
    padding: 90px;
    text-align: left;
    color: #103e5f;
}
.texto_justificado{
	text-align: justify;
}
.titulo_carpas{
	font-size: 32px;
	color:#235;
}
.cita_snmarino{
	font-size: 1.75em;
	font-style: italic;
	color:#103e5f;
	font-weight: bold;
	line-height: 1.1em;
	text-align: right;
}
#imagotipo_azul{
	display: block;
	float: right;
	position: relative;
}
#compromiso {
    background: #011528 none repeat scroll 0 0;
    color: white;
    height: 70px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 21px;
    text-align: center;
}
#galeria_titulo {
    text-align: center;
    background: transparent;
    color: white;
    margin-top: 50px;
}
.titulo_galeria{
	font-family: 'Gilda Display', serif;
	color: white;
}
#texto_italico{
}
.no_padd{
	padding: 0;
}
.center_texto{
	text-align: center;
}
h3.center_texto{
	font-weight: 900;
}

#services h3{
	font-size: 28px !important;
}


#menu_redes{
	color:white;
	float:right;
	height: 0;
	overflow: visible;
}

#menu_redes>a{
	color: white !important;
	font-size: 1.5em;
	margin-right: 1em;
}


/* INICIO */
#inicio{
	height:100vh;
	background: #f2f2f2;
	overflow: hidden;
}
#banners{
	height:90vh;
	overflow: visible;
	margin-top: 100px;
}
#banners>div{
	height:0;
	overflow: visible;
	display:none;
}
#banners>div>img{
	width:100%;
	display: block;
}
#banners>div>p{
	position: relative;
	top:-40vw;
	margin:0 55% 0 18%;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color:#103e5f;
}

#banners_control{
	height:10vh;
	text-align: center;
}
#banners_control>div{
	width:20px;
	height:20px;
	background: #FFF;
	display: inline-block;
	margin: 0 0.5em;
	border-radius: 20px;
	opacity: 0.5;
	cursor: pointer;
}
#banners_control>div:hover,#banners_control>div.active{
	opacity: 0.8;
	box-shadow: rgba(0,0,0,0.3) 0 1px 2px;
}

/* NOSOTROS */

#nosotros{
	overflow:hidden;
	background-image: url("imagenes/fondo_tela.jpg");
	background-position: top right;
	padding: 0;
	display: block;
	position: relative;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-shadow: rgba(0,0,0,0.3) 0 0 10px;
}
/*#nosotros>div{
	width:31.3333%;
	float:left;
	height:100vh;
	padding: 0 1%;
}*/
#nosotros_1{
	text-align: right;
}
#nosotros_1>input,#nosotros_3>input{
	font-size: 3em;
	padding: 0;
	margin: 40vh 0 0 0;
	text-align: center;
	opacity: 0.2;
	color:#023;
}
#nosotros_1>input:hover,#nosotros_3>input:hover{
	opacity:0.5;
}

#nosotros>div#nosotros_2{
	width:33.3333%;
	padding: 0;
	background:#023;
	background: linear-gradient(#134,#012);
	color:white;
}
#nosotros_imagenes{
	height:35vh;
	background: black;
	overflow: hidden;
}
#nosotros_imagenes>div{
	height:140vh;
	position: relative;
	top:-105vh;
}
#nosotros_imagenes>div>div{
	height:35vh;
	overflow: hidden;
}
#nosotros_imagenes>div>div>img{
	display:block;
	width:100%;
}

#nosotros_textos{
	height:65vh;
	position: relative;
	top:0;
	overflow: hidden;
}
#nosotros_textos>div{
	height:260vh;
	position: relative;
	top:0;
	font-size:0.85em;
}
#nosotros_textos>div a{
	color:inherit;
}
#nosotros_textos>div>div{
	height:65vh;
}
#nosotros_textos h1{
	margin:0;
	padding: 20px 0;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	font-size: 2.5em;
	font-weight: normal;
}
#nosotros_textos p{
	margin: 0 1.5em;
	line-height: 1.5em;
	font-size: 1.2em;
}

#nosotros_menu{
	margin: 0;
}
#nosotros_3{
	background-color: #011223;
	background-image: url("imagenes/servicio11.jpg");
}
#nosotros_1{
	background-color: #011223;
	background-image: url("imagenes/servicio10.jpg");
}
#nosotros_menu > input {
    background-color: white;
    color: #333;
    display: block;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 1.5em;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
    width: 100%;
}
#nosotros_menu>input:hover{
	color:#379;
}

/* PROCESO */

#proceso {
    color: white;
    padding: 0;
    min-height: 0;
}
#proceso_contenido>div{
	display: none;
	width:66.6666%;
}
#proceso_contenido>div>img{
	float:left;
	width:45%;
	margin-right: 5%;
	display: block;
	background: black;
	min-height:320px;
}
#proceso_contenido>div>h1{
	font-size: 2em;
	margin: 0 0 0.5em 0;
	font-weight: normal;
}

#proceso_control{
	height:0;
	text-align: center;
	position: relative;
	top: -2em;
}
#proceso_control>div{
	width:20px;
	height:20px;
	background: #FFF;
	display: inline-block;
	margin: 0 0.5em;
	border-radius: 20px;
	opacity: 0.5;
	cursor: pointer;
}
#proceso_control>div:hover,#proceso_control>div.active{
	opacity: 0.8;
	box-shadow: rgba(0,0,0,0.3) 0 1px 2px;
}

/* SERVICIOS */
#services{
	background-color: #104263;
}
#servicio_uno {
    background-color: gray;
    display: block;
    padding: 40px;
    position: relative;
}
#servicio_dos {
    padding: 40px;
    display: block;
    position: relative;
    background-color: #104263;
}
#servicio_tres{
	padding: 40px;
	display: block;
	position: relative;
	background-color: gray;
}
.texto_parrafo{
	padding: 25px;
	text-align: justify;
    font-size: 15px;
}
.divisor_imagotipo{
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 40px;
}
#servicios{
	height: 0px;
	background: #f2f2f2;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	min-width:100vw;
}
#titulo_servicio{
	height:0;
	overflow: visible;
	position:fixed;
	top:120px;
	left:0;
	right:0;
	display: none;
}
#titulo_servicio>div{
	padding:1em 2.5em;
	background:white;
	display:inline-block;
	position: relative;
	z-index: 2;
	border-radius: 3px;
	box-shadow: rgba(0,0,0,0.5) 0 0.5em 1em;
}

.entropy_grid{
	margin:5vh 0;
	display: inline-block;
	line-height: 0;
}
.entropy_grid>div{
	background:black;
	margin:0 0 7px 10px;
	width:0;
	height:0;
	opacity:0;
	display: inline-block;
	overflow: hidden;
}
.entropy_grid>div>a{
	display:black;
	width:100%;
	height:100%;
}
.entropy_grid>div img{
	display:block;
	width:100%;
	height:100%;
	background: #666;
	min-height: 50px;
}

/* GALERÍA */

#galeria {
    background-image: url("imagenes/servicio10.jpg");
    height: 460px;
    min-height: 460px;
    overflow: hidden;
    text-align: center;
    background-size: 100%;
    background-repeat: repeat-x;
}
#galeria_menu{
	height:0;
	overflow: visible;
	position: relative;
	z-index: 2;
}
#galeria_menu>div{
	width:33.3333%;
	float:left;
	height:250px;
	line-height:580px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	font-size: 50px;
	cursor: pointer;
	background-size:auto 110% !important;
	position: relative;
	left:0;
	
	-webkit-animation: galeriaMenuOut 1s 1;
	-moz-animation: galeriaMenuOut 1s 1;
	animation: galeriaMenuOut 1s 1;
}
#galeria_menu>div:hover{
	text-shadow: #FFF 0 1px 5px;
	
	-webkit-animation: galeriaMenuOver 1s 1;
	-moz-animation: galeriaMenuOver 1s 1;
	animation: galeriaMenuOver 1s 1;
}

#galeria_menu_1{
	background:url(imagenes/galeria1.jpg) no-repeat center center;
}
#galeria_menu_2{
	background:url(imagenes/galeria2.jpg) no-repeat center center;
}
#galeria_menu_3{
	background:url(imagenes/galeria3.jpg) no-repeat center center;
}

#galeria_menu_1:hover{
	background:url(imagenes/galeria1.jpg) no-repeat center bottom;
}
#galeria_menu_2:hover{
	background:url(imagenes/galeria2.jpg) no-repeat center bottom;
}
#galeria_menu_3:hover{
	background:url(imagenes/galeria3.jpg) no-repeat center bottom;
}

#galeria_grid{
	position: relative;
	top: 0px;
	text-align: center;
	margin: -150px auto 0;
	padding:5vh;
	display: inline-block;
	min-height: 100vh;
}
#galeria_grid > section > input {
    background: #146 none repeat scroll 0 0;
    color: white;
    float: right;
    height: 35px;
    margin: 0 1em 1em;
    padding: 6px 12px;
}

@keyframes galeriaMenuOut{
	0%{
		background-position: center bottom;
	}
	100%{
		background-position: center center;
	}
}
@keyframes galeriaMenuOver{
	0%{
		background-position: center center;
	}
	100%{
		background-position: center bottom;
	}
}

/* PLANIFICA */

#planifica{
	background: url(imagenes/planifica.jpg) center center no-repeat;
	background-size: 100% auto;
	padding: 40px;
	color:#103e5f;
}
#planifica>div{
	width:48%;
	margin-left: 2%;
	float: left;
}
#planifica form input[type="button"]{
	background:#103e5f;
	color:white;
	float:right;
	margin-right:5%;
	font-size: 1.6em;
}
#planifica form input[type="button"]:hover{
	background:white;
	color:#103e5f;
}

#planifica form input[type="text"],#planifica form input[type="email"]{
	border-radius: 2px;
	box-shadow: rgba(0,0,0,0.2) 0 0 3px;
	font-size: 1.2em;
}
#planifica>div>h2{
	text-transform: uppercase;
	font-size: 2em;
}
#planifica>div>p{
	font-size: 1.25em;
	margin:1.5em 0;
	max-width: 90%;
}



/* CONTACTO */

#contacto{
	background: #003;
	background: linear-gradient(90deg,#012,#146,#012);
	color:white;
	/*padding:10vh 1em;*/
	overflow: hidden;
}
#contacto_form{
	width:33.3333%;
	margin: 40px auto;
}
#contacto_form h2{
	font-weight: normal;
	font-size: 2.5em;
	text-align: center;
}
#contacto_form p{
	font-size: 1.2em;
	width: 90%;
	margin: 1em auto;
}
#contacto_form p a{
	color:white;
	text-decoration: underline;
}

form input[type="text"],form input[type="email"],form input[type="tel"],form textarea,form select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:none;
	padding:0.5em;
	font:inherit;
	color:#333;
	font-family: Helvetica, Arial, sans-serif;
	display:block;
	width:90%;
	margin: 1em auto 0 auto;
	font-size:1.25em;
	background: white;
	border-radius: 0;
}
form label{
	display: block;
	width:90%;
	margin: 0 auto;
	position: relative;
	top:1em;
}

form textarea{
	border-bottom-right-radius: 2em;
}
form input[type="button"]{
	padding:0.25em 1em;
	font:inherit;
	color:#146;
	background:white;
	font-size: 2em;
	margin:0.75em 0 0 5%;
	border-radius: 3px;
}
#imagen_final {
    display: block;
    float: none;
    margin-right: auto;
    position: relative;
    width: 170px;
    margin-left: auto;
    margin-top: 130px;
}
/*#imagen_final {
    display: block;
    float: right;
    margin-right: 5%;
    position: relative;
    width: 140px;
}*/
#imagen_azul {
    display: block;
    margin-bottom: 1em;
    opacity: 0.22;
    float:right;
    width: 83px;
}
/* UBICACIÓN */

#ubicacion{
	text-align: center;
	position: relative;
	top: -90vh;
	height:0;
	overflow: visible;
	width: 80%;
	margin: 0 auto;
}
#ubicacion_mapa{
	height:80vh;
	background: black;
	box-shadow: rgba(0,0,0,0.5) 0 0 2em;
	overflow: hidden;
}

#ubicacion_opener{
	background:#257;
	width:25%;
	margin: 0 auto;
	padding:1em;
	text-transform: uppercase;
	line-height: 1.1em;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
}
#ubicacion_opener:hover{
	box-shadow: rgba(0,0,0,0.5) 0 1px 5px;
}

#ubicacion_menu{
	padding:1em;
	text-align: left;
	background:#257;
}
#ubicacion_menu>div{
	display: inline-block;
	margin: 0 1em 0 0;
	background: #146;
	border-radius: 3px;
	padding:6px 12px;
	cursor: pointer;
}

#ubicacion_menu>div:hover{
	background:white;
	color:#146;
}

#cerrar_mapa{
	float:right;
}

#ubicacion_gmaps{
	overflow: hidden;
}


/* FOOTER */

footer {
    background: #000;
    color: white;
    min-height: 100px;
    padding: 0;
    text-align: center;
}
footer a{
	color:inherit;
	text-decoration: none;
}
footer a:hover,footer input:hover{
	text-decoration: underline;
}
footer small{
	font-size: 0.7em;
	display: inline-block;
	padding:10px 40px 20px 40px;
	border-top:#035 solid 1px;
	color:#CCC;
	font-weight: bold;
}

#wecare{
	float:left;
	height:20vh;
	line-height:20vh;
}
#wecare input{
	color:inherit;
	font:inherit;
	text-transform: uppercase;
	font-size: 1.25em;
}
#redes {
    display: block;
    height: 56px;
    line-height: 9vh;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#footer_menu{
	padding:0;
	font-size: 15px;
	text-transform: uppercase;
}
#footer_menu a {
    display: inline-block;
    margin: 0;
    padding: 10px;
}
#redes img {
    margin: 0 0.5em;
    width: 25px;
}



/* MODAL */

#modal{
	background:url(data:image/png;base64,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);
	position:fixed;
	display:none;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:10;
	text-align:center;
}
#pleca_servicios{
}
.info_modal{
	width: 50%;
	color: black;
	margin-left: -30px;
}
.info_modals{
	width: 50%;
	color: black;
	margin-left: -30px;
}
#modal>div{
	display:block;
	width:80%;
	margin:5vh auto 5vh auto;
	max-height: 90vh;
	overflow-y: auto;
	border-radius: 3px;
	background:#0F3E5E;
	background-image: url(imagenes/servicio9.jpg);
	/*background: linear-gradient(90deg,#012,#146,#012);*/
	text-align: left;
	padding: 1em 1.5em 3em 1.5em;
}
#modal>div img{
	display:block;
	max-width:100%;
	max-height:480px;
	margin:0 auto 0 auto;
}
#modal>div>input[type="button"]{
	float:right;
	font-size:2em;
	line-height: 1em;
	padding: 0;
	margin: 0;
}
#modal>div h2{
	color: #011629;
	clear:both;
	font-size:1.5em;
	margin: 0.5em 0 0 0;
	line-height: 1.5em;
	font-family: 'Gilda Display', serif;
}
#modal>div>div{
	width:80%;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.5em;
	text-align: justify;
	margin: 0 auto;
}
#pleca_union {
    background-color: #021627;
    display: block;
    height: 1000px;
    margin-top: 238px;
    position: absolute;
    width: 100%;
    z-index: -2147483648;
}
#pleca_union_dos {
    background-color: #021627;
    display: block;
    height: 1000px;
    margin-top: 238px;
    position: absolute;
    width: 100%;
    z-index: -2147483648;
}

/* RESPONSIVO */

.mobile_only{
	display:none !important;
}
@media all and (max-width:1100px){
	#banners>div>p{
		top:-50vh;
	}
	#planifica{
		background-size: auto 120vh !important;
	}
}
@media all and (max-width:960px){
	body{
		font-size:16px;
	}
	.mobile_only{
		display:block !important;
	}
	.desktop_only{
		display:none !important;
	}
	.info_modal{
		width: 100%;
		margin-left: 0px;
	}
	.info_modals{
		width: 100%;
		margin-left: 0px;
	}
	#contacto_form {
	    margin: 40px auto;
	    width: 83.333%;
	}
	#menu{
		height:60px !important;
		max-height:60px !important;
		line-height: 60px !important;
		background: #013 url("imagenes/logo.png") no-repeat center top;
		background-size: auto 80%;
	}
	#menu_opener{
		float:left;
		width: 50px;
		height: 50px;
		margin: 5px;
	}
	#menu_opener>img{
		display: block;
		width: 100%;
		cursor: pointer;
	}
	
	#menu_content {
	    color: white;
	    font-size: 15px;
	    height: auto;
	    line-height: 40px;
	    text-transform: uppercase;
	    background: rgba(0,0,0,0.85);
	    position: relative;
	    width:100%;
	    clear:both;
	    display: none;
	    z-index: 20;
	}
	#inicio {
	    background: #f2f2f2 none repeat scroll 0 0;
	    height: 52vh;
	    overflow: hidden;
	}
	#banners{
		margin-top: 60px;
	}
	#banners>div>img{
		min-width: 420px;
	}
	#banners>div>p{
		display:none;
	}
	#carpas_texto{
		padding:2em 1em;
	}
	#logo {
	    cursor: pointer;
	    display: none;
	    height: 50px;
	    margin: 0 1em;
	    opacity: 0;
	    width: 0;
	}
	#planifica>div{
		float:none;
		width: 100%;
		margin-left: 0;
	}
	#menu_content > a {
	    color: inherit;
	    display: block;
	    font-family: "Engravers","Avenir",Helvetica,sans-serif;
	    letter-spacing: 0;
	    margin-left: 0;
	    margin-top: 2px;
	    text-align: center;
	    text-decoration: none;
	}
	#galeria {
	    background-image: url("imagenes/servicio10.jpg");
	    background-repeat: repeat;
	    background-size: 100% auto;
	    height: 378px;
	    overflow: hidden;
	    text-align: center;
	}
	#galeria_menu>div{
		width: 100%;
		float:none;
		height:120px;
		line-height: 120px !important;
		background-size: 100% auto !important;
	}
	#galeria_grid input{
		display:none;
	}
	footer{
		display:none;
	}
	.footer-mov{
		padding:2em 0;
		background: black;
		color: white;
		text-align: center;
	}
}
@media only screen and (min-width: 1900px) {
	.info_modal{
		width: 28%;
		margin-left: 0px;
	}
	.info_modals{
		width: 28%;
		margin-left: 0px;
	}
	
}