/*
    ---------------------------------------------
    Created and updated by
    Fernanda "Wolf Krauser" Behrend
    fernanda.behrend1203@gmail.com

    CSS last modified: 27/01/2023
    ---------------------------------------------
*/

@import url("../css/reset.css");
@import url("../css/themecolors.css");
@import url("../css/mobile.css");
@import url("../js/jsmodal/modals.css");
@import url("https://lovatel.com.br/plugins/plugins.css");
@import url("../css/chatbot.css");
/* fade-in pages */
body{
    animation: fadein 1s; /* PadrÃ£o */
    -webkit-animation: fadein 1s; /* Webkit */
    -moz-animation: fadein 1s; /* Firefox */
    -ms-animation: fadein 1s; /* IE */
}
@keyframes fadein {
    from { opacity: 0.4; }
    to { opacity: 1; } /* PadrÃ£o */
}
@-moz-keyframes fadein {
    from { opacity: 0.4; }
    to { opacity: 1; } /* Firefox */
}
@-webkit-keyframes fadein {
    from { opacity: 0.4; }
    to { opacity: 1; } /* Webkit */
}
@-ms-keyframes fadein {
    from { opacity: 0.4; }
    to { opacity: 1; } /* IE */
}

body{
    overflow-x: hidden;
}

.social-box{
    width: fit-content;
    width: -moz-fit-content;
}
.social-box a{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin: 0px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-box a img{
    width: 100%;
    height: 100%;
}


/* HEADER */
header{
    background: transparent;
    padding: 30px 20px;
    width: 100%;
    z-index: 200;
    position: absolute;
    top: 0;
    left: 0;

    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

header .main{
    position: relative;
}

.logoH{
    width: fit-content;
    width: -moz-fit-content;
    height: fit-content;
    height: -moz-fit-content;
}
.logoH img{
    width: 100%;
    height: 100%;

    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.infoHeader{
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto 0 auto;
}

.infoHeader a.whFit{
    margin-right: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.infoHeader a.whFit div{
    margin-right: 10px;
}

.openMenu .menuFix{
    display: none;
}

.gt_float_switcher .gt_options{
    position: absolute !important;
}

.gt_float_switcher .gt-selected,
.gt_float_switcher{
    background: #444 !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code,
.gt_float_switcher .gt_options a{
    color: #fff !important;
}
.gt_float_switcher{
    font-size: 14px !important;
}
.gt-current-lang,
.gt_options.gt-open a{
    padding: 5px !important;
}
.gt_float_switcher img{
    width: 18px !important;
}

.socialH{
    margin-right: 15px;
}


/* Header scroll */
header.scroll{
    position: fixed;
    top: 0;
    left: 0;
    padding: 13px 20px;
    background: rgba(23, 23, 23, 0.85);

    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.10);
}

.logoH img{
    max-width: 300px;
}

header.scroll .logoH img{
    max-width: 200px;
}

header.scroll .openMenu .menuAbs{
    display: none;
}
header.scroll .openMenu .menuFix{
    display: flex;
}


/* Banner Home */
.bannerHome{
    position: relative;
    overflow: hidden;
    background: url('../img/bgHome.webp') no-repeat center;
    background-size: cover;
    padding: 300px 20px 40px 20px;
}

.pseudoHeader{
    position: relative;
    overflow-x: hidden;
}
.pseudoHeader::before{
    content: '';
    position: absolute;
    top: -630px;
    right: -250px;
    width: 848px;
    height: 848px;
    border-radius: 848px;
    background: #FFF212;
    z-index: 2;
}

.bannerHome .main{
    z-index: 10;
    max-width: 810px;
}

.bannerHome h1{
    font-size: 48px;
    line-height: 54px;
    max-width: 670px;
    margin: 0 auto 30px auto;
}
.bannerHome h6{
    max-width: 480px;
    margin: 0 auto 65px auto;
}

.fullButtonsBanner{
    margin-bottom: 90px;
}
.fullButtonsBanner a{
    width: 49%;
    padding: 14px 25px;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
}
.fullButtonsBanner a:nth-child(1){
    color: #1E1E1E;
    background: #fff;
}
.fullButtonsBanner a:nth-child(2){
    color: #fff;
    border-radius: 50px;
    background: linear-gradient(180deg, #60D669 0%, #389D40 100%);
}


/* Serviços */
.servicos{
    background: url('../img/bgCanguru.webp') no-repeat center left;
}

.videoServ{
    max-width: 1125px;
    margin: 0 auto 70px auto;
}
.videoServ iframe{
    width: 100%;
    height: 585px;
    border-radius: 10px;
}

.slidesVideos a{
    position: relative;
}

.slidesVideos a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 10px;
}

.slidesVideos iframe{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    aspect-ratio: 16/12;
}

.importRegistro{
    border-radius: 10px 50px;
    background: #F4F4F4;
    padding: 50px 80px;
}

.gridImport{
    grid-column-gap: 150px;
    grid-row-gap: 30px;
}

.iconItemImport{
    min-width: 78px;
    margin-right: 15px;

    transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
}
.itemImport:hover .iconItemImport{
    transform: rotateY(180deg);
}
.itemImport p{
    font-size: 15px;
    line-height: 20px;
}

.importRegistro{
    margin-bottom: 60px;
}


.gridNaoRegistrar{
    grid-column-gap: 100px;
    grid-row-gap: 30px;
    max-width: 1145px;
}

.iconItemNaoRegist{
    min-width: 78px;
    margin-right: 15px;

    transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
}
.itemNaoRegist:hover .iconItemNaoRegist{
    transform: rotateY(180deg);
}
.itemNaoRegist p{
    font-size: 15px;
    line-height: 20px;
}


.comoFunciona{
    padding: 70px 75px;
    border-radius: 10px 50px;
    background: #F4F4F4;
    margin-top: 60px;
}

.leftFunciona{
    width: 40%;
    height: fit-content;
    height: -moz-fit-content;
    position: relative;
}
.leftFunciona::before{
    content: '';
    position: absolute;
    top: 10px;
    left: -75px;
    width: 472px;
    height: 66px;
    background: url('../img/bgTitle.webp') no-repeat center;
    z-index: 1;
}
.leftFunciona h2{
    z-index: 10;
}

.rightFunciona{
    width: 44%;
    height: fit-content;
    height: -moz-fit-content;
}

.fullButtonsFunciona{
    max-width: 810px;
    margin: 60px auto -95px auto;
}
.fullButtonsFunciona a{
    width: 49%;
    padding: 14px 25px;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
}
.fullButtonsFunciona a:nth-child(1){
    color: #1E1E1E;
    background: #FFF212;
}
.fullButtonsFunciona a:nth-child(2){
    color: #fff;
    border-radius: 50px;
    background: linear-gradient(180deg, #60D669 0%, #389D40 100%);
}


/* Passo a Passo */
.passoApasso{
    background: url('../img/bgHome.webp') no-repeat center;
    background-size: cover;
    position: relative;
}
.passoApasso::before{
    content: '';
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    height: 277px;
    background: url('../img/curvas.webp') no-repeat center;
}
.passoApasso .main{
    z-index: 10;
}

.passoApasso h2{
    max-width: 720px;
    margin: 0 auto 10px auto;
}

.itensPasso{
    position: relative;
}
.itensPasso::before{
    content: '';
    position: absolute;
    top: 5%;
    left: 34px;
    width: 5px;
    height: 90%;
    background: #FFF212;
    z-index: 1;

    display: none;
}

.itemPassoApasso{
    width: 18%;
    height: fit-content;
    height: -moz-fit-content;
    z-index: 10;
}
.numeroPassoApasso{
    width: 71px;
    height: 71px;
    min-width: 71px;
    min-height: 71px;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 18px;
    background: #FFF212;

    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}
.numeroPassoApasso span{
    color: #373435;
    font-size: 26px;
    font-weight: 900;
    font-family: 'Inter', sans-serif;

    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}
.itemPassoApasso:hover .numeroPassoApasso{
    background: #1E1E1E;
}
.itemPassoApasso:hover .numeroPassoApasso span{
    color: #FFF212;
}
.txtItemPasso h6{
    margin-bottom: 18px;
}
.txtItemPasso p{
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.itemPasso2{
    margin-top: 75px;
}
.itemPasso3{
    margin-top: 205px;
}
.itemPasso4{
    margin-top: 205px;
}
.itemPasso5{
    margin-top: 55px;
}

.fullButtonsPasso{
    max-width: 810px;
    margin: 120px auto 0 auto;
}
.fullButtonsPasso a{
    width: 49%;
    padding: 14px 25px;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
}
.fullButtonsPasso a:nth-child(1){
    color: #1E1E1E;
    background: #FFF212;
}
.fullButtonsPasso a:nth-child(2){
    color: #fff;
    border-radius: 50px;
    background: linear-gradient(180deg, #60D669 0%, #389D40 100%);
}


/* Sobre home */
.allHome{
    background: url('../img/bgCanguru.webp') no-repeat center left;
}

.sobreHome1{
    padding-bottom: 40px;
    border-bottom: 7px solid #F0F0F0;
    justify-content: space-around;
}

.leftSobreHome1,
.leftSobreHome2{
    width: 37%;
    position: relative;
}

.rightSobreHome1,
.rightSobreHome2{
    width: 40%;
}

.leftSobreHome2::before{
    content: '';
    position: absolute;
    top: 80px;
    left: -75px;
    width: 472px;
    height: 66px;
    background: url('../img/bgTitle.webp') no-repeat center;
    z-index: 1;
}
.leftSobreHome2 h2{
    z-index: 10;
}

.sobreHome2{
    margin-top: 65px;
    justify-content: space-around;
}
.sobreHome2 h5{
    margin-bottom: 60px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
}

.rightSobreHome2 h6{
    margin-bottom: 13px;
}
.rightSobreHome2 p{
    margin-top: 30px;
}

.buttonSobreH{
    margin-top: 50px;
}
.buttonSobreH a{
    color: #B5B5B5;
    font-size: 16px;
    padding: 14px 25px;
    border-radius: 10px;
    background: #FFF;

    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.buttonSobreH a:hover{
    background: #1E1E1E;
    color: #fff;
}


/* Viabilidade */
.formViabilidade{
    padding: 0 20px;
    position: relative;
}
.formViabilidade::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 613px;
    height: 742px;
    background: url('../img/pseudoForm.webp') no-repeat top right;
    background-size: contain;
    z-index: 2;
}
.formViabilidade .main{
    padding: 85px 215px;
    border-radius: 10px 50px;
    background: #3F9A58;
    z-index: 1;

    box-shadow: 0px 9px 58px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 9px 58px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 9px 58px 0px rgba(0, 0, 0, 0.25);
}

.formViabilidade h2,
.formViabilidade h4,
.formViabilidade p,
.formViabilidade .formulario{
    z-index: 10;
}

.formViabilidade h4{
    font-size: 30px;
    line-height: 35px;
}
.formViabilidade p{
    max-width: 925px;
    margin: 0 auto;
}

.formulario{
    max-width: 555px;
    margin: 50px auto 0 auto;
}

#form_viabilidade{
    width: 100%;
    height: available;
    height: fit-content;
}
#form_viabilidade .e_input{
    padding: 17px 21px;
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    font-size: 16px;
    font-weight: 600;
    color: #1E1E1E;

    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10);
}
#form_viabilidade .msg{
    width: 100%;
    min-height: 80px;
}

.form-group{
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.form-group.divided{
    width: 49%;
}
.form-group span{
    position: absolute;
    left: 20px;
    top: 20px;
    color: #1E1E1E;
    z-index: 10;
    pointer-events: none;
    font-size: 14px;

    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}
.focused span {
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
    font-size: 10px;
}

#form_viabilidade textarea{
    overflow: hidden;
}
#form_viabilidade .button{
    cursor: pointer;
    padding: 14px 37px;
    width: 100%;
    justify-content: center;
    color: #1E1E1E;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 50px;
    background: #FFF212;
}
#form_viabilidade .button div{
    margin-right: 20px;
}


/* Blog home */
.blogHome h5{
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

.imgItemBlog{
    height: fit-content;
    height: -moz-fit-content;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
}
.imgItemBlog img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;

    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
.imgItemBlog::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.itemBlog:hover .imgItemBlog img{
    transform: scale(1.1);
}
.itemBlog span{
    padding: 4px 20px;
    color: #1E1E1E;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    border-radius: 5px;
    background: #FFF212;
    margin-bottom: 15px;
    width: fit-content;
    width: -moz-fit-content;
}
.itemBlog h6{
    font-size: 15px;
    line-height: 20px;
}

.buttonBlog{
    color: #B5B5B5;
    font-size: 16px;
    padding: 14px 25px;
    border-radius: 10px;
    background: #FFF;
    margin: 50px auto 0 auto;

    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.buttonBlog:hover{
    background: #1E1E1E;
    color: #fff;
}


/* Depoimentos */
.depoimentos{
    padding-top: 0;
}

.itemDepoimento{
    border-radius: 5px;
    background: #F3F3F3;
    padding: 35px 30px;
}
.imgDep{
    min-width: 50px;
    margin-right: 15px;
}
.imgDep img{
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
}
.titleDep h3{
    font-family: 'Inter', sans-serif;
}


/* FOOTER */
footer{
    background: url('../img/bgFooter.webp') no-repeat center;
    background-size: cover;
    padding: 120px 20px 50px 20px;
}

.menuF{
    width: fit-content;
    width: -moz-fit-content;
}
.menuF li{
    width: fit-content;
    width: -moz-fit-content;
    margin-bottom: 22px;
}
.menuF li:last-child{
    margin-bottom: 0;
}
.menuF li a{
    width: fit-content;
    width: -moz-fit-content;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.contatoF{
    width: fit-content;
    width: -moz-fit-content;
}
.contatoF p{
    margin-bottom: 50px;
}
.linksContatoF a{
    margin-right: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.linksContatoF a div{
    margin-right: 10px;
}

.buttonsFooter{
    width: 100%;
    max-width: 388px;
}
.buttonsFooter a{
    width: 100%;
    padding: 14px 25px;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
}
.buttonsFooter a:nth-child(1){
    color: #1E1E1E;
    background: #fff;
    margin-bottom: 15px;
}
.buttonsFooter a:nth-child(2){
    color: #fff;
    border-radius: 50px;
    background: linear-gradient(180deg, #60D669 0%, #389D40 100%);
}


.socialF{
    display: none;
}

.copyright{
    margin-top: 100px;
}
.copyright p,
.copyright a{
    color: #6A6A6A;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}


/* Sobre */
.headerPage{
    padding: 0;
}
.headerPage img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

.sobre .main{
    justify-content: space-around;
}

.sobre h5{
    margin-bottom: 45px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.leftSobre{
    width: 37%;
    position: relative;
}
.leftSobre::before{
    content: '';
    position: absolute;
    top: 80px;
    left: -75px;
    width: 472px;
    height: 66px;
    background: url('../img/bgTitle.webp') no-repeat center;
    z-index: 1;
}
.leftSobre h2{
    z-index: 10;
}

.rightSobre{
    width: 40%;
}
.rightSobre h6{
    margin-bottom: 13px;
}
.rightSobre p{
    margin-top: 30px;
}

.sliderSobre{
    margin: 80px auto;
}
.sliderSobre .swiper-wrapper{
    padding-bottom: 20px;
}
.sliderSobre .swiper-pagination{
    position: relative;
}
.sliderSobre a{
    overflow: hidden;
    border-radius: 10px;
    height: fit-content;
    height: -moz-fit-content;
    position: relative;
}
.sliderSobre a img{
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center;
    z-index: 1;

    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
.sliderSobre a:hover img{
    transform: scale(1.1);
}

.sliderEquipe .swiper-slide{
    padding: 40px 15px 15px 15px;
}

.itemEquipe{
    padding: 45px 45px;
    border-radius: 10px;
    background: #FFF;

    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
}

.imgItemEquipe{
    width: fit-content;
    width: -moz-fit-content;
    height: fit-content;
    height: -moz-fit-content;
    margin-top: -75px;
    overflow: hidden;
    border-radius: 50%;
}
.imgItemEquipe img{
    width: 170px;
    height: 170px;
    min-width: 170px;
    min-height: 170px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;

    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
.itemEquipe p{
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
.itemEquipe:hover .imgItemEquipe img{
    transform: scale(1.1);
}


/* Blog */
.blog h5{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 50px;
}

.formFilter{
    max-width: 250px;
    width: 100%;
    position: relative;
}
#form_filter{
    width: 100%;
    position: relative;
}
#form_filter input{
    width: 100%;
    padding: 10px 40px 10px 15px;
    margin-bottom: 0;
    border-radius: 10px;
    border: 2px solid #373435;
    color: #373435;
    font-size: 14px;
    font-weight: 700;

    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10);
}
#form_filter .button{
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-radius: 5px;
    justify-content: center;
    height: 40px;
    width: 40px;
    padding: 5px;
}
#form_filter .button div{
    max-width: 17px;
}
::-webkit-input-placeholder {
    color: #373435;
}
:-moz-placeholder { /* Firefox 18- */
    color: #373435;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #373435;
}
:-ms-input-placeholder {
    color: #373435;
}

.blog .gridBlog{
    margin-top: 30px;
}

.blog nav{
    margin: 50px auto 0 auto;
}


/* Blog detalhes */
.blogDet h5{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 35px;
}

.blogDet h1{
    max-width: 860px;
    margin: 0 auto 20px auto;
}

.tagShare{
    justify-content: center;
}
.tagShare .tag{
    padding: 4px 20px;
    color: #1E1E1E;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    border-radius: 5px;
    background: #FFF212;
    width: fit-content;
    width: -moz-fit-content;
    margin-right: 30px;
}

.fotoPrincipal{
    max-width: 650px;
    width: 100%;
    height: fit-content;
    height: -moz-fit-content;
    border-radius: 10px;
    margin: 0 auto 40px auto;
    position: relative;
    overflow: hidden;
}
.fotoPrincipal img{
    z-index: 1;
}
.fotoPrincipal::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
    z-index: 5;
}

.textoBlog{
    max-width: 1120px;
    margin: 0 auto 70px auto;
}


/* Fancybox whatsapp */
.whatsChat{
    bottom: 20px;
    right: 20px;
}

.fbWhatsapp{
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: rgba(23, 23, 23, 0.85);
    z-index: 1000;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
.fbWhatsapp.show{
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.fbWhatsapp .main{
    max-width: 400px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.titleFbWpp{
    padding: 8px 40px 8px 15px;
    background: #2e8c7e;
    position: relative;
}
.titleFbWpp i{
    color: #49d27d;
    font-size: 45px;
    margin-right: 10px;
}

.closeWpp{
    color: #115550;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    margin-top: -17.5px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
}

#form_whatsapp{
    width: 100%;
    height: fit-content;
    height: -moz-fit-content;
    padding: 15px;
}
#form_whatsapp .input{
    width: 100%;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 15px;
    border: 1px solid #c4c8c7;
    margin-bottom: 0;
}
#form_whatsapp .button{
    background: #47d46f;
    color: #fff;
    font-weight: 700;
    justify-content: center;
    text-align: center;
    padding: 12px 15px;
    border-radius: 10px;
    width: 100%;
    font-size: 16px;
}

#form_whatsapp p{
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
}
