* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fcfbf3;
  font-family: 'Raleway', sans-serif;
}

header {
  height: 120px;
  display: flex;
  align-items: center;
  background-color: white;
  width: 100%;
  justify-content: space-around;
}

html {
  scroll-behavior: smooth;
}

/*BARRA DE NAVEGACION*/

.searchbox-cointainter,
.logo-container,
.nav-links {
  display: flex;
}

.searchbox-cointainter {
  justify-content: center;
  flex: 1;
}

.header-con {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  background-color: white;
  opacity: 0.9;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  z-index: 1001;
}

nav {
  height: 120px;
  flex: 1;
}

.logo-container {
  justify-content: left;
  flex: 1;
}

.logo-container a {
  max-width: 60%;
}

.nav-links {
  list-style: none;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-left: auto;
  padding: 5%;
  white-space: nowrap;
}

.nav-links li a:hover {
  padding: 10px;
  background: linear-gradient(93.34deg, #fd9c3d 0.38%, #ed7a21 99.28%);
  border-radius: 20px;
  font-weight: 900;
}

#marcado {
  padding: 10px;
  background: linear-gradient(93.34deg, #fd9c3d 0.38%, #ed7a21 99.28%);
  border-radius: 20px;
  font-weight: 900;
}

.nav-links li a {
  font-weight: 900;
  color: black;
  text-decoration: none;
  font-size: 12px;
  justify-content: space-around;
  font-weight: bold;
  padding: 10px;
  background: rgba(255, 153, 0, 0);
  border-radius: 20px;
}

.searchbox-container {
  -webkit-box-shadow: 13px 12px 20px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 13px 12px 20px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 13px 12px 20px -16px rgba(0, 0, 0, 0.75);
}

.search-btn,
input[type='text'] {
  background: white;
  border-color: #e5e5e5;
  border-style: solid;
  cursor: pointer;
  padding: 1vh 3vh 1vh 3vh;
  border-width: 1px;
  font-family: 'Raleway', sans-serif;
}

.search-btn {
  border-radius: 20px 0 0 20px;
}

.search-btn:hover {
  background: #ed7a21;
  color: white;
}

#fondo1,
#fondo2 {
  width: 100%;
  height: auto;
}

/*       SECCION 1 		*/

#fondo1 {
  position: absolute;
  min-height: 100vh;
  bottom: 0;
  right: -6%;
  z-index: -1000;
}

.seccion1 {
  position: relative;
  display: flex;
  width: 100%;
  margin: auto;
  height: auto;
  align-items: center;
}

.introduccion,
.cover {
  flex: 1;
}

#naranja {
  color: #ed7a21;
}

.introduccion h1 {
  padding-left: 10%;
  font-size: 64px;
  font-weight: bold;
}

.introduccion h2 {
  padding-left: 10%;
  font-size: 36px;
  font-weight: bold;
}

.cover img {
  width: 95%;
  height: auto;
}

.square {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;

  top: 30vh;
  height: 25vh;
  width: 45px;
  background-color: #ed7a21;
  border-radius: 0 10px 10px 0;
  font-size: 3vh;
  z-index: 1000;
}

.fa-facebook-square,
.fa-linkedin,
.fa-whatsapp {
  color: white;
}

.fa-envelope,
.fa-phone {
  margin-right: 8px;
  color: #ff9900;
}

.footer-nav {
  font-size: 18px;
}

input[type='text'] {
  border-radius: 0 20px 20px 0;
}

/*       SECCION 2 		*/

#fondo2 {
  position: absolute;
  width: 90%;
  height: auto;
  top: 100vh;
  z-index: -1500;
}

.seccion2,
.container-sec3,
.contact-box {
  min-height: 90vh;
  display: flex;
  width: 90%;
  margin: auto;
  min-height: 85vh;
  align-items: center;
}

.imgsec2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 1;
}

.imgsec2 img {
  margin-left: auto;
  max-width: 95%;
  height: auto;
}

.acerca {
  flex: 1;
  margin: 8%;
}

