@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Source+Sans+3&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro');

/* Webfont: Qanaya-Round */

@font-face {
	font-family: 'Qanaya-Round';
	src: url('../fonts/Qanaya/Qanaya-Round.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/Qanaya/Qanaya-Round.woff') format('woff');
	/* Modern Browsers */
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

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

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

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

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

@font-face {
	font-family: 'Montserrat-ExtraBoldItalic';
	src: url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
	font-style: italic;
	font-weight: 800;
}

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

html,
body {
	height: 100vh;
	width: 100vw;
	margin: 0;
	padding: 0;
}

body.index {
	background-image: url("../images/bacgkground.png");
    
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.menu-icon {
	display: block;
	cursor: pointer;
}

.menu-container {
	position: fixed;
	top: 0;
	left: -100%;
	/* Inicialmente oculto */
	width: 100%;
	height: 100%;
	background-color: #000000;
	transition: left 0.3s ease-in-out;
	z-index: 4;
	/* Asegura que el menú esté encima del contenido */
}

.menu-open {
	left: 0;
	/* Muestra el menú ocupando toda la pantalla */
}

.menu-close {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 40px;
	font-size: 24px;
	cursor: pointer;
	color: #fff;
}

.menu-mobile {
	list-style: none;
}

.menu-mobile li {
	font-family: 'Montserrat-Bold';
	font-size: 30px;
	margin: 25px 0;
}

.menu-mobile li a {
	text-decoration: none;
	color: white;
}

.lenguaje-mobile {
	margin: 35px;
}

.menu-item {
	margin: 10px 0;
	text-align: center;
}

.menu-button {
	display: none;
	cursor: pointer;
}

.menu-button-index {
	display: none;
	cursor: pointer;
}

#header {
	width: auto;
	height: 40px;
	background: #202020;
	margin: 0 auto;
}

#language {
	float: right;
	font-family: "Source Sans Pro";
	font-weight: 600;
	font-size: 14px;
	padding-right: 6.75%;
}

a[href^="tel"],
a[href^="mailto"] {
	color: inherit;
	/* Utiliza el color heredado del texto */
	text-decoration: none;
	/* Elimina cualquier subrayado de enlace */
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
}

hr {
	background: #927859;
	border-style: double;
}

#language a {
	color: inherit;
	text-decoration: none;
	color: #EBEBEB;
	opacity: 50%;
	letter-spacing: 1px;
}

#main-nav {
	color: #FFFFFF;
	width: 900px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	/*padding-left: 599px;*/
}

#menu {
	padding-top: 57px;
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 14px;
	display: flex;
	flex-wrap: nowrap;
	/* align-content: space-between; */
	justify-content: space-around;
	white-space: nowrap;
}

#menu li {
	display: inline-block;
	padding-right: 1.56%;
	/*padding-right: 30px;*/
}

#menu li a {
	text-decoration: none;
	color: inherit;
}

#menu li a:hover {
	color: #927859;
}

#list-logos-div {
	display: grid;
	grid-gap: 0px;
	grid-template-columns: repeat(4, minmax(17.18%, 1fr));
	grid-auto-rows: 120px;
	width: 1400px;
	margin: 0 auto;
	position: relative;
	justify-items: center;
	align-items: center;
	margin-bottom: 100px;
}

.loguitos {
	margin: 100px;
}

#logo {
	padding-left: 34.63%;
	/* adding-left: 665px;*/
	margin-right: 34.63%;
	margin-top: 194.29px;
	padding-bottom: 202.09px;
	display: flex;
	justify-content: space-evenly;
}

#titulo {
	color: #F2EBF3;
	font-family: 'Qanaya-Round', sans-serif;
	font-size: 55px;
	font-weight: normal;
}

#footer {
	white-space: nowrap;
	width: 100%;
	height: auto;
	background: #202020;
	margin: 0 auto;
	margin-top: auto;
}

#copyright {
	font-family: "Source Sans Pro";
	font-weight: 600;
	font-size: 14px;
	;
	color: #909090;
	opacity: 50%;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}

.footer-main {
	color: #FFFFFF;
	display: flex;
	width: 70%;
	margin: 0 auto;
	position: relative;
	padding: 10px 0px;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}

.footer-content {
	display: flex;
	width: 10%;
	align-items: center;
	justify-content: center;
}

.footer-main a {
	font-family: "Source Sans Pro";
	font-weight: 600;
	font-size: 14px;
	;
	margin-bottom: 0px;
}

.footer-p {
	display: flex;
	text-decoration: none;
	justify-content: center;
	width: 20%;
}

#fp {
	margin-right: 30%;
}

.footer-logo {
	width: 10%;
	text-align: center;
}

.footer-main h3 {
	font-family: 'Qanaya-Round';
	font-size: 30px;
	color: #F2EBF3;
}

#logo-small {
	width: 32px;
	height: 38.58px;
	float: left;
}

#in-logo {
	width: 48px;
	height: 48px;
}

#in-logo-mobile {
	display: none;
}


/*----------------------- Historia -----------------------*/

body.historia {
	background-image: url(/images/fondo-historia.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#main-historia {
	display: flex;
	justify-content: space-around;
}

.timeline-div {
	display: flow-root;
	margin-top: 70px;
	margin-bottom: 80px;
}

.text-container-historia {
	margin-top: 70px;
	font-family: 'Montserrat';
	margin-left: 68px;
}

.text-container-historia h2 {
	font-size: 50px;
	color: #927859;
	font-family: 'Montserrat-Bold';
	width: 50px;
}

.text-container-historia p {
	font-size: 22px;
	font-weight: 500;
	color: #EFEFEF;
	width: 500px;
	font-family: 'Montserrat-Medium';
}

.left-data p {
	color: #EFEFEF;
	font-size: 22px;
	margin: 0px;
}

.p-info p {
	color: #EFEFEF;
	font-size: 22px;
	margin: 0px;
}

.timeline-container {
	margin: 40px 80px;
	padding: 0 10px;
	border-left: 2px solid #927859;
	float: right;
}

.timeline-container .left-data {
	padding: 15px 10px;
	position: relative;
	font-family: 'Montserrat-ExtraBold';
	color: #927859;
	font-size: 21px;
}

.timeline-container .left-data:before {
	content: attr(data-year);
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translate(-100%, -50%);
}

.timeline-container .left-data:after {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translate(-100%, -50%);
	margin-right: -22px;
	border-radius: 50%;
	border: 3px solid #927859;
	background: #03292D;
}

.left-data .description {
	display: none;
	width: 282px;
	background-color: #f4f4f430;
	padding: 20px;
	margin-top: -70px;
	margin-left: -450px;
	position: relative;
	font-family: 'Montserrat-Medium';
	font-size: 12px;
	border-radius: 15px;
	z-index: 1;
	float: left;
}

.description::before {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid #f4f4f430;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 51px;
	left: 100%;
}


/* ---- Hover effects ---- */

.p-info p:hover {
	cursor: pointer;
	color: #927859;
}

.p-info:hover .description {
	display: block;
}

.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	/* Asegura que esté por encima de otros elementos */
	cursor: pointer;
	/* Cambia el cursor al puntero */
}

.popup {
	display: none;
	position: fixed;
	top: 35%;
	left: 10%;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	z-index: 1001;
}

.popup-content {
	padding: 20px;
	max-width: 70%;
	text-align: center;
	-webkit-backdrop-filter: blur(9px) contrast(0.6);
	backdrop-filter: blur(9px) contrast(0.6);
	position: relative;
	border-radius: 20px;
	margin-left: 17px;
}

.popup-content img {
	width: 30%;
	height: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.popup-content p {
	color: white;
	font-size: 15px;
	font-weight: 500;
	text-align: initial;
	line-height: 1.7;
	margin: 0px 50px 80px 50px;
}

.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	color: #614141;
}


/*----------------------- PROYECTO SOCIALES -----------------------*/

