/* -----------------------------------------
   Universal Styles
----------------------------------------- */

body,
html {
    height: 100%;
}

body {
    font-family: sofia-pro, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #616161;
    background-color: #FFFFFF;
}

strong {
    font-weight: 700;
    color: #1a1a1a;
}

p strong {
    font-weight: 600;
    color: #123382;
}


hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.low-row {
    margin-left: -5px;
    margin-right: -5px;
}

.low-col {
    padding-left: 5px;
    padding-right: 5px;
}

p {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 18px;
    line-height: 26px;
}

/* -----------------------------------------
   Link Styles
----------------------------------------- */

a,
a:link,
a:visited {
    color: #e40e2a;
    transition: 0.2s;
    text-decoration: none;
}

a:hover {
    color: #f92e48;
    text-decoration: none;
    transition: 0.2s;
}


/* -----------------------------------------
   Title Styles
----------------------------------------- */

h1 {
    color: #fff;
    font-weight: 500;
    font-size: 56px;
    line-height: 56px;
    font-family: utopia-std, serif;
    margin-bottom: 0px;
    position: relative;
    margin-bottom: 15px;
}

.container-banner h1 {
    position: relative;
    margin-bottom: 35px;
    margin-top: 0px;
}

.container-banner h1:after {
    content: "";
    position: absolute;
    bottom: -45px;
    left: -15px;
    right: 0;
    height: 0.5em;
    border-top: 3px solid #d9304f;
    width: 50px;
}

.container-banner strong {
    color: #ffffff;
}


h1 span {
    color: #ffffff;
    font-weight: 300;
    display: block;
}

.container-banner h2 {
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    font-family: utopia-std, sans-serif;
    margin-bottom: 16px;
}

h2 {
    font-size: 44px;
    line-height: 44px;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 15px;
    font-family: utopia-std, serif;
}

.container-apresentacao h2 strong {
    display: block;
}

.container-depoimentos h3 {
    text-align: center;
}

h3 {
    font-family: sofia-pro, sans-serif;
    color: #123382;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 15px;


}

h3 strong {
    color: #123382;
}



.section-label {
    font-family: canvas-script, sans-serif;
    font-size: 36px;
    line-height: 40px;
    color: #E40E2A;
    display: block;
}

h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #1A1A1A;
    font-family: utopia-std, serif;
}

h5 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #0081C6;
    font-family: canvas-script, sans-serif;
}

.destaques h4 {
    color: #565656;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}


/* -----------------------------------------
   Form Styles
----------------------------------------- */

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 10px 18px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ececec;
    border-radius: 20px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

textarea {
    border-radius: 6px !important;
}

label {
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
    color: #593081;
    margin-bottom: 5px;
}


/* -----------------------------------------
   Button Styles
----------------------------------------- */

.btn {
    border-radius: 24px;
    padding: 8px 18px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
}

.btn-md {
    border-radius: 24px;
    padding: 7px 28px 10px 28px;
    font-size: 16px;
    line-height: 22px;
}

.btn-lg {
    border-radius: 42px;
    padding: 18px 28px;
    font-size: 24px;
    line-height: 28px;
}

.btn-primary i {
    margin-right: 5px
}

.btn-primary {
    color: #fff !important;
    background-color: #D9304F;
    border-color: #D9304F;
}

.btn-primary:hover {
    color: #fff;
    background-color: #E53A59;
    border-color: #E53A59;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
    background-color: #E53A59;
    border-color: #E53A59;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #E53A59;
    border-color: #E53A59;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5)
}

.btn-light {
    color: #593081 !important;
    background-color: #EDE5FD;
    border-color: #EDE5FD;
}

.btn-light:hover {
    color: #593081;
    background-color: #f1ebfc;
    border-color: #f1ebfc;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
    background-color: #EDE5FD;
    border-color: #EDE5FD;
}

.btn-light.disabled,
.btn-light:disabled {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #EDE5FD;
    border-color: #EDE5FD;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5)
}

.btn-secondary {
    color: #fff !important;
    background-color: #123382;
    border-color: #123382;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #18398a;
    border-color: #18398a;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
    background-color: #123382;
    border-color: #123382;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #123382;
    border-color: #123382;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5)
}

.btn-success {
    color: #fff !important;
    background-color: #1ab955;
    border-color: #1ab955;
}

.btn-success:hover {
    color: #fff;
    background-color: #25d366;
    border-color: #25d366;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
    background-color: #1ab955;
    border-color: #1ab955;
}

.btn-success.disabled,
.btn-success:disabled {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1ab955;
    border-color: #1ab955;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5)
}

.btn-outline-primary {
    color: #E298A2 !important;
    background-color: transparent;
    border-color: #E298A2;
    border-width: 2px;
    font-weight: 600;
}

.btn-outline-primary:hover {
    color: #ffffff !important;
    background-color: #E298A2;
    border-color: #E298A2;
    border-width: 2px;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    color: #ffffff !important;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
    background-color: #E298A2;
    border-color: #E298A2;
    border-width: 2px;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 2px;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #e298a2;
    border-color: #e298a2;
    border-width: 2px;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5) border-width: 2px;
}

