/*
Theme Name: Guia-Viagens
Theme URI: http://www.portoeditora.pt/
Description: A Lengedary theme.
Version: 3.3.1
Author: Legendary
Author URI: http://legendary.pt
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */


/* ==========================================================================
   FONT
   ========================================================================== */

@font-face {
    font-family: 'BauerBodoniStd-Bold';
    src: url('library/fonts/BauerBodoniStd-Bold.eot'); /* IE9 Compat Modes */
    src: url('library/fonts/BauerBodoniStd-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('library/fonts/BauerBodoniStd-Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('library/fonts/BauerBodoniStd-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('library/fonts/BauerBodoniStd-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('library/fonts/BauerBodoniStd-Bold.svg#BauerBodoniStd-Bold') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'BauerBodoniStd-BoldItalic';
    src: url('library/fonts/BauerBodoniStd-BoldItalic.eot'); /* IE9 Compat Modes */
    src: url('library/fonts/BauerBodoniStd-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('library/fonts/BauerBodoniStd-BoldItalic.woff2') format('woff2'), /* Super Modern Browsers */ url('library/fonts/BauerBodoniStd-BoldItalic.woff') format('woff'), /* Pretty Modern Browsers */ url('library/fonts/BauerBodoniStd-BoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */ url('library/fonts/BauerBodoniStd-BoldItalic.svg#BauerBodoniStd-BoldItalic') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'BauerBodoniStd-Italic';
    src: url('library/fonts/BauerBodoniStd-Italic.eot'); /* IE9 Compat Modes */
    src: url('library/fonts/BauerBodoniStd-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('library/fonts/BauerBodoniStd-Italic.woff2') format('woff2'), /* Super Modern Browsers */ url('library/fonts/BauerBodoniStd-Italic.woff') format('woff'), /* Pretty Modern Browsers */ url('library/fonts/BauerBodoniStd-Italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('library/fonts/BauerBodoniStd-Italic.svg#BauerBodoniStd-Italic') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'BauerBodoniStd-Roman';
    src: url('library/fonts/BauerBodoniStd-Roman.eot'); /* IE9 Compat Modes */
    src: url('library/fonts/BauerBodoniStd-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('library/fonts/BauerBodoniStd-Roman.woff2') format('woff2'), /* Super Modern Browsers */ url('library/fonts/BauerBodoniStd-Roman.woff') format('woff'), /* Pretty Modern Browsers */ url('library/fonts/BauerBodoniStd-Roman.ttf') format('truetype'), /* Safari, Android, iOS */ url('library/fonts/BauerBodoniStd-Roman.svg#BauerBodoniStd-Roman') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'NexaBold';
    src: url('library/fonts/NexaBold.eot'); /* IE9 Compat Modes */
    src: url('library/fonts/NexaBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('library/fonts/NexaBold.woff2') format('woff2'), /* Super Modern Browsers */ url('library/fonts/NexaBold.woff') format('woff'), /* Pretty Modern Browsers */ url('library/fonts/NexaBold.ttf') format('truetype'), /* Safari, Android, iOS */ url('library/fonts/NexaBold.svg#NexaBold') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'NexaLight';
    src: url('library/fonts/NexaLight.eot'); /* IE9 Compat Modes */
    src: url('library/fonts/NexaLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('library/fonts/NexaLight.woff2') format('woff2'), /* Super Modern Browsers */ url('library/fonts/NexaLight.woff') format('woff'), /* Pretty Modern Browsers */ url('library/fonts/NexaLight.ttf') format('truetype'), /* Safari, Android, iOS */ url('library/fonts/NexaLight.svg#NexaLight') format('svg'); /* Legacy iOS */
}
/* ==========================================================================
   RESET
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

#content > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

a:hover,a:focus,a:visited,a:active{
    color: #ffffff;
    text-decoration: none;
}

/* ==========================================================================
   PRELOADER
   ========================================================================== */

#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status, .status-mes {
    background-image: url('images/loading.gif');
    background-position: center;
    background-repeat: no-repeat;
    height: 480px;
    width: 631px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 10%;
    margin: auto;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 90%;
}

.status-mes h4 {
    font-family: 'BauerBodoniStd-Bold';
    font-size: 32px;
    color: #9f9f9f;
    text-align: center;
}

/* ==========================================================================
   GERAL
   ========================================================================== */

html,body { height: 100%; margin: 0px; padding: 0px;background-color: #ffffff;}

p {
    margin: 5px 0;
    font-family: "NexaLight";
    font-size: 12px;
    line-height: 18px;
}

h1{
    margin: 10px 0 25px;
    font-family: 'BauerBodoniStd-Italic';
    font-size: 56px;
    line-height: 60px;
}

h2{
    font-family: "NexaBold";
    font-size: 58px;
    line-height: 58px;
    color: #00ADEF;
    text-transform: uppercase;
    margin: 10px 0;
}

h2 > span{
    font-family: "NexaLight";
}

h3{
    font-family: 'BauerBodoniStd-Italic';
    font-size: 63px;
    line-height: 57px;
    margin: 17px 0 30px;
}

h5{
    font-family: "NexaBold";
    font-size: 32px;
    text-transform: uppercase;
    color: #00ADEF;
    margin: 10px 0 20px;
}


#homepage > .container, #top10 > .container, #guia > .container, #destino > .container,#destino-list > .container,#nwsl > .container{
    width: 100%!important;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    /*padding-top: 50px;*/
}

.page-bg{
    background: url('images/bg.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#simulador.page-bg{
    background: url('images/simulador/bg.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.imgAb{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#content{
    padding: 0;
}

.hvr-outline-out:before{
    border: #00ADEF solid 4px;
}



/* ==========================================================================
   NAVBAR
   ========================================================================== */

.navbar {
    min-height: 45px;
    border: none;
    margin-bottom: 0;
}

.navbar-default {
    background-color: rgba(29,29,27,1);
    border-color: rgba(29,29,27,1);
}


.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{
    color: #00ADEF;
    background-color: rgba(29,29,27,1);
    opacity: 1;
    font-family: 'NexaBold';
}

.navbar-color{
    background-color: rgba(29,29,27,0.47);
    border-color: rgba(29,29,27,0.47);
}

.navbar-color .navbar-nav>.active>a, .navbar-color .navbar-nav>.active>a:hover, .navbar-color .navbar-nav>.active>a:focus,
.navbar-color .navbar-nav>li>a:hover, .navbar-color .navbar-nav>li>a:focus{
    background-color: transparent;
}

.navbar .navbar-nav {
    display: none;
    float: none;
    vertical-align: top;
    margin-right: 12%;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-nav>li {
    margin: 0 10px;
}

.navbar-nav>li>a{
    line-height: 19px;
    padding-top: 18px;
    padding-bottom: 13px;
}



.navbar-default .navbar-nav>li>a{
    color: #ffffff;
    opacity: 1;
    font-size: 12px;
    font-family: 'NexaLight';
    letter-spacing: 1px;
    outline: none;
}


.navbar-header{
    padding: 12px 0;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse{
    margin-left: 0;
    margin-right: 0;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: 0;
}
.navbar-brand{
    background-image:url('images/brand.png');
    width: 91px;
    height: 26px;
    padding: 0;
    margin: auto 0;
    display: inline-block;
    vertical-align: middle;
}



.navbar-color .navbar-brand, .brand2 .navbar-brand{
    background-image:url('images/brand2.png');
    width: 34px;
    height: 26px;
    padding: 0;
    margin: auto 0;
    display: inline-block;
    vertical-align: middle;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border-color: #1D1D1B;
}

.nav-container{
    width: 85%;!important;
    max-width: 1300px;
}


.tocollapse{
    display: none!important;
}


.navbar-toggle-custom{
    top: 11px;
    left: -20px;
    position: relative;
    float: right;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;

}

.navbar-toggle-custom span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -2px;
    background-color: #fff;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.active-menu .navbar-toggle-custom span {
    background-color: transparent;
}

.navbar-toggle-custom span:before,
.navbar-toggle-custom span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.navbar-toggle-custom span:before {
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%);
}

.navbar-toggle-custom span:after {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
}

.active-menu .navbar-toggle-custom span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.active-menu .navbar-toggle-custom span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.social-links{
    position: fixed;
    top: 10px;
    left: 74%;
}

.social-links li{
    margin: 0 5px;
    display: inline-block;
}

.social-links li a{
    width: 29px;
    height: 29px;
    display: inline-block;
    padding: 0;
}

.face{
    background: url("images/icons/face.png");
}

.face:hover{
    background: url("images/icons/face-h.png");
}

.gplus{
    background: url("images/icons/gplus.png");
}

.gplus:hover{
    background: url("images/icons/gplus-h.png");
}

.twee{
    background: url("images/icons/twee.png");
}
.twee:hover{
    background: url("images/icons/twee-h.png");
}


/* ==========================================================================
   HOMEPAGE
   ========================================================================== */


#homepage .intro{
    background-image: url('images/homepage/intro.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 60.68%;
    position: relative;
}

#homepage .intro .btn-group{
    position: absolute;
    margin: auto;
    top: 0;
    left: 46%;
    bottom: 0;
    right: 0;
    width: 230px;
    height: 31px;
    opacity: 0.75;
}

#homepage .intro .btn-group .btn{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #ffffff;
    white-space: nowrap;
    padding: 0;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
    font-family: 'BauerBodoniStd-BoldItalic';
    font-size: 20px;
    color: #fff;
    background-color: transparent;
    outline: none;
    -webkit-box-shadow: 0px 0px 100px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 100px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 100px -1px rgba(0,0,0,0.25);
    opacity: 1;
}

#homepage .intro .caret{
    display: inline-block;
    width: 20px;
    height: 12px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: none;
    border-right: none;
    border-left: 1px solid #ffffff;
    background-image: url(images/icons/caret.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 14px 14px;
    float: right;
}

#homepage .intro .btn-group.open .dropdown-toggle{
    -webkit-box-shadow: none;
    box-shadow: none;
}
#homepage .intro .dropdown-menu li{
    /* margin-bottom: 10px; */
    /*padding: 0 5px;
    border-bottom: 3px solid #fff;
    text-align: center;*/
}

#homepage .intro .dropdown-menu li a{
    font-family: 'NexaBold';
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1.5px solid #fff;
    padding: 5px 15px;
    /*font-family: 'NexaBold';
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;*/
}

#homepage .intro .dropdown-menu li:last-child a{
    border-bottom: none;
}


#homepage .intro .dropdown-menu div{
    padding: 0;
}

#homepage .dropdown-menu {
    position: absolute;
    top: 100%;
    /* left: -112px; */
    z-index: 1000;
    display: none;
    float: left;
    min-width: 230px;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: transparent;
    border-radius: 0;
    background-clip: padding-box;
    border: 1px solid transparent;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 215px;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 100px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 100px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 100px -1px rgba(0,0,0,0.25);
}

