
/*  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;
  font-family: "Roboto", sans-serif;
}

body.swal2-height-auto {
  padding-right: 0% !important;
  font-family: "Roboto", sans-serif !important;
}

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

.image-overlay {
  position: relative;
}

.image-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(94, 143, 89, 0.40); /* verde transparente */
  z-index: 1;
}

/* La imagen */
.image-overlay img {
  display: block;
  width: 100%;
  /*height: auto;*/
}

/* Texto y botones siempre arriba */
.home-content,
.max-width {
  position: relative;
  z-index: 2;
}


.fa-phone{
  cursor: none !important;
}


 /* COBERTURAS */
    table { width:100%; border-collapse:collapse; margin-top:30px; }
    th { background:#002F6C; color:#fff; padding:12px; }
    td { padding:12px; border-bottom:1px solid #ddd; }


.img_serv{
  padding-top:20px;
}

.img_back{
  padding-top:20px;
}

.flip-container {
  perspective: 1000px;
  width: 100%;
  width: 360px;
  margin: 0 auto;
  height: auto;
}
{
  align-items: center;
}
.service_width_weare{
  align-items: center;
  justify-content: center;
  position: relative;
  display: flex;
      padding: 20px;
}

.btn-cotiza {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f2b705;
  color: #000;
  padding: 12px 24px;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.text_cards{
  font-size:29px;
  justify-content: center;
  display: flex;
  color: #ABA06F;
  margin-top: 45px;
}

.text_desc{
  font-size: 17px;
  line-height: 1.5;
  color: #555;
}


.modal-title{
  color: #ABA06F;
  font-size: 29px;
}

.btn_align{
  bottom: -29px;
  position: relative;
}

.icon_align{
  padding-top:18px;
  color: #adbda6;
}

.btn_read{
  /*background-color: #ABA06F !important;*/
  /*color: #262626 !important;
  border-color: #262626;*/
}

/*.btn-cotiza:hover {
  background-color: #d99e00;
  transform: translateX(-50%) scale(1.05);
}
*/
.flipper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9; /* adapta la relación de aspecto */
  transition: transform 0.8s ease-in-out;
  transform-style: preserve-3d;
  background-color:#fff ;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  height:308px;
  border-radius: 6px;
  text-align: justify;
  hyphens: auto;
}





/* ===== SECCIÓN ===== */
.seccion-distingue{
    padding:100px 20px 140px 20px;
    text-align:center;
    background:#f3f3f3;
}

.subtitulo{
    font-size:14px;
    letter-spacing:2px;
    color:#6c7a89;
    margin-bottom:10px;
}

.titulo{
    font-size:42px;
    font-weight:700;
    margin:0;
    color: #ABA06F;
}

.linea{
    width:60px;
    height:3px;
    background:#659152;
    margin:20px auto 60px auto;
    border-radius:5px;
}

/* ===== GRID ===== */
.contenedor-cards{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap:40px;
    max-width:1200px;
    margin:0 auto;
}

.card{
    text-align:left;
    padding:10px;
}

.card img{
    width:100%;
    height:250px;
    object-fit:cover;
    border-radius:4px;
}

.card h3{
    margin-top:20px;
    font-size:22px;
    font-weight:700;
}

.card p{
    margin-top:10px;
    font-size:17px;
    line-height:1.6;
    color:#111;
    text-align: center;
}


.modal{
  top: 20% !important;
}


.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /*padding: 1rem;*/
    text-align: justify;
    font-size:17px;
    padding: 1.5rem !important;
}

@media (min-width: 769px) {
  .flip-container:hover .flipper {
    /*transform: rotateY(180deg);*/
  }
}

/*.flip-container:hover .front {
  pointer-events: none;
}*/

.front, .back {
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  justify-content: center;
  display: flex;
  padding: 7px;
}

.front img, .back img {
  width: 100%;
  height: 97%;
  object-fit: cover;
  display: block;
}


.icon_process{
  font-size: 100px;
  color:#ABA06F;
}

.back {
  transform: rotateY(180deg);
  display: block;
}

.align_items_menu{
  justify-content: flex-end;
}


/* Botón del menú oculto por defecto */
.menu-btn {
    display: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
}

/* Menú móvil oculto inicialmente */
.mobile-menu {
    display: none;
    background-color: #f3f2f0;
    padding: 15px 20px;
    opacity: 0.9;
    height: 100vh;
    position: absolute;
    width: 100%;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu li {
    margin: 10px 0;
}

.mobile-menu a {
  color: #e7ae1d;
  text-decoration: none;
  font-size: 28px;
}




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

  .scroll-element {
    height: auto;
  }

  .scroll-element,
  .scroll-caption {
    width: 100%;
    height: 229px;
  }
}
/**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;
}


.marc_reg{
  font-size:18px;
}

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

/***BAR***/

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

.head-0 ul {
  display: flex;
  width: 50%;
  padding: 0;
  margin: 0;
}

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

.phone_cursor{
  cursor: default !important;
}

.head-0 ul > li > i {
  font-size: 16px;
  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 {
 
  border: none;
  color: #fff;
   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: absolute;
    width: 100%;
    height: 151px;
    bottom: 0;
    z-index: 4;
}

/* DISTANCE CONTAINERS */
section {
  padding: 50px 0;
}
.max-width {
  max-width: 1300px;
  padding: 0 70px;
  margin: auto;
}


.max-width_gar {
  max-width: 100%;
  padding: 0 70px;
  margin: auto;
}

.max-width_are{
  max-width: 69%;
  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: #f5f5f5;
  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;
}

@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: 84%;
  padding: 1%;
  margin: 0;
  height: 100%;
  object-fit: contain;
}
.navbar.sticky .logo a span {
  color: #fff;
}
.navbar .menu li {
  list-style: none;
  display: inline-block;
}
.navbar .menu li a {
  display: block;
  color: #d0aa34;
  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;
  padding:4px;
  /*width: 100%;*/
  display: grid;
  font-weight: 600;
  /*grid-template-columns: 30% 70%;*/
  align-items: center;
  text-align: center;
  cursor: pointer;
  z-index: 0;
  border-radius: 7px;
  font-size:20px;
}
#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: 60px;
  bottom: 10px;
  text-align: center;
  line-height: 45px;
  color: #25d366;
  z-index: 9999;
  font-size: 70px;
  border-radius: 6px;
  border-bottom-width: 2px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.scroll-up-btn.show {
  bottom: 60px;
  opacity: 1;
  pointer-events: auto;
}
.scroll-up-btn:hover {
  filter: brightness(90%);
}

/* HOME PAGE */

.home {
  font-family: "Ubuntu", sans-serif;
  position: relative;
}

#text-ajust {
  position: absolute;
  top: 10%;
  bottom: 0;
  margin: 0 auto;
  align-items: center;
  padding: 0 100px;
  max-width: 1107px;
  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;
  width:266px;
  height:70px;
}
.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%;
}

