@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap');

:root {
    --navy: #131438;
    --mint: #64d7c1;
    --bg-light: #f8faf9; 
    --text-dark: #222;
}
    
.open-doors-section {
    background-color: var(--bg-light);
    position: relative;
    padding: 100px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

.bg-color-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: rgba(100, 215, 193, 0.05);
    z-index: 1;
}

.main-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
    margin-left: 2%;
}

.upper-title {
    color: var(--mint);
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 15px;
}

.main-title {
    font-size: 3.8rem;
    color: var(--navy);
    line-height: 1;
    font-weight: 800;
}

.main-title span {
    color: var(--mint);
}

.accent-line {
    width: 60px;
    height: 5px;
    background: var(--navy);
    margin: 30px 0;
}

.main-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    text-align: justify;
    margin-bottom: 40px;
}

.btn {
    padding: 18px 35px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    border-radius: 2px; 
    transition: 0.3s;
    
}

.btn-primary {
    background: var(--navy);
    color: white;
    margin-right: 15px;
}

.btn-outline {
    border: 2px solid var(--navy);
    color: var(--navy);
}

.visual-composition {
    position: relative;
    z-index: 10;
}

.circle-wrap {
    position: relative;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid white;
    margin: -40px;
}

.circle-wrap a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.circle-wrap img {
    margin-top: 20px;
    margin-left: 10px;
    width: 90%;
    height: 90%;
    object-fit: scale-down;
    display: block;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.main-circle {
    width: 380px;
    height: 380px;
    z-index: 5;
    position: relative;
}

.detail-circle {
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: -40px;
    right: 40px;
    z-index: 1; 
    border-color: var(--mint);
}

.img-fill {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-bar-dark {
    background:#131438;
    color: white;
    padding: 60px 0;
}

.bar-grid {
    display: flex;
    justify-content: space-between;
    margin: 2%;
    margin-left: 9%;
}

.bar-label {
    display: block;
    color: white;
    font-size: 0.75rem;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}

.bar-value {
    font-size: 1.4rem;
    font-weight: 600;
    background-color: #131438;
    text-align: center;
}

.main-footer {
    background-color: #131438;
    color: white;
    padding: 40px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
}
.logo{
    margin-left: 2%;
    margin-right: 0%;
    width: 8%;
    margin-top:2% ;

  
}
.logo img {
    height: 50%;
    width: 40%;}

.footer-logos {
    text-align: center;
    margin-bottom: 30px;
}

.logo-principal {
    height: 80px;
    margin-bottom: 20px;
}

.institutional-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.institutional-row img {
    height: 45px;
}

.footer-divider {
    border-top: 1px solid rgba(100, 215, 193, 0.3); 
    margin: 20px 0;
}


.footer-social-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 10px 0;
}

.footer-email {
    color: #64d7c1;
    text-decoration: none;
    font-weight: 600;
}

.social-icons {
    display: flex;
    gap: 20px;
}

.social-icons a {
    color: white;
    font-size: 1.1rem;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #64d7c1;
}


.footer-locations {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: center;
    padding: 40px 0;
}

.location-col h3 {
    font-size: 0.9rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: white;
}

.location-col p {
    margin: 5px 0;
    line-height: 1.4;
    color: #e0e0e0;
}

.footer-tel {
    font-weight: 700;
}

.footer-tel a {
    color: #64d7c1;
    text-decoration: none;
}


.footer-bottom {
    background-color: #0b0c25;
    padding: 15px 0;
    margin-top: 20px;
}

.bottom-flex {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
}

.menu-icon{
    width: fit-content;
    display: none;
}



.legal-links a {
    color: white;
    text-decoration: none;
    margin-right: 15px;
    font-weight: 600;
}

.legal-links a:hover {
    text-decoration: underline;
}

.copyright {
    color: #aaa;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

:root {
    --navy: #131438;
    --mint: #64d7c1;
    --white: #ffffff;
}

body { 
    font-family: 'Montserrat', sans-serif; 
    margin: 0;
}



.top-bar {
    background-color: var(--navy);
    color: var(--white);
    padding: 8px 0;
    font-size: 12px;
    font-weight: 700;
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
}

@media screen and (max-width: 768px) {
    .top-bar {
        padding: 0;
        padding-bottom: 0%;
    }
}

.top-flex {
    display: flex;
    justify-content: flex-end;
}

.top-actions {
    display: flex;
    gap: 25px;
    align-items: center;
}


.language-selector {
    display: flex;
    align-items: center;
    gap: 4px;
}

.lang-btn {
    background: none;
    border: none;
    color: var(--white);
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    padding: 0 2px;
}

.lang-btn.active {
    color: var(--mint);
}

.sep { color: rgba(255,255,255,0.3); }

.mini-arrow { font-size: 10px; margin-left: 5px; }


.nav-container { 
    background: var(--white); 
    position: fixed;
    top: 0;
    left: 0;          /* IMPORTANTE */
    width: 100%;      /* IMPORTANTE */
    padding: 15px 0; 
    border-bottom: 1px solid #eee; 
    z-index: 800;
}
.header-flex { 
    display: flex; 
    align-items: center; 
    justify-content: flex-start; 
    gap: 50px; 
}



.main-nav ul { 
    list-style: none; 
    display: flex; 
    gap: 20px;
    justify-content: center; 
}

.main-circle {
    position: relative;
    z-index: 20;
}

.circle-link {
    position: absolute;
    inset: 0;
    z-index: 30;
    display: block;
}

.main-nav ul li a {
    text-decoration: none;
    color: var(--navy);
    font-weight: 700;
    font-size: 14px;
}

.active-link { color: var(--mint) !important; }

#youtube{
    width: 15%;
    height: 15%;
}

#x{
    height: 13px;
    width: 13px;
}

