@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


:root{
    --color-blue: #223382;
    --color-lightblue: #BBDBF2;
    --color-gray: #AEAEAE;
    --color-semi-white: #F5F5F5;
    --color-white: #ffffff;
    --card-gray: #D9D9D9;
    --text-lightblue: #327398;

    --bg--gradient: linear-gradient(to bottom,#223382 0%, #BBDBF2 74%,#F5F5F5 90%);
    --bg--gray: #D6D7D8;
    --bg--lightgray: #EEEEEE;
    --bg--lightblue: #DCE7FF;

    --btn--lightblue: rgba(34,51,130,0.58);
    --cont-pad: 0 5% 0 5%;

    --tittles--dark: #434738;
    --subtitulos: #3f3c57;
}


html{
    font-size: 16px;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}



body{
    list-style: none;
    text-decoration: none;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: "Outfit", sans-serif;
    margin: 0;
    padding: 0;
}


h1{
    font-size: 3rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

h2{
    font-size: 2.5rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

h3{
    font-size: 2rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

h4{
    font-size: 1.5;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

h5{
    font-size: 1.5;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

h6{
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.section-tittle{
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--tittles--dark);
    margin-bottom: 1rem;
}

.subtittle{
    font-size: 1rem;
    color: var(--subtitulos);
}

@media screen and (max-width:700px) {

    .section-tittle{
        font-size: 2.2rem;
    }
    .subtittle{
        font-size: 0.9rem;
    }
}


p{
    font-size: 1rem;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
}

button a{
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Outfit", sans-serif;
}

.btn-1{
    background: var(--color-blue);   
    width: 143px;
    height: 38px;
    padding-top: 0.5rem;
    border-radius: 25px 25px;
    border: 1px solid var(--color-blue);
    transition: all 0.200s ease-in-out;
    color: var(--color-white);
}

.btn-1:hover{
    background-color: var(--color-white);
    border: 1px solid var(--color-blue);
    color: var(--color-blue);
}   

.btn-1:hover a{
    color: var(--color-blue);
}

.btn-1 a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: var(--color-white);
    font-weight: 400;
    font-size: 1rem;
}

.btn-2{
    background: var(--color-blue);   
    padding: 10px 30px;
    border-radius: 25px 25px;
    border: 1px solid var(--color-white);
    transition: all 0.200s ease-in-out;
    color: var(--color-white);
}

.btn-2 a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: var(--color-white);
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
}

.btn-2:hover{
    background: var(--bg--lightblue);
    border: 3px solid var(--color-white);
    padding: 9px 29x;
}


.btn-2:hover a{
    color: var(--color-blue);
}


.btn-3{
    width: 45%;
    min-width: 170px;
    background: var(--color-white);   
    padding: 8px 26px;
    border-radius: 25px 25px;
    border: 3px solid var(--btn--lightblue);
    transition: all 0.200s ease-in-out;
    color: transparent;
}

.btn-3 a{
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    color: var(--btn--lightblue);
    font-weight: 600;
}

.btn-3:hover{
    color: var(--color-blue);
    border-color: var(--color-blue);
}

.btn-3:hover a{
    color: var(--color-blue);
}

/*Top Header*/

header{
    width: 100%;
    height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

header .logo{
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 4%;

}

header .logo img{
    height: 90px;
    width: auto;
}

header .contacto{
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin-right: 5%;
    gap: 3rem;

}

header .contacto .llamar{
    width: 50%;
    min-width: 350px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

header .contacto #llamar-phone{
    display: none;
}

header .llamar .icon-cont{
    width: 100px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .llamar .icon-cont .icon{
    width: 60px;
    height: 60px;
    background-color: var(--color-blue);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .llamar .icon-cont .icon i{
    font-size: 1.8rem;
    color: var(--bg--lightgray);
    
}

header .llamar .text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

header .llamar .text p{
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-gray);
}

header .contacto .llamar .text h6{
    font-size: 1rem;
}

header .closed{
    display: none;
    position: absolute;
    top: -150%;
    left: 0;
}

header .menu-desplegable{
    display: none;
    transition: all 0.6s ease-in-out;
}


/*Home*/

.home{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
}

.home .nav{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    background: var(--color-blue);
    z-index: 5;
}

.home .nav nav{
    width:fit-content;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 5%;
    
}

.home .nav nav ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    list-style: none;
    padding: 0;
}

.home .nav nav .menu{
    height: 100%;
    z-index: 100;
    margin-bottom: 0;
    margin-top: 0;
}

.home .nav nav .menu > li{
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1.5rem 0rem;
    transition: all 0.3s ease-in-out;
}

.home .nav nav .menu li a{
    font-weight: 300;
    color: var(--color-white);
    font-family: "Outfit", sans-serif;
    transition: all 0.2;
}

.home .nav nav .menu li a:hover{
    font-weight: 500;
}



.home .nav nav .menu li a i{
    margin-left: 0.7rem;
}


.home .nav .languages{
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 1rem;
    margin-right: 5%;
}

.home .nav .usa{
    width: 30px;
    height: 30px;
    background: url(img/icon-usa.png);
    background-size: cover;
    border-radius: 50%;
    border: 3px solid var(--color-blue);
}

.home .nav .usa:hover{
    border: 3px solid var(--color-white);
}

.home .nav .arg{
    width: 30px;
    height: 30px;
    background: url(img/icon-arg.avif);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: 3px solid var(--color-blue);
}

.home .nav .arg:hover{
    border: 3px solid var(--color-white);
}


/*Submenu Pacientes*/

.home .nav .menu li .submenu{
    width: 100vw;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    background: var(--color-white);
    margin-top: 2.5rem;
    padding: 1.2rem;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.home .nav .menu li .submenu li{
    min-width: 50px;
}

.home .nav .menu li .submenu li a{
    color: var(--tittles--dark);
}

.home .nav .menu li:hover .submenu{
    display: flex;
    opacity: 1;
}

header .menu-desplegable{
    display: none;
}



/* Footer*/

footer{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-blue);
}

footer .cont{
    width: 90%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 5%;
}

footer h6{
    font-size: 1rem;
    color: var(--color-white);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

footer a{
    font-size: 1rem;
    font-weight: 300;
    text-transform: capitalize;
}

footer .cont .logo{
    width: 30%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .cont .logo img{
    width: 100%;
    max-width: 250px;
    height: auto;
}

footer .cont .col-cont{
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

footer .cont .col-cont .col{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

footer .cont .col-cont .col p{
    margin-bottom: 0.8rem;
    text-decoration: none;
    color: rgb(189, 184, 184);
    min-width: 150px;
}

footer .cont .col-cont .col h6{
    font-weight: 500;
    font-size: 1.3rem;
}


footer .cont .contacto{
    width: 40%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1rem;
}

footer .cont .contacto h6{
    font-weight: 500;
    font-size: 1.2rem;
}

footer .cont .contacto .social{
    width: 100%;
    height: fit-content;
    display: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

footer .cont .contacto .social a{
    text-decoration: none;
    color: var(--color-white);
    margin-right: 1rem;
    margin-bottom: 1rem;
    text-transform: capitalize;
}


footer .cont .contacto .social i{
    font-size: 1.5rem;
}

footer .cont .contacto .social i:hover{
    color: var(--bg--lightblue);
}


footer .cont .contacto .suscribe{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

footer .cont .contacto .suscribe input{
    width: 35%;
    min-width: 220px;
    padding: 10px 20px;
    border-radius: 15px;
    border: none;
    margin-right: 1rem;
    font-family: "Outfit", sans-serif;
    font-size: 1rem;
    font-weight: 300;
}

footer .cont .contacto .suscribe input::placeholder{
    font-family: "Outfit", sans-serif;
    font-size: 1rem;
    font-weight: 300;
}

footer .cont .contacto .suscribe button{
    height: 40px;
    text-transform: uppercase;
    border: 1px solid var(--color-white);
    font-family: "Outfit", sans-serif;
    cursor: pointer;
}

.btn-info{
    width: 40px;
    min-width: 40px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid var(--color-blue);
    transform: translateX(-1rem) translateY(-1rem);
    transition: all 0.200s ease-in-out;
}

.btn-info p{
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-blue);
}

.btn-info:hover{
    background-color: var(--color-blue);
    border: 2px solid var(--color-white);
}

.btn-info:hover p{
    color: var(--color-white);
}



/*Pop Up*/

.pop-up .overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    display: none;
}

.pop-up .cont{
    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    background: #fff;
    width: 450px;
    height: fit-content;
    z-index: 2;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.300s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-blue);
    border-radius: 24px;

}

.pop-up .cont img{
    width: 70%;
    max-width: 200px;
    height: auto;
    margin-bottom: 1rem;
}

.pop-up .cont h1{
    color: var(--tittles--dark);
    margin-bottom: 1rem;
}

.pop-up .cont p{
    color: var(--subtitulos);
}


.pop-up .close-btn{
    position: absolute;
    right: 15px;
    top:15px;
    width: 30px;
    height: 30px;
    background: var(--color-blue);
    color: var(--color-white);
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.pop-up.active .overlay{
    display: block;
}

.pop-up.active .cont{
    transition: all 0.300s ease-in-out;
    transform:  translate(-70%,-75%) scale(1);
}

.scroll-lock{
    overflow: hidden;
}


/*Media Querys*/

    /*Header*/

    @media screen and (max-width:1300px) {
        header .contacto{
            gap: 1rem;
        }
    }

    @media screen and (max-width:1000px) {

        header .contacto .desk2{
            display: none;
        }
    }

    @media screen and (max-width:720px) {

        header .contacto{
            display: none;
        }

        header{
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

        header .logo{
            margin-left: 5%;
        }

        header .logo img{
            height: 80px;
        }

        header .menu-desplegable{
            margin-right: 5%;
        }

        header .menu-desplegable i{
            font-size: 2rem;
            color: var(--color-blue);
        }
    }

    /*Nav, Subnav y Menu Desplegable*/

    @media screen and (max-width:720px) {

        .home .nav nav, .home .nav .languages{
            display: none;
        }

        header .menu-desplegable{
            display: block;

        }

        header .menu-desplegable .open-btn{
            background-color: transparent;
            border: none;
            cursor: pointer;
        }

        header .menu-cont{
            width: 100%;
            height: 100%;
            position: absolute;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            top: 0;
            left: 0;
            z-index: 99;
            background-color: var(--color-blue);
            overflow-y: hidden;
            transition: all 0.5s ease-in-out;
        }

        header .closed{
            width: 100%;
            height: 100%;
            position: absolute;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            top: 0;
            left: -150%;
            opacity: 0;
            z-index: 99;
            background-color: var(--color-blue);
            overflow-y: hidden;
            transition: all 0.5s ease-in-out;
        }

        header .menu-cont img{
            margin: 2rem;
            width: 180px;
            height: fit-content;
        }

        header .menu-cont nav ul{
            list-style: none;
        }

        header .menu-cont nav ul li{
            margin-top: 1rem;
        }

        header .menu-cont nav ul li .submenu{
            display: none;
        }

        header .menu-cont nav ul li a{
            font-family: "Outfit", sans-serif;
            color: var(--color-white);
            text-transform: capitalize;
            font-size: 1.5rem;
            font-weight: 600;
            transition: color 0.3s ease-in-out;
        
            position: relative;
        }

        header .menu-cont nav ul li a:hover{
            color: var(--bg--lightblue);
        }

        header .menu-cont nav ul li a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%; /* Comenzar desde el centro */
            width: 0;
            height: 2px;
            margin-top: 0.2rem;
            background-color: var(--bg--lightblue);
            transition: width 0.3s ease, left 0.3s ease; /* Agregar transición */
            transform: translateX(-50%); /* Centrar el pseudo-elemento */
        }

        header .menu-cont nav ul li a:hover::after {
            width: calc(100% - 20px); /* Ancho total menos el margen deseado */
            left: 50%; /* Mover hacia afuera el punto de inicio */
        }


        header .menu-cont .close-btn{
            position: absolute;
            top: 2rem;
            right: 2rem;
            background: transparent;
            border: none;
            z-index: 100;
            cursor: pointer;
        }

        header .menu-cont .close-btn i{
            color: var(--color-white);
            font-size: 1.5rem;
        }
        
        header .menu-cont .languages{
            width: fit-content;
            height: 3rem;
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            align-items: center;
            gap: 0.5rem;
            padding-left: 2.5rem;
            z-index: 999;
        }

        header .menu-cont .languages .usa{
            width: 30px;
            height: 30px;
            background: url(img/icon-usa.png);
            background-size: cover;
            border-radius: 50%;
            border: 3px solid var(--color-blue);
        }

        header .menu-cont .languages .usa:hover{
            border: 3px solid var(--color-white);
        }

        header .menu-cont .languages .arg{
            width: 30px;
            height: 30px;
            background: url(img/icon-arg.avif);
            background-size: cover;
            background-position: center;
            border-radius: 50%;
            border: 3px solid var(--color-blue);
        }

        header .menu-cont .languages .arg:hover{
            border: 3px solid var(--color-white);
        }


    }


        /*Footer*/

        @media screen and (max-width:1250px) {


            footer .cont{
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                padding-bottom: 5rem;
            }   
    
            footer .cont .logo{
                min-width: 250px;
            }
    
            footer .cont .col-cont{
                width: fit-content;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-start;
                margin-top: 2rem;
                margin-bottom: 2rem;
                gap: 10rem;   
            }
            
            footer .cont .contacto{
                width: 100%;
                max-width: 450px;
            }
    
            footer .cont .contacto .suscribe input{
                margin-right: 1rem;
            }
        }
    
        @media screen and (max-width:600px) {
    
    
            footer .cont{
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                margin: 2%;
                padding-top: 3rem;
    
            }   
    
            footer .cont .logo{
                min-width: 200px;
            }
    
            footer .cont .col-cont{
                width: fit-content;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-start;
                margin-top: 2rem;
                margin-bottom: 2rem;
                gap: 10rem;   
            }
            
            footer .cont .contacto{
                width: 100%;
                max-width: 450px;
            }
    
            footer .cont .contacto .suscribe input{
                margin-right: 1rem;
                min-width: 180px;
            }
    
        }
    
        @media screen and (max-width:520px) {
    
    
            footer .cont{
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                margin: 2%;
    
            }   
    
            footer .cont .logo{
                min-width: 200px;
            }
    
            footer .cont .col-cont{
                width: fit-content;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-start;
                margin-top: 2rem;
                margin-bottom: 2rem;
                gap: 5rem;   
            }
            
            footer .cont .contacto{
                max-width: 380px;
            }
    
            footer .cont .contacto .suscribe input{
                margin-right: 1rem;
                min-width: 160px;
            }
    
            .btn-info{
                transform: translateX(-1.5rem) translateY(-1rem);
            }
        }
    
        @media screen and (max-width:415px) {
    
            footer .cont .col-cont{
                gap: 3rem;   
            }
    
            footer .cont .contacto{
                max-width: 350px;
            }
    
            footer .cont .contacto .suscribe input{
                margin-right: 0.2rem;
                min-width: 150px;
            }
    
            footer .cont .contacto button{
                padding: 10px 15px;
            }
            
            .btn-info{
                transform: translateX(-1.5rem) translateY(-1.2rem);
            }
    
        }
    
    
        /*Pop Up*/
    
        @media screen and (max-width:800px) {
            
            .pop-up .cont{
                position:fixed;
                top: 60%;
                left: 60%;
                width: 350px;
            }
        
        }
    
        @media screen and (max-width:450px) {
            
            .pop-up .cont{
                position:fixed;
                top: 60%;
                left: 60%;
                width: 300px;
            }
    
            .pop-up .cont h1{
                font-size: 2rem;
            }

            .pop-up .cont img{
                width: 70%;
            }
    
        }
    
        /*SMALL DEVICES*/
    
        @media screen and (max-width:350px) {
    
            footer .cont .logo{
                margin-bottom: 2rem;
            }
    
            footer .cont .col-cont{
                display: none;
            }
    
            footer .cont .contacto .suscribe{
                display: none;
            }
        }



        