@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: "futura-regular";
  src: url("../fonts/FuturaBT-Book.woff2") format("woff2"),
    url("../fonts/FuturaBT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "futura-medium";
  src: url("../fonts/Futura-Bold.woff2") format("woff2"),
    url("../fonts/Futura-Bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "futura-bold";
  src: url("../fonts/FuturaBT-Heavy.woff2") format("woff2"),
    url("../fonts/FuturaBT-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header {
  width: 100%;
  position: relative;
  padding: 16px 0px;
  display: block;
  background-color: #8e1719;
}
header .imgLogo {
  width: 100%;
  max-width: 186px;
  height: auto;
  margin-bottom: 0;
}
header .imgLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.btn-close {
  box-shadow: none !important;
}

.btn.border-colonial {
  border-color: #8e1719 !important;
}

.btn-light:hover {
  color: #8e1719;
  background-color: #e2e6ea;
}

.btn-back {
  background-color: #f0f0f0;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
  color: #727272;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.btn-back span {
  color: #727272;
  font-size: 18px;
  margin-right: 10px;
}
.btn-back:hover {
  color: #8e1719;
  background-color: #f0f0f0;
  border-color: rgba(114, 114, 114, 0.1);
}
.btn-back:hover span {
  color: #8e1719;
}
@media (max-width: 768px) {
  .btn-back {
    width: max-content;
  }
}

.modal-backdrop {
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.02) 10px,
    rgba(255, 255, 255, 0.02) 32px
  );
  background-color: #000 !important;
}

.modal-header {
  width: 100%;
}
.modal-header .modal-title {
  font-size: 24px;
  font-weight: 600;
  color: #8e1719;
  margin-bottom: 0;
}

.modal-body p {
  font-size: 13px;
  color: #727272;
  margin-bottom: 1rem;
}
.modal-body p strong {
  font-size: 14px;
  margin-right: 4px;
  color: #4a4a4a;
}
.modal-body ul {
  list-style-type: none;
  padding-left: 10px;
}
.modal-body ul li {
  font-size: 13px;
  color: #727272;
  margin-bottom: 10px;
}
.modal-body ul li strong {
  margin-right: 4px;
  color: #4a4a4a;
}
.modal-body ul li:last-child {
  margin-bottom: 0;
}
.modal-body .alert {
  font-size: 12px;
}

#cotizacionModal .modal-content {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#cotizacionModal .modal-content .modal-header {
  padding: 16px 27px;
}
#cotizacionModal .modal-content .modal-header img {
  width: 100%;
  max-width: 160px;
  object-fit: contain;
  object-position: center;
}
#cotizacionModal .modal-content .modal-body {
  padding: 23px 27px 30px;
}
#cotizacionModal .modal-content .modal-body h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #424242;
  letter-spacing: -0.5px;
  margin-bottom: 23px;
}
#cotizacionModal .modal-content .modal-body input[type="text"],
#cotizacionModal .modal-content .modal-body input[type="password"],
#cotizacionModal .modal-content .modal-body input[type="search"],
#cotizacionModal .modal-content .modal-body input[type="email"],
#cotizacionModal .modal-content .modal-body input[type="url"],
#cotizacionModal .modal-content .modal-body input[type="tel"],
#cotizacionModal .modal-content .modal-body input[type="phone"],
#cotizacionModal .modal-content .modal-body input[type="number"],
#cotizacionModal .modal-content .modal-body input[type="data"],
#cotizacionModal .modal-content .modal-body input[type="date"],
#cotizacionModal .modal-content .modal-body select {
  font-size: 15px;
  padding: 0.9rem 0.75rem;
}
#cotizacionModal
  .modal-content
  .modal-body
  input[type="text"]::-webkit-input-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="password"]::-webkit-input-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="search"]::-webkit-input-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="email"]::-webkit-input-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="url"]::-webkit-input-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="tel"]::-webkit-input-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="phone"]::-webkit-input-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="number"]::-webkit-input-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="data"]::-webkit-input-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="date"]::-webkit-input-placeholder,
#cotizacionModal .modal-content .modal-body select::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
#cotizacionModal .modal-content .modal-body input[type="text"]:-moz-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="password"]:-moz-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="search"]:-moz-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="email"]:-moz-placeholder,
#cotizacionModal .modal-content .modal-body input[type="url"]:-moz-placeholder,
#cotizacionModal .modal-content .modal-body input[type="tel"]:-moz-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="phone"]:-moz-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="number"]:-moz-placeholder,
#cotizacionModal .modal-content .modal-body input[type="data"]:-moz-placeholder,
#cotizacionModal .modal-content .modal-body input[type="date"]:-moz-placeholder,
#cotizacionModal .modal-content .modal-body select:-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
#cotizacionModal
  .modal-content
  .modal-body
  input[type="text"]::-moz-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="password"]::-moz-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="search"]::-moz-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="email"]::-moz-placeholder,
#cotizacionModal .modal-content .modal-body input[type="url"]::-moz-placeholder,
#cotizacionModal .modal-content .modal-body input[type="tel"]::-moz-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="phone"]::-moz-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="number"]::-moz-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="data"]::-moz-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="date"]::-moz-placeholder,
#cotizacionModal .modal-content .modal-body select::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
#cotizacionModal
  .modal-content
  .modal-body
  input[type="text"]:-ms-input-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="password"]:-ms-input-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="search"]:-ms-input-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="email"]:-ms-input-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="url"]:-ms-input-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="tel"]:-ms-input-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="phone"]:-ms-input-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="number"]:-ms-input-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="data"]:-ms-input-placeholder,
#cotizacionModal
  .modal-content
  .modal-body
  input[type="date"]:-ms-input-placeholder,
#cotizacionModal .modal-content .modal-body select:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}

#downloadModal .modal-content {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#downloadModal .modal-content .modal-header {
  padding: 16px 27px;
}
#downloadModal .modal-content .modal-header img {
  width: 100%;
  max-width: 160px;
  object-fit: contain;
  object-position: center;
}
#downloadModal .modal-content .modal-body {
  padding: 23px 27px 30px;
}
#downloadModal .modal-content .modal-body figure {
  width: 100%;
  max-width: 80px;
  height: 80px;
  margin: 0px auto 20px;
  display: block;
}
#downloadModal .modal-content .modal-body figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#downloadModal .modal-content .modal-body h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #424242;
  letter-spacing: -0.5px;
  margin-bottom: 23px;
}
#downloadModal .modal-content .modal-body input[type="text"],
#downloadModal .modal-content .modal-body input[type="password"],
#downloadModal .modal-content .modal-body input[type="search"],
#downloadModal .modal-content .modal-body input[type="email"],
#downloadModal .modal-content .modal-body input[type="url"],
#downloadModal .modal-content .modal-body input[type="tel"],
#downloadModal .modal-content .modal-body input[type="phone"],
#downloadModal .modal-content .modal-body input[type="number"],
#downloadModal .modal-content .modal-body input[type="data"],
#downloadModal .modal-content .modal-body input[type="date"],
#downloadModal .modal-content .modal-body select {
  font-size: 15px;
  padding: 0.9rem 0.75rem;
}
#downloadModal
  .modal-content
  .modal-body
  input[type="text"]::-webkit-input-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="password"]::-webkit-input-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="search"]::-webkit-input-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="email"]::-webkit-input-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="url"]::-webkit-input-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="tel"]::-webkit-input-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="phone"]::-webkit-input-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="number"]::-webkit-input-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="data"]::-webkit-input-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="date"]::-webkit-input-placeholder,
#downloadModal .modal-content .modal-body select::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
#downloadModal .modal-content .modal-body input[type="text"]:-moz-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="password"]:-moz-placeholder,
#downloadModal .modal-content .modal-body input[type="search"]:-moz-placeholder,
#downloadModal .modal-content .modal-body input[type="email"]:-moz-placeholder,
#downloadModal .modal-content .modal-body input[type="url"]:-moz-placeholder,
#downloadModal .modal-content .modal-body input[type="tel"]:-moz-placeholder,
#downloadModal .modal-content .modal-body input[type="phone"]:-moz-placeholder,
#downloadModal .modal-content .modal-body input[type="number"]:-moz-placeholder,
#downloadModal .modal-content .modal-body input[type="data"]:-moz-placeholder,
#downloadModal .modal-content .modal-body input[type="date"]:-moz-placeholder,
#downloadModal .modal-content .modal-body select:-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
#downloadModal .modal-content .modal-body input[type="text"]::-moz-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="password"]::-moz-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="search"]::-moz-placeholder,
#downloadModal .modal-content .modal-body input[type="email"]::-moz-placeholder,
#downloadModal .modal-content .modal-body input[type="url"]::-moz-placeholder,
#downloadModal .modal-content .modal-body input[type="tel"]::-moz-placeholder,
#downloadModal .modal-content .modal-body input[type="phone"]::-moz-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="number"]::-moz-placeholder,
#downloadModal .modal-content .modal-body input[type="data"]::-moz-placeholder,
#downloadModal .modal-content .modal-body input[type="date"]::-moz-placeholder,
#downloadModal .modal-content .modal-body select::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
#downloadModal
  .modal-content
  .modal-body
  input[type="text"]:-ms-input-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="password"]:-ms-input-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="search"]:-ms-input-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="email"]:-ms-input-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="url"]:-ms-input-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="tel"]:-ms-input-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="phone"]:-ms-input-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="number"]:-ms-input-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="data"]:-ms-input-placeholder,
#downloadModal
  .modal-content
  .modal-body
  input[type="date"]:-ms-input-placeholder,
#downloadModal .modal-content .modal-body select:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}