#insta{
    height: 13px;
    width: 13px;
}

#facebook{
    height: 13px;
    width: 13px;
}

#yt{
    height: 13px;
    width: 13px;
}

.menu-toggle {
    display: none;
}

.menu-icon{
    width: fit-content;
    cursor: pointer;
    display: none;
    margin-top: 30px;
    padding: 20px;
    width: 20px;
    position: fixed;
    z-index:1000;

}


.seccion {
    margin: 40px;
    display: flex;
    align-items: center;     
    justify-content: center; 
    min-height: 20%;       
}

.indice{
    text-decoration: none;
    list-style: none;
    display: flex;
    flex-direction: right;
    gap: 2%;
    text-align: center;
    align-items: center;     
    justify-content: center; 
    margin-top: 140px;

}

.indice a{
    text-decoration: none;
    color: var(--navy);
    font-weight: 700;
    font-size: 14px;
}


@media screen and (max-width: 768px) {
    .nav-container{
        background-color: rgba(240, 248, 246,0);
    }
    .indice a{
            font-size: 10px;
            gap: 0px;
            margin: 5px;
    }
    .indice{
        margin-right: 35px;
    }
    .logo{
        display: none;
    }
    .menu-icon {
        display: block; 
    }
    .header-flex{
        display:block;
        width: 80%;

    }
    
    .container {
        padding:  30px;
    }

    .menu-toggle:checked + .menu-icon + .nav-links {
        display: flex;
        } 
    .header-flex {
        
        text-align: center;
        
    }

    .main-nav ul {
        flex-direction: column;
        gap: 10px;
        padding: 0;
        margin-left: 10px;
    }


    .top-flex {
        justify-content: center;
    }

    .main-layout {
        grid-template-columns: 1fr; 
        gap: 40px;
        padding-bottom: 50px;
        margin-left: 0;
    }

    .content-box {
        text-align: center;
    }

    .main-title {
        font-size: 2.5rem; 
    }

    .accent-line {
        margin: 20px auto; 
    }

    .button-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .btn-primary {
        margin-right: 0;
    }

    .visual-composition {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 350px;
    }

    .main-circle {
        width: 280px; 
        height: 280px;
    }

    .detail-circle {
        width: 150px;
        height: 150px;
        bottom: 10px;
        right: 60px;
    }

    .bar-grid {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .bar-value {
        font-size: 1.2rem;
    }

    .footer-locations {
        grid-template-columns: 1fr; 
        gap: 30px;
    }

    .footer-social-bar {
        flex-direction: column;
        gap: 20px;
    }

    .bottom-flex {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .legal-links {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .bg-color-block {
        width: 100%;
        height: 40%;
    }
    .circle-wrap{
        margin: -90px;
        margin-top: -200px;
    }
    .info-bar-dark{
        margin-top: 20%;
    }
  .nav-links {
    display: none; 
    flex-direction: column;
    width: 100%;
    background: #544ae2;
    margin-top: 10px;
  }

  .nav-links li {
    text-align: center;
    padding: 10px 0;
  }

  .menu-toggle:checked + .menu-icon + .nav-links {
    display: flex;
  }

  .vr360{
    object-fit: scale-down;
  }

}

@media (max-width: 600px) {
  .menu-icon {
    display: block; 
  }

  .nav-links {
    display: none; 
    flex-direction: column;
    width: 100%;
    background: rgba(84, 74, 226,0.89);
    margin-top: 90px;
  }
.nav-links li{
    transition: 0.3s ease;

}

  .nav-links li:hover{
    background: #b8b3ff;

  }

  .nav-links li {
    text-align: center;
    padding: 10px 0;
  }

  .menu-toggle:checked + .menu-icon + .nav-links {
    display: flex;
  }


}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f6f6f6;
    min-width: 180px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
    flex-direction: column;
}

.dropdown-content li {
    display: block;
}

.dropdown-content li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: black;
}

.dropdown-content li a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block !important;
}

.vr360 {
    width: 100%;;
    max-width: 950px;
    max-height: px;
    object-fit: scale-down;
    display: block;
    margin: 0 auto;
}

#turis_img{
    width: 900px;
    height: 480px;
    margin-left:17%;
}

@media screen and (max-width: 480px) {
    iframe, video, .video-container {
        width: 100% !important;   
        height: auto !important; 
        aspect-ratio: 16 / 9;     
        object-fit: cover;        
    }
}

@media screen and (max-width: 480px) {
    body, .contenedor-principal {
        margin: 0;
        padding: 0;
        width: 100%;
        overflow-x: hidden; 
    }
    #turis_img{
    width: 380px;
    height: 200px;
    margin-left:1%;
}
    iframe, video {
        display: block;       
        width: 100vw !important; 
        margin-left: 0;
        margin-right: 0;
        left: 0;
        aspect-ratio: 16 / 9; 
    }
}

.section {
    display: flex;             
    justify-content: center;  
    margin-top: 25px;         
    margin-bottom: 40px;       
    width: 100%;               
}

.section a {
    background-color: #131438; 
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 5px;        
    text-align: center;
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-block;
}

.contenedor-boton {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;       
    margin-bottom: 60px;     
}

.botoiak_multi {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    white-space: normal;     
    max-width: 100%;         
}


@media screen and (max-width: 480px) {
    .botoiak_multi {
        width: 100%;         
        font-size: 14px;     
        padding: 15px 10px; 
    }
}
