
@font-face {
    font-family:'ConfigRounded';
    src: url('../fonts/ConfigRounded-Bold.eot') format('opentype'),
    url('../fonts/ConfigRounded-Bold.woff') format('woff'),
    url('../fonts/ConfigRounded-Bold.svg') format('svg')
    
  }
  @font-face {
    font-family:'ConfigRounded-Regular';
    src: url('../fonts/ConfigRounded-Regular.eot') format('opentype'),
    url('../fonts/ConfigRounded-Regular.woff') format('woff'),
    url('../fonts/ConfigRounded-Regular.svg') format('svg')
    
  }
  
  @font-face {
    font-family:'ConfigRounded-SemiBold';
    src: url('../fonts/ConfigRounded-SemiBold.eot') format('opentype'),
    url('../fonts/ConfigRounded-SemiBold.woff') format('woff'),
    url('../fonts/ConfigRounded-SemiBold.svg') format('svg')
    
  }
  textarea{
      padding-top: 2rem;
  }
  .left{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .right{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

.rodape{
    background-color:#374A65 ;
    font-family: 'ConfigRounded-SemiBold', sans-serif;
    padding: 2rem;
    color: #fff;
    text-align: center;
}
.menu-pesquisa img{
    width: 130px;
    
}
.meshim_widget_components_chatButton_Button * {
    cursor: pointer;
    display: none;
}



#myBtn:hover {
    background-color: #32B3CA;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #A1C861;
    color: white;
    cursor: pointer;
    padding: 20px;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(98, 97, 97, 0.1);
    box-shadow: 0px 0px 3px 2px rgba(98, 97, 97, 0.1);
}

.btn-primary2{
    border: none;
    height: 5.2rem;
   padding: 1.7rem 6.3rem;
   background-color: #A1C861;
   border-radius: 5rem;
   max-width: 42.8rem;
   width: 100%;
   margin: auto;
   cursor: pointer;
   color: #fff;
   font-family: 'ConfigRounded-SemiBold', sans-serif;
   font-weight: 600;
   font-size: 1.6rem;
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
   margin-bottom: 3rem;
   margin-top: 3rem;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   transition: all 0.5s;
}
.btn-primary2:hover{
    background-color: #374A65;
}
.banner-pesquisa{
    position: relative;
    background-image: url(../img/bg-ebook.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-color: #ECF2F6;
    margin-top: -7rem;
    z-index: -1;
}
.container-banner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1216px;
    width: 100%;
    margin: auto; 
}
.info-banner{
    max-width: 62.7rem;
}
   .info-banner h1{
     background-image: linear-gradient(96.09deg, #32B3CA -18.79%, #A1C861 109.04%);
     background-clip: text;
     -webkit-background-clip: text; 
     -webkit-text-fill-color: transparent;
     color: black;
     font-family: 'ConfigRounded';
     font-weight: 700;
     margin-bottom: 1rem; 
     font-size: 4.5rem;
    }
    .foto-banner{
        margin-left: -250px;
        margin-top: 5rem;
    }

    .menu-pesquisa{
        background-color: #374A65;
        z-index: 1;


    }
    .containe{
        width: 100%;
        margin: auto;
        height: 7rem;
        max-width: 1216px;
        align-items: center;
        font-family: 'ConfigRounded';
        color: #fff;
        font-weight: 700;
        display: flex;
        justify-content: space-between;
    }
   .containe a{
       color: #fff;

    }
    *{
        
        text-decoration: none;
        list-style: none;
        outline: none;
    }
    img{
       width: 100%;
    }

    @media(max-width:1220px){
        .container-banner{
            flex-direction: column;
            justify-content: center;
            align-items: center;
            max-width: 90%;
            width: 100%;
            margin: auto; 
        }
        .foto-banner{
            margin-left:0px;
            margin-top: 5rem;
        }
        .foto-banner img{
            width: 100%;
        }

        .menu-pesquisa img{
            width: 130px;
            
        }
        .left{
          flex-direction: column;
          }
          .right{
            flex-direction: column;
          }
          .containe{
              width: 90%;
          }

    }