html {
	scroll-behavior: smooth;
}

/* moserat */

/* Estilos generales */

:root {
	--blanco: #ffffff;
	--rosado: #ff1080;
	--azul: #101E7D;
	--azul-claro: #2AA5E1;
	--morado: #972296;
	--gris: #999999;
	--sadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	--sadow2: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

.bg-azul {
	background-color: var(--azul);
}

.bg-morado {
	background-color: var(--morado);
}

.bg-azul-claro {
	background-color: var(--azul-claro);
}

::-webkit-scrollbar {
	background: var(--morado);
	width: 6px;
}
::-webkit-scrollbar-thumb {
	background: var(--rosado);
}

.blanco {
	color: var(--blanco);
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: var(--blanco);
}

ul {
	list-style: none;
	margin: 0px !important;
	padding: 0px;
}

/* ---------------------------------------Header ---------------------------------------------- */
header{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	background-color: var(--blanco);
	border-radius: 0px 0px 10px 10px;
	box-shadow: var(--sadow);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
}

header>div {
	display: flex;
	justify-content: center;
	align-items: center;
}

#h-1,
#h-3 {
	width: 20%;
}

#h-1 img {
	height: 60px;
}

#h-2 {
	width: 60%;
}

#h-2 nav {
	width: 100%;
	display: flex;
}

#h-2 nav >ul {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 40px;
	align-items: center;
}

#h-2 nav >ul li{
	display: flex;
}

#h-2 nav >ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--gris);
	/* padding: 0px 5px 10px; */
	position: relative;
	transition: ease all 1s;
	font-weight: bolder;
}

#h-2 nav >ul li a:hover{
	transition: ease all 1s;
}

#h-2 nav >ul li a:hover::before{
	transition: ease all 1s;
	position: absolute;
	width: 100%;
	content: "";
	height: 4px;
	border-radius: 10px;
	background: rgb(32,170,235);
	background: linear-gradient(90deg, rgba(32,170,235,1) 0%, rgba(91,102,192,1) 40%, rgba(147,37,151,1) 79%);
	bottom: -5px;
}

#h-3 a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000020;
	border-radius: 20px;
	gap: 5px;
	padding: 4px 15px;
}

#h-3 a span{
	font-size: 14px;
	color: #fff;
}
#h-3 a svg{
	width: 15px;
	fill: #fff;
}

.content-sub-items-header {
	position: relative;
}


.sub-items-header {
	display: none;
	width: 250px !important;
	position: absolute;
	background-color: #fff;
	border-radius: 6px;
	top: calc(100% + 5px);
	z-index: 9999;
    flex-direction: column;
    box-shadow: var(--sadow);
    overflow: hidden;
}

.sub-items-header li a::before{
	transition: ease all 1s;
	position: absolute;
	width: 100%;
	content: "";
	height: 2px;
	background: rgb(32,170,235);
	background: linear-gradient(90deg, rgba(32,170,235,1) 0%, rgba(91,102,192,1) 40%, rgba(147,37,151,1) 79%);
	bottom: -5px;
	left: 0px;
}

.content-sub-items-header:hover ul {
	display: flex;
    gap: 6px;
}

.sub-items-header > li > a {
    width: 100%;
	display: flex;
	justify-content: flex-start !important;
	align-items: center;
	color: var(--gris)  !important;
	padding: 5px 30px 5px 5px;
	transition: ease all 0.6s;
}

.sub-items-header > li > a:hover {
    background-color: var(--azul-claro);
    color: #fff !important;
}

.sub-items-header > li {
    width: 100%;
}

.btn-header-sub svg {
    width: 25px;
    fill: var(--gris);
}
/* ---------------------------------------end Header ---------------------------------------------- */

#redes-fotante {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	left: 0px;
	top: 40%;
	background-color: var(--rosado);
	border-radius: 0px 20px 20px 0px;
	gap: 20px;
	padding: 10px;
	position: fixed;
}

