@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

body{
    overflow-x: hidden;
 }

body{
    background-color: white;
    font-family: 'Montserrat', sans-serif;
}

.navbar{
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}

.hola{
    background-image: url(../img/ex.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-link{
    color: black !important;
}

.barra-info{
    color: white ;
}

.anuncio h2{
    color: #092342;
    letter-spacing: 0.1rem;
    text-align: justify;
    font-size: 2.7rem;
    font-weight: bold;
}

.anuncio .hero{
    letter-spacing: 0.1rem;
    text-align: justify;
    font-weight: 700;
    font-size: 1.2rem;
}

.anuncio .caracteristicas{
    text-align: justify;
    font-size: 1.1rem;
}

/*Nuevo*/
.texto-encima{
    position: absolute;
    text-align: center;
    top: 70%;
    left: 60.5%;
    transform: translate(-50%, -50%);
}

.texto-encima a{
    font-size: 1.2rem;
    background-color: #f5c900;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    color: #000000;
}

/*fin*/

.barra-info span{
    font-size: 0.8rem ;
}

.barra-info a{
    text-decoration: none !important ;
    font-size: 0.9rem ;
    color: black;
    padding: 0.2rem 2rem;
    border-radius: 0.3rem;
    background: #f5c900;
}

.conocenos-columna h4{
    color: #092342;
}

.conocer h4{
    color: #092342;
}

.conocer p{
    line-height: 2.5rem;
}

.contenido{
    line-height: 2rem;
}

.prueba{
    color: #ffffff;
    background-color: #092342;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
}

.prueba:hover{
    text-decoration: none;
    color: #ffffff;
    background-color: #092342;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
}

.serv h4{
    color: #092342;
}
.serv li{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.serv p{
    line-height: 2.5rem;
}

.conocenos-columna{
    color: black;
}

.centrado{
    display: block;
}

.centrado{
    margin-left: auto;
    margin-right: auto;
}

.contacto{
    background-color: #092342;
    color: white;
}

.contacto h4{
    text-align: center;
    color: #f5c900;
}

.foot{
    background-color:#282828 ;
}

.copy{
    background-color: #626262;
    color: white;
}

.aula{
    background-color: #dbdbdb;
}

.curso{
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}

.curso p{
    color: black;
}

.curso a{
    text-decoration: none;
}

@media(max-width: 930px){


    .prueba{
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        color: #ffffff;
        background-color: #092342;
        padding: 1rem 2rem;
        border-radius: 0.5rem;
    }
    
    .anuncio h2{
        color: #092342;
        letter-spacing: 0.1rem;
        text-align: center;
        font-size: 2.7rem;
        font-weight: bold;
    }
    
    .anuncio .hero{
        letter-spacing: 0.1rem;
        text-align: center;
        font-weight: 700;
        font-size: 1.2rem;
    }
    
    .anuncio .caracteristicas{
        text-align: justify;
        font-size: 1.1rem;
    }

    /*Nuevo*/
    .texto-encima{
        position: absolute;
        text-align: center;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .texto-encima a{
        font-size: 1rem;
        background-color: #f5c900;
        padding: 0.5rem 1rem;
        border-radius: 1rem;
        color: #000000;
    }

/*fin*/

    .miImage{
        content:url("https://i.ibb.co/x7VqPmh/bn4-movil.png");
    }
    .miImagen{
        content:url("https://i.ibb.co/41RP0dW/bn2-movil.png");
    }

    .miImagene{
        content:url("https://i.ibb.co/s2HzJmr/bn3-movil.png");
    }

    .miImagenes{
        content:url("https://i.ibb.co/dmpTrbg/bn1-movil.png");
    }

    .nav-item{
        text-align: center;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .barra-info .oculto{
        display: none;
    }
    .barra-info .contenedor{
        width: 100%;
        text-align: center;
    }
        
}


