@font-face {
    font-family: 'GibsonRegular';
    src: url(./assets/Tipografias/GibsonRegular.OTF) format('truetype');
}

@font-face {
    font-family: 'GibsonSemiBd';
    src: url(./assets/Tipografias/GibsonSemiBd.OTF) format('truetype');
}

/*----- GENERAL -----*/

body,
html {
    overflow-x: hidden !important;

    scroll-behavior: smooth;
}

.dis{
    visibility: hidden !important;
}

.dis2{
    visibility: visible !important;
}

.web {
    display: block !important;
}

.responsivo {
    display: none !important;
}

/*----- NAVBAR -----*/

.a-navbar {
    font-family: 'GibsonRegular' !important;
    color: black !important;
    padding: 2% 0px !important;
}

.a-navbar:hover {
    color: black !important;
}

/*----- CUERPO -----*/
.fondo {
    background-image: url('./assets/Fotos/Fotos-02.png');
    background-position: center;
    background-size: cover;
    padding: 8% 0px;
}

.titulo {
    color: white;
    font-family: 'GibsonSemiBd' !important;
    font-size: 40px;
}

.imagen {
    width: 6%;
    height: auto;
}

.buton-verde {
    background-color: #1daa61 !important;
    color: white;
    text-decoration: none;
    font-family: 'GibsonSemiBd' !important;
    padding: 10px 15px;
    border-radius: 25px;
}

.buton-verde:hover {
    background-color: #1daa61 !important;
    color: white;
    text-decoration: none;
    font-family: 'GibsonSemiBd' !important;
    padding: 10px 15px;
    border-radius: 25px;
    text-decoration: none;
}

.buton-blanco {
    background-color: white !important;
    color: #3742FA;
    text-decoration: none;
    font-family: 'GibsonSemiBd' !important;
    padding: 10px 15px;
    border-radius: 25px;
}

.buton-blanco:hover {
    background-color: white !important;
    color: #3742FA;
    text-decoration: none;
    font-family: 'GibsonSemiBd' !important;
    padding: 10px 15px;
    border-radius: 25px;
}

.buton-transparente {
    background-color: transparent !important;
    color: white;
    text-decoration: none;
    font-family: 'GibsonSemiBd' !important;
    padding: 10px 15px;
    border-radius: 25px;
    border: 1px solid white;
}

.buton-transparente:hover {
    background-color: transparent !important;
    color: white;
    text-decoration: none;
    font-family: 'GibsonSemiBd' !important;
    padding: 10px 15px;
    border-radius: 25px;
    border: 1px solid white;
}

.slogan {
    color: black;
    font-family: 'GibsonSemiBd' !important;
    font-size: 25px;
    padding: 1% 0px;
}

.fondo-azul {
    background-color: #3742FA !important;
    color: white;
    text-decoration: none;
    font-family: 'GibsonSemiBd' !important;
    padding: 10px 15px;
    width: fit-content;
    margin: 1% auto;
    text-align: center;
    display: block;
}

.fondo-blanco {
    background-color: white !important;
    color: #3742FA;
    text-decoration: none;
    font-family: 'GibsonSemiBd' !important;
    padding: 10px 15px;
    width: fit-content;
    text-align: center;
    display: block;
    top: -1px;
    position: relative;
}

.fondo-programas-principiante {
    background-image: url('./assets/Fotos/Fotos-03.png');
    background-position: center;
    background-size: cover;
    max-height: 250px;
}

.fondo-programas-intermedio {
    background-image: url('./assets/Fotos/Fotos-04.png');
    background-position: center;
    background-size: cover;
    max-height: 250px;
}

.fondo-programas-avanzado {
    background-image: url('./assets/Fotos/Fotos-05.png');
    background-position: center;
    background-size: cover;
    max-height: 250px;
}

.titulo2 {
    color: white;
    font-family: 'GibsonSemiBd' !important;
    font-size: 25px;
}

.imagen2 {
    width: 8%;
    height: auto;
}

.p-descripcion {
    color: #666666;
    font-family: 'GibsonRegular';
}

.buton-azul {
    background-color: #3742FA !important;
    color: white;
    text-decoration: none;
    font-family: 'GibsonSemiBd' !important;
    padding: 10px 15px;
    border-radius: 25px;
}

.buton-azul:hover {
    background-color: #3742FA !important;
    color: white;
    text-decoration: none;
    font-family: 'GibsonSemiBd' !important;
    padding: 10px 15px;
    border-radius: 25px;
}

.sello-ajustada {
    position: absolute;
    bottom: -60px;
    right: -30px;
    width: 90px;
    height: auto;
    z-index: 10;
}



.titulo-recuadro {
    font-family: 'GibsonSemiBd';
    color: #2c33ff;
    padding-left: 15%;
    margin: 0px;
    font-size: 18px;
}