#homepage .dropdown-menu::-webkit-scrollbar {
    width: 2px;
}

#homepage .dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#homepage .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    outline: 1px solid #ffffff;
}

#homepage .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #616466;
    background-color: transparent;
}

.open>.dropdown-menu {
    display: block!important;
}

#homepage > .container{
    width: 100%!important;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}


#homepage .text-container{
    max-width: 1150px;
    margin: 0 auto;
    float: none;
}

#homepage .text-container p{
    font-size: 21px;
    line-height: 31px;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 20px;
}

#homepage .estante{
    position: relative;
    height: 550px;
    /* margin-bottom: 40px; */
}


#homepage .estante img:nth-child(1),#homepage .estante img:nth-child(2),#homepage .estante img:nth-child(3),#homepage .estante img:nth-child(4),#homepage .estante img:nth-child(6){
    top: 23%;
    z-index: 10;
    max-width: 21%;
}
#homepage .estante img:nth-child(2),#homepage .estante img:nth-child(5){
    z-index: 15;
    max-width: 21%;
}

#homepage .estante img:nth-child(1){
    left: 17%;
}

#homepage .estante img:nth-child(2){
    left: 23%;
}

#homepage .estante img:nth-child(3){
    left: 30%;
}

#homepage .estante img:nth-child(4){
    left: 51%;
}

#homepage .estante img:nth-child(5){
    top: 25%;
    left: 57%;
}

#homepage .estante img:nth-child(6){
    left: 63%;
}

#homepage .estante img:nth-child(7){
    left: 0;
    right: 0;
    bottom: 0;
    top: 325px;
    z-index: 5;
    margin: 0 auto;
    max-width: 80%;
    display: block;
    height: auto;
}

#homepage .comprarBtn{
    background-color: #00ADEF;
    padding: 2px 43px;
    font-family: "NexaBold";
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
    height: 35px;
    line-height: 34px;
    display: inline-block;
}

#homepage > .container > #content > .col-xs-6{
    position: relative;
    z-index: 30;
}

#homepage .guiaDesc{
    background-image: url('images/homepage/estante_guias.png');
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 53.95%; /* (img-height / img-width * width) */
    position: relative;
    z-index: 500;
}

#homepage .guiaDesc div{
    position: absolute;
    top: 24%;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 850px;
}

#homepage .topDesc{
    background-image: url('images/homepage/estante_top.png');
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 48.55%; /* (img-height / img-width * width) */
    position: relative;
    margin-top: -270px;
}

#homepage .topDesc div{
    position: absolute;
    top: 24%;
    bottom: 0;
    left: 0;
    right: 0;
    /* padding-left: 300px; */
}

#homepage .guiaDesc p, #homepage .topDesc p{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
}

#homepage .verDestino{
    background-color: #00ADEF;
    padding: 0 29px;
    font-family: "NexaBold";
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    height: 31px;
    line-height: 34px;
    display: inline-block;
    letter-spacing: 1px;
}

#homepage .footer{
    background-image: url('images/homepage/footer-homepage.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 56.25%; /* (img-height / img-width * width) */
    position: relative;
    z-index: 20;
    /* padding-left: 0; */
    /* padding-right: 0; */
    margin-top: -175px;
}
#homepage .nwsl, #nwsl .nwsl{
    text-align: center;
    position: relative;
    z-index: 10;
    /*top: 260px;*/
    /*top: 520px;*/
}

#homepage .nwsl > h2, #homepage .nwsl > h3, #nwsl .nwsl > h2, #nwsl .nwsl > h3{
    text-transform: uppercase;
    color: #6B6F73;
}

#homepage .nwsl > h2, #nwsl .nwsl > h2{
    font-family: "NexaLight";
    font-size: 31px;
    line-height: 46px;
    letter-spacing: 2px;
    margin: 0;
}

#homepage .nwsl > h3, #nwsl .nwsl > h3{
    font-family: "NexaBold";
    font-size: 40px;
    letter-spacing: 3px;
    margin: 0;
}

#homepage .nwsl > hr, #nwsl .nwsl > hr{
    border-top: 4px solid#6B6F73;
    width: 35px;
    margin: 20px auto;
}

#homepage .nwsl > h4, #nwsl .nwsl > h4{
    font-family: 'BauerBodoniStd-Italic';
    font-size: 26px;
    line-height: 27px;
    max-width: 540px;
    margin: 0 auto;
    color: #6B6F73;
}


.mouse-icon {
    position: relative;
    border: 4px solid #fff;
    border-radius: 16px;
    height: 50px;
    width: 30px;
    margin: -20% auto;
    display: block;
    z-index: 10;
}

#homepage .mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

#homepage .mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 4px;
    height: 10px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes drop	{
    0%   { top:5px;  opacity: 0;}
    30%  { top:10px; opacity: 1;}
    100% { top:25px; opacity: 0;}
}

@keyframes drop	{
    0%   { top:5px;  opacity: 0;}
    30%  { top:10px; opacity: 1;}
    100% { top:25px; opacity: 0;}
}


#homepage .footer form,#nwsl .footer form{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

#homepage .footer input[type="email"], #nwsl .footer input[type="email"]{
    resize: none;
    border: 2px solid #FFFFFF;
    background-color: rgba(255, 255, 255, 0.55);
    width: 630px;
    height: 90px;
    outline: none;
    outline-color: #615249;
    font-family: "NexaBold";
    text-align: center;
    color: #545454;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 15px;
    overflow: hidden;
}

#homepage .footer .wpcf7-mail-sent-ok{
    display: none!important;
}


#homepage .footer .active, #nwsl .footer .active{
    text-align: center;
    padding: 25px!important;
    background-color: rgba(255, 255, 255, 0.70)!important;
}

#homepage .footer .active::-webkit-input-placeholder,
#nwsl .footer .active::-webkit-input-placeholder{
    font-size: 0!important;
}

#homepage .footer .active:-moz-placeholder,
#nwsl .footer .active:-moz-placeholder{
    font-size: 0!important;
}


#homepage .footer .active:-ms-input-placeholder,
#nwsl .footer .active:-ms-input-placeholder{
    font-size: 0!important;
}

#homepage .footer input[type="email"]::-webkit-input-placeholder,
#nwsl .footer input[type="email"]::-webkit-input-placeholder{
    font-family: "NexaBold";
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #545454;
}
#homepage .footer input[type="email"]:-moz-placeholder,
#nwsl .footer input[type="email"]:-moz-placeholder{
    font-family: "NexaBold";
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #545454;
}

#homepage .footer input[type="email"]:-ms-input-placeholder,
#nwsl .footer input[type="email"]:-ms-input-placeholder{
    font-family: "NexaBold";
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #545454;

}

#homepage .footer input[type="submit"],#nwsl .footer input[type="submit"]{
    border: none;
    background: url("images/icons/submit2.png");
    width: 49px;
    height: 49px;
    display: block;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
    outline: none;
}

