@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
*{
	box-sizing:border-box;
}

body{
	margin:0;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
}
 /*------------------- Estilos header ------------------- */
.logo{	
	width: 100%;
}

.container{
	width:100%;
	margin:auto;
	}
.container--flex{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
}

	
.header{
	height:70px;
	box-shadow: 0px 1px 15px;
}
.header .contenedor{
	display:flex;
	justify-content: center;
}


#hero{
	min-height:80vh;
	position:relative;}

video{
	position:absolute;
	top:-50px;
	left:0;
	width:100%;
	height:100%;
	object-fit: cover;}
	
.capa{	
	position:absolute;
	top: 50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	width:100%;
	color:#FFF;
	text-align:center;
}
	
.slogan{
	display:flex;
	justify-content:center;
}
/*
.banner_titulo1{ 
	font-size:70px;
	font-weight:700;
	animation: mover-izq-der 4s 1;
}
@keyframes mover-izq-der {
	from { transform: translate(20px,-150px);
	}
	to { transform: translate(0,0);
	opacity:100%;}
}

.banner_titulo2{ 
	font-size:40px;
	font-weight:700;
	animation-fill-mode: forwards;
	animation: mover-izq-der2 4s 1;
	animation-delay: 2s;
}
@keyframes mover-izq-der2 {
	from { transform: translate(0px,0px);
	}
	to { transform: translate(0,0);}
}

.banner_titulo3{ 
	font-size:30px;
	font-weight:700;
	animation-fill-mode: forwards;
	animation: mover-izq-der3 4s 1;
	animation-delay: 3s;
}
@keyframes mover-izq-der3 {
	from { transform: translate(-50px,-50px);
	}
	to { transform: translate(0,0);}
}


.banner_titulo4{ 
	font-size:20px;
	font-weight:700;
	opacity:0%;
	animation-fill-mode: forwards;
	animation: mover-izq-der4 4s 1;
	animation-delay: 4s;
}
@keyframes mover-izq-der4 {
	from { transform: translate(-50px,-50px);
	}
	to { transform: translate(0,0);}
}

	
	/*
.banner_txt{
	font-size:20px; 
	animation: mover-izq-der 3s 1; 
	animation-fill-mode: forwards;
	opacity:0%;
	animation-delay: 1s;}
	
.banner_txt_peq{font-size:20px; margin-top:100px; margin-left:-180px; 
animation: mover-izq-der 3s 1; animation-delay: 4s;}

*/


/* ------------------- Estilos del Menu ------------------- */

.main-nav{
	width:100%;
	position:relative;
	z-index:2000;
	padding:10px;	
	background:#333;
	border-bottom: 3px solid #F0E12C;

}

.icon-menu{
	display:block;
	color:#FFF;
	border: 1px solid #FFF;
	border-radius:3px;
	width:40px;
	height:40px;
	line-height:45px;
	text-align:center;
	cursor:pointer;
	font-size:1.5em;}
	

.menu{
	position:absolute;
	color:#FFF;
	top:60px;
	left: 0;
	width:100%;
	background:rgba(0,0,0,0.70);
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
	height:0;
	overflow:hidden;
	transition: height .3s 	linear;
}


.menu__link{
	display:block;
	padding:15px;
	color:#FFF;
	text-decoration:none;
}