.titulo-recuadro2 {
    font-family: 'GibsonSemiBd';
    color: #2c33ff;
    padding-left: 5%;
    margin: 0px;
    font-size: 18px;
}

.cuadro-izquierda {
    border: 1px solid black;
    padding: 3% 0px;
    border-left: transparent;
    left: -2%;
}

  .cuadro-derecha {
    border: 1px solid black;
    padding: 3% 0px;
    border-right: transparent;
    left: 3%;
    }
  


@media screen and (min-width: 0px) and (max-width: 700px) {

    .cuadro-derecha {
    border: 1px solid black;
    padding: 3% 0px;
    border-right: transparent;
    left: 0%;
    }
  }


.texto {
    font-family: 'GibsonSemiBd';
    color: #2c33ff;
    padding-left: 10%;
    margin: 2% 0px 0px 0px;
}

.fondo-quien {
    background-image: url('./assets/Fotos/Fotos-07.png');
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 600px;
}

.texto2 {
    font-family: 'GibsonSemiBd', sans-serif;
    color: white;
    background-color: #666666;
    padding: 10px 20px;
    position: absolute;
    font-size: 14px;
    bottom: 0;
    right: 0;
    width: 60%;
    margin: 0;
    text-align: center;
}


.lista {
    color: #666666;
    font-family: 'GibsonRegular';
    padding-left: 13%;
}



.buton-azul2 {
    background-color: #3742FA !important;
    color: white;
    text-decoration: none;
    font-family: 'GibsonSemiBd' !important;
    padding: 7px 15px;
    border-radius: 25px;
    font-size: 15px;
}

.buton-azul2:hover {
    background-color: #3742FA !important;
    color: white;
    text-decoration: none;
    font-family: 'GibsonSemiBd' !important;
    padding: 7px 15px;
    border-radius: 25px;
    font-size: 15px;
}

.fondo-laptop {
    background-image: url('./assets/Fotos/Fotos-09.png');
    background-position: center;
    background-size: cover;
}

.titulo-inicio {
    font-family: 'GibsonSemiBd';
    color: #2c33ff;
    font-size: 20px;
}

.p-gris {
    color: #666666;
    font-family: 'GibsonSemiBd';
    font-size: 16px;
    margin: 0px;
}

.p-gris-claro {
    color: #666666;
    font-size: 16px;
    margin: 0px;
    font-family: 'GibsonRegular';
}

.p-fondo-blanco {
    color: #2c33ff;
    font-family: 'GibsonSemiBd';
    font-size: 15px;
    margin: 0px;

}

.t-duda {
    font-family: 'GibsonSemiBd';
    color: #2c33ff;
    font-size: 30px;
}

.p-contacto {
    color: #666666;
    font-family: 'GibsonSemiBd';
    font-size: 14px;
}

.p-contacto2 {
    color: #666666;
    font-family: 'GibsonRegular';
    font-size: 14px;
    margin-bottom: 10px;
}

.t-contacto {
    font-family: 'GibsonSemiBd';
    color: #2c33ff;
    font-size: 25px;
}


#inputs {
    background-color: white;
    border: 1px solid transparent;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

#inputs::placeholder {
    color: black;
    padding-left: 10px;
    font-family: 'GibsonRegular';
}

.buton-azul3 {
    background-color: #3742FA !important;
    color: white;
    text-decoration: none;
    font-family: 'GibsonSemiBd' !important;
    padding: 3px 30px;
    border-radius: 25px;
    font-size: 15px;
    border-color: transparent;
}

.buton-azul3:hover {
    background-color: #3742FA !important;
    color: white;
    text-decoration: none;
    font-family: 'GibsonSemiBd' !important;
    padding: 3px 30px;
    border-radius: 25px;
    font-size: 15px;
    border-color: transparent;
}


.whatsapp-button {
    position: fixed;
    width: auto;
    height: auto;
    text-decoration: none;
    z-index: 1000;
    right: 10px;
    bottom: 10px;
}

.whatsapp-button img {
    object-fit: cover;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}


@media only screen and (max-width: 600px) and (min-width: 0px) {

    /*----- GENERAL -----*/
    .web {
        display: none !important;
    }

    .responsivo {
        display: block !important;
    }

    /*----- NAVBAR RESPONSIVO -----*/

    /*----- CUERPO -----*/
    .titulo {
        color: white;
        font-family: 'GibsonSemiBd' !important;
        font-size: 20px;
    }

    .slogan {
        color: black;
        font-family: 'GibsonSemiBd' !important;
        font-size: 15px;
    }

    .margen-abajo {
        margin-bottom: 12% !important;
    }

    .input-margin1 {
        margin-bottom: 2%;
    }

    .input-margin2 {
        margin-bottom: 1%;
    }

}