/*  import google fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}

body.swal2-height-auto {
  padding-right: 0% !important;
}

/******SCROLL ANIMATED ****/
.scroll-container {
}
.scroll-container:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 650px) {
  .scroll-container,
  .scroll-container:nth-of-type(even) {
    flex-direction: column;
    align-content: inherit;
  }

  .scroll-element {
    height: 100%;
  }

  .scroll-element,
  .scroll-caption {
    width: 100%;
  }
}
/**Styling scrollable elements*/

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

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

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}
.scrolled.anim__1 {
  animation: fade-in-bottom 1.2s ease-in-out both !important;
}
.scrolled.anim__2 {
  animation: fade-in-bottom 1.3s ease-in-out both !important;
}

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

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

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

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#ajust__title {
  padding: 5%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: fit-content;
}
#ajust__title .text-1 {
  color: #111;
}
.add_form {
  opacity: 0 !important;
  transition: all 0.3s ease;
  z-index: -1 !important;
}

.content-h {
  background: #111;
  width: 100%;
  position: relative;
  padding: 0.3% 0;
}

/***BAR***/

.head-0 {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  top: 0;
  z-index: 2;
  display: flex;
}

.head-0 ul {
  display: flex;
  width: 50%;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
  grid-gap: 7px;
}

.head-0 ul > li {
  position: relative;
  list-style: none;
  margin: auto 7px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  cursor: pointer;
  color: #ffffff;
  background: none;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 1%;
  transition: 0.3s;
  font-weight: bold;
}

.head-0 ul > li > i {
  font-size: 13px;
    margin-right: 0.5em;  
}

.head-0 ul > li > ol {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 20% 80%;
  width: 150px;
  align-items: center;
  border: 1px solid #999;
  padding: 2% 5%;
  align-content: center;
  border-radius: 7px;
}

.head-0 ul > li > ol > li {
  display: flex;
  align-items: center;
}

.head-0 ul > li > ol > li > ion-icon {
  margin: auto;
  font-size: 17px;
}

.head-0 ul > li > ol > li > select {
  width: 100%;
  border: none;
  background: #0000;
  color: #ddd;
  padding: 2% 3%;
  border-radius: 2px;
  font-size: 14px;
}


/***BAR***/
.legend_1 center {
  margin: 0 auto;
}
.legend_1 {
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  padding: 0 15%;
  opacity: 1;
  text-align: center;
}
.legend_1 p {
  font-size: 14px;
  color: #555;
  margin: 1% 0;
}
.legend_1 b {
  transition: all 0.3s ease;
  font-size: 12px;
  color: #111;
  font-weight: normal;
  background: #e1ba0c;
  border-radius: 20px;
  text-align: center;
  padding: 2% 3%;
  display: none;
}
.legend_1 h2 {
  font-size: 22px;
  color: #222;
}

.legend_1 h2 > i {
  width: 60px;
  height: 60px;
  border: 3px solid #e1b803;
  border-radius: 100%;
  font-size: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  color: #e1ba0d;
}
.legend_1 button {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
  margin-top: 10px;
  border-radius: 6px;
  border: 2px solid #111;
  transition: all 0.3s ease;
  text-decoration: none !important;
  cursor: pointer;
  margin: 0 auto;
}
.legend_1 button > i {
  font-size: 14px;
  margin-left: 7px;
}
.legend_1 label {
  cursor: pointer;
  margin-bottom: 5px !important;
}
.confirm-negative {
  background: #fff !important;
  color: #111 !important;
}
/******END ANIMATED IN SCROLL ***/

.modal-open {
  padding-right: 0 !important;
}
.desktop {
  display: block;
}
.mobile {
  display: none !important;
}
#button-s {
  /* position: relative; */
  /* margin: auto 0; */
  /* top: 0; */
  /* bottom: 0; */
  /* border-radius: 10px; */
  border: none;
  color: #fff;
  /* font-size: 0.78em; */
  /* letter-spacing: 0px; */
  /* height: 100%; */
  background: #1111;
  margin: auto 0;
}
.second-navbar {
  width: 100%;
  position: relative;
  display: none;
}
.second-navbar ul {
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: 45% 55%;
}
.second-navbar ul > li {
  width: 100%;
  position: relative;
}

.second-navbar ul > li > button {
  width: 100%;

  padding: 7.5% 0;

  border-radius: 0 !important;

  font-size: 13px !important;
}
.second-navbar ul > li:first-child {
  background: #25d366;
  display: flex;
  align-items: center;
}
.second-navbar ul > li:nth-child(2n) {
  background: #111!important;
}
/* custom scroll bar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#left-none {
  position: relative;
}

#left-none::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 350px;
  height: 350px;
  /* background: #00225a; */
  z-index: -1;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* DISTANCE CONTAINERS */
