html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

*, ::before, ::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  line-height: 1.3;
  background-color: #ebf3f3;
}

#navbar {
  overflow: hidden;
  background-color: rgba(19, 103, 212, 0.747);
  height: 8vh;
  padding: 0;
  margin: 0;
}

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  margin-left: 7px;
  margin-right: 7px;
  padding-top: 10px;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
  font-family: 'Slabo 27px', serif;
}

#navbar a:hover {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid white;
}

.fa-comment-dots {
  float: right;
  display: block;
  color: green;
}

/* Page content */
.content {
  padding: 0px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 0px;
  padding: 0;
  margin: 0;
}

a .navnosotros:hover {
  color: rgba(3, 25, 54, 0.945);
}

a .navproductos:hover {
  color: rgba(3, 25, 54, 0.945);
}

a .navcontactanos:hover {
  color: rgba(3, 25, 54, 0.945);
}

.slideshow-container {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.mySlides {
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.mySlides img {
  padding: 0;
  margin: 0;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

.contenido {
  margin-top: 8vh;
}

/*
.misionvision{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
    
}
.misionvision {
    p{
    text-align:justify;
    font-size: 1.2rem;
    margin-left: 5%;
    margin-right: 5%;
    }
}*/
.text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
      grid-template-areas: "texto1 texto1 texto1 texto1" "mision mision vision vision" "mision mision vision vision";
  -webkit-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 3rem;
  margin: 3rem;
}

.texto1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: texto1;
  background-color: white;
  font-size: 1.3rem;
  padding: 1rem;
  border-radius: 10px;
  -webkit-box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
  font-family: 'Slabo 27px', serif;
  font-weight: 500;
  color: grey;
  text-align: justify;
}

.texto1 .nos {
  color: #449ee7;
}

.mision {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: mision;
  background-color: white;
  font-size: 1.3rem;
  padding: 1rem;
  padding-bottom: 0;
  border-radius: 10px;
  -webkit-box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
  font-family: 'Slabo 27px', serif;
  font-weight: 500;
  color: grey;
  text-align: justify;
}

.mision h4 {
  color: #449ee7;
  font-size: 1.6rem;
  text-align: center;
  font-family: sans-serif;
}

.vision {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: vision;
  background-color: white;
  font-size: 1.3rem;
  padding: 1rem;
  padding-bottom: 0;
  border-radius: 10px;
  -webkit-box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
  font-family: 'Slabo 27px', serif;
  font-weight: 500;
  color: grey;
  text-align: justify;
}

.vision h4 {
  color: #449ee7;
  font-size: 1.6rem;
  text-align: center;
  font-family: sans-serif;
}

@media only screen and (max-width: 550px) {
  .text {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas: "texto1" "mision" "vision";
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 2rem;
    margin: 2rem;
  }
}

.footer {
  height: 30vh;
  background-color: #0c5b83;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 3fr;
      grid-template-columns: 1fr 1fr 3fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      grid-template-areas: "certificaciones iso city-1" "whatsapp whatsapp whatsapp";
  color: white;
  padding: 15px;
  margin-top: 20px;
}

h2 {
  text-align: center;
  font-size: 1.6rem;
}

.chatlink {
  font-size: 1.2rem;
  color: white;
}

a {
  text-decoration: none;
  color: white;
  margin: 0;
  border: 0;
}

a:hover {
  cursor: pointer;
  color: rgba(21, 183, 40, 0.897);
}

.city-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: city-1;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30%;
}

