/*  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;
}

/* custom scroll bar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* all similar content styling codes */
section {
  padding: 75px 0;
  background: #f9f9f9;
}
.view-modal,
.popup {
  position: absolute;
  left: 50%;
}
button {
  outline: none;
  cursor: pointer;
  font-weight: 500;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: background 0.1s linear, border-color 0.1s linear,
    color 0.1s linear;
}
.view-modal {
  /* top: 50%; */
  /* color: #111; */
  /* font-size: 18px; */
  /* padding: 10px 25px; */
  /* background: #fff; */
  /* transform: translate(-50%, -50%); */
}
.popup {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  top: -150%;
  max-width: 500px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out, opacity 0.2s 0s ease-in-out,
    transform 0.2s 0s ease-in-out;
}
.popup.show {
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out, opacity 0.2s 0s ease-in-out,
    transform 0.2s 0s ease-in-out;
  z-index: 2;
}
.popup :is(header, .icons, .field) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup header {
  padding-bottom: 5px;
  border-bottom: 1px solid #ebedf9;
}
.popup header span {
  font-size: 17px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  color: #333;
  letter-spacing: 0.3px;
}
.popup header .close,
.icons a {
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.popup header .close {
  color: #878787;
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
  z-index: 3;
}
.popup header .close:hover {
  background: #ebedf9;
}
.popup .content {
  margin: 0 0 20px;
  position: relative;
  z-index: 3;
  background: #fafafa;
  height: 95%;
}
.popup .icons {
  margin: 15px 0 20px 0;
}
.ups {
  max-width: 830px;
  height: 730px;
}
.content p {
  font-size: 16px;
}
.content iframe {
  width: 100%;
  height: 100%;
}
.content .icons a {
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}
.content .field {
  margin: 12px 0 -5px 0;
  /* height: 45px; */
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}
.field.active {
  border-color: #7d2ae8;
}
.field i {
  width: 50px;
  font-size: 18px;
  text-align: center;
}
.field.active i {
  color: #7d2ae8;
}
.field input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}
.field button {
  color: #fff;
  padding: 5px 18px;
  background: #7d2ae8;
}
.field button:hover {
  background: #8d39fa;
}
.max-width {
  max-width: 1300px;
  padding: 0 80px;
  margin: auto;
  z-index: 2;
  position: relative;
}
.view_add{

width: 55%;

position: relative;

margin-left: auto;
}
.view_add ol{

display: grid;

grid-template-columns: 1fr 1fr;

list-style: none;

margin: 20px 0;

align-items: center;
}.view_add ol>li{
  
text-align: center;
}
.view_add ol>li>h3{
  
font-size: 1.15em;
  
font-family: "Roboto", sans-serif;
  
font-weight: 500;
  
position: relative;
}
.text_ad{
}
.text_val{
font-size: 1.85em!important;
color: crimson;
font-weight: bold!important;
}
.text_val::after{
  content: attr(data-label);
  position: absolute;
  color: #555;
  font-size: 0.5em;
  left: 5.5%;
  font-weight: normal;
  top: -25px;
}
#final_bot{
  width: 90%!important;
  margin-left: auto!important;
  margin: 25px 0;
}
/*******/
.view_detail {
  width: 100%;
  height: 500px;
  background: #fff;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 10%);
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
.view_detail .view-left {
}

.view_detail .view-right {
}
.note{
width: 100%;
background: #f9f9f9;
color: #ff5a5f;
padding: 7%;
box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 18%);
font-size: 1.1em;
margin-top: 1em;
text-align: center;
}
/****************/
.content {
}
.content button {
  font-size: 15px;
  width: 100px;
  height: 35px;
  position: relative;
  float: right;
  right: 0;
  background: #111;
  color: #fff;
  bottom: 0;
}
.content .forms {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8px;
  margin-bottom: 1em;
  position: relative;
  transition: all 0.2s ease;
}
.content-t {
  width: 100%;
  margin: 0em 0 1em;
  font-size: 1.1em;
  background: #fafafa;
  color: #666;
  padding: 2% 2% 0;
}
.liness {
  transition: all 0.2s ease;
  grid-template-columns: repeat(4, 1fr) !important;
}
.content-f {
  padding: 0 !important;
}
.container-value {
  box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);

  background: #fff;

  margin-bottom: 2em;

  padding: 3% 5% 2%;

  border-radius: 5px;

  margin-bottom: 2.5em;

  flex-direction: row;

  position: sticky;

  top: 8%;

  z-index: 3;

  display: flex;
}
.container-value::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #00bcd4;
}
.container-value h1 {
  font-size: 1.2em;
  display: flex;
  justify-content: space-around;
  grid-gap: 10px;
  align-items: center;
  font-family: "Roboto", sans-serif;
}
.container-value h1 > i {
  color: #666;
}
.container-value ul {
  display: flex;
  justify-content: flex-end;
  grid-gap: 30px;
  align-items: center;
}
.container-value ul > li {
  position: relative;
  font-size: 1.5em;
}
.container-value ul > li > small {
  position: relative;
  text-transform: uppercase;
  font-size: 17px;
  color: #666;
}
.colecc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 3% 5% !important;
  grid-gap: 15px;
  background-color: #fff !important;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 5% !important;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 7%);
  width: 95%;
}
.colecc .desc {
  padding: 0;
  background: none;
}
.desc label {
}
input:disabled {
  background-color: #eee;
  color: #111;
  opacity: 1;
  cursor: not-allowed;
}
.desc input,
.desc select {
  font-family: "Roboto", sans-serif !important;
  width: 100% !important;
  height: 40px !important;
  color: #111;
  border: 1px solid #ddd;
  outline: none;
  text-decoration: none;
  margin-top: 0.5rem !important;
  border-radius: 5px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.container-value ul > li::after {
  content: attr(data-label);
  position: absolute;
  width: 100%;
  height: 10px;
  font-size: 12px;
  top: -20px;
  left: 0;
  color: #555;
}
.container-value ul > li:last-child {
  width: 23%;
}
.container-value ul > li > button {
  cursor: pointer;
  font-size: 0.7em;
  background: #fafafa;
  color: #212121;
  padding: 4% 0;
  width: 100%;
  border: 1px solid #111;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
}
.content-f label {
  width: 100%;
  margin-bottom: 1rem;
}

.content-f input,
select {
  font-family: "Roboto", sans-serif !important;
  width: 100%;
  height: 45px;
  color: #111;
  border: 1px solid #ddd;
  outline: none;
  text-decoration: none;
  margin-top: 0.5rem !important;
  border-radius: 5px;
  padding: 0 5%;
}

.multisel input {
  font-family: "Roboto", sans-serif !important;
  width: 100%;
  height: 45px;
  color: #111;
  border: 1px solid #ddd;
  outline: none;
  text-decoration: none;
  margin-top: 0.5rem !important;
  border-radius: 5px;
  padding: 0 5%;
  background: #fff;
}
.cad_1,
.cad_2 {
  position: relative;
  z-index: 0;
}
.cad_1 input {
  background: #eee !important;
}

.cad_2 input {
  background: #eee !important;
}
.menu_eyes {
  list-style: none;

  width: 100%;

  position: relative;

  display: grid;

  grid-template-columns: 1fr 1fr;

  height: 50px;

  align-items: center;

  margin: 5% 0;

  border-bottom: 1px solid #eee;
}
.menu_eyes li {
  position: relative;

  cursor: pointer;
  transition: all 0.3s ease;
}
.menu_eyes .ena {
  position: relative;
  transition: all 0.3s ease;
}
.menu_eyes .ena::after {
  content: "";
  position: absolute;
  width: 97%;
  height: 3px;
  background: #00bcd4;
  left: 0;
  bottom: -15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.form_val {
  width: 100%;

  position: relative;
}
.form_val .content .forms input {
  font-family: "Roboto", sans-serif !important;

  width: 100%;

  height: 45px;

  color: #111;

  border: 1px solid #ddd;

  outline: none;

  text-decoration: none;

  margin-top: 0.5rem !important;

  border-radius: 5px;

  padding: 0 5%;
}
.cad_1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  cursor: not-allowed;
}
.cad_2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  cursor: not-allowed;
}
/*******************/
.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;
}
.contact {
  background: #fff;
  padding: 70px 0 100px;
  position: relative;
  z-index: 0;
}
.contact::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #222;
  z-index: 1;
}
section .title {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 60px;
  padding-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  /* text-transform: uppercase; */
}
section .title::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 80px;
  background-image: url(../images/icon/lente.png);
  height: 80px;
  margin: auto;
  right: 0;
  background-position: center;
  background-size: cover;
}
section .title::after {
  content: "Optical AG";
  position: absolute;
  top: -33px;
  left: 0;
  font-size: 17px;
  color: #999;
  padding: 0;
  width: 100%;
  right: 0;
  margin: auto;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}

