html{
  padding: 0;
  margin: 0;
}

body{
  padding: 0;
  margin: 0;
}


#containerSlide{
  width:100%;
  height: 75%;
  background: #232020;
  position: absolute;
}

#content{
  width: 100%;
  height: auto;
  background: #ffffff;
  float: left;
}

.salto{
  width: 100%;
  height: 15px;
  float: left;
}

.titleContent{
  text-align: left;
  color: #3a3535;
  font-family: arial, "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 19px;
  float: left;
  margin-top: 15px;
  padding: 5px;
  border-bottom: solid 2px #ff7315;
}

#marginContent{
  width: 100%;
  height: auto;
  float: left;
  max-width: 1400px;
  margin-top: -110px;
  justify-content: center;
}

#containerDescription{
  width: 80%;
  height: auto;
  margin-left: 10%;
  float: left;
}

#containerDescription p{
  width: 65%;
  float: left;
  color: #3a3535;
  text-align: justify;
  font-size: 17px;
  font-family: arial, "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  margin-top: 40px;
}

#containerImagesDescription{
  width: 30%;
  height: auto;
  float: left;
  margin-left: 3%;
}

.sectionValor{
  width: 50%;
  height: 125px;
  float: left;
  margin-bottom: 15px;
}

.imageValor{
  width: 98%;
  max-width: 100px;
  height: 96%;
  max-height: 100px;
  margin-left: calc(50% - 55px);
  margin-top: 1%;
  /*border-radius: 50%;*/
  overflow: hidden;
  float: left;
}

.imageValor img{
  width: 100%;
  height: 100%;
}

.sectionValor span{
  width: 100%;
  color: #3a3535;
  text-align: center;
  font-size: 17px;
  font-family: arial, "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  float:left;
  font-weight: bold;
}

#containerGalery{
  width: 100%;
  height: auto;
  float: left;
  /*background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);*/
}

.cardClient{
    width:31%;
    min-width: 250px;
    height: 150px;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    /*background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
 background-blend-mode: multiply,multiply;*/
    border: solid 3px #ff7315;
    progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3535', endColorstr='#232020', GradientType=1 );
    float: left;
    flex-wrap: wrap;
    margin: 1%;
}

.cardClient img{
  width: 90%;
  height: 80%;
  margin-left: 5%;
  margin-top: 7%;
}

@media (min-width:1400px) {
  #marginContent{
    margin-left: calc(50% - 700px);
  }
}

@media (max-width:1100px) {
  #containerDescription{
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width:1000px) {
  #containerDescription{
    width: 98%;
    margin-left: 1%;
  }
}
@media (max-width:950px) {
  #containerImagesDescription{
    min-width: 350px;
    margin-left: calc(50% - 175px);
  }

  #containerDescription p{
    width: 100%;
  }
}

@media (max-width:830px) {
  .cardClient{
    width: 48%;
  }
}
