/*#main-container{
    height: 100%;
}
*/
.at-slider .carousel,
.carousel .carousel-inner .bg{
    min-height: 844px;
}

/* Slider Contact Form */
.slider-contact-form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    /*z-index: 99999;*/
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.slider-contact-form-wrapper .slider-contact-form {
    background: rgba(28, 31, 33, 0.3);
    /*padding: 80px 80px 256px;*/
    padding: 1.5rem 2rem 2rem;
    min-width: 416px;
    width: 426px;
}

.slider-contact-form-wrapper .slider-contact-form > p {
    color: #969696;
}

.slider-contact-form-wrapper .slider-contact-form form label {
    color: white;
    margin-bottom: 0px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.slider-contact-form-wrapper .slider-contact-form h2{
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-weight: normal!important;
}

.slider-contact-form-wrapper .slider-contact-form form .form-group{
    margin-bottom:5px;
}

/*@media (max-height: 825px) {
    .slider-contact-form-wrapper .slider-contact-form{
        margin-top: 40px;
    }
}*/

@media (max-width: 575px) {
    .slider-contact-form-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .slider-contact-form-wrapper .slider-contact-form {
        min-width: 256px;
        padding: 3rem;
    }
}

@media (max-width: 505px) {
    h2{
        font-size: 1.6rem!important;
    }
}

@media (max-width: 460px) {
    h2{
        font-size: 1.2rem!important;
    }
}

@media (max-width: 320px) {
    .slider-contact-form-wrapper .slider-contact-form {
        padding: 1rem;
    }
}

.text-color-light{
    color: white;
}

h2.text-color-light{
    font-size: 33px;
}

.at-btn{
    border-radius: 0px;
    border-color: #333;
}

.mt-5.at-btn{
    margin-top: 10px;
}

.d-block{
    width: 100%;
}

.slider-contact-form-wrapper.container{
    width: 447px;
    max-width: auto;
    position: absolute;
    left: initial;
    right: -175px;
    display: flex;
    align-items: flex-start;
    top: initial;
    bottom: 13px;
}

.btn-primary:hover{
    background-color: #c5c5c5;
    border-color: #c5c5c5;
    color: black!important;
}

.at-btn.at-btnb {
    display: initial!important;
}

.carousel-caption{
    width: 580px;
    /*margin-bottom: 366px;*/
    margin-bottom: 395px;
}

/*@media(max-height: 800px){
    .carousel-caption{
        display: none;
    }
}*/

@media(max-width: 800px){
    .carousel-caption {
        bottom: 124px!important;
    }
}

@media(max-width: 768px){
    .at-titleborder{
        margin: 0 0 10px;
        padding: 0 0 10px;
    }

    .carousel-caption{
        position: absolute!important;
        margin-bottom: 540px!important;
        width: 95%!important;
        left: 16px!important;
        /*bottom: 68px!important;*/
        bottom: 135px!important;
    }

    .slider-contact-form-wrapper{
        top: 14%!important;
    }

    .slider-contact-form-wrapper.container {
        width: 100%;
        max-width: 100%;
        position: absolute;
        left: auto;
        right: -50%!important;
    }

    .carousel-caption .btn{
        width: 100%;
        min-width: auto!important;
    }

    .page-header{
        margin-bottom: 15px!important;
    }
}

@media (max-width: 1158px){
    .carousel-caption {
        width: 35%;
        bottom: -33px;
    }

    .carousel-caption .at-titleborder h2{
        font-size: 30px;
    }
}

@media (max-width: 992px){
    .carousel-caption {
        bottom: -4px;
        padding: 15px;
    }

    .carousel-caption .at-titleborder h2{
        font-size: 26px;
    }

    .carousel-caption{
        left: 25px;
    }

    .slider-contact-form-wrapper.container{
        right: -213px;
    }

    .carousel-caption .btn{
        width: 100%;
        min-width: 100%!important;
    }

    #main-container, .main {
        height: initial!important;
    }
}

@media (max-width: 887px){
    .carousel-caption {
        bottom: 139px;
    }

    .at-titleborder{
        margin: 0 0 10px;
        padding: 0 0 10px;
    }

    .at-slider .carousel, .carousel .carousel-inner .bg {
        min-height: 910px;
    }
}

@media (max-width: 812px){
    .carousel-caption {
        bottom: 109px;
    }
}

.btn-green{
    background: #198619;
    border: #078207;
}

.btn-green:hover{
    color: white;
}

.btn-blue{
    background: #5284c4!important;
    border-color: #5284c4!important;
}

.btn-blue:hover{
    background: #5284c4!important;
    color: white!important;
}

.widget-button {
    position: absolute;
    z-index: 5;
    max-width: 311px;
    left: 4.6%;
    top: 5%;
    background: #0000006e;
    padding: 5px 25px 22px;
    text-align: center;
}

.widget-button h2{
    color:white;
    margin:0px;
}

.widget-button h2 span{
    font-size: 25px;
}

.widget-button button{
    margin-top: 0px;
}

.delimited.at-titleborder:before{
    left: 42%;
}

.fz-14{
    font-size: 14px!important;
}

.mb0{
    margin-bottom: 0px!important;
}

#age-base-modal.pasajeros{
    margin-bottom: 5px!important;
}

.quick-submit[disabled],
.quick-submit[disabled]:hover,
.quick-submit .at-btnb:before{
    color: black!important;
    background: #ababab!important;
    border-color: #ababab!important;
}

.quick-submit[disabled],
.quick-submit[disabled]:hover{
    opacity: 1!important;
    color: white!important;
}

.slider-form-center{
    left: 50%!important;
}

.cotizar-modal .modal-body .tab-pane .form-group{
    width: 300px;
    margin: 0 auto;
    float: none;
}

.slider-form-wide{
    max-width: 800px;
    width: 100%!important;
}

.slider-form-wide .slider-contact-form{
    width: 100%;
}

div#imagen{
    margin: 22px auto 22px!important;
}

.at-testimonial blockquote.blockq{
    padding-bottom: 5px;
}

.at-alt-plan{
    padding: 18px 30px 18px;
    min-height: auto!important;
    border-radius: 7px;
}

.at-testimonials .center-box{
    padding: 0px 8px;
}

.item-block{
    max-width: 278px!important;
}