body {
  font-family: 'Roboto', sans-serif !important;
  min-height: max-content;
  height: 100%;
  display: grid;
}

.header-logo{
  left: 8rem !important;
  width: max-content;
}

.header-contacto {
  font-size: 1.5rem;
  line-height: 3.2rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  right: 8rem;
  margin-top: -5px;
  background-color: #ff3301;
  padding: 8px 24px;
  border-radius: 100px;
  border-bottom: none !important;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  color: white !important;
}

.header-contacto:hover{
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1), 2px 1px 2px rgba(0, 0, 0, .12);
}

.intro-content__text {
  margin-bottom: 6rem;
}
.intro-content__text h1{
  font-family: 'Roboto', sans-serif !important;
  font-size: 6rem;
  font-weight: bold;
  line-height: 80px;
  color: white;
}

.intro-content__text h2{
  margin-top: 0;
  font-size: 4rem;
  font-weight: normal;
  color: white;
}

.intro-content__text p {
  color: white;
  max-width: 800px;
  opacity: 0.6;
  line-height: 2.6rem;
}

.soluciones {
  color: white;
}

.soluciones .material-icons{
  font-size: 35px;
  margin-bottom: 10px;
}


.soluciones-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
}

.soluciones-grid > a{
  -webkit-transition: transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
}
.soluciones-grid > a:hover{
  transform: scale(1.05) !important;
  -webkit-transform: scale(1.05) !important;
  -moz-transform: scale(1.05) !important;
  -ms-transform: scale(1.05) !important;
  -o-transform: scale(1.05) !important;
}

.soluciones-grid > a:hover span,
.soluciones-grid > a:hover h5,
.soluciones-grid > a:hover p{
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.soluciones-grid .solucion{
  color: white;
  width: min-content;
  min-width: 220px;
  margin-bottom: 3rem;
}

.soluciones-grid .solucion .material-icons{
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.soluciones-grid .solucion h5{
  color: white;
  margin: 0;
  font-family: 'Roboto', sans-serif !important;
  font-weight:900;
}

.soluciones-grid .solucion p{
  font-size: 14px;
  line-height: 18px;
  opacity: 0.6;
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: white;
}

.e-smart .s-intro {
  height: 100% !important;
}

@media screen and (max-height: 680px){
  .e-smart .intro-content {
    padding-top: 140px;
  }
}

@media screen and (max-width: 1700px){
  .e-smart .intro-content {
      max-width: 1400px;
  }
}
@media screen and (max-width: 1600px){
  .e-smart .intro-content {
    max-width: 100%;
  }
  .e-smart .s-intro {
    max-height: 100% !important;
  }
  .e-smart .header-logo {
    left: 62px !important;
  }
}

@media screen and (max-width: 1280px){
  .soluciones-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .soluciones-grid .solucion{
    display: grid;
    grid-template-areas: "icon text";
    grid-template-columns: 30px auto;
    grid-gap: 1.5rem;
  }
  .soluciones-grid .solucion .material-icons {
    grid-area: icon;
  }
  .soluciones-grid .solucion > h5,
  .soluciones-grid .solucion > p{
    grid-area: text;
  }

  .soluciones-grid .solucion > p{
   margin-top: 2.5rem;
  }
}

@media screen and (max-width: 800px){
  
  .e-smart .header-logo {
    left: 32px !important;
  }
  .e-smart .header-contacto {
    right: 32px;
  }
  .e-smart .header-logo img {
    width: 140px;
    height: auto;
  }
  .e-smart .intro-content{
    padding-top: 0;
    padding-bottom: 60px;
    margin-top: 0;
    height: min-content;
    margin-top: 140px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .e-smart .intro-slider-img {
    min-height: 110vh;
  }
  .e-smart .s-intro {
  min-height: 100%;
   max-height: 100%;
   height: 100%;
  }
  .e-smart #intro{
    margin-bottom: 140px;
    overflow-y: scroll;
  }
  .soluciones-grid {
    grid-template-columns: 1fr;
  }
  .soluciones-grid .solucion {
    min-width: 100%;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 600px){
  .e-smart .intro-slider-img {
    min-height: 110vh;
  }
}
@media screen and (max-width: 550px){
  .e-smart .intro-slider-img {
    min-height: 130vh;
  }
}
@media screen and (max-width: 420px){
  .e-smart .intro-slider-img {
    min-height: 140vh;
  }
}
@media screen and (max-width: 420px){
  .e-smart .intro-slider-img {
    min-height: 160vh;
  }
}

.e-solucion .modal__inner {
  max-width: 770px;
}


.s-info::before {
  display: none;
}

.e-solucion .item-title{
  margin-top: 0;
  font-weight: normal;
}
.e-solucion .services-list__item-content::before{
  margin-bottom: 1.5rem;
  font-size: 3rem;
}

p, li {
  color: #616161;
}

li {
  padding-bottom: 1rem;
}
h1,h2,h3,h4,h5,h6, li strong{
  color: #212121;
}

.residuos-caracteristicas{
  display: flex;
  justify-content: center;
  align-items: center;
}

.residuos-caracteristicas img{
  width: 100%;
  max-width: 1000px;
  padding: 7rem 0;
}

.e-solucion .volver-a-e-smart{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.e-solucion .volver-a-e-smart .material-icons{
  margin-right: 1rem;
}

.strong-list h4{
  margin-bottom: 0.5rem;
}

.strong-list ol > li{
  margin-bottom: 2rem;
}

.img-aspect {
  width: 100%;
  height: max-content;
  max-width: 1000px;
}

.img-aspect img {
  width:100%;
  height:100%;
  max-height: 800px;
  object-fit:contain;
}

/* .e-solucion .s-info{
  padding-top: 0;
} */

.down-arrows {
  position: absolute;
  width: 30px;
  left: calc(50% - 8px);
  bottom: 4rem;
  z-index: 5;
}

.down-arrows:hover {
  cursor: pointer;
}

.down-arrows span {
  display: block;
  font-size: 34px;
  color: white;
  margin: -4px;
  margin-top: -4px;
  -webkit-animation: animate 3s infinite;
  animation: animate 3s infinite;
}

.down-arrows span:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
  margin-top: -24px;
}

.down-arrows span:nth-child(3) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
@-webkit-keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -15px);
    transform: translate(0px, -15px);
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
}

@keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -15px);
    transform: translate(0px, -15px);
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
}

.residuos-caracteristicas-list {
  list-style: none;
}

.residuos-caracteristicas-list > li {
  /* width: 200px; */
    /* background-color: #8AC23E; */
    /* padding: 3rem; */
    /* border-radius: 100%; */
    /* display: flex;
    flex-flow: column;
    justify-content: initial;
    align-items: center;
    text-align: center; */
    
}

.residuos-caracteristicas-list .material-icons{
  padding-bottom: 2rem;
  font-size: 2rem;
  color: #8AC23E;
}

/* .residuos-caracteristicas-list li::before {
  content: "\2022";
  color: #8ac23ec7;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 3rem;
  line-height: 0;
  vertical-align: middle;
} */


.row-space-top{
  margin-top: 120px;
}

.site-logo-e h1{
  margin: 0;
  padding: 0;
  opacity: 0.8;
  font-weight: bold;
  color: white;
}