@import url("../assets/fonts/Nexa/font.css");
@import url("../assets/fonts/Manrope-Regular/font.css");
@import url("../assets/fonts/Manrope-Bold/font.css");

@keyframes to-top {
    to {
        bottom: 200%;
    }
}

@keyframes to-bottom {
    to {
        top: 200%;
    }
}

@keyframes to-left {
    to {
        right: 200%;
    }
}

@keyframes to-right {
    to {
        left: 200%;
    }
}


:root {
    --white: #fff;
    --black: #000;

    --black-piano: #181818fb;
    --gray: #D9D9D9;
    --brown: #82614A;
    --brown-light: #DAC09B;
    --peach: #FFDBAF;
    --gold-dark: #8C6C19;
    --yellow: #F7C623;
}

html {
    scroll-behavior: smooth;
}

.mobile {
    display: none !important;
}

.desktop {
    display: block;
}

body {
    position: relative;
    margin: 0;
    overflow-x: hidden !important;
}

.calipo-adv {
    width: 100% !important;
}

#image-home {
    position: absolute;
    min-width: 100% !important;
}

* {
    margin: 0;
    padding: 0;
}


/* NAV desktop */



.nav-adv {
    position: fixed;
    display: flex;
    max-height: 10vh;
    margin-bottom: 25%;
    width: 100%;
    gap: 5%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    background-color: var(--black-piano);
    z-index: 10;
}

.lg-adv {
    width: 30%;
    position: relative;
    z-index: 1;
}

.logo-calipo {
    width: 70%;
}

a {
    transition: transform 0.3s ease-in-out;
}

a:hover {
    transform: scale(1.1);
    text-decoration: none !important;
    color: inherit !important;
}

.nav-links a:hover {
    transform: scale(1.2);
    text-decoration: none;
}

.nav-links {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10%;
    color: var(--white);
}

.nav-links a {
    font-family: 'Nexa-Bold';
    font-size: 1.1em;
    text-decoration: none;
    color: var(--white);
}

.nav-btn {
    width: 50%;
    display: flex;
    gap: 5%;
    align-items: center;
}

.nav-btn a {
    font-family: 'Inter-Regular';
    font-size: 1em;
    text-decoration: none;
    color: var(--white);
}

.cadastre-se {
    position: relative;
    background-color: var(--brown);
    border: 1px var(--brown-light) solid;
    font-family: 'Nexa-Bold';
    color: var(--white);
    border-radius: 0.6rem;
    letter-spacing: 0.06em;
    cursor: pointer;
}

.cadastre-se:hover {
    transform: scale(1.05);
    text-decoration: none !important;
    color: none !important;
    background-color: var(--brown-light);
    border: 2px var(--brown) solid;
    color: var(--black-piano);
}

.btn-padding {
    padding: 1rem 2rem;
}


/* 1 Scroll */
.container-bg {
    position: relative;
}

#carousel-home {}

#bg-home {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.bg-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    z-index: 0;
}

.content-home {
    position: relative;
    padding-top: 2%;
}

/* Carrossel */

#myCarousel {
    position: relative;
    z-index: 3;
}

#carouselExampleCaptions {
    margin-top: 8%;
}

.carousel-img img {
    min-width: 80%;
    max-width: 80%;
    border-radius: 2rem 0 0 2rem !important;
    border-left: 2px var(--gray) solid;
    border-top: 2px var(--gray) solid;
    border-bottom: 2px var(--gray) solid;
    min-height: 60vh !important;
    max-height: 60vh;
    overflow: hidden;
    opacity: 0.975;
}

.carousel-img img::before,
.carousel-img img::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: var(--gray);
    animation: to-top 5s linear infinite;
}

.carousel-img img::before {
    left: 0;
    bottom: -100%;
}

.carousel-img img::after {
    right: 0;
    top: -100%;
    animation-name: to-bottom;
}


.carousel-caption {
    bottom: 34%;
    background: rgba(0, 0, 0, 0.24);
}

.carousel-caption {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    z-index: 10;
    max-height: 60vh;
    padding: 5% !important;
    color: #fff;
    text-align: justify;
    border-radius: 2rem !important;

}


.carousel-caption::before {
    top: 0;
    left: -100%;
}

.carousel-caption::after {
    bottom: 0;
    right: -100%;
    animation-name: to-left;
}

