/* color gris oscuro */
a {
    color: #ff9f22;
}
a:hover {
    color: #e39228;
}
em {
    color: #666;
}
.uk-navbar-nav>li.uk-active>a {
    color: rgba(255,255,255,0.5);
}
.uk-navbar-nav>li>a {
    color: #fff;
}
.uk-navbar-nav>li>a:hover {
    color: rgba(0,0,0,0.5);
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: rgba(66, 66, 66, 0.2) !important;
    color: rgba(255, 255, 255, 0.5);
}
.uk-navbar-toggle {
    color: #ffffff;
}
.bg {
    background-color: rgba(66, 66, 66, 1);
    color: rgba(255, 255, 255, 0.8);
}
.uk-offcanvas-bar {
    background-color: rgb(47, 46, 46);
}
.bg h2, .bg h3, .bg h4, .bg h5{
color: rgba(255, 255, 255, 0.8);
}
.uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    border-top: 1px solid rgb(255, 255, 255, 0.1);
}
.uk-grid-divider>:not(.uk-first-column)::before {
    border-left: 1px solid rgb(255, 255, 255, 0.1);
}
.uk-hr,
hr {
    padding-bottom: 20px;
    margin-top: 20px;
}

.uk-logo img {
    max-width: 300px;
}
#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: #ff9f22;
}
#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: 100px;
            right: 0px;
            margin: 0;
            z-index: 99;
        }
    }