:root {
  --primary: #124F8F;
  --secondary: #199ff2;
  --tertiary: #9edcfe;
  --cuaternary: #00265F;
  --quinary: #072037;
  --senary: #5B5B5F;
  --septenary: #e1f4ff;
  --octanary: #e9f1fd;
  --nonary: #f7faff;
  --denary: #B6C8DC;
}

::selection {
  background: rgba(0,102,173,0.5);
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none !important;
  box-shadow: 0 0 0 0rem rgb(0 0 0 / 0%) !important;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus {
  outline-offset: 0px;
}

btn:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

:focus {
  outline: none;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none !important;
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-family: 'Roboto';
  font-size: 24px;
  line-height: normal;
}

/* Flickity */

.flickity-button {
  color: var(--secondary);
}

.flickity-page-dots .dot {
  width: 15px;
  height: 5px;
  background: var(--tertiary);
  border-radius: 3px;
  opacity: 1;
  margin: 0 -2px;
  position: relative;
}

.flickity-page-dots .dot.is-selected {
  background: var(--secondary);
  z-index: 99;
}

.flickity-page-dots {
  position: relative !important;
  bottom: 0;
}

/* Framework */

.rounded-50 {
  border-radius: 30px;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-7-8 {
  order: 6;
}

@media (min-width: 768px) {
  .order-7-8 {
    order: 8;
  }
}

.order-12-14 {
  order: 12;
}

@media (min-width: 768px) {
  .order-12-14 {
    order: 12;
  }
}

.bg-white {
  background: white !important;
  opacity: 1 !important;
}

.bg-sky {
  background: var(--nonary);
}

.bg-light-blue {
  background: var(--octanary);
}

.bg-lightblue {
  background: var(--septenary);
}

.bg-blue {
  background: var(--primary);
}

.bg-dark-blue {
  background: var(--quinary);
}

.bg-white-opacity {
  background: rgba(255 255 255 / 30%);
}

.rounded-all {
  border-radius: 50%;
}

.shadow-sm {
  box-shadow: 0 3px 9px rgba(18 79 143 / 10%) !important;
}

.shadow {
  transition: .3s;
  box-shadow: 0 0.7rem 1rem rgba(18 79 143 / 15%) !important;
}

.fnt-darkblue {
  color: var(--cuaternary);
}

.fnt-blue {
  color: var(--primary);
}

.fnt-lightblue {
  color: var(--secondary);
}

.fnt-light-blue {
  color: var(--tertiary);
}

.fnt-white {
  color: var(--septenary);
}

.fnt-12 {
  font-size: 12px;
}

.fnt-14 {
  font-size: 14px;
}

.fnt-16 {
  font-size: 16px;
}

.fnt-18 {
  font-size: 18px;
}

.fnt-20 {
  font-size: 20px;
}

.fnt-25 {
  font-size: 25px;
}

.fnt-30 {
  font-size: 25px;
}

@media (min-width: 768px) {
  .fnt-30 {
    font-size: 30px;
  }
}

.fnt-40 {
  font-size: 40px;
}

.fnt-50 {
  font-size: 50px;
}

.fnt-50 {
  font-size: 40px;
}

@media (min-width: 768px) {
  .fnt-50 {
    font-size: 45px;
  }
}

@media (min-width: 1200px) {
  .fnt-50 {
    font-size: 50px;
  }
}

.fnt-60 {
  font-size: 60px;
}

.fnt-60-r {
  font-size: 40px;
}

@media (min-width: 576px) {
  .fnt-60-r {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .fnt-60-r {
    font-size: 60px;
  }
}

.fnt-80 {
  font-size: 40px;
}

@media (min-width: 768px) {
  .fnt-80 {
    font-size: 55px;
  }
}

@media (min-width: 1200px) {
  .fnt-80 {
    font-size: 80px;
  }
}

.aspect {
  position: relative;
  width: 100%;
  z-index: 0;
  transition: .3s ease;
}

.aspect img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: .3s;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.aspect-4-4 {
  padding-top: 100%;
}

.aspect-4-3 {
  padding-top: 75%;
}

.aspect-2-3 {
  padding-top: 66.67%;
}

.aspect-16-9 {
  padding-top: 56.25%;
}

.aspect-9-14 {
  padding-top: 140%;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-27 {
  margin-top: 27px;
}

.mtr-150 {
  margin-top: 100px;
}

@media (min-width: 992px) {
  .mtr-150 {
    margin-top: 150px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-200 {
  padding-top: 200px;
}

.ptr-150 {
  padding-top: 50px;
}

@media (min-width: 992px) {
  .ptr-150 {
    padding-top: 100px;
  }
}

@media (min-width: 1400px) {
  .ptr-150 {
    padding-top: 150px;
  }
}

.ls-5 {
  letter-spacing: 5px;
}

.ls-10 {
  letter-spacing: 10px;
}

.less-t-100 {
  margin-top: -80px;
}

@media (min-width: 992px) {
  .less-t-100 {
    margin-top: -100px;
  }
}

/* Select */

.select2-container--default .select2-selection--single {
  border: none;
  background: var(--nonary);
}

.select2-dropdown {
  border: none;
  background: var(--nonary);
  box-shadow: 0 3px 9px rgba(18 79 143 / 5%) !important;
  overflow: hidden;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: solid 2px var(--septenary);
  border-radius: 10px;
  padding-left: 10px;
}

.select2-selection__clear {
  width: 25px;
  height: 25px;
  background: var(--septenary);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
  border-radius: 50%;
  right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--primary);
  font-weight: bold;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--primary);
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: var(--tertiary);
  color: var(--primary);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--primary) transparent transparent transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--primary) transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--secondary);
}

.select2-container--default {
  width: 100% !important;
}

/* range */

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
  margin-bottom: 5px;
}

