/* Sections */

.colored-section {
  background-color: #226856;
}

.white-section {
  background-color: #fff;
}

/* Cookie Banner Styles */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #226856 0%, #1a4d3f 100%);
  color: white;
  padding: 20px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  border-top: 3px solid #fff;
}

.cookie-banner.show {
  transform: translateY(0);
}

.cookie-banner-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cookie-banner-text {
  flex: 1;
}

.cookie-banner-text h6 {
  margin: 0 0 8px 0;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
}

.cookie-banner-text h6 i {
  margin-right: 8px;
  color: #ffd700;
}

.cookie-banner-text p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #f0f0f0;
}

.cookie-link {
  color: #ffd700;
  text-decoration: underline;
  font-weight: 500;
}

.cookie-link:hover {
  color: #fff;
  text-decoration: none;
}

.cookie-banner-buttons {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.cookie-banner-buttons .btn {
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.cookie-banner-buttons .btn-outline-light {
  border-color: #fff;
  color: #fff;
}

.cookie-banner-buttons .btn-outline-light:hover {
  background-color: #fff;
  color: #226856;
}

.cookie-banner-buttons .btn-light {
  background-color: #fff;
  color: #226856;
  border-color: #fff;
}

.cookie-banner-buttons .btn-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.cookie-banner-buttons .btn i {
  margin-right: 6px;
}

/* Cookie Categories Styles */
.cookie-categories {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cookie-category {
  margin-bottom: 15px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cookie-category-header {
  margin-bottom: 8px;
}

.cookie-category-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: white;
  font-weight: 500;
}

.cookie-category-label input[type="checkbox"] {
  margin-right: 10px;
  transform: scale(1.2);
}

.cookie-category-label input[type="checkbox"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.cookie-category-title {
  font-size: 0.95rem;
  font-weight: 600;
}

.cookie-category-desc {
  margin: 0;
  font-size: 0.85rem;
  color: #f0f0f0;
  line-height: 1.3;
}

/* Estilos para validación de política de privacidad */
#privacy-policy-error {
  border-left: 4px solid #dc3545;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
  padding: 12px 16px;
  margin: 10px 0;
  border-radius: 4px;
  animation: slideIn 0.3s ease-out;
}

#privacy-policy-error i {
  margin-right: 8px;
  color: #dc3545;
}

#privacy-policy-error .alert-link {
  color: #226856;
  font-weight: 600;
  text-decoration: underline;
}

#privacy-policy-error .alert-link:hover {
  color: #1a4d3f;
  text-decoration: none;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Resaltado del checkbox cuando hay error */
.checkbox-label input[type="checkbox"]:invalid {
  border: 2px solid #dc3545 !important;
  border-radius: 4px !important;
}

/* Estilo para el enlace de política de privacidad */
.checkbox-label a {
  color: #226856;
  font-weight: 600;
  text-decoration: underline;
}

.checkbox-label a:hover {
  color: #1a4d3f;
  text-decoration: none;
}

/* Responsive Design para Cookie Banner */
@media (max-width: 768px) {
  .cookie-banner {
    padding: 15px;
  }
  
  .cookie-banner-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .cookie-banner-text {
    order: 1;
  }
  
  .cookie-banner-buttons {
    order: 2;
    justify-content: center;
  }
  
  .cookie-banner-text h6 {
    font-size: 1rem;
  }
  
  .cookie-banner-text p {
    font-size: 0.85rem;
  }
  
  .cookie-banner-buttons .btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    padding: 12px;
  }
  
  .cookie-banner-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .cookie-banner-buttons .btn {
    width: 100%;
  }
}

/* Fuentes */


.title-ptg {
  color: #226856;
  font-family: 'Maven Pro', sans-serif;
  text-align: left;
  font-size: 3.2rem;
}

.title-ptg-steps {
  color: #226856;
  font-family: 'Maven Pro', sans-serif;
  text-align: left;
  font-size: 2rem;
}
body {
  font-family: "Montserrat";
  text-align: center;
  background-color: white;
}

em {
  color: white;
}

