@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.woff2') format('woff2'), url('../fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: 'Lato', sans-serif;
}

.navbar-default {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    -webkit-box-shadow: 0px 8px 30px -10px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 8px 30px -10px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 8px 30px -10px rgba(0, 0, 0, 0.56);
}

.to-sort {
    margin-top: 60px;
}

.navbar {
    min-height: 95px !important;
    margin-bottom: 0px !important;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    width: 100% !important;
}

.nav > li {
    height: 94px;
    padding: 0px 0px;
}

.nav > ul li a:hover {
    background-color: blue !important
}

.navbar-nav > li > a {
    height: 95px;
    line-height: 67px;
}

    .navbar-nav > li > a:hover {
        color: white;
        background-color: #e6b706 !important;
        border-bottom: 3px solid black;
        text-transform: uppercase;
    }

.navbar-flag img{
    height: 2vw;
    display: inline-block;
    margin-right: 0.5vw;
}

.navbar-collapse.collapse, .navbar-collapse.collapsing {
    height: 94px !important;
    overflow: hidden !important;
    padding-right: 15px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: #e6b706;
    border-bottom: 3px solid black;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.airport-bg {
    background: url(../img/ezeiza.jpg) no-repeat;
    background-size: 100%;
    height: 29vw;
    margin-top: 4.5vw;
}

.white-text {
    color: white !important
}

.left {
    text-align: left;
    float: left;
}

.right {
    text-align: right;
    float: right;
}

.black-card {
    background-color: #000000b3;
    margin-top: 6vw;
}

    .black-card h2 {
        font-size: 2vw;
    }

    .black-card span {
        font-weight: 300;
    }

.phone-number {
    background: url(../img/bg_01.png) no-repeat;
    background-size: 100%;
    height: 10vw;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .phone-number h2 {
        margin: auto;
        color: black;
        font-weight: 300;
        font-size: 2.3vw;
    }

    .phone-number span {
        margin: auto;
        color: black;
        font-weight: 600;
    }

.center {
    text-align: center;
    /* margin: auto; */
    align-items: center;
}

.prices {
    background-color: #ffffff;
}

.gray-bg {
    background-color: #f3f3f2;
}

.prices .price {
    width: 100%;
}

    .prices .price > div {
        background: #e6b706;
        color: #fff;
        font-size: 2.5vw;
        font-weight: bold;
    }

        .prices .price > div > img {
            height: 2vw;
            display: inline-block;
            vertical-align: baseline;
            margin-right: 0.5vw;
        }

.prices h2 {
    margin: auto;
    color: black;
    font-weight: 600;
    font-size: 2.3vw;
}

.prices .first-price {
    margin-left: 4.15%;
}

.vertical-line {
    width: 1vw !important;
    opacity: 0.2;
}

.bg-02 {
    background: url(../img/bg_02.png) no-repeat;
    background-size: 100%;
    height: 9vw;
}

.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.whatsapp-sec h1 {
    color: black;
    font-size: 2vw;
    text-transform: uppercase;
}

#whatsapp .tel {
    color: #333333;
    border: 2px solid #e7b705;
    padding: 5px;
    font-size: 31px;
    border-radius: 100%;
    text-decoration: none;
}

#whatsapp .wa {
    background: url(../img/whatsapp.svg) no-repeat;
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: bottom;
}

#whatsapp h2, .h2 {
    font-size: 36px;
    font-weight: 600;
}

#whatsapp small {
    white-space: nowrap;
}

.whatsapp-sec strong {
    color: #7d7d7d;
    font-size: 2vw;
    text-transform: uppercase;
}

.whatsapp-sec .center img {
    width: 4vw
}

.whatsapp-sec .btn-default {
    color: #000000;
    background-color: #f4f3f2 !important;
    border-color: #000;
    border-radius: 0px !important;
    border: none !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    outline: none !important;
    background: url(../img/whatsapp.svg) no-repeat;
    padding: 8px 8px 6px 40px;
    background-size: 31px;
    background-position-x: 5px;
    background-position-y: 2px;
    box-shadow: none !important;
    font-size: 16px;
}

footer {
    background-color: #333333;
    padding: 30px 0px;
    margin-top: -1vw;
}

    footer ul {
        list-style: none;
    }

    footer li {
        padding: 5px 25px;
        margin: 0px 5px;
        border-bottom: 2px solid black;
    }

        footer li:hover {
            border-bottom: 2px solid #e7b705;
        }

        footer li a {
            color: #e6b706 !important;
            text-decoration: none !important;
            font-size: 16px;
            text-transform: uppercase;
        }

    footer h2 {
        font-size: 25px !important;
        color: #ffffff;
        letter-spacing: 1px;
    }

    footer i {
        color: #e7b705;
        font-size: 1vw !important;
        padding: 7px;
        border-radius: 100%;
        background-color: #e7b70500;
        border: 2px solid #e7b705;
        margin-top: 1.5vw;
    }

    footer img {
        width: 12vw !important
    }

    footer h2 {
        margin-top: -5px;
        margin-bottom: 0px;
    }

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
    .hide-on-small-only, .hide-on-small-and-down {
        display: none !important;
    }

    #prices .vertical-line {
        transform: rotate(90deg);
        opacity: 0.5;
    }

    footer h2 {
        margin-top: 0px !important;
    }
}