#homepage span.wpcf7-not-valid-tip,#nwsl span.wpcf7-not-valid-tip {
    font-size: 18px;
    color: #fff;
}

/* ==========================================================================
   LISTAGEM GERAL
   ========================================================================== */

.bookshelf figure{
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.bookshelf figure:hover{
    background-color: #fff;
}

.bookshelf figcaption > h2{
    font-family: "NexaBold";
    font-size: 32px;
    line-height: 50px;
    color: #3C3C3B;
    letter-spacing: 3px;
}

.bookshelf figcaption > h2 >span{
    font-family: "BauerBodoniStd-BoldItalic";
    font-size: 20px;
    color: #686867;
    text-transform: lowercase;
}


.pe-icon{
    bottom: 494px;
    opacity: 0;
    margin: auto;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.bookshelf figure:hover .pe-icon{
    opacity: 1;
}


.bookshelf .comprarBtn{
    background-color: #00ADEF;
    padding: 2px 52px;
    font-family: "NexaBold";
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    height: 35px;
    line-height: 34px;
    display: inline-block;
    letter-spacing: 3px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: relative;
}

.bookshelf figure:hover .comprarBtn{
    height: 29px;
    line-height: 27px;
    padding: 2px 45px;
    font-size : 16px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.bookshelf .buttons a {
    font-family: "NexaBold";
    position: relative;
    color: #878787;
    border: 1px solid rgba(135, 135, 135, 1);
    padding-top: 2.5px;
}

.bookshelf .buttons a:hover{
    color: #54595a;
    border: 1px solid rgba(84, 89, 90, 1);
    cursor: pointer;
}

/*.bookshelf figure:hover .buttons{
    visibility: visible;
    opacity: 1;
}*/

.bookshelf figure .buttons{
    visibility: visible;
    opacity: 1;
}

.bookshelf .book:hover{
    cursor: pointer;
}

#header div:hover{
    cursor: pointer;
}

figure .book-copy{
    visibility: hidden;
    margin: -5px 0 10px;
}

figure:hover .book-copy{
    visibility: visible;
}

#top10 .icon-b, #guia .icon-b{
    display: block;
    position: absolute;
    bottom: 35px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99;
    -webkit-animation-name: floaticon;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: floaticon;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

#top10 .icon-b1, #guia .icon-b1{
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#top10 .icon-b2, #guia .icon-b2{
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#top10 .icon-b3, #guia .icon-b3{
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#top10 .icon-b4, #guia .icon-b4{
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes floaticon{
    0%   { bottom: 35px;}
    50%  { bottom: 43px;}
    100% { bottom: 35px;}
}

@keyframes floaticon{
    0%   { bottom: 35px;}
    50%  { bottom: 43px;}
    100% { bottom: 35px;}
}

#top10 .icon-cont1, #top10 .icon-cont2, #top10 .icon-cont3, #top10 .icon-cont4, #top10 .icon-cont5,
#guia .icon-cont1, #guia .icon-cont2, #guia .icon-cont3, #guia .icon-cont4, #guia .icon-cont5{
    position: absolute;
    height: 220px;
    min-width: 200px;
}

#top10 .icon-cont1:hover,
#top10 .icon-cont2:hover,
#top10 .icon-cont3:hover,
#top10 .icon-cont4:hover,
#top10 .icon-cont5:hover,
#guia .icon-cont1:hover,
#guia .icon-cont2:hover,
#guia .icon-cont3:hover,
#guia .icon-cont4:hover,
#guia .icon-cont5:hover{
    cursor: default;
}

#top10 #header .icon-b:hover,
#guia #header .icon-b:hover{
    cursor: pointer!important;
}


/* ==========================================================================
   TOP10
   ========================================================================== */

#top10 #header{
    background-image: url('images/listagem/header.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 65.208%;
    position: relative;
}



#top10 .icon-cont1{
    top: 25%;
    left: 20%;
}

#top10 .icon-b1{
    background-image: url('images/icons/icon1.png');
    width: 81px;
    height: 91px;
}

#top10 .icon-cont2{
    top: 39%;
    left: 13%;
}

#top10 .icon-b2{
    background-image: url('images/icons/icon2.png');
    width: 81px;
    height: 92px;
}

#top10 .icon-cont3{
    top: 35%;
    left: 52%;
}

#top10 .icon-b3{
    background-image: url('images/icons/icon3.png');
    width: 81px;
    height: 92px;
}

#top10 .icon-cont4{
    top: 41%;
    left: 74%;
}
#top10 .icon-b4{
    background-image: url('images/icons/icon4.png');
    width: 82px;
    height: 92px;
}
#top10 .icon-cont5{
    top: 21%;
    left: 66%;
}
#top10 .icon-b5{
    background-image: url('images/icons/icon5.png');
    width: 81px;
    height: 90px;;
}


#top10 #footer{
    background-image: url('images/listagem/footer.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 53.75%;
    float: left;
    margin-top: -35%;
}


#top10 .imgbg1{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
}
#top10 .imgbg2{
    display: block;
    position: absolute;
    right: 20%;
    top: 51%;
    width: 29%;
}
#top10 .imgbg3{
    display: block;
    position: absolute;
    top: 55%;
    width: 26%;
}

#top10 .bookshelf{
    padding: 0 10%;
    margin: -28% auto 0;
}


/* ==========================================================================
   GUIA
   ========================================================================== */

#guia #header{
    background-image: url('images/listagem/header-guias.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 65.20%;
    position: relative;
}

#guia #footer{
    background-image: url('images/listagem/footer-guias.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 60.57%;
    float: left;
    margin-top: -45%;
}

#guia .bookshelf {
    padding: 0 10%;
    margin: -21% auto 0;
}


#guia .icon-cont1{
    top: 25%;
    left: 20%;
}

#guia .icon-b1{
    background-image: url('images/icons/icon4.png');
    width: 82px;
    height: 92px;
}

#guia .icon-cont2{
    top: 27%;
    left: 50%;
}

#guia .icon-b2{
    background-image: url('images/icons/icon7.png');
    width: 82px;
    height: 93px;
}

#guia .icon-cont3{
    top: 39%;
    left: 76%;
}

#guia .icon-b3{
    background-image: url('images/icons/icon6.png');
    width: 82px;
    height: 93px;
}
#guia .icon-cont4{
    top: 47%;
    left: 31%;
}
#guia .icon-b4{
    background-image: url('images/icons/icon8.png');
    width: 81px;
    height: 93px;
}
#guia .icon-cont5{
    top: 49%;
    left: 57%;
}
#guia .icon-b5{
    background-image: url('images/icons/icon5.png');
    width: 81px;
    height: 90px;
}

/* ==========================================================================
   DESTINOS
   ========================================================================== */

#destino-list{
    overflow-x:hidden;
}

#destino-list .intro{
    background-image: url('images/destino/intro-listagem.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 52.60%;
    position: relative;
    z-index: 5;
}

#destino-list h1 {
    margin: 10px 0 25px;
    font-family: 'BauerBodoniStd-Italic';
    font-size: 56px;
    line-height: 60px;
    margin-top: -50px;
    z-index: 1;
}

#destino-list p {
    font-size: 21px;
    line-height: 31px;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 20px;
}

#destino-list a{
    position: relative;
    text-align: center;
    margin: 20px 0;
    z-index: 200;
}

#destino-list a img{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 20;
    max-width: 679px;
    margin: 0 auto;
}

#destino-list a hr{
    width: 35px;
    border-top: 3px solid #3C3C3B;
    z-index: 10;
    opacity: 1;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0 auto;
    -webkit-transition: all 1.50s ease;
    -moz-transition: all 1.50s ease;
    -ms-transition: all 1.50s ease;
    -o-transition: all 1.50s ease;
    transition: all 1.50s ease;
}

#destino-list a:hover hr{
    opacity: 0;
    bottom: 180px;
}

#destino-list a p{
    color: #3C3C3B;
    font-family: "NexaBold";
    font-size: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 10;
    opacity: 1;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0 auto;
    max-width: none;
    -webkit-transition: all 1.50s ease;
    -moz-transition: all 1.50s ease;
    -ms-transition: all 1.50s ease;
    -o-transition: all 1.50s ease;
    transition: all 1.50s ease;
}

#destino-list a p:hover{
    color: #3C3C3B;
}

#destino-list a:hover p{
    opacity: 0;
    bottom: 140px;
}

#destino-list a .dest_list_title{
    opacity: 0;
    bottom: 140px;
    font-family: "BauerBodoniStd-BoldItalic";
    text-transform: uppercase;
    font-size: 23px;
}

#destino-list a:hover .dest_list_title{
    opacity: 1;
    bottom: 40px;
}



/* ==========================================================================
   DESTINOS
   ========================================================================== */
#destino section{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