.carousel-img {
    width: auto;
    border-radius: 2rem !important;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.itens {
    display: flex !important;
    width: 100% !important;
}

.carousel-inner {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}

.carousel-item,
.carousel-item:active {
    width: 100% !important;
    margin: 0 5% !important;
    min-height: 55vh !important;
}

.carousel {
    min-height: 80% !important;
}


.carousel-caption,
.carousel-img {
    width: 90% !important;
    min-height: 77vh !important;
    position: relative;
    overflow: hidden;
}

.carousel-control-next,
.carousel-control-prev {
    width: 10%;
    top: 50%;
}

.cards-primeiro{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10%;
}


.display-4 {
    width: 100%;
    font-family: 'Manrope-Bold';
    font-size: 4.5em;
    line-height: 0.8em;
}

.display-6 {
    width: 100%;
    font-family: 'Manrope-Bold';
    font-size: 3.5em;
    margin-top: 7%;
}

.display-5 {
    width: 100%;
    font-family: 'Manrope-Bold';
    font-size: 3em;
    margin-top: 8%;
}

.display-4 span {
    font-family: 'Nexa-Light';
    font-size: 0.5em !important;    
    text-align: center;
    margin-left: 18%;  
}

.fale-agora {
    font-size: 1.6em;
    font-family: 'Nexa-Bold';
    margin-top: 15%;
}

.direitos span {
    font-family: 'Nexa-Bold';
}

.brasil {
    width: 36%;
    font-size: 1.2em;
    font-family: 'Nexa-Light';
    text-align: center;
    background-color: #0000003d;
    padding: 1%;
    border-radius: 0.8em;
    margin-top: -2%;
}

.brasil a {
    color: white;
}

.consultar-processos {
    display: flex;
    align-items: center;
    gap: 6%;
}

.inss {
    margin-top: 12%;
}

.inss h5 {
    font-size: 1.4em !important;
    font-family: 'Manrope-Bold';
    margin-top: 15% !important;
}

.inss span {
    background-color: #ffdbaf6b;
    padding:  0.5%;
    border-radius: 0.4rem;  
}

#i-whats-white {
    width: 5%;
}

.carousel-caption p {
    margin-top: 2% !important;
    font-size: 1.35em;
    font-family: 'Nexa-Regular';
    margin-bottom: 0 !important;
}

.carousel-caption h6 {
    margin-top: 10% !important;
    font-size: 1.5em;
    font-family: 'Nexa-Regular';
    margin-bottom: 0 !important;
    width: 60%;
    background-color: #ffdbaf6b;
    padding: 1%;
    border-radius: 0.8rem;
}

#btn-contato-c {
    display: flex;
    align-items: center;
    gap: 2%;
    justify-content: center;
    border: 1px solid #fff;
    padding: 2% !important;
    width: 45%;
    background-color: #0eb77f94;
    color: #fff;
    font-family: 'Nexa-Bold';
    border-radius: 0.8rem;
    cursor: pointer;
}

#btn-contato-c:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

#btn-inss-c img {
    width: 40% !important;
}

#btn-inss-c,
#btn-inss-c-2 {
    transition: transform 0.3s ease-in-out;
    padding: 5%;
    min-height: 8vh;
    background-color: #DAC09B;
    font-family: 'Nexa-Bold';
    font-size: 1.2em;
}

#btn-inss-c:hover,
#btn-inss-c-2 {
    /* border: 2px solid blue;
    transform: scale(1.2); */
}


/* 2 Scroll */
#areas-atuacao {
    margin-top: 8%;
}

.content-areas {
    position: relative;
    padding: 8% 1% 0%;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    background-color: var(--white);
    border-radius: 3rem;
}

.title-areas {
    text-align: center;
    margin: 0% auto 3%;
    font-family: 'Nexa-Bold';
    font-size: 3em;
}

.cards-areas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1%;
    margin-bottom: 1%;
}

.card-categoria {
    position: relative;
    width: 25%;
    background-color: var(--white);
    border: 2px solid var(--gold-dark);
    border-radius: 1rem;
    flex-direction: column;
    min-height: 66vh;
    max-height: 66vh;
}

.card-topics {
    padding: 5%;
}

.card-topics p {
    font-size: 1.1em;
    margin-bottom: 0.5rem;
    font-family: 'Manrope-Regular';
}