.menu__link:hover{
	background:rgb(240,225,44);
	color:#000;}

.menu__link--select{
	background:#333; 
	color:#FFF;}


.mostrar {
	height: 380px;}
	
	
	
.menu_boton{
	display:block;
	padding:15px;
	color:rgb(240,225,44);
	text-decoration:none;
}


/* ------------------- Estilos Generales ------------------- */

.derecha
{	text-align:right; }
.centrado
{	text-align: center; }
.izquierda
{	text-align: left; }

.margenes{	margin:10px;}
.margen-izq{
	margin-left:100px;
	margin-top:50px;}
.rojo{		
	font-size:16px;
	font-weight:bold;
	color:#C73139; /*rojo*/
}
.amarillo{		
	font-size:26px;
	font-weight:bold;
	color:rgb(240,225,47); /*amarillo*/
}
.blanco{ color:#FFF;}

.mayuscula{
	text-transform:uppercase;}
	
.barra_amarilla{
	border-bottom:rgb(240,225,47) 3px solid;
	}	
	
/* ------------------- Estilos Secciones ------------------- */
/*#nosotros{
	padding: 10px;
	width:100%;
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(200,200,200,1));
}
#nosotros img{
	width:90%;
	max-width:500px;
	border-radius:50%;
}*/
.contenedorcentro{
	display:flex;
	justify-content:center;
}
.centro{
	width:100%;
	max-width: 1200px;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	}

.contenido {
	max-width: 100%;
	padding:5px;
}

.titulo{ font-size:20px;
padding:5px;}

.boton{	
	color:#333;	
	cursor: pointer;
	text-align:	center;
	border: none;
	text-decoration:none;
}
.boton-sub{	
	color:#333;	
	cursor: pointer;
	text-align:	center;
	border: none;
	text-decoration:none;
}
.boton-sub:hover{
	font-weight:bold;	
	color:#000;
	border-bottom:#000 3px solid;
}
.filtros{
	margin:10px;
}

.borde1
{	
  padding: 18px 36px;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #FFF;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.borde2
{	border-radius:10px;}
.borde3
{	border-radius:10px;}





/*--------------------Estilos de Botones-------------------*/
.btn4{
  padding: 1px;
  margin:1px;
  color: #000;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
  
}
.btn7{
  padding: 10px;
  margin:10px 4px;
  color: #000;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
  
}
/*======= Button 4 =======*/
.btn4::before {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 8px;
  background: #F0E12C;/*#6098FF;*/
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

.btn4:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}

/* button7 */


.btn7 {
    box-shadow: inset 000px 0px 0px 0px #AC8A6C;
  -webkit-transition: all 0.6s cubic-bezier(.9, .24, .40, 1);
  transition: all 0.6s cubic-bezier(.9, .24, .40, 1)
}

.btn7::before {
    content: '';
    width: 100%;
    height: 0%;
    display: block;
    background: #FFF;
    position: absolute;
    left: 0%;
    opacity: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: height .4s cubic-bezier(0.9, 1, 0.32, 1), opacity .1s ease;
    transition: height .4s cubic-bezier(0.9, 1, 0.32, 1), opacity .1s ease;
  
}

.btn7:hover::before {
    opacity: 1;
    height: 100%;
}

.btn7:hover {
    box-shadow: inset 00px 1000px 0px 0px #F0E12F;
    color: #ffffff;
}


/*--------------------Estilos de Resultados-------------------*/

.container_resultados{
	margin-top: -50px;
	}

.contenido_resultados{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width:100%;
	max-width:1500px;
	padding: 50px 0;
}
.fotoprop{
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius:2% 2% 0 0;
}
.foto_thumb{
	width:180px;
	height:100px;
	object-fit:cover;
	display: inline;
	
}

.caracteristicas_grupo{
	display:flex;
	color: #333 ;
	flex-wrap: wrap;
	justify-content: left;
	width:100%;
	background:#FFF;
	padding:1px;
}
.caracteristica{
	padding: 2px;
	margin:1px;
	width:30%;
	text-align:center;
	border-left:#CCC 2px solid;
}
.caracteristica3a{
	padding: 1px;
	width:50%;
	text-align:center;
	border-left:#CCC 2px solid;
}
.caracteristica3{
	padding: 1px;
	width:30%;
	text-align:center;
	border-left:#CCC 2px solid;
	border-right:#CCC 2px solid;
}
.caracteristica3b{
	padding: 2px;
	width:20%;
	text-align:center;
	border-right:#CCC 2px solid;
}

.letragrande{
	font-size:28px;
	font-weight:bold;}

.letrachica{
	font-size:10px;}
	
.letragrande3{
	font-size:14px;
	font-weight:bold;}

.letrachica3{
	font-size:10px;}

.cajaresultado{	margin: 10px;
	border-bottom: #CCC solid 2px;

/*
  border-image: linear-gradient(to right, #ccc 0%, #fff 100%) 1;
  border-width: 1px;
  padding: 5px;
	border-left: #CCC solid 1px;
		
box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.2);*/
	width:95%;}



/*--------------------Estilos de Novedades-------------------*/
#novedades{
	left: 50%;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(200,200,200,1));
}
#novedades article{
	margin:0;
	width:50%;
}	

#novedades img{
	width:100%;
	border: 20px solid #FFF;
}
#novedades .contenedor{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;}
	
