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;
  max-width: 1400px;
}


#containerInfor{
  width: 90%;
  height: 140px;
  float: left;
  margin-top: -120px;
  margin-left: 5%;
  overflow: hidden;
}
.informResponsive{
  width: 100%;
  height: 100%;
  float: left;
  border-bottom: solid 2px #ff7315;
  max-height: 138px;
}
.contentDate{
  width: auto;
  min-width: 230px;
  height: 100%;
  margin-left: 0.8%;
  float: left;
}

.contentDate img{
    width: 55px;
    height: 45px;
    float: left;
    margin-left: 65px;
    margin-top: 20px;
}

.contentDate i{
  font-size: 50px;
  color: #ff7315;
  float: left;
  margin-left: 65px;
  margin-top: 20px;
}
.contentDate span{
  text-align: center;
  color: #232020;
  font-family: arial, "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 25px;
  float: left;
  margin-top: 35px;
  margin-left: 10px;
}

.contentDate p{
  width: 100%;
  text-align: center;
  color: #232020;
  font-family: arial, "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 19px;
  float: left;
}

.salto{
  width: 100%;
  height: 15px;
  float: left;
}

.sectionContent{
  width: 90%;
  height: auto;
  float: left;
  margin-left: 5%;
}

.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;
}

.titleContentRight{
  text-align: left;
  color: #3a3535;
  font-family: arial, "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 19px;
  float: right;
  margin-top: 15px;
  padding: 5px;
  border-bottom: solid 2px #ff7315;
}

.sectiontext1{
  width: 60%;
  height: auto;
  float: left;
}

.textContent{
  width: 100%;
  height: auto;
  float: left;
  padding: 5px;
  text-align: justify;
  color: #3a3535;
  font-family: arial, "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 15px;
  margin-left: 2.5%;
}

.imagescontent{
  width: 35%;
  float: left;
  margin-left: 2.5%;
  height: auto;
  min-height: 200px;
  border-bottom: solid 3px #ff7315;
  transition: all 0.6s ease-in-out;
  background: transparent;
  overflow: hidden;
}

.aumentar{
    cursor: pointer;
    max-width: none;
    max-height: 300px;
    width: 90%;
    height: 90%;
    float: left;
    z-index: 5;
    margin-top: 10px;
    margin-left: 5%;
    border-radius: 6px;
    transition: all 0.6s ease-in-out;
}

.img1{
    background: #f6f6f6;
    display: none;
}
.slickLineImg1{
  width: 30%;
  height: 30%;
  min-width: 100px;
  max-height: 120px;
  max-width: 120px;
  min-width: 100px;
  border-radius: 4px;
  float: left;
  margin-left: calc(50% - 15%);
  margin-top: -200px;
  z-index: 3;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  animation-name: imagesEfect;
  animation-duration: 0.4s;
  display: block;
}





 
/*#img1:hover ~ #img2{
    display: none;
}
#img1:hover ~ #img3{
    display: none;
}
#img1:hover{
    cursor: pointer;
    max-width: none;
    max-height: 300px;
    width: 90%;
    height: 90%;
    position: relative;
    z-index: 5;
    margin-top: 10px;
    margin-left: 5%;
}*/

.img2{
    background: #f6f6f6;
    display: none;
}

.slickLineImg2{
  width: 30%;
  height: 30%;
  min-width: 100px;
  max-height: 120px;
  max-width: 120px;
  min-width: 100px;
  border-radius: 4px;
  float: left;
  margin-left: calc(25% - 15%);
  margin-top: 100px;
  z-index: 4;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  animation-name: imagesEfect;
  animation-duration: 0.4s;
  display: block;
}
/*#img2:hover ~ #img1{
    display: none;
}
#img2:hover ~ #img3{
    display: none;
}
#img2:hover{
    cursor: pointer;
    max-width: none;
    max-height: 300px;
    width: 90%;
    height: 90%;
    position: relative;
    z-index: 5;
    margin-top: 10px;
    margin-left: 5%;
}*/

.img3{
    background: #f6f6f6;
    display: none;
}