@media only screen and (min-width: 768px) {
    #whatsapp > div {
        position: relative;
    }

    #whatsapp .cell-container {
        visibility: visible;
        animation-name: fadeInRight;
        height: 100%;
        position: absolute;
        right: 0;
        vertical-align: middle;
        display: grid;
    }

        #whatsapp .cell-container img {
            align-self: center;
        }
}

.only_mobile {display: none;}
@media only screen and (max-width: 767px) {
    .to-sort {
        margin-top: 0;
    }

    .navbar-flag{
        margin-top:20px !important;
        display: flex;
        justify-content: space-around;
    }
    .navbar-flag img{
        height: 4vw;
    }
    .navbar-flag li a {
        padding: 5px;
    }
    .navbar-brand img {
        max-width: 100px;
    }
    .navbar-brand{
        padding-top:25px;
    }
    .only_desktop{ display: none !important;}
    .only_mobile { display: block;}
    
    .hide-on-med-and-down {
        display: none !important;
    }

    .navbar-collapse.collapse {
        height: auto !important;
    }

    .navbar-toggle {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }

    .navbar-default .navbar-toggle {
        border-color: #000 !important;
        background-color: black !important;
        border-radius: 1px !important;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #e7b705;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-color: #0e0e0e14 !important;
        border-bottom: 3px solid #e3b406;
        color: black !important;
    }

    .navbar-nav > li > a {
        height: 65px;
        line-height: 42px;
    }

    .navbar-nav {
        margin: -0.5px -15px;
        margin-bottom: -7px;
    }

    .nav > li {
        height: 72px;
        padding: 0px 0px;
    }

    .prices h2 {
        font-size: 7vw;
    }

    .prices .price > div {
        font-size: 10vw;
    }

        .prices .price > div > img {
            height: 8vw;
            margin-right: 4vw;
        }

    .airport-bg {
        /*background: url(../img/airport-mobile.jpg) no-repeat;*/
        background-size: 100%;
        height: 48vw;
        margin-top: 103PX;
    }

    .black-card h2 {
        font-size: 4.5vw;
    }

    .black-card {
        background-color: #00000066;
        height: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-items: center;
    }

        .black-card .right {
            text-align: center;
            text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
            margin: auto;
        }

    .phone-number {
        background: #f2f2f2 url(../img/bg_01-mobile.png) no-repeat;
        background-size: 100%;
        height: 21.2vw;
    }

        .phone-number h2 {
            font-size: 5.3vw;
        }

    #whatsapp .tel {
        font-size: 1rem;
    }

    #whatsapp .wa {
        height: 2.2rem;
        width: 2.2rem;
        vertical-align: top;
    }

    .prices {
        padding-bottom: 30px;
        margin-top: -0.1vw;
    }

        .prices .first-price {
            margin-left: 16.66666667%;
        }

    .whatsapp-sec .center img {
        width: 9vw;
    }

    .whatsapp-sec h1 {
        font-size: 3.3vw;
    }

    .whatsapp-sec strong {
        font-size: 3.3vw;
    }

    .whatsapp-sec .btn-default {
        font-size: 2.5vw;
        padding: 2vw 1vw 1.5vw 8vw;
        background-size: 5vw;
        background-position-x: 2vw;
        background-position-y: 1vw;
    }


    #whatsapp h2 {
        font-size: 4vw;
        font-weight: 600 !important;
    }

    #whatsapp i {
        color: #333333;
        border: 2px solid #e7b705;
        padding: 5px;
        border-radius: 100%;
        font-size: 3vw;
    }

    footer ul {
        padding: 0px !important;
    }

    footer img {
        width: 23vw !important;
        margin-top: 3vw;
    }

    footer i {
        font-size: 4vw !important;
    }

    footer h2 {
        font-size: 5vw !important;
    }

    footer li {
        text-align: center;
    }

        footer li a {
            font-size: 3vw;
        }

    #prices .vertical-line {
        transform: rotate(90deg);
        opacity: 0.5;
    }

    .hide {
        display: none
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display: none !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .hide-on-med-only {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .hide-on-large-only {
        display: none !important;
    }
}
