.ContGeneral {
    background-image: url(../Imagenes/Fondo_Portada.png);
    height: 100vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.LogoDerecha {
    background-image: url(../Imagenes/LogoDerecha.png);
    height: 100vh;
    background-size: 30% 100%;
    background-repeat: no-repeat;
}

.Nombre {
    margin: 0px;
    position: absolute;
    right: 2%;
    width: 70%;
    height: 15vh;
    background-image: url(../Imagenes/Nombre.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.BtnIngresar {
    position: absolute;
    right: 2% !important;
    bottom: 2%;
}

.TituloIndex {
    right: 2% !important;
    width: 100%;
    margin: auto;
}

.TituloIndex h1 {
    right: 2% !important;
    font-size: 70px;
    color: #ff0000;
}

.EsloganIndex {
    margin-top: 100px !important;
    font-style: italic;
    padding: 0px !important;
}

.EsloganIndex h5 {
    text-align: left;
    color: #ffffff;
    font-weight: 700;
}

.EsloganIndex h2 {
    color: #ffffff;
    text-shadow: 3px 3px 3px #000000;
    font-weight: 700;
}

.InglesIndex {
    margin-top: 130px !important;
    font-style: italic;
}

.InglesIndex img {
    margin-left: 25px;
}

.InglesIndex h5 {
    margin-top: 10px;
    color: #ffffff;
    font-weight: 700;
}

.Ciudad {
    margin-top: 30px;
    width: 50%;
}

.Fecha {
    padding: 0px !important;
}

.Fecha h5 {
    margin: 0px 0px 0px 14px !important;
}

/*@media only screen and (min-width:280px) and (max-width:480px) {*/
@media only screen and (min-width:320px) and (max-width:600px) {

    .Fondo {
        background-image: url(../Imagenes/Portada_Movil.png);
         background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
    }


    .Boton_Ingles {
        position: absolute;
        margin-left: 0px;
        top: 22%;
        left: 3%;
        padding-right: 0px;
        height: auto;
        width: 120px;
    }
}