.content_phone{
  border-radius: 4px;
  padding:5px;
}

.home .banner {
  width: 100%;
  /*height: 70%;*/
}

.home .max-width {
  width: 100%;
  display: flex;
}
.home .max-width .row {
  margin-right: 0;
}
.home .home-content {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
}
.home .home-content .text-1 {
  font-size: 73px;
  position: relative;
  color: #FFF;
  font-weight: 600;

}

.width_text_prin{
  width: 100%;
  margin-bottom:10px;
}

.width_text_sec{
  width: 55%;
  margin-bottom:10px;
}


.max-width_service {
    padding: 0 70px;
    margin: auto;
    width: 95%;
}

.home .home-content .text-1_2 {
  font-size: 60px;
  position: relative;
  color: #FFF;
  font-weight: 600;

}

.home .home-content .text-2_2 {
  padding-top:45px;
  position: relative;
  font-size: 28px;
  font-weight: 500;
  margin-left: -3px;
  position: relative;
  z-index: 1;
  line-height: 1.3;
  margin: 1% 0 3%;
  color: #FFF;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.8);

}

.width_text_prin2, .width_text_sec2 {
  flex: 1;                /* que ambos ocupen mismo ancho */
  min-width: 300px;       /* previene que se achiquen demasiado */
}

.align_3{
   display: flex;
  flex-direction: row;      /* dirección horizontal */
  justify-content: center;  /* centra los elementos si hay espacio */
  align-items: center;      /* alinea verticalmente */
  gap: 2rem;  
  top:10%              /* espacio entre los divs, opcional */
  flex-wrap: wrap; 
  width: 115%;
}


.width_text_prin2{
  width: 45%;
  margin-bottom:10px;
}

.width_text_sec2{
  width: 55%;
  margin-bottom:10px;
}

.width_text_btn {
  display: flex;
  justify-content: center; /* centra horizontalmente */
  align-items: center;     /* centra verticalmente si tiene altura */
  color:#FFF !important;
  margin-left:30%;
}

.width_text_btn_sec {
  display: flex;
  justify-content: center; /* centra horizontalmente */
  align-items: center;     /* centra verticalmente si tiene altura */
  color:#FFF !important;
}

.btn_coti{
  background-color:#ABA06F !important;
  border: 0 !important;
  padding: 23px 55px !important;
  color:#262626;
  display: inline-block;
  
}

.max-width_beneficios {
  max-width: 1300px;
  /*padding: 0 70px;*/
  margin: auto;
}

.width_text_btn_serv {
  display: flex;
  justify-content: center; /* centra horizontalmente */
  align-items: center;     /* centra verticalmente si tiene altura */
  color:#FFF !important;
}

.btn_coti_serv{
  background-color:#e7ae1d;
  border: 0;
  padding: 17px;
  color:#262626;
  font-size: 35px;
  padding: 9px 45px;
  margin-top: 470px;
  font-weight: bold;
  border-radius: 5px;
  position: absolute;
  letter-spacing: 1px;
  z-index: 3;
}

.align_content{
  margin-top:240px;
}

.main-menu ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.main-menu a {
    text-decoration: none;
    color: #ABA06F;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.main-menu a:hover {
    color: #FFF;
}

.service_width{
  width:100%;
  padding:  70px 20px 0 0;
  text-align: center;
  /*margin-top: 65px;*/
  /*background-color: #4D6E53;*/
  position: absolute;
  margin-top: 0px;
  z-index: 99;
}

.service_align{
  max-width: 1300px;
  padding: 0 70px;
  margin: auto;
}

.text_service{
  font-size: 60px;
  font-family: "Roboto", sans-serif;
  color:#ABA06F;
  text-align: center;
  font-weight: 700;
}

.text_cert{
  font-size: 40px !important;
  font-family: "Roboto", sans-serif;
  color:#ABA06F;
  font-weight: 700;
}

.text_beneficios{
  font-size: 67px;
  font-family: "Roboto", sans-serif;
  color:#ABA06F;
  font-weight: 700;
}

.texto_service1{
  /*margin-bottom: 35px;*/
}

.carousel-1{
  background-color: #fff !important;
}

