nav.navbar.navbar-default ul.nav > li > a:hover {
    color: white;
    text-decoration: underline;
}

.navbar-default .navbar-toggler .icon-bar, header.sticky .navbar-default.header-light .navbar-toggler .icon-bar, header.sticky .navbar-default.header-light-transparent .navbar-toggler .icon-bar {
    background-color: white;
}

.visible-1300-block {
    display: none;
}

.navbarHeight80px{
    height: 80px;
}
@media (min-width:1301px) {
    .visible-1300-block {
        display: inline-block;
    }
}

/* nav.navbar.navbar-default ul.nav {
    z-index: 12;
    position: relative;
}

.header-btn-buy {
    z-index: 10;
}


@media (min-width:991px) {
    nav .btn.btn-rounded.btn-very-small {
        padding: 2px 7px 1px;
    }
}
@media (min-width:1199px) {
    nav .btn.btn-rounded.btn-very-small {
        padding: 2px 23px 1px;
    }
}

@media (min-width:520px) {
    .header-btn-buy {
        margin-top: -70px!important;
    }
}

@media (min-width:991px) {
    .header-btn-buy {
        margin-top: 0px!important;
    }
} */


.linea {
    border-right: solid 1px #ffffff !important;
    width: 1px;
    opacity: 0.2;
    height: 30px;
}

.w-auto {
    width: auto !important;
}

.max-height-130 {
    max-height: 130px;
}

.margin-150px-top {margin-top:150px}


/************************************ Footer ********************************************************/

footer a:hover, a:active  {
    color: #ffffff;
    text-decoration: none;
}

footer .interaction li.share ul {
    padding: 1px 18px;
}

footer .interaction li.share ul {
    transition: 0.5s;
    padding: 0 !important;
    opacity: 1;
    margin-top: 12px;
    margin-left: 12px;
}

.desactivar {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
    opacity: 0.5;
  }

footer .interaction ul {
    display: block;
    width: 100%;
}

.check{
    background-image: url('../images/iconcheck.svg');
    width: 25px;
    height: 25px;
}

.noCheck{
    background-image: url('../images/iconerror.svg');
    width: 25px;
    height: 25px;
}

footer .interaction li.share {
    transition: 0.5s;
    position: relative;
    background: #000000;
    overflow: hidden;
    z-index: 10;
}

@media (max-width: 767px){
    footer .interaction li.share {
        min-width: 82px !important;
    }
}

footer .interaction li.share {
    min-width: 82px !important;
}

footer .interaction li {
    height: 52px;
    width: 27px;
    background-color: #4b225c;
    /* border-radius: 100px; */
    border: 0.5px solid white;
    list-style: none;
    clear: both;
    transition: 0.5s;
    overflow: hidden;
    margin: 10px -2px;
    float: right;
    position: relative;
    display: none;
}

@media (max-width: 767px){
    footer .interaction li {
        float: none !important;
        clear: none !important;
        border: none !important;
        background: none !important;
        height: 26px !important;
        display: block;
    }

    footer .interaction ul {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex !important;
        justify-content: space-around;
    }

    footer .interaction li.share ul {
        margin-left: 0 !important;
    }
    
}




.btn.btn-small {
    padding: 4px 10px;
    white-space: normal;
}

footer .interaction {
    position: fixed;
    right: 10px;
    top: 42%;
    z-index: 12;
}

@media (max-width: 767px){
    footer .interaction {
        right: 0 !important;
    }
}


@media (max-width: 767px) {
    footer .interaction {
        top: auto !important;
        left: 0;
        right: 0;
        background: #000000;
        bottom: 0px;
    }
}

.interaction {
    width: 85px;
}


footer .interaction > ul > li {
    margin: 10px 20px !important;
}




@media (max-width: 767px){
    .interaction {
        width: 100% !important;
    }
}
/***************************************************************************************************/
@media (min-width:320px) {
    .btn.btn-small {
        padding: 4px 24px;
    }
}

@media (min-width:575px) {
    .btn.btn-small {
        padding: 4px 24px;
    }
}


@media (max-width:768px) {

    .visibleSm {
       display: block !important;
    }
}


