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

/* ESTILOS GENERALES */

.bloq_cont
{
	width:100%;
}

.cont_cont
{
	position:relative;
	width:100%;
	max-width:1200px;
	padding:0 25px;
	box-sizing:border-box;
	margin:auto;
}

.cont_mapa
{
	max-width:100% !important;
	padding:0 !important;
}

.parallax
{
    background-attachment: fixed !important;
}

.bloq_titulo_seccion
{
	position:relative;
	width:100%;
}

.cont_titulo_seccion
{
	position: relative;
    width: 100%;
    max-width: 1200px;
    height: 150px;
    margin: auto;
	padding:0 25px;
	box-sizing:border-box;
}

.cont_titulo_seccion h2
{
	position: absolute;
    bottom: 30px;
    left: 5%;
    font-size: 60px;
    color: #a92251;
    font-weight: 500;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.tab_main
{
	display:table;
	width:100%;
}

.col_50
{
	width:50%;
	display:inline-block;
	float:left;
}

@media only screen and (max-width : 550px) {
	
.cont_titulo_seccion h2
{
    font-size: 50px;
}

}

/* INDEX ********************************************************************/

/* Cita previa */

.bloq_citap
{
    width: 320px;
	border-bottom:solid 2px #333;
}

.flow
{
    position: fixed;
    bottom: 0;
    right: 1%;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

.click_dp
{
	padding: 16px;
    background: #a92051;
    border-radius: 12px 12px 0 0;
	cursor:pointer;
}

.click_dp h2
{
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	color:#FAFAFA;
	display: inline-block;
}

.click_dp i
{
	font-size:14px;
	color:#FAFAFA;
	display:inline-block;
	padding-left: 3px;
}

.plegable
{
   max-height:0;
   overflow:hidden;
   -webkit-transition: max-height 500ms ease-out;
   -moz-transition: max-height 500ms ease-out;
   -o-transition: max-height 500ms ease-out;
   transition: max-height 500ms ease-out;
}

.plegable.desplegado
{
   max-height:500px;
   -webkit-transition: max-height 500ms ease-out;
   -moz-transition: max-height 500ms ease-out;
   -o-transition: max-height 500ms ease-out;
}

.contenido_citap
{
	background:#FAFAFA;
	padding:10px;
	box-sizing:border-box;
}

.contenido_citap .contenedorNombre,
.contenido_citap .contenedorApellidos,
.contenido_citap .contenedorEmail,
.contenido_citap .contenedorTelefono,
.contenido_citap .contenedorProducto,
.contenido_citap .contenedorCheck,
.contenido_citap .contenedoru800-17
{
	width: 100%;
    margin-bottom: 12px;
}

.contenido_citap .contenedorCheck
{
	font-size:12px;
}

.contenido_citap .contenedorCheck a
{
	font-weight:600;
}

.contenido_citap .etiquetaNombre,
.contenido_citap .etiquetaApellidos,
.contenido_citap .etiquetaEmail,
.contenido_citap .etiquetaTelefono,
.contenido_citap .etiquetaFormulario
{
	font-size: 14px;
    color: #a92151;
    font-weight: 600;	
}

.contenido_citap .valorNombre,
.contenido_citap .valorApellidos,
.contenido_citap .valorEmail,
.contenido_citap .valorTelefono
{
	margin-top: 5px;
    width: 100%;
    padding: 4px;
    font-size: 14px;
}

.contenido_citap .valorProducto
{
    margin-top: 5px;
    width: 100%;
    font-size: 13px;
    border: solid 1px #ddd;
    color: #444;
    letter-spacing: 0.3px;
}

.contenido_citap .contenedoru800-17 input
{
    width: 100%;
    font-size: 12px;
    border: solid 1px #DDD;
    padding: 8px;
    color: #FAFAFA;
    text-transform: uppercase;
    background: #a92151;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}

/* Bienvenida */

.bloq_slider
{
	position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
	height: auto !important;
}

.cont_slider
{
	width:100%;
	height:400px;
	background:#DDD;
	background-size:cover;
	background-position:center;
}

.bloq_bv
{
	position:relative;
	max-width:900px;
	margin:auto;
	text-align:center;
	padding-top:60px;
	padding-bottom:30px;
}

.bloq_bv h1
{
	font-size: 24px;
    color: #444;
    font-weight: 700;
    margin-bottom: 20px;
	line-height: 140%;
}

.bloq_bv h3
{
	font-size: 26px;
    color: #ab2052;
	text-transform:uppercase;
	font-weight: 300;
	margin-bottom:18px;
}

.bloq_bv p
{
    font-size: 15px;
    color: #333;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 150%;
}

.bloq_bv:after
{
	content:'';
	display:block;
	max-width:350px;
	height:6px;
	margin:auto;
	background:#CCD414;
	margin-bottom: 10px;
}

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

.bloq_slider
{
	height: 250px;
}
	
.cont_slider
{
    height: 250px;
}

}


/* menu servicios */

.bloq_servicios_home
{
	position:relative;
	width:100%;
	margin-bottom: 60px;
}

.servicios_home
{
	width:100%;
}

.ext_serv_home
{
	position:relative;
	width:25%;
	display:inline-block;
	float:left;
}

.ext_serv_home a
{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:5;
}

.ext_serv_home:hover .img_item_serv
{
	opacity:.4;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.serv_home
{
	background: #A92051;
}

.img_item_serv
{
	width: 100%;
    padding-bottom: 70%;
    background-position: center !important;
    background-size: cover !important;
	opacity:1;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.tit_item_serv
{
    position:absolute;
	text-align: center;
    width: 100%;
	z-index:4;
	padding: 0 12px;
    box-sizing: border-box;
}

.tit_item_serv h2
{
	font-size:20px;
	font-weight:700;
	color:#FFF;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.centrado
{
	margin-top:35%;
}

.centrado_dos
{
	margin-top:30%;
}

.bg_btn1
{
	background:url(../imagenes/contenidos/optometria.jpg);
}

.bg_btn2
{
	background:url(../imagenes/contenidos/lentes.jpg);
}

.bg_btn3
{
	background:url(../imagenes/contenidos/audiometria.jpg);
}

.bg_btn4
{
	background:url(../imagenes/contenidos/optica_esp.jpg);
}

@media only screen and (max-width : 1100px) {
	
.ext_serv_home
{
	width:50%;
}

.tit_item_serv h2
{
    font-size: 30px;
}

.centrado
{
	margin-top:33%;
}

.centrado_dos
{
	margin-top:31%;
}

}

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

.tit_item_serv h2
{
    font-size: 20px;
}

.centrado
{
	margin-top:35%;
}

.centrado_dos
{
	margin-top:30%;
}
	
}

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

.tit_item_serv h2
{
    font-size: 14px;
}
	
}

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

.ext_serv_home
{
	width:95%;
	margin:auto;
	float:none;
	display:block;
}

.tit_item_serv h2
{
    font-size: 32px;
}
	
}

/* marcas */

.bg_marcas
{
	background:url(../imagenes/contenidos/moda_ocular.jpg);
	background-position:center center;
	background-size:cover;
}

.bloq_marcas
{
	width:100%;
	padding:80px 0;
}

.col_marcas
{
	position:relative;
}

.cont_texto_marcas
{
    position: relative;
    width: 100%;
    max-width: 1000px;
    color: #FAFAFA;
    margin: auto;
}

.cont_texto_marcas h2
{
	font-size: 7vw;
    font-weight: 100;
    margin-bottom: 16px;
}

.cont_texto_marcas p
{
	font-size: 1.5vw;
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 130%;
    text-align: justify;
}

.cont_marcas
{
	position:relative;
	max-width:800px;
	margin:auto;
	margin-top:40px;
    padding: 0 12px;
    box-sizing: border-box;
}

.ext_marcas
{
	position:relative;
	width:20%;
	padding:4px;
	box-sizing:border-box;
	display:inline-block;
	float:left;
}

.marcas
{
	text-align:center;
}

.marcas img
{
	width:100%;
}

@media only screen and (max-width : 820px) {
	
.cont_texto_marcas h2
{
	font-size: 9vw;
}

.cont_texto_marcas p
{
	font-size: 2vw;
}
	
}

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

.cont_texto_marcas h2
{
    font-size: 50px;
}

.cont_texto_marcas p
{
	font-size: 15px;
}

.ext_marcas
{
	width:25%;
}
	
}

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

.ext_marcas
{
	width:50%;
}
	
}

