﻿html {
    margin: 0;
    padding: 0;
    min-width: 520px;
}

body {
    background-color: #fff;
    color: #5c5c5c;
    font-family: "Arimo", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #5c5c5c;
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        color: #0093DD !important;
        text-decoration: none;
    }

#loginPartial {
    z-index: 99999;
}

.alinks:hover {
    filter: Alpha(Opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #333333;
}

/* === Error Label === */

label.error {
    color: red;
    font-size: 0.7em;
}

/* ------------------------------------------------ */

/* === Flexible iFrame MegCgo === */
.Flexible-container {
    position: relative;
    /*padding-bottom: 56.25%;*/
    padding-bottom: 33%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .Flexible-container iframe,
    .Flexible-container object,
    .Flexible-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* /Flexible iFrame */

/* ------------------------------------------------ */

/* MISC STUFF */
#loginPartial {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

#lng {
    float: right;
    right: 5px;
    position: relative;
}

#intro {
    margin-bottom: 35px;
    font-size: 2rem;
}

#social {
    clear: both;
    margin-right: 8px;
    /*margin-left: 5px;*/
}

.covid19wrapper {
    margin: 5px 10px 5px 5px;
}

@media (min-width: 992px) {
    #social {
        /*margin-top: 34px;*/
        margin-top: 25px;
        clear: right;
        margin-left: 5px;

        display: flex;
    }

    .covid19wrapper {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
    }

    #social > a {
        display: inline-block;
        vertical-align: middle;
        margin-top: 3px;
    }
}


#social a:not(.btn) {
    margin-left: 5px;
    color: #5c5c5c;
}


footer {
    margin-top: 15px;
    background-color: #DEDEDC;
}

#footer {
    padding: 15px 30px 30px 30px;
}
/* /misc stuff */

/* ------------------------------------------------ */

/* NAVBAR default CUSTOM STYLES */

#menu {
    /*position: relative;*/
}

.navbar {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navbar-brand {
    padding-left: 0;
    height: auto;
}

    .navbar-brand > img {
        /*top: -55px;*/
        position: relative;
    }

.navbar-nav {
    position: relative;
    bottom: 1px;
    clear: right;
}

.navbar-default {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent;
    /*margin-bottom: 50px;*/
}

    .navbar-default .navbar-toggle {
        margin-top: 63px;
    }

#navbar.in, #navbar.collapsing {
    background-color: rgba(255, 255, 255, 0.5);
    padding-right: 15px;
}


/* Items */
.navbar-default .navbar-nav > li > a {
    color: #5c5c5c;
    /*text-shadow: 1px 0 0 white, -1px 0 0 white, 0 1px 0 white, 0 -1px 0 white;*/
}

    /* Items activos/selecionados */

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.active a {
        color: #0093DD;
        background-color: transparent;
    }

.navbar-nav > li > a {
    font-size: 1.7rem;
    padding: 15px 7px;
}

/*
@media (min-width: 997px) {

    .navbar-nav > li > a {
        font-size: 2rem;
    }
}
*/

.navbar-text {
    margin-top: 14px;
    margin-bottom: 6px;
    /*margin-left: 16px;*/
}

.navbar-collapse {
    /*padding-right: 0;*/
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(255,255,255,0.4);
}

.navbar-toggle {
    /*padding: 6px 10px;*/
}

/* NAVBAR COLLAPSE in */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(250,250,250,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}


/* /navbar */

/* ------------------------------------------------ */

/* VARIAS SECTIONS */
section {
    padding-top: 115px;
}

    section#first {
        padding-top: 114px;
        height: 900px;
    }

.linkP2020 {
    margin-top: -65px;
    position: relative;
    z-index: 90;
}

section#company {
}

    section#company .text {
        text-align: justify;
    }

        section#company .text img {
            width: 100%;
            margin-top: 50px;
        }

    section#company .secWrapper {
        background-color: #DEDEDC;
        padding: 50px 0;
        font-size: 1.6rem;
    }

section#destinations {
}

section#services {
}

section#contacts {
}


/* /varias sections */

/* ------------------------------------------------ */