body.ps {
	background-image: linear-gradient(to left bottom, #03292d, #0d1f29, #14161e, #100b11, #000000);
	background-size: cover;
	background-attachment: fixed;
}

.ps-container h1 {
	font-size: 40px;
	color: #927859;
	font-family: 'Montserrat-SemiBold';
	text-align: center;
	padding-top: 40px;
	margin-bottom: 100px;
}

.ps-text-header p {
	font-size: 20px;
	font-family: 'Montserrat-Medium';
	color: #EFEFEF;
	stroke-opacity: 10px;
	line-height: 1.5;
	width: 1400px;
	margin: 50px auto;
	position: relative;
}

.ps-destacado {
	display: flex;
	align-items: flex-end;
	margin-bottom: 30px;
}

.ps-destacado img {
	width: 100%;
}

.ps-destacado-text {
	position: absolute;
	display: flex;
	justify-content: space-around;
	width: 65%;
	margin: 10px 0px;
}

.ps-destacado h3 {
	font-family: 'Montserrat-Bold';
	font-weight: bold;
	color: #EFEFEF;
	width: 60%;
}

.btn-ps {
	padding: 10px 35px;
	background-color: #03292d00;
	color: white;
	font-size: 10px;
	border-color: #816E57;
	font-weight: 600;
	border-radius: 50px;
	cursor: pointer;
	margin-top: 20px;
	margin-right: 20px;
	border-style: double;
	height: 40px;
}

.ps-galerie {
	display: grid;
	grid-gap: 51px;
	grid-template-columns: repeat(3, minmax(200px, 1fr));
	justify-items: center;
	width: 1400px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 200px;
}

.ps-galerie-card {
	font-family: 'Montserrat-Bold';
	font-weight: bold;
	color: #EFEFEF;
}

.ps-container {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 200px;
}

.carousel-ps {
	display: flex;
	overflow: hidden;
	position: relative;
	max-width: 100%;
	align-items: center;
}

.carousel-inner {
	display: flex;
	transition: transform 0.3s;
	width: 100%;
}

.carousel-item {
	flex: 0 0 32%;
	/* Establece el ancho de cada elemento a aproximadamente el 33.33% para mostrar tres imágenes a la vez */
	padding: 10px;
}

.carousel-item p {
	font-family: 'Montserrat-Bold';
	font-weight: bold;
	color: #EFEFEF;
	text-align: left;
}

.carousel-ps img {
	max-width: 100%;
	height: auto;
}

.carousel-button {
	padding: 10px 20px;
	margin: 10px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
	/* Cambia el color de fondo a azul, o elige un color que se destaque en tu diseño */
	color: #fff;
	/* Cambia el color del texto a blanco o un color que contraste con el fondo */
	border: none;
	/* Elimina los bordes si es necesario */
	border-radius: 5px;
	/* Agrega esquinas redondeadas si lo deseas */
	position: absolute;
	color: white;
	font-size: 25px;
	font-family: 'Montserrat-Bold';
}

.carousel-button.prev {
	order: 1;
	z-index: 3;
}

.carousel-button.next {
	order: 3;
	right: 0px;
}


/*----------------------- Directorio -----------------------*/

html.directorio {
	background: linear-gradient(#03292D, #000000);
	height: auto;
}

.div-top {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}
.div-top-banner {
	width: 100%;
    background: rgb(0 0 0 / 60%);
    background-size: cover;
    background-blend-mode: darken;
    background-position: center;
    margin: 0 auto;
    position: relative;
}

.top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.top h1 {
	margin-left: 0px;
	margin-bottom: 0px;
	font-family: Montserrat-Bold;
	color: #EFEFEF;
}

.top img {
	float: right;
	width: 40px !important;
	cursor: pointer;
}

.hr-top {
	width: auto;
	border-color: #927859;
	color: #927859;
}

#logo-pivot {
	width: 60%;
}

#contenido-card {
	display: grid;
	grid-gap: 51px;
	grid-template-columns: repeat(2, minmax(660px, 1fr));
	padding-top: 123.5px;
	padding-bottom: 123.5px;
	justify-content: space-around;
	justify-items: center;
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.card {
	-webkit-backdrop-filter: contrast(0.7);
	backdrop-filter: contrast(0.7);
	transition: 0.3s;
	display: flex;
	width: 655px;
	height: 288px;
	justify-content: space-between;
}

.fyt {
	display: flex;
	align-items: center;
}

.fyt a {
	margin: 8px;
	font-family: 'Montserrat-Medium';
	font-size: 9px;
	text-align: center;
	color: #FFFFFF;
}

.hr-card {
	margin-left: -30px;
	color: #927859;
	border-color: #927859;
	width: 197px;
}

.div-directorio-img {
	display: flex;
}

.texto-hover {
	position: absolute;
	width: 428px;
	height: 288px;
	display: grid;
	align-items: center;
	background: linear-gradient(to right, rgb(0, 0, 0), #03292D);
	/* Fondo semi-transparente */
	color: white;
	text-align: center;
	opacity: 0;
	/* El texto estará oculto inicialmente */
	transition: opacity 0.3s ease-in-out;
	/* Transición suave de opacidad */
}

.directorio-img {
	width: 426px;
	height: 286px;
}

.texto-hover p {
	font-family: 'Montserrat-Regular';
	font-size: 16px;
	width: 90%;
	margin: 0 auto;
}

.div-directorio-img:hover .texto-hover {
	/* Muestra el texto cuando se hace hover sobre el elemento div */
	opacity: 1;
	/* Hace visible el texto */
	pointer-events: auto;
	/* Habilita eventos de puntero en el texto */
}

.div-directorio-img:active .texto-hover {
	/* Muestra el texto cuando se hace hover sobre el elemento div */
	opacity: 1;
	/* Hace visible el texto */
	pointer-events: auto;
	/* Habilita eventos de puntero en el texto */
}

.container {
	text-align: center;
	width: 140px;
	margin: 25px auto 0px;
	position: relative;
}

.ex-container {
	height: 230px;
}

.footer-card-content {
	display: flex;
	justify-content: center;
}

.iconos-redes {
	margin: 0px 4px;
}


/*----------------------- Consultoria -----------------------*/

body.consultoria {
	background-image: linear-gradient(to left bottom, #03292d, #0d1f29, #14161e, #100b11, #000000);
	background-size: cover;
	background-attachment: fixed;
}

.consultoria-text-bot-div {
	display: flex;
	align-items: center;
	margin-right: 30px;
}

.consultoria-text-bot {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	font-family: 'Montserrat-Bold';
}

.consultoria-text-bot-div a {
	color: #EFEFEF;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	width: auto;
}

.card_image img {
	height: auto;
	vertical-align: middle;
}

.cards {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 100px;
	align-items: center;
	flex-direction: column;
}

.cards_item {
	display: flex;
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.card1 {
	display: flex;
	flex-direction: row-reverse;
}

.card_content {
	font-family: 'Montserrat';
	width: auto;
	display: grid;
	margin-right: 15px;
}

.card_title {
	color: #927859;
	font-size: 36px;
	margin: 0px;
	font-family: 'Montserrat-Bold';
}

.card_text {
	color: #EFEFEF;
	font-size: 20px;
	font-weight: 500;
	margin: auto;
	font-family: 'Montserrat-Medium';
}

.hr-carrd {
	border-color: #927859;
	margin: 0 13.22% 100px 13.22%;
	width: 1400px;
	position: relative;
}


/*----------------------- Contacto -----------------------*/

body.contacto {
	background-image: linear-gradient(to left, #03292d, #0d1f29, #14161e, #100b11, #000000);
	background-size: cover;
	background-attachment: fixed;
}

.top-info {
	display: flex;
	justify-content: space-between;
	margin-left: 254px;
	margin-right: 254px;
	margin-top: 80px;
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.form-group-first {
	width: 100%;
}

.form-group-second {
	width: 100%;
	display: flex;
}

.form-message {
	margin-right: 20px;
}

#mapa {
	width: 50%;
}

.form__group {
	position: relative;
	padding: 15px 0 0;
	margin-top: 10px;
	width: 100%;
	margin-right: 20px;
}

.form__group1 {
	position: relative;
	padding: 15px 0 0;
	margin-top: 10px;
	width: 100%;
}

.form__field {
	font-family: 'Montserrat';
	width: 100%;
	border: 0;
	outline: 0;
	font-weight: lighter;
	resize: none;
	color: white;
	padding: 10px 0;
	background: transparent;
	transition: border-color 0.2s;
	-webkit-backdrop-filter: contrast(0.7);
	backdrop-filter: contrast(0.7);
	border-radius: 8px;
}

.form__field::placeholder {
	color: transparent;
}

.form__field:placeholder-shown~ .form__label {
	cursor: text;
	top: 25px;
	left: 5px;
}

#field-left {
	margin-right: 10px;
}

.form__label {
	font-family: 'Montserrat';
	position: absolute;
	top: 0;
	display: block;
	transition: 0.2s;
	font-size: 1rem;
	color: white;
	left: 5px;
}

.form__field:focus~ .form__label {
	top: 0;
	display: block;
	transition: 0.2s;
	font-size: 1rem;
	color: #11998e;
	font-weight: 700;
}

.form__field:focus {
	padding-bottom: 6px;
	font-weight: 700;
	border-width: 3px;
	border-image-slice: 1;
}


/* Reset input */

.form__field:required,
.form__field:invalid {
	box-shadow: none;
}

.btn-send {
	padding: 15px 45px;
	background-color: #03292D;
	color: white;
	font-size: 17px;
	font-weight: 600;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	float: right;
	margin-top: 20px;
	margin-right: 20px
}

.btn-send:hover {
	background-color: #021d20;
}

.btn-send:active {
	background-color: #052a2e;
}

.btn-member {
	padding: 5px 10px;
	background-color: #03292D;
	color: white;
	font-size: 15px;
	font-weight: 600;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	/* float: right; */
	/* margin-top: 20px; */
	/* margin-right: 20px; */
	margin-left: 3px;
}

.btn-member:hover {
	background-color: #021d20;
}

.btn-member:active {
	background-color: #052a2e;
}

.mid-info {
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-top: 80px;
    max-width: 1200px;
}

.card-cont {
	-webkit-backdrop-filter: contrast(0.7);
	backdrop-filter: contrast(0.7);
	transition: 0.3s;
	display: flex;
	width: auto;
	justify-content: flex-end;
	flex-direction: row-reverse;
	border-radius: 5px;
    height: 180px;
}

.contacto-img {
    width: 40%;
    max-width: 250px;
    min-width: 120px;
    object-fit: cover;
    border-radius: 5px 0 0 5px;
    height: 100%;
}

.container-cont {
	font-family: "Source Serif Pro";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   width: 100%;
    padding: 12px;
}

.container-cont h2 {
	font-weight: normal;
	font-size: 40px;
	color: #927859;
	margin-top: 20px;
	margin-bottom: 20px;
}

.container-cont p {
	font-size: 14px;
	color: #EFEFEF;
	margin: 0;
}

.form__group_mid {
	position: relative;
	padding: 15px 0 0;
	width: 100%;
    max-width: 400px;
}

.form__field_mid {
	font-family: 'Montserrat';
	width: 70%;
	border: 0;
	outline: 0;
	font-size: 16px;
	color: white;
	padding: 5px 0;
	background: #9b909070;
	transition: border-color 0.2s;
	-webkit-backdrop-filter: contrast(0.7);
	backdrop-filter: contrast(0.7);
	border-radius: 2px;
}

.form__field_mid::placeholder {
	color: transparent;
}

.form__field_mid:placeholder-shown~ .form__label_mid {
	cursor: text;
	top: 15px;
	left: 5px;
}

.form__label_mid {
	font-family: "Source Sans Pro";
	position: absolute;
	top: 0;
	display: block;
	transition: 0.2s;
	font-size: 14px;
	color: white;
	opacity: .5;
	left: 5px;
}

.form__field_mid:focus~ .form__label_mid {
	top: 0;
	display: block;
	transition: 0.2s;
	font-size: 16px;
	color: #11998e;
	font-weight: 700;
}

.form__field_mid:focus {
	padding-bottom: 6px;
	font-weight: 700;
	border-width: 3px;
	border-image-slice: 1;
}


/* Reset input */

.form__field_mid:required,
.form__field_mid:invalid {
	box-shadow: none;
}

.hr-bot-info {
	position: absolute;
	width: 780px;
	margin-top: 35px;
	margin-left: 20px;
	border-color: #646464;
}

.bot-info {
	margin: 80px auto;
	position: relative;
	width: 85%;
    min-width: 400px;
}

.card-cont-bot {
	-webkit-backdrop-filter: contrast(0.7);
	backdrop-filter: contrast(0.7);
	transition: 0.3s;
	display: flex;
	width: auto;
	justify-content: center;
	border-radius: 8px;
}

.container-cont-bot {
	font-family: 'Montserrat-Medium';
	display: flex;
    flex-direction: column;
	column-gap: 20px;
}

.container-cont-div {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    justify-items: center;
    align-items: center;
    padding: 7px 0;
    grid-column-gap: 7px;
}

@media screen and (max-width: 640px){
    .container-cont-div {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: repeat(4,1fr);
        justify-items: center;
        align-items: center;
        padding: 7px 0;
        grid-column-gap: 7px;
    }
}

.container-cont-div h6 {
	font-family: "Source Serif Pro";
	font-size: 25px;
	color: #927859;
	margin: 0;
}

.contacto-text-bot-div {
	display: flex;
	align-items: center;
	/* margin-right: 30px; */
}

#contacto-text-bot-div-dm {
	width: 230px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.contacto-text-bot-div p {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 500;
	padding-left: 10px;
	width: auto;
}

.contacto-text-bot-div a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 500;
	padding-left: 10px;
	width: auto;
	margin: 10px 0;
}


/*----------------------- BLOG Q -----------------------*/

body.blogq {
	background-image: linear-gradient(to left, #03292d, #0d1f29, #14161e, #100b11, #000000);
	background-size: cover;
	background-attachment: fixed;
}

.blog-destacado {
	font-family: 'Montserrat';
	color: #EFEFEF;
	width: 85%;
	max-width: 1400px;
	margin: 50px auto;
	position: relative;
	display: grid;
	justify-items: center;
}

#resultado {
	display: grid;
	grid-auto-columns: auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.result-item {
	background-size: cover;
	background-position: center;
	border-radius: 15px;
	overflow: hidden;
	height: 350px;
}

@media screen and (min-width: 1100px) {
	#resultado {
		grid-template-columns: repeat(12, 1fr);
		grid-template-rows: repeat(12, 1fr);
		height: calc(95vh);
	}
	.result-item {
		height: auto;
	}
	#resultado .result-item:nth-child(1) {
		grid-area: 1 / 1 / 8 / 7;
	}
	#resultado .result-item:nth-child(2) {
		grid-area: 8 / 1 / 13 / 7;
	}
	#resultado .result-item:nth-child(3) {
		grid-area: 6 / 7 / 13 / 10;
	}
	#resultado .result-item:nth-child(4) {
		grid-area: 1 / 7 / 6 / 10;
	}
	#resultado .result-item:nth-child(5) {
		grid-area: 1 / 10 / 7 / 13;
	}
	#resultado .result-item:nth-child(6) {
		grid-area: 7 / 10 / 13 / 13;
	}
}

