<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    padding: 0;
    margin: 0;
}
body{
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
}

h1, h2, h3, h4{
    font-weight: 200;
    letter-spacing: 0.5px;
}
.wp-block-image .alignleft{
    margin: 0.5em 3em 0.5em 0 !important;
}

.pos-relative{position: relative;}
.container-min{max-width: 1000px; padding: 0 15px; margin: 0 auto;}
.container-1600{max-width: 1600px; padding: 0 15px; margin: 0 auto;}
.container-1700{max-width: 1700px; padding: 0 15px; margin: 0 auto;}

.link-style1{color: #000;}
.link-style2{color: #fff;}


.alignleft{float: left;}
.alignrigth{float: right;}

.style-table{
    margin-bottom: 20px;
    width: 100%;
}
.style-table td,
.style-table tr{
    padding: 10px;
}

.style-table tr:nth-child(odd) {
background-color:#ffffff;
}
.style-table tr:nth-child(even) {
background-color:#0a3e75;
color: #fff;
}



/*Video*/
.video-container{
    
    overflow: hidden;
    width: 100% !important;
    
    height: 80vh;
    background-color: #777679;
    position: relative;
}


.video-container .video{
    width: 177.7777777778vh;
    min-width: 100%;
    min-height: 56.25vw;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media(max-width:768px){
    .video-container .video{
        height: 500px;
    }
    .video-container{
        height: 500px;
    }
}


/*MENU*/
#header .menu-menu-esquerdo-container,
#header .menu-menu-direita-container{
    width: 100%;
}


#header #main-container-menu li.menu-item-has-children:hover &gt; a:after {
    top: 0;
    bottom: 0;
}
#header #main-container-menu &gt; li.menu-item-has-children &gt; a:before {
    content: '';
    position: absolute;
    top: 10px;
    right: -12px;
    border: 3px solid transparent;
    border-top: 4px solid #ffffff;
}

#header #main-container-menu li.has-sub:hover &gt; a {
    opacity: 0.5;
}
#header #main-container-menu li.menu-item-has-children:hover &gt; ul,
#header #main-container-menu li.menu-item-has-children:hover &gt; div {
    display: block;
}


#header #main-container-menu li &gt; ul,
#header #main-container-menu li &gt; div {
    display: none;
    width: auto;
    position: absolute;
    top: 25px;
    padding: 10px 0;
    background-color: #0a3e75e0;
    border-radius: 0 0 5px 5px;
    z-index: 999;
}

@media(max-width:768px){
    #header #main-container-menu li &gt; ul,
    #header #main-container-menu li &gt; div {
        display: block;
        top: 0;
        position: relative;
        background-color: transparent;
    }
}

#header #main-container-menu li &gt; ul {
    width: 200px;
}


#header #main-container-menu li &gt; ul li {
    display: block;
    list-style: inside none;
    padding: 0;
    margin: 0;
    position: relative;
}


#header #main-container-menu li &gt; ul li a {
    outline: none;
    display: block;
    position: relative;
    margin: 0;
    padding: 8px 20px;
    color: #ffffff;
    text-decoration: none;
}
#header #main-container-menu a:hover {
    color: #ffffff;
}
#header #main-container-menu &gt; li.menu-item-has-children &gt; a:hover:before {
    border-top: 5px solid #ffffff;
}


@media(max-width:768px){
    #header #main-container-menu li &gt; ul li.lang-item {
        display: inline-block;
    }
    #header #main-container-menu li &gt; ul li.lang-item a{
        padding: 8px 8px;
    }
}


/*ajust header*/
@media only screen and (min-width:992px) and (max-width:1131px) {
    #header{display: none !important;}
}

.wrap-mobile-menu{
    width: 100%;
}
.header__navbar-left{
    width: 100%;
}

