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

.wow {
    animation-duration: 1s !important;
    /* animation-timing-function: linear; */
}


.delay {
    animation-delay: 0.5s !important;
}

.delay1 {
    animation-delay: 1s !important;
}

.delay2 {
    animation-delay: 1.5s !important;
}

.delay3 {
    animation-delay: 2s !important;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
	scroll-padding: 78px;
}

@font-face {
    font-family: 'hatton';
    src: url('../hatton-font-family/PP\ Hatton\ Ultralight\ 200.otf');
    font-weight: 200;
}

@font-face {
    font-family: 'hatton';
    src: url('../hatton-font-family/PP\ Hatton\ Medium\ 500.otf');
    font-weight: 500;
}

@font-face {
    font-family: 'hatton';
    src: url('../hatton-font-family/PP\ Hatton\ Bold\ 700.otf');
    font-weight: 700;
}

body {
    overflow-x: hidden;
}

section {
    max-width: 100vw;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

:root {
    --width: calc(100% - 16rem);
    --padding: 0rem 8rem;
    --center: 0 auto;
    --main-color: rgb(16, 48, 55);
    --secondary-color: rgb(157, 189, 186);
}

h1, h2, h3, h4, h5 {
    font-family: 'hatton', sans-serif;
}

p, a, span, li {
    font-family: Poppins, sans-serif;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.button {
    min-width: 15rem;
    width: fit-content;
    min-height: 6rem;
    border-radius: 10rem;
    padding: 1rem 2rem;
    background-color: var(--secondary-color);
    color: var(--main-color);
    font-size: 2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.button:hover {
    background-color: rgb(193, 241, 237);
}

.button__secondary {
    min-width: 15rem;
    width: fit-content;
    min-height: 6rem;
    border-radius: 10rem;
    padding: 1rem 2rem;
    background-color: var(--main-color);
    font-size: 2rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.button__secondary:hover {
    background-color: rgb(17, 67, 79);
}

header {
    height: 10vh;
    width: 100%;
    margin: var(--center);
    position: fixed;
    z-index: 1000;
    /* padding: 1rem 0rem; */
    background-color: rgba(0, 0, 0, 0.45);
    background-color: transparent;
    display: flex;
    align-items: center;
}

nav {
    width: var(--width);
    margin: var(--center);
    height: 100%;
    padding: 0rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    position: relative;
}

nav>a:last-child {
    display: none;
}

header nav .menu__button {
    display: none;
}

header figure, header picture {
    display: block;
    height: 5rem;
    aspect-ratio: 210 / 50;
}

header picture img {
    object-fit: contain;
}

header .menu {
    display: flex;
    align-items: center;
    column-gap: 2rem;
    height: 100%;
}

.menu li>a, .menu li>p {
    font-size: 1.2rem;
    color: white;
    font-weight: 500;
    transition: all 0.3s linear;
    position: relative;
    cursor: pointer;
    font-family: 'hatton', sans-serif;
}

.menu>li>a, .menu li>p {
    text-transform: uppercase;
}

/* .menu>li:hover>a, .menu>li:hover>p, .dropdown li a:hover {
    color: wheat;
} */

/* .menu>li a::after, .menu>li>p::after {
    content: "";
    width: 0;
    height: 2.5px;
    background-color: wheat;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s linear;
} */

/* .menu>li a.active::after {
    background-color: white;
    width: 100%;
} */

.menu li a:hover::after {
    width: 50%;
}

.menu>li.button>a::after {
    display: none;
    width: 0;
    height: 0;
}

.menu>li.button>a:hover, .menu>li.button:hover>a {
    color: white;
}

.menu>li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    width: fit-content;
}

.menu li:last-child>a {
    font-size: 2.4rem;
    margin: 0rem 0.5rem;
}

.menu .button__secondary {
    min-height: 5rem;
}

/* Estilos para las banderas de idioma (sin botón) */
.menu .flag-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.5rem !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.menu .flag-link .flag-icon {
    width: 4.5rem !important;
    height: 3.2rem !important;
    border-radius: 0.3rem !important;
    border: none !important;
    transition: all 0.3s ease !important;
    display: block !important;
    object-fit: contain !important;
}

.menu .flag-link:hover .flag-icon {
    border-color: rgba(255, 255, 255, 0.8) !important;
    transform: scale(1.1) !important;
}

.menu .flag-link:hover {
    background: transparent !important;
    transform: none !important;
}

/* Estilos adicionales para asegurar que las banderas se muestren */
.menu li a img.flag-icon {
    width: 4.5rem !important;
    height: 3.2rem !important;
    border-radius: 0.3rem !important;
    border: none !important;
    transition: all 0.3s ease !important;
    display: block !important;
    object-fit: contain !important;
}

/* Sobrescribir el estilo general de img para las banderas */
.menu .flag-link img.flag-icon {
    width: 4.5rem !important;
    height: 3.2rem !important;
    object-fit: contain !important;
}

/* Estilos específicos para las banderas en el menú */
.menu li a.flag-link img {
    width: 4.5rem !important;
    height: 3.2rem !important;
    object-fit: contain !important;
    border-radius: 0.3rem !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

p {
    font-size: 2rem;
    font-weight: 400;
}

h1 {
    font-size: 5rem;
    font-weight: 700;
    width: 75rem;
    max-width: 100%;
}

h2 {
    font-size: 5rem;
    font-weight: 700;
}

/* HERO  */

#hero {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../img/hero.png') no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding: var(--padding);
    padding-top: 35vh;
    color: white;
}

#hero h1 {
    font-size: 8rem;
    width: 100rem;
    max-width: 100%;
}

#hero h3 {
    font-size: 3.6rem;
    margin: 4rem 0;
}

#hero.esp {
	min-height: calc(100vh - 120px);
}
#hero.esp h1 {
    font-size: 6.9rem;
}
#hero.esp h2 {
    font-size: 1.8rem;
    margin: 0 0 3rem;
	color: var(--secondary-color);
}
#hero.esp h4 {
    font-size: 2.1rem;
	margin: 3rem 0 0;
}

