


div:hover > .btn { display: block; opacity: 1; transform: rotate(360); transition: all 1s; } .btn { text-align: center; margin: 0 auto; width: 100%; height: 40px; padding: 5px 0px; bottom: 0px; z-index: 999; cursor: pointer; opacity: 0.6; transition: all 1s; } .btn.absolute { position: absolute; } .btn > div { width: 100px; display: inline-block; } .btn .remove::before {    font-weight: 900; content: "\f05e"; font-family: "Font Awesome 5 Free"; font-size: 40px; color: #000; width: 100%; text-align: center; display: block; } .btn .remove::after { content: ""; font-family:  Calibri; font-size: 14px; color: #000; width: 100%; text-align: center; display: block; } .btn .add::before { font-weight: 900; content: "\f055"; font-family: "Font Awesome 5 Free"; font-size: 40px; color: #000; width: 100%; text-align: center; display: block; } .btn .add::after { content: "RETORNAR"; font-family:  Calibri; font-size: 16px; color: #000; width: 100%; text-align: center; display: block; } .btn.white *::before, .btn.white *::after { color: #fff !important; }

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');



* {
    font-size: 12px;
    /* font-family: Calibri; */
    font-family: 'Bebas Neue';
    color: #333333;
    margin: 0;
    padding: 0;
}

/* PAGINA DE ERRO 404 - NAO MEXER */

#erro-total {
    width: 700px;
    height: 270px;
    margin: 15px 0;
}

#imagem-centralizada {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

#texto-404 {
    width: 100%;
    
    font-size: 22px;
    text-align: center;
}

#aguarde {
    width: 100%;
   
    font-size: 19px;
    text-align: center;
    margin: 5px 0;
}

.page-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 600px;
}

/* #####################FINAL###################### */

/* all pages */

a {
    text-decoration: none;
}

.global {
    margin: 0 auto;
}
.logo img {
    width: 330px;
}
.conteudo-pages {
    min-height: 500px;
    width: 1200px;
    margin: 20px auto;
background: rgb(255 255 255 / 80%);border-radius: 20px;}

.texto-pages {
    font: 15px/25px " Calibri  ";
    color: #000;
    text-align: justify;
}

.texto-pages h1 {
    font: 25px " Calibri";
    padding-left: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}

.texto-pages h2 {
    font: 20px " Calibri";
    padding-left: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}

.slick-track {
    max-width: none;
}

.contato {}

.contato input {
    width: 100%;
    padding: 10px 30px 10px 20px;
    background: #eee;
    border: #ccc;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none !important;
    font-size: 17px;
    box-shadow: 2px 0px 0px 0px #333 inset;
    position: relative;
}

.contato [required="required"] {
    background: #eee url('../images/required.png') center right 10px no-repeat;
    background-size: 9px;
}

.contato select,
.contato option {
    width: 50%;
    padding: 10px 20px;
    background: #eee;
    border: #ccc;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none !important;
    font-size: 17px;
    box-shadow: 2px 0px 0px 0px #333 inset;
}

.contato textarea {
    width: 100%;
    padding: 10px 30px 10px 20px;
    background: #eee;
    border: #ccc;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none !important;
    resize: none;
    height: 200px;
    font-size: 17px;
    box-shadow: 2px 0px 0px 0px #333 inset;
    position: relative;
}

.contato .submit {
    cursor: pointer;
    background: #333;
    color: #fff;
}

.contato .required {
    color: #d90000;
    font: 17px " Calibri";
    font-weight: lighter;
    margin-bottom: 10px;
}

.contato .required img {
    height: 9px;
}

body {
    overflow-x: hidden;
        background: url(../pw-images/fotos-amazonia-selvagem.webp) center top fixed no-repeat;
}

.topo {
    margin: 0 auto;
    width: 1200px;
}

.logo {
    text-align: center;
    margin: 30px 0px;
}
.menu-total {
  position: relative;
  z-index: 999;
}
.menu {
    width: 1200px;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    visibility: hidden;
}

.menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    background: #303464;
    border-radius: 10px;
    margin: 20px 0px;
}