.btn-outline-secondary {
    color: #24367E !important;
    background-color: transparent;
    border-color: #24367E;
    border-width: 2px;
    font-weight: 600;
}

.btn-outline-secondary:hover {
    color: #ffffff !important;
    background-color: #24367E;
    border-color: #24367E;
    border-width: 2px;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    color: #ffffff !important;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
    background-color: #24367E;
    border-color: #24367E;
    border-width: 2px;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 2px;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff !important;
    background-color: #24367E;
    border-color: #24367E;
    border-width: 2px;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5) border-width: 2px;
}

.btn-outline-light {
    color: #fff !important;
    background-color: transparent;
    border-color: #fff;
    border-width: 2px;
}

.btn-outline-light:hover {
    color: #565656 !important;
    background-color: #f5f5f5B;
    border-color: #fff;
    border-width: 2px;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
    background-color: #ececec;
    border-color: #fff;
    border-width: 2px;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 2px;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #ececec;
    border-color: #ececec;
    border-width: 2px;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5) border-width: 2px;
}

.btn .fa-google {
    color: #DB4437;
    margin-right: 10px;
}

.btn .fa-apple {
    color: #000000;
    margin-right: 10px
}

.btn .fa-facebook {
    color: #3B5998;
    margin-right: 10px
}

/* -----------------------------------------
   Footer
----------------------------------------- */


/* -----------------------------------------
   Navigation
----------------------------------------- */

.navbar .nav-link {
    position: relative;
}

.navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 1px;

    background-color: currentColor;

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.navbar .nav-link:hover::after {
    transform: scaleX(1);
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #0781c5;
    text-decoration: none;
    background-color: #f0f5f8;
}

.dropdown-item {
    font-size: 14px;
    line-height: 20px;
}

.dropdown-menu {
    padding: 1rem 0;
}

.dropdown-menu i {
    color: #ed4815
}

.nav-25 {
    width: 20%;
}

.nav-50 {
    width: 60%;
}

.nav-15 {
    width: 20%;
}

.right-align {
    margin-left: auto;
}

.social-block {
    float: right;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}


.social-block .fa-facebook {
    font-size: 24px;
    line-height: 25px;
    color: #2359A1;
    padding: 3px;
}

.social-block .whatsapp-icon {
    font-size: 23px;
    line-height: 23px;
    color: #25d366;
    padding: 3px;
    margin-right: 5px;
}

.social-block .fa-linkedin {
    font-size: 24px;
    line-height: 25px;
    color: #0077B5;
    padding: 3px;
}

.social-block .fa-instagram {
    font-size: 24px;
    line-height: 25px;
    color: #d9304f;
    padding: 3px;
}

.justify-content-between {
    width: 100%;
}

.navbar {
    background-color: #fff;
    padding: 15px 15px
}

.navbar .btn {
    margin-left: 10px;
    display: inline-block;
}

.logo-site {
    width: 220px;
    transition: 0.2s ease-in;
}

.navbar-style .navbar-nav .nav-link,
.navbar-style .navbar-nav .nav-link:visited {
    color: #ffffff;
    font-weight: 500;
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
}

