@font-face {
    font-family: 'NOME';
    font-weight: normal;
    font-style: normal;
    src: url(/site/fonts/FILE.woff) format('woff');
}

html, body{
    width: 100%;
    height: 100%;
    position: relative;
}

body{
    background-color: #FFF7E8;
    font-family: "Montserrat Alternates", sans-serif;

    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    color: #93A2AD;
}
h1, h2, h3, h4, h5, h6, p{
    font-family: "Montserrat Alternates", sans-serif;
}

body.open{
    overflow: hidden;
}


.left{ text-align: left; }
.center{ text-align: center; }
.right{ text-align: right; }

.row,
.form-group{
    margin: 0 !important;
    overflow: hidden;
}


.iframe_holder{
    position: relative;
    padding-bottom: 53.35%;
    padding-top: 25px;
    height: 0;
}

.iframe_holder iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.balao_whatsapp{
    display: block;
    padding: 12px;
    background-color: #25D366;
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 30px;
}

#topcontrol{
    display: none;
}

@media (min-width: 768px){
    .custom_container {
        max-width: 750px;
    }
}

@media (min-width: 992px){
    .custom_container {
        max-width: 970px;
    }
}


@media (min-width: 1200px){
    .custom_container {
        max-width: 1099px;
    }
}


@media (min-width: 1300px){
    .custom_container {
        max-width: 1199px;
    }
}

@media (min-width: 1400px){
    .custom_container {
        max-width: 1299px;
    }
}

@media (min-width: 1500px){
    .custom_container {
        max-width: 1399px;
    }
}

@media (min-width: 1600px){
    .custom_container {
        max-width: 1499px;
    }
}

.custom_container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*==================================================================================================*/
/*GERAL*/
/*==================================================================================================*/
.a_carregar{
    display: none;
}
.btn_carregar_mais.display_none{
    display: none !important;
}
section{
    padding-top: 125px;
    overflow: hidden;
}

.bg_light_blue{
    background: #E2EFFF;
}
.btn1{
    background: #7EB6FF;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFF7E8;
    padding: 10px 30px;
    border: 1px solid #7EB6FF;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.btn1:hover{
    background: transparent;
    color: #7EB6FF;
    border: 1px solid #7EB6FF;
}

.btn1.outline{
    background: transparent;
    color: #7EB6FF;
    border: 1px solid #7EB6FF;
    padding: 20px 30px;
}
.btn1.outline:hover{
    background: #7EB6FF;
    color: #FFF7E8;
    border: 1px solid #7EB6FF;
}
h1,
h2{
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #7EB6FF;
}

h1 strong,
h2 strong,
h1 b,
h2 b{
    font-family: "Gluten", cursive;
    font-style: normal;
    font-weight: 700;
}

@media screen and (max-width: 1500px) {
    h1,
    h2{
        font-size: 34px;
        line-height: 42px;
    }
}
@media screen and (max-width: 1400px) {
    h1,
    h2{
        font-size: 32px;
        line-height: 40px;
    }
}
@media screen and (max-width: 1200px) {
    h1,
    h2{
        font-size: 30px;
        line-height: 38px;
    }
}
@media screen and (max-width: 992px) {
    h1,
    h2{
        font-size: 28px;
        line-height: 36px;
    }
}
@media screen and (max-width: 767px) {
    h1,
    h2{
        font-size: 26px;
        line-height: 36px;
    }
}

/*==================================================================================================*/
/*DATEPICKER*/
/*==================================================================================================*/

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}
.datepicker-inline {
    width: 220px;
}
.datepicker-rtl {
    direction: rtl;
}
.datepicker-rtl.dropdown-menu {
    left: auto;
}
.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
}
.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}
.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}
.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    padding: 4px;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eee;
    cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}
.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
    color: #000;
}
.datepicker table tr td.today.active:hover {
    color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: linear-gradient(to bottom, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
    background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
    background-image: linear-gradient(to bottom, #08c, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9;
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
    background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
    background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
    background-image: linear-gradient(to bottom, #08c, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999;
}
.datepicker .datepicker-switch {
    width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
    visibility: hidden;
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
    margin-top: 3px;
}
.input-daterange input {
    text-align: center;
}
.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker.css.map */


/*==================================================================================================*/
/*MENU*/
/*==================================================================================================*/

.menu_holder {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    width: 100%;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    padding: 0;
}
.menu_holder.scroll {
    background: #FFF7E8;
}

.menu {
    width: 1240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.menu-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.navbar-header {
    float: unset;
}

.menu_holder .navbar-header {
    float: unset;
}

.menu_holder .navbar-header img{
    width: 150px;
    max-width: 100%;
}

.menu_holder .menu-toggler{
    position: absolute;
    background: transparent;
    border: 0;
    width: 35px;
    top: 10px;
    right: 2%;
    cursor: pointer;
    display: none;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 38px;
    height: 34px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon1 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #7EB6FF;
    border-radius: 0;
    opacity: 1;
    left: 0;
    border-radius: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon1.open span {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}
#nav-icon1 span:nth-child(2) {
    top: 10px;
    width: 80%;
    right: 0;
    left: unset;
}
#nav-icon1 span:nth-child(3) {
    top: 20px;
}
#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -o-transform: rotate(140deg);
    transform: rotate(140deg);
}
#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    transform: rotate(-140deg);
}

.menu_holder .menu{
    display: inline-block;
    margin: 0;
    float: unset;
}


.menu_holder .menu ul{
    padding: 0;
}

.menu_holder .menu{
    display: inline-block;
    color: #fff;
    text-align: right;
    vertical-align: middle;
    width: 100%;
}
.menu_holder .mais_menus{
    display: inline-block;
    color: #fff;
    width: 300px;
    max-width: 100%;
    text-align: right;
    vertical-align: middle;
}
.menu_holder .mais_menus a{
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 5px;
}

.menu_holder .menu-nav{
    list-style: none;
    margin: 0;
}

.menu-nav .dropdown {
    position: relative;
    display: flex;
    align-items: center;
}

.menu_holder .menu-nav .dropdown{
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
    color: #fff;
}

.menu_holder .menu-nav .dropdown.redes_sociais img{
    width: 28px;
    margin: 0 3px;
}

.menu_holder .menu-nav .dropdown a {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19.5px;
    text-align: center;
    color: #7EB6FF;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 10px 14px;
}


.menu_holder .menu-nav .dropdown.language a{
    color: #298e2a;
}

.menu_holder .menu-nav .dropdown > a:not(.logo):hover,
.menu_holder .menu-nav li.active > a:not(.logo),
.menu_holder .menu-nav li.active:hover > a:not(.logo) {
    background-color: #c99edc;
    color: #fff7e8;
    text-decoration: none !important;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}


.menu_holder .menu-nav .dropdown.reserva a{
    background: #7EB6FF;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFF7E8;
    border: 1px solid #7EB6FF;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.menu_holder .menu-nav .dropdown.reserva a:hover{
    background: transparent;
    color: #7EB6FF;
    border: 1px solid #7EB6FF;
}


.menu-nav .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 207px;
    flex-shrink: 0;
}

