#header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px !important;
	background-color: #fff !important;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	padding: 15px 70px;
}

#btn-men {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

#btn-men svg{
	width: 50px;
	fill: #233778;
}

#btn-men span{
	font-size: 16px;
	color: #233778;
}

#c-img-h img {
	height: 100px;
}

.content-redes-h {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.content-redes-h svg {
	width: 30px;
	fill: #CECECE;
}

#header nav {
	display: none;
	position: absolute;
	top: 120px;
	left: 0px;
	width: 50%;
	height: calc(100vh - 100px);
	background-color: #233778;
	padding: 30px 20px 30px 80px;
	transition: ease all 0.6s;
}

#header nav.active {
	display: flex;
}

#header nav ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

#header nav ul li{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header nav ul li a{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	text-align: start;
	padding: 20px 10px;
}

#header nav ul li a:hover{
	text-decoration: underline;
}

.btn-close,
.btn-menu {
	display: none;
}

.btn-close.active,
.btn-menu.active {
	display: flex;
}





















#content-btn-right a {
	width: 30px !important;
	height: 30px !important;
}

#content-btn-right {
	width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-btn-right a {
	width: 50px;
	height: 50px;
	background-color: #256ebb;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-btn-right a:first-child {
	margin-right: 10px;
}

.card-n-c {
	margin-bottom: 20px;
}

#s-nuestra-hirtoria {
	padding: 20px !important;
}

#s-nuestra-hirtoria > div:first-child {
	display: none !important;
}

section#s-continuamos-creciendo > div {
	flex-direction: column !important;
}

section#s-bloques > div {
	flex-direction: column !important;
}

#img-sosteni {
	width: 95%;
	border-radius: 8px;
	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);
}

section#s-banner .owl-carousel .owl-item img {
	object-fit: cover;
}

/*Preload inicio*/
.preloaderComplete {
	background: #336498a6;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 102;
}

.loaderComplete {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ffffff;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.loaderComplete:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ffffff;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

.loaderComplete:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ffffff;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

header > div {
	width: 80%;
}

header .brand-container {
	justify-content: flex-start;
}

header .content-social-red {
	width: auto;
	padding: 20px 0px;
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

header .content-social-red center {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

header .content-social-red #contact {
	margin-bottom: 0px;
}

header .content-social-red #social-red > a {
	width: 40px;
}

header .content-social-red #social-red > a > img {
	width: 100%;
}

header .content-social-red #social-red {
	width: 100%;
	justify-content: center;
	gap: 10px;
}

header {
	padding: 0px 0px 20px;
}

@media screen and (min-width: 992px) {
	header {
		height: auto !important;
	}

	header .nav-container nav {
		margin-right: 30px !important;
		flex-direction: row !important;
	}

	header .nav-container nav > a {
		margin-left: 20px !important;
	}

	#content-btn-right a {
		width: 50px !important;
		height: 50px !important;
	}

	#s-nuestra-hirtoria {
		padding: 20px 100px 60px 130px !important;
	}

	#s-nuestra-hirtoria > div:first-child {
		display: flex !important;
	}

	section#s-continuamos-creciendo > div {
		flex-direction: row !important;
	}

	section#s-bloques > div {
		flex-direction: row !important;
	}

	header .nav-container {
		border-radius: 30px !important;
	}

	#img-sosteni {
		width: 60%;
	}

	header .brand-container {
		margin-left: 0px;
	}
}
.publicaciones {
    width: 80%;
    margin: 0 auto; /* Centra el div en la página */
    padding: 20px;
    background-color: #f4f4f4; /* Color de fondo */
    border: 1px solid #ccc; /* Borde del div */
    border-radius: 8px; /* Bordes redondeados */
}

.publicaciones h2 {
    color: #333; /* Color del título */
    font-size: 24px; /* Tamaño de la fuente del título */
}

.publicaciones p {
    color: #666; /* Color de la descripción */
    font-size: 16px; /* Tamaño de la fuente de la descripción */
    margin-bottom: 20px; /* Espacio debajo de la descripción */
}

.boton-centrado {
    text-align: center; /* Alinea el botón al centro del div */
}

.publicaciones button {
    background-color: #0084ff; /* Color de fondo del botón */
    color: white; /* Color del texto del botón */
    border: none; /* Sin borde */
    padding: 10px 20px; /* Padding del botón */
    font-size: 16px; /* Tamaño de la fuente del botón */
    cursor: pointer; /* Cursor en forma de mano al pasar el ratón */
    border-radius: 5px; /* Bordes redondeados del botón */
    display: inline-block; /* Asegura que el botón pueda centrarse correctamente */
}

.publicaciones button:hover {
    background-color: #0056b3; /* Color de fondo del botón al pasar el ratón */
}

header .brand-container img {
    width: auto !important;
	height: 120px;
}

footer>div:first-child {
    background-color: #336498 !important;
}

section#s-sostenibilidad {
    gap: 30px;
}

section#s-nuestra-compania>div>a {
    border-radius: 25px;
}

footer>div:first-child {
    background-color: unset !important;
	padding: 20px !important;
}

footer {
    background-color: #001833 !important;
	justify-content: center;
	align-items: center;
}

footer>div {
    width: 90%;
}

section#s-continuamos-creciendo>div {
	box-shadow: 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);
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #001833;
}

.main-qs {
	margin-top: 100px !important;
}

#content-quienes-somos iframe {
	width: 100%;
	height: 600px;
	border-radius: 6px;
}


@media screen and (max-width: 992px) {

	#header {
		padding: 0px 10px;
	}

	#btn-men svg {
		width: 40px;
	}

	#header nav {
		width: 90%;
		padding: 20px;
	}

	#c-img-h img {
		height: 120px;
	}

	footer>div:last-child {
		flex-direction: column !important;
	}

	#header nav {
		height: calc(100vh - 140px);
		border-radius: 0px 0px 20px 0px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}

@media screen and (max-width: 1024px) {
	section#s-quienes-somos>div #content-quienes-somos>div>h5 {
		font-size: 20px !important;
		left: 20px !important;
	}

	.title-principal>div {
		padding: 40px 0px 0px !important;
	}

	.title-principal>div>h5 {
		font-size: 25px !important;
	}

	#content-quienes-somos iframe {
		height: 300px;
	}

	#c-img-h img {
		height: 60px !important;
	}

	.content-redes-h svg {
		width: 25px !important;
	}
}