#destino #cross-selling{
    background-color: rgba(50, 51, 50, 0.78);
    width: 27%;
    min-width: 300px;
    max-width: 450px;
    height: 80%;
    min-height: 475px;
    max-height: 700px;
    position: fixed;
    top: 20px;
    bottom: 0;
    right: 0;
    margin: auto 0;
    display: block;
    z-index: 500;
    text-align: center;
    text-transform: uppercase;
    -moz-animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

#destino #cross-selling > h1{
    margin: 25px 0;
    font-family: 'NexaLight';
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0.75px;
    color: #fff;
    padding: 0 10px;
}

#destino #cross-selling > img{
    float: right;
    width: 79%;
    height: auto;
    display: block;
    max-width: 380px;
}
#destino #cross-selling .col-xs-6, #destino #cross-selling .col-xs-12{
    margin-top: 8%;
}


#destino #cross-selling span{
    font-family: "NexaBold";
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    display: block;
}

#destino #cross-selling .comprarBtn{
    background-color: #00ADEF;
    padding: 2px 20px;
    font-family: "NexaBold";
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    height: 24px;
    line-height: 22px;
    display: inline-block;
    letter-spacing: 2.5px;
    margin: 10px 0;
}

#destino .se1 img{
    width: 100%;
    height: auto;
    display: block;
}

#destino .se1 h1{
    margin: -120px auto 0;
    text-align: center;
    color: #fff;
    font-size: 160px;
    font-family: "NexaBold";
    line-height: 185px;
    z-index: 201;
    position: relative;
}

#destino .se1 .localtime{
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    bottom: 0;
    margin: auto;
    padding: 10px 30px;
    border: 2px solid #fff;
    height: 70px;
    width: 300px;
    z-index: 201;
}

#destino .se1 .localtime p{
    font-family: "NexaBold";
    color: #fff;
    font-size: 44px;
    vertical-align: middle;
    text-align: center;
}

#destino .se1 .localtime .clock{
    background: url('images/icons/clock.png');
    width: 32px;
    height: 33px;
    display: inline-block;
    margin: 0 15px 0 0;
}

/*#destino .se1, #destino .se3{
    text-align: center;
}

#destino .se1 img, #destino .se1 video, #destino .se3 img{
    position: relative;
    left: 100%;
    margin-left: -200%;
}*/

/*#destino .se1 video{
    width: 100%;
    height: auto;
    display: block;
}*/

#destino video{
    position: absolute;
    left: 50%;
    top: 16%;
    -webkit-transform: translateX(-50%) translateY(-16%);
    transform: translateX(-50%) translateY(-16%);
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
    z-index: 100;
}

#destino #slider{
    background-color: #000000;
    /*max-height: 100vh;*/
}

#destino #slider img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

#destino #slider .gal-text{
    width: 56%;
    height: 50%;
    padding: 50px 15px 0;
    margin: 9% 0 0 9%;
    position: absolute;
    top: 0;
}

#destino #slider .gal-text h2{
    font-family: "BauerBodoniStd-BoldItalic";
    font-size: 100px;
    line-height: 82px;
    color: #FFFFFF;
    text-transform: none;
    margin: 0 0 40px;
}

#destino #slider .gal-text p{
    font-family: "NexaBold";
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 3px;
    color: #FFFFFF;
    text-transform: none;
    margin: 0;
    max-width: 80%;
    min-width: 400px;
}

#destino #slider .owl-item:nth-child(1) img {
    opacity: 0.7;
}

#destino .se2 .gal-desc-m{
    display: none;
}

#destino .se3 .postal{
    text-align: center;
    position: absolute;
    top: 30%;
    left: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
}

#destino .se3 .postal h3{
    font-family: 'NexaLight';
    font-size: 44px;
    line-height: 53px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#destino .se3 .postal h3 span{
    font-family: 'NexaBold';
    font-size: 54px;
    margin: 0 0 30px;
}

#destino .se3 .postal form{
    position: relative;
}

#destino .se3 .postal input{
    resize: none;
    border: 2px solid #615249;
    background-color: rgba(255, 255, 255, 0.25);
    width: 630px;
    height: 45px;
    outline: none;
    outline-color: #615249;
    font-family: "NexaBold";
    text-align: center;
    color: #615249;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px;
    overflow: hidden;
    margin: 5px 0;
}

#destino .se3 .postal textarea{
    resize: none;
    border: 2px solid #615249;
    background-color: rgba(255, 255, 255, 0.25);
    width: 630px;
    height: 90px;
    outline: none;
    outline-color: #615249;
    font-family: "NexaBold";
    text-align: center;
    color: #615249;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 15px;
    overflow: hidden;
}

#destino .se3 .postal .active{
    text-align: left;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.85);
}

#destino .se3 .postal .active::-webkit-input-placeholder{
    font-size: 0;
}

#destino .se3 .postal .active:-moz-placeholder{
    font-size: 0;
}

#destino .se3 .postal .active::-moz-placeholder{
    font-size: 0;
}

#destino .se3 .postal .active:-ms-input-placeholder{
    font-size: 0;
}

#destino .se3 .postal input::-webkit-input-placeholder{
    font-family: "NexaBold";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #615249;
}
#destino .se3 .postal input:-moz-placeholder{
    font-family: "NexaBold";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #615249;
}
#destino .se3 .postal input:-ms-input-placeholder{
    font-family: "NexaBold";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #615249;
}

#destino .se3 .postal textarea::-webkit-input-placeholder  {
    font-family: "NexaBold";
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 50px;
    color: #615249;
    opacity: .7;
}
#destino .se3 .postal textarea:-moz-placeholder{
    font-family: "NexaBold";
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 50px;
    color: #615249;
    opacity: .7;
}

#destino .se3 .postal textarea:-ms-input-placeholder{
    font-family: "NexaBold";
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 50px;
    color: #615249;
    opacity: .7;
}

#destino .se3 .postal input[type="submit"], #preview{
    border: none;
    background: url("images/icons/submit.png");
    width: 49px;
    height: 49px;
    display: block;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 177px;
    left: 0;
    right: 0;
    margin: auto;
    outline: none;
}

div.wpcf7-validation-errors, div.wpcf7-response-output {
    color: #fff;
    font-family: 'NexaBold';
    width: 400px;
    margin: 40px auto;
}

div.wpcf7-validation-errors{
    border: 2px solid #FF4E3F;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #54CA21;
}

span.wpcf7-not-valid-tip {
    line-height: 6em!important;
    display: none;
}

.ajax-loader{
    display: none!important;
}

.hidden{
    display: none;
}

.hidden-v{
    visibility: hidden;
}

#postalPrev .modal-dialog{
    position: absolute;
    top: 75%;
    left: 0;
    right: 175px;
    z-index: 9999;
    width: 630px;
}

/* ==========================================================================
   NEWSLETTER
   ========================================================================== */

/*#nwsl section{
    background-image: url('images/nwls/nwsl-bg.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}*/

#nwsl{
    overflow: hidden;
}

#nwsl .nwsl{
    z-index: 300;
    margin-top: 12%;
}

#nwsl .nwsl > h2 {
    font-size: 41px;
    line-height: 50px;
    margin-bottom: 10px;
    color: #ffffff;
    letter-spacing: 6px;
}

#nwsl .nwsl > h3 {
    font-size: 54px;
    letter-spacing: 6px;
    margin: 0;
    color: #ffffff;
}

#nwsl .footer{
    margin-top: 45px;
    z-index: 300;
}

#nwsl .footer input[type="email"]{
    background-color: transparent!important;;
    width: 530px;
}

#nwsl .footer .active{
    background-color: transparent!important;
}

#nwsl .footer input[type="email"]::-webkit-input-placeholder{
    color: #ffffff;
}

#nwsl .footer input[type="email"]:-moz-placeholder{
    color: #ffffff;
}

#nwsl .footer input[type="email"]:-ms-input-placeholder{
    color: #ffffff;

}

#nwsl .footer .wpcf7-mail-sent-ok{
    display: none!important;
}

#nwsl .thanks{
    font-size: 190px!important;
    line-height: 190px!important;
    font-family: "BauerBodoniStd-Italic"!important;
    text-transform: none!important;
}

#nwsl .thanks2{
    text-transform: none!important;
    font-family: "NexaLight"!important;
    letter-spacing: 2px!important;
    margin-left: 29%!important;
    font-size: 34px!important;
    margin-top: -30px!important;
    margin-bottom: 30px!important;
}



/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media (min-width: 1610px) {
    #homepage .estante {
        height: 600px;
    }
    #homepage .estante img:nth-child(1), #homepage .estante img:nth-child(2), #homepage .estante img:nth-child(3), #homepage .estante img:nth-child(4), #homepage .estante img:nth-child(6){
        top: 7%;
    }
    #homepage .estante img:nth-child(5) {
        top: 8%;
    }
    #homepage .topDesc div {
        padding-left: 300px;
    }
}

@media (max-width: 1610px) {
    #top10 .bookshelf{
        padding: 0;
    }
}