#redes-fotante a{
	width: 25px;
	transition: ease all 0.6s;
}

#redes-fotante a img{
	width: 100%;
}

#redes-fotante a:hover{
	transform: scale(1.08);
}

#redes-fotante-res {
	width: 100%;
	display: none;
	justify-content: space-between;
	align-items: center;
	background-color: var(--rosado);
	border-radius: 10px 10px 0px 0px;
	gap: 10px;
	padding: 10px;
	margin-top: 20px;
}

#redes-fotante-res a{
	width: 20px;
	transition: ease all 0.6s;
}

#redes-fotante-res a img{
	width: 100%;
}

footer {
	width: 100%;
	background-color: var(--azul);
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer img{
	height: 40px;
}

#s-banner {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-img-banner {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-img-banner a,
#content-img-banner img{
	width: 100%;
}

.principal-title {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0px;
	font-size: 30px;
	font-weight: bold;
}

.t-blanco {
	color: #fff;
}

.t-rosado {
	color: var(--rosado);
}

.t-azul {
	color: var(--azul);
}

#s-servicios {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("/src/img/imgs/fondo-1.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

#content-cards-servicios {
	width: 80%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	padding-bottom: 40px;
}


#content-cards-servicios >div h5{
	font-size: 30px;
	text-align: center;
	width: 100%;
}

#content-cards-servicios >div h5 b{
	font-weight: bold;
}

/* #content-cards-servicios >div:nth-child(1) .img-card-servicio, */
#content-cards-servicios>div:nth-child(1)::before,
#content-cards-servicios>div:nth-child(1)::after,
#content-cards-servicios >div:nth-child(1) a{
	background-color: var(--azul);
}

#content-cards-servicios >div:nth-child(1) h5{
	color: var(--azul);
}

/* #content-cards-servicios >div:nth-child(2) .img-card-servicio, */
#content-cards-servicios>div:nth-child(2)::before,
#content-cards-servicios>div:nth-child(2)::after,
#content-cards-servicios >div:nth-child(2) a{
	background-color: var(--morado);
}

#content-cards-servicios >div:nth-child(2) h5{
	color: var(--morado);
}

/* #content-cards-servicios >div:nth-child(3) .img-card-servicio, */
#content-cards-servicios>div:nth-child(3)::before,
#content-cards-servicios>div:nth-child(3)::after,
#content-cards-servicios >div:nth-child(3) a{
	background-color: #4FB7E0;
}

#content-cards-servicios >div:nth-child(3) h5{
	color: #4FB7E0;
}

/* #content-cards-servicios >div:nth-child(4) .img-card-servicio, */
#content-cards-servicios>div:nth-child(4)::before,
#content-cards-servicios>div:nth-child(4)::after,
#content-cards-servicios >div:nth-child(4) a{
	background-color: var(--rosado);
}

#content-cards-servicios >div:nth-child(4) h5{
	color: var(--rosado);
}

.card-servicio {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--blanco);
	border-radius: 20px;
	box-shadow: var(--sadow);
	position: relative;
	z-index: 2;
}

.card-servicio::before {
	width: 150px;
	height: 150px;
	border-radius: 20px;
	position: absolute;
	right: -6px;
	top: -6px;
	content: "";
	z-index: -1;
}

.card-servicio::after {
	width: 150px;
	height: 150px;
	border-radius: 20px;
	position: absolute;
	left: -6px;
	bottom: -6px;
	content: "";
	z-index: -1;
}

.img-card-servicio {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0px;
	background-color: #fff;
	border-radius: 15px;
}

.img-card-servicio img {
	width: 80%;
}

.info-card-servicio {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 15px;
	background-color: #fff;
	border-radius: 0px 0px 15px 15px;
}
.info-card-servicio p{
	font-size: 16px;
	color: var(--gris);
	line-height: 18px;
	text-align: center;
}

