@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.fixed-top {
    position: sticky !important;
}
.encabezado{
    padding: 0 !important; 
}
.logoClase{
    display: flex;
    flex-wrap: wrap;
}
.logoClase a img{
    width: 120px;
}
.logoClase p{
    margin-bottom: 0;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    color: white;
}
.SubNav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: solid .5px lightgray;
    background-color: #f0f2f2;
}
.Centrar{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 5px;

}
.CentroPreguntas{

}
.CentroPreguntas p{
    margin-bottom: 0;
    font-size: 10px;
    color: gray;
}


#formLogin{
    width: 100%;
    height: auto;
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

#formLogin input{
    width: 100%;
    height: 40px;
    background: none;
    border: none;
    outline: 0px;
    border-bottom: solid .5px gray;
    text-align: left;
}

#formLogin input::placeholder {
  color:gray;
  font-size: 10px;
  font-weight: 100;
}

#formLogin button{
    border-color: gray;    
    color: gray;   
    width: 100%;    
    font-size: 12px;
}
#formLogin button:hover{
    color: white;   
}
#formLogin h1{
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 3.5rem;
    color: white;
}
.container-fluid{
    width: 70% !important;
}
.Ayuda{
    display: flex;
    flex-wrap: wrap;
    width: 18%;
    justify-content: space-around;
}
.Ayuda p{
    margin-bottom: 0;
    height: 12px;
    width: 100%;
    text-align: right;
}
.Ayuda i{
    font-size: 25px;
    color: white;
}
.llamadas{
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 59%;
}
.callAction{
    font-size: 10px;
}
.noTelefono{
    font-weight: 900;
    margin-top: -9px;
    font-size: 12px;
}
.Ayuda h5{
    margin-bottom: 0;
    height: 100%;
}
.Ayuda h5 i{
    font-size: 25px;
}

.presentacion{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fotoNav{
    width: 50px;
}
.fotoNav img{
    width: 100%;
}
.tarjeta-cuerpo{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.tarjeta-cuerpo h3{
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 0;
}

.tarjeta-cuerpo p{
    font-size: 10px;
    margin-bottom: 0;
}
.offcanvas-header{
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    justify-content: space-between !important;
}
.offcanvas-header h5{
    margin-bottom: 0;
}
#offcanvasNavbarLabel{
    font-size: 1rem;
}
.nav-item{
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    padding: 6px;
}
.nav-link, .dropdown-item{
    font-size: 10px !important;
}

.bg-light{
    background: #072838 !important;
    color: white;
}
.CentrarTareas{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    height: 25px;
    justify-content: flex-end;
}
.CentrarTareas>button>i{
    margin-left: 10px;
    font-size: 15px;
}
.callActionTop{
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-top: 7px;
}

@media (max-width: 575.98px) { 
    
    .container-fluid{
        width: 100% !important;
        padding:0;
    } 
    .Ayuda{
        width: 27%;
        display: flex;
        flex-wrap: wrap;
        font-size: 10px;
    }
    .callAction{
        display: none !important;
    }
    .Ayuda p{
        font-size: 8px;
    }
    .Ayuda{
        width: 36%;
    }

}






@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1180px) 
and (orientation : landscape) {

    

}

@media only screen
and (min-device-width : 820px)
and (max-device-width : 1180px)
and (orientation : landscape) { 
    .logotipo {
        width: 100px;
    }
}
@media only screen
and (min-device-width : 820px)
and (max-device-width : 1180px)
and (orientation : portrait) { 
    
}    

