@charset "UTF-8";
/*  */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

hr.division {
  background-color: #0fbfae;
  opacity: 1;
  width: 100%;
  height: 15px;
  margin: 0%;
  position: fixed;
  z-index: 1000;
  top: 105px;
}

html {
  font-size: 62.5%;
  font-family: "lato", sans-serif;
}

body {
  background: rgb(242, 242, 242);
  background: linear-gradient(180deg, rgb(242, 242, 242) 0%, rgba(159, 161, 166, 0.6166666496) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2",endColorstr="#9fa1a6",GradientType=1);
}

h1.t {
  background-color: #D9D9D9;
  color: #1D3759;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 70px;
  opacity: 0.8;
}

h2.subtitle {
  margin: auto;
  margin-top: 2rem;
  width: 90%;
  margin-bottom: 2.2rem;
  text-align: start;
  font-size: 5.5rem;
  color: #1D3759;
}

strong.resalto {
  color: #0fbfae;
}

p.subtitle {
  font-size: 2.5rem;
}

section.barra-navegacion {
  background-color: #1f3e79;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
}
section.barra-navegacion ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
section.barra-navegacion ul li {
  list-style: none;
  text-align: justify;
}
section.barra-navegacion ul li a {
  text-decoration: none;
  color: white;
  font-size: 3rem;
  display: block;
  padding: 10px 15px;
  position: relative;
}
section.barra-navegacion ul li a:hover {
  color: #f2f2f2;
}
section.barra-navegacion ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0fbfae;
  transform: scaleX(0);
  transition: all 0.5s;
  transform-origin: left;
}
section.barra-navegacion ul li a:hover:before, section.barra-navegacion ul li a:hover:after {
  transform: scaleX(1);
}
section.barra-navegacion ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: yellow;
  transform: scaleX(0);
  transition: all 0.5s;
  transform-origin: right;
}

.logo {
  height: 12vh;
  padding: 5px 5px;
}

.menu {
  display: none;
}
.menu_line {
  width: 20px;
  height: 3px;
  background-color: #F2F2F2;
  margin-bottom: 4px;
}

.carrusel {
  width: 100vw;
  margin: auto;
  padding: 0;
}

.twitter {
  font: normal normal 10px Arial;
  text-align: center;
  color: #998578;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "lato", sans-serif;
}

.twitter {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 14px;
  transition: all 0.25s ease;
  font-family: "lato", sans-serif;
}

.twitter:hover {
  color: #FF7D6D;
  text-decoration: none;
  font-family: "lato", sans-serif;
}

span {
  font-style: italic;
  display: block;
}

img {
  max-width: 100%;
}

/* Floating Social Media Bar Style Starts Here */
.fl-fl {
  background: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 10px Arial;
  transition: all 0.85s ease;
}

.fa {
  font-size: 30px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: -5px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  font-size: 2.2rem;
  text-align: center;
  line-height: 40px !important;
  vertical-align: top !important;
}

.float-fb {
  top: 215px;
  background-color: blue;
}

