body { 
    background-color: #fff;
    color: #000;
    /*font-family: "Manrope", sans-serif;*/
    font-family: "Plus Jakarta Sans", sans-serif;
}


*{
	margin: 0;
	padding: 0;
}



p {
    font-style: normal;
    letter-spacing: .01em;
    font-weight: normal;
    color: rgb(75 85 99);
    font-weight: 400;


    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: .5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Sorts Mill Goudy", serif;
    font-style: normal;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: -.01em;
}

h1 {
    font-size: 2.3rem;
}

h2 {
    font-size: 1.3rem;
    line-height: 24px;
    transition: 0.2s;
    color: #000;
}

a {
    color: #000;
    transition: 0.2s;
    text-decoration: none;

    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

a:hover {
    /*color: #FF0000;*/
}

section {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}

.section-content {
    width: 90%;
    margin: 0 auto;
}



/* Header - Menu */

.menu-header {
    width: 80%;
    margin: 0 auto;
    padding: 0 10%;
    background: #fff;
    color: #333;
    overflow: hidden;
    z-index: 9999;
    position: relative;
}

.logo {
    width: 191px;
    padding: 20px 0;
    float: left;
}

.logo img {
    width: 10rem;
}

.menu {
    float: right;
    padding: 30px 0;
}

.menu a {
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    transition: 0.4s;
    font-weight: bold;
    font-size: 16px;
}

.menu a:hover {

}

.show-menu-btn,
.hide-menu-btn {
    transition: 0.4s;
    font-size: 30px;
    cursor: pointer;
    display: none;
}

.show-menu-btn {
    float: right;
}

.show-menu-btn i {
    line-height: 75px;
}

.menu a:hover,
.show-menu-btn:hover,
.hide-menu-btn:hover {
    /*color: #FF0000;*/
}

#chk {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}


/*
.bg-todo {
    /*padding: 0 20px;*
    width: 100%;
    overflow: hidden;
    height: 100vh;
}
*/

.menu-social {
    float: right;
}

.menu-social a {
    padding: 0;
    margin-right: 6px;
}

.menu-social .bord {
    width: 10px;
    background: #000;
    padding: 3px 1px;
}



/* home-dest */
.home-dest {
    width: 100%;
    overflow: hidden;
    /*background: #F3F5FC;*/
    background: #323232;
    background: linear-gradient(90deg, rgba(50, 50, 50, 1) 0%, rgba(30, 30, 30, 1) 59%);
    color: #fff;
    position: sticky;
}

.home-dest-content {
    width: 100%;
    margin: 0 auto;
    /*padding: 80px 0;*/
    overflow: hidden;
}

.home-dest-columns {

}

.dest-columns-left {
    /*width: 40%; - DESKTOP */
    width: 90%;
    float: left;
    margin-left: 10%;
    position: absolute;
    bottom: 100px;
}


.dest-columns-left h1 {
    font-weight: initial;
    font-size: 2.2rem;
    /*width: 481px; - DESKTOP */
    width: 305px;
    line-height: 2.2rem;
    margin-bottom: 20px;
}


.dest-columns-left h1 span:nth-child(1) {

}

/*
.dest-columns-left h1 span:nth-child(2) {
    color: #FF0000;
    font-weight: 600;
}
*/


.dest-columns-left p {
    /*width: 380px; - DESKTOP */
    width: 258px;
    margin-bottom: 30px;
    color: #fff;
}

.dest-columns-left a {
    color: #fff;
    background-color: #b7926a;
    border: none;
    padding: 1.2rem 1.875rem;
    min-width: 7.5rem;
    font-weight: 700;
    border-radius: 30px;
    line-height: 0;
    display: inline-block;
    transition: box-shadow 0.2s, background-color 0.2s, transform 0.2s;
    text-align: center;
}

.dest-columns-left a:hover {
    background-color: #000;
    color: #fff;
}


.dest-columns-right {
    /*width: 50%; - DESKTOP*/
    width: 100%;
    float: right;
}

.dest-img {
    width: 90%;
    text-align: right;
    margin: 0 auto;
}

.dest-img img {
    width: 500px;
}

/* home-title */
.home-title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.hom-title-icon {
    width: 100%;
    overflow: hidden;
}

.heading-line {
    width: 37px;
    height: 2px;
    background: #333;
    display: block;
    float: left;
    margin: 9pt 15pt 0 0;
}

.hom-title-icon span:nth-child(2) {
    font-weight: lighter;
    font-size: 10pt;
}


.home-title h1 {
    font-weight: 500;
    margin-top: 10px;
}

.home-title h1 span {
    font-weight: bold;
}




/* sobre-checklist */
.sobre-checklist {

}

.sobre-checklist ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}



