* {
    margin: 0;
    color: #28475D;
    list-style: none;
}
body {
    background-color: rgba(131, 49, 154, 1) !important;
    font-family: 'Source Sans Pro', sans-serif;
}
.contenedor {
    background-color: white;
}

.imagen-logo {
    height: 20%;
}
.titulo {
    font-family: 'Roboto', sans-serif;
    color: #152D4E;
    text-align: center;
    margin-top: 5%;
}
.titulo-inicio {
    display: flex;
    align-items: center;
}
.subtitulo-inicio {
    color: #365580;
    text-align: center;
    font-size: 0.8em;
}
hr {
    width: 55%;
    margin-left: 20%;
}
.campus {
    color: #152D4E;
    font-family: 'Signika', sans-serif;
    margin-left: 25%;
    font-weight: bold;
}
.nav-bar {
    background-color: rgba(131, 49, 154, 1);
    color: white;
}
.li-nav {
    color: white;
}
.hamburger {
    text-align: right;
}

.hamburger i {
    margin: 10px;
    font-size: 22px;
    color: white;
    cursor: pointer;
}
.i-nav {
    font-size: 1em;
}
nav {
    /* overflow: hidden; */
    height: 0;
    transition: .5s;
}
nav a {
    display: block;
    text-decoration: none;
    color: white;
    /* padding-left: 10px; */
    /* margin: 10px; */
}
nav a:hover{
    /* text-decoration: none; */
    color: white;
    /* background-color: #93C6C6; */
}

.li-nav__dropdown {
    position: relative;
}

.li-nav__dropdown:hover > .caja-nav{
    display: block;
    height: 320px;
}

.li-nav__dropdown:focus > .caja-nav{
    display: block;
    height: 320px;
}

.li-nav__dropdown:active > .caja-nav{
    display: block;
    height: 320px;
}

.caja-nav {
    display: none;
    position: absolute;
    width: 200px;
    z-index: 100;
    background-color: rgba(131, 49, 154, 1);
}

.caja-nav li {
    transition: 1s;
}

.caja-nav a {
    text-decoration: none !important;
    height: 100%;
    
}
.caja-nav li:hover {
    background-color: #AFC7D8;
}

.lista-nav {
    color: white;
    margin-bottom: 5px;
}
ul {
    padding-inline-start: 0 !important;
}
.footer {
    background-color: #E38712;
    text-align: center;
    margin-top: 3em;
}
.logos-redes {
    display: flex;
    justify-content: center;
    margin: 0;
}
.tw {
    margin-left: 10%;
}
/* ----------------------- */
.body-generico {
    background-color: white;
    margin-left: 3%;
    margin-right: 3%;
}
.body-paginas {
    background-color: white;
    /* margin-top: 5%; */
    margin-left: 12%;
    margin-right: 12%;
}
.titulo-bienv {
    font-family: 'Signika', sans-serif;
    margin: 3%;
    font-weight: bold;
}
.caja1-bienv {
    display: flex;
    flex-flow: column;
    text-align: center;
    justify-content: center;
    margin: auto !important;
}
.titulo-gen {
    text-align: center;
    font-weight: bold;
}
/* -------Empresas--------- */
.input-empresas {
    background-color:rgba(131, 49, 154, 1);
    width: 80%;
    border-radius: 8px;
    border: rgba(131, 49, 154, 1);
    color: white;
    margin: 5px;
    padding: 5px;
}
::placeholder {
    color: white;
}
.empresas-form {
    text-align: center;
}
.enviar {
    border: solid rgba(131, 49, 154, 1) 0.5px;
    padding: 5px;
    margin-bottom: 20px;
    background-color: white;
}
/* --------Pre-inscripcion------- */
.p-inscripcion {
    text-align: center;
}
.form-google {
    text-align: center;
    margin-bottom: 20px;
}
/* ----------Presentacion----------- */
.logo-presentacion {
    margin-bottom: 20px;
    margin-left: 30%;
}
/* -------Sedes------- */
.lista-sedes {
    text-align: center;
}
.caja-contacto {
    background-color: #F3F3F3;
    width: 60%;
    border-radius: 8px;
    margin-left: 70px;
}
.contacto {
    text-align: center;
}
/* ----------Plan estudios-------- */
.imagen-plan {
    margin-bottom: 20px;
}
/* ---------Obligaciones----------- */
.texto-obl {
    text-align: center;
}
/* -----------Requisitos----------- */
.sub-requisitos {
    text-align: center;
}
.li-requi {
    text-align: center;
}

@media (max-width: 768px) {
    nav a {
        padding: 10px;
    }
}

/* ---------- Media querie -------- */
@media (min-width: 768px) {
    .contenedor {
        margin-left: 5%;
        margin-right: 5%;
        /* margin-bottom: 40px; */
    }
    .nav-bar {
        margin-left: 5%;
        margin-right: 5%;
    }
    .imagen-logo {
        width: 19%;
    }
    .campus {
        margin-left: 30%;
    }
    .nav-bar {
        margin-left: 7em;
        margin-right: 7em;
    }
    .ul-nav {
        display: flex;
        justify-content: space-around;
        padding: 10px;
        margin: 0 !important;
    }
    .i-nav {
        color: white;
        padding: 0.5em;
        margin: 0;
        margin-left: 1.5em;
        height: 1.2em;
    }
    
    .i-nav:hover {
        background-color: orange;
    }
    
    .hamburger {
        display: none;
    }
    
    nav {
        display: inline-block;
        height: inherit;
        width: 100%;
    }
    .video {
        width: 100%;
    }
    .logos {
        /* display: flex; */
        /* flex-flow: column; */
        text-align: center;
        
    }
    .caja-contacto{
        margin-left: 20%;
    }

    nav {
        height: inherit !important;
    }

    .li-nav__dropdown:hover > .caja-nav{
        display: block;
        height: 350px;
    }
    
    .li-nav__dropdown:focus > .caja-nav{
        display: block;
        height: 350px;
    }
    
    .li-nav__dropdown:active > .caja-nav{
        display: block;
        height: 350px;
    }
    
    .caja-nav {
        height: 0px !important;
        left: -50%;
    }

    .caja-nav li {
        padding: 10px;
    }
}
@media(min-width: 968px){
    .sedes-container {
        margin-left: 0px;
        margin-right: 0px;

    }

    .sedes-todas {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin: 0 auto;
        width: 100%;
    }
    
    .sede-unidad {
        width: 30%;
        display: flex;
        flex-flow: column;
    }

    .ul-nav {
        padding: 10px;
    }
    .caja-titulo {
        margin-left: 15%;
    }
    .imagen-logo {
        width: 15%;
        margin-bottom: 10px;
    }
    .carro {
        width: 50%;
        margin-top: 30px;
    }
    .caja-text-imagen {
        display: flex;
    }
    .contenedor{
        margin-left: 10%;
        margin-right: 10%;
        /* margin-bottom: 40px; */
        
    }
    .caja1-bienv{
        margin-left: 20px;
    }
    .caja-texto {
        display: flex;
    }
    .p1-bienv {
        width: 50%;
    }
    .p2-bienv {
        width: 50% !important;
        margin-left: 10px;
    }
    .sub-footer {
        display: flex;
        justify-content: space-around;
        padding: 10px;
    }
    .logos-redes {
        font-size: 20px;
    }
    .video {
        height: 400px;
    }
    .imagen-plan {
        width: 500px;
        margin-left: 150px;
    }
}