minifont{
  font-size: 0.8rem;
}
.mini-title-ptg {
  font-family: 'Maven Pro', sans-serif;
}

.mini-title-ptg-large {
  font-family: 'Maven Pro', sans-serif;
  font-size: 3rem;
}

.minimini-title-ptg-large {
  font-family: 'Maven Pro', sans-serif;
  font-size: 1, 5rem;
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
}

.circle {
  font-family: "Ubuntu";
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
}

.big-heading-white {
  font-family: 'Maven Pro', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
  color: white;
}

.big-heading {
  font-family: 'Maven Pro', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
}


.section-heading {
  font-size: 3rem;
  line-height: 1.5;
}

.section-heading-white {
  font-size: 3rem;
  line-height: 1.5;
  color: white;
}

.feature-title-box {
  font-size: 1.7rem;
  font-weight: bold;
}



.feature-title {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.feature-title-white {
  font-size: 1.5rem;
  color: white;
}

.cookiesText {
  font-size: 1rem;
  color: white;
  text-align: left;
}

.feature-list {
  text-align: left;
}

.testimonial-text {
  font-size: 3rem;
  line-height: 1.5;
  color: white;
}

.price-text {
  font-size: 3rem;
  line-height: 1.5;
}

.footer-text {
  color: white;
}


.nav-link {
  font-size: 1rem;
  font-family: "Ubuntu";
}

color-orange {
  color: #FF8C32;
  font-weight: bold;

}

color-red {
  color: red;
  font-weight: bold;

}

.icon-color {
  color: white;
}

.icon-red {
  color: red;
}

.icon-color:hover {
  color: #3AB091;
}

.titulin {
  color: #226856;
  font-weight: bold;

}

.delimitador {
  color: #226856;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0%;
}

.ali_izq {
  text-align: left;
}

.float_izq {
  float: left;
}

.aviso {
  color: red;
  margin: 0;
  font-size: 1rem;
  font-family: "Ubuntu";
  font-weight: bold;
  padding: 1%;
}

.bold {
  font-weight: bold;
}

bold-text {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.gray-text{
  color: #6c757d;
}

GuardiasApp {
  color: rgb(0, 111, 60);
  font-weight: bold;
  font-family: "Segoe UI";
}

.small {
  text-align: left;
  font-weight: lighter;
  font-size: x-small;
  margin: 0%
}

.small-bold {
  text-align: left;
  font-weight: bold;
  font-size: small;
  margin: 0% 0% 1% 0%
}

.small_center {
  text-align: center;
  font-weight: lighter;
  font-size: x-small;
  margin: 0%
}

a.cookies:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a.cookies:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a.cookies:hover {
  color: #FF8C32;
  background-color: transparent;
  text-decoration: underline;
}

/* Containers */


.center {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  width: 50%;
}

.circle {
  margin: auto;
  margin-bottom: 5%;
  width: 75px;
  height: 75px;
  line-height: 70px;
  border-radius: 50%;
  color: #fff;
  /*background:#3AB091;*/
  background: #FF8C32;
}

.img-fluid{
  max-width: 400px;
  height: auto;
}
.section-ptg {
  padding: 3rem 0;
}

.title-section {
  padding: 0 12rem 3rem;
}

.padding100 {
  padding: 6% 15%;
}

.container-fluid {
  padding: 6% 10%;

}

.container-fluid-light {
  padding: 1% 1%;

}

.container-fluid-navbar {
  padding: 1% 1% 1%;
  min-height: 80px;
}

.container-fluid-footer {
  padding: 3% 10%;
}

.container-text {
  margin-bottom: 3%;
}

.container-text-light {
  margin-bottom: 1%;
}

.container_k {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(125, 125, 125);
  background-color: white;
  border-radius: 5px;
  height: auto;
  width: 100%;
  padding: 2.5% 5% 5%;
  /*box-shadow: 10px 10px 8px rgb(125, 125, 125);*/
  display: inline-block;
  margin-right: 10%;
}

.scroll_k {
  overflow-x: scroll;
  overflow-y: hidden;
  overflow: auto;
}

.container_k::-webkit-scrollbar {
  width: 1em;
}

.container_k::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.container_k::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.container {
  margin: 0 0 0 0;
  width: 100%;
}

.download-button {
  margin: 5% 3% 5% 0;

  color: #fff;
  background-color: #ff8c35;
  box-shadow: 10px 10px 15px #36322fb5;
}


.download-button:hover {
  color: #fff;
  box-shadow: 10px 10px 15px #ffa764b5;

}


.defaultsink {
  position: absolute;
  left: -100%;
}

.margen-texto {
  box-sizing: border-box;
  padding: 100px;
}

.recuadro {
  border: 1px solid rgb(218, 218, 218);
  border-radius: 5px;
  padding: 3%;
}

.linea_abajo {
  border-bottom: 2px solid #FF8C32;
  padding: 0%;
  margin-bottom: 1%;
}

/* Estilos generales para ambos videos */
.video-container {
  position: relative;
  width: 80%;
  padding-bottom: 56.25%;
  /* Relación de aspecto 16:9 */
  height: 0;
  margin: 0 auto;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Oculta el video de escritorio por defecto */
.desktop-video {
  display: none;
}


/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 4px;
  position: absolute;
  z-index: 1;
  bottom: -150%;
  left: 50%;
  margin-left: -100px;
  font-size: smaller;
}

.popup .popuptext_2 {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 4px;
  position: absolute;
  z-index: 1;
  bottom: -65%;
  left: 50%;
  margin-left: -100px;
  font-size: smaller;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  rotate: 180deg;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.popup .popuptext_2::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  rotate: 180deg;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* El popup de descargar calendario */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/* EL CONTAINER DE Cómo son las planillas*/



.shadow {
  box-shadow: 10px 10px 15px #cf9a72ab;
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-row-gap: 10px;
  grid-column-gap: 20px;
  height: auto;
}

.item1 {
  grid-column: 1 /3;
}

.item2 {
  grid-column: -3 / 5;
}

.item3 {
  grid-column: 1 / 3;
  grid-row: 2;
}

.item4 {
  grid-column: -3 / 5;
  grid-row: 2;
}

.item5 {
  grid-column: 1 /3;
  grid-row: 3;
}

.item6 {
  grid-column: -3 / 5;
  grid-row: 3;
}

.item_izq {
  width: 33%;
  float: left;
  padding: 7% 0;
  color: #226856;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.item_der {
  width: 67%;
  float: right;
  padding: 7% 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.item_der_fin {
  width: 67%;
  float: right;
  padding: 3% 0%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.icon_box {
  --fa-animation-iteration-count: 1;
}

.icon_box:hover {
  animation-name: rotate;
  animation-duration: 0.7s;
  animation-delay: 2s;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .card-body {
    padding: 10px 5px !important;
  }
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-header-false {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-container {
  display: flex;
  align-items: center;
}

.title-container img {
  margin-left: 10px;
  /* Ajusta el espacio entre el texto y la imagen */
}

s,
strike {
  text-decoration: none;
  position: relative;
}

s::before,
strike::before {
  top: 50%;
  /*tweak this to adjust the vertical position if it's off a bit due to your font family */
  background: red;
  /*this is the color of the line*/
  opacity: .7;
  content: '';
  width: 110%;
  position: absolute;
  height: .1em;
  border-radius: .1em;
  left: -5%;
  white-space: nowrap;
  display: block;
  transform: rotate(-15deg);
}

s.straight::before,
strike.straight::before {
  transform: rotate(0deg);
  left: -1%;
  width: 102%;
}


/* Container del paso de relaciones */

.item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  flex-wrap: nowrap;
  /* Permite que los elementos se envuelvan */
  justify-content: space-between;
}

.item-left {

  margin-right: 10px;

  flex: 1 1 auto;
  /* Permite que el contenedor crezca según el contenido */
  min-width: 0;
  /* Necesario para que flex-grow funcione correctamente con overflow */

}

.item-right {
  flex: 0 0 auto;
  /* Mantiene el tamaño fijo del botón */
}

.item-left b {
  word-wrap: break-word;
  /* Permite que las palabras largas se rompan */
}

/* Asegúrate de que los select y botones no se desborden */
.form-control-normas {
  width: auto;
  /* Ajusta el ancho del select */
  max-width: 100%;
  /* Evita desbordamiento */
}

.btn-ptg-naranja-no-margin {
  white-space: nowrap;
  /* Evita que el botón se rompa en varias líneas */
}

/* Navigation Bar */

.navbar {
  padding: 0 20px;
  min-height: 80px;
}

.nav-item {
  padding: 0 4px;
}

.white-color {
  color: whitesmoke
}

.white-color:hover {
  color: white
}

#BtnLoginRegistro {
  color: white;
  text-decoration: none;
}


#BtnPresupuestoPricing {
  color: white;
  text-decoration: none;
}


/* Buttons */

/* Pricing */
.btn-ptg {
  color: #000000;
  background-color: #5ECAAE;
  margin: 1rem 1rem;
  box-shadow: 6px 6px 10px #36322f8e;
}


.btn-ptg:hover {
  color: #fff;
  background-color: #3AB091;

}

.btn-ptg-naranja-margin-top-lateral {
  color: #fff;
  background-color: #FF8C32;
  margin: 1rem 1rem 0;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.13);
}

.btn-ptg-naranja-margin-top-lateral:hover {
  color: #fff;
  background-color: #3AB091;
  margin: 1rem 1rem 0;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.5);
}

.btn-ptg-naranja-no-margin {
  color: #fff;
  background-color: #FF8C32;
}

.btn-ptg-naranja-no-margin:hover {
  color: #fff;
  background-color: #3AB091;
}

.btn-ptg-rojo-no-margin {
  color: #fff;
  background-color: #f06e6e;
}

.btn-ptg-rojo-no-margin:hover {
  color: #fff;
  background-color: #ff2d2d;
}

.btn-ptg-naranja {
  color: #fff;
  background-color: #FF8C32;
  margin: 1rem 1rem;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.5);
}

.btn-ptg-naranja:hover {
  color: #fff;
  /*background-color: #3AB091;
  /*box-shadow: 15px 15px 20px rgba(46, 229, 157, 0.4);*/
  background-color: #ff8c35;
  box-shadow: 10px 10px 15px #ffa764b5;
  transform: translateY(-5px);
  font-weight: bold;
}

.btn-ptg-naranja-claro {
  background-color: #ffffff;
  margin: 1rem 1rem;
  border-color: #FF8C32;
  color: #12362D;

}

.btn-ptg-naranja-claro:hover {
  color: #fff;
  background-color: #FF8C32;

}

.btn-ptg-danger {
  margin: 1rem 1rem;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.5);
}
/* Formulario */
.bg-ptg {
  background-color: #3AB091;
  font-size: 0.6rem;
}

