/* Video section */

.section-video {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 100px 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
}

.section-video #backgroundImage {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}

.section-video .container {
    position: relative;
    max-width: 850px;
    text-align: center;
    border-radius: 2px;
    color: var(--white);
    padding: 32px;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin: auto;
}

.container .header {
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

.container .header .image {
    width: 240px;
    height: auto;
}

.announcement {
    position: relative;
    border: 3px solid currentColor;
    border-top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.announcement:before,
.announcement:after {
    content: '';
    position: absolute;
    top: 0;
    border-top: 3px solid currentColor;
    height: 0;
    width: calc(50px + (50 - 5) * ((100vw - 750px) / (768 - 320)));
}

.announcement:before {
    left: -3px;
}

.announcement:after {
    right: -3px;
}

.section-video .container .announcement .center-text {
    margin-top: 60px;
}

.section-video .container .announcement .center-text h1 {
    font-family: 'Poppins', sans-serif;
    font-size: calc(3vw + 1em);
    font-weight: 600;
    line-height: 1em;
}

.section-video .container .announcement .center-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    padding: 0.625em;
    line-height: 1.875em;
}

/* Information Section */

.section-information .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.section-information .content div {
    width: 100%;
    margin-bottom: 0.625em;
    display: flex;
    flex-direction: row;
}

.section-information .content div .icon {
    width: 1.5625em;
    height: 1.5625em;
    margin-right: 0.3125em;
    align-self: flex-start;
}

.section-information .content div p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.375em;
    font-weight: 600;
    margin-top: 0;
    flex-grow: 1;
    font-size: 1em;
    line-height: 1.5;
}

/* Experience Section */

.section-experience {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 1.875em;
    padding-bottom: 1.875em;
}

.section-experience .tittle {
    width: 100%;
    max-width: 84.375em;
    text-align: center;
    padding: 1.25em;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    color: var(--darkBlue);
}