.about_content {
  background-image: url('images/FONDO-SERVICIO.png') !important;
  background-size: cover;        /* que cubra todo el fondo */
  background-position: center;   /* centrada */
  background-repeat: no-repeat;  /* sin repetir */
  padding: 20px 20px;            /* espacio interno para que no tape el contenido */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.servicios {
  
  padding: 20px 6px;            /* espacio interno para que no tape el contenido */
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  height: 350px;
  
}


.footer-grid {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 50px;
      align-items: center;
    }

    .footer-info {
      text-align: left;
    }

    .footer-desc {
      font-size: 17px;
      line-height: 1.6;
      margin: 20px 0 25px;
      max-width: 520px;
    }

    .footer-data p {
      margin: 6px 0;
      font-size: 16px;
    }

    .footer-data strong {
      color: #ABA06F;
    }

    /* CTA */
    .footer-cta {
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(212,175,55,0.4);
      border-radius: 20px;
      padding: 30px;
      text-align: center;
    }

    .footer-badge {
      display: inline-block;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #D4AF37;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .footer-cta-text {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 25px;
    }

    /* BOTÓN */
    .footer-btn {
      background: #ABA06F;
      color: #FFFFFF;
      padding: 14px 20px;
      border: none;
      border-radius: 12px;
      font-weight: bold;
      width: 100%;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .footer-btn:hover {
      background: #ABA06F;
      color: #FFFFFF;
          text-decoration: underline;
    }

    /* RESPONSIVE */
    @media (max-width: 900px) {
      .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
      }

      .footer-info {
        text-align: center;
      }
    }




hr{
  margin: 15px;
  border: none;              /* quita el estilo por defecto */
  height: 2px;               /* grosor de la línea */
  background-color: #E3E1E1;   /* color de la línea */
}

/* DOMINIOSEGURO */
    .dominio-bg {
      background-image:url("edificios.webp");
      background-size:cover;
      background-position:center;
      /*color:#fff;*/
    }
 
  /* Overlay corporativo */
    .dominio-bg::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        rgba(70, 117, 82, 0.78),
        rgba(70, 117, 82, 0.78)
      );
    }

     .dominio-title {
      text-align: center;
      color: #ABA06F;
      font-size: 60px;
      letter-spacing: 2px;
      margin-bottom: 50px;
      position: relative;
      z-index: 2;
    }

    .dominio-wrapper {
      max-width: 1100px;
      margin: auto;
      position: relative;
      z-index: 2;
    }

    .dominio-card {
      background: rgba(255,255,255,0.97);
      border-radius: 22px;
      padding: 55px;
      box-shadow: 0 18px 40px rgba(0,0,0,0.15);
      /*border-left: 6px solid #D4AF37;*/
    }

    .dominio-badge {
      display: inline-block;
      background: rgba(212,175,55,0.15);
      color: #467552;
      font-size: 12px;
      letter-spacing: 2px;
      font-weight: bold;
      padding: 6px 14px;
      border-radius: 20px;
      margin-bottom: 20px;
    }

    .dominio-subtitle {
      color: #467552;
      font-size: 28px;
      margin: 15px 0 25px;
    }

    .dominio-text {
      font-size: 18px;
      line-height: 1.7;
      text-align: justify;
      margin-bottom: 30px;
    }

    .dominio-highlight {
      background: #f9f9f9;
      border-radius: 16px;
      padding: 30px;
      border: 1px solid #e3e3e3;
      margin-bottom: 35px;
    }

    .dominio-highlight h4 {
      margin-top: 0;
      color: #002F6C;
      font-size: 20px;
    }

    .dominio-highlight p {
      font-size: 17px;
      line-height: 1.6;
    }

    .dominio-includes h4 {
      color: #467552;
      font-size: 21px;
      margin-bottom: 15px;
    }

    .dominio-includes ul {
      list-style: none;
      padding-left: 0;
    }

    .dominio-includes li {
      font-size: 17px;
      line-height: 1.6;
      padding-left: 28px;
      margin-bottom: 12px;
      position: relative;
    }

    .dominio-includes li::before {
      content: "✓";
      position: absolute;
      left: 0;
      color: #D4AF37;
      font-weight: bold;
    }

    .dominio-closing {
      margin-top: 35px;
      font-size: 18px;
      line-height: 1.7;
      text-align: justify;
      border-top: 1px solid #e0e0e0;
      padding-top: 25px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .dominio-card {
        padding: 40px 30px;
      }

      .dominio-subtitle {
        font-size: 24px;
      }
    }

    /* GRID INCLUYE + PRECIO */
    .dominio-includes-grid {
      display: flex;
      grid-template-columns: 2fr 1fr;
      gap: 40px;
      margin-top: -179px;
      align-items: center;
      z-index: 1;
      position: absolute;
      width: 100%;
      justify-content: center;
    }

    /* TARJETA DE PRECIO */
    .dominio-price-card {
      background: #f9f9f9;
      border-radius: 7px;
      padding: 30px;
      border: 1px solid #e3e3e3;
      text-align: center;
      position: absolute;
    }

    .price-label {
      display: inline-block;
      font-size: 19px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #ABA06F;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .price-amount {
      font-size: 28px;
      color: #000000;
      margin-bottom: 15px;
    }

    .price-amount strong {
      font-size: 36px;
      color: #4f8146;
    }

    .price-note {
      font-size: 15px;
      line-height: 1.5;
      color: #555;
    }

    /* RESPONSIVE */
    @media (max-width: 900px) {
      .dominio-includes-grid {
        grid-template-columns: 1fr;
      }

      .dominio-price-card {
        text-align: left;
      }
    }


