*{
    outline: none;
}
html, body{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
}
body{
    background: #FFF;
}
header{
    background: #FFF;
    padding: 1.8em 0;
}
#top-bar{
    background: linear-gradient(180deg, #FFFFFF -84.29%, #E7E7E7 100%);
    padding: 5px 0;
}
.message-top-bar{
    color: #484848;
    font-size: 14px;
}
.color-red{
    color: #E01411;
}
.social-block{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.social-block a{
    font-size: 20px;
    margin-left: 8px;
    color: #15214A;
}

.whatsapp-button{
    position: fixed;
    bottom: 20px;
    right: 5px;
    z-index: 50;
}

.whatsapp-button img{
    height: 70px;
    position: relative;
    z-index: 2;
}

.whatsapp-label{
font-family: 'Open Sans', sans-serif;
    position: absolute;
    background: #64b161;
    color: #ffffff;
    top: 11px;
    right: 58px;
    width: 149px;
    padding: 9px 10px;
    border-radius: 0px 5px 5px 0;
    font-size: 11px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: left;
    border-radius: 4px 0 0 4px;
}
.whatsapp-label:before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #64b161;
    right: 10px;
    top: 0;
    bottom: 0;
}
.header-whatsapp-contacts{
    background: #e73134;
    padding: 1em;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.header-whatsapp-contacts h2{
    color: #FFF;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 0;
}
.header-whatsapp-contacts h6{
    color: #FFF;
    font-size: 12px;
    margin-bottom: 0;
}
.same-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.whatsapp-button{
    position: fixed;
    bottom: 20px;
    right: 5px;
    z-index: 50;
}

.whatsapp-label{
font-family: 'Open Sans', sans-serif;
    position: absolute;
    background: #64b161;
    color: #ffffff;
    top: 11px;
    right: 58px;
    width: 149px;
    padding: 9px 10px;
    border-radius: 0px 5px 5px 0;
    font-size: 11px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: left;
    border-radius: 4px 0 0 4px;
}
.whatsapp-label:before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #64b161;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.wrapper-contacts h6 {
    font-size: 12px;
    margin-bottom: 0;
}
.wrapper-contacts h5 {
    font-weight: bold;
    color: #6c6868;
    margin-bottom: 5px;
    font-size: 16px;
    width: 100%;
}
.wrapper-contact-list {
    max-height:  450px;
    overflow:  auto;
}

.contact-whats img{
    height: 20px;
    float: left;
    margin: 4px;
}

.contact-whats{
    background: #f8f8f8;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #d8e4fb;
    border-radius: 6px;
    margin: 0.5em;
}
.online{
    border-left: 3px solid #009b69;
    opacity: 1;
}
.offline{
    border-left: 3px solid #CCC;
}
.wrapper-search{
    position: relative;
}
#input-search{
    margin: 0;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    border-radius: 43px;
    box-shadow: none;
    height: 45px;
    padding: 0 20px;
}
#btn-search{
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
}
#btn-search:hover{
    cursor: pointer;
}
.wrapper-info-header{
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}
.phone-header{
    color: #1F3684;
    font-weight: bold;
    padding-left: 15px;
}

.slide-relative-background img{
    width: 100%;
}