section {
  padding: 50px 0;
}
.max-width {
  max-width: 1300px;
  padding: 0 70px;
  margin: auto;
}
.about,
.services,
.skills,
.teams,
.contact,
footer {
  font-family: "Poppins", sans-serif;
}
.about .about-content,
.services .serv-content,
.skills .skills-content,
.contact .contact-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
section .title {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 45px;
  padding-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  color: #333;
}
section .title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 10%;
  height: 5px;
  background: #e1b803;
  transform: translateX(-50%);
  border-radius: 100%;
}
section .title::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  font-size: 20px;
  color: #092655;
  padding: 0 5px;
  background: #fff;
  transform: translateX(-50%);
}

/* NAVAR */
.navbar {
  position: sticky !important;
  width: 100%;
  z-index: 999;
  padding: 0px 0;
  font-family: "Ubuntu", sans-serif;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px 20px rgb(34 34 34 / 15%);
  background: #fffe;
  border: none !important;
  border-radius: 0 !important;
  top: 0;
  margin-bottom: 0 !important;
}
.navbar:before {
  content: " ";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 0;
  background-color: #0000;
  left: 0;
  right: 0;
  animation: mymove 5s;
  animation-delay: 1s;
  transition: 0.3s;
}
.navbar .logo::after {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  width: 25%;
  height: 100%;
  top: 0;
  z-index: -1;
  transform: skew(0deg, 0deg);
  transition: all 0.3s ease;
}
@keyframes mymove {
  from {
    width: 0%;
    background-color: #e1b904;
    transition: 0.3s;
  }
  to {
    width: 100%;
    background-color: #e1b904;
    transition: 0.3s;
  }
}
.corte {
  width: 100%;
  position: absolute;
  bottom: 4%;
  z-index: 1;
}
.corte svg {
  background: #0000;
  margin-bottom: -10px;
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
}
.corte path {
  fill: #f8f9fa;
  filter: drop-shadow(2px 4px 4px #999);
}
.navbar.sticky {
  padding: 0 0;
  background: #fffe;
}
.navbar .max-width {
  display: flex;
  align-items: center;
  position: relative;
}
.navbar .logo a {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}
.navbar .logo a span {
  color: #092655;
  transition: all 0.3s ease;
}
.navbar .logo img {
  width: 30%;
  padding: 1%;
  margin: 0;
  height: 100%;
}
.navbar.sticky .logo a span {
  color: #fff;
}
.navbar .menu li {
  list-style: none;
  display: inline-block;
}
.navbar .menu li a {
  display: block;
  color: #111;
  font-size: 20px;
  font-weight: 500;
  margin-left: 0px;
  transition: color 0.3s ease;
}
.navbar .menu li a:hover {
  color: #092655;
}
.navbar.sticky .menu li a:hover {
  color: #fff;
}
.container-carousel {
  position: relative;
  width: 100% !important;
  z-index: 6;
}
.circle {
  width: 40px;
  height: 40px;
  background: crimson;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  align-items: center;
  align-content: center;
  align-self: center;
  display: flex;
  text-align: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.call-job {
  background: none !important;
}
.call-job div {
}
.call-job h3 {
  font-size: 1.75em !important;
  color: #111;
  text-align: end;
}
.call-job small {
  color: #111 !important;

  font-weight: normal !important;

  font-size: 0.65em !important;
}
.content-call {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
}
#call-to-content {
  position: relative;
  height: 100%;
  background: #111;
  width: 46%;
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  text-align: center;
  cursor: pointer;
  z-index: 0;
}
#call-to-content img {
  width: 100%;
  padding-left: 1em;
}
#call-to-content div {
  color: #fff;
}
#call-to-content div > h3 {
  font-size: 2em;
  font-weight: bold;
  margin: 0;
}
#call-to-content div > h3 > small {
  color: #e1ba0c;
  font-size: 0.6em;
  font-weight: bold;
}
/* menu btn styling */
.menu-btn {
  color: #fff;
  font-size: 23px;
  cursor: pointer;
  display: none;
}
.scroll-up-btn {
  position: fixed;
  height: 45px;
  width: 42px;
  background: #111;
  right: 30px;
  bottom: 10px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  z-index: 9999;
  font-size: 30px;
  border-radius: 6px;
  border-bottom-width: 2px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.scroll-up-btn.show {
  bottom: 30px;
  opacity: 1;
  pointer-events: auto;
}
.scroll-up-btn:hover {
  filter: brightness(90%);
}

/* HOME PAGE */

.home {
  /* display: flex; */
  /*color: #fff;*/
  /* min-height: 500px; */
  /* background-size: cover!important; */
  /* background-attachment: fixed; */
  font-family: "Ubuntu", sans-serif;
  position: relative;
  /* background-position: bottom!important; */
  /* height: 100%; */
}

#text-ajust {
  position: absolute;
  top: -20%;
  bottom: 0;
  margin: 0 auto;
  align-items: center;
  padding: 0 100px;
  max-width: 1300px;
  left: 0;
  right: 0;
}
#shadows {
  position: absolute;
  width: 85%;
  height: 102%;
  background: #092655;
  left: 0;
  transform: rotate(-90deg);
  top: 10%;
  bottom: 0;
  background: linear-gradient(to top, #092655, #092655d1, #09265500);
  clip-path: polygon(
    100% 0%,
    0% 0%,
    0% 0%,
    1% 0.05%,
    2% 0.19%,
    3% 0.43%,
    4% 0.77%,
    5% 1.2%,
    6% 1.72%,
    7% 2.33%,
    8% 3.04%,
    9% 3.83%,
    10% 4.71%,
    11% 5.67%,
    12% 6.71%,
    13% 7.84%,
    14% 9.03%,
    15% 10.3%,
    16% 11.64%,
    17% 13.05%,
    18% 14.52%,
    19% 16.05%,
    20% 17.63%,
    21% 19.26%,
    22% 20.94%,
    23% 22.66%,
    24% 24.41%,
    25% 26.2%,
    26% 28.02%,
    27% 29.86%,
    28% 31.72%,
    29% 33.59%,
    30% 35.47%,
    31% 37.36%,
    32% 39.24%,
    33% 41.12%,
    34% 42.99%,
    35% 44.84%,
    36% 46.67%,
    37% 48.48%,
    38% 50.25%,
    39% 51.99%,
    40% 53.69%,
    41% 55.35%,
    42% 56.96%,
    43% 58.52%,
    44% 60.02%,
    45% 61.47%,
    46% 62.85%,
    47% 64.16%,
    48% 65.4%,
    49% 66.56%,
    50% 67.65%,
    51% 68.66%,
    52% 69.59%,
    53% 70.43%,
    54% 71.19%,
    55% 71.85%,
    56% 72.43%,
    57% 72.91%,
    58% 73.3%,
    59% 73.59%,
    60% 73.79%,
    61% 73.9%,
    62% 73.9%,
    63% 73.82%,
    64% 73.63%,
    65% 73.35%,
    66% 72.98%,
    67% 72.51%,
    68% 71.95%,
    69% 71.29%,
    70% 70.55%,
    71% 69.72%,
    72% 68.81%,
    73% 67.81%,
    74% 66.73%,
    75% 65.58%,
    76% 64.35%,
    77% 63.05%,
    78% 61.68%,
    79% 60.25%,
    80% 58.75%,
    81% 57.2%,
    82% 55.6%,
    83% 53.95%,
    84% 52.25%,
    85% 50.52%,
    86% 48.74%,
    87% 46.94%,
    88% 45.12%,
    89% 43.27%,
    90% 41.4%,
    91% 39.52%,
    92% 37.64%,
    93% 35.76%,
    94% 33.87%,
    95% 32%,
    96% 30.14%,
    97% 28.29%,
    98% 26.47%,
    99% 24.68%,
    100% 22.92%
  );
}
.logo {
  margin: auto;
  text-align: center;
  margin: 0 auto;
}
.cero {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to left, #ffffff00, #ffffff00, #000000e6);
}
.fondo-0 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to left, #ffffff00, #ffffff00, #092655ad);
}
.fondo-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 45%);
  top: 0;
  z-index: 0;
  left: 0;
  right: 0;
}
.fondo-2 {
  position: absolute;
  width: 70% !important;
  height: auto;
  z-index: 0;
  opacity: 0.5;
  margin-top: 5%;
}

