@charset "UTF-8";
/* CSS Document */
html { 
    background-color: #ffffff;
}

body {
	margin:0;
	padding:0;
	color: #232c35;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 18px;
}

h1{font-size:70px; font-weight: 900; font-family: 'Playfair Display', serif;}
h2{font-size:60px; font-weight: 200; font-family: 'Oswald', sans-serif;}
h3{font-size:40px; font-weight: 200; font-family: 'Oswald', sans-serif;}
h4{font-size:34px; font-weight: 200; font-family: 'Oswald', sans-serif;}
h5{font-size:28px; font-weight: 200; font-family: 'Oswald', sans-serif; line-height: 34px;}

p{text-align: justify;}

img{
    border: 0;
}

a:link {text-decoration: none; color: #1C6295;}
a:visited {text-decoration: none; color: #1C6295;}
a:hover {text-decoration: none; color: #1C6295;}
a:active {text-decoration: none; color: #1C6295;}

.btn{
    cursor:pointer;
}

.hr-divider-footer{
    border: 0;
    box-shadow: none;
    height: 1px;
    color: #333333;
    background: #333333;
}

.hr-divider-seccoes{
    border: 0;
    box-shadow: none;
    height: 1px;
    color: #efefef;
    background: #efefef;
}

.hr-azul{
    border: 0;
    box-shadow: none;
    height: 3px;
    width: 100px;
    color: #1C6295;
    background: #1C6295;
    margin:10px auto 17px auto;
}
.hr-azul-year{
    border: 0;
    box-shadow: none;
    height: 3px;
    width: 75px;
    color: #1C6295;
    background: #1C6295;
    margin:10px 0 17px 0;
}

/* BARRA TOPO + MENU */
.div-topo{
    width: 100%;
    height: 145px;
    margin: 0;
    padding: 0;
}

.div-logotipo{
    width: 253px;
    height: 72px;
    margin: 20px auto 20px auto;
}

.menu-topo{
    width: 100%;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px !important;
    color: #1C6295 !important;
    margin:0;
    padding:0;
}

/* POPUP START */
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  z-index:9999991;
}

#popup{
    margin: auto;
    position: absolute;
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;
    width: 60%;
    max-width: 1168px;
    height: 80%;
    z-index:9999992;
}
#popupClose{
    margin: auto;
    position: absolute;
    top:1%;
    right:1%;
    z-index:9999993;
    font-size:20px;
    font-weight: bolder;
}

.close-popup{
    font-size: 50px !important;
}
@media only screen and (max-width: 1000px) {
    .close-popup{
        font-size: 30px !important;
    }
}

@media only screen and (max-width: 600px) {
    .close-popup{
        font-size: 20px !important;
    }
}


/* POPUP END */



/*  MENU FOOTER */
.footer-menu{
    list-style: none;
    padding: 0;
    text-transform: lowercase;
    font-size: 14px;
}
.footer-menu li {padding: 7px 0; border-bottom: 1px solid #dfdfdf;}
.footer-menu li::first-letter {text-transform: capitalize;}
.footer-menu li a{color:#333333;}
.footer-menu li a:hover{color:#000000;}
/*  MENU FOOTER */


/* MENU IDIOMA */
.idiomasSelectPT{
    text-transform: uppercase;
    width: 34px;
    height: 34px;
    text-align: center;
    background-color: #000000;
    color: #ffffff !important;
    padding: 9px 0 0 0;
    right: 100px;
    position: absolute;
    z-index: 999999;
    cursor:pointer;
}
.idiomasSelectEN{
    text-transform: uppercase;
    width: 34px;
    height: 34px;
    text-align: center;
    background-color: #000000;
    color: #ffffff !important;
    padding: 9px 0 0 0;
    right: 60px;
    position: absolute;
    z-index: 999999;
    cursor:pointer;
}


#idioma-content{display:none;}
.idioma{
    text-transform: uppercase;
    width: 34px;
    height: 34px;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    padding: 9px 0 0 0;
    right: 8%;
    position: absolute;
    z-index: 999999;
    cursor:pointer;
}

#idioma-select-wrapper{
    background-color: #000000;
    position:absolute;
    width:100%;
    height:100%;
    z-index:999;
    opacity:0.8;
    display:none;
}

.idioma-select{
    position:absolute;
    z-index: 999999;
    width:80%;
    height:100px;
    margin: auto;
    top: 170px; left: 0; right: 0;
    text-align: center;
    padding:0;
    display:none;
}
.idioma-close{
    position:absolute;
    z-index: 999999;
    top:4px;
    color:#FFFFFF;
    font-size:30px;
    right:10px;
    cursor:pointer;
    display:none;
}

.idioma-select a{
    position:relative;
    cursor:pointer;
    font-size:20px;
    width:33%;
    height:100%;
    padding:20px;
    top:30px;
    background-color: #000000;
    color:#FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.idioma-select a.active{
    border:1px solid #1C6295;
    margin:-1px;
}

.idioma-select a:hover{
    border:1px solid #1C6295;
    margin:-1px;
}

.idioma-select h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    position:relative;
    text-align: center;
    margin:0 auto 40px auto;
    width:33%;
    font-size:20px;
    padding:20px;
    top:30px;
    background-color: #000000;
    color:#FFFFFF;
}

/*  NO SLIDER */

.idioma-select-no-slider{
    position:absolute;
    z-index: 999999;
    width:80%;
    height:100px;
    margin: auto;
    top: 0; left: 0; right: 0;
    text-align: center;
    padding:0;
    display:none;
}

.idioma-select-no-slider a{
    display:inline;
    position:relative;
    cursor:pointer;
    font-size:20px;
    width:33%;
    height:100%;
    padding:20px;
    top:36px;
    background-color: #000000;
    color:#FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.idioma-select-no-slider a.active{
    border:1px solid #1C6295;
    margin:-1px;
}

.idioma-select-no-slider a:hover{
    border:1px solid #1C6295;
    margin:-1px;
}

.idioma-select-no-slider h2{
    display:inline;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    position:relative;
    text-align: center;
    margin:0 auto 40px auto;
    width:33%;
    font-size:20px;
    padding:20px;
    top:36px;
    background-color: #000000;
    color:#FFFFFF;
}



/* MENU IDIOMA */

.redes-sociais{
    width: 40px;
    position: absolute;
    left: 0;
    top:30%;
    z-index: 999999;
}

.social-no-slider{
    margin-top:10px;
}

.social-icons-mobile{
    display:inline !important;padding:0 !important;
}

.div-reservas{
    width: 100%;
    margin: 25px 0;
}

/* BUTTONS */
a.btn-blue{background-color: #ecf1f4;color:#1C6295;border: 0;box-shadow: none;padding: 7px 30px;text-transform: uppercase;font-weight: 400;font-size: 16px;}
a.btn-blue:hover{color:#1C6295;}

a.btn-black{background-color: #000000;color:#FFFFFF;border: 0;box-shadow: none;padding: 7px 30px;text-transform: uppercase;font-weight: 400;font-size: 16px;}
a.btn-black:hover{color:#FFFFFF;}

a.share-button{background-color: #ecf1f4;color:#1C6295;border: 0;box-shadow: none;padding: 7px 10px;text-transform: uppercase;font-weight: 400;font-size: 16px;}
a.share-button .fa{border-right: 1px solid #FFFFFF;margin:0 4px 0 0;padding:0 8px 0 0;}
a.share-button:hover{color:#1C6295;}


.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 38px;    
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}


.alert{border-radius: 0 !important;}

#form-reservation{}
#form-reservation .form-control{height:36px !important;}
#form-reservation-alert-error{display:none;}
#form-newsletter-alert-error{display:none;}
#form-newsletter-alert-warning{display:none;}
#form-newsletter-alert-success{display:none;}

.reservation-bookingCheckin{
    float:left;width:25%;
}
.reservation-bookingCheckout{
    float:left;width:25%;
}
.reservation-bookingAdults{
    float:left;width:17%;
}
.reservation-bookingChildren{
    float:left;width:17%;
}
.reservation-submit{
    float:left;width:16%;
}

/* Customize datepicker - start */
#ui-datepicker-div{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333333;
}
.ui-corner-all{
   border-radius: 0 !important; 
}
.ui-widget-header{
   background: none !important;
   border-top: 0 !important;
   border-left: 0 !important;
   border-right: 0 !important;
   border-bottom: 1px solid #1C6295 !important;
}
.ui-state-default{
    border:0 !important;
    background: none !important;
}
.ui-datepicker td a{
    text-align: center !important;
}
.ui-state-active{
    background-color:#ecf1f4 !important;
}
/* Customize datepicker - end */
.interior-pages-bar{
    width: 100%;
    height: 100px;
    background: url('/layout/bg_pattern.gif') repeat left top;
    -webkit-box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    inset 0px 11px 8px -10px rgba(0, 0, 0, 0.15);
    box-shadow:         inset 0px 11px 8px -10px rgba(0, 0, 0, 0.15);
}

.interior-pages-bar h2{
    font-weight: 300 !important;
    font-size:34px;
    margin-top:33px;
    color:#1C6295;
}

/* FRASE CALL */
.div-frase-call{
    width: 100%;
    margin: 0;
}
.frase-call{
    font-size: 18px;
    color: #1C6295 !important;
    text-align: center;
    padding: 8px 0;
    text-transform: uppercase;
    font-weight: 500;
}


.detail-navigation{
    width:100%;
    text-align: center;
    color:#cccccc;
    font-size:26px;
}

.detail-navigation a{
    cursor:pointer;color:#cccccc;text-decoration: none;
}

.news-alert-name-error{
    color:#FF0000;
    font-size: 14px;
    display: none;
}

.news-alert-email-error{
    color:#FF0000;
    font-size: 14px;
    display: none;
}


/* MEDIA - START*/
.press-article-detail{min-height: 336px;text-align: justify;}
.press-article-detail-intro{min-height: 243px;}

/* MEDIA - END */




/* PROMOCOES, DESTAQUES E VIDEO TOUR  */
.div-mother-carousel{
    width: 100%;
    margin: 50px 0 0 0;
}
.titulos-seccoes{
    font-size: 34px;
    font-weight: 300;
    color: #666666;
    text-align: center;
    text-transform: uppercase;
}
.titulos-seccoes-year{
    font-size: 30px;
    font-weight: 300;
    color: #666666;
    text-align: left;
}
.div-img-caption{
    position: relative;
    margin: 0;
}
.div-promo{
    position:relative;
}

.div-promo-caption{
    /*position: absolute;
    bottom:0;*/
    width:100%;
    background: rgba(255,255,255,0.85);
    color: #333333;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    padding: 20px 10px;
    height: 130px;
    margin: 0 0 15px 0;
}
.div-promo-caption h4{
    font-size: 21px;
    font-weight: 300;
    margin: 0 0 15px 0;
}



.homepageCarousel .div-promo-caption{
    position: absolute;
    /*bottom:0;*/
    top: 0;
    width:100%;
    /*background: rgba(255,255,255,0.85);*/
    color: #333333;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    padding: 20px 10px;
    height: 418px;
    margin: 0 0 15px 0;
    background: rgba(0,0,0,0.65);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.65)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    transition: 0.5s;
}

.homepageCarousel .div-promo-caption:hover{
    background: rgba(0,0,0,0.85);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.85)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
}

.homepageCarousel .div-promo-caption h4{
    font-size: 21px;
    font-weight: 300;
    margin: 0 0 15px 0;
}
.homepageCarousel .div-promo-caption h3{
    margin: 180px 0 0 0; color: #ffffff;
}
/*
.div-scroll{height:128px;overflow: auto;  }
div.div-scroll::-webkit-scrollbar {
    width: 8px;
}
div.div-scroll::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
div.div-scroll::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    
}
div.div-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
*/
.homepageGrid{
    display: none;
}

.itensMap{
    position:absolute;
    z-index: 9999;
    width:30px;
    cursor:pointer;
}


.div-imprensa-caption{
    background: #ffffff;
    padding:20px 0;
    width:100%;
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    text-align: center;
}
.div-destaques-caption{
    position: absolute;
    bottom:0;
    width:100%;
    background: rgba(255,255,255,0.85);
    color: #333333;
    padding:20px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.div-destaques-caption h4{
    font-size: 21px;
    font-weight: 300;
    margin: 0 0 15px 0;
}

/* VIDEO YOUTUBE IFRAME + ACTIVITIES */
.div-activities-video{
    width: 100%;
    margin: 50px 0 0 0;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.activities-title{
    font-size: 16px;
    font-weight: 700;
}
.activities-in-focus-text{
    text-align: justify;padding:0 5px 0 0;
}
div.activities-in-focus-text::-webkit-scrollbar {
    width: 8px;
}
div.activities-in-focus-text::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
div.activities-in-focus-text::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    
}
div.activities-in-focus-text::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
.activities-circle-type {
    background:#EA2626;
    display:inline-block;
    border-radius: 12px;
    color: white;
    font-weight: bold;
    height: 17px; 
    padding: 2px 3px 2px 3px;
    text-align: center;
    min-width: 16px;
    font-size:12px;
}


/* BARRA PORTUGAL 2020 */
.div-2020{
    width: 100%;
    margin: 75px 0 25px 0;
    padding: 0;
}


/* RODAPE */
.div-rodape{
    width: 100%;
    margin: 0;
    padding: 10px 0 30px 0;
    color: #333333 !important;
}
.hr-footer{
    margin-top: 40px;
    margin-bottom: 35px;
    border: 0;
    border-top: 1px solid #e4e4e4;
}
.titulos-footer{
    font-size: 18px;
    color:#333333;
    font-weight: 400;
    text-align: left;
}
.sub-titulos-footer{
    font-size: 14px;
    color:#333333;
    font-weight: 700;
    text-align: left;
}
.date-copy{
    text-align: left;
}
.developed-by{
    text-align: right;
}

/* INNER PAGES */
.first-txt-section{
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
    padding: 35px 0;
}
.div-thumb-alojamento{
    background: #000000;
    padding:20px;
    width:100%;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
}
.div-thumb-alojamento h4{
    font-size: 21px;
    font-weight: 300;
    margin: 0;
}
.div-separador-seccoes{
    margin: 60px 0 10px 0;
}

.div-separador-conteudo{
    margin: 60px 0;
}


/* CORES BG */
.cor-azul-claro{background: #ecf1f4;}
.cor-a{background: #ff0000;}
.cor-b{background: #00ff00;}
.cor-c{background: #0000ff;}
.cinza-rodape{background: #f6f6f6;}

/* POSITIONS */
.position-absolute{position:absolute !important;}

/* NO PADDIGNS E MARGINS */
.no-padding{padding: 0 !important;}
.no-margin{margin: 0 !important;}

/* TEXT ALIGNS */
.align-left{text-align: left;}
.align-right{text-align: right;}
.align-center{text-align: center;}

/* MARGINS */
.margin-10px{margin:10px !important;}

.margin-top-5{margin-top:5px !important;}
.margin-top-10{margin-top:10px !important;}
.margin-top-15{margin-top:15px !important;}
.margin-top-20{margin-top:20px !important;}
.margin-top-25{margin-top:25px !important;}
.margin-top-30{margin-top:30px !important;}
.margin-top-40{margin-top:40px !important;}
.margin-top-50{margin-top:50px !important;}

.margin-bottom-5{margin-bottom:5px !important;}
.margin-bottom-10{margin-bottom:10px !important;}
.margin-bottom-15{margin-bottom:15px !important;}
.margin-bottom-20{margin-bottom:20px !important;}
.margin-bottom-25{margin-bottom:25px !important;}
.margin-bottom-30{margin-bottom:30px !important;}
.margin-bottom-40{margin-bottom:40px !important;}
.margin-bottom-50{margin-bottom:50px !important;}

.margin-left-5{margin-left:5px !important;}
.margin-left-10{margin-left:10px !important;}
.margin-left-15{margin-left:15px !important;}
.margin-left-20{margin-left:20px !important;}
.margin-left-25{margin-left:25px !important;}
.margin-left-30{margin-left:30px !important;}
.margin-left-40{margin-left:40px !important;}
.margin-left-50{margin-left:50px !important;}

.margin-right-5{margin-right:5px !important;}
.margin-right-10{margin-right:10px !important;}
.margin-right-15{margin-right:15px !important;}
.margin-right-20{margin-right:20px !important;}
.margin-right-25{margin-right:25px !important;}
.margin-right-30{margin-right:30px !important;}
.margin-right-40{margin-right:40px !important;}
.margin-right-50{margin-right:50px !important;}

/* PADDINGS */
.padding-5px{padding:5px !important;}

.padding-top-5{padding-top:5px !important;}
.padding-top-10{padding-top:10px !important;}
.padding-top-15{padding-top:15px !important;}
.padding-top-20{padding-top:20px !important;}
.padding-top-25{padding-top:25px !important;}
.padding-top-30{padding-top:30px !important;}
.padding-top-40{padding-top:40px !important;}
.padding-top-50{padding-top:50px !important;}

.padding-bottom-5{padding-bottom:5px !important;}
.padding-bottom-10{padding-bottom:10px !important;}
.padding-bottom-15{padding-bottom:15px !important;}
.padding-bottom-20{padding-bottom:20px !important;}
.padding-bottom-25{padding-bottom:25px !important;}
.padding-bottom-30{padding-bottom:30px !important;}
.padding-bottom-40{padding-bottom:40px !important;}
.padding-bottom-50{padding-bottom:50px !important;}


.top-5{top:5px !important;}
.top-10{top:10px !important;}
.top-15{top:15px !important;}
.top-20{top:20px !important;}
.top-25{top:25px !important;}
.top-30{top:30px !important;}
.top-40{top:40px !important;}
.top-50{top:50px !important;}

.bottom-5{bottom:5px !important;}
.bottom-10{bottom:10px !important;}
.bottom-15{bottom:15px !important;}
.bottom-20{bottom:20px !important;}
.bottom-25{bottom:25px !important;}
.bottom-30{bottom:30px !important;}
.bottom-40{bottom:40px !important;}
.bottom-50{bottom:50px !important;}

.left-5{left:5px !important;}
.left-10{left:10px !important;}
.left-15{left:15px !important;}
.left-20{left:20px !important;}
.left-25{left:25px !important;}
.left-30{left:30px !important;}
.left-40{left:40px !important;}
.left-50{left:50px !important;}

.right-5{right:5px !important;}
.right-10{right:10px !important;}
.right-15{right:15px !important;}
.right-20{right:20px !important;}
.right-25{right:25px !important;}
.right-30{right:30px !important;}
.right-40{right:40px !important;}
.right-50{right:50px !important;}

/* OWL CAROUSEL */

/*
#owl-demo2 .item{
    height: 310px;
}
#owl-demo2 .item img{
    height:251px;
}
*/

.customNavigation{
    position: absolute;
    top: 195px;
    z-index: 10;
    width:100%;
}
.customNavigation a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* NEXT E PREV 1 */
.prev, .prev:visited, .prev:hover {
    background: url(/imagens/seta-esq.png) no-repeat center center;
    width: 60px;
    height: 60px;
    position: absolute;
    left:20px;
}
.prev:active {
    background: url(/imagens/seta-esq.png) no-repeat center center;
    width: 60px;
    height: 60px;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
.next, .next:visited, .next:hover{
    background: url(/imagens/seta-dir.png) no-repeat center center;
    width: 60px;
    height: 60px;
    position: absolute;
    right:20px;
}
.next:active {
    background: url(/imagens/seta-dir.png) no-repeat center center;
    width: 60px;
    height: 60px;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

/* NEXT E PREV 2 */
.prev2, .prev2:visited, .prev2:hover {
    background: url(/layout/slide-arrow-left.png) no-repeat center center;
    width: 36px;
    height: 36px;
}
.prev2:active {
    background: url(/layout/slide-arrow-left.png) no-repeat center center;
    width: 36px;
    height: 36px;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
.next2, .next2:visited, .next2:hover{
    background: url(/layout/slide-arrow-right.png) no-repeat center center;
    width: 36px;
    height: 36px;
}
.next2:active {
    background: url(/layout/slide-arrow-right.png) no-repeat center center;
    width: 36px;
    height: 36px;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

/* NEXT E PREV 3 */
.prev3, .prev3:visited, .prev3:hover {
    background: url(/layout/slide-arrow-left.png) no-repeat center center;
    width: 36px;
    height: 36px;
}
.prev3:active {
    background: url(/layout/slide-arrow-left.png) no-repeat center center;
    width: 36px;
    height: 36px;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
.next3, .next3:visited, .next3:hover{
    background: url(/layout/slide-arrow-right.png) no-repeat center center;
    width: 36px;
    height: 36px;
}
.next3:active {
    background: url(/layout/slide-arrow-right.png) no-repeat center center;
    width: 36px;
    height: 36px;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}



/* CSS BOOTSTRAP ALTERADAS */
button, html input[type=button], input[type=reset], input[type=submit]{
    border: 0;
    box-shadow: none;
    padding: 7px 50px;
    text-transform: uppercase;
    font-weight: 400;
    /*background-color: #ecf1f4;*/
    background-color: #1C6295;
    /*background-color: #cfb53b;*/
    /*color:#1C6295;*/
    color:#FFFFFF;
    font-size: 16px;
}


/* LOADER */

.site-wrapper{}
.spinner {

  width: 70px;
  height: 20px;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #1C6295;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* LOADER */


#gallery-categories {text-align: center;margin-bottom: 10px;}
#gallery-categories a{display:inline-block;}
#gallery-categories a.active{background: #000000;}


.gallery-item{height: 233px;overflow: hidden;cursor:pointer;position:relative;}
.gallery-item .buttons{position:absolute;bottom:4px;right:4px;}
.gallery-item .buttons .fa {
    background: rgb(256, 256, 256);
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    position: relative;
    bottom: -360%;
    -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    color: rgba(50, 50, 50, 0.9);
}

.gallery-item img{
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}


.gallery-item img:hover{
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

#gallery-pagination{color:#FFFFFF;padding:9px 0 0 0;}
#gallery-pagination ul.pagination2 {list-style-type: none;padding: 0;}
#gallery-pagination ul.pagination2 li {display: inline;}
#gallery-pagination ul.pagination2 li a{color:#FFFFFF;text-decoration: none;margin:0 1px 0 1px;padding:10px 14px 10px 14px;background-color: #000000;}
#gallery-pagination ul.pagination2 li.active a{text-decoration: none;background-color: #ecf1f4;color:#1C6295;}


/* SLIDER BULLETS FIX */
.rsBullets{
    margin: 0 auto !important;
    right: 0 !important;
    left: 0 !important;
    text-align: center;
}

.cd-hero{
    opacity:0;
}
.cd-hero ul{
    margin-bottom:1px !important;
}


/* FONTS WEIGHTS AND COLORS */
.goldColor{margin: 0; color: #1C6295;}
/*.goldColor{margin: 0; color: #cfb53b;}*/
.borderGrey{border: 1px solid #e6e8e7;}

/* FORMATACOES FORMULARIOS */
select{}
input[type=radio]{}


/* HOMEPAGE */



/* Inicio Destaque A */
.divDestaqueA{
	height: 320px;
	width: 100%;
	position: relative;
	background: url("/documents/images/homepage/home1.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
/* Fim Destaque A */

/* Inicio Destaque B */
.divDestaqueB{
	height: 320px;
	width: 100%;
	position: relative;
	background: url("/documents/images/homepage/home2.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
/* Fim Destaque B */

/* Inicio Destaque C (video) */
.padding-video-div{padding:0 15px 0 0 !important;}
.divVideoFarol{
	height: 655px;
	position: relative;
    overflow: hidden;
}
.divVideoFarol video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
.playButton {
	background-image: url("/documents/images/homepage/media_play_button.png");
	background-repeat:no-repeat;
	width:194px;
    height:194px;
    position:absolute;
    left:0%;
    right:0%;
    top:0;
    bottom:0%;
    margin:auto;
    background-size:194px 194px;
	background-position: center;
	z-index: 90;
        cursor:pointer;
}
/* Fim Destaque C (video) */

/* Inicio Destaque D (mapa) */
.divDestaqueD{
	height: 655px;
	width: 100%;
	position: relative;
	background: url("/documents/images/homepage/home3.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.divDestaqueD h5{margin: 20px 0 0 0; color: #ffffff;}
.divDestaqueFarolMaskBig{
	position: relative;
	height: 655px;
	width: 100%;
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.85)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.divDestaqueContentMapa{
    position: absolute;
    text-align: left !important;
    background: rgba(0, 0, 0, 0.7);
    bottom: -22%;
    left: 0;
    right: 0;
    width: 80%;
    margin: 25px;
    padding: 25px;
}
/* Fim Destaque D */

/* Inicio Destaque E */
.divDestaqueE{
	height: 320px;
	width: 100%;
	position: relative;
	background: url("/documents/images/homepage/home4.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
/* Fim Destaque E */

/* Inicio Destaque F */
.divDestaqueF{
	height: 320px;
	width: 100%;
	position: relative;
	background: url("/documents/images/homepage/home5.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
/* Fim Destaque F */

/* INICIO DIVS DESTAQUES GERAL */
.divDestaquesFarol h1 {
    color: #1C6295;
}
.divDestaquesFarol h3{margin: 20px 0 0 0; color: #ffffff;}

.divDestaqueFarolMask{
	position: relative;
	height: 320px;
	width: 100%;
	background: rgba(0,0,0,0.65);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.65)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	transition: 0.5s;
}
.divDestaqueFarolMask:hover{
	position: relative;
	height: 320px;
	width: 100%;
	background: rgba(0,0,0,0.85);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.85)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
}
.divDestaqueFarolMask .divDestaqueContent{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    margin-left: -50%;
	margin-top: -80px;
}
/* FIM DIVS DESTAQUES GERAL */

.text-center{
    text-align: center;
}
.text-center p{
    text-align: center;
}

/* INICIO EFEITO FX DESTAQUES */
.fxDivsDestaques {
	height: 300px;
	background: none;
	border: 0;
	box-sizing: border-box;
	/*Using inset box-shadow instead of border for sizing simplicity*/
	box-shadow: inset 0 0 0 4px transparent;
	/*Required, since we're setting absolute on pseudo-elements*/
	position: relative;
	top:10px;
	margin: 0 10px;
}
.fxDivsDestaques:before{
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
}
.fxDivsDestaques:after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.fxDivsDrawing {
    transition: color 0.25s;
}
.fxDivsDrawing:before{
    /*Set border to invisible, so we don't see a border on a 0x0 element before the transition starts*/
    border: 4px solid transparent;
    width: 0;
    height: 0;
}
.fxDivsDrawing:after {
    /*Set border to invisible, so we don't see a border on a 0x0 element before the transition starts*/
    border: 4px solid transparent;
    width: 0;
    height: 0;
}
/*This covers the top & right borders (expands right, then down)*/
.fxDivsDrawing:before {
    top: 0;
    left: 0;
}
/*And this the bottom & left borders (expands left, then up)*/
.fxDivsDrawing:after {
    bottom: 0;
    right: 0;
}
  
.fxDivsDrawing:hover {
    color: #cfb53b;
}
/*Hover styles*/
.fxDivsDrawing:hover::before,
.fxDivsDrawing:hover::after {
    width: 100%;
    height: 100%;
}
.fxDivsDrawing:hover::before {
    border-top-color: #cfb53b; /*Make borders visible*/
    border-right-color: #cfb53b;
    transition:
      width 0.25s ease-out, /*Width expands first*/
      height 0.25s ease-out 0.25s; /*And then height*/
}
.fxDivsDrawing:hover::after {
    border-bottom-color: #cfb53b; /*Make borders visible*/
    border-left-color: #cfb53b;
    transition:
      border-color 0s ease-out 0.5s, /*Wait for ::before to finish before showing border*/
      width 0.25s ease-out 0.5s, /*And then exanding width*/
      height 0.25s ease-out 0.75s; /*And finally height*/
}
/* FIM EFEITO FX DESTAQUES */


/* CARREIRAS FAROL */
.divCareersFarol{
	min-height: 217px;
	width: 100%;
	position: relative;
	background: url("/documents/images/homepage/home7.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

/* MEDIA FAROL */
.divMediaFarol{
	min-height: 217px;
	width: 100%;
	position: relative;
	background: url("/documents/images/homepage/home6.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

/* NEWSLETTER FAROL */
.divNewsletterFarol{
	background: #ecf1f4;
	padding:25px;
}
.btn-dourado{   
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    background: #1C6295;
    /*background: #cfb53b;*/
    font-size: 18px;
    width: 100%;
    padding: 10px 25px;
}
.btn-dourado:hover{ 
    color: #FFFFFF;
}
.caixas-form{   
    font-size: 18px;
    padding: 10px 15px;
    height: 45px;
}

/* RODAPE */
.divCofinanciado{
	background: #ecf1f4;
	padding: 10px 0;
	font-size:10px;
	font-weight: 600;
	text-transform:uppercase;
}
.divCopyright{
	background: #333333;
	color: #ffffff;
	padding: 20px 0;
	font-size:16px;
	font-weight: 200;
}
.text-cofinanciado{text-align:left;}










/*  LANDING PAGE  */
.divLpTop{
	width: 100%;
	min-height: 120px;
	padding: 20px 25px;
	background-color: #ffffff !important;
	color: #666666;
}
.textLpBookingAddress{text-align: right;}
.contentLpBooking h1{
    margin: 0;
    color: #cfb53b;
    font-size: 70px;
    font-weight: 900;
    font-family: 'Playfair Display', serif;
	line-height: 68px;
}
.contentLpBooking h3{
    margin: 0;
    color: #ffffff;
    font-size: 60px;
    font-weight: 900;
    font-family: 'Playfair Display', serif;
	line-height: 58px;
}
.contentLpBooking h5{
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
}

.divLpBookingFarol {
    background: #ecf1f4;
    padding: 40px;
}

.bookingTitle{
	margin: 0;
	color: #22628f;
	font-size: 40px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
	text-align: center;
	letter-spacing: -1px;
}

.textareaLpBookingFarol{   
    font-size: 18px;
    padding: 10px 15px;
    resize: none;
}









/* BOOTSTRAP ALTERADA */


/* BOOTSTRAP 5 COLUNAS */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {width: 20%; float: left;}

@media (min-width: 768px) {
	.col-sm-15 {width: 20%; float: left;}
}

@media (min-width: 992px) {
    .col-md-15 {width: 20%; float: left;}
}

@media (min-width: 1200px) {
    .col-lg-15 {width: 20%; float: left;}
}
/* FIM BOOTSTRAP 5 COLUNAS */


/* PADDINGS */
.padding-0{padding:0 !important;}
.padding-25{padding:25px !important;}
	
.padding-left-0{padding-left:0 !important;}
.padding-left-10{padding-left:10px !important;}
.padding-left-15{padding-left:15px !important;}
.padding-left-20{padding-left:20px !important;}
.padding-left-30{padding-left:30px !important;}
.padding-left-40{padding-left:40px !important;}
.padding-left-50{padding-left:50px !important;}
.padding-left-75{padding-left:75px !important;}
.padding-left-100{padding-left:100px !important;}

.padding-right-0{padding-right:0 !important;}
.padding-right-10{padding-right:10px !important;}
.padding-right-15{padding-right:15px !important;}
.padding-right-20{padding-right:20px !important;}
.padding-right-30{padding-right:30px !important;}
.padding-right-40{padding-right:40px !important;}
.padding-right-50{padding-right:50px !important;}
.padding-right-75{padding-right:75px !important;}
.padding-right-100{padding-right:100px !important;}
	
.padding-top-5{padding-top:5px !important;}
.padding-top-10{padding-top:10px !important;}
.padding-top-15{padding-top:15px !important;}
.padding-top-20{padding-top:20px !important;}
.padding-top-25{padding-top:25px !important;}
.padding-top-30{padding-top:30px !important;}
.padding-top-40{padding-top:40px !important;}
.padding-top-50{padding-top:50px !important;}
.padding-top-60{padding-top:60px !important;}
.padding-top-75{padding-top:75px !important;}
.padding-top-100{padding-top:100px !important;}

.padding-bottom-5{padding-bottom:5px !important;}
.padding-bottom-10{padding-bottom:10px !important;}
.padding-bottom-15{padding-bottom:15px !important;}
.padding-bottom-20{padding-bottom:20px !important;}
.padding-bottom-25{padding-bottom:25px !important;}
.padding-bottom-30{padding-bottom:30px !important;}
.padding-bottom-40{padding-bottom:40px !important;}
.padding-bottom-50{padding-bottom:50px !important;}
.padding-bottom-60{padding-bottom:60px !important;}
.padding-bottom-75{padding-bottom:75px !important;}
.padding-bottom-100{padding-bottom:100px !important;}
	
/* MARGINS */
.margin-0{margin:0 !important;}
.margin-10px{margin:10px !important;}

.margin-top-5{margin-top:5px !important;}
.margin-top-10{margin-top:10px !important;}
.margin-top-15{margin-top:15px !important;}
.margin-top-20{margin-top:20px !important;}
.margin-top-25{margin-top:25px !important;}
.margin-top-30{margin-top:30px !important;}
.margin-top-40{margin-top:40px !important;}
.margin-top-50{margin-top:50px !important;}
.margin-top-60{margin-top:50px !important;}
.margin-top-100{margin-top:100px !important;}

.margin-bottom-5{margin-bottom:5px !important;}
.margin-bottom-10{margin-bottom:10px !important;}
.margin-bottom-15{margin-bottom:15px !important;}
.margin-bottom-20{margin-bottom:20px !important;}
.margin-bottom-25{margin-bottom:25px !important;}
.margin-bottom-30{margin-bottom:30px !important;}
.margin-bottom-40{margin-bottom:40px !important;}
.margin-bottom-50{margin-bottom:50px !important;}
.margin-bottom-60{margin-bottom:60px !important;}
.margin-bottom-75{margin-bottom:75px !important;}
.margin-bottom-100{margin-bottom:100px !important;}

.margin-left-5{margin-left:5px !important;}
.margin-left-10{margin-left:10px !important;}
.margin-left-15{margin-left:15px !important;}
.margin-left-20{margin-left:20px !important;}
.margin-left-25{margin-left:25px !important;}
.margin-left-30{margin-left:30px !important;}
.margin-left-40{margin-left:40px !important;}
.margin-left-50{margin-left:50px !important;}

.margin-right-5{margin-right:5px !important;}
.margin-right-10{margin-right:10px !important;}
.margin-right-15{margin-right:15px !important;}
.margin-right-20{margin-right:20px !important;}
.margin-right-25{margin-right:25px !important;}
.margin-right-30{margin-right:30px !important;}
.margin-right-40{margin-right:40px !important;}
.margin-right-50{margin-right:50px !important;}

/* TOP TO LEFT */
.top-5{top:5px !important;}
.top-10{top:10px !important;}
.top-15{top:15px !important;}
.top-20{top:20px !important;}
.top-25{top:25px !important;}
.top-30{top:30px !important;}
.top-40{top:40px !important;}
.top-50{top:50px !important;}

.bottom-5{bottom:5px !important;}
.bottom-10{bottom:10px !important;}
.bottom-15{bottom:15px !important;}
.bottom-20{bottom:20px !important;}
.bottom-25{bottom:25px !important;}
.bottom-30{bottom:30px !important;}
.bottom-40{bottom:40px !important;}
.bottom-50{bottom:50px !important;}

.left-5{left:5px !important;}
.left-10{left:10px !important;}
.left-15{left:15px !important;}
.left-20{left:20px !important;}
.left-25{left:25px !important;}
.left-30{left:30px !important;}
.left-40{left:40px !important;}
.left-50{left:50px !important;}

.right-5{right:5px !important;}
.right-10{right:10px !important;}
.right-15{right:15px !important;}
.right-20{right:20px !important;}
.right-25{right:25px !important;}
.right-30{right:30px !important;}
.right-40{right:40px !important;}
.right-50{right:50px !important;}


/* MEDIA QUERIES */
@media (max-width: 320px) {
	h1{font-size:36px;}
	h2{font-size:30px;}
	h3{font-size:26px;}
	h4{font-size:24px;}
	h5{font-size:22px;}
	
	.padding-video-div{padding:15px 15px 0 15px !important;}
	.divVideoFarol{height: 350px;}
	.divDestaqueD{height: 400px;}
	.divDestaqueD h5{font-size:18px; line-height: 22px;}
	.divDestaqueFarolMaskBig{height: 400px;}
	
	.img-cofinanciado{width:70%;}
	.text-cofinanciado{text-align:center;}
	
	.cd-hero-slider {height: 100px !important;}
	.textLpBookingAddress{text-align: center;}
	
	  .contentLpBooking h5 {font-size: 25px;}
	  .contentLpBooking h3 {font-size: 40px;line-height: 40px;}
	  .contentLpBooking h1 {font-size: 54px;line-height: 54px;}
}

@media (min-width: 321px) 
  and (max-width: 480px) {
	h1{font-size:40px;}
	h2{font-size:34px;}
	h3{font-size:30px;}
	h4{font-size:28px;}
	h5{font-size:26px;}
	  
	.padding-video-div{padding:15px 15px 0 15px !important;}
	.divVideoFarol{height: 350px;}
	.divDestaqueD{height: 400px;}
	.divDestaqueD h5{font-size:18px; line-height: 22px;}
	.divDestaqueFarolMaskBig{height: 400px;}
	  
	.img-cofinanciado{width:70%;}
	.text-cofinanciado{text-align:center;}
	.cd-hero-slider {height: 100px !important;}
	  .textLpBookingAddress{text-align: center;}
	  .contentLpBooking h5 {font-size: 25px;}
	  .contentLpBooking h3 {font-size: 40px;line-height: 40px;}
	  .contentLpBooking h1 {font-size: 54px;line-height: 54px;}
}
	
@media (min-width: 481px) 
  and (max-width: 768px) {
	h1{font-size:40px;}
	h2{font-size:34px;}
	h3{font-size:30px;}
	h4{font-size:28px;}
	h5{font-size:26px;}
	  
	.padding-video-div{padding:15px 15px 0 15px !important;}
	.divVideoFarol{height: 450px;}
	.divDestaqueD{height: 500px;}
	.divDestaqueD h5{font-size:18px; line-height: 22px;}
	.divDestaqueFarolMaskBig{height: 500px;}
	  
	.divCareersFarol{min-height: 300px;}
	.divMediaFarol{min-height: 300px;}
	  
	.img-cofinanciado{width:70%;}
	.text-cofinanciado{text-align:center;}
	.cd-hero-slider {height: 150px !important;}
	  .textLpBookingAddress{text-align: center;}
	  .contentLpBooking h5 {font-size: 25px;}
	  .contentLpBooking h3 {font-size: 40px;line-height: 40px;}
	  .contentLpBooking h1 {font-size: 54px;line-height: 54px;}
}

@media (min-width: 769px) 
  and (max-width: 991px) {
	  
	h1{font-size:40px;}
	h2{font-size:34px;}
	h3{font-size:30px;}
	h4{font-size:28px;}
	h5{font-size:26px;}
	  
	.padding-video-div{padding:15px 15px 0 15px !important;}
	.divVideoFarol{height: 450px;}
	.divDestaqueD{height: 500px;}
	.divDestaqueD h5{font-size:18px; line-height: 22px;}
	.divDestaqueFarolMaskBig{height: 500px;}
	  
	.divCareersFarol{min-height: 300px;}
	.divMediaFarol{min-height: 300px;}
	  
	.img-cofinanciado{width:70%;}
	.text-cofinanciado{text-align:center;}
	  .textLpBookingAddress{text-align: center;}
	  .contentLpBooking h5 {font-size: 25px;}
	  .contentLpBooking h3 {font-size: 40px;line-height: 40px;}
	  .contentLpBooking h1 {font-size: 54px;line-height: 54px;}
		
}

@media (min-width: 992px) 
  and (max-width: 1024px) {
	h1{font-size:40px;}
	h2{font-size:34px;}
	h3{font-size:30px;}
	h4{font-size:28px;}
	h5{font-size:26px;}

}

@media (min-width: 1025px) 
  and (max-width: 1280px) {
	.cd-prev{top:130px !important;}
    .cd-next{top:130px !important;}

}

@media (min-width: 1281px) 
  and (max-width: 1440px) {

}

@media (min-width: 1441px) 
  and (max-width: 1600px) {

}

@media (min-width: 1601px) 
  and (max-width: 1900px) {

}

@media (min-width: 1901px) {
	
}

/* MOBILE LANDSCAPE */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: landscape) {
	 
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}



/* MEDIA QUERIES */

/* ----------- SMARTPHONES ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) {
      
      .div-topo {height:85px !important;}
      
      .press-article-detail{min-height: 10px !important;}
      .press-article-detail-intro{min-height: 10px !important;}
      
        .titulos-seccoes{
            padding: 15px 0 0 10px;
            font-size: 22px;
            font-weight: 300;
            /*color: #ffffff;
            text-align: left;*/
        }
        
        .owl-carousel .item{position:relative !important;}
        .customNavigation{right: 6px !important;}

        
        .div-mother-carousel{margin:20px 0 0 0 !important;}

        .bg-txt-botao-more{
            background: url(/layout/bg-botao-saber-mais.jpg) repeat-x left top;
            float: right;
            font-size: 11px;
            padding: 10px;
            color:#333333 !important;
            font-weight: 500;
            text-transform: uppercase;
            text-align: center;
        }
        .date-copy{text-align: center;}
        .developed-by{text-align: center;}
        
        .reservation-bookingCheckin{
            float:left;width:100%;
        }
        .reservation-bookingCheckout{
            float:left;width:100%;
        }
        .reservation-bookingAdults{
            float:left;width:100%;
        }
        .reservation-bookingChildren{
            float:left;width:100%;
        }
        .reservation-submit{
            display:block;width:100%;
        }
        .reservation-submit input{
            display:block;width:100%;margin:4px 0 0 0;
        }

        .idioma-select-no-slider h2{display:none;}
        .idioma-select{top:40px !important;}
        .idioma-select h2{width:100% !important;font-size:14px !important;}
        

        .animated-arrow{top:10px !important;}
        
        #map-container{height:200px !important;}
        
    .press-article-detail {
        min-height: 20px !important;
    }
    .press-article-detail-intro {
        min-height: 20px !important;
    }
        
}
/* SMARTPHONES -  Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) and (orientation : portrait) {
      
  .idioma-select-no-slider a{padding: 8px;font-size:14px;}    
  .idioma-select a{padding: 8px;font-size:14px;}  
  .gallery-item{height:112px !important;overflow: hidden;}
  .div-logotipo{width:220px;}
    .cd-prev{top:30px !important;}
    .cd-next{top:30px !important;}
    
    
    
}
  
/* SMARTPHONES -  Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) and (orientation : landscape) {
      
  .idioma-select-no-slider a{font-size:14px;padding: 6px;}    
  .idioma-select-no-slider a{font-size:14px;padding: 6px;} 
  .idioma-select a{font-size:14px;}   
    .cd-prev{top:30px !important;}
    .cd-next{top:30px !important;}
}





/* ----------- TABLETS ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {
      

        
        .bg-txt-botao-more{
            background: url(/layout/bg-botao-saber-mais.jpg) repeat-x left top;
            float: right;
            font-size: 11px;
            padding: 10px;
            color:#333333 !important;
            font-weight: 500;
            text-transform: uppercase;
            text-align: center;
        }
        .div-thumb-alojamento{height:80px;padding:26px !important;}

    .press-article-detail {
        min-height: 20px !important;
    }
    .press-article-detail-intro {
        min-height: 20px !important;
    }
}

/* TABLETS -  Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) and (orientation : portrait) {
      
        .idioma-select{top:100px !important;}
        .reservation-submit{margin-left:6px !important;}
        .reservation-bookingAdults{width:16% !important;}
        .reservation-bookingChildren{width:16% !important;}
        .reservation-bookingCheckout{width:24% !important;}
        .reservation-bookingCheckin{width:24% !important;}

        .idioma-select-no-slider h2{font-size:12px !important;top:40px !important;}
        .idioma-select-no-slider a{font-size:12px !important;top:40px !important;}
        #map-container{height:450px !important;}

        .form-control{padding: 6px 6px !important;}
        
        
    .cd-prev{top:50px !important;}
    .cd-next{top:50px !important;}
    

    
        
}
/* TABLETS -  Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) and (orientation : landscape) {
      
        .idioma-select{top:120px !important;}
        #map-container{height:350px !important;}
        .gallery-item{height:209px !important;overflow: hidden;}

        
    .cd-prev{top:50px !important;}
    .cd-next{top:50px !important;}
}



.subscrever-icon {
    height: 34px !important;
    width: 34px !important;
    border-top: 1px solid #cccccc !important;
    border-bottom: 1px solid #cccccc !important;
    border-right: 1px solid #cccccc !important;
    cursor: pointer !important;
    color: black !important;
    background-color: white !important;
    position: relative !important;
    padding: 0 !important;
}

#newsletterSub input[type="submit"] {
    font-family: FontAwesome !important;
}