.menu-nav .logo img {
    width: 100%;
}

.menu_holder .menu-nav .dp_goto {
    background: none !important;
    color: inherit !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.menu_holder .dropdown-menu {
    background-color: #fff;
    cursor: default;
    text-align: left;
    color: #000;
    margin-top: 20px;
    top: 5px;
}


.menu_holder .menu-nav .dropdown .dropdown-menu a {
    color: #000;
}

.menu_holder .menu-nav .dropdown .dropdown-menu a:hover,
.menu_holder .menu-nav .dropdown-menu li.active > a,
.menu_holder .menu-nav .dropdown-menu li.active:hover > a {
    color: #D43838;
    text-decoration: none !important;
}

.menu_holder .dropdown-menu hr{
    width: 80%;
    margin: 8px auto;
    border-top: 1px solid #ccc;
}
.menu_holder .dropdown-menu a:hover{
    background-color: transparent;
}

/* Menu no Mobile */
@media screen and (max-width: 1400px) {
    .menu_holder .menu-nav .dropdown {
        margin: 0 5px;
    }
}
@media screen and (max-width: 1235px) {
    .menu-nav .logo {
        width: 175px;
    }
    .menu_holder .menu-nav .dropdown {
        margin: 0;
    }
    .menu_holder .menu-nav .dropdown a {
        font-size: 14px;
        line-height: 16px;
        padding: 6px 11px;
    }
    .menu_holder .menu-nav .dropdown.reserva a {
        font-size: 14px;
        line-height: 16px;
        padding: 6px 11px;
    }
}
@media screen and (max-width: 1200px) {
    .menu-nav .logo {
        width: 165px;
    }
    .menu_holder .menu-nav .dropdown {
        margin: 0;
    }
    .menu_holder .menu-nav .dropdown a {
        font-size: 14px;
        line-height: 16px;
        padding: 6px 11px;
    }
    .menu_holder .menu-nav .dropdown.reserva a {
        font-size: 14px;
        line-height: 16px;
        padding: 6px 11px;
    }
}
@media screen and (max-width: 992px) {
    .menu_holder {
        width: 100%;
        height: 80px;
        transform: unset;
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #FFF7E8;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    /* Botão hambúrguer no lado esquerdo */
    .menu_holder .menu-toggler {
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        cursor: pointer;
        z-index: 15;
    }

    .menu-toggler span {
        display: block;
        width: 30px;
        height: 4px;
        margin: 5px auto;
        background: #7EB6FF;
        transition: 0.3s ease-in-out;
    }

    /* Animação do botão hambúrguer quando aberto */
    .menu-toggler.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-toggler.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggler.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    /* Logo centralizado */
    .logo-holder {
        display: flex;
        opacity: 1;
        position: absolute;
        left: 50% ;
        top: 50% ;
        transform: translate(-50%, -50%);
        z-index: 9999 ;
        width: 120px ;
        height: auto ;
    }

    .menu_holder.open .logo-holder {
        display: none;
    }

    .logo-holder img {
        width: 120px;
        height: auto;
    }

    /* Esconder o logo quando o menu está aberto */
    .menu.active + .logo-holder {
        opacity: 0;
        pointer-events: none;
    }

    /* Esconder o menu principal */
    .menu_holder .menu {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #FFF7E8;
        text-align: center;
        padding: 20px 0;
    }

    .menu_holder .menu-nav #m1.dropdown{
        display: none;
    }

    /* Mostrar o menu quando aberto */
    .menu.active {
        display: block;
    }

    .menu-nav {
        flex-direction: column;
        gap: 15px;
    }
}

/* Esconder o logo em telas grandes */
@media screen and (min-width: 993px) {
    .logo-holder {
        display: none;
    }
}

/*==================================================================================================*/
/*BANNER*/
/*==================================================================================================*/

.page_intro h1{
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #93A2AD;
}
.page_intro span{
    font-family: "Gluten", cursive;
    font-weight: 600;
}
.banner{
    position: relative;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.banner .mask{
    position: absolute;
    width: 100%;
    bottom: -2px;
    z-index: 2;
}

.banner .icon{
    position: absolute;
    z-index: 2;
    max-width: 10%;
    width: 100px;
    transform: translate(50%,50%);
    -moz-transform: translate(50%,50%);
    -webkit-transform: translate(50%,50%);
}
.banner .icon.flor{
    right: 2%;
    bottom: -1%;
}
.banner .icon.coracao{
    right: 13%;
    bottom: 35%;
}
.banner .icon.estrela{
    right: 1%;
    bottom: 65%;
}

.banner .icon svg{
    width: 100%;
    height: auto;
}

.banner .mask img{
    width: 100%;
}

.banner .holder_slider{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 20px;
    overflow: hidden;
}

.banner .holder_slider img{
    width: 100%;
}

.banner .holder_slider .single_banner,
.banner .holder_slider .single_banner .holder_content,
.banner .holder_slider .single_banner .holder_content_img{
    width: 100%;
    padding-bottom: 48%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.banner .holder_slider .holder_content_img{
    position: relative;
}

.banner .holder_slider .single_banner .holder_content_img .iframe_holder{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner.banner_interno ul li{
    height: 480px;
}
.banner .owl-carousel .owl-stage-outer{
}
.banner.internas li {
    height: 260px;
    background-position: top center;
}

.banner #slider_home .owl-controls {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 100px;
}

.banner #slider_home .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: -25px auto 0;
    left: 0;
    right: 0;
}

.banner #slider_home .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    border: 2px solid #fff;
    background: #fff;
}

.banner #slider_home .owl-dots .owl-dot.active {
    background: #ff8ec3;
    border: 2px solid #ff8ec3;
}

