/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100;300;400;700&family=Roboto:wght@100;300;400;700&display=swap'); */

:root {
    --default-transition: all .3s ease;
    --blue: #3A94CF;
    --blue2: #0484C5;
    --blue3: #004A8D;
    --blue4: #1986D0;
    --blue5: #003e8a;
    --blue6: #BED9EB;
    --blue7: #ACD6F4;
    --blue8: #00AEF0;
    --blue9: #EAF4FA;
    --blue10: #0292D4;
    --blue11: #C0DFF0;
    --blue12: #007FC5;
    --red: #DE271F;
    --red2: #EB1900;
    --red3: #E02020;
    --gray: #525252;
    --gray2: #505050;
    --gray3: #7B7B7B;
    --gray4: #6D7278;
    --gray5: #BBBBBB;
    --gray6: #979797;
    --gray7: #F5F5F5;
    --gray8: #F9F9F9;
    --gray9: #DDDDDD;
    --footer-height: 193px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-display: swap;
    font-family: 'Roboto Condensed', sans-serif;
    /* min-height: 100vh; */
    position: relative;
}

.unscrollable {
    overflow: hidden !important;
}

.content-wrapper {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden !important;
}

main {
    padding-bottom: var(--footer-height);
    /* padding-bottom: 48px; */
}

main h1,
main h2 {
    font-weight: 300;
    color: var(--red2);
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content;
}

main h1 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.467px;
    margin-bottom: 42px;
}

main h1:after {
    content: '';
    /* width: 100%; */
    width: 120%;
    height: 7px;
    background-color: var(--blue2);
    display: block;
    margin-top: 5px;
}

main h2 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.367px;
    margin-bottom: 20px;
}

.prop-text-1 h4,
.prop-text-1 ul li,
.section-txt p {
    font-size: 15px;
    font-display: swap;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.233px;
    line-height: 23px;
    color: var(--gray2);
}

.section-txt.p-mrg h2 {
    margin: 0 0 20px;
}

.section-txt.p-mrg p {
    margin: 0 0 20px;
}

.default-btn {
    background-color: transparent;
    border: 2px solid var(--blue8);
    border-radius: 21px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-display: swap;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: 0.217px;
    color: var(--blue5);
    transition: var(--default-transition);
    text-decoration: none;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
}

.default-btn:hover {
    color: #fff;
    background-color: var(--blue8);
}

.ler-mais {
    text-decoration: none;
    color: var(--red2);
    display: block;
    line-height: 130%;
    letter-spacing: .267px;
}

.ler-mais:hover {
    text-decoration: underline;
}

.red-link {
    text-decoration: none;
    color: var(--red3);
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.233px;
    font-display: swap;
    font-family: 'Roboto', sans-serif;
}

.red-link:hover {
    text-decoration: underline;
}

