@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.caixa-service{
    border-radius: 15px;
    background-color: rgb(184, 3, 3);
    border: 2px solid white;
    margin-top: 3%;
    margin-left: 8%;
    margin-right: 8%;
    margin-bottom: 3%;
    height: fit-content;
    width: 20vw;
  }
  
  .container{
    display: flex;
  }

  .text{
    font-family: "Poppins";
    color: white;
    font-size 5vw;
  }
  
  .fundo2{
      background-color: rgb(11, 71, 121); 
      margin-left: 5%; 
      margin-right: 5%; 
      border-radius: 25px; 
      max-height: 150vw;
  }

.title{
  text-align: center;
  background-color: white;
  border-radius: 5px ;
  margin-top: 5%;
  margin-left: 2%;
  width: 15vw;
  height: 3vw;
  font-family: "Poppins";
  font-size: 1.5vw;
  color:rgb(11,62,105) ;
}

.caixa-texto{
    font-family: "Poppins";
    color: white;
    margin-top: 6%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 4%;
    font-size: 1vw;
}

#card-model{
    height: 300vw; 
    background-color: rgb(7, 83, 145); 
}

.img{
  width: 30vw; 
  height: 20vw;
  margin-bottom: 3%;
  border-radius: 15px;
  border: solid white 2px;
}

@media(max-width: 450px){
    .caixa-service{
      margin-left: 15%;
      width: 70vw;
    }
    #card-model{
        height: 475vw;
    }
}