.home .banner {
  width: 100%;
  height: 100%;
}

.home .max-width {
  width: 100%;
  display: flex;
}
.home .max-width .row {
  margin-right: 0;
}
.home .home-content {
  font-family: "Roboto Condensed", sans-serif;
}
.home .home-content .text-1 {
  font-size: 19px;
  position: relative;
  color: #999;
}
.home .home-content .text-2 {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 79px;
  font-weight: normal;
  margin-left: -3px;
  position: relative;
  z-index: 1;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 1% 0 3%;
}
.circle_0 {
  position: relative;
  padding-left: 90px;
}
.circle_0::after {
  content: "";
  width: 60px;
  height: 60px;
  background: #e1b904;
  margin: 0;
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 5px solid #e1b904;
}
.home .home-content .text-3 {
  font-size: 25px;
  margin: 5px 0;
  position: relative;
  z-index: 1;
}
.home .home-content .text-3 span {
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.home .home-content a {
  display: inline-block;
  display: inline-block;
  background: none;
  color: #111;
  border: 2px solid #111;
  font-size: 25px;
  padding: 9px 45px;
  margin-top: 20px;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.3s ease;
  position: relative;
  letter-spacing: 1px;
  z-index: 1;
}
.home .home-content a:hover {
  background: #111;
  color: #fff;
  border: 2px solid #092655;
}
#about {
  background: #fff;
}
.images-to-pack {
  position: absolute;
  width: 40%;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  margin: 0 auto;
  height: 100%;
}
.images-to-pack img {
  width: 100%; /* position: absolute; */
  height: 100%;
}
#view-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 30%;
  margin: 0% 0 0;
  position: absolute;
  bottom: 3em;
  background: #09265563;
  border-radius: 10px;
  padding: 1%;
}
/* about section styling */
.about .title::after {
  content: "";
  background: #092655;
}
.about .about-content .left {
  width: 45%;
}
.about .about-content .left img {
  /*
    height: 450px;
    width: 450px;
    */
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.about .about-content .right {
  width: 55%;
}
.about .about-content .right small {
  color: #999;
  font-size: 14px;
}
.about .about-content .right ol {
  list-style: none;
}
.about .about-content .right ol > li {
  margin: 1.5% 0;
  display: flex;
  flex-direction: row;
  grid-gap: 10px;
  align-items: center;
}
.about .about-content .right ol > li > i {
  font-size: 16px;
  color: #e9ae10;
}
.about .about-content .right .text {
  position: relative;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 15px;
}
.about .about-content .right .text::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 5px;
  background: #e9ae10;
  bottom: -5px;
  border-radius: 10px;
}
.about .about-content .right .text span {
  color: #092655;
}
.about .about-content .right p {
  text-align: justify;
  padding: 0.4em 0;
  font-size: 1.1em;
  margin: 5px 0;
}
.about .about-content .right a {
  display: inline-block;
  background: #111111;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
  margin-top: 20px;
  border-radius: 6px;
  border: 2px solid #111111;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.about .about-content .right a:hover {
  color: #111111;
  background: none;
}