.section-experience .card-experience {
    width: 15.625em;
    height: 18.75em;
    margin: 0.625em;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0.5em;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-experience .card-experience .card-img {
    width: 6.25em;
    height: 6.25em;
    display: flex;
    justify-content: center;
    padding: 0.3125em;
}

.section-experience .card-experience .card-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.section-experience .card-experience .desc {
    width: 100%;
    height: 65%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-experience .card-experience .desc .primary-text {
    height: 20%;
    width: 100%;
    color: var(--darkBlue);
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.7px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-experience .card-experience .desc .secondary-text {
    height: 80%;
    width: 100%;
    color: var(--rosewood);
    font-weight: 400;
    font-size: 0.875em;
    letter-spacing: 1px;
    text-align: center;
    padding: 0.625em;
}

/* Follower Section */

.section-followers .title {
    width: 100%;
    max-width: 84.375em;
    text-align: center;
    padding: 1.25em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    color: var(--darkBlue);
}

.section-followers .sub-title {
    width: 100%;
    max-width: 84.375em;
    text-align: center;
    padding: 1.125em;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.5em;
    color: var(--grey40);
}

.section-followers .content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-followers .content .facebook {
    --bg-color: #1877f2;
    --bg-color-light: var(--white);
    --text-color-hover: #0b3061;
    --box-shadow-color: #1876f250;
}

.section-followers .content .youtube {
    --bg-color: #FF0000;
    --bg-color-light: var(--white);
    --text-color-hover: #7a0202;
    --box-shadow-color: #ff000050;
}

.section-followers .content .instagram {
    --bg-color: #FED372;
    --bg-color-light: var(--white);
    --text-color-hover: #88713b;
    --box-shadow-color: #fed47250;
}

.section-followers .content .twitter {
    --bg-color: #1DA1F2;
    --bg-color-light: var(--white);
    --text-color-hover: #0f5480;
    --box-shadow-color: #1da0f250;
}

.section-followers .content .tiktok {
    --bg-color: #000;
    --bg-color-light: var(--white);
    --text-color-hover: #080404;
    --box-shadow-color: #00000050;
}

.section-followers .content .card {
    width: 250px;
    height: 300px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease-out;
    text-decoration: none;
    margin: 5px;
    border-radius: 8px;
}

.section-followers .content .card:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
        0 24px 46px var(--box-shadow-color);
}

.section-followers .content .card:hover .overlay {
    transform: scale(5.5) translateZ(0);
}

.section-followers .content .card:hover .circle {
    border-color: var(--rosewood);
    background: var(--rosewood);
}

.section-followers .content .card:hover .circle:after {
    background: var(--bg-color-light);
}

.section-followers .content .card:hover .icon .circle svg {
    fill: var(--bg-color);
}

.section-followers .content .card:hover .section-counter .counter,
.section-followers .content .card:hover .section-counter p {
    color: var(--white);
}

.section-followers .content .card:hover .button a {
    color: var(--white);
    border: 2px solid var(--white);
}

.section-followers .content .card:active {
    transform: scale(1) translateZ(0);
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11),
        0 15px 24px var(--box-shadow-color);
}

.section-followers .content .card .icon {
    width: 100%;
    height: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-followers .content .card .section-counter {
    width: 100%;
    height: 38%;
    text-align: center;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.section-followers .content .card .section-counter .counter {
    position: absolute;
    top: 38px;
    font-size: 69px;
    font-weight: bold;
    color: var(--rosewood);
    font-family: 'Poppins', sans-serif;
}

.section-followers .content .card .section-counter p {
    position: absolute;
    font-size: 1.5em;
    font-weight: 500;
    color: var(--rosewood);
    font-family: 'Poppins', sans-serif;
    bottom: -10px;
}

.section-followers .content .card .button {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.section-followers .content .card .button a {
    border: 2px solid var(--rosewood);
    padding: 10px 18px;
    transition: all 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif;
    font-weight: 500px;
    font-size: 1.125em;
    color: var(--rosewood);
    text-transform: uppercase;
    margin: 0;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
}


.section-followers .content .card .circle {
    width: 121px;
    height: 121px;
    border-radius: 50%;
    background: var(--white);
    border: 2px solid var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.section-followers .content .card .icon .circle svg {
    fill: white;
}

.section-followers .content .card .circle:after {
    content: "";
    width: 108px;
    height: 108px;
    display: block;
    position: absolute;
    background: var(--bg-color);
    border-radius: 50%;
    top: 5px;
    left: 5px;
    transition: opacity 0.3s ease-out;
}

.section-followers .content .card .circle svg {
    z-index: 10000;
    transform: translateZ(0);
}

.section-followers .content .card .overlay {
    width: 108px;
    height: 108px;
    position: absolute;
    border-radius: 50%;
    background: var(--bg-color);
    top: 5px;
    left: 70px;
    z-index: 0;
    transition: transform 0.3s ease-out;
}

/* Youtube Section */

.section-youtube {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vw / 2.5);
    max-height: 31.25em;
    min-height: 21.875em;
}

.section-youtube .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.section-youtube .content .section-youtube-link .boton-contenedor {
    position: relative;
    display: inline-flex;
}

.section-youtube .content .section-youtube-link .boton-onda {
    position: relative;
    width: 6.25em;
    height: 6.25em;
    border-radius: 50%;
    background-color: var(--rosewood);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: zoom-btn 2s infinite;
    text-decoration: none;
    z-index: 2;
}

.section-youtube .content .section-youtube-link .boton-onda:hover {
    background-color: var(--grey70);
}

.section-youtube .content .section-youtube-link .boton-onda i {
    font-size: 1.5em;
    color: var(--white);
}

.section-youtube .content .section-youtube-link .boton-contenedor::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--rosewood-90);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    animation: onda 2s infinite;
    z-index: 1;
}

@keyframes onda {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
    }

    40% {
        width: 115%;
        height: 115%;
        opacity: 0.5;
    }

    50% {
        width: 115%;
        height: 115%;
        opacity: 0.5;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0.1;
    }
}

@keyframes zoom-btn {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

.section-youtube .content .section-youtube-text {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-youtube .content .section-youtube-text p {
    color: var(--white)FFF;
    font-family: 'Poppins', sans-serif;
    font-size: calc(1em + 2vw);
    line-height: 40px;
    font-weight: 600;
    padding: 0 10px;
    max-width: 1050px;
}

.section-youtube .content .section-youtube-text em {
    color: var(--white);
    font-family: 'Satisfy', cursive !important;
    font-size: 1.875em;
    font-weight: 400;
    padding: 0 10px;
}

@keyframes text-flicker {
    0% {
        opacity: 0.1;
    }

    2% {
        opacity: 1;
    }

    8% {
        opacity: 0.1;
    }

    9% {
        opacity: 1;
    }

    12% {
        opacity: 0.1;
    }

    20% {
        opacity: 1;
    }

    25% {
        opacity: 0.3;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 0.7;
    }

    72% {
        opacity: 0.2;
    }

    77% {
        opacity: 0.9;
    }

    100% {
        opacity: 0.9;
    }
}

@keyframes border-flicker {
    0% {
        opacity: 0.1;
    }

    2% {
        opacity: 1;
    }

    4% {
        opacity: 0.1;
    }

    8% {
        opacity: 1;
    }

    70% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

/* Media Query */

@media screen and (min-width: 1151px) {

    .section-experience {
        max-width: 1150px;
        justify-content: center;
        margin: 0 auto;
    }

    .section-information .content {
        max-width: 1150px;
        margin: 0 auto;
    }

    .section-followers .content {
        max-width: 1350px;
    }
}