.float-fb:hover {
  background: linear-gradient(to right, #1f3e79, #0fbfae);
  font-family: "lato", sans-serif;
}

.float-tw {
  top: 270px;
  background-color: #E1306C;
}

.float-tw:hover {
  background: linear-gradient(to right, #1f3e79, #0fbfae);
  font-family: "lato", sans-serif;
}

.float-gp {
  background-color: rgb(47, 255, 78);
  top: 160px;
}

.float-gp:hover {
  background: linear-gradient(to right, #1f3e79, #0fbfae);
  font-family: "lato", sans-serif;
}

.float-rs {
  background-color: red;
  top: 325px;
}

.float-rs:hover {
  background: linear-gradient(to right, #1f3e79, #0fbfae);
  font-family: "lato", sans-serif;
}

.float-ig {
  top: 380px;
}

.float-pn {
  top: 435px;
}

/* Floating Social Media Bar Style Ends Here */
footer {
  margin-top: 100px;
  width: 100%;
  height: 40vh;
  border: 1px solid;
  background-color: #1D3759;
  color: #f2f2f2;
  display: grid;
  grid-template-columns: 30% 20% 20% 20%;
  grid-template-rows: 250px;
  gap: 15px;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
}
footer div.f-item-1 {
  width: 100%;
  height: 100px;
}
footer div.f-item-2 {
  width: 100%;
}
footer div.f-item-3 {
  width: 100%;
}
footer div.f-item-3 a {
  color: #f2f2f2;
  text-decoration: none;
}
footer div.f-item-3 a:hover {
  text-decoration: underline;
}
footer div.f-item-4 {
  width: 100%;
}
footer div.f-item-4 a {
  color: #f2f2f2;
  text-decoration: none;
}
footer div.f-item-4 a:hover {
  text-decoration: underline;
}

@media (max-width: 1039px) {
  section.barra-navegacion ul {
    clear: both;
    float: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  section.barra-navegacion ul div.nav_logo {
    text-align: center;
    float: none;
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
}
section.contacto01 {
  width: 100%;
  height: 600px;
  margin: auto;
  margin-top: 92px;
  margin-bottom: 60px;
}
section.contacto01 img {
  width: 100%;
  height: 700px;
  margin: auto;
}

h2.subtitle-contacto {
  margin: auto;
  margin-top: 150px;
  width: 90%;
  margin-bottom: 2.2rem;
  text-align: center;
  font-size: 3rem;
  color: #1D3759;
}

section.info-extra {
  width: 90%;
  height: 600px;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(1, 400px);
  margin: auto;
  margin-top: 50px;
  justify-items: center;
}
section.info-extra p.titulo-info {
  font-size: 3rem;
  font-weight: bolder;
  width: auto;
  height: 50px;
  color: #1d3759;
}
section.info-extra p.titulo-info-telefono {
  font-size: 3rem;
  margin-top: 0px;
  font-weight: bolder;
  width: auto;
  height: 50px;
}
section.info-extra div.correos {
  display: grid;
  align-content: center;
  justify-items: start;
  width: 95%;
  height: 200px;
}
section.info-extra div.correos hr.linea-contacto {
  width: 350px;
  border: 2px solid #1d3759;
  opacity: 1;
  margin-bottom: 0px;
  margin-top: 0px;
}
section.info-extra div.correos img {
  height: 35px;
  width: 35px;
}
section.info-extra div.correos p.info {
  font-size: 3.5rem;
}
section.info-extra div.telefonos {
  display: grid;
  align-content: center;
  justify-items: center;
  height: 200px;
  width: 95%;
}
section.info-extra div.telefonos hr.linea-contacto {
  width: 350px;
  border: 2px solid #1d3759;
  opacity: 1;
  margin-bottom: 0px;
  margin-top: 0px;
}
section.info-extra div.telefonos img {
  height: 35px;
  width: 35px;
}
section.info-extra div.telefonos p.titulo-info-telefono {
  margin-left: 0px;
  color: #1d3759;
}
section.info-extra div.telefonos p.info-telefono {
  font-size: 3.5rem;
  margin: auto;
}

section.formulario1 {
  width: 80%;
  height: 1500px;
  margin: auto;
  border: 10px solid #1d3759;
  font-size: 2rem;
  font-weight: bolder;
  padding: 40px;
}
section.formulario1 div input.comentario {
  width: 20%;
  height: 50px;
  transition: all 1s;
}
section.formulario1 div input.comentario:focus {
  width: 100%;
  height: 250px;
}
section.formulario1 input {
  margin-top: 5px;
  margin-bottom: 8px;
  height: 35px;
  font-size: 1.6rem;
}
section.formulario1 select {
  height: 35px;
  font-size: 1.6rem;
}

.btn2 {
  cursor: pointer;
  margin-top: 1.5rem;
  width: 100%;
  padding: 0.75rem 1.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: #1f3e79;
  border: none;
  transition-property: all;
  transition-duration: 1s;
}

.btn2:hover {
  background-color: white;
  color: #1f3e79;
}

.btn3 {
  cursor: pointer;
  margin-top: 1.5rem;
  width: 100%;
  padding: 0.75rem 1.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  background-color: white;
  color: #1f3e79;
  border: none;
  transition-property: all;
  transition-duration: 1s;
}

.btn3:hover {
  color: white;
  background-color: #1f3e79;
}

#spinner {
  display: none;
  justify-content: center;
  padding: 3rem 0;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f3e79;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
section.carrusel {
  width: 100%;
  height: 65vp;
  margin-top: 77px;
  margin-bottom: 50px;
}
section.carrusel button.carousel-control-next {
  margin-top: 200px;
}

section.descripcion {
  width: 90%;
  margin: auto;
  height: 200px;
}
section.descripcion p {
  font-size: 2.6rem;
  text-align: justify;
}
section.descripcion p a {
  text-decoration: none;
  color: #0fbfae;
}
section.descripcion p a:hover {
  text-decoration: underline;
  color: #1D3759;
}

section.marca {
  width: 90%;
  margin: auto;
  margin-top: 3rem;
}
section.marca h2 {
  color: #1D3759;
  font-size: 2.6rem;
}

section.servicios {
  width: 90%;
  margin: auto;
}

section.productos-destacados {
  width: 98%;
  margin: auto;
}

section.servicios-cuadro {
  width: 55%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 200px;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(2, 335px);
  gap: 30px;
}

.container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.container img {
  height: 100%;
}

.container img {
  width: 100%;
  transition: all 0.5s;
}

.caption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  transition: 0.5s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
}
.caption a {
  color: white;
  text-decoration: none;
}

.caption h1 {
  text-transform: uppercase;
  margin: 0;
}

.caption p {
  font-size: 18px;
  text-transform: capitalize;
}

.container:hover .caption {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.container:hover img {
  transform: scale(1.3) rotate(15deg);
}

/* ----------------- cards---------------- */
h3 {
  font-size: 1.3em;
  margin: 0;
}

p {
  font-size: 0.9em;
}

/* Hover Card 
.......................................................................*/
div.catCard {
  border: solid 5px #e9e9e9;
  background: #d8d8d8;
  width: 261px;
  height: 455px;
  display: block;
  position: relative;
  overflow: hidden;
}

div.lowerCatCard {
  position: absolute;
  background: #e9e9e9;
  padding: 5px 5px;
  height: 250px;
  transition: all 0.6s ease;
}

div.lowerCatCard:hover {
  opacity: 0.95;
  bottom: 0;
  height: 390px;
}

div.catCard div.lowerCatCard {
  left: 0px;
  bottom: -1%;
  width: 249px;
}

div.catCard:hover div.lowerCatCard {
  bottom: 0;
}

li.catCardList {
  width: 225px;
  display: inline-block;
  margin-right: 19px;
  margin-top: 25px;
}

li.catCardList-last {
  margin-right: 0;
  width: 225px;
  display: inline-block;
}

ul.catCardList {
  margin: 0;
}

#catCardButton {
  position: absolute;
  left: 1px;
  width: 100%;
  bottom: 5px;
  text-align: justify;
  transition: all 0.6s ease;
  transition: all 0.6s ease;
  transition: all 0.6s ease;
}

div.lowerCatCard:hover #catCardButton {
  bottom: 5px;
}

.catCard img {
  border: 1px solid #dddddd;
  width: 219px;
  height: 198px;
}

.catCard img:hover {
  border: 1px solid #bababa;
}

/* Button 
.......................................................................*/
.button {
  cursor: pointer;
  font-size: 14px !important;
  color: #ffffff;
  padding: 7px 48px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  background: #000;
  border: none;
  border-bottom: solid 1px #c90c12;
  text-align: center;
  margin-top: 10px;
}

.button:hover {
  background-color: #0fbfae;
  border: none;
  border-bottom: solid 1px #000;
  box-shadow: 0 2px 3px #a8a8a8;
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
}

.button:active {
  background: #000;
}

.button a {
  color: #ffffff;
  padding: 7px 30px !important;
  text-decoration: none;
}

.button a:hover {
  color: #ffffff;
}

.button:hover {
  color: #fff;
}

/*---------------------------------------------*/
section.principales-clientes {
  width: 90%;
  border: 1px solid;
  margin: auto;
  display: grid;
  grid-template-rows: 60px;
  gap: 14px;
}
section.principales-clientes div.cliente {
  border: 5px solid #15BFBF;
  text-align: center;
  width: 100px;
}

.imgCentrada {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.marca h2 {
  font-size: 3rem;
  text-align: center;
  color: #9FA1A6;
}
.marca img {
  filter: grayscale(1);
  transition: transform 0.8s;
}
.marca img:hover {
  transform: scale(1.2, 1.2);
  filter: grayscale(0);
}

/* principales clientes*/
div.owl-carousel.owl-theme.owl-loaded.owl-drag {
  width: 96%;
  display: grid;
  margin: auto;
  margin-top: 50px;
  gap: 10px;
}
div.owl-carousel.owl-theme.owl-loaded.owl-drag div.item {
  width: 60%;
}

div.owl-nav {
  margin: auto;
  font-size: 6rem;
}

div.letra-video {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: auto;
}
div.letra-video video {
  width: 100%;
  height: 900px;
}
div.letra-video p.letra-video {
  font-size: 30em;
  font-weight: 800;
  color: #1f3e79;
  -webkit-text-decoration: double;
          text-decoration: double;
  position: absolute;
  margin: auto;
  transform: translate(10%, 70%);
}

section.cuadro-1 {
  display: grid;
  width: 90%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 450px;
  gap: 30px;
  align-items: center;
}
section.cuadro-1 div.info-nosotros {
  font-size: 2.6rem;
  text-align: justify;
}
section.cuadro-1 div.imagen-nosotros {
  margin-left: 30px;
  height: 460px;
}
section.cuadro-1 div.imagen-nosotros img {
  height: 100%;
  width: 100%;
}

section.principal-objetivo {
  height: auto;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 100px;
}
section.principal-objetivo div.principal-objetivo {
  width: 90%;
  margin: auto;
  text-align: justify;
}

p.general {
  font-size: 2.6rem;
}

section.codigo-etica {
  display: grid;
  width: 90%;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 150px;
  grid-template-columns: repeat(5, 20%);
  grid-template-rows: 200px;
  gap: 10px;
  justify-content: baseline;
}
section.codigo-etica div.valor {
  text-align: center;
}
section.codigo-etica div.valor p.petica {
  margin-top: 25px;
  margin-bottom: 100px;
  font-weight: bolder;
  color: #1f3e79;
  font-size: 2.8rem;
}
section.codigo-etica div.valor img {
  width: 90%;
  height: 100%;
  transition: all 0.5s;
}
section.codigo-etica div.valor img:hover {
  transform: scale(1.3);
  transition: all 0.5s;
}

section.sectores-enfocados {
  display: grid;
  width: 90%;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 150px;
  grid-template-columns: repeat(5, 20%);
  grid-template-rows: 200px;
  gap: 10px;
  justify-content: baseline;
}
section.sectores-enfocados div.valor {
  text-align: center;
}
section.sectores-enfocados div.valor p.petica {
  margin-top: 25px;
  font-weight: bolder;
  color: #1f3e79;
  font-size: 2.8rem;
}
section.sectores-enfocados div.valor img {
  width: 90%;
  height: 100%;
  transition: all 0.5s;
}
section.sectores-enfocados div.valor img:hover {
  transform: scale(1.3);
  transition: all 0.5s;
}

div.certificados-texto {
  width: 90%;
  margin: auto;
  margin-top: 65px;
  margin-bottom: 50px;
  text-align: justify;
}

div.ajustador1 {
  width: 89%;
  margin: auto;
  margin-top: 0%;
}
div.ajustador1 button {
  margin-left: 0%;
  padding: 6px;
  font-size: 2rem;
  background-color: #1f3e79;
  color: aliceblue;
  cursor: pointer;
  transition: all 1s;
}
div.ajustador1 button a {
  text-decoration: none;
  color: aliceblue;
}
div.ajustador1 button a:hover {
  color: #1f3e79;
}
div.ajustador1 button:hover {
  background-color: azure;
  color: #1f3e79;
}
div.ajustador1 img {
  margin-top: -80px;
  margin-left: 80%;
}

.footer-w {
  background-color: #D8EEED;
  position: relative;
  height: 50vh;
  text-align: center;
  padding: 200px;
}

h2.subtitle {
  margin: auto;
  margin-top: 150px;
  width: 90%;
  margin-bottom: 2.2rem;
  text-align: start;
  font-size: 5.5rem;
  color: #1f3e79;
}

section.productos {
  width: 90%;
  height: auto;
  margin: auto;
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
section.productos div.tarjeta-producto {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 60% 40%;
  height: 300px;
  border: 2px solid black;
  align-items: center;
}
section.productos div.tarjeta-producto div.texto-producto {
  width: 100%;
  font-size: 1.9rem;
  margin-left: 20px;
  height: 100%;
  margin: auto;
  padding: 15px;
}
section.productos div.tarjeta-producto div.texto-producto h3 {
  width: 100%;
  margin: auto;
  color: #1f3e79;
}
section.productos div.tarjeta-producto div.texto-producto button {
  margin-top: 40px;
  padding: 6px;
  font-size: 2rem;
  text-align: center;
  background-color: #1f3e79;
  color: aliceblue;
  cursor: pointer;
  transition: all 1s;
}
section.productos div.tarjeta-producto div.texto-producto button a {
  text-decoration: none;
  color: aliceblue;
}
section.productos div.tarjeta-producto div.texto-producto button a:hover {
  color: #1f3e79;
}
section.productos div.tarjeta-producto div.texto-producto button:hover {
  background-color: azure;
  color: #1f3e79;
}
section.productos div.tarjeta-producto div.imagen-producto {
  width: 80%;
  height: 247px;
  margin-left: auto;
}
section.productos div.tarjeta-producto div.imagen-producto img {
  width: 100%;
  height: 245px;
}

/*----------bootstrap-navbar-css------------*/
i {
  margin-right: 10px;
}

.navbar-logo {
  padding: 15px;
  color: #fff;
}

.navbar-mainbg {
  background-color: #5161ce;
  padding: 0px;
}

#navbarSupportedContent {
  overflow: hidden;
  position: relative;
}

#navbarSupportedContent ul {
  padding: 0px;
  margin: 0px;
}

#navbarSupportedContent ul li a i {
  margin-right: 10px;
}

#navbarSupportedContent li {
  list-style-type: none;
  float: left;
}

#navbarSupportedContent ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 20px 20px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}

#navbarSupportedContent > ul > li.active > a {
  color: #5161ce;
  background-color: transparent;
  transition: all 0.7s;
}

#navbarSupportedContent a:not(:only-child):after {
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transition: 0.5s;
}

