/** Fonts *****************************************************/
/**************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200&family=Roboto:wght@300;400&display=swap');
/**************************************************************/
/**************************************************************/


/** Pre-loader ************************************************/
/**************************************************************/
body {
    overflow-y: hidden; 
}
   
#preloader {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #76af28; /* cor do background que vai ocupar o body */
    z-index: 999; /* z-index para jogar para frente e sobrepor tudo */
}

#preloader .inner {
    position: absolute;
    top: 50%; /* centralizar a parte interna do preload (onde fica a animação)*/
    left: 50%;
    transform: translate(-50%, -50%);  
}

.bolas > div {
    display: inline-block;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin: 3px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: animarBola;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.bolas > div:nth-child(1) {
    animation-duration:0.75s ;
    animation-delay: 0;
}

.bolas > div:nth-child(2) {
    animation-duration: 0.75s ;
    animation-delay: 0.12s;
}

.bolas > div:nth-child(3) {
    animation-duration: 0.75s  ;
    animation-delay: 0.24s;
}
   
@keyframes animarBola {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    16% {
      -webkit-transform: scale(0.1);
      transform: scale(0.1);
      opacity: 0.7;
    }

    33% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1; 
    } 
}
  
/**************************************************************/
/**************************************************************/


/** Geral *****************************************************/
/**************************************************************/
*{
    font-family: 'Roboto';
}

html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

a{
    text-decoration: none;
}
/**************************************************************/
/**************************************************************/


/** Banner ****************************************************/
/**************************************************************/
#banner{    
    background-image: url('../images/protecao2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    height: 50vh;    
}

.banner{
    align-items: center;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
}

input#cnpj_cpf, input#senha {
    background-color: transparent;
    color: #fff;
}

input#cnpj_cpf::placeholder, input#senha::placeholder{
    color: #fff;
}

.btn-Entrar{
    color: #76af28;
    background-color: #fff;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.inpLinks button{
    letter-spacing: normal;
    font-size: 0.8em;
    background-color: transparent;
    color: #fff;
    border: none;
}
/**************************************************************/
/**************************************************************/


/** Medicamentos **********************************************/
/**************************************************************/
.med-white{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #76af28;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
}

.med-blue{
    background-color:#76af28;
    color: #fff;
    transform: skew(20deg);
}

.med-blue-text{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-family: 'Raleway';
    transform: skew(-20deg);
}

.med-blue-phone{
    display: flex;
    align-items: center;
    font-size: 2em;
    transform: skew(-20deg);;
}

.med-blue-phone i{
    transform: rotate(120deg);
}

.p-horario {
    font-size: 0.5em;
}

/**************************************************************/
/**************************************************************/

/** Missão ****************************************************/
/**************************************************************/
.card-missao{
    display: inline;
    margin: 2%;
    padding-top: 1%;
    background-color: #fff;
    color: #76af28;
    border-radius: 6px;
}

.card-missao h4{
    font-weight: 600;
}

.card-missao p{
    padding: 5%;
    font-family: 'Raleway';
    font-size: 0.8em;
    font-weight: 600;
    color: #000;
}
/**************************************************************/
/**************************************************************/

/** Distribuidor **********************************************/
/**************************************************************/
#distribuidor{
    color: #76af28;
}

#distribuidor h4{
    font-weight: 600;
}

#distribuidor .btn-acesso{    
    background: linear-gradient(to right, #3660a3 0%, #33ccff 100%);
    color: #fff;
    padding: 2%;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 0.03em;
}
/**************************************************************/
/**************************************************************/

/** Canal *****************************************************/
/**************************************************************/
.card-canal{
    display: inline;
    border: 1px solid #e8e4ec;
    color: #76af28;
    border-radius: 6px;
    margin: 0% 1% 1.5% 1%;
    padding-top: 1%;
    padding-bottom: 2%;    
}

.card-canal h4{
    font-weight: 600;
}

.card-canal p{
    padding-left: 5%;
    padding-right: 5%;
    font-family: 'Raleway';
    font-size: 0.8em;
    font-weight: 600;
    color: #000;
}

#canal .btn-acesso{    
    background: transparent;    
    color: #76af28;
    padding: 2%;
    border-radius: 6px;
    border: 2px solid #76af28;
    font-weight: 600;
    letter-spacing: 0.03em;
}
/**************************************************************/
/**************************************************************/

/** SAC *******************************************************/
/**************************************************************/
#sac h2{
    padding-top: 2%;
    margin-right: 2%;
    letter-spacing: 0.03em;
    font-weight: 600;
}

#sac h6{
    padding-top: 1%;
}

#sac .row{
    padding-top: 1%;
    padding-bottom: 2%;
}

/**************************************************************/
/**************************************************************/