.servicios_content{
  position: relative;
  background-color: #4D6E53;
  min-height: 950px;
  padding: 215px 20px 143px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  overflow: hidden;
}

/* Capa de la imagen con transparencia */
.servicios_content::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('images/FONDO-BENEFICIOS.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3; /* 👈 controla la transparencia */
  z-index: 1;
}

/* Contenido arriba de la imagen */
.servicios_content > *{
  position: relative;
  z-index: 2;
}

.beneficios {
  background-image: url('images/FONDO-BENEFICIOS.webp') !important;
  background-size: cover;        /* que cubra todo el fondo */
  background-position: center;   /* centrada */
  background-repeat: no-repeat;  /* sin repetir */
  padding: 20px 20px;            /* espacio interno para que no tape el contenido */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 130vh;
  background-color:#ffffff ;
}

.we_are {
  background-size: cover;        /* que cubra todo el fondo */
  background-position: center;   /* centrada */
  background-repeat: no-repeat;  /* sin repetir */
  padding: 20px 20px;            /* espacio interno para que no tape el contenido */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 109vh;
}

.certificacion {
  background-size: cover;        /* que cubra todo el fondo */
  background-position: center;   /* centrada */
  background-repeat: no-repeat;  /* sin repetir */
  padding: 20px 20px;            /* espacio interno para que no tape el contenido */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.garantia {
  background-color: #eef0f6;
  background-size: cover;        /* que cubra todo el fondo */
  background-position: center;   /* centrada */
  background-repeat: no-repeat;  /* sin repetir */
  padding: 20px 20px;            /* espacio interno para que no tape el contenido */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.icon_reclu{
  display: flex;
  justify-content: center; /* Centra horizontalmente */
  align-items: center; 
  padding: 15px;
}

.icon_beneficios{
  display: flex;
  justify-content: center; /* Centra horizontalmente */
  align-items: center; 
  /*padding: 15px;*/
}

.lista_servicios {
  list-style: none; /* Quita viñetas por defecto */
}

.lista_servicios li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  margin-left: 200px;
  font-size: 22px;
  width: 67%
}

.lista_servicios li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: orange; /* Color de la viñeta */
  font-size: 70px;
  line-height: 0.4;
}

.lista_beneficios {
  list-style: none; 
  padding-left: 30px;
}

.lista_beneficios li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 22px;
  width: 92%
}

.lista_beneficios li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: orange; 
  font-size: 65px;
  line-height: 0.4;
}


.lista_cert {
  list-style: none; 
  padding-left: 30px;
}

.lista_cert li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 27px;
  width: 92%;
  hyphens: auto;
}

.lista_cert li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: orange; 
  font-size: 70px;
  line-height: 0.4;
}

.title_service{
  display: flex;
  justify-content: center; /* centra horizontalmente */
  align-items: center; 
  text-align: center;
  font-size:25px;
  font-weight: 600;
  padding:10px;
}

.title_service2{
  /*display: flex;*/
  justify-content: center; /* centra horizontalmente */
  align-items: center; 
  font-size:16px;
  /*font-weight: 600;*/
  padding:15px;
  width:100%;
  position: absolute;
}

.title_beneficios{
  display: flex;
  justify-content: center; /* centra horizontalmente */
  align-items: center;
  text-align: center; 
  font-size:29px;
  font-weight: 600;
  padding:10px;
  margin-bottom: 19px;
}

.title_cert{
  display: flex;
  justify-content: center; /* centra horizontalmente */
  align-items: center;
  text-align: center; 
  font-family: "Poppins", sans-serif;
  font-size:30px;
  font-weight: 600;
  padding:10px;
  margin-bottom: 38px;
}


.title_somos{
  justify-content: center; /* centra horizontalmente */
  align-items: center;
  text-align: center; 
  font-family: "Poppins", sans-serif;
  font-size:30px;
  /*font-weight: 600;*/
  padding:10px;
  margin-bottom: 38px;
}

.img_service1{
  width:100px !important;
  height:100px !important;
}

.img_beneficio1{
  width:90px !important;
  height:90px !important;
}

.img_service2{
  object-fit: cover;
  height: 151px;
  border-radius: 0 0 10px 10px;
  width: 100%;
  bottom: 0;
  display: flex;
}

.img_service3{
  object-fit: cover;
  height: 329px;
  border-radius: 0 0 10px 10px;
  display: block;
  width: 100%;
  margin-top: 60px;
}

.left_none2{
  /*position: absolute;*/
  bottom: -406px;
  left: 0; 
  width:100%;
}


.imgen_deg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%; /* o 40% si prefieres solo cubrir parte de la imagen */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); /* Sombra negra */
  pointer-events: none;
  z-index: 2;
  border-radius: 0 0 10px 10px;
}

.img_weare{
  width:260px;
  height:220px;
}

.img_cert{
  width: 39vw;
  height: 33vw;
  box-shadow: 0px 0px 45px -5px rgba(0, 0, 0, 0.67);
  -webkit-box-shadow: 0px 0px 45px -5px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 0px 0px 45px -5px rgba(0,0,0,0.67);
  object-fit: cover;
  border-radius: 7px;
}

.img_gar{
  width: 574px;
  height: 494px;
  box-shadow: 0px 0px 45px -5px rgba(0, 0, 0, 0.67);
  -webkit-box-shadow: 0px 0px 45px -5px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 0px 0px 45px -5px rgba(0,0,0,0.67);
}

 

.img_beneficio{
  width:260px;
  height:220px;
}