/* Noticias home */

.bloq_noticias_index
{
	position:relative;
	width:100%;
    padding: 60px 0;
}

.bloq_noticias_index h3
{
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 14px;
    color: #222;
    text-transform: uppercase;
    text-align: center;
}

.bloq_noticias_index p
{
    font-size: 16px;
    font-weight: 600;
    margin: auto;
    margin-bottom: 25px;
    line-height: 120%;
    color: #666;
    max-width: 750px;
    text-align: center;
}

.enlace_noticias_index
{
	position: relative;
    padding: 6px;
    background: #A92151;
    border: solid 2px #820E37;
    width: 250px;
    text-align: center;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin: auto;
}

.enlace_noticias_index:hover
{
    background: #820E37;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.enlace_noticias_index a
{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.enlace_noticias_index span
{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color: #FAFAFA;
}

.cont_noticias_index
{
	position:relative;
	padding:10px;
	margin-top:25px;
}

/*noticias index*/

.bloq_not_index
{
	position: relative;
    width: 100%;
    padding: 90px 0;
}

.tit_not_index
{
	width: 100%;
    margin-bottom: 30px;
}

.tit_not_index h2
{
	font-size:30px;
	color:#609FBA;
	text-transform:uppercase;
	font-weight:500;
	text-align:center;
	margin-bottom:12px;
}

.tit_not_index h4
{
	font-size:15px;
	color:#555;
	text-align:center;
}

#pnlBloque0
{
    position:relative !important;    
}
 
.contenedor_noticia_home
{
	position:relative;
	display: inline-block;
    vertical-align: top;
	width:33.3%;
	padding:5px 18px;
	box-sizing:border-box;
}
 
.noticia_home
{
	background: rgba(255, 255, 255, 0.6);
    /*padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);*/
}
 
.img_noticia_home
{
	position:relative;
	width:100%;
	padding-bottom:50%;
	background:url(../imagenes/contenidos/no_img.html);
	background-size:cover !important;
	background-position:center center !important;
}
 
.txt_noticia_home
{
    overflow: hidden;
    padding: 18px 0;
}
 
.fecha_noticia_home
{
    font-size: 12px;
    color: #282e52;
    font-weight: 500;
    margin-bottom:6px;
}
 
.titular_noticia_home
{
    margin-top:10px;
}
 
.titular_noticia_home h5
{
    font-size: 20px;
    color: #444;
    letter-spacing: 0.5px;
    font-weight: 500;
	text-align: left;
}
 
.texto_noticia_home
{
    margin-top:8px;
}
 
.texto_noticia_home p
{
    font-size: 14px;
    color: #444;
    letter-spacing: 0.2px;
    font-weight: 400;
    text-align: justify;
    line-height: 115%;
}

@media only screen and (max-width : 750px)
{
               
.contenedor_noticia_home
{
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    max-width: 400px;
    margin: auto;
    margin-bottom:15px;
}
 
}
 
@media only screen and (max-width : 490px)
{
 
.cont_noticias_home h1
{
    font-size: 30px;
}
 
.cont_noticias_home h1 span
{
    font-size: 43px !important;
}
 
}

.cont_not_index
{
	width:100%;
	margin-bottom:20px;
}

.cont_not_btn
{
	width:100%;
}

.not_btn
{
	width:100%;
}

.not_btn a
{
	padding: 10px 20px;
    display: block;
    background: #5f9fbb;
    width: 230px;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    margin: auto;
	-webkit-transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
    -o-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}

.not_btn a:hover
{
    background: #3081a5;
	-webkit-transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
    -o-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}



@media only screen and (max-width : 1100px) {
	
}

/* ABOUT ********************************************************************/

.bg_titulo_about
{
	background:url(../imagenes/contenidos/bg_about.jpg);
	background-position:center;
	background-size:cover;
}

.cont_about
{
	position:relative;
	width:100%;
    padding: 50px 0;
}

.titulo_about
{
	position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.titulo_about h1
{
    font-size: 34px;
    color: #555;
}

.titulo_about h6
{
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    margin-top: 4px;
}

.bloque_presentacion
{
	position:relative;
	width:100%;
	max-width:1200px;
	margin-top:25px;
	display:table;
	margin-bottom: 15px;
}

.caja_presentacion
{
	position:relative;
	width:50%;
	display:inline-block;
	vertical-align:top;
}

.caja_presentacion h3
{
    font-size: 26px;
    color: #a92251;
    font-style: italic;
    line-height: 150%;
    text-align: right;
}

.caja_presentacion p
{
	font-size: 16px;
    color: #333;
    margin-bottom: 14px;
    letter-spacing: 0.2px;
    line-height: 130%;
}

.pres_izq
{
	padding-right:20px;
	box-sizing:border-box;
	text-align:justify;
}

.pres_der
{
	padding-left:20px;
	box-sizing:border-box;
}

.bloque_parabout
{
	position:relative;
	width:100%;
}

.cont_parabout
{
	position: relative;
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 100px 30px;
    box-sizing: border-box;
}

.cont_parabout h2
{
	font-size: 40px;
    color: #ccd315;
    text-align: center;
    line-height: 120%;
    font-weight: 300;
}

#ban_parallax
{
	background:url(../imagenes/contenidos/fondo_parallax.jpg);
	background-position:fixed;
	background-repeat:no-repeat;
	background-position:50% 0;
	background-size: cover;
	color: #fff;
	height: 100%;
	width: 100%;
}

.bloque_servicios_about
{
	width:100%;
	position:relative;
	display:table;
    padding: 50px 0;
}

.texto_servicios_about
{
	position:relative;
	max-width:1100px;
	margin:20px auto;
}

.texto_servicios_about p
{
	font-size:18px;
	color:#333;
	font-weight:700;
	text-align:center;
	letter-spacing:0.3px;
	line-height:122%;
}

.caja_servicios_about
{
    position: relative;
    width: 33.3%;
    padding: 19px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.servicio_about
{
	
}

.ico_servicio_about
{
    position: relative;
    width: 150px;
    margin: auto;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.tit_servicio_about
{
	position:relative;
	width:100%;
	font-size:18px;
	color:#333;
	text-transform:uppercase;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.txt_servicio_about
{
	position: relative;
    width: 100%;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    line-height: 122%;
	font-style:italic;
	min-height: 110px;
}

.link_servicio_home
{
	
}

.link_servicio_home a
{
	width: 100px;
    padding: 12px 20px;
    background: #698b22;
    color: #FAFAFA;
    font-size: 11px;
    display: block;
    border-radius: 13px;
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	-webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
}

.link_servicio_home a:hover
{
    background: #567318;
	-webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
}

.bloque_equipo_about
{
	position:relative;
	width:100%;
}

.cont_equipo_about
{
	position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 60px 10px;
    box-sizing: border-box;
}

.texto_equipo
{
	max-width: 900px;
    margin: auto;
}

.texto_equipo h2
{
	text-align: center;
    font-size: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.2);
	color:#555;
}

.texto_equipo p
{
	text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #333;
    margin-bottom: 16px;
    line-height: 130%;
}

.bloque_equipo
{
	position: relative;
    width: 100%;
    margin-top: 50px;
    text-align: center;
	display:table;
}

.conte_miembro
{
	position: relative;
    width: 33.3%;
    padding: 0px 26px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
	float:left;
	margin-bottom:30px;
}

.img_miembro
{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 50%;
}

.texto_miembro
{
	margin-top:20px;
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
}

.oficio
{
    font-size: 12px;
    color: #ccd414;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 600;
    background: #333;
    padding: 6px;
}

.nombre_miembro
{
	font-size: 20px;
    color: #555;
    font-weight: 400;
    line-height: 130%;
}

.meq1
{
	background:url(../imagenes/documentos/imagenes/equipo_esteban_clemente.jpg);
}

.meq2
{
	background:url(../imagenes/documentos/imagenes/equipo_ana_aznar.jpg);
}

.meq3
{
	background:url(../imagenes/documentos/imagenes/euipo_paula_sagrado.jpg);
}

.meq4
{
	background:url(../imagenes/documentos/imagenes/equipo_laura_cano.jpg);
}

.meq5
{
	background:url(../imagenes/documentos/imagenes/equipo_inma_puchauu.jpg);
}

.meq6
{
	background:url(../imagenes/documentos/imagenes/avatar_img.jpg);
}

@media only screen and (max-width : 840px)
{
	
.conte_miembro
{
	margin-bottom:40px;
}
	
}

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

.caja_presentacion
{
    width: 100%;
    display: block;
}

.pres_izq
{
    padding-right: 0;
}

.pres_der
{
    padding-left: 0;
	margin-top: 30px;
}

.caja_servicios_about
{
    width: 50%;
    padding: 20px 20px;
}

.conte_miembro
{
    width: 50%;
}

}

@media only screen and (max-width : 630px)
{
	
.cont_parabout
{
    background: #333;
}
	
}

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

.caja_servicios_about
{
    width: 100%;
    padding: 20px 5px;
}

.conte_miembro
{
    width: 100%;
}

}

/* SERVICIOS ********************************************************************/

.bg_titulo_servicios
{
	background:url(../imagenes/contenidos/bg_servicios.jpg);
	background-position:center;
	background-size:cover;
}

.bloq_servicios
{
	width:100%;
	padding:20px 0;
}

.cont_servicios
{
	position:relative;
	width:100%;
}

.col_desc_servicio
{
	position: relative;
    float: left;
    padding-right: 40px;
	box-sizing:border-box;
	display: table-cell;
    width: 100%;
}

.tit_desc_servicio
{
	position: relative;
    padding: 60px 20px;
    background: aliceblue;
    margin-bottom: 30px;
	background-position:center !important;
	background-size:cover !important;
}

.bg_optometria
{
	background:url(../imagenes/contenidos/bg_serv_optometria.jpg);
}

.bg_mat_lentes
{
	background:url(../imagenes/contenidos/bg_serv_lentes.jpg);
}

.bg_mat_audifonos
{
	background:url(../imagenes/contenidos/bg_serv_audifonos.jpg);
}

.bg_optica_esp
{
	background:url(../imagenes/contenidos/bg_serv_especial.jpg);
}

.tit_desc_servicio h2
{
	font-size: 42px;
    color: #FFF;
    font-weight: 700;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.txt_desc_servicio
{
	
}

.txt_desc_servicio h5
{
	font-size: 14px;
    color: #333;
    text-align: justify;
    line-height: 130%;
    margin-bottom: 18px;
	font-weight:600;
}

.txt_desc_servicio p
{
	font-size: 14px;
    color: #444;
    text-align: justify;
    line-height: 130%;
    margin-bottom: 18px;
}

.col_aplic_servicio
{
    vertical-align: top;
    min-width: 340px;
    top: 0;
    right: 0px;
    height: 100%;
    display: table-cell;
    background: #F4F4F4;
}

.tit_aplic_servicio
{
	position:relative;
	padding: 20px;
    background: #A92251;
	margin-bottom:10px;
	box-sizing:border-box;
}

.tit_aplic_servicio h3
{
	color: #FAFAFA;
    font-size: 26px;
    font-weight: 600;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.list_aplic_servicio
{
	position:relative;
	padding: 20px;
	box-sizing:border-box;
}

.list_aplic_servicio li
{
	position:relative;
	margin-bottom: 20px;
    font-size: 18px;
    color: #444;
}

.list_aplic_servicio li a
{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list_aplic_servicio li:hover
{
    color: #999;
}

.ico_otserv
{
    width: 40px;
    vertical-align: middle;
    margin-right: 5px;
}

@media only screen and (max-width : 900px) {
	
.col_desc_servicio
{
    position: relative;
    float: none;
    padding-right: 0;
    display: block;
}

.col_aplic_servicio
{
    display: block;
    margin-top: 30px;
    min-width: 100%;
}

.tit_desc_servicio h2
{
    font-size: 40px;
}

.tit_ot_servicio h3
{
    font-size: 40px;
}
	
}

/* CONTACTO ********************************************************************/

.bg_titulo_contacto
{
	background:url(../imagenes/contenidos/bg_contacto.jpg);
	background-position:center 70%;
	background-size:cover;
}

.cont_texto_contacto
{
    position: relative;
    width: 100%;
    padding: 50px 0;
}

.cont_texto_contacto h2
{
	font-size: 30px;
    color: #444;
    font-weight: 600;
    margin-bottom: 14px;
}

.cont_texto_contacto p
{
	font-size: 18px;
    color: #444;
    line-height: 130%;
    font-weight: 500;
}

.cont_form_contacto
{
	position: relative;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background: #f4f6fb;
}

.form_contacto
{
	
}

.form_contacto .contenedorNombre, .form_contacto .contenedorEmail, .form_contacto .contenedorTelefono
{
	position: relative;
    width: 33.3%;
    display: inline-block;
    max-width: 33.3%;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
}

.form_contacto .contenedorMensaje, .form_contacto .contenedorCheck, .form_contacto .contenedoru800-17
{
	position:relative;
	width:100%;
	max-width:100%;
	padding:10px;
	box-sizing:border-box;
}

.form_contacto .contenedorCheck
{
    margin-top: 0px;
    margin-bottom: 0px;
	    color: #333;
    font-style: italic;
    font-size: 14px;
}

.contenedorCheck label a:hover
{
	color:#666;
}

.form_contacto .etiquetaNombre, .form_contacto .etiquetaFormulario, .form_contacto .etiquetaEmail, .form_contacto .etiquetaTelefono, .form_contacto .etiquetaMensaje, .form_contacto .contenedorLlamadme label
{
	position: relative;
    margin-bottom: 5px;
	font-size: 16px;
    color: #555;
    font-weight: 600;
    font-style: inherit;
    letter-spacing: 0.3px;
	
}

.form_contacto .valorNombre, .form_contacto .valorFormulario, .form_contacto .valorEmail, .form_contacto .valorTelefono, .form_contacto .valorMensaje
{
	margin-top:5px;
	color: #555;
    font-size: 16px;
	padding:12px;
	box-sizing:border-box;
	width:100%;	
	border: 1px solid #ccc;
	font-family:inherit;
}

.form_contacto .valorMensaje
{
	resize:none;
	height: 110px;
	font-family:inherit;
}

.form_contacto .valorCheck
{
	font-size:12px;
	color:#444;
	font-style:italic;
}

.form_contacto .contenedoru800-17
{
    margin-bottom: 0;
}

.form_contacto  .valoru800-17
{
	position: relative;
    width: 260px;
    padding: 14px 10px;
    color: #FAFAFA;
    background: #a92251;
    border: none;
    font-size: 16px;
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.form_contacto  .valoru800-17:hover
{
	cursor:pointer;
	color: #FAFAFA;
    background: #790C32;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

@media only screen and (max-width : 750px) {
	
.form_contacto .contenedorNombre, .form_contacto .contenedorEmail, .form_contacto .contenedorTelefono
{
    width: 100%;
    max-width: 100%;
}
	
}

.cont_datos_contacto
{
	position: absolute;
    background: #790C32;
    padding: 30px;
    box-sizing: border-box;
    width: 350px;
    z-index: 2;
    bottom: -320px;
    right: 80px;
}

.tit_datos_contacto
{
	font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
}

.txt_datos_contacto
{
	
}

.txt_datos_contacto h6
{
	font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #cdd414;
    margin-bottom: 4px;
    margin-top: 16px;
}

.txt_datos_contacto p
{
	font-size: 14px;
    font-weight: 600;
    color: #fafafa;
    margin-bottom: 4px;
}

.bloque_mapa
{
	width: 100%;
    margin-top: 80px;
}

.mapa
{
	width:100%;
	height:450px;
}

@media only screen and (max-width : 950px) {
	
.cont_datos_contacto
{
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
	margin: 30px auto 10px;
}
	
.bloque_mapa
{
    margin-top: 10px;
    margin-bottom: 60px;
}
	
}

/* TEXTOS LEGALES ********************************************************/

.bloq_textos_legales
{
	position:relative;
	width:100%;
	margin-top:40px;
	margin-bottom: 50px;
}

.bloq_textos_legales h6
{
    color: #444;
    font-size: 14px;
    -webkit-margin-before: 2em;
    -webkit-margin-after: 0.6em;
    font-weight: 800;
}

.bloq_textos_legales h2
{
    font-size: 24px;
    color: #a92251;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.bloq_textos_legales p
{
    color: #333;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 11px;
    text-align: justify;
}

.bloq_textos_legales p strong
{
    font-weight:700;
}

.tipo_cookie
{
    color: #666 !important;
    font-size: 13px !important;
    -webkit-margin-before: 1.5em;
    -webkit-margin-after: 0.6em;
    text-decoration: underline;
    font-weight: 600;
    font-style: italic;
}

.bloq_textos_legales a
{
	font-style: italic;
    color: #0377bb;
}

/* DESCARGA APP *****************************************************/

.col-66 {
	width: 66.66666%;
	float: left;
}

.col-33 {
	width: 33.333333%;
	float: left;
}

.ct-int-cos
{
    max-width: 1000px;
    margin: auto;
    padding: 6% 0;
}

.cont_tab_app
{
	position:relative;
	width:100%;
}

.tab_app
{
	position:relative;
	width:100%;
    display: table;
}

.tab_app:before
{
	display:table;
}

.tit-h2
{
	font-size: 26px;
    color: #333;
    margin-bottom: 15px;
}

.tab_app p
{
	font-size: 13px;
    color: #333;
    text-align: justify;
    line-height: 140%;
    margin-bottom: 12px;
}

.tab_app p strong
{
	font-weight:700;
}

.tab_app .col-33
{
	position: relative;
    padding-left: 10px;
	box-sizing:border-box;
}

.tab_app .col-66
{
	position: relative;
    padding-right: 10px;
	box-sizing:border-box;
}

.img_app
{
	width:100%;
}

.cont_enlace_app
{
	position:relative;
	margin-top:20px;
}

.tab_enlace_app
{
	position:relative;
	width:100%;
	display:table;
}

.tab_enlace_app .col-33
{
	position: relative;
    padding: 5px;
	box-sizing:border-box;
}

.enlace_app
{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.img_enlace_app
{
	width:100%;
}

@media screen and (max-width: 480px) {
	
.tab_app .col-33
{
    padding-top: 10px;
	display: block;
    float: none;
    width: 100%;
}

.tab_app .col-66
{
    padding-bottom: 10px;
    display: block;
    float: none;
    width: 100%;
}

.tab_enlace_app .col-33
{
    padding-top: 10px;
	display: block;
    float: none;
    width: 100%;
	max-width:250px;
	margin:auto;
}
	
}

.cont_app_apple
{
	position:relative;
	width: 100%;
	margin-top: 14px;
}

.cont_app_apple h3
{
	font-size:18px;
	color:#333;
	margin-bottom: 20px;
    font-weight: 600;
    line-height: 140%;
}

.cont_app_apple p
{
	font-size:12px;
	color:#333;
	margin-bottom:10px;
	font-style:italic;
	line-height:130%;
}
