/* Loader code */


/* Estilos basados en Bootstrap */
.text-center_new {
    text-align: center;
}

.p-4_new {
    padding: 1.5rem; /* 1.5rem es equivalente a 24px si el tamaño base es 16px */
}

.spinner-border_new {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

/* Estilos personalizados (estos son supuestos y pueden requerir ajustes) */
.s-loader_new {
    /* Puedes agregar estilos específicos para s-loader_new aquí */
}

.loader__overlay_new {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Suponiendo un fondo semi-transparente */
    z-index: 1000;
}

.loader_new {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.loader__card_new {
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 2rem;
    width: 90%;
    max-width: 400px; 
}

.loader__icon_new {
    position: relative;
}

.loader__title_new {
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: 500;
}

.loader__text_new {
    margin-top: 0.5rem;
    font-size: 1rem;
}


.loader__overlay.not-show_new {
  display: none;
}

.loader__overlay_new {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.583);
  z-index: 9999999;
}

.loader_new {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader__card_new {
  background-color: white;
  height: 380px;
  width: 463px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #011740;
}

@media (max-width: 540px) {
  .loader__card_new {
    height: 380px;
    width: 263px;
  }
  .loader__icon .spinner-border_new {
    color: inherit;
    width: 3rem;
    height: 3rem;
  }
  .loader__title_new {
    font-size: 22px;
  }
  .loader__text_new {
    font-size: 0.8rem;
  }
}
.loader__icon .spinner-border_new {
  color: inherit;
  width: 5rem;
  height: 5rem;
}

.loader__title_new {
  color: inherit;
  margin-top: 30px;
  font-size: 30px;
  line-height: 1.12;
}

.loader__text_new {
  color: inherit;
  font-size: 1.1rem;
  line-height: 1.1;
  margin-top: 30px;
}

/*
*
* Form fullname error:
*
*/
.form__label {
  margin-left: 8px;
  margin-bottom: 4px;
  color: #373737;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}

.not-show {
  display: none !important;
}

.error_name {
  margin-left: 8px;
  color: red;
  font-size: 0.8rem;
  margin-bottom: 0px;
}

.error_name-imput,
.error_name-imput:focus {
  border: 1px solid red;
}

/*
*
* Autcomplete:
*
*/
.autocomplete__container {
  position: relative;
}

.autocomplete__items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
}

.autocomplete__items div {
  padding: 10px;
  cursor: pointer;
  background-color: white;
  border: 1px solid #d4d4d4;
  color: #495057;
}

.autocomplete__items div:hover {
  background-color: #d4d4d4;
  color: #495057;
}

.autocomplete-active {
  background-color: #d4d4d4 !important;
  color: #495057 !important;
}

/*
*
** Validity Form
*
*/
.phone__container {
  display: flex;
  flex-direction: column;
}

form input {
  background-position: 97% 50% !important;
}

.phone__container {
  display: flex;
  flex-direction: column;
}

.message__container {
  margin-left: 0;
  margin-right: 100px!important;
}

.error_input {
  border: 1px solid red !important;
  background: url(../images/no-valid.svg) no-repeat;
  background-color: white!important;
}

.success_input {
  border: 1px solid green !important;
  background: url(../images/valid.svg) no-repeat;
  background-color: white;
}

#error-msg {
  color: red;
  font-size: 0.8rem;
  margin-left: auto;
  align-self: flex-end;
}

#valid-msg {
  color: #28a745;
  font-size: 0.8rem;
  align-self: flex-end;
}

#phone_1 {
  box-shadow: none;
}



/*
*
* has social:
*
*/
.has-social {
  position: relative;
}
.has-social .social-links {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(-100%, -50%);
}

/*
*
* Utilities:
*
*/
.shadow {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
}

/*
*
* Form:
*
*/
.form-wrapper {
  max-width: unset;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .form-wrapper {
    max-width: 400px;
  }
}

