* {
    margin: 0;
}

body {
    background-color: lightgreen;
    font-family: "Roboto", sans-serif;
}

.container {
    background-color: white;
}

.btn-danger {
    background-color: red !important;
}

.banner {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

.imagen-instituto {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
}

.titulo {
    text-align: center;
    display: flex;
    flex-direction: column;
    color: green;
    align-items: center;
    margin: 0;
    margin-top: 1em;
    font-family: "Roboto", sans-serif;
}

.subtitulo-banner {
    font-size: 0.8em;
}

.anuncios {
    display: flex;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.anuncio-1 {
    background-color: #cc2d20;
    text-align: center;
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 2em;
    justify-content: center;
}

.titulo-anuncio {
    color: white;
    font-weight: bold;
}

.subtitulo-anuncio {
    font-size: 0.8em;
    color: white;
}

.anuncio-2 {
    display: flex;
    flex-flow: column;
    background-color: #d1ebf1;
    border: solid #82abb5;
    padding-top: 0.5em;
    padding-bottom: 0.8em;
    width: 12em;
    height: 1.2em;
    margin-left: 0.5em;
}

.titulo-anuncio-2 {
    color: black;
    font-weight: bold;
    font-size: 0.6em;
}

.hamburger {
    text-align: right;
}

.hamburger i {
    margin: 10px;
    font-size: 22px;
    color: black;
    cursor: pointer;
}

.nav-bar {
    background-color: green;
}

.i-nav {
    font-size: 1em;
}

nav {
    background-color: #eef0f1;
    overflow: hidden;
    height: 0;
    transition: 0.5s;
}

nav a {
    display: block;
    text-decoration: none;
    color: black;
    padding-left: 10px;
    margin: 10px;
}
.footer-general {
    display: flex;
    flex-flow: row wrap;
    background-color: green;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    color: white;
}

.footer-general > div {
    width: 100%;
}

/* .p-footer {
    font-size: 0.6em;
} */

/* --------------- */
.body-generico {
    background-color: white;
    font-family: "Hind Madurai", sans-serif;
    color: #2b4756;
    padding: 0 10px;
}

.titulo-bienvenida {
    display: flex;
    justify-content: space-between;
}

.titulo-generico {
    color: #173954;
}

.caja-fb {
    display: none;
}

.caja-bienvenida {
    background-color: #eef0f1;
    text-align: left;
    color: #2b4756;
    margin-bottom: 1em;
    font-size: 0.9em;
}

.p-carreras {
    text-decoration: underline;
}

.cajitas-bienvenida {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.vision {
    text-align: center;
    margin-top: 2em;
    width: 16em;
    height: 10em;
}

.t-vision {
    background-color: green;
    color: white;
}

.principios {
    text-align: center;
    width: 16em;
    height: 10em;
}

.lista-prin {
    text-align: left;
    font-size: 0.9em;
    margin-top: 0.5em;
}

.t-principios {
    background-color: green;
    color: white;
}

.mision {
    text-align: center;
    width: 16em;
    height: 10em;
}

.t-mision {
    background-color: green;
    color: white;
}

/* -------Presentacion */
.caja-presentacion {
    text-align: left;
    color: #2b4756;
    font-size: 0.9em;
    margin: 1em;
    margin-bottom: 0;
    display: flex;
    flex-flow: column;
}

/* ------------- Campana */
.titulo-campana {
    font-weight: bold;
    color: #173954;
    font-size: 1.2em;
}

.li-campana {
    margin-top: 0.5em;
    background-color: #ebeeef;
    opacity: 0.5;
    border-radius: 10px;
    padding-top: 0.8em;
    height: 9em;
    width: 23em;
}

.carrera-2020 {
    font-family: "Patua One", cursive;
    background-color: green;
    color: white;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
    margin-top: 1em;
}

.titulo-carreras {
    color: #7c7c7c;
}

.fecha {
    color: #7c7c7c;
    font-style: italic;
    font-weight: bold;
}

.ver-mas {
    background-color: #5aabcc;
    border-radius: 19px;
    text-decoration: none;
    color: white;
    padding: 0.5em;
}

.sub-carrera {
    font-family: "Patua One", cursive;
    color: #06384d;
}

.imagen-carrera {
    margin-top: 1em;
}

/* ----------------- Contacto */
.formulario {
    display: block;
    text-align: center;
    margin-left: 1em;
}

.titulo-form {
    margin-bottom: 1em;
    font-family: "Patua One", cursive;
}

input {
    background-color: green;
    width: 95%;
    /*width: 60%;*/
    /*max-width: 30%;*/
    height: 2em;
    margin-bottom: 0.5em;
    border-radius: 5px;
    border: solid green;
    color: white;
}

::placeholder {
    color: white;
}

.b-form {
    width: 20%;
    height: 2em;
    margin: 0 auto;
    color: white;
    background-color: #3a84a4;
    border: none;
}

.text-form {
    background-color: green;
    color: white;
    border-radius: 8px;
}

/* -------------- Enfermeria  */
.parrafo-carreras {
    margin-top: 1em;
}

.body-carreras {
    margin-left: 1em;
    margin-right: 1em;
    font-size: 0.9em;
}

.bajar-pdf {
    background-color: #ebeeef;
    color: #95a5ac;
    border-radius: 8px;
    text-align: center;
    margin: 30px auto;
    width: 50%;
}

/* -------------- Dise���o */
.parrafo-carreras {
    margin-left: 1em;
    margin-right: 1em;
}

.conte-disenio {
    font-size: 0.9em;
}

/* ---------Media Querie------- */
@media (min-width: 768px) {
    .formulario {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }

    .formulario h3 {
        flex: 1 100%;
    }

    .formulario:not(:last-of-type) {
        border-right: 1px dotted grey;
    }

    .container {
        margin-left: 7em;
        margin-right: 7em;
    }

    .nav-bar {
        margin-left: 7em;
        margin-right: 7em;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .body-generico {
        margin-left: 7em;
        margin-right: 7em;
        padding: 10px;
    }

    .caja-bienvenida {
        display: flex;
    }

    .caja-parrafo-bienvenida {
        margin-right: 1em;
        padding: 10px;
    }
    .caja-presentacion {
        width: 55%;
    }
    .caja-facebook {
        background-color: white;
        height: fit-content;
    }

    .caja-fb {
        display: block;
    }

    .cajitas-info {
        display: flex;
    }

    .info-campana {
        width: 45%;
        margin-left: 1em;
    }

    .li-campana {
        height: 15em;
        width: 45%;
    }

    .caja-carrera {
        display: flex;
        margin-top: 1em;
    }

    .imagen-carrera {
        width: 100%;
        margin-right: 0.5em;
    }

    input {
        max-width: inherit;
        width: 40%;
    }

    .parrafo-carreras {
        margin: 0;
        margin-top: 1em;
    }

    .body-carreras {
        margin-left: 5em;
        margin-right: 5em;
    }

    .body-disenio {
        display: flex;
    }

    .imagen-disenio {
        width: 50%;
        margin-top: 1em;
        margin-right: 1em;
    }

    .conte-disenio {
        margin-left: 5em;
        margin-right: 5em;
    }

    .bajar-pdf {
        width: 30%;
    }
}

@media (min-width: 970px) {
    .container {
        margin-left: 7em;
        margin-right: 7em;
    }

    .nav-bar {
        margin-left: 7em;
        margin-right: 7em;
    }

    .lista-nav {
        display: flex;
        list-style-type: none;
        background-color: green;
        padding: 0;
        justify-content: center;
    }

    .i-nav {
        color: white;
        padding: 0.5em;
        margin: 0;
        margin-left: 1.5em;
        height: 1.2em;
    }

    .i-nav:hover {
        background-color: darkgreen;
    }

    .hamburger {
        display: none;
    }

    nav {
        display: inline-block;
        height: inherit;
        width: 100%;
    }

    .body-generico {
        margin-left: 7em;
        margin-right: 7em;
    }

    .titulo {
        flex: 1;
        font-size: 25px;
    }

    .titulo-header {
        font-size: 1.5em;
    }

    .anuncio-2 {
        width: 16em;
        height: 1.6;
        margin-top: 0.5em;
        padding-bottom: 1em;
    }

    .titulo-anuncio-2 {
        font-size: 0.9em;
    }
    .link-google {
        text-decoration: underline white;
    }
    .logo {
        width: 150px;
    }

    .anuncio-1 {
        height: 2.5em;
    }

    .titulo-bienvenida {
        justify-content: flex-start;
    }

    .titulo-generico {
        margin-left: 0.5em;
    }

    .imagen {
        margin-left: 13em;
    }

    .caja-bienvenida {
        margin-left: 2em;
        margin-right: 2em;
    }

    .cajitas-bienvenida {
        display: flex;
        flex-flow: wrap;
        justify-content: space-around;
        margin-top: 1em;
    }
    .caja-presentacion {
        width: 45%;
    }

    .vision {
        margin: 0;
    }

    .footer-general {
        height: 2em;
        margin-top: 1em;
        display: flex;
        justify-content: space-around;
    }

    /* .p-footer {
        font-size: 0.8em;
    } */

    .li-campana {
        height: 10em;
    }

    .contenedor-cajas {
        margin-left: 1.9em;
        margin-right: 1.9em;
    }

    .imagen-carrera {
        width: 300px;
        margin-right: 1em;
    }

    .cajas-form {
        display: flex;
        justify-content: space-around;
    }

    input {
        width: 95%;
    }

    .b-form {
        margin-bottom: 3em;
        width: 30%;
        height: 3em;
    }

    .imagen-texto {
        display: flex;
    }

    .body-disenio {
        display: flex;
        margin-left: 5em;
        margin-right: 5em;
    }

    .imagen-disenio {
        width: 270px;
        height: 200px;
    }

    .imagen-parrafo-gestoria {
        display: flex;
        margin-top: 0.5em;
    }

    .bajar-pdf {
        width: 40%;
        height: 70%;
    }

    .imagen-instituto {
        flex: 0 25%;
        text-align: center;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }

    .caja-titulo {
        margin-left: 10%;
    }

    
    .footer-general {
        margin-left: 7rem;
        margin-right: 7rem;
        margin-top: 5px;
    }
}

.caja-parrafo-bienvenida {
    margin: 0 auto;
}

@media screen and (max-width: 1100px) {
    .caja-facebook {
        display: none;
    }
    
    .subtitulo-inicio {
        font-size: 0.7em !important;
    }
    .formulario-inscripcion {
        font-size: 0.7em !important;
    }
}

.titulo-inicio {
    display: flex;
    align-items: center;
}
.subtitulo-inicio {
    color: #365580;
    text-align: center;
    font-size: 0.9em;
    text-transform: uppercase;
}
