/* color gris */
a {
    color: #FFBF00;
}
a:hover {
    color: #ffa700;
}
em {
    color: #666;
}
.uk-nav-default>li>a:focus, .uk-nav-default>li>a:hover {
    color:  rgba(255, 170, 65, 0.8)
}
.uk-nav > li.uk-active > a,
.uk-nav-default .uk-nav-sub a {
    color: rgba(255, 255, 255, 0.8)
}
.uk-nav > li > a {
    color: rgba(255, 255, 255, 0.9);
}
.uk-navbar-nav>li>a {
    color: #fff;
}
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(50,50,50,1.00);
    color: rgba(255, 255, 255, 0.8);
}
.uk-offcanvas-bar {
    background-color: rgba(65,65,65,1.00);
}
.bg h2,
.bg h3,
.bg h4,
.bg h5 {
    color: rgba(255, 255, 255, 0.8);
}
.uk-grid-divider > :not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgb(211, 211, 211);
}
.uk-hr,
hr {
    padding-bottom: 20px;
    margin-top: 20px;
}
.uk-logo img {
    max-width: 300px;
    width: 100%;
    margin-bottom: 15px;
}
footer {
    background-color: #f2f2f2;
    border-top: solid #e0e0e0 1px;
    background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
}
#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: #ffa700;
}
#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;
    color: #FFBF00!important;
}
.cartmenu:hover {
    text-decoration: none;
}