/* Removes default focus */

input[type="range"]:focus {
  outline: none;
}

/* slider track */

input[type="range"]::-webkit-slider-runnable-track {
  background-color: #ffffff;
  border-radius: 0.5rem;
  height: 0.5rem;
}

/* slider thumb */

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -4px;
  background-color: #124f8f;
  border-radius: 0.5rem;
  height: 1rem;
  width: 1rem;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 3px solid #124f8f;
  outline-offset: 0.125rem;
}

/* slider track */

input[type="range"]::-moz-range-track {
  background-color: #ffffff;
  border-radius: 0.5rem;
  height: 0.5rem;
}

/* slider thumb */

input[type="range"]::-moz-range-thumb {
  background-color: #124f8f;
  border: none;
  border-radius: 0.5rem;
  height: 1rem;
  width: 1rem;
}

input[type="range"]:focus::-moz-range-thumb {
  outline: 3px solid #124f8f;
  outline-offset: 0.125rem;
}

/* Styles */

.cover {
  width: 100%;
  height: 500px;
  position: relative;
  background: var(--secondary);
  overflow: hidden;
}

.cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /*mix-blend-mode: multiply;*/
}

.selects {
  width: 100%;
  height: 60px;
  background: var(--nonary);
  position: relative;
}

#quoter {
  margin-top: -200px;
  position: relative;
}

#quoter select {
  width: 100%;
  border: none;
  background: var(--nonary);
}