.banner #slider_home .owl-prev img,
.banner #slider_home .owl-next img {
    width: 32px !important;
}

.banner .holder_slider video{
    position: absolute;
    width: 100%;
    /* height: 100%; */
    top: Calc( 50% - 0px );
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}

.banner .conteudo{
    position: absolute;
    top: 165px;
    left: 0;
    right: 0;
    text-align: left;
    margin: auto;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.banner.banner_interno .conteudo{
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner .conteudo .nome{
    font-size: 60px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 71px;
    font-weight: 600;
    width: 690px;
    margin-bottom: 30px;
}

.banner .conteudo .descricao{
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 25px;
    font-weight: 300;
    width: 690px;
    margin-bottom: 30px;
}

.banner .conteudo button{
    border: 0;
    padding: 20px 35px;
    border-radius: 0;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    background: #FFFFFF;
}



@media screen and (max-width: 1500px) {
    .page_intro h1{
        font-size: 34px;
        line-height: 42px;
    }
}
@media screen and (max-width: 1400px) {
    .page_intro h1{
        font-size: 32px;
        line-height: 40px;
    }
}
@media screen and (max-width: 1200px) {
    .page_intro h1{
        font-size: 30px;
        line-height: 38px;
    }
}
@media screen and (max-width: 992px) {
    .page_intro h1{
        font-size: 28px;
        line-height: 36px;
    }
    section {
        padding-top: 80px;
    }
    .bloco.banner {
        padding-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .page_intro h1{
        font-size: 26px;
        line-height: 34px;
    }
    .banner .holder_slider .single_banner, .banner .holder_slider .single_banner .holder_content, .banner .holder_slider .single_banner .holder_content_img {
        padding-bottom: 75%;
    }
}

@media screen and (max-width: 567px) {
    .page_intro h1{
        font-size: 22px;
        line-height: 32px;
    }
}
@media screen and (max-width: 400px) {
    .page_intro h1{
        font-size: 20px;
        line-height: 30px;
    }
}




/*==================================================================================================*/
/*BLOCOS*/
/*==================================================================================================*/

.bloco{
    position: relative;
    width: 100%;
    padding: 40px 0;
}

.bloco.no-margin{
    padding: 0;
}


@media screen and (max-width: 992px) {

    .bloco{
        padding: 40px 0;
    }
}


/*==================================================================================================*/
/*MIDDER*/
/*==================================================================================================*/


.midder{
    width: 100%;
    height: 650px;
    position: relative;

    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.midder .conteudo {
    width: 30%;
    top: 20%;
    left: 0;
    text-align: left;
    position: absolute;
    padding: 0 2%;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.midder .conteudo h2 {
    font-size: 48px;
    color: #111;
    text-transform: none;
}
.midder .conteudo p {
    font-size: 17px;
    color: #838383;
}


@media screen and (max-width: 992px) {

    .midder {
        height: 250px;
        background-attachment: initial;
    }
    .midder .conteudo h2 {
        font-size: 25px;
    }
}

/*@media screen and (max-width: 470px) {

	.midder {
		height: 250px;
	}
	.midder .conteudo h2 {
		font-size: 25px;
	}
}*/


/*==================================================================================================*/
/*HOMEPAGE*/
/*==================================================================================================*/
.holder_colunas{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.holder_colunas .coluna{
    width: 50%;
}
.holder_colunas .info{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #93A2AD;
    padding-right: 88px;
}
.holder_colunas .info .botao{
    margin-top: 30px;
}
.holder_colunas .info h1,
.holder_colunas .info h2{
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #7EB6FF;
    margin-bottom: 30px;
}
.holder_colunas .info h2 a{
    text-decoration: none;
}
.holder_colunas .info h2 a:hover{
    text-decoration: underline;
}
.holder_colunas .info h1 strong,
.holder_colunas .info h2 strong{
    font-family: "Gluten", cursive;
    font-weight: 700;
}
.holder_colunas .info a{
    color: inherit;
}
.holder_colunas .imagem{
    position: relative;
}
.holder_colunas .imagem img{
    width: 100%;
}
.holder_colunas .imagem .icon{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    max-width: 15%;
    width: 100px;
    transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}

.holder_colunas .imagem .icon.flor{
    left: 10%;
    bottom: 4%;
}

.holder_colunas .imagem .icon svg{
    width: 100%;
}

.holder_colunas .holder_infos{
    display: flex;
    flex-wrap: wrap;
}
.holder_colunas .holder_infos{
    display: flex;
    flex-wrap: wrap;
    margin: 40px -15px 0 -15px;
}
.holder_colunas .holder_infos .single_info{
    width: Calc(100% / 3);
    padding: 15px;
}
.holder_colunas .holder_infos .icon{
    margin-bottom: 15px;
}
.holder_colunas .holder_infos .icon img{
    height: 30px;
    max-width: 100%;
    object-fit: contain;
}

.holder_colunas .holder_infos .single_info h3{
    font-family: "Gluten", cursive;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #7EB6FF;
    max-width: 177px;
}
.zona_cta_reserva{
    position: relative;
}
.zona_cta_reserva .icon{
    position: absolute;
    bottom: 20%;
    left: 10%;
    z-index: 2;
    max-width: 15%;
    width: 100px;
    transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}
.zona_cta_reserva .icon svg{
    width: 100%;
    height: auto;
}
.holder_cta_reserva{
    padding: 80px 0;
}
.holder_cta_reserva h2{
    max-width: 740px;
    margin: 0 auto;
}
.holder_cta_reserva .botao{
    margin-top: 40px;
}
.holder_ctas{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: flex-end;
}
.holder_ctas .single_cta{
    width: Calc(100% / 3);
    padding: 0 15px;
}
.holder_ctas .single_cta .holder_single_cta a{
    text-decoration: none;
}
.holder_ctas .single_cta .holder_single_cta{
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    border: 1px solid #FF8EC3;
    border-radius: 20px;
}
.holder_ctas .single_cta .holder_single_cta .nome{
    width: 100%;
    text-align: right;
    margin-top: 0;
    margin-bottom: 15px;
}
.holder_ctas .single_cta .holder_single_cta .imagem{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #FF8EC3;
}
.holder_ctas .single_cta .holder_single_cta .imagem img{
    width: 100%;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.holder_ctas .single_cta .holder_single_cta:hover .imagem img{
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.holder_ctas .single_cta:nth-child(even) .holder_single_cta .imagem{
    order: 1;
}
.holder_ctas .single_cta:nth-child(even) .holder_single_cta .nome{
    order: 2;
    margin-top: 15px;
    margin-bottom: 0;
}

.holder_ctas .single_cta .holder_single_cta .nome h3{
    font-family: "Gluten", cursive;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #FF8EC3;

}
#homepage .testemunhos{
    padding-top: 0;
}
#homepage .testemunhos .icon{
    position: absolute;
    top: 20%;
    right: 10%;
    z-index: 2;
    max-width: 15%;
    width: 100px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
#homepage .testemunhos svg{
    width: 100%;
    height: auto;
}
#homepage .testemunhos .icon svg{
    width: 100%;
    height: auto;
}
#homepage .testemunhos .holder_testemunhos {
    margin-top: 80px;
}
#homepage .testemunhos .holder_testemunhos .owl-nav{
    position: relative;
    margin-top: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
}
#homepage .testemunhos .holder_testemunhos .single_testemunho{
    padding: 0 10px;
}
#homepage .testemunhos .holder_testemunhos .single_testemunho .holder_testemunho{
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
}
#homepage .testemunhos .holder_testemunhos .single_testemunho .holder_testemunho .imagem{
    width: 40%;
    position: relative;
    padding-bottom: 40%;
    min-height: 30%;
}
#homepage .testemunhos .holder_testemunhos .single_testemunho .holder_testemunho .imagem img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
#homepage .testemunhos .holder_testemunhos .single_testemunho .holder_testemunho .info{
    width: 60%;
    padding: 35px 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #93A2AD;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