@media (max-width: 1420px) {
    #guia .bookshelf {
        padding: 0 3%;
    }
}
@media (max-width: 1280px) {
    h2 {
        font-size: 48px;
        line-height: 48px;
        margin: 10px 0;
    }
    h3 {
        font-size: 36px;
        line-height: 40px;
        margin: 15px 0 15px;
    }

    h5 {
        font-size: 20px;
        margin: 10px 0 10px;
    }

    #homepage .estante {
        height: 480px;
    }
    #homepage .comprarBtn {
        padding: 1px 43px;
        font-size: 21px;
        height: 33px;
        line-height: 33px;
    }

    #homepage .col-sm-9 h5{
        margin-bottom: 31px;
    }

    #homepage .estante img:nth-child(1),#homepage .estante img:nth-child(2),#homepage .estante img:nth-child(3),#homepage .estante img:nth-child(4),#homepage .estante img:nth-child(6){
        top: 37%;
    }
    #homepage .estante img:nth-child(5){
        top: 38%;
    }

    #homepage .guiaDesc p, #homepage .topDesc p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    #homepage .verDestino {
        padding: 0 50px;
        font-size: 22px;
        height: 37px;
        line-height: 39px;
    }
    #homepage .topDesc{
        margin-top: -70px;
    }
    #homepage .footer{
        margin-top: 0;
    }

    #homepage .comprarBtn {
        padding: 0px 11px;
        font-size: 12px;
        height: 24px;
        line-height: 26px;
    }

    #destino #cross-selling{
        /* width: 265px; */
    }

    #destino #cross-selling .col-xs-6{
        padding: 0;
    }

    #destino #cross-selling .comprarBtn {
        padding: 2px 13px;
        font-family: "NexaBold";
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
    }

    #destino #cross-selling .col-xs-6:last-child .comprarBtn{
        /* margin-top: 31px; */
    }

    #destino #slider .gal-text h2{
        font-size: 75px;
        line-height: 85px;
    }
    #destino #slider .gal-text p{
        font-size: 12px;
        line-height: 21px;
    }

    #destino .se1 h1{
        font-size: 95px;
        margin: 145px auto;

        line-height: 120px;
    }

    #destino .se3 .postal {
        right: 32%;
    }

    #nwsl .thanks2 {
        margin-left: 46%!important;
    }
}

@media (max-width: 1024px){
    #destino-list a p{
        bottom: 25px;
    }

    #destino-list a:hover p{
        opacity: 1;
        bottom: 25px;
    }

    #destino-list a hr{
        opacity: 1;
        bottom: 65px;
    }

    #destino-list a:hover hr{
        opacity: 1;
        bottom: 65px;
    }

    #destino-list a .dest_list_title{
        display: none;
    }
}


@media (max-width: 979px) and (min-width: 768px) {
    .nav-container {
        width: 90%;
    }

    .navbar{
        position: fixed;
    }


    .mouse-icon{
        display: none;
    }

    h1 {
        font-size: 39px;
        line-height: 47px;
    }

    h2 {
        font-size: 58px;
        line-height: 58px;
        margin: 10px 0;
    }

    h3 {
        font-size: 42px;
        line-height: 44px;
        margin: 15px 0 15px;
    }

    h5{
        font-size: 36px;
        margin: 10px 0 15px;
    }


    #homepage .text-container p{
        font-size: 22px;
        line-height: 31px;
        max-width: 660px;
    }


    #homepage .intro .btn-group {
        top: 10px;
        left: 35%;
        width: 208px;
    }

    #homepage .intro .btn-group .btn {
        font-size: 17px;
    }

    #homepage .intro .caret {
        padding: 12px 16px;
    }

    .dropdown-menu{
        min-width: 210px;
        max-height: 130px;
    }


    #homepage .estante {
        height: auto;
    }

    #homepage .estante img{
        margin-top: 50px;
    }

    #homepage .comprarBtn {
        padding: 0 30px;
        font-size: 22px;
        height: 37px;
        line-height: 38px;
    }

    #homepage .guiaDesc{
        background-image: url('images/homepage/estante_guias-mobile.png');
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 0;
        padding-top: 87.23%; /* (img-height / img-width * width) */
        position: relative;
    }


    #homepage .topDesc{
        background-image: url('images/homepage/estante_top-mobile.png');
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 0;
        padding-top: 87.23%; /* (img-height / img-width * width) */
        position: relative;
        margin-top: 360px;
        text-align: center;
    }

    #homepage .verDestino {
        padding: 10px 50px;
        font-size: 22px;
        height: 66px;
        line-height: 26px;
    }

    #homepage .col-md-9 h5{
        margin-bottom: 30px;
    }

    #homepage .guiaDesc div, #homepage .topDesc div{
        text-align: center;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: none;
    }

    #homepage .guiaDesc p, #homepage .topDesc p{
        text-align: center!important;
        font-size: 22px;
        line-height: 33px;
        padding: 15px;
    }

    #homepage .topDesc div {
        padding-left: 15px;
    }

    #homepage .nwsl {
        margin-top: 500px;
    }

    #homepage .nwsl > h2, #nwsl .nwsl > h2 {
        font-size: 27px;
        line-height: 41px;
    }

    #homepage .nwsl > h3, #nwsl .nwsl > h3 {
        font-size: 37px;
        letter-spacing: 3px;
    }

    #homepage .nwsl > h4, #nwsl .nwsl > h4 {
        font-size: 30px;
        line-height: 35px;
        max-width: none;
        padding: 0 44px;
    }

    #homepage .footer {
        margin-top: 0;
    }

    #homepage .footer input[type="email"], #nwsl .footer input[type="email"] {
        width: 65%;
        height: 75px;
        font-size: 16px;
    }

    #homepage .footer input[type="email"]::-webkit-input-placeholder,
    #nwsl .footer input[type="email"]::-webkit-input-placeholder{
        font-size: 16px;
    }
    #homepage .footer input[type="email"]:-moz-placeholder,
    #nwsl .footer input[type="email"]:-moz-placeholder{
        font-size: 16px;
    }
    #homepage .footer input[type="email"]:-ms-input-placeholder,
    #nwsl .footer input[type="email"]:-ms-input-placeholder{
        font-size: 16px;
    }

    #homepage .footer input[type="submit"],
    #nwsl .footer input[type="submit"] {
        background: url("images/icons/submit2.png");
        width: 49px;
        height: 50px;
        top: 60px;
    }

    #homepage .footer form {
        top: 32%;
    }

    #destino-list h1 {
        margin-top: 0;
    }

    #destino-list a:hover p{
        opacity: 1;
        bottom: 40px;
    }
    #destino-list a:hover hr{
        opacity: 1;
        bottom: 80px;
    }

    #destino-list a .dest_list_title{
        display: none;
    }

    #destino .se1 h1{
        font-size: 95px;
        margin: 145px auto;
    }

    #destino .se3 .postal {
        right: 32%;
    }
}

