html, body{
    width: 100%; height: 100%; font-size: 100%; }

* {
    margin: 0; padding: 0; border: 0; box-sizing: border-box; }

html, body, a, p, h1, h2, h3, h4, h5, h6, input, select, textarea{
    font-family: 'Open Sans', sans-serif; color: #444444; }

a {
    text-decoration: none; color: #007aff; }

img {
    max-width: 100%; }

::-webkit-scrollbar {
    width: 5px; }
  
::-webkit-scrollbar-track {
    background: #f1f1f1;  }
   
::-webkit-scrollbar-thumb {
    background: #ddd; border-radius: 10px; }
  
::-webkit-scrollbar-thumb:hover {
    background: #ddd; }

/* Styles for Layout */ 

header{
    height: 140px; width: 100%; background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0)); position: relative; 
    display: flex; justify-content: space-between; align-items: center; padding: 0 20px; z-index: 100; }

    header .box-logo { 
        position: relative;}

        header .box-logo .logo {
            height: 140px; }

        header .box-logo .since {
            height: 80px; position: absolute; top: 118px; left: 10px; }

    header ul {
        list-style: none; }

        header ul li{
            float: left; }

            header ul li a {
                padding: 10px; color: #ffffff; font-weight: 600; font-size: 15px; text-transform: uppercase;
                display: block; max-width: 170px; text-align: center; line-height: 1.5;}

            header .box-reservar a {
                background-color: #e30016; border-radius: 5px; padding: 10px 20px; margin-left: 20px; color: #ffffff; }

    header .show-menu{
        left: 0; transition: left ease-in-out 500ms; }

    header .logo-mobile{
        padding: 5px; border-bottom: 1px solid #eeeeee; margin-bottom: 15px; }
        
.header-white {
    background: #ffffff; box-shadow: 0 0 10px #eeeeee; }

    .header-white ul li  a {
        color: #333333; }

    .header-white .fa-bars {
        color: #333333; }

.box-menu i {
    color: #ffffff; padding: 30px; font-size: 30px; }


footer{
    width: 100%; display: flex; justify-content: space-around; flex-wrap: wrap; border-top: 1px solid #ddd; 
    padding: 20px; background: #e30016; margin-top: 20px; }

footer div{
    width: 300px; display: flex; justify-content: center; flex-wrap: wrap; }

footer p{
    line-height: 22px; font-weight: 600; display: block; width: 100%; text-align: center; color: #ffffff; }

footer a{
    text-align: center; color: #ffffff; padding: 3px 7px; }

footer a i{
    font-size: 34px; margin-top: 15px; }

footer .box-divisor{
    width: 100%; padding: 20px 30px; }

footer .box-divisor .divisor{
    width: 100%; height: 2px; background: rgba(255,255,255,0.2); }


footer .box-pousada-mobnet{ 
    justify-content: space-between; width: 100%; }

footer .box-pousada-mobnet div{
    height: 40px; }

footer .box-pousada-mobnet p{
    transform: translateY(10px); }

footer .box-pousada-mobnet a{
    line-height: 40px; }

footer .box-pousada-mobnet img{
    height: 40px; }

/* End layout styles */

.title-page{
    text-align: center; font-size: 22px; color: #555; padding: 30px 20px 20px 20px; }

.box-whatsapp {
    position: fixed; bottom: 20px; right: 20px; height: 64px; width: 64px; z-index: 100; }


.box-right-left{
    display: flex; justify-content: center; flex-wrap: wrap;
}

.box-right-left div{
    padding: 20px; width: 50%; max-width: 600px; min-width: 300px;
}

.box-right-left div h4{
    text-align: center; font-size: 18px; padding-bottom: 20px;
}

.box-right-left div p{
    text-align: justify; font-size: 16px; line-height: 1.5;
}

.box-right-left div input, .box-right-left div select, .box-right-left div textarea{
    width: 100%; padding: 5px 10px; border: 1px solid #eeeeee; border-radius: 5px;
}

.box-right-left div label{
    line-height: 2;
}

.box-right-left div input[type=submit]{
    background: #e30016; color: #ffffff; font-weight: 600; margin-top: 20px;
}

img{
    max-width: 100%;
}

.page-content{
    max-width: 1026px; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px;
}
.page-title{
    padding: 30px 0px; text-align: center; font-size: 22px; color: #555; font-weight: 400;
}
.box-page{
    display: flex; justify-content: center; flex-wrap: wrap;
}
.page-card{
    width: 400px; height: 180px; box-shadow: 0 0 3px #eeeeee; border-radius: 5px; margin: 10px; display: flex; justify-content: space-between; overflow: hidden;
}
.page-card img{
    width: 50%; height: 180px; border-right: 1px solid #f7f7f7;
}
.page-card div{
    width: 50%; height: 180px; padding: 15px 10px 5px 10px; font-size: 14px;
}
.page-card h3{
    text-align: center; color: #555555; display: block; height: 125px;
}

.page-card h4{
    background: #e30016; width: 100%; color: #ffffff; padding: 5px; text-align: center; border-radius: 5px; 
}


.box-cards{
    width: 100%; min-height: 50px; position: relative; top: -50px; display: flex; justify-content: center;
    flex-wrap: wrap;
}

.card{
    width: 350px; height: 370px; margin: 20px; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 5px #ccc;
    position: relative;
}

.card img{
    height: 220px; width: 100%; object-fit: cover
}
.card h3{
    text-align: center; padding: 10px;
}
.card p{
    text-align: center; padding: 0 10px; line-height: 1.3;
}
.card a{
    display: block; width: 100%; padding: 10px; background: #e30016; position: absolute; bottom: 0; text-align: center;
    color: #ffffff;
}

.box-subscriber{
    width: 100%; padding-bottom: 20px; background: #e30016; display: flex; flex-direction: column; align-items: center; transform: translateY(-50px);
}
.box-subscriber .subscriber-title{
    color: #ffffff; font-size: 18px; font-weight: 600; line-height: 2.5;
}
.box-subscriber .subscriber, .box-subscriber .subscriber form{
    display: flex; flex-wrap: wrap; justify-content: center;
}
.box-subscriber .subscriber input{
    width: 280px; padding: 10px; border-radius: 5px; margin: 5px;
}

.box-trip{
    width: 100%; display: flex; flex-direction: column; align-items: center;
}
.box-trip h3 {
    text-align: center; color: #555555; font-size: 22px; padding: 15px 15px 5px 15px; font-weight: 600;
}
.box-trip p{
    text-align: center; line-height: 30px; color: #555; padding: 20px 10px; font-size: 20px;
}

.flex{
    display: flex; justify-content: space-between; margin-bottom: 25px; width: 100%;
}
.flex > div{
    width: 50%; margin: 0 10px; height: 300px;
}

.carousel, .carousel-t{
    width: 100%; height: 550px; position: relative; overflow: hidden; display: flex; flex-wrap: wrap;
}
.carousel .control, .carousel-t .control{
    position: absolute; height: 100%; width: 70px; justify-content: center; display: flex; align-items: center;
}
.carousel .control-left, .carousel-t .control-leftt{
    left: 0px; background-image: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0));
}
.carousel .control-right, .carousel-t .control-rightt{
    right: 0px; background-image: linear-gradient(to left, rgba(0,0,0,0.2), rgba(0,0,0,0));
}
.carousel .control i, .carousel-t .control i{
    color: #ffffff; font-size: 32px; cursor: pointer;
}
.carousel img, .carousel-t img{
    width: 100%; height: 100%;
}

@media (max-width: 1280px){
    .hide-mobile{
        display: none;
    }
    header ul{
        position: fixed; height: 100%; width: 250px; background: #ffffff; border-right: 1px solid #eeeeee;
        overflow: hidden; left: -250px; top: 0;  transition: left ease-in-out 500ms;
    }
    header ul li{
        float: none; width: 100%;
    }
    header ul li a{
        padding: 10px 20px; line-height: 1.1;
        color: #777; max-width: 100%;
    }
    .hide-mobile{
        display: none;
    }
    .hide-desktop{
        display: block;
    }
    footer .box-pousada-mobnet{ 
        justify-content: center;
    }
    footer .box-endereco, footer .box-links{
        margin-bottom: 20px;
    }
    .box-right-left div{
        width: 100%;
    }
    .box-cloudbeds{
        flex-wrap: wrap; height: 130px;
    }
    .box-cloudbeds input, .box-control input[type=button]{
        margin-top: 0px; border-radius: 7px; font-size: 14px; line-height: 28px; height: 34px;
    }    
}

@media (min-width: 1281px){
    .hide-desktop{
        display: none;
    }
}

@media screen and (max-width: 1024px){
    .page-card{
        width: 300px; height: 160px;
    }
    .page-card div{
        height: 160px;
    }

    .page-card img{
        width: 45%; height: 160px;
    }

    .page-card h3{
        padding: 0px 3px; margin-top: 7px; height: 105px; 
    }
    .page-card p{
        margin-right: 5px;
    }
    .page-card h4{
        left: 170px; display: block; 
    }
    .carousel, .flex > div{ 
        height: 260px; margin: 0;
    } 
    .flex{
        flex-wrap: wrap; height: auto;
    }
    .flex div{
        width: 100%; margin: 10px 0px;
    }
}

.has-header {
    padding-top: 30px; }

.box-pop { 
    width: 100%; height: 100%; position: fixed; z-index: 900; top: 0; left: 0; background: rgba(0, 0, 0, 0.5); display: flex; justify-content: center; align-items: center; }

.pop {
    width: 640px; height: 420px; position: relative; border-radius: 5px; overflow: hidden; }

.pop span {
    display: block; position: absolute; right: 10px; top: 10px; cursor: pointer; padding: 5px 10px; border-radius: 5px; color: #ffffff; background: red; }

.pop img {
    width: 100%; height: 100%; border-radius: 5px; }

.box-header{ 
    width: 100%; height: 30px; position: absolute; z-index: 500; top: 0; left: 0; display: flex; align-items: center; text-align: left; 
    border-bottom: 1px solid #eeeeee; }

.box-header p{
    margin: 0; padding-left: 10px; }

.box-header span{
    display: block; position: absolute; right: 5px; top: 5px; cursor: pointer; height: 20px; width: 20px; line-height: 20px; color: #ffffff; text-align: center;
    background: red; border-radius: 3px; }

.page-title { 
    padding: 30px 0px; text-align: center; font-size: 22px; color: #555; }

.box-content{
    max-width: 1024px; margin-left: auto; margin-right: auto; padding: 0 20px; }

.box-content table p {
    margin: 0; padding: 5px; }

.box-content table {
    width: 100%; border-collapse: collapse; }

.box-content table tr, .box-content table td {
    border: 1px solid #dddddd; }

.box-content img {
    cursor: pointer; transform: translateY(2px); }

.box-content .box-galery {
    border: 0; }

.box-content .box-galery td {
    border: 0; }

.box-full-image-view {
    width: 100%; height: 100%; position: fixed; background: rgba(0, 0, 0, 0.5); padding: 20px; display: flex; 
    justify-content: center; align-items: center; z-index: 1000; }

.box-full-image-view span {
    position: absolute; right: 20px; top: 20px; background: red; color: white; padding: 5px 10px; cursor: pointer; border-radius: 3px; }

.box-full-image-view img {
    max-height: 100%; }

.box-content ul li, .box-content ol li {
    margin-left: 20px; }

.box-content iframe {
    width: 100%; height: 450px;
}

@media (max-width: 768px) {
    .page-title { 
        margin-top: 30px; }

    .box-content .box-galery {
        display: flex; justify-content: center; flex-wrap: wrap; }
}
