body {
    background-image: url("../img/fondo-pagina.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 100% center;
    background-color: #cccccc;
    font-family: "Noto Sans", sans-serif;
    color: #ffffff;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

.logocic{
    position: absolute;
    top:0;
    left: 0;
    width: 150px;
    padding: 30px;
}


strong {
    font-weight: 700;
    color: #d8d2a8;
}

.barra {
    position: fixed;
    bottom: 0;
}

.mata-izq {
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 150px;
}

.mata-der {
    position: fixed;
    bottom: 0;
    right: 0 !important;
    z-index: 2;
    width: 150px;
}

.logo {
    max-width: 500px;
    margin: auto;
}

.menu-desktop-list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 60%;
    margin: 0 auto;
}

.cont-desktop {
    width: 600px;
    font-weight: 600;
}

.a-menu-active:hover {
    background-color: #000000;
    border-radius: 8px;
    transform: translateY(-5px);
}

.a-menu,
.a-menu-active {
    padding: 12px;
    transition: all 0.5s;
}

.a-menu:hover {
    background-color: #000000;
    border-radius: 8px;
    transform: translateY(-5px);
}

.img-menu img {
    width: 50px;
    margin-top: 12px;
}

.card {
    margin-top: 8px;
    border-radius: 10px;
    background-color: #1b1e23;
}
}

.card-header {
    background-color: #1b1e23;
    
}

.card-header h5 {
    background-color: #1b1e23;
    border-radius: 10px;
}

.acordeon-agenda {
    width: 700px;
}

.fecha {
    font-weight: 600;
    color: #efefef;
    text-decoration: none !important;
}

.fecha span {
    color: #c5bbbb;
}

.fecha strong {
    color: #d1c99c;
    font-weight: 700;
}

.flecha {
    position: absolute;
    right: 0;
    padding-right: 15px;
}

.btn-link:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #dedbc7;
    border-radius: 8px;
    border: solid 1px #dedbc7;
    
}

.nav-pills{
    color: #212021;
}

.acordeon-agenda {
    margin-bottom: 100px;
}

.acordeon-agenda .nav-item {
    width: 25%;
}

.acordeon-agenda .nav-link {
    background-color: #eef5ff;
    border-radius: 8px;
    border: solid 1px #dedbc7;
    text-align: center;
    margin: 2px;
    height: 55px;
    font-weight: 700;
    
}

.table-gray {
    color: #efefef;
    font-weight: 400;
    width: 40%;
}

.dia {
    color: #e5dfb9;
    font-weight: 700;
}

.th {
   border-top: 0px !important;
}

.table td {
    border-top: 1px solid #dedbc7;
}

.table {
    font-weight: 400;
}

.tab-content {
    color: #f0f0f0;
}

.checkin {
    font-style: italic;
    color: #4f4f4f !important;
}

.boton-destino {
    background-image: url("../img/fondo-dia1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% center;
    background-color: #000000;
    color: #fff;
    border-radius: 8px;
    padding: 8px;
    position: relative;
    min-height: 100px;
    padding-top: 40px;
}

.boton-xcaret {
    background-image: url("../img/fondo-xcaret.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% center;
    background-color: #000000;
    color: #fff;
    border-radius: 8px;
    padding: 8px;
    position: relative;
}

.flecha-xoxi {
    position: absolute;
    right: 0;
    top: 27%;
}

.link-rosa {
    color: #ff286a !important;
    font-weight: 900;
    text-decoration: underline !important;
    cursor: pointer;
}

.modal-content {
    background-color: #333333;
}

.navbar-toggler {
    background: rgba(1, 178, 243, 1);
    background: -moz-linear-gradient(top, rgba(1, 178, 243, 1) 0%, rgba(1, 99, 144, 1) 100%);
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(1, 178, 243, 1)),
        color-stop(100%, rgba(1, 99, 144, 1))
    );
    background: -webkit-linear-gradient(top, rgba(1, 178, 243, 1) 0%, rgba(1, 99, 144, 1) 100%);
    background: -o-linear-gradient(top, rgba(1, 178, 243, 1) 0%, rgba(1, 99, 144, 1) 100%);
    background: -ms-linear-gradient(top, rgba(1, 178, 243, 1) 0%, rgba(1, 99, 144, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 178, 243, 1) 0%, rgba(1, 99, 144, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01b2f3', endColorstr='#016390', GradientType=0);
    border: 0px !important;
}

#navbarTogglerDemo02 > ul > li.nav-item > a > i > img {
    width: 50px;
}

.menu-mobile .nav-item:hover {
    background-color: rgba(255, 255, 255, 0.26);
}

.menu-mobile .nav-item a {
    text-align: center;
    color: #fff !important;
    font-weight: 900;
    padding: 20px;
}

.menu-mobile {
    display: none;
}

#button-menu-mobile {
    height: 50px;
    width: 50px;
    background: linear-gradient(180.29deg, #01b4f3 34.11%, #016390 141.57%);
    border: none;
    border-radius: 9px;
    padding: 12px;
}

#button-menu-mobile img {
    text-align: center;
}