.icons {
  position: absolute;
  left: 10px;
  width: 30px;
  height: 30px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.icons svg {
  width: 20px;
  height: auto;
  position: static;
  color: var(--primary);
}

.range-mont {
  color: var(--primary);
  font-size: 12px;
  font-weight: bold;
}

.rage-select {
  display: block;
  background: white;
  padding: 2px 10px;
  border-radius: 15px;
  color: var(--secondary);
  font-size: 14px;
  font-weight: bold;
}

.option-slect {
  font-weight: bold;
  position: relative;
  width: 100%;
}

.btn-blue, .btn-blue-2, .btn-blue-1 {
  background: var(--primary);
  color: var(--septenary);
  padding: 20px 30px;
  border: none;
  border-radius: 30px;
  transition: .3s;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-blue:hover , .btn-blue-2:hover{
  background: var(--secondary);
  color: white;
  text-decoration: none;
}

.btn-lightblue {
  background: var(--denary);
  color: var(--primary);
  padding: 20px 30px;
  border: none;
  border-radius: 30px;
  transition: .3s;
  /*box-shadow: 0 6px 20px rgba(18 79 143 / 15%);*/
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
}

.btn-lightblue:hover {
  background: var(--tertiary);
}

.btn-normal-blue {
  background: var(--secondary);
  color: var(--septenary);
  padding: 20px 30px;
  border: none;
  border-radius: 30px;
  transition: .3s;
  /*box-shadow: 0 6px 20px rgba(18 79 143 / 15%);*/
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
}

.btn-normal-blue:hover {
  background: var(--tertiary);
  color: var(--primary);
  text-decoration: none;
}

button {
  display: flex;
  align-items: center;
}

button svg {
  font-size: 20px;
}

/* Radio butons */

.btn-radio input[type=radio] {
  display: none;
}

.btn-radio label {
  width: 100%;
  height: 60px;
  background: var(--nonary);
  position: relative;
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
}

.btn-radio label:hover {
  background: white;
}

.btn-radio input[type=radio]:checked + label {
  width: 100%;
  height: 60px;
  background: white;
  position: relative;
  color: var(--secondary);
}

.card-results {
  position: relative;
}

.card-results:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(18 79 143 / 25%) !important;
}

.btn-basic a {
  padding: 15px 50px;
  height: 60px;
  background: var(--primary);
  color: var(--octanary);
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 0px 10px rgba(18 79 143 / 15%);
  transition: .3s;
  display: flex;
  align-items: center;
}

.btn-basic a:hover {
  background: var(--secondary);
}

.btn-rounded a {
  display: flex;
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  font-size: 20px;
  transition: .3s;
}

.btn-rounded a:hover {
  background: var(--secondary);
}

.price-card {
  white-space: nowrap;
}

.aspect-card, .list-price {
  white-space: nowrap;
}

.aspect-card svg {
  font-size: 20px;
  margin-right: 5px;
  color: var(--secondary);
}

.aspecs {
  display: flex;
  flex-flow: wrap;
}

.name-cart {
  /*white-space: nowrap;*/
}

.btn-card {
  width: 100%;
}

.btn-card a {
  padding: 15px 50px;
  height: 60px;
  background: var(--primary);
  color: var(--octanary);
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 0px 10px rgba(18 79 143 / 15%);
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}

.btn-card a:hover {
  background: var(--secondary);
  text-decoration: none;
  font-weight: 600;
}

.btn-filter {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}

.btn-filter select {
  background: none;
  border: none;
  /*padding: 10px;*/
  border-radius: 30px;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
}

.arrow-filter {
  position: absolute;
  z-index: 1;
  background: var(--septenary);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

.picture-card img {
  border-radius: 2rem 2rem 0 0;
}

.picture-right img {
  border-radius: 50px 0 0 50px;
}

.picture-left img {
  border-radius: 0 50px 50px 0;
}

.content-bg-color {
  margin-top: -100px;
}

.conect-footer {
  width: 100%;
  height: 50px;
  background: var(--octanary);
  border-radius: 0 0 50px 50px;
}

.conect-footer-white {
  width: 100%;
  height: 50px;
  background: white;
  border-radius: 0 0 50px 50px;
}

.conect-white {
  width: 100%;
  height: 50px;
  background: white;
  border-radius: 0 0 50px 50px;
  position: relative;
  z-index: 2;
}

.btn-socialmedia a {
  display: block;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.btn-socialmedia a:hover {
  background: var(--tertiary);
}

.btn-socialmedia svg {
  font-size: 25px;
  color: #124f8f;
}

.submenu a {
  text-decoration: none;
  color: var(--tertiary);
}

.submenu a:hover {
  text-decoration: underline;
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
  background: var(--quinary);
  transition: .3s;
  /*border-radius: 0 0 30px 30px;*/
}

.header.active {
  background: var(--quinary);
}

.btn-nav {
  font-size: 30px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.nav-menu a {
  display: block;
  padding: 5px;
  color: var(--septenary);
  text-decoration: none;
  font-weight: bold;
  transition: .3s;
  white-space: nowrap;
  font-size: 13px;
}

@media (min-width: 768px) {
  .nav-menu a {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .nav-menu a {
    font-size: 16px;
    padding: 5px 15px;
  }
}

.nav-menu.active a {
  color: var(--cuaternary);
}

.nav-menu a:hover {
  color: var(--tertiary);
  text-decoration: none;
}

.drop-quoter {
  margin-top: -10px;
  position: relative;
  z-index: 1;
}

.drop-quoter-area {
  overflow: hidden;
  height: 480px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .drop-quoter-area {
    height: auto;
  }
}

.drop-quoter-area.open {
  height: 1024px;
}

@media (min-width: 768px) {
  .drop-quoter-area.open {
    height: auto;
  }
}

.btn-drop-rounded {
  width: 50px;
  height: 50px;
  background: var(--primary);
  border-radius: 0 0 30px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--septenary);
  padding-top: 0px;
  transition: .3s;
}

.btn-drop-rounded:hover {
  background: var(--secondary);
  padding-top: 10px;
}

.btn-drop-rounded svg {
  color: white;
  font-size: 30px;
  transition: .3s;
}

.btn-drop-rounded.open svg {
  transform: rotate(180deg);
}

.invert-on.active {
  display: none;
  transition: .3s;
}

.invert-off.active {
  display: none;
  transition: .3s;
}

.invert-color.active {
  background: var(--septenary);
  color: var(--primary);
}

.invert-color:hover.active {
  background: var(--tertiary) !important;
  color: var(--primary);
}

.brand img {
  width: 120px;
  transition: .3s;
  margin: 0;
}

@media (min-width: 992px) {
  .brand img {
    width: 160px;
    margin: 10px 0;
  }
}

.scrolling-wrapper-menu {
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;
  scrollbar-color: light;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
}

@media (min-width: 576px) {
  .scrolling-wrapper-menu {
    overflow-x: hidden;
    flex-wrap: wrap;
  }
}

.scrolling-wrapper-menu > div {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.scrolling-wrapper-menu::-webkit-scrollbar {
  width: auto;
  height: 2px !important;
}

.scrolling-wrapper-menu::-webkit-scrollbar-track {
  background: transparent;
}

.scrolling-wrapper-menu::-webkit-scrollbar-thumb {
  height: 2px;
}

#whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}

#whatsapp a {
  display: block;
  width: 70px;
  height: 70px;
  background: var(--septenary);
  border-radius: 35px 35px 0 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: var(--secondary);
  box-shadow: 0px 2px 6px rgba(0,102,173,0.5);
}

.bg-select {
  background: var(--nonary);
  padding: 10px;
  border-radius: 30px;
}

.line-white {
  border-top: solid 1px white;
}

.btn-white a {
  display: block;
  padding: 15px 30px;
  background: transparent;
  border: solid 2px white;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  transition: .3s;
}

.btn-white a:hover {
  background: white;
  color: var(--quinary);
  text-decoration: none;
}

.quote-car a {
  display: block;
  padding: 10px 20px;
  background: var(--septenary);
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  white-space: nowrap;
  transition: .3s;
}

.quote-car a:hover {
  background: var(--tertiary);
  text-decoration: none;
}

#whatsapp a:hover {
  color: #25d366;
  background: #d7faf2;
}

.content-bg-color-responsive {
  margin-top: -100px;
}

@media (min-width: 992px) {
  .content-bg-color-responsive {
    margin-top: -165px;
  }
}

@media (min-width: 1200px) {
  .content-bg-color-responsive {
    margin-top: -50px;
  }
}

.content-bg-color-responsive {
  margin-top: -50px;
}

.payment-terms {
  box-shadow: 0 3px 9px rgba(0 102 173 / 10%);
  cursor: pointer;
  transition: .3s;
  border: solid 4px var(--primary);
  opacity: .5 !important;
  filter: grayscale(.5);
  border-radius: 20px;
  margin-bottom: 30px;
  line-height: normal;
}

.payment-terms:hover {
  box-shadow: 0 6px 12px rgba(0 102 173 / 20%);
  opacity: 1;
  filter: grayscale(0);
}

.payment-terms.active {
  opacity: 1 !important;
  filter: grayscale(0);
}

.monts {
  border-radius: 14px 14px 0 0;
}

.card-spects {
  width: 100%;
  height: 100px;
  background: rgba(255 255 255 / 50%);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--primary);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30PX;
}

.icon-spects {
  width: 35px;
  height: 35px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  color: var(--secondary);
  font-size: 25PX;
}

.card-name {
  font-size: 12px;
  color: var(--secondary);
}

.acces-forms {
  margin-left: 0;
  margin-top: -75px;
  position: relative;
}

@media (min-width: 768px) {
  .acces-forms {
    margin-left: 0;
    margin-top: -150px;
    position: relative;
  }
}

@media (min-width: 992px) {
  .acces-forms {
    margin-left: 0;
    margin-top: 0;
    position: relative;
  }
}

@media (min-width: 1400px) {
  .acces-forms {
    margin-left: -150px;
    margin-top: 0;
    position: relative;
  }
}

.btn-show {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.btn-show-pass .icon {
  cursor: pointer;
}

.btn-show-pass .no-show {
  display: none;
}

.acces-forms input, .form-upload input, .contact-forms input {
  height: 50px;
  border: none;
  border: solid 2px white;
}

.acces-forms .form-check input, .form-upload .form-check input, .contact-forms .form-check input {
  width: 15px;
  height: 15px;
}

#dropcontainer {
  margin-bottom: 30px;
}

#dropcontainer input {
  margin-bottom: initial;
  padding: 0;
}

#dropcontainer .drop-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #1d4189;
  color: #1d4189;
  cursor: pointer;
  height: 110px;
  transition: background .2s ease-in-out, border .2s ease-in-out;
}

