/* color blanco y verde barra transparente */
a {
    color: #32d296;
}
a:hover {
    color: #21de97;
}
em {
    color: #666;
}
.uk-text-success {
    color: #21de97 !important;
}
.navbar .uk-navbar-nav > li > a {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.navbar .uk-navbar-nav > li.uk-active > a {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.navbar .uk-navbar-nav > li > a:hover {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.navbar .uk-navbar-nav > li {
    position: relative;
    display: block;
}
.navbar .uk-navbar-nav > li a::after {
    content: " ";
    height: 4px;
    width: 0%;
    position: absolute;
    left: 0px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0) display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 50%;
    margin-left: 50%;
    background-color: #ff9d00;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: rgba(12, 12, 12, 0.2) !important;
    color: rgba(255, 255, 255, 0.5);
}
.uk-offcanvas,
.uk-offcanvas-bar {
    width: 100%;
}
.uk-nav-default > li > a {
    text-align: center;
    font-size: 1.2rem;
    padding-top: 8px;
}
.uk-offcanvas-bar {
    left: -100%;
    background: #222222;
    color: #f2f2f2;
}
.uk-offcanvas-bar,
.uk-offcanvas-bar li a,
.uk-offcanvas-bar span a {
    color: #f2f2f2;
}
.uk-offcanvas-bar a:hover {
    color: #32d296;
    text-decoration: none;
}
.uk-offcanvas-bar .uk-close {
    color: #fff;
}
.uk-offcanvas-bar .uk-close:hover {
    color: #000;
}
.uk-nav-divider {
    margin: 25px;
    border-top: solid 1px rgba(120, 120, 120, 0.5);
}
@media only screen and (min-width: 600px) {
    .uk-nav,
    .uk-nav ul {
        padding: 0 25% 0 25%;
    }
}
.bg {
    background-color: #222222;
    color: #f2f2f2;
}
.bgh {
    background-color: #32D296;
    color: #f3f6f4;
}
.bg h2,
.bg h3,
.bg h4,
.bg h5 {
    color: #f2f2f2;
}
.bg .uk-button-default {
    color: #f2f2f2;
    border: 1px solid #f2f2f2;
}
.uk-grid-divider > :not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(190, 190, 190, 0.3);
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    border-top: 1px solid rgba(190, 190, 190, 0.3);
}
.uk-nav span a {
    padding: 10px;
}
.btn-menu-txt::after {
    content: "Menu";
}
.uk-hr,
hr {
    padding-bottom: 20px;
    margin-top: 20px;
}
.uk-navbar-left {
    max-width: calc(100% - 100px);
}
.uk-logo img {
    max-width: 300px;
    width: 100%;
}
.uk-logo {
    max-width: calc(100% - 50px);
}
#mapa {
    z-index: 0;
}
.whatsappbtn {
    background-color: #63ce00;
    color: #fff;
    position: fixed;
    right: 15px;
    bottom: 15px;
    font-size: 12px;
    z-index: 200;
}
.whatsappbtn:hover {
    background-color: #60c700;
}
.whatsappbtn span {
    margin-right: 5px
}
@media only screen and (max-width: 600px) {
    .whatsappbtn {
        font-size: 11px;
    }
}
/* ajustes barra top y carrusel en movil */
@media only screen and (max-width: 600px) {
.bgh .uk-grid-margin {
    margin-top: 0;
}
.uk-slidenav-next {
    margin-left: -20px;
}
.uk-slidenav-previous {
    margin-right: -20px;
}
.galeria .uk-padding-small {
    padding: 20px;
}
}
/* ajustes modulos especiales */
.componente .img-config, .componente  .uk-grid a {
    align-items: flex-start;
}
.c_overtxt_img_der .uk-background-default{
    left:65%;
    z-index:99
}
.c_overtxt_img_izq .uk-background-default{
    left:40%;
    z-index:99
}
@media only screen and (max-width: 640px) {
    .c_overtxt_img_der .uk-background-default{
    left: 50%;
    width: 85%;
    position: relative!important;
    margin-bottom: -30%;
    margin-top: 10%;
}
    .c_overtxt_img_izq .uk-background-default{
    left: 50%;
    width: 85%;
    position: relative!important;
    margin-bottom: 10%;
    margin-top: -20%;
}
}
/* ajuestes tienda */
@media only screen and (max-width: 600px) {
    #modal-cart .uk-button,
    #modal-descripcion .uk-button {
        width: 100%;
        margin-bottom: 15px;
    }
    .uk-table-small td,
    .uk-table-small th {
        padding: 8px 10px;
        font-size: 14px;
        max-width: 100px;
    }
    .uk-modal-body {
        padding: 10px 10px;
    }
    .uk-modal {
        padding: 0px 0px;
    }
    .uk-modal-title {
        font-size: 1.6rem;
        line-height: 1.2;
        padding: 10px 10px 0px 10px;
    }
    .uk-navbar-center:not(:only-child) {
        left: 15px;
    }
}
.uk-badge {
    background: #21de97;
}
#modal-descripcion .uk-modal-dialog {
    width: 800px;
}
@media only screen and (min-width: 600px) {
    .foto {
        background-color: #222;
        display: block;
    }
    .foto img:hover {
        opacity: 0.5;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
}
.uk-card-title {
    font-size: 1.2rem;
    line-height: 1;
}
/* ajuste agencia turismo orden elementos*/
@media only screen and (max-width: 640px) {
    .exc {
        flex-direction: column-reverse;
    }
}
.c_tienda .uk-card-default .uk-card-footer {
    position: absolute;
    bottom: 0px;
    box-sizing: border-box;
    width: 100%;
}
.c_tienda .uk-card-default {
    padding-bottom: 42px;
}
.cartmenu {
    background-color: white;
    border-radius: 50px;
    padding: 10px !important;
    min-height: auto !important;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
    margin-right: 15px;
}
.cartmenu:hover {
    text-decoration: none;
}
@media only screen and (max-width: 640px) {
    .cartmenu {
        position: absolute;
        top: 130px;
        right: 0px;
        margin: 0;
    }
}