@media (max-width: 992px) {
    .header__navbar-left{
        width: auto;
    }
    .navbar-collapse {
        position: fixed;
        top: 0px; /* adjust to height of navbar */
        right: 0;
        
        height: 100%;
        z-index: 99999;
    }

    #header .menu-main-menu-container{
        z-index: 99999;
        position: relative;
        padding: 20px; 
            overflow-y: scroll;
        height: 100%;
        background-color: #0f194ce0;
    }
    .navbar-nav{
        
        
    }
    #header nav ul li{
        margin-bottom: 20px;
         display: block;
        width: 100%;
        padding: 10px 0;
    }

    #header nav{
        margin: 0px 0 0; 
    }
    .navbar-toggler{
        border: none;
    }
    .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 500ms ease-in-out;
    }

    .overlay-navbar-collapse{
        z-index: 99998;
        background: #00000054;
        width: 100%;
        position: fixed;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #crmenu-mobile .wrap-mobile-menu{
        background: #0a3e75;
        position: relative;
        z-index: 99999;
        padding: 20px;
        height: 100%;
        overflow: hidden;
        width: 320px;
    }

}


/*General*/
    .aligncenter{
        display: inline;
        text-align: center;
    }
    img.aligncenter{
        display: block;
        margin: 0 auto;
    }
    .topspace-area{
        height: 80px;
    }
    #header nav ul li{
        display: inline-block;
        margin: 0 20px;
        position: relative;
        cursor: pointer;
    }

    @media(max-width:1586px){
        #header nav ul li{margin: 0 7px;}   
    }
    #header nav a{
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer;
    }
    #header{
        background-color: #0a3e75;
        height: 80px;
        width: 100%;
        transition: all ease 1s;
    }

    @media(min-width:768px){
        #header.scrolled{
            height: 40px;
            transition: all ease 1s;
            overflow: hidden;
        }
    }
    #header .logotipo{
        max-width: 120px;
        height: auto;
        transition: all ease 1s;
    }
     @media(min-width:768px){
        #header.scrolled .logotipo{    
            transition: all ease 1s;
            object-position: 0px 20px;
        }
    }


    .text-align-center{
        text-align: center;
    }
    .text-align-justify{
        text-align: justify;
    }
    
    .button-style-1{
        border: 1px solid #31628f;
        padding: 7px 0;
        color: #31628f;
        background-color: transparent;
        cursor: pointer;
        display: inline-block;
    }
    .button-style-1 a{
        color: #31628f;
    }

    .button-style-1:hover{
        background-color: #31628f;
        color: #fff;
    }
    .button-style-1:hover a{
        color: #fff;
    }

/*Banner*/
    #main-banner-internal.pacote{background-color: #0a3e75;}
    #main-banner-internal.spa{background-image: url(../images/spa-topo.jpg);}
    #main-banner-internal.acomodacoes{background-image: url(../images/acomodacoes/acomodacoes-capa.jpg);}
    #main-banner-internal.oresort{background-image: url(../images/oresort/topo.jpg);}
    #main-banner-internal h1{
        text-transform: uppercase;
        font-size: 38px;
/*        padding: 130px 0 0 0;*/
    }
    #main-banner-internal .main-banner-internal__content{
        width: 100%;
        background: #00000082;
        color: #fff;
        text-align: center;
    }
    #main-banner-internal{
        display: flex;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 50vh;
        background-color: #aaa;
    }
    #main-banner-internal.promocoes-banner-internal{
        height: 70vh;
    }

    #main-banner{
        background-image: url(../images/main-banner.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 70vh;
        background-color: #aaa;    
    }
    
    #wrap-form-reservation{
        position: absolute;
        margin: -50px 0 0 0;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        height: 90px;
        left: 0;
        z-index: 99;
        margin-bottom: 40px;
    }
    @media(max-width:768px){
        #wrap-form-reservation{
            position: relative;
            height: auto;
            text-align: center;
        }
    }

@media(min-width:768px){
    #form-reservation-area{
        top: 0px;
        transition: all ease 0.5s;
    }
    #form-reservation-area.scrolled{
        top: 90px;
        font-size: 12px;
        transition: all ease 0.5s;
    }
    #form-reservation-area.scrolled .form-reservation__label{
        display: none;
    }
    #form-reservation-area.scrolled #wrap-form-reservation{
        height: 50px;
    }
    #form-reservation-area.scrolled #wrap-form-reservation button{
        padding: 5px 20px;
    }
}