.checkModal .modal-content {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.checkModal .modal-content .modal-header {
  border-bottom: 1px solid #d9dde3 !important;
  padding: 16px 27px;
}
.checkModal .modal-content .modal-header img {
  width: 100%;
  max-width: 160px;
  object-fit: contain;
  object-position: center;
}
.checkModal .modal-content .modal-body {
  padding: 23px 27px 30px;
}
.checkModal .modal-content .modal-body span {
  display: inline-block;
  width: 16px;
  height: 21px;
  float: left;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.checkModal .modal-content .modal-body span.ic_titleForm.ic-pay {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQyNi42NjcgNDI2LjY2NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDI2LjY2NyA0MjYuNjY3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzg0LDQyLjY2N0g0Mi42NjdjLTIzLjU3MywwLTQyLjQ1MywxOS4wOTMtNDIuNDUzLDQyLjY2N0wwLDM0MS4zMzNDMCwzNjQuOTA3LDE5LjA5MywzODQsNDIuNjY3LDM4NEgzODQgICAgYzIzLjU3MywwLDQyLjY2Ny0xOS4wOTMsNDIuNjY3LTQyLjY2N3YtMjU2QzQyNi42NjcsNjEuNzYsNDA3LjU3Myw0Mi42NjcsMzg0LDQyLjY2N3ogTTM4NCwzNDEuMzMzSDQyLjY2N3YtMTI4SDM4NFYzNDEuMzMzeiAgICAgTTM4NCwxMjhINDIuNjY3Vjg1LjMzM0gzODRWMTI4eiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}
.checkModal .modal-content .modal-body span.ic_titleForm.ic-money {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQyNi42NjcgNDI2LjY2NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDI2LjY2NyA0MjYuNjY3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZD0iTTM4NCw0Mi42NjdINDIuNjY3Yy0yMy41NzMsMC00Mi40NTMsMTkuMDkzLTQyLjQ1Myw0Mi42NjdMMCwzNDEuMzMzQzAsMzY0LjkwNywxOS4wOTMsMzg0LDQyLjY2NywzODRIMzg0ICAgICBjMjMuNTczLDAsNDIuNjY3LTE5LjA5Myw0Mi42NjctNDIuNjY3di0yNTZDNDI2LjY2Nyw2MS43Niw0MDcuNTczLDQyLjY2NywzODQsNDIuNjY3eiBNMzg0LDM0MS4zMzNINDIuNjY3di0yNTZIMzg0VjM0MS4zMzN6IiBmaWxsPSIjMDAwMDAwIi8+CgkJCTxwYXRoIGQ9Ik0xOTIsMzIwaDQyLjY2N3YtMjEuMzMzSDI1NmMxMS43MzMsMCwyMS4zMzMtOS42LDIxLjMzMy0yMS4zMzN2LTY0YzAtMTEuNzMzLTkuNi0yMS4zMzMtMjEuMzMzLTIxLjMzM2gtNjR2LTIxLjMzMyAgICAgaDg1LjMzM1YxMjhoLTQyLjY2N3YtMjEuMzMzSDE5MlYxMjhoLTIxLjMzM2MtMTEuNzMzLDAtMjEuMzMzLDkuNi0yMS4zMzMsMjEuMzMzdjY0YzAsMTEuNzMzLDkuNiwyMS4zMzMsMjEuMzMzLDIxLjMzM2g2NFYyNTYgICAgIGgtODUuMzMzdjQyLjY2N0gxOTJWMzIweiIgZmlsbD0iIzAwMDAwMCIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.checkModal .modal-content .modal-body span.ic_titleForm.ic-planet {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEwIDUxMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJwdWJsaWMiPgoJCTxwYXRoIGQ9Ik0yNTUsMEMxMTQuNzUsMCwwLDExNC43NSwwLDI1NXMxMTQuNzUsMjU1LDI1NSwyNTVzMjU1LTExNC43NSwyNTUtMjU1UzM5NS4yNSwwLDI1NSwweiBNMjI5LjUsNDU2LjQ1ICAgIEMxMzAuMDUsNDQzLjcsNTEsMzU3LDUxLDI1NWMwLTE1LjMsMi41NS0zMC42LDUuMS00NS45bDEyMi40LDEyMi40VjM1N2MwLDI4LjA1LDIyLjk1LDUxLDUxLDUxVjQ1Ni40NXogTTQwNS40NSwzOTIuNyAgICBDMzk3LjgsMzcyLjMsMzc5Ljk1LDM1NywzNTcsMzU3aC0yNS41di03Ni41YzAtMTUuMy0xMC4yLTI1LjUtMjUuNS0yNS41SDE1M3YtNTFoNTFjMTUuMywwLDI1LjUtMTAuMiwyNS41LTI1LjV2LTUxaDUxICAgIGMyOC4wNSwwLDUxLTIyLjk1LDUxLTUxVjY2LjNDNDA1LjQ1LDk2LjksNDU5LDE3MC44NSw0NTksMjU1QzQ1OSwzMDguNTUsNDM4LjYsMzU3LDQwNS40NSwzOTIuN3oiIGZpbGw9IiMwMDAwMDAiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.checkModal .modal-content .modal-body .formBox .custom-control {
  padding: 0;
  position: relative;
}
.checkModal
  .modal-content
  .modal-body
  .formBox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: transparent;
  background-image: url("../img/active.1db68e3274a6c0018e9a.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-width: 0;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(189, 189, 189, 0.25);
  border: none;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.checkModal .modal-content .modal-body .formBox .checkMonto.form-group label {
  width: 100%;
  display: block;
  cursor: pointer;
  padding-left: 30px !important;
}
.checkModal
  .modal-content
  .modal-body
  .formBox
  .checkMonto.form-group
  .custom-control-label::before {
  left: 7px;
  top: 10px;
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-color: #d9dde3;
  border-radius: 100px;
}
.checkModal
  .modal-content
  .modal-body
  .formBox
  .checkMonto.form-group
  .custom-control-label::after {
  opacity: 0;
}
.checkModal
  .modal-content
  .modal-body
  .formBox
  .multiCheck.form-group
  .custom-control-label::before {
  left: 7px;
  top: 10px;
  width: 16px;
  height: 16px;
  border-width: 2px;
}
.checkModal
  .modal-content
  .modal-body
  .formBox
  .montoPagarInput:active:read-only {
  background-color: #e4e4e433;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNTM1LjUgNTM1LjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUzNS41IDUzNS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGcgaWQ9ImxvY2stb3V0bGluZSI+CgkJPHBhdGggZD0iTTQyMC43NSwxNzguNWgtMjUuNXYtNTFjMC03MS40LTU2LjEtMTI3LjUtMTI3LjUtMTI3LjVjLTcxLjQsMC0xMjcuNSw1Ni4xLTEyNy41LDEyNy41djUxaC0yNS41Yy0yOC4wNSwwLTUxLDIyLjk1LTUxLDUxICAgIHYyNTVjMCwyOC4wNSwyMi45NSw1MSw1MSw1MWgzMDZjMjguMDUsMCw1MS0yMi45NSw1MS01MXYtMjU1QzQ3MS43NSwyMDEuNDUsNDQ4LjgsMTc4LjUsNDIwLjc1LDE3OC41eiBNMjY3Ljc1LDQ4LjQ1ICAgIGM0My4zNSwwLDc5LjA1LDM1LjcsNzkuMDUsNzkuMDV2NTFIMTkxLjI1di01MWgtMi41NUMxODguNyw4NC4xNSwyMjQuNCw0OC40NSwyNjcuNzUsNDguNDV6IE00MjAuNzUsNDg0LjVoLTMwNnYtMjU1aDMwNlY0ODQuNXogICAgIE0yNjcuNzUsNDA4YzI4LjA1LDAsNTEtMjIuOTUsNTEtNTFzLTIyLjk1LTUxLTUxLTUxcy01MSwyMi45NS01MSw1MVMyMzkuNyw0MDgsMjY3Ljc1LDQwOHoiIGZpbGw9IiMwMDAwMDAiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
.checkModal
  .modal-content
  .modal-body
  .formBox
  .montoPagarInput:focus:read-only {
  background-color: rgba(228, 228, 228, 0.2);
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNTM1LjUgNTM1LjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUzNS41IDUzNS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGcgaWQ9ImxvY2stb3V0bGluZSI+CgkJPHBhdGggZD0iTTQyMC43NSwxNzguNWgtMjUuNXYtNTFjMC03MS40LTU2LjEtMTI3LjUtMTI3LjUtMTI3LjVjLTcxLjQsMC0xMjcuNSw1Ni4xLTEyNy41LDEyNy41djUxaC0yNS41Yy0yOC4wNSwwLTUxLDIyLjk1LTUxLDUxICAgIHYyNTVjMCwyOC4wNSwyMi45NSw1MSw1MSw1MWgzMDZjMjguMDUsMCw1MS0yMi45NSw1MS01MXYtMjU1QzQ3MS43NSwyMDEuNDUsNDQ4LjgsMTc4LjUsNDIwLjc1LDE3OC41eiBNMjY3Ljc1LDQ4LjQ1ICAgIGM0My4zNSwwLDc5LjA1LDM1LjcsNzkuMDUsNzkuMDV2NTFIMTkxLjI1di01MWgtMi41NUMxODguNyw4NC4xNSwyMjQuNCw0OC40NSwyNjcuNzUsNDguNDV6IE00MjAuNzUsNDg0LjVoLTMwNnYtMjU1aDMwNlY0ODQuNXogICAgIE0yNjcuNzUsNDA4YzI4LjA1LDAsNTEtMjIuOTUsNTEtNTFzLTIyLjk1LTUxLTUxLTUxcy01MSwyMi45NS01MSw1MVMyMzkuNyw0MDgsMjY3Ljc1LDQwOHoiIGZpbGw9IiMwMDAwMDAiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
.checkModal .modal-content .modal-body .formBox .montoPagarInput:read-only {
  background-color: #e4e4e433;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNTM1LjUgNTM1LjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUzNS41IDUzNS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGcgaWQ9ImxvY2stb3V0bGluZSI+CgkJPHBhdGggZD0iTTQyMC43NSwxNzguNWgtMjUuNXYtNTFjMC03MS40LTU2LjEtMTI3LjUtMTI3LjUtMTI3LjVjLTcxLjQsMC0xMjcuNSw1Ni4xLTEyNy41LDEyNy41djUxaC0yNS41Yy0yOC4wNSwwLTUxLDIyLjk1LTUxLDUxICAgIHYyNTVjMCwyOC4wNSwyMi45NSw1MSw1MSw1MWgzMDZjMjguMDUsMCw1MS0yMi45NSw1MS01MXYtMjU1QzQ3MS43NSwyMDEuNDUsNDQ4LjgsMTc4LjUsNDIwLjc1LDE3OC41eiBNMjY3Ljc1LDQ4LjQ1ICAgIGM0My4zNSwwLDc5LjA1LDM1LjcsNzkuMDUsNzkuMDV2NTFIMTkxLjI1di01MWgtMi41NUMxODguNyw4NC4xNSwyMjQuNCw0OC40NSwyNjcuNzUsNDguNDV6IE00MjAuNzUsNDg0LjVoLTMwNnYtMjU1aDMwNlY0ODQuNXogICAgIE0yNjcuNzUsNDA4YzI4LjA1LDAsNTEtMjIuOTUsNTEtNTFzLTIyLjk1LTUxLTUxLTUxcy01MSwyMi45NS01MSw1MVMyMzkuNyw0MDgsMjY3Ljc1LDQwOHoiIGZpbGw9IiMwMDAwMDAiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
.checkModal .modal-content .modal-body .checkMonto.form-group,
.checkModal .modal-content .modal-body .multiCheck.form-group {
  background: #fff;
  padding: 8px 10px 6px 31px;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.checkModal .modal-content .modal-body .form-switch {
  position: relative;
}
.checkModal .modal-content .modal-body .form-switch .form-check-input {
  position: relative;
  top: 2px;
  left: 2px;
}
.checkModal .modal-content .modal-body input[type="text"],
.checkModal .modal-content .modal-body input[type="password"],
.checkModal .modal-content .modal-body input[type="search"],
.checkModal .modal-content .modal-body input[type="email"],
.checkModal .modal-content .modal-body input[type="url"],
.checkModal .modal-content .modal-body input[type="tel"],
.checkModal .modal-content .modal-body input[type="phone"],
.checkModal .modal-content .modal-body input[type="number"],
.checkModal .modal-content .modal-body input[type="data"],
.checkModal .modal-content .modal-body input[type="date"],
.checkModal .modal-content .modal-body select {
  font-size: 15px;
  padding: 0.9rem 0.75rem;
}
.checkModal
  .modal-content
  .modal-body
  input[type="text"]::-webkit-input-placeholder,
.checkModal
  .modal-content
  .modal-body
  input[type="password"]::-webkit-input-placeholder,
.checkModal
  .modal-content
  .modal-body
  input[type="search"]::-webkit-input-placeholder,
.checkModal
  .modal-content
  .modal-body
  input[type="email"]::-webkit-input-placeholder,
.checkModal
  .modal-content
  .modal-body
  input[type="url"]::-webkit-input-placeholder,
.checkModal
  .modal-content
  .modal-body
  input[type="tel"]::-webkit-input-placeholder,
.checkModal
  .modal-content
  .modal-body
  input[type="phone"]::-webkit-input-placeholder,
.checkModal
  .modal-content
  .modal-body
  input[type="number"]::-webkit-input-placeholder,
.checkModal
  .modal-content
  .modal-body
  input[type="data"]::-webkit-input-placeholder,
.checkModal
  .modal-content
  .modal-body
  input[type="date"]::-webkit-input-placeholder,
.checkModal .modal-content .modal-body select::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
.checkModal .modal-content .modal-body input[type="text"]:-moz-placeholder,
.checkModal .modal-content .modal-body input[type="password"]:-moz-placeholder,
.checkModal .modal-content .modal-body input[type="search"]:-moz-placeholder,
.checkModal .modal-content .modal-body input[type="email"]:-moz-placeholder,
.checkModal .modal-content .modal-body input[type="url"]:-moz-placeholder,
.checkModal .modal-content .modal-body input[type="tel"]:-moz-placeholder,
.checkModal .modal-content .modal-body input[type="phone"]:-moz-placeholder,
.checkModal .modal-content .modal-body input[type="number"]:-moz-placeholder,
.checkModal .modal-content .modal-body input[type="data"]:-moz-placeholder,
.checkModal .modal-content .modal-body input[type="date"]:-moz-placeholder,
.checkModal .modal-content .modal-body select:-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
.checkModal .modal-content .modal-body input[type="text"]::-moz-placeholder,
.checkModal .modal-content .modal-body input[type="password"]::-moz-placeholder,
.checkModal .modal-content .modal-body input[type="search"]::-moz-placeholder,
.checkModal .modal-content .modal-body input[type="email"]::-moz-placeholder,
.checkModal .modal-content .modal-body input[type="url"]::-moz-placeholder,
.checkModal .modal-content .modal-body input[type="tel"]::-moz-placeholder,
.checkModal .modal-content .modal-body input[type="phone"]::-moz-placeholder,
.checkModal .modal-content .modal-body input[type="number"]::-moz-placeholder,
.checkModal .modal-content .modal-body input[type="data"]::-moz-placeholder,
.checkModal .modal-content .modal-body input[type="date"]::-moz-placeholder,
.checkModal .modal-content .modal-body select::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
.checkModal .modal-content .modal-body input[type="text"]:-ms-input-placeholder,
.checkModal
  .modal-content
  .modal-body
  input[type="password"]:-ms-input-placeholder,
.checkModal
  .modal-content
  .modal-body
  input[type="search"]:-ms-input-placeholder,
.checkModal
  .modal-content
  .modal-body
  input[type="email"]:-ms-input-placeholder,
.checkModal .modal-content .modal-body input[type="url"]:-ms-input-placeholder,
.checkModal .modal-content .modal-body input[type="tel"]:-ms-input-placeholder,
.checkModal
  .modal-content
  .modal-body
  input[type="phone"]:-ms-input-placeholder,
.checkModal
  .modal-content
  .modal-body
  input[type="number"]:-ms-input-placeholder,
.checkModal .modal-content .modal-body input[type="data"]:-ms-input-placeholder,
.checkModal .modal-content .modal-body input[type="date"]:-ms-input-placeholder,
.checkModal .modal-content .modal-body select:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}

#modalAditional .modal-content {
  background-color: #fff;
  border-color: transparent;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
#modalAditional .modal-content .modal-header {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 0;
  padding: 20px 30px 30px;
}
#modalAditional .modal-content .modal-header figure {
  width: 100%;
  max-width: 159px;
  margin-bottom: 0;
}
#modalAditional .modal-content .modal-header figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#modalAditional .modal-content .modal-body {
  width: 100%;
  position: relative;
  display: block;
  padding: 10px 30px 0;
}
#modalAditional .modal-content .modal-body .modal-body-top {
  width: 100%;
  margin-bottom: 12px;
}
#modalAditional .modal-content .modal-body .modal-body-top .name-plans {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#modalAditional .modal-content .modal-body .modal-body-top .name-plans figure {
  width: 53px;
  height: 43px;
  position: relative;
  margin-bottom: 0;
  padding-right: 8px;
}
#modalAditional
  .modal-content
  .modal-body
  .modal-body-top
  .name-plans
  figure:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 90%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #5f5f60;
}
#modalAditional
  .modal-content
  .modal-body
  .modal-body-top
  .name-plans
  figure
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(1.3);
}
#modalAditional .modal-content .modal-body .modal-body-top .name-plans h2 {
  width: 100%;
  max-width: 140px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 8px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-family: futura-bold;
  color: #5f5f60;
}
#modalAditional .modal-content .modal-body .modal-body-top .logo-landing {
  width: 100%;
  max-width: 108px;
  height: 46px;
}
#modalAditional .modal-content .modal-body .modal-body-top .logo-landing img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#modalAditional .modal-content .modal-body .modal-body-text {
  width: 100%;
  position: relative;
  padding: 22px 0 12px;
}
#modalAditional .modal-content .modal-body .modal-body-text .accordion-button {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 0;
  background: 0 0;
}
#modalAditional
  .modal-content
  .modal-body
  .modal-body-text
  .accordion-button
  img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  object-position: center;
  margin-right: 5px;
}
#modalAditional .modal-content .modal-body .modal-body-text h3 {
  font-size: 14px;
  font-weight: 900;
  color: #5f5f60;
  margin-bottom: 0;
}
#modalAditional .modal-content .modal-body .modal-body-text h3:first-child {
  margin-top: 0;
}
#modalAditional .modal-content .modal-body .modal-body-text h4 {
  font-size: 16px;
  font-weight: 900;
  color: #a00027;
  background: #e2e2e2;
  padding: 10px 5px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 4px;
}
#modalAditional .modal-content .modal-body .modal-body-text hr {
  background: #c1c1c1;
  margin-top: 15px;
  margin-bottom: 15px;
}
#modalAditional .modal-content .modal-body .modal-body-text p {
  font-family: futura-regular;
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 10px;
}
#modalAditional .modal-content .modal-body .modal-body-text ul li {
  font-family: futura-regular;
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 5px;
}
#modalAditional .modal-content .modal-body .modal-body-text ul li:last-child {
  margin-bottom: 0;
}
#modalAditional .modal-content .modal-footer {
  width: 100%;
  padding: 0 30px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 0;
}