.sobre-checklist ul li {
    display: flex;
    align-items: center;
    line-height: 1.7rem;
    margin-bottom: 15px;
}


.sobre-checklist ul li svg {
    background-color: #b7926a;
    border-radius: 50%;
    padding: 5px;
    flex-shrink: 0;
    margin-right: 8px;
    color: #fff;
}


/* btn */
.btn {
    background-color: #B7926A;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    padding: 6px 20px 6px 10px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #a67c52;
}

.icon-wrapper {
    display: flex;
    align-items: center;
}

.whatsapp-icon {
    width: 30px;
    height: 30px;
    color: white;
}


/* sobre-right */

.sobre-right {
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
}

.sobre-right img {
    width: 100%;
}



/* home-procedimentos */
.section-procedimentos {
    background-color: #f9f9f9;
}

.home-procedimentos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Responsivo */
    gap: 20px;
}

.home-procedimentos li {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    height: 100%; /* Garante que cresça igualmente */
}

.home-procedimentos li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.home-procedimentos li h2 {
    margin-top: 20px;
}

.home-procedimentos li p {
    margin-bottom: 20px;
}


.home-procedimentos li .btn {
	margin-top: auto; /* Empurra o botão para a base da coluna */
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    background-color: #B7926A;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.home-procedimentos li .btn:hover {
    background-color: #a67c52;
}

.home-procedimentos li .icon-wrapper {
    display: flex;
    align-items: center;
}

/* contador-section ul */

.contador-section {
    background: url(../img/bg-bisturi.jpg) no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
    padding: 0;
}

.bg-contador {
    width: 100%;
    background-color: rgba(183, 146, 106, 0.9);
    overflow: hidden;
    padding: 40px 0;
    /*background: #B7926A;*/
}

.contador-section ul {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    text-align: center;
    padding: 40px 0;
    list-style: none;
    color: #fff;
}

.contador-section ul li span {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
}



/* home-depoimento */
.section-depoimentos {
    background-color: #F9F9F9;
}