.acerca h2 {
  font-size: 36px;
  font-weight: bold;
  color: #4e5166;
  margin-bottom: 8vh;
}

.acerca,
.distribuidores h3,
.cobertura h3,
.servicios-logisticos-der h3 {
  margin-bottom: 2vh;
  color: rgba(78, 81, 102, 0.26);
  font-size: 18px;
  font-weight: bold;
}

.acerca p {
  color: #4e5166;
  font-size: 18px;
  text-align: justify;
  margin-bottom: 6vh;
}

.leermas-btn {
  background: #f48f2f;
  color: white;
  cursor: pointer;
  padding: 1vh 10% 1vh 10%;
  border-width: 1px;
  border-color: transparent;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  border-radius: 20px 20px 20px 20px;
}

.leermas-btn:hover {
  border-width: 1px;
  border-style: solid;
  background: white;
  border-color: #f48f2f;
  color: #f48f2f;
}

/*       SECCION 3 		*/

.seccion3 {
  position: relative;
  background: url('../img/bg3.jpg');
  background-size: 100%;
  background-color: #eeeeee;
}

#vectorS3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  max-width: 25%;
}

.servicios-izq,
.servicios-der {
  flex: 1;
}

.seccion3 h2 {
  font-size: 36px;
  font-weight: bold;
  color: white;
  margin-bottom: 5vh;
}

.seccion3 h3 {
  margin-bottom: 2vh;
  color: #f3f9f9;
  font-size: 18px;
  font-weight: bold;
}

.seccion3 p {
  color: white;
  font-size: 18px;
  text-align: justify;
  margin-bottom: 6vh;
}

.seccion3 h1 {
  color: white;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 8vh;
  margin-top: 4vh;
  text-align: center;
}

.servicios-der {
  padding-left: 7%;
  z-index: 100;
}

#naranja2 {
  color: #f48f2f;
}

/*       SECCION 4 		*/

.seccion4 {
  height: auto;
  display: flex;
  width: 65%;
  margin: auto;
  min-height: 85vh;
  align-items: center;
  position: relative;
}

#vectorS4 {
  position: absolute;
  top: 0;
  left: -32%;
  z-index: -1000;
}

.distribuidores {
  overflow: hidden;
  padding-top: 5vh;
  margin: auto;
  text-align: center;
}

.owl-dots {
  display: none;
}

.seccion4 h2,
.cobertura h2,
.seccion-marcas h2,
.servicios-logisticos-der h2 {
  font-size: 36px;
  font-weight: bold;
  color: #4e5166;
  margin-bottom: 3vh;
}

.distribuidores p {
  width: 60%;
  margin: auto;
  padding-bottom: 8vh;
}

.two-col {
  -webkit-column-count: 2; /* Old Chrome, Safari and Opera */
  -moz-column-count: 2; /* Old Firefox */
  column-count: 2;
  margin-bottom: 8vh;
}

.marcas-home-container {
  margin-bottom: 6vh;
}

.marcas-home img {
  justify-content: space-around;
  margin: auto;
  align-items: center;
  max-width: 11%;
  height: auto;
}

/*  SECCION COBERTURA   */

.cobertura {
  height: 70vh;
  display: flex;
  width: 90%;
  margin: auto;
  min-height: 70vh;
  align-items: center;
}

.cobertura-der {
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: -500;
}

.cobertura-izq {
  flex: 2;
}

.cobertura-der {
  flex: 3;
}

.cobertura-der img {
  width: 90%;
  height: auto;
  position: relative;
  right: -14%;
}

/*       SECCION 5 		*/

.seccion5 {
  position: relative;
  height: 130vh;
  min-height: 800px;
  display: flex;
  width: 90%;
  margin: auto;
  align-items: center;
}

#vectorS5 {
  position: absolute;
  top: 5vh;
  right: -3%;
  z-index: -1000;
}

#vectorS6 {
  position: absolute;
  max-height: 95vh;
  max-width: 80%;
  bottom: 0;
  left: -7%;
  z-index: -1000;
}

