/*
Theme Name: Realma - V 1.0.0
Theme URI: https://br.moves.com.br/realma
Author: Djalma Martins
Author URI: https://djalmamartins.com
Description: Realma .

Version: 1.0.0

License: Realma  20251905-043

Tags: Realma .
Text Domain: DS Realma .

This theme, this theme is licensed under the DS GROUP .
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* ---- includes ---- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600&family=Open+Sans:wght@300;400;600&display=swap');

:root {
    /* ---- COLOR ---- */
    --default-web: #333333;
    --primary-web: rgba(255, 255, 255, 0.92); /* FF9400 */
    --primary-web-h: #2e2e2e;
    --secondary-web: #005698; /* #FE5919 */
    --t-web: #00A85A;
}

/* ---- LAYOUT ---- */

html,
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.link {
    color: var(--t-web);
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
    margin-top: 1em;
}

.link:hover{
    color: var(--t-web);
    text-decoration: none;
}

a.wtapp-mvs {
    background: transparent url("panel/assets/images/social-button.whasapp-moves.png") center center no-repeat;
    border-radius: 0 !important;
    z-index: 900 !important;
    box-shadow: none !important;
    outline: none !important;
    width: 60px !important;
    height: 61px !important;
    background-size: 60px 60px !important;
    cursor: pointer !important;
    border: 0 !important;
    position: fixed !important;
    right: 2% !important;
    bottom: 60px !important;
    text-decoration: none;
}

.stir.wtapp-mvs {
    animation: wtapp-mvs-stir 10s infinite
}

@keyframes wtapp-mvs-stir {
    4.5%, 10.5% {
        transform: translate(0px, 0px) rotate(0deg)
    }
    5% {
        transform: translate(1px, 1px) rotate(0deg)
    }
    5.5% {
        transform: translate(-1px, -2px) rotate(-1deg)
    }
    6% {
        transform: translate(-3px, 0px) rotate(1deg)
    }
    6.5% {
        transform: translate(3px, 2px) rotate(0deg)
    }
    7% {
        transform: translate(1px, -1px) rotate(1deg)
    }
    7.5% {
        transform: translate(-1px, 2px) rotate(-1deg)
    }
    8% {
        transform: translate(-3px, 1px) rotate(0deg)
    }
    8.5% {
        transform: translate(3px, 1px) rotate(-1deg)
    }
    9% {
        transform: translate(-1px, -1px) rotate(1deg)
    }
    9.5% {
        transform: translate(1px, 2px) rotate(0deg)
    }
    10% {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}

.wp-block-tag-cloud a{
	font-size: 1em!important;
}

/** Header */
.head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*position: fixed;*/
    /*z-index: var(--index-menu);*/
    border-top: 4px solid var(--t-web);
}

.head .header_social {
    width: 100% !important;
    background: var(--secondary-web);

}

.social_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .6em 0;

}

