/* fonts */

@font-face {
    font-family: "Gotham Rounded Bold";
    src: url("../fonts/Gotham Rounded Bold/Gotham Rounded Bold.otf");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham Rounded Book";
    src: url("../fonts/Gotham Rounded Book/Gotham Rounded Book.otf");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

.ff{
    font-family: "Gotham Rounded Bold";
}

/* utils */
.text-gray {
    color: #999 !important;
}

.border-right-ssn {
    border-right: 1px solid #747678;
}

.rojo {
    color: #e42420;
}

.btn--quote {
    font-size: 14px;
    background: #1B93B7;
    box-sizing: border-box;
    outline: none;
    text-align: center;
    margin: 0;
    border-radius: 4px;
    overflow: visible;
    border: 1px solid currentColor;
    padding: 0 15px;
    line-height: 34px;
    cursor: pointer;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14),
        0 0 0 0 rgba(0, 0, 0, 0.12);
    font-family: "Gotham Rounded Bold" !important;
    font-weight: 400;
    color: #2d294d;
    margin-bottom: 0;

    min-width: 75px;
    height: 45px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn--quote[disabled="true"] {
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    margin: 0;
    overflow: visible;
    border: 1px solid currentColor;
    padding: 0 15px;
    line-height: 34px;
    background-color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14),
        0 0 0 0 rgba(0, 0, 0, 0.12);
    font-weight: 400;
    cursor: default;
    color: rgba(0, 0, 0, 0.26);
}

.button {
    -webkit-box-direction: normal;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: button;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    font: inherit;
    outline: none;
    width: 100%;
    cursor: pointer;
    font-family: "Gotham Rounded Book" !important;
    color: #da291c;
    font-weight: 400;
    background: white;
}

.text-slim {
    font-family: "Gotham Rounded Book";
    font-weight: lighter;
}

.form-control {
    -webkit-font-smoothing: antialiased;
    animation: cdk-text-field-autofill-end 0s 1ms;
    background-color: #fff;
    border-radius: 5px;
    border: #000;
    caret-color: #3f51b5;
    color: #da291c;
    font-size: 15px;
    font-weight: 400;
    line-height: inherit;
    margin: 0;
    margin-bottom: 12px;
    font-family: "Gotham Rounded Bold" !important;
    margin-top: -0.0625em;
    overflow: visible;
    padding: 3px;
    text-align: center;
}

/* generals */

body,
button,
input,
optgroup,
select,
textarea {
    font-family: "Gotham Rounded Book" !important;
    font-weight: 400;
}



/* navbar */

.navbar--bg-nubes {
    background-image: url("../img/fondo-nubes.png");
    background-size: cover;
    background-repeat: repeat;
    background-position: 0 -3px;
}

/* spinners */

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#qloader{
    display: none;
}

#qloader.show{
    display: block;
}

#stepLoader{
    display: none;
}

#stepLoader.show{
    display: block;
}

.btn-aux{
  background-color: #1B93B7;
  color: #fff;
}

/*
.loader-container .lds-roller div{
    background-color: #fff;
}
*/

.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
