/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #3c3950;
  padding: 0;
}

p {
  padding: 0;
}

.bg-light {
  background-color: white !important;
}

#div_clientes {
    border-bottom: 2px solid #c62125;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.empresas_img {
    width: 40%;
    margin: 1rem;
    max-width: 200px;
}

.empresas_img img {
    width: 100%;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 40rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 40rem;
  
}

#myCarousel {
  border-bottom: 2px solid #c62125;
  padding: 2rem 2rem 2rem 2rem;
}

.carousel-indicators{
  margin-bottom: 2rem !important;
}

@media (max-width: 600px) {
    
    .carousel-control-prev, .carousel-control-next {
        width: 30% !important;    
    }
}


/* RESPONSIVE SEALS
-------------------------------------------------- */

#seals_div .d-flex {
    margin: 1rem;
}

@media(min-width: 440px) and (max-width: 999px) {

  #iso {
    width: 75px !important;
  }

  #amraci {
    width: 125px !important;
  }

  #fire {
    width: 150px !important;
  }
}

@media(min-width: 1000px) {
  #iso {
    width: 100px !important;
  }

  #amraci {
    width: 150px !important;
  }

  #fire {
    width: 200px !important;
  }
}
/*
-------------------------------------------------- */

.nosotros {
  top: 0;
  left: 0;
  position: absolute;
  min-width: 100%;
}

#nos_container{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 2rem;
}

#nosotros_texto .row {
  margin: 4rem 2rem;
  height: auto;
}

#nosotros_texto {
    border-bottom: 2px solid #c62125;
}

ion-icon {
  font-size: 32px;
}

#contacto .row {
  margin: 8vh 0;
}

#contacto {
    border-bottom: 2px solid #c62125;
}

#servicios_headers {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

#servicios_headers h4 {
  padding-bottom: 2rem;
}

#servicios_fluid {
  padding: 4rem 4rem 2rem 4rem;
}

#servicios_parrafo {
  font-size: large;
  margin-bottom: 4rem;
  padding-left: 0 !important;
}

.inst_img {
  margin-bottom: 2rem;
}

.empresas img {
  padding: 1rem;
}

@media (min-width: 1400px) {
  #recycle_div {
    justify-content: flex-end !important;
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  
  #servicios_fluid {
      max-width: 1600px !important;
  }
  
  #servicios_headers {
      text-align: left !important;
  }

  #tablet_img, #recycle_img {
    width: 100%;
  }

  #micro {
    width: 50%;
  }

  /*
  #servicios_parrafo {
    padding-left: 10rem !important;
  }
  */

  #tools_div img {
    width: 60% !important;
    padding: 0;
  }

  #tools_div {
    margin: 0 !important;
  }

  #ing_p {
    margin: 0 !important;
  }

  #ing_parrafo {
    padding-right: 4rem !important;
  }

  #micro {
    margin: 0 !important;
  }

  #inst_ul {
    line-height: 4rem !important;
  }

  #mant_2 {
    order: 2 !important;
  }

  
}