#homepage .testemunhos .holder_testemunhos .single_testemunho .holder_testemunho .info a{
    color: inherit;
}
#homepage .testemunhos .holder_testemunhos .single_testemunho .holder_testemunho .info h4{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #7EB6FF;
    margin-top: 20px;
    width: 100%;
}
@media screen and (max-width: 1500px){

    .holder_colunas .holder_infos .single_info h3 {
        font-size: 14px;
        max-width: 165px;
    }
    .holder_ctas .single_cta .holder_single_cta .nome h3{
        font-size: 30px;
    }

    .holder_ctas .single_cta .holder_single_cta .nome svg {
        width: 40px;
        height: auto;
    }
}

@media screen and (max-width: 1400px){
    .holder_colunas .info h1,
    .holder_colunas .info h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .holder_ctas .single_cta .holder_single_cta .nome h3{
        font-size: 28px;
    }
}
@media screen and (max-width: 1200px){
    .holder_colunas .info {
        padding-right: 20px;
    }
    .holder_colunas .info h1,
    .holder_colunas .info h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .holder_ctas .single_cta .holder_single_cta .nome h3{
        font-size: 26px;
    }
}
@media screen and (max-width: 992px){
    .holder_colunas{
        margin: 0;
    }
    .holder_colunas .coluna {
        width: 100%;
    }
    .holder_colunas .coluna .info{
        padding: 0;
        text-align: center;
    }
    .holder_colunas .coluna .imagem{
        margin-top: 40px;
    }
    .holder_colunas .info h1,
    .holder_colunas .info h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .holder_ctas {
        margin: 0 -5px;
    }
    .holder_ctas .single_cta {
        padding: 0 5px;
    }
    .holder_ctas .single_cta .holder_single_cta {
        padding: 10px;
    }
    .holder_ctas .single_cta .holder_single_cta .nome h3 {
        font-size: 24px;
    }
    .holder_ctas .single_cta .holder_single_cta .nome svg {
        width: 30px;
        height: auto;
    }

    #homepage .testemunhos .icon {
        top: 8%;
        right: -1%;
    }
}
@media screen and (max-width: 767px){
    .holder_colunas .info h1,
    .holder_colunas .info h2 {
        font-size: 24px;
        line-height: 30px;
    }

    #homepage .holder_colunas .info h2 {
        padding-right: 31px;
    }

    .page_intro{
        padding-bottom: 0;
    }
    .banner .icon.estrela {
        bottom: 41%;
    }
    .banner .icon.coracao {
        bottom: 3%;
    }
    .banner .icon.flor {
        bottom: -24%;
    }

    .holder_ctas {
        margin: 0;
    }
    .holder_ctas .single_cta {
        padding: 10px 0;
        max-width: 100%;
        width: 400px;
        margin: 0 auto;
    }
    .holder_cta_reserva {
        padding: 40px 0;
    }
    #homepage .testemunhos {
        padding-bottom: 0;
    }
    #homepage .testemunhos .holder_testemunhos .single_testemunho .holder_testemunho .imagem {
        width: 40%;
        position: relative;
        min-height: unset;
    }

    #homepage .testemunhos .holder_testemunhos .single_testemunho .holder_testemunho .info {
        padding: 15px 10px;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }

    #homepage .testemunhos .holder_testemunhos .single_testemunho .holder_testemunho .info h4 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 15px;
    }

    #homepage .testemunhos .holder_testemunhos .owl-nav {
        margin-top: 30px;
    }
}