#navbarSupportedContent .active > a:not(:only-child):after {
  transform: rotate(90deg);
}

.hori-selector {
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 10px;
}

.hori-selector .right,
.hori-selector .left {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  bottom: 10px;
}

.hori-selector .right {
  right: -25px;
}

.hori-selector .left {
  left: -25px;
}

.hori-selector .right:before,
.hori-selector .left:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5161ce;
}

.hori-selector .right:before {
  bottom: 0;
  right: -25px;
}

.hori-selector .left:before {
  bottom: 0;
  left: -25px;
}

@media (min-width: 992px) {
  .navbar-expand-custom {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  #navbarSupportedContent ul li a {
    padding: 12px 30px;
  }
  .hori-selector {
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .hori-selector .left,
.hori-selector .right {
    right: 10px;
  }
  .hori-selector .left {
    top: -25px;
    left: auto;
  }
  .hori-selector .right {
    bottom: -25px;
  }
  .hori-selector .left:before {
    left: -25px;
    top: -25px;
  }
  .hori-selector .right:before {
    bottom: -25px;
    left: -25px;
  }
}
:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: "Rubik", sans-serif;
  --font-serif: "Cardo", serif;
}

* {
  box-sizing: border-box;
}

h2.subtitle-servicio {
  margin: auto;
  margin-top: 200px;
}