.info-card-servicio a{
	color: var(--blanco);
	padding: 4px 10px;
	border-radius: 20px;
	font-weight: bold;
}

#s-servicios {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-carousel-clientes {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#carousel-clientes {
	width: 80%;
}

#s-caso {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("/src/img/imgs/fondo-2.webp");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0px;
}

#content-cards-casos {
	width: 80%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 60px;
}

.card-caso-exito {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	box-shadow: var(--sadow2);
	padding: 20px;
	gap: 15px;
	position: relative;
}

.img-card{
    width: 75%;
}

.card-caso-exito h3{
	width: 100%;
	text-align: start;
	font-size: 20px;
	color: #606060;
	font-weight: bold;
}
.card-caso-exito p{
	width: 100%;
	text-align: start;
	font-size: 16px;
	color: #606060;
}
.card-caso-exito >div{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.card-caso-exito >div a{
	width: 50%;
	border-radius: 20px;
	padding: 4px 10px;
	box-shadow: var(--sadow);
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.azul-claro{
	background-color: var(--azul-claro);
}

.morado{
	background-color: var(--morado);
}

.rosado{
	background-color: var(--rosado);
}

.svg-azul-claro{
	fill: var(--azul-claro);
}

.svg-morado{
	fill: var(--morado);
}

.svg-rosado{
	fill: var(--rosado);
}

.card-caso-exito > span{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
}

.card-caso-exito  svg{
	width: 30px;
}

.card-caso-exito > span span{
	font-size: 14px;
	color: #606060;
}

.logo-card {
	position: absolute;
	top: -30px;
	left: -30px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

#s-nosotros {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("/src/img/banners/4.webp");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0px 80px;
}

#s-nosotros >p{
	width: 60%;
	color: #606060;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

#s-nosotros >a{
	background-color: var(--azul);
	border-radius: 20px;
	color: #fff;
	padding: 2px 25px;
	font-size: 15px;
	margin-bottom: 30px;
}

#carousel-equipo {
	width: 80%;
}

.card-equipo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.card-equipo img{
	width: 100%;
}

#content-equipo {
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--rosado);
	border-radius: 20px;
	box-shadow: var(--sadow2);
	padding: 30px 0px;
}

#content-equipo h4{
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}

.card-equipo span {
	font-size: 14px;
	font-weight: bold;
	background-color: var(--azul);
	padding: 4px 10px;
	color: #fff;
	text-align: center;
}

.card-equipo p {
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.s-contacto {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("/src/img/banners/6.webp");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0px;
}

.s-contacto >div{
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 60px;
}

.content-form-contacto {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgb(32,170,235);
	background: linear-gradient(90deg, rgba(32,170,235,1) 0%, rgba(91,102,192,1) 40%, rgba(147,37,151,1) 79%);
	padding: 3px;
	border-radius: 15px;
}

.content-form-contacto form {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	gap: 30px;
}

.content-form-contacto form h4{
	font-weight: bold;
	color: var(--azul);
	font-size: 25px;
}

.content-form-contacto form >input{
	width: 100%;
	font-size: 20px;
	padding: 4px 15px;
	border: 1px solid #606060;
	border-radius: 10px;
}

.content-form-contacto form textarea{
	width: 100%;
	height: 150px;
	resize: none;
	font-size: 20px;
	padding: 4px 15px;
	border: 1px solid #606060;
	border-radius: 10px;
}

.content-form-contacto form button{
	background-color: var(--azul);
    border-radius: 8px;
    color: #fff;
    padding: 2px 25px;
    font-size: 20px;
    margin-bottom: 30px;
	border: none;
	font-weight: bold;
}

#content-terminos {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

#content-terminos label{
	font-size: 18px;
}

.content-info-dtl {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 50px;
}

.content-info-dtl > img{
	width: 25%;
}