#dropcontainer .drop-container:hover, #dropcontainer .drop-container.drag-active {
  background: #f3f6ff;
  border-color: #1d4189;
}

#dropcontainer .drop-container:hover .drop-title, #dropcontainer #dropcontainer .drop-container.drag-active .drop-title {
  color: #1d4189;
}

#dropcontainer input[type=file] {
  max-width: 100%;
  color: var(--primary);
  background: white;
  margin: 0;
}

#dropcontainer input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: var(--tertiary);
  padding: 10px;
  color: var(--primary);
  cursor: pointer;
  transition: background .2s ease-in-out;
  width: 50%;
  height: 50px;
}

#dropcontainer input[type=file]::file-selector-button:hover {
  background: #1d4189;
}

.form-upload select {
  height: 50px;
  border: none;
}

.form-upload select.round {
  background-image: linear-gradient(45deg, transparent 50%, var(--primary) 50%), linear-gradient(135deg, var(--primary) 50%, transparent 50%), radial-gradient(white 70%, transparent 72%);
  background-position: calc(100% - 20px) calc(1em + 6px), calc(100% - 15px) calc(1em + 6px), calc(100% - .6em) .7em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
}

.form-upload select.round:focus {
  background-image: linear-gradient(45deg, var(--primary) 50%, transparent 50%), linear-gradient(135deg, transparent 50%, var(--primary) 50%), radial-gradient(white 70%, transparent 72%);
  background-position: calc(100% - 15px) 1.4em, calc(100% - 20px) 1.4em, calc(100% - .5em) .5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: transparent;
  outline: 0;
}