.card-categoria h4 {
    padding: 0 0 5% 0;
    text-align: center;
}

.card-categoria img {
    width: 100%;
    border-radius: 1rem 1rem 0 0;
}

#icon-star {
    width: 5%;
}

.especialista {
    display: flex;
    align-items: center;
    width: 60%;
    padding: 1%;
    justify-content: center;
    gap: 3%;
    background-color: var(--brown-light);
    color: var(--white) !important;
    margin: 8% auto;
    font-family: 'Nexa-Bold';
    font-size: 1.2em;
    border-radius: 0.8rem;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    /* Horizontal offset, vertical offset, blur radius, color */

}

.especialista:hover {
    background-color: var(--brown);
    color: var(--white) !important;
}

@keyframes scaleAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes wppAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}


.especialista {
    animation: scaleAnimation 1.5s infinite ease-in-out;
}

.especialista img {
    width: 5%;
}

/* 3 Scroll */
.content-present {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 5%;
}

.art-present {
    width: 50%;
}

.text-present {
    width: 50%;
    padding: 5% 4%;
}

.title-present {
    font-family: 'Nexa-Bold';
    font-size: 1.8em;
    margin-bottom: 3%;
}

.subtitle-present {
    font-family: 'Manrope-Regular';
    font-size: 1.1em;
    line-height: 1.3em;
}

.subtitle-present span {
    padding: 3% 0% !important;
}

/* 4 Scroll */
#agendar {
    padding: 4% 0%;
    background-color: var(--brown-light);
    border-radius: 3rem;
    margin-top: 10%;
    position: relative;
    z-index: 2;
}

.content-agendar {
    width: 90%;
    margin: 0 auto;
}

.title-agendar {
    text-align: center;
    font-size: 3em;
    font-family: 'Nexa-Bold';
    margin-top: -5%;
    width: 80%;
    margin: 0 auto;
}

.cards-exp {
    padding: 2%;
    gap: 2%;
    width: 75%;
    margin: 2% auto;
    background-color: #fff;
    border-radius: 0 2rem 2rem 2rem;
}

.card-exp img {
    margin-top: -1%;
}

.card-exp {
    padding: 2%;
    display: flex;
    align-items: center;
    font-family: 'Nexa-Regular';
    font-size: 1.3em;
}

.card-exp b {
    margin-left: 2%;
    margin-right: 1%;
    margin-bottom: 0;
    font-family: 'Nexa-Bold';
}

.especialista-2 {
    display: flex;
    align-items: center;
    width: 40%;
    padding: 1%;
    justify-content: center;
    gap: 3%;
    background-color: var(--gold-dark);
    color: var(--white) !important;
    margin: 2% auto;
    font-family: 'Nexa-Bold';
    font-size: 1.2em;
    border-radius: 0.8rem;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    /* Horizontal offset, vertical offset, blur radius, color */
}

.especialista-2:hover {
    background-color: var(--brown);
    color: var(--white) !important;
}

.especialista-2 {
    animation: scaleAnimation 1.5s infinite ease-in-out;
}

.especialista-2 img {
    width: 5%;
}

/* 5 Scroll */
#contato {
    background-color: var(--black-piano);
    position: relative;
    margin-top: -5%;
}

.content-contato {
    width: 95%;
    display: flex;
    align-items: center;
    gap: 2%;
    padding: 5% 0%;
    margin: 0 auto;
}

.logo-footer {
    width: 20%;
    margin: 0 auto;
}

.logo-footer img {
    width: 100%;
}

.contatos {
    width: 80%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}


.column-footer {
    width: 26.66%;
}

.title-column p {
    display: flex;
    align-items: center;
    padding: 4% 2%;
    gap: 3%;
    font-family: 'Nexa-Bold';
    font-size: 1.4em;
    color: var(--white);
}

.topic-services {
    justify-content: center;
    color: var(--white);
    display: flex;
    flex-direction: column;
    padding: 0% 2%;
    font-family: 'Nexa-Light';
}

.topic {
    margin-bottom: 3%;
    font-size: 1.05em;
}

.topic-open,
.topic-address,
.topic-contact {
    font-family: 'Nexa-Light';
    color: var(--white);
    padding: 0% 2%;
    font-size: 1.05em;
}