.home-depoimento {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.home-depoimento li {
    background-color: #ffffff;
    border-radius: 25px !important;
    text-align: left;
    color: #111111;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.depoimento-content {
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 25px !important;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.depoimento-align-left {
    color: rgb(32, 30, 156) !important;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}

.depoimento-content p {
    font-style: italic;
    margin: 13px 0 20px;
    word-wrap: break-word;
    position: relative;
}

.depoimento-user {
    width: 100%;
    display: flex;
    align-items: center;
}

.depoimento-img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    flex-shrink: 0;
}

.depoimento-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.depoimento-user-text {
    display: flex;
    flex-direction: column;
}

.depoimento-user h3 {
    font-size: 1.1rem;
    margin: 0;
}

.depoimento-user h4 {
    font-size: 0.9rem;
    font-weight: normal;
    margin: 0;
}


.u-svg-link {
    width: 45px;
    height: 45px;
    fill: currentColor;
    color: #B7926A !important;
    line-height: 0;
}

.u-svg-content {
    width: 0;
    height: 0;
    color: #B7926A !important;
    line-height: 0;
}




/* section-contato */
.section-contato {
    background: url(../img/bg-contato.jpg) no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
    padding: 0;
}

.bg-contato {
    width: 100%;
    background-color: rgba(183, 146, 106, 0.9);
    overflow: hidden;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.section-contato .home-title {
    margin-bottom: 0;
}

.section-contato .heading-line {
    margin: 0 auto;
    float: inherit;
    margin-top: 20px;
    background: #fff;
}

.section-contato .home-title h1 {

}

.section-contato p {
    margin-bottom: 20px;
    color: #fff;
}

.section-contato a {
    background-color: #032041;
}


/* section-blog */
.home-blog {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.home-blog li {
    background-color: #F9F9F9;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.home-blog li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.home-blog li h2 {
    margin-top: 20px;
}

.home-blog li p {
    margin-bottom: 20px;
}

.btn-post {
    padding: 6px 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}


/* section-duvidas */

.section-duvidas {
    background-color: #F9F9F9;
}


.faq-question {
    width: 100%;
    text-align: left;
    background: #B7926A;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: background 0.3s;
}

.faq-question h2 {
    color: #fff;
}

.faq-question:hover {
    background: #a37c54;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 15px;
    background: #f9f9f9;
    border-left: 3px solid #B7926A;
    border-radius: 0 0 10px 10px;
    margin-bottom: 20px;
}

.faq-answer p {
  margin: 15px 0;
}

/* FOOTER */
footer {
    background-color: #1b2132;
    overflow: hidden;
    position: relative;
    padding: 0;
}


.footer-menu {
    position: relative;
    background-color: #B7926A;
    padding: 80px 0;
    z-index: 1;
}

.footer-content {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}


.footer-menu::before {
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 300px;
    /*background-image: url('../img/Vector-13.webp');*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
    opacity: 1;
}

/* Outras colunas do rodapé */
.footer-colum {
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    margin-bottom: 40px;
}

.footer-colum .heading-line {
    width: 40px;
    margin: 0;
    margin-bottom: 25px;
    float: none;
}


.footer-logo img {
    width: 185px;
    margin-bottom: 20px;
}

.footer-logo span {
    display: block;
    color: #fff;
    font-size: 14px;
}

.footer-colum h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 45px;
    color: #fff;
    margin-bottom:5px;
}

.footer-colum a {
    color: #fff;
    display: block;
    margin-bottom: 10px;
}


.footer-dev {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.footer-dev-des {
    float: left;
}

.footer-dev-des span {
    color: #666;
}

.footer-icons {
    float: right;
}

.footer-icons a {
    padding: 0.7em;
    background: #fff;
    border-radius: 50%;

    --e-social-icon-icon-color: #fff;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-align: center;
}

.footer-icons a svg {
    
}


.footer-social {
    display: flex;
    /*justify-content: center; /* centraliza horizontalmente */
    align-items: center;
    gap: 16px; /* espaçamento entre os botões */
    margin-top: 20px;
}

.footer-social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #B7926A;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.footer-social a:hover {
    background-color: #B7926A;
    color: #fff;
    transform: translateY(-3px);
}

.footer-social svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}


/* SINGLE */
.header-single {
    width: 100%;
    overflow: hidden;
    background: #F9F9F9;
}

.header-single-bottom {
    padding-bottom: 100px;
}

.header-single-content {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}

.single-title {
    
}

.single-retranca {
    background-color: #B7926A;
    margin-bottom: 20px;
    color: #fff;
    padding: 10px;
    display: inline-block;
}


.single-container {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}

.single-thumbnail {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: -90px;
    margin-bottom: 40px;
    text-align: center;
}

.single-thumbnail img {
    width: 730px;
    border-radius: 30px;
}




/* PADRÃO WORDPRESS */

.post-content {
    font-size: 1.1rem;
    line-height: 1.7;
}

.post-content a {
    color: #c94418;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-content a:hover,
.post-content a:focus {
    color: #001446;
    text-decoration: none;
}

.post-content p {
    margin-bottom: 20px;
    line-height: 30px;
    color: #222222;
    font-size: 1.1rem;
}

.post-content ol {
    margin-left: 15%;
}

.post-content ol li {
    color: #666;
    text-decoration: none;
    text-align: justify;
    line-height: 20pt;
    padding: 5px 0;
}

.post-content ol li a {
    color: #666;
    text-decoration: underline;
    text-align: justify;
    line-height: 20pt;
}

.post-content ol a:active {
    text-decoration: none;
}

.post-content ol a:hover {
    text-decoration: underline;
    color: #185a5e;
}

.post-content ul li {
    margin-left: 10%;
    margin-bottom: 20px;
}

.post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}

.post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.post-content table th,
.post-content table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.post-content table th {
    background-color: #f5f5f5;
}


.post-content pre {
    background: #f4f4f4;
    padding: 15px;
    overflow-x: auto;
    font-size: 0.95rem;
    border-radius: 4px;
    margin-bottom: 20px;
}

.post-content code {
    background: #eee;
    padding: 2px 5px;
    border-radius: 3px;
    font-family: monospace;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    margin: 30px 0 15px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
}

blockquote {
    border-left: 5px solid #B7926A;
    padding-left: 20px;
    margin: 30px 0;
    background: #fef5f5;
    color: #333;
}

blockquote p {
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.6;
}

blockquote p a {
    color: #fff;
}

blockquote:after {
    content: "";
    display: block;
    position: relative;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(344deg, #F0790B 0px, #dc2430 70%, #F0790B 85%);
}

blockquote p {
    margin-bottom: -6px !important;
}

blockquote ul {
    margin-top: 20px;
    color: #fff;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #c94418;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.aligncenter, div.aligncenter {
    margin-bottom: 20px;
}





/* Formulário de Contato*/
.contact-form,
.form-textarea {
    width: 100%;
    overflow: hidden;
}

.contact-form li,
.form-textarea li {
    width: 100%;
    list-style: none;
    margin-left: 0 !important;
}

.contact-form li p label,
.form-textarea li p label {
    font-size: 14px;
    padding-bottom: 10px;
}

.wpcf7-form-control-wrap input,
.form-textarea textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 90%;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #2C3E50;
    font-size: 13px;
    display: block;
    margin-top: 7px;
}

.form-textarea textarea {
    width: 98%;
}

.wpcf7-submit {
    width: 100px !important;
    height: 44px !important;
    cursor: pointer;
    transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    color: #fff;
    background-color: #B7926A;
    border: 1px solid transparent;
    margin-bottom: 20px;
}

.wpcf7-submit:hover {
    background-color: #000;
    color: #fff;
}



/* CATEGORY */

.pagination-wrapper {
    text-align: center;
    margin-top: 30px;
}

.pagination-wrapper ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    gap: 6px;
}

.pagination-wrapper li a,
.pagination-wrapper li span {
    padding: 8px 12px;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.pagination-wrapper li .current {
    background-color: #B7926A;
    color: #fff;
    font-weight: bold;
}


@media only screen and (min-width: 700px){

    /* home-dest */
    .dest-columns-left {
        width: 40%;
        margin-left: 0;
        bottom: auto;
    }

    .dest-columns-right {
        width: 50%;
        display: contents;
    }


    .home-dest-columns {
        display: flex;
        align-items: center;
    }

    .dest-img {
        width: 100%;

    }


    /* home-procedimentos */
    .home-procedimentos {
        grid-template-columns: repeat(2, 1fr);
    }

    /* section-contato */
    .section-contato .home-title {
        width: 553px;
        margin: 0 auto;
    }

    .section-contato .home-title h1 {
        font-size: 3.5rem;
        line-height: 45pt;
    }

    .section-contato p {
        width: 533px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    

    
    /* TAMANHO PADRÃO */
    .header-single-content,
    .section-content,
    .page-content,
    .row-vestibular,
    .footer-content,
    .footer-dev,
    .page-content,
    .page-area,
    .home-dest-content,
    .single-content,
    .curso-investimento .single-investimento {
        width: 688px;
    }

}


@media only screen and (min-width: 990px){

    /* home-dest */

    .dest-columns-left h1 {
        font-size: 4.2rem;
        width: 530px;
        line-height: 3.9rem;
        font-weight: 700;
    }

    .dest-columns-left p {
        width: 450px;
    }


    /**/
    .sobre-left {
        width: 52%;
        float: left;
        margin-right: 4%;
    }

    .sobre-right {
        float: right;
    }

    /* home-procedimentos */
    .home-procedimentos {
        grid-template-columns: repeat(4, 1fr);
    }

    /* section-depoimentos */
    .home-depoimento {
        flex-wrap: nowrap;
    }

    .home-depoimento li {
        width: calc(33.333% - 13.33px); /* 3 colunas com gap de 20px */
        max-width: unset;
    }

    /* home-blog */
    .home-blog {
        grid-template-columns: repeat(3, 1fr);
    }


    /* TAMANHO PADRÃO */
    .header-single-content,
    .section-content,
    .page-content,
    .row-vestibular,
    .footer-content,
    .footer-dev,
    .page-content,
    .page-area,
    .home-dest-content,
    .curso-investimento .single-investimento {
        width: 940px;
    }
    
    

    /* contact-form */
    .contact-form {
        grid-template-columns: repeat(3, 1fr);
        display: grid;
        gap: 20px;
    }
    .contact-form li {
        width: 100%;
        float: right;
        margin-bottom: 0 !important;
    }

    .form-textarea {
        grid-template-columns: repeat(q, 1fr);
    }

    /* footer */
    .footer-colum {
        width: 22%;
        float: left;
        margin-right: 4%;
    }

    .footer-colum:nth-child(4) {
        margin-right: 0;
    }
    
}


@media only screen and (min-width: 1199px){


    /* TAMANHO PADRÃO */
    .header-single-content,
    .section-content,
    .page-content,
    .row-vestibular,
    .footer-content,
    .footer-dev,
    .page-content,
    .page-area,
    .home-dest-content,
    .curso-investimento .single-investimento {
        width: 1170px;
    }

    /* single-page */
    .single-content {
        width: 810px;
    }

}



@media screen and (max-width: 1269px) {
    .show-menu-btn,
    .hide-menu-btn {
        display: block;
    }
    .menu {
        position: fixed;
        width: 100%;
        height: 100vh;
        right: -100%;
        top: 0;
        text-align: center;
        line-height: normal;
        transition: 0.7s;
        margin-right: 0;
        background: rgba(0, 0, 0, 0.7);
    }
    .back-menu {
        width: 240px;
        float: right;
        height: 110vh;
        margin-top: -80px;
        /*background: url(img/img_deputado.jpg) center bottom no-repeat;*/
        background-size: cover;
        background-position: -510px;
    }
    .back-link {
        padding-top: 170px;
        /*background: rgba(10, 191, 83, 0.79);*/
        /*background: rgba(10, 191, 83, 0.2);*/
        background: rgba(0, 0, 0, 0.7);
        height: 100vh;
    }
    .menu a {
        display: block;
        padding: 20px;
        color: #fff !important;
    }
    .hide-menu-btn {
        position: absolute;
        top: 40px;
        right: 40px;
    }
    #chk:checked~.menu {
        right: 0;
    }
    .hide-menu-btn i {
        color: #fff;
    }
    .menu-social {
        width: 80%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .menu-social a {
        display: flex;
        padding: 11px;
        float: left;
    }
    .menu-social a:nth-child(1) {
        display: none;
    }
}
