#myslider li.uk-active {
    border-bottom: 	#32d296 2px solid;
}

#mynav {
    border-bottom: 1px solid #ebebeb;
}

#mynav li.uk-active {
    border-bottom: #79c3ff 2px solid;
    background-color: #e5f4ff;
}

.rounded {
    border-radius: 20px;
}

.divider {
    margin-bottom: 5px;
    display: inline-block;
    background-color: #3BB6CE;
    height: 3px;
    width: 70px;
    margin-left: 18px;
    top: 50%;
    display: inline-block;
}

.toptop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    background-color: #5cc8ef;
    border-radius: 50px;
    padding: 14px 10px;
    color: black;
}

* {
    box-sizing: border-box !important;
}

.uk-form-blank {
    border-bottom: gray 1px solid;
}

.botline:after {
    content: ' ';
    display: block;
    width: 4em;
    margin: .55em 0 0;
    border-style: solid;
    border-width: 0 0 2px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 2.8em;
    border-color: #FFAE02;
    border-width: 0 0 4px;

}

.miback {
    /* background-image: url("/CafePacifico/static/img/slider-2.jpg");
    background-size: cover;
    background-position: center;*/
    display: block;
    position: relative;
    background-color: #1fc8db;
}

.thintitle {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
    color: #1f1f1f;
    line-height: 1.3;
}

.miback::before {
    content: " ";
    display: block;
    background-image: url("../img/slider2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
    position: absolute;
}

.hovercl:hover {
    color: white !important;
}

.bg-white {
    background-color: white;
}

.uk-navbar-nav li:hover {
    border-bottom: #1e87f0 2px solid;
    color: #412A7E;
}

.primario{
    background-color: #1e87f0 !important;
}

.primariocl{
    color: #1E87F0 !important;
}

.second {
    color: 	#FEF829 !important;
}

a.uk-icon-button:hover {
    color: #1e87f0 !important;
    background-color: white;
}

.overlayprimary {
    background-color: #1e87f0; 
    margin-bottom: 15vh;
}

.footer {
    padding-top: 80px;
    background-color: #f1f1f1;
}

@media (max-width: 768px){
    .overlayprimary {
        background-color: #1e87f0; 
        margin-bottom: 10vh;
    }
}

@media (max-width: 576px){
    .overlayprimary {
        background-color: #1e87f0; 
        margin-bottom: 7vh;
    }
}