@media (max-width: 767px) {
    #status, .status-mes {
        background-image: url('images/loading-m.gif');
        background-position: center;
        background-repeat: no-repeat;
        height: 350px;
        width: 380px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 10%;
        margin: auto;
    }
    .status-mes {
        background: none;
        left: 0;
        margin: 0;
        text-align: center;
        top: 90%;
    }

    #homepage > .container, #top10 > .container, #guia > .container, #destino > .container,#destino-list > .container,#nwsl > .container{
        padding-top: 66px;
    }

    .nav-container {
        width: 95%;
    }

    .navbar-toggle-custom{
        display: none;
    }

    .tocollapse{
        display: block!important;
    }

    .navbar .navbar-nav {
        display: block;
    }

    .social-links{
        margin-right: 0!important;
    }

    .navbar-header{
        padding: 10px 25px;
    }

    .navbar-brand{
        margin: 10px 0;
    }

    .active-menu .navbar-brand{
        background-image: url('images/brand2.png');
        width: 35px;
        height: 26px;
    }

    .social-links{
        position: relative;
        position: relative;
        top: 0;
        left: 0;
    }


    h1 {
        font-size: 25px;
        line-height: 32px;
    }

    h2 {
        font-size: 35px;
        line-height: 40px;
        margin: 10px 0;

        color: #fff;
        font-family: "BauerBodoniStd-BoldItalic";
    }

    h3 {
        font-size: 34px;
        line-height: 37px;
        margin: 15px 0 15px;
    }

    .mouse-icon{
        display: none;
    }

    #homepage .intro .btn-group {
        display: none;
    }

    #homepage .text-container {
        margin: 0 auto 80px;
    }

    #homepage .text-container p{
        font-size: 18px;
        line-height: 28px;
        max-width: 550px;
        max-height: 125px;

    }

    #homepage .verDestino {
        padding: 6px 50px;
        font-size: 22px;
        height: 60px;
        line-height: 26px;
    }

    #homepage .col-md-9 h5{
        margin-bottom: 30px;
    }


    #homepage .estante {
        height: auto;
    }

    #homepage .estante img{
        margin-top: 50px;
    }

    #homepage .guiaDesc{
        background-image: url('images/homepage/estante_guias-mobile.png');
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 0;
        padding-top: 87.23%; /* (img-height / img-width * width) */
        position: relative;
    }


    #homepage .topDesc{
        background-image: url('images/homepage/estante_top-mobile.png');
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 0;
        padding-top: 87.23%; /* (img-height / img-width * width) */
        position: relative;
        margin-top: 360px;
        text-align: center;
    }

    #homepage .guiaDesc div, #homepage .topDesc div{
        text-align: center;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: none;
    }

    #homepage .guiaDesc p, #homepage .topDesc p{
        text-align: center!important;
    }

    #homepage .topDesc div {
        padding-left: 15px;
    }

    #homepage .nwsl {
        margin-top: 430px;
    }

    #homepage .nwsl > h2 {
        font-size: 21px;
        line-height: 31px;
    }

    #homepage .nwsl > h3 {
        font-size: 33px;
        letter-spacing: 3px;
    }

    #homepage .nwsl > h4 {
        font-size: 18px;
        line-height: 27px;
        max-width: none;
        padding: 0 15px;
    }

    #homepage .footer {
        margin-top: 0;
    }

    #homepage .footer input[type="email"] {
        width: 95%;
        height: 47px;
        font-size: 12px;
    }

    #homepage .footer input[type="email"]::-webkit-input-placeholder  {
        font-size: 12px;
    }
    #homepage .footer input[type="email"]:-moz-placeholder{
        font-size: 12px;
    }
    #homepage .footer input[type="email"]:-ms-input-placeholder{
        font-size: 12px;
    }

    #homepage .footer input[type="submit"] {
        background: url("images/icons/submit2-m.png");
        width: 35px;
        height: 36px;
        top: 37px;
    }

    #homepage .footer form {
        top: 19%;
    }


    #top10 #header div, #guia #header div{
        display: none;
    }


    #destino-list h1 {
        margin-top: 0;
        font-size: 35px;
        line-height: 40px;
    }

    #destino-list p{
        font-size: 15px;
        line-height: 28px;
    }

    #destino-list a:hover p{
        opacity: 1;
        bottom: 0;
    }


    #destino-list a hr{
        bottom: 35px;
    }

    #destino-list a:hover hr{
        bottom: 35px;
    }

    #destino-list a .dest_list_title{
        display: none;
    }

    #destino-list a p{
        bottom: 0;
    }

    #destino .se1 h1{
        font-size: 40px;
        margin: 100px auto;

        line-height: 45px;
    }

    #destino .se1 .localtime{
        top: 10%;
        bottom: 0;
        margin: auto;
        padding: 5px 20px;
        height: 55px;
        width: 95%;
    }

    #destino .se1 .localtime p{
        font-size: 36px;
        font-family: "NexaLight";
        line-height: 36px;
    }




    #destino #slider .gal-text{
        width: 100%;
        height: auto;
        padding: 0 35px;
        margin: 15px auto 0;
    }

    #destino #slider .gal-text h2 {
        display: none;
    }


    #destino #slider .gal-text p {
        /*font-size: 10px;
        line-height: 18px;
        max-width: none;
        text-align: center;
        min-width: 0;*/
        display: none;
    }

    #destino .se2 .gal-desc-m{
        display: block;
        padding: 30px 15px;
        color: #fff;
        text-align: center;
        background-color: rgba(29,29,27,1);
        margin-top: -5px;
    }

    #destino .se2 .gal-desc-m p{
        font-size: 14px;
        line-height: 24px;
    }

    .owl-theme .owl-controls .owl-buttons div:nth-child(2) {
        right: 5%!important;
    }

    #destino .se3 .postal h3{
        font-size: 16px;
        line-height: 30px;
        margin: 15px 0 20px;

        padding: 0 15px;
    }

    #destino .se3 .postal h3 span{
        font-size: 24px;
    }

    #destino .se3 .postal {
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 10px auto;
    }

    #destino .se3 .postal input {
        width: 95%;
    }

    #destino .se3 .postal textarea{
        max-width: 95%;
    }


    #destino #cross-selling{
        visibility: visible;
        position: relative;
        margin-top: -20px;
        background-color: rgba(50, 51, 50, 1);
        padding-top: 25px;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        height: auto;
        max-height: none;
        overflow: auto;
    }

    #destino #cross-selling > h1{
        margin-bottom: 20px;
        margin-top: 0;
    }


    #nwsl .thanks {
        font-size: 50px!important;
        line-height: 50px!important;
    }

    #nwsl .nwsl > hr{
        margin: 10px auto
    }



    #nwsl .thanks2 {
        letter-spacing: 2px!important;
        font-size: 21px!important;
        margin-left: 0!important;
        margin-top: 0!important;
        margin-bottom: 0!important;
    }



}

@-moz-document url-prefix() {
    #homepage .intro .btn-group{
        width: 250px;
    }
    .caret{
        margin-top: -28px;
    }
}



/* ==========================================================================
   SIMULADOR
   ========================================================================== */
#simulador{
    width: 100vw;
    height: 100vh;
}

#simulador .shelf{
    position: absolute;
    bottom: -132px;
    left: -110px;
}

#simulador .col-xs-4{
    padding: 0;
}

#simulador .container{
    width: 800px;
    height: 480px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    padding: 0;
    margin: auto;
}

#simulador section{
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 1;
    padding: 0;
}

#simulador h2{
    font-family: "NexaLight";
    font-size: 19px;
    line-height: 23px;
    color: #ffffff;
    text-transform: none;
}

#simulador h3{
    font-family: "NexaLight";
    font-size: 32px;
    line-height: 32px;
    color: #666563;
    text-transform: uppercase;
}


#simulador h3 span{
    font-family: "NexaBold";
}

#simulador a{
    color: #ffffff;
    text-decoration: none;
    font-size: 21px;
    line-height: 20px;
    padding: 1px 32px;
    background-color: #00ADEF;
    font-family: "BauerBodoniStd-Italic";
    display: inline-block;
    cursor: pointer;
}

#simulador a span{
    vertical-align: text-top;
}

#simulador .arrow{
    background: url('images/simulador/arrow.png');
    width: 30px;
    height: 30px;
    position: absolute;
    padding: 0;
}

#simulador .question{
    background: url("images/simulador/bg-q.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 0;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 999;
    padding: 0;
}


#simulador .float-effect{
    -webkit-animation-name: float-effect;
    animation-name: float-effect;
    -webkit-animation-delay: .0s, .3s;
    animation-delay: .0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

@keyframes float-effect {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes float-effect {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}


#simulador .ballon{
    display: block;
    position: absolute;
    z-index: 5;
}

#simulador .ballon1{
    background: url('images/simulador/ballon1.png');
    width: 110px;
    height: 138px;
    top: 130px;
    left: 65px;
    -webkit-animation-duration: 2.8s, 2.1s;
    animation-duration: 2.8s, 2.1s;
}
#simulador .ballon2{
    background: url('images/simulador/ballon2.png');
    width: 100px;
    height: 124px;
    top: 95px;
    left: 615px;
    -webkit-animation-duration: 2.9s, 2s;
    animation-duration: 2.9s, 2s;
}
#simulador .ballon3{
    background: url('images/simulador/ballon3.png');
    width: 49px;
    height: 66px;
    top: 230px;
    left: 546px;
    -webkit-animation-duration: 3.3s, 2.9s;
    animation-duration: 3.3s, 2.9s;
}
#simulador .ballon4{
    background: url('images/simulador/ballon4.png');
    width: 35px;
    height: 45px;
    top: 230px;
    left: 340px;
    -webkit-animation-duration: 4.1s, 3.9s ;
    animation-duration: 4.1s, 3.9s ;
}
#simulador .ballon5{
    background: url('images/simulador/ballon5.png');
    width: 34px;
    height: 43px;
    top: 205px;
    left: 218px;
    -webkit-animation-duration: 4.5s, 4.2s;
    animation-duration: 4.5s, 4.2s;
}

#simulador section:nth-child(1){
    background: url(images/simulador/se1.jpg) no-repeat 0 0;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    text-align: center;
    padding-top: 105px;
}
#simulador section:nth-child(2){
    background: url(images/simulador/se2.jpg) no-repeat 0 0;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    text-align: center;
    display: none;
}
#simulador section:nth-child(3){
    background: url(images/simulador/se3.jpg) no-repeat 0 0;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    text-align: center;
    display: none;
}
#simulador section:nth-child(4){
    background: url(images/simulador/se4.jpg) no-repeat 0 0;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    text-align: center;
    display: none;
}

#simulador section:nth-child(5){
    background: url(images/simulador/se5-1.jpg) no-repeat 0 0;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    text-align: center;
    display: none;
}