/* HERO  */

.navegador {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background: var(--main-color);
}
.navegador a {
	font-size: 1.5rem;
	position: relative;
	padding:3rem 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	transition: ease all 0.9s;
}
.navegador a.active,
.navegador a:hover {
	background: rgba(255,255,255,0.3);
}

#contenidos {
	position: relative;
	padding:5rem 8rem;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
#contenidos::before {
	content: '';
	width: 27%;
	height:100%;
	background: url("../img/ondas3.png") no-repeat left bottom;
	background-size: contain;
	position: absolute;
	bottom:30%;
	left:0;
	z-index: 1;
}
#contenidos::after {
	content: '';
	width: 30%;
	height:100%;
	background: url("../img/ondas.png") no-repeat left bottom;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom:0;
	z-index: 1;
}
#contenidos .nav {
	width: calc(16.66% - 3rem);
	height:auto;
	display: block;
	position: -webkit-sticky;
	-webkit-position: sticky;
	position: sticky;
	top: 0;
	align-self: flex-start;
	overflow-y: auto;
	z-index: 3;
}
#contenidos .nav h3 {
	font-size: 1.8rem;
	padding:0 0 1.5rem;
	margin: 0 0 1.5rem;
	border-bottom: solid 1px black;
}
#contenidos .nav div {
	position: relative;
	display: flex;
	gap: 1.2rem;
	flex-wrap: wrap;
}
#contenidos .nav div a {
	width: 100%;
	font-size: 1.8rem;
	color: var(--secondary-color);
	text-decoration: underline;
}

#contenidos #info {
	width: calc(83.33% - 3rem);
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 3;
}
#contenidos #info .portaplataformas {
	width: calc(60% - 3rem);
	margin: 0 0 4rem;
}
#contenidos #info .plataforma {
	margin: 0 0 42px;
}
#contenidos #info .plataforma:last-child {
	margin: 0;
}
#contenidos #info .plataforma h2 {
	font-size: 3rem;
	margin: 0 0 24px;
	padding:18px 0 0;
}
#contenidos #info .plataforma:first-child h2 {
	padding:0;
}
#contenidos #info .plataforma img {
	width: 100%;
	margin: 30px 0 0;
}
#contenidos #info .portaboxes {
	width: calc(40% - 3rem);
	overflow: hidden;
}
#contenidos #info .portaboxes .box {
	width: 100%;
	color: white;
	background: var(--main-color);
	padding:4rem;
	margin: 0 0 3rem;
	position: relative;
}
#contenidos #info .portaboxes .box::after {
	content: '';
	width: 45%;
	height:100%;
	background: url("../img/ondas2.png") no-repeat left bottom;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom:0;
	z-index: 1;
}
#contenidos #info .portaboxes .box h3 {
	font-size: 2.1rem;
	margin: 0 0 2rem;
	color:white !important;
	position: relative;
	z-index: 3;
}
#contenidos #info .portaboxes .box p {
	font-size: 1.5rem;
	position: relative;
	z-index: 3;
}
#contenidos #info .portaboxes .box:last-child {
	text-align: center;
}
#contenidos #info .portaboxes .box:last-child::after {
	right: 100%;
	bottom:100%;
	transform: translate(100%, 100%) rotate(90deg) scaleX(-1);
}
#contenidos #info .portaboxes .box:last-child .button {
	width: 100%;
	font-size: 1.8rem;
	position: relative;
	z-index: 3;
}

/* US  */

#us {
    padding: var(--padding);
    background-color: var(--main-color);
	position: relative;
    /* min-height: 80rem; */
}
#us::after {
	content: '';
	width: 33.3%;
	height:100%;
	background: url("../img/ondas.png") no-repeat left bottom;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom:0;
	z-index: 1;
}

#us .container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10rem;
    height: 100%;
    min-height: 65rem;

    padding-top: 10rem;
    padding-bottom: 10rem;
	z-index: 3;
}

#us .container .left {
    height: 100%;
    min-height: 65rem;
    flex-grow: 1;
    flex-basis: 40rem;
    margin-bottom: -20rem;
}

#us .container .left figure {
    height: 100%;
    min-height: 65rem;
}

#us .container .left figure img {
    height: 100%;
    min-height: 65rem;
}

#us .container .right {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    color: white;
    flex-grow: 2;
    flex-basis: 50rem;
    position: relative;
    overflow-y: hidden;
}

/* US  */


/* FORMATION  */

#formation {
    margin-top: 15rem;
    padding-left: 8rem;
}

#formation h2, #experience h2 {
    margin-bottom: 5rem;
    color: rgba(16, 48, 55, 1);
}

#formation ul li, #experience ul li {
    display: flex;
    align-items: center;
    column-gap: 2.5rem;
    color: rgba(16, 48, 55, 1);
    padding: 1rem 0rem;
    border-bottom: 1px solid rgba(235, 235, 235, 1);
}

#formation ul li .date, #experience ul li .date {
    min-width: 11rem;
}

