.header .shape {
    transform: rotate(180deg) translate(0, 20%);
    width: 450px;
}
.team .shape,
.map .shape {
    width: 150px;
    left: 15%;
    top: 5%;
    transform: rotate(35deg);
}
@keyframes zoom2 {
    0% {
        width: 80px;
    }
    50% {
        width: 100px;
    }
    100% {
        width: 80px;
    }
}
.animation-custom1 {
    animation: zoom2 10s infinite;
}
.animation-custom2 {
    animation: turn 10s linear infinite;
}
.team .team-box,
.team .team-box img {
    border-radius: 25px;
}
.team .team-box .social li:last-child {
    margin-left: 0 !important;
}
.team .team-box .social a {
    color: var(--color-3);
    border: 1px solid var(--color-2);
    background-color: white;
}
.team .team-box .social a:hover {
    background-color: var(--color-2);
    color: white;
    animation: shake 0.2s linear infinite;
    transition: 0.5s;
}
.information .social a:hover i {
    color: var(--color-1);
    animation: shake 0.5s linear infinite;
    transition: 0.5s;
}

.comun {
    position: absolute;
    border-radius: 20px;
    position: absolute;
    width: 240px;
    left: 100px;
    width: 250px;
    height: 250px;
    top: 56px;
}

.us-top {
    margin-top: 7rem !important;
}
@media (max-width: 576px) {
    .header .shape {
        width: 200px;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .header .shape {
        width: 340px;
    }
    .header .cta {
        width: 170px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .header .shape {
        width: 340px;
    }
    .header .cta {
        width: 170px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
}
@media (min-width: 1200px) and (max-width: 1400px) {
}
@media (min-width: 1400px) {
}
@media (max-width: 992px) {
    .team .shape,
    .map .shape {
        width: 50px;
        left: 15%;
        bottom: unset;
        top: 0;
        right: unset;
    }

    .comun {
        position: absolute;
        border-radius: 20px;
        position: absolute;
        width: 240px;
        left: 31px;
        width: 140px;
        height: 140px;
        top: 85px;
    }
}