#simulador .bg-1{
    background: url(images/simulador/se5-1.jpg) no-repeat 0 0!important;
}
#simulador .bg-2{
    background: url(images/simulador/se5-2.jpg) no-repeat 0 0!important;
}
#simulador .bg-3{
    background: url(images/simulador/se5-3.jpg) no-repeat 0 0!important;
}
#simulador .bg-4{
    background: url(images/simulador/se5-4.jpg) no-repeat 0 0!important;
}
#simulador .bg-5{
    background: url(images/simulador/se5-5.jpg) no-repeat 0 0!important;
}
#simulador .bg-6{
    background: url(images/simulador/se5-6.jpg) no-repeat 0 0!important;
}
#simulador .bg-7{
    background: url(images/simulador/se5-7.jpg) no-repeat 0 0!important;
}
#simulador .bg-8{
    background: url(images/simulador/se5-8.jpg) no-repeat 0 0!important;
}
#simulador .bg-9{
    background: url(images/simulador/se5-9.jpg) no-repeat 0 0!important;
}
#simulador .bg-10{
    background: url(images/simulador/se5-10.jpg) no-repeat 0 0!important;
}
#simulador .bg-11{
    background: url(images/simulador/se5-11.jpg) no-repeat 0 0!important;
}
#simulador .bg-12{
    background: url(images/simulador/se5-12.jpg) no-repeat 0 0!important;
}
#simulador .bg-13{
    background: url(images/simulador/se5-13.jpg) no-repeat 0 0!important;
}
#simulador .bg-14{
    background: url(images/simulador/se5-14.jpg) no-repeat 0 0!important;
}
#simulador .bg-14{
    background: url(images/simulador/se5-14.jpg) no-repeat 0 0!important;
}
#simulador .bg-15{
    background: url(images/simulador/se5-15.jpg) no-repeat 0 0!important;
}
#simulador .bg-16{
    background: url(images/simulador/se5-16.jpg) no-repeat 0 0!important;
}
#simulador .bg-17{
    background: url(images/simulador/se5-17.jpg) no-repeat 0 0!important;
}
#simulador .bg-18{
    background: url(images/simulador/se5-18.jpg) no-repeat 0 0!important;
}
#simulador .bg-19{
    background: url(images/simulador/se5-19.jpg) no-repeat 0 0!important;
}
#simulador .bg-20{
    background: url(images/simulador/se5-20.jpg) no-repeat 0 0!important;
}
#simulador .bg-21{
    background: url(images/simulador/se5-21.jpg) no-repeat 0 0!important;
}


#simulador section:nth-child(1) h2{
    margin: 0 0 20px;
}


#simulador section:nth-child(2) .arrow{
    top: 310px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#simulador section:nth-child(3) .arrow{
    top: 380px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#simulador section:nth-child(4) .arrow{
    top: 330px;
    left: 0;
    right: 0;
    margin: 0 auto;
}



#simulador section:nth-child(2) a,
#simulador section:nth-child(3) a,
#simulador section:nth-child(4) a,
#simulador section:nth-child(5) a{
    background-color: transparent;
}


#simulador section:nth-child(2) .question h3{
    margin: 58px auto;
    opacity: 0;
}
#simulador section:nth-child(3) .question h3{
    font-size: 38px;
    margin: 50px auto 20px;
    opacity: 0;
}
#simulador section:nth-child(4) .question h3{
    margin: 58px auto 30px;
    opacity: 0;
}


#simulador section:nth-child(2) .question img,
#simulador section:nth-child(3) .question img{
    opacity: 0;
    margin-bottom: 10px;
    max-width: 100%;
}
#simulador section:nth-child(4) .question img{
    opacity: 0;
    max-width: 100%;
}

#simulador section:nth-child(2) .question a span,
#simulador section:nth-child(3) .question a span,
#simulador section:nth-child(4) .question a span{
    font-family: "BauerBodoniStd-BoldItalic";
    font-size: 18px;
    color: #393734;
    padding: 2px 20px;
    border: 1px solid #393734;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#simulador section:nth-child(2) .question *,
#simulador section:nth-child(3) .question *,
#simulador section:nth-child(4) .question *{
    -webkit-transition: all 0.4s ease 0.8s;
    -moz-transition: all 0.4s ease 0.8s;
    -o-transition: all 0.4s ease 0.8s;
    transition: all 0.4s ease 0.8s;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
}

#simulador section:nth-child(2) .question.active *,
#simulador section:nth-child(3) .question.active *,
#simulador section:nth-child(4) .question.active *{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#simulador section:nth-child(2) .question.active h3,
#simulador section:nth-child(3) .question.active h3,
#simulador section:nth-child(4) .question.active h3{
    opacity: 0.45!important;
}


#simulador section:nth-child(2) .question a:hover span,
#simulador section:nth-child(3) .question a:hover span,
#simulador section:nth-child(4) .question a:hover span{
    padding: 2px 25px;
    border: 3px solid #393734;
}

#simulador section:nth-child(5) .crossselling{
    position: absolute;
    right: 0;
    max-width: 270px;
    top: 45px;
}

#simulador section:nth-child(5) .comprarbtn{
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    line-height: 20px;
    padding: 2px 40px 2px;
    background-color: #00ADEF;
    font-family: "NexaBold";
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 435px;
    right: 75px;
    letter-spacing: 2.5px;
}

#simulador .text-container{
    position: absolute;
    top: 162px;
    left: 70px;
    background-color: rgba(58,50,43,0.40);
    text-align: center;
    color: #ffffff;
    padding: 10px;
    width: 425px;
}

#simulador .text-container h1{
    font-family: "NexaLight";
    font-size: 24px;
    letter-spacing: 1.5px;
    margin: 10px 0;
    text-transform: uppercase;
}

#simulador .text-container hr{
    margin: 15px auto;
    width: 25px;
    border-top: 2px solid #fff;
}

#simulador .text-container h4{
    font-family: "BauerBodoniStd-BoldItalic";
    font-size: 49px;
    line-height: 44px;
    margin: 0 0 25px;
    padding: 0 30px;
}

#simulador .text-container p{
    font-family: "NexaBold";
    font-size: 14px;
    line-height: 16px;
}

#simulador .text-container a{
    font-family: "NexaBold";
    text-transform: uppercase;
    font-size: 10px;
    border: 1px solid #ffffff;
    padding: 0px 20px;
}

#simulador .text-container a span{
    vertical-align: bottom;
    font-size: 20px;
}

#simulador .btn-links{
    position: absolute;
    right: 0px;
    top: 7px;
    text-align: center;
    width: 200px;
    z-index: 400;
}

#simulador .btn-links a{
    font-size: 10px;
    color: #6D7071;
    font-family: "NexaBold";
    display: inline-block;
    line-height: 12px;
    padding: 0;
    width: 60px;
    vertical-align: top;
}

#simulador .btn-links p{
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#simulador .btn-links a img{
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#simulador .btn-links a:hover p{
    opacity: 1;
}

#simulador .btn-links a:hover img{
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
}

.menu-item i._mi {
    font-size: 1.4em!important;
}

#simulador #desktop{
    display: block;
    -webkit-box-shadow: -55px 62px 91px -37px rgba(0,0,0,0.75);
    -moz-box-shadow: -55px 62px 91px -37px rgba(0,0,0,0.75);
    box-shadow: -55px 62px 91px -37px rgba(0,0,0,0.75);
    padding-right: 0;
    padding-left: 0;
}

#simulador #mobile{
    display: none;
}


