@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --mi-color: #3d56b2;
    
}

html, body{
    font-family: 'Inter',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle{
    font-family: 'Inter',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle{
    min-height: 50px !important;
}


.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle{
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 500;
}



.unh-sli1-caja{
    background: #2388C2;
    padding: 50px 30px;
}
.unh-sli1-caja > a{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.unh-sli1-caja-i{
    color: #fff;
    font-size: 55px;
    margin-bottom: 10px;
}
.unh-sli1-caja-t1{
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 400;
}
.unh-sli1-caja-t2{
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
    font-weight: 400;
}







.unh-caj1-c1{
    padding: 50px 10px;
    text-align: center;
    color: #fff;
}
.unh-caj1-c1-span1{
    font-size: 30px;
    font-weight: 600;
}
.unh-caj1-c1-span2{
    font-size: 17px;
    font-weight: 500;
}






.unh-footer{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 90px 0px;
}
.unh-footer a{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}








.unh-slider{
    height: calc(100vh - 384px);
}





  @media (max-width: 560px){
    
  }
  