*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  box-sizing: border-box;
  background-color: #b4b4b44b;
  overflow-x: hidden;
}

ul {
  list-style: none;
}
figure
{
  padding-bottom: 2em;
}
/********************************* NavBar *********************************/
.w-100 {
  width: 100% !important;
  padding-top: 9rem;
}

.container-navbar {
  font-size: 2.5rem;
  color: #00aff0;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 2rem;
  padding-left: 2rem;
  padding-top: 1rem;
}

.navbar-main {
  font-size: 2rem;
}

.logo-navbar {
  width: 23rem;
}

.bg-light {
  padding-left: 9rem;
  /* background-color: #ffbe00!important; */
  background-image: linear-gradient(to left, #f2782e , #edb51f);
}

.navbar-padding {
  padding-left: 3rem;
}

.nav-link-names {
  margin-right: 2rem;
}

.nav-link-names:hover {
  cursor: pointer;
  border-bottom: 0.1rem #00388b solid;
}

.p-navbar {
  color: #00aff0;
  font-size: 1.8rem;
  font-weight: 800;
  padding-top: 0.8rem;
}

.p-navbar:hover {
  cursor: pointer;
  border-bottom: 0.1rem #00388b solid;
}

.img-telefone {
  width: 3.5rem;
  margin-left: 3rem;
  margin-top: -1rem;
}
.carousel-indicators li {
  color: #ffbe00;
  background-color: #ffbe00;
}
.carousel-indicators .active {
  color: #FFEB3B;
  background-color: #FFEB3B;
}

/********************************* Empresa *********************************/

.titulo{
  font-size: 48px;
  width: fit-content;
  padding-top: 5rem;
  margin-left: 17%;
  color: #0a3255;
  border-bottom: 2px solid;
}
#empresa h1{
  font-size: 4.2rem;
  font-family: roboto;
}
.h1-empresa{
  padding-top: 10px;
}
.p-empresa {
    padding-bottom: 5rem;
    font-size: 1.6rem;
    width: 80%;
    padding-top: 1rem;
    padding-left: 27rem;
    text-align: justify;
}

/********************************* Serviços *********************************/

#servicos>h1{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 4.5rem;
    margin-bottom: 0px;
    color: white;
    /* background-color: #ffbe00; */
    font-family: roboto;
    background-image: linear-gradient(to left, #f2782e , #edb51f);
}
.img-servicos-tittle {
  padding-top: 5rem;
  width: 100%;
  margin-left: 0.5rem;
}
.container-servicos{
  background-color: white;
  width: 20%;
  padding: 2%;
  cursor: pointer;
}
.imgs-servicos-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-top: 7rem;
}
figure:hover img {
  transform: scale(1.5);
}
figure img {
  transition: transform .5s ease;
}
figure
{
overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
#fotos .carousel{

  padding-bottom: 3%;
}
#fotos .carousel-inner{
  padding-left: 15%;
}
.containerTextoServico{
  font-size: 170%;
}
.containerBrancoServico{
  background-color: #EEEEEE;
  height: 20rem;
  padding: 1rem 1rem 0rem 1rem;
  border-radius: 10px;

}
.container-servicos{
  position: relative;
}
.txtServico{
  font-size: 1.5rem;
}
.txtSaibaMais{
  color: #ffbe00;
  text-align: center;
  position: absolute;
  bottom: 7%;
  left: 32%;
}

/******************************Fotos*********************************/
#fotos{
  background-color: white;
}
#fotos>h1{
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 4.5rem;
      color: white;
      /* background-color: #ffbe00; */
      font-family: roboto;
      background-image: linear-gradient(to left, #f2782e , #edb51f);
}
#fotos .carousel-item{
  padding-left: 9%;
}

#fotos .carousel-item img{
  width: 70%;
}
.fotos{
  padding-top: 2%;

}
#fotos .carousel-control-next-icon, .carousel-control-prev-icon{
  background-color: #606062;
  color: #606062;
}
/********************************* Contato *********************************/
.pricebox
{
  width: 80% !important;
  padding-bottom: 4rem;
}
.container-contato {
  height: auto;
  width: 100%;
  background-color: white;
  display: table;
}

.container-contato-row {
  display: flex;
  flex-flow: row wrap;
}