.card-blog {
	-webkit-backdrop-filter: brightness(0.4);
	backdrop-filter: brightness(0.4);
	transition: 0.3s;
	display: flex;
	justify-content: start;
	align-items: end;
	height: 100%;
}

.container-card-blog {
	padding: 12px;
	width: 50%;
	min-width: 200px
}

.hr-blog {
	width: 30%;
	margin: 0;
	border-color: #927859;
	background-color: #927859;
}

.galeria-blog-card {
	background-color: white;
    height: 450px;
	margin: 0 15px;
	border-radius: 10px;
}

.container-card-blog-img {
	width: 70%;
	height: 490px;
}

.blog-card-text {
	height: 175px;
	color: #000000 !important;
	padding: 10px;
}

.blog-card-text span {
	color: #000000 !important;
}

.blog-card-text p {
    font-size: 12px;
}
.autor-galeria-blog {
	color: #927859;
}
.blogq-img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.container-card-blog h1 {
	font-size: 14px;
	font-family: 'Montserrat-Bold';
	text-transform: uppercase;
}

.container-card-blog p {
	font-size: 12px;
}

.container-card-blog strong {
	font-family: 'Montserrat-Bold';
}

.banner-title{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0 ;
}

.btn-articulo {
	padding: 10px 35px;
	background-color: #03292d00;
	color: white;
	font-size: 10px;
	border-color: white;
	font-weight: 600;
	border-radius: 50px;
	cursor: pointer;
	border-style: double;
}

.btn-articulo:hover, .btn-articulo:active {
	background-color: #021d20;
	color: white;
}

.dark {
	color: #021d20;
	border-color: #021d20;
}

.d-flex-btn {
	display: flex;
	justify-content: center;
}