.certification {
  color: #111;
  background: url(images/fond.jpg) no-repeat center;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
.enabled {
  color: #f8f9fa;
  background: #e9ae10 !important;
  border: 2px solid #e9ae10 !important;
}
.menu_options {
  position: relative;
  width: 100%;
  position: relative;
  padding: 1% 1%;
}
.menu_options ul {
  width: 100%;
  position: relative;
  list-style: none;
  display: grid;
  flex-direction: row;
  justify-content: space-around;
  grid-gap: 15px;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  z-index: 0;
}
.menu_options ul::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: #e9ae10;
  border-radius: 10px;
  top: 0;
  margin: auto 0;
  z-index: -1;
}
.menu_options ul > li {
  font-size: 16px;
  padding: 2% 10%;
  border: 2px solid #eee;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  justify-content: center;
  margin: 0;
  background: #fff;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
}
.menu_options ul > li:hover {
  transition: all 0.3s ease;
  border: 2px solid #e1b803;
}
.content-c {
}

.content-c ul {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}
.content-c ul > li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.content-c ul > li > h2 > small {
  font-size: 18px;
}
.content-c ul > li > span {
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.content-c h2 {
  padding: 0 5%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  position: relative;
}
.content-c h2::before {
}

.content-c img {
  width: 100%;
  height: 100%;
  padding: 0 5%;
  object-fit: cover;
  object-position: center;
}

/* SERVICES */
.opacity {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  left: 0;
}
.services,
.teams {
  color: #111;
  background: url("images/fond.jpg") no-repeat center;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.services .title::before,
.teams .title::before {
  background: #e1b804;
}
.services .title::after,
.teams .title::after {
  background: #111;
  content: "";
}
.services .serv-content .card {
  width: calc(33% - 20px);
  background: #222;
  text-align: center;
  border-radius: 6px;
  padding: 35px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.services .serv-content .card:hover {
  background: #092655;
}
.services .serv-content .card .box {
  transition: all 0.3s ease;
}
.services .serv-content .card:hover .box {
  transform: scale(1.05);
}
.services .serv-content .card i {
  font-size: 50px;
  /*color: #092655;*/
  color: #fff;
  transition: color 0.3s ease;
}
.services .serv-content .card:hover i {
  color: #fff;
}
.services .serv-content .card .text {
  font-size: 25px;
  font-weight: 500;
  margin: 10px 0 7px 0;
}

.banner-center {
  background-image: url(./images/3.jpg);
  background-position: bottom;
  background-size: cover;
  text-align: left;
  position: relative;
}
.banner-center h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 3.7em;
  margin: 0% 0;
  color: #fff;
  position: relative;
  text-align: center;
  line-height: 1.4;
}
/* skills section styling */

.skills .title::after {
  content: "Calidad y eficiencia";
}
.skills .skills-content .column {
  width: calc(50% - 30px);
}
.skills .skills-content .left .text {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.skills .skills-content .left p {
  text-align: justify;
}
.skills .skills-content .left a {
  display: inline-block;
  background: #092655;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 16px;
  margin-top: 20px;
  border-radius: 6px;
  border: 2px solid #092655;
  transition: all 0.3s ease;
}
.skills .skills-content .left a:hover {
  color: #092655;
  background: none;
}
.skills .skills-content .right .bars {
  margin-bottom: 15px;
}
.skills .skills-content .right .info {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
  justify-content: space-between;
}
.skills .skills-content .right span {
  font-weight: 500;
  font-size: 18px;
}
.skills .skills-content .right .line {
  height: 5px;
  width: 100%;
  background: lightgrey;
  position: relative;
}
.skills .skills-content .right .line::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: #092655;
}
.skills-content .right .html::before {
  width: 90%;
}
.skills-content .right .css::before {
  width: 60%;
}
.skills-content .right .js::before {
  width: 80%;
}
.skills-content .right .php::before {
  width: 50%;
}
.skills-content .right .mysql::before {
  width: 70%;
}

/* NEW PRODUCTS TODAY ***/

.new-products {
  text-align: center;
  position: relative;
}
.new-products ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  grid-gap: 25px;
  position: relative;
}
.new-products ul > li {
  list-style: none;
  width: 100%;
  padding: 25% 20%;
  background: #eee;
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.new-products ul > li > img {
  width: 100%;
}
.new-products ul > li > button {
  text-decoration: none;
  outline: none;
  padding: 4% 0;
  border: 1px solid #ddd;
  background: #eee;
  color: #111;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: crimson;
  color: #fff;
  width: 100%;
  font-size: 1em;
  letter-spacing: 0.5px;
  font-weight: bold;
}
.new-products ul > li:hover {
  transform: scale(1.03);
  transition: 0.3s;
}
/* teams section styling */
.teams .title::after {
  content: "";
}
.teams .carousel-1 .card {
  background: #fff;
  border-radius: 6px;
  padding: 25px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
  margin: 0.5em 0;
}
.teams .carousel-1 .card:hover {
  padding: 25px 15px;
}
.teams .carousel-1 .card .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/*
.teams .carousel-1 .card::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 5px;
    background: #95bd0a;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 5px 5px;
    transition: 0.3s;
    margin: 0 auto;
    right: 0;
}
.teams .carousel-1 .card:hover:before{
    transition: 0.3s;
    width: 100%;
}
.teams .carousel-1 .card:hover{
    transition: 0.3s;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
}
*/
.pack {
  background: #f8f9fa !important;
}
.paquetes {
  position: relative;
  margin: 10% 0 0;
  z-index: 1;
}

.paquetes ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  flex-direction: row;
  grid-gap: 40px;
  position: relative;
  z-index: 1;
}

.paquetes ul > li {
  position: relative;
  background: #fff;
  width: 100%;
  flex: 30%;
  padding: 5% 4%;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
  border-radius: 20px;
  transition: all 0.3s ease;
  z-index: 1;
  border: 5px solid #ddd;
  height: 485px;
}
.paquetes ul > li > label {
  display: flex;
  grid-gap: 10px;
  flex-direction: row;
  font-size: 16px;
  line-height: 1.3;
}
.paquetes ul > li:hover {
  background-image: url(./images/texture.png);
  transition: all 0.3s ease;
  transform: translateY(-10px);
  background-position: top;
  background-size: cover;
}
.paquetes ul > li:hover span {
  transition: all 0.3s ease;
  display: block;
}
.paquetes ul > li::after {
  /*
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    background: #111;
    top: 0;
    */
}

.paquetes ul > li > h4 {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  text-align: center;
  margin: 15% 0 10%;
  color: #222;
  line-height: 1.1;
}
.paquetes p {
  margin: 5% 0;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}
#text-2 span {
  display: none;
  transition: all 0.3s ease;
}
#text-2:hover {
  height: 580px;
  transition: all 0.3s ease;
}
#text-2:hover span {
  display: block;
  transition: all 0.3s ease;
}

