@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
@import url('reset.css');
@import url('variaveis.css');
@import url('componentes/botao.css');
@import url('componentes/titulo-pagina.css');
@import url('layout/layout.css');

body{
  font-family: 'Sora', sans-serif;
  font-weight: var(--regular);
}
main{
  position: relative;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  overflow-x: hidden;
}
.padding-md-0{
  padding: 0px;
}
.row-flex-center{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1300px){
  .container {
    width: 1325px;
  }
}
.main-paginas{
  margin-bottom: 80px;
  margin-top: 89px;
}
/***** toast *****/
#toast-container {
    top: 40%;
}

    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        margin-bottom: 10px;
    }

@media (max-width: 1200px) {
    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 35%;
    }
}

@media (max-width: 992px) {
    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 45%;
    }
}

@media (max-width: 768px) {
    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 55%;
    }
}

@media (max-width: 528px) {
    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 85%;
    }
}

@media(min-width:992px) {
    #toast-container {
        width: 768px;
        margin-left: 25%;
        margin-right: 25%;
    }
}

.toast-title {
    font-family: 'venetian301_bd_btbold';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

.toast-message {
    font-family: 'venetian301_btitalic';
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 18px;
    padding-right: 30px;
    padding-top: 5px;
}

#toast-container > .toast-error {
    background-position: 27px !important
}

#toast-container > .toast-error {
    background-position: 27px !important
}

#toast-container > .toast-success {
    background-position: 27px !important
}

#toast-container > div {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 35px 15px 35px 75px !important;
}

@media (max-width: 528px) {
    #toast-container > div {
        padding: 20px 15px 20px 59px !important;
    }
}

.toast-close-button {
    top: -1.9em;
}

@media (max-width: 480px) and (min-width: 241px) {
    #toast-container .toast-close-button {
        top: -0.9em;
    }
}

.fixed__whatsapp {
    position: fixed;
    bottom: 30px;
    right: 1.5%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding-top: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    box-shadow: 0 11px 43px 0 rgba(0,0,0,.36);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    background: #25d366
}

    .fixed__whatsapp:hover {
        background: #075e54
    }

    .fixed__whatsapp svg {
        color: #fff;
    }

@media(max-width: 768px) {
    .fixed__whatsapp {
        right: 3%;
        bottom: 3%
    }
}