.service_width_cert{
  width:100%;
  padding:  30px 20px;
  text-align: center;
}

.service_width_gar{
  width:100%;
  padding:  30px 20px;
  text-align: center;
}

.service_width_beneficios{
  width:100%;
  padding:  40px 20px;
  text-align: center;
}

.width_text_btn_weare {
  display: flex;
  color:#FFF !important;
  justify-content: center;
}

.owl-carousel .owl-stage:after {
    
}
.btn_coti_weare{
  background-color:#ABA06F;
  border: 0;
  padding: 17px;
  color:#ffffff;
  font-size: 28px;
  padding: 9px 45px;
  margin-top: 23px;
  font-weight: bold;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  position: absolute;
  letter-spacing: 1px;
  z-index: 3;
}


.btn_coti_weare:hover{
  color: #ffffff;
} 

.width_text_btn_beneficios {
  display: flex;
  color:#FFF !important;
  justify-content: center; /* centra horizontalmente */
  align-items: center;
}

.btn_coti_beneficios{
  background-color:#e7ae1d !important;
  border: 0 !important;
  padding: 17px !important;
  color:#262626;
  font-size: 28px !important;
  padding: 9px 45px !important;
  margin-top: 75px !important;
  font-weight: bold !important;
  border-radius: 5px !important;
  font-family: "Poppins", sans-serif;
  position: absolute !important;
  letter-spacing: 1px !important;
  z-index: 3 !important;
}

.text_weare{
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  text-align: justify;
}

.text_somos{
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  text-align: justify;
}

.text_cert{
  font-size:60px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.text_benefi{
  font-size:28px;
  font-family: "Roboto", sans-serif;
  text-align: justify;
  color:#FFF;
  padding:30px;
}

.iconweare {
    width: 50px; /* ajusta al tamaño necesario */
    height: auto;
}

.icon_nosotros{
  background-color:#e7ae1d;
  width: 13vw;
  height: 13vw;
  padding:20px;
  border-radius: 10px;
  margin-top:-218px;
  margin-left: -34px;
  z-index:3;
  position: absolute;
}

.image_container {
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 5px;
}

.contact-content {
  display: flex;
  flex-wrap: wrap; /* Por si en móviles quieres que se apilen */
  gap: 20px; /* Espacio entre columnas (opcional) */
}

.beneficios-content {
  display: flex;
  flex-wrap: wrap; /* Por si en móviles quieres que se apilen */
  background-color: #ffffff;
  padding: 0px 17px;
  width: 1287px;
  border-radius: 7px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.column_weare {
  flex: 1; /* Ocupan igual espacio */
  min-width: 300px; /* Evita que se rompa en pantallas pequeñas */
}

.column_cert {
  flex: 1; /* Ocupan igual espacio */
  min-width: 300px; /* Evita que se rompa en pantallas pequeñas */
}

.column_gar {
  flex: 1; /* Ocupan igual espacio */
  min-width: 300px; /* Evita que se rompa en pantallas pequeñas */
}

.column_beneficios {
  flex: 1; /* Ocupan igual espacio */
  min-width: 300px; /* Evita que se rompa en pantallas pequeñas */
  
  border-radius: 0 7px 7px 0;
}

.title_contact{
  color:#fff;
  font-size:60px !important;
  top: 60px;
  position: relative;
}

.icon_contact{
  width:30px;
  height:30px;
}

.form-container {
  max-width: 500px;
  height: 320px;
  margin-top: 18vh;
  background-color: #4D6E53;
  padding: 30px 25px;
  border-radius: 10px;
  font-family: Roboto, sans-serif;
  color: white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}


.contact-info-container {
  color: white;
  padding: 40px 30px;
  border-radius: 10px;
  max-width: 600px;
  margin: auto;
  font-family: Roboto, sans-serif;
  /*text-align: left;*/
  text-align: center !important;

}

.contact-info-container span {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center !important;
}

.contact-info-container .subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 40px;
  line-height: 1.4;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
  text-align: left;
}

.contact-item .icon {
  font-size: 26px;
  margin-top: 5px;
}

.contact-item h3 {
  margin: 0;
  font-size: 30px;
}

.contact-item p {
  margin: 5px 0 0;
  font-size: 23px;
  line-height: 1.4;
}

.form-container h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ABA06F;
}

form input,
form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}

.input-row {
  display: flex;
  gap: 10px;
}

.input-row input {
  flex: 1;
}

form textarea {
  resize: none;
  font-family: "Roboto", sans-serif;
}

form button {
  display: block;
  margin: 0 auto;
  padding: 12px 30px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

form button:hover {
  background-color: #333;
}


.left_ben{

}

.right_ben{
  background-color: #000;
}

.left_are img {
  width: 100%;
  height: auto;
  display: block;
}


.left_ben img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 7px 0 0 7px;
}


.right_ben img {
  width: 100%;
  height: auto;
  display: block;
}


.width_about{
  width:50% !important;
  border-radius: 10px !important;
  display: flex !important;
  justify-content: center;
  background-color: #FFF !important;
box-shadow: 0px 0px 45px -5px rgba(0,0,0,0.67);
-webkit-box-shadow: 0px 0px 45px -5px rgba(0,0,0,0.67);
-moz-box-shadow: 0px 0px 45px -5px rgba(0,0,0,0.67);
}

.width_service{
  width:50%;
  height: 100%;
  border-radius: 10px;
  /*display: flex;*/
  justify-content: center;
  background-color: #FFF;
  box-shadow: 0px 0px 45px -5px rgba(0,0,0,0.67);
  -webkit-box-shadow: 0px 0px 45px -5px rgba(0,0,0,0.67);
  -moz-box-shadow: 0px 0px 45px -5px rgba(0,0,0,0.67);
}

