 /* ---------------------------------------------
  Contact Page Style
  --------------------------------------------- 
  */


  .contactenos {
    /* outline: 2px solid red; */
    margin: 0 auto 0 auto;
    width: 75%;
  }


  .text {
    padding-bottom: 1.5em;
  }
  
  .text h2 {
    color: var(--blue);
    padding-bottom: 0.5em;
  }
  
  .text p {
    margin-bottom: 0.3em;
    margin: 1rem 0;

  }
  
  .text span {
    font-weight: 800;
    color: var(--green);
  }
  
  .contacto {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 12rem), 1fr));
    gap: 30px;
    justify-items: center;
    align-items: start;
    width: 70%;
    margin: 0 auto;
  }
  
  .contacto .image {
  width: 80%;
  /* outline: 1px solid red; */
  }
  
  
  
  .image img {
  width:100%;
  padding: 1em;
  }
  
  .contact_form div h2 {
    color: var(--blue);
    padding-bottom: 0.5em;
    /* outline: 1px solid red; */
  
  }
  
  
  .contact_form form input {
    background-color: #f6f6f6;
    border-radius: 5px;
    border: none;
    padding: 0.5em;
    margin-bottom: 1em;
    width: 100%;
    display: inline-block;
  }
  
  .contact_form form input:nth-child(3) {
    width: 100%;
    margin-bottom: 0;
  }
  
  .contact_form form input:last-child {
    width: 100%;
    margin-top: 1em;
    padding: 3%;
    background-color: #063690;
    color: #fff;
    border-radius: 5px;
    border: none;
    text-align: center;
    padding: 1rem;
  }
  
  
  
  
  
    /* ----------------------------------------------------- */
  
    /* end styles footer section */
    
  