.titulo-art {
	color: #EFEFEF;
	font-family: "Source Serif Pro";
	font-size: 27px;
	font-weight: normal;
	margin: 30px auto;
	position: relative;
}

.blog-articulos {
	width: 85%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.hr-blog-articulos {
	width: 7%;
	border-color: #927859;
	background-color: #927859;
	margin: 10px 0 25px;
}

.galeria-blog {
	display: flex;
	margin-bottom: 100px;
	font-family: "Source Sans Pro";
	font-weight: 600;
	color: #EFEFEF;
	width: 95%;
	margin: 30px auto;
}

.blog-card-imagen {
	width: 100%;
	border-radius: 10px 10px 0 0;
	object-fit: cover;
}

.titulo-galeria-blog {
	font-size: 16px;
}

.autor-galeria-blog {
	font-size: 10px;
}


/*----------------------- ARTICULO -----------------------*/

.ocultar-galeria {
	display: none;
}

.main-articulo h1 {
	color: #EFEFEF;
	font-family: 'Montserrat-ExtraBoldItalic';
	font-style: italic;
	margin: 0 auto;
	position: relative;
	text-transform: uppercase;
	text-wrap: balance;
	text-align: center;
}

.hr-titulo-articulo {
	border-color: #927859;
	width: 1150px;
}

.hr-data-articulo {
	margin: 0px 5px;
	height: 15px;
	border-color: #927859;
}

.data-articulo {
	display: flex;
	color: #927859;
	font-family: 'Montserrat';
	align-items: center;
	width: 90%;
	max-width: 1400px;
	position: relative;
}

.data-articulo p {
	margin: 10px 0;
}

.text-articulo {
	margin: 35px 0;
	color: #EFEFEF;
	font-family: 'Montserrat';
	line-height: 2.5;
	text-align: justify;
}

.text-articulo strong {
	font-family: 'Montserrat-Bold';
}

.content-articulo {
	justify-items: center;
    width: 90%;
    max-width: 1300px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}

.gallery-container {
	position: relative;
	width: 950px;
	height: 400px;
	margin: 50px auto;
}

#imggaleria {
	position: relative;
	width: 950px;
	height: 400px;
	margin: 0 auto;
}

#imggaleria img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.arrow-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 10px 15px;
	font-size: 24px;
	cursor: pointer;
	outline: none;
}

#prevBtn {
	left: 10px;
}

#nextBtn {
	right: 10px;
}

.indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.indicator {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}

.active-indicator {
	background-color: white;
}

.disc {
	list-style-type: disc;
}

.content-articulo img {
	width: 100%;
}

.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	/* Proporción 16:9 */
	height: 0;
}

.video-container iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}


/*----------------------- AVISO DE PRIVACIDAD -----------------------*/
.aviso-body {
    background-image: linear-gradient(to left, #03292d, #0d1f29, #14161e, #100b11, #000000);
    background-size: cover;
    background-attachment: fixed;
}

.logo-aviso {
	width: 250px;
	margin: 50px auto;
	position: relative;
}

.titulo-aviso {
    width: 100%;
    height: 140px;
    background-color: #927859;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulo-aviso h1 {
	font-size: 3rem;
	color: #FFF;
	font-family: 'Montserrat-SemiBold';
}

.contenido-aviso {
	width: 85%;
    max-width: 1500px;
	margin: 0 auto;
	padding-bottom: 100px;
	position: relative;
	font-family: 'Montserrat';
	color: #FFFFFF;
	font-size: 14px;
	line-height: 2;
}

.contenido-aviso p {
	margin-bottom: 0;
}

.ul-aviso {
	list-style: none;
	width: 1500px;
	margin: 0 auto;
	position: relative
}

.ul-aviso-cuadros {
	list-style: none;
	margin: 50px 0;
	padding: 0;
}

.ul-aviso-cuadros strong {
	color: #927859;
}

.ol-aviso {
	list-style: none;
	margin: 0 0 50px 0;
	padding: 0;
}

.contenido-aviso strong {
	font-family: 'Montserrat-Bold';
}

.colorstrong, .colorstrong a {
	font-family: 'Montserrat-Bold';
	color: #927859;
}

.clic-aqui {
	font-family: 'Montserrat-Bold';
	color: #927859;
}


/* Estilos del modal */

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
	-webkit-backdrop-filter: blur(9px) contrast(0.6);
	backdrop-filter: blur(9px) contrast(0.6);
	margin: 15% auto;
	padding: 20px;
	border-radius: 20px;
	width: 50%;
	text-align: center;
	position: relative;
}

.close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	cursor: pointer;
}


/* Estilos de botones */

.button-modal {
	margin: 10px;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 10px;
}


/*----------------------- MEDIA QUERIES -----------------------*/


/*----------------------- BREAK 1700px 88.52-----------------------*/

@media screen and (max-width: 1700px) {
	.ex-container {
		height: 200px;
	}
	#main-nav {
		width: 53%;
	}
	#list-logos-div {
		width: 78.54%;
	}
	/*----------------------- HISTORIA -----------------------*/
	.text-container-historia h2 {
		font-size: 46px;
		width: 50px;
	}
	.text-container-historia p {
		font-size: 20px;
		width: 450px;
	}
	.timeline-container {
		margin: 50px 0px;
		padding: 0 10px;
		border-left: 4px solid #927859;
		float: right;
	}
	.text-container-historia {
		margin-left: 0px;
		margin-right: 40px;
	}
	.timeline-container .left-data {
		font-size: 18px;
	}
	.p-info p {
		font-size: 18px;
	}
	.left-data .description {
		font-size: 12px;
		width: 172px;
		margin-left: -340px;
		position: absolute;
		margin-top: -61px;
	}
	.timeline-container .left-data::after {
		width: 16px;
		height: 16px;
		right: 99%;
		border: 4px solid rgb(146, 120, 89);
	}
	/*----------------------- CONSULTORIA -----------------------*/
	.card_text {
		font-size: 17px;
	}
	.cards_item {
		width: 78.54%;
	}
	.hr-carrd {
		width: 78.54%
	}
	.card_title {
		font-size: 29px;
	}
	.card_image img {
		width: 550px;
	}
	/*----------------------- DIRECTORIO -----------------------*/
	.card {
		width: 599.9px;
		height: 254.99px;
	}
	.container {
		width: 25%;
	}
	#contenido-card {
		width: 78.54%;
	}
	.fyt a {
		margin: 5px;
		font-size: 9px;
	}
	.hr-card {
		margin-left: -20px;
		width: 174px;
	}
	.texto-hover {
		width: 378px;
		height: 256px;
	}
	.directorio-img {
		width: 376px;
		height: 254px;
	}
	/*----------------------- PROYECTOS SOCIALES -----------------------*/
	.ps-galerie-card img {
		width: 100%;
	}
	.ps-text-header p {
		width: 78.54%;
	}
	.ps-galerie {
		width: 78.54%;
	}
	.ps-container {
		width: 78.54%;
	}
	.ps-destacado-text {
		width: 80%;
	}
	/*----------------------- CONTACTO -----------------------*/
	.top-info {
		width: 78.54%;
	}
	.mid-info {
		width: 78.54%;
	}
	.container-cont h2 {
		font-size: 33px;
	}
	.container-cont p {
		font-size: 14px;
	}
	/*----------------------- ARTICULO -----------------------*/
	.hr-titulo-articulo {
		width: 68.54%;
	}
	.img-articulo-top {
		width: 95.55%;
	}
	.carousel {
		width: 61.54%;
	}
	.img-galeria-articulo {
		width: 95.55%;
		height: 100%;
	}
	.carousel .gallery li {
		float: left;
		width: 11%;
		height: 300px;
	}
	/*----------------------- AVISO DE PRIVACIDAD -----------------------*/
	.titulo-aviso {
		height: 87.5%;
	}
	.titulo-aviso h1 {
		font-size: 134px;
	}
	.contenido-aviso {
		width: 87.5%;
	}
	.ul-aviso {
		width: 87.5%;
	}
}


/*----------------------- BREAK 1400px 72.91 -----------------------*/