.menu-desktop {
    display: block;
}

.acordeon-agenda h4 {
    color: #fff;
    font-weight: 700;
}

.modal-header {
    border-bottom: 0px !important;
}

.modal-footer {
    border-top: 0px !important;
}

.modal-body p {
    color: #fff;
}

.logo-container {
    position: relative;
}

.logo-container-button-menu-mobile {
    height: 50px;
    width: 50px;
    background: #000000;
    border: none;
    border-radius: 9px;
    padding: 12px;
    display: none;
}

.btn-tour{
    background-color: #E06C17;
    border-radius: 20px;
    width: 300px;
    display: block;
    margin: auto;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    
}

.btn-tour:hover{
    background-color: #FE7C1E;
    border-radius: 20px;
    width: 300px;
    display: block;
    margin: auto;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    cursor: pointer;
    
}

.logos{
    background-color: rgba(244, 244, 244, 1);
    border-radius: 20px;
    padding: 20px;
    
}

.logo-bbva-2{
        width: 80px;
        margin-top: 30px;
    }


@media (max-width: 700px) {
    
    .logo-bbva-2{
        width: 80px;
        margin-top: 30px;
    }
    
.logocic{
    position: absolute;
    top:0;
    left: 0;
    width: 80px;
    padding: 10px;
}
    
    .logo-container{
        margin-top: 80px;
    }
    
    .menu-desktop {
        display: none;
    }

    .menu-mobile {
        background: url("../img/fondo-mobile.jpg");
        width: 100%;
        height: 100vh;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        position: fixed;
        top: 0%;
        left: 0%;
        z-index: 9;
    }
    .menu-mobile--show{
        display: block;
    }

    .menu-mobile-close {
        padding: 16px;
        text-align: right;
        padding-right: 29px;
    }

    .menu-mobile-list {
        margin: 0;
        padding: 0;
        padding-left: 20%;
    }

    .menu-mobile-item {
        list-style: none;
        border-radius: 17px;
        padding: 15px;
    }

    .menu-mobile-item:hover {
        list-style: none;
        background: rgba(10, 10, 10, 0.42);
        border-radius: 17px;
        padding: 15px;
    }

    .menu-mobile-item a {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .menu-mobile-item a h3 {
        font-family: "Noto Sans", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 19px;
        line-height: 24px;
        text-align: right;
        color: #ffffff;
        margin: 0 15px;
    }

    .menu-mobile-item a img {
        width: 64px;
    }

    body {
        background-image: url("../img/fondo-mobile.jpg");
        background-position: fixed;
    }

    .acordeon-agenda {
        width: 100%;
        padding: 5px;
    }

    .mata-izq {
        width: 90px;
    }

    .mata-der {
        width: 80px;
    }

    .cont-desktop {
        width: 100%;
    }

    .nav-link {
        padding: 2px;
    }

    .card-body {
        padding: 5px;
    }

    .logo-container .logo {
        max-width: 250px;
    } 
}


