
 .img_mobile{ display: none !important; }
  #texto_video{
font-family: 'Montserrat', sans-serif;
     text-align:left  !important; ;
    margin:50px 100px 0px 100px ;
     } 
     
     #texto_icontec{
font-family: 'Montserrat', sans-serif;
     text-align:left  !important; ;
    margin-right:100px ;
     } 
     #cta_button{
     width:40% !important; ;
     }
     #logoicontec{
     width:30% !important; ;
     }
      
     .imgproductos{
     width:80% !important;
     margin: 0px 70px !important;
     }


@media only screen and (max-width: 600px) {

#logoicontec{
     width:60% !important; ;
     }
  .imgproductos{
     width:80% !important; 
    margin: 0px 0px !important;
     }
  #texto_icontec{
font-family: 'Montserrat', sans-serif;
     text-align:center  !important; ;
    margin-right:0px ;
     } 
  
  #texto_video{
font-family: 'Montserrat', sans-serif;
     text-align:center  !important; ;
    margin:0px ;
     } 
    #cta_button{
     width:80% !important; ;
     }

}




.contenedor{
background-color:#FAFFEF;
}

.carousel__contenedor {
 position: relative;
}

.carousel__anterior{
 position: absolute;
 display: block;
 width: 40px;
 height: 40px;
 border: none;
  top:40%;
  left: 5px;
 cursor: pointer;
 line-height: 30px;
 text-align: center;
 background: none;
 color: #fff;
 opacity: 50%;
}

.carousel__siguiente {
 position: absolute;
 display: block;
 width: 40px;
 height: 40px;
 border: none;
  top:40%;
  right: 3px;
 cursor: pointer;
 line-height: 30px;
 text-align: left;
 background: none;
 color: #fff;
 opacity: 50%;
}

.carousel__anterior:hover,
.carousel__siguiente:hover {
 opacity: 100%;
}

.carousel__lista {
 overflow: hidden;
}



.accordion {
  background-color: #ffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #707070;
  cursor: pointer;
  padding: 10px 30px 10px 20px;
  width: 100%;
  border: 2px solid #A7C65B;
  text-align: left;
  outline: none;
  font-size: 22px;
  transition: 0.4s;
}

.accordion:hover {
  background-color: #E8E8E8;
  color: #A7C65B;
}

.active{
  color: #A7C65B;
  text-transform: uppercase;
}

.accordion:after {
  content: '\002B';
  color:#A7C65B;
  font-weight: bold;
  float: right;
  margin-left: 0px;
  
}

.active:after {
  content: "\2212";
  
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #919191;
  overflow: hidden;
  border: 2px solid #A7C65B;
}









