html,body{
    margin:0px !important;
    height:100% !important;
    }

#cabecera{
width: 100%;
    position: absolute;
    top: 0px;
    height: 528px;
    left: 0px;
}
.iniciar-sesion
{
    position: relative;
    /* position: absolute; */
    top: -40px;
    opacity: 0.91;
}

.formulario-acceder
{
color:  #001f3e !important;
    background-color: #e1e2e1 !important;
    margin-top: -16px;
    padding: 15px;
    box-shadow: 0px 4px 7px 5px white !important;
        border-radius:  0px 0px 10px 10px;

}


.titulo{
    font-family: 'Ubuntu', sans-serif !important;

    background-color: #001f3e !important;
    color: white !important;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px -2px 7px 4px white !important;
        padding: 12px;
}


body{

    background-color: #e1e2e1 !important;
    color: black;
    font-family: "Montserrat", sans-serif !important;

}

.btn-salir{
    width: 4rem;
    background-color: transparent;
    padding: 5px;
    border: none;
}

.bg-azul{
    background-color: #001f3e  !important;
    color:  white;
}

.bg-rojo {
    background-color: #a51f01 !important;
    color:  white; 
}

.bg-verde {
    background-color: #5cc404 !important;
    color:  white; 
}

.btn-amarillo {
    background-color: #ecb802;
    color: #fff;
    transition: all 300ms ease-in-out;
}

.btn-amarillo:hover {
    color: #fff;
    background-color: #d4a501;
}

.btn-azul {
    background-color: #001f3e;
    color: #fff;
    transition: all 300ms ease-in-out;
}

.btn-azul:hover {
    color: #fff;
    background-color: #193551;
}

.icono i {
    font-size: 2.2em;
    color: #ecb802;
}

.pantalla-completa{
    width:100%;
    height: 100vh;
}

#subtitle
{
    text-align: right;
    position: relative;
    top: -45px;
    margin-bottom: -15px;
    font-weight: bold;
    left: -9px;
}




#imagen-cabecera{

        position: absolute;
        width: 120%;
        top: -45px;
        left: -40px;

}

#logo{

    width: 35%;
    border-radius: 20px;
    background: white;
    align-items: initial;

}
.formulario-acceder label
{
    font-weight: bold;
}
.boton{


    background-color: #ecb802 !important;
    color: #001f3e;
    border-radius: 10px;
    font-weight: bold;
}

h2.texto-titulo{

    font-family: "Montserrat", sans-serif !important;
}
.bajar{
    margin-top: -30px;
}

.estilo-img{
    background: white;
    border-radius: 20px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .ocultar
    {display: none;}
    .bajar{
        margin-top: -5px !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}


.intro {
	height: 100vh;
}

.modulo{
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: white !important;
    box-shadow: 3px 2px 12px -1px white;
    transition: all 0.3s ease-in-out;;
}
/* .icon{

    position: absolute;
    left: 0px;
    top: calc(50% - 32px);

} */

.tittle2{
    margin-left: 0;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    color: black;

}

.tittle2 a{
    color:black ;
    transition: all 0.3s ease-in-out;;

}



.imgfoot{
    background-color: white;
    border-radius: 20px;
    width: 100%;
    margin-left: -5px;
    margin-right: 15px;
}
.salir:hover ,.pasar h4 a:hover{
    color:#ecb802 !important;
}


.description{
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0;
}


.modulo:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  
@media only screen and (max-width: 768px) {
    .icono i {
        font-size: 1.5em;
        color: #ecb802;
       
    }

    .icono{
        margin-right: 0px;
    }

    .btn-amarillo{
        padding: 5px;
        font-size: 0.9em;
    }
}