.contact-box {
  height: 100vh;
  min-height: 850px;
  width: 100%;
  background-color: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  z-index: 500;
  padding: 5%;
}

.contact-box h2 {
  font-size: 36px;
  font-weight: bold;
  color: #4e5166;
  margin-bottom: 10vh;
}

.contact-box p {
  width: 60%;
  margin: auto;
  padding-bottom: 8vh;
}

.contact-box h3 {
  margin-bottom: 1vh;
  color: rgba(78, 81, 102, 0.26);
  font-size: 18px;
  font-weight: bold;
}

.contact-form,
.contact-img {
  flex: 1;
  width: 100%;
}

.contacto-formulario {
  display: block;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 5vh;
}

#contacto-datos a {
  font-size: 18px;
}

.entrada1 {
  order: 1;
}

.entrada2 {
  order: 2;
}

#nombre-i {
  border-radius: 0 0 0 0;
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #b9b9b9;
}

.entrada1,
.entrada2 {
  width: 50%;
  padding: 5% 5% 5% 0;
  float: left;
}

.entrada3 {
  width: 100%;
  padding: 5% 5% 5% 0;
}

.contact-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-img img {
  margin: auto;
  padding-bottom: 30px;
}

/*                    FOOTER   				*/

footer {
  background: #2d2d2d;
  height: auto;
}

.footer1 {
  height: 30vh;
  display: flex;

  width: 90%;
  margin: auto;
  align-items: center;
  padding-top: 2vh;
  align-items: center;
}

.footer-izq h1 {
  font-size: 2.5vh;
  color: #ff9900;
  margin-bottom: 1vh;
}

.footer-izq p {
  font-size: 1.5vh;
  color: #fff;
  text-align: justify;
  margin-bottom: 1vh;
}

.footer-izq {
  height: 15vh;
  flex: 1;
}

.footer-der {
  display: flex;
  align-items: right;
  flex: 2;
}

.footer-der a {
  margin-left: auto;
}

.footer-nav {
  display: flex;
  list-style: none;
  width: 100%;
  height: 4vh;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
}

.footer-nav li a:hover {
  font-weight: 900;
}

.footer-nav li a {
  color: #706c61;
  text-decoration: none;
  font-size: 1.5vh;
  justify-content: space-around;
  font-weight: bold;
}

/* SERVICIOS  */

.servicios {
  height: 1244px;
  position: relative;
}

.servicios-container1 {
  position: relative;
  display: flex;
  width: 90%;
  margin: auto;
  min-height: 800px;
  align-items: center;
}

#vectorServicios {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
}

.servicios-htxt {
  position: absolute;
  display: flex;
  width: 100%;
  top: 0;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
}

.servicios-htxt {
  padding: 60px 0 60px 0;
}

.servicios-htxt h1,
.Servicios-izq h1 {
  text-align: center;
  font-size: 5vh;
}

.Servicios-izq,
.Servicios-der {
  flex: 1;
  padding: 2%;
}

.Servicios-izq p {
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 100px;
}

.Servicios-izq h2 {
  position: absolute;
  text-align: center;
  font-size: 4vh;
}

.Servicios-der {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.Servicios-der img {
  height: auto;
}

.Servicios-izq h1,
.Servicios-izq h2,
.servicios-htxt h1 {
  margin: 1%;
  position: relative;
}

/* SOMOS */

.Somos {
  position: relative;
  background: url('../img/bg3.jpg');
  background-size: 100%;
  background-color: #eeeeee;
  height: 444px;
}

#vectorSomos {
  position: absolute;
  top: 0;
  right: 0;
}

.somos-izq {
  position: absolute;
  margin: 50px auto 20px 10%;
}

.somos-izq h2 {
  font-size: 36px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}

.somos-izq p {
  color: white;
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
}

.seccion-marcas {
  position: relative;
  height: 950px;
  display: flex;
  width: 65%;
  margin: auto;
  align-items: center;
}