.social_bar .social_dados {
    flex-basis: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.social_bar .social_dados div {
    margin-right: 1em;
    color: #FFF;
}

.social_bar .social_dados div a {
    color: #FFF;
    text-decoration: none;
    transition: 0.4s;
}

.social_bar .social_dados div a:hover {
    color: #000;
    text-decoration: none;
    transition: 0.4s;
}

.social_bar .social_icon {
    flex-basis: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.social_bar .social_icon ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.social_bar .social_icon ul li a {
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
    padding: .4em;
    transition: 0.4s;
}

.social_bar .social_icon ul li a:hover {
    color: #000;
    text-decoration: none;
    transition: 0.4s;
}

.head .header {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    /*border-top: 4px solid var(--secondary-web);*/
    border-bottom: 1px solid #E4E4E4;
}

.head .header .header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}

.head .header .header_nav .nav-mobile {
    display: none;
}

/*logo*/

.head .header_nav .main_logo {
    flex-basis: 14%;
}

.head .header_nav .logo-top,
.head .header_nav .main_logo img {
    width: 300px;
    max-width: 100%;
    align-items: initial;
    padding: 1em 0;
}

/* menu */
.main_nav {
    flex-basis: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main_nav_footer {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.main_nav ul{
    flex-basis: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
}

.main_nav ul li {
    list-style: none;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
    position: relative;
}

.main_nav ul li>ul {
    position:absolute;
    top:40px;
    left:0;
    width: 200px;
    font-size: 90%;
    background-color: #FFFFFF;
    display:none;
    z-index: 99;
    transition: 0.4s;
}

.main_nav ul li:hover>ul{
    display:block;

}

.main_nav ul li:hover>ul li a{
    padding: 1em 0.8em;
    color: var(--t-web) !important;
}

.main_nav ul li:hover>ul li a:hover{
    color: var(--secondary-web) !important;
    width: 100%;
}


.main_nav_footer ul {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    padding: 10px 0;
}

.main_nav_footer ul li{
    padding: 0.6em 0;
}

footer p{
    margin: 10px 0 0 0!important;
}

footer p a{
    color: var(--t-web);
    text-decoration: none;
}

footer p a:hover{
    color: var(--secondary-web);
    text-decoration: none;
}

.main_nav li {
    margin-left: 0.4em;
}

.main_nav li a, .main_nav_footer li a {
    position: relative;
    color: var(--t-web);
    padding: 0.6em 1em;
    text-decoration: none;
    transition: 0.4s;
}

.main_nav li a:hover, .main_nav_footer li a:hover {
    color: var(--secondary-web);
    text-decoration: none;
    transition: 0.4s;
}


.main_nav li a:before, .main_nav_footer li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background: var(--secondary-web);
    transition: all 0.4s ease;
}

.main_nav li a:hover:before, .main_nav_footer li a:hover:before {
    width: 100%;
}

.main_nav li.center a:before, .main_nav_footer li.center a:before {
    left: 50%;
    transform: translateX(-50%);
}

.main_nav li.upward a:before, .main_nav_footer li.upward a:before {
    width: 100%;
    bottom: -5px;
    opacity: 0;
}

.main_nav li.upward a:hover:before, .main_nav_footer li.upward a:hover:before {
    bottom: 0px;
    opacity: 1;
}

.main_nav li.forward a:before, .main_nav_footer li.forward a:before {
    width: 100%;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
}

.main_nav li.forward a:hover:before, .main_nav_footer li.forward a:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

.main_nav_social_footer, .main_nav_social_contact{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

.main_nav_social_footer ul, .main_nav_social_contact ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_nav_social_footer ul li, .main_nav_social_contact ul li {
    padding: .5em;
}

.main_nav_social_footer ul li a{
    font-size: 1.4em;
    color: var(--t-web);
    text-decoration: none;
}

.main_nav_social_contact ul li a {
    font-size: 1.4em;
    color: var(--secondary-web);
    text-decoration: none;
}

.main_nav_social_footer ul li a:hover {
    color: var(--secondary-web);
    text-decoration: none;
}

.main_nav_social_contact ul li a:hover{
    color: var(--primary-web);
    text-decoration: none;
}

/* FEATURED */

.home_featured_video{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
    color: #FFFFFF;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
}

.home_featured_video .home_featured_video-embed{
    width: 100vw;
    height: 56.25vw; /* 16:9 ratio */
    min-height: 100vh;
    min-width: 177.77vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    overflow: hidden;
}

@media (min-aspect-ratio:16/9) {
    .home_featured_video-embed{
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio:16/9) {
    .home_featured_video-embed{
        width: auto;
        height: 100%;
    }
}

.btn-video{
    font-size: .758em;
    border: 2px solid #FFFFFF;
    padding: .5em  1em;
    text-decoration: none!important;
    color: #FFFFFF;
}

.btn-video:hover{
    border: 2px solid var(--primary-web);
    background: var(--t-web);
    text-decoration: none!important;
    color: #FFFFFF;
}

.btn-pdf{
    font-size: 1em;
    border: 2px solid var(--secondary-web);
    padding: .5em  1em;
    text-decoration: none!important;
    color: var(--secondary-web);
}

.btn-pdf:hover{
    border: 2px solid var(--t-web);
    background: var(--t-web);
    text-decoration: none!important;
    color: #FFFFFF;
}

.home_featured_content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 60vh;
    margin: 0 auto;
}

.home_featured_header h1 {
    font-size: 2.0em;
    font-weight: var(--weight-bold);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
}

.home_featured_header p {
    margin: 30px 0 50px 0;
    font-weight: var(--weight-normal);
    font-size: var(--font-medium);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
}

.home_featured_marca {
    max-width: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    margin: 0 auto;
}

.home_featured_btn {
    cursor: pointer;
    display: inline-block;
    padding: 20px 40px;
    text-transform: uppercase;
    font-weight: var(--weight-black);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    color: #FFFFFF;
    text-decoration: none;
}

.home_featured_btn:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.home-optout-content {
    width: 100%;
    background: var(--secondary-web);
}

.home-optout-content h1 {
    font-size: 1.4em;
    font-weight: var(--weight-bold);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1em 8em;
    color: #FFFFFF;
}

.home-features-about {
    width: 100%;
    min-height: 300px;
    padding: 5em 0;
    /*background: url("panel/assets/svg/bg-ds-cts.svg") top left no-repeat;*/
}


.home-features-about-base {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-self: flex-start;
}

home-features-max {
    max-width: 70%;
}

.home-features-about-title {
    flex-basis: 100%;
    padding-left: .2rem;
    padding-right: .2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1em;

}

.home-features-about-contact-base {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-self: flex-start;
}


.home-features-about-contact-title{
    flex-basis: calc(26% - 0.4rem);
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.home-features-about-contact-content {
    flex-basis: calc(74% - 0.4rem);
    padding: 1em 0.2rem 1em 0.2rem;
}

.home-features-about-title h1, .home-features-about-contact-title h1 {
    color: var(--t-web);
}

.home-features-about-title p, .home-features-about-contact-title p {
    color: var(--secondary-web);
    margin: 10px!important;
}

.home-features-about-title p a, .home-features-about-contact-title p a {
    color: var(--secondary-web);
    text-decoration: none;
}

.home-features-about-title p a:hover, .home-features-about-contact-title p a:hover {
    color: var(--primary-web);
    text-decoration: none;
}


.home-features-about-title span, .home-features-about-contact-title span{
    width: 84px;
    height: 2px;
    margin: 0.6em 0;
    background: var(--secondary-web);
}



.home-features-about-content,  .home-features-case-content{
    flex-basis: 100%;
    padding: 1em .2rem 1em .2rem;
}

.home-features-about-content .flex .three div {
    padding: 1em .5em;

}

.home-optout-about{
    width: 100%;
    min-height: 300px;
    padding: 6em 0;
    background-color: #F9F9F9;
    background-image: url(panel/assets/svg/bg-realma.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}





.home-optout-title {
    width: 100%;
    min-height: 300px;
    padding: 6em 0;
    background: #FFFFFF;
}

.home-optout-title-white {
    width: 100%;
    min-height: 300px;
    padding: 0em 0 2em 0;
    background: #ffffff;
}

.home-optout-title-white .home-optout-item header h2 {
    font-size: 1.2em;
    font-weight: var(--weight-bold);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1em;
    color: var(--secondary-web);
}

.home-optout-title h1 {
    font-size: 1.6em;
    font-weight: var(--weight-bold);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1em;
    margin-bottom: 2em;
    color: var(--secondary-web);
}

.home-optout-item header {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home-optout-item header img {
    max-width: 66px;
    margin-bottom: 2em;
    align-items: center;
}

.home-optout-item header h2 {
    font-size: 1.2em;
    font-weight: var(--weight-bold);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
    color: var(--secondary-web);
}

.home-optout-item p {
    padding: 1em;
}

.home-optout {
    position: relative;
    background: rgba(0, 8, 75, .6);
    color: #fff;
    min-height: 300px;
    padding: 5em 0;
}

.home-optout:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: var(--index-back);
    background: url("panel/assets/images/home-featured-optout.jpg") top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.home-optout-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home-optout-center h1 {
    font-size: 2em;
    font-weight: var(--weight-bold);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    margin-bottom: 2em;
}

.home-features-clients {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 290px;
    background: rgba(241, 229, 212, 0.6);
    padding: 1em !important;
    margin-bottom: 0.5em;
}

.home-features-about-title p{
    margin: 10px 0 !important;
}

.home-features-about-title a, .home-features-blog a {
    color: var(--primary-web);
}

.home-features-clients a, .home-features-blog-post a {
    color: var(--secondary-web);
}

.home-features-clients .link:hover, .home-features-blog-post .link:hover {
    color: var(--secondary-web);
    text-decoration: none;
}

.categories{
    list-style: none;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 1em;
    }

.categories ul{
    list-style: none;
    font-weight: normal;
    font-size: 1em;
    padding: 1em;
}

.categories ul li{

}

.categories ul li a{
    color: var(--t-web);
    text-decoration: none;
    margin-bottom: 0.4em;
    font-size: 0.875em!important;
}

.categories ul li a:hover{
    color: var(--secondary-web);
    text-decoration: none;
}

.main-single-tags{
    padding: 1em;
    width: 100%;
}

.main-single-tags span a{
    font-size: 0.875em!important;
    color: var(--default-web)!important;
    text-decoration: none;
}


.main-single-tags span a:hover{
    font-size: 0.875em;
    color: var(--secondary-web)!important;
    text-decoration: none;
}

.main-single-tags span::before{
    color: var(--secondary-web)!important;
}

.tag-post{
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 1em;
}

.wp-block-tag-cloud p{
    font-size: 0.875em;
}

.wp-block-tag-cloud a{
    padding: 0.5em 1em;
    color: var(--primary-web)!important;
    text-decoration: none;
    border: 1px solid var(--primary-web);
}

.wp-block-tag-cloud a:hover{
    padding: 0.5em 1em;
    color: var(--secondary-web)!important;
    text-decoration: none;
    border: 1px solid var(--secondary-web);
}

.busca{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.busca .texto {
    flex-basis: calc(80% - 0.2em);
    padding-right: 0.2em;
}

.busca button {
    flex-basis: 20%;
    background: var(--secondary-web);
    color: #FFFFFF;
    display: block;
    font-size: var(--font-normal);
    padding: 0.5em;
    margin-bottom: 1em;
    outline: none;
    border: 1px solid var(--secondary-web);
    border-radius: var(--radius-normal);
    -webkit-border-radius: var(--radius-normal);
    -moz-border-radius: var(--radius-normal);
}


.home-features-faqs {
    width: 100%;
    min-height: 300px;
    padding: 6em 0;
    background-color: #fafafa;
    background-image: url(panel/assets/svg/bg-realma.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;

}

.home-features-faqs-title {
    flex-basis: calc(26% - .4rem);
    padding-left: .2rem;
    padding-right: .2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

}

.home-features-faqs-title h1 {
    color: #000000;
}

.home-features-faqs-title p {
    color: var(--secondary-web);
}

.home-features-faqs-title span {
    width: 84px;
    height: 2px;
    margin: 1em 0;
    background: var(--secondary-web);
}

/*ABOUT*/
.home-about {
    width: 100%;
    min-height: 300px;
    padding: 6em;
    background: #FFFFFF;
}

.home-about strong{
    color: var(--secondary-web);
}

.home-about header{
    width: 300px;
    margin: 2em auto;
}

.home-about header h1 {
    color: #000000;
    text-align: center;
    padding-bottom: 2px;
    margin-bottom: 2em;
}

.home-about article{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em;
}

/*SERVICE*/
.home-service {
    width: 100%;
    min-height: 300px;
    padding: 6em;
    background: #FFFFFF;
}

.home-service strong{
    color: var(--secondary-web);
}

.home-service header{
    width: 300px;
    margin: 2em auto;
}

.home-service header h1 {
    color: #000000;
    text-align: center;
    padding-bottom: 2px;
    margin-bottom: 2em;
}

.home-service article{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2em;
}

.home-service .home-service-icon{
    width: 60px !important;
    height: 60px !important;
    background: var(--secondary-web);
    padding: .4em;
    margin-right: 1em;
    border-radius: 5px;
}


.home-service .home-service-text{
    width: calc(100% - 61px);
    color: var(--secondary-web);
}

.home-service .home-service-text p{
    margin: 10px 0 0 0;
    color: var(--default-web);
}

.home-service .home-service-text a{
    margin: 10px 0 0 0;
    color: var(--secondary-web);
}


/*faq*/
.faq {
    margin: 0;
    padding: 0;
}

.faq_asks {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.faq_ask {
    flex-basis: calc(50% - 30px);
    cursor: pointer;
    padding: 10px;
    margin: 10px;
    border: 1px solid #ccc;
    border-bottom: 2px solid var(--secondary-web);
    color: var(--default-web);
    -webkit-border-radius: var(--radius-normal);
    -moz-border-radius: var(--radius-normal);
    border-radius: var(--radius-normal);
    background: #FFF;
}

.faq_ask h4 {
    font-size: 0.9em;
    font-weight: var(--weight-bold);
}

.faq_ask p {
    font-size: var(--font-small);
}

.faq_ask_coll {
    display: none;
}

.icon-minus:before {
    content: "\ea0b";
    color: var(--secondary-web);
}

.icon-plus:before {
    content: "\ea0a";
    color: var(--secondary-web);
}

.counter{
    margin: 0em auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f4f4f4;
    padding: 1em;
}

.counter h1{
    font-size: 3em;
    color:  var(--t-web);
    text-align: center;
}

.counter p{
    font-weight: bold;
    color: var(--secondary-web);
    align-items: center;
}

.centerbtn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
}



/* */

.home-features-case-content article{
    border-radius: 2%;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1em;
    margin-bottom: 1em;
}

.home-features-case-content article .image {
    width: 60px!important;
    height: 60px!important;
}


/* BLOG */

.home-features-blog {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-height: 300px;
    padding: 5em 0;
    background: #FFFFFF;
}

.home-features-blog-post {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-height: 300px;
    margin-bottom: 2em;
}


.home-features-blog h1 {
    color: var(--t-web);
    margin-top: 1em;
}

.home-features-blog h1 a {
    color: var(--t-web);
}

.home-features-blog h1 a:hover {
    color: var(--t-web);
}

.home-features-blog p strong {
    color: var(--secondary-web);
}

.home-features-blog p {
    color: var(--default-web);
    margin-top: 10px!important;
}

.home-features-blog span {
    width: 84px;
    height: 2px;
    margin: 0.6em 0;
    background: var(--secondary-web);
}


.home-features-blog .home-features-about-title p{
    color: var(--secondary-web);
}

.home-features-blog .home-features-about-title a{
    color: var(--default-web);
}

/* FOOTER */
.footer-optuot {
    position: relative;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 5em 0;
}

.footer-optuot:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: var(--index-back);
    background: url("panel/assets/images/home-featured.jpg") top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.footer-optuot-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-optuot-content h2 {
    font-size: 2em;
    font-weight: var(--weight-bold);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    text-align: center;
    margin-bottom: 1em;
}

.footer-optuot-content a{
    font-size: 1.2em;
}
.footer-maps{
    width: 100%;
    height:300px;
    background: var(--t-web);
}
.footer-maps iframe{
    overflow:hidden;
    line-height:0;
    width: 100%;
    height:300px;
}

footer {
    width: 100%;
    min-height: 300px;
    padding: 2em 0;
    background-color: #FFFFFF;
    background-image: url(panel/assets/svg/bg-realma-footer.svg);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

/*footer:after {*/
/*    content: "";*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    position: absolute;*/
/*    z-index: var(--index-back);*/
/*    background: url("panel/assets/images/home-featured.jpg") top center no-repeat;*/
/*    background-size: cover;*/
/*    background-attachment: fixed;*/
/*}*/

footer p, footer a{
    color: var(--secondary-web);
}

footer .main_logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .main_logo img{
    max-width: 100%;
    height: 100px;
}

.footer-copy {
    width: 100%;
    background: var(--secondary-web);
    color: #ffffff;
    padding: 1em 0;
    border-top: 4px solid var(--t-web);
}

.footer-copy .copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .875em;
}

.footer-copy span {
    padding: 1em 0;
}

.footer-copy span a {
    color: #ffffff;
    text-decoration: none;
}

.footer-copy span a:hover {
    color: #cccccc;
}

.footer-copy .main_moves {
    flex-basis: 50%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.footer-copy .main_moves img {
    width: 80px;
}

/* Page */
.page-header {
    position: relative;
    background: rgba(0, 0, 0, .6);
    color: var(--secondary-web);
    padding: 5em 0;
}

.page-header:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: var(--index-back);
    background: url("panel/assets/images/pager-sobre.jpg") top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.business:after {
    background: url(panel/assets/images/home-featured.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bpo:after {
    background: url("panel/assets/images/pager-bpo.jpg") bottom right no-repeat ;
    background-size: cover;
    background-attachment: fixed;
}

.leg:after {
    background: url("panel/assets/images/pager-leg-3.jpg") bottom right no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.ac:after {
    background: url("panel/assets/images/pager-ac-3.jpg") bottom right no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.gp:after {
    background: url("panel/assets/images/pager-gestao.jpg") bottom right no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.afis:after{
    background: url("panel/assets/images/pager-fiscal.jpg") bottom center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.acontabil:after{
    background: url("panel/assets/images/pager-contabil.jpg") bottom right no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.page-header-content h1 {
    font-size: 2em;
    font-weight: var(--weight-bold);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    margin-top: 2em;
    text-align: center;
}

.about-ceo {
    padding: 5em 0;
    min-height: 300px;
}

.about-ceo img {
    display: flex;
    box-shadow: -1em 1em var(--secondary-web);
    margin: 0 auto;
}

.about-ceo-content{
    padding: 0 1em;
}


.about-ceo-content h1 {
    font-size: 2em;
    font-weight: var(--weight-bold);
    color: var(--primary-web);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
}

.about-ceo-content strong {
    color: var(--secondary-web);
}

.awc {
    background: url("panel/assets/svg/bg-ds-cts-right.svg") bottom right no-repeat;

}

.about-worth-content {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-self: flex-start;

}

.about-worth-content .box {
    flex-basis: calc(50% - .4rem);
    padding-left: .2rem;
    padding-right: .2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
}


.about-worth {
    min-height: 200px;
    background: rgba(241, 229, 212, 0.6);
    padding: 1em !important;
    margin-bottom: 1.2em;
}

.about-worth-top {
    margin-top: 100px;
}

.about-worth h1 {
    color: var(--secondary-web);
}

.about-worth p {

    color: var(--primary-web);
}

.about-worth span {
    width: 84px;
    height: 2px;
    margin: 1em 0;
    background: var(--secondary-web);
}


/* service */

.service:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: var(--index-back);
    background: url("panel/assets/images/pager-service.jpg") top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/* case */

.case:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: var(--index-back);
    background: url("panel/assets/images/pager-case.jpg") top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


/* Serviços */
.page-service {
    width: 100%;
}

.page-service h2 {
    font-size: 1.2em;
    color: var(--primary-web);
    margin-top: 1em;
    margin-bottom: 1em;
    cursor: pointer;
}

.page-service ul {
    display: none;
}

.page-service ul li {
    flex-basis: calc(100% - .5em);
    background: rgba(241, 229, 212, 0.6);
    color: var(--default-web);
    font-weight: bold;
    padding: 1em;
    margin-bottom: 1em;
}

.page-service ul li ul {
    flex-basis: calc(96% - .5em);
    background: rgba(241, 229, 212, 0.2);
    color: var(--secondary-web);
    font-weight: bold;
    margin-top: 1em;
    margin-left: 3%;
}

/* blog */

.blog:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: var(--index-back);
    background: url("panel/assets/images/pager-blog.jpg") top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.card {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 10px;
}

.post-categories {
    padding-top: 1em;
    font-weight: bold;
}

.header-post {
    width: 100%;
    height: 50px;
    margin-bottom: 2em;

}

/* Contato */

.contato:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: var(--index-back);
    background: url("panel/assets/images/pager-contato.jpg") top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.contact_map{
    width: 100%;
    min-height: 300px;
}

.contact_map iframe, .contact_map iframe[style] {
    max-width: 100%;
    height: 450px !important;
}

/* ---- PAGE POST ---- */


.main-single {
    flex-basis: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.main-single-card {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 10px;
    background-size: cover;
}

.main-single-post {
    flex-basis: 100%;
    max-width: 856px;
    margin: 0 auto;
    padding: 2em;
    order: 1;
}

.main-single-post .post-categories a {
    color: var(--secondary-web);
    font-weight: bold;
}

.main-single-post .bar {
    width: 84px;
    height: 2px;
    margin: 1em 0;
    background: var(--secondary-web);
}

.main-single-post h1 {
    color: var(--primary-web);
}

.main-single-date {
    color: var(--secondary-web);
    font-size: 80%;
    font-weight: bold;
}

.main-single-text h1,
.main-single-text h2,
.main-single-text h3,
.main-single-text h4,
.main-single-text h5,
.main-single-text h6 {
    font-weight: bold;
    padding: 5px 0;
    margin: 10px 0;
}

.main-single-text p,
.main-single-text ul {
    display: block;
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.main-single-text p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.main-single-text ul {
    list-style-position: inside;
    list-style-type: square;
}

.main-single-text ul li {
    padding-left: 25px;
    box-sizing: border-box;
    margin: 0 auto 10px auto;
}

.main-single-text ol li {
    padding-left: 25px;
    box-sizing: border-box;
    margin: 0 auto 10px auto;
}

.main-single-text blockquote {
    background: #f8f8f8;
    border-left: 4px solid #e9e9e9;
    margin: 0 auto 10px auto;
    padding: 16px;
    font-size: 0.875em;
    clear: both;
    overflow: auto;
}

.main-single-text figure {
    max-width: 100%;
    height: auto;
    margin: 10px;
}

.main-single-text img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.main-single-text img a {
    border: none;
}

.main-single-text blockquote p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.post-main .footer-news span {
    font-size: 0.875em;
    color: #666666;
    margin-bottom: 10px;
    padding: 5px;
}

.post-main-text {
    font-size: 1em;
    color: #000000;
    padding: 5px;
    margin-bottom: 8px;
}

.page {
    flex-basis: 100%;
    padding: 5px;
    order: 1;
}

.page-main {
    flex-basis: 100%;
    max-width: 860px;
    margin: 0 auto !important;
    padding: 0 5px;
}

/* ---- COMMENTS ---- */

#comments {
    flex-basis: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding: 0 5px;
}

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

.box-comments {
    width: 94%;
    display: block;
    font-size: 0.875em;
    color: #2a2e2e;
    background: #f4f4f4;
    padding: 20px;
    margin: 20px auto;
    position: relative;
}

.box-comments i {
    top: 40%;
    margin-top: -30px;
    right: 20px;
    font-size: 60px;
    color: #e0e3e9;
    position: absolute;
}

.box-comments p {
    margin: 0 !important;
}

#comments section h3 {
    width: 100%;
    font-size: 1.250em;
    color: var(--secondary);
    padding: 5px;
}


#respond {
    margin: 0 0 30px 0;
    clear: both;
}

#respond form label {
    float: left;
    clear: left;
    width: 60px;
    text-align: right;
    margin-right: 6px;
}

#respond form input {
    float: left;
    margin-bottom: 6px;
}

#respond form textarea {
    float: left;
    height: 100px;
    font-size: 1.250em;
    margin-bottom: 6px;
}

#respond form input.commentsubmit {
    float: left;
    margin-left: 70px;
}


/* FORM COMMETS */

#respond fieldset {
    display: block;
    border: solid 1px #EEEEEE;
    padding: 20px;
    margin: 10px;
}

#respond input,
textarea {
    width: 100%;
    font-size: 0.825em;
    padding: 10px;
    border: none;
    background: #F4F4F4;
}

#respond .button {
    color: #333333;
}

#respond .button:hover {
    background: #FF9400;
    color: #FFFFFF;
}

ol.commentlist {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
}

ol.commentlist li.comment {
    border-bottom: 1px dotted #CCC;
    padding: 1em;
    margin-bottom: 20px;
}

ol.commentlist li.comment div.vcard {
    font-size: 1em;
    font-weight: bold;
}

ol.commentlist li.comment div.vcard cite.fn {
    font-style: normal;
}

ol.commentlist li.comment div.vcard img.avatar {
    border: 2px solid #ccc;
    float: right;
    margin: 0 0 1em 1em;
}

ol.commentlist li.comment div.comment-meta {
    font-size: 0.8em;
}

ol.commentlist li.comment div.comment-meta a {
    color: #888;
}

ol.commentlist li.comment p {
    font-size: 1em;
    margin: 0 0 1em;
    text-align: justify;
}

ol.commentlist li.comment ul {
    font-size: 1em;
    list-style: square;
    margin: 0 0 1em 2em;
}

ol.commentlist li.comment div.reply {
    font-size: 0.75em;
}

ol.commentlist li.comment div.reply a {
    font-weight: bold;
}

ol.commentlist li.comment ul.children {
    list-style: none;
    margin: 1em 0 0;
    text-indent: 0;
}

ol.commentlist li.comment ul.children li.depth-2 {
    margin: 0 0 .25em .25em;
}

ol.commentlist li.comment ul.children li.depth-3 {
    margin: 0 0 .25em .25em;
}

ol.commentlist li.comment ul.children li.depth-4 {
    margin: 0 0 .25em .25em;
}

ol.commentlist li.even {
    background: #fff;
}

ol.commentlist li.odd {
    background: #f8f8f8;
}

ol.commentlist li.parent {
    border: solid 1px #f1f1f1;
}

/*SOCIAL SHARE*/
.social_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 2em;
    background: #f4f4f4;
    -webkit-border-radius: var(--radius-medium);
    -moz-border-radius: var(--radius-medium);
    border-radius: var(--radius-medium);
    border-bottom: 2px solid var(--secondary-web);
}

.social_share_title {
    color: var(--secondary-web);
    font-size: var(--font-normal);
    font-weight: var(--weight-bold);
}

/* ---- SOCIAL COMPARTILHAMENTO ---- */
.social_share_medias {
    flex-basis: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social_share_medias .compartilhamento {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none
}

.social_share_medias .compartilhamento li {
    display: flex;
    margin-right: 1em;
}

.social_share_medias .compartilhamento li a {
    display: flex;
    direction: ltr;
    text-indent: -5000px;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.social_share_medias .compartilhamento li a:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
}

.social-facebook a, .social-facebook a:hover {
    width: 18px;
    height: 18px;
    background: url("panel/assets/icon/social/facebook.svg") no-repeat left top;
    background-size: 18px 18px;
    margin-top: 1px;
}

.social-twitter a, .social-twitter a:hover {
    width: 20px;
    height: 16px;
    background: url("panel/assets/icon/social/twitter.svg") no-repeat left top;
    background-size: 20px 16px;
    margin-top: 2px;
}

.social-whatsapp a, .social-whatsapp a:hover {
    width: 21px;
    height: 21px;
    background: url("panel/assets/icon/social/whatsapp.svg") no-repeat left top;
    background-size: 21px 21px;
}

.social-telegram a, .social-telegram a:hover {
    width: 22px;
    height: 22px;
    background: url("panel/assets/icon/social/telegram.svg") no-repeat left top;
    background-size: 22px 22px;
}

.social-skype a, .social-skype a:hover {
    width: 22px;
    height: 22px;
    background: url("panel/assets/icon/social/skype.svg") no-repeat left top;
    background-size: 22px 22px;
}

/* form */

form input, form select, form textarea, form input[type='file'] {
    color: #555;
    display: block;
    width: 98%;
    font-size: var(--font-normal);
    padding: .5em;
    margin-bottom: 1em;
    outline: none;
    border: 1px solid var(--secondary-web);
    border-radius: var(--radius-normal);
    -webkit-border-radius: var(--radius-normal);
    -moz-border-radius: var(--radius-normal);
    background: #FFFFFF;
}

form input:focus, form select:focus, form textarea:focus {
    border: 1px solid var(--primary-web);
    outline: 0;
}

.mobi {
    display: none;
}

/* Landing */

a.svelte-lyhjhx.svelte-lyhjhx.svelte-lyhjhx {
    display: none !important;
}

.box.svelte-lyhjhx.svelte-lyhjhx.svelte-lyhjhx {
    z-index: 900 !important;
    background-color: #e4e4e4 !important;
    display: none !important;
    position: fixed !important;
    right: 2% !important;
    bottom: 100px !important;
    max-width: 95% !important;
    width: 476px !important;
    flex-direction: column !important;
    align-items: stretch !important;
}


/* ABOUT*/

.about-politics{
    width: 100%;
    background: #e3e3ea;
    padding-top: 6em;
    padding-bottom: 3em;
}

.about-politics-fr, .about-politics-fl{
    width: 100%;
    height: 600px;
    margin-bottom: 2em;

}

.about-politics-fr img{
    width: 60%;
    max-height: 600px;
    right: 0;
    position: absolute;
    z-index: 1!important;
}

.about-politics-fl img{
    width: 60%;
    max-height: 600px;
    left: 0;
    position: absolute;
    z-index: 1!important;
}

.range-fr{
    width: 100%;
    min-height: 400px;
    background: #FFFFFF;
    opacity: .9;
    top: 100px;
    padding: 2em;
    position: relative;
    z-index: 2!important;
}


.range-fl{
    width: 100%;
    min-height: 400px;
    background: #FFFFFF;
    opacity: .9;
    top: 100px;
    padding: 2em;
    position: relative;
    z-index: 2!important;
}

.range-fr .text,.range-fl .text{
    width: 100%;
}

.about-business, .about-business-{
    width: 100%;
    min-height: 600px;
    background: #FFFFFF;
}


.about-business img{
    width: 50% !important;
    max-height: 600px;
    right: 0;
    position: absolute;
    z-index: 1!important;
}

.about-business- img{
    width: 50% !important;
    max-height: 600px;
    left: 0;
    position: absolute;
    z-index: 1!important;
}

.about-business .text, .about-business- .text{
    padding: 1em;
}



@media only screen and (max-width: 1024px) {
    /* Cookie Warning */
    .cookiewarning-position {
        max-width: 1306px;
        padding: 15px 5% !important
    }

    .client_area_slide {
        padding: 1em;
        max-width: 620px;
    }
}


/* ---- LAYOUT MEDIAS ---- */
@media only screen and (max-width: 86em) {

    .main-bg {
        display: block;
        width: 100%;
        min-height: 480px;
        padding: 4em;
        opacity: 0.9;
    }

    .slide, .slide_blade {
        min-height: 480px;
    }
}

/* 1280px 80em */
@media only screen and (max-width: 80em) {
    .content,
    .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 98%;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}

/* 1152px 72em */
@media only screen and (max-width: 72em) {


}

/* 1024px 64em */
@media only screen and (max-width: 64em) {
    .content,
    .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 98%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .main_post {
        padding-right: 1.25rem;
    }

    .post {
        padding: 1em;
        order: 1;
    }

    .page_services_img, .page_services_img_1 {
        position: initial;
        width: 100%;
    }

    .page_services_img, .page_services_img_1 {
        background: white;
    }

    .page_services_text, .page_services_text_1 {
        position: initial;
        width: 100%;
        min-height: 150px;
        background: rgba(255, 255, 255, 0.9);
        transform: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding-bottom: 2em;

    }

    .page_services_text p, .page_services_text_1 p {
        color: var(--primary);
        padding: 1em;
        max-width: 100%;
        margin-bottom: 20px !important;
        font-weight: bold;
        text-align: initial;
    }

    .home_featured_header h1 {
        font-size: 1.8em;
    }

}

/* 992px 62em */
@media only screen and (max-width: 62em) {
    .no_mobile {
        display: none;
    }

    .main_nav {
        display: none;
    }

    .container {
        padding: 0 0.6rem;
    }

    .main_logo {
        flex-basis: 50%;
    }

    .main_social {
        flex-basis: 60%;
    }

    .nav_header {
        display: none;
    }

    /* MENU MOBILE */
    .nav-mobile {
        display: flex !important;
        float: right;
    }

    .nav-mobile img {
        width: 26px;
        height: 26px;
        margin: 8px;
        display: flex;
        justify-content: flex-end;
        justify-items: right;
        cursor: pointer;
    }

    #menu {
        color: var(--secondary-web);
    }

    /* NAV */
    .main_nav {
        flex-basis: 100%;
        width: 75%;
        display: flex;
        position: absolute;
        justify-content: center;
        top: 0;
        left: -120%;
        z-index: 98;
    }

    .main_nav ul {
        flex-basis: 100%;
        flex-wrap: wrap;
        display: block;
        background: #030E70;
        color: #FFFFFF;
        text-decoration: none;
    }

    .main_nav ul li a {
        flex-basis: 100%;
        color: #FFFFFF;
        justify-content: center;
        line-height: 3em;
        padding: 10px;
        position: relative;
        transition: background-color 0.2s, margin-top 0.2s;
    }

    .main_nav ul li a:hover {
        background: #FFFFFF;
        color: #030E70;
        margin-top: 0;
    }

    .main_nav ul li > ul {
        display: none !important;
    }


    .home_features_content {
        display: block;
    }

    .home_features_content article {
        flex-basis: 100% !important;
        margin: 2em;
    }
}

/* 854px 53em */
@media only screen and (max-width: 53em) {
    .flex .one, .flex .two, .flex .three, .flex .four, .main_footer_content .main_footer_content_item, .home-features-about-base .home-features-about-title, .home-features-about-base .home-features-about-content, .flex .two_box_sidebar, .flex .two_box, .faq_asks .faq_ask {
        flex-basis: 100%;
        padding-left: .2rem;
        padding-right: .2rem;
    }

    .flex .two_box{
        margin-top: 2em;
    }

    .home_featured, .home_featured:after {
        height: auto;
    }

    .home_featured_marca {
        height: auto!important;
    }

    /*.home_featured .flex{*/
    /*    flex-direction: column-reverse;*/
    /*}*/
    .no-mobi {
        display: none;
    }

    .mobi {
        display: flex;
    }

    .home_featured_content {
        align-items: flex-start;
        margin-top: 8em;
        height: auto;
    }

    .home-featured_ds {
        background: url(panel/assets/images/home-featured-ds.png) top center no-repeat;
        background-size: cover;
        height: 800px !important;
    }

    .home-optout-item {
        margin-bottom: 2em;
    }

    .home-optout-item header, .home-optout-item header h2 {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-optuot-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-optuot-content h1 {
        margin-bottom: 1em;
    }

    footer .main_logo {
        align-items: center;
        text-align: center;
    }

    .main_nav_footer {
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .main_nav_footer ul, .main_nav_social_footer ul {
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        list-style: none;
        margin-top: 2em;
    }


}

/* 832px 52em */
@media only screen and (max-width: 52em) {


}

/* 768px 48em */
@media only screen and (max-width: 48em) {
    .flex .one, .flex .two, .flex .three, .flex .four, .main_footer_content .main_footer_content_item {
        flex-basis: 100%;
        padding-left: .2rem;
        padding-right: .2rem;
    }

}

@media only screen and (max-width: 44em) {
    .social_bar{
        display: none;
    }
}
/* 672px 42em */
@media only screen and (max-width: 42em) {


}

/* 640px 40em */
@media only screen and (max-width: 40em) {


}

/* 512px 32em */
@media only screen and (max-width: 32em) {


}

/* 320px 20em */
@media only screen and (max-width: 20em) {

}