.quoter-basic {
  width: 100%;
  position: relative;
  margin-top: -90px;
  margin-left: 0;
}

@media (min-width: 768px) {
  .quoter-basic {
    width: 75%;
    margin-top: -145px;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .quoter-basic {
    width: 75%;
    margin-top: 0;
    margin-left: 0;
  }
}

@media (min-width: 1600px) {
  .quoter-basic {
    width: 70%;
    margin-top: 0;
    margin-left: 0;
  }
}

.picture-left {
  position: relative;
}

.txt-picture {
  position: relative;
  z-index: 9;
  color: var(--primary);
  line-height: normal;
}

.video-16-9 {
  position: relative;
  height: 0;
  padding: 0;
  margin: 0;
  padding-bottom: 56.25%;
}

.video-16-9 .video-embed {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.video-16-9 .video-embed video, .video-16-9 .video-embed iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

iframe {
  background: var(--quinary);
}

.btn-play {
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100px;
  background: var(--secondary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--tertiary);
  font-size: 40px;
  transition: .3s;
}

.btn-play:hover {
  background: var(--primary);
}

.card-plans {
  line-height: normal;
  height: 100%;
}

.icon-card {
  width: 100px;
  height: 100px;
  background: var(--septenary);
  border-radius: 50%;
  /*margin-bottom: 15px;*/
  font-size: 40px;
  color: var(--primary);
}

.area-conect {
  margin-top: -95px;
}

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

.quote {
  font-size: 30px;
  color: var(--secondary);
  transform: rotate(180deg);
}

.modal-content {
  background: #ddf3ff !important;
  border: none;
  box-shadow: 13px 18px 8px rgba(0, 0, 0, 0.2);
}

.btn-close {
  background: var(--secondary);
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.btn-close:hover {
  background: var(--secondary);
  color: white;
}

.modal {
  z-index: 10001;
}

.modal-backdrop.show {
  opacity: .8;
  z-index: 10000;
}

.stars {
  font-size: 25px;
  color: var(--bs-yellow);
}

.grid-picture {
  position: relative;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(8, 1fr);
}

@media (min-width: 768px) {
  .grid-picture {
    grid-template-rows: repeat(5, 1fr);
  }
}

@media (min-width: 992px) {
  .grid-picture {
    height: 350px;
  }
}

.grid-one {
  grid-column: 4 / 11;
  grid-row: 1 / 11;
}

@media (min-width: 576px) {
  .grid-one {
    grid-column: 4 / 10;
    grid-row: 1 / 7;
  }
}

@media (min-width: 768px) {
  .grid-one {
    grid-column: 4 / 9;
    grid-row: 1 / 8;
  }
}

@media (min-width: 768px) {
  .grid-one {
    grid-column: 4 / 10;
    grid-row: 2 / 5;
  }
}

@media (min-width: 992px) {
  .grid-one {
    grid-column: 3 / 11;
    grid-row: 1 / 12;
  }
}

.grid-two {
  grid-column: 9 / 13;
  grid-row: 3 / 11;
}

@media (min-width: 576px) {
  .grid-two {
    grid-column: 9 / 12;
    grid-row: 5 / 9;
  }
}

@media (min-width: 768px) {
  .grid-two {
    grid-column: 9 / 13;
    grid-row: 4 / 6;
  }
}

@media (min-width: 992px) {
  .grid-two {
    grid-column: 10 / 13;
    grid-row: 4 / 6;
  }
}

@media (min-width: 1200px) {
  .grid-two {
    grid-column: 10 / 13;
    grid-row: 9 / 6;
  }
}

.grid-three {
  grid-column: 1 / 5;
  grid-row: 2 / 5;
}

@media (min-width: 576px) {
  .grid-three {
    grid-column: 2 / 5;
    grid-row: 6 / 4;
  }
}

@media (min-width: 768px) {
  .grid-three {
    grid-column: 1 / 5;
    grid-row: 1 / 3;
  }
}

@media (min-width: 992px) {
  .grid-three {
    grid-column: 1 / 5;
    grid-row: 5 / 4;
  }
}

.grid-four {
  grid-column: 5 / 8;
  grid-row: 10 / 11;
}

.grid-four {
  grid-column: 5 / 8;
  grid-row: 10 / 11;
}

.btn-blue svg {
  font-size: 23px;
}

.content-right {
  border-radius: 50px 0 0 50px;
}

.contact-forms textarea {
  height: 180px;
  border: solid 2px white;
}

#map iframe {
  width: 100%;
  height: 500px;
  border-radius: 30px;
  mix-blend-mode: luminosity;
}

.pin-map {
  display: block;
  padding: 25px 60px;
  background: var(--tertiary);
  width: max-content;
  color: var(--primary);
  border-radius: 10px;
}

.map-icon {
  width: 30px;
  height: 30px;
  background: var(--septenary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.cover-height {
  width: 100%;
  height: 800px;
  position: relative;
  background: var(--quinary);
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}

.cover-height img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
  top: 0;
  left: 0;
}

.content-cover {
  position: absolute;
  width: 100%;
}

/* info */

.info-content {
}

.info-content p {
  font-family: 'Roboto';
  font-size: 24px;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 1em;
}

.info-content ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.info-content ul li {
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  position: relative;
}

.info-content ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--secondary);
  font-size: 1.2em;
}

.info-content ol {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  counter-reset: list-counter;
}

.info-content ol li {
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  position: relative;
}

.info-content ol li::before {
  content: counter(list-counter) '.';
  counter-increment: list-counter;
  position: absolute;
  left: 0;
  color: var(--secondary);
  font-size: 1.2em;
}

a {
  color: var(--secondary);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.info-content em {
  font-style: italic;
  background-color: var(--tertiary);
  padding: 0 0.2em;
}

@media (max-width: 768px) {
  .info-content p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .info-content ul li, .info-content ol li {
    padding-left: 1em;
  }
}

@media (max-width: 768px) {
  .info-content ul li::before, .info-content ol li::before {
    left: -0.5em;
  }
}

.info-content > :is(h1, h2, h3 ) {
  font-size: 1.7rem;
  color: var(--primary);
}

.info-content > :is(h4, h5, h6 ) {
  font-size: 1.4rem;
  color: var(--primary);
}

.range {
  border-radius: 20px;
  border: solid 2px var(--nonary);
  width: 150px;
}

.tab-btn {
  border: 0;
  border-radius: 0;
  color: black;
  /*margin: 0 10px;*/
  padding: 5px;
  font-weight: 600;
  text-decoration: none;
}

.tab-btn:hover {
  text-decoration: none;
}

.tab-btn.active {
  border: none;
  border-radius: 0;
  border-bottom: solid 2px var(--secondary);
  color: var(--secondary);
  text-decoration: none;
}

#auto-text {
  height: 50px;
  border: none;
  border: solid 2px white;
}

.blur {
  filter: blur(50px);
}

.hidden {
  overflow: hidden;
}

.border-rounded-right {
  border-radius: 50px 0 0 50px;
}

/* -- */

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;
  scrollbar-color: light;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
}