#vectorMarcas {
  position: absolute;
  top: 0;
  left: -26%;
  z-index: -1000;
  width: 80%;
}

.suministramos {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 200px;
}

.suministramos h1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #fd9c3d;
}

.servicios-logisticos-der {
  position: relative;
  display: block;
  flex-direction: column;
  width: 50%;
  margin-left: 8%;
  min-height: 800px;
  align-items: center;
}

.servicios-logisticos-der h2,
.servicios-logisticos-der h3 {
  text-align: center;
}

.servicios-logisticos-der h2 {
  margin-bottom: 80px;
}

.col-sl {
  margin: 0 5% 0 5%;
  height: 250px;
  float: left;
  width: 40%;
  font-size: 14px;
  line-height: 136.8%;
  color: #4e5166;
}

.col-sl h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.servicios-logisticos {
  position: relative;
  display: flex;
}

#vectorSL {
  position: absolute;
  right: 0;
  top: 5vh;
  width: 40%;
  height: auto;
}

/* NUESTRO COMPRIMISO */

.nuestro-container1 {
  position: relative;
  display: flex;
  width: 90%;
  margin: auto;
  min-height: 800px;
  align-items: center;
}

.nuestro-der,
.somos-img {
  flex: 50%;
  padding: 2%;
}

.nuestro-der p {
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 100px;
}

.nuestro-der h1 {
  text-align: center;
  font-size: 36px;
  color: #2d2d2d;
  margin-bottom: 5vh;
}

.nuestro-der h3 {
  text-align: center;
  font-size: 18px;
  color: rgba(78, 81, 102, 0.26);
}

.nuestro-der p {
  margin: 0;
}

.somos-img {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.empresa-valores {
  position: relative;
  height: auto;
  display: flex;
}

.nuestro {
  position: relative;
  height: auto;
  display: flex;
}

.empresa-valores h3,
.inner-width h3 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: rgba(78, 81, 102, 0.26);
}

.empresa-container1 h1,
.inner-width h1 {
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #4e5166;
}

.empresa-container1 {
  position: relative;
  display: flex;
  width: 90%;
  margin: auto;
  min-height: 500px;
  align-items: center;
}

.valores {
  width: 100%;
  align-items: center;
}

.empresa-emblema {
  margin: 50px 10% 50px 10%;
  width: 80%;
}

.emblema {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 170px;
  margin: 20px;
}

.emblema h4 {
  font-size: 18px;
  color: #4e5166;
  margin: 20px;
}

.emb {
  margin-bottom: auto;
}

/* GALERIA   */

.gallery-section {
  width: 100%;
  height: auto;
  padding: 60px 0;
}

.mfp-container {
  z-index: 2000 !important;
}

.mfp-zoom-out-cur {
  z-index: 2000 !important;
}

.inner-width {
  width: 90%;
  margin: auto;
  padding: 0 20px;
}

.gallery-section,
.gallery,
.empresa-emblema {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
}

.gallery .image {
  flex: 20%;
  overflow: hidden;
  cursor: pointer;
  padding: 5px;
}

.gallery-section .image img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

.gallery-section .image:hover img {
  transform: scale(1.4);
}

.gallery {
  margin-top: 35px;
}

#ymuchomas {
  padding-bottom: 0;
}

.modal {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  display: flex;
  flex-direction: column;
  justify-content: space-s;
  text-align: center;
  align-items: center;
  background-color: white;
  margin: 20vh auto;
  padding: 20px;
  width: 500px;
  height: 350px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
}

.modal-content h1 {
  color: #4e5166;
  margin: 15px;
}

.modal-content p {
  color: #4e5166;
  margin-bottom: 25px;
}

.closeBtn {
  color: #ccc;
  float: right;
  margin-left: auto;
  font-size: 25px;
}

.closeBtn:hover,
.closeBtn:focus {
  color: #f48f2f;
  text-decoration: none;
  cursor: pointer;
}

.modal-img {
  margin: 20px;
}