/*==================================================================================================*/
/*PRODUTOS*/
/*==================================================================================================*/

#produtos,
#produto{
    
    .holder_zona_produtos .listagem-prods {
        display: flex;
        gap: 10px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .holder_zona_produtos .listagem-prods .bloco-produto{
        width: Calc(100% / 3 - 15px );
        border: 1px solid;
        border-radius: 20px;
        padding: 15px 20px;
        text-align: center;
        position: relative;
        overflow: hidden;

        a{
            text-decoration: none;
        }
    }

    .holder_zona_produtos .listagem-prods .bloco-produto .preco-label{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 140px;
        height: 120px;
        border-radius: 80px 0px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
    }

    .holder_zona_produtos .listagem-prods .bloco-produto h2{
        font-family: 'Gluten', cursive;
        font-size: 32px;
        line-height: 20px;
        margin: 20px 0;
    }

    .holder_zona_produtos .listagem-prods .bloco-produto .img{
        border-radius: 20px;
        border: 1px solid;
        overflow: hidden;
    }

    .holder_zona_produtos .listagem-prods .bloco-produto .img img{
        max-width: 100%;
        width: 440px;
        height: 485px;
        object-fit: cover;
    }


    @media screen and (max-width: 1399px) {

        .holder_zona_produtos .listagem-prods .bloco-produto .img img{
            height: 355px;
        }

    }

    @media screen and (max-width: 991px) {

        .holder_zona_produtos .listagem-prods .bloco-produto{
            width: Calc(100% / 2 - 15px );
        }

    }

    @media screen and (max-width: 650px) {

        .holder_zona_produtos .listagem-prods .bloco-produto{
            width: Calc(100% / 1 - 15px );
        }

        .holder_zona_produtos .listagem-prods .bloco-produto .img img{
            width: 540px;
        }

    }

}


/*==================================================================================================*/
/*PRODUTO*/
/*==================================================================================================*/

#produto{

    .holder_zona_produtos{

        a{
            text-decoration: none;
        }

        .listagem-prods{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 20px;

            .btn-produto{
                color: #7EB6FF;
                background: transparent;
                border: 1px solid #7EB6FF;

                text-decoration: none;
                display: flex;
                justify-content: center;
                align-items: center;
                white-space: nowrap;
                padding: 10px 14px;

                border-radius: 50px;
                font-weight: 700;
                font-size: 16px;
                line-height: 20px;
                transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;

                &:hover{
                    color: #fff;
                    background: #7EB6FF;
                    border: 1px solid #7EB6FF;
                }

                &.active{
                    color: #FFF7E8;
                    background: #7EB6FF;
                    border: 1px solid #7EB6FF;
                }
            }
        }
    }

    .holder_slider_imagens{
        padding-top: 80px;
        position: relative;

        .nuvem_1{
            position: absolute;
            top: 200px;
            left: -110px;
            z-index: 11;
        }

        .nuvem_2{
            position: absolute;
            top: 330px;
            right: -55px;
            z-index: 11;
        }

        .helper_slider_imagens{
            width: 730px;
            height: 700px;
            margin: 0 auto;
            position: relative;

            .slider_produto{
                height: 100%;

                .owl-stage-outer,.owl-stage,.owl-item,.slide-imagem{
                    height: 100%;
                }


                .slide-imagem{
                    overflow: hidden;
                    border-radius: 50%;
                }

                .slide-imagem img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

                .owl-nav{
                    position: absolute;
                    left: -50px;
                    bottom: 240px;
                    z-index: 10;
                    width: Calc(100% + 100px);

                    .owl-prev{
                        float: left;
                    }

                    .owl-next{
                        float: right;
                    }

                }
            }
        }
    }

    .holder_content{
        background-image: url(/site/imagens/nuvens.png);
        background-size: auto 100%;
        background-repeat: no-repeat;
        min-height: 500px;
        background-position: top center;
        margin-top: -230px;
        position: relative;
        z-index: 9;
        padding-bottom: 170px;

        .medidas{
            text-align: center;
            position: absolute;
            top: 60px;
            width: 220px;
            left: Calc(50% - 450px);

            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
            color: #7EB6FF;

            .img-label{
                margin-bottom: 15px;
            }

        }

        .main-content{
            /*position: absolute;*/
            position: relative;
            top: 120px;
            width: 450px;
            left: Calc(50% - 195px);
            z-index: 1;
            text-align: center;

            h1{
                max-width: 220px;
                margin: 0 auto 25px;

                font-family: 'Gluten';
                font-weight: 700;
                font-size: 36px;
                line-height: 44px;
            }

            button{
                color: #fff;
                background: #7EB6FF;
                border: 1px solid #7EB6FF;

                text-decoration: none;
                padding: 10px 14px;

                border-radius: 50px;
                font-weight: 700;
                font-size: 16px;
                line-height: 20px;
                transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;

                &:hover{
                    color: #7EB6FF;
                    background: transparent;
                }

            }
        }

        .preco{
            text-align: center;
            position: absolute;
            top: 70px;
            width: 220px;
            left: Calc(50% + 190px);

            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
            color: #7EB6FF;

            .img-label{
                margin-bottom: 15px;
            }

        }

    }

    .bloco-content{
        background-color: #fff;
        margin-top: -70px;
        padding-top: 80px;
        padding-bottom: 80px;

        .content {
            table {
                border: 0;
                display: block;

                tr {
                    display: flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    gap: 12px;
                    justify-content: center;
                    margin-bottom: 12px;

                    td {
                        flex: 1;
                        border: 1px solid #7EB6FF;
                        border-radius: 20px;
                        padding: 20px;
                    }
                }
            }
        }

        .content-atividade {
            table {
                border: 0;
                display: block;

                tr {
                    display: flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    justify-content: center;
                    margin-bottom: 35px;

                    td {
                        flex: 1;
                        border-left: 1px solid #A9CAF5;
                        border-right: 1px solid #A9CAF5;
                        padding: 20px;

                        font-weight: 400;
                        font-size: 16px;
                        line-height: 23px;
                        color: #93A2AD;

                        b, strong{
                            color: #A9CAF5;
                            font-family: 'Gluten';
                            font-weight: 700;
                            font-size: 26px;
                            line-height: 34px;
                        }
                    }

                    td:first-child{
                        border-left: none;
                    }

                    td:last-child{
                        border-right: none;
                    }

                }
            }
        }

    }

}