@media (min-width: 1200px) {
  .scrolling-wrapper {
    overflow-x: hidden;
    flex-wrap: wrap;
  }
}

.scrolling-wrapper > div {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.scrolling-wrapper::-webkit-scrollbar {
  width: auto;
  height: 2px !important;
}

.scrolling-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.scrolling-wrapper::-webkit-scrollbar-thumb {
  height: 2px;
}

.rounded-left iframe {
  border-radius: 30px 0 0 30px;
}

.video-embed #player iframe {
  border-radius: 30px;
}

#privacity {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99;
}

.privacity {
  max-width: 300px;
  height: auto;
  padding: 20px;
  background: var(--septenary);
  border-radius: 20px;
  box-shadow: 0px 1px 9px rgba(0 0 0 / 20%);
}

/* --- */

#player {
  border-radius: 20px;
}

#bar {
  padding: 5px 30px;
  text-align: center;
  background: var(--tertiary);
}

#bar a {
  color: var(--cuaternary);
  transition: .3s;
}

#bar a:hover {
  color: black;
  text-decoration: none;
}

.btn-socialmedia-blue a {
  display: block;
  width: 80px;
  height: 80px;
  background: var(--cuaternary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.btn-socialmedia-blue a:hover {
  background: var(--secondary);
}

.btn-socialmedia-blue svg {
  font-size: 45px;
  color: var(--septenary);
}

#slider {
  /*margin-top: -40px;*/
}

.area-quote {
  /*height: 145px;*/
  padding-bottom: 10px;
}

@media (min-width: 1400px) {
  .area-quote {
    /*height: 160px;*/
  }
}

.ticker-wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  background-color: #FFCA46;
}