.paquetes button {
  width: 65%;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  color: #000;
  padding: 3% 0%;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  letter-spacing: 0;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
  font-family: "Roboto Condensed", sans-serif;
  border: 4px solid #dddd;
  font-weight: normal;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}

#text-0::after {
  position: absolute;
  content: attr(data-label);
  top: -35px;
  left: 5px;
  color: #777;
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
}

#text-1::after {
  position: absolute;
  content: attr(data-label);
  top: -50px;
  left: 0;
  color: #777;
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  background: #ff3536;
  width: 80%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 4% 0 3%;
  border-radius: 30px 30px 0 0;
  z-index: 10;
  font-size: 20px;
  letter-spacing: 0;
}

#text-1::before {
}
#text-2::after {
  position: absolute;
  content: attr(data-label);
  top: -50px;
  left: 0;
  color: #777;
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  background: #111;
  width: 80%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 4% 0 3%;
  border-radius: 30px 30px 0 0;
  z-index: 10;
  font-size: 20px;
}

#text-0::before {
  position: absolute;
  content: "";
  bottom: -15px;
  right: 20%;
  width: 80px;
  height: 5px;
  background: #e1b804;
  border-radius: 50px;
}

#efecto {
  height: 410px;
  transition: all 0.3s ease;
}
#efecto:hover img {
  transition: all 0.3s ease;
  border-radius: 0;
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  height: 53%;
  border-radius: 6px 6px 0 0;
}
#efecto:hover {
  justify-content: flex-end;
  transition: all 0.3s ease;
}
#efecto::after {
  /*    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    background: #111;
    z-index: 9;*/
}
#efecto p {
  display: none;
  transition: all 0.3s ease;
}
#efecto:hover p {
  display: block;
  transition: all 0.3s ease;
}
#efecto button {
  display: none;
  transition: all 0.3s ease;
  margin: 10px auto;
}
#efecto:hover button {
  display: block;
  transition: all 0.3s ease;
  margin: 0 auto;
}
#efecto:hover textarea {
  height: 100px;
  border: 1px solid #ddd;
  margin-top: 0.5em;
}