#accordionExample {
  border: none !important;
}
#accordionExample .accordion-item {
  border: none;
}
#accordionExample .accordion-item .accordion-button:after {
  fill: #a00027;
  filter: invert(11%) sepia(88%) saturate(5790%) hue-rotate(340deg)
    brightness(66%) contrast(103%);
}
#accordionExample .accordion-item .accordion-body {
  padding: 15px 20px 5px;
  background-color: #f3f3f4;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-bottom: 15px;
}

@media (max-width: 576px) {
  #modalAditional .modal-content .modal-header {
    padding: 20px 20px 30px;
  }
  #modalAditional .modal-content .modal-body {
    padding: 20px 20px 30px;
  }
  #modalAditional
    .modal-content
    .modal-body
    .modal-body-top
    .name-plans
    figure {
    width: 43px;
    height: 40px;
  }
  #modalAditional .modal-content .modal-body .modal-body-top .name-plans h2 {
    font-size: 14px;
  }
  #modalAditional .modal-content .modal-body .modal-body-top .logo-landing {
    max-width: 88px;
  }
  #modalAditional .modal-content .modal-body .modal-body-text h3 {
    font-size: 13px;
  }
  #modalAditional .modal-content .modal-body .modal-body-text p {
    font-size: 14px;
  }
  #modalAditional .modal-content .modal-body .modal-body-text ul li {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  #modalAditional .modal-content .modal-footer {
    justify-content: center;
  }
}

