@media (max-width: 399px) {
.card-flip,
.front,
.back {
  width: 100%;
  height: 270px;
}

#productos .card {
  border: none;
  height: 270px;
  color: white;
  padding: 10px;
  cursor: pointer;
}
}

@media (min-width: 400px) {  
.card-flip,
.front,
.back {
  width: 100%;
  height: 300px;
}

#productos .card {
  border: none;
  height: 300px;
  color: white;
  padding: 10px;
  cursor: pointer;
}
}


@media screen and (max-width: 767px) and (min-width: 540px) {
.card-flip,
.front,
.back {
  width: 100%;
  height: 440px;
}

#productos .card {
    border: none;
    height: 440px;
    color: darkblue;
    padding: 10px;
    cursor: pointer;
}
}


@media (min-width: 768px) {
  #informacion .card-header h5 button.collapsed:after{
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right;
  background-image: url("../img/dropdown-ico-mas.svg"); 
  position: absolute;
  height: 30px;
  width: 30px;
  right: 2px;
  top: 2pxpx;
  clear: both;
}

#informacion .card-header h5 button:after{
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right;
  background-image: url("../img/dropdown-ico-menos.svg"); 
  position: absolute;
  height: 30px;
  width: 30px;
  right: 2px;
  top: 2pxpx;
  clear: both;
}

        /*gestion*/
  #gestion .card-header h5 button.collapsed:after{
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right;
  background-image: url("../img/dropdown-ico-mas.svg"); 
  position: absolute;
  height: 30px;
  width: 30px;
  right: 2px;
  top: 2pxpx;
  clear: both;
}

#gestion .card-header h5 button:after{
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right;
  background-image: url("../img/dropdown-ico-menos.svg"); 
  position: absolute;
  height: 30px;
  width: 30px;
  right: 2px;
  top: 2pxpx;
  clear: both;
}
    /*gestion*/
    
    /*sistemas*/
  #sistemas .card-header h5 button.collapsed:after{
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right;
  background-image: url("../img/dropdown-ico-mas.svg"); 
  position: absolute;
  height: 30px;
  width: 30px;
  right: 2px;
  top: 2pxpx;
  clear: both;
}

#sistemas .card-header h5 button:after{
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right;
  background-image: url("../img/dropdown-ico-menos.svg"); 
  position: absolute;
  height: 30px;
  width: 30px;
  right: 2px;
  top: 2pxpx;
  clear: both;
}
    /*sistemas*/
    
    
    
    
.card-flip,
.front,
.back {
  width: 100%;
  height: 210px;
}

#productos .card {
  height: 210px;
}

}


@media (min-width: 992px) {

  section.video p {padding: 0 25px;}

  section.estadisticas ul.stats {display: flex;}

  section.estadisticas .stats li{
    display:inline-block; 
    max-width: 33.33%;
  }
  section.estadisticas .stats li span{
    max-width: 80%;
  }

  section.estadisticas .stats li.stat1 img {max-width: 220px;}
  section.estadisticas .stats li.stat2 img {max-width: 310px;}
  section.estadisticas .stats li.stat3 img {max-width: 290px;}


  section.campana .nav-tabs li.productos {
    max-width: 38%;
}
  section.campana .nav-tabs li.informacion {
    max-width: 31%;
}
      section.campana .nav-tabs li.gestion {
    max-width: 31%;
}
    
      section.campana .nav-tabs li.sistemas {
    max-width: 31%;
}
    
  section.campana .nav-tabs li.eventos {
    max-width: 31%;
}

  section.campana .nav-tabs li a {
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 800;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 60px;
    padding-bottom: 8px;
    min-height: 90px;
    background-size: 50px;
}

section.campana .ecoins{
  background-color: #fff;
  text-align: left;
  padding: 40px 45px;
}
section.campana .ecoins iframe{
  width: 90%;
  height: 350px;
}


.card-flip,
.front,
.back {
  width: 100%;
  height: 285px;
}

#productos .card {
  height: 285px;
}

#productos .back .card p {
    padding-top: 40%;
    padding-right: 0px;
}


#informacion .card-header h5 button{
  font-size:1em;
}
    #gestion .card-header h5 button{
  font-size:1em;
}
    #sistemas .card-header h5 button{
  font-size:1em;
}
  
}

@media (min-width: 1200px) {
.card-flip,
.front,
.back {
  width: 100%;
  height: 345px;
}

#productos .card {
  height: 345px;
} }

/*# sourceMappingURL=style-medias.css.map */