#formation ul li p, #experience ul li p {
    font-size: 1.6rem;
}

#formation .top, #experience .container {
    display: flex;
    column-gap: 5rem;
}

#formation .top .right, #experience .container .left {
    flex-basis: 50rem;
}

#formation .top .left, #experience .container .right {
    flex-basis: 70rem;
    flex-grow: 1;
}

#experience {
    margin-top: 10rem;
    padding: var(--padding);
    background-color: rgba(250, 250, 250, 1);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#experience .button {
    margin-top: 5rem;
}

/* NEURO  */

#neuro {
    padding: var(--padding);
    background-color: var(--main-color);
	position: relative;
    /* min-height: 80rem; */
}
#neuro::after {
	content: '';
	width: 33.3%;
	height:100%;
	background: url("../img/ondas.png") no-repeat left bottom;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom:0;
	z-index: 1;
}

#neuro .container {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10rem;
    height: auto;

    padding-top: 10rem;
    padding-bottom: 10rem;
	z-index: 3;
}

#neuro .container .left {
    height: 100%;
    min-height: 65rem;
    flex-grow: 1;
    flex-basis: 40rem;
	position: relative;
}

#neuro .container .left figure {
    height: 100%;
    min-height: 65rem;
}

#neuro .container .left figure img {
	width: calc(100% + 10rem);
	position: absolute;
	left: -10rem;
}

#neuro .container .right {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    color: white;
    flex-grow: 2;
    flex-basis: 50rem;
    position: relative;
    overflow-y: hidden;
}
#neuro .container .right p {
	font-size: 1.8rem;
}

#neuro .container .right .barra {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: space-between;
	margin: 4rem 0 0;
	padding:0 8rem;
}
#neuro .container .right .barra a {
	width: calc(50% - 2rem);
	font-size: 1.5rem;
	padding:8rem 4rem;
	color: white;
	border: solid 1px white;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: 0.9s;
}
#neuro .container .right .barra a:hover {
	color: var(--main-color);
	background: rgba(255,255,255,0.9);
}
#neuro .container .right .barra a h3 {
	font-weight: lighter;
}

/* US  */

/* FORMATION  */

/* INTERVIEWS  */

#interviews {
    margin-top: 10rem;
    padding: var(--padding);
}

#interviews h2 {
    color: var(--main-color);
    margin-bottom: 10rem;
}

.portavideo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
	margin: 0 0 24px;
}
.portavideo:last-of-type {
	margin: 0;
}
.portavideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#interviews .video {
    width: var(--width);
    margin: var(--center);
    background-color: aliceblue;
    position: relative;
}

#interviews .video iframe {
    height: 100%;
    width: 100%;
}

#interviews .video .data {
    padding: 2rem 4rem;
    background-color: var(--secondary-color);
    width: fit-content;
    position: absolute;
    right: -10rem;
    bottom: -5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#interviews .video .data ul {
    list-style: url('../img/check.png');
}

#interviews .video .data li {
    font-size: 1.6rem;
}

#interviews .video .data .button__secondary {
    padding: 0 !important;
    min-height: 5rem;
    margin-top: 2rem;
}

/* INTERVIEWS  */


.banner {
    margin-top: 15rem;
    height: 60rem;
    padding: var(--padding);
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/banner.jpg') no-repeat;
    background-size: cover;
}

.banner h3 {
    font-size: 5rem;
    color: white;
    text-align: center;
    width: 70rem;
    max-width: 100%;
    padding-top: 5rem;
    margin-bottom: 3rem;
}


.banner .button {
    margin-left: 40%;
}

/* SERVICES  */

#services {
    padding-bottom: 10rem;
}

#services .top {
    display: flex;
    flex-wrap: wrap;
    min-height: 37rem;
    column-gap: 10rem;
}

#services .top .description {
    background: url('../img/vector2.png'), var(--main-color);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 10rem 4rem;
    flex-basis: 90rem;
    flex-grow: 1;
}

#services .top .description h3 {
    font-size: 5rem;
    margin-bottom: 4rem;
}

#services .top .button__secondary {
    height: fit-content;
    margin: var(--center);
    margin-top: 15rem;
    margin-right: 10rem;
}

#services .container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15rem;
    justify-content: center;
    gap: 2rem;
    padding: var(--padding);
	align-items: stretch;
}

#services .container .service {
    flex-basis: 20rem;
    border: 1px solid rgba(157, 189, 186, 1);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 100%;
    flex-grow: 1;
}

#services .container .service figure {
    width: 3rem;
    height: 3.3rem;
}

#services .container .service h4 {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--main-color);
	margin: 2rem 0;
}

#services .container .service p {
    color: rgba(140, 140, 140, 1);
    font-size: 1.3rem;
    font-weight: 400;
}

/* SERVICES  */


/* PARTNERS  */

#partners {
    background-color: rgba(250, 250, 250, 1);
    padding: var(--padding);
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#partners h2 {
    color: var(--main-color);
    font-size: 5rem;
    text-align: center;
    margin-bottom: 10rem;
}

#partners .container {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    align-items: center;
    justify-content: center;
    width: 100rem;
    max-width: 100%;
    margin: var(--center);
}

#partners .partner {
    background-color: white;
    height: 16rem;
    flex-basis: 22rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#partners .partner figure {
    max-width: 80%;
    height: 8rem;
}

#partners .partner figure img {
    object-fit: contain;
}

/* PARTNERS  */

/* REVIEWS  */