@media screen and (max-width: 991px) {

    #produto {
        .holder_slider_imagens {

            .helper_slider_imagens {
                height: 600px;
                max-width: Calc(100% - 100px);
            }

            .nuvem_2 {
                top: 210px;
            }

        }

        .holder_content {
            height: 380px;

            .medidas {
                top: 30px;
                width: 190px;
                left: Calc(50% - 350px);
                font-size: 13px;
                line-height: 20px;
            }

            .main-content {
                top: 70px;
                width: 300px;
                left: Calc(50% - 125px);

                h1 {
                    max-width: 220px;
                    font-size: 27px;
                    line-height: 30px;
                }

                .desc{
                    font-size: 12px;
                    line-height: 1.2;
                }

            }

            .preco {
                top: 45px;
                width: 150px;
                left: Calc(50% + 150px);
                font-size: 12px;
                line-height: 20px;
            }

        }

        .bloco-content{
            .content {
                table {
                    tr {
                        flex-wrap: wrap;

                        td {
                            width: Calc(100% / 2 - 6px);
                            flex: auto;
                        }
                    }
                }
            }

            .content-atividade {
                table {
                    tr {
                        flex-wrap: wrap;

                        td {
                            width: Calc(100% / 2 - 6px);
                            flex: auto;
                            padding: 30px 20px;
                        }

                        td:nth-child(odd){
                            border-left: none;
                        }

                        td:nth-child(even){
                            border-right: none;
                        }

                    }
                }
            }

        }

    }

}

@media screen and (max-width: 700px) {

    #produto {

        & .holder_content {

            .helper_content {
                position: absolute;
                top: 70px;
                width: 300px;
                left: Calc(50% - 125px);

                .medidas {
                    position: relative;
                    top: unset;
                    left: unset;
                    margin-top: 25px;
                    width: 100%;
                    margin-bottom: 25px;
                }

                .main-content {
                    position: relative;
                    top: unset;
                    left: unset;
                }

                .preco {
                    position: relative;
                    top: unset;
                    left: unset;
                    width: 100%;


                }

            }

        }


        .bloco-content{
            background-color: #fff;
            margin-top: -60px;
            padding-top: 260px;
        }

    }

}

@media screen and (max-width: 550px) {

    #produto {

        .bloco-content{

            .content {
                table {
                    tr {
                        td {
                            width: Calc( 100% / 1 );
                        }
                    }
                }
            }

            .content-atividade {
                table {
                    tr {
                        td {
                            width: Calc( 100% / 1 );
                            border: none;
                        }
                    }
                }
            }

        }

    }

}

/*==================================================================================================*/
/*CONTACTOS*/
/*==================================================================================================*/

.lista_contactos{

}
.lista_contactos .single_contacto{
    display: flex;
    padding: 20px 0;
    align-items: center;
}
.lista_contactos .single_contacto .icon{
    width: 35px;
}
.lista_contactos .single_contacto .icon img{
    max-width: 100%;
}
.lista_contactos .single_contacto .info{
    width: Calc(100% - 35px);
    padding-left: 20px;
    text-align: left;
}

#contactos .holder_colunas{
    align-items: flex-start;
}

#contactos .redes_sociais{
    margin-top: 40px;
    gap: 15px;
}
#contactos .redes_sociais .single_rede span{
    width: 55px;
    height: 55px;
    font-size: 30px;
}

#contactos .redes_sociais .single_rede span{
    width: 55px;
    height: 55px;
    font-size: 30px;
}

#contactos form .form-control{
    margin-bottom: 20px;
    font-weight: 400;
    color: #7EB6FF;
    padding: 30px;
    border: 1px solid #7EB6FF;
    border-radius: 20px;
    outline: none;
    /*background: #FFF7E8;*/
    background: transparent;
}

.select2-container--default .select2-selection--multiple{
    padding: 30px;
    border: 1px solid #7EB6FF;
    border-radius: 20px;
    font-weight: 400;
    color: #7EB6FF;
    background: transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #7EB6FF;
    border: 1px solid #7EB6FF;
    color: #fff;
    padding: 3px 10px;
}

#contactos label{
    margin-bottom: 10px;
    color: #6a6a67;
}

.form-control:focus {
    border-color: #7EB6FF;
    outline: 0;
    box-shadow: none;
}

@media screen and (max-width: 992px) {

    #contactos .holder_colunas .coluna:last-child{
        margin-top: 40px;
    }

}

/*==================================================================================================*/
/*SOBRE NÓS*/
/*==================================================================================================*/
#sobre-nos .sobre_nos{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #7EB6FF;
    max-width: 992px;
    margin: 0 auto;
    position: relative;
}