.happy {
  background-color: #52ec92;
}

.happy:hover {
  background-color: #2aee7c;
}

.medium {
  background-color: #cdf19b;
}

.medium:hover {
  background-color: #bee947;
}

.sad {
  background-color: #eeb2a7;
}

.sad:hover {
  background-color: #ee705a;
}

.cry {
  background-color: #fb4848;
}

.cry:hover {
  background-color: #f32323;
}

/*TOGGLE BUTTON*/


/* Toggle Button */
div.settings {
  display: grid;
  grid-template-columns: max-content max-content max-content;
  grid-gap: 10px;
  justify-content: center
}

/* styling lable */

.toggle {
  --width: clamp(60px, 15vw, 80px);
  --height: calc(var(--width) / 3);
  position: relative;
  display: inline-block;
  width: var(--width);
  height: var(--height);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background: #ccc;
  border-radius: calc(var(--height) / 2);
  margin: 0 10px;
}

/* hiding checkbox */
.toggle input {
  display: none;
}

/* Creating slider */

.toggle .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: calc(var(--height) / 2);
  background-color: #FF8C32;
  transition: all 0.4s ease-in-out;
}

.toggle .slider::before {
  content: '';
  position: absolute;
  top: calc(var(--height) * 0.1);
  left: calc(var(--height) * 0.1);
  width: calc(var(--height) * 0.8);
  height: calc(var(--height) * 0.8);
  border-radius: 50%;
  background-color: white;
  transition: all 0.4s ease-in-out;
}
/* Adding slider effect */

