﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 110px;
    padding-left: 15px;
    padding-right: 15px;
}
/*-------------------------------------
TOAST
---------------------------------------*/
.toast {
    padding: 15px 20px;
    color: #fff;
    /*background: rgba(0,0,10,0.7);*/
    background:rgba(0,153,0,1);
    display: inline-block;
    position: fixed;
    top: -100px;
    right: 15px;
    opacity: 0;
    transition: all 0.4s ease-out;
    z-index: 999;
    color: #fff;
    font-size: 16px;
  }
  .toast-error {
    padding: 15px 20px;
    color: #fff;
    background:#ee8222;
    display: inline-block;
    position: fixed;
    top: -100px;
    right: 15px;
    opacity: 0;
    transition: all 0.4s ease-out;
    z-index: 99999999;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
  }
  .toast-success {
    padding: 15px 20px;
    color: #fff;
    background:#20CE88;
    display: inline-block;
    position: fixed;
    top: -100px;
    right: 15px;
    opacity: 0;
    transition: all 0.4s ease-out;
    z-index: 99999999;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
  }
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.form-control::-webkit-input-placeholder {
    color: #555;
    font-weight: bold;
}
.form-control::-moz-placeholder {
    color: #555;
    font-weight: bold;
}
.form-control:-ms-input-placeholder {
    color: #555;
    font-weight: bold;
}
.form-control:-o-input-placeholder {
    color: #555;
    font-weight: bold;
} 
.navbar-fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.slider-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
    object-position: top right;
}
.img-filter{
    filter: contrast(150%) brightness(0.6) saturate(1.1);
}
.text-gray{
    color: #555555;
    font-family: "Open Sans", sans-serif;
}
.text-open-sans,body{
    font-family: "Open Sans", sans-serif;
}
.slick-list{

    border-radius: 25px;;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
}
.h1-transportation{
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    color: #555555;
}
.text-bold{
    font-weight: 600 !important;
}
.text-justify{
    text-align: justify;
}
.h3-tr{
    font-family: "Open Sans", sans-serif;
    color: #555555;
    font-size: 1.2rem;
}
.h3-tr>span{
    margin-right: 5px;
}
.div-destinos-flex{
    display: flex;
    justify-content: center;
}
.div-destinos-flex>div,.div-destinos-flex>a{
    width: 400px;
    height: 250px;
    margin: 15px;
    position: relative;
    cursor: pointer;
}
.text-img{
    position: absolute;
    bottom: 10px;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Open Sans", sans-serif;
    color: #fff;

    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.text-img>h3{
    font-weight: 600;
    font-size: 26px;
    text-align: left;
}
.text-img>p{
    font-size: 12px;
    border: 1px solid #fff;
    height: 19px;
    border-radius: 10px;
    padding: 0px 5px;
    display: flex;
}
.text-img>p>i{
    margin-right: 3px;
    vertical-align: text-top;
    font-size: 9px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #555;
    background-color: transparent;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.bg-purple {
    background: #482a81;
}
.color-purple {
    color: #482a81 !important;
}
.div-destination{
    height: 180px;
    position: relative;
}
.img-filter-pink{
    filter: sepia(0.5) hue-rotate(333deg) saturate(2.5) brightness(0.6);
}
.plr{
    padding-left: 5px;
    padding-right: 5px;
}
.plr-25{
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.mlr{
    margin-left: 5px;
    margin-right: 5px;
}
.btn-primary{
    background: #655095;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    border: none;
}
.btn-primary:hover{
    background: #655095;
    
}
.btn-secondary{
    color: #655095;
    background: #c9c4d9;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    border: none;
}
.btn-secondary:hover{
    background: #655095;
    color: #fff;
}
.divider{
    height: auto;
    width: 1px;
    background-color: #ccc;
}
.text-icon-destination{
    display: block;
    max-width: 100px;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    color: #555;

}
.color-pink{
    color: #ef5fa5;
}
.bs{
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2) !important
}
.show-movil{
    display: none;
}
.slick-prev:before, .slick-next:before{
    color:#000;
}
.color-lila{
    color:#655095 !important;
}
.bc-lila{
    background-color: #655095 !important;
}
.slick-next-custom {
    right: -45px;
}
.slick-prev-custom {
    left: -45px;
}
.slick-prev-custom, .slick-next-custom {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 38px;
    height: 38px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.accordion-button::after{
    margin-left: 15px;
    font-weight: bold;
}
.img-icon {
    width: auto;
    height: 28px;
    margin: 8px;
}
.fs-mini{
    font-size: 10px;;
}
small, .small {
    font-size: 0.75em;
}
span.one-way, span.roundtrip{
    font-size: clamp(22px, 5vw, 2.3rem) !important;
    white-space: nowrap;
}
.form-border{
    border-radius: 25px;
    border:1px solid #000;
}
.color-green{
    color: #0bb700;
}
.br{
    border-radius: 25px;
}
.bg-green{
    background-color: #0bb700;
}
.color-blue{
    color: #201f4b;
}
.bg-blue{
    background-color: #201f4b;
}
.align-right{
    text-align: right;
}
.btns-form>button, .btns-form>a{
    width: 180px;
}
.col-xs-6 {
    width: 50%;
}
.img-transport{
        background: #f7f7f7;
    border-radius: 15px;
    }

.banner-cookie{
    position: fixed;
    bottom: 10px;
    width: 90%;
    z-index: 1000;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color:#fff;
    padding: 20px;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
    
}
.cookie-h{
    max-height: 250px;
    overflow-y: auto;
}
.div-items-contact{
        display: flex;
    justify-content: space-evenly;
        flex-wrap: wrap;
}
.item-contact{
    width: 320px;
    border: 1px solid #555;
    border-radius: 20px 20px 20px 20px;
    margin-bottom: 20px;
}
.divider-top{
        height: 20px;
    background-color: #3f2a55;
    border-radius: 20px 20px 0px 0px;
}
.item-contact .divider-img{
    border: 1px solid #555;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;


}
.item-contact-a{
    border: 2px solid #555;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    color: #555;
    text-decoration: none;
    font-weight: bold;
}
.item-contact-a>span{
    font-weight: bolder;
    font-size: 20px;
    vertical-align: sub;
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.3rem !important;
    }
}
@media (min-width:992px) {
    .img-transport{
        display: block !important;
    }
}
@media (max-width: 991px) {
    .div-info-transport, .div-img-transport {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media(max-width:767px){
    .text-img>h3{
      
       
   
    }
    .slick-track{
        height: 170px;
    }
    .div-destinos-flex {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .div-destinos-flex>div {
        width: 100%;
        height: 100px;
    }
    .navbar-toggler-footer{
        display: none;
    }
    .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-around;
    }
    .navbar > .container-footer{
        align-items: flex-end;
    }
    .not-movil{
        display: none;
    }
    .show-movil{
        display: block;
    }
    .div-destinos-flex>a{
        width: 100%;
        height: 200px;
    }
    .intercambiar-movil{
        display: flex;
        flex-direction: column;
    }
    .intercambiar-movil>.in1{
        order: 2;
    }
    .intercambiar-movil>in2{
        order: 1;
    }
    .menu-footer .nav-link{
        padding: 0;
    }
    .div-info-transport{
        display: none;
    }
    .div-icons-transport>div{
        display: inline !important;
    }
    .div-icons-transport span{
        display: inline-flex;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
    }
    .div-icons-transport small{
       text-align: left;
       white-space: normal;
        word-wrap: break-word;
        word-break: break-word;
    }
    .div-icons-transport i,.div-icons-transport img {
        margin: 0 8px;
        width: 20px;
        height: auto;
        font-size: 1.2rem !important;
     }
     .transport h3{
        text-align: center;
     }
     .transport >div{
        display: block !important;
     }
     .div-icons-transport{
        margin-top: 10px;
     }
     .navbar-brand{
        padding: 0 !important;
     }
     .navbar-brand>img{
        height: 50px;;
     }
     .navbar-toggler{
        border: none;
     }
     .btns-form>button, .btns-form>a {
        width: 43%;
    }
    .body-content {
        margin-top: 70px;
      
    }
    
}
@media(max-width:470px){
    .div-captcha{
        display: block !important;
    }

    .container-footer>div{
        margin-left: auto;
         
    }
    .menu-footer li{
        text-align: right;
    }
    .g-recaptcha>div{
        width: 100% !important;
        margin-bottom: 15px;
    }
    .g-recaptcha>div iframe{
        width: 100% !important;
    }
    #rc-anchor-container{
        width: 100% !important;
    }
}