.topic-contact {
    display: flex;
    align-items: center;
    gap: 3%;
    padding-bottom: 2%;
}

.topic-address-2 {
    font-family: 'Nexa-Light';
    color: var(--white);
    padding: 0% 2%;
    font-size: 1.05em;
    margin-left: 11%;
}

.topic-logo {
    display: flex;
    margin-left: -10%;
    padding: 2% 0;
}

.topic-logo img {
    width: 60%;
}

.topic-address img,
.topic-contact img {
    width: 8%;
}

.topic-more {
    font-family: 'Nexa-Bold';
}

.title-column p {
    margin-bottom: 0;
}

.title-column img {
    width: 10%;
}

.footer-down {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.copyright {
    padding: 2% 0;
    text-align: center;
    font-family: 'Nexa-Light';
    color: var(--white);
}


.icone-whatsapp {
    position: fixed;
    right: 1%;
    bottom: 4%;
    z-index: 1;
    cursor: pointer;
    animation: wppAnimation 1.5s infinite ease-in-out;
}

.icone-whatsapp img {
    width: 12%;
    float: right;
}


.topic-media-social{
    display: flex;
    align-items: center;
    gap: 3%;
    padding-bottom: 2%;
    position: relative;
    z-index: 15;
    margin: 2% 2%;
    font-family: 'Nexa-Light';
    color: white !important;
}

.topic-media-social:hover{
    position: relative;
    z-index: 15;
    color: white !important;
}


/* BLOG */

.title-blog-page {
    display: flex;
    align-items: center;
    margin-left: 5%;
    font-family: 'Nexa-Bold';
    font-size: 2em;
}


.content-blog {
    position: relative;
    padding-top: 10%;
}

.wrapper {
    width: 90%;
    margin: 2em auto 0;

}

.top-blog {
    display: flex;
    width: 100%;
    gap: 2%;
}

.main-img {
    margin-left: 5%;
    height: 300px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/images/teste-inss.jpg);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
}
.main-img-2 {
    margin-left: 5%;
    height: 300px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/img-lavradora.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
}
.main-img-3 {
    margin-left: 5%;
    height: 300px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/images/cjf.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
}
.main-img-4 {
    margin-left: 5%;
    height: 300px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/images/epi.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
}

.main-img-5 {
    margin-left: 5%;
    height: 300px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/images/insalubrew.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
}

.main-img-6 {
    margin-left: 5%;
    height: 300px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/images/pericia.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
}
.main-img-7 {
    margin-left: 5%;
    height: 300px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/images/pensao-morte-2.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
}
.main-img-8 {
    margin-left: 5%;
    height: 300px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/images/blog-image2.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
}
.main-img-9 {
    margin-left: 5%;
    height: 300px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/images/blog-image3.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
}
.main-img-10 {
    margin-left: 5%;
    height: 300px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/images/blog-image4.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
}

.top-blog .content {
    flex: 1;
    margin: 0 2%;
}

.top-blog h2 {
    font-family: 'Nexa-Bold';
    margin-top: 0.1em;
    font-size: 2.2em;
}

.top-blog p {
    font-family: 'Nexa-Regular';
    font-size: 1em;
    margin: 0em auto 2em;
}

.two-blog h2 {
    font-family: 'Nexa-Bold';
    margin-top: 0.3em;
}

.two-blog p {
    font-family: 'Nexa-Regular';
    margin: 1em auto 2em;
}

h2 {
    font-family: Aller;
}

p {
    font-family: open sans;
    color: #4f4f4f;
}

.author-date a {
    text-decoration: none;
    font-family: Arial;
    color: #26A65B;
    font-size: 1.2em;
    text-decoration:underline;
}

.date {
    font-family: Arial;
    font-style: italic;
    color: lightgrey;
    font-size: 0.9em;
}


.two-blog {
    display: flex;
    width: 90%;
    margin: 5% auto;
}


