/*Theme Name: Enseada dos Corais Theme

Theme URI: http://mardom.com.br/themes/enseadadoscorais.zip
Author: Mardom
Author URI:http://mardom.com.br
Description:
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: responsive,bootstrap

Text Domain: Enseada dos Corais Theme WordPress Theme © 2017-2017
*/

@import url('https://www.fontify.me/wf/b1252626cb1ad0b058e14ef32931d59d');
body {
    font-family: font92702;
}

main {
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
/*    color: #026cb1;*/
/*    text-transform: uppercase;*/
}

/*
h1::after {
    content: '';
    background-color: #54c3ce;
    width: 80px;
    height: 2px;
    display: block;
    margin: 15px auto 30px auto;
}
*/

p,
address {
    color: #8f8f8f;
    line-height: 1.7;
}

hr {
    width: 360px;
    border-top: 2px solid #e18215;
}

address {
    font-size: 1.7rem;
    text-align: center;
}

p {
    color: #8f8f8f;
}

.cinza {
    color: #8f8f8f;
}

.laranja {
    color: #e18215;
}

.azul {
    color: #4d83a0;
}
/*-------------------------------------------------------------------*/


/*CSS MENU*/

.container-menu {
    padding-left: 18rem;
}

#menu {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    -webkit-box-shadow: -4px -7px 5px 5px #333;
    box-shadow: -4px -7px 5px 5px #333;
}

#menu ul {
    padding: 0;
    text-transform: uppercase;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.7rem;
}

#menu ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

#menu ul li a {
    color: #333;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #e18215 !important;
}

#menu ul li.negative-margin {
    margin-top: -75px;
    text-align: center;
}

#menu ul li button {
    background-color: #4d83a0;
    border: none;
    color: #fff;
    width: 100%;
    height: 80px;
    font-size: 2rem;
    font-weight: bold;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

#menu ul li button:hover {
    background-color: #026cb1;
}

#logo {
    z-index: 2;
}

#acomodacoes {
    width: 100%;
    background-color: #fff;
    padding: 150px 0;
    position: fixed;
    top: -100%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 9;
}

.abre-menu {
    top: 80px !important;
}

.white-background {
    background-color: #fff !important;
}

.color-black {
    color: #000 !important;
}

#acomodacoes .container-fluid {
    padding: 0 150px;
}

#acomodacoes h2,
#acomodacoes h3 {
    text-align: center;
}

#acomodacoes h2 {
    text-transform: uppercase;
    color: #e18215;
    margin-bottom: 5px;
    font-size: 2rem;
}

.slide h1 {
    color: #fff;
    font-weight: bold;
    font-size: 8rem;
}

#acomodacoes h3 {
    color: #8f8f8f;
    margin: 0;
    font-size: 1.5rem
}

#acomodacoes a:hover {
    text-decoration: none;
}

#acomodacoes div.col-sm-3:hover img {
    opacity: .6;
}

#fecha-menu {
    position: absolute;
    display: block;
    top: 16%;
    right: 3%;
}

#arrow-up {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 2;
}

.close-menu:hover {
    cursor: pointer;
}

#menu svg:hover path.cgs-1 {
    fill: #4d83a0 !important;
}


/*CSS MENU*/


/*-------------------------------------------------------------------*/

section.slide {
    position: relative;
    width: 100%;
    margin-bottom: 90px;
}

section.slide img {
    max-width: 100%;
}

#text-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
}

#arrow-down {
    position: absolute;
    bottom: calc(0% - 38px);
    left: 50%;
    margin-left: -41.5px;
/*
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
*/
    z-index: 3;
}

#ingles {
    position: absolute;
    bottom: 5%;
    right: 3%;
    z-index: 3;
}

#arrow-down:hover,
#arraial:hover,
#trancoso:hover,
#caraiva:hover,
#porto-seguro:hover {
    cursor: pointer;
}

.container-fluid {
    padding: 0 5vw;
}

svg.hover-blue:hover path {
    fill: #026cb1;
}

#locais-destino {
    width: 50vw;
}

#locais-destino h3 {
    color: #4d83a0;
    padding: 10px;
}

#troca h3 {
    color: #54c3ce;
}

.relative {
    padding-top: 80px;
}

#desc-destino:hover {
    cursor: pointer;
}

#parallax-home {
    background: url(img/home/parallax.jpg) no-repeat;
    height: 590px;
}

#parallax-home2 {
    background: url(img/home/parallax2.jpg) no-repeat;
    height: 400px;
}

#parallax-home,
#parallax-home2 {
    width: 100%;
    background-attachment: fixed;
    margin: 80px 0
}


