/* -----------------------------------------
   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: #E298A2;
    transition: 0.3s;
}

a:hover {
    color: #eaa6af;
    text-decoration: underline;
    transition: 0.3s;
}

.atendimento a,
.atendimento a:link,
.atendimento a:visited {
    color: #1A1A1A;
    transition: 0.3s;
}

.atendimento a:hover {
    color: #2c2c2c;
    transition: 0.3s;
}

/* -----------------------------------------
   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,
.cta h2 strong {
    display: block;
}

h3 {
    font-family: canvas-script, sans-serif;
    font-size: 36px;
    line-height: 40px;
    color: #E40E2A;
}

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: utopia-std, 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
----------------------------------------- */

.contatos-footer a,
.contatos-footer a:visited {
    font-size: 16px;
    line-height: 21px;
    color: #848484;
}

.contatos-footer a:hover {
    color: #285490;
    text-decoration: none;
}

.contatos-footer .whatsapp i {
    font-size: 15px;
    line-height: 18px;
    padding-right: 5px;
    color: #25D366;
}

.contatos-footer .telefone i {
    font-size: 15px;
    line-height: 18px;
    padding-right: 5px;
    color: #ED4815;
}

.contatos-footer .whatsapp {
    display: block;
}

.contatos-footer .telefone {
    display: block;
    margin-bottom: 3px;

}


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


.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: 21px;
    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: 21px;
    line-height: 25px;
    color: #0077B5;
    padding: 3px;
}

.social-block .fa-instagram {
    font-size: 21px;
    line-height: 25px;
    color: #e298a2;
    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-expand-lg .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:visited {
    color: #ffffff;
    font-weight: 500;
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #D9304F;
}

.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
----------------------------------------- */

.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;
}

.bloco-contato .icon-container {
    float: left;
    color: #fd7126;
    font-size: 18px;
    line-height: 26px;
    width: 30px;
}

.bloco-contato .text-container {
    font-size: 16px;
    line-height: 24px;
    color: #2D2D2D;
    padding-left: 30px;
    font-weight: 600;
}

.bloco-contato {
    margin-bottom: 6px;
}

.pagina-interna h3 {
    font-weight: 600;
    color: #593081;
}

.pagina-interna {
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
}

.pagina-interna h4 {
    font-weight: 500;
    color: #fd7126;
}

.pagina-interna h5 {
    font-weight: 600;
    color: #fd7126;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 10px;
}

.container-page-title {
    background-color: #593081;
    padding: 30px 0px;
    margin-bottom: 40px;
}

.container-page-title h2 {
    color: #fff;
    margin-bottom: 0px;

}


.container-page-nav .navbar-nav .nav-link,
.container-page-nav .navbar-nav .nav-link:visited {
    color: #593081;
    font-weight: 500;
    font-family: utopia-std, sans-serif;
}

.container-page-nav .navbar-nav .nav-link:hover {
    color: #8953bf;
}

.pagina-interna ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.pagina-interna ul li {
    padding-left: 1.3em;
    font-weight: 500;
    margin-bottom: 3px;
}

.pagina-interna ul li:before {
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    font-weight: 600;
    color: #FD7126;
    margin-left: -1.3em;
    width: 1.3em;
}

.card-faq .btn-collapse {
    padding: 5px 0px;
    border-radius: 0px;
    font-weight: 600;
    color: #593081;
}

.card-faq .card-header {
    border-bottom: 2px solid #fff;
    border-radius: 0px;
}

.card-faq .card-body {
    border: 1px solid #f5f5f5;
    margin-bottom: 2px;
}

.bloco-faq {
    margin-bottom: 30px;
}

.card-faq {
    border: 0px;
}

.card-faq .card-header {}

.card-descricao {
    border: 0px;
    border-radius: 14px;
    box-shadow: 0px 4px 13px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}

.card-descricao .card-body {
    padding: 30px 35px;
}

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

.card-signup {
    border: 0px;
    border-radius: 14px;
    margin-bottom: -150px;
    z-index: 1000;
    box-shadow: 0px 4px 13px rgb(0 0 0 / 20%);
}

.card-signup .inscreva-se {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 12px;
}

.card-signup .termos-inscricao {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
}

.card-signup .form-group {
    margin-bottom: 10px;
}