.toggle input:checked + .slider {
  background-color: #226856;
}

.toggle input:checked + .slider::before {
  transform: translateX(calc(var(--width) - var(--height)));
}

.toggle .labels {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  transition: all 0.4s ease-in-out;
}

.toggle .labels::after {
  content: attr(data-off);
  position: absolute;
  right: calc(var(--height) * 0.7);
  top: 50%;
  transform: translateY(-50%);
  color: #4d4d4d;
}

.toggle .labels::before {
  content: attr(data-on);
  position: absolute;
  left: calc(var(--height) * 0.7);
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  opacity: 0;
}

.toggle input:checked ~ .labels::after {
  opacity: 0;
}

.toggle input:checked ~ .labels::before {
  opacity: 1;
}

@media (max-width: 576px) {
  .toggle {
      --width: 60px;
      margin: 0 5px;
  }
}
/* Collapsible Button */

.click.collapsed .coll-icon {
  transform: rotate(180deg);
  transition: .3s ease-in-out;
}

.arrow {
  border: solid #12362D;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.btn.pswp__button {
  box-shadow: none;
}

/* RESPONSIVE FEATURES */
/* Features Section */

.feature-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-box-green {
  padding: 4.5%;
  border-radius: 25px;
  background-color: #fff;
  border: solid #226856 10px;

}


