* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #dfd6c0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.contenedor {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    overflow: hidden;
}

.crete-round-regular {
    font-family: "Crete Round", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .crete-round-regular-italic {
    font-family: "Crete Round", serif;
    font-weight: 400;
    font-style: italic;
  }
  

header {
    background-color: #3dae2b;
    
}

header .menu {
    /*margin: 40px 0;*/
    background-color: #3dae2b;
    padding: 0px 0;
    width: 100%;
    
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    
}

header .menu a {
    margin: 20px 20px;
    color: #ffffff; 
    padding-bottom: 0px;
    text-decoration: none;
    font-size: 2em;
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
}

header .menu a:hover {
    color: #bede18;
}

header .menu .cta {
    font-size: 3em;
    border: solid 3px #ffffff;
    border-radius: 10px;
    padding: 0 20px 0 20px;
    font-family: "Patua One", serif;
}

header .menu .cta:hover {
    border: solid 4px #bede18;
}

header .contenedor {
    background-color: #3dae2b;
    color: white;
  
    max-width: none;
    padding-top: 100px;
    padding-bottom: 50px;
}

header .contenedor .contenedor-texto {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
}



header .imagen-header {
    
    width: 48%;
    max-width: 650px;
}

#foto-profesora {
    max-width: 500px;
    max-height: 500px;
}

#f1 {
    font-family: "Patua One", serif;
    font-size: 3em;
    color: #bede18;
    margin-bottom: 0%;
}

#f2 {
    font-family: "Bebas Neue", serif;
    font-size: 2.5em;
    color: #ffffff;
    margin-top: 0%;
    margin-bottom: 0%;
}

#f2 span {
    font-size: 10ch;
}

#f3 {
    font-family: "Bebas Neue", serif;
    font-size: 2em;
    color: #ffffff;
    margin-top: 0%;
    margin-bottom: 0%;
}

#f4 {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    color: #ffffff;
    margin-top: 10%;
    margin-bottom: 0%;
    background-color: #bede18;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

#f4:hover {
    background-color: #00783f;
}

.inscribirme {
    display: flex;
    justify-content: center;
}

.main {
    background-color: #00783f;
}

.main .contenedor {
    overflow: visible;
}

.main .contenedor .ventajas {
    background-color: #00783f;
    margin-top: 0px;
    padding-top: 10px;
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.main .contenedor .ventajas .ventaja-ejemplo {
    color: #ffffff;
    width: 30%;
    min-width: 200px;
    max-width: 330px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.main .contenedor .ventajas .ventaja-ejemplo .titulo {
    font-family: "Poppins", serif;
    font-weight: 700;
     font-style: normal;
     font-size: 1.5rem;
}

.main .contenedor .ventajas .ventaja-ejemplo .descripcion {
    font-family: "Poppins", serif;
    font-size: 1.1rem;
}

.niveles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    border: solid 3px #bede18;
    border-radius: 10px;
    min-width: 300px;
}

.nivel-ejemplo {
    min-width: 300px;
}

.nivel-descripcion {
    list-style: none;
    font-family: "Poppins", serif;
    font-size: 1.1rem;
    color: #ffffff;
}

.nivel-titulo {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    color: #bede18;
}

.titulos {
    color: #bede18;
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    padding-top: 1px;
}

footer {
    width: 100%;
    background-color: #00783f;
    padding: 100px 0 20px 0;
}

.elemento-footer {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #00783f;
}

.texto-footer {
    display: flex;
    flex-direction: column;
    justify-content: left;
    color: #f1f1f1;
    margin: 0px 0px 0px 30px;
}

.texto-footer p {
    margin: 0 0 10px 0;
}

hr {
    border: none; /* Elimina el borde predeterminado */
    height: 2px; /* Ajusta el grosor de la línea */
    background-color: #bede18; /* Cambia el color de la línea */
    margin: 0 0; /* Espaciado vertical alrededor de la línea */
}

.nombreepc-footer {
    display: flex;
    flex-direction: column;
    justify-content: left;
    color: #f1f1f1;
    margin: 0px 0px 0px 30px;
    
}

.nombreepc-footer p {
    margin: 10px 0 0 0;
}

@media screen and (max-width:630px) {
    header .menu a {
        font-size: 1.3em;
    }
    header .menu .cta {
        font-size: 1.3em;
    }
}

@media screen and (max-width:400px) {
    header .menu a {
        font-size: 1.1em;
    }
    header .menu .cta {
        display: none;
    }
    header .contenedor .contenedor-texto .texto-header #f1{
        font-size: 1.5em;
    }
    header .contenedor .contenedor-texto .texto-header #f2{
        font-size: 1.5em;
    }
    header .contenedor .contenedor-texto .texto-header #f3{
        font-size: 1.5em;
    }
    header .contenedor .contenedor-texto .texto-header{
        text-align: center;
    }
}