.first-img {
    height: 180px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/images/img-pensao.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
    width: 75%;
}
.first-img-2 {
    height: 180px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/images/img-casal-beneficios.jpg);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
    width: 75%;
}
.first-img-3 {
    height: 180px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/images/rural.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
    width: 75%;
}
.first-img-4 {
    height: 180px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/images/camara.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
    width: 75%;
}
.first-img-5 {
    height: 180px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/images/pensao-morte.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
    width: 75%;
}
.first-img-6 {
    height: 180px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/images/estelionato.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
    width: 75%;
}
.first-img-7 {
    height: 180px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/images/lide.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
    width: 75%;
}
.first-img-8 {
    height: 180px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/images/juiz.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
    width: 75%;
}
.first-img-9 {
    height: 180px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/images/blog-image5.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
    width: 75%;
}
.first-img-10 {
    height: 180px;
    /* background-image: url(http://www.rettew.com/wp-content/uploads/2014/08/FPO-460x300.gif); */
    background-image: url(../assets/images/blog-image6.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    flex: 1;
    border-radius: 2rem;
    width: 75%;
}

.two-blog h2 {
    font-size: 1.5em;
}

section {
    flex: 1;
}

/* MODAL */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    text-align: center;
    border-radius: 2rem;
    display: flex;
    justify-self: center
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-content .consultar-processos {
    flex-direction: column;
    margin: 2% auto;
    justify-self: center;
}

.modal-content #btn-inss-c {
    padding: 2%;
    margin-bottom: 2%;
    transform: none;
    width: 110%;
    font-size: 1.2em;
    margin-left: -4% !important;
}

.modal-content #btn-inss-c-2 {
    width: 133%;
    padding: 2%;
    transform: none;
    font-size: 1.2em;
    border: 1px solid white;
    margin-left: -15% !important;
    margin-top: 7%;
}



@media only screen and (max-width: 980px) {

    .wrapper {
        width: 100%;
        padding: 10% 0;
    }

    .main-img {
        width: 90%;
        height: 32vh;
        background-size: cover;
        margin-left: 5%;
    }

    .top-blog .content {
        width: 100%;
    }

    .top-blog p {
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 760px) {
    body {
        font-size: 50%;
    }

    .top-blog,
    .two-blog {
        display: block;
    }

    .top-blog p,
    .two-blog p {
        font-size: 2em;
    }

    .top-blog h2,
    .two-blog h2 {
        margin-top: 1em;
    }

    .author-date a {
        font-size: 2em;
    }

    .top-blog .date,
    .two-blog .date {
        font-size: 1.8em;
    }

    .top-blog .content {
        width: 90%;
        margin: 0 auto;
    }

    .two-blog .content {
        width: auto;
    }

    .first-img, .first-img-2 {
        width: 100%;
        height: 32vh;
        background-size: cover;
    }

    .two-blog h2 {
        font-size: 2.2em;
    }

    section {
        margin-top: 2em;
    }
}


@media screen and (device-width: 1920px) and (device-height: 1080px) {
    .carousel-inner{
        width: 112.5%;
    }
    
    .carousel-control-next {
        right: -12%;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 40px;
        height: 40px;
    }
    .content-areas{
        width: 112.5% !important;
    }

    #agendar, #contato{
        width: 112%;
    }

    #calipo{
        width: 112%;
    }
    .content-present {
        width: 90%;        
        display: flex;
        margin: 0 auto;
        align-items: center;
        gap: 5%;
        justify-content: center;
    }
    .text-present {
        width: 65%;
    }
    .title-present{
        font-size: 2.2em;
    }
    .subtitle-present{
        font-size: 1.4em;
    }
  }

  @media screen and (device-width: 1366px) and (device-height: 768px) {
    .carousel-inner{
        width: 155.5%;
    }
    .carousel-caption, .carousel-img {
        width: 90% !important;
        min-height: 100vh !important;
    }
    .carousel-control-next {
        right: -54%;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 60px;
        height: 60px;
    }
    .brasil {
        width: 45%;
        font-size: 1.4em;
    }
    .display-4 span{
        margin-left: 12%;
    }
    .direitos span{
        font-size: 1.5em;
    }
    .content-areas{
        width: 155.5% !important;
    }

    #agendar, #contato{
        width: 155%;
    }

    .card-categoria {
        position: relative;
        width: 25%;
        background-color: var(--white);
        border: 2px solid var(--gold-dark);
        border-radius: 1rem;
        flex-direction: column;
        min-height: 85vh;
    }

    #calipo{
        width: 155%;
    }
    .content-present {
        width: 90%;        
        display: flex;
        margin: 0 auto;
        align-items: center;
        gap: 5%;
        justify-content: center;
    }
    .text-present {
        width: 65%;
    }
    .title-present{
        font-size: 2.2em;
    }
    .subtitle-present{
        font-size: 1.4em;
    }
  }