.slickLineImg3{
  width: 30%;
  height: 30%;
  min-width: 100px;
  max-height: 120px;
  max-width: 120px;
  min-width: 100px;
  border-radius: 4px;
  float: left;
  margin-left: calc(36% - 15%);
  margin-top: 100px;
  z-index: 0;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  animation-name: imagesEfect;
  animation-duration: 0.4s;
  display: block;
}
/*#img3:hover ~ #img2{
    display: none;
}
#img3:hover ~ #img1{
    display: none;
}
#img3:hover{
    cursor: pointer;
    max-width: none;
    max-height: 300px;
    width: 90%;
    height: 90%;
    position: relative;
    z-index: 5;
    margin-top: 10px;
    margin-left: 5%;
}*/


.img4{
  width: 30%;
  height: 30%;
  min-width: 100px;
  max-height: 120px;
  max-width: 120px;
  min-width: 100px;
  border-radius: 4px;
  float: left;
  margin-left: calc(50% - 15%);
  margin-top: -20px;
  z-index: 5;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.img5{
  width: 30%;
  height: 30%;
  min-width: 100px;
  max-height: 120px;
  max-width: 120px;
  min-width: 100px;
  border-radius: 4px;
  float: left;
  margin-left: calc(25% - 15%);
  margin-top: 0px;
  z-index: 4;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.img6{
  width: 30%;
  height: 30%;
  min-width: 100px;
  max-height: 120px;
  max-width: 120px;
  min-width: 100px;
  border-radius: 4px;
  float: left;
  margin-left: calc(12% - 15%);
  margin-top: 30px;
  z-index: 4;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.img7{
  width: 30%;
  height: 30%;
  min-width: 100px;
  max-height: 120px;
  max-width: 120px;
  min-width: 100px;
  border-radius: 4px;
  float: left;
  margin-left: calc(12% - 15%);
  margin-top: 60px;
  z-index: 4;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.img8{
  width: 30%;
  height: 30%;
  min-width: 100px;
  max-height: 120px;
  max-width: 120px;
  min-width: 100px;
  border-radius: 4px;
  float: left;
  margin-left: calc(25% - 15%);
  margin-top: 60px;
  z-index: 4;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.img9{
  width: 30%;
  height: 30%;
  min-width: 100px;
  max-height: 120px;
  max-width: 120px;
  min-width: 100px;
  border-radius: 4px;
  float: left;
  margin-left: calc(12% - 15%);
  margin-top: 30px;
  z-index: 4;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.img10{
  width: 30%;
  height: 30%;
  min-width: 100px;
  max-height: 120px;
  max-width: 120px;
  min-width: 100px;
  border-radius: 4px;
  float: left;
  margin-left: calc(12% - 15%);
  margin-top: 0px;
  z-index: 4;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

#ulWeelTesting{
  width: 90%;
  height: auto;
  float: left;
  padding: 0px;
  margin: 0px;
  margin-left: 10%;
}
#ulWeelTesting li{
  width: 100%;
  height: auto;
  padding: 5px;
  list-style: circle;
}

#ulWeelTesting1{
  width: 90%;
  height: auto;
  float: left;
  padding: 0px;
  margin: 0px;
  margin-left: 10%;
}
#ulWeelTesting1 li{
  width: 100%;
  height: auto;
  padding: 5px;
  list-style: circle;
}

#ulWeelTesting2{
  width: 90%;
  height: auto;
  float: left;
  padding: 0px;
  margin: 0px;
  margin-left: 10%;
}
#ulWeelTesting2 li{
  width: 100%;
  height: auto;
  padding: 5px;
  list-style: circle;
}





@media (min-width: 1400px){
  #content{
    margin-left: calc(50% - 700px);
  }
}

@media (max-width:1100px) {
  .imagescontent{
    min-width: 350px;
    margin-left: calc(50% - 175px);
  }
  .sectiontext1{
    width: 96%;
    margin-left: 2%;
  }
}



@-webkit-keyframes imagesEfect {
  from {
      opacity: 0;
      transform: scale(2.0);
  }
  to {
      opacity: 1;
      transform: scale(1.0);
  }
}

/* Standard syntax */
@keyframes imagesEfect {
  from {
      opacity: 0;
      transform: scale(2.0);
      
  }
  to {
      opacity: 1;
      transform: scale(1.0);
      
  }
}