/* navbar styling */
.navbar {
  position: relative;
  width: 100%;
  padding: 10px 0;
  font-family: "Roboto", sans-serif;
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 20%);
  z-index: 2;
  /* background: linear-gradient(to left, #fff,#ffffffe6, #fff, #fff); */
}
.navbar:after {
}
.navbar.sticky {
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 20%);
  z-index: 3;
  background: linear-gradient(to left, #fff, #ffffffe6, #fff, #fff);
  position: fixed;
  top: 0;
  z-index: 9;
}
.navbar .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
/*
.sticky .max-width{
    justify-content: left;
    transition: all 0.3s ease;
}
*/
.navbar .logo a > img {
  width: 100%;
}
.navbar .logo a {
  color: #111;
  font-size: 25px;
  font-weight: 600;
}
.navbar .logo a span {
  color: orange;
  transition: all 0.3s ease;
}
.navbar.sticky .logo a span {
  color: #fff;
}
.navbar .menu li {
  list-style: none;
  display: inline-block;
}
.navbar .menu li a {
  display: block;
  color: #555;
  font-size: 13px;
  font-weight: normal;
  transition: color 0.3s ease;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.navbar .menu li a:hover {
  color: #00bcd4;
}
.navbar.sticky .menu li a:hover {
  color: #000;
}

.content-h {
  position: relative;
  padding: 10px 0;
  z-index: 3;
  background: #fff;
}
.content-h::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  content: "";
  left: 0;
}
.content-elements {
  display: grid;
  grid-template-columns: 10% 60% 30%;
  width: 100%;
  position: relative;
}
.content-elements div > a {
  width: 100px;
  height: 100px;
}
.content-elements div > a > img {
  width: 100%;
  object-fit: contain;
  object-position: left;
}
.content-elements div {
  position: relative;
}
.content-elements div > ol {
  list-style: none;
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  margin: auto 0;
  height: 100%;
}
.content-elements div > ol > li {
  position: relative;
}
.content-elements div > ol > li > div {
  width: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  position: relative;
}
.content-elements .item {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  grid-gap: 2px;
  cursor: pointer;
}
.content-elements div > ol > li:first-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  top: 0;
  bottom: 0;
  background: #e6e6e6;
  margin: auto 0;
  border-radius: 10px;
  left: 0;
  display: none;
}
.content-elements .item h2 {
  font-size: 14px;
  margin: 0;
  line-height: 1.1;
  color: #777;
  text-align: left;
  padding-left: 5px;
  width: 70%;
}
.content-elements .item h2:first-child {
}
.content-elements .item h2:nth-child(2n) {
  font-size: 14px;
}
.content-elements div > ol > li > h2 {
  font-size: 1em;
}
.content-elements div > ol > li > ion-icon {
  font-size: 27px;
  display: flex;
  margin: auto 5px;
  color: #777;
}
.content-elements div > ol > li > div > ion-icon {
  font-size: 27px;
  display: flex;
  margin: auto 5px;
  color: #777;
}
.content-elements .item ion-icon {
  font-size: 25px;
  display: flex;
  margin: auto 5px;
  color: #555;
}
.content-elements div:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 45%;
  top: 0;
  bottom: 0;
  background: #eee;
  margin: auto 0;
  border-radius: 10px;
}
.content-elements div:first-child:after {
  display: none;
}
.content-elements div:nth-child(2n):after {
  left: -2px;
}
.content-elements div:nth-child(3n):after {
  left: 0;
}
.card-user {
  position: relative;
}
.card-user span {
  position: relative;
  margin: 0;
}
.card-user span > img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 5%;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 10%);
}
.card-show {
  position: absolute;
  width: 150px;
  padding: 10px;
  background: #fff;
  right: 0;
  left: 0;
  margin: 0 auto;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
  border-radius: 5px;
  transform: translateY(20px);
  z-index: 4;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.view-m {
  opacity: 1;
  transform: translateY(11px);
  transition: all 0.1s ease-in-out;
  z-index: 49;
}
.rotate-i {
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}
.card-show p {
  font-size: 1em;
  margin: 7% 0;
  color: #444;
  padding-left: 10%;
}

.load {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  width: 100%;
}
.barra {
  width: 100%;
}
.barra .input-group {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 90% 10%;
}
.barra .input-group input {
  height: 45px;
  border: none;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  outline: none;
  padding: 0 20px;
}
.barra .input-group .input-group-append button {
  width: 45px;
  height: 45px;
  background: none;
  border-bottom: 1px solid #eee;
}
.barra .input-group .input-group-append button > i {
  font-size: 1em;
  color: #eee;
}
.load .finder {
  grid-column: 1 / span 2;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 0;
  /* display: none; */
  left: 0;
  right: 0;
  margin: auto;
}
/*
.finder::before{
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #1111117d;
    left: 0;
    right: 0;
    z-index: 0;
}
*/
.content_r {
  padding: 3% 3% 0;
  position: relative !important;
  width: 100%;
  background: #fff;
}
.content_r ul {
  display: grid;

  list-style: none;

  grid-template-columns: 1fr 1fr;

  /* width: 100%; */

  grid-gap: 10px;

  border: 1px solid #fafafa;
}
.content_r ul > li {
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 2%);

  background: #fff;

  border: 1px solid #fafafa;
}
.content_r ul > li > ol {
  list-style: none;

  padding: 5% 2%;

  display: grid;

  grid-template-columns: 30% 68%;

  grid-gap: 10px;

  width: 100%;

  height: 100%;
}
.content_r ul > li > ol > li {
  font-size: 1em;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}