.card-signup h3 {
    text-align: center;
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
}

.card-signup h3 span {
    color: #FD7126;
    display: block;
}


.container-card .card {
    box-shadow: 0px 3px 6px #0000000f;
}

.container-card p strong {
    font-weight: 600;
    color: #0074C9;
}

.container-card .features p strong {
    font-weight: 500;
    color: #00B0F0;
}

.container-card p {
    font-size: 18px;
    line-height: 26px;
}

.app-stores {
    max-width: 360px;
}

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

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


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

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

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

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


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

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

.container-apresentacao ul li:before {
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    font-weight: 600;
    color: #D9304F;
    margin-left: -1.3em;
    width: 1.3em;
}

.container-sobre-nos {
    padding: 0px 0px 30px;
}

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

.container-sobre-nos h3 {
    color: #FD7126;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom: 0px;
    position: relative;
    margin-bottom: 40px;
    padding-top: 20px;
}

.container-sobre-nos h3:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -15px;
    right: 0;
    height: 0.5em;
    border-top: 3px solid #FD7126;
    width: 50px;
}

.container-sobre-nos h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    color: #593081;
}

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

.container-card .card {
    border: 1px solid #ececec;
    border-radius: 12px;
}

.container-card h3 {
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    color: #002558;
    font-weight: 300;
    margin-bottom: 25px;
}

.container-card h3 span {
    display: block;
    font-weight: 600;
}

.container-card .card .card-body {
    padding: 40px;
    border-radius: 12px;
}

.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.png) no-repeat;
    width: 50px;
}


.container-card .features i {
    color: #00B0F0;
    text-align: center;

    font-size: 42px;
}

.container-card .features p {
    padding-left: 60px;
    color: #00B0F0;
}

.container-card .features .icon-container {
    width: 50px;
    float: left;
    padding-top: 3px;
    text-align: center;
}

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

.beneficios {
    padding-top: 100px;
    padding-bottom: 70px;
    background-size: cover !important;
    background: url('../img/linhas.jpg') no-repeat center #D9304F;
}

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

}

.beneficios h3 {
    text-align: center;
}

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

.preparacoes {
    padding-top: 100px;
    padding-bottom: 70px;
    background-size: cover !important;
    background: url('../img/banner_preparacoes.jpg') 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-contato {
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #D9304F;
}

.container-contato h3 {
    color: #24367E;
}

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

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

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

.container-contato .btn {
    position: relative;
}

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

.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: 26px;
    margin-bottom: 10px;
}

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



.preparacoes h3 {
    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;
}

.beneficios .bloco-beneficio .icon-container {
    float: left;
    width: 50px;
    text-align: center;
}

.beneficios .bloco-beneficio .icon-container i {
    color: #fd7125;
    font-size: 44px;
    line-height: 48px;
}

.beneficios .bloco-beneficio .bloco-conteudo {
    padding-left: 65px;
}

.beneficios .bloco-beneficio h5 {
    color: #ffffff;
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.beneficios .bloco-beneficio {
    margin-bottom: 30px;
}

.beneficios .bloco-beneficio p {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}

.planos {
    background: url('../img/bg_planos.jpg') no-repeat center center #FD7126;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.atendimento {
    padding-top: 80px;
    padding-bottom: 60px;
}

.atendimento h3 {
    color: #E298A2;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    position: relative;
    margin-bottom: 40px;
    padding-top: 20px;
    text-transform: uppercase;
}

.atendimento h3:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -15px;
    right: 0;
    height: 0.5em;
    border-top: 3px solid #d9d9d9;
    width: 50px;
}

.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;
}

.atendimento h2 span {
    font-weight: 600;
}

.atendimento h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #e298a2;
}

.atendimento ul {
    list-style: none;
    padding-left: 0px;
    color: #1A1A1A;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
}

.atendimento ul li i {
    color: #E298A2;
    margin-right: 15px;
    text-align: center;
    width: 20px;
    font-size: 21px;
    float: left;
}

.atendimento ul li {
    margin-bottom: 10px;
}

.como-funciona {
    padding-top: 60px;
    padding-bottom: 60px;
}

.como-funciona h2 {
    text-align: center;
    margin-bottom: 60px;
}