.ticker {
  display: inline-block;
  animation: marquee 70s linear infinite;
}

.item-collection-1 {
  position: relative;
  left: 0%;
  animation: swap 70s linear infinite;
}

.ticker .item {
  display: inline-block;
  padding: 0 .5rem;
  color: black;
  font-weight: 800;
  font-family: sans-serif;
  font-size: 18px;
}

/* Transition */

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%, 100% {
    left: 100%;
  }
}

.area-conect-white {
  margin-top: -50px;
}

.text-justify {
  text-align: justify;
}

.w-space {
  white-space: pre-wrap;
}

.item-gallery {
  width: 120px;
}

.nav-link.active {
  border: solid 4px var(--secondary);
  border-radius: 12px;
}

.align-form{
  display: flex;
  align-items: end;
}

#spinner, #spinner1, #spinner2, #spinner3, #spinner4, #spinner5{
text-align: center;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  height: 3.5rem !important;
  align-items: center;
  display: grid;
  background-color: rgba(211, 211, 211, 0.5); 
}

.blur-select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Compatibilidad con Safari */
  color: #aaa; /* Color más tenue para que se vea deshabilitado */
  filter:blur(3px) !important;
}

.aspect.aspect-4-3 {
  position: relative;
  padding-top: 75%; /* 4:3 aspect ratio */
  overflow: hidden;
}
.aspect.aspect-4-3 picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* estilo para stepper */
/* .container {
  background-color: #e9f0fb;
  padding: 20px;
  border-radius: 8px;
} */

.stepper {
  position: relative;
  padding: 20px 0;
}

.stepper::before {
  content: "";
  position: absolute;
  top: 40%; /* Valor por defecto para desktop */
  left: 15%;
  right: 15%;
  height: 2px;
  background-color: #ccc;
  z-index: 0;
  transform: translateY(-50%);
}

/* Estilos específicos para mobile */
@media (max-width: 768px) {
  .stepper::before {
      top: 30%;
      left: 10%;
      right: 10%;
  }
}

.step {
  text-align: center;
  position: relative;
  width: 33%;
}

.step-number {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #6c757d; /* Color gris predeterminado */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.step.active .step-number {
  background-color: #002f6c; /* Color del paso activo */
}

.step-title {
  margin-top: 8px;
  font-size: 14px;
  color: #6c757d;
}

.step.active .step-title {
  color: #002f6c; /* Color del texto del paso activo */
}


/* finaliza estilo para stepper */