/*   
Theme Name: Conexion Ganadera Child
Theme URI: onetree.com
Description: Custom theme by Onetre
Author: ACTotal
Template: conexionganadera
Version: 2
*/
.videos-noticias-emb {
  display: flex;
    justify-content: center;
}

.cuadro_productos {
  min-height: 270px;
}

@media screen and (min-width: 280px) and (max-width: 280px) {
  .cuadro_productos {
    width: 100%;
  }
  .page-text {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px){
  .cuadro_productos{
    min-height: 340px;
  }
}

@media only screen and (min-width: 638px) and (max-width: 768px){
  .cuadro_productos{
    min-height: 425px;
  }
}

.contact-form p {
  position: relative;
  margin: 0 0 0 0 !important;
}

#footer .contact-info li:nth-child(3) {
  max-width: 140px !important;
}

#contact-send {
  margin-top: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 550px){
  #footer .contact-info li .footer-btn {
    float: inherit;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin: 5px 0 0 0;
    font-size: 10px;
    margin-right: 32px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px){
  #footer{
    min-height: 290px;
  }
  #footer .contact-info li .footer-btn {
    float: inherit;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin: 5px 0 0 0;
    font-size: 10px;
    margin-right: 32px;
    margin-bottom: 15px;
  }
}