.teams .carousel-1 .card .text {
  font-size: 17px;
  font-weight: 500;
  margin: 15px 0 0px 0;
  padding: 0;
  color: #222;
  z-index: 1;
}
.teams .carousel-1 form {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0;
}
.teams .carousel-1 textarea {
  font-family: "Roboto Condensed", sans-serif;
  width: 100%;
  border: none;
  border: 1px solid #eee;
  padding: 7px 10px;
  border-radius: 0.25rem;
  text-decoration: none;
  outline: none;
  letter-spacing: 0;
  height: 70px;
  margin-top: 1em;
  background: #fff;
  font-size: 17px;
}
.teams .carousel-1 button {
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  background: #092655;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 30px;
  margin-top: 20px;
  border-radius: 5px;
  border: 2px solid #092655;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.teams .carousel-1 button:hover {
  color: #092655;
  background: none;
}
.teams .carousel-1 .card img {
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.teams .carousel-1 .card:hover img {
}

.carousel-2 .owl-dots {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  margin: auto 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  grid-gap: 15px;
}
.carousel-2 .owl-dot {
  height: 13px;
  width: 13px;
  margin: 0 5px;
  outline: none !important;
  border-radius: 50%;
  border: 2px solid #eee !important;
  transition: all 0.3s ease;
}
.carousel-2 .owl-dot.active {
  width: 13px;
  border-radius: 14px;
}
.carousel-2 .owl-dot.active,
.carousel-2 .owl-dot:hover {
  background: #e1b90a !important;
}

/* contact section styling */
.contact {
  color: #111;
  background: url(images/fond-end.jpg) no-repeat center;
  background-size: cover;
  background-position: center;
  position: relative;
}
.opacity-end {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.82;
  left: 0;
}
.contact .title::after {
  content: "";
}
.contact .contact-content .column {
  width: calc(50% - 30px);
}
.contact .contact-content .text {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact .contact-content .left p {
  text-align: justify;
  font-size: 17px;
}
.contact .contact-content .left .icons {
  margin: 10px 0;
}
.contact .contact-content .row {
  display: flex;
  height: 65px;
  align-items: center;
}
.contact .contact-content .row .info {
  margin-left: 30px;
}
.contact .contact-content .row i {
  font-size: 25px;
  color: #e1b803;
}
.contact .contact-content .info .head {
  font-weight: 500;
  font-size: 17px;
}
.contact .contact-content .info .sub-title {
  color: #333;
  cursor: pointer;
  font-size: 16px;
}
.contact .right form .fields {
  display: flex;
}
.contact .right form .field,
.contact .right form .fields .field {
  height: 45px;
  width: 100%;
  margin-bottom: 15px;
}
.contact .right form .textarea {
  height: 80px;
  width: 100%;
}
.contact .right form .name {
  margin-right: 10px;
}
.contact .right form .field input,
.contact .right form .field select,
.contact .right form .textarea textarea {
  height: 100%;
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 6px;
  outline: none;
  padding: 0 15px;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
}
.contact .right form .field input:focus,
.contact .right form .textarea textarea:focus {
  border-color: #b3b3b3;
}
.contact .right form .textarea textarea {
  padding-top: 10px;
  resize: none;
}
.contact .right form .button-area {
  display: flex;
  align-items: center;
}
.right form .button-area button {
  color: #fff;
  display: block;
  width: 160px !important;
  height: 45px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  flex-wrap: nowrap;
  background: #111;
  border: 2px solid #111;
  transition: all 0.3s ease;
}
.right form .button-area button:hover {
  color: #111;
  background: none;
}
#sha {
  background: #fff;
  padding: 5%;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
}
label {
  margin-bottom: 10px !important;
  font-weight: normal !important;
  font-size: 17px;
}
/* footer section styling */
footer {
  background: #111;
  padding: 15px 23px;
  color: #eeeeee6b;
  text-align: center;
}
footer span a {
  color: #e1b906;
  text-decoration: none;
  outline: none;
}
footer span a:hover {
  text-decoration: none;
}

/* responsive media query start */
@media (max-width: 1104px) {
  .about .about-content .left img {
    height: 350px;
    width: 350px;
  }
  #call-to-content {
    width: 100%;
  }
  .navbar {
    position: sticky !important;
  }
  .home .home-content .text-2 {
    font-size: 65px;
  }
  .menu_options ul::after {
    background: none;
  }
}
@media (max-width: 1024px) {
  .images-to-pack {
    width: 50%;
  }
  #call-to-content div > h3 {
    font-size: 1.55em !important;
  }
  #call-to-content div > h3 > small {
    font-size: 0.55em !important;
  }
}
@media (max-width: 991px) {
  .max-width {
    padding: 0 50px;
  }
  .desktop {
    display: none!important;
  }
  .mobile {
    display: block !important;
  }
  .banner-center h2 {
    font-size: 2.8em;
  }
  .about .about-content .right p {
    text-align: justify;
    padding: 1% 5%;
    font-size: 1.2em;
    margin: 5px 0;
  }
  #efecto {
    height: 60vh;
  }
  .content-c ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .content-c h2 {
    padding: 0;
    margin-bottom: 1.5em;
  }
}
@media (max-width: 947px) {
  #left-none::after {
    display: none;
  }
  .menu-btn {
    display: block;
    z-index: 999;
  }
  .menu-btn i.active:before {
    content: "\f00d";
  }
  .navbar .menu {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: -100%;
    top: 0;
    background: #111;
    text-align: center;
    padding-top: 80px;
    transition: all 0.3s ease;
  }
  .navbar .menu.active {
    left: 0;
  }
  .navbar .menu li {
    display: block;
  }
  .navbar .menu li a {
    display: inline-block;
    margin: 20px 0;
    font-size: 25px;
  }
  .home .home-content .text-2 {
    font-size: 4em;
  }
  .home .home-content .text-3 {
    font-size: 35px;
  }
  .home .home-content a {
    font-size: 23px;
    padding: 10px 30px;
  }
  .max-width {
    max-width: 930px;
  }
  .about .about-content .column {
    width: 100%;
  }
  .about .about-content .left {
    display: flex;
    justify-content: center;
    margin: 0 auto 60px;
  }
  .about .about-content .right {
    flex: 100%;
  }
  .services .serv-content .card {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .skills .skills-content .column,
  .contact .contact-content .column {
    width: 100%;
    margin-bottom: 35px;
  }
  .new-products ul {
    grid-template-columns: 1fr 1fr;
  }
  .item-11 {
    display: none;
  }
  .paquetes button {
    width: 70%;
  }
  .images-to-pack {
    display: none;
  }
}
@media (max-width: 768px) {
  #shadows {
    transform: rotate(0deg);
    clip-path: polygon(
      100% 0%,
      0% 0%,
      0% 0%,
      1% 0.03%,
      2% 0.12%,
      3% 0.27%,
      4% 0.48%,
      5% 0.74%,
      6% 1.07%,
      7% 1.45%,
      8% 1.89%,
      9% 2.39%,
      10% 2.94%,
      11% 3.54%,
      12% 4.19%,
      13% 4.9%,
      14% 5.65%,
      15% 6.45%,
      16% 7.3%,
      17% 8.19%,
      18% 9.12%,
      19% 10.09%,
      20% 11.09%,
      21% 12.14%,
      22% 13.21%,
      23% 14.31%,
      24% 15.44%,
      25% 16.6%,
      26% 17.78%,
      27% 18.98%,
      28% 20.19%,
      29% 21.42%,
      30% 22.66%,
      31% 23.91%,
      32% 25.16%,
      33% 26.42%,
      34% 27.67%,
      35% 28.93%,
      36% 30.18%,
      37% 31.41%,
      38% 32.64%,
      39% 33.86%,
      40% 35.05%,
      41% 36.23%,
      42% 37.39%,
      43% 38.52%,
      44% 39.62%,
      45% 40.69%,
      46% 41.73%,
      47% 42.74%,
      48% 43.71%,
      49% 44.64%,
      50% 45.52%,
      51% 46.37%,
      52% 47.17%,
      53% 47.92%,
      54% 48.62%,
      55% 49.28%,
      56% 49.88%,
      57% 50.43%,
      58% 50.92%,
      59% 51.36%,
      60% 51.74%,
      61% 52.06%,
      62% 52.33%,
      63% 52.54%,
      64% 52.68%,
      65% 52.77%,
      66% 52.8%,
      67% 52.77%,
      68% 52.68%,
      69% 52.53%,
      70% 52.32%,
      71% 52.05%,
      72% 51.72%,
      73% 51.34%,
      74% 50.89%,
      75% 50.4%,
      76% 49.85%,
      77% 49.24%,
      78% 48.59%,
      79% 47.88%,
      80% 47.13%,
      81% 46.32%,
      82% 45.48%,
      83% 44.59%,
      84% 43.66%,
      85% 42.69%,
      86% 41.68%,
      87% 40.64%,
      88% 39.56%,
      89% 38.46%,
      90% 37.33%,
      91% 36.17%,
      92% 34.99%,
      93% 33.79%,
      94% 32.58%,
      95% 31.35%,
      96% 30.11%,
      97% 28.86%,
      98% 27.61%,
      99% 26.35%,
      100% 25.09%
    );
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    background: linear-gradient(to top, #0926558a, #092655c4, #092655);
  }

  .cero {
    background: none;
  }
  .fondo-0 {
    background: none;
  }
  #text-ajust {
    justify-content: end;
    padding: 0 30px;
    align-items: flex-start;
    text-align: right;
    top: 5%;
  }
  .fondo-2 {
    width: 20% !important;
    top: 19%;
    right: 75%;
  }
  .logo{
    margin: auto;
    text-align: center;
    }  
    .second-navbar{
        display: block;
    }       
  .content-call {
    width: 0;
  }    
}
@media (max-width: 690px) {
  .max-width {
    padding: 0 35px;
  }
  .home .home-content .text-2 {
    font-size: 3.5em;
  }
  .home .home-content .text-3 {
    font-size: 32px;
  }
  .home .home-content a {
    font-size: 20px;
  }
  .content-h{
    padding: 0.5em 0;
  }  
  .services .serv-content .card {
    width: 100%;
  }
  .desktop {
    display: none !important;
  }
  .mobil {
    display: block !important;
  }
  .navbar .logo img {
    width: 30%;
    margin: 2% 0;
  }
  section .title {
    font-size: 30px;
  }
  .banner-0 {
    background-image: url("images/mobil-0.jpg") !important;
  }
  .banner-1 {
    background-image: url("images/mobil-1.jpg") !important;
  }
  .banner-2 {
    background-image: url("images/mobil-2.jpg") !important;
  }
  .banner-3 {
    background-image: url("images/mobil-3.jpg") !important;
  }
  .banner-4 {
    background-image: url("images/mobil-4.jpg") !important;
  }
  .banner-5 {
    background-image: url("images/mobil-5.jpg") !important;
  }
  .home {
    margin-top: 0;
  }
  .navbar {
    background: #fff;
    position: sticky !important;
  }
  .paquetes ul > li {
    flex: 100%;
    margin: 5% 0;
    padding: 0 12%;
  }
  .circle_0::after {
    display: none;
  }
}

@media (max-width: 500px) {
  .home .home-content .text-2 {
    font-size: 4em;
  }
  .home .home-content .text-3 {
    font-size: 20px;
  }
  .about .about-content .right .text,
  .skills .skills-content .left .text {
    font-size: 27px;
  }
  .contact .right form .fields {
    flex-direction: column;
  }
  .contact .right form .name,
  .contact .right form .email {
    margin: 0;
  }
  .right form .error-box {
    width: 150px;
  }
  .about .about-content .right p {
    padding: 1% 0%;
    font-size: 1em;
  }
  .scroll-up-btn {
    right: 15px;
    bottom: 15px;
    height: 38px;
    width: 35px;
    font-size: 23px;
    line-height: 38px;
  }
  .new-products ul {
    grid-template-columns: 1fr;
  }
  section {
    padding: 30px 0;
  }
  .about .about-content .left {
    margin: 0 auto 30px;
  }
  .email {
    margin-top: 1.1em !important;
  }
  .circle_0 {
    padding-left: 60px;
  }
  .circle_0::after {
    width: 40px;
    height: 40px;
    right: 50%;
  }
  .menu_options ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