.content-redes {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.content-redes a{
	display: flex;
	justify-content: center;
	align-items: center;
	width:50px;
	height:50px;
	padding: 4px;
	background-color: var(--azul);
	border-radius: 50%;
	box-shadow: var(--sadow2);
}

.content-redes a img{
	width: 70%;
}

.content-info-dtl > a {
	background-color: var(--rosado);
	padding: 4px 10px;
	color: #fff;
	font-weight: bold;
}

#banner-desk {
	display: flex;
}

#banner-res {
	display: none;
}

#btn-hablemos {
	display: none;
}

#menu-btn {
	display: none;
}

#menu-btn svg{
	width: 35px;
	height: 35px;
}

#content-nosotros-2 {
	width: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	padding: 40px 0px;
}

#content-nosotros-2 img{
	width: 35%;
}

#info-nos-2 {
	width: 65%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 25px;
}

#info-nos-2 h1 {
	font-size: 22px;
	color: #606060;
	margin: 0px;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
}

#info-nos-2 h2,
#info-nos-2 p {
	font-size: 18px;
	color: #606060;
	margin: 0px;
	line-height: 18px;
	font-weight: normal;
}

#info-nos-2 p b{
	font-weight: bold;
	font-style: italic;
}

#info-nos-2 a {
    color: var(--blanco);
    padding: 4px 30px;
    border-radius: 20px;
    font-weight: bold;
	background-color: var(--azul);
	margin-top: 20px;
}

#s-lo-que-dicen {
	background-image: url(/src/img/imgs/fondo-2.webp);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #DEDEDE !important;
}

#content-lo-que-dicen {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 25px;
	padding: 50px;
}

#content-lo-que-dicen>div:nth-child(2) {
	margin-left: 80px;
	opacity: 0.6;
}

#content-lo-que-dicen>div:nth-child(3) {
	opacity: 0.4;
}

.card-lo-que-dicen {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	background-color: #fff;
	padding: 30px 40px;
	box-shadow: var(--sadow2);
	border-radius: 8px;
}

.card-lo-que-dicen img{
	width: 10%;
}

.info-dicen {
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
}

.info-dicen p{
	font-size: 16px;
	color: #7D7D7D;
	margin: 0px;
}

.content-nom-stars {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.content-nom-stars h4{
	color: #282828;
	font-weight: bold;
	font-size: 20px;
	margin: 0px;
}

.content-nom-stars div svg{
	width: 20px;
	fill: #FFC700;
}

.whatsapp-float {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
}

.whatsapp-float img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease;
}

.whatsapp-float img:hover {
	transform: scale(1.1);
}


#btn-whatsapp {
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 100px;
	right: 10px;
	z-index: 111111;
	padding: 8px;
	background: #01BC3B;
	background: -webkit-linear-gradient(180deg, rgba(1, 188, 59, 1) 5%, rgba(1, 140, 49, 1) 95%);
	background: -moz-linear-gradient(180deg, rgba(1, 188, 59, 1) 5%, rgba(1, 140, 49, 1) 95%);
	background: linear-gradient(180deg, rgba(1, 188, 59, 1) 5%, rgba(1, 140, 49, 1) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01BC3B", endColorstr="#018C31", GradientType=0);
	border-radius: 10px;
	transition: ease all 0.4s;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
#btn-whatsapp svg {
	width: 40px;
	height: 40px;
}
#btn-whatsapp:hover {
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
		0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
	right: 20px;
	transform: scale(1.05, 1.05);
}

#content-404 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 90px;
	background-image: url(/src/img/banners/4.webp);
    background-size: cover;
    background-repeat: no-repeat;
	height: calc(100vh - 170px);
}

#img-404 {
	height: 100%;
}


