.mapa {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    border: 3px solid #aca7a7;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #3fbf18;
}

.mapa iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.CoopT {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.IT {
    width: 330px;
    height: 170px;
    background: #7ded6e;
    margin: 10px;
    border: 3px solid #aca7a7;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #3fbf18;
}

.IT h2 {
    text-align: center;
}

.ITD {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 10px;

}