.hero {
    width: 100%;
    height: 37vw;
    margin: 0 auto 13px;
    max-width: 1920px;
    overflow: hidden;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fbc-page .fbc-wrap ol.fbc-items {
    background-color: transparent;
}

.breadcrumb {
    border-bottom: 1px solid var(--blue3);
    padding-bottom: 12px;
    margin-bottom: 50px;
}

.fbc-page .fbc-wrap ol.fbc-items li {
    padding: 0;
}

.fbc-page .fbc-wrap ol.fbc-items li:first-child {
    padding-left: 0;
    padding-right: 0;
}

.fbc-page .fbc-wrap ol.fbc-items li:first-child a {
    margin-left: -2px;
}

.fbc-page .fbc-wrap ol.fbc-items li:first-child a i {
    margin: 0;
}

.breadcrumb a,
.fbc-page .fbc-wrap ol.fbc-items li a {
    text-decoration: none;
    font-display: swap;
    font-family: 'Roboto', sans-serif;
}

.breadcrumb a:not(:last-child),
.fbc-page .fbc-wrap ol.fbc-items li:not(:last-child) a {
    color: var(--blue3);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .233px;
    margin-right: 10.5px;
}

.breadcrumb a:last-child,
.fbc-page .fbc-wrap ol.fbc-items li:last-child a,
.fbc-page .fbc-wrap ol.fbc-items li.active span,
.fbc-page .fbc-wrap ol.fbc-items li .fbc-end-text {
    font-size: 15px;
    color: var(--blue);
    line-height: 18px;
    letter-spacing: .35px;
    pointer-events: none;
    cursor: default;
    text-transform: inherit;
}

.breadcrumb a:not(:last-child):hover {
    text-decoration: underline;
}

.questoes-faq,
.missao-esq {
    flex: 0.670;
    margin: 0 71px 0 0;
}

.bg-blue {
    background-color: #0292D4;
}

.bg-blue p {
    letter-spacing: 0.233px;
}

.bg-blue a {
    text-decoration: underline;
    cursor: pointer;
}

.bg-blue p,
.bg-blue a {
    font-display: swap;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
}

.bg-blue a:hover {
    text-decoration: none;
}

.bg-blue .default-btn {
    padding: 10px 26px 12px 20px;
    border: 2px solid #004A8D;
    color: #ffffff;
    line-height: 16px;
}

.bg-blue .default-btn:hover {
    background-color: var(--blue3);
}


/*li bullet*/

.prop-text-1 li {
    list-style: none;
}

.prop-text-1 ul li::before {
    content: '';
    position: absolute;
    left: 0px;
    background-color: #505050;
    border: 1px solid #979797;
    border-radius: 100%;
    margin: 8px 0;
}

.grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.flex {
    display: -webkit-flex;
    display: flex;
}

.flex-1 {
    flex: 1;
}

.align-center {
    align-items: center;
}

.align-base {
    align-items: baseline;
}

.sp-bt {
    justify-content: space-between;
}

.jc-center {
    justify-content: center;
}

.jc-end {
    justify-content: flex-end;
}

.jc-start {
    justify-content: flex-start;
}

.flex-column {
    flex-direction: column;
}

.align-end {
    align-items: flex-end;
}

.align-self-end {
    align-self: flex-end;
}

.center-hv {
    align-items: center;
    justify-content: center;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.div-mrg {
    margin: 0 0 20px;
}

.wpcf7 input[type=checkbox] {
    height: 35px;
    width: 35px;
    margin-right: 5px;
}

.wpcf7 .area.delado {
    margin-bottom: 20px;
}

.wpcf7 .adversos {
    display: flex;
    align-items: center;
    padding: 6px;
}

.wpcf7-form-control-wrap {
    margin-right: 10px;
}

span.wpcf7-list-item {
    display: flex;
    align-items: center;
    margin: 0 0 0 1em;
}

header {
    margin-bottom: 1px;
}

header .custom-logo-link img {
    height: 78px;
    width: auto;
}

header>.container {
    padding: 11px 0;
}

header .sites-grupo {
    font-display: swap;
    font-family: 'Roboto Condensed', sans-serif;
    color: var(--red);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    margin-left: 51px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.188px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}

header .sites-grupo:hover {
    text-decoration: underline;
}

header .menu-sites {
    transform-origin: top;
    transform: scaleY(0);
    transition: var(--default-transition);
    position: absolute;
    top: 104px;
    z-index: 3;
    width: 100%;
    background-color: var(--blue);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}

header .menu-sites ul {
    list-style-type: none;
    width: 300px;
    border-right: solid #66bce5 2px;
    color: #fff;
    position: relative;
    font-size: 15px;
}

header .menu-sites ul li {
    display: flex;
    justify-content: space-between;
    padding: 21px 30px 21px 20px;
    text-transform: uppercase;
    transition: var(--default-transition);
}

header .menu-sites ul li.active-region {
    background-color: var(--blue3);
}

header .menu-sites ul li .dropdown {
    display: none;
    position: absolute;
    left: 315px;
    top: 20px;
}

header .menu-sites ul li.active-region .dropdown {
    display: grid;
    grid-template-columns: repeat(3, 257px);
    grid-auto-rows: 40px;
    grid-gap: 20px;
}

header .menu-sites ul li .dropdown a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #BED9EB;
    border-radius: 20px;
    position: relative;
    color: #fff;
    text-decoration: none;
    transition: var(--default-transition);
    font-size: 14px;
}

header .menu-sites ul li .dropdown a:hover {
    background-color: #BED9EB;
}

header .menu-sites ul li .dropdown a .flag {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 4px;
}

header .menu-sites ul li .dropdown a .flag img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

header .menu-sites.active-sites {
    transform: scaleY(1);
}

header>.container form input {
    border: 1px solid var(--blue4);
    color: var(--blue4);
    padding: 9px 11px;
    border-radius: 4px;
    width: 210px;
    height: 35px;
    background-color: transparent;
}

header>.container form input::-webkit-input-placeholder {
    color: var(--blue4);
    font-size: 14px;
    letter-spacing: 0.188px;
    line-height: 17px;
}

header>.container form input:-ms-input-placeholder {
    color: var(--blue4);
    font-size: 14px;
    letter-spacing: 0.188px;
    line-height: 17px;
}

header>.container form input::placeholder {
    color: var(--blue4);
    font-size: 14px;
    letter-spacing: 0.188px;
    line-height: 17px;
}

header .menu-btn,
.close-region {
    display: none;
}

header nav {
    background-color: var(--blue);
}

header nav .container>ul {
    list-style-type: none;
    position: relative;
}

header nav .container>ul:after {
    content: '';
    background-color: var(--blue2);
    height: 6px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}

header nav .container>ul>li>a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px;
    transition: var(--default-transition);
    display: flex;
    position: relative;
    z-index: 2;
    line-height: 130%;
    letter-spacing: 0.267px;
    opacity: .8;
}