/* mobile */
@media (max-width: 480px) {

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    body {
        overflow-y: auto;
        overflow-x: hidden !important;
    }

    .col {
        padding-right: 0px !important;
    }

    /* @keyframes fade {
        0% {
            opacity: 0;
        }

        20% {
            opacity: 1;
        }

        80% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    } */



    /* nav mobile */
    .nav {
        display: flex !important;
        justify-content: center !important;
    }

    .nav-mobile {
        position: fixed;
        background-color: var(--black-piano);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0% 5%;
        z-index: 5;
    }

    .nav-mobile img {
        width: 15%;
    }

    .logo-calipo-mob {
        width: 27% !important;
    }

    .icon-nav {
        width: 10%;
        position: relative;
    }

    .links-hidden {
        display: none;
    }

    .links-mobile {
        position: absolute;
        z-index: -1;
        width: 100%;
        margin-top: 3%;
        left: 0%;
        border-radius: 0 0 2rem 2rem;
        background-color: var(--black-piano);
        display: flex;
        flex-direction: column;
        align-items: start;
        padding: 5% 5%;
        justify-content: space-between;
        height: fit-content;
    }

    .nav-btn {
        gap: 15%;
        width: 75%;
        padding: 0%;
        margin: 0 auto;
        display: flex !important;
        left: 0 !important;
        justify-content: center;
        color: white;
    }

    .i-arrow-mob {
        left: 0% !important;
    }

    .nav-btn img {
        width: 10% !important;
    }

    .nav-icons {
        width: 90%;
        margin: 6% auto;
    }

    .line-nav {
        position: relative !important;
        width: 110% !important;
        left: -6% !important;
        margin: 2% auto;
    }

    .line-nav-l {
        position: relative !important;
        width: auto !important;
        left: -6% !important;
        margin-bottom: 10%;
    }

    .icon-arrow-right {
        width: 4% !important;
    }

    .soon {
        font-size: 0.7em;
        text-align: center !important;
        font-family: 'Inter-SemiBold';
        margin: 5% auto 0%;
    }

    .stores-2 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        gap: 15%
    }

    .icons-media-2 {
        display: flex;
        align-items: center;
        margin: 2% auto;
        gap: 15%;
        width: 40%;
    }

    .icons-media-2 img {
        width: 120% !important;
    }

    .dropdown {
        margin-bottom: 6%;
        margin-top: 6%;
    }

    .links-mobile a {
        font-family: 'Nexa-Bold';
        font-size: 2.4em;
        text-decoration: none;
        color: var(--white) !important;
        line-height: 2rem;
        margin-bottom: 6%;
        margin-top: 6%;
        width: 100%;
        align-items: center;
    }


    .links-mobile img {
        position: relative;
        left: -8%;
        width: 120%;
    }

    .social-links-mob {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto !important;
        gap: 10%;
    }

    .social-links-mob img {
        left: 0 !important;
        width: 10% !important;
        opacity: 0.5;
    }

    /* backgrounds animados */

    #image-home {
        max-width: 100%;
        height: 60vh;
    }

    /* 1 scroll */

    
    .carousel-caption,
    .carousel-img {
        width: 100% !important;
        min-height: 40vh !important;
        max-height: 40vh;
        position: relative;
        overflow: auto;
        margin-top: 10%;
        margin: 10% auto;
    }

    .carousel-item,
    .carousel-item:active {
        width: 100% !important;
        margin: 0 auto !important;
        max-height: 44vh;
        min-height: 44vh !important;
    }

    .carousel-caption h6 {
        font-size: 1.8em;
        width: 100%;
        text-align: justify;
        margin-top: 8% !important;
    }

    .brasil {
        margin-left: 0%;
        width: 70%;
        font-size: 1.6em;
        margin: 0 auto;
    }

    .consultar-processos {
        flex-direction: column;
        align-items: start;
        margin-top: 4%;
    }

    #btn-inss-c {
        padding: 2%;
        margin-bottom: 2%;
        transform: none;
        width: 105.5%;
        font-size: 1.2em;
        min-height: 5vh;
    }

    #btn-inss-c-2 {
        width: 128%;
        padding: 2%;
        transform: none;
        font-size: 1.2em;
        border: 1px solid white;
        min-height: 5vh;
    }

    .inss {
        margin-top: 0%;
        font-size: 1.4em;
    }

    .inss h5 {
        margin-top: 0;
    }

    .inss span {
        line-height: 1.6em;
    }

    .display-4 {
        margin-top: 12%;

    }

    .display-5 {
        width: 100%;
        font-family: 'Manrope-Bold';
        font-size: 2.8em;
        margin-top: 3%;
    }

    .display-6 {
        margin-top: 32%;
        font-size: 2.5em;
    }

    .fale-agora {
        font-size: 2.2em;
        font-family: 'Nexa-Regular';
        margin-top: 12%;
        text-align: start;
    }

    #btn-contato-c {
        padding: 4% !important;
        width: 60%;
        font-size: 1.4em;
        gap: 5%;
    }

    #i-whats-white {
        width: 15%;
    }

    /* 2 scroll */
    .title-areas {
        margin: 10% auto;
        font-family: 'Nexa-Bold';
        font-size: 3em;
    }

    .card-categoria {
        width: 90%;
        margin-bottom: 5%;
        min-height: 55vh;
    }

    .card-topics p {
        font-size: 2.2em;
        font-family: 'Manrope-Regular';
    }

    .especialista,
    .especialista-2 {
        padding: 4%;
        font-size: 2.2em;
        width: 85%;
    }

    .especialista-2 {
        margin-top: 6%;
    }

    .cards-areas,
    .content-present {
        flex-direction: column;
        width: 100%;
    }

    .art-present {
        width: 90%;
        margin: 0 auto;
    }

    .art-present img {
        max-width: 100%;
    }

    .text-present {
        width: 90%;
        margin: 0 auto;
        font-size: 1.8em;
    }

    /* 4 Scroll */
    #agendar {
        border-radius: 1rem;
    }

    .content-agendar {
        width: 95%;
    }

    .title-agendar {
        font-size: 2.6em;
        margin: 6% auto;
        width: 100%;
    }

    .cards-exp {
        width: 100%;
    }

    .card-exp {
        font-size: 1.8em;
        padding: 2% 0%;
        margin-bottom: 3%;
        width: 100% !important;
    }

    .card-exp b {}

    .card-exp img {
        width: 5%;
    }

    /* footer */

    .contatos {
        flex-direction: column !important;
    }

    .logo-footer {
        width: 40%;
    }

    .content-contato {
        flex-direction: column !important;
    }

    .column-footer {
        width: 90%;
        font-size: 2em;
    }

    .title-blog-page {
        display: flex;
        align-items: center;
        margin-left: 1%;
        font-family: 'Nexa-Bold';
        font-size: 3em;
    }

    .title-blog-page img {
        width: 20%;
    }


    .content-blog {
        position: relative;
        padding-top: 30%;
    }
}

