#myslider li.uk-active {
    border-bottom: 	#FFAE02 5px solid;
}

.prevwithancho svg, .nextwithancho svg {
    /*color: #FFAE02 !important;*/
    width: 40px;
    height: 40px;
}

#mynav li.uk-active {
    border-bottom:  #FFAE02 5px solid;
}

.experiencias .uk-card-body img {
    width: 160px;
    display: inline-block !important;
}

.experiencias .uk-card-body {
    text-align: center !important;
}

.experiencias .uk-card-body p {
    text-align: left !important;
}

.log-entd {
    position: absolute;
    bottom: 0px;
    width: 40%;
}

.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: #FFAE02;
    border-radius: 50px;
    padding: 14px 10px;
    color: white;
}

* {
    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("/images/slider8.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: #FFAE02 5px solid;
    color: #412A7E;
}

.primario{
    background-color: #412A7E !important;
}

.primariocl{
    color: #412A7E !important;
}

.second {
    color: 	#FEF829 !important;
}

a.uk-icon-button:hover {
    color: #412A7E !important;
    background-color: white;
}

.overlayprimary {
    background-color: #FDD835;
    margin-bottom: 15vh;
}

.overlayprimary h3 {
    color: #757575 !important;
}

.footer {
    padding-top: 80px;
    background-color: #f1f1f1;
}

@media (max-width: 768px){
    .overlayprimary {
        background-color: #412A7E;
        margin-bottom: 10vh;
    }
}

@media (max-width: 576px){
    .overlayprimary {
        background-color: #412A7E;
        margin-bottom: 7vh;
    }
}
