.tt-serv h5{
    color: #7E473B;
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    font-weight: 600;
    margin-top: 10px;
    padding-bottom: 10px;
    
  }
  
  .tt-serv p{
    text-align: justify;
    font-size: 16px;
    
  }
  
  .card-bg{
    background-color: #6301090e;
    border-radius: 15px;
    margin:15px;
    
  }
  
  
  .card-bg img{
    margin-top: 10px;
  }
        
  .btn-grad {
    background-image: linear-gradient(to right, #D31027 0%, #EA384D  51%, #D31027  100%);
    padding: 10px 18px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }
  
  .btn-grad a{
    color: whitesmoke;
  }
  
  .btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }
  
   
  .btn-grad2 {
    background-image: linear-gradient(to right, #52c234 0%, #061700  51%, #52c234  100%);
    margin: 0px;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }
  
  .btn-grad2 a{
    color: whitesmoke;
  }
  
  .btn-grad2:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }
  
  .edit{
    margin-bottom: 10px;
  }
  
  .ajustepx{
    height: 280px;
    width: 500px;
    
    
  }
  
  .color-arq {
    color: #7E473B;
  }

  .formulario{
    padding-top: 200px;
    padding: 60px;
    max-width: 400px;
    background-color: #1bb1dc;
    margin-top: 150px;
    margin-left: 350px;
    border-radius: 15px;
    color: white;
    
  }
  
  form input, form textarea{
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
    width: 100%;
    padding: 10px;
    box-sizing: border-box; 
    border: none; 
    color: #525c66; 
    font-size: 12px;
    resize: none; 
  }
  
  form button {
      display: block;
      background-color: #413e66;
      padding: 10px 45px 10px 45px;
      border: 0;
      font-size: 1em; 
      color: 	white;
    font-family: "Roboto", sans-serif;
  }
  form button:hover{
      background-color: black;
  }
  textarea {  resize: none;}

  @media (min-width: 375px) {
    #wrapper {
      max-width: 540px;
      width: 80%;  
      margin-left: 0;      
    }

    #wrapper h3{
      font-size: 20px;
    } 
  }

  @media (max-width: 374px) {
    #wrapper {
      max-width: 540px;
      width: 80%;  
      margin-left: 0;      
    }

    #wrapper h3{
      font-size: 20px;
    } 
  }

  