﻿/* START - Pousada */

    .pousadas .infoPousada {
        background: rgba(0,0,0,0.6);
        position: absolute;
        width: 100%;
        /*top: 40%;*/
        bottom: 0;
        color: #ffffff;
        text-align: center;
        padding-bottom: 10px;
    }

    div.pousadas .col-md-4:hover li .infoPousada {
        height: 100%;
        padding-right: 15px;
        padding-left: 15px;
        bottom:0;
    }

    div.pousadas .col-md-4:hover .infoPousada a, div.pousadas .col-md-4:hover .infoPousada p, div.pousadas .col-md-4:hover .infoPousada span {
        display: block;
    }

    div.infoPousada p, div.infoPousada span{
        display:none;
    }

    div.infoPousada span{text-align:right;}

    div.infoPousada a {
        color: #ffffff;
        font-weight: 600;
        text-decoration: none;
        display: none;
    }

    .pousadas .infoPousada h3 {
        font-size: 18px;
        color: #ffffff;
    }

    .pousadas .infoPousada h4 {
        font-size: 15px;
        color: #ffffff;
    }

    .pousadas {
        width: 95%;
        margin: auto;
    }

    .pousadas p {
        max-width: 100%;
        text-indent: 25px;
        line-height: 25px;
    }

    /*.pousadas .col-md-4, .pousadas .col-sm-4, .pousadas .col-xs-12 {
        margin-top: 15px;
        margin-bottom: 15px;
    }*/

    .pousadas li{
        display: inline-block;
        /* margin: 10px; */
        padding-left: 0px;
        padding-right: 0px;
        border: 0;
        transition: all .45s;
        vertical-align: top;
        text-align: center;
        /*border-radius: 10px;*/
        position: relative;

    }

    .infoPousada p{
        display: block;
        color: #ffffff;
        margin-right: 15px;
        margin-left: 15px;
        text-align: justify;
        }


    #searchPousada, #alert{
        background-color: #008acb;
        padding: 15px;
    }

    #searchPousada {
        margin-bottom: 25px;
    }

    .pousadas #alert {
        color: #ffffff;
    }

    #searchPousada ul li {
        margin: 0px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    #searchPousada .btn {
        margin-top: 0;
    }

    .pousadas .row {
        margin-left: 0;
        margin-right: 0;
    }

    .pousadas .col-lg-1, .pousadas .col-lg-10, .pousadas .col-lg-11, .pousadas .col-lg-12, .pousadas .col-lg-2, .pousadas .col-lg-3, .pousadas .col-lg-4, .pousadas .col-lg-5,
    .pousadas .col-lg-6, .pousadas .col-lg-7, .pousadas .col-lg-8, .pousadas .col-lg-9, .pousadas .col-md-1, .pousadas .col-md-10, .pousadas .col-md-11, .pousadas .col-md-12,
    .pousadas .col-md-2, .pousadas .col-md-3, .pousadas .col-md-4, .pousadas .col-md-5, .pousadas .col-md-6, .pousadas .col-md-7, .pousadas .col-md-8, .pousadas .col-md-9,
    .pousadas .col-sm-1, .pousadas .col-sm-10, .pousadas .col-sm-11, .pousadas .col-sm-12, .pousadas .col-sm-2, .pousadas .col-sm-3, .pousadas .col-sm-4, .pousadas .col-sm-5,
    .pousadas .col-sm-6, .pousadas .col-sm-7, .pousadas .col-sm-8, .pousadas .col-sm-9, .pousadas .col-xs-1, .pousadas .col-xs-10, .pousadas .col-xs-11, .pousadas .col-xs-12,
    .pousadas .col-xs-2, .pousadas .col-xs-3, .pousadas .col-xs-4, .pousadas .col-xs-5, .pousadas .col-xs-6, .pousadas .col-xs-7, .pousadas .col-xs-8, .col-xs-9 {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .pousadas #alert img {
        width: 25px;
        height: 25px;
        float: left;
    }

    .pgwSlider .ps-current li {
        padding-left: 0;
        padding-right: 0;
    }

    .col-md-4 {
        vertical-align: middle;
        /*float: none;
	        display: inline-block;
  	        margin-right: -4px;*/
        text-align: left;
    }

    #descriptionPousada, #principaisComodidades, #regulamentoBeneficio {
        clear: both;
        padding: 20px 0;
    }

    #principaisComodidades {
        display: flex;
        flex-direction: column;
        margin: 0 0 20px 0;
    }

    #comodidades {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        justify-content: space-between;
    }


    #ContatoPousada {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: space-between;
    }

    .comodidades {
        display: flex;
        margin-bottom: 15px;
        /*width:15%;*/
    }

    .comodidades p {
        margin: initial;
    }

    .comodidades img {
        width: 25px;
        max-width: 25px;
        height: 25px;
    }


/*#gallery .owl-nav{position:absolute;}*/

    #gallery .owl-nav button {
        height: 72px;
        padding: 20px 10px !important;
        margin: 0;
    }

    #gallery .owl-nav button.owl-prev {
        border-radius: 0 5px 5px 0;
    }

    #gallery .owl-nav button.owl-next {
        border-radius: 5px 0 0 5px;
    }

    #gallery .owl-nav button:hover {
        background-color: rgba(255,255,255,0.3);
    }

    #sync2 {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        background-color: rgb(255 255 255 / 30%);
        padding-left: 1%;
        padding-right: 1%;
        padding-top: 8px;
        padding-bottom: 8px;
        position:absolute;
        bottom:0;
    }

    #sync1 .owl-nav {
        position: absolute;
        top: 45%;
        width: 100%;
        left: 0;
        display: flex;
        justify-content: space-between;
    }

.owl-carousel .owl-item img{max-height:735px;}
/*#sync2 .owl-item{margin:0 10px 0 0;}*/
#sync2 img {
    max-height: 70px;
    max-width: 120px;
    cursor: pointer;
}


    #gallery{position:relative;}

   /* #sync2 .owl-item.active img {
        opacity: 0.5;
    }

    #sync2 .owl-item.active.current img {
        opacity: 1;

    }*/

@media (max-width:576px) {
    #sync2 {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        background-color: rgb(255 255 255 / 30%);
        padding-left: 1%;
        padding-right: 1%;
        padding-top: 8px;
        padding-bottom: 8px;
        position: relative;
        bottom: 0;
    }

    #sync1 .owl-nav {
        position: absolute;
        top: 35%;
        width: 100%;
        left: 0;
        display: flex;
        justify-content: space-between;
    }

    #comodidades {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width:577px) and (max-width: 767px) {

    #sync2 {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        background-color: rgb(255 255 255 / 30%);
        padding-left: 1%;
        padding-right: 1%;
        padding-top: 8px;
        padding-bottom: 8px;
        position: relative;
        bottom: 0;
    }

    #sync1 .owl-nav {
        position: absolute;
        top: 35%;
        width: 100%;
        left: 0;
        display: flex;
        justify-content: space-between;
    }

    #comodidades {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width:768px) and (max-width: 1024px){
    #sync2 {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        background-color: rgb(255 255 255 / 30%);
        padding-left: 1%;
        padding-right: 1%;
        padding-top: 8px;
        padding-bottom: 8px;
        position: relative;
        bottom: 0;
    }

    #sync1 .owl-nav {
        position: absolute;
        top: 35%;
        width: 100%;
        left: 0;
        display: flex;
        justify-content: space-between;
    }
    #comodidades {
        grid-template-columns: repeat(4, 1fr);
    }
}
    /* //END - Pousada*/