/* DESTINATIONS MENU */

.destDIV:first-child {
}

.destDIV {
    margin-top: 30px;
    padding-bottom: 50px;
}

.destTitulo {
    font-size: 3.3rem;
}

@media (max-width: 991px) {
    .destTitulo {
        font-size: 2.5rem;
    }
}

.destIMG img {
    width: 100%;
}

.destInfo {
    margin-top: 10px;
}

    .destInfo button {
        float: right;
        margin-top: 15px;
    }

/* /destinations menu */

/* ------------------------------------------------ */

/* DESTINATIONS DETAILS */

/* SETA MENUS P BAIXO */
.arrowMenu {
    border: 30px solid red;
    border-bottom: none;
    border-color: transparent #fff transparent #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

    .arrowMenu:before, .arrowMenu:after {
        content: '';
        position: absolute;
        width: 5000px;
        bottom: 0;
        height: 30px;
        background: #fff;
    }

    .arrowMenu:before {
        right: 30px;
    }

    .arrowMenu:after {
        left: 30px;
    }
/* /seta menus p baixo */

.destDetailsTitulo {
    background-color: #DEDEDC;
    text-align: center;
    height: 100px;
    font-size: 3rem;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    padding-left: -15px;
    padding-right: -15px;
}

    .destDetailsTitulo div.tit {
        padding-top: 15px;
    }

    .destDetailsTitulo span.back {
        position: absolute;
        font-size: 1.5rem;
        left: 30px;
        top: 23px;
    }

@media (max-width: 991px) {
    .destDetailsTitulo span.back {
        position: absolute;
        font-size: 1.3rem;
        left: 10px;
        top: 28px;
    }
}


.destDetails {
    padding-top: 115px;
}

.destDetailsIMG {
}

    .destDetailsIMG img {
        width: 100%;
        /*margin-bottom: 20px;*/
    }

.destDetailsText {
    text-align: justify;
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .destDetailsText {
        text-align: justify;
        font-size: 1.6rem;
        margin-top: 15px;
    }
}

.slideDestDetailsWrapper {
    width: 100%;
    height: 100%;
}

/* /destinations details */

/* ------------------------------------------------ */

/* SERVICES */

.servicesWrapper {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #DEDEDC;
}

.servicoDIV {
    margin-bottom: 20px;
}

.sIcon, .sText {
    text-align: center;
    font-size: 2rem;
}

@media (max-width: 768px) {
    .sText {
        font-size: 2.5rem;
    }
}

.svg-icon {
    height: 100px;
}

    .svg-icon path {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

.acti .svg-icon path {
    fill: #0093DD;
}

.acti .sText {
    color: #0093DD;
}


a:hover .svg-icon path {
    fill: #0093DD;
}

.servicesTextWrapper {
    padding-top: 20px;
    padding-bottom: 30px;
}

#textAccommodation,
#textReppingservice,
#textTransfers,
#textExcursions,
#textGolf,
#textGroups,
#textMi,
#textExperiences,
#textCarrental {
    display: none;
    opacity: 0;
}

    #textAccommodation.vis,
    #textReppingservice.vis,
    #textTransfers.vis,
    #textExcursions.vis,
    #textGolf.vis,
    #textGroups.vis,
    #textMi.vis,
    #textExperiences.vis,
    #textCarrental.vis {
        display: block;
        -webkit-animation: fadeIn 1.5s;
        -moz-animation: fadeIn 1.5s;
        -o-animation: fadeIn 1.5s;
        animation: fadeIn 1.5s;
        opacity: 1;
    }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.triang {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 50px;
    border-color: transparent transparent transparent #0093DD;
}

/* /services */

/* CONTACTS */

.formulario {
}

.contactsText {
    text-align: center;
    margin-bottom: 15px;
    font-size: 12px;
}

    .contactsText div {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }

.brochWrapper {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}

.livroReclamWrapper {
    display: inline-block;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .mapaBIG {
        height: 650px;
    }
}

.mapaDIV {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .contactsTextHead {
        text-align: center;
    }

    .contactsText {
        margin-top: 30px;
    }
}

/* /contacts */