.content_r ul > li > ol > li > b {
  margin-top: 6px;
}
.content_r ul > li > ol > li > img {
  width: 100%;
}
.m_end {
  position: sticky !important;

  width: 100%;

  left: 0;

  right: 0;

  bottom: 0;

  background: #fff;

  padding: 2% 5%;
}
.find {
  width: 90%;
  font-size: 0.75em;
  background: none;
  padding: 4% 5%;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 2px solid #212121;
  transition: all 0.2s ease-in-out;
  left: 0;
  background: #212121;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
}
.find:hover {
  background: #333;
  color: #fff;
  border: 2px solid #333;
}
.fondo-00 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
  display: none;
}
.enable {
  display: block;
}
.popup.show::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
}
.buttons-tipo {
  width: 100%;

  display: grid;

  align-items: center;

  background: #fff;

  grid-gap: 25px;

  padding: 10% 5%;

  margin-bottom: 2.5%;

  height: 100%;

  grid-template-columns: repeat(3, 1fr);

  text-align: center;

  justify-content: center;

  position: relative;
}
.buttons-tipo button {
  /* flex: 250px 0 0; */

  padding: 1.5% 0;

  background: #f6f6f9;

  border: 1px solid #eee;

  width: 100%;

  margin: 0 auto;

  height: 50px;

  position: relative;
}
.buttons-tipo button::after {
}
.BASICO,
.MEDIO,
.PREMIUM {
  background-color: #333 !important;
  color: #fff !important;
}
.text-legend {
  text-align: center;

  width: 100%;

  position: relative;

  height: 500px;

  min-height: 320px;

  border-radius: 5px;

  display: flex;
}
.text-legend .card {
  margin: auto;

  font-family: "Roboto", sans-serif;
}
.text-legend .card img {
  opacity: 0.5;
}
.text-legend .card h4 {
  color: #222;
}
.text-legend .card button {
  font-size: 0.9em;
  padding: 2.5% 25%;
  margin: 2% 0 0;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #212121;
  background: #fff;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 10%);
  position: relative;
}
.text-legend .card button > i {
  position: absolute;
  left: 10%;
  width: 0;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
}
.gama {
  width: 100%;
  display: flex;
  justify-content: end;
  flex-direction: row;
  margin-bottom: 2em;
  background: #fff;
  padding: 2% 1%;
  grid-gap: 10px;
}
.gama button {
  color: #111;

  background: none;

  border: 1px solid #ddd;

  padding: 1% 5%;
}
/******ROTATES****/
.owl-carousel-vertical {
  transform: rotate3d(0, 0, 1, 90deg);
}
.owl-carousel-vertical .item {
  transform: rotate3d(0, 0, 1, -90deg);
}
.owl-carousel-vertical .owl-item {
}

.menu {
  display: flex;
  flex-direction: row;
  grid-gap: 25px;
}
/* menu btn styling */
.menu-btn {
  font-size: 1.7em;
  cursor: pointer;
  display: none;
}
.icons-io {
  display: flex;
  flex-direction: row;
  grid-gap: 35px;
  list-style: none;
  justify-content: end;
  align-items: center;
}
.icons-io li {
  position: relative;
  cursor: pointer;
}
.icons-io li:nth-child(2n) {
  position: relative;
}
.icons-io li:last-child {
  position: relative;
}
.icons-io li:nth-child(2n):after {
  position: absolute;
  content: attr(data-label);
  top: -10px;
  width: 20px;
  height: 20px;
  background: #00bcd4;
  border-radius: 100%;
  color: #fff;
  font-size: 13px;
  text-align: center;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
}
.icons-io li:last-child:after {
  position: absolute;
  content: attr(data-label);
  top: -10px;
  width: 20px;
  height: 20px;
  background: #00bcd4;
  border-radius: 100%;
  color: #fff;
  font-size: 13px;
  text-align: center;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
}
.icons-io li > ion-icon {
  font-size: 20px;
  color: #333;
}