#wrap-acomodacoes{
    background-color: #4293B2;
    color: #fff;
}
#wrap-acomodacoes a{
    color: #fff;
}

.acomodacoes-bg-color{
    background-color: #0a3e75;
    color: #fff;

}

.wrap-sections-contents{
    max-width: 60%;
    min-width: 300px;
}
.spa-image-margin{margin-top: -200px; padding-right: 100px;}
.acomodacoes-txt-margin{margin-bottom: 200px;}
.gastronomia-image-margin{margin-top: -200px;}
.gastronomia-txt-margin{margin-bottom: 200px;}




.wrap-lazer-area{
    background-color: #ae5527;
    color: #fff;
}

.lazer-area-content,
.gastronomia-area-content{
    height: 500px;
}

.experiencias-slick{margin-top: -200px;}



@media(max-width:768px){
    .wrap-sections-contents{
        max-width: inherit;
        min-width: auto;
    }
    .spa-image-margin{margin-top: 0px; padding-right: 0px;}
    .acomodacoes-txt-margin{margin-bottom:0;}
    .gastronomia-image-margin{margin-top: 0;}
    .gastronomia-txt-margin{margin-bottom:0;}

    .lazer-area-content,
    .gastronomia-area-content{
        height: auto;
    }
    .experiencias-slick{margin-top: 0px;}
}




.experiencias-slick__item{
    position: relative;
}
.experiencias-slick__item .experiencias-slick_content{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    opacity: 1;
    transition: all 0.5s ease;
}
.experiencias-slick__item .experiencias-slick_content:hover{
    transition: all 0.5s ease;
    opacity: 0.4;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}

.experiencias-slick__item .experiencias-slick_content p{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}


.wrap-pacote-promoc .slick-list{
    border-radius: 10px;
}
.wrap-pacote-promoc .content-page{
    padding: 0 30px;
}
.wrap-pacote-promoc li{
    list-style: disc;
    margin: 0 15px 15px 15px;
    margin-left: 20px;
}

.content-page__price small{
    font-size: 16px;
    font-weight: lighter;
}
.content-page__price{
    border: 1px solid #f66260;
    padding: 20px 150px;
    text-align: center;
}
@media(max-width:998px){
     .content-page__price{
        padding: 10px 10px;
    }   
}

.content-page__price span{
    font-size: 12px;
}
.content-page__txtprice{
    color: #f66260;
    margin-bottom: 0 !important;  
    letter-spacing: -2px;
    font-size: 40px;
    font-weight: bold;
}
.content-page__btnreserva{
    display: block;
    padding: 15px 0;
    font-weight: bold;
    width: 100%;
    margin: 20px auto;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #40b22f;
    border-radius: 5px;
}
.wrap-pacote-promoc h1{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}

.wrap-pacote-promoc .wrap-pacote-promoc__content p.wrap-pacote-promoc__content-title{text-transform: uppercase;}

.wrap-pacote-promoc .wrap-pacote-promoc__content p{
    margin-bottom: 0;
}
.page-pacote-promoc .wrap-pacote-promoc__item img{
    height: 400px;
    object-fit: cover;
    object-position: center;
}


img.eventos-imagem-dest{
    height: 562px;
    object-fit: cover;
}

.wrap-pacote-promoc .wrap-pacote-promoc__content{
    background-color: #055aaa;
    position: absolute;
    bottom: 35px;
    left: 35px;
    padding: 15px;
    color: #fff;
}
.wrap-pacote-promoc .wrap-pacote-promoc__item{
    position: relative;
}
.wrap-pacote-promoc .wrap-pacote-promoc__item-half{
    position: relative;
}
.wrap-pacote-promoc .wrap-pacote-promoc__item-half img{
    height: 281px;
    object-fit: cover;
}
.wrap-pacote-promoc__content-title{
    font-family: 'OscarInn-Regular';
}