.menu li {
    list-style-type: none;
    margin: 15px 0px;
}


.menu li a {
    color: #fff;
    font-size: 26px;
    transition: 0.4s padding, 0.2s border;
    border: 2px solid transparent;
    padding: 13px 32px;
    border-radius: 10px;
    margin: 0px -1px;
    letter-spacing: 1px;
}

.menu li a:hover {
    border: 2px solid #dbc4b4;
}
li.sub-menu {
  position: relative;
  z-index: 999;
}
li.sub-menu:hover ul {
    display: block;
}
li.sub-menu ul {
  position: absolute;
  width: 200px;
  z-index: 999;
  top: 10px;
}

li.sub-menu ul {
  background: #2c2e35;
  display: none;
}
.rodape-total {
    background: #1f1b1a;
}

.rodape {
    margin: auto;
    width: 1200px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.rodape > div {
    margin: 30px 0px;
}

.logo-pw {
    text-align: center;
}

.logo-pw div p:first-child a {
    color: #fff;
    font: 12px "Helvetica";
    margin-top: -8px;
    display: block;
}

.logo-pw div {
}

.logo-pw div a span {
    color: transparent;
}

.texto-rodape .item {
    margin-bottom: 10px;
    font-size: 20px;
   
    color: #fff;
}

.redes-rodape {
    display: flex;
}

.redes-rodape .item {
    padding: 0px 10px;
    font-size: 20px;
    
    color: #fff;
    border-right: 1px solid #fff;
    transition: 0.3s;
    cursor: pointer;
}

.redes-rodape .item:last-child {
    border: none;
}

.redes-rodape .item:first-child:hover {
    color: #3B5998;
}

.redes-rodape .item:hover {
    color: #999;
}

.redes-rodape .item:last-child:hover {
    border: none;
    color: #00aced;
}

.g-recaptcha > div{
    margin: auto;
}

/* INDEX */

.slider { width: 1200px; margin: 0 auto; position: relative; display: flex; justify-content: center; align-items: center; } .slider img{} .slogan { text-align: center; width: 630px; z-index: 999; position: absolute; } .slogan .titulo {font-size: 50px;/* font-family:  Calibri; */font-family: 'Bebas Neue';color: #fff;} .slogan .texto {font-family: calibri;font-size: 25px;margin: 10px 0px;color: #fff;} .slogan .botao {font-size: 20px;font-family:  Calibri;width: 210px;margin: 0 auto;background: #303464;padding: 8px;border-radius: 10px;color: #fff;transition: 0.3s;} .slogan .botao:hover { background: #1f1b1a; } .box-01-total { } .box-01 { margin: 0 auto; width: 1200px; display: flex; justify-content: space-around; flex-wrap: wrap; } .box-01 .item { width: 390px; margin: 10px 0px; visibility: hidden; } .box-01 .item:first-child .conteudo {background: #303464;} .box-01 .item:last-child .conteudo {background: #303464;} .box-01 .img-total { display: flex; justify-content: center; align-items: center; } .box-01 .hover { position: absolute; } .box-01 .item .hover .texto { display: flex; justify-content: center; align-items: center; width: 70px; height: 70px; border: 5px solid #fff; border-radius: 50%; transition: 0.5s; opacity: 0; z-index: 9999; position: relative; } .box-01 .item:hover .hover .texto { transform: rotate(180deg); opacity: 1; } .box-01 .hover .texto i { font-size: 38px; color: #fff; } .box-01 .item .conteudo {text-align: center;background: #303464;padding: 10px 0px;border-radius: 20px;margin: 10px 0px 0px;} .box-01 .item .titulo {font-size: 30px;/* font-family:  Calibri; */font-family: 'Bebas Neue';color: #fff;margin: 10px 0px;padding: 0px 10px;} .box-01 .item .conteudo .texto {font-size: 18px;font-family: calibri;color: #fff;margin: 10px 0px;padding: 0px 10px;} .box-01 .item .img { display: flex; background: #000; border-radius: 20px; } .box-01 .item .img img { border-radius: 20px; transition: .5s; } .box-01 .item:hover .img img { opacity: .5; } .box-02-total { background: #eee; margin-top: 100px; position: relative; } .box-02 { margin: 0 auto; display: flex; justify-content: space-around; flex-wrap: wrap; width: 1200px; position: relative; bottom: 70px; } .box-02 img { padding-bottom: 10px; box-shadow: 0px 0px 0px 0px transparent; transition: 0.5s all; visibility: hidden; } .box-02 img:hover { padding-bottom: 10px; box-shadow: 0px 3px 0px 0px #6b443a; } .box-03-total { background: #fff; } .box-03 { width: 1200px; margin: 0 auto; text-align: center; padding: 30px 0px; visibility: hidden; } .box-03 .titulo {font-size: 35px;/* font-family:  Calibri; */font-family: 'Bebas Neue';align-items: center;display: flex;width: 430px;justify-content: space-around;margin: auto;color: #1F1A19;} .box-03 .titulo i {font-size: 10px;color: #303464;} .box-03 .texto {width: 840px;font-family:  Calibri;font-size: 20px;margin: 20px auto;color: #666;font-weight: inherit;} .box-03 .botao {font-family:  Calibri;font-size: 20px;padding: 10px 0px;background: #303464;width: 210px;margin: auto;color: #fff;border-radius: 10px;transition: 0.3s;} .box-03 .botao:hover { background: #1f1b1a; } .box-04-total { background: #F4EEEA; } .box-04 { width: 1200px; margin: auto; display: flex; justify-content: space-around; flex-wrap: wrap; visibility: hidden; } .box-04 .contato { width: 500px; text-align: center; margin: 40px 0px; } .box-04 .titulo {font-size: 35px;/* font-family:  Calibri; */font-family: 'Bebas Neue';margin: 10px 0px;text-align: center;} .box-04 .formulario input { width: 100%; padding: 10px 30px 10px 20px; background: #f4eeea; border: 1px solid #999; color: #666; box-sizing: border-box; margin-bottom: 10px; outline: none !important; font-size: 20px; font-family:  Calibri; position: relative; border-radius: 10px; box-shadow: none; } .box-04 .formulario input.mensagem { height: 100px; padding: 10px 0px 50px 20px; } input[type='submit'] {background: #303464!important;color: #fff !important;transition: 0.3s;cursor: pointer;} input[type='submit']:hover {background: #1f1b1a !important;} .localizacao { margin: 40px 0px; }

.texto-total {padding: 20px;}

.texto-total p {font-size: 22px;padding: 20px 0px;color: #3a3a3a;}

.conteudo-pages h1 {background: #303464;padding: 20px;text-align: center;font-size: 30px;color: #fff;font-weight: lighter;}
.box-empresa01 p {text-align: center;font-size: 30px;color: #2e2c2d;line-height: 90px;}

.texto-total ul {padding: 30px;}

.texto-total ul li {padding: 20px 0px;text-align: center;list-style: none;}

.texto-total ul li p {color: #393637;}

.texto-total ul li:after {content: ' ';display: block;width: 10px;height: 10px;background: #303464;margin: 0 auto;border-radius: 20px;margin-bottom: -10px;margin-top: 20px;}

.texto-total ul li:last-child:after {background: transparent;}
.cont p {text-align: center;background: #1f1b1a;color: #fff;font-weight: lighter;font-size: 25px;letter-spacing: 1px;}

.btn-contato {padding: 10px;text-align: center;background: #303464;color: #fff;font-size: 30px;cursor: pointer;transition: 0.5s;}

.btn-contato:hover {background: #560c0e;transition: 0.5s;}

.img-empresa img {width: 400px;float: right;margin: 20px;box-shadow: 10px 10px 10px;border-radius: 20px;}
.box-empresa01 {border-bottom: 1px solid #d1d1d1;}
.item-total {}

.box-03-total .item-total {display: flex;flex-wrap: wrap;justify-content: space-around;margin: 20px 0px;}

.box-03-total .item-total .item {background: #2e315c;color: #fff;width: 30%;height: 60px;margin: 10px;display: flex;align-items: center;justify-content: center;font-size: 22px;font-weight: lighter;border-radius: 20px;box-shadow: 4px 4px 5px #7e7d7d;}
.videos-total h2 {font-size: 35px;width: 400px;min-height: 100px;}

.videos-total h3 {font-size: 45px;color: #303464;border-bottom: 1px solid;text-align: center;padding: 20px;margin: 40px;width: 100%;}

.video {margin: 40px 0px;}

.videos-total {display: flex;flex-wrap: wrap;justify-content: space-around;}

.box-01-txt p {
    background: #ffffffeb;
    padding: 30px;
    position: relative;
    z-index: 999;
    margin-right: -100px;
    line-height: 40px;
    filter: drop-shadow(2px 4px 6px black);
}

.box-01-txt img {
    width: 650px;
    border-radius: 20px;
    filter: drop-shadow(2px 4px 6px black);
}

.box-01-txt {
    display: flex;
    margin: 40px 0px;
    align-items: center;
    border-bottom: 5px solid;
    padding-bottom: 20px;
}
.box-02-txt img {
    width: 650px;
    border-radius: 20px;
    filter: drop-shadow(2px 4px 6px black);
}

.txt-box02 {
    background: #ffffffeb;
    padding: 30px;
    position: relative;
    z-index: 999;
    line-height: 40px;
    filter: drop-shadow(2px 4px 6px black);
    width: 500px;
    margin-left: -50px;
}

.box-02-txt {
    display: flex;
    align-items: center;
    margin: 40px 0px;
}

.txt-box02 p {
    padding: 0;
    font-size: 18px;
    line-height: 31px;
}

.txt-box02 h3 {
    font-size: 25px;
}

.txt-box02 h2 {
    font-size: 30px;
    color: #303464;
    padding-bottom: 20px;
}
.txt-box02.left {
    margin-left: 50px;
    margin-right: -70px;
}
.box-03-txt {
    display: flex;
    justify-content: space-around;
}

.box-03-txt .item {
    background: #fff;
    width: 400px;
    padding: 30px;
}

.box-03-txt {
    text-align: center;
}

.box-03-txt h2 {
    font-size: 30px;
}

.box-03-txt i:first-child {
}

i.fa-solid.fa-circle-check {}

.box-03-txt i.fa-solid.fa-circle-check {
    color: #25d366;
    font-size: 80px;
    margin: 20px;
}

i.fa-solid.fa-circle-xmark {}

.box-03-txt i.fa-solid.fa-circle-xmark {
    color: #bb3127;
    font-size: 80px;
    margin: 20px;
}

.box-03-txt li {
    padding: 4px!important;
    font-size: 20px;
    text-align: left!important;
}

.box-03-txt li::after {
    margin-top: 15px!important;
    margin-bottom: 0px!important;
    position: absolute;
    margin-left: -15px!important;
}
.img-pesca img {
    width: 100%;
}

.img-pesca {
    margin: 40px 0px;
    filter: drop-shadow(2px 4px 6px black);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-pesca h2 {
    position: absolute;
    padding: 20px;
    background: rgb(0 0 0 / 46%);
    width: 300px;
    color: #fff;
    font-size: 40px;
    font-weight: lighter;
    text-align: center;
}
.img-aviso img {
  width: 100%;
}
.box-04-txt ul {
    display: flex;
    justify-content: space-between;
}

.box-04-txt ul li {
    font-size: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.box-04-txt ul li:last-child:after {
    background: #303464;
}
.box-04-txt ul li i {
    width: 100%;
    font-size: 40px;
    color: #ed3237;
}
.tabela-total {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tabela-total a{
    padding: 0;
    font-size: 20px;
    line-height: 31px;
    text-decoration: underline;
    color: #303464 ;

}


.tabela-total h2 {
    width: 100%;
    text-align: center;
    background: #303464;
    color: #fff;
    font-weight: lighter;
    padding: 20px;
    font-size: 30px;
}

.tabela-total .item {width: 45%;background: #fff;padding: 20px;margin-bottom: 10px;font-size: 20px;line-height: 30px;}

.tabela-total .item-full {width: 100%;background: #fff;padding: 20px;margin-bottom: 10px;font-size: 20px;line-height: 30px;}

.tabela-total h3 {
    font-size: 25px;
    padding: 20px 0;
    font-weight: lighter;
    background: linear-gradient(45deg, #303464, #595e9f);
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.depoimentos-total {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.depoimento {
    width: 300px;
    padding: 20px;
    min-height: 170px;
    background: #fff;
    margin-top: 80px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #333;
}

.depoimento .box {
    font-size: 20px;
}

.depoimento i {
    background: #f5f2f2;
    margin-top: -90px;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 70px;
    border: 1px solid #333;
}

.box h2 {
    font-size: 17px;
}

@media only screen and (max-width:1200px) {
.redes-rodape {
    display: block;
  }
}

@media only screen and (max-width:1024px) {
    .slogan .titulo {
        font-size: 45px;
    }
    .slogan .texto {
        font-size: 20px;
      }
      .slogan .botao {
        font-size: 18px;
      }
      .box-01 .item .titulo {
        font-size: 25px;
      }
      .box-01 .item .conteudo .texto {
        font-size: 16px;
      }
      .box-03 .titulo {
        font-size: 30px;
      }
      .box-03 .texto {
        font-size: 16px;
      }
      .box-03-total .item-total .item {
        font-size: 18px;
      }
      .box-04 .titulo {
        font-size: 30px;
      }
      .box-04 .formulario input {
        font-size: 16px;
      }
      .box-04 .titulo {
        font-size: 25px;
      }
      .texto-rodape .item {
        font-size: 18px;
      }
      .redes-rodape .item {
        font-size: 18px;
      }
      .whatsapp a {
        width: 60px;
        height: 60px;
      }
      .whatsapp i {
        font-size: 32px;
      }
      .conteudo-pages h1 {
        font-size: 25px;
      }
      .box-empresa01 p {
        font-size: 25px;
      }
      .texto-total p {
        font-size: 18px;
      }
      .cont p {
        font-size: 20px;
      }
      .btn-contato {
        font-size: 25px;
      }
      .videos-total h2 {
        font-size: 30px;
      }
      .videos-total h3 {
        font-size: 40px;
      }
      .videos-total h2 {
        font-size: 25px;
      }
    }

@media only screen and (max-width:955px) {
    .menu li {
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
    }
    .slider {
        height: auto;
    }

    .swiper-container {
        display: none;
    }

    .slogan {
        position: relative;
    }
    .logo{
        margin: 10px 0;
    }

}
@media only screen and (max-width:932px) {
    .slogan .titulo {
        font-size: 42px;
    }
    .slogan .texto {
        font-size: 18px;
      }
      .slogan .botao {
        font-size: 16px;
      }
      .box-01 .item .titulo {
        font-size: 23px;
      }
      .box-01 .item .conteudo .texto {
        font-size: 13px;
      }
      .box-03 .titulo {
        font-size: 28px;
      }
      .box-03 .texto {
        font-size: 14px;
      }
      .box-03-total .item-total .item {
        font-size: 16px;
      }
      .box-04 .titulo {
        font-size: 28px;
      }
      .box-04 .formulario input {
        font-size: 14px;
      }
      .box-04 .titulo {
        font-size: 23px;
      }
      .texto-rodape .item {
        font-size: 16px;
      }
      .redes-rodape .item {
        font-size: 16px;
      }
      .whatsapp a {
        width: 45px;
        height: 45px;
      }
      .whatsapp i {
        font-size: 30px;
      }
      .conteudo-pages h1 {
        font-size: 23px;
      }
      .box-empresa01 p {
        font-size: 23px;
      }
      .texto-total p {
        font-size: 15px;
      }
      .cont p {
        font-size: 18px;
      }
      .btn-contato {
        font-size: 23px;
      }
      .videos-total h2 {
        font-size: 28px;
      }
      .videos-total h3 {
        font-size: 38px;
      }
      .videos-total h2 {
        font-size: 23px;
      }
    }

@media only screen and (max-width:707px) {
    .box-02-total {
        display: none;
    }
    .menu ul{
        justify-content: space-around;
        margin: 0 0 20px 0px;
    }
    .menu li a{
        padding: 10px;
    }
    .box-01-txt {
        flex-wrap: wrap;

    }
    .box-01-txt p {
        margin-right: 0;
        margin: 20px;
    }
    .box-02-txt {
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    .txt-box02 {
        padding: 30px;
        z-index: 0;
        margin: 20px;
    }
    .txt-box02.left {
        margin: 20px;
    }
    .box-03-txt li {
        font-size: 14px;
    }
    .box-03-txt .item {
        width: 50%;
        padding: 10px;
    }
    .box-04-txt ul {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .tabela-total .item {
        width: 100%;
    }
}

@media only screen and (max-width:937px) {
    .box-02 img:nth-child(4) {
        display: none;
    }
}


@media only screen and (max-width:1167px) {
    .box-02 img:last-child {
        display: none;
    }
}


@media only screen and (max-width:1200px) {
    * {
        max-width: 100%;
    }

    .menu {
        width: 100%;
    }

    .conteudo-pages {
        padding: 2%;
    }
    .rodape div {
        width: 100%;
        margin: 20px 0px;
        text-align: center;
    }

    .box-01 .item {
        width: 30%;
    }

    .box-01 .hover {
        display: none;
    }
    .box-01 .item:hover .img img {
        opacity: 1;
    }
}


@media only screen and (max-width:797px) {
    .box-01 .item {
        width: 390px;
    }
}


@media only screen and (max-width:600px) {
    .slider{
        display: block !important;
    }
    .slogan{
        position: relative !important;
        background: #6B443A;
        padding: 10px 0;
        width: 100% !important;
    }
    .slogan .titulo {
        font-size: 30px !important;
    }
    .slogan .texto{
        font-size: 20px !important;
    }

    .menu li {
        width: 50%;
    }

    .conteudo-pages {
        width: 100%;
    }

    .depoimento {
        width: 350px;
        margin-top: 40px;
    }
    
    iframe {width: 350px;
           }

}


.whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    animation: atencao 10s 10s infinite;
  }
  
  .whatsapp a {
    background: #25d366;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  
  .whatsapp a:hover {
    animation: whatsapp 1.5s
  }
  
  .whatsapp i {
    font-size: 35px;
    color: #fff;
  }

  @media only screen and (max-width:360px) {
    .slogan .titulo {
        font-size: 38px;
    }
    .slogan .texto {
        font-size: 15px;
      }
      .slogan .botao {
        font-size: 13px;
      }
      .box-01 .item .titulo {
        font-size: 20px;
      }
      .box-01 .item .conteudo .texto {
        font-size: 11px;
      }
      .box-03 .titulo {
        font-size: 25px;
      }
      .box-03 .texto {
        font-size: 15px;
      }
      .box-03-total .item-total .item {
        font-size: 13px;
      }
      .box-04 .titulo {
        font-size: 25px;
      }
      .box-04 .formulario input {
        font-size: 11px;
      }
      .box-04 .titulo {
        font-size: 20px;
      }
      .texto-rodape .item {
        font-size: 13px;
      }
      .redes-rodape .item {
        font-size: 13px;
      }
      .whatsapp a {
        width: 30px;
        height: 30px;
      }
      .whatsapp i {
        font-size: 26px;
      }
      .conteudo-pages h1 {
        font-size: 20px;
      }
      .box-empresa01 p {
        font-size: 20px;
      }
      .texto-total p {
        font-size: 13px;
      }
      .cont p {
        font-size: 15px;
      }
      .btn-contato {
        font-size: 20px;
      }
      .videos-total h2 {
        font-size: 25px;
      }
      .videos-total h3 {
        font-size: 35px;
      }
      .videos-total h2 {
        font-size: 20px;
      }
    }
  
  @keyframes whatsapp {
    30% {
      box-shadow: 0 0 0 7px rgba(37, 211, 102, 0.4)
    }
  
    45% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4)
    }
  
    60% {
      box-shadow: 0 0 0 7px rgba(37, 211, 102, 0.4)
    }
  }