.h1-contato {
    padding-top: 10px;
    color: white;
    font-size: 4.5rem;
    text-align: center;
    margin-bottom: 3rem;
    background-image: linear-gradient(to left, #f2782e , #edb51f);
    font-family: roboto;
    padding-bottom: 10px;
}

.icone-localizacaoo > img,
.icone-horario > img {
  height: 5rem;
  margin-top: 2rem;
  fill: black;
  padding-left: 18.5rem;
}
.icones-contato
{
  padding-top: 5%;
}
.p-localizacaoo {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 1rem;
  font-weight: 800;
}

.p-horario {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 1rem;
  font-weight: 800;
}

.form_main {
  width: 100%;
}
.form_main h4 {
  font-family: roboto;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 20px;
  text-transform: uppercase;
}

.form-1 {
  border-radius: 7px;
  padding: 10px 10px;
}

.txt[type="text"] {
  border: 1px solid #00aff0;
  margin: 10px 0;
  padding: 10px 0 10px 5px;
  width: 100%;
  font-size: 1.5rem;
}

.txt[type="text"]:focus {
  box-shadow: 2px 2px 2px 2px #00aff0;
  border: 1px solid #00aff0;
}

.txt_3[type="text"] {
  margin: 10px 0 0;
  padding: 10px 0 10px 5px;
  width: 100%;
  height: 18rem;
  font-size: 1.5rem;
  border: 1px solid #00aff0;
}

.txt_3[type="text"]:focus {
  box-shadow: 4px 4px 4px 4px #00aff0;
  border: 1px solid #00aff0;
}

.txt2[type="submit"] {
  background: #ffbe00 none repeat scroll 0 0;
  border: 1px solid #ffbe00;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  margin: 0 auto;
  line-height: 35px;
  margin: 10px 0;
  padding: 0;
  text-transform: uppercase;
  width: 30%;
  cursor: pointer;
  font-size: 1.5rem;
}
.txt2:hover {
  background: #fff none repeat scroll 0 0;
  color: #ffbe00;
  transition: all 0.5s ease 0s;
}

.img-facebook,
.img-whatsapp {
  width: 4rem;
  margin-left: 5%;
  padding-top: 3rem;
}
.container-sociais div{
  padding: 10%;
}
.container-sociais h4{
  font-weight: 800;
}
/********************************* Footer *********************************/

.footer {
  /* background-color: #ffbe00; */
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-flow: row wrap;
  width: auto;
  padding: 1rem 0;
  background-image: linear-gradient(to left, #f2782e , #edb51f);
}

.p-footer {
  font-size: 1.5rem;
  color: #fff;
}

.img-footer {
  position: relative;
  width: 10rem;
  height: auto;
  margin-right: 20px;
  padding-bottom: 1rem;
}

/********************************* MediaQuerys *********************************/

.alonga-container-branco-grande{
  height: 60rem;
}

.alonga-container-branco-medio{
  height: 55rem;
}
.alonga-container-branco-pequeno{
  height: 35rem;
}


@media only screen and (max-width: 720px) {
  .w-100 {
    width: 100% !important;
    padding-top: 9rem;
  }

  .bg-light {
    padding-left: 0rem;
  }

  .h1-empresa{
    padding-top: 40rem;
  }
  .p-empresa {
    font-size: 1.5rem;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: justify;
  }

  .img-servicos-tittle {
    padding-top: 5rem;
    width: 36rem;
    margin-left: 0.5rem;
    height: 20rem;
  }
  .container-contato {
    height: 100vh;
    background-image: url("../img/BACKGOUND\ CONTATOS\ .jpg");
    margin-top: 5rem;
    background-size: cover;
    background-position: top;
    position: relative;
  }

  .container-contato {
    background-image: none;
  }

  .icone-localizacaoo > img,
  .icone-horario > img {
    height: 5rem;
    margin-top: 1rem;
    padding-left: 15rem;
  }

  .img-facebook,
  .img-whatsapp {
    width: 5rem;
    padding-top: 3rem;
  }

  .img-telefone {
    width: 3.5rem;
    margin-left: 14rem;
    margin-top: -1rem;
  }

  .imgs-servicos {
    margin-top: 2rem;
  }
}


@media only screen and (max-width: 1024px){
  .logo-navbar{
    width: 15rem;
  }
  .nav-link-names {

    margin-right: .2rem;
  }
}

@media only screen and (max-width: 400px){

  .bg-light {
      border-bottom: 3px solid rgb(218, 218, 218);
  }

  .carousel-indicators {
    bottom: -10px;
  }
  .logo-navbar{
    margin-left: 7%;
    margin-top: 4%;
  }
  #fotos .carousel-item img {
    width: 80%;
  }
  .nav-brand{
    margin-left: 5%;
    margin-top: 2%;
  }
  .container-servicos{
    width: 100%;
    padding: 2%;
    cursor: pointer;
    padding-left: 20%;
  }
  .container-servicos{
    padding-right: 20%;
  }
  .navbar-toggler:not(:disabled):not(.disabled) {
    margin-right: 5%;
  }
  .txtSaibaMais{
    left: 37%;
  }
  .container-contato-row {
    margin-bottom: 5%;
  }

  .h1-empresa{
    padding-top: 60rem;
  }
  .textoServico{
    padding: 5%;
  }
  .icones-contato h4,p{
    font-size: 1.9rem;
  }
  .icones-contato p{
    font-size: 2.1rem;
  }
}

@media only screen and(min-width: 1800px){
  .img-serv-correcao{
    margin-left: 15%;
  }
}

/* whatsapp */
.wa__btn_popup {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 999;
}
.wa__btn_popup .wa__btn_popup_icon {
    background: #2db742;
}
.wa__btn_popup .wa__btn_popup_txt {
    position: absolute;
    width: 156px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    top: 15px;
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    letter-spacing: -0.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup .wa__btn_popup_icon {
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:before {
    opacity: 0;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:after {
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}

.wa__btn_popup .wa__btn_popup_icon:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    right: 0%;
    top: 0%;
    background: transparent url("../imagens/whatsappnav.svg") center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup .wa__btn_popup_icon:after {
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url("../imagens/iconx.png") center center no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}
.wa__popup_chat_box :hover
{
    box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
}
.wa__btn_popup.wa__active .wa__btn_popup_txt {
    -ms-transform: translate(0,15px);
    transform: translate(0,15px);
    -webkit-transform: translate(0,15px);
    -moz-transform: translate(0,15px);
    opacity: 0;
    visibility: hidden;
}
.wa__btn_popup .wa__btn_popup_txt {
    position: absolute;
    width: 156px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    top: 15px;
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    letter-spacing: -0.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    box-shadow: 1px 2px 5px -2px black;
}

.wa__popup_chat_box.wa__active {
}

.wa__popup_chat_box {
    font-family: Arial,Helvetica,sans-serif;
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    bottom: 165px;
    right: 25px;
    z-index: 998;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0,50px);
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    will-change: transform,visibility,opacity;
    max-width: calc(100% - 50px);
    box-shadow: -4px 8px 15px -2px black;
}

.wa__popup_chat_box .wa__popup_heading {
    background: #2db742;
}

.wa__popup_chat_box .wa__popup_heading {
    position: relative;
    padding: 15px 43px 17px 74px;
    color: #d9ebc6;
    background: #2db742;
}

.wa__popup_chat_box.wa__active {
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    visibility: visible;
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    visibility: visible;
    opacity: 1;
}
.wa__popup_chat_box .wa__stt {
    padding: 7px 5px 7px 7px;
    position: relative;
    text-decoration: none;
    display: table;
    width: 100%;
    border-left: 2px solid #2db742;
    background: #f5f7f9;
    border-radius: 2px 4px 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px 2px 4px;
}
.wa__stt_online {
    background: #2DB742;
    cursor: pointer;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    backface-visibility: hidden;
    will-change: transform;
}
.wa__popup_chat_box .wa__stt {
    border-left: 2px solid #2db742;
}
.wa__popup_chat_box .wa__stt.wa__stt_online {
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}
.wa__stt_online:before {
    content: '';
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    background: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
}
.wa__popup_chat_box .wa__stt:after {
    content: '';
    background: url(imagens/whatsapp_logo_green.svg) 0 0 no-repeat;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
    font-size: 11px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name {
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em !important;
}
.wa__popup_chat_box .wa__popup_avatar {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 12px;
    top: 7px;
}
.wa__popup_chat_box .wa__popup_avatar.nta-default-avt {
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
    padding-left: 20%;
}
.wa__popup_chat_box .wa__popup_notice {
    font-size: 12px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0px 24px;
    padding-top: 10px !important;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
    padding-top: 2px;
    padding-bottom: 3;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}
.wa__popup_content_list
{
  padding: 15px 24px;
}
.wa__stt_online:before {
    content: '';
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    background: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
}
    .wa__popup_chat_box .wa__popup_heading:before {
    content: '';
    background: url("imagens/whatsappnav.svg") center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 13px;
    left: 12px;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
    color: #fff;
    opacity: 0.8;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
}


.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
    color: #fff;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
    padding-top: 2px;
    padding-bottom: 3;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}
.wa__btn_popup {
    position: fixed;
    right: 30px;
    bottom: 94px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 999;
}
            .wa__stt_offline{
                pointer-events: none;
            }

            .wa__button_text_only_me .wa__btn_txt{
                padding-top: 16px !important;
                padding-bottom: 15px !important;
            }

            .wa__popup_content_item .wa__cs_img_wrap{
                width: 48px;
                height: 48px;
            }

            .wa__popup_chat_box .wa__popup_heading{
                background: #2db742;
            }

            .wa__btn_popup .wa__btn_popup_icon{
                background: #2db742;
                box-shadow: -1px 4px 11px -3px black;
            }

            .wa__popup_chat_box .wa__stt{
                border-left: 2px solid  #2db742;
            }

            .wa__popup_chat_box .wa__popup_heading .wa__popup_title{
                color: #fff;
            }

            .wa__popup_chat_box .wa__popup_heading .wa__popup_intro{
                color: #fff;
                opacity: 0.8;
            }

            .wa__popup_chat_box .wa__popup_heading .wa__popup_intro strong{

            }
@media (max-width: 576px)
{
  .wa__btn_popup {
    position: fixed;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 999;
}
.wa__btn_popup .wa__btn_popup_txt {
display: none;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt
{
  padding-left: 25%;
}
}
.form_main
{
  box-shadow: -9px 7px 20px -3px grey;
}
/* socio*/
.vantagens .box {
    background: #f2792e;
    color: #FFFFFF;
    padding: 25px 20px;
    margin-bottom: 25px;
    height: 160px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.vantagens .box i {
    font-size: 50px;
    padding-bottom: 20px;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.vantagens .box h3 {
    font-size: 18px;
    font-family: 'open_sanslight', sans-serif;
    text-align: center;
    line-height: 1.25em;
    margin-top: 8px;
}
