html,
body {
    font-family: 'Roboto', sans-serif;
}

.logos {
    margin-top: 60px;
}

.banner {
    background-image: url('../img/auto3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-position: center;
}

.cursos {
    margin-bottom: 40px;
}

.titulo-cursos {
    background: #88b77b;
    color: #ffffff;
    padding: 10px;
    margin-top: 60px;
    text-align: center;
    width: 450px;
}

.btn-inscripcion {
    background: #88b77b;
    border-color: #88b77b;
    color: #ffffff;
}

.mostrar {
    display: block !important;
}

.ocultar {
    display: none;
}

.table i {
    color: #88b77b;
    text-align: center;
}

.banner h1 {
    color: #ffffff;
    background: #000000;
    position: absolute;
    top: 40%;
    left: 20%;
    padding: 15px;
}

.form-inscripcion input {
    height: 50px;
    width: 100%;
    margin-bottom: 20px;
}

.form-inscripcion select {
    height: 50px;
    width: 100%;
    margin-bottom: 20px;
}

.btn-inscribirme {
    background: #88b77b;
    color: #fff;
    border-color: #88b77b;
}

.footer {
    background: #ececec;
    padding: 40px;
}

.boton-inscripcion {
    background: #88b77b !important;
    color: #ffffff;
    width: 200px !important;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.boton-inscripcion:hover {
    background: #88b77b;
    opacity: 0.7;
}

iframe {
    width: 100%;
}

.logo-aula {
    width: 200px;
}