.mapa {
    width: 100%;
}

.mapa svg {
    max-width: 100%;
    display: block;
    height: auto;
}

.mapa svg .uf {
    cursor: pointer;
}

.mapa svg .uf.active {
    fill: #00fa80;
}

.mapa svg .uf-name.active {
    fill: #007875;
}


#target-states {
    color: #292727;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    /*font-size: 0.91rem;*/
    line-height: 25px;
    font-weight: 400;
}

.target-states-total {
    font-weight: bold;
    color: #00fa87;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 1.2rem;
    line-height: 1.1;
    border-top: 4px solid #00fa87;
    margin-bottom: 1rem;
    padding-top: 1rem;
}

.target-states-box-logo {
    /*width: 145px;
    height: 105px;*/
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-end;
}

.target-states-logo {
    max-width: 5vw !important;
  	max-height: 5vh;
    /* height: 110px;
    object-fit: scale-down;
    object-position: bottom; */
    display: block;
  	margin-left: auto;
  	margin-right: auto;
}

.state-name{
	margin: auto;
	margin-bottom: 0px;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--e-global-color-1eee616);
}

.endereco-school{
	font-size: 0.9rem;
	font-weight: 500;
	margin-top: -1rem;
}

.school-name{
	font-weight: 600;
	margin-bottom: 0px;
}
@media screen and (max-width: 1366px) {
  .target-states-logo {
    max-width: 80px !important;
  }
  
  
  .target-states-total {
    font-size: 18px;
    
	}
  
}


@media screen and (max-width: 768px) {
    #filter-school-for-states {
        padding: 1rem;
        background: #ffffff;
        border-radius: 10px;
        position: relative;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    }

    .target-states-title {
        display: none;
    }

    .target-states-total {
        color: #007875;
        font-size: 18px;
        border: 0 none;
        padding-top: 0.5rem;
    }

    #target-states {
        font-size: 14px;
    }

    .target-states-box-logo {
        width: 80px;
        height: 80px;
        padding: 12px;
        border-radius: 5px;
        border: 1px solid #007875;
        opacity: 0.3;
        margin-bottom: 0;
        transition: 0.5s all ease-out;
        cursor: pointer;
        align-items: center;
    }

    .target-states-box-logo.active {
        opacity: 1;
    }

    .target-states-box-logo,
    .target-states-logo {
        max-width: 100% !important;
    }

    .target-states-box-logo {
         display: none !important; 
    }



    .mobile-target-unit {
        display: none;
    }

    .mobile-target-list-units .mobile-target-unit:first-child {
        display: block;
    }


    .owl-carousel {
        transform: translateX(4px);
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #007875 !important;
    }

    .owl-theme .owl-dots .owl-dot span {
        background-color: #00fa87;
    }


    .owl-theme .owl-nav {
        margin-top: 0;
        position: absolute;
        width: 100%;
        top: 50%;
        z-index: 1;
    }


    .owl-stage-outer {
        z-index: 2 !important;
    }

    body .owl-carousel .owl-nav button.owl-next,
    body .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 0;
        margin: 0;
        font-size: 2rem;
        margin-top: -12px;
        color: #007875;
        transform: translateY(-50%);
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -14px;
    }


    .owl-carousel .owl-nav button.owl-next {
        right: -6px;
    }

}