#reviews {
    padding: var(--padding);
    background-color: #ffffff;
 
}

#reviews h2 {
    text-align: center;
    margin-bottom: 4rem;
    color: var(--main-color);
}

/* Carousel container for reviews */
.reviews-carousel {
    max-width: 120rem;
    margin: var(--center);
    position: relative;
    overflow: hidden;
}

.carousel-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    margin-bottom: 3rem;
    transition: all 0.5s ease;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
}

.carousel-btn {
    background: var(--main-color);
    color: white;
    border: none;
    border-radius: 50%;
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.carousel-btn:hover {
    background: var(--accent-color);
    transform: scale(1.1);
}

.carousel-dots {
    display: flex;
    gap: 1rem;
}

.dot {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.dot.active {
    background: var(--main-color);
    border-color: var(--secondary-color);
    transform: scale(1.1);
}

.dot:hover {
    background: var(--accent-color);
}

#reviews .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
    gap: 3rem;
    max-width: 120rem;
    margin: var(--center);
}

#reviews .review {
    background: white;
    border-radius: 1.5rem;
    padding: 2.5rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#reviews .review:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

#reviews .review-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

#reviews .review-info h4 {
    font-size: 1.8rem;
    color: var(--main-color);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

#reviews .stars {
    display: flex;
    gap: 0.2rem;
}

#reviews .star {
    font-size: 1.6rem;
    color: #ddd;
}

#reviews .star.filled {
    color: #ffd700;
}

#reviews .review figure {
    display: none;
}

#reviews .review p {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 1.5rem;
}

#reviews .platform {
    display: flex;
    justify-content: flex-end;
}

#reviews .platform img {
    width: 8rem;
    height: auto;
    object-fit: contain;
}

/* FAQS  */

#faqs {
    padding-top: 10rem !important;
    padding: var(--padding);
    padding-bottom: 10rem;
    position: relative;
}

#faqs>figure {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40rem;
    z-index: -1;
}

#faqs .container {
    margin-top: 15rem;
}

#faqs details {
    margin-left: auto;
    width: 120rem;
    max-width: 100%;
    min-height: 8rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(187, 187, 187, 1);
    
}

#faqs details summary {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--main-color);
    cursor: pointer;
	padding:2rem 0;
}

#faqs details summary::marker {
    content: '\FF0B   ';
}

#faqs details[open] summary::marker {
    content: '\2212   ';
}

#faqs details p {
    border-left: 3px solid rgba(39, 71, 147, 1);
    padding-left: 1rem;
    width: 80%;
    margin: 2rem 0;
    margin-left: auto;
}

/* FAQS  */

.preguntas {
	background-color: rgba(250, 250, 250, 1);
}


/* CONTACT  */

#contact {
    padding: var(--padding);
    background-color: var(--main-color);
    padding-top: 5rem;
    padding-bottom: 10rem;
}

#contact h2 {
    color: white;
    margin-bottom: 6rem;
}

#contact .container {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
}

#contact .container a, #contact .container p {
    display: flex;
    color: white;
    font-size: 1.6rem;
    margin: 2rem 0;
    align-items: center;
}

#contact .container a i, #contact .container p i {
    margin-right: 3rem;
    color: var(--secondary-color);
    font-size: 1.8rem;
    width: 4rem;
    height: 4rem;
    border: 1px solid var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10rem;
}

#contact iframe {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
}

#contact .left {
    flex-basis: 50rem;
    flex-grow: 1;
}

#contact .right {
    flex-basis: 50rem;
    flex-grow: 1;
}

#contact form {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

#contact input {
    border-radius: 1rem;
    height: 5.5rem;
    text-indent: 1rem;
    font-size: 1.8rem;
    font-family: sans-serif;
    border: none;
    outline: none;
}

#contact textarea {
    border-radius: 1rem;
    height: 20rem;
    text-indent: 1rem;
    flex-basis: 100%;
    padding: 1rem;
    font-size: 1.8rem;
    font-family: sans-serif;
    border: none;
    outline: none;
}

#contact input[type="text"] {
    flex-basis: 100%;
}

#contact input[type="tel"], #contact input[type="email"] {
    flex-basis: 25rem;
    flex-grow: 1;
}

::placeholder {
    font-size: 1.8rem;
    color: rgba(126, 126, 126, 1);
    font-family: sans-serif;
}

form .button {
    color: white;
    border: none;
    cursor: pointer;
}

/* CONTACT  */


/* FOOTER  */

footer {
    padding-top: 5rem;
    padding-bottom: 1rem;
}

footer .top {
   
    padding: var(--padding);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2rem;
    gap: 2rem;
}

footer .top figure {
    height: 6.5rem;
}

footer .top ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 10rem;
    gap: 2rem;
}

footer .top ul a {
    font-size: 1.6rem;
    color: var(--main-color);
}

footer .top ul .button__secondary {
    color: white;
    min-height: 4rem;
}

footer .middle {
    padding: var(--padding);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}

footer .socials a{
    font-size: 2.2rem;
    color: var(--main-color);
    margin: 0 0.5rem;
}

footer .links a{
    font-size: 2rem;
    color: var(--main-color);
    margin: 1rem 0;
    display: block;
}

