/* Estilos generales */
/* Estilos para el footer */


.footer-nav {
  text-align: left;
  
}

.footer-nav a {
  font-size: 160%;
  color: #c3d7df;
  font-weight: 400;
  text-align: center;
}

.footer-nav a:hover {
  color: #f5f5f5;
}

.social {
  list-style-type: none;
  text-align: center;
  align-items: center;
  padding-left: 170px;
}

.social li {
  display: inline;
  text-align: center;
   
}

.social i {
  font-size: 400%;
  margin: 1%;
  padding: 5%;
  color: #c3d7df;
  text-align: center;
}

.social i:hover {
  color: #f5f5f5;
}

footer.second {
  border-top: 1px solid #0029be;
  text-align: center;
  margin: 0;
}
footer.second p, .second a {
  text-align: center;
  color: #fff;
  font-size: 160%;
  line-height: 155%;
}


.footer_formulario{
    background-color: #333;
    color: #000000;
    padding: 10px 0;
    text-align: center;
  }
  
  .container__footer{
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* Añade estilos flexbox al footer */
  .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  
  .footer-content h2{
    font-size: 17px;
  }
  
  /* Estilos para el formulario */
  .contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    background-color: #242e4c;
    border-radius: 5px;
    font-weight: 500;
    font-size: 17px;
  }
  
  .input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1px;
  }
  
  .input-group label {
    margin-bottom: 1px;
	color: #130f0d;
  }
  
  .input-group input,
  .input-group select,
  .input-group textarea {
  
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 3px;
    width: 300px;
    color: #130f0d;
    
  }
  .input-group textarea{
    padding: 3px;
  }
  .button-group {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

#state{
  color:#130f0d;
}

  #submit-btn {
    padding: 10px 20px;
    background-color: #130f0d;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
  }
  
  #submit-btn:hover {
    background-color: #007BD6;
  }
 
  
  /*
  
  parte inferior
  
  
  */
  
  .contenedor-footer{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin: auto;
  }
  
  .content-foo{
    text-align: center;
  }
  
  .content-foo h2{
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
    max-width: 100%;
    font-size: 20px;
  
  }
    
  .content-foo h3{
    color: #fff;
    border-bottom: 3px solid #15bcf9;
    padding-bottom: 5px;
    margin-bottom: 10px;
    max-width: 100%;
    font-size: 25px;
  
  }
  
  .content-foo h4{
    color: #fff;
    border-bottom: 1px solid #3820d3;
    padding-bottom: 5px;
    margin-bottom: 10px;
    max-width: 100%;
  }
    
  .content-foo p{
    color: #f2f2f2;
    font-size: 16px;
    
  }
  
  
  .titulo-final{
    text-align: center;
    font-size: 22px;    
    color: #9e9797;
    padding-bottom: 0px;
  }
  
  .footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  
  }
  
  .border_line{
    border-bottom: 2px solid #cccccc77;
    display: flex;
    width: 60%;
    justify-content: space-evenly;
    margin: auto;
    padding-bottom: 20px;
  }



    @media screen and (max-width: 1200px) {
      p {
        font-size: 24px;
      }
      h3 {
        font-size: 120%;
      }
      header {
        height: 80px;
        position: relative;
      }
      header #logo {
        margin: 15px 0 20px -25px;
      }
    
      #menu-icon {
        display: inline-block;
      }
    
      .footer-nav:hover ul {
        display: block;
      }
    
      .footer-nav ul, .footer-nav:active ul {
        display: none;
        z-index: 1000;
        position: absolute;
        padding: 20px;
        border: 1px solid #a5bdcd;
        right: 20px;
        width: 30%;
        opacity: .95;
      }
  
      .footer-nav li {
        text-align: center;
        width: 100%;
      }
    
      .one-third {
        float: left;
        width: 100%;
    
      }
      .icon-wrap {
        height: 80px;
        width: 80px;
        margin-top: 3%;
      }
    
      .icon-wrap i {
        font-size: 250%;
        padding-top: 27%;
      }
    
      .left-col {
        width: 100%;
        padding: 0;
      }
    
      .sidebar {
        width: 100%;
      }
    
      .one-third-padding {
        width: 100%;
        margin: 0;
        padding: 4%;
      }
    
      .icon-text-icon {
        width: 100%;
        padding: 0 0 2% 0;
      }
    
      .icon-text-text {
        width: 100%;
        padding: 2px 0 0 0;
        font-size: 80%;
  
      }
      
      .footer-nav {
        margin: 0 auto;
        text-align: center;
        padding: 10%;
      }
      .social{
        padding-left: 10px;
      }

  .edit_product img{
    height: 235px;
    width: 350px;
  }
    }
  
    /* 800px res*/
    @media screen and (max-width: 800px) {
      p {
        font-size: 18px;
      }
      h3 {
        font-size: 120%;
      }

      .container {
        max-width: 90%;
      }
    
    .footer-content {
        flex-direction: column;
      }
    
    .contact-form {
        padding: 10px;
      }
    
      
    .footer-content {
      width: 350px;
     
    }
      .contact-info,
      .form {
        width: 100%;
      }
    
    .border_line{
      border-bottom: 2px solid #cccccc77;
      display: flex;
      width: 68%;
      justify-content: space-evenly;
      margin: auto;
      padding-bottom: 20px;
    }
    
    }



   