#sobre-nos .sobre_nos h2{
    margin: 40px 0;
}

#sobre-nos .sobre_nos .icon{
    position: absolute;
    z-index: 2;
    max-width: 10%;
    width: 100px;
}

#sobre-nos .sobre_nos .icon svg{
    width: 100%;
    height: auto;
}
#sobre-nos .sobre_nos .icon.estrela{
    left: -6%;
    top: 14%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

#sobre-nos .sobre_nos .icon.coracao{
    right: -5%;
    bottom: 7%;
    transform: rotate(11deg) translate(50%, 50%);
    -moz-transform: rotate(11deg) translate(50%, 50%);
    -webkit-transform: rotate(11deg) translate(50%, 50%);
}

@media screen and (max-width: 1400px) {
    #sobre-nos .sobre_nos .icon.estrela {
        left: -1%;
        top: 10%;
    }

    #sobre-nos .sobre_nos .icon{
        max-width: 7%;
    }
}
@media screen and (max-width: 992px) {
    #sobre-nos .sobre_nos .icon.estrela {
        left: 5%;
        top: 10%;
    }
    #sobre-nos .sobre_nos .icon.coracao {
        right: unset;
        bottom: unset;
        transform: rotate(11deg);
        -moz-transform: rotate(11deg);
        -webkit-transform: rotate(11deg);
        position: relative;
        margin-left: auto;
    }
}
/*==================================================================================================*/
/*TESTEMUNHOS*/
/*==================================================================================================*/
#testemunhos .testemunhos .holder_testemunhos{
    margin: auto;
    columns: 3;
    column-gap: 10px;
}
#testemunhos .testemunhos .holder_testemunhos .single_testemunho {
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
}
#testemunhos .testemunhos .holder_testemunhos .single_testemunho .holder_testemunho {
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
}
#testemunhos .testemunhos .holder_testemunhos .single_testemunho .holder_testemunho .info {
    padding: 35px 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #93A2AD;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
#testemunhos .testemunhos .holder_testemunhos .single_testemunho .holder_testemunho .info a{
    color: inherit;
}
#testemunhos .testemunhos .holder_testemunhos .single_testemunho .holder_testemunho .info h4{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #7EB6FF;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 0;
}
#testemunhos .testemunhos .holder_testemunhos .single_testemunho .holder_testemunho .imagem{
    border-radius: 20px;
    overflow: hidden;
}
#testemunhos .testemunhos .holder_testemunhos .single_testemunho .holder_testemunho .imagem img{
    width: 100%;
}
#testemunhos .holder_colunas .icon{
    position: absolute;
    z-index: 2;
    max-width: 7%;
    width: 100px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
#testemunhos .holder_colunas .icon svg{
    width: 100%;
    height: auto;
}
#testemunhos .holder_colunas .flor{
    z-index: -1;
    top: 20%;
    left: 40%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
#testemunhos .holder_colunas .quadrado{
    z-index: -1;
    bottom: 10%;
    left: 20%;
    transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}
#testemunhos .holder_colunas .imagem .icon{
    max-width: 15%;
    width: 100px;
}
#testemunhos .holder_colunas .imagem .coracao{
    right: 0;
    left: unset;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: unset;
    bottom: 0;
}

@media screen and (max-width: 992px) {
    #testemunhos .holder_colunas .icon{
        max-width: 10%;
    }
    #testemunhos .holder_colunas .flor {
        top: 15%;
        left: 6%;
    }
    #testemunhos .testemunhos .holder_testemunhos {
        columns: 2;
    }
}

@media screen and (max-width: 767px) {

    #testemunhos .testemunhos .holder_testemunhos {
        columns: 1;
    }
    #testemunhos .testemunhos .holder_testemunhos .single_testemunho .holder_testemunho .info {
        padding: 15px 10px;
        font-size: 14px;
        line-height: 18px;
    }
    #testemunhos .testemunhos .holder_testemunhos .single_testemunho .holder_testemunho .info h4{
        font-size: 14px;
        line-height: 18px;
    }
}
/*==================================================================================================*/
/*BLOG*/
/*==================================================================================================*/
.pagina_noticias{

}

.pagina_noticias .listagem_noticias .paginacao{

}

.pagina_noticias .listagem_noticias .paginacao .single_pag{
    display: inline-block;
    cursor: pointer;
    padding: 10px;
}

.pagina_noticias .listagem_noticias .paginacao .single_pag.active{
    font-weight: 600;
}

.pagina_noticias .listagem_noticias .lista_noticias{
    display: flex;
    flex-wrap: wrap;
}
.pagina_noticias .listagem_noticias .single_noticia{
    width: Calc(100% / 3);
}

.pagina_noticias .listagem_noticias .single_noticia .imagem img{
    width: 100%;
}
.pagina_noticias #load-noticias-blog.display_none{
    display: none !important;
}
.pagina_noticias .noticias-loading-blog{
    display: none;
}

/*==================================================================================================*/
/*FAQS*/
/*==================================================================================================*/

#perguntas-frequentes .holder_colunas .icon.estrela{
    left: 35%;
    position: absolute;
    z-index: -1;
    max-width: 7%;
    width: 100px;
    transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    bottom: 6%;

}
#perguntas-frequentes .holder_colunas .icon.estrela svg{
    width: 100%;
    height: auto;
}
#perguntas-frequentes .holder_colunas .imagem .icon.quadrado{
    bottom: unset;
    left: 5%;
    top: 0;
}
.faqs{

}

.faqs .holder_faqs{
    margin: 0 auto;
}

.faqs .holder_faqs .single_faq{
    border: 1px solid #7EB6FF;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 25px 30px;
}

.faqs .holder_faqs .pergunta{
    cursor: pointer;
}