footer .bottom {
    border-top: 1px solid rgba(188, 188, 188, 1);
    padding: var(--padding);
    padding-top: 2rem;
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .bottom p {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
}

footer .bottom img {
    width: 2rem;
    margin-left: 0.5rem;
    height: 1.4rem;
}

/* FOOTER  */


@media screen and (max-width: 769px) {

    :root {
        --width: calc(100% - 4rem);
        --padding: 0rem 2rem;
    }

    header .menu {
        position: absolute;
        top: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        width: 100vw;
        left: -2rem;
        display: flex;
        flex-direction: column;
        display: none;
        height: fit-content;
    }

    header .menu li {
        text-align: center;
        margin: 2rem 0;
    }

    header nav>a {
        display: block;
    }

    nav>a:last-child {
        display: block;
    }

    header nav .menu__button {
        display: block;
        font-size: 3rem;
        color: white;
        transition: all 0.5s ease-in-out;
        margin-right: 2rem;
    }

    #hero {
        background-size: fill;
        background-position: right;
    }

	#us::after {
		width: 66.6%;
	}
    #us .container {
        row-gap: 4rem;
    }

    #us .container .left {
        margin-bottom: 0;
        min-height: 40rem;
    }

    #us .container .left figure {
        min-height: 40rem;
    }

    #us .container .left figure img {
        min-height: 40rem;
    }
	
	#neuro::after {
		width: 66.6%;
	}
	#neuro .container {
        row-gap: 4rem;
		padding-top:   6rem;
    	padding-bottom:6rem;
    }
	#neuro .container .left {
		min-height: 21rem;
	}
	#neuro .container .left figure {
		height: 25% !important;
	    min-height: 25rem;
	}
	#neuro .container .left figure img {
		width: calc(100% + 20rem);
		left: -10rem;
	}
	
	#neuro .container .right h2 {
		font-size: 3.6rem !important;
	}
	#neuro .container .right p {
		font-size: 1.6rem;
	}
	
	#neuro .container .right .barra {
		padding:0;
	}
	#neuro .container .right .barra a {
		width: calc(50% - 1.5rem);
		font-size: 1.2rem;
		padding:4rem 3rem;
	}
	
	.reviews-carousel {
		max-width: 100%;
		padding: 0 2rem;
	}
	
	.carousel-container {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
	
	.carousel-controls {
		flex-direction: column;
		gap: 1.5rem;
	}
	
	.carousel-btn {
		width: 4rem;
		height: 4rem;
		font-size: 2rem;
	}
	
	#reviews .container {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	
	#reviews .review {
		padding: 2rem;
	}
	
	#reviews .review-header {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	
	#reviews .review figure {
		display: none;
	}

}

@media screen and (max-width: 550px) {
    #hero h1 {
        font-size: 4.5rem;
    }

	#hero h3 {
		font-size: 2.7rem;
		margin: 3rem 0;
	}
	#hero.esp h1 {
		font-size: 3.3rem;
	}
	#hero.esp h4 {
		font-size: 1.8rem;
		margin: 2rem 0 0;
	}

    #hero p {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 4rem !important;
    }
	#hero.esp h2 {
		font-size: 1.8rem !important;
		margin: 0 0 2rem;
	}
	
	.navegador a {
		width: 50%;
		font-size: 1.2rem;
		padding:2rem;
	}
	
	#contenidos {
		padding:4rem 2rem;
		flex-wrap: wrap;
		gap: 4rem 0;
	}
	#contenidos::before {
		width: 60%;
		bottom:60%;
	}
	#contenidos::after {
		width: 60%;
	}
	#contenidos .nav {
		width: 100%;
		height:auto;
		display: block;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		align-self: flex-start;
		overflow-y: auto;
		z-index: 3;
	}

	#contenidos #info {
		width: 100%;
		flex-wrap: wrap;
	}
	#contenidos #info .portaplataformas {
		width: 100%;
		margin: 0 0 4rem;
	}
	#contenidos #info .plataforma h2 {
		font-size: 3rem !important;
	}
	#contenidos #info .portaboxes {
		width: 100%;
	}
	
	.carousel-container {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	
	.carousel-btn {
		width: 3.5rem;
		height: 3.5rem;
		font-size: 1.8rem;
	}
	#contenidos #info .portaboxes .box h3 {
		font-size: 2.7rem;
	}
	#contenidos #info .portaboxes .box p {
		font-size: 1.8rem;
	}

    #formation {
        margin-top: 10rem;
        padding-left: 0;
        padding: var(--padding);
    }

    #formation .top, #experience .container {
        flex-direction: column;
    }

    #experience .container .left {
        flex-basis: auto;
    }

    #interviews .video {
        width: 100%;
    }

    #interviews .video .data {
        position: static;
        width: 100%;
    }

    .banner {
        padding-top: 7rem;
        height: auto;
        background-position: center;
        padding-bottom: 5rem;
        margin-top: 10rem;
    }

    .banner h3 {
        font-size: 3rem;
    }

    .banner .button {
        margin: var(--center);
    }

    #services .top {
        row-gap: 4rem;
    }

    #services .top .button__secondary {
        margin: var(--center);
    }

    #contact .left {
        height: 30rem;
    }

    footer .middle {
        flex-direction: column;
    }

    #services .container .service:nth-child(2) p {
        font-size: 1.2rem;
    }
    
    #reviews .container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    #reviews .review {
        padding: 1.5rem;
    }
    
    #reviews .review-info h4 {
        font-size: 1.6rem;
    }
    
    #reviews .star {
        font-size: 1.4rem;
    }
    
    #reviews .review p {
        font-size: 1.3rem;
    }
    
    #reviews .platform img {
        width: 6rem;
    }

}



