
.header-default h2 {
    color: #004207;
    font-weight: 300;
    font-size: 32px;
    line-height: 150%;
    margin-bottom: 64px;
}
.box-Indicators:first-child {
    border-right: 24px solid #F6F6F6;
}
.box-Indicators {
    background: #FFFFFF;
    padding: 30px 30px;
}

.box-Indicators .nav-link{
    padding:  0.5rem 1rem;
}

.box-Indicators .nav-link:hover::before{
    content: none;
    background: none;
}

.box-Indicators .box-title {
    color: #666666;
    font-weight: bold;
    font-size: 12px;
    line-height: 175%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.tab-content p .arrows .slick-arrow{
    position: inherit;
}
.tab-content p .arrows .slick-arrow:focus {
    box-shadow: inset 0 0 0 2px #3c7c00;
}
.myTabTemperatureImage{
    content: url("../img/climate-indicator/temperature.png");
}
.myTabRainImage{
    content: url("../img/climate-indicator/rain.png");
}
.myTabHumidityImage{
    content: url("../img/climate-indicator/humidity.png");
}
.box-Indicators .nav-pills {
    margin-top: 40px;
}

.box-Indicators .nav-pills .nav-link {
    color: #222222;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 24px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.box-Indicators .nav-pills .nav-link span {
    font-size: 20px;
    margin-right: 10px;
}
.box-Indicators .nav-pills .nav-link > img {
    margin-right: 10px;
}
.box-Indicators .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #204A00;
    background: #CFE1C0;
}
.box-Indicators .nav-item .btn:focus {
    box-shadow: #3c7c004a 0px 0px 0px 0.25rem;
}
.carousel-default-maps .card {
    border-radius: 8px;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    position: relative;
    max-width: 600px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-height: 216px;
    margin-right: 10px;
    margin-top: 32px;
}
.carousel-default-maps .card > img {
    width: 100%;
    height: auto;
    overflow: hidden;
    object-fit: cover;
    object-position: 80% 50%;
}
.temperature-arrows p,
.rain-arrows p,
.humidity-arrows p
 {
    color: #666666;
    font-weight: normal;
    font-size: 12px;
    line-height: 175%;
    margin: 24px 0 0 0;
}
.temperature-arrows p .arrows,
.rain-arrows p .arrows,
.humidity-arrows p .arrows {
    float: right;
}
.temperature-arrows p .slick-prev,
.rain-arrows p .slick-prev,
.humidity-arrows p .slick-prev {
margin-right: 16px;
}
.temperature-arrows p .slick-next,
.temperature-arrows p .slick-prev,
.rain-arrows p .slick-next,
.rain-arrows p .slick-prev,
.humidity-arrows p .slick-next,
.humidity-arrows p .slick-prev {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #3C7C00;
    color: #3C7C00;
    cursor: pointer;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    transition: all 0.5s;
    border-radius: 16px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: -19px;
}

.temperature-arrows p .slick-next:before,
.rain-arrows p .slick-next:before,
.humidity-arrows p .slick-next:before {
    content: "\e5cc";
    font-family: 'Material Icons Outlined';
    position: inherit;
    font-size: 14px;
    color: #3C7C00;
}

.temperature-arrows p .slick-prev:before,
.rain-arrows p .slick-prev:before,
.humidity-arrows p .slick-prev:before {
    content: "\e5cb";
    font-family: 'Material Icons Outlined';
    position: inherit;
    font-size: 14px;
    color: #3C7C00;
}
.box-Indicators .modal-climate {
    width: 600px;
}
.box-Indicators .modal-climate .modal-expand embed{
    width: 100%;
    height: 600px;
}
.box-Indicators .card .share-btn-clime {
    width: 40px;
    height: 40px;
    background: #F6F6F6;
    border-radius: 12px;
    border-color: transparent;
    text-align: center;
    color: #3C7C00;
    position: absolute;
    top: 160px;
    right: 0;
    margin: 0 12px;
}
.box-Indicators .card .share-btn-clime:last-child {
    float: right;
}
.box-Indicators .card .share-btn-clime .material-icons {
    display: block;
    font-size: 20px;
    margin-left: 0;
}
.box-Indicators .modal-share-social .modal-dialog {
    margin: 1.75rem auto !important;
}
.box-Indicators .modal.fade.modal-share-social.show{
    z-index: 100000;
}
.box-Indicators .modal-share-social .modal-content .modal-body p{
    color: #3C7C00;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0;
}
.box-Indicators .modal-share-social .modal-content .modal-body button img{
   margin-right: 8px;
}
.box-Indicators .modal-share-social .modal-body input[type="text"] {
    width: 72%;
}
.box-Indicators .modal-share-social .modal-content .modal-body .modal-expand img {
    width: 100%;
    margin-bottom: 16px;
}
.box-Indicators .modal-share-social .modal-content .modal-body .modal-expand p {
    color: #666666;
    font-weight: normal;
    font-size: 14px;
    line-height: 175%;
}

