/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/* FONTS */
@font-face {
    font-family: 'flexReg';
    src: url(../fonts/Flexo-Regular.ttf);
    font-weight: 100;
}

@font-face {
    font-family: 'flexBold';
    src: url(../fonts/Flexo-Bold.otf);
    font-weight: 100;
}

@font-face {
    font-family: 'PopMedium';
    src: url(../fonts/Poppins-Medium.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'PopExtraBold';
    src: url(../fonts/Poppins-ExtraBold.ttf);
    font-weight: 800;
}

* {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'PopMedium';
}

.back-enf {
    background: url(../images/back_enfermeria.png);
}

.back-far {
    background: url(../images/back_farmacia.png);
}

.back-fis {
    background: url(../images/back_fisioterapia.png);
}

.back-pro {
    background: url(../images/back_protesis.png);
}

.back-lab {
    background: url(../images/back_laboratorio.png);
}

.back {
    background-size: cover;
    height: 500px;
    width: 100%;
}

.row {
    width: 100%;
    padding: 2rem 0;
}

.r-blanco {
    background: url(../images/fondo_blanco.png);
    background-attachment: fixed;
    background-size: contain;
}

.r-azul {
    background: url(../images/fondo_azul.png);
    background-size: cover;
}

.wrapp {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.logo {
    position: absolute;
    top: 1rem;
    width: 200px;
}

.carrera {
    position: absolute;
    top: 10rem;
}

.txt1 {
    color: #03C3F4;
    font-size: 31px;
}

.txt2 {
    color: #fff;
    font-family: 'PopExtraBold';
    font-size: 55px;
}

.matricula {
    background-color: #03C3F4;
    border-radius: .5rem;
    color: #fff;
    font-size: 17px;
    margin-top: 1rem;
    padding: .8rem;
    text-align: center;
    width: 250px;
}

.formulario {
    background: #0049AE;
    border-radius: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    padding: 1.5rem;
    text-align: center;
    width: 25%;
    position: absolute;
    top: 32rem;
    right: 19%;
    z-index: 10;
}

.formulario input {
    background: #ffffff !important;
    border-radius: 50px;
    font-family: 'PopMedium';
    font-size: 12px;
    padding: 1rem;
    margin-bottom: .5rem;
    width: 100%;
}

.formulario .boton {
    background: #03c3f4 !important;
    border-radius: 50px;
    font-family: 'PopMedium';
    font-size: 12px;
    padding: 1rem;
    margin-bottom: .5rem;
    width: 100%;
}

.formulario select {
    background: #ececec;
    border-radius: .3rem;
    font-family: 'PopMedium';
    font-size: 12px;
    padding: 1rem;
    margin-bottom: .5rem;
    width: 100%;
}

.boton {
    background: #0049AE !important;
    color: #fff;
    cursor: pointer;
    font-family: 'PopMedium';
    font-size: 15px !important;
    margin-bottom: 0 !important;
}

.ponte {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
}

.matri {
    color: #03C3F4;
    font-size: 19px;
    margin-bottom: .8rem;
}

.cbox {
    display: inline-block;
    font-size: 11px;
    margin-top: .5rem;
    margin-bottom: 2rem;
    text-align: left;
    width: auto !important;
}

@media screen {
    .formulario {
        /* position: fixed; */
        margin-top: 500px;
    }
}

.grid-dos {
    display: grid;
    grid-template-columns: 48% 32%;
}

.grid-dos div {
    padding: 1rem;
}

.anios img {
    width: 400px;
    display: block;
    margin: 0 auto;
}

.beneficios {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: #fff;
    font-size: 12px;
}

.beneficios div {
    text-align: center;
    margin-bottom: 2rem;
}

.beneficios i {
    font-size: 60px !important;
    margin-bottom: 2rem;
}

.porque {
    color: #0746b3;
    font-size: 35px;
    text-align: center;
    margin-bottom: 2rem;
}

.locales {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.locales li {
    list-style: none;
    font-size: 12px;
    line-height: 2rem;
    color: #0049AE;
}

.locales i {
    color: #03C3F4;
}

iframe {
    display: block;
}

footer {
    background: #0049AE;
    color: #fff;
    font-size: 20px;
    padding: 2rem;
    text-align: center;
}

footer i {
    font-size: 35px;
    margin: 2rem 2rem 0 2rem;
}

.beneficios
{
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.cuadro-beneficios {
    box-shadow: 0px 40px 65px rgba(0, 97, 200, 0.12);
    background: #ffffff;
    color: #0746b3;
    border-radius: 15px;
    padding: 30px;
}

/*QUERIES*/
@media screen and (max-width: 834px) {
    .back {
        padding: 0 1rem;
    }

    .row {
        padding: 2rem 1rem;
    }

    .grid-dos {
        grid-template-columns: 100%;
    }

    .formulario {
        border-radius: 0;
        position: relative;
        margin-top: 0px;
        left: 0;
        top: 0;
        width: 100%;
    }
}

@media screen and (max-width: 667px) {
    .back {
        height: 160px !important;
    }

    .carrera {
        top: 6rem;
    }

    .txt1 {
        font-size: 1rem !important;
    }

    .txt2 {
        font-size: 1.5rem !important;
    }

    .matricula {
        font-size: 13px;
        ;
        padding: .5rem;
        width: 180px;
    }

    .anios img {
        width: 100%;
    }

    .beneficios {
        grid-template-columns: 50% 50%;
        padding: 0 !important;
    }

    .beneficios div {
        margin-bottom: .5rem !important;
    }

    .porque {
        font-size: 19px;
    }

    .locales {
        grid-template-columns: 100%;
    }

    footer i {
        margin: 1rem 1rem 0 1rem;
    }
}




/* EMPRESAS LOGOS */
.sectionlogos {
    display: grid;
    place-items: center;
}

h1 {
    font-size: 3rem;
    padding: 20px;
    margin: 20px 0px;
}

.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 80%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 16px;
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling 10s linear infinite;

}

@keyframes scrolling {

    0% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-20%);
    }
}

.slider-items img {
    width: 80%;
    margin: 20px;

}


/* mapas */

.map-container {
    width: 100%;
    height: 450px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 50px;
}

.map-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.map-buttons button {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #0746b3;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.2s;
}

.map-buttons button i {
    font-size: 20px;
}

.map-buttons button:hover {
    background-color: #ff7f00;
    transform: scale(1.05);
}

/* ADIONAL */
#tus-datos {
    background-color: #00c9fa;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    position: relative;
    
}