@media (max-width: 767px) {

    #simulador .shelf{
        display: none;
    }

    #simulador #desktop{
        display: none;
    }

    #simulador #mobile{
        display: block;
        padding: 0;
    }

    #simulador .container{
        max-width: 768px;
        width: 100%;
        height: 100%;
        position: relative;
        padding: 0;
    }

    #simulador section{
        position: relative;
        min-height: 600px;
        z-index: 1;
        padding: 0 20px;
    }

    #simulador h2{
        font-family: "NexaLight";
        font-size: 24px;
        line-height: 40px;
        color: #ffffff;
    }

    #simulador h3{
        font-family: "NexaLight";
        font-size: 34px;
        line-height: 40px;
        color: #666563;
        text-transform: uppercase;
    }


    #simulador h3 span{
        font-family: "NexaBold";
    }

    #simulador a{
        color: #ffffff;
        text-decoration: none;
        font-size: 40px;
        line-height: 40px;
        padding: 1px 40px;
        background-color: #00ADEF;
        font-family: "BauerBodoniStd-Italic";
        display: inline-block;
        cursor: pointer;
    }

    #simulador a span{
        vertical-align: text-top;
    }

    #simulador .arrow{
        background: url('images/simulador/mobile/arrow.png') no-repeat;
        background-size: cover;
        background-position: 100% 100%;
        width: 70px;
        height: 70px;
        position: absolute;
        padding: 0;
    }

    #simulador .question{
        background: url("images/simulador/mobile/bg-q.jpg") center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 0;
        overflow: hidden;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 999;
    }

    #simulador .question h3{
        padding: 0 20px;
    }

    #simulador section:nth-child(1){
        background: url(images/simulador/mobile/se1.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
    }

    #simulador section:nth-child(1) img{
        width: 20%;
        margin: 10% auto 20px;
    }
    #simulador section:nth-child(2){
        background: url(images/simulador/mobile/se2.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        display: none;
    }
    #simulador section:nth-child(3){
        background: url(images/simulador/mobile/se3.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        display: none;
    }
    #simulador section:nth-child(4){
        background: url(images/simulador/mobile/se4.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        display: none;
    }

    #simulador section:nth-child(5){
        background: url(images/simulador/mobile/se5.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        display: none;
    }

    #simulador .bg-1{
        background: url(images/simulador/mobile/se5.jpg) no-repeat center center fixed !important;
    }

    #simulador .bg-2{
        background: url(images/simulador/mobile/se5.jpg) no-repeat center center fixed !important;
    }

    #simulador .bg-3{
        background: url(images/simulador/mobile/se5.jpg) no-repeat center center fixed !important;
    }

    #simulador .bg-4{
        background: url(images/simulador/mobile/se5.jpg) no-repeat center center fixed !important;
    }

    #simulador .bg-5{
        background: url(images/simulador/mobile/se5.jpg) no-repeat center center fixed !important;
    }

    #simulador .bg-6{
        background: url(images/simulador/mobile/se5.jpg) no-repeat center center fixed !important;
    }
    #simulador .bg-7{
        background: url(images/simulador/mobile/se5.jpg) no-repeat center center fixed !important;
    }

    #simulador .bg-8{
        background: url(images/simulador/mobile/se5.jpg) no-repeat center center fixed !important;
    }

    #simulador .bg-9{
        background: url(images/simulador/mobile/se5.jpg) no-repeat center center fixed !important;
    }

    #simulador .bg-10{
        background: url(images/simulador/mobile/se5.jpg) no-repeat center center fixed !important;
    }
    #simulador .bg-11{
        background: url(images/simulador/mobile/se5.jpg) no-repeat center center fixed !important;
    }

    #simulador .bg-12{
        background: url(images/simulador/mobile/se5.jpg) no-repeat center center fixed !important;
    }

    #simulador .bg-13{
        background: url(images/simulador/mobile/se5.jpg) no-repeat center center fixed !important;
    }


    #simulador section:nth-child(1) h2{
        margin: 0 0 20px;
    }

    #simulador section:nth-child(2) .arrow{
        top: 62%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    #simulador .q-img{
        position: absolute;
        z-index: 50;
    }
    #simulador .q-a{
        position: absolute;
        z-index: 100;
    }

    #simulador .img-q1_1{
        top: 15%;
        left: 0;
    }
    #simulador .img-q1_2{
        top: 35%;
        right: 0;
    }
    #simulador .img-q1_3{
        top: 67%;
        left: 0;
    }
    #simulador .a-q1_1{
        top: 35%;
        left: 10px;
    }
    #simulador .a-q1_2{
        top: 61%;
        right: 0;
    }
    #simulador .a-q1_3{
        top: 89%;
        left: 0;
    }

    #simulador .img-q2_1{
        top: 19%;
        left: -60px;
    }
    #simulador .img-q2_2{
        top: 60%;
        right: -50px;
    }
    #simulador .a-q2_1{
        top: 33%;
        right: 10px;
    }
    #simulador .a-q2_2{
        top: 75%;
        left: 5%;
    }


    #simulador .img-q3_1{
        top: 7%;
        left: 0;
    }
    #simulador .img-q3_2{
        top: 37%;
        right: 0;
    }
    #simulador .img-q3_3{
        top: 67%;
        left: 0;
    }
    #simulador .a-q3_1{
        top: 35%;
        left: 13%;
    }
    #simulador .a-q3_2{
        top: 59%;
        right: 28px;
    }
    #simulador .a-q3_3{
        top: 89%;
        left: 49px;
    }




    #simulador section:nth-child(3) .arrow{
        top: 78%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #simulador section:nth-child(4) .arrow{
        top: 78%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }



    #simulador section:nth-child(2) a,
    #simulador section:nth-child(3) a,
    #simulador section:nth-child(4) a,
    #simulador section:nth-child(5) a{
        background-color: transparent;
    }


    #simulador section:nth-child(2) .question h3{
        margin: 25px auto;
        opacity: 0;
    }
    #simulador section:nth-child(3) .question h3{
        font-size: 38px;
        margin: 50px auto 20px;
        opacity: 0;
    }
    #simulador section:nth-child(4) .question h3{
        margin: 20px auto 30px;
        opacity: 0;
    }


    #simulador section:nth-child(2) .question img{
        opacity: 0;
        margin-bottom: 10px;
        max-width: 70%;
    }

    #simulador section:nth-child(3) .question img{
        opacity: 0;
        margin-bottom: 10px;
        max-width: 100%;
    }
    #simulador section:nth-child(4) .question img{
        opacity: 0;
        max-width: 70%;
    }

    #simulador section:nth-child(2) .question a,
    #simulador section:nth-child(3) .question a,
    #simulador section:nth-child(4) .question a{
        font-family: "BauerBodoniStd-BoldItalic";
        font-size: 18px;
        color: #393734;
        padding: 2px 25px;
        border: 1px solid #393734;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    #simulador section:nth-child(2) .question *,
    #simulador section:nth-child(3) .question *,
    #simulador section:nth-child(4) .question *{
        -webkit-transition: all 0.4s ease 0.8s;
        -moz-transition: all 0.4s ease 0.8s;
        -o-transition: all 0.4s ease 0.8s;
        transition: all 0.4s ease 0.8s;
        -webkit-transform: scale(0.2);
        -moz-transform: scale(0.2);
        -o-transform: scale(0.2);
        transform: scale(0.2);
    }

    #simulador section:nth-child(2) .question.active *,
    #simulador section:nth-child(3) .question.active *,
    #simulador section:nth-child(4) .question.active *{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    #simulador section:nth-child(2) .question.active h3,
    #simulador section:nth-child(3) .question.active h3,
    #simulador section:nth-child(4) .question.active h3{
        /*opacity: 0.45!important;*/
        opacity: 1!important;
    }


    #simulador section:nth-child(2) .question a:hover span,
    #simulador section:nth-child(3) .question a:hover span,
    #simulador section:nth-child(4) .question a:hover span{
        padding: 2px 25px;
        border: 3px solid #393734;
    }

    #simulador section:nth-child(5) .crossselling{
        position: absolute;
        top: 25%;
        right: 0;
        max-width: 50%;
    }

    #simulador section:nth-child(5) .comprarbtn{
        color: #ffffff;
        text-decoration: none;
        font-size: 22px;
        line-height: 30px;
        padding: 2px 24px 1px;
        background-color: #00ADEF;
        font-family: "NexaBold";
        display: inline-block;
        cursor: pointer;
        position: absolute;
        top: 72%;
        right: 9px;
    }

    #simulador .text-container{
        position: absolute;
        top: 22%;
        left: 0;
        text-align: center;
        color: #404040;
        padding: 0px 6px;
        max-width: 51%;
        background-color: transparent;
    }

    #simulador .text-container h1{
        font-family: "NexaLight";
        font-size: 30px;
        letter-spacing: 1.5px;
        margin: 10px 0;
        text-transform: uppercase;
    }

    #simulador .text-container hr{
        margin: 15px auto;
        width: 25px;
        border-top: 2px solid #404040;
    }

    #simulador .text-container h4{
        font-family: "BauerBodoniStd-BoldItalic";
        font-size: 33px;
        line-height: 32px;
        margin: 0 0 25px;
        padding: 0;
    }

    #simulador .text-container p{
        font-family: "NexaBold";
        font-size: 14px;
        line-height: 16px;
    }

    #simulador .text-container a{
        font-family: "NexaBold";
        text-transform: uppercase;
        font-size: 17px;
        line-height: 25px;
        border: 1px solid #404040;
        padding: 13px 15px;
        color: #404040;
    }

    #simulador .text-container a span{
        vertical-align: bottom;
        font-size: 20px;
        color: #404040;
    }

    #simulador .btn-links{
        position: absolute;
        left: 0px;
        /* right: 0px; */
        top: 7px;
        text-align: center;
        width: 200px;
        z-index: 400;
    }

    #simulador .btn-links a{
        font-size: 10px;
        color: #6D7071;
        font-family: "NexaBold";
        display: inline-block;
        line-height: 12px;
        padding: 0;
        width: 60px;
        vertical-align: top;
    }

    #simulador .btn-links p{
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #simulador .btn-links a img{
        margin-bottom: 2px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    #simulador .btn-links a:hover p{
        opacity: 1;
    }

    #simulador .btn-links a:hover img{
        -ms-transform: rotate(360deg); /* IE 9 */
        -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
        transform: rotate(360deg);
    }

    #simulador .logo-dk{
        position: absolute;
        bottom: 20px;
        left: 20px;
        max-width: 65%;
    }

}