.navbar-style .navbar-nav .nav-link:hover {
    color: #D9304F;
    text-decoration: none;
}

.clearHeader {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    -ms-transition: background 0.5s ease-out;
}

.darkHeader {
    background-color: rgba(18, 51, 130, .95);
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    -ms-transition: background 0.5s ease-out;
    box-shadow: 0px 1px 10px rgb(0, 0, 0, 0.1);
    padding: 8px 15px;

}

.darkHeader .logo-site {
    width: 90px;
    transition: 0.2s ease-out;
}

.navbar-toggler i {
    color: #d73150;
}


/* -----------------------------------------
   Content
----------------------------------------- */
.badge-container {
    margin-bottom: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: start;
}

.badge-tcf {
    background-color: #e2e8ff;
    color: #123382;
    border-radius: 4px;
    padding: 6px 8px;
}

.badge-dalf {
    background-color: #ffe3e8;
    color: #d9304f;
    border-radius: 4px;
    padding: 6px 8px;
}

.badge-tefaq {
    background-color: #ffe6f4;
    color: #d72986;
    border-radius: 4px;
    padding: 6px 8px;
}

.container-banner {
    padding-top: 45px;
}

.container-banner p {
    color: #ffffff;
    font-size: 23px;
    line-height: 28px;
    font-weight: 600;
}

.container-banner p span {
    color: #D9304F;
}


.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.container-banner {
    background: url("../img/banner_home.webp") no-repeat center center #123382;
    background-size: cover;
    height: 660px;
}


.depoimentos {
    background: url("../img/banner_depoimentos.webp") no-repeat bottom center #ffffff;
    background-size: cover;
}

.container-apresentacao {
    padding-top: 50px;
    padding-bottom: 150px;
}

.container-sobre {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
}

.depoimentos {
    padding-bottom: 100px;
    padding-top: 20px;
}


.container-apresentacao ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.container-apresentacao ul li {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 3px;
    color: #24367E;
}

.container-apresentacao ul li i {
    color: #D9304F;
}


.destaques {
    padding: 70px 0px 70px;
}

.destaques h2 {
    font-size: 44px;
    line-height: 46px;
    font-weight: 500;
    color: #1A1A1A;
    position: relative;
    font-family: utopia-std, serif;
    margin-bottom: 35px;
}

.destaques h2:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -15px;
    right: 0;
    height: 4px;
    background: url(../img/traco.webp) no-repeat;
    width: 50px;
}


#video .modal-body {
    padding: 0px;
}

.beneficios {
    padding-top: 100px;
    padding-bottom: 70px;
    background: url(../img/banner_faq.webp) no-repeat center center #ffeed7;
    background-size: cover;
}

.beneficios h2 {
    font-size: 44px;
    line-height: 56px;
    font-weight: 500;
    color: #1A1A1A;
    font-family: utopia-std, serif;

}

.beneficios .section-label {
    text-align: center;
}

.margin-high {
    padding-bottom: 220px;
}

.preparacoes {
    padding-top: 100px;
    padding-bottom: 70px;
    background-size: cover !important;
    background: url("../img/banner_preparacoes.webp") no-repeat center #123382;
}

.preparacoes h2 {
    font-size: 44px;
    line-height: 56px;
    font-weight: 500;
    color: #1A1A1A;
    font-family: sofia-pro, serif;
    text-align: left !important;
    margin-bottom: 2px !important;

}

.preparacoes h2 span {
    color: #D9304F;
}

.container-faq {
    padding-top: 100px;
    padding-bottom: 70px;
background: url(../img/banner_faq.webp) no-repeat center center #ffeed7;
    background-size: cover;

}

.container-faq h2 {
    text-align: left;
    color: #24367e;
}

.container-faq .section-label {
    text-align: left;
}

.container-contato .btn-container .btn {
    padding: 7px 28px 10px 50px;
    margin-bottom: 0px;
}

.container-contato .btn-container {
    display: flex;
    gap: 10px;
}


.container-contato {
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #113381;
}

.container-contato h2 {
    color: #ffffff;
}

.container-contato p {
    color: #ffffff;
}

.container-contato strong {
    color: #ffffff;
}

