* {
    list-style: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
}


html {
    scroll-behavior: smooth;
  }


  /* FONTES */

h1 {

    font-family: 'Montserrat';
   font-weight: 700;
}

p {
    
    font-family: 'Montserrat';
    font-weight: 500;
  
}


li a {
    font-family: 'Montserrat';
    font-weight: 700;
}

h2 {
    font-family: 'Montserrat';
    font-weight: 600;
}


h4 {
    font-family: 'Montserrat';
    font-weight: 600;
}

header {
    width: 100%;
    background-color: red;
    height: 100px;
    position: absolute;
    z-index: 99;

}

nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

nav ul {
    gap: 40px;
    flex-wrap: wrap;
    padding-left: 100px;
    display: flex;
    align-items: center;
}


nav ul img{
    width: 140px;

}

nav ul li  {
    padding-bottom: 50px;
}

nav ul li a{
 color: white;
 transition: 0.3s;
}

nav ul li a:hover{
    color: black
   }

.redes-sociais {
    display: flex;
    gap: 20px;
    padding-bottom: 50px;
    align-items: center;
    padding-right: 50px;
}

.redes-sociais .redes {
    width: 20px;
}


.redes-sociais #bandeiras {
    width: 60px;
}


.contianer-main img{
    width: 100%;
    height: 100%;
    padding-top: 100px;

}


.container-section-1 {
    display: flex;
    background-color: #e6e6e6;
    width: 100%;
    align-items: center;
    padding-top: 70px;
    gap: 70px;
    justify-content: center;
    
}


.texto-sobre {
    max-width: 431px;
    width: 100%;
    flex-direction: column;
    display: flex;
}

.texto-sobre  p {
   line-height: 25px;
}

.texto-sobre h1 {
    font-size: 18px;
    font-weight: bold;
}


.texto-sobre h2 {
    color: red;
    font-size: 27px;
}


.img-do-lado img{
    width: 250px;
}


.texto-sobre h4 {
    font-size: 13px;
    padding-bottom: 20px;
}

.texto-sobre p {
    font-size: 17px;
}

/* SECTION 2 */

.container-section2 {
    background-color: yellow;
    height: 100%;
    width: 100%;
}

.imagens1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:100px;
    flex-wrap: nowrap !important;
    margin-left: 50px;

}



.imgs12 {
    display: none;   
    
}


.imagens12 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:0px;
    flex-wrap: nowrap !important;
    margin-left: 50px;
}

.container-imgs {
    width: 100%;
}

.imagens12 img {
    width: 100%;
    max-width:100px;
}

.espacamento12 {
    margin-bottom: 20px;
}

.imgs1 {
    flex-wrap: nowrap !important;
    display: flex;
    align-items: center;
    gap: 100px;
    
}

.espacamento {
    margin-bottom: 20px;
}

.imagens1 img {
    width: 100%;
    max-width: 250px;
}
.tituloo {
    padding-top: 30px;
    color: red;
    text-align: center;
    margin-bottom: 50px;
}


.espacamentobaixo {
    padding-bottom: 20px;
}


/* SECION 3 */


.container-section-3 {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 50px;
    background-color: #e6e6e6;
    gap: 30px;
    justify-content: center;
    padding-bottom: 30px;

}

.texto-antes h1 {
    font-size: 30px;
    color: yellow;
    padding-bottom: 20px;
}

.texto-antes span {
    color: white;
}
.texto-antes {
    text-align: center;
    border-radius: 20px;
     background-color: red;
     height: 412px;
     width: 300px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
}


/* SECTION 3 */


.container-section-4 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: white;
}

.texto-antess {
    display: flex;
    margin: 0 auto;
    align-items: center;
   cursor: pointer;
    justify-content: center;
}

.img-juntas {
    padding-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center
}

.img-juntas img {
    width: 100px;
}

/* section 5 */

.container-section-5 {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
    padding-top: 50px;
    background-color: red;
}

.imagem-rato img {
   width: 100%;
   max-width: 450px;
}

#titulo-grande {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
   
}

.texto-contato {
    text-align: center;
    color: white;
}

.texto-contato h1 {
    color: white;
}

#deixar-maior {
    padding-top: 5px;
    font-size: 25px;
}

.texto-contato p {
    font-size: 19px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.butao #back-branco {
    background-color: white !important;
    transition: 0.3s;
}

.butao #back-branco:hover {
    background-color: whitesmoke;
}

.redes-sociais {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    text-align: center;
    padding-left: 33px;
}

#disp {
    display: flex;
    flex-wrap: nowrap;
}


.redes-sociais2 {
    display: flex;
    margin-top: 20px;
    gap: 20px;
}

.redes-sociais2 img {
    width: 20px;
}

.direitos {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    color: white;
    font-size: 15px;
}


#butyn {
 
        font-weight: bold;
        color: rgb(194, 0, 0);
        background-color: yellow;
        border: none;
        border-radius: 50px;
        padding: 7px 20px;
        font-size: 25px;
        cursor: pointer;
        transition: 0.3s;
}


/* SECTION AMAIS*/


.container-section-amais {
    background-color:#e6e6e6 ;
    display: flex;
flex-direction: column;
 justify-content: center;
 padding-left: 250px;
 padding-top: 70px;
 padding-bottom: 70px;
}

.texto span {
    font-weight: bold;
}

.texto h1 {
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 35px;
    color: red;
}.texto p {
    font-size: 25px;
}

.imgpragas img {
    width: 100%;
}


.texto-depois {
    display: flex;
   flex-direction: column;
   gap: 20px;
}

.servicoos {
    align-items: center;
    display: flex;
    gap: 30px;
}

.servicoos img {
    width: 20px;
}


.texto-depois  h1 {
    font-size: 30px;
}

.flexwpp {
    display: flex;
    align-items: center;
    text-align: center;
 justify-content: center;
    gap: 20px;
}



.desin {
    gap: 20px;
    display: flex;

}