@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;600;800;900&display=swap');
 
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body,
html {
    height: 100%;
    font-family: Roboto Slab, sans-serif;
    font-weight: 400;
}
a {
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
a:focus {
    outline: none !important;
}
a:hover {
    text-decoration: none;
    color: #292929;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}
p {
    font-family: Roboto Slab;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
    color: #7b7b7b;
    margin: 0px;
}
ul,
li {
    margin: 0px;
   
}
input {
    outline: none;
    border: none !important;
}
textarea {
    outline: none;
}
textarea:focus,
input:focus {
    border-color: transparent !important;
    box-shadow: 0 0 0px 2px #292929;
    -moz-box-shadow: 0 0 0px 2px #292929;
    -webkit-box-shadow: 0 0 0px 2px #292929;
    -o-box-shadow: 0 0 0px 2px #292929;
    -ms-box-shadow: 0 0 0px 2px #292929;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
input:focus:-ms-input-placeholder {
    color: transparent;
}
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
textarea:focus:-moz-placeholder {
    color: transparent;
}
textarea:focus::-moz-placeholder {
    color: transparent;
}
textarea:focus:-ms-input-placeholder {
    color: transparent;
}
input::-webkit-input-placeholder {
    color: #aaa;
}
input:-moz-placeholder {
    color: #aaa;
}
input::-moz-placeholder {
    color: #aaa;
}
input:-ms-input-placeholder {
    color: #aaa;
}
textarea::-webkit-input-placeholder {
    color: #aaa;
}
textarea:-moz-placeholder {
    color: #aaa;
}
textarea::-moz-placeholder {
    color: #aaa;
}
textarea:-ms-input-placeholder {
    color: #aaa;
}
button {
    outline: none !important;
    border: none;
    background: transparent;
}
button:hover {
    cursor: pointer;
}
iframe {
    border: none !important;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
.container {
    max-width: 1200px;
}
.slick-slide {
    outline: none !important;
}
.imgparceiros {
    object-fit: cover !important;
    object-position: center !important;
    height: 120px;
}
.estruturaamarela {
    background-color: #ffc21c;
    padding: 60px !important;
    margin-top: -150px;
}
.fundoamarelobichos {
    background-image: url(../gerenciador/plugins/images/fundoamarelo.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    margin-top: 150px;
}
.fundocinza{
    background-color: #f1f1f1;
}
.fundobranco {
    background-image: url(../gerenciador/plugins/images/fundobranco.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0px;
}
.fundorosa {
    background-color: #ffe6e296;
}
.iconeshome {
    border-radius: 50%;
    padding: 20px;
}
.cor1 {
    background-color: #6483f6;
}
.cor2 {
    background-color: #7ac143;
}
.cor3 {
    background-color: #ff6319;
}
.cor4 {
    background-color: #f07867;
}
.cor5 {
    background-color: #bd10e0;
}
.cor6 {
    background-color: #2754ba;
}
.cor7 {
    background-color: #face55;
}
.cor8 {
    background-color: #d0021b;
}
.cor9 {
    background-color: #d55fc3;
}
.nomedepoimentos {
    color: #fff;
    font-family: Roboto Slab;
    margin-bottom: 0px;
}
.fundoamarelocirculos {
    background-image: url(../gerenciador/plugins/images/fundoamarelocirculos.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}
.animsition-loading-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cp-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}
.cp-meter {
    border-radius: 50%;
    border-top: solid 6px #292929;
    border-right: solid 6px #292929;
    border-bottom: solid 6px #292929;
    border-left: solid 6px #292929;
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box;
}
.cp-meter:before {
    border-radius: 3px;
    content: " ";
    width: 6px;
    height: 12px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #292929;
    position: absolute;
    top: 5px;
    left: 16px;
    transform-origin: center bottom;
    animation: cp-meter-animate-before 1s linear infinite;
}
@keyframes cp-meter-animate-before {
    0% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(315deg);
    }
}
.btn-back-to-top {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 40px;
    right: 40px;
    background-color: black;
    opacity: 0.5;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 4px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.symbol-btn-back-to-top {
    font-size: 22px;
    color: white;
    line-height: 1em;
}
.btn-back-to-top:hover {
    opacity: 1;
    cursor: pointer;
}
@media (max-width: 576px) {
    .btn-back-to-top {
        bottom: 15px;
        right: 15px;
    }
}
td.active {
    background-color: #292929 !important;
}
input[type="date" i] {
    padding: 14px;
}
.table-condensed td,
.table-condensed th {
    font-size: 14px;
    font-family: Roboto Slab;
    font-weight: 400;
}
.daterangepicker {
    width: 339px;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
    border: none;
    margin-top: 10px;
}
.daterangepicker .calendar {
    max-width: inherit;
}
.daterangepicker thead tr th {
    padding: 10px 0;
}
.daterangepicker .table-condensed th select {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
    padding: 5px;
}
.daterangepicker td {
    width: 60px;
    height: 35px;
}
.select2-container {
    display: block;
    max-width: 100%;
    width: auto !important;
}
.select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    background-color: white;
    border: 0px solid transparent;
    border-radius: 10px !important;
    height: 46px;
    outline: none;
}
.select2-container--focus {
    border-radius: 10px;
    box-shadow: 0 0 0px 2px #292929;
    -moz-box-shadow: 0 0 0px 2px #292929;
    -webkit-box-shadow: 0 0 0px 2px #292929;
    -o-box-shadow: 0 0 0px 2px #292929;
    -ms-box-shadow: 0 0 0px 2px #292929;
}
.select2-container--focus .select2-selection--single {
    border-color: transparent;
}
.select2-container--below.select2-container--open {
    border-radius: 10px;
    box-shadow: 0 0 0px 2px #292929;
    -moz-box-shadow: 0 0 0px 2px #292929;
    -webkit-box-shadow: 0 0 0px 2px #292929;
    -o-box-shadow: 0 0 0px 2px #292929;
    -ms-box-shadow: 0 0 0px 2px #292929;
}
.select2-container--below.select2-container--open .select2-selection--single {
    border-color: transparent;
}
.select2-container--above.select2-container--open {
    border-radius: 10px;
    box-shadow: 0 0 0px 2px #292929;
    -moz-box-shadow: 0 0 0px 2px #292929;
    -webkit-box-shadow: 0 0 0px 2px #292929;
    -o-box-shadow: 0 0 0px 2px #292929;
    -ms-box-shadow: 0 0 0px 2px #292929;
}
.select2-container--above.select2-container--open .select2-selection--single {
    border-color: transparent;
}
.select2-selection__rendered {
    font-size: 14px;
    font-family: Roboto Slab;
    font-weight: 400;
    color: #666 !important;
    padding-left: 20px !important;
}
.select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 12px !important;
}
.select2-dropdown {
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
    margin-top: 7px;
}
.select2-dropdown--above {
    top: -2px;
}
.select2-dropdown--below {
    top: 2px;
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #292929;
    color: #fff;
}
.select2-results__options {
    font-size: 14px;
    font-family: Roboto Slab;
    font-weight: 400;
    color: #666 !important;
}
.select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
    outline: none;
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 14px;
    color: #666;
}
.select2-search--dropdown .select2-search__field:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.wrap-menu-header {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0; 
    left: 0;
    z-index: 100;
 height: 100px;
  
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.wrap_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
}
.header-fixed .wrap-menu-header {
    position: fixed;
    height: 100px;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.logo {
    height: 50px;
}
.logo > a {
    display: block;
    height: 100%;
}
.logo > a > img {
        width: 160px;
    height: auto;
    vertical-align: middle;
}
.wrap_menu {
    height: 100%;
}
.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.main_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_menu li {
    display: block;
    position: relative;
}
.main_menu > li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
.main_menu > li > a {
    font-family: Roboto Slab;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    padding: 15px 5px;
}
.areapais {
    text-transform: initial;
}
.header-fixed .main_menu > li > a {
    color: #000;
}
.main_menu > li:hover > a {
    color: #292929;
    text-decoration: none;
}
.sub_menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 225px;
    background-color: white;
    transform-origin: top left;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.34;
}
.main_menu > li > .sub_menu {
    top: 100%;
    left: 0;
    position: absolute;
}
.main_menu > li:hover .sub_menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.sub_menu li:hover > .sub_menu {
    display: block;
}
.sub_menu li {
    background-color: #f2f2f2;
    border-top: 1px solid #e0e0e0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.sub_menu li:hover {
    background-color: white;
}
.sub_menu li,
.sub_menu a {
    padding: 10px;
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 14px;
    color: #808080;
}
.sub_menu > li:hover > a {
    color: #555;
    text-decoration: none;
}
.social a {
    font-size: 15px;
    color: #333;
}
.corrosa {
    color: #f07867;
}
.bordarosa {
    border: #f07867 solid 1px !important;
}
.corbranco {
    color: #f2b05a;
}
.bordabranco {
    border: #f2b05a solid 1px !important;
}
.iconbotao {
    height: 20px;
    margin-top: -5px;
    width: auto;
}
.header-fixed .social a {
    color: #333;
}
.social a:hover {
    color: #292929;
}
.btn-show-sidebar {
    width: 26px;
    height: 15px;
       border-top: 2px solid #f2b05a;
    border-bottom: 2px solid #f2b05a;
}
.header-fixed .btn-show-sidebar {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}
.btn-show-sidebar:hover {
    border-top: 2px solid #292929;
    border-bottom: 2px solid #292929;
}
@media (max-width: 1200px) {
    .main_menu > li {
        margin-left: 4px;
        margin-right: 4px;
    }
    .social {
        padding-right: 0px;
    }
    .logo {
        height: 45px;
    }
}
@media (max-width: 992px) {
    .wrap_menu {
        display: none;
    }
    img.img-fluid.imgflutuante {
    margin-top: 0px!important;
}
    .centermobile {
        text-align: center !important;
        justify-content: center !important;
    }
    .section-slide {
        margin-top: 80px;
    }
    .mt200 {
        margin-top: 0px !important;
    }
     .mt150 {
        margin-top: 0px !important;
    }
    .wrap-menu-header {
        background-color: #fff;
    }
    .AjusteImagemHome {
        height: 75px !important;
    }
    .item-gallery-sidebar {
        width: calc((100% - 20px) / 2) !important;
    }
    .wrap-text-welcome.align-self-center.centermobile {
        margin-bottom: 40px !important;
    }
    .mt-100 {
        margin-top: 50px !important;
    }
    section.fundoamarelocirculos {
        padding-top: 40px !important;
    }
    section.fundobranco {
        padding-bottom: 100px !important;
    }
    .inlinemobile {
        display: inline-grid;
        margin-top: 20px;
    }
    .wrap_header {
        height: 100px;
    }
}
.sidebar {
    position: fixed;
    z-index: 1200;
    width: 390px;
    height: 100%;
    overflow: auto;
    background-color: white;
    top: 0;
    right: -390px;
}
@media (max-width: 576px) {
    .sidebar {
        width: 300px;
    }
}
.show-sidebar {
    right: 0px;
}
.btn-hide-sidebar {
    position: absolute;
    font-size: 20px;
    color: #111;
    padding: 10px;
    top: 20px;
    right: 20px;
}
.overlay-sidebar {
    position: fixed;
    z-index: 1150;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
}
.show-overlay-sidebar {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.65);
}
.AjusteImagemHome {
    width: 100%;
    display: block;
    max-width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}
.item-gallery-sidebar {
    display: block;
    position: relative;
    width: calc((100% - 40px) / 4);
    margin: 5px;
}
.blo1 {
    background-color: #fff;
    padding: 30px;
    box-shadow: 20px 80px 60px #3728001f;
    border: 1px solid #fffde8;
    border-radius: 8px;
    opacity: 1;
}
.mt-100 {
    margin-top: 100px;
}
.pt-50 {
    padding-top: 15%;
}
.item-gallery-sidebar::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.item-gallery-sidebar:hover:after {
    background-color: rgba(240, 120, 103, 0.61);
}
@media (max-width: 576px) {
    .wrap_header {
        height: 80px;
    }
    .gallery-sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.wrap-slick1,
.wrap-slick2,
.wrap-slick3 {
    position: relative;
}
.item-slick1,
.item-slick2,
.item-slick3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.item-slick1 {
    height: 100vh;
}
.arrow-slick1,
.arrow-slick2,
.arrow-slick3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 18px;
    color: white;
    position: absolute;
    background-color: black;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: 200;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.wrap-slick1:hover .arrow-slick1,
.wrap-slick2:hover .arrow-slick2,
.wrap-slick3:hover .arrow-slick3 {
    opacity: 0.5;
}
.arrow-slick1:hover,
.arrow-slick2:hover,
.arrow-slick3:hover {
    background-color: #292929;
}
.next-slick1,
.next-slick2,
.next-slick3 {
    right: 50px;
    left: auto;
}
.prev-slick1,
.prev-slick2,
.prev-slick3 {
    left: 50px;
    right: auto;
}
@media (max-width: 576px) {
    .next-slick1 {
        right: 15px;
    }
    .prev-slick1 {
        left: 15px;
    }
}
.wrap-slick1-dots {
    position: absolute;
    width: 100%;
    height: 65px;
    left: 0;
    bottom: 0;
}
.slick1-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.slick1-dots li {
    padding-left: 3px;
    padding-right: 3px;
}
.slick1-dots li button {
    display: block;
    color: transparent;
    background-color: #958e88;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid transparent;
    background-clip: padding-box;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.slick1-dots li button:hover {
    border: 3px solid white;
    background-color: #292929;
}
.slick1-dots li.slick-active button {
    border: 3px solid white;
    background-color: #292929;
}
@media (max-width: 768px) {
    .wrap-content-slide1 .tit1 {
        font-size: 30px;
    }
    .item-slick1 {
        height: 346px !important;
    }
    .wrap-content-slide1 .txt1 {
        font-size: 30px;
    }
}
@media (max-width: 576px) {
    .wrap-content-slide1 .tit1 {
        font-size: 20px;
    }
    .wrap-content-slide1 .txt1 {
        font-size: 18px;
    }
}
.btn1 {
    background: white;
    border-radius: 10px;
}
.btn1:hover {
    background-color: #292929;
    color: white;
}
.btn3 {
    background: #111;
    border-radius: 10px;
}
.btn3:hover {
    background-color: #292929;
    color: white;
}
.btn2 {
    background-color: white;
    border-radius: 10px;
    opacity: 0.9;
}
.btn2:hover {
    background-color: #292929;
    color: white;
}
.header-intro {
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.arrow-slick2 {
    top: 53%;
}
@media (max-width: 576px) {
    .next-slick2 {
        right: 15px;
    }
    .prev-slick2 {
        left: 15px;
    }
}
.wrap-slick2-dots {
    position: absolute;
    width: 100%;
    height: 128px;
    left: 0;
    bottom: 0;
}
.slick2-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.slick2-dots li {
    padding-left: 5px;
    padding-right: 5px;
}
.slick2-dots li button {
    display: block;
    color: transparent;
    background-color: #ccc;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-clip: padding-box;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.slick2-dots li button:hover {
    border: 1px solid #292929;
    background-color: #292929;
}
.slick2-dots li.slick-active button {
    border: 1px solid #292929;
    background-color: #292929;
}
.arrow-slick3 {
    top: 40%;
}
@media (max-width: 576px) {
    .next-slick3 {
        right: 15px;
    }
    .prev-slick3 {
        left: 15px;
    }
}
.wrap-slick3-dots {
    width: 100%;
    height: 128px;
}
.slick3-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.slick3-dots li {
    padding-left: 5px;
    padding-right: 5px;
}
.slick3-dots li button {
    display: block;
    color: transparent;
    background-color: #ccc;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-clip: padding-box;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.slick3-dots li button:hover {
    border: 1px solid #292929;
    background-color: #292929;
}
.slick3-dots li.slick-active button {
    border: 1px solid #292929;
    background-color: #292929;
}
.blo2 {
    border-radius: 10px;
    overflow: hidden;
}
.wrap-pic-blo2 {
    display: block;
    width: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrap-text-blo2 {
    background-color: white;
    width: 50%;
    min-height: 390px;
}
.effect1 {
    background-color: #cf2227;
    opacity: 0.9;
    position: relative;
}
.effect1 .txt-effect1 {
    width: 390px;
    height: 50px;
    transform-origin: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
    -moz-transform: translate(-50%, -50%) rotateZ(90deg);
    -ms-transform: translate(-50%, -50%) rotateZ(90deg);
    -o-transform: translate(-50%, -50%) rotateZ(90deg);
    transform: translate(-50%, -50%) rotateZ(90deg);
}
@media (max-width: 992px) {
    .blo2 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .wrap-pic-blo2 {
        width: 100%;
        height: 390px;
    }
    .wrap-text-blo2 {
        width: 100%;
        min-height: 390px;
    }
    .time-event {
        width: 100%;
        height: auto;
    }
    .effect1 .txt-effect1 {
        width: 100%;
        height: 50px;
        padding: 10px;
        transform-origin: center center;
        position: unset;
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}
@media (max-width: 576px) {
    .blo2 {
        width: 100%;
    }
    .wrap-pic-blo2 {
        width: 100%;
        height: 364px;
    }
}
.section-video {
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-video {
    background-color: rgba(0, 0, 0, 0.5);
}
body {
    padding-right: 0px !important;
}
.modal {
    padding: 0px !important;
    z-index: 1160;
    overflow-x: hidden;
    overflow-y: auto !important;
}
.modal-open {
    overflow-y: scroll;
}
.modal-backdrop {
    background-color: transparent;
}
#modal-video-01 {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1250;
}
#modal-video-01 .modal-dialog {
    max-width: 100% !important;
    height: 100% !important;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
.wrap-video-mo-01 {
    width: 854px;
    height: auto;
    position: relative;
    margin: 15px;
}
.video-mo-01 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}
.video-mo-01 iframe {
    width: 100%;
    height: 100%;
}
.close-mo-video-01 {
    font-size: 50px;
    color: white;
    opacity: 0.6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1250;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
}
.close-mo-video-01:hover {
    cursor: pointer;
    opacity: 1;
}
.time-blog {
    position: absolute;
    left: 14px;
    bottom: 11px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3px 15px;
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 12px;
    color: white;
    border-radius: 4px;
}
.item-gallery-footer {
    display: block;
    position: relative;
    width: calc((100% - 50px) / 4);
    margin-right: 10px;
    margin-bottom: 10px;
}
.item-gallery-footer::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.item-gallery-footer:hover:after {
    background-color: rgba(240, 120, 103, 0.61);
}
.logobridge {
    max-width: 50px;
    padding-bottom: 9px;
}
a:hover {
    color: #292929 !important;
}
.coloramarelo {
        font-weight: 700;
    color: #f2b05a; 
}
.text-right {
    text-align: right;
    display: flex !important;
    justify-content: flex-end;
}
.iconfooter {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bordaamarela {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    border: #face55 solid 1px;
    position: relative;
}
.linhabranca {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #fff;
    opacity: 0.2;
}
.bg-title-page {
    width: 100%;
    min-height: 300px;
    padding-left: 15px;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 576px) {
    .bg-title-page .tit6 {
        font-size: 30px;
    }
}
.line-item-mainmenu {
    flex-grow: 1;
    height: 2px;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-left: 10px;
}
@media (max-width: 576px) {
    .line-item-mainmenu {
        display: none;
    }
    .price-item-mainmenu {
        padding-top: 5px;
    }
    .name-item-mainmenu {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .text-blo3 {
        width: 100%;
    }
}
.label-gallery {
    border-radius: 10px;
    padding: 2px 11px;
    margin: 5px 0;
}
.label-gallery:hover {
    background-color: #111;
    color: white;
}
.is-actived {
    background-color: #111;
    color: white;
}
.wrap-gallery {
    width: 100%;
    box-sizing: border-box;
}
.item-gallery {
    width: calc((100% - 140px) / 3);
    margin: 30px 15px;
    position: relative;
}
.overlay-item-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(3 116 186 / 55%);
    opacity: 0;
}
.overlay-item-gallery:hover {
    opacity: 1;
}
.btn-show-gallery {
    font-size: 18px;
    color: #333;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
}
@media (max-width: 768px) {
    span.caption1-slide1.txt1.t-center.animated.visible-false.m-b-15.m-t-200.fadeInDown.visible-true {
        margin-top: 90px !important;
    }
    .item-gallery {
        width: calc((100% - 110px) / 2);
    }
}
@media (max-width: 576px) {
    .item-gallery {
        width: calc((100% - 30px) / 1);
    }
    .wrap-gallery {
        padding-left: 0;
        padding-right: 0;
    }
}
.item-pagination {
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 13px;
    color: #808080;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    margin: 6px;
}
.item-pagination:hover {
    background-color: #333;
    color: white;
}
.active-pagination {
    background-color: #333;
    color: white;
}
.btn-search-sidebar2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    background-color: #333;
    color: white;
    font-size: 18px;
    box-shadow: 0 0 0px 1px #333;
    -moz-box-shadow: 0 0 0px 1px #333;
    -webkit-box-shadow: 0 0 0px 1px #333;
    -o-box-shadow: 0 0 0px 1px #333;
    -ms-box-shadow: 0 0 0px 1px #333;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.btn-search-sidebar2:hover {
    color: #292929;
}
.input-search-sidebar2 {
    width: 100%;
    height: 100%;
}
.date-blo4 {
    width: 75px;
    height: 82px;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 10px;
    background-color: #292929;
}
#links-fixos {
    padding: 5px;
    position: fixed;
    bottom: 6px;
    text-align: right;
    z-index: 1000;
    width: 100%;
}
.alime-btn.btn-3 {
    color: #292929;
    border-color: #292929;
    min-width: auto !important;
}
.alime-btn.btn-3:hover {
    color: #fff;
}
.alime-btn:focus,
.alime-btn:hover {
    font-weight: 500;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    background-color: #292929;
    color: #fff;
}
.mt-150 {
    margin-top: 150px;
}
.mb-150 {
    margin-bottom: 150px;
}

.iconhome{
	display: block;
    max-width: 100%;
    height: 75px;
    background: #fff;
    object-fit: contain;
    object-position: center;
}

.p_section{
    padding: 80px 0px;
}

.section-review {
    margin-top: -200px;
    padding-top: 160px;
}

.parceiros {
    display: block;
    max-width: 100%;
    height: 100px;
    background: #fff;
    object-fit: contain;
    object-position: center;
}

footer a.fs-15.c-white:hover {
    color: #f2b05a!important;
}

.header-fixed .corbranco {
    color: #000;
}

.mt150 {
    margin-top: 150px;
}

.ml-5 {
    margin-left: 25px!important;
}


.whatsbotao {
    background-color: #25d366;
    color: #fff;
    border-radius: 50%!important;
    padding: 12px!important;
    margin-left: 10px;
}

.widthajuste{
    width: fit-content;
}

.centerforcado{
    justify-content: center!important;
    text-align: center;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #f2b05a;
}

.efeitoimg:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.no-pad{
    padding: 0px!important;
}

img.img-fluid.imgflutuante {
    margin-top: -120px;
}

img.img-pastel {
    float: left;
    width: 80px;
    height: auto;
    margin-right: 10px;
}

p.quemsomosp {
    color: #000;
    font-weight: bold;
}