header nav .container>ul>li>a.active-page,
header nav .container>ul>li:not(:first-child)>a:hover {
    background-color: var(--blue3);
}

header nav .container>ul>li:first-child a {
    padding: 20px 37px 20px 0;
}

header nav .container>ul li .dropdown {
    /* display: none; */
    display: flex;
    flex-wrap: wrap;
    transform: scaleY(0);
    transition: var(--default-transition);
    transform-origin: top;
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    box-shadow: 5px 8px 15px rgba(109, 114, 120, 0.1);
    padding: 22px 22px 29px 0;
    list-style-type: none;
    z-index: 2;
    background-color: white;
}

header nav .container>ul li .dropdown>div {
    width: 33%;
}

header nav .container>ul li .dropdown li {
    border-right: 2px solid transparent;
}

header nav .container>ul li .dropdown h2,
header nav .container>ul li .dropdown li {
    padding-left: 28px;
}

header nav .container>ul li .dropdown h2 {
    margin-bottom: 22px;
    color: var(--gray);
    font-size: 16px;
}

header nav .container>ul li .dropdown li a {
    color: var(--gray);
    font-weight: 300;
    text-decoration: none;
    height: 30px;
    display: flex;
    align-items: center;
}

header nav .container>ul li .dropdown li:hover a {
    color: white;
}

.webdoor-slide img.desk {
    width: 100%;
}

.webdoor-slide img.mobile {
    display: none;
}

form .form-group {
    border: 0;
    display: flex;
    margin-bottom: 10px;
}

form .form-group label {
    display: block;
}

form .form-group>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

form .form-group.col-2>div {
    width: 50%;
}

form .form-group.col-2>div:not(:first-of-type) {
    margin-left: 14px;
}

form .last-col-less>div:last-child {
    width: 14%;
}

form input,
form textarea,
form .nice-select,
form .form-group label,
.wpcf7-form-control-wrap select {
    padding-left: 15px;
}

form select {
    display: block !important;
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    z-index: -1;
}

.wpcf7-form-control-wrap select {
    position: static;
}

form .form-group label {
    font-display: swap;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: .043px;
    color: var(--gray2);
}

form input,
form textarea,
form .nice-select,
.wpcf7-form-control-wrap select {
    width: 100%;
    border: 1px solid var(--gray6);
    border-radius: 3px;
    background-color: var(--gray7);
}

form input,
form .nice-select,
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap select {
    height: 45px;
}

form .nice-select .list li:first-child,
.wpcf7-form-control-wrap select option:first-child {
    display: none;
}