/** Regiao ****************************************************/
/**************************************************************/
#regiao{
    box-shadow: 0em 1em 1em #e8e4ec;
    padding-top: 1%;
    padding-bottom: 1%;
}

#regiao h2{
    color: #76af28;
    font-weight: 700;
}

#regiao button{
    background-color: transparent;
    color: #76af28;
    border: 2px solid #76af28;
    border-radius: 6px;
    padding: 2%;
    margin-top: 2%;
    font-weight: 600;
}
/**************************************************************/
/**************************************************************/


/** Parceiros *************************************************/
/**************************************************************/
#parceiros{
    padding-top: 1%;
    padding-bottom: 1%;
}

#parceiros h2{
    padding-top: 5%;
    color: #76af28;
    font-weight: 700;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.lists li {
    display: flex;
    flex: 1;
    border-bottom: 1px solid #d8e3ef;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lists li .product {
    max-width: 335px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.lists li .product span {
    font-size: 1.8rem;
    font-family: 'regular', Arial, Helvetica, sans-serif;
    color: #212c38;
}

.lists li .description {
    flex: 1;
}

/**************************************************************/
/**************************************************************/


/** Mapas *****************************************************/
/**************************************************************/
#maps{
    background-color: #fff;    
}

#maps .maps{
    height: 400px;
    z-index: 2;
}

#maps .img{
    margin-top: -160px;
    z-index: 1;    
    position: relative;
}
/**************************************************************/
/**************************************************************/

/** Footer ****************************************************/
/**************************************************************/
footer h3{
    font-weight: 700;
    border-bottom: 2px solid #76af28;
}

footer a:hover{
    color: #fff;
    border-bottom: 2px solid #fff;
}
/**************************************************************/
/**************************************************************/

/** TH ********************************************************/
/**************************************************************/
#th{
    font-size: 0.8em;
    color: #3660a3;
}

/**************************************************************/
/**************************************************************/


/** Privacidade ***********************************************/
/**************************************************************/
#privacidade{
    background-color: #76af28;
    padding: 15px 30px;
    width: 100%;
    box-shadow: 0 10px 40px rgb(45 41 56 / 10%);
    position: fixed;
    z-index: 998;
    color: #fff;
    text-align: center;
    bottom: 0;
}

#privacidade a{
    color: #fff;
    text-decoration: underline;
}

#privacidade button{
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 6px;
}

#text-coockie{
    color: #76af28;
    text-align: justify;
    padding: 2%;
}
/**************************************************************/
/**************************************************************/


/** Background ************************************************/
/**************************************************************/
#pre-menu, #sac, footer{
    background-color: #76af28;
    color: #fff;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}

#pre-menu a, #sac a, footer a{
    color: #fff;
    text-decoration: none;
}

#missao{
    background-color: #e8e4ec;
}
/**************************************************************/
/**************************************************************/


/** NavBars ***************************************************/
/**************************************************************/
#menu{
    position: sticky;
    top: 0;
    z-index: 998;
    width: 100%;
    background-color: #fff;
    border-bottom: 2px solid #76af28;
    /*box-shadow: 0px 0.5em 0.5em #e8e4ec;*/
}

.navbar-light .navbar-nav .nav-link{
    color: #76af28;    
    border: 3px solid #fff;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #76af28;    
    border-bottom: 3px solid #76af28;
}

li.nav-item.text-center.flex-fill.bd-highlight.dropdown.show{
    color: #76af28;
}

.dropdown-item{
    color: #76af28;
}

.dropdown-item:hover{
    background-color: #76af28;
    color: #fff;
}
/**************************************************************/
/**************************************************************/

/** Modais ****************************************************/
/**************************************************************/
.close{
    border: none;
    background-color: transparent;
}
/**************************************************************/
/**************************************************************/


/** Mobile ****************************************************/
/**************************************************************/
@media screen and (max-width: 600px){
    #pre-menu{
        display: none;
    }
    
    .navbar-brand{
        width: 70%;
    }

    #banner{
        height: 50vh;        
        background-position-x: center !important;
        background-position-y: bottom !important;
        align-items: start !important;
        text-align: center !important;
    }

    .med-white, .med-blue-text{
        display: none;
    }

    .med-blue{
        background-color: #fff;
        color: #76af28;
    }

    .med-blue-phone{
        justify-content: center;
    }

    #missao, #maps{
        background-color: #fff;
    }

    #distribuidor{
        display: none;
    }

    #canal{
        margin-bottom: 2%;
    }

    .card-canal{
        margin:2%
    }

    #sac h2{
        font-size: 1em;
    }

    #maps .col-6{
        height: 200px;
    }

    #th{
        font-size: 0.6em;
        color: #76af28;
    }    
}
/**************************************************************/
/**************************************************************/