/* RESPONSIVE */

@media screen and (max-width: 1000px) {
  .boton-enviar {
    min-height: 60px;
    display: flex;
    flex: 1;
  }

  .servicios-der {
    display: flex;
    flex-direction: column;
  }

  .leermas-btn {
    margin: auto;
    white-space: nowrap;
    min-width: 215px;
  }

  .header-con {
    display: flex;
    flex-wrap: wrap;
  }

  .searchbox-cointainter {
    flex: 1;
    order: 2;
    display: none;
  }

  .logo-container {
    flex: 1;
    order: 1;
    width: 500px;
    height: 10vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .logo-container a {
    max-width: 100%;
    height: auto;
  }

  .logo {
    width: 100%;
    height: auto;
  }

  nav {
    position: relative;
    flex: 1;
    order: 3;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .menu-icon {
    margin: auto;
  }

  /*    BACKGROUNDS    */

  #fondo1 {
    width: auto;
    height: auto;
  }

  #fondo2 {
    width: auto;
    left: -80%;
    top: 100vh;
  }

  #vectorS4 {
    max-width: 95%;
    left: -20%;
  }

  .imgsec2 img,
  .contact-img img,
  .contact-img img {
    max-width: 75%;
    height: auto;
    margin: auto;
  }

  .imgsec2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  /* TAMANO SECCIONES */

  .seccion2 {
    min-height: 100vh;
  }

  .seccion2,
  .container-sec3,
  .contact-box,
  .cobertura {
    flex-direction: column;
    padding-top: 5vh;
  }

  .container-sec3 {
    width: 75%;
  }

  .cover,
  .imgsec2,
  .contact-img {
    display: flex;
    align-items: center;
  }

  .suministramos h1 {
    width: 75%;
  }

  .line {
    width: 30px;
    height: 3px;
    background: #ed7a21;
    margin: 5px;
  }

  .menu-icon {
    background: #fff;
    border-radius: 10px;
    position: absolute;
    padding: 1vh;
    cursor: pointer;
    right: 5%;
    top: 50%;
    z-index: 1001;
    transform: translate(-5%, -50%);
  }

  .nav-links {
    height: 100vh;
    z-index: 1000;
    position: fixed;
    background: #ed7a21;
    width: 100%;
    top: -100vh;
    left: 0;
    flex-direction: column;
    transition: all 1s ease;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /*display: none;*/
    color: #fff;
  }

  .nav-links.open {
    top: 0;
    pointer-events: all;
  }

  .nav-links li a {
    color: #fff;
  }

  .square {
    width: 40px;
  }

  /* SECTION 1 */

  .introduccion {
    padding-left: 5%;
  }

  .introduccion h1 {
    font-size: 7vh;
  }

  .introduccion h2 {
    font-size: 5vh;
  }

  .cover img {
    max-width: 75%;
    height: auto;
    margin: auto;
  }

  /* SECTION 2 */

  #fondo2 {
    display: none;
  }

  .imgsec2 {
    flex: 2;
    order: 2;
  }

  .imgsec2 img {
    width: 60%;
  }

  .acerca {
    flex: 1;
    order: 1;
    height: 40vh;
  }

  .acerca h2,
  .contact-form h2 {
    margin-bottom: 2vh;
  }

  /* SECCION 3 */

  #vectorS3 {
    top: 219vh;
    display: none;
  }

  .seccion3 {
    background-size: 200vh;
    height: 125vh;
  }

  .seccion3 h1 {
    font-size: 4vh;
    text-align: center;
  }

  .seccion3 h2 {
    font-size: 3.5vh;
  }

  .seccion3 p {
    font-size: 2vh;
  }

  .servicios-izq {
    order: 2;
    flex: 2;
  }

  .servicios-der {
    order: 1;
    padding-left: 0;
    padding-top: 4vh;
    flex: 1;
    margin-bottom: 4vh;
  }

  .servicios-der h1 {
    margin-bottom: 2vh;
  }

  .acerca p {
    font-size: 2.5vh;
  }

  .acerca h2 {
    font-size: 5vh;
  }

  .acerca h3 {
    font-size: 4vh;
  }

  /* SECCION 4  */

  .seccion4,
  .seccion5 {
    height: auto;
    min-height: 1000px;
    width: 90%;
    padding-top: 0;
  }

  /* COBERTURA */

  .cobertura {
    width: 75%;
  }

  .cobertura-izq {
    order: 1;
    flex: 1;
  }

  .cobertura-der {
    order: 2;
    flex: 1;
  }

  /*   SECCION 5    */

  .contact-box {
    height: auto;
    width: 90%;
  }

  .contact-img img {
    max-width: 40%;
    height: auto;
    margin: auto;
    display: none;
  }

  /*   FOOTER   */

  .footer1 {
    height: 40vh;
  }

  .footer-izq {
    text-align: center;
    flex: 2;
  }

  .footer-izq p {
    text-align: center;
  }
  .footer-der {
    flex: 1;
  }

  .footer-der a {
    margin-left: auto;
  }

  .footer-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    height: auto;
  }

  .footer-nav li {
    padding: 1vh;
    justify-content: space-around;
  }

  /* SERVICIOS  PAGE */

  .servicios-htxt h1 {
    font-size: 4vh;
    padding-top: 5vh;
  }

  .Servicios-izq {
    margin-top: 15vh;
  }

  .servicios-htxt {
    height: 80px;
    margin-top: 5vh;
  }

  .Servicios-der {
    display: none;
  }

  .Servicios-izq h1,
  .Servicios-izq h2,
  .servicios-htxt h1 {
    margin: 1%;
    position: relative;
  }

  .Servicios-izq h1 {
    font-size: 3vh;
  }

  .Servicios-izq h2 {
    font-size: 3vh;
  }

  .Servicios-izq,
  .empresa-container1 {
    display: flex;
    flex-direction: column;
  }

  .somos-izq {
    width: 80%;
  }

  #vectorSomos {
    display: none;
  }

  .distribuidores {
    width: 75%;
  }

  /* SERVICIOS LOGISTICOS */

  .servicios-logisticos-der {
    margin: auto;
    width: 70%;
  }
  .col-sl {
    width: 90%;
    height: auto;
    margin: 5% 0 5% 0;
  }

  #vectorSL {
    display: none;
  }

  .servicios-container1,
  .nuestro-container1,
  .empresa-container1 {
    width: 80%;
  }

  .nuestro-container1 {
    padding: 10% 0 10% 0;
    flex-direction: column;
  }

  .somos-img {
    margin: 10%;
  }

  .somos-img img {
    width: 70%;
    height: auto;
  }

  .empresa-emblema {
    margin: 0;
    width: 100%;
  }

  /* GALERIA */

  .gallery-section .image {
    flex: 33.33%;
  }

  .logo-footer {
    max-width: 150px;
    margin: 2vh auto;
  }

  .modal-content {
    width: 90%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .cobertura-izq {
    margin-top: 60px;
  }

  .footer-nav {
    flex-direction: column;
  }

  .Servicios-izq {
    margin-top: 25vh;
    margin-bottom: 10vh;
  }

  .suministramos {
    margin-top: 15vh;
  }

  .Servicios-izq p {
    margin-bottom: 50px;
  }

  .distribuidores {
    margin-top: 20vh;
  }

  /* GALERIA */

  .gallery-section .image {
    flex: 50%;
  }

  .emblema {
    width: 30%;
  }

  /* FOOTER */
  .footer1 {
    flex-direction: column-reverse;
  }

  .somos-izq p {
    font-size: 20px;
    line-height: 24px;
  }

  .somos-izq h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  /* GALERIA */

  .emblema {
    width: 100%;
  }

  .gallery-section .image {
    flex: 100%;
  }

  .somos-izq h2 {
    font-size: 24px;
  }

  .somos-izq p {
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 640px) {
  .seccion-marcas {
    height: 140vh;
  }
}