.wrap-form-faleconosco{
    background-color: #fff;
    padding: 30px;
    margin-left: -120px;
    text-align: center;
}

@media(max-width:768px){
    .wrap-form-faleconosco{
        padding: 0px;
        margin-left: 0;
        max-width: 90%;
        margin: -40px auto 0;
    }
}

.copyright{
    color: #868c99;
    font-family: 'OscarInn-Regular';
    border-top: 1px solid #f1f1f1;
    margin-top: 40px;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

footer{
    line-height: 180%;
    border-top: 1px solid #f1f1f1;
    padding-top: 35px;
}
footer .whatsapp_wrap{
    background-color: #33a432;
    padding: 7px;
    color: #fff;
}

/**/
#noticias-homepage{
    padding: 100px 0;
}
#noticias-homepage .intro-post {
    position: relative;
    overflow: hidden;
    height: 290px;
    transition: all ease 0.4s;
    background-color: #000;
}

#noticias-homepage .intro-margint{
    margin-top: 10px;
}


@media (max-width:768px){
    #noticias-homepage{
        padding: 50px 0 0 0;
    }
    
}

@media (min-width: 602px){
    .intro-marginr {
        margin-right: 10px;
    }
}



#noticias-homepage .intro-post .intro-post__title {
    z-index: 2;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

#noticias-homepage .intro-post img {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.5;
}


@media(max-width: 768px){
    #noticias-homepage .intro-margint{
        margin-top: 0px;
    }
    #noticias-homepage .intro-post {
        height: 170px;
    }

    #noticias-homepage a{
        margin: 0 0 0 0 !important;
    }

    #noticias-homepage .intro-post .intro-post__title {
        font-size: 16px;
    }
}



/* List Posts
--------------------------*/
.posts-list{
    margin: 50px 0; 
}
.posts-list__item img{
    max-width: 500px !important;
    margin-left: 50px;
    height: auto;
}
.posts-list__item{
    padding: 50px 20px;
    border-top: 1px solid #DDDDDD; 
}

.posts-list__item a.posts-list__category{
    text-transform: uppercase;
    font-size: 1em; 
    color: #A5B4CE;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.posts-list__item p{
    color: #333333;
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 16px; 
}
.posts-list__item a{
    opacity: 1;
    transition: all ease 0.3s;
}
.posts-list__item a:hover{
    opacity: 0.6;
    transition: all ease 0.3s;
}
.posts-list__item h2{
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #0a3e75;
}


.btn-allposts{
    margin: 0px auto 60px;
    display: block;
    border-radius: 30px;
    border-bottom: 3px solid #d2d2d2;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 0.9em;
    color: #fff;
    background: #333333;
    font-weight: 500;
    transition: all ease 0.4s;
}
.btn-allposts:hover{
    background: #007741;
    border-bottom: 3px solid #dc6677;
    transition: all ease 0.4s;
}




@media only screen and (max-width: 600px) {
     .posts-list__item img{
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
        height: 200px;
     }
     .posts-list{
        padding: 0 0;
        margin: 20px 0; 
     }
     #intro-homepage .intro-post .intro-post__title{
        font-size: 1.3em;
     }
    .intro-marginl{ 
         margin-left: 0px;
    }
    #intro-homepage .intro-post{
        height: auto;
    }
    .posts-list__item h2{
        font-size: 1.4em;
    }
    .posts-list__item p{
        font-size: 1em;
        margin-top: 10px;
    }
    #header .rc-actions button{
        margin-left: 0;
    }
}


/* WIDGTES
---------------=*/
.widget-author{
    padding: 30px;
    text-align: center;
}
.widget-author img{
    margin-bottom: 15px
}
.widget-author a{
    color: #FB5C73;
}
.widget-author p{
    font-size: 16px;
}



aside .widget{
    width: 300px;
    height: auto;
    background: #F1F1F1;
    margin-bottom: 20px;
    padding: 20px;
}
aside .widget h2{
    font-size: 13px;
    font-weight: 600;
    color: #A2A2A2;
    letter-spacing: 1px;
    /* text-align: center; */
    text-transform: uppercase;
}

