@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
    box-sizing: border-box;
    font-family: 'inter',arial;
}
html{
    /*background: #f8f8f8;*/
}
.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle{
    min-height: 80px;
    font-family: 'roboto',arial;
    font-weight: 400;
    color: #000;
}


.qw_logo{
    width: 200px;
}
.qw_contenedor{
    height: 75vh;
    padding: 30px 0px;
    max-height: 550px;
}
.qw_contenedor .qw_portada_h1{
    font-family: 'manrope', arial;
    font-weight: 900;
    color: #fff;
    font-size: 48px;
    text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-top: 0px;
    margin-bottom: 0px;
}
.qw_contenedor .qw_portada_p{
    color: rgba(255, 255, 255, 0.85);
    font-size: 17px;
    text-align: left;
    margin-bottom: 50px;
}
.qw_contenedor .qw_portada_p1{
    color: rgba(252, 204, 25, 1);
    font-size: 22px;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 600;
}
.qw_contenedor .qw_slider_portada{
    height: 66vh !important;
    max-height: 465px;
}
.qw_contenedor .qw_slider_portada img{
    /*width: 55%;*/
    height: 100%;
    
}



.qw_cajaindicadores{
    display:flex;
    flex-direction:column;
    gap:7px;
}
.qw_cajaindicadores > span{
    font-family: 'montserrat', arial;
}




.trn-btn1 {
    background-color: #fff;
    color: #373F41 !important;
    border-radius: 59px !important;
    min-height: 45px !important;
    padding: 14px 35px !important;
    margin: auto 0px !important;
    box-shadow: 0px 2px 4px rgba(37, 37, 37, 0.25) !important;
    text-transform: none !important;
    font-size: 16px !important;
    transition: all 0.3s ease-in-out !important;
    font-weight: 600;
    display: inline-block;
    background-color: white;
  transition: all 0.3s ease;
}
.trn-btn1:hover{
    text-decoration: none;
    /*background-color: #e1dbdb;*/
    background-color: rgb(240, 240, 240);
  /*transform: translateY(-2px);*/
}

@media screen and (max-width: 640px) 
{
    .uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle{
        min-height: 60px;
        font-size: 0.575rem;
        text-align: center;
    }

    .qw_logo{
        width: 130px;
    }
    .qw_contenedor {
        height: 70vh;
        padding: 30px 0px;
        max-height: 450px;
    }
    .qw_contenedor .qw_portada_h1{
        font-size: 30px;
        text-align: center;
    }
    .qw_contenedor .qw_portada_p {
        text-align: center;
    }
    .qw_contenedor .qw_portada_p1 {
        font-size: 18px;
        text-align: left;
    }
    .qw_contenedor .qw_portada_btn {
        text-align: center;
    }
    
}