.btn {
    margin: 1rem 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 4px;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif
}

.btn-bar {
    position: absolute;
    border: none;
    text-align: right;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent !important;
    display: none;
}

.btn-bar:focus,
.btn-bar:hover,
.btn-bar:active {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important
}

@media (max-width: 960px) {
    .btn-bar {
        display: block;
    }
}

.btn-close {
    margin-bottom: 4rem
}

.btn__unstyled {
    border: none;
    padding: 0;
    background-color: transparent;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-lg {
    font-weight: 600 !important;
    padding: 10px 30px;
    border-radius: 8px
}

.btn__primary,
.btn__secondary {
    background-color: #0086ab !important;
    color: #fff !important;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.btn__primary:hover,
.btn__secondary:hover,
.btn__primary:active,
.btn__secondary:active,
.btn__primary:focus,
.btn__secondary:focus {
    background-color: #005e77 !important;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 134, 171, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(0, 134, 171, 0.5) !important;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #fff !important
}

.btn__secondary {
    background-color: #77006e !important
}

.icon-contact {
    background-color: #25D366 !important;
    color: #fff !important

}

.icon-contact:hover,
.icon-contact:active,
.icon-contact:focus {
    background-color: #075E54 !important;
    -webkit-box-shadow: 0 0 0 3px rgba(18, 140, 126) !important;
    box-shadow: 0 0 0 3px rgba(18, 140, 126) !important;
    color: #fff !important
}

.btn__secondary:hover,
.btn__secondary:active,
.btn__secondary:focus {
    background-color: #5d0056 !important;
    -webkit-box-shadow: 0 0 0 3px rgba(119, 0, 110, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(119, 0, 110, 0.5) !important;
    color: #fff !important
}

.hr__md {
    width: 70px;
    height: 4px;
    border: none;
    background-color: #0086ab;
    margin: 1.5rem 0
}

.hr__lg {
    width: 170px;
    height: 5px;
    border: none;
    background-color: #0086ab;
    margin: 1rem auto
}

.hr__xl {
    width: 270px;
    height: 5px;
    border: none;
    background-color: #e5e5e5;
    margin: 1rem auto
}

.title,
.customer__quote {
    font-size: 1.75rem;
    font-weight: 700
}

.title__xxl {
    font-size: 4rem;
    font-weight: 700
}

.title__xl {
    font-size: 3.5rem;
    font-weight: 700
}

@media (max-width: 1024px) {
    .title__xl {
        font-size: 2.8rem
    }
}

@media (max-width: 992px) {
    .title__xl {
        font-size: 2.3rem;
        margin-top: 2rem;
    }
}

@media (max-width: 767px) {
    .title__xl {
        font-size: 2rem
    }
}

.title__lg,
.advantage__message,
.e_404__title {
    font-size: 2.25rem;
    font-weight: 700
}

@media (max-width: 992px) {

    .title__lg,
    .advantage__message,
    .e_404__title {
        font-size: 1.8rem
    }
}

.title__md,
.btn-lg,
.how-works__title,
.modal-title {
    font-size: 1.5rem;
    font-weight: 700
}

@media (max-width: 992px) {

    .title__md,
    .btn-lg,
    .how-works__title,
    .modal-title {
        font-size: 1.2rem
    }
}

.title__sm,
.features__text,
div.title__sm.w-normal div {
    font-size: 1.25rem;
    font-weight: 700
}

@media (max-width: 992px) {

    .title__sm,
    .features__text,
    div.title__sm.w-normal div {
        font-size: 1.125rem
    }
}

.title__xs,
.customer__author {
    font-size: 1.125rem;
    font-weight: 700
}

.w-black {
    font-weight: 900
}

.w-bold {
    font-weight: 700
}

.w-semibold {
    font-weight: 600
}

.w-normal {
    font-weight: 400
}

.w-light {
    font-weight: 300
}

.text-primary {
    color: #0086ab !important
}

.text-primary[href]:hover,
.text-primary[href]:focus,
.text-primary[href]:active {
    color: #005e77 !important
}

.text-secondary {
    color: #77006e !important
}

.text-secondary[href]:hover,
.text-secondary[href]:focus,
.text-secondary[href]:active {
    color: #5d0056 !important
}

.text__underline {
    text-decoration: underline
}

.text__nodeco {
    text-decoration: none !important;
    opacity: 0.9;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.text__nodeco:hover,
.text__nodeco:focus,
.text__nodeco:active {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.text__sm,
.navbar-nav .nav-link,
.how-works__text {
    font-size: 1rem
}

.text__xs,
.customer__detail,
.custom-control-label {
    font-size: 0.875rem
}

.text__xxs {
    font-size: 0.75rem
}

[data-aos="fade-up"] {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
}

[data-aos="zoom-out"] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.bg-primary {
    background-color: #0086ab !important
}

.bg-secondary {
    background-color: #77006e !important
}

.bg-light {
    background-color: #f5f5f5 !important
}

.bg__lg {
    height: 75vh;
    overflow: hidden
}

@media (max-width: 1024px) {
    .bg__lg {
        height: 50vh
    }
}

.bg__lg img {
    min-width: 100%;
    max-width: inherit;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.bg__md {
    height: 428px;
    overflow: hidden
}

.bg__md img {
    min-width: 100%;
    max-width: inherit;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.br {
    height: 15px;
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif
}

header {
    padding: 0 53px;
    position: relative;
    z-index: 9
}

@media (max-width: 992px) {
    header {
        padding: 0 15px;
        position: fixed;
        background-color: #fff;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 99;
        width: 100%;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
        height: 64px
    }
}

ul.list {
    list-style-type: none
}

ul.list li {
    position: relative;
    list-style-type: none;
    margin: 1rem 0
}

ul.list li::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: -1.5rem;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #77006e
}

section {
    padding: 3rem 0;
    position: relative;
    z-index: 1
}

@media (max-width: 767px) {
    section {
        padding: 15px 0
    }
}

html {
    overflow-x: hidden !important;
    scroll-behavior: smooth
}

body {
    position: relative;
    width: 100%;
    overflow-x: hidden !important;
    font-family: "Open Sans", sans-serif
}

body.offcanvas-active {
    overflow: hidden
}

strong {
    font-weight: 600
}

p,
li {
    color: #666;
    font-size: 1.2rem
}

@media (max-width: 992px) {

    p,
    li {
        font-size: 1rem
    }
}

.offcanvas-header {
    display: none
}

@media (max-width: 992px) {
    .offcanvas-header {
        display: block
    }
}

.screen-overlay {
    width: 0%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
    transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in
}

.screen-overlay.show {
    -webkit-transition: opacity 0.5s ease, width 0s;
    transition: opacity 0.5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible
}

.mobile-offcanvas {
    padding: 0;
    order: 3;
}

.btn-private-access {
    display: block;
    order: 2;
}

.btn-private-access .btn {
    font-family: "Montserrat", sans-serif;
    margin-left: 1rem;
    font-size: 0.875rem;
    border-radius: 4px;
}

@media (max-width: 1430px) {
    .navbar-container {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media (max-width: 992px) {
    .mobile-offcanvas {
        padding: 53px;
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        background-color: #f5f5f5;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    }

    .mobile-offcanvas.show {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .btn-private-access {
        display: none;
    }

    .btn-private-access .btn {
        margin-left: 0;
    }

    .btn-bar {
        display: block;
    }
}

@media (max-width: 767px) {
    .mobile-offcanvas {
        padding: 15px
    }
}

@media (min-width: 992px) {
    .private-access-mobile {
        display: none;
    }
}

@media (min-width: 1024px) {
    .navbar-nav {
        margin-bottom: 1rem;
    }
}

@media (min-width: 1400px) {
    .btn-private-access {
        order: 3;
    }

    .mobile-offcanvas {
        order: 2;
    }

    .navbar-nav {
        margin-bottom: 0;
    }
}

.navbar-brand {
    position: relative;
    z-index: 99;
    padding: 1rem 0;
    order: 1;
}

@media (max-width: 1024px) {
    .navbar-brand {
        width: 10rem;
        display: flex;
        order: initial;
    }

    .navbar-brand > h2 {
        align-self: center;
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    .navbar-brand {
        padding: 5px 0;
    }

    .navbar-brand img {
        height: 40px
    }
}

.navbar-nav {
    flex-direction: row;
}

.d-lg-none-logo {
    display: none;
}

@media (max-width: 992px) {
    .navbar-nav {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        flex-direction: column;
    }

    .d-lg-none-logo {
        display: block;
    }
}

.navbar-nav .nav-link {
    font-family: "Montserrat", sans-serif;
    color: #666;
    font-weight: normal;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin: 0 0.5rem
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: -0rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 0px;
    height: 4px;
    border-radius: 200px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-color: #77006e;
}

@media (max-width: 992px) {
    .navbar-nav .nav-link::after {
        right: auto
    }
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:not(.blog):focus,
.navbar-nav .nav-link:active {
    color: #0086ab;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link:focus:not(.blog)::after,
.navbar-nav .nav-link:active::after {
    content: "";
    width: 26px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

@media (max-width: 1024px) {
    .navbar-nav .nav-link {
        font-size: 0.75rem
    }
}

@media (max-width: 992px) {
    .navbar-nav .nav-link {
        font-size: 1.2rem
    }
}

.intro-budget {
    padding-top: 0
}

.intro-budget .text-right {
    text-align: left !important
}

.intro-budget__in {
    padding: 53px
}

@media (max-width: 767px) {
    .intro-budget__in {
        padding: 15px
    }
}

@media (max-width: 767px) {
    .intro-budget .figure__btn {
        display: none
    }
}

.figure {
    width: 100%
}

.figure__btn {
    position: fixed;
    z-index: 9;
    bottom: 9%;
    right: 53px;
    transition: 0.5s;
}

.icon__btn {
    position: fixed;
    z-index: 9;
    bottom: 20%;
    right: 53px;
    transition: 0.5s;
}

.figure__btn_sticky {
    bottom: 1rem;
}

.figure__icon_sticky {
    bottom: 6rem;
}

@media (max-width: 1025px) {
    .figure__btn {
        display: 6%;
    }
}

@media (max-width: 1025px) {
    .figure__btn {
        display: none;
    }
}

.features__title {
    font-size: 1.9rem;
    font-family: "Montserrat", sans-serif;
    color: #0086ab;
    display: block;
    margin: 0;
    font-weight: 700;
}

@media (max-width: 1500px) {
    .features__title {
        font-size: 1.5rem
    }
}

.features__text {
    font-family: "Open Sans", sans-serif;
    color: #666;
    display: block;
    margin: 0;
    font-weight: 600
}

@media (max-width: 1024px) {
    .features__text {
        font-size: 1rem
    }
}

.features__in {
    background-color: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 992px) {
    .features__in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .features__in .ml-3 {
        margin-left: auto !important;
        margin-right: auto;
        text-align: center
    }
}

@media (max-width: 767px) {
    .features__in {
        margin: 1rem 0
    }
}

.features__in img {
    height: 55px
}

.whatis,
.services {
    z-index: 0;
    min-height: 40vw
}

.whatis__figure,
.services__figure {
    position: relative;
    z-index: -9
}

.whatis__img,
.services__img {
    -webkit-transform: translate(12%, -45%);
    transform: translate(12%, -45%);
    position: absolute
}

@media (max-width: 1500px) {

    .whatis__img,
    .services__img {
        -webkit-transform: translate(0%, -45%);
        transform: translate(0%, -45%)
    }
}

@media (max-width: 767px) {

    .whatis__img,
    .services__img {
        display: none
    }
}

.services__img {
    -webkit-transform: translate(12%, -26%);
    transform: translate(12%, -26%)
}

@media (max-width: 1500px) {
    .services__img {
        -webkit-transform: translate(0%, -26%);
        transform: translate(0%, -26%)
    }
}

@media (max-width: 1366px) {
    .services__img.faq {
        position: static;
        -webkit-transform: none;
        transform: none;
        max-width: 100%;
        padding-right: 53px
    }
}

@media (max-width: 767px) {
    .services__img.faq {
        display: block;
        max-width: 65%;
        margin: 6rem auto -4rem auto;
        padding: 0
    }
}

.how-works .offset {
    -webkit-transform: translateX(-83px);
    transform: translateX(-83px)
}

@media (max-width: 1500px) {
    .how-works .offset {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }
}

@media (max-width: 1366px) {
    .how-works .offset {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.how-works .offset:first-child .how-works__in {
    margin-top: 7rem
}

.how-works .offset:nth-of-type(even) {
    -webkit-transform: translateX(83px);
    transform: translateX(83px)
}

@media (max-width: 1500px) {
    .how-works .offset:nth-of-type(even) {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
}

@media (max-width: 1366px) {
    .how-works .offset:nth-of-type(even) {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.how-works .offset:nth-of-type(even) .how-works__in {
    margin-top: 15rem
}

@media (max-width: 1366px) {
    .how-works .offset:nth-of-type(even) .how-works__in {
        margin-top: 10rem
    }
}

.how-works__title {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 1.5rem
}

.how-works__text {
    color: #666;
    margin: 0
}

.how-works__info {
    padding: 2rem 0
}

.how-works__in {
    background-color: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    padding: 30px;
    margin: 0
}

@media (max-width: 767px) {
    .how-works__in {
        margin-top: 8rem !important
    }
}

.how-works__in img {
    display: block;
    margin: -8rem auto 0 auto
}

.advantage .title__sm,
.advantage .features__text,
.advantage div.title__sm.w-normal div,
div.title__sm.w-normal .advantage div {
    font-weight: normal;
    line-height: 1.5em;
    color: #333
}

.advantage__img {
    width: 40vw;
    z-index: -1
}

@media (max-width: 1200px) {
    .advantage__img {
        width: 45vw;
    }
}

.advantage__img--min {
    height: 76px;
    margin-bottom: 1rem
}

@media (max-width: 767px) {
    .advantage__img--min {
        text-align: center;
        display: block;
        margin: 1rem auto
    }

    .advantage__img--min + * {
        text-align: center
    }
}

.warranty {
    margin-top: 4rem;
    background-color: #005e77;
    margin-bottom: 10rem;
    padding-top: 8rem;
    padding-bottom: 0
}

.warranty * {
    color: #fff
}

.warranty .hr__md {
    background-color: #fff
}

.warranty__img {
    -webkit-transform: translateY(8rem);
    transform: translateY(8rem)
}

@media (max-width: 767px) {
    .warranty__img {
        -webkit-transform: translateY(4rem);
        transform: translateY(4rem)
    }
}

.warranty::before {
    content: "";
    position: absolute;
    top: -3rem;
    height: 50%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    width: 100%;
    background-color: #005e77
}

@media (max-width: 992px) {
    .warranty::before {
        top: -1rem
    }
}

.warranty::after {
    content: "";
    position: absolute;
    bottom: -3rem;
    height: 50%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    -webkit-transform: skewY(2deg);
    transform: skewY(2deg);
    width: 100%;
    background-color: #005e77
}

@media (max-width: 992px) {
    .warranty::after {
        bottom: -1rem
    }
}

@media (max-width: 767px) {
    .warranty {
        padding-top: 30px
    }

    .warranty__logo {
        max-width: 15rem
    }
}

.customer__author {
    font-weight: normal;
    margin: 0;
    color: #666;
    display: block
}

.customer__detail {
    display: block;
    font-style: italic;
    color: #666
}

.customer__quote {
    font-weight: normal;
    font-style: italic
}

@media (max-width: 767px) {
    .customer__quote {
        font-size: 1.2rem
    }
}

.budget {
    margin: 5rem 0;
    background-color: #f5f5f5
}

.budget__img {
    -webkit-transform: translateX(20%);
    transform: translateX(20%)
}

@media (max-width: 1500px) {
    .budget__img {
        -webkit-transform: translateX(-9%);
        transform: translateX(-9%)
    }
}

@media (max-width: 992px) {
    .budget__img {
        -webkit-transform: translateX(-30%) scale(0.5);
        transform: translateX(-30%) scale(0.5)
    }
}

@media (max-width: 767px) {
    .budget__img {
        display: none
    }
}

.budget::before {
    content: "";
    position: absolute;
    top: -3rem;
    height: 50%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    width: 100%;
    background-color: #f5f5f5
}

.budget::after {
    content: "";
    position: absolute;
    bottom: -3rem;
    height: 50%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    -webkit-transform: skewY(2deg);
    transform: skewY(2deg);
    width: 100%;
    background-color: #f5f5f5
}

.form-row.no-gutters {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.form-row.no-gutters > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.form-group {
    position: relative;
    height: 65px
}

.form-group.large {
    height: auto
}

.form-group.border {
    margin-bottom: 0;
    background-color: #fff
}

.form-group.border .form-control {
    border: none;
    height: 100%;
    padding: 2rem 0.5rem 0 0.5rem
}

.form-control {
    background-position-y: 80%;
    color: #333;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    border-radius: 0
}

.form-control + label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.5rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

@media (max-width: 992px) {
    .form-control + label {
        font-size: 0.675rem
    }
}

.form-control + label.active {
    top: 0.5rem;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.form-control:focus {
    outline: 1px solid transparent !important;
    border: 0 !important;
    -webkit-box-shadow: 0 0 0 3px rgba(119, 0, 110, 0.25);
    box-shadow: 0 0 0 3px rgba(119, 0, 110, 0.25)
}

.form-control:focus + label {
    top: 0.5rem;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.custom-control-label {
    color: #666
}

.custom-control-label::before,
.custom-control-label::after {
    border-radius: 0 !important;
    background-color: transparent !important
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0086ab !important;
    border-color: #0086ab !important
}

button[type="submit"] {
    border-radius: 4px;
    font-size: 1rem;
    min-width: 270px
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../../../../rcaparejadores_maq/img/arrow.svg) 95% center no-repeat
}

select + label {
    top: 0.5rem !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

textarea + label {
    top: 0.5rem !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.footer {
    background-color: #033c4b;
    position: relative;
    margin-top: 4rem;
    padding: 3rem 0;
    z-index: 1
}

.footer .btn:hover,
.footer .btn:active,
.footer .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #039cc6 !important;
    border-color: #039cc6 !important
}

.footer .form-group {
    background-color: rgba(0, 0, 0, 0.25);
    border-color: #333 !important
}

.footer .form-group .form-control {
    background-color: rgba(0, 0, 0, 0.25);
    border-color: #333 !important;
    color: #fff
}

.footer .form-group .form-control:-webkit-autofill,
.footer .form-group .form-control:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.25) inset;
    -webkit-text-fill-color: #fff
}

.footer .legal-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1rem 0
}

.footer .legal-text a {
    margin: 0 0.5rem;
    font-size: 1rem
}

.footer .legal-text a:first-child {
    margin-left: 0
}

@media (max-width: 767px) {
    .footer .legal-text a {
        margin: 0 1rem 0 0;
        display: block
    }
}

.footer .legal-text * {
    white-space: nowrap
}

@media (max-width: 992px) {
    .footer .legal-text {
        margin-top: 3rem
    }
}

@media (max-width: 767px) {
    .footer .legal-text {
        font-size: 0.875rem
    }
}

.footer .logo {
    opacity: 1;
    margin-bottom: 2rem;
    display: block
}

.footer * {
    color: #fff
}

.footer a {
    opacity: 0.8;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin: 1rem 0;
    display: block
}

.footer a:hover,
.footer a:active,
.footer a:focus {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #fff
}

.footer::before {
    content: "";
    position: absolute;
    top: -3rem;
    height: 50%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    -webkit-transform: skewY(2deg);
    transform: skewY(2deg);
    width: 100%;
    background-color: #033c4b
}

.footer button[type="submit"] {
    text-transform: initial;
    font-weight: 600;
    min-width: 170px;
    font-size: 0.875rem
}

@media (max-width: 992px) {
    .footer .address {
        margin-bottom: 3rem
    }
}

@media (max-width: 767px) {
    .footer p strong {
        margin-top: 1.5rem;
        display: block
    }
}

select:-webkit-autofill,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
input:-webkit-autofill,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 134, 171, 0.25) inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #333
}

div.title__sm.w-normal div,
div.w-normal.features__text div {
    font-weight: normal
}

.magnetic-section {
    padding-bottom: 6.5rem;
    margin-bottom: -3.5rem
}

.faq {
    counter-reset: section
}

.faq__item {
    border-bottom: 2px solid #e5e5e5;
    padding-top: 1rem
}

.faq__item__header {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-transform: uppercase
}

.faq__item__header * {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.faq__item__header:hover,
.faq__item__header:focus,
.faq__item__header:active,
.faq__item__header[aria-expanded="true"] {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.faq__item__header:hover *,
.faq__item__header:focus *,
.faq__item__header:active *,
.faq__item__header[aria-expanded="true"] * {
    color: #0086ab;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.faq__item__header[aria-expanded="true"] .faq__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq__count::before {
    counter-increment: section;
    content: counter(section) ". "
}

.faq__icon {
    margin-left: auto;
    color: #666;
    font-size: 1.6rem
}

@media (max-width: 767px) {
    .faq__icon {
        font-size: 1.2rem
    }
}

.e_404 {
    min-height: 100vh
}

.e_404__title {
    text-transform: uppercase;
    color: #0086ab;
    font-family: "Montserrat", sans-serif;
    margin-left: 4rem
}

@media (max-width: 992px) {
    .e_404__title {
        margin-left: 2rem
    }
}

@media (max-width: 767px) {
    .e_404__title {
        text-align: center;
        margin: 1rem auto
    }
}

.e_404__number {
    font-size: 178px;
    text-transform: uppercase;
    color: #0086ab;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-top: -4rem
}

@media (max-width: 992px) {
    .e_404__number {
        font-size: 108px;
        margin-top: -2rem
    }
}

@media (max-width: 767px) {
    .e_404__number {
        text-align: center;
        margin: -2.5rem auto 2rem auto
    }
}

@media (max-width: 992px) {
    .e_404 {
        min-height: inherit
    }
}

.legal-text__text {
    background-color: #fff;
    position: relative;
    z-index: 1
}

.modal-header,
.modal-footer {
    border: none
}

.modal-footer {
    padding: 0 1rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

/*# sourceMappingURL=modulos.css.map */