form .nice-select .list {
    width: 100%;
}

form .nice-select .option:hover,
form .nice-select .option.focus,
form .nice-select .option.selected.focus {
    background-color: var(--gray7);
    ;
}

form textarea {
    height: 188px;
    resize: vertical;
}

form .form-group .inputfile {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 10px;
}

form .form-group .inputfile+label {
    color: var(--blue3);
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: .043px;
    text-decoration: underline;
    font-display: swap;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding: 0;
    overflow: hidden;
}

form .form-group .inputfile+label span {
    margin-left: 10px;
    word-break: break-all;
}

form .form-group .inputfile+label * {
    pointer-events: none;
}

.tooltipster-sidetip .tooltipster-box {
    background: var(--blue2);
    border: 2px solid var(--blue2);
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: var(--blue2);
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: var(--blue2);
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
}

details>summary {
    text-transform: uppercase;
    color: #DE271F;
    font-size: 14px;
    font-display: swap;
    font-family: 'Roboto', sans-serif;
    list-style: none;
    border: 1px solid #F5F5F5;
    background-color: #FBFBFB;
    padding: 21px 40px 22px 37px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

details>summary::-webkit-details-marker {
    display: none;
}

details div.bg-details {
    background-color: #E5E5E5;
}

summary h2 {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.047px;
    font-weight: 600;
}

details p {
    margin: 0 0 30px;
}

details[open] summary::after {
    content: "-";
    font-size: 50px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.083px;
}

summary::after {
    content: "+";
    color: #3A94CF;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.083px;
    line-height: 30px;
}

#faq .instrucoes details a:hover {
    text-decoration: none;
}