.home .home-content .text-2 {
  padding-top:45px;
  position: relative;
  /*font-family: "Oswald", sans-serif;*/
  font-size: 40px;
  font-weight: 600;
  margin-left: -3px;
  position: relative;
  z-index: 1;
  line-height: 1.3;
  /*text-transform: uppercase;*/
  margin: 1% 0 3%;
  color: #FFF;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.8);

}
.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;
  background: none;
  color: #FFFFFF;
  border: 2px solid #111;
  font-size: 25px;
  padding: 9px 45px;
  margin-top: 153px;
  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;
  border-radius: 10px;
  position: relative;
  height: 100%;
}

.about2 {
  background: #fff;
  border-radius: 10px;
}


.services_content{
  background: #fff;
  border-radius: 10px;
}
.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: #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;
}

.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;
}


#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;
}

#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;
}


.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-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%;
}

.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;
}


.carousel-2 .owl-nav button{
    width: 47px;
    height: 121px;
    /*background: #ffffff !important;*/
    color: #eace1d !important;
    font-size: 120px !important;
    border-radius: 100%;
    position: relative;
    /*box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 25%);*/
}
.carousel-2, .owl-nav, .owl-prev {
    position: relative;
}
.carousel-2, .owl-nav, .owl-next {
    position: relative;
}
.carousel-2, .owl-nav, .owl-prev::after {
    content: '';
    position: absolute;
    width: 10px;
}
.carousel-2, .owl-nav, .owl-next::after {
    /*content: '';
    width: 10px;*/
}