@media screen and (max-width: 1400px) {
	.ex-container {
		height: 170px;
	}
	.container {
		margin: 15px auto 0px;
	}
	.top img {
		float: right;
		width: 4%;
	}
	/*----------------------- HISTORIA -----------------------*/
	.text-container-historia h2 {
		font-size: 40px;
		width: 50px;
	}
	.text-container-historia p {
		font-size: 14px;
		width: 380px;
	}
	.timeline-container {
		margin: 50px 0px;
		padding: 0 10px;
		border-left: 2px solid #927859;
		float: right;
	}
	.text-container-historia {
		margin-left: 0px;
		margin-right: 40px;
	}
	.timeline-container .left-data {
		font-size: 16px;
	}
	.p-info p {
		font-size: 16px;
	}
	.left-data .description {
		font-size: 10px;
		width: 142px;
		margin-left: -290px;
		position: absolute;
		margin-top: -61px;
	}
	.timeline-container .left-data::after {
		width: 10px;
		height: 10px;
		right: 104%;
		border: 3px solid rgb(146, 120, 89);
	}
	/*----------------------- CONSULTORIA -----------------------*/
	.card_text {
		font-size: 14px;
	}
	.card_title {
		font-size: 23px;
	}
	.card_image img {
		width: 500px;
	}
	/*----------------------- DIRECTORIO -----------------------*/
	.card {
		width: 497.56px;
		height: 209.98px;
	}
	#contenido-card {
		grid-template-columns: repeat(2, minmax(460px, 1fr));
	}
	.hr-card {
		margin-bottom: 10px;
		margin-left: -20px;
		width: 163.63px;
	}
	.fyt a {
		margin: 5px;
		font-size: 7.5px;
	}
	#logo-quiriego {
		width: 90%;
		height: auto;
	}
	.texto-hover {
		width: 313px;
		height: 212px;
	}
	.directorio-img {
		width: 311px;
		height: 210px;
	}
	.texto-hover p {
		font-size: 13px;
	}
	/*----------------------- PROYECTOS SOCIALES -----------------------*/
	.carousel-item {
		padding: 8px;
	}
	/*----------------------- CONTACTO -----------------------*/
	.container-cont h2 {
		font-size: 30px;
	}
	.container-cont p {
		font-size: 14px;
	}
	/*----------------------- ARTICULO -----------------------*/
	.gallery-container {
		width: 61.54%;
	}
	#imggaleria {
		width: 61.54%;
	}
	/*----------------------- AVISO DE PRIVACIDAD -----------------------*/
	.titulo-aviso h1 {
		width: 87.5%;
		font-size: 104px;
		text-align: center;
		white-space: nowrap;
	}
	.contenido-aviso {
		width: 87.5%;
		font-size: 22.5px;
	}
	.ul-aviso {
		width: 87.5%;
	}
}


/*----------------------- BREAK 1200px 62.5-----------------------*/

@media screen and (max-width: 1200px) {
	.ex-container {
		height: 150px;
	}
	.container {
		margin: 10px auto 0px;
	}
	.footer-main h3 {
		font-size: 20px;
	}
	#fp {
		margin-right: 25%;
	}
	/*----------------------- HISTORIA -----------------------*/
	.text-container-historia h2 {
		font-size: 40px;
		width: 50px;
	}
	.text-container-historia p {
		font-size: 14px;
		width: 300px;
	}
	.timeline-container {
		margin: 40px 0px;
		padding: 0 10px;
		border-left: 2px solid #927859;
		float: right;
	}
	.text-container-historia {
		margin-left: 0px;
		margin-right: 40px;
	}
	.timeline-container .left-data {
		font-size: 14px;
	}
	.p-info p {
		font-size: 14px;
	}
	.left-data .description {
		font-size: 10px;
		width: 122px;
		margin-left: -260px;
		position: absolute;
		margin-top: -61px;
	}
	.timeline-container .left-data::after {
		width: 10px;
		height: 10px;
		right: 104%;
		border: 3px solid rgb(146, 120, 89);
	}
	/*----------------------- CONSULTORIA -----------------------*/
	.card_text {
		font-size: 10px;
	}
	.card_title {
		font-size: 19px;
	}
	.card_image img {
		width: 430px;
	}
	.consultoria-text-bot-div-img_call {
		width: 10.03px;
		height: 10.03px;
	}
	.consultoria-text-bot-div-img_mail {
		width: 12.25px;
		height: 7.8px;
	}
	.consultoria-text-bot-div a {
		font-size: 8px;
	}
	/*----------------------- DIRECTORIO -----------------------*/
	#logo-sonasia {
		width: 90%;
	}
	#logo-structurall {
		width: 90%;
	}
	#logo-intekgra {
		width: 90%;
	}
	#logo-rdc {
		width: 90%;
	}
	.card {
		width: 439.375px;
		height: 180px;
	}
	#contenido-card {
		grid-template-columns: repeat(2, minmax(400px, 1fr));
	}
	.container {
		margin-left: 36.68px;
	}
	.hr-card {
		margin-bottom: 10px;
		margin-left: -20px;
		width: 143.125px;
	}
	.fyt a {
		margin: 4px;
		font-size: 6.5px;
	}
	.card-logo {
		width: 62.5%;
		height: auto;
	}
	.texto-hover {
		width: 270px;
		height: 182px;
	}
	.directorio-img {
		width: 268px;
		height: 180px;
	}
	/*----------------------- PROYECTOS SOCIALES -----------------------*/
	.carousel-item {
		padding: 6px;
	}
	/*----------------------- CONTACTO -----------------------*/
	.container-cont h2 {
		font-size: 20px;
	}
	.hr-bot-info {
		width: 680px;
	}
	.btn-member {
		font-size: 8px;
		padding: 10px 10px;
	}
	/*----------------------- BLOG Q -----------------------*/
	.container-card-blog h1 {
		font-size: 12px;
	}
	.container-card-blog p {
		font-size: 12px;
	}
	/*----------------------- AVISO -----------------------*/
	.titulo-aviso h1 {
		font-size: 90px;
	}
	.contenido-aviso {
		font-size: 20.5px;
	}
	.logo-aviso img {
		width: 320px;
		height: 100%;
		margin-left: 70px;
	}
}


/*----------------------- RESPONSIVO 991pxpx 51.61% -----------------------*/

