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

/*/////////////////// GENERAL ///////////////////*/

html{
	scroll-behavior: smooth;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: white;
}

body{
    width: 100%;
    color: white;
   background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

h1{
	font-family: co-headline,sans-serif;
    font-weight: 300;
    font-style: normal;
	width: 90%;
	margin: 30px auto ;
}

h2{
	font-family: co-headline,sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 14pt;
	width: 88%;
	text-align: center;
	color:white;
	margin: auto;
	
}


h3{
	font-family: co-headline,sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 12pt;
	text-align: center;
}

p{
	font-size: 11pt;
	font-family: co-headline,sans-serif;
    font-weight: 300;
    font-style: normal;
	width: 90%;
	margin: auto;
	color: white;
}

a{
	font-size:14pt;
}



/*/////////////////// ENCABEZADO ///////////////////*/

.cabecera{
	
	width: 100%;
    height: 90px;
	z-index: 3;
	position: relative;
	
	
}

/*/////////////////// BARRA DE NAVEGACION ///////////////////*/

.navegador{
	display: flex;
	justify-content: space-between; 
    
	
}

.logo_aleuis{
	width: 250px;
	height: 75.634px;
	margin-left: 30px;
	margin-top: 15px;
	
	
}

.logo_aleuis:hover{
	cursor: pointer;
	
	
}

.icono_menu{
	background: url("../imagenes/icono_menu.png");
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 30px;
	width: 70px;
	height: 70px;
	border-radius: 7px;
	cursor: pointer;
	display: none;
}

.barra_nav{
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin-right: 40px;
	list-style: none;
	width: 450px;
}

.barra_nav_lista{
	line-height: 80px;
	 width: max-content;
}

.barra_nav_link{
    text-decoration: none;
    border-bottom: solid 2px #ffffff;
    color: #ffffff;
    width: max-content;
    text-align: center;  
	padding:0 15px;
	
}

.barra_nav_link:hover{
	animation-duration: 2s;
	animation-name: bounceIn;
}

/*/////////////////// BOTON ARRIBA ///////////////////*/

#btn_arriba{
	border-radius: 30px;
	background: #172533;
	background: url("../imagenes/icono_btn_arriba.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	height: 60px;
	border: solid 1px ;
	position: fixed;
	cursor: pointer;
	right: 20px;
	bottom: 150px;
	display: none;
	z-index: 10;
}

.btn_arriba{
	background: #172533;
}

/*/////////////////// CONTENIDO ///////////////////*/

.slide_intro{
	
	width: 100%;
	height: 510px;
	
	top: -50px;
	border-radius:0 0 200px 200px;
	
	box-shadow: 2px 15px 20px black ;
	position: absolute;
	z-index: 1;
	filter: brightness(.8);
	
}

.slide_promo{
    width: 700px;
    height: 350px;
    position: absolute;
    top: 80px;
    z-index: 2;
    right: 10px;
	overflow: hidden;
}

.texto_intro{
	font-size: 17pt;
    font-style: normal;
	width: 90%;
	margin:100px auto 0px;
	-webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
	animation-duration: 3s;

	
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceIn {
 


  0% {
    
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.contendor_general{
	min-width: 700px;
	margin: 350px auto 0px;
	
}

.contenedor_info{
	width: 100%;
	height: 800px;
	margin: 0px auto 0px;
    border-radius: 0px 0px 10px 10px;
	background: rgba(0,0,0,.6);
    padding-top: 40px;
	box-shadow: 2px 15px 20px black inset, -2px -15px 20px black inset;
	border-top: 1px solid #C19C00;
	border-bottom: 1px solid #C19C00;
	
	
}

.contenedor_info h2{
	margin-top: 20px;
}

.contenedor_destacado{
	width: 720px;
	margin:1px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	animation-duration: 2s;
	animation-name: bounceIn;
	animation-delay: 3s;
}

.contenedor_destacado .caja_icono{
	position:relative;
	width: 220px;
	height: 200px;
	
}

.contenedor_destacado .caja_icono .face{
position: absolute;
top: 0;
left: 0;	
width: 100%;
height: 100%;
transition: 0.5s;
}

.contenedor_destacado .caja_icono .face.face1{

display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 1;
transform-origin: bottom;
}

.contenedor_destacado .caja_icono .face.face1 img{
	width:90px;
	padding: 8px;
	border-radius: 100px;
	
}

.contenedor_destacado .caja_icono .face.face1 h3{
	margin-top: 10px;
	color: white;
}

.contenedor_destacado .caja_icono:hover .face.face1{
	transform: translateY(-100%) rotateX(90deg);
	background: #ff0057;
}

.contenedor_destacado .caja_icono .face.face2{
	background: #ff0057;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	transform-origin: top;
	transform: translateY(100%) rotateX(90deg);

}

.contenedor_destacado .caja_icono:hover .face.face2{
	transform: translateY(0) rotateX(0deg);
}

.txt_covid{
	font-size: 12pt;
	margin-top: 35px;
	width: 100%;
	color: white;
	font-weight: 600;
}

.contenedor_texto{
	width: 90%;	
	margin: auto;
}

.beneficio_foto{
	
	background: url("../imagenes/fondo_beneficio_2.jpg");
	width: 100%;
	height: 600px;
	background-size: cover;
	filter: brightness(.8);
	position: relative;
	margin-bottom: 50px;
	background-attachment: fixed;
	box-shadow: 2px 15px 20px black;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	
}

.cuadro_beneficio{
	position: absolute;
		
}

.titulo_beneficio{
	text-align: left;
	font-size: 40pt;
	width: 90%;
	margin-top: -400px;
	left: 15px;
	margin-bottom: 50px;
	
}

.texto_beneficio{
	text-align: left;
	font-size: 12pt;
	width: 90%;
	left: 15px;
	margin-bottom: 50px;
}

.titulo_ancla_propiedades{
	margin-top: 80px;
}

.contenedor_servicios{
	width: 90%;
	max-width: 1060px;
	height: auto;
	margin:  auto;
	padding-top: 30px;
	padding-bottom: 30px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	
}

.cuadro_curso{
	border: 1px solid #ffffff;
	width: 320px;
	height: 450px;
	display:flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-bottom: 15px;
	margin: 20px auto;
	background: rgba(0,0,0,.7);
	border-radius: 10px;
	box-shadow: 2px 15px 30px black ;
}

.titulo_curso{
	margin-top: 15px;
	height: 40px;
	
	margin-bottom: 15px;
	font-size: 12pt;
}

.imagen_curso{
	border: 1px solid #C19C00;
	width: 270px;
	height: 150px;
	margin: 10px 7% 10px;
}

.descripcion_curso{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	height: 69px;
	font-size: 10pt;
	overflow:auto;
	
}

.descripcion_curso::-webkit-scrollbar {
	width: 8px;
	
	background: #000000;
	border-left: 1px  solid #ffffff;
	border-left-style: solid;
	
	}

.descripcion_curso::-webkit-scrollbar-thumb{
	border: 1px solid #27D4E2;
	background: #ffffff;
	border-radius: 10px;
}

.cotenedor_ficha{
	width: 95%;
	height: 85px;
	display: flex;
	align-content: center;
	justify-content: space-between;
	
	margin: 5px auto 10px;
}

.cuadro_ficha{
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin-top: 5px;
	height: 50px;
	width: 90px;
}

.ficha_unidad{
	text-align: right;
	width: 20px;
}

.btn_detalle{
	
	width: 100px;
	height: 30px;
	
	margin-left: 200px;
    display: flex;
	justify-content: center;
	align-content: center;
	
	
}

.btn_detalle a{
	width: 100px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ffffff;
	padding: 3px;
	
	height: 30px;
}

.btn_detalle a:hover{
	background:#ff0057;
	
}

.cuadro_contacto{
	background-image: url("../imagenes/fondo_contacto.jpg");
	width: 100%;
	height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
	display: flex;
	
	
}

.texto_contacto{
	border: 1px solid #ffffff;
	width: 700px;
	height: 400px;
	margin:100px auto;
}

.pleca_inferior{
	width: 100%;
	height: 70px;
	border: 1px solid #ffffff;
	background: rgba(0,0,0,.7);
}

.texto_contacto p{
	font-size: 14pt;
	margin-top: 100px;
	text-align: center
}

.pleca_inferior h2{
	margin-top: 10px;
}


/* DISEÑO PARA TABLET */

@media (min-width:481px) and (max-width:768px){
	
	
	
	.cabecera{
		height: 70px;
		background:  #172533;
		z-index: 8;
		border-bottom: solid 1px;
		box-shadow: 2px 15px 30px black ;
	}
	
	.logo_aleuis{
	width: 150px;
	height: 45.3801px;
	}
	
	.barra_nav{
	background: #172533;
	position: absolute;	
	width: 100%;
	align-items: center;
	justify-content: center;
	left: -100%;
	transition:  0.3s;
	top: 70px;
		
	}
	
	.barra_nav_visible{
		left: 0px;
		
		flex-wrap: wrap;
	}
	
	.barra_nav_lista{
		margin: 0px 20px;
		 width: max-content;
		
	}
	
	.icono_menu{
		display: block;
	}
	
	.slide_intro{
	background-image: url("../imagenes/slide_intro_tb.jpg");
	width: 100%;
	height: 1024px;
	border-radius: 0px;
	border-bottom: none;
	box-shadow: 2px 15px 20px black ;
	
	
}
	
	.slide_promo{
		top: 160px;
		width: 80%;
		
	}
	
	.contendor_general{
	background-image: url(../imagenes/fondo_web_aleuis_1_tb.jpg);
	margin: 900px auto 0px;
	min-width: 400px;
	
}
	
	.contenedor_info{
		height: auto;
		padding-top: 20px;
		width: 100%;	
	}
	
	.contenedor_destacado{
	width: 50%;	
	
	margin:  auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
	
	.caja_icono{
		margin: 15px auto;
	}
	
	.contenedor_texto{
		margin-top: -60px;
	}
	
	.texto_intro{
	font-size: 16pt;
}
	
	.beneficio_foto{
	
	background: url("../imagenes/fondo_beneficio_2_tb.jpg");
	width: 100%;
	height: 1024px;
		
	
	
}
	
	.titulo_beneficio{
	text-align: left;
	font-size: 30pt;
	width: 90%;
	margin-top: -600px;
	
	
}
	
	.cuadro_contacto{
		background: none;
		height: 974px;
		width: 100%;
			
}
	
}

/* DISEÑO PARA MOVIL */

@media (min-width:0px) and (max-width:480px){
	
	.cabecera{
		height: 70px;
		background:  #172533;
		z-index: 8;
		border-bottom: solid 1px;
		box-shadow: 2px 15px 30px black ;
	}
	
	.logo_aleuis{
	width: 120px;
	height: 35.6532px;
	margin-left: 10px;
	}
	
	.barra_nav{
	flex-direction: column;
	background: #172533;
	position: absolute;	
	width: 100%;
	align-items: center;
	justify-content: center;
	left: -100%;
	transition:  0.3s;
	top: 70px;
		
	}
	
	.barra_nav_visible{
		left: 0px;
		
		
	}
	
	.barra_nav_lista{
	margin: 0px 20px;
	line-height: 80px;
	 width: max-content;
}
	
	.icono_menu{
		display: block;
		border: 1px solid;
		width: 45px;
		height: 45px;
		margin-top: 12px;
		margin-right: 15px;
		border-radius: 0px;
		padding: 10px;
		
	}
	
	.slide_intro{
	background-image: url("../imagenes/slide_intro_tb.jpg");
	width: 100%;
	height: 830px;
	border-radius: 0px;
	border-bottom: none;
	box-shadow: 2px 15px 20px black ;
}
	
	.slide_promo{
    width: 90%;
    height: auto;
    left: 10px;
}
	
	.texto_intro{
		font-size: 13pt;
		width: 95%;
	}
	
	.contendor_general{
	background-image: url(../imagenes/fondo_web_aleuis_1_tb.jpg);
	margin: 700px auto 0px;
	min-width: 20px;
	
}
	
	.contenedor_info{
		height: auto;
		padding-top: 20px;
		width: 100%;	
	}
	
	.contenedor_destacado{
	width: 50%;	
	margin:  auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
	
	.caja_icono{
		margin: 15px auto;
	}
	
	.contenedor_texto{
		margin-top: -60px;
	}
	
	.texto_intro{
	font-size: 16pt;
}
	
	.beneficio_foto{
	
	background: url("../imagenes/fondo_beneficio_2_tb.jpg");
	width: 100%;
	height: 800px;
		
	
	
}
	
	.titulo_beneficio{
	text-align: left;
	font-size: 30pt;
	width: 90%;
	margin-top: -600px;
	
	
}
	
	.cuadro_contacto{
		background: none;
		height: 500px;
		width: 80%;
		margin: auto;
	
}
	
	.texto_contacto{
		margin-top: 30px;
	}
	
	#btn_arriba{
		opacity: 0;
		left: -100%;
	}
	
}