@media(max-width: 1200px) {

    .parrafoNoneIpad {
        display: none;
    }
}

@media(min-width: 1200px) {

    .parrafoBlockIpad {
        display: none;
    }
}

@media (max-width: 991px){
    .text-sm-center-alham {
        text-align: center!important;
    }
}




@media(max-width: 645px) {

    .fraseNone {
        display: none;
    }
}

@media(max-width: 767px) {
    .imagenReserve {
        margin-bottom: 0px !important;
        max-height: 260px;
    }
}



@media(max-width: 1500px) {

    .imagenNoneReserve {
        display: none !important;
    }
}

@media(max-width: 991px) {

    .blogNoneMd {
        display: none !important;
    }
}


@media (min-width: 1500px){
    .col-xl-4-imagen-reserve {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}


@media(min-width: 992px) and (max-width: 1500px) {

    .noneRecorrido {
        display: none !important;
    }
}




@media (min-width: 1500px){
    .col-xl-3-alhambra {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}


/*Notificaciones*/
.notificacion {
   
    padding: 1rem 3rem;
    opacity: 0;
    transition: opacity .5s;
}

.visible {
    opacity: 1;
}


/*Colores de la notificacion*/

.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.correcto {
 color: green;
 background-color: rgb(179,241,117);
}


.sombra {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    border-radius: 5px;

}



input:focus, textarea:focus {
    border-color: #585858;
    outline: none;
}


.borderojo , .borderojo:focus{
    border: solid 1px red !important;
}


.realizaPago {
    cursor: pointer;
}

.alert {
    font-size: 12px;
}

.menuNegro {
    background-color: #000;
    height: 80px;
}

.iCarrito {
    font-size: 11px;
}

.seccionGeneralResumenCompra {
    padding-top: 80px!important;
}

.textareaComentario {
    height: 152px;
}

.inputLegal {
    height:14px !important;
    width: 14px; 
    margin-right:10px;
}

.aAvisoLegal {
    text-decoration: underline;
}

.fontNegro {
    color: #000 !important;
}

.ulTour {
    margin-top: -20px
}

.liTour {
    padding: 25px 0 !important
}

.textUnderline {
    text-decoration: underline !important;
}

.opacity09 {
    opacity: 0.9
}

.logoFooter {
    margin-top: -25px
}


.menu-center{
    height: 80px;
}

.logoCarrito {
    font-size: 11px;
}


.parrafoNoneIpad {
    margin-top: 30px
}

.margin-25px-top-negativo {
    margin-top: -25px;
}

.margin-50px-top-negativo {
    margin-top: -50px;
}

.liImagenes {
    position: absolute;
    left: 0%;
     top: 0px;
}

.portfolio {
    position: relative;
    height: 1262.62px;
}

.checkAcepto {
    font-size: 12px;
     margin-top: 0px
}

.textoCheck {
    font-size: 12px;
}

.inputAviso {
    height:14px !important;
    width: 14px;
    margin-right:10px;
}


.envioOkNoMostrar {
    display: none;
}

input[type=date] {
    background-color: white;
}

/* input:focus, textarea:focus {
    border-color: transparent !important;
} */

.logo-gtc {
    width: 90px;
    max-width: 200px;
}

.btn-buy {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  
  .btn-buy:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
  }
  
  .btn-buy:focus, .btn-buy.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  
  .btn-buy.disabled, .btn-buy:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  
  .btn-buy:not(:disabled):not(.disabled):active, .btn-buy:not(:disabled):not(.disabled).active,
  .show > .btn-buy.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
  }
  
  .btn-buy:not(:disabled):not(.disabled):active:focus, .btn-buy:not(:disabled):not(.disabled).active:focus,
  .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }

.text-black-important, .btn.text-black-important {color:#000!important}

/* fix height mac */
.white-content {
    position: absolute;
    width: CALC(100% - 30px);
    height: 100%;
    background-color: white;
}

/* Fixed Banner */
.fixed-banner {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px;
    background-color: black;
    text-align: center;
    padding: 30px;
    z-index: 100;
    color: white;    
    font-size: 24px;
    -webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.75);
}

.v-align-center {
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
}