/* contact section styling */
.contact {
  color: #111;
  background: url('images/CONTACTO.jpg') no-repeat center;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 74vh;
}
.opacity-end {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.82;
  left: 0;
}
.contact .title::after {
  content: "";
}
.contact .contact-content .column {
  width: calc(45% - 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) {

  .home .home-content .text-1 {
    font-size: 33px;
    position: relative;
    color: #FFF;
    font-weight: 600;

  }

  #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 21px;
    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) {
  .home .home-content .text-2 {
    font-size: 2em;
  }

  .service_width_weare{
    margin-top: 0px;
  }

  .width_text_btn_weare {
    display: flex;
    color: #FFF;
    
    justify-content: center;
  }

  .text_service {
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    color: #e7ae1d;
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight: 700;

  }

  .btn_coti_weare {
    background-color: #e7ae1d;
    border: 0;
    padding: 17px;
    color: #262626;
    font-size: 18px;
    padding: 9px 45px;
    margin-top: 23px;
    font-weight: bold;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    position: absolute;
    letter-spacing: 1px;
    z-index: 3;
  }

  .text_weare {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    text-align: justify;
    hyphens: auto;
  }

  .width_about {
    width: 104%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    background-color: #FFF;
    box-shadow: 0px 0px 45px -5px rgba(0, 0, 0, 0.67);
    -webkit-box-shadow: 0px 0px 45px -5px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 0px 0px 45px -5px rgba(0,0,0,0.67);
}

  .icon_nosotros {
    background-color: #e7ae1d;
    width: 125px;
    height: 125px;
    padding: 20px;
    border-radius: 10px;
    margin-top: -138px;
    margin-left: -7px;
    z-index: 3;
    position: absolute;
  }

  .home .home-content a {
   
    bottom: 0;
    /*position: absolute;*/
    
  }

  .home .home-content .text-1_2 {
    font-size: 33px;
    position: relative;
    color: #FFF;
    font-weight: 600;
  }

  .home .home-content .text-2_2 {
    padding-top: 45px;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    margin-left: -3px;
    position: relative;
    z-index: 1;
    line-height: 1.3;
    /*text-transform: uppercase;*/
    margin: 1% 0 3%;
    color: #FFF;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.8);
  }

  .align_3 {
    display: contents;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    top: 10%  flex-wrap: wrap;
    width: 115%;
  }

  .width_text_sec {
    width: 74%;
    margin-bottom: 10px;
  }

  .align_content {
    margin-top: 20px;
  }

  .img_cert{
    width:100%;
    height:220px;
    box-shadow: 0px 0px 45px -5px rgba(0, 0, 0, 0.67);
    -webkit-box-shadow: 0px 0px 45px -5px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 0px 0px 45px -5px rgba(0,0,0,0.67);
  }



  .img_gar {
    width: 100%;
    height: 294px;
    box-shadow: 0px 0px 45px -5px rgba(0, 0, 0, 0.67);
    -webkit-box-shadow: 0px 0px 45px -5px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 0px 0px 45px -5px rgba(0,0,0,0.67);
  }  
  .max-width {
    padding: 0 10px;
  }
  .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%;
  }
  
  .mobil {
    display: block !important;
  }
  .navbar .logo img {
      width: 90%;
      margin: 2% 0;
      height: 97%
  }

  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: 1.5em;
  }

  .head-0 ul:first-child{
    display:none;
  }

  .home .home-content .text-3 {
    font-size: 20px;
  }

  .about .about-content .right .text,
  .skills .skills-content .left .text {
    font-size: 27px;
  }

  .home .home-content .text-2 {
    padding-top: 33px;
    position: relative;
    /* font-family: "Oswald", sans-serif; */
    font-size: 40px;
    font-weight: 600;
    margin-left: -3px;
    position: relative;
    z-index: 1;
    line-height: 1.3;
    /* text-transform: uppercase; */
    margin: 1% 0 3%;
    color: #FFF;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.8);
  }

  .carousel-2 .owl-nav button {
    width: 47px;
    height: 121px;
    /* background: #ffffff !important; */
    color: #eace1d !important;
    font-size: 80px !important;
    border-radius: 100%;
    position: relative;
    vertical-align: middle;
    justify-content: center;
    /* box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 25%); */
  }

  .title_service2{
    display: flex;
    justify-content: center; /* centra horizontalmente */
    align-items: center; 
    font-size:15px;
    font-weight: 600;
    padding:10px;
    text-align: center;
  }

  .title_beneficios {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    padding: 10px;
 }

  .img_service2 {
    object-fit: cover;
     height: 100%; 
    border-radius: 0 0 10px 10px;
     /*margin-top: 64px; */
    width: 100%;
    bottom: 0;
    display: flex;
  }

  .left_ben img {
    /*width: 100%;*/
    height: 150px !important;
    /*display: block;*/
    object-fit: cover;
    border-radius: 0 0 0 0;
  }

  .text_benefi {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-align: justify;
    color: #FFF;
    padding: 30px;
    min-height: 588px;
    height:100%;
  }

  .beneficios {
    background-image: url(images/FONDO-BENEFICIOS.png) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
    /*background-color: #e7ae1d;*/
  }


  .certificacion {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 78vh;
}


  .lista_beneficios {
    list-style: none;
     padding-left: 0px; 
  }

  .lista_beneficios li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 14px;
    width: 98%;
  }

  .lista_beneficios li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: orange;
    font-size: 58px;
    line-height: 0.3;
  }

  .text_beneficios {
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    color: #ABA06F;
    font-weight: 700;
  }

  .service_width_beneficios {
    width: 100%;
    padding: 27px 20px;
    text-align: center;
  }

  .column_beneficios {
    position: relative;
    flex: 1;
    min-width: 300px;
    border-radius: 0 0 0 0;
  }

  .text_cert {
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-weight: 700;
  }

  .title_cert {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 27px;
    font-weight: 600;
    padding: 10px;
    margin-bottom: 28px;
  }

  .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;
  }


  .width_service{
    width: 100% !important; 
    border-radius: 10px !important;
    display: flex !important;
    justify-content: center;
    background-color: #FFF !important;
    box-shadow: 0px 0px 45px -5px rgba(0, 0, 0, 0.67);
    -webkit-box-shadow: 0px 0px 45px -5px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 0px 0px 45px -5px rgba(0,0,0,0.67);
  }

  .img_service3 {
    object-fit: cover;
    height:  62% !important;
    border-radius: 0 0 10px 10px;
    display: block;
    max-width: 100%;
    /* height: auto; */
  }

  .lista_servicios li {
    position: relative;
    padding-left: 31px;
    margin-bottom: 10px;
    margin-left: 12px;
    font-size: 14px;
    width: 96%;
  }

  .lista_servicios li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: orange; /* Color de la viñeta */
    font-size: 68px;
    line-height: 0.3;
  }

  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    height: 87vh;
    -webkit-transform: translate3d(0, 0, 0);
  }

  .title_service {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    padding: 10px;
  }

  .left_none2 {
    position: relative;
    bottom: -56px;
    left: 0;
    width: 100%;
    height: 38vh;
  }

  .title_contact {
    color: #fff;
    font-size: 60px !important;
    top: 60px;
    position: relative;
  }

  .contact-item h3 {
    margin: 0;
    font-size: 23px;
  }

  .contact-info-container span {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center !important;
  }

  .contact-item p {
    margin: 5px 0 0;
    font-size: 18px;
    line-height: 1.4;
  }

  .service_width_cert {
    width: 100%;
    padding: 15px 20px;
    text-align: center;
  }

  .contact-info-container {
    color: white;
    padding: 22px 3px;
    border-radius: 10px;
    max-width: 600px;
    margin: auto;
    font-family: "Roboto", sans-serif !important;
    /* text-align: left; */
    text-align: center ;
  }

  .btn_coti_serv {
    background-color: #e7ae1d;
    border: 0;
    padding: 17px;
    color: #262626;
    font-size: 18px;
    padding: 9px 45px;
    margin-top: 410px;
    font-weight: bold;
    border-radius: 5px;
    position: absolute;
    letter-spacing: 1px;
    z-index: 3;
  }

  .btn_coti_beneficios {
    
    color: #262626;
    font-size: 18px !important;
    padding: 9px 45px !important;
    margin-top: -129px !important;
    z-index: 3 !important;
    bottom: 39px;
  }

  .lista_cert {
    list-style: none;
    padding-left: 5px;
  }

  .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: 38px;
    bottom: 15px;
    height: 38px;
    width: 35px;
    font-size: 55px;
    line-height: 38px;
  }
  .new-products ul {
    grid-template-columns: 1fr;
  }
  section {
    padding: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);
  }

  .opacity-end {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.82;
    left: 0;
  }

  .skills .skills-content .column, .contact .contact-content .column {
    width: 100%;
    bottom: -516px;
    position: absolute;
    margin-bottom: 35px;
   }

  .title_contact {
    color: #fff;
    font-size: 60px !important;
    top: 0px;
    position: relative;
  }


  .contact {
    color: #111;
    background: url(images/CONTACTO.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 1105px;
  }

  .head-0 {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 2;
    font-sise: 20px;
    display: grid;
  }
  .head-0 ul {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
  }

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

  .align_items_menu{
    justify-content: flex-start;
  }

  .main-menu {
        display: none; /* Oculta el menú principal */
    }

    .menu-btn {
        display: block; /* Muestra el ícono hamburguesa */
    }

    .content-call {
        display: block; /* Opcional: ocultar el teléfono en móviles */
    }

  .max-width_are {
    max-width: 100%;
    padding: 0 15px;
    margin: auto;
  }

  .width_text_btn {
    display: flex;
    justify-content: center; /* centra horizontalmente */
    align-items: center;     /* centra verticalmente si tiene altura */
    color:#FFF !important;
    margin-left:0%;
            height: 100%;
  }

  .about {
    background: #fff;
    border-radius: 10px;
    height: 100%;
  }

  .about2 {
    background: #fff;
    border-radius: 10px;
    height: 137vw;
  }

  .contra_por{
    height: 68vh;
  }

  .imgen_deg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    pointer-events: none;
    z-index: 2;
    border-radius: 0 0 10px 10px;
  }

  .width_service {
    width: 50%;
    height: 73%;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 45px -5px rgba(0,0,0,0.67);
}

  .servicios {
    background-image: url(images/FONDO-SERVICIO.png) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    height: 650px;
  }

  .max-width_service {
    padding: 0 10px;
    margin: auto;
    width: 100%;
  }

  .max-width_gar {
    max-width: 100%;
    padding: 0 10px;
    margin: auto;
  }

  .lista_cert li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    width: 92%;
  }

  .lista_cert li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: orange; 
    font-size: 67px;
    line-height: 0.3;
  }

  .text_weare_just {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    text-align: justify;
     hyphens: auto;
  }

  .width_logo_mobile{
    /*width:10%;*/
  }

  #call-to-content {
    position: relative;
    height: 100%;
    background: #111;
    padding: 6px;
    width: auto;
    display: grid;
    font-weight: 500;
    /* grid-template-columns: 30% 70%; */
    align-items: end;
    text-align: center;
    cursor: pointer;
    z-index: 0;
    border-radius: 6px;
    font-size: 14px;
  }

  .menu-btn {
    display: block; /* Muestra el ícono hamburguesa */
  }

  .content-call {
    display: flex !important; /* Opcional: ocultar el teléfono en móviles */
    margin-right: 20px;
  }


  .home .home-content a {
    display: inline-block;
    background: none;
    /* color: #111; */
    border: 2px solid #111;
    font-size: 25px;
    padding: 9px 45px;
    margin-top: 400px;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 1px;
    z-index: 1;
  }
  