.slider {
  width: 100%;
  height: 700px;
}
.slider .circular-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: url("../img/HomeIsometric.png");
  background-repeat: no-repeat;
  background-size: 30vw;
  background-position: center bottom;
}
.slider .circular-slider .wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 0px 20px;
  overflow: hidden;
}
.slider .circular-slider .wrapper .controls__left {
  position: absolute;
  z-index: 101;
  -webkit-transition: 0.6s all;
  -o-transition: 0.6s all;
  transition: 0.6s all;
  bottom: 30%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.slider .circular-slider .wrapper .controls__left:hover .icon-wrapper {
  font-size: 1.7em;
  opacity: 1;
}
.slider .circular-slider .wrapper .controls__left .icon-wrapper {
  transition: ease-in all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #8e1719;
  font-size: 1.5em;
  opacity: 0.7;
}
.slider .circular-slider .wrapper .controls__right {
  position: absolute;
  z-index: 101;
  -webkit-transition: 0.6s all;
  -o-transition: 0.6s all;
  transition: 0.6s all;
  bottom: 30%;
  right: 0%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  cursor: pointer;
}
.slider .circular-slider .wrapper .controls__right:hover .icon-wrapper {
  font-size: 1.7em;
  opacity: 1;
}
.slider .circular-slider .wrapper .controls__right .icon-wrapper {
  transition: ease-in all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #8e1719;
  font-size: 1.5em;
  opacity: 0.7;
}
.slider .circular-slider .wrapper .controls__autoplay {
  position: absolute;
  z-index: 101;
  -webkit-transition: 0.6s all;
  -o-transition: 0.6s all;
  transition: 0.6s all;
  bottom: 0;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.slider .circular-slider .wrapper .controls__autoplay:hover .icon-wrapper {
  font-size: 1.7em;
  opacity: 1;
}
.slider .circular-slider .wrapper .controls__autoplay .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #8e1719;
  font-size: 1.5em;
  opacity: 0.7;
}
.slider .circular-slider .wrapper .controls__autoplay_running .pause {
  display: block;
}
.slider .circular-slider .wrapper .controls__autoplay_running .run {
  display: none;
}
.slider .circular-slider .wrapper .controls__autoplay_paused .pause {
  display: none;
}
.slider .circular-slider .wrapper .controls__autoplay_paused .run {
  display: block;
}
.slider .circular-slider .wrapper .slides-holder {
  border-radius: 50%;
  border: 2px solid #8e1719;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 100;
}
.slider .circular-slider .wrapper .slides-holder .slides-holder__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #8e1719;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background-color: #ffffff;
  -webkit-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.slider .circular-slider .wrapper .slides-holder .slides-holder__item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider .circular-slider .wrapper .slides-holder .slides-holder__item a img {
  width: 50%;
  height: 50%;
  object-fit: contain;
  object-position: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider .circular-slider .wrapper .slides-holder .slides-holder__item a span {
  text-transform: uppercase;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  background-color: transparent;
  color: #8e1719;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  padding: 7px 15px;
  bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #8e1719;
  visibility: hidden;
  opacity: 0;
  transition: ease-in all 0.3s;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
}
.slider
  .circular-slider
  .wrapper
  .slides-holder
  .slides-holder__item.slides-holder__item_active {
  background-color: #8e1719;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.slider
  .circular-slider
  .wrapper
  .slides-holder
  .slides-holder__item.slides-holder__item_active
  a
  img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.slider
  .circular-slider
  .wrapper
  .slides-holder
  .slides-holder__item.slides-holder__item_active
  a
  span {
  bottom: -54px;
  visibility: visible;
  opacity: 1;
}
.slider .circular-slider .wrapper .slides-holder .slides-holder__item:hover {
  background-color: #8e1719;
}
.slider
  .circular-slider
  .wrapper
  .slides-holder
  .slides-holder__item:hover
  a
  img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.slider .circular-slider .wrapper .slide-figure {
  position: absolute;
  width: 100%;
  max-width: 580px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}
.slider .circular-slider .wrapper .slide-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.slider .circular-slider .wrapper .descriptions {
  position: absolute;
  bottom: 0%;
  z-index: 0;
  display: none !important;
}
.slider .circular-slider .wrapper .descriptions .descriptions__item {
  width: 100%;
  height: 0%;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0s 0s linear;
  -o-transition: opacity 0s 0s linear;
  transition: opacity 0s 0s linear;
}
.slider .circular-slider .wrapper .descriptions .descriptions__item h1 {
  font-family: Helvetica, sans-serif;
  color: white;
  text-align: center;
  font-size: 200%;
  padding-top: 5px;
}
.slider
  .circular-slider
  .wrapper
  .descriptions
  .descriptions__item
  .description {
  font-family: Helvetica, sans-serif;
  color: white;
  text-align: center;
  font-size: 100%;
  margin-top: 5px;
  padding: 0% 10%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow-y: hidden;
}
.slider
  .circular-slider
  .wrapper
  .descriptions
  .descriptions__item.descriptions__item_visible {
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.6s 0s linear;
  -o-transition: opacity 0.6s 0s linear;
  transition: opacity 0.6s 0s linear;
}
@media (max-width: 1200px) {
  .slider {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .slider .circular-slider .wrapper .slides-holder .slides-holder__item a span {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .slider {
    height: 370px;
  }
}
@media (max-width: 576px) {
  .slider {
    height: 180px;
  }
  .slider .circular-slider {
    background: transparent;
  }
  .slider .circular-slider .wrapper {
    width: 100% !important;
  }
  .slider .circular-slider .wrapper .slides-holder .slides-holder__item {
    width: 50px !important;
    height: 50px !important;
  }
  .slider .circular-slider .wrapper .slides-holder .slides-holder__item a span {
    bottom: -40px;
  }
  .slider
    .circular-slider
    .wrapper
    .slides-holder
    .slides-holder__item.slides-holder__item_active
    a
    span {
    bottom: -95px;
  }
}

.text-colonial {
  color: #8e1719 !important;
}

.text-orange {
  color: #e9725f;
}

.text-button {
  padding: 5px 15px;
  color: #ffffff;
  background-color: #8e1719;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.text-green {
  color: #6da9a4;
}

.border-color {
  width: 100%;
  max-width: 767px;
  margin-left: auto;
  background-color: #d8d8d8;
}

.alert.alert-custom {
  width: 100%;
  position: relative;
  padding: 10px 7px;
  display: block;
  margin: 5px 0 0;
  border: 1px solid #177e8f;
}
.alert.alert-custom p {
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  color: #177e8f;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.alert.alert-custom p span {
  margin-right: 5px;
  font-size: 17px;
}
.alert.alert-custom p a {
  font-weight: 500;
  font-size: 12px;
  color: #177e8f;
  text-decoration: none;
  margin-left: auto;
}

.z-index-1 {
  position: relative;
  z-index: 2;
}

.beforeLine::before,
.header_title .title_boxItem_billing::before,
.sub_header_title .title_boxItem_billing::before,
.custom-control-label::after,
.custom-control-label::before,
.beforeCircle::before,
.beforeCircle::after {
  content: "";
  display: block;
  position: absolute;
}

.beforeCircle::after {
  margin: 0 auto;
  bottom: -262px;
  left: -5%;
  width: 110%;
  height: 160px;
  z-index: 0;
  background: #ffffff 0;
  background: radial-gradient(ellipse at center, #ffffff 0, #f1f1f1 30%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.beforeCircle::before {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 430px;
  background: #ffffff 0%;
  background: radial-gradient(ellipse at center, #ffffff 0%, #f1f1f1 70%);
}

.opacity-15 {
  opacity: 0.15;
}

.boxShadow {
  -webkit-box-shadow: 0 4px 14px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 4px 14px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 14px -10px rgba(0, 0, 0, 0.5);
}

.poin {
  cursor: pointer;
}

.border-red {
  border: 1px solid #8e1719 !important;
}

.border-gray {
  border: 1px solid #dedede;
}

.bg-colonial {
  background-color: #8e1719 !important;
}
.bg-colonial:hover {
  color: #fff !important;
}

.custom-switch {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
}
.custom-switch label {
  display: flex;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  font-weight: 400;
  font-size: 17px;
  color: #000;
}
.custom-switch .form-check-input {
  width: 28px;
  height: 16px;
  border-color: #adb5bd;
}
.custom-switch .form-check-input:focus {
  border-color: #adb5bd;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(238, 238, 238, 0.5);
  -moz-box-shadow: 0 0 0 0.1rem rgba(238, 238, 238, 0.5);
  box-shadow: 0 0 0 0.1rem rgba(238, 238, 238, 0.5);
}
.custom-switch .form-check-input:checked {
  background-color: #8e1719;
  border-color: #8e1719;
}
.custom-switch a {
  text-decoration: none;
}
.custom-switch a.ic-information {
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  color: #000;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}
@media (max-width: 768px) {
  .custom-switch label {
    font-size: 14px;
  }
}

.custom-control-label {
  cursor: pointer;
}
.custom-control-label::before {
  width: 1rem;
  height: 1rem;
  top: 0.25rem;
  left: 0;
  pointer-events: none;
  background-color: #ffffff;
  border: 2px solid #8e1719;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.custom-control-label::after {
  width: 1rem;
  height: 1rem;
  top: 0.25rem;
  left: 0;
  background: no-repeat 50%/50% 50%;
  background-size: 12px;
  background-position: 3px 3px !important;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background: #8e1719;
}
.custom-control-input:checked ~ .custom-control-label::after {
  left: -1px;
  top: 3px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.popover {
  width: 100%;
  max-width: 334px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.popover .popover-header {
  background: #8e1719;
  color: #ffffff;
  font-weight: 700;
  border-bottom: none;
}
.popover .popover-body {
  font-weight: 400;
  font-size: 13px;
  color: #000;
  padding: 9px 18px 12px;
}
.popover .popover-arrow::before {
  border-top-color: #f1f1f1;
}
.popover.popover-custom-default {
  border-color: transparent;
  width: 100%;
  max-width: 230px;
  padding: 0px 5px 5px;
}
.popover.popover-custom-default .popover-header {
  background-color: transparent;
  color: #000;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
}
.popover.popover-custom-default .popover-body {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  background-color: rgba(216, 216, 216, 0.15);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.popover.popover-custom-default.color-custom-percent .popover-body {
  color: #d88d04;
}
.popover.popover-custom-default.color-custom-request .popover-body {
  color: #417505;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="phone"]:focus,
input[type="number"]:focus,
input[type="data"]:focus,
input[type="date"]:focus,
select:focus {
  border-color: rgba(142, 23, 25, 0.5) !important;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(142, 23, 25, 0.1) !important;
  -moz-box-shadow: 0 0 0 0.1rem rgba(142, 23, 25, 0.1) !important;
  box-shadow: 0 0 0 0.1rem rgba(142, 23, 25, 0.1) !important;
}

.valueRD {
  width: 100%;
  position: relative;
  display: block;
}
.valueRD::before {
  content: "RD";
  position: absolute;
  bottom: 6px;
  background: #e9eee3;
  border-radius: 2px;
  width: 38px;
  height: 26px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 26px;
  color: #417505;
  left: 6px;
}
.valueRD input {
  padding-left: 50px;
}

.valueUS {
  width: 100%;
  position: relative;
  display: block;
}
.valueUS::before {
  content: "US";
  position: absolute;
  bottom: 6px;
  background: #e9eee3;
  border-radius: 2px;
  width: 38px;
  height: 26px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 26px;
  color: #417505;
  left: 6px;
}
.valueUS input {
  padding-left: 50px;
}

.list_box_billing {
  width: 100%;
  position: relative;
  display: block;
}
.list_box_billing label {
  font-weight: 500;
  font-size: 14px;
  color: #417505;
  margin-bottom: 11px;
}
.list_box_billing input {
  padding-left: 50px;
  font-weight: 700;
  font-size: 17px;
  color: #417505;
}
.list_box_billing input:focus {
  color: #417505;
}
.list_box_billing input::-webkit-input-placeholder {
  color: #417505;
}
.list_box_billing input:-moz-placeholder {
  color: #417505;
}
.list_box_billing input::-moz-placeholder {
  color: #417505;
}
.list_box_billing input:-ms-input-placeholder {
  color: #417505;
}

.ic-information {
  width: 20px;
  height: 20px;
  display: flex;
  text-decoration: none !important;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #000;
  font-style: italic;
}
.ic-information:hover {
  color: #8e1719;
}
.ic-information.ic-percent {
  width: 26px;
  height: 26px;
  background-color: rgba(255, 185, 0, 0.37) !important;
  color: #d88d04;
  border-color: transparent !important;
}
.ic-information.ic-percent span {
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .ic-information.ic-percent {
    width: 20px;
    height: 20px;
  }
  .ic-information.ic-percent span {
    font-size: 13px;
  }
}
.ic-information.ic-request {
  width: 26px;
  height: 26px;
  background-color: rgba(92, 171, 0, 0.37) !important;
  color: #417505;
  border-color: transparent !important;
}
.ic-information.ic-request span {
  font-size: 16px;
}
@media (max-width: 576px) {
  .ic-information.ic-request {
    width: 20px;
    height: 20px;
  }
  .ic-information.ic-request span {
    font-size: 13px;
  }
}

.sub_header_title {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}
.sub_header_title .title_boxItem_billing {
  width: 100%;
  max-width: max-content;
  position: relative;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  padding-left: 33px;
  font-weight: 500;
  font-size: 20px;
  color: #8e1719;
}
.sub_header_title .title_boxItem_billing::before {
  width: 25px;
  height: 19px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/icons_titles_items.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.sub_header_title .title_item_icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sub_header_title .title_item_icon h4 {
  font-size: 11px;
  color: rgba(94, 94, 94, 0.7);
  font-weight: 600;
  margin-bottom: 0;
}
.sub_header_title .title_item_icon h4:last-child {
  padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid rgba(136, 136, 136, 0.2);
}
@media (max-width: 576px) {
  .sub_header_title .title_boxItem_billing {
    font-size: 14px;
  }
}

.header_title {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}
.header_title .title_boxItem_billing {
  width: 100%;
  max-width: max-content;
  position: relative;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  padding-left: 33px;
  font-weight: 500;
  font-size: 20px;
  color: #8e1719;
}
.header_title .title_boxItem_billing::before {
  width: 25px;
  height: 19px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/icons_titles_items.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.header_title .title_item_icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_title .title_item_icon h4 {
  font-size: 11px;
  color: rgba(94, 94, 94, 0.7);
  font-weight: 600;
  margin-bottom: 0;
}
.header_title .title_item_icon h4:last-child {
  padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid rgba(136, 136, 136, 0.2);
}
@media (max-width: 576px) {
  .header_title .title_boxItem_billing {
    font-size: 14px;
  }
}

.beforeLine::before {
  left: 6px;
  top: 7px;
  width: 0px;
  height: 87px;
  border: dashed #c74220;
  border-width: 1px;
}

.list_item_desk {
  font-weight: 500;
  font-style: italic;
  font-size: 12px;
  color: #c74220;
  background: rgba(245, 112, 35, 0.13) 0;
  background: linear-gradient(
    to right,
    rgba(245, 112, 35, 0.13) 0,
    rgba(251, 162, 73, 0) 100%
  );
  letter-spacing: 0.15px;
  margin-left: 10px;
  line-height: 20px;
  padding: 5px 10px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.box_expand {
  background-repeat: no-repeat;
  background-size: 15px;
  position: relative;
}
.box_expand.box_open::before {
  background-color: #ffffff;
  background-image: url("https://www.armalotu.com.do/ic-close.071187a6412a055b9e5a.svg");
}
.box_expand.box_closet::before {
  background-color: #ffffff;
  background-image: url("https://www.armalotu.com.do/ic-open.b258e16f97bafa7c6a17.svg");
}
.box_expand.box_closet .list_item_billing {
  display: none;
}
.box_expand.collapse .header_title {
  margin-bottom: 0px;
}
.box_expand.collapse .header_title.custom-m {
  margin-bottom: 1rem;
}
.box_expand.collapse .header_title.custom-m::before {
  content: "\e145";
}
.box_expand.collapse .header_title::before {
  content: "\e145";
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: -33px;
  color: #8e1719;
  font-size: 16px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.box_expand.collapse > .list_item_billing {
  display: none;
}

@media (max-width: 576px) {
  .width-sm {
    width: 100%;
    max-width: 100%;
  }
}
.custom-hr {
  margin-top: 5px;
  background-color: #bdbdbd;
}

.form-img {
  width: 100%;
  display: grid;
  align-items: center;
  position: relative;
  grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
  gap: 20px;
}
.form-img .property_img {
  width: 100%;
  position: relative;
  display: grid;
}
.form-img .property_img figure {
  width: 100%;
  height: 250px;
  position: relative;
  margin: 0 0 0;
  overflow: hidden;
  border: 2px dashed #ced4d9;
  border-radius: 4px;
  border-spacing: 10px;
  background: repeating-linear-gradient(
    45deg,
    rgba(203, 203, 203, 0.2),
    rgba(203, 203, 203, 0.2) 5px,
    #fafafa 5px,
    #fafafa 10px
  );
}
.form-img .property_img figure .unknown-img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  object-position: center;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
}
.form-img .property_img figure .known-img {
  width: 95%;
  height: 95%;
  object-fit: contain;
  object-position: center;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
}
.form-img .property_img .name_img {
  width: 100%;
  display: flex;
  position: relative;
  margin-top: 10px;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  align-items: center;
  background: #fafafa;
  justify-content: center;
  padding: 8px;
  text-transform: uppercase;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  color: #4e4b4b;
}

.custom-file-input {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  outline: none !important;
  box-shadow: none !important;
}

.content-ckeck {
  width: 100%;
  display: block;
  position: relative;
}
.content-ckeck label {
  font-weight: 500;
  font-size: 18px;
  color: #4a4a4a;
  padding-left: 10px;
  margin-right: 10px;
}
@media (max-width: 576px) {
  .content-ckeck label {
    font-size: 14px;
  }
}

.closet {
  width: 15px;
  height: 15px;
  background: url("../img/ic-indicator.svg") no-repeat;
  background-size: contain;
  border: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.item_billing.box-total-billing {
  position: relative;
  bottom: 0;
}
@media (min-width: 992px) {
  .item_billing.box-total-billing {
    position: sticky;
  }
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(142, 23, 25, 0.4);
  }
  70% {
    box-shadow: 0 0 0 7px rgba(142, 23, 25, 0);
  }
  100% {
    box-shadow: 0 0 0 14px rgba(142, 23, 25, 0);
  }
}
@-moz-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(142, 23, 25, 0.4);
  }
  70% {
    box-shadow: 0 0 0 7px rgba(142, 23, 25, 0);
  }
  100% {
    box-shadow: 0 0 0 14px rgba(142, 23, 25, 0);
  }
}
@-ms-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(142, 23, 25, 0.4);
  }
  70% {
    box-shadow: 0 0 0 7px rgba(142, 23, 25, 0);
  }
  100% {
    box-shadow: 0 0 0 14px rgba(142, 23, 25, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(142, 23, 25, 0.4);
  }
  70% {
    box-shadow: 0 0 0 7px rgba(142, 23, 25, 0);
  }
  100% {
    box-shadow: 0 0 0 14px rgba(142, 23, 25, 0);
  }
}
@font-face {
  font-family: "futura-regular";
  src: url("../fonts/FuturaBT-Book.woff2") format("woff2"),
    url("../fonts/FuturaBT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "futura-medium";
  src: url("../fonts/Futura-Bold.woff2") format("woff2"),
    url("../fonts/Futura-Bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "futura-bold";
  src: url("../fonts/FuturaBT-Heavy.woff2") format("woff2"),
    url("../fonts/FuturaBT-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(146, 17, 1, 0.5);
  }
  70% {
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(146, 17, 1, 0.5);
  }
  70% {
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(146, 17, 1, 0.5);
  }
  70% {
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(146, 17, 1, 0.5);
  }
  70% {
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
  }
}
.no_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal-lgm {
  max-width: 672px;
}

button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

main .container-fluid {
  max-width: 1076px;
}

.footer {
  width: 100%;
  position: relative;
  display: block;
  padding-top: 65px;
  padding-bottom: 35px;
  background: #f1f1f2;
  background-image: radial-gradient(50% 353%, invalid gradient);
  border-bottom: 11px solid #8e1719;
}
.footer .container-fluid {
  max-width: 1076px;
}
.footer .title h2 {
  font-family: "futura-regular";
  font-size: 18px;
  color: #4a4a4a;
  text-align: center;
  line-height: 33px;
}
.footer .socialLink p {
  font-family: "futura-regular";
  font-size: 14px;
  color: #888888;
  text-align: center;
  margin-bottom: 5px;
}
.footer .socialLink .socialIcons {
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .socialLink .socialIcons li {
  margin-right: 10px;
}
.footer .socialLink .socialIcons li:last-child {
  margin-right: 0;
}
.footer .socialLink .socialIcons li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  background-color: #8e1719;
  color: #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.footer .socialLink .socialIcons li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.footer .appIcons {
  position: relative;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .appIcons li {
  width: 100%;
  max-width: 150px;
  margin-right: 10px;
}
.footer .appIcons li:last-child {
  margin-right: 0;
}
.footer .appIcons li a {
  display: block;
  width: 100%;
}
.footer .appIcons li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.footer .wsLink p {
  font-family: "futura-regular";
  font-size: 14px;
  color: #888888;
  text-align: center;
  margin-bottom: 5px;
}
.footer .wsLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 5px 13px 5px 30px;
  background-color: #d9d8d8;
  text-decoration: none !important;
  font-family: "futura-bold";
  font-size: 16px;
  color: #000000;
  text-align: right;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}
.footer .wsLink a .icons {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #268900;
  position: absolute;
  border: 4px solid #f1f1f2;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  left: -13px;
}
.footer .wsLink a .icons svg {
  color: #fff;
  font-size: 18px;
}

.btn {
  outline: none !important;
}
.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btnLink {
  padding: 15px 26px;
  outline: none !important;
  background-color: #8e1719;
  font-family: "futura-bold";
  font-size: 14px;
  color: #ffffff !important;
  text-transform: uppercase;
  text-align: center;
}

.btnLink-modal {
  padding: 10px 15px;
  outline: none !important;
  background-color: #8e1719;
  font-family: "futura-bold";
  font-size: 14px;
  color: #ffffff !important;
  text-transform: uppercase;
  text-align: center;
}

.btn_back {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 6px 24px;
  background-color: transparent;
  border: 1px solid #8e1719;
  font-family: "futura-bold";
  font-size: 14px;
  color: #8e1719;
  text-transform: uppercase;
  text-align: center;
}
.btn_back:hover {
  background-color: #8e1719;
  color: #ffffff;
}

.btn_send {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 6px 24px;
  background-color: #8e1719;
  border: 1px solid transparent;
  font-family: "futura-bold";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.btn_send:hover {
  background-color: transparent;
  color: #8e1719;
  border-color: #8e1719;
}

.top {
  position: relative;
  top: 26px;
  z-index: 1;
}

header {
  width: 100%;
  display: block;
  position: relative;
  background-color: #8e1719;
  padding: 11px 0px;
}
header .logo-header {
  width: 100%;
  max-width: 172px;
  height: 26px;
}
header .logo-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.header-top {
  width: 100%;
  position: relative;
  display: block;
  padding: 42px 0px 30px;
}
.header-top figure {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 12px;
}
.header-top figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.header-top figure.emprende {
  max-width: 531px;
}
.header-top h2 {
  font-family: "futura-bold";
  font-size: 22px;
  color: #4a4a4a;
  text-align: center;
  line-height: 33px;
  margin-bottom: 7px;
}
.header-top h3 {
  font-family: "futura-bold";
  font-size: 24px;
  color: #8d1819;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}

.body_main {
  width: 100%;
  position: relative;
  padding-bottom: 84px;
}
.body_main .bg_figure {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.body_main .bg_figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.body_main .body_main_list {
  position: absolute;
  bottom: 44px;
  right: 0px;
}
.body_main .body_main_list h2 {
  font-family: "futura-bold";
  font-size: 18px;
  color: #8d1819;
  text-align: right;
  line-height: 33px;
  margin-bottom: 15px;
}
.body_main .body_main_list .boxList {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
  position: relative;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.body_main .body_main_list .boxList:last-child {
  margin-bottom: 0px;
}
.body_main .body_main_list .boxList:hover > a {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
.body_main .body_main_list .boxList:nth-child(2) {
  max-width: 160px;
  margin-left: auto;
  transform: translateX(12px);
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  -ms-transform: translateX(12px);
  -o-transform: translateX(12px);
}
.body_main .body_main_list .boxList:nth-child(2) a h3 {
  max-width: 110px;
}
.body_main .body_main_list .boxList:nth-child(3) {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
}
.body_main .body_main_list .boxList:nth-child(4) {
  transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
}
.body_main .body_main_list .boxList:nth-child(5) {
  transform: translateX(-140px);
  -webkit-transform: translateX(-140px);
  -moz-transform: translateX(-140px);
  -ms-transform: translateX(-140px);
  -o-transform: translateX(-140px);
}
.body_main .body_main_list .boxList:nth-child(6) {
  transform: translateX(-205px);
  -webkit-transform: translateX(-205px);
  -moz-transform: translateX(-205px);
  -ms-transform: translateX(-205px);
  -o-transform: translateX(-205px);
}
.body_main .body_main_list .boxList:nth-child(7) {
  transform: translateX(-255px);
  -webkit-transform: translateX(-255px);
  -moz-transform: translateX(-255px);
  -ms-transform: translateX(-255px);
  -o-transform: translateX(-255px);
}
.body_main .body_main_list .boxList:nth-child(8) {
  transform: translateX(-320px);
  -webkit-transform: translateX(-320px);
  -moz-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  -o-transform: translateX(-320px);
}
.body_main .body_main_list .boxList:nth-child(9) {
  transform: translateX(-380px);
  -webkit-transform: translateX(-380px);
  -moz-transform: translateX(-380px);
  -ms-transform: translateX(-380px);
  -o-transform: translateX(-380px);
}
.body_main .body_main_list .boxList a {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 52px max-content;
  align-items: center;
  text-decoration: none !important;
  -webkit-transition: ease-in all 0.2s;
  -moz-transition: ease-in all 0.2s;
  -ms-transition: ease-in all 0.2s;
  -o-transition: ease-in all 0.2s;
}
.body_main .body_main_list .boxList a figure {
  display: block;
  margin-bottom: 0;
  width: 52px;
  height: 42px;
  padding-right: 8px;
  position: relative;
}
.body_main .body_main_list .boxList a figure::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 60%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #5f5f60;
}
.body_main .body_main_list .boxList a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: cover;
  transform: scale(1.16);
}
.body_main .body_main_list .boxList a h3 {
  width: 100%;
  max-width: 140px;
  padding-left: 8px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "futura-bold";
  color: #5f5f60;
}

#modalLanding .modal-content {
  background-color: #fff;
  border-color: transparent;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
#modalLanding .modal-content .modal-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0;
  padding: 20px 30px 30px;
}
#modalLanding .modal-content .modal-header figure {
  width: 100%;
  max-width: 159px;
  margin-bottom: 0;
}
#modalLanding .modal-content .modal-header figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
#modalLanding .modal-content .modal-body {
  width: 100%;
  position: relative;
  display: block;
  padding: 10px 30px 30px;
}
#modalLanding .modal-content .modal-body .modal-body-top {
  width: 100%;
  margin-bottom: 12px;
}
#modalLanding .modal-content .modal-body .modal-body-top .name-plans {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#modalLanding .modal-content .modal-body .modal-body-top .name-plans figure {
  width: 53px;
  height: 43px;
  position: relative;
  margin-bottom: 0;
  padding-right: 8px;
}
#modalLanding
  .modal-content
  .modal-body
  .modal-body-top
  .name-plans
  figure::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 90%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #5f5f60;
}
#modalLanding
  .modal-content
  .modal-body
  .modal-body-top
  .name-plans
  figure
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: contain;
  object-position: center;
  transform: scale(1.3);
}
#modalLanding .modal-content .modal-body .modal-body-top .name-plans h2 {
  width: 100%;
  max-width: 140px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 8px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "futura-bold";
  color: #5f5f60;
}
#modalLanding .modal-content .modal-body .modal-body-top .logo-landing {
  width: 100%;
  max-width: 108px;
  height: 46px;
}
#modalLanding .modal-content .modal-body .modal-body-top .logo-landing img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
#modalLanding .modal-content .modal-body .modal-body-text {
  width: 100%;
  position: relative;
  background-color: #f3f3f4;
  padding: 22px 17px 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
#modalLanding .modal-content .modal-body .modal-body-text p {
  font-family: "futura-regular";
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 10px;
}
#modalLanding .modal-content .modal-footer {
  width: 100%;
  padding: 0px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 0;
}

.main_forms {
  width: 100%;
  padding: 40px 0px 30px;
  background-color: #f1f1f2;
  border-bottom: 11px solid #8e1719;
}
.main_forms .form_header_top {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 50px;
}
.main_forms .form_header_top figure {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 15px;
}
.main_forms .form_header_top figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.main_forms .form_header_top h2 {
  font-family: "futura-bold";
  font-size: 22px;
  color: #4a4a4a;
  text-align: center;
  line-height: 33px;
  margin-bottom: 7px;
}
.main_forms .form-style {
  width: 100%;
  position: relative;
}
.main_forms .form-style .col-form-label {
  font-family: "futura";
  font-size: 15px;
  color: #5f5f60;
}
.main_forms .form-style input[type="text"] {
  border: 1px solid rgba(217, 216, 216, 0.9);
  font-size: 14px;
  padding: 7px 20px;
}
.main_forms .form-style input[type="text"]:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
  box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
  outline: none !important;
  border-color: rgba(142, 23, 25, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
}
.main_forms .form-style input[type="password"] {
  border: 1px solid rgba(217, 216, 216, 0.9);
  font-size: 14px;
  padding: 7px 20px;
}
.main_forms .form-style input[type="password"]:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
  box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
  outline: none !important;
  border-color: rgba(142, 23, 25, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
}
.main_forms .form-style input[type="search"] {
  border: 1px solid rgba(217, 216, 216, 0.9);
  font-size: 14px;
  padding: 7px 20px;
}
.main_forms .form-style input[type="search"]:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
  box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
  outline: none !important;
  border-color: rgba(142, 23, 25, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
}
.main_forms .form-style input[type="email"] {
  border: 1px solid rgba(217, 216, 216, 0.9);
  font-size: 14px;
  padding: 7px 20px;
}
.main_forms .form-style input[type="email"]:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
  box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
  outline: none !important;
  border-color: rgba(142, 23, 25, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
}
.main_forms .form-style input[type="url"] {
  border: 1px solid rgba(217, 216, 216, 0.9);
  font-size: 14px;
  padding: 7px 20px;
}
.main_forms .form-style input[type="url"]:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
  box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
  outline: none !important;
  border-color: rgba(142, 23, 25, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
}
.main_forms .form-style input[type="tel"] {
  border: 1px solid rgba(217, 216, 216, 0.9);
  font-size: 14px;
  padding: 7px 20px;
}
.main_forms .form-style input[type="tel"]:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
  box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
  outline: none !important;
  border-color: rgba(142, 23, 25, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
}
.main_forms .form-style input[type="number"] {
  border: 1px solid rgba(217, 216, 216, 0.9);
  font-size: 14px;
  padding: 7px 20px;
}
.main_forms .form-style input[type="number"]:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
  box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
  outline: none !important;
  border-color: rgba(142, 23, 25, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(141, 24, 27, 0.1);
}
.main_forms .form-style input[type="data"] {
  border: 1px solid rgba(217, 216, 216, 0.9);
  font-size: 14px;
  padding: 7px 20px;
}
.main_forms .form-style input[type="data"]:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(141, 24, 27, 0.1);
  box-shadow: 0 0 0 4px rgba(141, 24, 27, 0.1);
  outline: none !important;
  border-color: rgba(142, 23, 25, 0.5);
  box-shadow: 0 0 0 4px rgba(141, 24, 27, 0.1);
}
.main_forms .form-style select {
  resize: none;
  font-size: 0.875rem;
  border: 0.0625rem solid rgba(217, 216, 216, 0.9);
  padding: 0.4375rem 1.25rem;
}
.main_forms .form-style select:focus {
  outline: none !important;
  border-color: rgba(142, 23, 25, 0.5);
  -webkit-box-shadow: 0 0 0 4px rgba(141, 24, 27, 0.1);
  box-shadow: 0 0 0 4px rgba(141, 24, 27, 0.1);
  outline: none !important;
  border-color: rgba(142, 23, 25, 0.5);
  box-shadow: 0 0 0 4px rgba(141, 24, 27, 0.1);
}
.main_forms .form-style textarea {
  resize: none;
  font-size: 0.875rem;
  border: 0.0625rem solid rgba(217, 216, 216, 0.9);
  padding: 0.4375rem 1.25rem;
}
.main_forms .form-style textarea:focus {
  outline: none !important;
  border-color: rgba(142, 23, 25, 0.5);
  -webkit-box-shadow: 0 0 0 4px rgba(141, 24, 27, 0.1);
  box-shadow: 0 0 0 4px rgba(141, 24, 27, 0.1);
  outline: none !important;
  border-color: rgba(142, 23, 25, 0.5);
  box-shadow: 0 0 0 4px rgba(141, 24, 27, 0.1);
}
.main_forms .form-style .numberInput {
  position: relative;
}
.main_forms .form-style .numberInput span {
  width: 1.875rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0rem 0rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  top: 0;
  bottom: 0;
  left: 0.625rem;
  margin: auto;
  position: absolute;
  font-family: "futura-bold";
  background-color: rgba(38, 137, 0, 0.1);
  color: #407500;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.main_forms .form-style .numberInput input {
  padding-left: 3.125rem;
}
.main_forms .box_shadow {
  -webkit-box-shadow: 0rem 0.3125rem 0.5625rem -0.25rem #e4e4e4;
  box-shadow: 0rem 0.3125rem 0.5625rem -0.25rem #e4e4e4;
}
.main_forms .box_bg {
  width: 100%;
  padding: 1.25rem 1.25rem;
  position: relative;
  background-color: #fff;
  border: 0.0625rem solid rgba(217, 216, 216, 0.5);
}
.main_forms .box_bg h2 {
  font-size: 1rem;
  font-family: "futura-bold";
  color: #8d181b;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem dashed rgba(217, 216, 216, 0.5);
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.pulse-animation-red:hover {
  background-color: rgba(146, 17, 1, 0.9);
  animation: pulse-red 1s;
  -webkit-animation: pulse-red 1s;
  -moz-animation: pulse-red 1s;
  -ms-animation: pulse-red 1s;
  -o-animation: pulse-red 1s;
}

.btn-check:focus + .btn {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (max-width: 1100px) {
  .header-top figure {
    max-width: 18.75rem;
  }
  .header-top figure.emprende {
    max-width: 18.75rem;
  }

  .body_main {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
  .body_main .body_main_list {
    bottom: 3.125rem;
    right: -3.125rem;
  }
}
@media (max-width: 576px) {
  .header-top {
    border-bottom: none;
  }
  .header-top figure {
    max-width: 12.375rem;
  }
  .header-top figure.emprende {
    max-width: 13.6875rem;
  }
  .header-top h2 {
    max-width: 12.375rem;
    margin: 0 auto 0.9375rem;
    font-size: 1rem;
    line-height: normal;
  }
  .header-top h3 {
    max-width: 13.6875rem;
    margin: 0 auto 0;
    font-size: 1.125rem;
    line-height: normal;
  }

  .body_main {
    margin-bottom: 0;
    padding-bottom: 1.25rem;
    border-bottom: none;
  }
  .body_main .body_main_list {
    padding: 1.25rem 0rem 0;
    border-top: 0.0625rem solid #d8d8d8;
  }
  .body_main .body_main_list .boxList {
    max-width: 100% !important;
  }

  #modalLanding .modal-content .modal-header {
    padding: 1.25rem 1.25rem 1.875rem;
  }
  #modalLanding .modal-content .modal-body {
    padding: 1.25rem 1.25rem 1.875rem;
  }
  #modalLanding .modal-content .modal-body .modal-body-top .name-plans figure {
    width: 2.6875rem;
    height: 2.5rem;
  }
  #modalLanding .modal-content .modal-body .modal-body-top .name-plans h2 {
    font-size: 0.875rem;
  }
  #modalLanding .modal-content .modal-body .modal-body-top .logo-landing {
    max-width: 5.5rem;
  }
  #modalLanding .modal-content .modal-body .modal-body-text p {
    font-size: 0.875rem;
  }

  .footer .appIcons::before {
    content: "";
    position: absolute;
    display: block;
    width: 90%;
    height: 0.0625rem;
    background-color: #d9d8d8;
    left: 0;
    right: 0;
    bottom: -0.9375rem;
    margin: auto;
  }

  .main_forms .form-style .col-form-label {
    font-size: 0.8125rem;
  }
  .main_forms .box_bg h2 {
    font-size: 0.875rem;
  }
}
@media (max-width: 992px) {
  .body_main {
    width: 43.125rem;
    margin-left: auto;
    margin-right: auto;
  }
  .body_main .body_main_list {
    bottom: 2.75rem;
    right: 0rem;
    bottom: 2.5rem;
    right: -1.25rem;
  }
  .body_main .body_main_list .boxList {
    max-width: 12.5rem;
    margin-bottom: 0.625rem;
  }
  .body_main .body_main_list .boxList:nth-child(3) {
    transform: translateX(calc(100% - 194px));
    -webkit-transform: translateX(calc(100% - 194px));
    -moz-transform: translateX(calc(100% - 194px));
    -ms-transform: translateX(calc(100% - 194px));
    -o-transform: translateX(calc(100% - 194px));
  }
  .body_main .body_main_list .boxList:nth-child(4) {
    transform: translateX(calc(100% - 234px));
    -webkit-transform: translateX(calc(100% - 234px));
    -moz-transform: translateX(calc(100% - 234px));
    -ms-transform: translateX(calc(100% - 234px));
    -o-transform: translateX(calc(100% - 234px));
  }
  .body_main .body_main_list .boxList:nth-child(5) {
    transform: translateX(calc(100% - 285px));
    -webkit-transform: translateX(calc(100% - 285px));
    -moz-transform: translateX(calc(100% - 285px));
    -ms-transform: translateX(calc(100% - 285px));
    -o-transform: translateX(calc(100% - 285px));
  }
  .body_main .body_main_list .boxList:nth-child(6) {
    transform: translateX(calc(100% - 340px));
    -webkit-transform: translateX(calc(100% - 340px));
    -moz-transform: translateX(calc(100% - 340px));
    -ms-transform: translateX(calc(100% - 340px));
    -o-transform: translateX(calc(100% - 340px));
  }
  .body_main .body_main_list .boxList:nth-child(7) {
    transform: translateX(calc(100% - 390px));
    -webkit-transform: translateX(calc(100% - 390px));
    -moz-transform: translateX(calc(100% - 390px));
    -ms-transform: translateX(calc(100% - 390px));
    -o-transform: translateX(calc(100% - 390px));
  }
  .body_main .body_main_list .boxList:nth-child(8) {
    transform: translateX(calc(100% - 445px));
    -webkit-transform: translateX(calc(100% - 445px));
    -moz-transform: translateX(calc(100% - 445px));
    -ms-transform: translateX(calc(100% - 445px));
    -o-transform: translateX(calc(100% - 445px));
  }
  .body_main .body_main_list .boxList:nth-child(9) {
    transform: translateX(calc(100% - 490px));
    -webkit-transform: translateX(calc(100% - 490px));
    -moz-transform: translateX(calc(100% - 490px));
    -ms-transform: translateX(calc(100% - 490px));
    -o-transform: translateX(calc(100% - 490px));
  }
  .body_main .body_main_list .boxList a figure {
    width: 3.25rem;
    height: 2.625rem;
  }
  .body_main .body_main_list .boxList a h3 {
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  .body_main .body_main_list {
    position: static;
  }
  .body_main .body_main_list h2 {
    text-align: initial;
    font-size: 1rem;
  }
  .body_main .body_main_list .boxList {
    max-width: 30% !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    transform: translateX(0rem) !important;
    -webkit-transform: translateX(0rem) !important;
    -moz-transform: translateX(0rem) !important;
    -ms-transform: translateX(0rem) !important;
    -o-transform: translateX(0rem) !important;
  }
  #modalLanding .modal-content .modal-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer .socialLink {
    margin: 0.625rem auto 0;
  }
  .footer .socialLink p {
    display: none;
  }
  .footer .wsLink {
    margin: 0 auto 0;
  }

  .main_forms .form_header_top {
    margin-bottom: 1.25rem;
  }
  .main_forms .form_header_top figure {
    max-width: 12.5rem;
  }
  .main_forms .form_header_top h2 {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .body_main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .body_main .body_main_list {
    right: 0rem;
    margin-top: 1.875rem;
  }
}
@media (max-width: 576px) {
  .body_main .body_main_list .boxList {
    max-width: 100% !important;
  }

  .btnLink {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
  }
}
.item_billing .header_item_billing::before {
  content: "";
  display: block;
  position: absolute;
}

main {
  width: 100%;
  min-height: calc(100vh - 103px);
  position: relative;
  display: block;
  background-color: #fafafa;
}

.header-section {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 73px;
  margin-bottom: 41px;
}
.header-section h2 {
  width: 100%;
  max-width: 426px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #8e1719;
  text-align: center;
  line-height: 45px;
  margin-bottom: 27px;
}
.header-section p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #424242;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .header-section {
    padding-top: 60px;
    margin-bottom: 30px;
  }
  .header-section h2 {
    font-size: 24px;
    line-height: normal;
    max-width: 270px;
    margin: 0 auto 15px;
  }
  .header-section p {
    font-size: 18px;
  }
}

.header-title {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 73px;
  margin-bottom: 41px;
}
.header-title figure {
  width: 100%;
  max-width: 161px;
  height: 69px;
  margin-bottom: 22px;
}
.header-title figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.header-title h2 {
  width: 100%;
  max-width: max-content;
}
.header-title h3 {
  width: 100%;
  max-width: max-content;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #8e1719;
  text-align: center;
  line-height: 45px;
  margin-bottom: 12px;
}
.header-title p {
  width: 100%;
  max-width: 400px;
  margin: auto;
  font-size: 14px;
  color: #424242;
}
@media (max-width: 768px) {
  .header-title {
    padding-top: 40px;
    margin-bottom: 20px;
  }
  .header-title p {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 576px) {
  .header-title {
    padding-top: 40px;
    margin-bottom: 10px;
  }
  .header-title h3 {
    font-size: 30px;
    margin-bottom: 0;
  }
}

.main_billing {
  width: 100%;
  max-width: 99%;
}

.plans_box {
  width: 100%;
  height: 630px;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  padding: 55px 8px 8px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.plans_box .bg-img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.plans_box .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.plans_box figure {
  width: 100%;
  max-width: 140px;
  height: 60px;
  margin-bottom: 19px;
}
.plans_box figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
.plans_box h2 {
  width: 100%;
  max-width: 200px;
  font-weight: 600;
  font-size: 16px;
  color: #8e1719;
  text-align: center;
  line-height: 23px;
  margin-bottom: 15px;
}
.plans_box button {
  width: 100%;
  max-width: max-content;
  align-items: center;
  font-family: "futura-bold";
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}
.plans_box button i {
  font-size: 15px;
  margin-left: 5px;
}
.plans_box .plans_list {
  width: 97%;
  position: absolute;
  padding: 17px 18px;
  display: flex;
  margin: auto;
  list-style: none;
  left: 0;
  right: 0;
  bottom: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.plans_box .plans_list li {
  padding: 0px 5px;
}
.plans_box .plans_list li figure {
  width: 50px;
  height: 42px;
  margin: 0px auto 13px;
}
.plans_box .plans_list li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.plans_box .plans_list li p {
  opacity: 0.7;
  font-weight: 500;
  font-size: 9px;
  color: #4a4a4a;
  text-align: center;
  margin-bottom: 0;
}
.plans_box:hover button {
  animation: pulse 1.5s linear infinite;
  -webkit-animation: pulse 1.5s linear infinite;
}
@media (max-width: 1200px) {
  .plans_box {
    height: 740px;
  }
}
@media (max-width: 576px) {
  .plans_box .bg-img {
    top: 240px;
    height: 30%;
    border-bottom: 1px solid #f9f9f9;
  }
  .plans_box .plans_list {
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 0px;
    bottom: 0px;
  }
  .plans_box .plans_list li {
    width: 33%;
  }
}

.main_action {
  width: 100%;
  position: relative;
  display: block;
  padding: 75px 0px 65px;
}
.main_action h3 {
  font-weight: 500;
  font-size: 18px;
  color: #424242;
  text-align: center;
  margin-bottom: 23px;
}
@media (max-width: 576px) {
  .main_action {
    padding: 45px 0px 45px;
  }
}

.main_step {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 10px 0px;
}
.main_step .backBtn {
  width: 100%;
  max-width: max-content;
  line-height: normal;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #727272;
  font-size: 20px;
  outline: none !important;
  box-shadow: none !important;
}
.main_step .steps {
  width: 100%;
  height: 100%;
  max-width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main_step .steps ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.main_step .steps ul li {
  width: 20px;
  height: 7px;
  margin-right: 10px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: ease-in all 0.3s;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
}
.main_step .steps ul li.back_steps {
  background-color: #8e1719;
}
.main_step .steps ul li.in_steps {
  width: 35px;
  background-color: #e9735f;
}
.main_step .steps ul li.prox_step {
  background-color: #dedede;
}
.main_step .btn.border-colonial {
  padding: 5px 10px;
  font-size: 13px;
}
.main_step .idNo {
  width: 100%;
  max-width: max-content;
  padding: 5px 10px;
  font-size: 13px;
  background-color: #e7ece2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a4a4a;
  font-weight: 500;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.main-forms-content {
  width: 100%;
  display: block;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 14px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.main-forms-content figure {
  width: 100%;
  max-width: 350px;
  margin-bottom: 0;
  position: relative;
}
.main-forms-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.main-forms-content figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-forms-content .forms-content {
  width: 100%;
  position: relative;
  display: block;
  padding: 26px 28px 29px 17px;
}
.main-forms-content .forms-content h2 {
  font-weight: 500;
  font-size: 20px;
  color: #4a4a4a;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .main-forms-content .forms-content h2 {
    font-size: 16px;
  }
}
.main-forms-content .forms-content .form-floating label {
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: 14px;
  color: #000;
}
.main-forms-content .forms-content input.input-form {
  width: 100%;
  height: 58px;
  font-size: 14px;
  padding: 16px 15px 0px 15px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.item_billing {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: ease-in all 0.3s;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
}
.item_billing.item_closet {
  height: 130px;
  transition: ease-in all 0.3s;
  -webkit-transition: ease-in all 0.3s;
  -moz-transition: ease-in all 0.3s;
  -ms-transition: ease-in all 0.3s;
  -o-transition: ease-in all 0.3s;
}
.item_billing .header_item_billing {
  width: 100%;
  position: relative;
  display: block;
}
.item_billing .header_item_billing.custom-m {
  margin-bottom: 1rem !important;
}
.item_billing .header_item_billing.custom-m::after {
  content: "\e145";
}
.item_billing .header_item_billing::after {
  content: "\e15b";
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  position: absolute;
  cursor: pointer;
  top: 20px;
  left: -30px;
  color: #8e1719;
  font-size: 16px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.item_billing .header_item_billing::before {
  width: calc(100% - 163px);
  height: 10px;
  bottom: -25px;
  right: 0;
  background-image: url("../img/line_before.png");
  background-repeat: repeat-x;
}
.item_billing .header_item_billing .title_header_items {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 13px;
}
.item_billing .header_item_billing .title_header_items h2 {
  font-weight: 600;
  font-size: 16px;
  color: #8e1719;
  margin-bottom: 0;
}
.item_billing .header_item_billing .items_details {
  width: 100%;
  cursor: pointer;
  position: relative;
  margin-bottom: 6px;
}
.item_billing .header_item_billing .items_details label {
  font-weight: 500;
  font-size: 14px;
  color: #5e5e5e;
}
.item_billing .header_item_billing .items_details input[type="text"],
.item_billing .header_item_billing .items_details input[type="password"],
.item_billing .header_item_billing .items_details input[type="search"],
.item_billing .header_item_billing .items_details input[type="email"],
.item_billing .header_item_billing .items_details input[type="url"],
.item_billing .header_item_billing .items_details input[type="tel"],
.item_billing .header_item_billing .items_details input[type="phone"],
.item_billing .header_item_billing .items_details input[type="number"],
.item_billing .header_item_billing .items_details input[type="data"],
.item_billing .header_item_billing .items_details input[type="date"],
.item_billing .header_item_billing .items_details select {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  background-color: transparent;
  font-weight: 400;
  font-size: 17px;
  color: #000;
}
.item_billing
  .header_item_billing
  .items_details
  input[type="text"].pay_summary,
.item_billing
  .header_item_billing
  .items_details
  input[type="password"].pay_summary,
.item_billing
  .header_item_billing
  .items_details
  input[type="search"].pay_summary,
.item_billing
  .header_item_billing
  .items_details
  input[type="email"].pay_summary,
.item_billing .header_item_billing .items_details input[type="url"].pay_summary,
.item_billing .header_item_billing .items_details input[type="tel"].pay_summary,
.item_billing
  .header_item_billing
  .items_details
  input[type="phone"].pay_summary,
.item_billing
  .header_item_billing
  .items_details
  input[type="number"].pay_summary,
.item_billing
  .header_item_billing
  .items_details
  input[type="data"].pay_summary,
.item_billing
  .header_item_billing
  .items_details
  input[type="date"].pay_summary,
.item_billing .header_item_billing .items_details select.pay_summary {
  background-image: url("../img/icons/icon-hogar.svg");
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: 10px center;
  padding-left: 60px !important;
  border: 2px solid #8e171a;
  font-weight: 600 !important;
  color: #8e171a !important;
}
.item_billing
  .header_item_billing
  .items_details
  input[type="text"].pay_summary
  + label,
.item_billing
  .header_item_billing
  .items_details
  input[type="password"].pay_summary
  + label,
.item_billing
  .header_item_billing
  .items_details
  input[type="search"].pay_summary
  + label,
.item_billing
  .header_item_billing
  .items_details
  input[type="email"].pay_summary
  + label,
.item_billing
  .header_item_billing
  .items_details
  input[type="url"].pay_summary
  + label,
.item_billing
  .header_item_billing
  .items_details
  input[type="tel"].pay_summary
  + label,
.item_billing
  .header_item_billing
  .items_details
  input[type="phone"].pay_summary
  + label,
.item_billing
  .header_item_billing
  .items_details
  input[type="number"].pay_summary
  + label,
.item_billing
  .header_item_billing
  .items_details
  input[type="data"].pay_summary
  + label,
.item_billing
  .header_item_billing
  .items_details
  input[type="date"].pay_summary
  + label,
.item_billing .header_item_billing .items_details select.pay_summary + label {
  padding-left: 70px !important;
  padding-top: 21px;
  opacity: 1 !important;
}
@media (max-width: 576px) {
  .item_billing .header_item_billing .items_details input[type="text"],
  .item_billing .header_item_billing .items_details input[type="password"],
  .item_billing .header_item_billing .items_details input[type="search"],
  .item_billing .header_item_billing .items_details input[type="email"],
  .item_billing .header_item_billing .items_details input[type="url"],
  .item_billing .header_item_billing .items_details input[type="tel"],
  .item_billing .header_item_billing .items_details input[type="phone"],
  .item_billing .header_item_billing .items_details input[type="number"],
  .item_billing .header_item_billing .items_details input[type="data"],
  .item_billing .header_item_billing .items_details input[type="date"],
  .item_billing .header_item_billing .items_details select {
    font-size: 14px;
    font-weight: 400;
  }
}
.item_billing .edit {
  width: 100%;
  max-width: max-content;
  position: relative;
  top: -15px;
}
.item_billing .box_item_billing {
  width: 100%;
  position: relative;
  display: block;
  padding: 20px 20px;
  border-color: #e9e9e9;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.item_billing .box_item_billing.box_expand.show {
  padding-bottom: 40px;
}
.item_billing .box_item_billing .select_items {
  width: 100%;
  position: relative;
  display: block;
}
.item_billing .box_item_billing .select_items .accordion-item {
  width: 100%;
  position: relative;
  border: none;
}
.item_billing
  .box_item_billing
  .select_items
  .accordion-item
  .accordion-header {
  width: 100%;
  padding: 18px 0px 13px;
}
.item_billing
  .box_item_billing
  .select_items
  .accordion-item
  .accordion-header
  .accordion-box {
  position: relative;
  align-items: center;
}
.item_billing
  .box_item_billing
  .select_items
  .accordion-item
  .accordion-header
  .accordion-box
  label {
  font-weight: 500;
  font-size: 18px;
  color: #4a4a4a;
  padding-left: 33px;
  margin-right: 10px;
}
@media (max-width: 576px) {
  .item_billing
    .box_item_billing
    .select_items
    .accordion-item
    .accordion-header
    .accordion-box
    label {
    font-size: 14px;
  }
}
.item_billing
  .box_item_billing
  .select_items
  .accordion-item
  .accordion-collapse {
  width: 100%;
  position: relative;
}
.item_billing
  .box_item_billing
  .select_items
  .accordion-item
  .accordion-collapse
  .accordion-body {
  width: 100%;
  position: relative;
  display: block;
  padding: 11px 0px 30px 32px;
  border-bottom: 1px solid #e9e9e9;
}
.item_billing .item_option_accordion {
  width: 100%;
  position: relative;
  display: block;
  padding: 10px 0px 0px;
}
.item_billing .item_option_accordion h2 {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: #417505;
  margin-bottom: 11px;
}
.item_billing .item_option_accordion h2 span {
  color: #8e1719;
  margin-right: 9px;
}
.item_billing .item_option_accordion .item_option_body {
  width: 100%;
  padding-left: 33px;
  position: relative;
  display: block;
}
.item_billing .item_option_accordion .item_option_body::before {
  height: 100%;
  top: 0;
  left: 10px;
}
.item_billing .list_item_billing {
  width: 100%;
  position: relative;
  display: block;
}
.item_billing .list_item_billing::before {
  height: 100%;
  top: 0;
}
.item_billing .list_item_billing .list_box_billing {
  padding-left: 33px;
}
.item_billing .list_item_billing .list_box_billing::before {
  left: 40px;
}
.item_billing .list_item_billing h3 {
  padding-left: 33px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  color: #9b9b9b;
  margin-bottom: 15px;
}
.item_billing .list_item_billing > ul {
  width: 100%;
  padding-left: 33px;
  list-style: none;
  margin-bottom: 0;
}
.item_billing .list_item_billing > ul li {
  width: calc(100% + 20px);
  position: relative;
  margin-bottom: 0px;
  padding: 7px 0px 7px 10px;
  border-radius: 4px;
  margin-left: -10px;
  transition: 0.2s;
}
.item_billing .list_item_billing > ul li:hover {
  background: rgba(141, 24, 26, 0.0705882353);
}
.item_billing .list_item_billing > ul li:last-child {
  margin-bottom: 0;
}
.item_billing .list_item_billing > ul li .item_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item_billing .list_item_billing > ul li .item_box .badge {
  line-height: 12px;
}
.item_billing .list_item_billing > ul li .item_box .item_icon {
  display: grid;
  grid-template-columns: repeat(2, 50px);
  justify-items: center;
  grid-column-gap: 10px;
}
.item_billing .list_item_billing > ul li .item_box .item_icon a {
  margin-left: 0;
}
@media (max-width: 576px) {
  .item_billing .list_item_billing > ul li .item_box .item_icon {
    grid-template-columns: repeat(2, 40px);
  }
}
.item_billing .list_item_billing > ul li .item_box .item_information {
  width: 100%;
  max-width: max-content;
  display: grid;
  align-items: flex-start;
  grid-auto-flow: column;
  grid-gap: 5px;
  grid-template-columns: calc(100% - 40px) 20px 20px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.2px;
  margin-right: 9px;
}
.item_billing .list_item_billing > ul li .item_box.sub_items {
  cursor: pointer;
}
.item_billing .list_item_billing > ul li .item_box.sub_items.custom-m {
  margin-bottom: 0.5rem !important;
}
.item_billing .list_item_billing > ul li .item_box.sub_items.custom-m::before {
  content: "\e15b";
}
.item_billing .list_item_billing > ul li .item_box.sub_items::before {
  content: "\e145";
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  position: absolute;
  cursor: pointer;
  top: 4px;
  left: -30px;
  color: #8e1719;
  font-size: 16px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .item_billing .list_item_billing > ul li .item_box .item_information {
    align-items: center;
    grid-template-columns: calc(95% - 40px) 20px 20px;
  }
}
@media (max-width: 576px) {
  .item_billing .list_item_billing > ul li {
    margin-bottom: 15px;
  }
  .item_billing .list_item_billing > ul li .item_box .item_information {
    font-size: 12px;
  }
}
.item_billing .list_item_billing .sub_item_box {
  width: calc(100% + 10px);
  display: block;
  position: relative;
  margin: 0;
  background-color: #ffffff;
  border-top: 1px solid rgba(216, 216, 216, 0.3);
  padding: 15px 10px;
  padding-left: 30px;
  margin-left: -10px;
}
.item_billing .list_item_billing .sub_item_box .list_item_billing {
  position: relative;
}
.item_billing
  .list_item_billing
  .sub_item_box
  .list_item_billing
  .sub_header_title
  h3 {
  padding-left: 0;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.2px;
  margin-right: 9px;
  margin-left: -17px;
}
.item_billing .list_item_billing .sub_item_box .list_item_billing ul {
  padding-left: 0;
}
.item_billing
  .list_item_billing
  .sub_item_box
  .list_item_billing
  ul
  li
  .item_box
  .item_icon {
  grid-template-columns: repeat(2, 45px);
}
@media (max-width: 576px) {
  .item_billing .list_item_billing .sub_item_box {
    padding: 15px 15px;
  }
  .item_billing
    .list_item_billing
    .sub_item_box
    .list_item_billing
    .header_title
    h3 {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 13px;
  }
}
.item_billing .list_item_billing .list_item_footer {
  width: 100%;
  position: relative;
  display: block;
  padding: 10px 10px;
}
.item_billing .box_item_result {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -ms-border-radius: 6px 6px 0px 0px;
  -o-border-radius: 6px 6px 0px 0px;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
.item_billing .box_item_result .title_box_result {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.item_billing .box_item_result .title_box_result h2 {
  font-weight: 500;
  font-size: 20px;
  color: #4a4a4a;
  margin-bottom: 0;
}
.item_billing .result_item_billing {
  width: 100%;
  display: block;
  position: relative;
  border: 1px solid #e9e9e9;
  border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -ms-border-radius: 0px 0px 6px 6px;
  -o-border-radius: 0px 0px 6px 6px;
}
@media (max-width: 992px) {
  .item_billing .header_item_billing .items_details label {
    font-size: 14px;
  }
  .item_billing .header_item_billing .btn-back {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .item_billing .header_item_billing .items_details label {
    font-size: 14px;
  }
  .item_billing .header_item_billing .btn-back {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .item_billing .header_item_billing::after {
    top: -25px;
    left: -20px;
  }
}
.item_billing .pay_box .property_address_summary {
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02),
    rgba(0, 0, 0, 0.02) 10px,
    rgba(255, 255, 255, 0) 10px,
    rgba(255, 255, 255, 0.02) 32px
  );
  background-color: rgba(255, 255, 255, 0.0509803922);
  border: 2px solid #f0f0f0;
}
.item_billing.price_incomplete {
  border: 2px solid rgba(233, 202, 95, 0.3294117647);
}
.item_billing.price_incomplete .pay_summary {
  border-color: #ddd !important;
}
.item_billing.price_incomplete .body_item_billing .pay_box .box_item_result,
.item_billing.price_incomplete
  .body_item_billing
  .pay_box
  .result_item_billing {
  filter: blur(10px) grayscale(1);
}

.main_billing_form {
  width: 100%;
  display: block;
  position: relative;
}
.main_billing_form .header_billing_form {
  width: 100%;
  font-size: 16px;
  color: #8e1719;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(217, 216, 216, 0.5);
  text-transform: uppercase;
}
.main_billing_form .header_billing_form span {
  font-size: 20px;
}
.main_billing_form label {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  /*color: rgba(95, 95, 96, 0.7);
  font-weight: 500;*/
}
.main_billing_form input[type="text"],
.main_billing_form input[type="password"],
.main_billing_form input[type="search"],
.main_billing_form input[type="email"],
.main_billing_form input[type="url"],
.main_billing_form input[type="tel"],
.main_billing_form input[type="phone"],
.main_billing_form input[type="number"],
.main_billing_form input[type="data"],
.main_billing_form input[type="date"],
.main_billing_form select {
  font-size: 14px;
  color: rgba(95, 95, 96, 0.7);
}
.main_billing_form input[type="text"]::-webkit-input-placeholder,
.main_billing_form input[type="password"]::-webkit-input-placeholder,
.main_billing_form input[type="search"]::-webkit-input-placeholder,
.main_billing_form input[type="email"]::-webkit-input-placeholder,
.main_billing_form input[type="url"]::-webkit-input-placeholder,
.main_billing_form input[type="tel"]::-webkit-input-placeholder,
.main_billing_form input[type="phone"]::-webkit-input-placeholder,
.main_billing_form input[type="number"]::-webkit-input-placeholder,
.main_billing_form input[type="data"]::-webkit-input-placeholder,
.main_billing_form input[type="date"]::-webkit-input-placeholder,
.main_billing_form select::-webkit-input-placeholder {
  display: none;
}
.main_billing_form input[type="text"]:-moz-placeholder,
.main_billing_form input[type="password"]:-moz-placeholder,
.main_billing_form input[type="search"]:-moz-placeholder,
.main_billing_form input[type="email"]:-moz-placeholder,
.main_billing_form input[type="url"]:-moz-placeholder,
.main_billing_form input[type="tel"]:-moz-placeholder,
.main_billing_form input[type="phone"]:-moz-placeholder,
.main_billing_form input[type="number"]:-moz-placeholder,
.main_billing_form input[type="data"]:-moz-placeholder,
.main_billing_form input[type="date"]:-moz-placeholder,
.main_billing_form select:-moz-placeholder {
  display: none;
}
.main_billing_form input[type="text"]::-moz-placeholder,
.main_billing_form input[type="password"]::-moz-placeholder,
.main_billing_form input[type="search"]::-moz-placeholder,
.main_billing_form input[type="email"]::-moz-placeholder,
.main_billing_form input[type="url"]::-moz-placeholder,
.main_billing_form input[type="tel"]::-moz-placeholder,
.main_billing_form input[type="phone"]::-moz-placeholder,
.main_billing_form input[type="number"]::-moz-placeholder,
.main_billing_form input[type="data"]::-moz-placeholder,
.main_billing_form input[type="date"]::-moz-placeholder,
.main_billing_form select::-moz-placeholder {
  display: none;
}
.main_billing_form input[type="text"]:-ms-input-placeholder,
.main_billing_form input[type="password"]:-ms-input-placeholder,
.main_billing_form input[type="search"]:-ms-input-placeholder,
.main_billing_form input[type="email"]:-ms-input-placeholder,
.main_billing_form input[type="url"]:-ms-input-placeholder,
.main_billing_form input[type="tel"]:-ms-input-placeholder,
.main_billing_form input[type="phone"]:-ms-input-placeholder,
.main_billing_form input[type="number"]:-ms-input-placeholder,
.main_billing_form input[type="data"]:-ms-input-placeholder,
.main_billing_form input[type="date"]:-ms-input-placeholder,
.main_billing_form select:-ms-input-placeholder {
  display: none;
}
.main_billing_form input[type="text"]:focus,
.main_billing_form input[type="password"]:focus,
.main_billing_form input[type="search"]:focus,
.main_billing_form input[type="email"]:focus,
.main_billing_form input[type="url"]:focus,
.main_billing_form input[type="tel"]:focus,
.main_billing_form input[type="phone"]:focus,
.main_billing_form input[type="number"]:focus,
.main_billing_form input[type="data"]:focus,
.main_billing_form input[type="date"]:focus,
.main_billing_form select:focus {
  color: #5f5f60;
}

.alertDisplay h2 {
  font-weight: 500;
  font-size: 18px;
  color: #4a4a4a;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .alertDisplay h2 {
    font-size: 16px;
  }
}
.alertDisplay p {
  font-weight: 400;
  font-size: 14px;
  color: #4a4a4a;
}

footer {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  background-color: #fafafa;
  border-bottom: 11px solid #8e1719;
}
footer .social-box {
  width: 100%;
  position: relative;
  display: block;
}
footer .social-box h2 {
  font-family: "futura-bold";
  font-size: 14px;
  color: #888888;
  text-align: center;
  margin-bottom: 6px;
}
footer .social-box > a {
  width: 100%;
  max-width: max-content;
  display: flex;
  align-items: center;
  position: relative;
  font-family: "futura-bold";
  padding: 5px 13px 5px 30px;
  background-color: #d9d8d8;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-align: right;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}
footer .social-box > a .icon {
  width: 36px;
  height: 36px;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  background-color: #268900;
  position: absolute;
  border: 4px solid #fafafa;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  left: -13px;
}
@media (max-width: 768px) {
  footer .social-box > a {
    margin: 0 auto;
  }
}
footer .social-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .social-box ul li {
  margin-right: 12px;
}
footer .social-box ul li:last-child {
  margin-right: 0;
}
footer .social-box ul li a {
  display: flex;
  width: 33px;
  height: 33px;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background-color: #8e1719;
  color: #ffffff;
}
footer .apps-box {
  width: 100%;
  position: relative;
  display: block;
}
footer .apps-box h2 {
  font-family: "futura-bold";
  font-size: 18px;
  color: #4a4a4a;
  text-align: center;
  margin-bottom: 13px;
}
footer .apps-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .apps-box ul li {
  margin-right: 10px;
}
footer .apps-box ul li:last-child {
  margin-right: 0;
}
footer .apps-box ul li a {
  display: block;
  width: 100%;
  max-width: 150px;
}
footer .apps-box ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.bg-white {
  --bs-bg-opacity: 1 !important;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  /* z-index: 1 !important;*/
}

.disabled-coverages {
  opacity: 0.4;
  pointer-events: none;
}

.form-check-input:checked {
  background-color: #8e1719;
  border-color: #8e1719;
}

.main-portada main {
  min-height: calc(100vh - 300px) !important;
}

main {
  background: #fff 50%;
  background: linear-gradient(to bottom, #fff 50%, #f5f5f5 100%);
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
}

@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */
}

.main-forms {
  padding-bottom: 30px;
}
