#topbar-one-menu-sub {
    background-color: #ffffff;
}

#topbar-one-menu-sub .topbar-one__left a {
    color: #000000 !important;
}

#topbar-one-menu-sub .topbar-one__social a {
    color: #000000 !important;
}

.site-footer__social {
    gap: 12px;
}

.nombrePegazo {
    transition: all 0.3s ease-in-out;
}

#distribucion-menu-sub {
    display: grid;
    grid-template-columns: 430px 110px 1fr;
    grid-template-rows: 27px;
}

#distribucion-menu-sub a {
    height: 100%;
}

#distribucion-menu-sub a:nth-child(4) {
    margin: 0;
}

.hamburger-menu {
    top: 64px
}

.green {
    background: #66ff99;
}

.orange {
    background: #f17c57fa;
}

.blue {
    background: #3652d9;
}

.rose {
    background: #ff66cc;
}

.center {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100vh;
}

.circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
}

/* .pulse {
    animation: pulse-animation 2s infinite;
} */

.zommIcon {
    animation: zoomIcon-animation 2s infinite, pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px  rgb(101 57 144 / 67%);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

@keyframes zoomIcon-animation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 1700px) {
    #distribucion-menu-sub {
        grid-template-columns: 430px 110px 1fr 239px;
        grid-template-rows: 27px;
        margin-bottom: 7px;
    }
    #distribucion-menu-sub a:nth-child(4) {
        margin: 20px;
    }

    .hamburger-menu {
        top: 60px;
    }
}

@media (max-width: 550px) {
    .nombrePegazo{
        font-size: 1.15rem;
    }

    #menu-fixed .contactanos{
        font-size: 22px;
    }
}

.new-logo {
    z-index: 10;
}

.page-header .container {
    transform: translateY(50%);
    bottom: 50%;
}

/* .container-btn-slider {
    bottom: 18.5%;
} */

.btn-slider-position {
    bottom: 18.5%;
}