.container-contato .btn {
    position: relative;
    margin-bottom: 10px;
}

.container-contato .btn i {
    position: absolute;
    left: 18px;
    top: 11px;
    font-size: 18px;
    opacity: .8;
}

.card-preparacoes ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.card-preparacoes ul li {
font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
}

.card-preparacoes ul li i {
    width: fit-content;
    margin-right: 6px;
    color: #E40E2A;
}

.card-preparacoes ul li strong {
    color: #24367e;
}


.card-preparacoes {
    border-radius: 12px;
    padding: 30px;
}

.card-preparacoes img {
    border-radius: 12px;
}

.card-preparacoes h2 {
    border-radius: 12px;
    font-size: 34px;
    line-height: 39px;
}

.card-preparacoes h4 {
    border-radius: 12px;
    font-size: 24px;
    line-height: 29px;
    color: #24367E;
    font-family: sofia-pro, serif;
    margin-bottom: 15px;
}

.card-preparacoes p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 16px;
}

.card-preparacoes p:last-child {
    margin-bottom: 0px;
}


.preparacoes .section-label {
    text-align: center;
}

.depoimentos .card {
    border-radius: 12px;
}

.owl-carousel .owl-dots {
    margin-top: 25px !important;
}

.card-cursos {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 27px;
    background-color: #24367E;
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.card-cursos .card-body {
    padding: 40px;
}

.card-cursos strong {
    color: #fff;
}

.beneficios h2 {
    text-align: center;
}


.card-text {
    position: relative;
    padding-bottom: 20px;
}

.card-text:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: calc(50% - 25px);
    right: 0;
    height: 0.5em;
    border-top: 3px solid #d9304f;
    width: 40px;
}


.container-negative {
    margin-top: -150px;
}

.container-negative h2 {
    margin-bottom: 75px;
}

.img-funcionamento {
    border-radius: 36px;
}


/* -----------------------------------------
   Accordion
----------------------------------------- */

.accordion-button {
    font-family: sofia-pro, sans-serif;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background-color: #fff7ed;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #fff7ed;
}

.accordion-button i {
    margin-right: 10px;
    color: #e40e2a;
}

.accordion-body p {
    font-size: 16px;
    line-height: 26px;
}

.accordion-body p:last-child {
    margin-bottom: 0px;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.accordion-item {
    border: 1px solid #f3dec1;
}

/* -----------------------------------------
   Owl
----------------------------------------- */

.owl-carousel .card .card-body {
    padding: 25px 22px;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
}

.owl-carousel .card .card-body blockquote strong {
    color: #e40e2a;

}

.owl-carousel .card .card-body .btn-ler-mais {
    background: none;
    border: none;
    color: #D9304F;
    font-weight: 600;
    font-size: 13px;
    padding: 0;
    margin-top: -5px;
    margin-bottom: 15px;
    cursor: pointer;
    display: inline-block;
}

.owl-carousel .card .card-body .btn-ler-mais:hover {
    text-decoration: underline;
}

/* Modal de depoimento completo */
#modalDepoimento .modal-content {
    height: 600px;
    max-height: 85vh;
}

#modalDepoimento .modal-body {
    overflow-y: auto;
    flex: 1 1 auto;
}

#modalDepoimento .modal-body blockquote {
    font-size: 15px;
    line-height: 24px;
    color: #616161;
    text-align: left;
}

#modalDepoimento .modal-body blockquote strong {
    color: #e40e2a;
}

#modalDepoimento .modal-body .testemonial-by {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
    color: #24367E;
}

#modalDepoimento .modal-body p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
}

#modalDepoimento .modal-footer {
    justify-content: space-between;
    background-color: #e8eeff;
    border-top: 0px;
}

.btn-close-custom {
    margin-left: auto;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    color: #e40e2a;
    opacity: .85;
    cursor: pointer;
    transition: 0.2s ease;
}

.btn-close-custom:hover {
    opacity: 1;
    transition: 0.2s ease;
}

.owl-carousel .card .card-body p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 20px;
    color: #24367E;
}