.feature-box-clear-orange {
  padding: 3%;
  border-radius: 25px;
  /*background-color:  #3AB091;*/
  background-color: #FFF4EB;
  border: solid #FF8C32 5px;
  color: black;
  font-weight: bold;
}

.guardias-box-clear-orange {
  padding: 3%;
  border-radius: 15px;
  background-color: #FFF4EB;
  border: solid #FF8C32 2px;
  color: black;
}

.red-aviso {
  border-radius: 15px;
  background-color: #FFF4EB;
  border: solid #ff3232 2px;
  color: black;
  margin-bottom: 1.5%;
}

.guardias-box-clear-orange-max {
  padding: 3%;
  border-radius: 15px;
  background-color: #FFF4EB;
  border: solid #FF8C32 2px;
  color: black;
  max-width: 100%;
}

.guardias-box-clear-green {
  padding: 3%;
  border-radius: 15px;
  background-color: #d8e7e4;
  border: solid #226856 2px;
  color: black;
}

.guardias-box-clear-green-max {
  padding: 3%;
  border-radius: 15px;
  background-color: #d8e7e4;
  border: solid #226856 2px;
  color: black;
  max-width: 100%;
}

.progress_k {
  margin-bottom: 2.5%;
}

.pricing-column {
  padding: 3% 2%;
}

.padding3 {
  padding-bottom: 3%;
}


.padding30 {
  padding: 2rem 0 0;
}


/* form-control */

.form-control {
  width: 75%;
  margin: auto;
}

.form-control-equipo {
  float: left;
  width: max-content;
  margin: auto;
}

.label_form {
  /* Other styling... */
  text-align: right;
  clear: both;
  float: right;
  vertical-align: middle;
  margin-left: 5%;

}

.form-control-normas {

  margin: auto;
}

/* IMAGENES */

/* Title Image */

.title-image {
  width: 60%;
  transform: rotate(25deg);
  position: absolute;
  right: 30%;
}

/* CAPA GRIS PRICING */
.filtered {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 100%);

  opacity: .5;
}

.image-container {
  position: relative;
  width: 160px;
  /* Ajusta el ancho según necesites */
  height: 100px;
  /* Ajusta la altura según necesites */
  margin: 0 auto;
  /* Centra horizontalmente */
}

.image {
  position: absolute;
  width: 100px;
  /* Tamaño de las imágenes */
  height: 100px;
  /* Tamaño de las imágenes */
}

.image1 {
  top: 0;
  left: 0;
}

.image2 {
  top: 0;
  left: 60px;
  /* Mueve la imagen 60px hacia la derecha */
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0.5) 100%);
}


