/* Fuentes */
@import url('https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Estilos Generales */
html {
    scroll-padding-top: 40px;
}

body {
    font-family: Arial, sans-serif;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Estilos base para todas las secciones */
section {
    min-height: calc(100vh - 140px);
    padding-top: 140px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;

    /*min-height: calc(100vh - 140px);
    padding-top: 140px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;*/
}

/* Estilos base para todos los h1 */
h1 {
    font-family: 'SUSE', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 122.9%;
    text-align: center;
    color: #019C9E;
}

/* Header */
header {
    position: fixed;
    width: 100%;
    height: 140px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0px 4px 27.8px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    z-index: 1000;
}

/* Logo */
header img {
    height: 80px;
    margin-left: 11.3%;
}

/* Navegación */
nav {
    position: absolute;
    left: 832px;
    top: 42px;
    width: 646px;
    height: 57px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1px;
}

.text-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px 20px;
    gap: 10px;
    height: 57px;
    font-family: 'SUSE', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 122.9%;
    color: #000000;
    text-decoration: none;
}

nav a {
    padding: 10px;
    text-decoration: none;
    color: #000000;
    transition: color 0.5s ease;
    white-space: nowrap;
}

nav a:hover {
    color: #019C9E;
    text-decoration: none;
}

/* Contador 80 años */
.text-80 {
    position: absolute;
    width: 147px;
    height: 65px;
    left: 1545px;
    top: 34px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.text-content {
    text-align: right;
    line-height: 1.2;
}

.large-text {
    font-family: 'SUSE', sans-serif;
    font-size: 40px;
    line-height: 122.9%;
    color: #019C9E;
}

.small-text {
    font-family: 'SUSE', sans-serif;
    font-size: 30px;
    line-height: 122.9%;
    color: #019C9E;
}

.menu-toggle {
    display: none;
}

/* Sección Inicio */
#inicio {    
    width: 100%;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

#presentacion {
    position: relative;
    width: 1475px;
    height: 705px;
    margin-top: 140px;
    background-color: transparent;
    overflow: hidden;
    border-radius: 0 0 50px 50px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-inner {
    width: 100%;
    height: 100%;
}

.carousel-item {
    height: 100%;
    width: 100%;
}

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

.overlay-wrapper {
    position: absolute;
    top: 140px;
    left: 153px;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 0;
}

.overlay-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    width: 620px;
    background: rgba(25, 24, 74, 0.31);
    padding: 2.75rem;
    color: white;
    border: 3px solid #F68E2F;
    border-radius: 0;
}

.overlay-icon {
    position: absolute;
    top: -37px;
    left: 45%;
    background: #0099cc;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.overlay-icon .icon {
    width: 75px;
    height: 75px;
}

.overlay-title {
    font-family: 'SUSE';
    font-size: 40px;
    line-height: 1.2;
    margin-left: 20%;
    margin-top: 1.1rem;
    margin-bottom: 25px;
    font-weight: 700;
}

.overlay-title span {
    color: #A2E6FD;
}

.decorative-line {
    position: relative;
    margin-left: 20%;
}

.overlay-line {
    width: 167px;
    height: 9px;
    background: #03C59D;
    border-radius: 4.5px;
}

.overlay-line-dimensions {
    position: absolute;
    transform: translateX(-50%);
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
}

.overlay-button {
    position: absolute;
    bottom: -35px;
    right: 2.75rem;
    pointer-events: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /*padding: 50px 35px 20px 72px;*/
    gap: 35px;   
    width: 312px;
    height: 70px;
    background: #F68E2F;
    border-radius: 45px;
    /*background: #ff8533;*/
    color: white;
    text-decoration: none;
    font-family: 'SUSE', sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    padding: 0.825rem 1.65rem;
    transition: background-color 0.3s ease;
    min-width: 180px;
}

.overlay-button:hover {
    background: #03C59D;
    text-decoration: none;
    color: white;
}

.arrow-icon-overlay {
    padding-left: 5px;
    width: 50px;
    height: 50px;
}


.arrow-icon-overlay path {
    stroke: #A2E6FD;
}

/* Sección Empresa */
.empresa-section {
    scroll-margin-top: 10px;
    width: 1475px;
    margin: 0 auto;
    padding: 60px 60px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.empresa-title {
    font-family: 'SUSE', sans-serif;
    font-size: 40px;
    color: #019C9E;
    margin-top: 100px;
    margin-bottom: 40px;
    text-align: center;
}

.empresa-content {
    padding-top: 30px;
    display: flex;
    gap: 100px;
    align-items: flex-start;
}

.empresa-logo {
    padding: 40px;
    flex: 0 0 auto;
    width: 400px;
}

.empresa-logo img {
    width: 100%;
    height: auto;
}

.empresa-text {
    flex: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
}

.empresa-text p {
    margin-bottom: 20px;
}

.empresa-button-wrapper {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.empresa-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 50px 35px 20px 72px;
    gap: 35px;   
    width: 312px;
    height: 70px;
    background: #ff8533;
    border-radius: 45px;
    color: white;
    text-decoration: none;
    font-family: 'SUSE', sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    padding: 0.825rem 1.65rem;
    transition: background-color 0.3s ease;
    min-width: 180px;
}

.empresa-button:hover {
    background: #03C59D;
    text-decoration: none;
    color: white;
}

/* Banner 80 años */
.banner-80-anos {
    position: relative;
    width: 100%;
    height: 518px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 15%;
}

.banner-container {
    position: absolute;
    width: 1863px;
    height: 408px;
    left: 28px;
    top: 110px;
    background: #19184A;
    border-radius: 191px;
    overflow: hidden;
    display: flex;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
}

.banner-image-banner{
    display: none;
}

.text-frame {
    position: relative;
    margin-left: 15%;
    border: 2px solid #019C9E;
    padding: 40px;
    width: fit-content;
    text-align: center;
}

.banner-title {
    font-family: 'SUSE', sans-serif;
    font-weight: 700;
    font-size: 90px;
    line-height: 93%;
    color: #FFFFFF;
    margin: 0;
    white-space: nowrap;
}

.decorative-square {
    position: absolute;
}

.decorative-square.green {
    width: 86.47px;
    height: 82px;
    left: -40px;
    bottom: -40px;
    background: #03C59D;
}

.decorative-square.orange {
    width: 61.9px;
    height: 59px;
    right: -27px;
    top: -27px;
    background: #F68E2F;
}

.decorative-lines {
    position: absolute;
    right: 35%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.line {
    height: 50px;
    border-radius: 30px;
}

.line.light {
    width: 250px;
    margin-left: 75%;
    background: #A2E6FD;
}

.line.dark {
    width: 290px;
    margin-left: 35%;
    background: #019C9E;
}

.banner-image {
    position: absolute;
    width: 16.7%;
    height: 518px;
    left: 65%;
    top: 0;
    background-size: cover;
    background-position: center;
}

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

/* Sección Equipo */
.equipo-section {
    padding: 140px 0 80px;
    background-color: #019C9E;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.equipo-section h1 {
    color: white;
    margin-bottom: 20px;
}

.equipo-subtitulo {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    width: 100%;
}

.equipo-subtitle {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32.64px;
    text-align: center;
    max-width: 1400px;
}

.equipo-carousel {
    width: 100%;
    max-width: 1475px;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
}

.carousel-container {
    height: 550px;
    overflow: hidden;
    margin: 10px auto;
    width: calc(357px * 3 + 30px * 2);
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 30px;
}

.team-card {
    flex: 0 0 357px;
    height: 453px;
    position: relative;
    margin: 0;
}

.card-background {
    position: absolute;
    width: 357px;
    height: 211px;
    top: 268px;
    bottom: 0;
    background: #19184A;
    border-radius: 0 0 44px 44px;    
    z-index: 1;
}

/* Colores para cada card-background */
.team-card:nth-child(4n + 1) .card-background {
    background: #19184A;
}

.team-card:nth-child(4n + 2) .card-background {
    background: #A2E6FD;
}

.team-card:nth-child(4n + 3) .card-background {
    background: #03C59D;
}

.team-card:nth-child(4n + 4) .card-background {
    background: #F68E2F;
}

.card-image {
    width: 317px;
    height: 427px;
    margin: 15px auto 0;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

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

.card-info {
    position: absolute;
    width: 317px;
    height: 185px;
    bottom: 0;
    left: 20px;
    right: 20px;
    background: #FEFEFE;
    padding: 20px;
    border-radius: 0 0 23px 23px;
    text-align: center;
    z-index: 2;
}

.card-info h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.08px;
    color: #019C9E;
    margin-bottom: 10px;
    text-align: center;
}

.card-info p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.58px;
    color: #666;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 63px;
    height: 63px;
    background: #A2E6FD;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.prev { left: -31.5px; }
.next { right: -31.5px; }

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #D9D9D9;
    cursor: pointer;
}

.dot.active {
    background: #A2E6FD;
}

/* Sección Coberturas */
.cobertura-subtitulo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
}

.cobertura-subtitle {
    color: rgb(0, 0, 0);
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32.64px;
    text-align: center;
    max-width: 1400px;
}

.coverage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1475px;
    margin: 0 auto;
    padding: 0;
}

