@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --white: #f9f9f9;
    --blue: #003399;
    --yellow-light:#FFC436;
    --black: #848688;
    --black1: #727376;
    --grey: #0b0b0b;
    --blue2: #001E84;
    --black2: #E6E7E8;
    --black3: #D2D3D5;
    
}

.body{
    background:#E6E7E8;
    font-family: Montserrat;
    width: 100%;
}

.main{
    background:#E6E7E8;
    font-family: Montserrat;
    width: 100%;
}

.cabecera{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;

}

.cabecera img{
    width:12vh;
    margin: 1rem 2rem;
}

.asociacion h1{
    font-size:2.5rem;
    color:var(--blue2)
}

.asociacion h2{
    font-size:2rem;
    color:var(--blue2)
}

.asociacion h3{
    font-size:1.5rem;
    color:var(--blue2);
    font-weight: 400;
    line-height: 2rem;
}

/* mostrando el video*/

.bienvenidos{
    margin-bottom: 6rem;
}

.bienvenidos .texto{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bienvenidos .texto .bienve{
    width: 100%;
    padding: 3rem;
    text-align: justify;
}

.bienvenidos .texto .bienve h1{
    align-items: left;
    text-align: left;
    font-size:3rem;
    color:var(--blue2);
    font-weight: 600;
}

.bienvenidos .texto .bienve h2{
    align-items: left;
    text-align: left;
    font-size:2rem;
    color:var(--black);
    font-weight: 500;
}

.bienvenidos .texto .bienve p{
    font-size:1rem;
    color:var(--black);
    font-weight: 400;
    margin-bottom: 2rem;
    line-height: 1.4rem;
}


.bienvenidos .texto .boton1{
    margin-top: 3rem;
    background: var(--blue2);
    color:#E6E7E8;
    border-radius: 10px;
    padding: 15px 20px;
    transition: all 0.2s ease;
}

.bienvenidos .texto .boton1:hover{
    margin-top: 3rem;
    background:var(--yellow-light);
    color:var(--green);
    border-radius: 10px;
    padding: 15px 20px;
}

.bienvenidos .texto .video{
    margin:6rem;
    align-items: center;
    text-align: center;
    margin-top: 5rem;
}

/* fin de mostrando el video*/


/*mostrando Oferta Educativa*/

.oferta_educativa{
    font-family: Montserrat;
    width: 100%;
}

.oferta h2{
    font-size: 3rem;
    color:var(--blue2);
    font-weight: 500;
    text-align: center;
    margin:2rem;
}

.oferta p{
    text-align: center;
    font-size:1.5rem;
    color:var(--black);
    font-weight: 500;
    margin-bottom: 3rem;
    font-family: "montserrat";
}

.tres_cuadros{
    display: flex;
    flex-wrap:wrap ;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "montserrat";
}

.tres_cuadros img{
    width: 20%;
    margin-bottom: 1rem;
}

.tres_cuadros .unos{
    width:400px;
    height: 200px;
    border: 2px solid #c1c1c1;
    border-radius: 10px;
    margin: 2.0rem;
    padding: 2rem 1rem;
}

.tres_cuadros .unos:hover{
    box-shadow: 1px 1px 12px 0px #aeaeaf;
}


.unos h3{
    font-weight: 700;
    font-size: 1.2rem;
    color:var(--blue2);
}

.unos h4{
    font-weight: 600;
    font-size: 0.8rem;
    color:#868688;
}

/*fin de mostrando Oferta Educativa*/

/*Mostrando flayer*/

.flayer_educativo{
    width: 100%;
    font-family: "Montserrat";
}

.flayer_educativo h1{
    font-size: 3rem;
    color:#003399;
    font-weight: 600;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.flayer_educativo p{
    text-align: center;
    font-size:1.5rem;
    color:var(--black);
    font-weight: 500;
    margin-bottom: 3rem;
}


.columnas_flayer{
    width:100%;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    
}

.columnas_flayer .imagen_flayer{
    width: 50vh;
    margin-top: 2rem;
    margin-bottom:3.5rem;
}

.columnas_flayer .imagen_flayer img{
    width: 400px;
    margin-bottom: 2rem;
    transition: all 1s ease;
}

.columnas_flayer .imagen_flayer img:hover{
    transform: scale(1.1);
}

.columnas_flayer .boton_flayer{
    background: none;
    border: 1px var(--blue) solid;
    border-radius: 10px;
    padding: 1rem 2rem;
    margin-top: 2rem;
    color:var(--blue);
}

.columnas_flayer .boton_flayer:hover{
    background: var(--blue);
    color:#fff;
    transition: 0.3s ease;
}


.convenios h1{
    font-size: 3rem;
    color:#003399;
    font-weight: 600;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-family: "montserrat";
}

.convenios p{
    text-align: center;
    font-size:1.5rem;
    color:var(--black);
    font-weight: 500;
    margin-bottom: 1rem;
    font-family: "montserrat";
}


.convenios .logo_convenios{
    width: 100%;
    display: flex;
    justify-content: center;
    font-family:"montserrat";
    align-items: center;
    text-align: center;
}


.convenios .logo_convenios img{
    width: 30%;
    margin-top: 2rem;
}

.convenios .logo_convenios p{
    font-size: 1rem;
    margin-bottom: 5rem;
    padding-top: 1rem;
    color:var(--blue2);
    font-family: "montserrat";
}

/*Fin de flayer*/

@media screen and (max-width:400px){

    .main{
        width: 100%;
        height: 100px;
        overflow: hidden;
    }

    .cabecera img{
        width:5vh;
        margin: 1rem 1rem;
    }

    .asociacion h1{
        font-size:1rem;
        color:var(--green)
    }

    .asociacion h2{
        font-size:0.8rem;
        color:var(--green)
    }

    .asociacion h3{
        font-size:0.4rem;
        color:var(--green);
        font-weight: 400;
        line-height: 2rem;
    }
/* //bienvenidos// */
    
    .bienvenidos{
    margin-bottom: 2rem;
    }
    .bienvenidos .texto{
        display:flex;
        flex-wrap: wrap;
    }
    
    .bienvenidos .texto .bienve h1{
         font-size:1.5rem;
     }
    
     .bienvenidos .texto .bienve h2{
        font-size:1.1rem;
      }
    
    .bienvenidos .texto .bienve p{
        font-size:0.8rem;
        line-height: 1.1rem;
     }
    
      
    .bienvenidos .texto .boton1:hover{
        margin-top: 3rem;
        background:var(--yellow-light);
        color:var(--green);
        border-radius: 10px;
        padding: 15px 20px;
    }
    
    .bienvenidos .texto .video{
        margin:auto;
        margin-bottom: 10px;
        width: 360px;
        height: 197px;

    }
    
    .bienvenidos .video iframe{
        width: 360px;
        height: 207px;
    }

   
    .oferta h2{
        font-size: 2rem;
        font-weight:600;
        margin-bottom: 1rem;
    }
    
    .oferta p{
        font-size:1rem;
        padding: 20px;
    }
    
       
    .tres_cuadros .unos{
        width:300px;
    }

    .flayer_educativo h1{
        font-size: 2rem;
        font-weight:600;
        margin-bottom: 1rem;
    }
    
    .flayer_educativo p{
        font-size:1rem;
        padding: 20px;
        margin-bottom: 0px;
    }

    .columnas_flayer .imagen_flayer{
        width: 40vh;
        margin-top: 2rem;
        margin-bottom:3.5rem;
    }
    
    .columnas_flayer .imagen_flayer img{
        width: 300px;
        margin-bottom: 2rem;
        transition: all 1s ease;
    }

    .logo_convenios .imagen_flayer p{
        font-size: 0.8rem;
    }


    .convenios h1{
        font-size: 2rem;
        font-weight:600;
    }

    .convenios p{
        font-size:1rem;
        padding: 0px 20px;
        margin-bottom: 0px;
    }

    .convenios .logo_convenios img{
        margin-top: 2rem;
        margin-bottom: 2rem;
        width: 50%;
    }

}


