

@media (min-width: 700px) {


  html{


    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    background-color: #4f788a;
  }
  body{

    width: 80%;
    margin-left:4vw;
    margin-right:4vw;

  }
  
  .star{

  }
    .form-div{
    margin-left: 5vw;
    }
    
      p{
    
        font-size: 150%;
    
      }
    
      .text-quem h3{
        font-weight: 900;
        font-size: 200%;
        
      }
      .svg-navbar{
        margin-top:10vh;
        width:20vw;
        height:30vw;
        display:none;
        }
      
      .img-navbar h1{
        z-index: 999;
     
    
    
      }
      .img-navbar{
        height: 70vw;
        margin-bottom: 0;
      }
    
    
      .resp-svg-text{
    
        margin:0 5vw 0 5vw;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; 
    
    
    
      }
    
      .botoes-wc{
        display: none;
        }
    
    
    
      .svg{
    
    width:40%;
    
    
      }
      .ig-float {
        width:5vw;
        height:5vw;
        position: fixed;
        right: 4vw;
        bottom: 8vw;
        background-color: #d83a4f;
        border-radius: 50%;
        padding: 0;
        z-index: 999;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .ig-float:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.8);
      }
      
      .ig-float img {
        width: 5vw; /* Aumentado */
        height: 5vw;
      }
      
      .whatsapp-float {
        width:5vw;
        height:5vw;
        position: fixed;
        right: 4vw;
        bottom: 16vw;
        background-color: #25D366;
        border-radius: 50%;
        padding: 0;
        z-index: 999;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .whatsapp-float:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
      }
      
      .whatsapp-float img {
        width: 7vw; /* Aumentado */
        height: 7vw;
      }


      .card-card {
        
      }
      
      .card-header-card {
        height: 5vw;
      }
      
    
    }