.city-2 {
  grid-area: city-2;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.phono {
  grid-area: phono;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.whatsapp {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: whatsapp;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
}

.certificaciones {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: auto;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: certificaciones;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iso {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: auto;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: iso;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logofooter {
  height: 130px;
}

@media only screen and (max-width: 550px) {
  .footer {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 2fr 1fr 1fr;
        grid-template-rows: 2fr 1fr 1fr;
        grid-template-areas: "city-1 city-1" "whatsapp whatsapp" "certificaciones iso";
    height: 80vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 15px;
  }
  .city-1 {
    padding: 0;
    margin: auto;
  }
  .certificaciones {
    padding: 10px;
  }
  .iso {
    padding: 10px;
  }
}

.cuerpo {
  background-color: rgba(138, 188, 230, 0.753);
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 0px;
  margin-top: 48px;
}

.cuerpo h1 {
  text-align: center;
  color: #449ee7;
  font-size: 2rem;
  background-color: white;
}

.productos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
      grid-template-areas: "liquido polvo" "calcio aluminio" "sulfato despacho";
  gap: 5px;
}

.imgproduct {
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 350px;
  z-index: -1;
}

.imgproductcobre {
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 350px;
  width: 350px;
  z-index: -1;
}

.calcio {
  text-align: center;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: calcio;
  -webkit-box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
  margin-left: 7.5px;
  margin-right: 7.5px;
  background-color: white;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.calcio p {
  text-align: justify;
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  padding-left: 12.5%;
  padding-right: 12.5%;
  padding-top: 5%;
  padding-bottom: 40px;
  font-family: 'Slabo 27px', serif;
  font-weight: 500;
  color: #5c5c5c;
}

.aluminio {
  text-align: center;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: aluminio;
  -webkit-box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
  margin-left: 7.5px;
  margin-right: 7.5px;
  background-color: white;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.aluminio p {
  text-align: justify;
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  padding-left: 12.5%;
  padding-right: 12.5%;
  padding-top: 5%;
  padding-bottom: 15px;
  font-family: 'Slabo 27px', serif;
  font-weight: 500;
  color: #5c5c5c;
}

.liquido {
  text-align: center;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: liquido;
  -webkit-box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
  margin-left: 7.5px;
  margin-right: 7.5px;
  background-color: white;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.liquido p {
  text-align: justify;
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  padding-left: 12.5%;
  padding-right: 12.5%;
  padding-top: 5%;
  padding-bottom: 10px;
  font-family: 'Slabo 27px', serif;
  font-weight: 500;
  color: #5c5c5c;
}

.polvo {
  text-align: center;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: polvo;
  -webkit-box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
  margin-left: 7.5px;
  margin-right: 7.5px;
  background-color: white;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.polvo p {
  text-align: justify;
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  padding-left: 12.5%;
  padding-right: 12.5%;
  padding-top: 5%;
  padding-bottom: 100px;
  font-family: 'Slabo 27px', serif;
  font-weight: 500;
  color: #5c5c5c;
}

.sulfato {
  text-align: center;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: sulfato;
  -webkit-box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
  margin-left: 7.5px;
  margin-right: 7.5px;
  background-color: white;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.sulfato p {
  text-align: justify;
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  padding-left: 12.5%;
  padding-right: 12.5%;
  padding-top: 5%;
  padding-bottom: 10px;
  font-family: 'Slabo 27px', serif;
  font-weight: 500;
  color: #5c5c5c;
}

.despacho {
  text-align: center;
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: despacho;
  -webkit-box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
  margin-left: 7.5px;
  margin-right: 7.5px;
  background-color: white;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.despacho p {
  text-align: justify;
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  padding-left: 12.5%;
  padding-right: 12.5%;
  padding-top: 5%;
  padding-bottom: 100px;
  font-family: 'Slabo 27px', serif;
  font-weight: 500;
  color: #5c5c5c;
}

@media only screen and (max-width: 550px) {
  .productos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
        grid-template-areas: "calcio" "aluminio" "liquido" "polvo" "sulfato" "despacho";
  }
}

.contactos-wrapper {
  margin-top: 25px;
  padding: 0;
  padding-top: 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4px 1fr 1fr 4px;
      grid-template-columns: 4px 1fr 1fr 4px;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      grid-template-areas: "contacta contacta contacta contacta" ". dir1 dir2 .";
  justify-items: stretch;
  row-gap: 40px;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

.dir1 {
  background-color: white;
  padding: 20px;
  border: 4px solid rgba(40, 104, 200, 0.945);
  max-width: 600px;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: dir1;
}

.dir2 {
  background-color: white;
  padding: 20px;
  border: 4px solid rgba(40, 104, 200, 0.945);
  max-width: 600px;
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: dir2;
}

.mapalima {
  width: 100%;
  height: 450px;
}

.mapachacha {
  width: 100%;
  height: 450px;
}

.contacta {
  max-width: 1500px;
  height: 550px;
  background-image: url("../imagenes/telefono (160).jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: contacta;
  margin: 0;
  padding: 0;
}

.telefono {
  width: 100%;
  margin: 0;
  padding: 0;
}

.contactos-texto {
  font-family: 'Slabo 27px', serif;
  font-weight: 600;
  font-size: 1.8rem;
  margin: 0;
}

.contactanos-dialoga {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  max-width: 300px;
  padding-top: 90px;
  padding-left: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  text-align: justify;
  margin: 0;
}

#contactosfa {
  position: absolute;
  bottom: 100px;
  left: 100px;
  text-align: center;
  font-size: 8rem;
}

#contactosfa:hover {
  color: #1be414;
  cursor: pointer;
}

.aqui:hover {
  color: #52ff02;
  cursor: pointer;
}

@media only screen and (max-width: 550px) {
  .contactos-wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas: "contacta" "dir1" "dir2";
    margin: 0;
    padding: 0;
    row-gap: 5px;
  }
  #contactosfa {
    position: absolute;
    bottom: 120px;
    left: 30px;
    text-align: center;
    font-size: 8rem;
  }
  #contactosfa:hover {
    color: #1be414;
    cursor: pointer;
  }
  .contactos-wrapper {
    margin-top: 12px;
  }
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: static;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: rgba(19, 103, 212, 0.4);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.content p {
  font-size: 1.5rem;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: rgba(19, 103, 212, 0.747);
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}
/*# sourceMappingURL=myStyle.css.map */