@media only screen and (device-width: 360px) and (device-height: 640px) {
    #image-home {
        max-width: 100%;
        height: 74vh;
    }


    .carousel-item,
    .carousel-item:active {
        width: 100% !important;
        margin: 0 auto !important;
        max-height: 50vh;
        min-height: 65vh !important;
    }

    .carousel-caption,
    .carousel-img {
        width: 100% !important;
        min-height: 50vh !important;
        max-height: 60vh;
        position: relative;
        overflow: auto;
        margin-top: 10%;
        margin: 10% auto;
    }

    .display-4 {
        margin-top: 8%;
    }

    .display-5 {
        width: 100%;
        font-family: 'Manrope-Bold';
        font-size: 2.8em;
        margin-top: 10%;
    }

    .display-6 {
        margin-top: 20%;
        font-size: 3.4em;
    }

    .content-areas {
        position: relative;
        padding: 6% 1% 0%;
        margin: 0 auto;
        width: 100%;
        justify-content: center;
        background-color: var(--white);
        border-radius: 3rem;
        margin-top: -16%;
    }

    .title-areas {
        margin: 10% auto;
        font-family: 'Nexa-Bold';
        font-size: 3em;
    }

    #btn-contato-c {
        padding: 4% !important;
        width: 70%;
        font-size: 1.4em;
        gap: 5%;
        margin-top: 6%;
    }
}