@keyframes showMenu {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes hideMenu {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


@keyframes appear {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: translateY(-0.5rem);
    }

    50% {
        transform: translateY(1rem);
    }

    100% {
        transform: translateY(-0.5rem);
    }

}

/* Estilos para Medicina Internacional */
/* Los estilos específicos están definidos más abajo en el archivo */

.appointment-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.form-row {
    display: flex;
    gap: 2rem;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.appointment-form .form-group label {
    font-size: 1.6rem;
    margin: 0 0 1rem;
    font-weight: 500;
    color: white !important;
}

.appointment-form .form-group input,
.appointment-form .form-group textarea {
    padding: 1.5rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    font-family: inherit;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.appointment-form .form-group input:focus,
.appointment-form .form-group textarea:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--secondary-color);
}

.appointment-form .form-group input::placeholder,
.appointment-form .form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.appointment-form .button {
    align-self: center;
    margin: 2rem 0 0;
    background: var(--secondary-color);
    color: var(--main-color);
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.appointment-form .button:hover {
    background: rgba(157, 189, 186, 0.8);
    transform: translateY(-2px);
}

/* Estilos para enlaces útiles */
.links-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.link-item {
    background: rgba(16, 48, 55, 0.05);
    padding: 2rem;
    border-radius: 1rem;
    border-left: 4px solid var(--secondary-color);
}

.link-item h3 {
    font-size: 2rem;
    margin: 0 0 1rem;
    color: var(--main-color);
}

.link-item p {
    font-size: 1.4rem;
    margin: 0 0 1.5rem;
    color: #666;
}

.link-item .button__secondary {
    display: inline-block;
    padding: 1rem 2rem;
    background: var(--main-color);
    color: white;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    transition: all 0.3s ease;
}

.link-item .button__secondary:hover {
    background: var(--secondary-color);
    color: var(--main-color);
}

/* Estilos para ejecutivos */
.executives-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.executive-card {
    background: var(--main-color);
    color: white;
    padding: 2.5rem;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
}

.executive-card::after {
    content: '';
    width: 45%;
    height: 100%;
    background: url("../img/ondas2.png") no-repeat left bottom;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.executive-card h3 {
    font-size: 2.2rem;
    margin: 0 0 1rem;
    position: relative;
    z-index: 3;
}

.executive-card .position {
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
    color: var(--secondary-color);
    font-weight: 600;
    position: relative;
    z-index: 3;
}

.executive-card .email,
.executive-card .phone {
    font-size: 1.4rem;
    margin: 0 0 0.5rem;
    position: relative;
    z-index: 3;
}

.executive-card .email {
    color: var(--secondary-color);
}

/* Estilos para galería de imágenes */
.images-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.image-item {
    background: #f8f9fa;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.image-item img {
    width: 100%;
    height: 25rem;
    object-fit: cover;
}

.image-item p {
    padding: 1.5rem;
    font-size: 1.4rem;
    color: #666;
    text-align: center;
    margin: 0;
}

/* Responsive para Medicina Internacional */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 1rem;
    }
    
    .links-container {
        grid-template-columns: 1fr;
    }
    
    .executives-container {
        grid-template-columns: 1fr;
    }
    
    .images-container {
        grid-template-columns: 1fr;
    }
    
    .appointment-section h2 {
        font-size: 3rem;
    }
    
    .appointment-section > .container > p {
        font-size: 1.6rem;
    }
}

/* Estilos para Enlaces de Interés */
.suggest-section {
    padding: var(--padding);
    background-color: var(--main-color);
    color: white;
    position: relative;
}

.suggest-section::after {
    content: '';
    width: 30%;
    height: 100%;
    background: url("../img/ondas.png") no-repeat left bottom;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.suggest-section .container {
    max-width: 80rem;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.suggest-section h2 {
    font-size: 4rem;
    text-align: center;
    margin: 0 0 2rem;
}

.suggest-section > .container > p {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 4rem;
    opacity: 0.9;
}

.suggest-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.suggest-form .form-row {
    display: flex;
    gap: 2rem;
}

.suggest-form .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.suggest-form .form-group label {
    font-size: 1.6rem;
    margin: 0 0 1rem;
    font-weight: 500;
    color: white !important;
}

.suggest-form .form-group input,
.suggest-form .form-group textarea,
.suggest-form .form-group select {
    padding: 1.5rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    font-family: inherit;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.suggest-form .form-group input:focus,
.suggest-form .form-group textarea:focus,
.suggest-form .form-group select:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--secondary-color);
}

.suggest-form .form-group input::placeholder,
.suggest-form .form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.suggest-form .form-group select option {
    background: var(--main-color);
    color: white;
}

.suggest-form .button {
    align-self: center;
    margin: 2rem 0 0;
    background: var(--secondary-color);
    color: var(--main-color);
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.suggest-form .button:hover {
    background: rgba(157, 189, 186, 0.8);
    transform: translateY(-2px);
}

/* Estilos mejorados para enlaces con logos */
.links-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.link-item {
    background: rgba(16, 48, 55, 0.05);
    padding: 2rem;
    border-radius: 1rem;
    border-left: 4px solid var(--secondary-color);
    transition: all 0.3s ease;
}

.link-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.link-header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.link-header img {
    width: 6rem;
    height: 6rem;
    object-fit: contain;
    border-radius: 0.5rem;
    background: white;
    padding: 0.5rem;
    flex-shrink: 0;
}

.link-header > div {
    flex: 1;
}

.link-item h3 {
    font-size: 2rem;
    margin: 0 0 1rem;
    color: var(--main-color);
    line-height: 1.3;
}

.link-item p {
    font-size: 1.4rem;
    margin: 0 0 1.5rem;
    color: #666;
    line-height: 1.5;
}

.link-item .button__secondary {
    display: inline-block;
    padding: 2rem 2rem;
    background: var(--main-color);
    color: white;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    transition: all 0.3s ease;
    text-align: center;
}

.link-item .button__secondary:hover {
    background: var(--secondary-color);
    color: var(--main-color);
    transform: translateY(-1px);
}

/* Responsive para Enlaces de Interés */
@media (max-width: 768px) {
    .suggest-form .form-row {
        flex-direction: column;
        gap: 1rem;
    }
    
    .links-container {
        grid-template-columns: 1fr;
    }
    
    .link-header {
        flex-direction: column;
        text-align: center;
    }
    
    .link-header img {
        align-self: center;
    }
    
    .suggest-section h2 {
        font-size: 3rem;
    }
    
    .suggest-section > .container > p {
        font-size: 1.6rem;
    }
    
    .link-item {
        padding: 1.5rem;
    }
    
    .link-item h3 {
        font-size: 1.8rem;
    }
}

/* ===== ESTILOS MEJORADOS PARA MEDICINA INTERNACIONAL Y ENLACES DE INTERÉS ===== */

/* Estilos del banner hero mejorados */
#hero.esp {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    background-attachment: fixed;
}

#hero.esp h2 {
    font-size: 4.5rem;
    font-weight: 700;
    color: white;
    margin: 0 0 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}

#hero.esp h1 {
    font-size: 6rem;
    font-weight: 800;
    color: white;
    margin: 0 0 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    max-width: 80rem;
}