.scroll-up-btn {
  position: fixed;
  height: 45px;
  width: 42px;
  background: orange;
  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%);
}

.section {
  position: relative;
}
.section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3.5px;
  background-color: #00bcd4;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  border-radius: 10px;
}

/*** DROPDOWN MENU ****/
.dropdown-w-one {
  position: relative;
}
.dropdown-w-one div {
  position: absolute;
  width: 210px;
  top: 35px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  transform: translateY(15px);
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.dropdown-w-one div:after {
  position: absolute;
  left: 17%;
  margin-left: -8px;
  top: -8px;
  height: 16px;
  width: 16px;
  background-color: #111;
  box-shadow: -2px -2px 2px 0 rgba(0, 0, 0, 0.2);
  content: "\00a0";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 150ms ease color, 150ms ease background-color;
  z-index: 0;
  border-radius: 100%;
}

.dropdown-w-one:hover div {
  opacity: 1;
  visibility: visible;
  padding: 0;
  transition: all 0.3s ease 0s;
  transform: translateY(0px);
  z-index: 10;
}

.dropdown-w-one ul {
  display: block;
  margin: 0;
  padding: 5% 0;
  width: 100%;
  background-color: #ffffffe3;
  border-radius: 5px;
  border: none;
}
.dropdown-w-one li {
  width: 100%;
  padding: 5% 10%;
  margin: 0;
  color: #111;
  text-align: left;
  border-radius: 0px;
  cursor: pointer;
  font-size: 15px;
}
.dropdown-w-one .menu-btn i {
  transition: 0.3s;
  transform: rotate(0deg);
  font-size: 0.8em;
}

.dropdown-w-one .menu-btn:hover i {
  transition: 0.3s;
  transform: rotate(180deg);
}
.active-dropdown li:hover {
  color: #fff;
  background: #111;
}
.active-dropdown li {
  position: relative;
}
.active-dropdown li > i {
  position: absolute;
  right: 10%;
  color: #ddd;
  transition: 0.3s;
  transform: rotate(0deg);
}
.active-dropdown li:hover i {
  transition: 0.3s;
  transform: rotate(-90deg);
}

.active-dropdown {
  text-align: center;
}

.active-dropdown p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #333;
  width: fit-content;
  background-color: #0000;
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
  padding: 0 10%;
  border-radius: 5px;
  border: 1.5px solid #cfa54bab;
}
/**** SECOND DROPDOWN *****/
.dropdown-w-one-0 {
  position: relative !important;
}

.dropdown-w-one-0 div {
  position: absolute !important;
  width: 210px !important;
  top: 0 !important;
  padding: 0% 0% 0% 0% !important;
  margin: 0% 0% 0% 0% !important;
  background-color: #fff !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s ease 0s !important;
  transform: translateY(15px) !important;
  border-radius: 3px 3px 3px 3px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
  right: -100%;
}
.dropdown-w-one-0 div:after {
  position: absolute !important;
  left: 17% !important;
  margin-left: -8px !important;
  top: -8px !important;
  height: 16px !important;
  width: 16px !important;
  background-color: #00225a !important;
  box-shadow: -2px -2px 2px 0 rgba(0, 0, 0, 0.2) !important;
  content: " " !important;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  transition: 150ms ease color, 150ms ease background-color !important;
  z-index: 0 !important;
  border-radius: 100% !important;
  display: none;
}

.dropdown-w-one-0:hover div {
  opacity: 1 !important;
  visibility: visible !important;
  padding: 0% 0% 0% 0% !important;
  transition: all 0.3s ease 0s !important;
  transform: translateY(0px) !important;
}

.dropdown-w-one-0 ul {
  display: block !important;
  margin: 0% 0% 0% 0% !important;
  padding: 5% 0% !important;
  width: 100% !important;
  background-color: #ffffffe3 !important;
  border-radius: 5px !important;
  border: none !important;
}

.dropdown-w-one-0 li {
  font-family: "Roboto Condensed", sans-serif !important;
  width: 100% !important;
  padding: 5% 10% !important;
  margin: 0% 0% 0% 0% !important;
  color: #111 !important;
  text-align: left !important;
  border-radius: 0px !important;
  cursor: pointer !important;
}
.dropdown-w-one-0 .menu-btn i {
  transition: 0.3s !important;
  transform: rotate(0deg) !important;
  font-size: 0.8em !important;
}
.dropdown-w-one-0 .menu-btn:hover i {
  transition: 0.3s !important;
  transform: rotate(180deg) !important;
}

.active-dropdown-0 li:hover {
  color: #fff !important;
  background: #00bcd4 !important;
}
.active-dropdown-0 li {
  position: relative !important;
}
.active-dropdown-0 li > i {
  position: absolute !important;
  right: 10% !important;
  color: #ddd !important;
  transition: 0.3s !important;
  transform: rotate(0deg) !important;
}
.active-dropdown-0 li:hover i {
  transition: 0.3s !important;
  transform: rotate(-90deg) !important;
}

.active-dropdown-0 {
  text-align: center !important;
}

.active-dropdown-0 p {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 18px !important;
  font-weight: bold !important;
  letter-spacing: 1.5px !important;
  color: #333 !important;
  width: fit-content !important;
  background-color: #0000 !important;
  text-align: center !important;
  margin: auto !important;
  margin-bottom: 15px !important;
  padding: 0% 10% !important;
  border-radius: 5px !important;
  border: 1.5px solid #cfa54bab !important;
}
/*****END****/
.products {
  position: relative;
}

.products h2 {
}

.products ol {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 100%;
}

.products ol > li {
  width: 100%;
  border: 1px solid #eee;
  padding: 5%;
  height: 340px;
}

.products ol > li > div {
  position: relative;
  width: 210px;
  margin: 0 auto;
  padding: 0;
  height: 210px;
}