ul.flex {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.flex li {
    margin: 0 10px;
}

ul.flex li hr {
    width: 0px;
    height: 67px;
    border-right: 3px solid #026cb1;
}

footer svg:hover path {
    fill: #4d83a0;
}

footer svg:hover path.cas-1 {
    fill: #e18215;
}

.btn-reservar,
.btn-enviar {
    position: relative;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.btn-enviar {
    width: 500px;
    background-color: transparent;
    border: 5px solid #e18215;
    padding: 20px 0;
    font-size: 2rem;
    color: #e18215;
}

.btn-enviar:hover {
    background-color: #e18215;
    color: #fff;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.btn-enviar img {
    top: -23px;
}

.btn-reservar img {
    top: -17.5px;
}

.btn-enviar img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btn-reservar {
    background-color: #e18215;
    color: #fff;
    border: none;
    padding: 1rem 4.5rem;
    font-size: 2.5rem;
    margin-top: 30px;
}

.mapa {
    width: 100%;
    height: 14px;
    background: url(img/background-footer.jpg) no-repeat 50% 50%;
    margin-top: -5px;
}

div#hotel-home:first-child p {
    padding: 0 18vw;
}

/*
#arraial hr,
#trancoso hr,
#caraiva hr {
    width: 70%;
}
*/

.active {
    background-color: #e18215;
    color: #fff !important;
    border-radius: 30px;
}

#acomodacoes-page {
    margin-top: -9.5vh;
}

#acomodacoes-page div.container-fluid,
#acomodacoes-page .col-lg-6,
#acomodacoes-page .col-md-6,
#acomodacoes-page .col-sm-6,
#acomodacoes-page .col-xs-12 {
    padding: 0;
}

#acomodacoes-page h1 {
    font-size: 6rem;
}

#acomodacoes-page p {
    font-size: 1.7rem;
}

#acomodacoes-page div.col-sm-6 {
    height: 585px;
    overflow: hidden;
}

.slide-quartos {
    position: relative;
}

.slide-quartos .prev {
    left: 5%;
    background: url(img/acomodacoes/prev.png) no-repeat;
}

.slide-quartos .next {
    right: 5%;
    background: url(img/acomodacoes/next.png) no-repeat;
}

.prev:hover,
.next:hover {
    cursor: pointer;
}

.slide-quartos .prev,
.slide-quartos .next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    width: 54px;
    height: 54px;
    color: transparent;
}

.content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#acomodacoes-page ul.flex {
    margin: 40px 0;
}

#acomodacoes-page svg:hover path.cqs-1 {
    fill: #d98e14;
}

hr.div {
    width: 100%;
    margin: 60px 0;
}

.repete {
    margin: 60px 0;
}

/*
.repete h1::after {
    content: '';
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    background-color: #54c3ce;
    width: 85px;
    height: 2px;
}
*/

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    /*  background: #026cb1;*/
    background-image: -webkit-gradient(linear, left top, right top, from(#4d83a0), color-stop(#fdc807), to(#e18215));
    background-image: linear-gradient(to right, #4d83a0, #fdc807, #e18215);
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}

.height-v {
    height: 760px;
}

.height,
.height-v {
    overflow: hidden;
}

.height {
    margin-bottom: 30px;
}

.height,
.overflow {
    height: 365px;
}

.height img {
    max-height: 100%;
}

.overflow {
    overflow: hidden;
}

/*
.height-v img {
    position: relative;
    left: -50%;
}
*/

.btn-reservar:hover {
    background-color: #4d83a0;
}

.zoom {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    padding: 30px 15px;;
}

.zoom:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #e18215;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.zoom:hover h2,
.zoom:hover p {
    color: #fff;
}

.zoom:hover svg path {
    fill: #fff;
}

#acomodacoes-page h1::after,
#footer h1::after {
    content: none;
}

.galeria div {
    margin-bottom: 60px;
}

.pelicula a span {
    position: absolute;
    width: 100%;
    height: 100%;
/*    background-color: #026cb1;*/
    opacity: 0;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    font-size: 4rem;
    top: 50%;
    left: 45%;
}

.pelicula a:hover span {
    opacity: 1;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

#fechaMenuMobile {
    position: absolute;
    top: 2%;
    right: 5%;
    display: none;
}

.iconMenuMobile {
    position: fixed;
    top: 2%;
    left: 5%;
    z-index: 999;
    font-size: 4rem;
    color: #026cb1;
    display: none;
}
.form {
    padding: 120px 0;
}
.stylu {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.stylu .btn-enviar {
    width: 100%;
    padding: 14px 0;
}

.form-control {
    border-radius: 0;
    margin-bottom: 15px;
}