@media screen and (max-width: 1024px) {
	#h-2 {
		display: none;
	}
	#h-2.active {
		display: flex;
		position: absolute;
		top: 70px;
		width: 100%;
		background-color: var(--azul-claro);
		left: 0px;
		border-radius: 0px 0px 10px 10px;
		box-shadow: var(--sadow2);
		flex-direction: column;
		overflow: hidden;
	}

	#h-2 nav >ul {
		flex-direction: column;
		gap: 0px;
	}

	#h-2 nav >ul li,
	#h-2 nav >ul li a {
		width: 100%;
		color: var(--blanco);
	}
	
	#h-2 nav >ul li a {
		padding: 10px 0px;
		justify-content: center !important;
	}

	#h-3 {
		display: none;
	}

	header {
		justify-content: space-between;
		padding: 0px 15px;
		height: 70px;
	}

	
	#btn-hablemos {
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #000020;
		border-radius: 20px;
		gap: 5px;
		padding: 4px 15px;
	}

	#btn-hablemos span{
		font-size: 14px;
		color: #fff;
	}
	#btn-hablemos svg{
		width: 15px;
		fill: #fff;
	}

	#h-1 img {
		height: 55px;
	}

	header>div {
		justify-content: flex-start;
	}

	#redes-fotante {
		top: 18%;
		gap: 10px;
		display: none;
	}

	#redes-fotante a {
		width: 15px;
	}

	#s-banner {
		margin-top: 70px;
	}

	#banner-desk {
		display: none;
	}

	#banner-res {
		display: flex;
	}

	#redes-fotante-res {
		display: flex;
	}	

	#menu-btn {
		display: flex;
	}

	.principal-title {
		padding: 20px 0px;
		font-size: 25px;
		text-align: center;
	}

	#content-cards-servicios {
		width: 100%;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
		padding: 20px;
	}

	#carousel-clientes a {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#carousel-clientes a img{
		width: 100%;
	}

	#content-cards-casos {
		width: 90%;
		display: grid;
		grid-template-columns: 1fr;
		gap: 50px;
		padding: 20px;
	}

	#s-nosotros >p {
		width: 100%;
		padding: 0px 20px;
		font-size: 15px;
	}

	.s-contacto >div {
		width: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
		padding: 20px;
	}

	.content-form-contacto {
		width: 100%;
	}

	.content-info-dtl {
		width: 100%;
		gap: 20px;
	}

	.content-form-contacto form {
		gap: 10px;
	}

	.content-redes {
		gap: 20px;
	}

	.content-redes a {
		width: 40px;
		height: 40px;
	}

	footer img {
		height: 30px;
	}

	.img-card-servicio img {
		width: 50%;
	}

	.logo-card {
		width: 120px;
		height: 120px;
	}

	#content-nosotros-2 {
		width: 100%;
		flex-direction: column;
		gap: 20px;
		padding: 20px;
	}

	#content-nosotros-2 img {
		width: 80%;
	}

	#info-nos-2 {
		width: 100%;
	}

	#s-nosotros {
		background-image: url("/src/img/imgs/fondo-2.webp");
		padding: 40px 0px 30px;
	}

	#content-lo-que-dicen {
		width: 100%;
		gap: 25px;
		padding: 20px;
	}

	.card-lo-que-dicen {
		width: 100%;
		background-color: #fff;
		padding: 20px;
		flex-direction: column;
		gap: 10px;
	}

	.card-lo-que-dicen img {
		width: 30%;
	}

	.info-dicen {
		width: 100%;
	}

	.content-nom-stars {
		width: 100%;
		align-items: flex-start;
		gap: 5px;
		flex-direction: column;
	}

	#content-lo-que-dicen>div:nth-child(2) {
		margin-left: 0px;
		opacity: 1;
	}

	#content-lo-que-dicen>div:nth-child(3) {
		opacity: 1;
	}

	.btn-header-sub svg {
		fill: #fff;
	}

	#h-2 nav >ul li {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.sub-items-header {
		width: 100% !important;
		position: unset;
		border-radius: 0px;
	}
}

