.menu{
    background: linear-gradient(to right, rgb(4,6,122), rgb(2,2,221),rgb(4,6,122));
    
}

.whatsapp{
        position: fixed;
        z-index: 1000;
        width: 60px;
        height: 60px;
        right: 15px;
        bottom: 15px;
        background-color: green;
        color: white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        font-size: 35px;
    }
      
.whatsapp:hover{
        background-color: rgb(0, 156, 0);
        text-decoration: none;
        color:white;
        transform: scale(1.1);
        transition: 0,8s;
    }


.body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding:0;
}

body{
  background-color: #000d4d !important;
}


.quem-somos {
  background-color: #000d4d;
  color: white;
  /* width: 100vw*/
  padding: 213px;
  border-radius: 0px;
  text-align: center;     
}

.logo {
  width: 250px;
  margin-bottom: 100px;
  margin-top: 60px;
}

h1 {
  color:white !important;
  font-size: 58px !important;
  font-weight: bold;
  margin: 25px 20px;

}

.col-md {
  color:rgb(238, 216, 15) !important;
  font-size: 58px !important;
  margin: 25px 20px;
  text-align: center;

}

.col-md ul{
  color: white;
  font-size: 26px;
  text-align: left;
}

.destaque {
  font-size: 60px;
  background-color: #132f5b;
  padding: 20px 15px;
  border-radius: 25px;
  color: white;
  
  
}

.p1 {
  font-size: 26px;
  line-height: 1.8;
  text-align: center;
  margin-top: 30px;
  color: white;
}

.p2 {
  font-size: 26px;
  line-height: 1.8;
  text-align: justify;
  margin-top: 30px;
  color: white;
}

.p3 {
  font-size: 26px;
  line-height: 1.8;
  text-align: center;
  margin-top: 30px;
  color: white;
}


.tag {
  background-color: #1d3d65;
  padding: 3px 8px;
  border-radius: 8px;
  color: white;
  white-space: nowrap;
}

.imagem img {
  width: 110%;
  max-width: 800px;
  border-radius: 0%;
  border: 4px rgba(0, 0, 0, 0.5);
  text-align: left;
} 

.nossa-historia{
  text-align: right;
  max-width: 1500px;
  margin:auto;
 

}

.fundo-preto{
  background-color: rgba(0, 0, 0, 0.5);

}


/*move o titulo*/
.titulo{
  margin-top: -65px;
}

@media(max-width: 700px){
  .p1 {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  margin-top: 30px;
  color: white;
}

.p2 {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
  margin-top: 30px;
  color: white;
}

.p3 {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  margin-top: 30px;
  color: white;
}
.col-md {
  color:rgb(238, 216, 15) !important;
  font-size: 30px !important;
  margin: 25px 20px;
  text-align: center;

}

.col-md ul{
  color: white;
  font-size: 15px;
  text-align: left;
}


}


/* Mucci */

html,
        body {
            position: relative;
            height: 100%;

        }

        .fa-star {

            color: rgb(231, 231, 44);
            text-shadow: 2px 2px 10px black;
        }

        body {
            background: #000d4d;
            font-family: Helvetic00000000000000000000000a Neue, Helvetica, Arial, sans-serif;
            font-size: 14px;
            color: #000000;
            margin: 0;
            padding: 0;
        }

        .swiper {
            width: 100%;
            height: 500px;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #000000;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

        .perfil {
            width: 40px;
            border-radius: 50%;
        }
