﻿@font-face {
    font-family: Gotham-Bold;
    src: url(../fonts/Gotham-Font/Gotham-Bold.otf);
}

@font-face {
    font-family: Gotham-Medium;
    src: url(../fonts/Gotham-Font/GothamMedium.ttf);
}
/*body {
    font-family: Gotham-Medium, sans-serif;
}*/
.section-home-search {
    background-color: #01a1dd;
    border-radius: 50px;
}
/*.home-first-section {

}*/
.title-search-form {
    font-family: Gotham-bold, sans-serif;
    letter-spacing: 1px;
}

.lb-search-home {
    font-size: 26px;
    font-family: Gotham-bold, sans-serif;
    width: 100%;
}
.form-control-search {
    width: 100%;
    height: 45px;
    background-color: #fff;
    border: none;
    padding: 5px 5px 5px 45px;
    font-size: 18px;
}
.input-addon {
    position:relative;
}
.icon-input-search {
    position: absolute;
    left: 10px;
    top: 7px;
    font-size: 30px !important;
    color: rgb(248, 202, 18);
}
.button-book-search {
    background: rgb(248, 202, 18);
    color: #fff;
    border-radius: 10px;
    font-size: 28px;
    font-family: Gotham-bold, sans-serif;
    border: 0;
    padding: 20px 30px;
    cursor: pointer;

}
.section-video-home {
    padding: 0px !important;
}
.iframe-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.iframe-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.enjoy-home {
    background-color: #262626;
    color: #fff;
    padding: 15px 50px;
    font-family: Gotham-bold, sans-serif;
}

.enjoy-title-home {
    font-family: Gotham-bold, sans-serif;
}
.enjoy-description {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.3em;
}
.title-why-ride {
    font-family: Gotham-bold, sans-serif;
}
.column-whyride {
    display: flex;
    flex-direction: column;
}
.item-whyride-left {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-family: Gotham-bold, sans-serif;
    font-size: 24px;
    justify-content: flex-end;
}

.item-whyride-left span {
    text-align: right;
}

.item-whyride-left img {
    margin-left: 15px;
}
.item-whyride-right {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-family: Gotham-bold, sans-serif;
    font-size: 24px;
}

.item-whyride-right img {
    margin-right: 15px;
}
.content-bookyour {
    display: table;
}
.item-bookyour div{
    display: table-cell;
}
.bookyour-1 {
    width: 90px;
}
.item-bookyour img {
    width: 60px;
}
.item-bookyour p {
    color: #3c3b6e;
    font-size: 20px;
    margin-bottom: 20px;
}
.button-book-blue {
    background: #00a0df;
    color: #fff;
    border-radius: 10px;
    font-size: 28px;
    font-family: Gotham-bold, sans-serif;
    border: 0;
    padding: 20px 30px;
    cursor: pointer;
    -webkit-box-shadow: 0px 29px 25px -3px rgba(0,0,0,0.21);
    box-shadow: 0px 29px 25px -3px rgba(0,0,0,0.21);
}
.body-official-airport .company-logo {
    flex-grow: 1;
    /*flex-basis: 0;*/
    min-width: 0;
    padding: 15px;
}
.body-official-airport .company-logo img {
    margin: auto;
    display: block;
}
.row-section-search {
    margin: 60px 0;
    /*padding: 0 15px;*/
}
.section-home-search {
    margin: -45px 0;
    padding: 0;
}
.title t2-domestic {
    position: absolute;
}

@media (max-width: 1025px) {
    .home-first-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .section-home-search {
        order: 2;
        margin: 15px 25px;
        flex: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .section-video-home {
        width: 100% !important;
        flex: 100% !important;
        max-width: 100% !important;
    }
    .row-section-search {
        margin: 0px !important;
    }
    .home-second-section .title-why-ride {
        margin-top: 100px !important;
    }
    .title t2-domestic {
        position: relative;
    }
}

@media (max-width: 769px) {
    
    .column-whyride {
        order: 2;
    }
    .column-why-ride {
        order: 3;
    }
    .image-why-ride {
        order: 1;    
    }
    .title-section {
        font-size: 30px;
    }

    .item-whyride-left, .item-whyride-right {
        font-size: 18px;
    }
    .text-ridingin-our h3 {
        font-size: 24px;
    }
    .cancun-t2-domestic {
        font-size: 20px;
    }

    #menu-main li .nav-item-a {
        font-size: 14px;
    }

    .enjoy-home {
        padding: 15px 30px;
    }

    .enjoy-title-home {
        font-size: 28px;
    }

    .enjoy-description {
        font-size: 20px;
    }

    .title-search-form {
        font-size: 26px;
    }

    .lb-search-home {
        font-size: 18px;
    }

    .form-control-search {
        font-size: 16px;
    }

    .button-book-search, .button-up-seach {
        font-size: 18px;
    }

    #descrip-experience {
        font-size: 18px !important;
    }

    .title-bookyour {
        font-size: 22px;
    }
    .descript-bookyour {
        font-size: 18px;
    }
}

@media (max-width: 426px) {
    .section-home-search {
        margin-left:0 !important;
        margin-right:0 !important;
    }
    .item-whyride-left, .item-whyride-right {
        font-size: 14px;
    }

    .item-whyride-left {
        /*flex-grow: 1;*/
        flex-direction: column-reverse;
        height:100px;
    }

    .item-whyride-right {
        /*flex-grow: 1;*/
        flex-direction: column;
        height: 100px
    }

    .item-whyride-left img, .item-whyride-right img {
        margin-left:0;
        margin-right:0;
    }

    .item-whyride-left span, .item-whyride-right span {
        text-align: center;
    }

    .enjoy-home {
        padding: 15px;
    }

    .enjoy-title-home {
        font-size: 24px;
    }

    .enjoy-description {
        font-size: 16px;
    }

    .title-search-form {
        font-size: 22px;
    }

    #descrip-experience {
        font-size: 16px !important;
    }

    .title-section {
        font-size: 28px;
    }

    .title-bookyour {
        font-size: 20px;
    }

    .descript-bookyour {
        font-size: 16px !important;
    }

    .div-date-to, .div-date-to {
        width: 100% !important; 
    }
}

@media (max-width: 376px) {
    .enjoy-title-home {
        font-size: 20px;
    }

    .enjoy-description {
        font-size: 14px;
    }
    .text-ridingin-our h3 {
        font-size: 18px;
    }

    .title-section {
        font-size: 22px;
    }

    .title-bookyour {
        font-size: 18px;
    }

    .descript-bookyour {
        font-size: 14px;
    }
}
@media (max-width: 992px) {
    #button-to-search {
        display:none !important;
    }

    #movil-to-search {
        display: flex !important;
    }
}