/*---------------------------*/

  
  .flipper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    transition: transform 0.8s ease-in-out;
    transform-style: preserve-3d;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    height: 360px;
  }

  .flip-container {
    perspective: 1000px;
    width: 59%;
    max-width: 800px;
    margin: 0 auto;
    height: 518px;
  }

  .front, .back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
  }

  /* Estilos para imágenes dentro del front */
  .front img {
    width: 100%;
    height: 30%;
    object-fit: fill;
    display: block;
    /*padding-top: 20px;*/
  }

  /* Estilos para la imagen de back */
  .back .img_back {
    width: 100%;
    height: 47%;
    object-fit: cover;
    display: block;
    bottom: 0;
    position: absolute;
  }

  /* El back debe estar rotado inicialmente */
  .back {
    transform: rotateY(180deg);
  }

  /* Aplicar flip al flipper cuando el contenedor tenga la clase flipped */
  .flip-container.flipped .flipper {
    transform: rotateY(180deg);
  }

/*---------------------------*/



  .servicios_content{
    position: relative;
    background-color: #4D6E53;
    min-height: 950px;
    padding: 180px 20px 143px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    overflow: hidden;
  }


  .service_width_gar {
    width: 100%;
     padding: 30px 20px; 
    text-align: center;
  }

}


/* ---------------------------------------- */
/* Responsive Design Breakpoints            */
/* ---------------------------------------- */

/* Móviles pequeños (hasta iPhone SE, Galaxy Fold, etc.) */
@media (max-width: 480px) {
  
  .info_content .max-width,
  .info_content {
    width: 100% !important;
    padding: 10px 15px !important;
    box-sizing: border-box;
  }

  .info_content .icons_header,
  .info_content .horario_header {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
  }

  .logo {
    max-width: 120px;
  }

  .menu-btn {
    display: block;
    font-size: 26px;
    color: white;
  }

  .main-menu {
    display: none;
  }

  .content-call {
    /*display: block;*/
  }


}

/* Móviles medianos (iPhone 13, Galaxy S21, etc.) */
@media (max-width: 600px) {
  .top-header .max-width {
    padding: 10px 20px !important;
  }

  .legend_1 h2 {
    font-size: 24px !important;
  }

  .legend_1 p {
    font-size: 14px !important;
  }

  .legend_1 button {
    font-size: 16px !important;
  }

  .img_service1,
  .img_beneficio1 {
    width: 60px !important;
    height: 60px !important;
  }
}

/* Tablets verticales */
@media (max-width: 768px) {
  .align_3 {
    flex-direction: column;
    gap: 20px;
  }

  .column_weare,
  .column_cert,
  .column_gar,
  .column_beneficios {
    min-width: 100%;
  }

  .img_cert,
  .img_gar,
  .img_beneficio {
    width: 100%;
    height: auto;
  }

  .title_contact {
    font-size: 28px !important;
  }

  


}

/* Tablets horizontales, laptops pequeños */
@media (max-width: 992px) {
  .home .home-content .text-1 {
    font-size: 36px;
  }

  .home .home-content .text-2 {
    font-size: 22px;
  }
}
