/*
CORES
#D92B04
#45858C
#A0D9D9
#D9C589
#BF9765

#8C1C3A
#BF244E
#F2A88D
#D9765F
#BF8821

font-family: 'Caveat', cursive;
font-family: 'EB Garamond', serif;
font-family: 'Marhey', cursive;
font-family: 'Mynerve', cursive;
font-family: 'Roboto', sans-serif;
*/

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1{
    text-align: center;
    margin: 100px;
    color: #fff;
    font-family: 'arial', cursive;
    text-shadow: 4px 4px 6px #0c0b0b;
    font-weight: 300;
    font-size: max(20px, 2.2vw);
}

p{margin-top: 50px;
    color: #ffae00;
    font-family: 'arial', cursive;
    text-shadow: 4px 4px 6px #000000;
    font-weight: 100;
    font-size: max(5px, 2.3vw);
  
}

h2{
    font-family: 'arial', cursive;
    text-shadow: 4px 4px 6px #464646;
    font-weight: 700;
    font-size: max(20px, 2.8vw);
}



/*------- BOTÃO CHAMADA boton normal------------*/
div.chamada a{
   
    font-size: max(16px, 1.8vw);
    color: #FFF;
    text-decoration: none;
    padding: 5px 50px;
    border-radius: 50px;
    font-weight: 600;
    background: linear-gradient(rgba(233, 193, 61, 0.979) 0%, rgb(48, 1, 255)50%, rgb(39, 1, 255)100%);

    display: inline-block;

    /* animation-name: HeaderA-moverParaCima;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
    transition: .3s ease-in-out; */
    
}

div.chamada a:hover{
    opacity: .8;
}

/*--------------------------*/
/*  ELEMENTOS DO HEADER     */
/*--------------------------*/

header{
    max-width: 100%;
    height: 90vh;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0)) ,url('../images/headerCapaG.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    position: relative;
}

/*------- NAVEBAR ------------*/

header nav#nav-esquerda{
    width: 100%;
    height: 150px;

    display: flex;
    flex-flow: row;
    align-items: center;   
    /* justify-content: space-between; */
}

header nav#nav-esquerda div#logo{
    max-width: 160px;
    max-height: 500px;
    margin-left: 5rem;
    
}

header nav#nav-esquerda div#logo img{
    max-width: 99%;
    max-height: 100%;
}

/*-------- MENU HAMBURGUER -----------*/

header nav#nav-esquerda ul#icone-menu{
    display: none;
}

header nav#nav-esquerda ul#icone-menu li{
    list-style: none;
}

header nav#nav-esquerda ul#icone-menu li ion-icon{
    font-size: 50px;
    color: #080cec;
    margin-right: 0.1rem;
}

/*-------- MENU -------------- */

header nav#nav-esquerda ul.menu-principal{
    margin-left: rem;

    display: flex;
    flex-flow: row wrap;
}

header nav#nav-esquerda ul.menu-principal li{
    list-style: none;
    margin-right: 4rem;
}

header nav#nav-esquerda ul.menu-principal li a{
    text-decoration: none;
    color: #fff;
    font-size: 110%;
    text-shadow: 4px 6px 10px #000000;
    padding-bottom: 10px;
    transition: .3s ease-in-out;
}

header nav#nav-esquerda ul.menu-principal li a:hover{
    opacity: 1.6;
    border-bottom: 1px solid #0414f0;
    color: #f7d308;
}

/*-------- CHAMADA -------------- */

header div.chamada{
    position: absolute;
    width: 100%;
    height: 300px;
    text-align: center;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

header div.chamada h1{
    color: #FFF;

    /* animation-name: HeaderH1-moverParaDireita;
    animation-duration: 2s;
    animation-timing-function: ease-out; */

}

header div.chamada h2{
    color: #D9C589;

    margin-bottom: 55px;

   
}

/*--------------------------*/
/*          SOBRE           */
/*--------------------------*/

section.sobre{
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #081fec8e;
}

section.sobre div.sobre-mestre{
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}

section.sobre div.sobre-mestre img{
    align-items: center;
    border: 2px solid #f88c09;
}


section.sobre div.sobre-mestre h2{
    font-size: max(22px, 1.8vw);
    margin-top: 10px;
}

/*--------------------------*/
/*  QUEM SOMOS         */
/*--------------------------*/

section.solucao{
    width: 100%;
    margin-top: -20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
    border-bottom: 5px solid #081fec8e;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 60px;

    background-color: #081fec8e;
}

section.solucao h2{
    margin-top: 40px;
    margin-bottom: 50px;
    max-width: 950px;
    text-align: center;
    color: #FFF;
    font-size: max(22px, 2.8vw);
}

section.solucao div.solucao-mestre{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 40px;
}

section.solucao div.solucao-mestre div.solucao-texto{
    max-width: 800px;
    text-align: left;
    line-height: 1.8;

    margin-bottom: 20px;
}

section.solucao div.solucao-mestre div.solucao-texto p{
    width: 95%;
    margin: auto;
    color: #FFF;
    text-shadow: 2px 2px 5px #181717;
    font-size: max(16px, 1vw);
}

section.solucao div.solucao-mestre div.solucao-img{
    max-width: 400px;
}

section.solucao div.solucao-mestre div.solucao-img img{
    max-width: 100%;
}
/*-------- botao whatsapp-------------- */

.btn-whatsapp {
    position: fixed;
    bottom: 95px;
    right: 30px;
    z-index: 99;
}
  
  .btn-whatsapp img{
   
    max-width: 50px;
    transition: transform 1.6s;
  }

  img:hover{
    transform: scale(1.1);
  }
    
  

  .btn-whatsapp .tooltip-text{
    visibility: hidden;
    position: absolute;
    width: 120px;
    top: 8px;
    left: -144px;
    padding: 6px;
    border-radius: 8px;
    text-align: center;
    background-color: #0f0f0f9d;
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.4s;
  }

  .btn-whatsapp:hover .tooltip-text{
    visibility: visible;
    opacity: 1;
  }

@media screen and (max-width: 768px){
.btn-whatsapp{
    img{
        max-width: 40px;
    }
}
}
/*-------- ia-------------- */




/*# texto dinamico */

#text {
    height: 20px;
    font-size: 2rem;
    color: darkorange;
  }
  
  #text::after{
    content: "";
    width: 3px;
    height: 25px;
    display: inline-block;
    background-color: blue;
    animation: flasher 1.6s infinite linear;
    opacity: 0;
    margin-left: 1px;
  }
  
  @keyframes flasher {
    from{
      opacity: 1;
    }
    
  }
    
  /*# Carrossel*/

  section.carrossel{
    background-color: #080cece3;
     
 }


section h2{
    text-align: center;
    color: #ffffff;
     
 }


 /*# footer*/
 footer{
    background-color: rgb(7, 70, 245); 
    text-align: center;    
     margin-top: -130px;    
}

.footer a{
     color: beige; 
      max-width: 70px;
}


.footer a:hover{
    color: rgb(240, 206, 13);
  }
    
.footer p{
    margin-top: 20px;
    text-align: center center;
    color: rgba(245, 184, 16, 0.377); 
}