footer {
    font-display: swap;
    font-family: 'Roboto', sans-serif;
    /* bottom: calc(- var(--footer-height)); */
    height: var(--footer-height);
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer .social-media {
    margin-bottom: 15px;
}

footer .social-media a {
    text-decoration: none;
}

footer .social-media a svg {
    height: 30px;
    fill: #1e376d;
    margin: 10px;
    transition: var(--default-transition);
}

footer .social-media a:hover svg {
    fill: #337ab7;
}

footer ul {
    list-style-type: none;
}

footer ul li,
footer ul li a {
    color: var(--gray2);
    font-size: 10px;
    letter-spacing: 0.167px;
    text-decoration: none;
}

footer ul li a:hover {
    text-decoration: underline;
}

footer ul li:first-child {
    padding-left: 0;
}

footer ul li:last-child {
    padding-left: 14px;
}

footer ul li:not(:last-child) {
    border-right: 1px solid var(--gray2);
    padding: 0 14px;
}

@media screen and (min-width: 1025px) {
    header nav .container>ul li:hover .dropdown {
        /* display: flex; */
        transform: scaleY(1);
        opacity: 1;
    }
 
    header nav .container>ul li .dropdown li:hover {
        background: linear-gradient(270deg, #E8F3FA, #027FC7);
        border-right: 2px solid var(--blue5);
    }
}

@media screen and (max-width: 1366px) {
    .container {
        max-width: 970px;
    }

    .breadcrumb {
        padding-bottom: 10px;
        margin-bottom: 40px;
    }

    form input,
    form .nice-select {
        height: 40px;
    }

    form textarea {
        height: 168px;
    }

    header .menu-sites {
        top: 98px;
    }

    header .menu-sites ul li {
        padding: 17px 25px 17px 15px;
    }

    header .menu-sites ul li.active-region .dropdown {
        grid-template-columns: repeat(2, 254px);
        grid-auto-rows: 37px;
    }

    header .menu-sites ul li .dropdown a .flag {
        width: 28px;
        height: 28px;
    }

    header nav .container>ul>li>a {
        font-size: 15px;
    }

    header .custom-logo-link img {
        height: 72px;
    }

    main h1 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 37px;
    }

    main h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .close-region {
        display: block;
        background-color: transparent;
        border: none;
        margin: 20px 11px;
    }

    main h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 35px;
    }

    main h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .container,
    header>.container {
        max-width: none;
        padding: 0 30px;
    }

    header {
        padding: 20px 0;
    }

    header>.container,
    header>.container>div {
        flex-direction: column;
    }

    header>.container {
        position: static;
    }

    header .sites-grupo {
        margin: 10px 0;
    }

    header .menu-sites {
        transform-origin: left;
        position: absolute;
        top: 0 !important;
        left: 0;
        height: 100vh;
        z-index: 3;
        width: 100%;
        overflow: auto;
        transform: translateX(-100%);
        box-shadow: none;
    }

    header .menu-sites.active-sites {
        transform: translateX(0);
    }

    header .menu-sites ul {
        width: 100%;
    }

    header .menu-sites ul li {
        flex-direction: column;
    }

    header .menu-sites ul li span {
        display: none;
    }

    header .menu-sites ul li .dropdown {
        position: static;
    }

    header .menu-sites ul li.active-region .dropdown {
        grid-template-columns: repeat(1, 254px);
        grid-auto-rows: 30px;
        grid-gap: 8px;
        margin: 10px 0 0 25px;
    }

    header>.container form,
    header>.container form input {
        width: 100%;
    }

    header>.container form {
        max-width: 300px;
    }

    header .menu-btn {
        display: flex;
        align-items: center;
        background-color: transparent;
        border: none;
        outline: none;
        position: absolute;
        left: 30px;
        top: 30px;
    }

    header .menu-btn .bars,
    .close-region .bars {
        height: 22px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    header .menu-btn .bars .bar,
    .close-region .bars .bar {
        width: 30px;
        height: 3px;
        background-color: var(--blue);
        transition: all .5s ease;
    }

    header .menu-btn.mobile-btn .bars .bar,
    header .menu-btn.opened-menu .bars .bar,
    .close-region .bars .bar {
        background-color: #fff;
    }

    header .menu-btn.opened-menu .bars .bar:nth-child(1),
    .close-region .bars .bar:nth-child(1) {
        transform: rotate(45deg)translateX(5px)translateY(5px);
    }

    header .menu-btn.opened-menu .bars .bar:nth-child(2),
    .close-region .bars .bar:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }

    header .menu-btn.opened-menu .bars .bar:nth-child(3),
    .close-region .bars .bar:nth-child(3) {
        transform: rotate(-45deg)translateY(-8px)translateX(8px);
    }

    header .menu-btn span {
        color: var(--blue);
        font-display: swap;
    font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
        margin-left: 15px;
    }

    header .menu-btn.opened-menu span {
        color: #fff;
    }

    header nav {
        transform: translateX(-100%);
        transition: var(--default-transition);
        transform-origin: left;
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 3;
        width: 100%;
        padding: 20px 0;
        overflow: auto;
    }

    header nav.opened-menu {
        transform: translateX(0);
    }

    header nav .container>ul li .dropdown {
        display: flex;
        background-color: transparent;
        flex-direction: column;
        padding: 0;
        box-shadow: none;
    }

    header nav .container>ul li .dropdown.opened-dropdown {
        transform: scaleY(1);
        opacity: 1;
        position: static;
    }

    header nav .container>ul>li>a.active-page,
    header nav .container>ul>li:not(:first-child)>a:hover {
        background-color: transparent;
    }

    header nav .container>ul li .dropdown h2,
    header nav .container>ul li .dropdown li a {
        color: #fff;
    }

    header nav .container>ul li .dropdown h2 {
        margin: 5px 0;
        padding-left: 21px;
    }

    header nav .container>ul li .dropdown li {
        padding-left: 35px;
    }

    header nav .container>ul li .dropdown>div {
        width: 100%;
    }

    header nav .container>ul {
        flex-direction: column;
        margin-top: 50px;
    }

    header nav .container>ul:after {
        display: none;
    }

    header nav .container>ul>li>a {
        width: -moz-fit-content;
        width: fit-content;
    }

    header nav .container>ul>li:first-child a,
    header nav .container>ul>li>a {
        padding: 7px 7px 0 7px;
    }

    header nav .container>ul>li:not(:first-child)>a {
        margin-top: 10px;
    }

    footer ul {
        flex-direction: column;
        align-items: center;
    }

    footer ul li:last-child,
    footer ul li:not(:last-child) {
        padding: 0;
    }

    footer ul li:not(:last-child) {
        border-right: none;
        margin-bottom: 10px;
    }

    .prop-text-1 ul li::before {
        left: 30px;
    }

    .swiper-slide img {
        width: 100%;
    }

    .wp-block-image img {
        height: auto;
    }
}

