/* ALL STYLES */
* {
    margin: 0;
    padding: 0;
    font-size: 11.8px;
    box-sizing: border-box;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    font-family: sans-serif, 'Open Sans';
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: #fcfcfc;
}

a {
    text-decoration: none;
    color: #133769;
}

h1,
h2,
h3,
h4,
p {
    margin: 0px;
}

ul,
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

label {
    cursor: pointer;
    color: #133769;
}

input {
    outline: none;
}

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.btn {
    display: inline-block;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    font-weight: 600;
    padding: 4px 16px;
    font-size: 12px;
    position: relative;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none;
    vertical-align: middle;
    white-space: break-word;
    transition: .3s ease-in-out;
}

.green-btn {
    background: #fff;
    border: 1px solid #1b6931;
    color: #1b6931;
    display: flex;
    align-items: center;
}

.green-btn:hover {
    background: #2ea44f;
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
}

.select-btn {
    background: #ffa500;
    border: 1px solid #ffa500;
    color: #fff;
    display: none !important;
}

.select-btn:hover {
    background: #ffa500;
    color: #fff;
    font-weight: 600;
}

.border-btn {
    background-color: #FAFBFC;
    color: #133769 !important;
    border: 1px solid #133769;
    display: flex;
    align-items: center;
}

.border-btn:hover {
    background: #133769;
    color: #fff !important;
    font-weight: 600;
}

.fill-btn {
    background: #133769;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 8px 9px;
}

.fill-btn:hover {
    background-color: #FAFBFC;
    color: #133769;
    border: 1px solid #133769;
    font-weight: 600;
}

.green-btn i,
.border-btn i,
.fill-btn i {
    margin-left: 4px;
}

.small-text {
    margin-top: 10px;
    color: rgb(44, 44, 44);
}

.small-text p a {
    color: #469FEE;
}

.small-text p a {
    color: #469FEE;
}

.small-text p,
.small-text a {
    font-size: 9px !important;
}

.line {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: rgb(221, 221, 221);
}

/* cookie message */
.proceed-div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    bottom: 40px;
    z-index: 9900;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .5s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.proceed-div .proceed {
    border: 1px solid #d3d3d3;
    padding: 20px 30px;
    background: #fff;
    color: #000;
    display: flex;
    border-radius: 12px;
    max-width: 750px;
    gap: 30px;
    align-items: center;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px 10px, rgba(0, 0, 0, 0.3) 0px 10px 60px -30px;
    justify-content: center;
}

.proceed .proceed-text,
.proceed .proceed-text b {
    font-size: 15px;
}

.proceed-div .proceed button {
    color: #fff;
    background-color: #133769;
    border: none;
    line-height: normal;
    padding: 8px 17px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    gap: 5px;
    display: flex;
    border-radius: 8px;
    align-items: center;
}

.proceed-div .cookie-icon i {
    background: #1337691c;
    padding: 7px 9px;
    border-radius: 5px;
    border: 1px solid #1337693b;
    color: #133769;
    font-size: 30px;
}

.proceed-div .proceed a {
    color: #0d6efd;
    font-size: 15px;
    font-weight: bold;
}

.proceed-div .proceed button i {
    font-size: 15px;
}

@media (min-width: 1260px) {
    .container {
        max-width: 1700px;
    }
}

@media (max-width: 1080px) {

    .section.ativo,
    .item-center.ativo,
    .footer.ativo,
    .filters,
    .text-imv .map,
    main.allpage.ativo {
        display: none;
    }

    .container {
        max-width: 1000px;
    }
}

@media (max-width: 550px) {
    .proceed-div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        position: fixed;
        bottom: 0;
    }

    .proceed-div .proceed {
        flex-direction: column;
        width: 100%;
        gap: 20px;
        padding: 20px 10px;
    }

    .proceed .proceed-text {
        text-align: center;
    }
}

.link-seo{
    font-size: 14px;
    font-weight: bold;
}

.negrito-seo {
    font-size: 14px;
    font-weight: bold;
}

ul.lista-seo {
    font-size: 14px !important;
    padding-left: 20px;
}

    ul.lista-seo li::before {
        content: "\2022";
        color: black;
        padding-right: 5px;
        font-size: 14px !important;
    }

.texto-seo {
    font-size: 14px;
}

.pc-view {
    display: block;
}

.mobile-view {
    display: none;
}

@media (max-width: 800px) {
    .pc-view {
        display: none !important;
    }

    .mobile-view {
        display: block;
    }
}