@media (max-width: 991px) {

  .label_form {
    /* Other styling... */
    text-align: right;

    float: none;

    margin-bottom: 0;
    margin-left: 0;

  }

  .form-control-equipo {
    float: none;
    width: max-content;
    margin-bottom: 1%;
    text-align: center;
  }

  .title-image {
    position: static;
    transform: rotate(0);
  }
}

.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}

.foto-ptg {
  width: 100%;
  object-fit: contain;
}

/* ICONOS */
.social-icon {
  margin: 20px 10px;
}

.icon {
  color: #ef8172;
  margin-bottom: 1rem;
}

.icon:hover {
  color: #226856;
}


/* Tablas */
.celda {
  padding: 0 10px 0 0;
  vertical-align: middle;
}

.table th {
  padding: 0;
  width: 2rem;
  min-width: 20px;
}

.table tbody th {
  white-space: nowrap;
  text-align: right;
  max-width: 150px;
}

.table td {
  padding: 0;
  width: 2rem;
  min-width: 23px;
}

.table-clear-blue {
  background: #bdeaf7;

}

.table-clear-purple {
  background-color: #f3e5f5 !important;
}

.table-clear-red {
  background: #f7cfbd;

}

.table-clear-green {
  background: #d6f7bd;

}

.table-clear-grey {
  background: #f4f5f4;

}

/* CAROUSEL */
.carousel-item {
  padding: 7% 15%;
}


/* CHECKBOX */

input[type=checkbox]:hover {
  -ms-transform: scale(2);
  /* IE */
  -moz-transform: scale(2);
  /* FF */
  -webkit-transform: scale(2);
  /* Safari and Chrome */
  -o-transform: scale(2);
  /* Opera */
  transform: scale(2);
}

/* loading  */

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #FF8C32;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}


/* MOVIL */


@media (max-width: 600px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .navbar-brand {
    font-size: clamp(1rem, 4vw, 1.5rem);
  }

  .navbar-toggler {
    font-size: 1.5rem;
    padding: 0.25rem 0.5rem;
    margin-right: 0.5rem;
  }

  .nav-link {
    font-size: 1rem;
  }

  .title-ptg {
    font-size: 2rem;
  }

  .title-ptg-steps {
    font-size: 1rem;
  }

  .foto-ptg-1 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-125%);
    width: 50%;
    opacity: 0.3;
    z-index: -1;
    pointer-events: none;
  }

  .foto-ptg-2 {
    width: 0%;
  }

  .btn-ptg-naranja {
    font-size: 1rem;
  }

  .btn-ptg {
    font-size: 1rem;
  }

  .container-text {
    font-size: 2rem;
  }

  .feature-title-box {
    font-size: 2rem;
  }

  .texto {
    font-size: 1rem;
  }

  .big-heading-white {
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .footer {
    font-size: 1rem;
  }

  .buscador {
    font-size: 1rem;
  }

  .wrapper {
    font-size: 1rem;
  }

  .item_der,
  .item_der_fin {
    font-size: 1rem;
  }

  .item {
    flex-direction: column;
    /* Cambia la dirección a columna en pantallas pequeñas */
    align-items: flex-start;
  }

  .item-right {
    align-self: center;
    /* Mantiene el botón alineado a la derecha */
    margin-top: 10px;
    /* Añade espacio arriba del botón en pantallas pequeñas */
  }

  .item_izq {
    font-size: 0.6rem;
  }

  .container-fluid {
    padding: 6% 5%;
  }

  .filtro {
    font-size: 1.4rem;

  }

  .mini-filtro {
    font-size: 1.4rem;

  }

  .tabla {
    font-size: 1.3rem;
  }

  .table th {
    min-width: 35px;
  }

  .checkboxSize {
    width: 35px;
    height: 25px;
  }

  .big-heading,
  .testimonial-text {
    font-size: 1.5rem;

  }

  .padding30 {
    padding: 0 0 0;
  }

  .navbar {
    min-height: 80px;
  }
}

@media screen and (min-width: 768px) {
  .mobile-video {
    display: none;
  }

  .desktop-video {
    display: block;
  }
 
}