.coverage-button {
    display: flex;
    align-items: center;
    width: 718px;
    height: 83px;
    padding: 0 30px;
    background-color: #019C9E;
    border-radius: 49px;
    text-decoration: none;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.coverage-button > :not(.arrow-icon) {
    display: flex;
    align-items: center;
    gap: 15px;
}

.coverage-button:hover {
    text-decoration: none;
    background-color: #19184A;
    color: white
}

.coverage-icon {
    width: 36px;
    height: 36px;
    margin-right: 20px;
    flex-shrink: 0;
}

.coverage-other {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.arrow-icon-coverage {
    margin-left: auto;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    flex-shrink: 0;
}

.coverage-button:hover .arrow-icon-coverage {
    transform: translateX(10px);
}


/* Sección Servicios */
.servicios-section {
    padding: 140px 0 80px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.servicios-carousel {
    width: 100%;
    max-width: 1066px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.servicios-container {
    height: 650px;
    overflow: hidden;
    margin: 0px auto;
    width: calc(530px * 2 + 35px);
}

.servicios-track {
    display: flex;
    gap: 30px;
    touch-action: pan-y pinch-zoom;
    will-change: transform;
}

.service-card {
    flex: 0 0 518px;
    height: 610px;
    position: relative;
    margin: 0;
    user-select: none;
}

.background-servicios {
    position: absolute;
    width: 518px;
    height: 238px;
    top: 388px;
    left: 0;
    z-index: 1;
    border-radius: 0 0 44px 44px;
}

/* Colores para cada background-servicios */
.service-card:nth-child(4n + 1) .background-servicios {
    background: #019C9E;
}

.service-card:nth-child(4n + 2) .background-servicios {
    background: #A2E6FD;
}

.service-card:nth-child(4n + 3) .background-servicios {
    background: #F68E2F;
}

.service-card:nth-child(4n + 4) .background-servicios {
    background: #03C59D;
}

.service-info {
    width: 476px;
    height: 586px;
    top: 16px;
    left: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 40px;
    box-shadow: 0px 4px 7.7px 10px #00000008;
    border-radius: 44px;
    background: #FFFFFF;
}

.service-icon {
    width: 120px;
    height: 120px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-info h3 {
    font-family: 'SUSE', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 49.16px;
    color: #19184A;
    margin-bottom: 20px;
    text-align: center;
}

.service-info p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.58px;
    color: #666;
    text-align: center;
    margin-bottom: auto;
    max-width: 380px;
}

.service-button {
    width: 285px;
    height: 72px;
    gap: 0px;
    opacity: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 25px 40px;
    border-radius: 30px;
    color: white;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    margin-bottom: 5px;
}

.service-card:nth-child(4n + 1) .service-button {
    background: #019C9E;
}

.service-card:nth-child(4n + 2) .service-button {
    background: #A2E6FD;
}

.service-card:nth-child(4n + 3) .service-button {
    background: #F68E2F;
}

.service-card:nth-child(4n + 4) .service-button {
    background: #03C59D;
}

.service-card:nth-child(4n + 1) .service-button:hover,
.service-card:nth-child(4n + 2) .service-button:hover,
.service-card:nth-child(4n + 3) .service-button:hover,
.service-card:nth-child(4n + 4) .service-button:hover {
    background: #19184A;
    text-decoration: none;
    color: white;
}

.servicios-arrow {
    /*opacity: 1 !important;*/
    cursor: pointer !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 63px;
    height: 63px;
    background: #A2E6FD;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background-color 0.3s ease;
}

.servicios-arrow:hover {
    background: #019C9E;
}

.prev-service { 
    left: -80px;
}

.next-service { 
    right: -100px;
}

.servicios-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.dot-service {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #D9D9D9;
    cursor: pointer;
}

.dot-service.active {
    background: #A2E6FD;
}


/* Sección Contacto */
.contacto-section {
    position: relative;
    width: 100%;
    height: 931px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-image: url('../public/assets/img/contacto/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contacto-background {
    position: absolute;
    width: 1920px;
    height: 931px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.contacto-content {
    width: 100%;
    max-width: 1475px;
    padding-top: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacto-section h1 {
    color: white;
    text-align: center;
    font-family: 'SUSE', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 60px;
}

.contact-form {
    position: relative;
    width: 600px;
    background: transparent;
    padding: 0;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.form-group input {
    width: 600px;
    height: 60px;
    background: #FFFFFF;
    border: 3px solid #F68E2F;
    border-radius: 45px;
    padding: 0 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333;
}

.textarea-group textarea {
    width: 600px;
    height: 200px;
    background: #FFFFFF;
    border: 3px solid #F68E2F;
    border-radius: 45px;
    padding: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333;
    resize: none;
}

.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.required-fields {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: white;
}

.submit-button-contacto {
    width: 220px;
    height: 60px;
    background: #F68E2F;
    border: none;
    border-radius: 45px;
    color: white;
    font-family: 'SUSE', sans-serif;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.submit-button-contacto:hover {
    background: #03C59D;
}

.arrow-icon {
    width: 20px;
    height: 20px;
}


/* Footer */
.footer-container {
    font-family: Arial, sans-serif;
}

.footer-main {
    /*display: flex;*/
    background-color: #19184A;
    color: white;
    padding: 4rem 0;
}

.footer-content {
    max-width: 1475px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 2rem;
    gap: 2rem;
}

/* Columna izquierda */
.footer-info {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-info img {
    width: 280px;
    height: auto;
}

/* Información de contacto */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: white;
}

.contact-item i {
    color: #A2E6FD;
    font-size: 20px;
    width: 20px;
}

/* Redes sociales */
.social-links {
    display: flex;
    flex-direction: column;

}

#redes {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.social-icons {
    display: flex;
    gap: 1.5rem;
}

.social-icons a {
    color: #A2E6FD;
    font-size: 40px;
    text-decoration: none;
}


/* Mapa */
.map-container {
    flex: 0 0 50%;
    height: 300px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}

/* Barra de copyright */
.copyright-bar {
    background-color: #03C59D;
    color: white;
    text-align: center;
    padding: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

/* Barra de información SSN */
.info-bar {
    background-color: #E4E4E7;
    padding: 2rem 0;
}

.info-content {    
    margin: 0 10px;
    max-width: 1920px;    
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 80px;
    gap: 20px;
}

.info-item {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #333;
    position: relative;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-align: center;
    min-height: 60px;
}

.info-item br + * {
    margin-top: 5px;
}

.info-item:not(:last-child):not(:nth-last-child(2))::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 1px;
    background-color: #03C59D;
}

.ssn-logo {
    max-width: 250px;
    height: auto;
}

.disclaimer {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding: 0 2rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

/* Botones Flotantes */
.floating-buttons {
    position: fixed;
    right: 50px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 1000;
    align-items: center;
}

.floating-button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.back-to-top {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    border: none;
    background: #F68E2F;
    /*display: none;*/

}

.back-to-top svg {
    position: relative;
    justify-content: center;
    width: 39px;
    height: 30px;
    transform: rotate(360deg);
}

.back-to-top svg path {
    stroke: #FFFFFF;
    stroke-width: 2.88;
}

.back-to-top:hover {
    background: #03C59D;
}

.whatsapp {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    text-decoration: none;
    border: none;
    background: transparent;
    box-shadow: none;
}

.whatsapp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.whatsapp:hover {
    transform: scale(1.1);
}

.linkedin:hover {
    transform: scale(1.1);
}

.facebook:hover {
    transform: scale(1.1);
}

/* Ajuste específico para la sección aseguradoras */
#aseguradoras {
    scroll-margin-top: var(--header-height);
}

/* Ya existe en tu CSS la variable --header-height que se ajusta según el viewport */
:root {
    --header-height: 140px;
}

@media screen and (max-width: 1366px) {
    :root {
        --header-height: 100px;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --header-height: 70px;
    }
}

/* Contenedor del dropdown */
/* Ajustes al contenedor del dropdown */
.nav-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}

/* Estilos para el enlace principal */
.nav-dropdown > a {
    display: flex;
    align-items: center;
    gap: 1px;
    text-decoration: none;
    color: #000000;
    transition: color 0.5s ease;
    font-family: 'SUSE', sans-serif;
    font-weight: 400;
    line-height: 122.9%;
    font-size: 20px;
    padding-right: 5px;
}

.nav-dropdown > a:hover {
    color: #019C9E;
}

/* Estilo del ícono toggle */
.nav-dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #019C9E;
    cursor: pointer;
    margin-left: 2px;
    font-size: 25px;
}


/* Contenedor del menú desplegable */
.nav-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -20px;
    width: 280px;
    height: 200px;
    background: #F68E2F;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 27px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Mostrar el menú cuando está activo */
.nav-dropdown.active .nav-dropdown-menu {
    display: block;
    opacity: 1;
}

/* Elementos del menú */
.nav-dropdown-item {
    display: block;
    padding: 12px 25px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'SUSE', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24.58px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease;
}

.nav-dropdown-item:last-child {
    border-bottom: none;
}

.nav-dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}


/* Bloquear landscape */
/*.orientation-lock {
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

@media screen and (max-width: 932px) and (orientation: landscape) {
    .orientation-lock {
        opacity: 1;
        pointer-events: all;
    }
}*/

/* Ajuste responsive */
@media screen and (max-width: 1024px) {
    .nav-dropdown-menu {
        position: static;
        width: 100%;
        height: auto;
        box-shadow: none;
        border-radius: 0;
        background: #F68E2F;
    }
    
    .nav-dropdown-item {
        padding: 12px 20px;
        color: #FFFFFF;
    }
}
