
body {
    font-family: poppins;
    color: black;
    overflow-x: hidden;
}

@font-face {
    font-family: 'poppins';
    src: url('../css/font/Poppins-Medium.otf');
}

.title {
    color: white;
    font-size: 48px;
    line-height: 65px;
    font-weight: 700;
}

.subtitle {
    color: white;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.blackTitle {
    color: black;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.description {
    color: white;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}

.descriptionBlack {
    color: black;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}

.secondtitle {
    color: #002239;
    font-size: 34px;
    line-height: 51px;
    font-weight: 700;
    margin: 0;
}

.thirdTitle {
    color: #002239;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.newsTypography {
    color: white;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
}

.cardTitleTypography {
    color: black;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}

.cardTypography {
    color: black;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0px;
}

.cardTypographyBlue {
    color: #18BDE6;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0px;
}

.breadcrumbs {
    text-decoration: none;
    font-size: 14px;
    color: #002239;
    margin-left: 30px;
    font-weight: bold;
}

    .breadcrumbs:hover {
        color: black
    }

.fa-arrow {
    margin-left: 20px;
}


.form-check_container {
    margin-top: 4.75rem;
    letter-spacing: 0.025rem;
    font-size: 0.875rem;
    line-height: 1.3125rem;
}

    .form-check_container p {
        margin-top: 4.3125rem;
    }

    .form-check_container button {
        margin-top: 3.25rem;
        margin-bottom: 4.9375rem;
    }

.checkForm {
    margin-top: 1.5rem;
}

.form-check-label {
    padding: 0 0.5rem;
    margin-left: 0.5rem
}

.cmn-btncircle {
    width: 75px !important;
    height: 75px !important;
    background-color: #18BDE6;
    border-width: 0px;
    padding: 6px 0px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

#blockFormServices {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-top: 70px;
}

#fieldDiv {
    width: 26.88%;
    margin-top: 4.25rem;
}

.container-fluid {
    padding: 0 !important;
}

.checkForm-wrapper {
    margin: 2.4375rem 0;
}

textarea#Comments {
    width: 100%;
    height: 10rem;
}

/*Styles from loading*/
#loader-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 15000;
    overflow: hidden;
    background-color: white;
    height: 100%;
    display: none;
}

    #loader-wrapper.show {
        display: block;
    }

.loader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-img-loader {
    position: absolute;
    top: 140%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo_loading {
    width: 30rem;
}

@media (max-width: 481px) {
    .logo_loading {
        width: 20rem;
    }
}

/*Styles from response form Modal*/
.modal-confirm .icon-box {
    color: #002239;
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #002239;
    padding: 15px;
    text-align: center;
}

    .modal-confirm .icon-box i {
        font-size: 58px;
        margin: -2px 0 0 -2px;
    }

.modal-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
    font-weight: bold;
    color: #002239;
}

.modal-confirm p {
    color: #002239;
    font-size: 20px;
    word-wrap: break-word;
}

.reponse-details {
    font-size: 13px !important;
}

.modal-confirm .modal-content {
    padding: 1.5rem 0;
}

.modal-confirm .modal-header {
    border-bottom: none !important;
}

.fa-xl {
    font-size: 2rem !important;
}