/*#blog{

	background-color:#FFF;}
	
#blog h4{
	text-align:center;}
	

	

	
	
}

*/
/*--------------------Estilos de Servicios-------------------*/
#blog
{ max-width: 1200px;
	
}
#blog .contenedor_seccion{
	flex-wrap: column;
	height: 100%;
	}
	
#blog article{
	margin: 20px;
	width:90%;
}	

#blog .recuadro{
	width:100%;
	border-radius:20px;
	border: 10px solid #FFF;
	background:#FFF;
	padding:10px;
	height: 250px;
}
	
.servicios{
	margin-top:-100px;
	left: 50%;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(200,200,200,1));
}
.empresa{
	left: 50%;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(200,200,200,1));
}

.pulse {
  animation: pulse 3s infinite;
}

@keyframes pulse {
  0% {
    font-variation-settings: 'wght' 100;
  }
  50% {
    font-variation-settings: 'wght' 700;
  }
  100% {
    font-variation-settings: 'wght' 100;
  }
}

.gris{ color:#CCC;}



/***************************Estillos de pie**********************/
.footer{
	background:#F2F2F2;
	color: #333;
	padding:10px;
	text-align:center;
	}
	
.footer .social [class^="icon-"]
{
	display:inline-block;
	color:#333;
	text-decoration:none;
	font-size:30px;
	padding:10px;
	background:white;
	border-radius: 50%;
	width:50px;
	height:50px;
	line-height:40px;
}
.copy{	font-size:14px;}

/* ------------------- Estilos responsive------------------- */


@media screen and (min-width: 630px){
	.cajaresultado{	width:45%;}
	#blog article{width:70%;}	
	.header{ height:80px;	}
	.logo{ max-width:530px;	}
	
	.margen-izq{ margin-left:250px;}

.letragrande3{
	font-size:24px;
	font-weight:bold;}

.letrachica3{
	font-size:14px;}
		
#novedades article{
	margin:0;
	width:30%;
}
	

}
@media screen and (min-width: 850px){
	#blog article{width:50%;}	
	
#novedades article{
	margin:0;
	width:20%;
}
	.letragrande3{
	font-size:28px;
	font-weight:bold;}

.letrachica3{
	font-size:18px;}

}


@media screen and (min-width: 950px){
#blog .recuadro{height: 300px;}
.titulo{ font-size:30px;
padding:10px;}
.barra_amarilla{border-bottom:rgb(240,225,47) 6px solid;	}	

.header{ height:100px;	}

.main-nav{
		padding:0 10px 0 0 ;
		background:#333;
	}
.icon-menu{	display:none;}
	
.menu{
	position:static;
	display:flex;
	height:auto;
	width:auto;}
	
.contenido {
	max-width: 50%;
	padding:20px;
}


#blog article{
	width:300px;}
	
#blog .contenedor_seccion{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	align-content: center;
	height: 100%;
	}


}


@media screen and (min-width: 1080px){
.titulo{ font-size:40px;
padding:10px;}
.barra_amarilla{border-bottom:rgb(240,225,47) 10px solid;	}	

.cajaresultado{	width:23%;}
	
}
@media screen and (min-width: 1280px){
	
}