/*------------General------------*/
/*------------General------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 1s;
  scroll-behavior: smooth;
}

* {
  scrollbar-color: #cacdd1 #e2e5e9;
  scrollbar-width: thin;
}

*::-webkit-scrollbar {
  width: 0.1rem;
  border-radius: 0.8rem;
}

*::-webkit-scrollbar-track {
  background: #cacdd1;
  width: 0.1rem;
  border-radius: 0.8rem;
}

*::-webkit-scrollbar-thumb {
  background-color: #cacdd1;
  border-radius: 0.8rem;
  width: 0.1rem;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  transition: all 1s;
  background-color: #eee;
  scroll-behavior: smooth;
}

body {
  transition: all 1s;
  background-color: #eee;
  overflow-x: hidden;
  position: relative;
  margin: 0rem;
  border: 0px solid red;
}

@font-face {
  font-family: Corals;
  src: url("../fonts/Corals.otf");
}
@font-face {
  font-family: Fraset;
  src: url("../fonts/Fraset.ttf");
}
@font-face {
  font-family: Louis;
  src: url("../fonts/Louis.ttf");
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto.ttf");
}
.padding {
  padding: 2rem 5rem;
}

.line {
  width: 100%;
  height: 1rem;
  background-color: #5ab6e9;
  color: #5ab6e9;
  border: none;
}

.button {
  border: 1px solid transparent;
  border: none;
  padding: 1rem 2rem;
  background-color: #5ab6e9;
  color: #ffffff;
  font-size: 1.5rem;
  font-family: Roboto;
  font-weight: bold;
  letter-spacing: 0.1rem;
  border-radius: 3rem;
  cursor: pointer;
  margin-top: 2rem;
  display: flex;
  transition: all 1s;
}
.button:hover {
  background-color: #ffd52b;
  transition: all 1s;
}
.button img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.2rem 0rem 0rem 0.5rem;
  transition: all 1s;
}
.button:hover img {
  margin: 0.2rem 0rem 0rem 0.6rem;
  transition: all 1s;
}

.title {
  display: inline-block;
  border-left: 2px solid #5ab6e9;
  padding: 0rem 0rem 0rem 1rem;
}
.title h1 {
  font-size: 4rem;
  font-family: Roboto;
  color: #1b3045;
  letter-spacing: 0.1rem;
  border: 0px solid red;
  padding: 0rem;
  margin: 0rem;
}
.title span {
  font-size: 1.4rem;
  color: rgba(128, 128, 128, 0.5);
  font-family: Roboto;
  border: 0px solid red;
  padding: 0rem;
  margin: 0rem;
}

.line-g {
  width: 100%;
  height: 0.1rem;
  border: 0px solid transparent;
  background-color: #ffc107;
  margin: 1rem 0rem;
}

.cta {
  width: 100%;
  height: 35rem;
  margin: 5rem 0rem;
  border: 0px solid red;
  background-image: url(../img/cat.jpg);
  background-size: cover cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
.cta .transparencia {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(27, 48, 69, 0.8);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta .transparencia .cont-text {
  text-align: center;
  margin: 0rem auto;
  width: 70%;
  border: 0px solid red;
  padding: 0rem 2rem;
}
.cta .transparencia .cont-text h1 {
  font-family: Roboto;
  font-size: 4rem;
  color: #ffc107;
}
.cta .transparencia .cont-text p {
  font-family: Roboto;
  font-size: 2rem;
  margin-top: 2rem;
  color: #ffffff;
}
.cta .transparencia .cont-text a {
  text-decoration: none;
  display: inline-block;
  border: 1px solid transparent;
  border: none;
  padding: 0.5rem 1.5rem;
  background-color: #5ab6e9;
  color: #ffffff;
  font-size: 1.8rem;
  font-family: Roboto;
  font-weight: bold;
  letter-spacing: 0.1rem;
  border-radius: 3rem;
  cursor: pointer;
  margin-top: 2rem;
  transition: all 1s;
  align-items: center;
}
.cta .transparencia .cont-text a:hover {
  background-color: #ffd52b;
  transition: all 1s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
}
.cta .transparencia .cont-text a img {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.2rem 0rem 0rem 0.2rem;
  transition: all 1s;
}
.cta .transparencia .cont-text a:hover img {
  margin: 0.2rem 0rem 0rem 0.3rem;
  transition: all 1s;
}

/*==============Loader==============*/
.loader {
  position: absolute;
  z-index: 3000;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  background-color: #1b3045;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .cont-loader {
  padding: 1rem;
  border: 0px solid red;
  display: block;
  width: 16rem;
  height: 16rem;
  margin: 0rem auto;
  position: fixed;
  top: 35%;
  transform: translateY(-35%);
  left: 50%;
  transform: translateX(-50%);
}
.loader .cont-loader .circle1 {
  border: 10px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-left-color: #ffc107;
  animation: giro1 1s ease infinite;
}
.loader .cont-loader .circle2 {
  border: 10px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-right-color: #ffc107;
  animation: giro2 1s ease infinite;
}
@keyframes giro1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes giro2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader .cont-loader span {
  position: absolute;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: Roboto;
  color: #ffffff;
  top: 48%;
  transform: translateY(-48%);
  left: 50%;
  transform: translateX(-50%);
}

