@font-face {
    font-family: 'KohinoorLatin';
    src: url('KohinoorLatin-Black.woff2') format('woff2'),
        url('KohinoorLatin-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KohinoorLatin';
    src: url('../fonts/KohinoorLatin-Medium.woff2') format('woff2'),
        url('../fonts/KohinoorLatin-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KohinoorLatin-Demi';
    src: url('../fonts/KohinoorLatin-Demi.woff2') format('woff2'),
        url('../fonts/KohinoorLatin-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KohinoorLatin';
    src: url('../fonts/KohinoorLatin-Light.woff2') format('woff2'),
        url('../fonts/KohinoorLatin-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KohinoorLatin-Book';
    src: url('../fonts/KohinoorLatin-Book.woff2') format('woff2'),
        url('../fonts/KohinoorLatin-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KohinoorLatin';
    src: url('../fonts/KohinoorLatin-Bold.woff2') format('woff2'),
        url('../fonts/KohinoorLatin-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: 'Archivo', sans-serif;
    /* font-family: 'Asap', sans-serif;
    font-family: 'Gloria Hallelujah', cursive; */
    background: #fff;
}
p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #506270;
}
h1, h2, h3{
    font-family: 'Archivo', sans-serif;
    color: #5F94CE;
}
h4, h5, h6{
    font-family: 'Gloria Hallelujah', cursive;
    color: #5F94CE;
}
h1{
    font-weight: 700;
    font-size: 30px;
}
h2{
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
}
h3{
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
h4{
    font-weight: 400;
    font-size: 20px;
}
.text-xl{
    font-size: 28px!important;
}
.text-sm{
    font-size: 20px!important;
}
.font-kohinoor{
    font-family: 'KohinoorLatin-Book';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* #topo::before */
.first-post::before{
    content: '';
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(250,250,250);
    background: linear-gradient(180deg, rgba(250,250,250,0.7) 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
}
.btn.btn-primary, .btn.btn-submit{
    background: #FAB438;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 0.5rem 1.1rem;
    border-radius: 12px;
    box-shadow: none;
    text-transform: inherit;
}

.navbar .btn-primary{
    font-size: 13px;
    padding: 0.9rem 0.4rem;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:active:hover, .btn.btn-primary:active:focus, .btn.btn-primary:active.focus, .btn.btn-primary.active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active.focus{
    background: #5F94CE;
    box-shadow: none;
}
.btn.btn-submit{
    padding: 1.41rem 4.15em;
}
.btn.btn-submit:hover{
    background: #379D1B;
}
.btn.btn-link{
    font-weight: 400;
    color: #5F94CE;
    font-size: 14px;
    text-transform: initial;
}
.btn.btn-link:hover{
    color: #7DD100;
    text-decoration: underline!important;
}
.btn.btn-big{
    padding: 1.41rem 1.15em;
    font-size: 14px;
}
.text-styled{
    font-family: 'Gloria Hallelujah', cursive;
    color: #5F94CE;
    font-size: 27px;
}

.btn-lojista{
    background: #117258!important;
    height: 48px;
}

@media (max-width: 991px){
.btn-lojista{
    margin-top: 10px!important;
}
}
/* TOPO */
.top-info{
    width: 100%;
    position: absolute;
    z-index: 1029;
    border-bottom: 2px solid rgb(212 212 212 / 20%);
}
.top-info p, .top-info a{
    font-size: 13px;
    font-weight: 400;
    color: #5F94CE;
    display: flex;
}
/* .menu-home p, .menu-home a{
    color: #fff;
} */
.top-info .social-buttons .fa-stack{
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    border: 2px solid #5F94CE;
    border-radius: 35px;
}
.top-info .social-buttons .fa-stack .fa-circle{
    color: transparent;
    font-size: 1.4em;
}
.top-info .social-buttons .fa-stack:hover .fa-circle{
    color: #5F94CE;
}
.top-info .social-buttons .fa-stack .fa-inverse{
    font-size: 0.7em;
}
.social-buttons a.bot-icon, .social-buttons a.bot-icon:hover,
.social-buttons a.top-icon, .social-buttons a.top-icon:hover{
    text-decoration: none;
}
.navbar{
    background: rgb(255 255 255) !important;
    box-shadow: none;
}
.navbar .btn-search{
    background-color: transparent;
    border: none;
}
.navbar .navbar-brand{
    max-height: 100%;
}
.navbar .navbar-brand img{
    max-width: 115px;
}
.navbar .navbar-nav .nav-item .nav-link, .navbar .dropdown-toggle{
    padding: 0.1375rem .85rem;
    color: #5F94CE;
    font-size: 15px;
    font-weight: 500;
    transition: 0.7s all ease;
    text-transform: inherit;
    line-height: 2;
}

.navbar .navbar-nav .nav-item .nav-link.nav-link-clube{
    color: #fff;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .dropdown-toggle:hover, .dropdown-toggle:focus{
    color: #FAB438;
    text-decoration: none;
}
.navbar .navbar-toggler .navbar-toggler-icon{
    background-color: #5F94CE;
}
.dropdown-toggle svg path{
    transition: 0.7s all ease;
}
.menu-home .dropdown-toggle:hover{
    color: #FAB438;
}
.dropdown-toggle:hover svg path,
.menu-home .dropdown-toggle:hover svg path{
    fill: #FAB438;
}
.menu-home .dropdown-toggle svg path{
    fill: #fff;
}
.navbar .navbar-nav .nav-item .nav-link.nav-link-clube:hover{
    color: #222D39;
}
.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon{
    background-color: #5F94CE;
    width: 34px;
    height: 3px;
}
/* .menu-home.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon{
    background-color: #fff;
} */
.navbar-clube ul li{
    list-style: none;
}
.dropdown-toggle::after{
    display: none;
}
.dropdown-menu{
    background: #fff;
    border-radius: 20px;
    padding: 1em 0;
    min-width: 210px;
    box-shadow: 10px 10px 30px #0000001A;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active{
    color: #FAB438;
    background-color: #F6F6F6;
    box-shadow: none;
}
.dropdown-menu .dropdown-item, .dropdown-menu li>a{
    font-weight: normal;
    color: #5F94CE;
    padding: .4em 1em;
    font-size: 15px;
}
.dropdown-toggle::after{
    border-bottom: 0.3em solid;
    border-top: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dropdown-big{
    position: unset;
}
.dropdown-menu-big{
    width: 100%;
    background-color: #F6F6F6;
    padding-right: 15px;
    padding-left: 15px;
}
.dropdown-menu-big ul ul{
    display: none;
}
.dropdown-menu-big ul li:hover ul{
    display: block;
    position: absolute;
    top: 0;
    left: 150px;
    background-color: #fff;
    min-width: 200px;
    z-index: 1;
}
.dropdown-menu-big li{
    list-style: none;
    position: relative;
}
.menu-icon-categ img{
    max-width: 44px;
    max-height: 44px;
    margin-right: 1em;
}
#logo-top{
    width: 170px;
    max-width: 100%;
}
.form-top .form-control{
    border: none;
    padding: 1.3rem 0.3rem;
    color: #5F94CE;
}
.form-top .form-control:focus, .form-top .bmd-form-group.is-focused .form-control{
    background-color: #fff;
}
.form-top .btn-buscar{
    background-color: transparent;
    border: none;
    box-shadow: none;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(3.1875rem + 16px);
    background-image: url('../img/svg/angle-down.svg');
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: auto;
}
.text-primary{
    color: #CB2422!important;
}
.text-secondary{
    color: #BA2E31!important;
}
    /* HOME */
.index-page .page-header, .video-banner{
    height: 50vh;
}
.index-page .banner-interno-assinaturas .page-header{
    height: 98vh;
}
.banner-interno-assinaturas{
    z-index: 1;
    /* z-index: 10; */
}
.page-club{
    position: relative;
    z-index: 11;
}
/* .carousel .carousel-indicators li{
    width: 85px;
    height: 5px;
    border-radius: 0;
}
.carousel .carousel-indicators .active{
    transform: scale(1);
} */
.carousel .carousel-indicators li{
    width: 14px;
    height: 14px;
    background: rgb(250 250 250 / 63%);
    border: 1px solid rgb(250 250 250 / 63%);
}
.carousel .carousel-indicators .active {
    background: transparent;
    border-color: #fff;
}
.slide .square{
    border-radius: 35px;
    padding: 1.563rem;
    background: #1A1818;
}
.slide .square .material-icons{
    font-size: 22px;
    line-height: 2.4em;
}
.slide .square:hover{
    background: #1A1818;
}
.carousel-item .embed-responsive {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.carousel-item .container {
    position: relative;
    z-index: 2;
}
.carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    z-index: 1;
}
.carousel-item .lead {
    font-size: 17px;
}
.owl-stage {
    -webkit-transition-timing-function: linear !important; 
    transition-timing-function: linear !important;
}
.slide h1{
    font-size: 26px;
}
.slide p{
    font-size: 14px;
}
.content-padding{
    padding-top: 110px;
    padding-bottom: 40px;
}
.content-padding-home{
    padding-top: 40px;
    padding-bottom: 40px;
}
.content-padding-home .txt p{
    font-size: 18px;
    text-align: justify;
}
.content-abstract p{
    text-align: justify;
}
.page-club{
    padding-top: 70px;
}
.page-club .owl-carousel .owl-stage-outer{
    overflow-x: hidden;
}
.homeCarousel::before{
    content: '';
    width: 100%;
    max-width: 994px;
    height: 100%;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 10px 20px 45px #0000001A;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.owl-listCImg .owl-stage {
    display: flex;
    align-items: center
}

.owl-listCImg .owl-item img {
    border-radius: 50%;
    width: 72px;
    height: 72px
}

.owl-listCImg .owl-item.center img {
    width: 100px;
    height: 100px
}

.owl-listCImg .owl-item.center {
    margin: 0 2em
}

.owl-listCImg .owl-item.center .thumb {
    height: 120px
}

.homeCarousel .owl-prevC {
    background: 0 0 !important;
    position: absolute !important;
    top: calc(55% - 40px);
    left: -1% !important;
    cursor: pointer;
    z-index: 1
}

.homeCarousel .owl-nextC {
    background: 0 0 !important;
    position: absolute !important;
    top: calc(55% - 40px);
    transform: rotate(180deg);
    right: -1% !important;
    cursor: pointer;
    z-index: 1
}
.homeCarousel .owl-dotsC {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3em;
}

.homeCarousel .owl-dotsC .owl-dot {
    margin: 0 9px;
    border: none !important;
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    background: #67729480 !important
}

.homeCarousel .owl-dotsC .owl-dot.active {
    border: #81C3E0 1px solid !important;
    width: 19px !important;
    height: 19px !important;
    background: #fff !important
}

.homeCarousel .owl-carousel .owl-item img {
    display: inline-block !important;
    width: auto !important;
    margin-top: 1em
}
.homeCarousel .owl-listCText h2{
    font-size: 18px;
}
.homeCarousel .owl-listCText h3{
    color: #677294;
    text-transform: inherit;
    font-size: 15px;
    font-weight: 400;
}
.content-home2{
    position: relative;
}
.content-home2:before{
    content: '';
    position: absolute;
    top: -15em;
    left: 0;
    display: block;
    width: 100%;
    height: 1231px;
    /* background: url(../img/svg/bg-home.svg) no-repeat 50% 50%; */
    z-index: -1;
}
.content-home2 ul{
    padding: 0;
}
.content-home2 ul li{
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 10px 10px 30px #0000001A;
    padding: 1.41em 1em;
    margin-bottom: .6em;
    color: #5F94CE;
    font-size: 16px;
    font-weight: 700;
    list-style: none;
}
.content-home2 ul li::before{
    content: '';
    float: left;
    width: 40px;
    height: 30px;
    margin-right: .6em;
}
.content-home2 ul li:nth-of-type(1):before{
    background: url(../img/svg/home-icon1.svg) no-repeat center;
}
.content-home2 ul li:nth-of-type(2)::before{
    background: url(../img/svg/home-icon2.svg)  no-repeat center;
}
.content-home2 ul li:nth-of-type(3)::before{
    background: url(../img/svg/home-icon3.svg)  no-repeat center;
}
.content-home2 .card-destaque{
    box-shadow: 10px 10px 30px #0000001A;
    background: #fff;
    border-radius: 20px;
}
.content-home2 .card-destaque .card-header-image{
    background: #fff;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 20px;
    padding: 0.2em 1em;
}
.card-destaque .card-header.card-header-image img{
    box-shadow: none;
    max-width: 30%;
    margin: 0 auto;
    display: block;
}
.card-destaque .card-header.card-header-image .colored-shadow{
    display: none;
}
.content-home2 .card-destaque .card-header.card-header-image .card-title{
    color: #5F94CE;
    font-size: 16px;
    font-weight: 700;
    position: initial;
    text-shadow: none;
    text-align: center;
    margin-top: 1.5em;
}
.bg-produtos{
    position: relative;
    z-index: 1;
    padding-bottom: 5rem;
    overflow: hidden;
}
.bg-produtos:before{
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    display: block;
    width: 100%;
    height: 1219px;
    background: url(../img/svg/bg-depoimentos.svg) no-repeat 50% 11%;
    z-index: -1;
}
/* PAGINAS INTERNAS */
.title{
    font-family: 'Gloria Hallelujah', cursive;
    font-weight: 400;
    color: #5F94CE;
    font-size: 31px;
}
.banner-interno{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.banner-interno-mamaes{
    position: inherit;
    display: none!important;
}
.navbar.navbar-relative{
    position: inherit;
}
.text ul li{
    list-style: disc;
    color: #506270;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
}
.text p {
    font-size: 16px;
}
.text p b, .text p strong{
    font-weight: bold;
    color: #000;
}
.text a{
    text-decoration: underline;
    color: #005FAB;
}
.content-view-empresa, .content-view-contact{
    overflow: hidden;
}
.content-view-empresa h2{
    font-size: 28px;
}
.content-view-empresa h3{
    margin-bottom: 2rem;
}
.content-view-empresa h4{
    font-size: 25px;
}
.content-view-empresa ul{
    padding-left: 1rem;
}
.content-view-blog h4{
    font-size: 35px;
}
.content-view-empresa p, .content-abstract p, .content-view p{
    text-align: justify;
}
.content-view-empresa .time p, .content-view-empresa .leitura p{
    color: #677294;
    font-size: 12px;
    font-weight: 500;
}
#middle-sobre .col-lg-8 img{
    max-width: 100%;
    height: auto;
}
.content-view-empresa .categoria p{line-height: normal;}
.content-view-empresa .categoria a{
    color: #677294;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
}
.content-view-contact .contact-map iframe{
    width: 100%;
    max-width: 315px;
    max-height: 315px;
    border-radius: 50%;
}
.content-view-contact .contact-map .icon-map {
    position: absolute;
    top: 0;
    left: -40px;
    width: 160px;
    height: 160px;
    background: url(../img/svg/icon-map.svg) no-repeat center;
    background-size: contain;
}
.content-view-contact .text p{
    color: #222D39;
}
.contact-text a{
    text-decoration: none;
}
.video-destaque{
    position: relative;
    padding: 1em 2em;
}
.video-princ .video-play,
.video-destaque .video-play{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: 120px;
}
.video-destaque::before{
    content: '';
    position: absolute;
    width: 104%;
    height: 100%;
    display: block;
    top: -15px;
    left: -12px;
    background-image: url(../img/circle.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.bg-image-interno{
    position: relative;
    display: block;
    height: 100%;
    z-index: 1;
}
.bg-visao{
    height: 100%;
    background: #fff;
    padding: 2rem;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 10px 10px 30px #0000001A;
}
.bg-visao h3{
    color: #5F94CE;
    font-size: 16px;
    padding-bottom: 1.5em;
    margin: 0;
    text-transform: inherit;
}
.box-post-big{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 370px;
    position: relative;
}
.box-post-big .box-content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3em;
    margin: 0 auto;
    background-color: transparent;
    text-align: center;
}
.box-post{
    border-bottom-right-radius: 20px;
    box-shadow: 10px 10px 30px #0000001A;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
}
.box-post .left-post{
    position: absolute;
    top: 15px;
    left: 15px;
}
.box-post .left-post .tag{
    padding: 5px 10px;
    border-radius: 7px;
    background-color: #2d7830;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: none;
}
.box-post .left-post .tag:last-of-type{
    display: block;
}
.box-post hr{
    width: 100%;
}
.box-post .time p, .box-post .leitura p{
    font-size: 12px;
}
.box-post .btn.btn-primary{
    display: inline-flex;
}
.navbar .btn, .navbar .navbar-nav .nav-item .btn.btn-primary {
    margin-top: 0;
    margin-bottom: 1.5em;
    padding: 0.5em 1em;
}
.box-content{
    padding: 1.8em 1.5em;
    background-color: #fff; 
}
.box-content h2{
    font-size: 18px;
    color: #5F94CE;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    min-height: 50px;
}
.first-post .box-content h2{
    font-size: 20px;
    text-shadow: 1px 1px 3px #0000007a;
}
.content-blog .box-post{
    box-shadow: 5px 5px 10px #0000001A;
}
.filter-icone-categ a img{
    max-width: 95px;
    max-height: 95px;
    margin-bottom: 1em;
}
.filter-icone-categ a{
    color: #5F94CE;
    font-size: 18px;
    font-weight: 600;
    transition: 0.7s all ease;
}
.filter-icone-categ a:hover,
.filter-icone-categ a.active{
    color: #FAB438;
    text-decoration: none;
}
.filter-sub-categ a{
    color: #FAB438;
    font-size: 16px;
    font-weight: 600;
}
.filter-sub-categ a.active{
    color: #81c3e0;
}
.filter-icone-categ a .svg-span svg{
    max-width: 100%;
}
.filter-icone-categ a .svg-span #Elipse_151{
    transition: 0.7s all ease;
}
.filter-icone-categ a:hover .svg-span #Elipse_151,
.filter-icone-categ a.active .svg-span #Elipse_151,
.filter-icone-categ a:hover .svg-span #Grupo_2957,
.filter-icone-categ a.active .svg-span #Grupo_2957,
.filter-icone-categ a:hover .svg-span #Grupo_2953,
.filter-icone-categ a.active .svg-span #Grupo_2953,
.filter-icone-categ a:hover .svg-span #Grupo_2954,
.filter-icone-categ a.active .svg-span #Grupo_2954,
.filter-icone-categ a:hover .svg-span #Grupo_2955,
.filter-icone-categ a.active .svg-span #Grupo_2955,
.filter-icone-categ a:hover .svg-span #Grupo_2956,
.filter-icone-categ a.active .svg-span #Grupo_2956{
    fill: #FAB438;
    stroke: #FAB438;
}
.content-filter{
    padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #D4D4D4;
}
.content-filter h2{
    font-size: 20px;
} 
.content-filter select{
    border: 2px solid #D4D4D4;
    border-radius: 12px;
    padding: .85em;
    color: #677294;
    font-size: 16px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("../img/svg/angle-down.svg");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    background-size: 15px;
}
.content-filter .form-inline{
    border: 2px solid #D4D4D4;
    border-radius: 12px;
    width: 100%;
    height: 55px;
}
.content-filter .form-inline .bmd-form-group{
    padding: 0;
}
.content-filter input{
    padding: .85em;
    color: #677294;
    font-size: 16px;
    height: 46px;
    border: none;
}
.content-filter .btn.btn-search{
    width: 40px;
    background: #fff;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.filter-box{
    box-shadow: none!important;
}
.filter-box .card-collapse .card-header{
    border: 1px solid #D4D4D4;
}
.filter-box .card-collapse .card-header h5,
.filter-box .card-collapse .card-header a{
    color: #222D39;
    font-size: 20px;
}
.box-right-news{
    border-radius: 20px;
    box-shadow: 10px 10px 30px #0000001A;
    background-color: #fff;
    padding: 1em 0;
}
.box-right-news h2{
    font-size: 20px;
    padding: 0 10px;
}
.box-right-news h3{
    font-size: 14px;
    font-weight: 700;
    text-transform: inherit;
}
.box-right-news .form-control{
    height: 53px;
}
.box-right-news .btn.btn-submit{
    padding: 1rem 4.15em;
}
.box-right-news .form-check.option{
    margin-bottom: 0.2rem;
}
.box-right-news .form-check.option .form-check-label{
    color: #677294;
}
.box-right-news .form-check.lgpd .form-check-label{
    font-size: 10px;
    color: #222D39;
}
.box-right-news .form-check.option .form-check-sign .check{
    width: 13px;
    height: 13px;
    border-color: #D4D4D4;
}
.box-right-news .form-check.option .form-check-sign .check:before{
    margin-top: -8px;
    margin-left: 4px;
}
.box-right-category h2{
    font-size: 20px;
    color: #222D39;
}
.box-right-category ul li{
    list-style: none;
    text-align: center;
}
.box-right-category ul li ul{
    display: none;
}
.box-right-category ul li a{
    font-size: 18px;
    font-weight: 400;
    color: #506270;
    line-height: 1.7;
    transition: 0.7s all ease;
}
.box-right-category ul li a:hover{
    color: #FAB438;
    text-decoration: none;
}
.page-club .titleClub{
    color: #CD5906;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: .7em;
}
.page-club .textWhite{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.wrap-top-club .container{
    position: relative;
}
.wrap-top-club .container .row::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
    border-bottom: 3px dashed #81C3E0;
    top: 410px;
    width: 100%;
}
.box-top-club{
    border-radius: 20px;
    padding: 1em 1.5em;
    box-shadow: 10px 10px 30px #0000001A;
    position: relative;
    z-index: 1;
    background: #fff;
}
.box-top-club h2{
    color: #5F94CE;
    font-size: 17px;
    line-height: 1.5;
}
.box-top-club h2::before{
    content: '';
    float: left;
    width: 45px;
    height: 40px;
    margin-right: .6em;
}
.col-lg-4:nth-of-type(1) .box-top-club h2::before{
    background: url(../img/svg/clube-icon1.svg) no-repeat center;
}
.col-lg-4:nth-of-type(2) .box-top-club h2::before{
    background: url(../img/svg/clube-icon2.svg)  no-repeat center;
}
.col-lg-4:nth-of-type(3) .box-top-club h2::before{
    background: url(../img/svg/clube-icon3.svg)  no-repeat center;
}
.box-top-club p{
    font-size: 16px;
    color: #506270;
}
.btn.btn-club{
    border-radius: 12px;
    background-color: #2D7830;
    padding: 1.2em 3em;
    font-size: 18px;
    font-weight: 500;
    text-transform: inherit;
}
.btn.btn-club:hover{
    background-color: #FAB438;
}
.content-planos{
    position: relative;
}
.content-planos:before{
    content: '';
    position: absolute;
    top: -6em;
    left: 0;
    display: block;
    width: 100%;
    height: 731px;
    background: url(../img/svg/bg-roxo.svg) no-repeat 50% 0%;
    z-index: -1;
}
.content-planos h2{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1em;
}
.content-planos h2.circle,
.content-planos .col-md-4 .box-planos h2.circle{
    position: relative;
    z-index: 1;
}
.content-planos h2.circle::before,
.content-planos .col-md-4 .box-planos h2.circle::before{
    content: '';
    position: absolute;
    top: 4px;
    left: -10px;
    width: 30px;
    height: 30px;
    background-color: rgb(255 255 255 / 43%);
    border-radius: 50%;
    z-index: -1;
}
.content-planos p{
    color: #fff;
}
.box-planos{
    background-color: #fff;
    padding: 2em;
    border-radius: 15px;
    box-shadow: 8px 18px 45px #0000001A;
}
.content-planos .col-md-4:nth-of-type(1) .box-planos h2.circle::before{
    background-color: #7FCDD6;
}
.content-planos .col-md-4:nth-of-type(2) .box-planos h2.circle::before{
    background-color: #FAB438;
}
.content-planos .col-md-4:nth-of-type(3) .box-planos h2.circle::before{
    background-color: #BB76A2;
}
.box-planos h2{
    color: #2B2B2B;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 1em;
}
.box-planos h3{
    color: #222D39;
    font-size: 35px;
    text-transform: inherit;
}
.box-planos h3 span{
    font-size: 21px;
    font-weight: 400;
}
.box-planos .txt p{
    color: #506270;
    font-size: 14px;
}
.box-planos .abstract b{
    color: #2B2B2B;
    font-size: 18px;
    margin-bottom: 0.4em;
    display: block;
}
.box-planos .abstract ul li{
    list-style-image: url(../img/svg/green-check.svg);
    color: #506270;
    font-size: 14px;
    font-weight: 400;
}
.box-planos .btn.btn-planos{
    background-color: #2D7830;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    padding: 1em 2em;
    text-transform: inherit;
}
.content-duvidas{
    position: relative;
}
.content-duvidas:before{
    content: '';
    position: absolute;
    top: -6em;
    left: 0;
    display: block;
    width: 100%;
    height: 1219px;
    background: url(../img/svg/bg-duvidas.svg) no-repeat 50% 0%;
    z-index: -1;
}
.content-view-faq .card .card-header{
    box-shadow: none;
    background: #fff;
}
.content-view-faq .nav-tabs .nav-item .nav-link, 
.content-view-faq .nav-tabs .nav-item .nav-link:hover, 
.content-view-faq .nav-tabs .nav-item .nav-link:focus{
    color: #fff !important;
    font-size: 16px;
    padding: 1.2em 0 1.2em .8em;
    border-radius: 0;
    background: #81c3e0;
    margin-bottom: .8em;
}
.content-view-faq .nav-tabs .nav-item .nav-link.active{
    background-color: #5f94ce;
    color: #fff!important;
} 
.content-view-faq #accordion .card .card-header{
    padding: 4em 3em 2.3em;
    background: transparent;
}
.content-share{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 10rem;
}
.btn.btn-facebook.btn-link,
.btn.btn-twitter.btn-link,
.btn.btn-linkedin.btn-link,
.btn.btn-whatsapp.btn-link{
    color: #5F94CE;
}
.content-share p{
    font-family: 'Gloria Hallelujah', cursive;
    color: #5F94CE;
    font-size: 0.85em;
}
.content-share .btn{
    padding: 0px 30px;
}
.breadcrumb{
    background-color: transparent;
    padding: 0;
    flex-wrap: wrap;
}
.breadcrumb-item, .breadcrumb-item a{
    color: rgb(95 148 206 / 50%);
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}
.breadcrumb-item.active{
    color: #5F94CE;
}
.breadcrumb-icon{
    font-size: 6px;
    color: #81C3E0;
    position: relative;
    top: -2px;
}
.tags-list{
    text-align: center;
}
.tags-list li{
    list-style: none;
    display: inline-block;
}
.tags-list li a{
    color: #506270;
    background-color: #E8E8E8;
    font-size: 12px;
    border-radius: 12px;
    border: 2px solid #D4D4D4;
    padding: 1em;
}
.search-page .pagination{
    justify-content: center;
}
.search-page .pagination>.page-item>.page-link, 
.search-page .pagination>.page-item>span,
.content-list .pagination>.page-item>.page-link, 
.content-list .pagination>.page-item>span{
    border-radius: 50px!important;
    padding: 1px 13px!important;
    background-color: #E6E6E6;
    border-color: #E6E6E6;
    color: #506270;
    font-size: 13px;
}
.search-page .pagination.pagination-info>.page-item.active>a, 
.search-page .pagination.pagination-info>.page-item.active>a:focus, 
.search-page .pagination.pagination-info>.page-item.active>a:hover, 
.search-page .pagination.pagination-info>.page-item.active>span, 
.search-page .pagination.pagination-info>.page-item.active>span:focus, 
.search-page .pagination.pagination-info>.page-item.active>span:hover,
.content-list .pagination.pagination-info>.page-item.active>a, 
.content-list .pagination.pagination-info>.page-item.active>a:focus, 
.content-list .pagination.pagination-info>.page-item.active>a:hover, 
.content-list .pagination.pagination-info>.page-item.active>span, 
.content-list .pagination.pagination-info>.page-item.active>span:focus, 
.content-list .pagination.pagination-info>.page-item.active>span:hover{
    background-color: #fff;
    border-color: #5F94CE;
    color: #5F94CE;
}
/* .content-list .content-filter ul ul{
    display: none;
} */
#accordion{
    border-radius: 20px;
    box-shadow: 10px 10px 30px #0000001A;
    margin-bottom: 1em;
    background: #fff;
}
.card-collapse .card-header{
    border-radius: 20px;
    padding: 20px 30px;
    border: none;
}
.card-collapse .card-header h5, .card-collapse .card-header a{
    font-family: 'Archivo', sans-serif;
    color: #5F94CE;
    font-size: 13px;
    text-decoration: none;
}
.card-collapse .card-header a:hover,
.card-collapse .card-header a[aria-expanded="true"]{
    color: #222D39;
}
.card-collapse .card-body{
    padding: 20px 30px;
}
.card-collapse .card-body p{
    margin-bottom: .3em;
    font-size: 15px;
    color: #677294;
}
.card-collapse .card-body p b,
.card-collapse .card-body p strong{
    color: #677294;
}
.form-control{
    background: #fff;
    color: #677294;
    font-size: 16px;
    border: 2px solid #D4D4D4;
    padding: 1.3rem 1.3rem;
    border-radius: 12px;
    height: 67px;
}
.select-vaga{
    font-size: 14px;
    color: #677294;
}
.bg-image-interno::before{
    content: '';
    position: absolute;
    bottom: 10px;
    right: -50%;
    width: 340px;
    height: 340px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.image-interno1::before{
    background-image: url(../img/svg/forma-roxo.svg);
}
.image-interno2::before{
    background-image: url(../img/svg/forma-azul.svg);
}
#dados-contato .image-interno2::before{
    right: -20%;
}
.image-interno3::before{
    background-image: url(../img/svg/forma-yellow.svg);
    bottom: -10px;
    right: -8%;
}
.image-interno4::before{
    background-image: url(../img/svg/forma-green.svg);
}   
#dados-contato iframe{
    border: none;
}
.form-control::placeholder {
    color: #677294;
}
.form-control:focus{
    background-color: rgb(253 253 253 / 59%);
}
.checkbox label, .radio label, label{
    font-size: 0.82rem;
    color: #484848;
}
.bmd-form-group label{
    color: #063E6F;
    font-weight: 500;
}
.form-control:invalid{
    background-image: none;
}
.border-box{
    padding: 1rem;
    border: 2px solid rgba(0, 95, 171, 0.4);
    border-radius: 5px;
}
.form-check .form-check-label{
    color: #727176;
    font-weight: 500;
}
.form-check .form-check-sign .check{
    border: 1px solid #5F94CE;
    border-radius: 35px;
}
.form-check .form-check-input:checked+.form-check-sign .check{
    background: #fff;
    border: 1px solid #5F94CE;
    border-radius: 50%;
}
.form-check .form-check-input:checked+.form-check-sign .check:before{
    color: #5F94CE;
}
.content-view-contact .btn.btn-submit{
    font-size: 18px;
    background-image: url(../img/svg/arrow-submit.svg);
    background-repeat: no-repeat;
    background-position: 62% 50%;
}
.bootstrap-select{
    background: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 7px;
    background-image: none;
}
.bootstrap-select .select-with-transition, .bootstrap-select .btn:active, .bootstrap-select .btn.active{
    background-image: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    text-indent: 20px;
}
.bootstrap-select .dropdown-toggle{
    text-transform: inherit;
}
b, strong{
    color: #222D39;
    font-weight:700;
}
/* RODAPE */
.content-newsletter{
    position: relative;
    z-index: 2;
    padding: 6rem 0;
}
.content-newsletter::before{
    content: '';
    position: absolute;
    top: -2em;
    left: 0;
    display: block;
    background: url(../img/svg/bg-azul-rodape.svg) no-repeat center;
    width: 100%;
    height: 830px;
    z-index: -1;
}
.content-newsletter .form-check .form-check-label,
.content-view-contact .form-check .form-check-label{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.content-view-contact .form-check .form-check-label{
    color: #222D39;
}
.content-newsletter .form-check .form-check-sign .check{
    border: 1px solid rgba(250, 250, 250, .54);
    border-radius: 35px;
}
.content-newsletter .form-check .form-check-input:checked+.form-check-sign .check:before{
    color: #fff;
}
.content-newsletter .form-check .form-check-input:checked+.form-check-sign .check{
    background: #5F94CE;
    border: 1px solid #5F94CE;
}
.footer{
    background: #5f94ce;
    position: relative;
    z-index: 1;
}

.footer::before{
    content: '';
    position: absolute;
    top: -2em;
    left: 0;
    display: block;
    background: url(../img/svg/bg-rodape.svg) no-repeat center;
    width: 100%;
    height: 600px;
    z-index: -1;
}
.footer h3{
    color: #fff;
    font-size: 16px;
}
.footer-big h4, .footer h4{
    color: #fff;
    font-size: 18px;
}
.footer p{
    font-size: 15px;
    color: #fff;
}
.footer .footer-contact p{
    font-size: 16px;
    color: #222D39;
}
.footer .footer-contact p.telBig, .content-view-contact .text .telBig{
    font-size: 28px;
    font-weight: 600;
    color: #222D39;
}
.footer p em{
    font-size: 15px;
}
.footer .btn.btn-link{
    color: #fff;
    padding: 5px;
}
.footer .btn.btn-link:hover{
    color: #FAB438;
    text-decoration: none!important;
}
.footer .fa-stack .fa-circle{
    color: #FAB438;
}
.footer .fa-stack:hover .fa-circle{
    color: #07A7E6;
}
.social-buttons a.bot-icon, .social-buttons a.bot-icon:hover{
    text-decoration: none;
}
.footer hr{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .contact-map{
    position: relative;
    width: 203px;
    height: 203px;
    display: inline-block;
}
.foo-text {
    background: rgb(129 195 224 / 28%);
    padding: 0.8em .5em;
    border-radius: 12px;
}
.footer .foo-text p{
    font-size: 13px;
}
.footer .foo-seta {
    position: relative;
    display: block;
    width: 100%;
    z-index: 2;
}
.footer .foo-seta::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    width: 100%;
    border-top: 1px solid #ccc;
}
.footer .contact-map .icon-map{
    position: absolute;
    top: 0;
    left: -28px;
    width: 80px;
    height: 80px;
    background: url(../img/svg/icon-map.svg) no-repeat center;
}
.footer .contact-map iframe{
    border-radius: 50%;
    overflow: hidden;
}
.foo-cgdw a {
    color: #677294;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}
#link-orcamento ul{
    margin-bottom: 0;
}
#link-orcamento ul li{
    list-style: none;
}
#link-orcamento ul li a{
    color: #063E6F;
    font-size: 18px;
    font-weight: 500;
}
.button-bot{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #5F94CE;
    transition: 0.7s all ease;
}
.button-bot:hover{
    color: #FAB438;
    text-decoration: none;
}
.footer .copyright{
    font-weight: 600;
    font-size: 12px;
    color: #fff;
}
.footer .signature{
    width: 114px;
    display: inline-block;
}
.footer .box-blue{
    background-color: rgb(129 195 224 / 28%);
    padding: 2rem;
    box-sizing: border-box;
    border-radius: 10px;
}
.footer .box-blue .btn-boxes,
.footer .box-blue .btn-boxes-green{
    background-color: #81c3e0;
    padding: 0.6rem 1.3em;
    color: #fff;
    border-radius: 10px;
    font-size: 0.97rem;
    font-weight: 600;
    display: inline-block;
    margin-top: 1em;
    transition: 0.7s all ease;
}

.footer .box-blue .btn-boxes-green{
    background-color: #48ac4c;
}

.footer .box-blue .btn-boxes:hover,
.footer .box-blue .btn-boxes-green:hover{
    filter: brightness(1.2);
    text-decoration: none;
}

#link-orcamento {
    color: #fff;
    /* width: 203px;
    height: 52px; 
    background-color: #0089D1; */
    position: fixed;
    bottom: 10px;
    right: 20px;
    border-radius: 5px;
}
.overflow-privacidade{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 1 0 / 0.6);
    z-index: 999;
}
.content-privacidade{
    position: absolute;
    bottom: 1rem;
    z-index: 99;
    width: 100%;
    background: #fff;
}
.content-privacidade .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.content-privacidade .btn{
    font-size: 1.3em;
    padding: 1em 2em;
    background-color:#007DC5;
    color: #fff;
    line-height: 18px;
    margin: 10px 0;
    text-indent: 0;
    transition: 0.5s linear;
    float: right;
}
.checkHabilit a{
    text-decoration: underline;
    color: #007DC5;
}
@media (max-width: 991px){
    .navbar .dropdown.show .dropdown-menu, .navbar .dropdown .dropdown-menu{
        position: initial!important; 
        overflow: initial;
        margin-bottom: 0;
        height: auto;
    }
    .navbar .dropdown.show .dropdown-menu.dropdown-menu-big, .navbar .dropdown .dropdown-menu.dropdown-menu-big{
        overflow: scroll;
        margin-bottom: 0;
        height: 200px;
    }
    .nav-open .navbar-translate, .nav-open .navbar-toggler{
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .navbar .navbar-toggler{
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    .navbar-collapse{
        -webkit-transform: translate3d(-110%, 0, 0);
        -moz-transform: translate3d(-110%, 0, 0);
        -o-transform: translate3d(-110%, 0, 0);
        -ms-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        width: 90%;
    }
    .dropdown-toggle {
        margin: 5px 15px;
        display: block;
    }
    .header-menu-mobile{
        background: #81C3E0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 60px;
        padding: 0 2em;
        position: relative;
        z-index: 2;
    }
    .dropdown-menu .dropdown-item, .dropdown-menu li>a{
        color: #063e6f;
    }
    .navbar-collapse{
        left: 0;
        right: auto;
    }
    .navbar-collapse::after{
        background: #fbfbfb;
    }
    .navbar-nav{
        display: inline-block;
        margin-top: 0;
        width: 100%;
    }
    .dropdown:after{
        width: calc(100% - 30px);
        content: "";
        display: block;
        height: 1px;
        margin-left: 15px;
        background-color: #e5e5e5;
    }
    .mavbar-midias{
        margin-top: 1.5rem;
    }
    .mavbar-midias .nav-item, .mavbar-midias .nav-link{
        display: inline-block;
    }
    .navbar-collapse .mavbar-midias .nav-item:after{
        display: none;
    }
    #bodyClick{
        left: 230px;
        right: auto;
    }
    .form-check .form-check-label{
        font-size: 12px;
        display: inline;
    }
    .submit .btn.btn-submit{
        background-position: 68% 50%;
    }
    .carousel .carousel-indicators {
        bottom: -15px;
    }
    .boxProd img{
        max-height: 190px;
    }
    .content-share{
        flex-wrap: wrap;
        flex-direction: inherit;
        justify-content: center;
    }
    .content-share p{
        width: 100%;
    }
    .content-share .btn{
        padding: 0 5px;
    }
    .wrap-top-club .container .row::before{
        transform: rotate(90deg);
    }
    .footer .contact-map{
        max-width: 100%;
        max-height: 100%;
    }
    .footer .contact-map iframe {
        max-width: 100%;
        height: auto;
    }
    .filter-icone-categ a img{
        max-width: 100%;
        max-height: 55px;
    }
    .filter-icone-categ a{
        font-size: 12px;
    }
    .filter-sub-categ a{
        font-size: 12px;
    }
    .content-home2 .card-destaque .card-header-image{
        padding: 0.2em 1.0em;
    }
    .card-destaque .card-header.card-header-image img{
        max-width: 25%;
    }
    .content-home2 .card-destaque .card-header.card-header-image .card-title{
        font-size: 14px;
    }    
    .owl-blog .box-content{
        padding: 1em 0.7em;
    }
    .owl-blog .box-post{
        box-shadow: none;
    }
    .footer .box-blue{
        padding: 0.4em;
    }
    .footer .box-blue p{
        font-size: 13px;
    }
    .index-page .page-header, .video-banner{
        height: 80vh;
        background-repeat: no-repeat;
        /*background-size: contain;*/
        background-position: top center;
        max-height: 600px;
    }
    .index-page .banner-interno .page-header{
        height: 700px;
        background-size: cover;
    }
}
@media (min-width: 480px){
    .bg-image-interno::before{
        width: 450px;
        height: 450px;
    }
}
@media (min-width: 760px){
    .content-newsletter{
        padding: 10rem 0;
    }
    .bg-image-interno::before{
        bottom: 30%;
        width: 350px;
        height: 350px;
    }
    .image-interno3::before{
        bottom: 0%;
    }
    .wrap-top-club .container .row::before{
        top: 350px;
        width: 80%;
    }
}
@media (min-width: 991px){
    h1{
        font-size: 33px;
    }
    .navbar .navbar-brand img{
        /* max-width: 100%; */
        max-width: 170px;
    }
    .navbar .navbar-nav .nav-item.dropdown-big .nav-link, .navbar .dropdown-toggle{
        padding: 1.3375rem 0.4rem;
    }
    /* .menu-home .navbar-nav .nav-item .nav-link, .menu-home .dropdown-toggle{
        color: #fff
    } */
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .dropdown-big:hover .dropdown-menu-big{ top: 85px; }
    .navbar .nav-item:hover .dropdown-menu{ display: block; opacity: 1; transform: scale(1); }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
    .form-top{
        max-width: 200px;
    }
    .form-top .form-control{
        background-color: transparent;
        max-width: 150px;
        border: 1px solid #5F94CE;
        height: 45px;
    }
    .btn.btn-big{
        padding: 1.41rem 3.15em;
        font-size: 16px;
    }
    .card.card-background .card-body.itemHeight{
        padding: 0.9375rem 3.875rem;
    }
    .index-page .page-header, .video-banner{
        height: 70vh;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
        max-height: 700px;
    }
    .index-page .banner-interno .page-header, .video-banner{
        height: 1160px;
        max-height: 980px;
    }
    .index-page .banner-interno-mamaes .page-header, .video-banner{
        height: 679px;
    }
    .owl-carousel.owl-blog .owl-stage{
        align-items: stretch;
    }
    .slide h1{
        font-size: 65px;
    }
    .slide p{
        font-size: 17px;
    }
    .content-padding{
        padding-top: 165px;
        padding-bottom: 85px;
    }
    .content-padding-home{
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .content-view-contact .text{
        padding-top: 3rem;
    }
    .bg-image-interno::before{
        bottom: -30px;
        right: -10%;
        width: 580px;
        height: 580px;
    }
    /* .banner-interno{
        display: block!important;
    } */
    .first-post .box-content h2{
        font-size: 38px;
    }
    .content-view-contact .contact-map iframe{
        max-width: 415px;
        max-height: 415px;
    }
    .content-view-contact .contact-map .icon-map {
        left: 70px;
    }
    .box-right-category ul li{
        text-align: left;
    }
    .page-club .titleClub{
        font-size: 38px;
    }
    .page-club .textWhite{
        font-size: 22px;
    }
    .page-club .owl-carousel .owl-stage-outer{
        overflow: visible;
    }
    .form{
        max-width: 90%;
    }
    .box-post-big{
        height: 679px;
    }
    .box-top-club{
        padding: 2em 1.8em;
    }
    .box-top-club h2{
        font-size: 20px;
    }
    .card-collapse .card-header h5, .card-collapse .card-header a{
        font-size: 16px;
    }
    .wrap-top-club .container .row::before{
        top: 67px;
        width: 80%;
    }
    .page-club .boxProd img{
        min-width: 220px;
    }
    #link-orcamento {
        right: 20px;
    }     
    .foo-text {
        padding: 1.2em 2em;
    }
}
@media (min-width: 1280px){
    .index-page .page-header{
        height: 679px;
        background-position: top center;
    }
    .video-banner{
        height: 679px;
        background-position: center center;
    }
    .index-page .banner-interno .page-header{
        background-size: contain;
    }
    .video-banner{
        background-size: cover;
    }
}
@media (min-width: 768px) and (max-width: 1200px){
    .navbar .navbar-nav .nav-item .nav-link{
        padding: 0.9375rem 0.1rem;
        font-size: 13px;
    }
    .image-interno3::before{
        bottom: -90px;
        right: -18%;
        width: 430px;
    }
    .navbar .btn.btn-primary{
        padding: 0.9rem 0.3rem;
        font-size: 13px;
    }
}
/* 5 colunas */
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .owl-carousel.owl-blog .owl-stage-outer{
        overflow: initial;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1000px) {
    .maxWidth {
        max-width: 60%;
    }
}