@media screen and (max-width: 991px) {
	#in-logo {
		display: none;
	}
	#in-logo-mobile {
		display: inline;
		width: 20%;
	}
	.menu-button-index {
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: white;
		font-size: 25px;
		position: absolute;
		z-index: 3;
		width: 80%;
		margin: 40px 40px 40px 90px;
	}
	.menu-button {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 10px 40px;
		color: white;
		font-size: 25px;
	}
	.nav-3-lineas {
		margin: 0px;
	}
	#menu {
		display: none;
	}
	.top img {
		display: none;
	}
	.top {
		justify-content: center;
	}
	#logo {
		margin-top: 194.29px;
		padding-bottom: 172.09px;
	}
	#logo img {
		width: 157px;
		height: fit-content;
	}
	#titulo {
		font-size: 45px;
	}
	#list-logos-div {
		grid-template-columns: repeat(2, minmax(17.18%, 1fr));
	}
	.footer-main {
		width: 90%;
		display: grid;
		justify-content: center;
		grid-gap: 20px;
	}
	.footer-main h3 {
		display: none;
	}
	#logo-small {
		width: 50%;
		height: 100%;
	}
	.footer-content {
		width: 100%;
	}
	.footer-p {
		width: 100%;
		display: grid;
		justify-items: center;
		grid-gap: 10px;
	}
	.footer-logo {
		margin: auto;
		width: 100%;
	}
	.footer-main a {
		margin: auto;
	}
	#fp {
		margin-right: 0;
	}
	/*----------------------- Historia -----------------------*/
	#main-historia {
		display: block;
	}
	.timeline-div {
		margin-top: 30px;
	}
	.text-container-historia h2 {
		font-size: 40px;
		width: 50px;
	}
	.timeline-container {
		margin: 40px 160px;
		float: left;
	}
	.text-container-historia {
		margin-left: 104px;
		margin-right: 104px;
	}
	.text-container-historia p {
		width: auto;
	}
	.left-data .description {
		margin-left: 350px;
		position: absolute;
	}
	.description::before {
		border-left: 0px solid rgba(244, 244, 244, 0.19);
		border-right: 10px solid rgba(244, 244, 244, 0.19);
		left: inherit;
		right: 100%;
	}
	.p-info:hover .description {
		display: none;
	}
	.p-info p {
		font-size: 14px;
		color: white;
		font-weight: 900;
	}
	/*----------------------- Directorio -----------------------*/
	.footer-card {
		display: grid;
		justify-content: center;
	}
	.footer-card-content {
		display: flex;
		width: 100px;
		justify-content: space-evenly;
	}
	#contenido-card {
		grid-template-columns: repeat(1, minmax(60px, 1fr));
		padding: 50px 0px;
	}
	.card {
		width: 80%;
		height: 100%;
		flex-direction: column-reverse;
		border-radius: 10px;
		justify-content: flex-end;
	}
	.ex-container {
		height: 95%;
	}
	.container {
		text-align: center;
		margin: 10px auto 20px;
	}
	.card-logo {
		width: 100%;
	}
	.fyt {
		display: flex;
		align-items: center;
	}
	.fyt a {
		margin: 8px;
		font-family: 'Montserrat';
		font-weight: 500;
		font-size: 14px;
		text-align: center;
		color: #FFFFFF;
	}
	.hr-card {
		margin-left: -50px;
		width: 240px;
		color: #927859;
		border-color: #927859;
		margin-bottom: 30.56px
	}
	.texto-hover {
		width: 100%;
		height: 62%;
	}
	.directorio-img {
		width: 100%;
		height: 100%;
	}
	/*----------------------- Consultoria -----------------------*/
	.consultoria-text-bot {
		display: flex;
		justify-content: space-evenly;
	}
	.consultoria-text-bot-div a {
		padding-left: 10px;
	}
	.consultoria-text-bot-div {
		margin-right: 0px;
	}
	.cards_item {
		padding: 0;
	}
	.card1 {
		flex-direction: column;
		align-items: center;
	}
	.card_content {
		padding: 1rem;
		text-align: center;
		margin-right: 0px;
	}
	.card_title {
		font-size: 25px;
	}
	.card_text {
		font-size: 15px;
	}
	.card_image img {
		height: auto;
		max-width: 100%;
		width: auto;
	}
	.consultoria-text-bot-div-img_call {
		width: 20.03px;
		height: 20.03px;
	}
	.consultoria-text-bot-div-img_mail {
		width: 22.25px;
		height: 17.8px;
	}
	/*----------------------- PROYECTOS SOCIALES -----------------------*/
	.carousel-item {
		padding: 5px;
	}
	.ps-text-header p {
		font-size: 20px;
		text-align: center;
	}
	.ps-galerie {
		margin-bottom: 200px;
		grid-template-columns: repeat(2, minmax(200px, 1fr));
	}
	.ps-galerie-card {
		font-size: 16;
	}
	.ps-destacado h3 {
		font-family: 'Montserrat-Bold';
		font-weight: bold;
		color: #EFEFEF;
		width: 60%;
	}
	.btn-ps {
		padding: 10px 35px;
		background-color: #03292d00;
		color: white;
		font-size: 10px;
		border-color: #816E57;
		font-weight: 600;
		border-radius: 50px;
		cursor: pointer;
		margin-top: 20px;
		margin-right: 20px;
		border-style: double;
		height: 40px;
	}
	.ps-destacado h3 {
		font-size: 14px;
	}
	/*----------------------- Contacto -----------------------*/
	.top-info {
		flex-direction: column-reverse;
		align-items: center;
	}
	#mapa {
		width: 80%;
		height: 300px;
	}
	.btn-send {
		margin-right: 0px;
	}
	.hr-bot-info {
		width: 580px;
		margin-top: 25px;
	}
	.container-cont-div h6 {
		font-size: 18px;
	}
	.contacto-text-bot-div {
		margin-right: 0px;
	}
	.contacto-text-bot-div p {
		font-size: 7px;
	}
	.form__group {
		margin-right: 0px;
	}
	.form-message {
		margin-right: 0px;
	}
	.container-cont h2 {
		font-size: 20px;
		margin: 5px 0 5px 0;
	}
	.form__group_mid {
		padding: 10px 0 0;
		margin-top: 20px;
	}
	/*----------------------- BLOG Q -----------------------*/
	.container-card-blog-img {
		height: 390px;
	}
	.blog-articulos {
		width: 90%;
	}
	.galeria-blog {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.galeria-blog-card img {
		height: 225px
	}
	.galeria-blog-card{
		height: 470px;
	}
	/*----------------------- ARTICULO -----------------------*/
	.hr-titulo-articulo {
		width: 78.54%;
	}
	.gallery-container {
		width: 78.54%;
	}
	#imggaleria {
		width: 78.54%;
	}
	/*----------------------- AVISO -----------------------*/
	.titulo-aviso {
		margin-bottom: 50px;
	}
	.titulo-aviso h1 {
		font-size: 70px;
	}
	.contenido-aviso {
		font-size: 22.5px;
		line-height: 1.5;
	}
	.logo-aviso {
		margin: 20px auto;
	}
	.logo-aviso img {
		width: 280px;
	}
}


/*----------------------- RESPONSIVO 600-770px -----------------------*/

@media screen and (max-width: 770px) {
	#in-logo-mobile {
		display: inline;
		width: 15%;
	}
	#logo img {
		width: 147px;
	}
	.loguitos {
		margin: 100px;
	}
	.footer-main h3 {
		font-size: 15.39px;
	}
	.footer-main a {
		font-size: 12px;
	}
	#in-logo {
		width: 48px;
		height: 48px;
	}
	/*----------------------- Historia -----------------------*/
	.text-container-historia h2 {
		font-size: 34px;
	}
	.timeline-container {
		margin: 40px 165px;
		float: left;
	}
	.text-container-historia {
		margin-left: 104px;
		margin-right: 104px;
	}
	.text-container-historia p {
		font-size: 14px;
	}
	.timeline-container .left-data {
		padding: 12px 2px;
		font-size: 14px;
	}
	.p-info p {
		font-size: 14px;
	}
	.left-data .description {
		font-size: 10px;
		width: 182px;
		margin-left: 250px;
		position: absolute;
		margin-top: -61px;
	}
	/*----------------------- PROYECTO SOCIALES -----------------------*/
	.carousel-item {
		padding: 4px;
	}
	.carousel-item p {
		font-size: 12px;
	}
	.ps-container h1 {
		padding-top: 30px;
		margin-bottom: 70px;
	}
	.ps-container {
		margin-bottom: 40px;
	}
	/*----------------------- DIRECTORIO -----------------------*/
	.hr-card {
		margin-bottom: 10px;
		margin-left: -40px;
		width: 200px;
	}
	.fyt a {
		margin: 5px;
		font-size: 12px;
		white-space: nowrap;
	}
	/*----------------------- Consultoria -----------------------*/
	.card_title {
		font-size: 18px;
	}
	.card_text {
		font-size: 10px;
	}
	/*----------------------- CONTACTO -----------------------*/
	.hr-bot-info {
		width: 480px;
		margin-top: 25px;
	}
	.container-cont-div h6 {
		font-size: 14px;
	}
	.contacto-text-bot-div {
		margin-right: 0px;
	}
	#contacto-text-bot-div-dm {
		width: 150px;
	}

	.container-cont h2 {
		font-size: 17px;
		margin: 5px 0 5px 0;
	}
	/*----------------------- BLOG -----------------------*/
	.container-card-blog {
		margin: 18px;
	}
	/*----------------------- AVISO -----------------------*/
	.titulo-aviso h1 {
		font-size: 55px;
	}
	.contenido-aviso {
		font-size: 19.5px;
	}
	.logo-aviso img {
		width: 230px;
	}
	.logo-aviso {
		margin-left: 190px;
	}
}

@media screen and (max-width: 670px) {
	.ps-destacado h3 {
		font-size: 10px;
	}
	#menu {
		font-size: 10px;
	}
	#main-nav {
		width: 80%;
	}
	#titulo {
		font-size: 38px;
	}
	#logo img {
		width: 127px;
	}

	.container-cont h2 {
		font-size: 14px;
		margin: 5px 0 5px 0;
	}
	.form__group_mid {
		margin-top: 0px;
	}
	/*----------------------- HISTORIA -----------------------*/
	.text-container-historia p {
		font-size: 12px;
	}
	.popup-content {
		padding: 20px;
		max-width: 60%;
		text-align: center;
		-webkit-backdrop-filter: blur(9px) contrast(0.6);
		backdrop-filter: blur(9px) contrast(0.6);
		position: relative;
		border-radius: 20px;
		margin-left: 30px;
	}
	.popup-content img {
		width: 30%;
		height: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.popup-content p {
		color: white;
		font-size: 13px;
		font-weight: 500;
		text-align: initial;
		line-height: 1.7;
		margin: 0px 20px 60px 20px;
	}

}


