/* ==========================================================================
   GENERAL
   ========================================================================== */

/*clientes*/

section#clientes {
  flex-direction: column;
  align-items: center;
  padding: 2px 0px 2px 0px;
  background-color: #ffffff;
}

section#clientes .width_wrap h3.titulo {
  margin-bottom: 0px;
  font-size: 20px;
  color: #13589c;
  background: #ffffff;
  padding: 15px 0px 15px 0px;
  
}

section#clientes .contenido-clientes {
  width: 100%;
  height: 95px;
  background: url(../img/productos3.png);
  animation: clientes 180s linear infinite;
  
}

@keyframes clientes {
  0% {
      background-position-x: 0px;
  }
  100% {
      background-position-x: 5105px;
  }
}


body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
  position: relative;
  color: #000000;
  text-align: center;
}

html {
  overflow-x: hidden;
  text-decoration:none;
}

p {
  font-size: 14px;
  line-height: 26px;
}

a {
  transition: all 0.2s linear;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #000000;
}





.margin-bottom-20 {
  margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/* Portfolio */
/*-----------------------------------------------------------------------------------*/
.portfolio-group {
  text-align: center;
  padding: 0;
  width: 100% !important;
}
.portfolio-group .portfolio-item {
  position: relative;
  text-align: center;
  vertical-align: text-top;
  list-style: none outside none;
}
.portfolio-group .portfolio-item > div {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.portfolio-group figure {
  margin: 1px;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.portfolio-group figure img {
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
.portfolio-group figcaption {
  top: 0;
  left: 0;
  padding: 30px 40px;
  background-color: #F8F8F8;
  text-align: left;
  text-transform: none;
  position: relative;
  z-index: 1;
}
.portfolio-group h3 {
  color: #160955;
  margin: 0;
  padding: 15px 10px 20px;
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
  line-height: 1em;
  background: #F5F5F5;
}
.portfolio-group .col-md-4 {
  width: 33.33%;
}
ul.portfolio li a,
ul.grid li:first-child a {
  padding: 0 !important;
  margin: 0 !important;
}
.portfolio-filter {
  margin: 0;
  padding: 0px;
}
.portfolio-filter li {
  list-style: none;
  display: inline-block;
}
.portfolio-filter-label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  padding: 11px 12px;
}
.portfolio figcaption span {
  color: #cccccc;
  line-height: 2em;
  display: block;
  padding: 30px;
}
.no-touch .portfolio-item figure:hover img,
.portfolio-item figure.cs-hover img {
  bottom: 0px;
  -webkit-transform: scale(1.2) translateY(-7.5%);
  -moz-transform: scale(1.2) translateY(-7.5%);
  -ms-transform: scale(1.2) translateY(-7.5%);
  transform: scale(1.2) translateY(-7.5%);
}
.portfolio-item figcaption {
  height: 100%;
  width: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s 0.2s;
  -moz-transition: opacity 0.5s 0.2s;
  transition: opacity 0.5s 0.2s;
}
.no-touch .portfolio-item figure:hover figcaption,
.portfolio-item figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}



/* ==========================================================================
	 Pre Loader
	 ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #666;
  z-index: 10000000000000001000000000000000000000000000000000000000;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #13589c;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 5s infinite ease-in-out;
  animation: sk-bounce 5s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
header .navbar-menu {
  background: white;
  height: 90px;
  position: fixed;
  flex-wrap: nowrap;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  transition: 0.7s;
  -webkit-transition: ease 0.7s;
}
header .navbar-menu .navbar-titulo {
  margin-right: 25px;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
}
header .navbar-menu .navbar-titulo h1 {
  font-size: 1.5rem;
  color: #13589c;
  font-weight: 400;
  line-height:normal;
  letter-spacing: 3px;
  text-align: right;
}
header .navbar-menu .navbar-titulo h3 {
  font-size: 0.9rem;
  color: #3c3c3c;
  font-weight: 500;
}
header .navbar-menu .overlay_navigation {
  background-color: white;
  opacity: 1;
  position: absolute;
  height: calc(100vh - 90px);
  width: 30%;
  left: 0;
  top: 90px;
  padding-right: 30px;
  transition: 0.7s;
  -webkit-transition: ease 0.7s;
  translate: -750px;
  max-width: 30%;
  z-index: 99;
}
header .navbar-menu .overlay_navigation nav {
  height: 100%;
  padding-top: 40px;
}
header .navbar-menu .overlay_navigation nav ul {
  height: 100%;
  list-style: none;
}
header .navbar-menu .overlay_navigation nav ul li {
  height: 15%;
  width: 100%;
  display: flex;
  border-top: 2px solid #1B5FB8;
}
header .navbar-menu .overlay_navigation nav ul li:hover {
  background: rgba(8, 84, 146, 0.6);
  transition: 0.5s;
}
header .navbar-menu .overlay_navigation nav ul li:hover a {
  color: white;
}
header .navbar-menu .overlay_navigation nav ul li a {
  text-decoration: none;
  color: #13589c;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 30px;
}
header .navbar-menu .menu-abierto {
  translate: 0px;
  transition: 0.7s;
}
header .navbar-menu .open-overlay {
  width: 34px;
  display: block;
  cursor: pointer;
  filter: contrast(0);
  margin: 0 25px;
  
}
header .navbar-menu .open-overlay span {
  display: block;
  height: 2px;
  background-color: #fff;
  cursor: pointer;
  margin-top: 8px;
}
header .navbar-menu .menu-cruz .bar-top {
  width: 40px;
}
header .navbar-menu .menu-cruz .bar-bottom {
  width: 40px;
}

.inicio-home {
  height: 100%;
  width: 100%;
}
.inicio-home .bg-inicio {
  background-image: url(../img/conteplat.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  
  padding: 20%;
  margin-top: 0px;
  width: 100%;
}

.marcas-carousel {
  width: 100%;
  min-height: 130px;
  display: flex;
  align-items: center;
}
.marcas-carousel .carousel-container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}
.marcas-carousel .carousel-container .item {
  padding: 10px 0px 1px 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.marcas-carousel .carousel-container .item img {
  height: 100%;
  width: 100%;
  padding: 0 5px;
}
.marcas-carousel .carousel-container .owl-stage {
  display: flex;
  align-items: center;
  max-height: 130px;
}
.marcas-carousel .carousel-container .owl-dots {
  display: none;
}

.sobre-nosotros {
  overflow: hidden;
}
.sobre-nosotros .contenedor-nosotros {
  min-height: 100%;
  height: 100%;
  width: 100%;
  display: flex;
  height: calc(100vh - 90px);
  position: relative;
}
.sobre-nosotros .contenedor-nosotros .imagen-fondo-nosotros {
  background-position-x: center;
  background-position-y: center;
  background-image: url(../img/contenosotros.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.sobre-nosotros .contenedor-nosotros .parrafo-nosotros {
  width: 47%;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: flex-start;
  text-align: left;
  flex-direction: column;
  padding: 80px;
  position:relative;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.sobre-nosotros .contenedor-nosotros h3 {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 50px;
}
.sobre-nosotros .contenedor-nosotros p {
  font-size: 1.3rem;
  padding-right: 80px;
}
.sobre-nosotros .contenedor-nosotros p span {
  font-weight: 700;
  font-size: 1.3rem;
}
.sobre-nosotros .contenedor-nosotros .triangulo-1::after {
  content: "";
  position: absolute;
  width: 1175px;
  height: 100%;
  background-color: #13589c;
  -webkit-transform: skew(155deg);
  left: -232px;
  top: 0;
}
.sobre-nosotros .contenedor-nosotros .triangulo-2 {
  position: relative;
}
.sobre-nosotros .contenedor-nosotros .triangulo-2::after {
  content: "";
  position: absolute;
  width: 570px;
  height: 100%;
  background-color: #31139c;
  opacity: 0.3;
  -webkit-transform: skew(155deg);
  left: 32px;
}
.sobre-nosotros .contenedor-nosotros .portada-mobile-nosotros {
  display: none;
}

/* ==========================================================================
 Servicios
 ========================================================================== */
.separador-servicios {
  background: url(../img/productos.png) fixed no-repeat;
  background-size: cover;
  position: relative;
}
.separador-servicios .contenedor-separador-servicios {
  padding: 200px 0;
  position: relative;
  width: 100%;
}
.separador-servicios .contenedor-separador-servicios .titulo-separador {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.separador-servicios .contenedor-separador-servicios .titulo-separador h2 {
  font-size: 4rem;
  text-transform: uppercase;
  z-index: 1;
  font-weight: 600;
  border-bottom: 5px solid #13589c;
  line-height: 1;
}
.separador-servicios .contenedor-separador-servicios .triangulo-servicios {
  position: absolute;
  left: 33.5%;
  top: 0;
  width: 30%;
  height: 100%;
  background-color: #13589c;
  opacity: 0.4;
  -webkit-transform: skew(155deg);
  max-height: 100%;
}

.servicios .serv-detalle {
  display: flex;
}
.servicios .serv-detalle .serv-icono {
  width: 20%;
  color: #3c3c3c;
  margin-bottom: 50px;
  text-align: center;
  
}
.servicios .serv-detalle .serv-lista {
  padding: 0px 50px 10px 50px;
  width: 200%;
}
.servicios .serv-detalle .serv-lista p {
  color: #13589c;
  font-weight: 700;
  margin-bottom: 0;
  
}
.servicios .serv-detalle .serv-lista ul {
  list-style: none;
  padding: 0;
}
.servicios .serv-detalle .serv-lista ul li::before {
  /* content: "//"; */
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  color: #13589c;
  font-weight: 800;
}
.servicios .serv-detalle .serv-lista ul li {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1.5;
}

.bg-oscuro {
  background: black;
  opacity: 0.7;
  z-index: 1000;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.separador-laboratorio {
  background: url(../img/control.jpg) fixed no-repeat;
  position: relative;
  background-size: cover;
  background-position-x: center !important;
}
.separador-laboratorio .contenedor-separador-laboratorio {
  padding: 200px 0;
  position: relative;
  width: 100%;
}
.separador-laboratorio .contenedor-separador-laboratorio .titulo-separador {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.separador-laboratorio .contenedor-separador-laboratorio .titulo-separador h2 {
  font-size: 4rem;
  text-transform: uppercase;
  z-index: 1;
  font-weight: 600;
  border-bottom: 5px solid #13589c;
  line-height: 1;
}
.separador-laboratorio .contenedor-separador-laboratorio .triangulo-laboratorio {
  position: absolute;
  left: 10%;
  top: 0;
  width: 20%;
  height: 100%;
  background-color: #13589c;
  opacity: 0.4;
  -webkit-transform: skew(155deg);
  max-height: 100%;
}

.laboratorio .lab-detalle {
  display:contents;
  text-align:justify;
}
.laboratorio .lab-detalle .lab-icono {
  width: 10%;
  color: #3c3c3c;
  margin-bottom: 50px;
  text-align: center;
}
.laboratorio .lab-detalle .lab-lista {
  padding: 0px 30px 15px 7px;
  width:200%;
}
.laboratorio .lab-detalle .lab-lista p {
  color: #13589c;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  font-size:x-large;
  
}
.laboratorio .lab-detalle .lab-lista ul {
  list-style: none;
  padding: 0;
}
.laboratorio .lab-detalle .lab-lista ul li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  color: #13589c;
  font-weight: 800;
}
.laboratorio .lab-detalle .lab-lista ul li {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1.5;
}

.laboratorio .lab-detalle .prod-lista {
  padding: 0px 30px 15px 7px;
  width:200%;

}
.laboratorio .lab-detalle .prod-lista p {
  
  color: #13589c;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  font-size:large;
  
}
.laboratorio .lab-detalle .prod-lista ul {
  list-style: none;
  padding: 0;
}
.laboratorio .lab-detalle .prod-lista ul li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  color: #13589c;
  font-weight: 800;
}
.laboratorio .lab-detalle .prod-lista ul li {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1.5;
}

/*certificados */

.separador-certificado {
  background: url(../img/certificado.jpg) fixed no-repeat;
  position: relative;
  background-size: cover;
  background-position-x: center !important;
}
.separador-certificado .contenedor-separador-certificado {
  padding: 200px 0;
  position: relative;
  width: 100%;
}
.separador-certificado .contenedor-separador-certificado .titulo-separador {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.separador-certificado .contenedor-separador-certificado .titulo-separador h2 {
  font-size: 4rem;
  text-transform: uppercase;
  z-index: 1;
  font-weight: 600;
  border-bottom: 5px solid #13589c;
  line-height: 1;
}
.separador-certificado .contenedor-separador-certificado .triangulo-certificado {
  position: absolute;
  left: 61%;
  top: 0;
  width: 20%;
  height: 100%;
  background-color: #13589c;
  opacity: 0.4;
  -webkit-transform: skew(155deg);
  max-height: 100%;
}

.certificado .lab-detalle {
  display:contents;
  text-align:justify;
}
.certificado .lab-detalle .lab-icono {
  width: 10%;
  color: #3c3c3c;
  margin-bottom: 50px;
  text-align: center;
}
.certificado .lab-detalle .lab-lista {
  padding: 0px 30px 15px 7px;
  width:200%;
}
.certificado .lab-detalle .lab-lista p {
  color: #13589c;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  font-size:x-large;
  
}
.certificado .lab-detalle .lab-lista ul {
  list-style: none;
  padding: 0;
}
.certificado .lab-detalle .lab-lista ul li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  color: #13589c;
  font-weight: 800;
}
.certificado .lab-detalle .lab-lista ul li {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1.5;
}




.certificado .lab-detalle .prod-lista {
  padding: 0px 30px 15px 7px;
  width:200%;
}
.certificado .lab-detalle .prod-lista p {
  color: #13589c;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  font-size:x-large;
  
}
.certificado .lab-detalle .prod-lista ul {
  list-style: none;
  padding: 0;
}
.certificado .lab-detalle .prod-lista ul li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  color: #13589c;
  font-weight: 800;
}
.certificado .lab-detalle .prod-lista ul li {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1.5;
}

/* fin certificados */


footer .separador-contacto {
  background: url(../img/contacto.jpg) fixed no-repeat;
  position: relative;
  background-size: cover;
  background-position-x: center !important;
  
}
footer .separador-contacto .contenedor-separador-contacto {
  padding: 150px 0;
  position: relative;
  width: 100%;
}
footer .separador-contacto .contenedor-separador-contacto .titulo-separador {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
footer .separador-contacto .contenedor-separador-contacto .titulo-separador h2 {
  font-size: 4rem;
  text-transform: uppercase;
  z-index: 1;
  font-weight: 600;
  border-bottom: 5px solid #13589c;
  line-height: 1;
}




footer .separador-inicio .contenedor-separador-inicio {
  padding: 200px 0;
  position: relative;
  width: 100%;
}
footer .separador-inicio .contenedor-separador-inicio .titulo-separador {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
footer .separador-inicio .contenedor-separador-inicio .titulo-separador h2 {
  font-size: 4rem;
  text-transform: uppercase;
  z-index: 1;
  font-weight: 600;
  border-bottom: 5px solid #13589c;
  line-height: 1;
}




footer .separador-contacto .triangulo-contacto {
  position: absolute;
  left: 40%;
  top: 0;
  width: 20%;
  height: 100%;
  background-color: #13589c;
  opacity: 0.4;
  -webkit-transform: skew(155deg);
  max-height: 100%;
}
footer .footer-container {
  background: #ffffff;
  padding: 60px 0;
  
}
footer .footer-container .parrafo-footer {
 /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 15%; */
  
 

}
footer .footer-container .parrafo-footer img {
  padding-bottom: 0px;
}
footer .footer-container .parrafo-footer a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.2rem;
  
}
footer .footer-container .parrafo-footer p {
  color: white;
  font-weight: 300;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
footer .footer-container .parrafo-footer .p-telefono {
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 1;
  font-size: 1.2rem;
}
footer .col-wp {
  display: flex;
  align-items: self-end;
}

.max-w {
 max-width: 100%; 
 padding: 0px 0px 0px 0px;
   
}

@media (max-width: 1520.99px) {
  .sobre-nosotros .contenedor-nosotros .parrafo-nosotros {
    width: 51%;
  }
  .sobre-nosotros .contenedor-nosotros p {
    padding-right: 200px;
  }
  .sobre-nosotros .contenedor-nosotros .triangulo-1::after {
    width: 1124px;
    left: -238px;
  }
  .sobre-nosotros .contenedor-nosotros .triangulo-2::after {
    left: -43px;
  }
  .sobre-nosotros .contenedor-nosotros .portada-mobile-nosotros {
    display: none;
  }
}
@media (max-width: 1399.99px) {
  .sobre-nosotros .contenedor-nosotros h3 {
    font-size: 2.6rem;
  }
  .sobre-nosotros .contenedor-nosotros .parrafo-nosotros {
    padding: 70px 50px 0 50px;
  }
  .sobre-nosotros .contenedor-nosotros .parrafo-nosotros p {
    font-size: 1rem;
  }
  .sobre-nosotros .contenedor-nosotros .parrafo-nosotros p span {
    font-size: 1rem;
  }
  .sobre-nosotros .contenedor-nosotros .triangulo-1::after {
    content: "";
    width: 957px;
    left: -249px;
  }
  .sobre-nosotros .contenedor-nosotros .triangulo-2::after {
    left: -158px;
  }
  .navbar-menu .navbar-titulo {
    justify-content: flex-end;
  }
  .navbar-menu .navbar-titulo h1 {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.7px;
  }
  .navbar-menu .navbar-titulo h3 {
    font-size: 1rem;
  }
}
@media (max-width: 1500.99px) {
  header .navbar-menu .navbar-titulo h1 {
    font-size: 0.9rem;
    
    
   
  }
  header .navbar-menu .navbar-titulo h3 {
    font-size: 0.74rem;
  }
  .marcas-carousel .carousel-container .item img {
    max-width: 200px;
  }
  .sobre-nosotros .contenedor-nosotros {
    max-height: 640px;
    
  }
  .sobre-nosotros .contenedor-nosotros .parrafo-nosotros {
    padding: 80px 0px 0 60px;
    width: 45%;
  }
  .sobre-nosotros .contenedor-nosotros .parrafo-nosotros p {
    padding-right: 0;
    
  }
  .sobre-nosotros .contenedor-nosotros .triangulo-1::after {
    width: 828px;
    left: -154px;
  }
  .sobre-nosotros .contenedor-nosotros .triangulo-2::after {
    left: -85px;
  }
}
@media (max-width: 967.99px) {
  .sobre-nosotros .contenedor-nosotros .parrafo-nosotros p {
    padding-right: 0; 
  }
  .sobre-nosotros .contenedor-nosotros .triangulo-1::after {
    width: 719px;
    left: -171px;
  }
  .sobre-nosotros .contenedor-nosotros .triangulo-2::after {
    left: -159px;
  }
  .servicios .serv-detalle .serv-icono {
    width: 15%;
  }
  .laboratorio .lab-detalle .lab-icono {
    width: 15%;
  }
  .certificado .lab-detalle .lab-icono {
    width: 15%;
  }
  footer .footer-container .parrafo-footer {
    padding: 0 10%;
  }
}
@media (max-width: 767.99px) {
  header .navbar-menu {
    height: 90px;
  }
  header .navbar-menu .logo {
    padding: 0 15px;
  }
  header .navbar-menu .logo .img-fluid {
    width: 180px;
    max-width: 100%;
  }
  header .navbar-menu .overlay_navigation {
    width: 100%;
    max-width: 100%;
  }
  header .navbar-menu .open-overlay {
    width: 34px;
    margin: 5px;
    margin-bottom: 10px;
  }
  header .navbar-menu .open-overlay span {
    display: block;
    height: 2px;
    background-color: #fff;
    cursor: pointer;
    margin-top: 8px;
  }
  header .navbar-menu .h1-mobile {
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    background: #13589c;
    height: 50px;
    align-items: center;
    padding-top: 5px;
    text-align: center;
  }
  header .navbar-menu .h1-mobile h1 {
    font-size: 1.2rem;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 8px;
    letter-spacing: 0.3px;
    font-weight: 600;
  }
  header .navbar-menu .h1-mobile h1 span {
    font-size: 0.7rem;
    color: white;
    font-weight: 300;
  }
  
  .sobre-nosotros .contenedor-nosotros {
    background-image: none;
    min-height: 100%;
    height: 850px;
    flex-direction: column;
    flex-direction: column-reverse;
    max-height: 100%;
  }
  .sobre-nosotros .contenedor-nosotros .imagen-fondo-nosotros {
    display: none;
  }
  .sobre-nosotros .contenedor-nosotros .parrafo-nosotros {
    width: 100%;
    background-color: #13589c;
    color: white;
    padding: 5% 10%;
    position: relative;
    max-width: 100%;
    font-size: 1.2rem;
  }
  .sobre-nosotros .contenedor-nosotros h3 {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-top: 25px;
  }
  .sobre-nosotros .contenedor-nosotros .triangulo-1 {
    display: none;
  }
  .sobre-nosotros .contenedor-nosotros .triangulo-2 {
    display: none;
  }
  .sobre-nosotros .contenedor-nosotros .portada-mobile-nosotros {
    background-image: url(../img/obrero-mobile.jpg);
    background-repeat: no-repeat;
    min-height: 45%;
    height: 45%;
    width: 100%;
    display: flex;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  .sobre-nosotros .contenedor-nosotros .portada-mobile-nosotros .triangulo-mobile-1 {
    height: 100%;
    position: relative;
  }
  .sobre-nosotros .contenedor-nosotros .portada-mobile-nosotros .triangulo-mobile-1::after {
    content: "";
    position: absolute;
    left: 0;
    border-right: 165px solid transparent;
    border-top: 333px solid #13589c;
    border-left: 0px solid transparent;
  }
  .sobre-nosotros .contenedor-nosotros .portada-mobile-nosotros .triangulo-mobile-2 {
    height: 100%;
    position: relative;
  }
  .sobre-nosotros .contenedor-nosotros .portada-mobile-nosotros .triangulo-mobile-2::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 100%;
    background-color: #13589c;
    opacity: 0.3;
    -webkit-transform: skew(153deg);
    overflow: hidden;
    left: -45px;
  }
  .sobre-nosotros .contenedor-nosotros-scroll {
    max-height: 100%;
  }
  .separador-laboratorio {
    height: 445px;
    background: none;
  }
  .separador-laboratorio .contenedor-separador-laboratorio {
    background: url(../img/laboratorio-mobile.jpg.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
  .separador-laboratorio .contenedor-separador-laboratorio .titulo-separador h2 {
    font-size: 1.8rem;
  }
  .separador-laboratorio .contenedor-separador-laboratorio .triangulo-laboratorio {
    width: 50%;
    left: 25%;
  }


  .separador-certificado {
    height: 445px;
    background: none;
  }
  .separador-certificado .contenedor-separador-certificado {
    background: url(../img/certificado-mobile.jpg.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
  .separador-certificado .contenedor-separador-certificado .titulo-separador h2 {
    font-size: 1.8rem;
  }
  .separador-certificado .contenedor-separador-certificado .triangulo-certificado {
    width: 50%;
    left: 25%;
  }
  .separador-servicios {
    height: 450px;
    background: none;
  }
  .separador-servicios .contenedor-separador-servicios {
    background: url(../img/productos-mobile.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
  .separador-servicios .contenedor-separador-servicios .titulo-separador h2 {
    font-size: 1.8rem;
  }
  .separador-servicios .contenedor-separador-servicios .triangulo-servicios {
    left: 25%;
    width: 50%;
  }
  footer .separador-contacto {
    height: 440px;
    background: none;
  }
  footer .separador-contacto .contenedor-separador-contacto {
    background: url(../img/img-mobile-contacto.jpg.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
  footer .separador-contacto .contenedor-separador-contacto .titulo-separador h2 {
    font-size: 1.8rem;
  }
  footer .separador-contacto .contenedor-separador-contacto .triangulo-contacto {
    width: 50%;
    left: 25%;
  }
  footer .col-wp {
    display: flex;
    align-items: self-end;
  }
}
@media (max-width: 564.99px) {
  header .navbar-menu .navbar-titulo {
    width: 78%;
  }
  header .navbar-menu .navbar-titulo h1 {
    font-size: 1.1rem;
    text-align: center;
    font-weight: 600;
  }
  header .navbar-menu .navbar-titulo h3 {
    font-size: 13px;
    margin: 0;
  }
  header .navbar-menu .overlay_navigation .logo img {
    width: 130px !important;
  }
  header .navbar-menu .open-overlay span {
    margin-top: 6px;
  }
  header .navbar-menu .h1-mobile {
    height: 60px;
  }
  header .navbar-menu .h1-mobile h1 {
    font-size: 1.3rem;
    color: white;
    text-align: center;
  }
  header .navbar-menu .h1-mobile h1 span {
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 0.1px;
  }
  .separador-laboratorio {
    height: 445px;
  }
  .separador-certificado {
    height: 445px;
  }
  .sobre-nosotros .contenedor-nosotros .parrafo-nosotros {
    height: 55%;
    max-height: 55%;
  }
  .sobre-nosotros .contenedor-nosotros .parrafo-nosotros p {
    padding: 0;
    font-size: 1rem;
  }
  .sobre-nosotros .contenedor-nosotros .portada-mobile-nosotros {
    min-height: 45%;
    height: 45%;
    width: 100%;
    display: flex;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  .sobre-nosotros .contenedor-nosotros .portada-mobile-nosotros .triangulo-mobile-1 {
    height: 100%;
    position: relative;
  }
  .sobre-nosotros .contenedor-nosotros .portada-mobile-nosotros .triangulo-mobile-1::after {
    content: "";
    position: absolute;
    left: 0;
    border-right: 90px solid transparent;
    border-top: 183px solid #13589c;
    border-left: 0px solid transparent;
    top: 0px;
  }
  .sobre-nosotros .contenedor-nosotros .portada-mobile-nosotros .triangulo-mobile-2 {
    height: 100%;
    position: relative;
  }
  .sobre-nosotros .contenedor-nosotros .portada-mobile-nosotros .triangulo-mobile-2::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 100%;
    background-color: #13589c;
    opacity: 0.3;
    -webkit-transform: skew(153deg);
    overflow: hidden;
    top: 0px;
    left: -30px;
  }
  footer .footer-container {
    height: 100%;
    padding: 70px 0;
    min-height: 400px;
  }
  .separador-servicios {
    height: 450px;
  }
}
@media (max-width: 374.99px) {
  header .navbar-menu .h1-mobile h1 {
    font-size: 1.1rem;
  }
  header .navbar-menu .h1-mobile h1 span {
    font-size: 0.7rem;
  }
  .sobre-nosotros .contenedor-nosotros .portada-mobile-nosotros {
    background-position-x: 60%;
  }
  .sobre-nosotros .contenedor-nosotros .portada-mobile-nosotros .triangulo-mobile-1 {
    height: 100%;
    position: relative;
  }
  .sobre-nosotros .contenedor-nosotros .portada-mobile-nosotros .triangulo-mobile-1::after {
    content: "";
    position: absolute;
    left: 0;
    border-right: 90px solid transparent;
    border-top: 183px solid #13589c;
    border-left: 0px solid transparent;
  }
  .sobre-nosotros .contenedor-nosotros .portada-mobile-nosotros .triangulo-mobile-2::after {
    width: 150px;
  }
  .sobre-nosotros .contenedor-nosotros h3 {
    padding: 0;
  }
  .sobre-nosotros .contenedor-nosotros .parrafo-nosotros p {
    font-size: 0.8rem;
  }
  .sobre-nosotros .contenedor-nosotros .parrafo-nosotros p span {
    font-size: 0.8rem;
  }
  .separador-servicios .contenedor-separador-servicios .triangulo-servicios {
    width: 50%;
  }
  .separador-servicios .contenedor-separador-servicios .separador-imagen .img1 {
    height: -webkit-fill-available;
  }
  .separador-servicios .contenedor-separador-servicios .titulo-separador h2 {
    font-size: 2rem;
  }
  .servicios .serv-detalle .serv-lista {
    padding: 0px 15px 15px 35px;
  }
  .separador-laboratorio .contenedor-separador-laboratorio .titulo-separador h2 {
    font-size: 2rem;
  }
  .separador-laboratorio .contenedor-separador-laboratorio .triangulo-laboratorio {
    width: 50%;
  }
  .separador-laboratorio .contenedor-separador-laboratorio .separador-imagen .img2 {
    height: -webkit-fill-available;
  }
  .laboratorio .lab-detalle .lab-lista {
    padding: 0 15px 15px 35px;
  }


  .laboratorio .lab-detalle .prod-lista {
    padding: 0 15px 15px 35px;
  }

  .separador-certificado .contenedor-separador-certificado .titulo-separador h2 {
    font-size: 2rem;
  }
  .separador-certificado .contenedor-separador-certificado .triangulo-certificado {
    width: 50%;
  }
  .separador-certificado .contenedor-separador-certificado .separador-imagen .img2 {
    height: -webkit-fill-available;
  }
  .certificado .lab-detalle .lab-lista {
    padding: 0 15px 15px 35px;
  }


  .certificado .lab-detalle .prod-lista {
    padding: 0 15px 15px 35px;
  }

  .navbar-menu .navbar-titulo {
    width: 70%;
  }
  .navbar-menu .navbar-titulo h1 {
    font-size: 0.9rem;
    text-align: center;
    font-weight: 600;
  }
  .navbar-menu .navbar-titulo h3 {
    font-size: 10px;
  }
  .navbar-menu .open-overlay span {
    margin-top: 5px;
  }
  .navbar-menu .logo-mobile .img-fluid {
    width: 160px;
  }
  footer .separador-contacto .contenedor-separador-contacto .triangulo-contacto {
    width: 50%;
  }
  footer .separador-contacto .contenedor-separador-contacto .titulo-separador h2 {
    font-size: 2rem;
  }
  footer .separador-contacto .contenedor-separador-contacto .separador-imagen .img3 {
    height: -webkit-fill-available;
  }
  footer .footer-container .parrafo-footer .p-telefono {
    font-size: 1rem;
  }
  footer .footer-container .parrafo-footer a {
    font-size: 1rem;
  }
}
@media (max-width: 300px) {
  header .navbar-menu .h1-mobile h1 {
    font-size: 0.9rem;
  }
  header .navbar-menu .h1-mobile h1 span {
    font-size: 0.7rem;
  }
  header .navbar-menu .logo-mobile .img-fluid {
    width: 120px;
  }
  .servicios .serv-detalle .serv-lista ul li {
    font-size: 12px;
  }
}
.scrolled.slide-left-2 {
  -webkit-animation: slide-in-left 2s ease-in-out both;
          animation: slide-in-left 2s ease-in-out both;
}

.scrolled.slide-left {
  -webkit-animation: slide-in-left 1s ease-in-out both;
          animation: slide-in-left 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  -webkit-animation: fade-in-bottom 1s ease-in-out both;
          animation: fade-in-bottom 1s ease-in-out both;
}

@-webkit-keyframes slide-in-left {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slide-in-left {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  z-index: 1000000000000000100;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-color: #13589c;
  transition: all 0.2s linear;
}

.d-h1-mobile {
  opacity: 0;
  transition: 0.3s;
}/*# sourceMappingURL=main.css.map */