div.servicio-descripcion {
  width: 89%;
  height: 200px;
  margin: auto;
  margin-bottom: 50px;
  font-size: 2.5rem;
  text-align: justify;
}

.page-content {
  display: grid;
  grid-template-rows: 500px 500px;
  grid-auto-rows: auto;
  grid-gap: 2.5rem;
  padding: 1rem;
  max-width: 90%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 150px;
  font-family: var(--font-sans);
}

@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1.4rem;
  width: 80%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}

@media (min-width: 600px) {
  .card {
    height: 350px;
  }
}
.card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}

.card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 15.7%, rgba(0, 0, 0, 0.034) 25.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

.card:nth-child(1):before {
  background-image: url(../../imagenes/04-servicios/01-Calibracion.png);
}

.card:nth-child(2):before {
  background-image: url(../../imagenes/04-servicios/02-Capacitación.jpg);
}

.card:nth-child(3):before {
  background-image: url(../../imagenes/04-servicios/03-Diagnóstico.jpg);
}

.card:nth-child(4):before {
  background-image: url(../../imagenes/04-servicios/04-Instalación.jpg);
}

.card:nth-child(5):before {
  background-image: url(../../imagenes/04-servicios/05-Mantenimiento.jpg);
}

.card:nth-child(6):before {
  background-image: url(../../imagenes/04-servicios/06-Venta.png);
}

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}