nav{
    background: #B02622;
    position: relative;
    z-index: 2;
}
.primary-menu{
    justify-content: space-between;
    flex-wrap: nowrap;
}
.primary-menu li a{
    color: #FFF;
    font-size: 15px;
}
.primary-menu li:hover{
    background: #c32521;
}
.dropdown.menu>li>a {
    padding: .9rem 1rem;
}
.dropdown.menu>li.is-active>a{
    color: #ffb5b7;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a::after{
    border-color: #FFF transparent transparent;
}
.dropdown.menu>li.opens-right>.is-dropdown-submenu{
    background: #B02622;
    border: 0;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after{
    border-color: transparent transparent transparent #FFF;
}
.dropdown .is-dropdown-submenu a{
    font-size: 14px;
}
.menu .is-active>a{
       background: #c32521;
}
.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{
       background: #B02622;
       border: 0;
}
.is-dropdown-submenu>li:hover{
       background: #c32521;
}
.swiper-button-prev{
    left: 0;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev, .swiper-button-next{
    height: auto;
    width: auto;
}
.swiper-button-prev:after,.swiper-button-next:after{
    display: none;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet-active{
    background: #FFF;
}
.box-shortcut-thumb{
    height: 250px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.box-shortcut-thumb img{
    object-fit: cover;
    width: 100%;
    height: 100%;
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-shortcut-thumb:hover img{
    transform: scale(1.1);
}
.box-shortcut-title{
    padding: 10px;
    background: #B02622;
    display: flex;
    justify-content: left;
    align-content: center;
}
.box-shortcut-title h4, .box-shortcut-title h4 a{
    font-size: 15px;
    color: #FFF;
    margin-bottom: 0;
    line-height: 1.2;
}
.box-shortcut-title-icon, .box-shortcut-title-icon a{
    color: #FFF;
    font-size: 25px;
    padding-right: 10px;
    font-weight: lighter;
}
.box-shortcut p, .box-shortcut p a{
    padding: 7px 0;
    font-size: 13px;
    color: #8E8E8E;
    line-height: 1.4;
}
#loja{
    background: #EAF3FF;
    padding: 3em 0;
}
.title-default{
    font-size: 28px;
    font-weight: bold;
    color: #003B7F;
    margin-bottom: 0;
}
.title-sub{
    font-size: 16px;
    color: #707070;
}
.box-product{
    background: #FFF;
    text-align: center;
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-product:hover{
    box-shadow: 1px 11px 19px 1px #bbd8ff;
}
.box-product-thumb{
    height: 265px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.box-product-thumb img{
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}
.box-product-title h2{
    color: #1B348B;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 0 0;
    margin-bottom: 0;
}
.box-product-price{
    color: #565656;
    font-size: 15px;
}
.box-product-parcela{
    color: #6A6A6A;
    font-size: 12px;
    padding: 5px 0;
}
.box-product-button .button{
    background: #319435;
    padding: 0.8em 2em;
    margin-top: 5px;
    font-size: 16px;
}
.box-product-button .button:hover, .box-product-button .button:active, .box-product-button .button:focus{
    background: #2eb334;
}
.button-ghost{
    font-size: 18px;
    color: #787878;
    border: 1px solid #A7A7A7;
    padding: 1em 2em;
    background: transparent;
}
.button-ghost:hover, .button-ghost:focus, .button-ghost:active{
    background: transparent;
    border: 1px solid #003B7F;
    color: #003B7F;
}
.call-action-button{
    background: #F5F5F5;
    padding: 1.4em 2em;
    border: 1px solid #EAEAEA
}
.call-action-button h2{
    color: #1A234B;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}
.call-action-button h4{
    color: #575757;
    font-size: 18px;
}
.call-action-button .button{
    background: #B62520;
    color: #FFF;
    margin-bottom: 0;
    font-size: 18px;
    padding-left: 2em;
    padding-right: 2em;
}
.call-action-button .button:hover{
    background: #e02e28;
}
.box-notice{
    box-shadow: 3.78405px 3.78405px 18.9203px rgba(194, 215, 240, 0.45);
    padding-bottom: 5px;
}
.box-notice-thumb{
    height: 230px;
    position: relative;
}
.box-notice-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 230px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #EAEAEA;
}
.box-notice-date{
    background: #B51E1C;
    padding: 4px 1em;
    color: #FFF;
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    left: -14px;
}
.box-notice-date:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #7f1716;
    position: absolute;
    transform: rotate(135deg);
    left: 6px;
    top: 22px;
}
.box-notice-title{
  padding: 0 10px;
}
.box-notice-title h2{
    font-size: 16px;
    color: #5F5F5F;
    font-weight: 600;
    padding: 10px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-notice-resume p{
    font-size: 12px;
    color: #8C8C8C;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 10px;
}
.box-notice-title h2:hover{
    color: #003B7F;
}
#videos{
    background: #EAF3FF;
    padding: 3em 0;
}

.video-thumb{
    overflow: hidden;
    height: 220px;
    border-radius: 5px 5px 0 0;
    position: relative;
    cursor: pointer;
}
.video-thumb .thumb{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.video-title span{
    background: #b51e1c;
    font-size: 15px;
    padding: 10px;
    color: #FFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay-video{
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
}
.overlay-video .play{
    position:absolute;
    align-items: center;
    width: 60px;
    height: 60px;
    top: 90px;
}
.relative{
    position: relative;
}

.card-gallery-photo{
    height: 263px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.revista{
    height: 450px;
}
.card-gallery-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-gallery-photo img:hover{
    transform: scale(1.1);
}
.card-gallery-title a{
    background: #1D458A;
    display: block;
    color: #FFF;
    font-size: 18px;
    padding: 1em;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
footer{
    background: #1C3CA8;
    padding: 2em 0;
}
footer h2{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
footer ul{
    list-style: none;
    margin: 0;
}
footer ul li, footer ul li a{
    font-size: 14px;
    color: #D8E1FF;
}
footer ul li a:hover{
    color: #bccbff;
}
footer p{
    font-size: 12px;
    color: #D8E1FF;
}
.social-block-footer a{
    color: #FFF;
    font-size: 16px;
    margin-right: 5px;
}
.social-block-footer a:hover{
    color: #bccbff;
}
#whatsapp-absolute{
    position: fixed;
    bottom: 2%;
    height: 70px;
    right: 1%;
    z-index: 3;
}
#inner-page{
    background: linear-gradient(180deg, #1554B4 0%, #005AE1 100%);
    padding: 4.5em 0;
    overflow: hidden;
    position: relative;
}
#inner-page h1{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0;
    color: #FFF;
    position: relative;
    /*z-index: 2;*/
}
#inner-page h2{
    font-size: 18px;
    color: #FFF;
    position: relative;
    /*z-index: 2;*/
}
.background-inner-page{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.40;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.background-inner-page img{
    height: 100%;
}

.card-project{
    background: #FFFFFF;
    box-shadow: 8px 4px 18px rgba(0, 0, 0, 0.04);
    border-radius: 7px;
    padding: 1em;
    display: flex;
}
.card-project-thumb{
    margin-right: 1em;
}
.card-project-thumb img{
    border-radius: 5px;
    width: 200px;
    height: 150px;
    min-width: 200px;
    object-fit: cover;
}
.card-project h3{
    font-size: 28px;
    font-weight: bold;
    color: #003B7F;
}
.card-project p{
    color: #8E8E8E;
    font-size: 14px;
}
.card-project p > a{
    color: #1D458A;
}
.bg-grey{
    background: #F4F4F4;
}
.accordion-title{
    font-size: 16px;
    color: #B02622;
    border: 0;
}
.accordion{
    background: transparent;
}
.accordion-item:first-child>:first-child{
    border-radius: 7px;
}
.accordion-item{
    background: #FFFFFF;
    box-shadow: 8px 4px 18px rgba(0, 0, 0, 0.04);
    border-radius: 7px;
    margin-bottom: 1em;
}
.accordion-title:focus, .accordion-title:hover{
    background: #B02622;
    color: #FFF;
    border-radius: 7px;
}
.accordion-content p{
    color: #5d5d5d;
}
.opacity-100{
    opacity: 100;
}
.breadcrumbs{
    border: 1px solid #E0E0E0;
    padding: 10px;
}
.breadcrumbs li, .breadcrumbs li a{
    color: #555555;
}
.pagination a{
    display: block;
    padding: 8px 19px;
    border-radius: 3px;
    color: #0a0a0a;
    background: #eaeaea;
    font-size: 15px;
}
.pagination a:hover{
    background: #1C3CA8;
    color: #FFF;
}

#text-content p{
    color: #646464;
}
#text-content p strong{
    color: #000;
}
#text-content h2, #text-content h3, #text-content h4, #text-content h5, #text-content h6{
    color: #1B348B;
}

.wrapper-thumb-gallery{
    background: #FFF;
    height: 150px;
    margin-bottom: 2em;
    position: relative;
}

.wrapper-thumb-gallery-page{
    background: #FFF;
    height: 200px;
    margin-bottom: 2em;
    position: relative;
}

.wrapper-thumb-gallery .gallery-thumb, .wrapper-thumb-gallery .gallery-thumb img,
.wrapper-thumb-gallery-page .gallery-thumb, .wrapper-thumb-gallery-page .gallery-thumb img{
    padding: 5px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    border: 1px solid #EEEEEE;
}

.wrapper-thumb-gallery:hover .overlay-gallery{
    opacity: 1;
}

.wrapper-thumb-gallery-page h2{
    font-size: 16px;
    color: #007BB6;
    font-weight: 600;
    display: block;
}

.wrapper-thumb-gallery-page a img{
    padding: 5px;
    object-fit: cover;
    border: 1px solid #EEEEEE;
    width: 100%;
    height: 250px;
}

.overlay-gallery{
    background: hsl(231deg 100% 20% / 62%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 6px solid #FFF;
    display: flex;
    justify-content: center;
    opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay-gallery-plus{
    width: 40px;
}
#text-content{
    padding-right: 2em;
}
.color-blue{
    color: #2a4bbf;
}
.product-main img{
    width: 100%;
}
.success, .success:hover, .success:active, .success:focus{
    color: #FFF !important;
}
.produto-loja .swiper-button-prev, .produto-loja .swiper-button-next{
    width: 40px !important;
}
.wrapper-cliente{
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding: 2em;
    background: #FFF;
    box-shadow: 1px 1px 13px 0px #e2e2e2;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    top: 0;
    position: relative;
}
.wrapper-cliente img{
    max-height: 200px;
}
.wrapper-cliente:hover{
    top: -10px;
}
.full-map iframe {
    width: 100%;
    min-height: 500px;
}

#whatsapp-float img{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    width: 50px;
    max-width: 50px;
}

.callout.success {
    color: #0a0a0a !important;
}

.panel {
    background:  #fff;
    border-radius: 8px;
    padding:  2em;
    border:  1px solid #ededed;
    box-shadow: 8px 8px #ededed;
}

.panel .options label{
    display: inline-block;
    margin:  10px;
}
.panel .options label input{
    margin-right:  2px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .product-main{
        margin-bottom: 1em;
    }
    .same-line {
        gap: 16px;
        flex-direction: column;
    }
    #inner-page h1{
        font-size: 22px;
    }
    #text-content{
        padding-right: 0;
    }
    .wrapper-thumb-gallery{
        height: auto;
    }
    .card-project{
        flex-direction: column;
    }
    .card-project h3{
        margin-top: 10px;
    }
    .card-project-thumb{
        margin: 0;
    }
    .card-project-thumb img{
        width: 100%;
        min-width: 100%;
        height: auto;
    }
    .primary-menu{
        display: block;
    }
    .primary-menu li{
        border-bottom: 1px solid #d42823;
    }
    .mobile-order-3{
        order: 3;
    }
    .wrapper-search{
        margin-top: 2em;
    }
    .box-shortcut-thumb{
        height: auto;
    }
    .box-shortcut-title h4{
        font-size: 13px;
        margin-bottom: 1em;
    }
    .box-product{
        margin-bottom: 2em;
    }
    .call-action-button{
        text-align: center;
    }
    .box-notice-thumb{
        height: auto;
    }
    .button-ghost{
        font-size: 16px;
    }
    .video-title span{
        font-size: 13px;
    }
    .video-thumb{
        height: auto;
    }
    .card-gallery-photo{
        height: auto;
    }
    .card-gallery-title a{
        font-size: 15px;
    }
    .toggle-menu{
        display: none;
    }
    .swiper-button-prev, .swiper-button-next{
        width: 30px;
    }
    #mobile-menu{
        height: 30px;
        margin-left: 2em;
    }
    .phone-header{
        font-size: 20px;
    }
    .social-block{
        justify-content: center;
    }
    .phone-header{
        display: none;
    }
    .box-notice, .box-video, .card-gallery{
        margin-bottom: 2em;
    }
    footer ul{
        margin-bottom: 2em;
    }
    .box-product-thumb{
        height: auto;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

    #text-content{
        padding-right: 0;
    }
    .wrapper-thumb-gallery{
        height: auto;
    }
    .primary-menu{
        display: block;
    }
    .primary-menu li{
        border-bottom: 1px solid #d42823;
    }
    .mobile-order-3{
        order: 3;
    }
    .wrapper-search{
        margin-top: 2em;
    }
    .box-shortcut-thumb{
        height: 200px;
    }
    .box-shortcut-title h4{
        font-size: 13px;
        margin-bottom: 1em;
    }
    .box-product{
        margin-bottom: 2em;
    }
    .call-action-button{
        text-align: center;
    }
    .box-notice-thumb{
        height: 160px;
    }
    .button-ghost{
        font-size: 16px;
    }
    .video-title span{
        font-size: 13px;
    }
    .video-thumb{
        height: 180px;
    }
    .card-gallery-photo{
        height: 220px;
    }
    .card-gallery-title a{
        font-size: 15px;
    }
    .toggle-menu{
        display: none;
    }
    .swiper-button-prev, .swiper-button-next{
        width: 30px;
    }
    #mobile-menu{
        height: 30px;
        margin-left: 2em;
    }
    .phone-header{
        font-size: 20px;
    }
    .revista{
        height: 350px;
    }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .dropdown.menu>li>a {
        padding: .9rem 0.7rem;
    }
}

/* especial medium in height */
@media screen and (min-width: 1200px) and (max-height: 550px) {

}