/*==============Loader==============*/
/*------------General------------*/
/*------------General------------*/
/*------XXXXXXXXXXXXXXXXXXX------*/
/*------------ Nav ------------*/
.nav {
  width: 100%;
  border: 0px solid red;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 9rem 2rem 9rem;
  position: fixed;
  top: 0rem;
  left: 0rem;
  z-index: 1800;
}
.nav .logo {
  width: 8rem;
  height: 6rem;
  border: 0px solid red;
}
.nav .logo img {
  width: 100%;
  height: 100%;
}
.nav .links {
  display: flex;
  list-style: none;
  padding: 0.1rem 0.4rem 0.1rem 0.2rem;
  align-items: center;
  border: 0px solid red;
}
.nav .links li {
  font-size: 1.6rem;
  padding: 0.1rem 0.4rem 0.1rem 0.4rem;
  margin: 0rem 1.5rem;
  font-family: Corals;
  font-weight: lighter;
  letter-spacing: 0.1rem;
  color: #ffffff;
  border-bottom: 2px solid transparent;
  text-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.nav .links li .active {
  border-bottom: 2px solid #5ab6e9;
  color: #ffc107;
}
.nav .links li a {
  text-decoration: none;
  display: flex;
  color: #ffffff;
  align-items: center;
  width: 100%;
  padding: 0rem;
  margin: 0rem;
}
.nav .links li a:hover {
  border-bottom: 2px solid #5ab6e9;
  cursor: pointer;
  color: #ffc107;
}
.nav .links a {
  border: 0px solid red;
  margin-left: 2rem;
  display: block;
  text-decoration: none;
  width: 2rem;
  height: 2.6rem;
  border-bottom: 1px solid transparent;
  border-radius: 0.3rem;
  padding-bottom: 0.5rem;
}
.nav .links a img {
  width: 100%;
  height: 100%;
  float: right;
}
.nav .links a:hover {
  border-bottom: 2px solid #ffc107;
  border-radius: 0.3rem;
}
.nav .links a span {
  display: none;
}
.nav .links .face {
  display: block;
  text-decoration: none;
  width: 1.4rem;
  height: 2.2rem;
}
.nav.navR {
  width: 100%;
  background-color: rgb(27, 48, 69);
  padding: 0.8rem 7rem 0.8rem 7rem;
}
.nav.navR .logo {
  width: 5rem;
  height: 4rem;
}
.nav.navR .links li {
  color: #ffffff;
  font-size: 1.2rem;
  padding: 0.4rem 0.4rem 0.1rem 0.4rem;
  margin: 1rem;
  font-family: Corals;
  font-weight: lighter;
  letter-spacing: 0.1rem;
  color: #ffffff;
  border-bottom: 2px solid transparent;
  text-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.nav.navR .links li .active {
  border-bottom: 2px solid #5ab6e9;
  color: #ffc107;
}
.nav.navR .links li a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0rem;
  margin: 0rem;
}
.nav.navR .links li a:hover {
  border-bottom: 2px solid #5ab6e9;
  cursor: pointer;
  color: #ffc107;
}
.nav.navR .links a {
  border: 0px solid red;
  margin-left: 1.5rem;
  display: block;
  text-decoration: none;
  width: 1.8rem;
  height: 2.5rem;
  border-bottom: 1px solid transparent;
  border-radius: 0.3rem;
  padding-bottom: 0.5rem;
}
.nav.navR .links a img {
  width: 100%;
  height: 100%;
  float: right;
}
.nav.navR .links a:hover {
  border-bottom: 2px solid #ffc107;
  border-radius: 0.3rem;
}
.nav.navR .links .face {
  display: block;
  text-decoration: none;
  width: 1.2rem;
  height: 1.8rem;
}

.menu {
  border: 2px solid #5ab6e9;
  padding: 0.8rem;
  margin-left: 1.5rem;
  border-radius: 50%;
  transition: all 1s;
  background-color: #5ab6e9;
  cursor: pointer;
  display: none;
}
.menu:hover {
  transition: all 1s;
  border: 2px solid #ffffff;
}
.menu img {
  width: 2.2rem;
  height: 2rem;
  display: block;
  margin: 0rem auto;
}

/*------------ Nav ------------*/
main {
  width: 100%;
  height: auto;
  /*------------ header ------------*/
  /*------------ header ------------*/
  /*------------ servicios ------------*/
  /*------------ servicios ------------*/
  /*------------ productos ------------*/
  /*------------ productos ------------*/
  /*------------ contacto ------------*/
  /*------------ contacto ------------*/
}
main .carusel {
  width: 100%;
  height: 60rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
main .carusel .msj {
  width: 40%;
  height: 100%;
  padding: 1rem;
  background-color: #1b3045;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
main .carusel .msj .text {
  display: block;
  border: 0px solid red;
  width: 37rem;
}
main .carusel .msj .text .h1-msj {
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
  font-family: Corals;
  margin-bottom: 2rem;
  line-height: 5rem;
}
main .carusel .msj .text p {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: lighter;
  font-family: Louis;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  letter-spacing: 0rem;
  line-height: 2rem;
  border-left: 3px solid #5ab6e9;
}
main .carusel .items {
  width: 60%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0rem;
  transition: all 1s;
  background-image: url(../img/background4.jpg);
  background-size: cover cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
main .carusel .items .transparencia {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1500;
  top: 0rem;
  left: 0rem;
  background-color: rgba(27, 48, 69, 0.5);
}
main .carusel .items .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0rem;
  left: 0rem;
  opacity: 0;
  transition: all 4s;
  border-radius: 0rem;
  overflow: hidden;
  border: 0px solid orange;
}
main .carusel .items .item.active {
  opacity: 1;
  transition: all 4s;
}
main .carusel .items .item img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s;
  background-size: cover cover;
  background-position: center center;
  background-repeat: no-repeat;
}
main .carusel .items .text-items {
  display: none;
}
main .carusel .items .next {
  width: 4rem;
  position: absolute;
  bottom: 45%;
  right: 3rem;
  border: 0px solid red;
  cursor: pointer;
  padding: 1.1rem 1.5rem 1.1rem 1.8rem;
  background-color: rgb(89, 182, 232);
  border-radius: 5rem;
  z-index: 1600;
}
main .carusel .items .next:hover {
  background-color: rgba(89, 182, 232, 0.6);
}
main .carusel .items .next img {
  width: 100%;
  display: block;
  margin: 0rem auto;
}
main .carusel .items .prev {
  width: 4rem;
  position: absolute;
  bottom: 45%;
  left: 3rem;
  z-index: 1600;
  border: 0px solid blue;
  cursor: pointer;
  padding: 1.1rem 1.8rem 1.1rem 1.5rem;
  background-color: rgb(89, 182, 232);
  border-radius: 5rem;
}
main .carusel .items .prev:hover {
  background-color: rgba(89, 182, 232, 0.6);
}
main .carusel .items .prev img {
  width: 100%;
  display: block;
  margin: 0rem auto;
}
main .servicios {
  width: 100%;
  border: 0px solid red;
  margin: 5rem 0rem;
}
main .servicios .cont-services {
  border: 0px solid red;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
main .servicios .cont-services .card {
  border: 0px solid red;
  width: 45%;
  height: 30rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 0rem 1.4rem 8rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  margin-top: 5rem;
}
main .servicios .cont-services .card .img {
  border: 0px solid green;
  width: 40%;
  position: relative;
}
main .servicios .cont-services .card .img img {
  width: 100%;
  height: 18rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0.5rem 0.5rem 3rem 1px rgba(0, 0, 0, 0.5);
}
main .servicios .cont-services .card .text {
  border: 0px solid pink;
  width: 60%;
  padding: 1rem;
}
main .servicios .cont-services .card .text .title-services {
  display: inline-block;
  padding: 1rem 0rem 0rem 1rem;
}
main .servicios .cont-services .card .text .title-services h1 {
  font-size: 1.8rem;
  font-family: Roboto;
  color: #1b3045;
  letter-spacing: 0.1rem;
  border: 0px solid red;
  padding: 0rem;
  margin: 0rem;
}
main .servicios .cont-services .card .text .title-services span {
  font-size: 1rem;
  color: rgba(128, 128, 128, 0.8);
  font-family: Roboto;
  border: 0px solid red;
  padding: 0rem;
  margin: 0rem;
}
main .servicios .cont-services .card .text p {
  font-size: 1.5rem;
  color: rgb(128, 128, 128);
  font-family: Roboto;
}
main .servicios .cont-services .card .text a {
  text-decoration: none;
  display: inline-block;
  border: 1px solid transparent;
  border: none;
  padding: 0.5rem 1.5rem;
  background-color: #5ab6e9;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: bold;
  letter-spacing: 0.1rem;
  border-radius: 3rem;
  cursor: pointer;
  margin-top: 0.5rem;
  transition: all 1s;
  align-items: center;
}
main .servicios .cont-services .card .text a:hover {
  background-color: #ffd52b;
  transition: all 1s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
}
main .servicios .cont-services .card .text a img {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.2rem 0rem 0rem 0.2rem;
  transition: all 1s;
}
main .servicios .cont-services .card .text a:hover img {
  margin: 0.2rem 0rem 0rem 0.3rem;
  transition: all 1s;
}
main .productos {
  width: 100%;
  border: 0px solid red;
  margin: 5rem 0rem;
}
main .productos .cont {
  border: 0px solid red;
  width: 100%;
  margin-top: 5rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
main .productos .cont .cont-productos {
  border: 0px solid green;
  width: 80%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
main .productos .cont .cont-productos .img {
  width: 50%;
  border: 0px solid red;
  height: 95rem;
  overflow: hidden;
}
main .productos .cont .cont-productos .img img {
  width: 100%;
  height: 100%;
}
main .productos .cont .cont-productos .text {
  width: 50%;
  height: 100%;
  border: 0px solid red;
  padding: 2rem 3rem;
}
main .productos .cont .cont-productos .text .title-productos {
  display: inline-block;
  padding: 0rem 0rem 0rem 1rem;
}
main .productos .cont .cont-productos .text .title-productos h1 {
  font-size: 3rem;
  font-family: Roboto;
  color: #1b3045;
  letter-spacing: 0.1rem;
  border: 0px solid red;
  padding: 0rem;
  margin: 0rem;
}
main .productos .cont .cont-productos .text .title-productos span {
  font-size: 1.2rem;
  color: rgba(128, 128, 128, 0.8);
  font-family: Roboto;
  border: 0px solid red;
  padding: 0rem;
  margin: 0rem;
}
main .productos .cont .cont-productos .text p {
  font-size: 1.5rem;
  color: rgb(128, 128, 128);
  font-family: Roboto;
  margin: 2rem 0rem;
}
main .productos .cont .cont-productos .text .item {
  margin: 2rem 0rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
}
main .productos .cont .cont-productos .text .item:hover .item-icon {
  transition: all 1s;
  border: 2px solid #ffc107;
}
main .productos .cont .cont-productos .text .item .item-icon {
  width: 5.2rem;
  height: 5.5rem;
  padding: 1.1rem;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 1s;
}
main .productos .cont .cont-productos .text .item .item-icon img {
  width: 100%;
  height: 100%;
}
main .productos .cont .cont-productos .text .item .item-text {
  padding: 0rem 1rem;
  width: 80%;
  border: 0px solid red;
}
main .productos .cont .cont-productos .text .item .item-text h1 {
  font-size: 1.8rem;
  font-family: Roboto;
  color: #1b3045;
  letter-spacing: 0.1rem;
  border: 0px solid red;
  padding: 0rem;
  margin: 0rem;
}
main .productos .cont .cont-productos .text .item .item-text p {
  font-size: 1.2rem;
  color: rgb(128, 128, 128);
  font-family: Roboto;
  margin: 1rem 0rem;
}
main .productos .cont .cont-productos .text .item .item-text a {
  text-decoration: none;
  display: inline-block;
  border: 1px solid transparent;
  border: none;
  padding: 0.5rem 1.5rem;
  background-color: #5ab6e9;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: bold;
  letter-spacing: 0.1rem;
  border-radius: 3rem;
  cursor: pointer;
  transition: all 1s;
  align-items: center;
}
main .productos .cont .cont-productos .text .item .item-text a:hover {
  background-color: #ffd52b;
  transition: all 1s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
}
main .productos .cont .cont-productos .text .item .item-text a img {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.2rem 0rem 0rem 0.2rem;
  transition: all 1s;
}
main .productos .cont .cont-productos .text .item .item-text a:hover img {
  margin: 0.2rem 0rem 0rem 0.3rem;
  transition: all 1s;
}
main .contacto {
  width: 100%;
  border: 0px solid red;
  padding-top: 6rem;
}
main .contacto .cont-contacto {
  border: 0px solid red;
  width: 100%;
  margin-top: 5rem;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
main .contacto .cont-contacto .icons {
  border: 0px solid green;
  width: 30%;
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
}
main .contacto .cont-contacto .icons .icon {
  width: 20rem;
  height: 16rem;
  border: 0px solid red;
  text-align: center;
  margin: 0rem auto;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
}
main .contacto .cont-contacto .icons .icon img {
  width: 3.5rem;
  display: block;
  margin: 0rem auto 1rem auto;
}
main .contacto .cont-contacto .icons .icon h2 {
  font-family: Roboto;
  font-size: 1.8rem;
  color: #1b3045;
  margin-bottom: 1rem;
}
main .contacto .cont-contacto .icons .icon span {
  display: block;
  font-family: Roboto;
  font-size: 1.5rem;
  color: #1b3045;
  margin-bottom: 0.4rem;
}
main .contacto .cont-contacto .form {
  border: 0px solid green;
  width: 60%;
  height: 50rem;
  padding: 2rem 3rem;
  border-radius: 1rem;
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
}
main .contacto .cont-contacto .form form {
  width: 100%;
  border: 0px solid green;
}
main .contacto .cont-contacto .form form .input_form {
  flex-direction: column;
  width: 100%;
}
main .contacto .cont-contacto .form form .input_form label {
  font-family: Roboto;
  display: block;
  font-size: 1.5rem;
  color: #1b3045;
}
main .contacto .cont-contacto .form form .input_form input {
  display: block;
  width: 100%;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #c3c4c5;
  transition: all 1s;
}
main .contacto .cont-contacto .form form .input_form input:hover {
  transition: all 1s;
  border: 1px solid #5ab6e9;
}
main .contacto .cont-contacto .form form .textarea_form {
  flex-direction: column;
  width: 100%;
}
main .contacto .cont-contacto .form form .textarea_form label {
  font-family: Roboto;
  display: block;
  font-size: 1.5rem;
  color: #1b3045;
}
main .contacto .cont-contacto .form form .textarea_form textarea {
  display: block;
  width: 100%;
  border: 1px solid #c3c4c5;
  transition: all 1s;
  border-radius: 1rem;
}
main .contacto .cont-contacto .form form .textarea_form textarea:hover {
  transition: all 1s;
  border: 1px solid #5ab6e9;
}
main .contacto .cont-contacto .form form .btn_form {
  display: flex;
  justify-content: center;
}

/*------------ credits ------------*/
.credits {
  width: 100%;
  background-color: #1b3045;
  padding: 1rem;
  text-align: center;
}
.credits p {
  margin: 0rem auto;
  color: #ffffff;
  font-family: Roboto;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}
.credits p span {
  color: #ffc107;
  font-family: Louis;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}

/*------------ credits ------------*/
/*---------xxxxxxxxxxxxxxx--------*/
/*---------xxxxxxxxxxxxxxx--------*/
/*---------xxxxxxxxxxxxxxx--------*/
/*------------header productos------------*/
/*------------header productos------------*/
.header-productos {
  width: 100%;
  height: 50rem;
  border: 0px solid red;
  background-image: url(../img/products.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.header-productos .transparency {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(27, 48, 69, 0.7);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-productos .transparency .cont-text {
  text-align: center;
  margin: 0rem auto;
  width: 70%;
  border: 0px solid red;
  padding: 0rem 2rem;
}
.header-productos .transparency .cont-text h1 {
  font-family: Roboto;
  font-size: 4rem;
  color: #ffc107;
}
.header-productos .transparency .cont-text p {
  font-family: Roboto;
  font-size: 2rem;
  margin-top: 2rem;
  color: #ffffff;
}
.header-productos .transparency .cont-text a {
  text-decoration: none;
  display: inline-block;
  border: 1px solid transparent;
  border: none;
  padding: 0.5rem 1.5rem;
  background-color: #5ab6e9;
  color: #ffffff;
  font-size: 1.8rem;
  font-family: Roboto;
  font-weight: bold;
  letter-spacing: 0.1rem;
  border-radius: 3rem;
  cursor: pointer;
  margin-top: 2rem;
  transition: all 1s;
  align-items: center;
}
.header-productos .transparency .cont-text a:hover {
  background-color: #ffd52b;
  transition: all 1s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
}
.header-productos .transparency .cont-text a img {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.2rem 0rem 0rem 0.2rem;
  transition: all 1s;
}
.header-productos .transparency .cont-text a:hover img {
  margin: 0.2rem 0rem 0rem 0.3rem;
  transition: all 1s;
}

/*------------header productos------------*/
/*------------header productos------------*/
/*------------Gallery------------*/
/*------------Gallery------------*/
.gallery {
  min-height: 100vh;
  background-color: transparent;
  padding: 3rem 1rem;
  text-align: center;
  position: relative;
  /*------------menu-productos------------*/
  /*------------menu-productos------------*/
  /*------------menu-productos------------*/
  /*------------menu-productos------------*/
  /*------------Left Bar------------*/
  /*------------Left Bar------------*/
  /*------------Left Bar------------*/
  /*------------Left Bar------------*/
}
.gallery .menu-productos {
  border: 3px solid #5ab6e9;
  position: absolute;
  top: 1rem;
  right: 2rem;
  padding: 1rem;
  border-radius: 50%;
  transition: all 1s;
  background-color: #5ab6e9;
  z-index: 1500;
  cursor: pointer;
  display: block;
}
.gallery .menu-productos:hover {
  transition: all 1s;
  border: 3px solid #ffc107;
}
.gallery .menu-productos img {
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  margin: 0rem auto;
}
.gallery .left-bar {
  width: 30rem;
  height: 70rem;
  background-color: #1b3045;
  top: 1rem;
  left: -35rem;
  z-index: 1000;
  position: absolute;
  border-right: 1px solid rgba(33, 171, 165, 0.3);
  padding: 4rem 2rem 3rem 2rem;
  overflow: scroll;
  border-radius: 3rem;
}
.gallery .left-bar.leftBar {
  left: 4rem;
}
.gallery .left-bar .home {
  display: block;
  width: 20rem;
  margin: 0rem auto;
}
.gallery .left-bar .home a {
  text-decoration: none;
}
.gallery .left-bar .home a img {
  width: 100%;
  height: 100%;
}
.gallery .left-bar .box {
  border-bottom: 1px solid #5ab6e9;
  padding: 2rem 0rem;
}
.gallery .left-bar .box h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #ffc107;
  font-family: Louis;
  text-transform: uppercase;
}
.gallery .left-bar .box #search {
  width: 100%;
  border: 1px solid #5ab6e9;
  padding: 1rem 1.2rem;
  font-size: 1.8rem;
  color: #1b3045;
  border-radius: 0.7rem;
  text-transform: none;
  font-family: Louis;
}
.gallery .left-bar .box .category .btn {
  display: inline-block;
  margin-top: 1rem;
  margin-left: 1rem;
  cursor: pointer;
  font-size: 1.5rem;
  font-family: Roboto;
  background-color: #5ab6e9;
  padding: 0.7rem 2rem;
  color: #ffffff;
  border-radius: 0.7rem;
  transition: all 1s;
}
.gallery .left-bar .box .category .btn:hover {
  background-color: #ffc107;
  transition: all 1s;
}
.gallery .left-bar .home-icon {
  text-decoration: none;
  display: inline-block;
  border: 1px solid transparent;
  border: none;
  padding: 0.5rem 1.5rem;
  background-color: #5ab6e9;
  color: #ffffff;
  font-size: 1.8rem;
  font-family: Roboto;
  font-weight: bold;
  letter-spacing: 0.1rem;
  border-radius: 3rem;
  cursor: pointer;
  margin-top: 2rem;
  transition: all 1s;
  align-items: center;
}
.gallery .left-bar .home-icon:hover {
  background-color: #ffd52b;
  transition: all 1s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
}
.gallery .left-bar .home-icon img {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.2rem 0rem 0rem 0.2rem;
  transition: all 1s;
}
.gallery .left-bar .home-icon:hover img {
  margin: 0.2rem 0rem 0rem 0.3rem;
  transition: all 1s;
}
.gallery .title-gallery {
  margin: 0rem auto 1rem auto;
  border-bottom: 1px solid #5ab6e9;
  display: inline-block;
  padding-bottom: 0.5rem;
}
.gallery .title-gallery h1 {
  font-family: Roboto;
  font-size: 3rem;
  color: #1b3045;
}
.gallery .title-gallery span {
  font-size: 1.2rem;
  color: rgba(128, 128, 128, 0.8);
  font-family: Roboto;
  border: 0px solid red;
  padding: 0rem;
  margin: 0rem;
}
.gallery .images-cont {
  border: 0px solid red;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.gallery .images-cont .image-product {
  border: 0px solid red;
  width: 45%;
  height: 30rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 0rem 1.4rem 8rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  margin-top: 5rem;
}
.gallery .images-cont .image-product .img {
  border: 0px solid green;
  width: 42%;
  position: relative;
}
.gallery .images-cont .image-product .img img {
  width: 100%;
  height: 19rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0.5rem 0.5rem 3rem 1px rgba(0, 0, 0, 0.5);
}
.gallery .images-cont .image-product .text-product {
  border: 0px solid pink;
  width: 55%;
  padding: 3rem 1rem 2rem 1rem;
  text-align: left;
}
.gallery .images-cont .image-product .text-product .title-product {
  display: inline-block;
  padding: 0rem 0rem 0rem 1rem;
}
.gallery .images-cont .image-product .text-product .title-product h1 {
  font-size: 2.2rem;
  font-family: Roboto;
  color: #1b3045;
  letter-spacing: 0.1rem;
  border: 0px solid red;
  padding: 0rem;
  margin: 0rem;
}
.gallery .images-cont .image-product .text-product .title-product span {
  font-size: 1rem;
  color: rgba(128, 128, 128, 0.8);
  font-family: Roboto;
  border: 0px solid red;
  padding: 0rem;
  margin: 0rem;
}
.gallery .images-cont .image-product .text-product p {
  font-size: 1.5rem;
  color: rgb(128, 128, 128);
  font-family: Roboto;
  display: inline-block;
  width: 100%;
  border: 0px solid red;
}
.gallery .images-cont .image-product .text-product a {
  text-decoration: none;
  display: inline-block;
  border: 1px solid transparent;
  border: none;
  padding: 0.5rem 1.5rem;
  background-color: #5ab6e9;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: bold;
  letter-spacing: 0.1rem;
  border-radius: 3rem;
  cursor: pointer;
  margin-top: 0.5rem;
  transition: all 1s;
  align-items: center;
  margin-top: 1rem;
  margin-right: 2rem;
}
.gallery .images-cont .image-product .text-product a:hover {
  background-color: #ffd52b;
  transition: all 1s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
}
.gallery .images-cont .image-product .text-product a img {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.2rem 0rem 0rem 0.5rem;
  transition: all 1s;
}
.gallery .images-cont .image-product .text-product a:hover img {
  margin: 0.2rem 0rem 0rem 0.6rem;
  transition: all 1s;
}

/*------------Gallery------------*/
/*------------Gallery------------*/
/*------------ arrow ------------*/
.arrow {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  background-color: #1b3045;
  width: 3.5rem;
  height: 3.5rem;
  z-index: 2500;
  padding: 1rem;
  border-radius: 0.5rem;
}
.arrow img {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}

/*------------ arrow ------------*/
/*------------@media screen------------*/
/*------------@media screen------------*/
/*------------@media screen------------*/
/*------------@media screen------------*/
/*------------@media screen------------*/
/*------------@media screen------------*/
/*------------@media screen------------*/
/*------------@media screen------------*/
/*------------@media screen------------*/
/*------------1600px------------*/
@media screen and (max-width: 1600px) {
  /*------------ Nav ------------*/
  /*------------ Nav ------------*/
}
/*------------1600px------------*/
/*------------1440px------------*/
/*------------1440px------------*/
/*------------1200px------------*/
@media screen and (max-width: 1200px) {
  /*------------servicios------------*/
  .servicios .cont-services .card {
    border: 0px solid red;
    height: 30rem;
  }
  /*------------servicios------------*/
}
/*------------1200px------------*/
/*------------1024px------------*/
@media screen and (max-width: 1024px) {
  /*------------nav------------*/
  .nav {
    padding: 1rem;
  }
  .nav .logo {
    width: 11rem;
    height: 4rem;
  }
  .nav .links {
    border-bottom: 1px solid #5ab6e9;
  }
  .nav .links li {
    color: #ffffff;
    font-size: 1.5rem;
  }
  /*------------nav------------*/
  /*------------servicios------------*/
  .servicios .cont-services .card {
    border: 0px solid red;
    width: 80%;
    height: 25rem;
  }
  /*------------servicios------------*/
  /*------------ productos ------------*/
  .productos {
    width: 100%;
    margin: 0rem 0rem;
  }
  .productos .cont {
    border: 0px solid red;
    width: 100%;
    margin-top: 2rem;
  }
  .productos .cont .cont-productos {
    width: 100%;
  }
  .productos .cont .cont-productos .img {
    width: 50%;
    height: 95rem;
  }
  .productos .cont .cont-productos .text {
    width: 50%;
    padding: 2rem 3rem;
  }
  /*------------ productos ------------*/
  /*------------ gallery ------------*/
  .gallery .images-cont {
    border: 0px solid red;
  }
  .gallery .images-cont .image-product {
    width: 82%;
    height: 30rem;
  }
  /*------------ gallery ------------*/
}
/*------------1024px------------*/
/*------------884px------------*/
@media screen and (max-width: 884px) {
  /*------------General------------*/
  .padding {
    padding: 1rem 2rem;
  }
  /*------------General------------*/
  /*------------carusel------------*/
  .carusel {
    height: 50rem;
  }
  .carusel .items .item .msj-header {
    width: 48rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .carusel .items .item .msj-header h1 {
    font-size: 3.5rem;
  }
  .carusel .items .item .msj-header p {
    font-size: 2.2rem;
  }
  /*------------carusel------------*/
  /*------------ contacto ------------*/
  .contacto {
    width: 100%;
    padding-top: 1rem;
  }
  .contacto .cont-contacto {
    width: 100%;
  }
  .contacto .cont-contacto .icons {
    border: 0px solid green;
    width: 100%;
    padding: 0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: inherit;
  }
  .contacto .cont-contacto .form {
    width: 100%;
  }
  /*------------ contacto ------------*/
  /*------------gallery------------*/
  .gallery {
    padding-left: 1rem;
  }
  /*------------gallery------------*/
  /*------------header productos------------*/
  /*------------header productos------------*/
  .header-productos {
    height: 40rem;
  }
  /*------------header productos------------*/
  /*------------header productos------------*/
}
/*------------884px------------*/
/*------------768px------------*/
@media screen and (max-width: 768px) {
  /*------------Nav------------*/
  .nav .logo {
    width: 11rem;
    height: 4rem;
  }
  .nav .links {
    display: block;
    border-bottom: 0px solid #ffffff;
    padding: 2rem 5rem 2rem 5rem;
    position: absolute;
    background-color: rgba(27, 48, 69, 0.9);
    top: 6rem;
    right: 1rem;
    border-radius: 1rem;
    z-index: 1500;
    transition: all 1s;
    transform: translateX(-200rem);
    text-align: left;
  }
  .nav .links.menuR {
    transition: all 1s;
    transform: translateX(0rem);
  }
  .nav .links li {
    font-size: 2rem;
    padding: 0.4rem 0.4rem 0.1rem 0.4rem;
    border-bottom: 1px solid transparent;
    border-bottom: 2px solid transparent;
    color: #ffffff;
  }
  .nav .links li:hover {
    border-bottom: 2px solid #5ab6e9;
  }
  .nav .links a {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 7rem;
  }
  .nav .links a img {
    display: none;
  }
  .nav .links a .face {
    display: none;
  }
  .nav .links a span {
    display: block;
    font-size: 1.5rem;
    color: #ffffff;
    font-family: Louis;
  }
  .nav .links a span:hover {
    color: #ffc107;
  }
  .nav .menu {
    display: block;
  }
  /*------------Nav------------*/
  /*------------servicios------------*/
  .servicios .cont-services {
    margin-top: 0rem;
  }
  .servicios .cont-services .card {
    border: 0px solid red;
    width: 90%;
    height: 25rem;
  }
  /*------------servicios------------*/
  /*------------ productos ------------*/
  .productos {
    width: 100%;
    margin: 0rem 0rem;
  }
  .productos .cont {
    border: 0px solid red;
    width: 100%;
    margin-top: 2rem;
  }
  .productos .cont .cont-productos {
    width: 100%;
  }
  .productos .cont .cont-productos .img {
    display: none;
  }
  .productos .cont .cont-productos .img img {
    display: none;
  }
  .productos .cont .cont-productos .text {
    width: 100%;
    padding: 0rem 0rem;
  }
  /*------------ productos ------------*/
  /*------------ contacto ------------*/
  .contacto .cont-contacto .icons {
    border: 0px solid green;
    width: 100%;
    padding: 0rem;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: inherit;
  }
  .contacto .cont-contacto .icons .icon {
    width: 25rem;
    height: 20rem;
  }
  .contacto .cont-contacto .form {
    border: 0px solid green;
  }
  /*------------ contacto ------------*/
}
/*------------768px------------*/
/*------------600px------------*/
@media screen and (max-width: 600px) {
  /*------------General------------*/
  .button {
    padding: 0.8rem 1.8rem;
    font-size: 1.2rem;
  }
  .cta {
    height: 28rem;
    margin: 2rem 0rem;
  }
  .cta .transparencia .cont-text {
    text-align: center;
    margin: 0rem auto;
    width: 100%;
    border: 0px solid red;
    padding: 0rem 0rem;
  }
  .cta .transparencia .cont-text h1 {
    font-size: 4rem;
  }
  .cta .transparencia .cont-text p {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .cta .transparencia .cont-text a {
    padding: 0.5rem 1.5rem;
    font-size: 1.8rem;
  }
  /*------------General------------*/
  /*------------Nav------------*/
  .nav.navR {
    padding: 0.8rem 2rem 0.8rem 2rem;
  }
  .nav.navR .links {
    border-bottom: 0px solid #5ab6e9;
  }
  .nav.navR .links a img {
    display: none;
  }
  .nav.navR .links a .face {
    display: none;
  }
  /*------------Nav------------*/
  /*------------carusel------------*/
  .carusel {
    height: 35rem;
  }
  .carusel .msj {
    display: none;
  }
  .carusel .items {
    width: 100%;
  }
  .carusel .items .text-items {
    display: block;
    border: 0px solid red;
    top: 30%;
    transform: translateY(-30%);
    left: 50%;
    transform: translateX(-50%);
    width: 30rem;
    position: absolute;
    z-index: 1700;
  }
  .carusel .items .text-items h1 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #ffffff;
    font-family: Corals;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
  }
  .carusel .items .text-items p {
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: lighter;
    font-family: Louis;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    letter-spacing: 0rem;
    line-height: 2rem;
    border-left: 3px solid #5ab6e9;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  }
  .carusel .items .item {
    border: 0px solid green;
  }
  .carusel .items .next {
    right: 0.5rem;
  }
  .carusel .items .prev {
    left: 0.5rem;
  }
  /*------------carusel------------*/
  /*------------Etiqueta------------*/
  .etiqueta {
    left: 1rem;
    bottom: 0.5rem;
    font-size: 2rem;
    font-weight: bold;
  }
  /*------------Etiqueta------------*/
  /*------------servicios------------*/
  .servicios {
    margin: 2rem 0rem 0rem 0rem;
  }
  .servicios .cont-services {
    margin-top: 0rem;
  }
  .servicios .cont-services .card {
    border: 0px solid red;
    width: 100%;
    height: 45rem;
  }
  .servicios .cont-services .card .img {
    border: 0px solid green;
    width: 100%;
    height: 20rem;
    position: relative;
  }
  .servicios .cont-services .card .img img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    transform: none;
    left: 0;
    border-radius: 0.5rem 0.5rem 0rem 0rem;
    box-shadow: none;
  }
  .servicios .cont-services .card .text {
    border: 0px solid pink;
    width: 100%;
    padding: 1rem;
  }
  /*------------servicios------------*/
  /*------------ contacto ------------*/
  .contacto .cont-contacto .icons {
    order: 2;
    margin-top: 2rem;
  }
  .contacto .cont-contacto .icons .icon {
    width: 20rem;
    height: 16rem;
  }
  .contacto .cont-contacto .form {
    order: 1;
    border: 0px solid green;
  }
  /*------------ contacto ------------*/
  /*------------header productos------------*/
  /*------------header productos------------*/
  .header-productos {
    height: 24rem;
  }
  .header-productos .transparency .cont-text {
    width: 95%;
  }
  .header-productos .transparency .cont-text h1 {
    font-size: 2.5rem;
  }
  .header-productos .transparency .cont-text p {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  /*------------header productos------------*/
  /*------------header productos------------*/
  /*------------gallery------------*/
  .gallery .images-cont {
    border: 0px solid red;
  }
  .gallery .images-cont .image-product {
    width: 100%;
    height: 50rem;
    border: 0px solid red;
  }
  .gallery .images-cont .image-product .img {
    width: 100%;
    position: relative;
  }
  .gallery .images-cont .image-product .img img {
    width: 50%;
    height: auto;
    position: relative;
    top: 0;
    transform: none;
    left: 0;
    border-radius: 0.5rem 0.5rem 0rem 0rem;
    box-shadow: none;
    margin-top: 4rem;
  }
  .gallery .images-cont .image-product .text-product {
    width: 100%;
    text-align: left;
    border: 0px solid red;
  }
  /*------------gallery------------*/
}
/*------------600px------------*/
/*------------480px------------*/
@media screen and (max-width: 480px) {
  /*------------Nav------------*/
  .nav .logo {
    width: 10rem;
    height: 3rem;
  }
  .nav.navR .logo {
    width: 11rem;
    height: 3.5rem;
  }
  .nav.navR .redes a img {
    width: 2rem;
  }
  /*------------Nav------------*/
}
/*------------480px------------*/

/*# sourceMappingURL=services.css.map */