aside ul.wp-block-latest-posts__list {
    margin-top: 15px
}
aside .wp-block-latest-posts__list li{
    list-style: none !important;
    margin-bottom: 10px !important;
}
aside .wp-block-latest-posts__list li a{
    font-size: 14px;
    line-height: 120%;
}
aside .wp-block-latest-posts__list img{
    max-width: 70px;
}
aside ul.widgt-list-categorias{
    margin-left: 30px;
    margin-top: 15px
}

aside .wp-block-tag-cloud a{
    font-size: 14px !important;
      background: #FFFFFF;
    box-shadow: 0 0 5px -2px rgba(0,0,0,0.50);
    border-radius: 6px;
    text-align: center;
    padding: 5px;
    margin: 3px;
    display: inline-block;
}
aside a{
    color: #000;
}
aside .widget-popularposts {
    padding: 35px 45px;
}
aside .widget ol {
  counter-reset: my-awesome-counter;
  list-style: none;
    margin-bottom: 0;
}

aside .widget ol li {
  margin-bottom: 20px;
  counter-increment: my-awesome-counter;
  position: relative;
}
aside .widget ol li:last-child {
    margin-bottom: 0;
}
aside .widget ol li::before {
  content: counter(my-awesome-counter);
  color: #FB5C73;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  width: var(--size);
  height: var(--size);
  top: 0px;
  text-align: center;
  
}

aside .widget ul li{
  list-style: circle;
    margin-bottom: 0;
}
aside .widget_search .wp-block-search__label{
    display: none;
}


aside .wp-block-search .wp-block-search__input{
  border: none;
  background: transparent;
  padding: 0;
}
aside .widget_search input{
    padding: 5px !important;
    border-radius: 0 !important;
    border: none !important;
}
aside .wp-block-search .wp-block-search__button{
        border: none;
    background: transparent;
    padding: 0;
    background: url(../images/icon-search.svg);
    color: transparent;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-size: cover;
}




aside .wp-block-search .wp-block-search__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #915D65;
  opacity: 1; /* Firefox */
}

aside .wp-block-search .wp-block-search__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #915D65;
}

aside .wp-block-search .wp-block-search__input::-ms-input-placeholder { /* Microsoft Edge */
  color: #915D65;
}

.slick-dots{
    bottom: 15px;
}
.slick-prev{
    left: 15px;
    z-index: 9;
}
.slick-next{
    right: 35px;
}




/*FORM BOOK*/
.form-reservation__title{
    max-width: 170px;
}
#wrap-form-reservation button{
    background-color: #F2635F;
    padding: 10px 20px;
    border: none;
    color: #fff;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 13px;
}
#wrap-form-reservation .form-reservation__label{
    font-size: 12px;
}


@media(max-width:768px){
    #wrap-form-reservation .form-reservation__label{
        text-align: left;
    }
}
#wrap-form-reservation input,
#wrap-form-reservation select{
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #636363;
    width: 100%;
    padding: 5px;
    border: none;
    border-bottom: 1px solid #E2E2E2;
}


/*Galerias*/
.galeria-zoom a{opacity: 1; transition: all ease 1s;}
.galeria-zoom a:hover{opacity: 0.7; transition: all ease 1s;}

/*post*/
.page-intern-content h1{
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 29px;
    color: #0a3e75;
    border-bottom: 1px dotted #0a3e75;
    padding-bottom: 7px;
}

/*faq*/
.accordion-button:not(.collapsed){
    color: #fff;
    background-color: #0a3e76;
}
.accordion-button{
    color: #0a3e75;
}


/*sobre nos timeline*/
#timeline{
    margin: 0px 0 80px;
}

#timeline .date{
    
}
#timeline .date .item{
    text-align: center;
}

#timeline .date .item.slick-current p{
    font-weight: bold;
}
#timeline .date .item p{
    margin: 0;
}
#timeline .date .item span{
    border: 2px solid #0a3e75;
    background-color: #fff;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
}