.products ol > li > div > ul {
  width: fit-content;
  margin: 5%;
  padding: 0%;
  position: absolute;
  display: block;
  border: none;
  right: 0;
  top: 0;
  color: #ffffffd9;
  visibility: hidden;
  transform: translateX(10px);
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}

.products ol > li > div:hover ul {
  visibility: visible;
  transform: translateX(0px);
  opacity: 1;
  transition: 0.3s;
}

.products ol > li > div > ul > li {
  display: flex;
  width: 35px;
  height: 35px;
  background: #000;
  margin: 0px 0px 5px 0px;
  cursor: pointer;
  border-radius: 0.25rem;
}

.products ol > li > div > ul > li:hover {
  background: var(--color-gold-p);
}

.products ol > li > div > ul > li > i {
  margin: auto;
  font-size: 18px;
}

.products ol > li > div > img {
  width: 100%;
  margin: 0;
  padding: 0%;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: relative;
}

.products ol > li > p {
  font-size: 17px;
  margin: 0;
  text-align: center;
  text-transform: none;
}

.desktop {
  display: block;
}
.mobil {
  display: none !important;
}

/* home section styling */
.home {
  display: flex;
  height: 100%;
  color: #fff;
  min-height: 725px;
  font-family: "Roboto", sans-serif;
  padding: 0;
  position: relative;
  z-index: 1;
}
.home img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  min-height: 75%;
  object-fit: cover;
  object-position: center;
  margin: auto;
  z-index: 1;
}
.home .max-width {
  width: 100%;
  display: flex;
}
.home .max-width .row {
  margin-right: 0;
}
.home .home-content {
  position: relative;
  z-index: 2;
  width: 45%;
}
.home .home-content .text-1 {
  font-size: 0.9em;
  color: #333;
}
.home .home-content .text-2 {
  font-size: 3em;
  font-weight: normal;
  margin-left: 3px;
  color: #111;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  letter-spacing: -1px;
}
.home .home-content .text-3 {
  font-size: 1em;
  margin: 5px 0;
  color: #666;
}
.home .home-content .text-3 span {
  color: orange;
  font-weight: 500;
}
.home .home-content a {
  display: inline-block;
  background: #212121;
  color: #fff;
  font-size: 0.8em;
  padding: 10px 30px;
  margin-top: 10px;
  font-weight: 400;
  border: 2px solid #212121;
  transition: all 0.3s ease;
  border-radius: 20px;
  text-transform: uppercase;
}
.home .home-content a:hover {
  color: #111;
  background: none;
}

.promos {
  position: relative;
  padding: 40px 0;
}

.carousel__promotions {
  position: relative;
  width: 100%;
}
.carousel__promotions img {
  position: relative;
  width: 100%;
}

.promos .list-elements {
  position: relative;
  /* display: grid; */
  /* grid-template-columns: repeat(2, 1fr); */
  /* list-style: none; */
  /* grid-gap: 25px; */
  width: 100%;
  padding: 0 5%;
}

.list-elements {
  width: 100%;
  position: relative;
}
.list-elements img {
  position: relative;
  width: 100%;
  z-index: 0;
  border-radius: 5px;
}
.list-elements div {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 40%;
  height: fit-content;
  padding: 0 0 0 4%;
}
.list-elements li > div > h2 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 1em;
}
.list-elements li > div > a {
}
.list-elements li > div > button {
}
.container-products {
  display: grid;
  grid-template-columns: 20% 78%;
  position: relative;
  width: 100%;
  padding-top: 0.5em;
  grid-gap: 15px;
}
.forms-content {
  width: 100%;
  position: relative;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
/*******CAROUSEL NATIVO ******/
.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f6f6f9;
  padding: 0 5% 5%;
}

.carousel-images {
  display: flex;
  width: 300%;
  transition: transform 0.5s ease;
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr 1fr; */
  grid-gap: 5px;
  height: 100%;
}
.carousel-images-2 {
  display: flex;
  width: 300%;
  transition: transform 0.5s ease;
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr 1fr; */
  grid-gap: 5px;
  height: 100%;
}
.carousel-images img {
  width: 100% !important;
}
.carousel-images-2 img {
  width: 100% !important;
}
.carousel-images .card_view {
  width: 150px;
  background: #fff;
  padding: 7% !important;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.carousel-images-2 .card_view {
    width: 150px;
    background: #fff;
    padding: 7% !important;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
  }
.legend_sel,
.legend_sel_02 {
  background: #f6f6f9;
  margin: 0;
  font-size: 17px;
  padding: 0 5% 2%;
}
.carousel-images .card_view ul {
  width: 100%;
  display: flex;
  background: none;
  grid-gap: 0;
  font-size: 0.71em;
}
.carousel-images-2 .card_view ul {
    width: 100%;
    display: flex;
    background: none;
    grid-gap: 0;
    font-size: 0.71em;
  }
.carousel-images .card_view strong {
  color: crimson;
  font-family: "Roboto";
  display: flex;
  justify-content: center;
  margin-top: 1em;
  position: relative;
  bottom: 15px;
  left: 0;
  right: 0;
  top: auto;
  font-size: 1.2em;
}
.carousel-images-2 .card_view strong {
    color: crimson;
    font-family: "Roboto";
    display: flex;
    justify-content: center;
    margin-top: 1em;
    position: relative;
    bottom: 15px;
    left: 0;
    right: 0;
    top: auto;
    font-size: 1.2em;
  }
.prev0,
.next0,
.prev02,
.next02 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 25%);
  font-family: "Font Awesome 5 Free";
}

.prev0, .prev02 {
  left: 0;
}
.prev0::after, .prev02::after {
  content: "\f053";
  position: absolute;
  z-index: 2;
  color: #000;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
}
.next0, .next02 {
  right: 0;
}
.next0::after, .next02::after {
  content: "\f054";
  position: absolute;
  z-index: 2;
  color: #000;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
}
.slider-0123 h2 {
  margin-top: 2em;
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #212121;
}

.part {
  padding-top: 0 !important;
}
.recomended {
  position: relative;
}
.recomended .card_view {
  width: 100%;

  height: 350px;

  background: #fff;

  position: relative;

  z-index: 0;
}