/*----------------------- COLAPSO Y RESPONSIVO 420-600px -----------------------*/

@media screen and (max-width: 600px) {
	#logo-small {
		width: 40%;
		height: 100%;
	}
	#loguito-pivot {
		width: 100px;
	}
	#menu {
		font-size: 45%;
	}
	#list-logos-div {
		grid-auto-rows: 140px;
	}
	#logo img {
		width: 107px;
	}
	#titulo {
		font-size: 25px;
		margin-top: 28px;
		margin-left: 8px;
	}
	.loguitos img {
		width: 130px;
		height: 100%;
	}
	#copyright {
		font-size: 10.39px;
	}
	.footer-main a {
		font-size: 14px;
		padding-left: 0px;
	}
	.footer-main h3 {
		font-size: 14.39px;
	}
	#fp {
		margin-right: 5%;
	}
	#in-logo {
		width: 70%;
		height: fit-content;
	}
	/*----------------------- Historia -----------------------*/
	#main-historia {
		display: block;
	}
	.text-container-historia h2 {
		font-size: 24px;
		width: 50px;
	}
	.timeline-container {
		margin: 10px 0px 80px 100px;
		float: left;
	}
	.text-container-historia {
		margin-top: 40px;
		margin-left: 40px;
		margin-right: 40px;
	}
	.text-container-historia p {
		width: auto;
		font-size: 10px;
	}
	.timeline-container .left-data {
		padding: 12px 2px;
		font-size: 10px;
	}
	.p-info p {
		font-size: 10px;
	}
	.left-data .description {
		font-size: 8px;
		width: 102px;
		margin-left: 150px;
		position: absolute;
		margin-top: -61px;
	}
	.description::before {
		border-left: 0px solid rgba(244, 244, 244, 0.19);
		border-right: 10px solid rgba(244, 244, 244, 0.19);
		left: inherit;
		right: 100%;
	}
	.timeline-container .left-data::after {
		width: 10px;
		height: 10px;
		right: 109%;
		border: 2px solid rgb(146, 120, 89);
	}
	.popup-content img {
		width: 30%;
		height: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.popup-content p {
		color: white;
		font-size: 11px;
		font-weight: 500;
		text-align: initial;
		line-height: 1.7;
		margin: 0px 20px 40px 20px;
	}
	/*------------------------Directorio--------------------------------*/
	#contenido-card {
		padding-top: 32.5px;
	}
	.hr-card {
		margin-left: -10px;
		width: 115.47px;
		margin-top: 5px;
		margin-bottom: 2px;
	}
	.fyt img {
		width: 8.83px;
		height: auto;
	}
	.fyt a {
		margin: 2px;
		font-size: 9px;
	}
	.texto-hover p {
		font-size: 8px;
	}
	/*----------------------- Consultoria -----------------------*/
	.top img {
		width: 20px;
		height: auto;
	}
	.cards {
		padding-top: 40px;
	}
	.cards_item {
		margin-bottom: 0px;
	}
	.card_image img {
		height: auto;
		max-width: 100%;
		vertical-align: middle;
	}
	.card_content {
		padding: 1rem;
		font-family: 'Montserrat';
		text-align: center;
	}
	.card_title {
		color: #927859;
		font-size: 10px;
		margin: 0px;
	}
	.card_text {
		font-size: 7px;
	}
	.consultoria-text-bot-div a {
		font-size: 5px;
	}
	.consultoria-text-bot-div img {
		width: 10px;
		height: auto;
	}
	/*----------------------- PROYECTOS SOCIALES -----------------------*/
	.ps-container h1 {
		font-size: 28px;
	}
	.ps-text-header p {
		font-size: 15px;
	}
	.ps-galerie {
		grid-template-columns: repeat(2, minmax(100px, 1fr));
		grid-gap: 10px;
	}
	.ps-galerie-card {
		font-size: 10px;
	}
	.carousel-item {
		flex: 0 0 48%;
		/* Establece el ancho de cada elemento a aproximadamente el 33.33% para mostrar tres imágenes a la vez */
	}
	.ps-container h1 {
		padding-top: 20px;
		margin-bottom: 50px;
	}
	.btn-ps {
		padding: 10px 25px;
		font-size: 8px;
		margin-top: 20px;
		margin-right: 20px;
		height: 30px;
	}
	/*----------------------- CONTACTO -----------------------*/
	.container-cont h2 {
		font-size: 13px;
		margin: 5px 0 5px 0;
	}
	.form__group_mid {
		padding: 10px 0 0;
		margin-right: 0px;
	}
	.btn-member {
		font-size: 5px;
		padding: 7px 10px;
	}
	.form__field_mid {
		font-size: 10px;
	}
	.form__field_mid::placeholder-shown~ .form__label_mid {
		font-size: 10px;
	}
	.form__label_mid {
		font-size: 9px;
	}
	.form__field_mid:focus~ .form__label_mid {
		font-size: 10px;
	}
	.hr-bot-info {
		width: 430px;
		margin-top: 25px;
		margin-left: 2px;
	}
	.container-cont-div h6 {
		font-size: 16px;
	}
	.contacto-text-bot-div p {
		font-size: 6px;
		padding-left: 4px;
	}
	.contacto-text-bot-img-call {
		width: 18%;
		height: auto;
	}
	.contacto-text-bot-img-mail {
		width: 10%;
		height: auto;
	}
	.contacto-text-bot-img-point {
		width: 7%;
		height: auto;
	}
	#contacto-text-bot-div-dm {
		width: 120px;
	}
	.form__group {
		margin-right: 0px;
	}
	.form-message {
		margin-right: 0px;
	}
	.titulo-art {
		font-size: 24px;
	}
	/*----------------------- AVISO -----------------------*/
	.titulo-aviso h1 {
		font-size: 40px;
	}
	.contenido-aviso {
		font-size: 15.5px;
	}
	.logo-aviso {
		width: 250px;
		margin-left: 120px;
	}
}

@media screen and (max-width: 500px) {
	.footer-main a {
		font-size: 12px;
	}
	.footer-main h3 {
		font-size: 12.39px;
	}
	.form__field {
		font-size: 8px;
	}
	.form__field::placeholder-shown~ .form__label {
		font-size: 8px;
	}
	.form__label {
		font-size: 10px;
	}
	.form__field:focus~ .form__label {
		font-size: 10px;
	}
	.form__group1 {
		margin-top: 0px;
	}
	.btn-send {
		padding: 10px 30px;
		font-size: 8px;
		margin-top: 10px;
	}
	#copyright {
		font-size: 10.39px;
	}
	/*----------------------- PROYECTOS SOSICALES -----------------------*/
	.carousel-item p {
		font-size: 10px;
	}
	/*----------------------- HISTORIA -----------------------*/
	.text-container-historia p {
		width: auto;
		font-size: 9px;
	}
	.popup-content {
		padding: 20px;
		max-width: 70%;
		text-align: center;
		-webkit-backdrop-filter: blur(9px) contrast(0.6);
		backdrop-filter: blur(9px) contrast(0.6);
		position: relative;
		border-radius: 20px;
		margin-left: 6px;
	}
	.popup-content img {
		width: 30%;
		height: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.popup-content p {
		color: white;
		font-size: 11px;
		font-weight: 500;
		text-align: initial;
		line-height: 1.7;
		margin: 0px 20px 30px 20px;
	}
	.hr-bot-info {
		width: 290px;
		margin-top: 16px;
		margin-left: 2px;
	}
	.container-cont-div h6 {
		font-size: 10px;
	}
	.contacto-text-bot-div p {
		font-size: 4px;
		padding-left: 4px;
	}
	.contacto-text-bot-div a {
		padding-left: 4px;
		margin: 0;
	}
	.contacto-text-bot-img-call {
		width: 18%;
		height: auto;
	}
	.contacto-text-bot-img-mail {
		width: 10%;
		height: auto;
	}
	.contacto-text-bot-img-point {
		width: 7%;
		height: auto;
	}
	#contacto-text-bot-div-dm {
		width: 80px;
		margin-bottom: 1em;
		margin-top: 1em;
	}
	/*----------------------- BLOG -----------------------*/
	.container-card-blog {
		margin: 10px;
	}
	.container-card-blog-img {
		height: 230px;
	}
	.btn-articulo {
		padding: 5px 20px;
	}
	.titulo-art {
		font-size: 20px;
	}
	/*----------------------- AVISO -----------------------*/
	.titulo-aviso h1 {
		font-size: 35px;
	}
	.contenido-aviso {
		font-size: 13.5px;
	}
	.logo-aviso img {
		margin-left: 0px;
	}
}