/*.btn {
  box-shadow: none !important;
}*/
.form-control {
  background: #fff;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100% !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

/*
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}*/
/*
*
* Bullet:
*
*/
.bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 60px;
  border-radius: 100%;
  border: 1px solid black;
}

/*
*
* Video Wrapper:
*
*/
.video-wrapper {
  position: relative;
}
.video-wrapper .btn-mute {
  position: absolute;
  z-index: 9;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(65, 132, 80, 0.35);
  border-radius: 100%;
}
.video-wrapper .btn-mute .icon {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-wrapper .btn-mute .icon-on {
  opacity: 0;
}
.video-wrapper .btn-mute .icon-off {
  opacity: 1;
}
.video-wrapper .btn-mute:hover {
  background: #F4BA47;
}
.video-wrapper.video-unmuted .btn-mute {
  opacity: 0;
}

/*
*
* CTA:
*
*/
#fab-goto-form {
  transition: 0.25s ease-in-out;
  transform: translateY(100%);
}

body.show-banner #fab-goto-form {
  transform: translateY(0);
}

/*
*
* Slider:
*
*/
.slider.slider-horizontal {
  width: 100%;
}
.slider.slider-horizontal .tooltip .tooltip-inner,
.slider.slider-horizontal .tooltip .arrow {
  color: #000000;
  background: transparent;
}
.slider.slider-horizontal .tooltip .tooltip-inner {
  /*border-radius: 3px;
  padding: 7px 10px;*/
  font-size: 16px;
}
.slider.slider-horizontal .slider-track {
  height: 16px;
  background: #f8f9fa;
  border-radius: 500px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 15px 30px -6px inset, rgba(0, 0, 0, 0.3) 0px 9px 18px -9px inset !important;
}
.slider.slider-horizontal .slider-track .slider-selection {
  background: #F4BA47;
  border-radius: 500px;
}
.slider.slider-horizontal .slider-handle {
  width: 26px;
  height: 26px;
  margin-top: -1px;
  margin-left: -15px;
  background-color: #F4BA47;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
  background-image: var(--bs-gradient) !important;
}

/*
*
* cardEstimate:
*
*/
#cardEstimate {
  position: relative;
}
#cardEstimate .estimate-result-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

/*
*
* Icons:
*
*/
@font-face {
  font-family: "tk-icons";
  src: url("../fonts/tk-icons.eot");
  src: url("../fonts/tk-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/tk-icons.woff") format("woff"), url("../fonts/tk-icons.ttf") format("truetype"), url("../fonts/tk-icons.svg#tk-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=tk-icon-] {
  line-height: 1em;
}
[class*=tk-icon-].icon-lg {
  font-size: 72px;
}
[class*=tk-icon-].icon-md {
  font-size: 60px;
}

[class*=tk-icon-]:before {
  font-family: "tk-icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tk-icon-feat-1:before {
  content: "A";
}

.tk-icon-feat-2:before {
  content: "B";
}

.tk-icon-feat-3:before {
  content: "C";
}

.tk-icon-feat-4:before {
  content: "D";
}

.tk-icon-feat-5:before {
  content: "E";
}

.tk-icon-feat-6:before {
  content: "F";
}

.tk-icon-feat-7:before {
  content: "G";
}

.tk-icon-feat-8:before {
  content: "H";
}

.tk-icon-feat-9:before {
  content: "I";
}

.tk-icon-feat-10:before {
  content: "J";
}

/*
*
* Animations:
*
*/
.blink {
  -webkit-animation: blink 1s ease-in-out infinite;
          animation: blink 1s ease-in-out infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*
*
* Animate form:
*
*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.animate-form .form-wrapper {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-name: bounce;
          animation-name: bounce;
}/*# sourceMappingURL=main.css.map */

.js-goto-form{
	cursor:pointer!important;
}

.arab {
	direction: ltr !important; 
	text-align: right !important; 
}

.no-arab{
	width: 100% !important; padding-left: 82px!important;
}