#timeline .date .item.slick-current{
    color: #0a3e75;
    transition: all ease 1s;
}
#timeline .date .item.slick-current span{
  background-color: #0a3e75;
  transition: all ease 1s;
}

#timeline .date-line{
    height: 3px;
    width: 100%;
    background-color: #D8D8D8;
    margin-top: -15px;
    transition: all ease 0.9s;
}
#timeline .date-line .color{
    height: 4px;
    display: block;
    width: 55%;
    background-color: #0a3e75;
    transition: all ease 0.9s;
}

#timeline .date-line.sec .color{width: 18.5% !important;}
#timeline .date-line.tec .color{width: 31.5% !important;}
#timeline .date-line.qur .color{width: 43.5% !important;}
#timeline .date-line.qu .color{width: 56.5% !important;}
#timeline .date-line.se .color{width: 68.5% !important;}
#timeline .date-line.sev .color{width: 81% !important;}
#timeline .date-line.oct .color{width: 100% !important;}

#timeline .nav .item img{
    margin: 0 50px 0 0;
}
#timeline .nav .item h2{
    font-size: 20px;
    color: #0a3e75;
    font-weight: bold;
}

@media (max-width: 768px){
    #timeline .nav .item img{
        width: 200px;
        margin: 0 auto;
    }
    #timeline .nav .item p{
        font-size: 16px;
        height: 180px;
        overflow: scroll;
        padding: 20px;
    }
}
/*content*/
.content-page p{margin-bottom: 20px;}
.content-page h2,
.content-page h3,
.content-page h4{
    margin: 0px 0 30px;
    font-weight: 400;
    color: #0a3e75;
    font-size: 26px;
}
.content-page .wp-element-caption{
    color: #6b6b6b;
    text-align: center;
    font-size: 14px;
    font-style: italic;
}
.content-page ul{
    margin-bottom: 20px;
}
.content-page ul li{
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 50px;
}

.force-quad-slide img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}


/*Promocoes*/
#promocao__estrutrua .estrutrua__item{
    background-color: #fff;
    border-radius: 10px;
    margin: 5px;
    padding: 10px;
}
@media(max-width:982px){
    #promocao__estrutrua .estrutrua__item{
        width: 47.2%;
    }
}


#promocao__estrutrua .estrutrua__item p{
    font-weight: bold;
}
/*PLANOS*/
.plano-item {
    border-radius: 15px 60px 15px 15px;
}


.darkblue-bg {
    background-color: #2E5998;
    color: #fff;
}
.plano-item h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}

.planos__btn {
    margin-top: 30px;
    margin-bottom: -60px;
    width: 100%;
    font-size: 20px;
}


.yellow-bg {
    background-color: #edb004;
}
.blue-bg {
    background-color: #00B4CC;
}
.plano-item__info-price p {
    margin: 0;
}

.plano-item__price {
    font-size: 40px;
    font-weight: 600;
    color: #edb004;
}
.plano-item__price small{
    font-weight: lighter;
    font-size: 20px;
}


.newsletter-wrap input{
    border: 1px solid #31628f;
    padding: 7px;
    color: #31628f;
    border-radius: 0;
    background-color: transparent;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.newsletter-wrap input[type="submit"]{
    border: 1px solid #31628f;
    padding: 7px 0;
    color: #31628f;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}


.single-top__introimg img{
    max-height: 358px;
    object-fit: cover;
}


.wtpp-fixed {
    background-color: #55cd6c;
    bottom: 10px;
    right: 10px;
    position: fixed;
    z-index: 1047;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    transition: all ease .6s;
}
.wtpp-fixed img {
    width: 100%;
}

/*countdown*/
#countdown{
    background-image: url("http://localhost:8888/2024/oscarinn-prod/wp-content/themes/criaturo-oscarinn/assets/images/faleconosco-img_2_2.jpg");
    background-size: cover;
    position: fixed;
    bottom: 0;
    left: 15px;
    height: 400px;
    width: 280px;
    overflow: hidden;
    z-index: 9999999999;
    text-align: center;
    color: #fff;
    padding: 0 30px;
}
#countdown .overflow{
    background: rgb(10,62,117);
background: linear-gradient(180deg, rgba(10,62,117,0.6881346288515406) 0%, rgba(10,62,117,1) 100%);


    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
#countdown a{
        background-color: #F2635F;
    padding: 10px 20px;
    border: none;
    color: #fff;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 20px;
    display: inline-block;
}