@media screen and (max-width: 768px) {


    .breadcrumb {
        padding-bottom: 8px;
        margin-bottom: 35px;
    }

    .breadcrumb a:not(:last-child) {
        font-size: 13px;
        line-height: 16px;
    }

    .breadcrumb a:last-child {
        font-size: 14px;
        line-height: 17px;
    }

    .section-txt p {
        font-size: 13px;
        line-height: 16px;
    }

    .breadcrumb a:last-child {
        font-size: 14px;
        line-height: 17px;
    }

    main h1:after {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    form textarea {
        height: 128px;
    }

    form .form-group.col-2 {
        flex-direction: column;
    }

    form .form-group.col-2>div {
        width: 100%;
    }

    form .form-group.col-2>div:not(:first-of-type) {
        margin: 10px 0 0 0;
    }

    header .custom-logo-link img {
        height: 65px;
    }

    header .sites-grupo {
        margin: 7px 0;
    }

    header .menu-sites ul li.active-region .dropdown {
        margin: 10px auto;
    }

    .breadcrumb a:not(:last-child) {
        font-size: 12px;
        margin-right: 5px;
    }

    .breadcrumb a:last-child {
        font-size: 13px;
        line-height: 16px;
    }
}

@media screen and (max-width: 400px) {
    header .custom-logo-link img {
        height: 60px;
    }

    header .sites-grupo {
        margin: 5px 0;
    }

    .container,
    header>.container {
        padding: 0 25px;
    }

    .prop-text-1 ul li::before {
        left: 27px;
    }

}

.popupClose {
    position: absolute;
    top: 40px;
    left: 467px;
    transform: translate(-50%, -50%);
    z-index: 99;
    background-color: #00619B;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    min-width: 77px;
}

.popupClose a,
.popupClose a:active,
.popupClose a:hover {
    color: #fff;
}

.popupLink {
    background-color: #00619B;
    width: 521px;
    height: 489px;
    transform: translate(-50%, -50%);
}

.popupContainer {
    background-color: #00619B;
    width: 521px;
    height: 489px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {

    .popupClose {
        position: absolute;
        top: 40px;
        left: 461px;
        transform: translate(-50%, -50%);
        z-index: 99;
        background-color: #00619B;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        min-width: 77px;
    }

}

@media screen and (max-width: 500px) {

    .popupClose {
        position: absolute;
        top: 40px;
        left: 429px;
        transform: translate(-50%, -50%);
        z-index: 99;
        background-color: #00619B;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        min-width: 77px;
    }

}

@media screen and (max-width: 400px) {

    .popupClose {
        position: absolute;
        top: 40px;
        left: 412px;
        transform: translate(-50%, -50%);
        z-index: 99;
        background-color: #00619B;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        min-width: 77px;
    }

}

@media screen and (max-width: 360px) {

    .popupClose {
        position: absolute;
        top: 40px;
        left: 405px;
        transform: translate(-50%, -50%);
        z-index: 99;
        background-color: #00619B;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        min-width: 77px;
    }

}

@media screen and (max-width: 320px) {

    .popupClose {
        position: absolute;
        top: 40px;
        left: 388px;
        transform: translate(-50%, -50%);
        z-index: 99;
        background-color: #00619B;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        min-width: 77px;
    }

}

.breadcrumb{
    padding-left: 3px!important;
}
.fbc-page .fbc-wrap .fbc-items li .fbc-separator{
    color: #1D70B6!important;
    opacity: 80%;
    margin-right: 5px!important;
    margin-left: -5px!important;
}

.fbc-page .fbc-wrap .fbc-items li{
    text-transform: uppercase;
}

.sending .wpcf7-submit {
    pointer-events: none;
}