#hero.esp h4 {
    font-size: 2.2rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 3rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    max-width: 60rem;
    line-height: 1.4;
}

#hero.esp .button {
    font-size: 1.8rem;
    padding: 1.5rem 3rem;
    background: var(--secondary-color);
    color: var(--main-color);
    border: none;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 1px;
}

#hero.esp .button:hover {
    background: white;
    color: var(--main-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Estilos del navegador mejorados */
.navegador {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: var(--main-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navegador a {
    font-size: 1.6rem;
    position: relative;
    padding: 3rem 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: all 0.3s ease;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 3px solid transparent;
}

.navegador a.active,
.navegador a:hover {
    background: rgba(255, 255, 255, 0.15);
    border-bottom-color: var(--secondary-color);
    transform: translateY(-2px);
}

/* Estilos del contenido principal mejorados */
#contenidos {
    position: relative;
    padding: 8rem 10rem;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

#contenidos::before {
    content: '';
    width: 30%;
    height: 100%;
    background: url("../img/ondas3.png") no-repeat left bottom;
    background-size: contain;
    position: absolute;
    bottom: 20%;
    left: 0;
    z-index: 1;
    opacity: 0.6;
}

#contenidos::after {
    content: '';
    width: 35%;
    height: 100%;
    background: url("../img/ondas.png") no-repeat left bottom;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.6;
}

#contenidos .nav {
    width: calc(20% - 3rem);
    height: auto;
    display: block;
    position: -webkit-sticky;
    -webkit-position: sticky;
    position: sticky;
    top: 2rem;
    align-self: flex-start;
    overflow-y: auto;
    z-index: 3;
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-height: 80vh;
}

#contenidos .nav h3 {
    font-size: 2.2rem;
    padding: 0 0 2rem;
    margin: 0 0 2rem;
    border-bottom: solid 2px var(--main-color);
    color: var(--main-color);
    font-weight: 700;
    text-align: center;
}

#contenidos .nav div {
    position: relative;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

#contenidos .nav div a {
    width: 100%;
    font-size: 1.6rem;
    color: var(--secondary-color);
    text-decoration: none;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    font-weight: 500;
    border-left: 3px solid transparent;
}

#contenidos .nav div a:hover,
#contenidos .nav div a.active {
    background: rgba(16, 48, 55, 0.1);
    border-left-color: var(--secondary-color);
    color: var(--main-color);
    transform: translateX(5px);
}

/* Estilos del contenido de información mejorados */
#contenidos #info {
    width: calc(80% - 3rem);
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 3;
}

#contenidos #info .portaplataformas {
    width: calc(60% - 3rem);
    margin: 0 0 4rem;
}

#contenidos #info .portaboxes {
    width: calc(40% - 3rem);
}

/* Estilos de las plataformas mejorados */
.plataforma {
    background: white;
    padding: 3rem;
    margin-bottom: 3rem;
    border-radius: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 5px solid var(--secondary-color);
}

.plataforma:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.plataforma h2 {
    font-size: 3.2rem;
    color: var(--main-color);
    margin: 0 0 2rem;
    font-weight: 700;
    line-height: 1.3;
}

.plataforma p {
    font-size: 1.6rem;
    color: #555;
    line-height: 1.6;
    margin: 0 0 2.5rem;
}

/* Estilos de los boxes mejorados */
.portaboxes .box {
    background: white;
    padding: 2.5rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid var(--secondary-color);
}

.portaboxes .box:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.portaboxes .box h3 {
    font-size: 2.2rem;
    color: var(--main-color);
    margin: 0 0 1.5rem;
    font-weight: 600;
}

.portaboxes .box p {
    font-size: 1.5rem;
    color: white !important;
    line-height: 1.6;
    margin: 0;
}