.box-Indicators .modal-share-social .modal-content .modal-body .modal-expand .icon-share-down {
    margin-top: 32px;
}
.box-Indicators .icon-share-down a {
    color: #FFFFFF;
}
.box-Indicators .icon-share-down a:hover{
    text-decoration: none;
}
.box-Indicators .modal-share-social .modal-content .modal-body .modal-expand .icon-share-down button {
    color: #3C7C00;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    margin-right: 20px;
}
.box-Indicators .modal-share-social .modal-content .modal-body .modal-expand .icon-share-down button > .material-icons {
    margin-left: 0;
    margin-right: 10px;
}
.box-Indicators .modal-share-social .btn-close-modal {
    display: flex;
    margin-bottom: 20px;
    margin-top: 190px;
    justify-content: center;
}
.box-Indicators .modal-share-social .share-maps {
    margin-top: 100px;
}
.box-Indicators .modal-share-social .share-maps {
    margin-left: 57%;
}
.box-Indicators .modal-share-social .share-close {
    margin-left: 40%;
}
/*.modal-share-social .box-maps {
    overflow-y: initial !important;
}
.modal-share-social .box-maps .modal-body{
    height: 450px;
    overflow-y: auto;
}*/
@media (min-width: 1400px) {
   /*  .box-Indicators .card .share-btn-clime {
        top: -205px;
    } */
}
@media (max-width: 1024px) {
    .box-Indicators .card .share-btn-clime {
        top: 130px;
    }
    .box-Indicators .nav-pills .nav-link {
        margin-top: 10px;
    }
}
@media (max-width: 820px) {
    .carousel-default-maps .card {
        max-height: 180px;
    }
    .box-Indicators .modal-climate {
        width: 100%;
    }
    .box-Indicators .modal-share-social .share-close {
        margin-left: 61%;
    }
    .box-Indicators .modal-share-social .share-maps {
        margin-left: 65%;
    }
    .box-Indicators .modal-share-social .share-maps {
        margin-top: 190px;
    }
    /*.modal-share-social .box-maps {
        overflow-y: inherit;
    }
    .modal-share-social .box-maps .modal-body{
        height: auto;
        overflow-y: inherit;
    }*/
}
@media (max-width: 767px) {
    .box-Indicators:first-child {
        border-right: 0;
        margin-bottom: 24px;
    }
    .box-Indicators .modal-share-social .share-close {
        margin-left: 64%;
    }
    .box-Indicators .modal-share-social .share-maps {
        margin-left: 60%;
    }
}
@media (max-width: 540px) {
    .temperature-arrows p .arrows,
    .rain-arrows p .arrows,
    .humidity-arrows p .arrows {
      display: none;
    }
    .box-Indicators .nav-pills {
        flex-direction: column;
    }
    .sidebar-container {
        background-color: #FFFFFF;
        margin-bottom: 20px;
    }
    .box-Indicators .card .share-btn-clime {
        top: 160px;
    }
    .carousel-default-maps .card {
        max-height: 210px;
    }
    .box-Indicators .modal-share-social .btn-close-modal {
        margin-left: 0;
        justify-content: end;
    }
    .header-default h2 {
        font-size: 24px;
    }
    .box-Indicators .modal-climate .modal-expand embed{
        height: 442px;
    }
}
@media (max-width: 414px) {
    .box-Indicators .modal-climate .modal-expand embed{
        height: 335px;
    }
}