#countdown .dotpns{
    font-size: 20px;
    margin-top: -10px;
    display: inline-block;
    font-weight: bold;
    position: relative;
    
}
#countdown .countdown__labelcont{
    font-size: 34px;
    font-weight: bold;
}
#countdown .countdown__labeltime{
    font-size: 10px;
    display: block;
    text-transform: uppercase;
}
#countdown .countdown__close{
    font-weight: bold;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    cursor: pointer;
}



/**/
.formfooter__image{
    min-height: 800px;
    object-fit: cover;
}

/* LP PROMOCOES */ 
    .lps-promocoes .slick-prev:before, .lps-promocoes .slick-next:before{
        font-size: 40px;
        line-height: 0;
        opacity: 1;
        padding: 4px 0 0 0px;
    }
    .lps-promocoes .slick-prev, .lps-promocoes .slick-next{
        background: #0a3e75;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        box-shadow: -3px -3px 5px 0px rgba(0,0,0,0.75);
        -webkit-box-shadow: -3px -3px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -3px -3px 5px 0px rgba(0,0,0,0.75);
    }
/* END LP PROMOCOES */

/*LPPascoa*/
.lp-pascoa .main-banner-internal__content{
    background-color: transparent !important;
}
.lp-pascoa h1{
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
    font-size: 48px;
}

.lp-pascoa .bg-color__blue{
    background: rgb(0,70,142);
    background: linear-gradient(0deg, rgba(0,70,142,1) 0%, rgba(3,62,118,1) 100%);
}
.lp-pascoa .color__white{
    color: #fff;
}

.lp-pascoa .lp-pascoa--destacatxt{
    background-color: #EA615C;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    padding: 2px 4px;
    font-weight: bold;
    font-size: 30px;
    display: inline-block;
    text-transform: uppercase;
}
.lp-pascoa--wraparea01 p{
    margin: 1px 0;
    font-size: 24px;
}


.parallax-layer {
    position: absolute;
    width: 100%;
    transition: transform 0.3s ease-out;
}

.layerL1{top: 10%; left: 0; z-index: 2; max-width: 350px;}
.layerL2{top: 40%; left: 0; z-index: 1; max-width: 250px;}
.layerR1{top: 10%; right: 0; z-index: 2; max-width: 250px;}
.layerR2{top: 100%; right: 0; z-index: 1; max-width: 150px;}

@media (max-width:768px){
    .lp-pascoa .lp-pascoa--destacatxt{
        font-size: 22px;
    }
    .layerL1{top: 10%; left: 0; z-index: 2; max-width: 150px;}
    .layerL2{
        display:none;    }
    .layerR1{
                top: 30%;
        right: 0;
        z-index: 2;
        max-width: 100px;
    }
    .layerR2{top: 100%; right: 0; z-index: 1; max-width: 80px;}
}



.slick-prev:before, .slick-next:before{
    font-size: 40px;
    opacity: 1;
    background: #00000047;
    border-radius: 60px;
}


.oscar-mascote{
    background-image: url(../images/mascote-v1.png);
    display: block;
    position: absolute;
    width: 440px;
    height: 535px;
    background-size: contain;
    background-repeat: no-repeat;
        bottom: -70px;
    left: 0px;
}

@media (max-width: 768px){
    .oscar-mascote{
                background-image: url(../images/mascote-v1.png);
        display: block;
        position: relative;
        width: 283px;
        height: 350px;
        background-size: contain;
        background-repeat: no-repeat;
        bottom: -110px;
        left: 0px;
        margin: 0 auto;
    }
}
</pre></body></html>