.highlight {
    background-color: #0746b3 !important;
    color: white !important;
    position: relative;
    padding: 4px 10px;
    border-radius: 15px 15px 15px 0;
    border-left: none;
    display: inline-block;
}

.imgprobar {
    position: absolute;
    top: 90%;
    left: 62%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 90px;
    animation: surpriseZoom 1.5s ease-in-out infinite alternate;
}


@keyframes surpriseZoom {
        0% {
            transform: translate(-50%, -50%) scale(1);
        }

        50% {
            transform: translate(-50%, -50%) scale(1.2);
        }

        100% {
            transform: translate(-50%, -50%) scale(1);
        }
    }

    /* Ocultar la imagen en dispositivos con ancho menor a 768px */
    @media (max-width: 768px) {
        .imgprobar {
            display: none;
        }
    }


    /* DESCARGAR BROCHURE */
    .container {
        max-width: 1200px;
        margin: 0 auto;
    }

    #brochure .info-content {
        background-color: #ffffff;
        border: 1px solid #0746b3;
        border-radius: 25px;
    }

    #brochure .info-content .info-content-text {
        display: flex;
        width: 65%;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
        gap: 5rem;
        padding: 20px 40px;
    }

    #brochure .info-content .info-content-text h3 {
        color: #f7f8f9;
        font-size: 30px;
        /* font-family: "GothamRoundedMedium"; */
    }

    #brochure .info-content .info-content-text a {
        width: 200px;
        display: flex;
        padding: 18px 20px;
        /* font-family: "GothamRoundedMedium"; */
        color: #0746b3;
        border: 2px solid #0746b3;
        background-color: rgba(255, 255, 255, 0);
        border-radius: 15px;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 15px;
    }

    #brochure .info-content .info-content-text a i {
        margin-left: 15px;
        position: relative;
        
    }

    @media (max-width: 992px) {
        #brochure .info-content .info-content-text {
            display: block !important;
            width: 80% !important;
        }
    }

    /* BOTON WHATSAP */
    .container-boton{
        /* background-color: #2e6329; */
        border: 1px solid #fff;
        position: fixed;
        z-index: 999;
        border-radius: 50%;
        bottom: 20px;
        right: 25px;
        padding: 25px;
        transition: ease 0.3s;
        animation: efecto 1.2s infinite;
    }
    
    .container-boton:hover{
        transform: scale(1.1);
        transition: 0.3s;
    }
    
    .boton-wsp{
        width: 70px;
        transition: ease 1s;
    }
    
    @keyframes efecto{
        0%{
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.85);
        }
        100%{
            box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
        }
    }