@media (max-width:1500px) {

    section.instragram .box {
        transform: none;
    }

    .container {
        max-width: 90%;
        width: 90%;
    }
}

@media (max-width:1280px) {

    header .principal {
        padding: 15px 0;
    }

    header .menu ul li a {
        padding: 15px 20px;
    }

    section.slider .content h2 {
        font-size: 36px;
        line-height: 1;
        margin-bottom: 20px;
    }

    section.slider .content h3 {
        line-height: 1;
        font-size: 24px;
        margin-bottom: 20px;
    }

    section.slider .content,
    section.slider .content p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .cta__primary:not(li) {
        padding: 10px 40px;
    }

    header .social {
        display: none;
    }

    header .cta {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        padding: 15px 0 !important;
        padding-top: 30px !important;
    }

    header .cta .icone {
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
    }

    header .menu {
        justify-content: flex-end;
        display: flex;
    }

    header .cta .span1,
    header .cta .span3 {
        font-size: 14px;
    }

    header .cta .span2 {
        font-size: 11px;
    }
}

@media (max-width:998px) {

    section.slider .content p {
        display: none;
    }

    section.slider .content h2 {
        font-size: 26px;
        line-height: 1;
        margin-bottom: 10px;
    }

    section.slider .content h3 {
        line-height: 1;
        font-size: 18px;
        margin-bottom: 20px;
    }

    header .menu-header-container {
        display: none;
    }

    header .chama__responsivo {
        display: flex !important;
    }

    section.nav__especialiadades a h3 {
        font-size: 14px;
    }

    section.nav__especialiadades .icone {
        width: 40px;
        height: 40px;
    }

    section.nav__especialiadades a img {
        width: 20px;
        height: 20px;
    }

    section.title__page h1 {
        font-size: 28px;
    }

    header .logo img {
        max-width: 150px;
    }

    header .menu a,
    footer .menu a {
        font-size: 16px;
        text-align: center;
    }

    section.nav__especialiadades .boxed {
        gap: 20px 0;
    }

    section.nav__especialiadades a {
        border: 0;
    }

    section.sobre .image {
        padding: 30px 0;
    }

    section.sobre .image img {
        width: 70%;
        margin: auto;
        display: block;
    }

    section.sobre .image::after {
        display: none;
    }

    section.sobre .text {
        padding: 0;
        margin-bottom: 90px;
        text-align: center;
    }

    section.sobre a {
        margin: auto;
    }

    section.sobre .container {
        display: flex;
        flex-direction: column;
    }

    section.sobre .container::after {
        order: 1;
        width: 100%;
        height: 300px;
        position: static;
    }

    section.sobre .row {
        order: 2;
    }

    section.sobre .col-md-6 {
        margin: 0;
        width: 100%;
        max-width: 100%;
        flex: auto;
    }

    section.sobre .content {
        padding: 45px;
        width: 100%;
    }

    section.sobre .content::after {
        left: 0;
        right: inherit;
    }


    section.especialidades .boxes,
    section.aplicacoes .boxes,
    section.orcamento .linha {
        grid-template-columns: repeat(1, 1fr);
    }

    section.orcamento .coluna p {
        flex-wrap: wrap;
    }

    section.orcamento .linha {
        width: 100%;
    }

    section.frase h2 {
        padding: 0;
        font-size: 24px;
        line-height: 1.2;
    }

    footer .principal .container {
        flex-wrap: wrap;
        gap: 40px 0;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    footer .principal .right {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    section.sobre h2,
    section.slider h2,
    section.especialidades h2,
    section.corpo__clinico h2,
    section.instragram h2 {
        font-size: 36px;
    }

    .boxes__especialistas {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .box__especialista {
        gap: 15px;
        flex-wrap: wrap;
    }

    .box__especialista h3 {
        font-size: 13px;
    }

    .box__especialista p.cargo {
        font-size: 11px;
    }

    .box__especialista .action {
        flex-wrap: wrap;
    }

    .box__especialista .imagem {
        min-width: 80px;
        width: 80px;
        height: 80px;
    }

    .box__especialista a.cta__primary {
        min-width: 100%;
        justify-content: center;
    }

    .box__descricao {
        padding: 20px;
    }

    .box__descricao h4 {
        font-size: 18px;

    }

    .box__descricao p.funcao {
        font-size: 11px;
    }

    section.clientes ul {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px 10px;
    }

    section.cta .left,
    section.cta .container {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    section.cta .box {
        max-width: 100%;
    }

    section.cta .box p {
        font-size: 16px;
    }

    .title__home h2 {
        font-size: 36px;
    }

    .title__home h3 {
        font-size: 18px;
    }

    section.form,
    section.diferenciais {
        padding: 40px 0;
    }

    section.diferenciais .blocos {
        grid-template-columns: repeat(1, 1fr);
    }

    section.diferenciais .blocos::after {
        display: none;
    }

    section.diferenciais .title__home {
        margin-bottom: 30px;
    }

    section.servicos {
        padding: 40px 0;
        margin: 0;
    }

    section.servicos .left {
        padding: 0;
        margin-bottom: 40px;
    }

    section.servicos h4 {
        font-size: 18px;
    }

    section.paises {
        padding: 40px 0;
    }

    .title__home.center h2 {
        text-align: center;
    }

    section.paises .box__pais h4 {
        font-size: 14px;
    }

    section.timeline h3 {
        font-size: 28px;
    }

    section.recursos .box .flutua {
        right: -22px;
        bottom: -100px;

    }

    section.historico .container {
        display: block;
    }

    section.historico h2 {
        writing-mode: inherit;
        transform: none;
        font-size: 32px;
        border: 0;
        padding: 0;
        margin: 0;
        margin-bottom: 30px;
    }

    section.historico ul {
        list-style-position: inside;
    }
}

@media (max-width:768px) {

    header .logo img {
        max-width: 110px;
    }

    header.fixo .principal {
        padding: 10px 0;
    }

    header.fixo .logo img {
        max-width: 100px;
    }

    section.slider .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    section.slider .content {
        min-height: 160px;
    }

    section.slider .content h2 {
        font-size: 36px;
        letter-spacing: -1px;
    }


    section.beneficios h2,
    section.numeros h2,
    section.recursos h2,
    section.economia h2,
    section.cta h2,
    section.videotelemetria h2,
    section.sinais h2 {
        font-size: 36px !important;
    }

    section.slider .content h3 {
        font-size: 16px;
        min-height: 30px;
    }


    section.slider .content {
        width: fit-content;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        display: flex;
        text-align: center;
        margin-bottom: 0;
    }

    section.nav__especialiadades .boxed {
        flex-wrap: wrap;
    }

    .menu__responsivo ul.sub-menu li a {
        display: flex;
        flex-direction: column;
    }

    .menu__responsivo ul.sub-menu li a span {
        margin-top: 3px;
        color: #6b6b6b;
    }

    .menu__responsivo ul.sub-menu li:hover span {
        color: #fff;
    }

    header .container {
        gap: 20px 0;
    }

    header .social {
        display: none;
    }

    section.slider .desktop {
        display: none;
    }

    section.slider .mobile {
        display: block !important;
    }

    section.corpo__clinico .boxes {
        grid-template-columns: repeat(2, 1fr);
    }

    header .menu ul,
    footer .menu ul {
        flex-wrap: wrap;
    }

    section.slider p {
        font-size: 16px;
    }

    section.sobre blockquote {
        font-size: 16px;
    }

    section.nav__especialiadades a {
        width: 100%;
        text-align: center;
        justify-content: center;
    }


    header .menu ul li a,
    footer .menu ul li a {
        border: 0;
    }

    section.galeria h2,
    section.premissas h2 {
        font-size: 24px;
        gap: 20px;
        text-align: center;
        margin-bottom: 0;
    }

    section.galeria .center {
        transform: none;
    }

    section.galeria .owl-stage-outer {
        padding: 40px 0
    }

    section.galeria .owl-nav .owl-next {
        margin-right: -40px;
    }

    section.galeria .owl-nav .owl-prev {
        margin-left: -40px;
    }

    section.premissas h2 {
        margin-bottom: 30px;
    }

    section.premissas .row {
        gap: 40px 0;
    }

    section.especialidades .right {
        padding: 40px 20px
    }

    .list__blog .box {
        grid-template-columns: repeat(1, 1fr);
    }

    section.fale-conosco .boxes__corpo {
        margin-top: 60px;
        grid-template-columns: repeat(1, 1fr);
    }

    section.orcamento button,
    section.orcamento input[type="submit"] {
        font-size: 12px;
        padding: 18px;
    }

    section.orcamento h2 {
        font-size: 34px;
    }

    section.aplicacoes .boxes .right {
        padding: 30px;
    }

    section.aplicacoes .boxes ul {
        grid-template-columns: repeat(1, 1fr);
    }

    section.clientes ul {
        grid-template-columns: repeat(2, 1fr);
    }


    section.marcas h2 {
        margin-top: 50px;
        font-size: 36px;
    }


    section.necessidades img {
        margin-top: 40px;
    }

    section.nav__especialiadades a:hover .icone:after,
    section.nav__especialiadades a.active .icone:after {
        display: none;
    }

    section.intro__solucoes {
        padding: 60px 0;
    }

    section.intro__solucoes .content {
        padding-right: 0;
        margin-bottom: 60px;
    }

    section.insumos h2 {
        font-size: 32px;
        text-align: center;
    }

    section.insumos .items {
        grid-template-columns: repeat(2, 1fr);
    }

    section.marcas {
        padding-top: 0;
    }

    section.marcas .image {
        margin-top: 50px;
    }

    section.fale-conosco .cta__primary {
        margin-bottom: 40px;
    }

    section.paises .numeros__blocos {
        flex-wrap: wrap;
    }

    section.bancos .title__home {
        margin-bottom: 30px;
    }

    section.bancos {
        padding: 40px 0;
    }

    section.bancos .bancos__list {
        grid-template-columns: repeat(2, 1fr);
    }

    section.bancos .cta__primary {
        margin-top: 30px;
    }

    section.agente {
        padding: 40px 0;
    }

    section.agente .col-md-6:nth-child(1) {
        padding: 0;
    }

    section.agente .col-md-6:nth-child(1) img {
        margin-bottom: 30px;
    }

    section.quemsomos {
        padding: 40px 0;
    }

    section.quemsomos .content {
        padding: 30px;
    }

    section.quemsomos .title__home {
        margin-bottom: 20px;
    }

    section.quemsomos .content:after {
        border-radius: 30px;
    }

    .cta__primary:not(li) {
        padding: 15px 30px;
        font-size: 14px;
    }

    section.quemsomos .image img {
        margin-top: 40px;
    }

    footer .menu {
        display: none;
    }

    footer .contato .item .content {
        font-size: 12px;
    }

    footer .copy {
        margin-bottom: 70px;
    }

    footer .copy .container .center {
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }

    section.paises .numeros {
        margin-top: 30px;
    }

    section.paises .numeros h2 {
        font-size: 19px;
    }

    section.cta .box svg {
        max-width: 30px;
        max-height: 30px;
        min-width: 30px;
        min-height: 30px;
    }

    section.cta .box p {
        line-height: 1.2;
    }

    section.timeline .line::after {
        width: 1px;
        height: 100%;
        left: 13px;
    }

    section.timeline p {
        padding-left: 30px;
        margin-bottom: 40px;
        font-size: 16px;
    }

    section.timeline ul li {
        font-size: 16px;
        line-height: 24px;
    }

    section.timeline .line {
        gap: 40px 0;
    }

    section.remessas {
        padding: 40px 0;
    }

    section.remessas .col-md-6:nth-child(1) {
        margin-bottom: 40px;
    }

    section.remessas .blocos {
        flex-wrap: wrap;
    }

    section.remessas .bloco {
        min-width: 100%;
    }


    section.formulario .box__form {
        padding: 30px 20px;
    }

    section.formulario .box__form h2 {
        font-size: 18px;
    }

    section.remessas .numeros__blocos {
        flex-wrap: wrap;
        gap: 60px;
    }

    section.noticias {
        padding-bottom: 40px;
    }

    section.noticias .title,
    section.frentes .title {
        padding-bottom: 50px;
    }

    section.noticias .noticias__list,
    section.videos .videos__list {
        grid-template-columns: repeat(1, 1fr);
    }

    section.noticias .box:nth-child(2) .content::after {
        display: none;
    }

    section.frentes .frentes__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    section.frentes .frentes__list svg {
        width: 40px;
        height: 40px;
    }

    section.frentes .frentes__list .box {
        text-align: center;
        gap: 15px;
        padding: 10px;
    }

    footer .desktop {
        display: none;
    }

    footer .mobile {
        display: block !important;
    }
}

@media (max-width:556px) {

    header .principal .agendamento,
    header .menu-menu-header-container {
        display: none !important;
    }

    header .menu .agendamento {
        display: flex !important;
        min-width: 100%;
        margin-bottom: 15px;
    }

    header .agendamento .cta__primary {
        min-width: 100%;
    }

    section.slider .item img {
        object-fit: cover;
        width: 100%;
        object-position: right;
        /* height: 17vh; */
    }

    section.corpo__clinico .boxes,
    section.especialidades .boxes {
        grid-template-columns: repeat(1, 1fr);
    }

    section.sobre .content {
        padding: 30px;
    }

    section.sobre p {
        font-size: 14px;
    }

    section.topbar .container {
        flex-direction: column;
        gap: 6px;
        align-items: flex-start;
    }

    section.numeros .blocos {
        flex-direction: column;
        gap: 60px;
        align-items: flex-start;
    }

    section.numeros .bloco h4 {
        font-size: 36px !important;
    }

    section.recursos .box {
        flex-direction: column !important;
    }

    section.recursos .box .left {
        width: 100% !important;
        max-width: 100% !important;
    }

    section.recursos .box .right {
        width: 100% !important;
        min-height: 100% !important;
    }

    section.videotelemetria .flutua {
        bottom: -220px;
        right: 0px;
    }

    section.videotelemetria {
        padding-bottom: 210px;
    }

    section.videotelemetria .box {
        left: 0 !important;
    }

    section.nav__especialiadades a h3 {
        font-size: 14px;
    }

    section.nav__especialiadades a h4 {
        font-size: 12px;
    }

    section.sobre .container::after {
        height: 180px;
    }


    section.sobre h2,
    section.slider h2,
    section.especialidades h2,
    section.corpo__clinico h2,
    section.instragram h2 {
        font-size: 24px;
    }


    section.beneficios .owl-nav {
        top: -110px !important;
    }


    footer .copy .container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 0;
        text-align: center;
    }


    section.noticias .title h2,
    section.frentes .title h2,
    section.videos .title h2 {
        font-size: 32px;
    }

    .mobile {
        display: block;
    }

    .slider img:not(.mobile) {
        display: none;
    }

}