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

@font-face {
	font-family: 'Roboto Slab';
	src: url('fonts/Roboto-Slab.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
/*	font-family: -apple-system,blinkMacSystemFont, Segoe Ui, Roboto, Oxygen Sans, Ubuntu, Cantarell, Helvetica Nueue, sans-serif;*/
	font-family: Roboto;
	width: 100%;
	height: 100%;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.btn-whatsapp {
	position: fixed;
	width: 70px;
	height: 70px;
	right: 5pX;
	bottom: 5px;
	z-index: 150;
}

.background {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: -500;
}

.bg-header {
	width: 100%;
	float: left;
}

.header {
	width: 100%;
	float: left;
}

.logo {
/*	width: 200px;*/
	height: 40px;
	float: left;
	margin: 15px 0px;
}

.menu {
	width: -moz-calc(100% - 350px);
	width: -webkit-calc(100% - 350px);
	width: -o-calc(100% - 350px);
	width: calc(100% - 350px);
	height: 40px;
	float: right;
	line-height: 40px;
	text-align: right;
	margin: 15px 0px;
}

.bg-slider {
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 530px;
	float: left;
	color: #FFF;
	background-color: #FFF;
	box-shadow: 0px 5px 10px #00000020;
	overflow: hidden;
}

.bg-slider svg {
	position: absolute;
	width: 100%;
	height: 120px;
	left: 0px;
	bottom: 0px;
	transform: rotate(180deg);
}

.slider-shape {
	fill: #FFF;
}

.slider {
	position: relative;
	width: 100%;
	height: 100%;
}

.slider-main {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: opacity 1s ease;
}

.slider-main.active {
	opacity: 1;
}

.slider-img {
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
	transform: scale(1);
	transition: opacity 1s ease, transform 10s ease;
}

.slider-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	font-size: 45px;
	opacity: 0;
	transform: translate(-50%, -20%);
	transition: all 0.6s ease;
}

.slider-txt-inferior {
	font-family: 'Roboto Slab';
	font-size: 30px;
}

.slider-txt.show {
	opacity: 1;
	transform: translate(-50%, -50%);
}

.slogan {
	background-color: #FFF;
	width: 100%;
	height: 75px;
	line-height: 75px;
	float: left;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.bg-contenido {
	width: 100%;
	float: left;
}

.contenido {
	width: 100%;
	float: left;
	padding: 15px 0px;
	text-align: justify;
}

.info {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	float: left;
	margin: 0px 10px;
	text-align: justify;
}

.titulo {
	font-size: 50px;
	text-align: center;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.txt-grande {
	font-size: 50px;
}

.txt-mediano {
	font-size: 30px;
}

.txt-chico {
	font-size: 14px;
}



/*		Programa Alas de Plata		*/
.visas-para-adultos {
	width: 50%;
	float: left;
	color: #FFF;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}

.alas-plata-programa-main {
	position: relative;
	width: 50%;
	height: 300px;
	float: left;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	margin-top:20px;
	padding: 25px 0px;
	perspective: 1000px;
}

.alas-plata-programa-card {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	backface-visibility: hidden;
	transition: transform 0.6s ease;
}

.alas-plata-programa-logo {
	width: 100%;
	height: 200px;
	float: left;
	margin: 50px 0px;
	object-fit: contain;
	object-position: 50% 50%;
	transform: rotateX(0deg);
}

.alas-plata-programa-detalle {
	background-image: url(imagenes/bg-detalle-alas-plata.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #FFF;
	width: 80%;
	height: 300px;
	float: left;
	color: #000;
	margin: 0px 10%;
	padding: 0px 30px;
	display: flex;
	flex-direction: column;
	box-sizing: inherit;
	transform: rotateX(180deg);
}

.alas-plata-programa-main:hover .alas-plata-programa-logo {
	transform: rotateX(-180deg);
}

.alas-plata-programa-main:hover .alas-plata-programa-detalle {
  transform: rotateX(0deg);
}

.alas-plata-programa-titulo {
	font-size: 26px;
	margin-bottom: 15px;
}

.alas-plata-programa-slogan {
	width: 100%;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 15px;
}



/*		Acordeón		*/
.acordeon-fotos-main {
	width: 100%;
	height: 400px;
	float: left;
	display: flex;
}

.acordeon-fotos {
	position: relative;
	width: 100%;
	min-width: 0px;
	height: 400px;
	float: left;
	transition: flex 0.2s ease;
	flex: 1;
}

.acordeon-fotos-img {
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}

.acordeon-fotos-txt {
	opacity: 0;
	display: flex;
	position: absolute;
	background-color: #00000075;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding: 0px 20px;
	box-sizing: border-box;
/*	backdrop-filter: blur(2px);*/
	z-index: 5;
}

.acordeon-fotos-txt-titulo {
	font-size: 28px;
	margin-bottom: 15px;
}

.acordeon-fotos-txt-slogan {
	font-size: 13px;
	text-transform: uppercase;
}

.acordeon-fotos-main:hover .acordeon-fotos {
	flex: 0.5;
}

.acordeon-fotos-main .acordeon-fotos:hover {
	flex: 1.5;
}

.acordeon-fotos:hover .acordeon-fotos-txt {
	opacity: 1;
}

.acordeon-fotos-txt-titulo, 
.acordeon-fotos-txt-slogan {
	opacity: 0;
	transition: all 0.4s ease;
}

.acordeon-fotos-txt-titulo {
	transform: translateY(-50px);
}

.acordeon-fotos-txt-slogan {
	transform: translateY(50px);
}

.acordeon-fotos:hover .acordeon-fotos-txt-titulo,
.acordeon-fotos:hover .acordeon-fotos-txt-slogan {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.1s;
}

.acordeon-fotos-slogan {
	background-color: #FFF;
	width: 100%;
	float: left;
	font-size: 25px;
	text-align: center;
	margin: 25px 0px;
}

.acordeon-fotos-slogan span {
	font-weight: 300;
}



/*		Lo hacemos posible		*/
.lo-hacemos-posible {
	width: 100%;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 25px;
	padding: 25px 0px;
}

.lo-hacemos-posible-triangulo {
	
}

.lo-hacemos-posible-txt {
	font-size: 40px;
}

.lo-hacemos-posible-btn {
	background-color: #B13;
	width: auto;
	display: inline-block;
	margin-top: 15px;
	font-size: 14px;
	padding: 10px 20px;
	color: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.lo-hacemos-posible-btn:hover {
	background-color: #000;
}



/*		Síguenos		*/
.siguenos-main {
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 110px;
}

.siguenos {
	width: auto;
	float: left;
}

.siguenos-en-redes-main {
	width: auto;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	font-size: 25px;
	text-align: center;
	margin-bottom: 15px;
}

.siguenos-en-redes {
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 25px;
	float: left;
}

.typing {
	border-right: 2px solid #000;
	margin-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: #048;
	float: left;
}

.siguenos-ico {
	width: 40px;
	height: 40px;
	float: left;
	margin: 5px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}

.siguenos-ico:hover {
	transform: scale(1.15);
}

.bg-facebook {
	background-color: #359;
}

.bg-x {
	background-color: #000;
}

.bg-youtube {
	background-color: #C21;
}

.siguenos-logo {
	width: 200px;
	height: 200px;
	display: inline-block;

	margin-top: -100px;
}

.bg-programa-reunificacion {
	background-color: #F7F7F7;
	width: 100%;
	float: left;
	position: relative;
}

.programa-reunificacion {
	width: 100%;
	float: left;
}

.programa-reunificacion-titulo {
	width: 100%;
	float: left;
	letter-spacing: 2px;
	margin: 5px 0px;
	text-align: center;
	font-size: 20px;
}

.programa-reunificacion-servicios {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
}

.programa-reunificacion-hr {
	border: #000 1px solid;
	width: 50px;
	display: inline-block;
	margin-bottom: 15px;
}

.programa-reunificacion-numero {
	width: auto;
	font-size: 75px;
	font-weight: bold;
	color: #B13;
}

.cantidad-visas {
	background-color: #FFF;
	width: 100%;
	float: left;
	margin: 20px;
	padding: 20px 0px;
	font-size: 14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.cantidad-visas-ico {
	background-color: #048;
	width: 35px;
	height: 35px;
	display: inline-block;
	margin-bottom: 10px;
}

.cantidad-visas-data {
	font-size: 28px;
	font-weight: bold;
}



/*		Sitios de interes		*/
.sitios-interes-main {
	width: 100%;
	float: left;
	padding: 75px 0px;
}

.sitios-interes {
	width: auto;
	margin: 20px;
	padding: 10px 50px;
	color: #FFF;
}

.sitios-interes:hover {
	background-color: #555;
}

.sitios-interes-titulo {
	font-size: 30px;
}

.sitios-interes-linea-main {
	width: auto;
	display: inline-block;
}

.sitios-interes-linea {
	border: none;
	background-color: #B13;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0px 2px;
	transform: skewX(-45deg);
}



/*		Pagos Seguros 		*/
.pagos-seguros-main {
	width: 800px;
	display: inline-block;
}

.pagos-seguros {
	border: #CCC 1px solid;
	width: 800px;
	display: inline-block;
	font-size: 25px;
	padding: 20px;
	box-sizing: border-box;
}

.pagos-seguros-ico {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-bottom: 15px;
}

.pagos-seguros-bancos {
	width: 100%;
	float: left;
	margin: 25px 0px;
	margin-bottom: 75px;
}

.pagos-seguros-bancos-logos {
	width: 100%;
	height: 90px;
	float: left;
	object-fit: contain;
	object-position: 50% 50%;
}



/*		Servicios 		*/
.bg-servicios {
	background-color: #F1F1F1;
	position: relative;
	width: 100%;
	float: left;
}

.servicios {
	position: relative;
	width: 100%;
	float: left;
	margin-top: 100px;
	margin-bottom: 35px;
	z-index: 25;
}

.servicios-pleca-superior-svg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

.servicios-pleca-superior {
	position: absolute;
	fill: #B13;
	top: 0px;
	left: 0px;
	z-index: 5;
}

.servicios-pleca-inferior-svg {
	position: absolute;
	left: 0px;
	bottom: 180px;
	z-index: 5;
}

.servicios-pleca-inferior {
	float: left;
	fill: #FFF;
	transform: rotateY(0deg);
	transform-origin: center;
}

.servicios-pleca-inferior-extension {
	position: absolute;
	background-color: #FFF;
	width: 100%;
	height: 180px;
	left: 0px;
	bottom: 0px;
	z-index: 5;
}

.servicios-titular {
	width: 50%;
	float: left;
}

.servicios-familias-sin-fronteras {
	font-size: 16px;
	color: #B13;
	font-weight: normal;
	letter-spacing: 4px;
}

.servicios-tramite-visa {
	font-size: 50px;
	font-weight: bold;
	color: #048;
}

.servicios-proceso-consular {
	font-family: "Times New Roman";
	font-size: 28px;
	color: #666;
	margin-bottom: 30px;
}

.servicios-asociacion-independiente {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	color: #048;
}

.servicios-pleca-estrellas {
	width: 100%;
	height: 35px;
	float: left;
	object-fit: contain;
	object-position: 50% 50%;
}

.servicios-pleca-logo {
	width: 50%;
	float: left;
	margin-left: 35px;
}



/*		Etapas		*/
.etapas-main {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 100px;
	z-index: 25;
}

.etapas {
	background-image: url(imagenes/bg-etapas.jpg);
	background-size: 100% 100%;
	background-color: #FFF;
	width: 100%;
	float: left;
	text-align: center;
	box-shadow: 0px 0px 20px #00000020;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.etapas-info-main {
	position: relative;
	width: 100%;
	float: left;
}

.etapas-info {
	width: 100%;
	float: left;
	margin-top: 50px;
}

.etapas-triangulo {
	position: absolute;
	width: 140px;
	height: 130px;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	clip-path: polygon(100% 0%, 0% 0%, 100% 100%);
}

.etapas-num {
	position: absolute;
	transform: rotate(45deg);
	left: 45%;
	top: 30%;
	font-size: 14px;
	z-index: 5;
}

.etapas-ico-main {
	width: 80px;
	height: 80px;
	display: inline-block;
	margin-bottom: 10px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	box-sizing: border-box;
}

.etapas-ico {
	width: 80px;
	height: 80px;
	display: inline-block;
	padding: 20px;
	box-sizing: border-box;
}

.etapas-titulo {
	font-size: 30px;
	color: #048;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.etapas-cantidad {
	font-size: 40px;
	color: #B13;
	text-align: center;
	font-weight: bolder;
}

.etapas-divisa {
	color: #048;
	font-size: 16px;
	font-weight: lighter;
}

.etapas-beneficios {
	display: none;
	font-size: 25px;
	font-weight: bold;
	color: #048;
}

.etapas-beneficios-lista {
	position: relative;
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: -o-calc(100% - 60px);
	width: calc(100% - 60px);
	float: left;
	text-align: left;
	line-height: 25px;
	margin-left: 40px;
	font-size: 15px;
	margin-bottom: 20px;
	list-style: none;
	box-sizing: border-box;
}

.etapas-beneficios-lista li::before {
	content: "✔";
	position: absolute;
	left: 10px;
	color: #999;
	font-size: 25px;
	font-weight: bold;
}

.etapas-beneficios-lista li.primera::before {
	content: "✔";
	position: absolute;
	left: 10px;
	color: #B13;
	font-size: 25px;
	font-weight: bold;
}



/*		Requisitos 		*/
.video-informativo {
	width: 100%;
	height: -moz-calc(100% - 50px);
	height: -webkit-calc(100% - 50px);
	height: -o-calc(100% - 50px);
	height: calc(100% - 50px);
	float: left;
}

.video-informativo-img {
	width: auto;
	height: 40px;
	float: left;
	margin: 5px 10px;
}

.video-informativo-titulo {
	background-color: #F00;
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;
	color: #FFF;
	text-align: left;
	font-size: 25px;
	box-sizing: border-box;
	overflow: hidden;
}

.video-informativo-link {
	width: 40%;
	float: left;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.requisitos {
	width: 60%;
	float: left;
	margin: 20px 0px;
	padding-left: 40px;
	box-sizing: border-box;
}

.requisitos-pregunta {
	position: relative;
	border-bottom: #FFF 1px solid;
	background-color: #B13;
	width: 100%;
	float: left;
	color: #FFF;
	margin: 0px;
	padding: 10px 35px;
	padding-left: 15px;
	cursor: pointer;
	box-sizing: border-box;
}

.requisitos-pregunta::before {
	content: "+";
	position: absolute;
	right: 10px;
	color: #FFF;
	font-size: 30px;
	top: -1px;
}

.requisitos-pregunta:hover, 
.requisitos-pregunta-activa {
	background-color: #B13;
}

.requisitos-pregunta:hover, 
.requisitos-pregunta:hover .azul, 
.requisitos-pregunta:hover::before, 
.requisitos-pregunta-activa::before, 
.requisitos-pregunta-activa {
	color: #FFF !important;
}

.requisitos-pregunta-activa::before {
	content: "−";
	position: absolute;
	right: 10px;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	top: -1px;
}

.requisitos-respuesta {
	display: none;
	background-color: #FFF;
	border: #CCC 1px solid;
	border-top: none;
	width: 100%;
	float: left;
	line-height: 30px;
	margin: 0px;
	padding: 20px;
	padding-bottom: 40px;
	box-sizing: border-box;
}

.requisitos-respuesta-lista {
	padding-left: 40px;
}



/*		Etapas explicadas 		*/
.etapa-explicada {
	width: 100%;
	float: left;
}

.etapa-explicada-logo {
	width: 75px;
	height: 75px;
	display: inline-block;
	margin-top: 25px;
}

.etapa-explicada-num {
	font-size: 80px;
	margin: 0px;
	margin-bottom: 15px;
	text-align: center;
}

.etapa-explicada-titulo {
	width: 100%;
	float: left;
	font-size: 32px;
	text-align: center;
	margin-bottom: 35px;
}

.etapa-explicada-descripcion {
	width: 100%;
	font-size: 16px;
	text-align: center;
}

.inter-etapas {
	width: 90%;
	float: left;
	margin: 0px 5%;
	padding: 20px 0px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #048;
}

.etapa-explicada-pregunta {
	position: relative;
	border-bottom: #FFF 1px solid;
	width: 100%;
	float: left;
	color: #FFF;
	margin: 0px;
	padding: 10px 35px;
	padding-left: 15px;
	cursor: pointer;
	box-sizing: border-box;
}

.etapa-explicada-pregunta::before {
	content: "+";
	position: absolute;
	right: 10px;
	color: #FFF;
	font-size: 30px;
	top: -1px;
}

.etapa-explicada-pregunta-activa::before {
	content: "−";
	position: absolute;
	right: 10px;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	top: -1px;
}

.etapa-explicada-respuesta {
	display: none;
	background-color: #FFF;
	border: #CCC 1px solid;
	border-top: none;
	width: 100%;
	float: left;
	line-height: 25px;
	font-size: 15px;
	color: #000;
	margin: 0px;
	padding: 20px;
	padding-bottom: 40px;
	box-sizing: border-box;
}

.etapa-explicada-respuesta-lista {
	display: none;
	background-color: #FFF;
	border: #CCC 1px solid;
	border-top: none;
	width: 100%;
	float: left;
	line-height: 25px;
	font-size: 15px;
	color: #000;
	margin: 0px;
	padding: 20px;
	padding-left: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
}

.lista-compementaria {
	background-color: #FFF;
	padding-left: 40px;
	border-top: none;
	width: 100%;
	float: left;
	line-height: 25px;
	font-size: 15px;
	color: #000;
	margin: 0px;
	padding: 20px;
	padding-left: 40px;
	box-sizing: border-box;
}

.bottom-respuesta {
	padding-bottom: 20px;
}

.formato-negro {
	border-bottom: #000 1px solid;
	color: #000;
}

.formato-negro::before {
	content: "+";
	position: absolute;
	right: 10px;
	color: #000;
	font-size: 30px;
	top: -1px;
}

.formato-negro.etapa-explicada-pregunta-activa::before {
	content: "−";
	position: absolute;
	right: 10px;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	top: -1px;
}

.sin-linea-respuesta {
	border-bottom: none;
}



/*		Otros servicios 		*/
.otros-servicios-logo {
	width: 250px;
	height: 250px;
	display: inline-block;
}

.otros-servicios-titulo {
	width: 50%;
	float: left;
	padding: 10px 0px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
}

.otros-servicios-descripcion {
	width: 100%;
	float: left;
	padding: 15px;
	box-sizing: border-box;
}

.otros-servicios-titulo:hover {
	background-color: #000;
}



/*		Conócenos 		*/
.conocenos-logo {
	background-color: #048;
	width: 150px;
	height: 150px;
	display: inline-block;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.conocenos-titulo {
	font-size: 30px;
	font-weight: bold;
}

.conocenos-estrellas {
	font-size: 35px;
	height: 45px;
	display: inline-block;
	margin-bottom: 40px;
	overflow: hidden;
}

.conocenos-presencia-medios-main {
	position: relative;
	background-color: #048;
	width: 50%;
	height: 60px;
	line-height: 60px;
	float: left;
	font-size: 35px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #FFF;
	text-align: center;
	padding: 0px 30px;
	box-sizing: border-box;
}

.conocenos-presencia-medios-img {
	position: relative;
	height: 80px;
	float: left;
	margin-top: -30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.conocenos-presencia-medios-img-overlay {
	background-color: #F00;
	position: absolute;
	width: 40px;
	height: 40px;
	left: 50px;
	top: -12px;
	z-index: 0;
}

.conocenos-identidad-main {
	position: relative;
	width: 100%;
	height: 280px;
	float: left;
	color: #FFF;
	text-align: center;
	perspective: 1000px;
}

.conocenos-identidad-card {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	backface-visibility: hidden;
	transition: transform 0.6s ease;
}

.conocenos-identidad-frente {
	width: 100%;
	height: 280px;
	float: left;
	color: #FFF;
	font-size: 14px;
	text-align: center;	
	transform: rotateX(0deg);
}

.conocenos-identidad-vuelta {
	width: 100%;
	height: 280px;
	line-height: 20px;
	float: left;
	color: #FFF;
	font-size: 14px;
	text-align: center;	
	padding: 15px 30px;
	box-sizing: border-box;
	transform: rotateX(180deg);
}

.conocenos-identidad-main:hover .conocenos-identidad-frente {
	transform: rotateX(-180deg);
}

.conocenos-identidad-main:hover .conocenos-identidad-vuelta {
  transform: rotateX(0deg);
}

.conocenos-identidad-ico {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-bottom: 15px;
}

.conocenos-identidad-titulo {
	width: 100%;
	float: left;
	font-size: 30px;
	text-transform: uppercase;
}

.conocenos-identidad-txt {
	width: 100%;
	float: left;
	line-height: 25px;
	font-size: 14px;
	padding: 0px 30px;
	box-sizing: border-box;
	list-style: none;
}




/*		Equipo 		*/
.equipo {
	position: relative;
	overflow: hidden;
	padding: 20px;
}

.equipo-main {
	display: flex;
	gap: 20px;
	transition: transform 0.4s ease;
}

.equipo-card {
	min-width: 220px;
	background: #fff;
	border-radius: 12px;
	padding: 15px;
	text-align: center;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.equipo-card img {
	border: #999 2px solid;
	width: 100%;
	display: inline-block;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
}

.equipo-prev,
.equipo-next {
	background: #000;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 30px;
	padding-right: 3px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	color: #FFF;
	text-align: center;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: 15;
}

.equipo-prev {left: 10px;}
.equipo-next {right: 10px;}




/*		Galería 		*/
.galeria {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.galeria-foto {
	width: 100%;
	
	height: 150px;
	flex: 1 1 200px;
	object-fit: cover;
}



/*		Contacto 		*/
.contacto-logo {
	width: 150px;
	height: 150px;
	display: inline-block;
	margin-bottom: 20px;
}

.contacto-titulo {
	font-size: 25px;
}

.contacto-cap {
	width: 800px;
	margin: 20px 0px;
	display: inline-block;
}

.contacto-cap-img {
	max-width: 40%;
	max-height: 200px;
	float: left;
	object-fit: contain;
	object-position: 0% 50%;
}

.contacto-cap-info {
	width: 60%;
	max-height: 200px;
	float: left;
	margin-left: 50px;
}

.contacto-cap-telefono {
	width: 50%;
	float: left;
}

.contacto-mapa {
	border: none;
	background-image: url(imagenes/bg-mapa.jpg?v=2);
	background-size: 100% 100%;
	width: 100%;
	height: 550px;
	float: left;
}

.contacto-info {
	width: 100%;
	float: left;
	margin: 35px 0px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
}

.contacto-ico {
	width: 40px;
	height: 40px;
	float: left;
	padding: 5px;
	margin: 10px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.contacto-ico:hover {
	background-color: #B13;
}

.contacto-te-lleva {
	letter-spacing: 4px;
}

.contacto-hr {
	border: #B13 1px solid;
	width: 50px;
	display: inline-block;
	margin-bottom: 15px;
}



/*		FAQ 		*/
.faq-logo {
	width: 150px;
	height: 150px;
	display: inline-block;
	margin-bottom: 20px;
}

.faq {
	width: 100%;
	float: left;
	font-size: 16px;
	margin: 20px 0px;
}

.faq-pregunta {
	position: relative;
	background-color: #F1F1F1;
	width: 100%;
	float: left;
	color: #048;
	margin: 0px;
	padding: 10px 35px;
	cursor: pointer;
	box-sizing: border-box;
}

.faq-pregunta::before {
	content: "+";
	position: absolute;
	left: 10px;
	color: #000;
	font-size: 30px;
	top: -1px;
}

.faq-pregunta::after {
	transition: all 0.2s;
	content: "»";
	position: absolute;
	right: 10px;
	color: #048;
	font-size: 30px;
	top: -1px;
}

.faq-pregunta:hover, 
.faq-pregunta-activa {
	background-color: #414141;
}

.faq-pregunta:hover, 
.faq-pregunta:hover .azul, 
.faq-pregunta:hover::before, 
.faq-pregunta:hover::after, 
.faq-pregunta-activa::before, 
.faq-pregunta-activa::after, 
.faq-pregunta-activa {
	color: #FFF !important;
}

.faq-pregunta-activa::before {
	content: "−";
	position: absolute;
	left: 15px;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	top: -1px;
}

.faq-pregunta-activa::after {
	transition: all 0.2s;
	color: #FFF;
	top: 2px;
	right: 5px;
	transform: rotate(90deg);
}

.faq-respuesta {
	display: none;
	border: #CCC 1px solid;
	border-top: none;
	width: 100%;
	float: left;
	line-height: 30px;
	margin: 0px;
	padding: 20px;
	padding-bottom: 40px;
	box-sizing: border-box;
}



/*		Footer 		*/
.bg-footer {
	background-color: #555;
	width: 100%;
	float: left;
}

.menu-footer {
	width: auto;
	padding: 5px 15px;
	color: #999;
	font-size: 14px;
}

.menu-footer-activo {
	border-bottom: #B13 2px solid;
	color: #048;
}

.footer-logo {
	width: 250px;
	display: inline-block;
	margin: 20px 0px;
}

.footer {
	width: 100%;
	padding: 25px 0px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

#desarrollador-web {
	font-size: 12px;
	color: #FF0;
}