/*----------------------- RESPONSIVO 430pxpx -----------------------*/

@media screen and (max-width: 430px) {
	#in-logo-mobile {
		display: inline;
		width: 10%;
	}
	#logo-small {
		width: 30%;
		height: 100%;
	}
	#loguito-pivot {
		width: 80px;
	}
	#main-nav {
		width: 90%;
	}
	#menu {
		font-size: 6px;
		/*font-size: 50%;*/
	}
	.loguitos img {
		width: 100px;
		height: 100%;
	}
	#logo img {
		width: 87px;
		height: 100%;
	}
	#titulo {
		font-size: 22px;
		margin-top: 25px;
		margin-left: 10px;
	}
	#list-logos-div {
		grid-auto-rows: 100px;
	}
	#copyright {
		font-size: 6.39px;
	}
	.footer-main a {
		font-size: 10px;
	}
	.footer-main h3 {
		font-size: 8.39px;
	}
	#fp {
		margin-right: 10%;
	}
	#in-logo {
		width: 15px;
		height: 15px;
	}
	/*----------------------- Historia -----------------------*/
	#main-historia {
		display: block;
	}
	.text-container-historia h2 {
		font-size: 24px;
		width: 50px;
	}
	.timeline-container {
		margin: 20px 0px 100px 80px;
		float: left;
	}
	.text-container-historia {
		margin-left: 40px;
		margin-right: 40px;
	}
	.text-container-historia p {
		width: auto;
		font-size: 9px;
	}
	.timeline-container .left-data {
		padding: 8px 2px;
		font-size: 9px;
	}
	.p-info p {
		font-size: 9px;
	}
	.left-data .description {
		font-size: 8px;
		width: 102px;
		margin-left: 140px;
		position: absolute;
		margin-top: -61px;
	}
	.description::before {
		border-left: 0px solid rgba(244, 244, 244, 0.19);
		border-right: 10px solid rgba(244, 244, 244, 0.19);
		left: inherit;
		right: 100%;
	}
	.timeline-container .left-data::after {
		width: 10px;
		height: 10px;
		right: 109%;
		border: 2px solid rgb(146, 120, 89);
	}
	.popup-content {
		max-width: 70%;
		margin-left: 6px;
	}
	.popup-content img {
		width: 30%;
		height: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.popup-content p {
		font-size: 10px;
		line-height: 1.7;
		margin: 0px 10px 30px 10px;
	}
	/*------------------------Directorio--------------------------------*/
	#contenido-card {
		padding-top: 32.5px;
	}
	.hr-card {
		margin-left: -8px;
		width: 85.47px;
		margin-top: auto;
		margin-bottom: 2px;
	}
	.fyt img {
		width: 8.83px;
		height: auto;
	}
	.fyt a {
		margin: 3px 0px 3px 1px;
		font-size: 7px;
	}
	.texto-hover p {
		font-size: 8px;
	}
	/*----------------------- Consultoria -----------------------*/
	.cards {
		padding-top: 40px;
	}
	.cards_item {
		margin-bottom: 0px;
	}
	.card_image img {
		height: auto;
		max-width: 100%;
		vertical-align: middle;
	}
	.card_content {
		padding: 1rem;
		font-family: 'Montserrat';
		text-align: center;
	}
	.card_title {
		color: #927859;
		font-size: 10px;
		margin: 0px;
	}
	.card_text {
		font-size: 7px;
	}
	.consultoria-text-bot-div a {
		font-size: 5px;
	}
	.consultoria-text-bot-div img {
		width: 10px;
		height: auto;
	}
	/*----------------------- PROYECTOS SOCIALES -----------------------*/
	.btn-ps {
		padding: 5px 15px;
		font-size: 6px;
		margin-top: 20px;
		margin-right: 20px;
		height: 20px;
	}
	.ps-container h1 {
		font-size: 18px;
	}
	.ps-text-header p {
		font-size: 9px;
		margin: 20px auto;
	}
	.ps-galerie-card {
		font-size: 6px;
	}
	.carousel-item p {
		font-size: 8px;
	}
	.ps-container h1 {
		margin-bottom: 30px;
	}
	.ps-destacado h3 {
		font-size: 8px;
	}
	/*----------------------- CONTACTO -----------------------*/
	.form__field {
		font-size: 8px;
	}
	.form__field::placeholder-shown~ .form__label {
		font-size: 8px;
	}
	.form__label {
		font-size: 10px;
	}
	.form__field:focus~ .form__label {
		font-size: 10px;
	}
	.form__group1 {
		margin-top: 0px;
	}
	.btn-send {
		padding: 10px 30px;
		font-size: 8px;
		margin-top: 10px;
	}
	.mid-info {
		margin-top: 30px;
	}
	#mapa {
		width: 100%;
		height: 220px;
	}
	.container-cont h2 {
		font-size: 10px;
		margin: 5px 0 5px 0;
	}
	.form__group_mid {
		padding: 5px 0 0;
		margin-right: 0px;
	}
	.form__field_mid {
		font-size: 7px;
	}
	.form__field_mid::placeholder-shown~ .form__label_mid {
		font-size: 7px;
	}
	.form__label_mid {
		font-size: 5px;
	}
	.form__field_mid:focus~ .form__label_mid {
		font-size: 7px;
	}
	.hr-bot-info {
		width: 290px;
		margin-top: 16px;
		margin-left: 2px;
	}
	.container-cont-div h6 {
		font-size: 10px;
	}
	.contacto-text-bot-img-call {
		width: 18%;
		height: auto;
	}
	.contacto-text-bot-img-mail {
		width: 10%;
		height: auto;
	}
	.contacto-text-bot-img-point {
		width: 7%;
		height: auto;
	}
	#contacto-text-bot-div-dm {
		width: 80px;
		margin-bottom: 1em;
		margin-top: 1em;
	}
	/*----------------------- BLOG -----------------------*/
	.titulo-art {
		font-size: 15px;
	}
	.blog-destacado {
		margin: 35px auto;
	}
	/*----------------------- AVISO -----------------------*/
	.titulo-aviso h1 {
		font-size: 26px;
	}
	.logo-aviso {
		width: 200px;
		margin-left: 0px;
	}
	.contenido-aviso {
		font-size: 11.5px;
	}
	.logo-aviso img {
		width: 130px;
		margin-left: 64%;
	}
	.titulo-aviso {
		margin-bottom: 30px;
	}
}


/*----------------------- BREAK 370xpx -----------------------*/

@media screen and (max-width: 370px) {
	#menu {
		font-size: 40%;
	}
	#main-nav {
		align-items: flex-start;
	}
	#logo img {
		width: 97px;
	}
	#titulo {
		font-size: 22px;
		margin-top: 34px;
		margin-left: 10px;
	}
	/*----------------------- HISTORIA -----------------------*/
	.popup-content {
		max-width: 70%;
		margin-left: 0px;
	}
	.popup-content img {
		width: 30%;
		height: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.popup-content p {
		font-size: 8px;
		line-height: 1.7;
		margin: 0px 10px 30px 10px;
	}
	/*----------------------- CONTACTO -----------------------*/

	#mapa {
		width: 100%;
		height: 180px;
	}
	.hr-bot-info {
		width: 290px;
		margin-top: 16px;
		margin-left: 2px;
	}
	.container-cont h2 {
		font-size: 9px;
	}
	.container-cont-div h6 {
		font-size: 10px;
	}
	.contacto-text-bot-img-call {
		width: 18%;
		height: auto;
	}
	.contacto-text-bot-img-mail {
		width: 10%;
		height: auto;
	}
	.contacto-text-bot-img-point {
		width: 7%;
		height: auto;
	}
	#contacto-text-bot-div-dm {
		width: 80px;
		margin-bottom: 1em;
		margin-top: 1em;
	}
	.btn-member {
		font-size: 5px;
		padding: 5px 5px;
	}
}

.main-body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
