.path-frontpage header {
    background: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    background-image: unset !important;
    z-index: 99;
}

.main-image {
    color: white;

}

.color-danger {
    color: var(--color-red);
}

html {
    --animated-text-bottom: 260px;
    --animated-text-height: 200px;
}

.paragraph--type--slogan  {
    background-color: #f9f9f9;
}

.slogan button {
    border: 1px solid #1d3c69;
    color: #1d3c69;
}

.hover-scale-container {
    overflow: hidden;
}

.hover-scale-container:hover img {
    scale: 1.1;
}

.carousel1 .background-image-default-people {
    height: 400px;
    background-position: top;
    overflow: hidden;
}

.carousel1 .background-image-default-people img {
    transition-duration: 0.5s;
    object-fit: cover;
}

.carousel1 .background-image-default-people:hover img {
    transform: scale(1.1);
}

.carousel1 .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.carousel1 .owl-carousel:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    transform: translate(-100%, 0);
}

.carousel1 .item:hover .btn-plus {
    background-color: #f9f9f9;
    color: #ee1a2e;
    border-color: #f9f9f9;
}

.main-image .title {
    position: absolute;
    bottom: 2rem;
    width: 100%;
    text-align: center;
}

.main-image .h1-font {
    -webkit-text-fill-color: initial;
    color: white;
}

.alumni-count {
    color: #006fb3;
    position: absolute;
    /*
    left: calc(50vw + var(--animated-text-alumni-offset-x) * var(--animated-text-offset-ratio));
    bottom: calc(var(--animated-text-bottom) + var(--animated-text-alumni-offset-y) );
    */
    left: 0.5rem;
    top: 0;
    transition: 3s height ease-in-out;
}

.cursor {
    cursor: pointer;
}

.cursor:hover {
    color: var(--color-blue) !important;
}


.red-1-line {
    height: 0;
    border-left: 1px solid var(--color-red);
    position: absolute;
    left: calc(50vw - 1px);
    top: 110%;
}

.red-2-line {
    height: 3rem;
    border-left: 1px solid var(--color-red);
    position: absolute;
    right: 1rem;
    top: -10rem;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
}

.carousel4-people-inner-container {
    width: 50%;
}

/* Button Effect */
.carousel4-bubble-container {
    position: relative;
}

.slogan2,
.carousel2,
.carousel3,
.carousel4 {
    background-color: #f9f9f9;
}

.change-color {
    color: var(--color-blue);
}

.change-color:hover {
    color: black !important;
}

.dots-container {
    width: 80px;
    height: 8px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    cursor: pointer;
}

.dot {
    width: 8px;
    height: 8px;
    background-color: #003366;
    opacity: .5;
    border-radius: 50%;
    transition: background-color 0.4s ease;
    /* transición suave */
}

.dot.active {
    background-color: #003366;
    opacity: 1;
}

@media only screen and (max-width: 1080px) {
    .main-image .title {
        bottom: -1.5rem;
    }
}

@media only screen and (max-width: 1024px) {}


@media screen and (max-width: 768px) {
    .main-image .title {
        bottom: 3rem;
    }

    .red-2-line {
        right: 0rem;
    }

    .red-1-line {
        top: 100%;
    }

    html {
        font-size: 12px;
    }

    .logo {
        height: 38px;
    }

    .nav-botton {
        width: 2rem !important;
        height: 2rem !important;
    }

    .nav .nav-item:nth-child(n+2) {
        display: none;
    }

    .block-button {
        width: 100%;
        justify-content: space-between;
    }

    .block-button span {
        margin-left: auto;
        margin-right: auto !important;
    }

    .block-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .block-padding-top {
        padding-top: 100px;
    }

    .block-padding-bottom {
        padding-bottom: 100px;
    }
}

@media (min-width: 768px) {
    .order-md-6 {
        order: 6 !important;
    }

    .order-md-7 {
        order: 7 !important;
    }
}

@media (max-width: 575.98px) {
    .main-image .title {
        bottom: 0rem;
    }
}

.main-image {
    --animate-1-offset-x: 00px;
    --animate-1-max-width: 300px;
    --animate-2-offset-x: 0px;
    --animate-2-max-width: 280px;
    --animate-3-offset-x: 10px;
    --animate-3-max-width: 280px;
    --animate-4-offset-x: 50px;
    --animate-4-max-width: 300px;
    --animate-5-offset-x: 90px;
    --animate-5-max-width: 330px;
}

.animate-box-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 975px;
    padding: 1rem;
}

.animate-left-box {
    --animate-left-box-offset-y: 80px;
    --animate-left-box-gap: 100px;
}

.animate-right-box {
    --animate-right-box-offset-y: 60px;
    --animate-right-box-gap: 30px;
}

.white-dot {
    background: #ffffff70;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    outline: solid 0.5rem #ffffff2b;
    opacity: 0;
}

.animate-left-box .animate-text-box {
    padding-right: 10px;
}

.animate-right-box .animate-text-box {
    padding-left: 10px;
}

.logo-image-space {
    width: 150px;
}

.animate-white-line {
    height: 1px;
    background-color: white;
    width: 0%
}

.slogan-link a {
    font-size: 1rem;
    font-family: "muli", sans-serif;
}

.animate-text-box {
    opacity: 0;
    color: var(--color-light-blue);
    font-size: 1rem;
}

.animate-box {
    transition-duration: 0.5s;
}

.video-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto !important;
    height: auto !important;
    min-width: 100%;
    transform: translate(-50%, -50%);
    min-height: 100%;
}

.leaders {
    opacity: 1;
    transition: opacity 0.4s ease;
    /* transición suave */
}

.leaders.active {
    opacity: 0;
}