.climate-select {
    padding: 32px 40px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    width: 100%;
}
.select-climate-itens {
    grid-area: select-maps;
}
.description-selected {
    grid-area: description;
}
.description-selected-date {
    grid-area: description-date;
}
.range-container {
    margin: 10px 0 24px 0;
    width: 100%;
    grid-area: range-container;
}
.settings-map {
    margin-bottom: 270px;
    grid-area: settings-map;
}
.container-maps {
    display: grid;
    grid-template-columns: 2fr 4fr;
    grid-template-areas: "select-maps maps"
                         "description maps"
                         "description-date maps"
                         "range-container maps"
                         "settings-map maps";
    justify-items: center;
}
.select-climate-itens {
    font-size: 16px !important;
    width: 100%;
    height: 40px;
    padding: 8px 16px;
    background: #F6F6F6;
    border: none;
    border-radius: 12px;
    margin: 0 0 32px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../img/arrows/arrow-climate.svg");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 18px;
}
.container-maps p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    margin-bottom: 0;
}
.d-none {
    display: none;
}
.container-maps p > small {
    color: #666666;
    font-size: 14px;
}
.climate-map {
    grid-area: maps;
}
#subtitle-map-data {
    color: #666666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    margin-top: 8px;
}
#subtitle-map-data p {
    margin-bottom: 0 !important;
}
.climate-map-container {
    max-width: 712px;
    max-height: 665px;
    overflow: hidden;
    /*overflow-y: scroll;*/
}
.climate-map-container img {
    object-fit: fill;
    height: 100%;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 1.5s;
}
#subtitle-map {
    width: 100%;
    max-width: 712px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#subtitle-map img {
    width: 100%;
}
#img-container {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: auto;
    width: 100%;
}
.range-container .range {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #CFE1C0;
    border-radius: 4px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.range-container .range:hover {
    opacity: 1;
}
.range-container .range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 2px solid #3C7C00;
    border-radius: 100%;
    cursor: pointer;
}
.range-container .range::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 2px solid #3C7C00;
    border-radius: 100%;
    cursor: pointer;
}
.settings-map { padding-top: 16px; }
.settings-map, .settings-map-group-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.settings-map button, .settings-map a {
    background: #3C7C00;
    border-radius: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    gap: 10px;
}
.settings-map button:hover,
.settings-map a:hover {
    color: #204A00;
}
.settings-map-group-icons a {
    color: transparent;
    text-decoration: none;
}
.settings-map-group-icons button, .settings-map-group-icons a {
    background: transparent;
    color: #3C7C00;
    margin: 0 10px;
}
.settings-map-group-icons button:nth-child(3) {
    margin-right: 0;
    display: none;
}
.settings-map-group-icons button > span {
    font-size: 20px;
}
.settings-map-group-icons button > span:hover {
    color: #204A00;
}
.settings-map .triangle-right {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #ffffff;
}
.settings-map .double-bar {
    width: 13px;
    height: 13px;
    border-style: double;
    border-width: 0px 0px 0px 10px;
    border-color: #ffffff;
    margin-left: 2px;
}
.quote-and-climate-modal {
    top: 20% !important;
}
#modal-info, #modal-share {
    position: sticky;
    bottom: 0;
}
#modal-info .btn-close-modal {
    float: right;
}
#modal-info .btn-close-modal .btn-close {
    opacity: 0.3;
    transform: matrix(1, 0, 0, -1, 0, 0);
    padding: 20px;
}
#modal-share .modal-dialog, #modal-info .modal-dialog{
    margin: auto !important;
}
#modal-info .modal-dialog {
    display: inline;
}
#modal-info .modal-content {
    border-radius: 0;
}
#modal-info .modal-body {
    padding: 32px 26px;
}
#modal-info .modal-body p > spam, #modal-info .modal-body p > small{
    color: #666666;
    font-size: 12px;
    line-height: 175%;
}
#modal-info .modal-body p > small {
    font-weight: 400;
}
#modal-info .modal-body p > spam {
    font-weight: 700;
}
#modal-info .modal-body h4 {
    color: #222222;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}
#modal-info .modal-body p {
    color: #222222;
    font-weight: 400;
    font-size: 14px;
    line-height: 175%;
}
#modal-info .modal-body img {
    width: 100%;
    height: 40px;
}
#modal-info .btn-close-modal .btn-close {
    background: transparent url(../img/single/btn-close.png) center/1em auto no-repeat;
    border: 0;
    opacity: inherit;
    width: 18.67px !important;
    height: 18.67px !important;
}
@media (max-width: 912px) {
    .p-container-pt-2-top {
        padding-top: 64px;
    }
    .climate-select {
        border: 0;
        padding: 0;
    }
    .climate-map-container {
        overflow: hidden;
        overflow-y: hidden;
    }
    .d-none-btn {
        display: block;
    }
    .container-maps {
        display: flex;
        flex-direction: column-reverse;
        /* grid-template-columns: 1fr;
        grid-template-areas: "select-maps"
                             "range-container"
                             "settings-map"
                             "description"
                             "description-date"
                             "maps"; */
    }
    .range-container {
        margin-top: 0;
    }
    .settings-map-group-icons button:nth-child(3) {
        display: inherit;
    }
    .representation {
        display: none;
    }
    .settings-map {
        padding-top: 0;
        margin-bottom: 20px;
    }
    .climate-map-container img {
        object-fit: cover;
    }
    /* .description-selected {
        display: none;
    } */
    .select-climate-itens {
        margin: 0;
    }
    .display-mobile-invest {
        display: flex;
        flex-direction: column-reverse;
    }
    .select-climate-itens {
        position: relative;
        top: -780px;
        margin: 0;
    }
    #img-container {
        margin-top: 70px;
    }
}
@media (max-width: 540px) {
    .select-climate-itens {
        top: -490px;
        color: #222222;
    }
    .container-maps p, .container-maps p > small {
        font-size: 10px;
    }
    #img-container img {
        max-height: 380px;
    }
}
@media (max-width: 414px) {
    #img-container img {
        max-height: 380px;
    }
}
@media (max-width: 370px) {
    .select-climate-itens {
        top: -560px;
    }
}
@media (max-width: 360px) {
    .select-climate-itens {
        top: -530px;
    }
}