.faqs .holder_faqs .pergunta .cabecalho h2{
    text-align: left;
    margin: 0;
    font-family: 'Gluten', cursive;
    font-style: normal;
    font-weight: 700;
    color: #7EB6FF;
}


.faqs .holder_faqs .pergunta .cabecalho{
    position: relative;
    padding-right: 45px;
}

.faqs .holder_faqs .pergunta .cabecalho span{
    position: absolute;
    top: -3px;
    /* left: 0; */
    font-size: 26px;
    right: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}


.faqs .holder_faqs .pergunta.open .cabecalho span{
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.faqs .holder_faqs .resposta p,
.faqs .holder_faqs .resposta {
    margin: 0;
    padding-top: 20px;
}
.faqs .holder_faqs .resposta {
    display: none;
}
.faqs .holder_faqs .single_faq:last-child{
    margin-bottom: 0;
}

@media screen and (max-width: 1400px){

}

@media screen and (max-width: 992px){
    .faqs .holder_faqs .single_faq {
        padding: 15px 10px;
    }
    .faqs .holder_faqs .pergunta .cabecalho span svg{
        width: 30px;
        height: auto;
    }


    #perguntas-frequentes .holder_colunas .icon.estrela{
        max-width: 15%;
        z-index: 2;
    }
}

@media screen and (max-width: 767px){
    .faqs .holder_faqs .pergunta .cabecalho h2 {
        font-size: 21px;
        line-height: 26px;
    }
}
/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/


.footer{
    position: relative;
    width: 100%;
    background: #fff;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 300;
}

.footer,
.footer p,
.footer label,
.footer a{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #93A2AD;
    text-decoration: none;
}
.footer h4{
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.204545px;
    color: #7EB6FF;
    margin-bottom: 15px;
}
.footer .holder_footer{
    display: flex;
    flex-wrap: wrap;
}
.footer .holder_footer .logo{
    width: 250px;
}
.footer .holder_footer .logo img{
    width: 100%;
}
.footer .holder_footer .info_footer{
    width: Calc(100% - 250px);
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer .holder_footer .info_footer{
    width: Calc(100% - 250px);
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer .holder_footer .info_footer .coluna{
    width: Calc(100% / 4);
}

.footer .lista_contactos .single_contacto{
    padding: 10px 0;
}
.footer .lista_contactos .single_contacto .icon{
    width: 20px;
}
.footer .lista_contactos .single_contacto .info{
    width: Calc(100% - 20px);
    padding-left: 10px;
}

.footer .menus ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .menus ul li{
    padding: 10px 0;
}

.redes_sociais{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.redes_sociais .single_rede a{
    text-decoration: none;
}
.redes_sociais .single_rede span{
    width: 35px;
    height: 35px;
    display: flex;
    background: #7EB6FF;
    border: 1px solid #7EB6FF;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.redes_sociais .single_rede a:hover{
    text-decoration: none;
}
.redes_sociais .single_rede a:hover span{
    background: transparent;
    border: 1px solid #7EB6FF;
    color: #7EB6FF;

}
.lower_footer {
    border-top: 1px solid rgba(30, 40, 51, 0.0671438);
    padding: 30px 0;
    background: #fff;
    text-align: center;
    position: relative;
}

.lower_footer hr {
    margin-top: 0;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #979797;
}

.lower_footer,
.lower_footer p,
.lower_footer a{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.204545px;
    color: rgb(147 162 173 / 50%);
    text-decoration: none;
}

.footer a:hover,
.lower_footer a:hover{
    text-decoration: underline;
}

#newsletter_response{
    font-size: 13px;
}

@media screen and (max-width: 1500px) {
    .footer .holder_footer .info_footer {
        padding-left: 125px;
    }
    .footer .holder_footer .info_footer .coluna{
        width: Calc(100% / 3);
    }
}
@media screen and (max-width: 1400px) {
    .footer .holder_footer .info_footer {
        padding-left: 80px;
    }
    .footer, .footer p, .footer label, .footer a {
        font-size: 14px;
        line-height: 17px;
    }
}

@media screen and (max-width: 1200px) {
    .footer .holder_footer .logo {
        width: 150px;
    }
    .footer .holder_footer .info_footer {
        padding-left: 80px;
        width: Calc(100% - 150px);
    }
    .footer, .footer p, .footer label, .footer a {
        font-size: 14px;
        line-height: 17px;
    }
}

@media screen and (max-width: 992px) {
    .footer .holder_footer .logo {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .footer .holder_footer .logo img{
        width: 200px;
    }
    .footer .holder_footer .info_footer {
        padding-left: 0;
        width: 100%;
    }
    .footer .holder_footer .info_footer .coluna {
        width: 50%;
    }
    .footer .holder_footer .info_footer .coluna:last-child {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .footer .holder_footer .info_footer .redes_sociais {
        justify-content: center;
    }
}

@media screen and (max-width: 567px) {
    .footer h4 {
        font-size: 15px;
        line-height: 19px;
    }
    .footer, .footer p, .footer label, .footer a {
        font-size: 12px;
        line-height: 15px;
    }
}

@media screen and (max-width: 430px) {
    .lista_contactos .single_contacto {
        justify-content: center;
    }
    .footer .holder_footer .logo {
        margin-bottom: 0;
    }
    .footer .lista_contactos .single_contacto .info {
        width: auto;
    }
    .footer .holder_footer .info_footer{
        text-align: center;
    }
    .footer .holder_footer .info_footer .coluna {
        width: 100%;
        margin-top: 30px;
    }
}


#politicas h2{
    font-family: 'Gluten', cursive;
    font-style: normal;
    font-weight: 700;
}
#politicas{
}
.politica_privacidade table{
    max-width: 100% !important;
    border: none !important;
}

.politica_privacidade table tr td{
    width: Calc(100% / 3) !important;
    padding: 5px 10px;
    border: none !important;
}
.politica_privacidade table tr th{
    background: #c6c5c5;
    padding: 5px 10px;
}