.recomended .card_view img {
  width: 100%;

  height: 210px;

  object-fit: contain;
}

.recomended .card_view p {
  font-size: 1em;

  color: #333;
}
.recomended .card_view strong {
}
.recomended .owl-nav {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  align-items: center;
  right: 0;
  left: 0;
  height: 0%;
}

.recomended .owl-nav button {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: #fff !important;
  color: #000 !important;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 25%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.recomended .owl-nav button > span {
  font-family: "Font Awesome 5 Free";
  color: #0000;
}
.recomended .owl-nav .owl-next span::after {
  content: "\f054";
  position: absolute;
  z-index: 2;
  color: #000;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
}
.recomended .owl-nav .owl-prev span::after {
  content: "\f053";
  position: absolute;
  z-index: 2;
  color: #000;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
}
.container-items {
  position: sticky;
  top: 10%;
  width: 100%;
  padding: 0;
}
.result_opc {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  position: relative;
  background: #f6f6f9;
  padding: 5% 4% 5%;
}
.result_opc .multisel {
}
.show_prod {
}
.show_prod ul {
  display: grid;

  grid-template-columns: 1fr !important;
}
.show_prod ul > li {
}
.show_prod ul > li > img {
  width: 100%;
}
.show_prod ul > li > p {
}
.result_opc select {
  background: #fff;
}
.list_cats {
  width: 100%;

  padding: 1% 5%;

  background: #f6f6f9;

  display: flex;

  grid-gap: 10px;

  align-items: center;

  flex-direction: row; 
}
.list_cats button {
  background: #fff;
  border: 2px solid #eee;
  padding: 10px;
  width: 100%;
}
.category-list {
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  padding: 0 0 5%;
  border-radius: 5px;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
}

.category-list:last-child {
  padding: 0;
}
.category-list h3 {
  font-size: 1em;
  background: #eeeeee47;
  padding: 5% 5%;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #212121;
  border-bottom: 1px solid #eee;
}
.category-list h4 {
  font-size: 1em;
  padding: 5% 5%;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #fff;
  background: #212121;
}
.category-list ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0;
  padding-top: 2%;
  position: relative;
}
.category-list ol > li {
  width: 100%;
  font-size: 1em;
  color: #222;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5% 5%;
  border-bottom: 1px solid #e6e6e6;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
.category-list ol > li > form {
  width: 100%;

  display: flex;

  flex-direction: column;

  grid-gap: 10px;
}
.category-list ol > li > form > button {
  background: #212121;

  color: #fff;

  padding: 2.5% 0;
}
.category-list ol > li > span {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-right: 1em;
}
.category-list ol > li:last-child {
  border-bottom: 0;
}
.category-list ol > li > span > i {
  transition: all 0.2s ease-in-out;
  font-size: 1em;
  color: #555;
}
.category-list ol > li > div {
  display: none;
  width: 100%;
  margin: 2% 0;
}
.category-list ol > li > div > p {
  margin: 4% 0;
  color: #555;
  padding: 0 2%;
  transition: all 0.2s ease-in-out;
}
.category-list ol > li > div > p:hover {
  color: #222;
  transition: all 0.2s ease-in-out;
  padding-left: 4%;
}

/* about section styling */

/*
.about .title::after{
    content: "who i am";
}
.about .about-content .left{
    width: 45%;
}
.about .about-content .left img{
    height: 400px;
    width: 400px;
    object-fit: cover;
    border-radius: 6px;
}
.about .about-content .right{
    width: 55%;
}
.about .about-content .right .text{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about .about-content .right .text span{
    color: orange;
}
.about .about-content .right p{
    text-align: justify;
}
.about .about-content .right a{
    display: inline-block;
    background: orange;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid orange;
    transition: all 0.3s ease;
}
.about .about-content .right a:hover{
    color: orange;
    background: none;
}

.services, .teams{
    color:#fff;
    background: #111;
}
.services .title::before,
.teams .title::before{
    background: #fff;
}
.services .title::after,
.teams .title::after{
    background: #111;
    content: "what i provide";
}
.services .serv-content .card{
    width: calc(33% - 20px);
    background: #222;
    text-align: center;
    border-radius: 6px;
    padding: 50px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.services .serv-content .card:hover{
    background: orange;
}
.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: orange;
    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;
}

.skills .title::after{
    content: "what i know";
}
.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: orange;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 16px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid orange;
    transition: all 0.3s ease;
}
.skills .skills-content .left a:hover{
    color: orange;
    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: orange;
}
.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%;
}

.teams .title::after{
    content: "who with me";
}
.teams .carousel .card{
    background: #222;
    border-radius: 6px;
    padding: 25px 35px;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease;
}
.teams .carousel .card:hover{
    background: orange;
}
.teams .carousel .card .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.teams .carousel .card:hover .box{
    transform: scale(1.05);
}
.teams .carousel .card .text{
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0 7px 0;
}
.teams .carousel .card img{
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid orange;
    transition: all 0.3s ease;
}
.teams .carousel .card:hover img{
    border-color: #fff;
}
*/
.carousel-01 .owl-nav {
  position: absolute;
  width: 85%;
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: auto;
  display: flex;
  justify-content: space-between;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
  opacity: 0.1;
}
.carousel-01:hover .owl-nav {
  opacity: 0.9;
  width: 88%;
  transition: all 0.3s ease;
}
.carousel-01 .owl-nav button {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
}
.carousel-01 .owl-nav .owl-prev {
  position: relative;
}
.carousel-01 .owl-nav .owl-next {
  position: relative;
}
.carousel-01 .owl-nav .owl-prev::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/icon/left.png);
  background-size: cover;
}
.carousel-01 .owl-nav .owl-next::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/icon/right.png);
  background-size: cover;
}