.owl-carousel .card .card-body p span {
    color: #D9304F;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    color: #fff !important;
    border: none;
    z-index: 100;
    font-size: 28px !important;
    width: 55px;
    height: 55px;
    background-color: rgba(1, 67, 164, 0.9) !important;

}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    background-color: rgba(1, 67, 164, 1) !important;
}

.owl-carousel .owl-prev {
    left: 15px;
    top: 42%;
}

.owl-carousel .owl-next {
    right: 15px;
    top: 42%;
}

.modal-content {
    border-radius: 12px;
}

.modal-header {
    background-color: #123382;
    color: #ffffff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 18px 25px;
}

.modal-header h5 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;

}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px 25px;
}

.container-depoimentos h4 {
    text-align: center;
    font-family: sofia-pro, sans-serif;
    color: #123382;
}

/* -----------------------------------------
   Footer
----------------------------------------- */

.colored-dot {
    color: #e298a2;
}

footer {
    padding: 30px 0px;
    font-size: 13px;
    background-color: #F8F8F8;
}

.footer-left {
    float: left;
    font-weight: 600;
    color: #737373;

}

.footer-right {
    float: right;
    font-size: 11px;
    line-height: 15px;
    font-weight: 600;
}

.footer-right span {
    margin-right: 7px;
    margin-top: 5px;
    display: block;
    float: left;
    font-size: 10px;
    color: #aeaeae;
}

.logo-footer {
    width: 150px;
}

.logo-by {
    width: 42px;
}

.social-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}


/* -----------------------------------------
   Back to Top Button
----------------------------------------- */

#scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgb(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 18px;
}

#scroll-top:hover {
    background-color: #666;
}

.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.anchor-2 {
    display: block;
    position: relative;
    top: -240px;
    visibility: hidden;
}