/* Estilos específicos para Medicina Internacional */
.appointment-section {
    background: linear-gradient(135deg, var(--main-color) 0%, #1a5a6b 100%);
    padding: 6rem 4rem;
    border-radius: 2rem;
    text-align: center;
    margin: 4rem 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.appointment-section h2 {
    font-size: 3.5rem;
    color: white;
    margin: 0 0 2rem;
    font-weight: 700;
}

.appointment-section p {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 3rem;
    line-height: 1.6;
}

.appointment-section .button {
    font-size: 1.8rem;
    padding: 1.5rem 3rem;
    background: var(--secondary-color);
    color: var(--main-color);
    border: none;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.appointment-section .button:hover {
    background: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Estilos para enlaces y ejecutivos mejorados */
.links-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
    gap: 3rem;
    margin: 3rem 0;
}

.link-item {
    background: white;
    padding: 3rem;
    border-radius: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 5px solid var(--secondary-color);
}

.link-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.executives-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 3rem;
    margin: 3rem 0;
}

.executive-card {
    background: white;
    padding: 3rem;
    border-radius: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 5px solid var(--secondary-color);
    text-align: center;
}

.executive-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.executive-card h3 {
    font-size: 2.4rem;
    color: var(--main-color);
    margin: 0 0 1rem;
    font-weight: 700;
}

.executive-card .role {
    font-size: 1.6rem;
    color: var(--secondary-color);
    margin: 0 0 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.executive-card .contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.executive-card .contact-info a {
    color: #666;
    text-decoration: none;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.executive-card .contact-info a:hover {
    color: var(--secondary-color);
}

/* Estilos para imágenes mejorados */
.images-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 3rem;
    margin: 3rem 0;
}

.image-item {
    background: white;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.image-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.image-item img {
    width: 100%;
    height: 25rem;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-item:hover img {
    transform: scale(1.05);
}

.image-item .caption {
    padding: 2rem;
    text-align: center;
}

.image-item .caption h3 {
    font-size: 2rem;
    color: var(--main-color);
    margin: 0 0 1rem;
    font-weight: 600;
}

.image-item .caption p {
    font-size: 1.5rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Estilos para formulario de sugerencias mejorados */
.suggest-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 6rem 4rem;
    border-radius: 2rem;
    margin: 4rem 0;
    text-align: center;
}

.suggest-section h2 {
    font-size: 3.5rem;
    color: var(--main-color);
    margin: 0 0 2rem;
    font-weight: 700;
}

.suggest-section > .container > p {
    font-size: 1.8rem;
    color: #666;
    margin: 0 0 3rem;
    line-height: 1.6;
}

.suggest-form {
    background: white;
    padding: 3rem;
    border-radius: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 60rem;
    margin: 0 auto;
}

.form-row {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.form-group {
    flex: 1;
}

.form-group label {
    display: block;
    font-size: 1.6rem;
    color: var(--main-color);
    margin-bottom: 1rem;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1.5rem;
    border: 2px solid #e9ecef;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 3px rgba(16, 48, 55, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 12rem;
}

.suggest-form .button {
    width: 100%;
    font-size: 1.8rem;
    padding: 1.5rem 3rem;
    background: var(--secondary-color);
    color: var(--main-color);
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.suggest-form .button:hover {
    background: var(--main-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive mejorado para todas las páginas */
@media (max-width: 1200px) {
    #contenidos {
        padding: 6rem 5rem;
    }
    
    #contenidos .nav {
        width: calc(25% - 3rem);
    }
    
    #contenidos #info {
        width: calc(75% - 3rem);
    }
}

@media (max-width: 1024px) {
    #hero.esp h1 {
        font-size: 5rem;
    }
    
    #hero.esp h2 {
        font-size: 4rem;
    }
    
    #contenidos {
        flex-direction: column;
        padding: 5rem 3rem;
    }
    
    #contenidos .nav {
        width: 100%;
        position: relative;
        margin-bottom: 3rem;
        max-height: none;
    }
    
    #contenidos #info {
        width: 100%;
    }
    
    .links-container {
        grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
    }
    
    .executives-container {
        grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    }
}

@media (max-width: 768px) {
    #hero.esp {
        min-height: 50vh;
        padding: 4rem 2rem;
    }
    
    #hero.esp h1 {
        font-size: 4rem;
    }
    
    #hero.esp h2 {
        font-size: 3.5rem;
    }
    
    #hero.esp h4 {
        font-size: 1.8rem;
    }
    
    #hero.esp .button {
        font-size: 1.6rem;
        padding: 1.2rem 2.5rem;
    }
    
    .navegador a {
        font-size: 1.4rem;
        padding: 2rem 1.5rem;
    }
    
    .plataforma {
        padding: 2rem;
    }
    
    .plataforma h2 {
        font-size: 2.8rem;
    }
    
    .links-container {
        grid-template-columns: 1fr;
    }
    
    .executives-container {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        flex-direction: column;
        gap: 1rem;
    }
    
    .suggest-form {
        padding: 2rem;
    }
}

@media (max-width: 550px) {
    #hero.esp h1 {
        font-size: 3.5rem;
    }
    
    #hero.esp h2 {
        font-size: 3rem;
    }
    
    #hero.esp h4 {
        font-size: 1.6rem;
    }
    
    #contenidos {
        padding: 3rem 2rem;
    }
    
    .plataforma {
        padding: 1.5rem;
    }
    
    .plataforma h2 {
        font-size: 2.4rem;
    }
    
    .portaboxes .box {
        padding: 2rem;
    }
    
    .portaboxes .box h3 {
        font-size: 2rem;
    }
}