.carousel-01 .owl-nav span {
  display: none;
}
.carousel-01 .owl-dots {
  text-align: center;
  margin-top: 0;
  position: absolute;
  bottom: 5%;
  width: 100%;
}
.carousel-01 .owl-dot {
  height: 13px;
  width: 13px;
  margin: 0 5px;
  outline: none !important;
  border-radius: 50%;
  border: 2px solid #212121 !important;
  transition: all 0.3s ease;
}
.carousel-01 .owl-dot.active {
  width: 35px;
  border-radius: 14px;
}
.carousel-01 .owl-dot.active,
.carousel-01 .owl-dot:hover {
  background: #212121 !important;
}
.promotion {
  padding: 60px 0 0;
}
.promotion .max-width {
  padding: 0 40px;
}
.promotion .item {
  position: relative;
  width: 100%;
}
.promotion .item span {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  margin: auto 0;
  width: 60%;
  height: 50%;
  padding: 0 0 0 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.promotion .item span > h2 {font-size: 1.75em;width: 70%;}
.promotion .item span > button {
  background: none;
  outline: none;
}
.partners {
  position: relative;
  margin: 0;
  background: #fff;
  padding: 0;
  width: 100%;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 10%);
  border-radius: 5px;
}

.partners img {
  padding: 12% 25%;
  cursor: pointer;
  opacity: 0.5;
}

/****PRODUCTOS GALLERY ****/
.productos {
  width: 100%;
  position: relative;
  padding: 75px 0 45px;
}
.productos .max-width {
  padding: 0 40px;
}
.productos .title {
  margin-bottom: 35px;
}
.productos .gallery_product {
  position: relative;

  width: 100%;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  grid-gap: 15px;
}
.gallery_product .owl-stage {
}
.productos .gallery_product .content {
  width: 100%;
  position: relative;
  height: 100%;
  min-height: 450px;
  border: 1px solid #eee;
  background: #fafafa;
  cursor: pointer;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 5%);
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.productos .gallery_product .content ul {
  width: 60%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  display: flex;
  border: none;
  bottom: 0;
  color: #999;
  visibility: visible;
  transform: translateY(10px);
  opacity: 1;
  transition: 0.3s;
  z-index: 10;
  transition: all 0.3s ease;
  list-style: none;
  justify-content: center;
  background: #fafafa;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0px 0px;
}
.productos .gallery_product .content .gall_img ul > li {
  width: 45px;
  height: 45px;
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
}
.productos .gallery_product .content .gall_img ul > li > i {
}

.productos .gallery_product .content:hover {
  /*
    visibility: visible;
    transform: translateX(0px);
    opacity: 1;
    transition: 0.3s;
    */
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.productos .gallery_product .content .gall_img:hover > ul {
  visibility: visible;
  transform: translateY(0px);
  opacity: 1;
  transition: 0.3s;
  color: #212121;
}

.productos .gallery_product .content .gall_img {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 15% 0;
  height: 330px;
}
.productos .gallery_product .content .gall_img img {
  width: 100%;

  height: 250px;

  object-fit: contain;

  object-position: center;
}
.productos .gallery_product .content .gall_desc {
  width: 100%;

  height: 120px;

  padding: 2% 10%;

  position: relative;
}
.productos .gallery_product .content .gall_desc h3 {
  font-size: 1.1em;
}
.productos .gallery_product .content .gall_desc p {
  font-size: 1.1em;

  color: crimson;

  font-weight: 400;

  position: absolute;

  bottom: 10%;
}

.list-category {
  width: 100%;
  padding: 0 0 40px;
  position: relative;
}
.list-category ol {
  list-style: none;

  width: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: row;

  grid-gap: 10px;
}
.list-category ol > li {
  width: 13%;

  text-align: center;

  padding: 0.7% 0;

  font-size: 1em;

  font-family: "Roboto", sans-serif;

  border: 2px solid #eee;

  background: #fff;

  border-radius: 50px;

  color: #999;

  cursor: pointer;

  box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 10%);

  transition: all 0.3s ease;

  margin: 0;
}

.list-category ol > li:hover {
  color: #111;
  border: 2px solid #222;
  transition: all 0.3s ease;
}
.enable-m {
  border: 2px solid #212121 !important;

  color: #fff !important;

  background: #212121 !important;

  width: 17% !important;

  margin: 0 0.5% !important;
}
/* contact section styling */

/* footer section styling */
footer {
  padding: 15px 23px 5px;
  color: #fff;
  text-align: center;
  z-index: 5;
  background: #1a1a1a;
  /*background: url(../images/shadows.png) no-repeat center;*/
  background-size: cover;
  background-position: center;
  position: relative;
  /* z-index: -1; */
}
footer span {
  font-size: 13px;
  color: #999;
}
footer span a {
  color: #b9a16b;
  text-decoration: none;
}
footer span a:hover {
  text-decoration: underline;
}
.end:first-child {
  padding: 4.5% 0;
}
.end {
  display: flex;
  width: 100%;
  padding: 1% 0;
}
.end-col {
  width: 33.3%;
}
.end-col img {
  width: 15%;
  margin: 0;
  cursor: pointer;
  opacity: 0.5;
  filter: grayscale(100%);
}
.end-col h5 {
  font-size: 1.2em;
  text-align: left;
  border-left: 4px solid #b9a16b;
  padding-left: 10px;
  margin: 5% 0;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  margin-bottom: 10%;
  color: #eee;
  font-weight: normal;
}
.end-col ul {
  padding: 0 10% 0 4%;
  width: 100%;
  margin: 0;
  text-align: left;
  list-style: none;
  padding-bottom: 5%;
}
.end-col ul > li {
  margin: 5% 0;
  position: relative;
  padding-left: 2%;
  font-size: 15px;
  color: #9b9b9b;
  cursor: pointer;
}
.end-col ul > li:hover {
  color: #b9a16b;
}
.end-col ul > li > i {
  position: absolute;
  left: -5%;
  top: 10%;
  color: #b9a16b;
}