.title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.copy {
  font-family: var(--font-sans);
  font-size: 2.1rem;
  font-style: italic;
  line-height: 1.35;
  text-align: justify;
}

div.ajustador {
  display: block;
  margin: auto;
  margin-top: 50px;
  width: 90%;
}
div.ajustador div.boton {
  height: 15vh;
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
div.ajustador div.boton a {
  text-decoration: none;
  position: relative;
  width: 250px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: #1f3e79;
  border: 4px solid #1f3e79;
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: all 0.5s;
  overflow: hidden;
}
div.ajustador div.boton a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-top: 40px solid #1f3e79;
  border-bottom: 40px solid #1f3e79;
  border-right: 40px solid transparent;
  transition: all 0.5s;
  z-index: -1;
  transform: translateX(-100%);
}
div.ajustador div.boton a:hover:before {
  transform: translateX(0%);
}
div.ajustador div.boton a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-top: 40px solid #1f3e79;
  border-bottom: 40px solid #1f3e79;
  border-left: 40px solid transparent;
  transition: all 0.7s;
  z-index: -1;
  transform: translateX(100%);
}
div.ajustador div.boton a:hover:after {
  transform: translateX(0%);
}
div.ajustador div.boton a:hover {
  color: white;
}

@media (hover: hover) and (min-width: 600px) {
  .card:after {
    transform: translateY(0);
  }
  .content {
    transform: translateY(calc(100% - 4.5rem));
  }
  .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }
  .card:hover,
.card:focus-within {
    align-items: center;
  }
  .card:hover:before,
.card:focus-within:before {
    transform: translateY(-4%);
  }
  .card:hover:after,
.card:focus-within:after {
    transform: translateY(-50%);
  }
  .card:hover .content,
.card:focus-within .content {
    transform: translateY(0);
  }
  .card:hover .content > *:not(.title),
.card:focus-within .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }
  .card:focus-within:before, .card:focus-within:after,
.card:focus-within .content,
.card:focus-within .content > *:not(.title) {
    transition-duration: 0s;
  }
}/*# sourceMappingURL=t-tribokem.css.map */