.custom-search {
  position: relative;
  width: 370px;
  left: -12%;
}
.productoAgro:hover {
  box-shadow: 0px 1px 10px rgb(0 0 0 / 20%);
  transition: all 400ms ease-out;
  border-radius: 20px;
  cursor: pointer;
}
.custom-search-input {
  width: 200%;
  border: 1px solid #ccc;
  border-radius: 200px;
  padding: 10px 200px 10px 20px; 
  line-height: 3;
  box-sizing: border-box;
  outline: none;
}
.custom-search-botton {
  position: absolute;
  right: -99%; 
  top: 3px;
  bottom: 3px;
  border: 0;
  background: #cf8421;
  color: #fff;
  outline: none;
  margin: 0;
  padding: 0 10px;
  border-radius: 100px;
  z-index: 2;
}
@media screen and (max-width: 600px){
  .custom-search {
    position: relative;
    width: 280px;
  }
  .custom-search-input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 10px 100px 10px 20px; 
    line-height: 1;
    box-sizing: border-box;
    outline: none;
  }
  .custom-search-botton {
    position: absolute;
    right: 3px; 
    top: 3px;
    bottom: 3px;
    border: 0;
    background: #cf8421;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 10px;
    border-radius: 100px;
    z-index: 2;
  }
}
.playbutton {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 74px;

  border-color: transparent transparent transparent #202020;
  transition: 100ms all ease;
  cursor: pointer;

  
  border-style: solid;
  border-width: 37px 0 37px 60px;
} 
 /* .row{
    padding-top: 50px;
  } */
  .hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  
    @import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
    
    .tit-interes{
      font-family: 'Quicksand';
      font-weight: 550;
      color: #595a5b;
      font-size: x-large;
      margin-bottom: -0.4rem!important;
      text-align: end;
      margin-right: 10%;
    }
    .bg-secondary{
      background-color: #D8DADA !important;
    }
    .tit-asistente{
      font-family: 'Quicksand';
      font-weight: bolder;
      color: #595a5b;
      font-size: x-large;
      margin-bottom: -0.4rem!important;
      text-align: end;
      margin-right: 10%;
    }
    /*Cards*/
    .documentos .container-card{
      width: 100%;
      display: flex;
      max-width: 1400px;
      margin: auto;
    }
    .documentos .title-cards{
      width: 100%;
      max-width: 1080px;
      margin: auto;
      padding: 20px;
      margin-top: 20px;
      text-align: center;
      color: #000000;
      
    }
    .documentos .card{
      width: 100%;
      margin: -3px;
      border-radius: 26px;
      overflow: hidden;
      background:#fff;
      box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
      transition: all 400ms ease-out;
      cursor: default;
      
    }
    .documentos .card:hover{
      box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
      transform: translateY(-3%);
    }
    .documentos .cardIMG{
      /* width: 100%;
      height: 210px;  */
      width: 100%;
        height: 300px;
        object-fit:cover!important;
       /* margin-bottom: -1rem; */
    }
    
    .documentos .card figure{
      margin: 0 0 0 !important;
    }
    
    .documentos .card .contenido-card{
      
      text-align: center;
      background: #ffffff;
      color: #000;
      
    }
    .documentos .card .contenido-card h3{
      margin-bottom: 15px;
      color: #000000;
      font-weight: 600;
      font-size: 15px;
    }
    .documentos .card .contenido-card p{
      /* line-height: 1.8; */
      color: #000000;
      font-size: 14px;
      margin-bottom: 5px;
      height: 120px;
      
    }
    .documentos .card .contenido-card a{
      display: inline-block;
      padding: 2px;
      margin-top: 5px;
      margin-left: 1px;
      margin-right: 1px;
      text-decoration: none;
      color: #ffffff;
      border-radius: 4px;
      transition: all 400ms ease;
      margin-bottom: 5px;
      font-size: smaller;
      background: #e31561;
      text-align: center;
      vertical-align: bottom;
      font-family: 'Quicksand';
    }
    
    
    
  
    a {
      
      color: #e64343;	
      font-size: 15px;
      text-decoration: none;
      margin-top: 10px;
      /* text-decoration: underline; */
    }
    
    
    
    .list-group a:hover{
      text-decoration: underline;
      color: #333333;
    }
    
    
    
    h2 {
      text-transform: uppercase;
      color: #333333;
      font-weight: 500;	
    }
    
    .cate-2 {
        list-style: none;
        padding: 0px;
    }
    
    .cate-2 li{
        border-bottom: 1px solid #ffffff;
        padding: 10px;
        
    }
    
    
    
    
    
    .cate-2 li.active>a,
    a[aria-expanded="true"] {
        color: #ffffff;
        background: transparent;
    }
    
    .cate-2 li a .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    
   
    
    .list-group h4{
      font-size: 14px;
    } 
    
    .row h1 {
       text-transform: uppercase;
      text-align: center;
    }
    
    /* .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * 2.5)!important;
        margin-left: calc(var(--bs-gutter-x) * 2.5)!important;
    } */
    
    
    
    @media only screen and (min-width:320px) and (max-width:700px){
      .documentos .container-card{
        flex-wrap: wrap;
        
      }
      .documentos .card{
        margin: 15px;
        
      }
    
      .documentos .title-cards{
        width: 100%;
        max-width: 1080px;
        margin: 0px;
        padding: 4px;
        margin-top: 20px;
        text-align: center;
        color: #7a7a7a;
        /* margin-top: -3.5rem;
        margin-bottom: -2rem; */
        
      }
    
       .row h1 {
        text-transform: uppercase;
         text-align: center;
         margin-top: 0rem;
       }
       
    
    }
    
    @media only screen and (min-width:701px) and (max-width:800px){
      .documentos .container-card{
        flex-wrap: wrap;
        
      }
      .documentos .card{
        margin: 15px;
        
      }
    
      .documentos .title-cards{
        width: 100%;
        max-width: 1080px;
        margin: 0px;
        padding: 4px;
        margin-top: 20px;
        text-align: center;
        color: #7a7a7a;
        /* margin-top: -3.5rem;
        margin-bottom: -2rem; */
        
      }
    
       .row h1 {
        text-transform: uppercase;
         text-align: center;
         margin-top: 0rem;
       }
    
       .documentos .card .contenido-card h3 {
        margin-bottom: 15px;
        color: #000000;
        font-weight: 600;
        font-size: 12.5px;
      }
    
      #documentos img {
        padding: 26%;
        margin-top: -50px;
    }
    #documentos h3 {
      font-size: 30px!important;
  }
    #documentos h6 {
      font-size: 23px!important;
  }
    
    }
    
    @media only screen and (min-width:1001px) and (max-width:1030px){
      .documentos .card .contenido-card h3 {
        margin-bottom: 15px;
        color: #000000;
        font-weight: 600;
        font-size: 13px;
      }
    }
    
    /* @media only screen and (min-width: 1024px) {
    
      .content {
        margin: 15% 5%;
        display: grid;
        grid-template-columns: 25% 1fr;
    
      }
    } */
    
    
    /*Fin-Cards*/
    .am-btn1 {
      display: inline-block;
      font-weight: 600;
      color: white;
      text-align: center;
      vertical-align: middle;
      border: none;
      padding: 0.2rem 1.5rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: 50px;
      background: #e31561;
      text-decoration: none;
      -o-transition: all .3s ease;
      transition: all .3s ease;
  }
    