.como-funciona h3 {
    text-align: center;
    color: #E298A2;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    position: relative;
    margin-bottom: 10px;
    padding-top: 20px;
    text-transform: uppercase;
}

.como-funciona .bloco-destaque {
    margin-bottom: 40px;
}

.como-funciona .img-destaque {
    float: left;
    margin-right: 10px;
    width: 62px;
}

.como-funciona .texto-destaque {
    padding-left: 90px;
}

.como-funciona .texto-destaque h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #e498a2;
    text-transform: uppercase;
    font-family: utopia-std, sans-serif;
}

.cta h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 25px;

}

.cta h2 strong {
    color: #fff !important;

}

.cta {
    background: url('../img/fundo_cta.jpg') no-repeat center center #ececec;
    background-size: cover;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

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

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


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

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

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

}

.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%;
}



/* -----------------------------------------
   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: 50px;
}

footer .menu-footer {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

footer .footer-title {
    font-weight: 600;
    font-size: 14px;
    color: #593081;
    margin-bottom: 5px;
    line-height: 18px;
}

footer .lista-links {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

footer .lista-links li {
    padding-left: 1.3em;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 3px;
}

footer .lista-links li:before {
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    font-weight: 600;
    color: #FD7126;
    margin-left: -1.3em;
    width: 1.3em;
}

footer .lista-links li a {
    font-size: 13px;
    line-height: 16px;
    color: #2D2D2D;
}

footer .lista-links li a:hover {
    font-size: 13px;
    line-height: 16px;
    color: #593081;
}




footer .social {
    list-style: none;
    padding: 0px;
}

footer .social li {
    display: inline-block;
}

footer .social .icon-facebook a {
    font-size: 24px;
    color: #3B5999;
    margin-right: 5px;
}

footer .social .icon-instagram a {
    font-size: 24px;
    color: #E4405F;
    margin-right: 5px;
}

footer .social .icon-pinterest a {
    font-size: 24px;
    color: #BD081C;
}

footer .pagamento {
    width: 180px;
}


/* -----------------------------------------
   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: 480px) {

.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 h3 {
        padding-top: 20px;
    }

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

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

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

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

    .atendimento ul {
        list-style: none;
        padding-left: 0px;
        color: #1A1A1A;
        font-size: 13px;
        line-height: 18px;
        font-weight: 600;
    }

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

    .nav-15 {
        width: 30%;
    }

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

    }

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


    .nossos-servicos {
        padding: 60px 0px 30px;
    }


    .banner-destaque {
        margin-bottom: 20px;
    }

    .cta-home h2 {

        margin-bottom: 20px;
    }

    .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;
    }

    .container-contratar {
        padding: 85px 0px;
    }


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



    .card-descricao {
        margin-top: 15px;
    }

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

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

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

    .container-card h3 {
        font-size: 32px;
        line-height: 38px;
    }

    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;
    }

    .quem-somos {
        padding: 30px 0px 50px 0px;
    }

}

@media (min-width: 767px) and (max-width: 991px) {
    .section-header {
        margin-top: 106px;
    }

    .cta-home h2 {
        margin-top: 0px;
    }

}

@media (max-width: 1200px) {

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

@media (max-width: 767px) {

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

    .card-signup {
        margin-top: 25px;
    }

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

    }

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

    .app-stores {
        max-width: 200px;
    }

    .beneficios h3:after {
        left: -10px;
    }

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

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

    }

    .cta-home h2 {
        text-align: center;
        margin-top: 0px;
    }

    .section-header {
        padding: 20px 0px;
    }

    .section-header {
        margin-top: 127px;
    }

    .section-header h2 {
        text-align: center;
    }
}

@media (max-width: 991px) {

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

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

    .planos .bloco-cinza {
        min-height: 100px;
        border-radius: 18px;
        margin-bottom: 30px;
    }

    .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-expand-lg .navbar-nav .nav-link,
    .navbar-expand-lg .navbar-nav .nav-link:visited {
        color: #737373;
        font-weight: 600;
        border-bottom: 1px solid #ececec;
        font-size: 16px;
        line-height: 23px;
    }

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

    }

    .navbar-expand-lg .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;
    }
}

@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 h3 {
    text-align: center !important;
}


    .title-break span {
        display: block;
    }

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

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

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

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

    .banner-mobile {
        display: none;
    }

}

@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) {}