.anchor-3 {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.anchor-padding {
    padding-top: 45px;
    padding-bottom: 45px;
}


/* -----------------------------------------
   Media Queries
----------------------------------------- */

@media (max-width: 340px) {

    .container-banner {
        padding-top: 90px !important;
    }

    .container-banner {
        height: 770px !important;
    }
}

@media (min-width: 340px) and (max-width: 380px) {

    .container-banner {
        padding-top: 80px !important;
    }

    .container-banner {
        height: 750px !important;
    }
}

@media (min-width: 380px) and (max-width: 424px) {

    .container-banner {
        padding-top: 88px !important;
    }

    .container-banner {
        height: 735px !important;
    }
}

@media (max-width: 576px) {

    .container-contato .btn-container {
    flex-direction: column;
}

    .card-preparacoes {
        border-radius: 12px;
        padding: 5px;
    }

    .card-preparacoes h2 {
        border-radius: 12px;
        font-size: 29px;
        line-height: 35px;
    }

    .card-preparacoes h4 {
        border-radius: 12px;
        font-size: 21px;
        line-height: 27px;
    }

    .title-break {
        margin-bottom: 80px !important;
    }

    .margin-high {
        padding-bottom: 170px;
    }

    .container-negative .section-label {
        padding-top: 20px;
    }

    .container-negative h2 {
        margin-bottom: 120px;
    }

    .container-banner h1 {
        position: relative;
        margin-bottom: 45px;
    }

    .container-banner .section-label {
        font-size: 32px;
        line-height: 36px;
    }





    .container-apresentacao h2 strong,
    .beneficios h2 strong {
        display: inline;
    }

    .nav-15 {
        width: 30%;
    }

    .container-banner {
        background: url(../img/banner_home.webp) no-repeat center;
        background-size: cover;
        height: 550px;

    }

    .container-banner h1 {
        margin-top: 10px;
    }

    .footer-left {
        float: none;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }

    .footer-right {
        float: none;
        text-align: left;
        display: block;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin-top: 10px;
    }

    h1 {
        color: #ffffff;
        font-weight: 700;
        font-size: 35px;
        line-height: 35px;
    }

    .container-banner h2 {
        text-align: center;
    }

    .container-banner .btn {
        display: block;
        width: 100%;
    }

    .container-banner .btn-outline-light {
        display: block;
    }

    h1 span {
        color: #ffffff;
        font-weight: 300;
        display: block;
    }

    .container-banner {
        height: 760px;
    }

    .container-banner {
        padding-top: 85px;
    }

    .container-banner {

        padding: 35px 0px 35px 0px;
    }



}

@media (min-width: 767px) and (max-width: 991px) {}

@media (max-width: 1200px) {

    .logo-site {
        width: 160px !important;
        transition: 0.2s ease-in;
    }
}

@media (max-width: 767px) {


    .card-preparacoes img {
        margin-bottom: 15px;
    }



    .destaques {
        padding-top: 30px;
        padding-bottom: 30px;

    }

    .beneficios {
        padding-top: 60px;
        padding-bottom: 90px;
    }



    .beneficios .section-label:after {
        left: -10px;
    }

    .container-apresentacao .section-label:after {
        left: -10px;
    }

    .container-apresentacao .section-label {
        margin-bottom: 10px;
        margin-top: 20px;

    }

}

@media (max-width: 991px) {

    .container-depoimentos h3 {
        text-align: left;
    }

    .darkHeader .logo-site {
        width: 100px !important;
    }

    .container-banner img {
        margin-bottom: 20px;
    }

    .container-navigation .navbar-collapse {
        background-color: #fff;
        border-radius: 15px;
        padding: 20px;
        margin-top: 10px;
        box-shadow: 0px 4px 13px rgb(0 0 0 / 20%);
    }


    .navbar {
        padding: 10px 0rem;
    }

    .container-banner {
        padding-top: 60px;
    }

    .container-banner {
        height: 850px;
    }


    .navbar-collapse {
        padding-top: 10px;
    }

    .navbar-style .navbar-nav .nav-link,
    .navbar-style .navbar-nav .nav-link:visited {
        color: #737373;
        font-weight: 600;
        border-bottom: 1px solid #ececec;
        font-size: 18px;
        line-height: 28px;
    }

    .navbar-style .navbar-nav .nav-link i {
        color: #D9304F;
        margin-right: 3px;

    }

    .navbar-style .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: 0px;
    }

    .navbar-nav {
        margin-bottom: 15px;
    }

    .navbar .btn {
        margin-left: 0px;
        display: block;
        margin-bottom: 10px;
    }

    .dropdown-menu {
        border: 0px;
        padding: 10px 0px;
    }

    .dropdown-item {
        padding: .25rem 0rem;
    }

    .dropdown-item {
        font-size: 16px;
        line-height: 24px;
    }

    .nav-25 {
        width: 50%;
    }

    .nav-50 {
        display: none;
    }

    .navbar .social-block {
        display: none;
    }

    .navbar-toggler {
        float: right;
        color: #d9304f;
        border: none;
        font-size: 23px;
        line-height: 23px;
    }
}

@media (min-width: 1380px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }
}

@media (min-width: 991px) {

    .container-depoimentos h2 {
        text-align: center !important;
    }

    .container-depoimentos .section-label {
        text-align: center !important;
    }


    .title-break span {
        display: block;
    }

    .container-negative h2 {
        text-align: center;
    }

    .container-negative .section-label {
        text-align: center;
    }

    .navbar-style .navbar-nav .nav-link {
        font-size: 15px;
        line-height: 20px;
    }

    .navbar-style .navbar-nav .nav-link {
        padding-right: .50rem;
        padding-left: .50rem;
    }



}

@media (max-width: 767px) {

    .form-check {
        margin-bottom: 3px;
    }
}

@media (min-width: 425px) and (max-width: 480px) {

    .logo-site {
        width: 190px !important;
    }
}


@media (min-width: 991px) and (max-width: 1200px) {
    h1 {
        color: #fff;
        font-weight: 500;
        font-size: 46px;
        line-height: 47px;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    h1 {
        color: #fff;
        font-weight: 500;
        font-size: 43px;
        line-height: 43px;
    }

    .container-banner p {
        color: #ffffff;
        font-size: 18px;
        line-height: 30px;
    }

    .logo-site {
        width: 170px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .container-banner {
        padding-top: 35px;
    }

    .container-banner {
        height: 930px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .container-negative h2 {
        margin-bottom: 125px;
    }
}

@media (min-width: 1600px) and (max-width: 1700px) {}

@media (min-width: 1701px) {}