@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300&display=swap');

* {
    font-family: "Space Grotesk", "Roboto";
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url(../img/fundo2.png);
    background-size: cover;
    /*background-repeat: repeat;*/
    background-position: center center;
    font-family: "Roboto", "Arial", sans-serif;
    color: rgb(58, 52, 52);
    filter: drop-shadow(4px 6px 8px rgb(0 0 0 / 0.2));
}

.topo {
    height: 70px;
    background-color: #202020;
    align-items: center;
    text-align: center;
    align-items: center;
}

.secao {
    background-image: url('../img/fundo4.jpeg');
    background-position: center center;
    /*height: 400px;*/
    /*altura da seção*/
    background-size: cover;
    /*ajustar a imagem ao tamanho*/
    text-align: center;
    /*Posicionamento de texto*/
    /*margin-top: 25px;
    margin-bottom: 30px;
    margin-top: 25px;
    margin-bottom: 30px;*/
}

.container {
    padding-top: 12px;
    align-items: center;
    text-align: center;
}

h1 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0.1em;
}

h1 {
    font-size: 80px;
    /*Tamanho da fonte*/
    color: rgba(255, 255, 255, .55);
}

h2 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 1.2rem;
    font-weight: 200;
    /*margin-top: 1.6em;
    margin-bottom: 1.6em;*/
    font-family: "Space Grotesk", "Roboto";
    font-size: 22px;
}

h3 {
    color: white;
    font-weight: 200;
    font-size: 1.2rem;
    /*margin-top: 0.8em;*/
    text-align: center;
    font-family: "Space Grotesk", "Roboto";
}

a {
    color: white;
    text-decoration: none;
}

a:link {
    color: white;
}

p {
    margin-bottom: 0 !important;
    text-align: center;
    color: white;
    font-family: "Space Grotesk", "Roboto";
    font-size: 30px;
}

/*------------------------------------------------------------------------------------------------*/
nav ul li {
    color: white;
    background: #202020;
    padding: 0 10px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .8s;
}

nav ul li:hover {
    background: #ffffff;
    color: black;
}

.nav-item {
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;
}

.nav-link {
    color: white;
    background-color: Transparent;
    background-image: none;
    outline: none;
    /*border: solid;*/
    /*border-image-slice: 1;*/
    /*border-width: 2px;*/
    transition: all 0.5s;
    cursor: pointer;
    /*border-image-source: linear-gradient(60deg, #000000, #ffffff, #000000, #ffffff);*/
}

.navlink:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.menu .navbar {
    background-color: #202020 !important;
}

#menu1 {
    display: flex !important;
    justify-content: left !important;
    height: 100% !important;
    margin-left: 15px !important;
    float: left !important;
}

#menu2 {
    display: flex !important;
    justify-content: right !important;
    height: 100% !important;
    margin-right: 15px !important;
    float: right !important;
}

#menu3 {
    display: flex !important;
    justify-content: center !important;
    height: 100% !important;
    background-color: #202020 !important;
}

#logo-central {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 200px;
    float: inline-end;
    text-align: center;
    align-items: center;
}

footer {
    background: #202020;
    height: 50px;
}

footer p {
    /*color: rgba(255, 255, 255, .55);*/
    font-size: 14px;
    margin: 0;
    text-align: center;
}

.row {
    /*color: black;*/
    height: 100vh;
    /*width: 60vw;*/
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
}

.row2 {
    /*color: black;*/
    /*height: 100vh;*/
    /*width: 60vw;*/
    margin: auto;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    justify-content: center;
    padding-top: 12px;
    margin-top: 80px;
    margin-bottom: 80px;
    background-color: #202020;
    padding: 60px;
}

.row3 {
    /*color: black;*/
    /*height: 100vh;*/
    /*width: 60vw;*/
    margin: auto;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #202020;
    margin-bottom: 30px;
}

.logo {
    /*width: 100%;
    height: 180px;
    text-align: center;*/
    padding: 5px;
    width: 400px;
    height: 400px;
    border-radius: 10%;
    /*animation: pulse 4000ms infinite;*/
    color: black;
}

.tabela-item1 {
    height: 100%;
    width: 80px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tabela-item2 {
    height: 100%;
    width: 200px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.info {
    padding-top: 10px;
    font-family: "Space Grotesk", "Roboto";
    font-size: 15px !important;
}

.link1 {
    justify-content: right;
    text-align: right;
    height: 100%;
    width: 300px;
}

@media only screen and (max-width: 800px) {
    h1 {
        margin: 0.2em;
    }

    h2 {
        margin-top: 4em;
        margin-bottom: 2em;
    }

    .row {
        width: 80vw;
    }
}

.text1 {
    text-align: center;
    color: white;
    font-size: 32px;

}

/******************************BOTÃO DO WHATSAPP**************************************/
.btn-whatsapp a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.btn-whatsapp {

    position: fixed;
    right: 15px;
    bottom: 1055px;
    transform: translate(-50%, -50%);
    background-color: rgb(37, 211, 102);
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 58px;
    font-size: 1.8em;
    color: #ffffff;
    font-weight: 100;
    border-radius: 50%;
}

.btn-whatsapp:before,
.btn-whatsapp:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #25d366;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
    float: left;
}

.pulsaDelay:after {
    animation-delay: .5s;
}

@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

/******************************BOTÃO DO WHATSAPP**************************************/

/*Pulse*/
/*@keyframes pulse {
    0% {
        box-shadow: #000000 0 0 0 0;
    }

    75% {
        box-shadow: #393c40 0 10px 40px 40px;
    }

    100% {
        box-shadow: #000000 0 0 0 0;
    }
}*/

/*.logo{
    align-items: center;
    text-align: center;
    width: 500px;
    height: 200px;
  }
  .col {
    align-items: center;
    text-align: center;
    width: 500px;
    height: 500px;
    margin: 15px;
  }
  .col .logo{
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .col .logo:hover {
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
  }*/

  /*************************************************/
  /*
  .whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
  }

  .whatsapp-button a {
    display: block;
    background-color: #25D366;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease-in-out;
  }

  .whatsapp-button a:hover {
    background-color: #128C7E;
  }

  .whatsapp-button img {
    width: 30px;
    height: auto;
  }*/