.shadow-end {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #161616;
  left: 0;
  z-index: 0;
  /* background: linear-gradient(to bottom, #000000f2,#000000eb, #000000); */
}
.footer-site {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer-site ul {
  padding: 0 10% 0 5% !important;
}
.footer-site ul > li {
  padding-left: 4% !important;
  font-size: 14px !important;
  color: #777 !important;
}
.footer-site ul > li > i {
}

.footer-site ul > li:hover {
  color: #b9a16b !important;
}
.contact-mail {
  position: relative;
  background-color: #121212;
  border-radius: 4px;
  padding: 40px 30px;
  text-align: left;
  width: 85%;
}
.contact-mail form {
  position: relative;
}
.contact-mail label {
  color: #f4f4f4;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  margin: 2% 0;
  font-size: 14px;
}
.contact-mail input {
  height: 50px;
  line-height: 50px;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  border-radius: 1px;
  padding: 0 0 0 20px;
  border-radius: 20px;
  font-size: 13px;
  background-color: transparent;
  border: 2px solid #2f2e2e;
  margin: 2% 0;
  width: 100%;
  color: #fff;
}
.contact-mail button {
  position: absolute;
  top: 0;
  bottom: -25%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: auto 0;
  right: 2%;
  color: #fff;
  background: #b9a16b;
  text-decoration: none !important;
  outline: none !important;
  cursor: pointer;
}

.values {
  display: none;
}
/* responsive media query start */
@media (max-width: 1104px) {
  .about .about-content .left img {
    height: 350px;
    width: 350px;
  }
}

@media (max-width: 991px) {
  .max-width {
    padding: 0 50px;
  }
  .content-elements .item h2 {
    display: none;
  }
  .content-elements .item {
    justify-content: center;
  }
  .content-elements {
    grid-template-columns: 15% 60% 25%;
  }
  .find {
    display: none;
    border-radius: 10px;
    border: 2px solid #ddd;
    background: none;
    color: #111;
  }
  .menu {
    flex-direction: column;
  }
  .menu .active {
    color: #fff;
  }
  .menu i {
    color: #fff;
  }
  .navbar .max-width {
    flex-direction: row-reverse;
    grid-gap: 0;
    padding: 0 7%;
  }
}
@media (max-width: 947px) {
  .products ol {
    grid-template-columns: repeat(3, 1fr);
  }
  .menu-btn {
    display: block;
    z-index: 999;
  }
  .menu-btn i.active:before {
    content: "\f00d";
  }
  .navbar .menu {
    position: fixed;
    height: 100vh;
    width: 100%;
    right: -100%;
    top: 0;
    background: #111;
    text-align: center;
    padding-top: 80px;
    transition: all 0.3s ease;
    z-index: 3;
  }
  .navbar .menu.active {
    right: 0;
    flex-direction: column;
  }
  .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: 3.5em;
  }
  .home .home-content .text-3 {
    font-size: 2em;
  }
  .home .home-content a {
    font-size: 1em;
    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;
  }
  .container-products {
    display: flex;
    flex-direction: column-reverse;
  }
  .productos .gallery_product {
    grid-template-columns: repeat(3, 1fr);
  }
  .table-total {
    width: 50% !important;
  }
  .end {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .end .end-col {
    width: 100%;
  }
  .end .end-col h5 {
    margin: 2% 0;
  }
  .end .end-col ul {
    padding: 2% 5%;
  }
  .end .end-col ul > li {
    padding-left: 0;
    margin: 2% 0;
  }
  .home .max-width {
    margin-top: 4%;
  }
  .home .home-content {
    width: 100%;
  }
  .home .home-content .text-1 {
    font-size: 1.1em;
  }
  .values {
    display: block;
    background: #212121;
    padding: 1.7% 0;
    text-align: center;
    position: relative;
    left: 0;
  }
  .values h1 {
    margin: 0;
    font-size: 1.1em;
    font-family: "Roboto", sans-serif;
    color: #eee;
  }
  .content_r ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 780px) {
  .desktop {
    display: none !important;
  }
  .mobil {
    display: block !important;
  }
  .productos .gallery_product {
    grid-template-columns: repeat(3, 1fr);
  }
  .table-total {
    width: 90% !important;
  }
  .content_r ul > li > ol > li {
    font-size: 15px;
  }
}

@media (max-width: 690px) {
  .max-width {
    padding: 0 15px;
  }
  .home .home-content .text-2 {
    font-size: 60px;
  }
  .home .home-content .text-3 {
    font-size: 32px;
  }
  .home .home-content a {
    font-size: 12px;
  }
  .services .serv-content .card {
    width: 100%;
  }
  .products ol {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .promos .list-elements {
    grid-template-columns: repeat(1, 1fr);
  }
  .productos .gallery_product {
    grid-template-columns: repeat(2, 1fr);
  }
  .productos .max-width {
    padding: 0px;
  }
  .list-category ol > li {
    width: 33%;
  }
  .enable-m {
    width: 33% !important;
  }
  .promotion {
    padding: 20px 0;
  }
  .promotion .max-width {
    padding: 0 20px;
  }
  .productos .title {
    font-size: 2em;
  }
  .container-value ul > li > button {
    display: none;
  }
  .container-value ul > li:last-child {
    width: 0%;
  }
  .title-all-p {
    margin-bottom: 1.5em;
    padding: 3.5% 5%;
  }
  .container-value h1 {
    display: none;
  }
  .container-value {
    padding: 7% 5% 2%;
  }
  .load {
    grid-template-columns: 90%;
  }
}

@media (max-width: 500px) {
  .home .home-content .text-2 {
    font-size: 2.7em;
  }
  .home .home-content .text-3 {
    font-size: 1em;
  }
  .about .about-content .right .text,
  .skills .skills-content .left .text {
    font-size: 19px;
  }
  .contact .right form .fields {
    flex-direction: column;
  }
  .contact .right form .name,
  .contact .right form .email {
    margin: 0;
  }
  .right form .error-box {
    width: 150px;
  }
  .scroll-up-btn {
    right: 15px;
    bottom: 15px;
    height: 38px;
    width: 35px;
    font-size: 23px;
    line-height: 38px;
  }
  .productos .gallery_product {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .end .end-col h5 {
    margin: 2% 0;
    font-size: 1em;
  }
  .end .end-col ul {
    padding: 2% 5%;
  }
  .end .end-col ul > li {
    padding-left: 0;
    margin: 4% 0;
    font-size: 14px;
    padding-left: 3%;
  }
}