.colorTexto{
  color: #e31561;;
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 65%;
}
.grid-containerSalvador {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 47%;
}
.float-container {
  border: 3px solid #fff;
  padding: 5px;
}

.float-child {
  width: 50%;
  float: left;
  padding: 5px;
  
}
.float-containerpo {
  border: 3px solid #fff;
  padding: 5px;
}

.float-childpo {
  width: 50%;
  float: left;
  padding: 5px;
  
}
tr{
  border-style: hidden!important;
}
.tablaconcolor{
  background-color: #d8dada;
}
@media screen and (min-width:300px) and (max-width:1030px){
  .float-containerpo {
    border: 3px solid #fff;
    padding: 5px;
  }
  
  .float-childpo {
    width: 50%;
    float: left;
    padding: 1px;
   
  }c
  .muchotxt{
    font-size: 10px;
  }
  .peortxt{
    font-size: 8px;
  }
}
#documentos img{
  padding: 26%;
 
}
#documentos h3{
  color: #595a5b;
  font-family: 'Gilroy-Black';
  font-size: 19px;
}
#documentos h6{
  color: #595a5b;
  font-family: 'Gilroy-Regular';
  font-size: 15px;
}
@media (min-width: 992px){
  #documentos .col-lg-2 {
    flex: 0 0 auto;
    width: 19%;
    
}
.documentos .card{
  left: 16%;
  
}
}
.gloryregular{
  font-family: 'Gilroy-Regular';
  font-size: 20px;
  color: #595a5b;
  text-align: justify;
}
.quicksandlight{
  font-family: 'Quicksand';
  font-weight: 550;
  color: #595a5b;
  font-size: 22px;
  
  margin-bottom: -0.4rem!important;
}
.quicksandlight2{
  font-family: 'Quicksand';
  font-weight: 550;
  color: #595a5b;
  
  font-size: 22px;
  margin-bottom: -0.4rem!important;
}
.quicksandlightN{
  font-family: 'Quicksand';
  font-weight: 1000;
  color: #595a5b;
  font-size: 22px;
  
}
.gilRoyBaclk{
  font-family: 'Gilroy-Black';
  font-size: 18px;
  color: #595a5b;
}
.gilRoyMedium{
  font-family: 'Gilroy-Medium';
  font-size: 18px;
  color: #595a5b;
}
.ajustes{
  margin-top: 0.5;
}
#documentos .x{
  margin-bottom: auto;
 
}
.card-footer {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}
.invisiblecard1{
  visibility: hidden!important;
}
.invisiblecard2{
  visibility: hidden!important;

}
.invisiblecard3{
  visibility: hidden!important;

}
.invisiblecard4{
  visibility: hidden!important;
}
.invisiblecard5{
  visibility: hidden!important;

}
@media only screen and (min-width:1400px){
  .quicksandlight{
    font-size: 30px;
  }
  .quicksandlightN{
    font-size: 32px;
  }
  .quicksandlight2{
    font-size: 32px;
  }
  .gilRoyMedium{
    font-size: 23px;
  }.gilRoyBaclk{
    font-size: 23px;

  }
  #documentos br{
    display: none;
  }
  
  .invisiblecard1{
    display: none;
  }
  .invisiblecard2{
    display: none;
  }
  .invisiblecard3{
   display: none;
  }
  .invisiblecard4{
    display: none;
  }
  .invisiblecard5{
   display: none;
  }
}@media only screen and (min-width:1000px) and (max-width:1399px){
  .invisiblecard1{
    margin: 2px;
  }
  .invisiblecard2{
    margin: 14px;
  }
  .invisiblecard3{
    margin: 13px;
  }
  .invisiblecard4{
    margin: 1px;
  }
  .invisiblecard5{
    margin: 14px;
  }
}
@media only screen and (max-width:500px){
  .recfe-2{
    display:none;
  }
}

