/*** FOOTEr ******/
/*** FOOTEr ******/

@font-face {
    font-family: "Poppins";
    src: url("../../fonts/poppins/Poppins-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../../fonts/poppins/Poppins-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "Poppins";
    src: url("../../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../../fonts/poppins/Poppins-ExtraBoldItalic.ttf")
        format("truetype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "Poppins";
    src: url("../../fonts/poppins/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../../fonts/poppins/Poppins-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Poppins";
    src: url("../../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../../fonts/poppins/Poppins-SemiBoldItalic.ttf")
        format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Poppins";
    src: url("../../fonts/poppins/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../../fonts/poppins/Poppins-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Poppins";
    src: url("../../fonts/poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../../fonts/poppins/Poppins-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Poppins";
    src: url("../../fonts/poppins/Poppins-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../../fonts/poppins/Poppins-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Poppins";
    src: url("../../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../../fonts/poppins/Poppins-ExtraLightItalic.ttf")
        format("truetype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "Poppins";
    src: url("../../fonts/poppins/Poppins-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../../fonts/poppins/Poppins-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../../fonts/proxima-nova/ProximaNova-Regular.otf")
        format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../../fonts/proxima-nova/Proxima Nova Regular Italic.otf")
        format("opentype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../../fonts/proxima-nova/Proxima Nova Medium.otf")
        format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../../fonts/proxima-nova/Proxima Nova Medium Italic.otf")
        format("opentype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../../fonts/proxima-nova/Proxima Nova Semibold.otf")
        format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../../fonts/proxima-nova/Proxima Nova Semibold Italic.otf")
        format("opentype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../../fonts/proxima-nova/Proxima Nova Bold.otf")
        format("opentype");
    font-weight: 700;
    font-style: normal;
}


.parallax-one {
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: image-set(url('/images/footer.webp') 1x,
            url('/images/footer@x2.webp') 2x,
            url('/images/footer@x3.webp') 3x,
            url('/images/footer@x4.webp') 4x);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: black;
    color: white;
}


.logo-footer {
    justify-content: center;
}

.link-footer {
    text-decoration: none;
}

#footer h3 {
    font-size: 20px;
    font-weight: bolder;
    color: #ffffff;
    margin-bottom: 10px;
}

#footer p,
a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    margin: 0;
}

#footer p:hover,
a:hover {
    color: inherit;
}

.social {
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.social-icon {
    border-radius: 0 !important;
}

#footer-black {
    background-color: #EDEDED;
    padding: 15px;
    text-align: center;
}

#footer-black p {
    color: #707070;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}

.bg-030825{
    background-color: #030825;
}

.bg-ededed {
    background-color: #ededed;
}

.vh-50{
    height: 100vh;
}

@media screen and (min-width: 992px) {
    .vh-50{
        height: 80vh;
    }

}

.titulo-estrategia{
    font-size: 19px;
    font-weight: 900;
    color: black;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}



.span1{
    font-size: 45px;
    font-weight: 900;
    line-height: 55px;
}
.span2{
    font-size: 73px;
    font-weight: 900;
    line-height: 50px;
}

.footer-content{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 60vh;
}

 @media screen and (min-width: 992px) {
   .footer-content h2 span {
        display: block;
    }

    .span1{
        font-size: 150px;
        line-height: 120px;
    }

    .span2{
        font-size: 260px;
        line-height: 90px;
    }
    .footer-content{
        height: 110vh;
    }

    .titulo-estrategia{
    font-size: 70px;
    line-height: 84px;
    margin-bottom: 50px;
}
}

.logo-footer
{
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #fff;
}



.fondo-footer {
    height: 20vh;
}

@media screen and (min-width: 992px) {
    .fondo-footer{
    height: 50vh;
}

}

.fondo-footer img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-lets3 {
    color: #9628c9;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.btn-lets3 svg {
    width: 50px;
    height: 50px;
}


.btn-lets3:hover {
    color: #00c6e1;
}

@media screen and (min-width: 992px) {
    .btn-lets3 {
        font-size: 30px;
        gap: 10px;
    }

    .btn-lets3 svg {
        width: 70px;
        height: 70px;
    }

}

.rss {
    display: block;
    width: 90%;
    height: 90%;
    cursor: pointer;
}

.titulo-reconocimientos {
    font-size: 35px;
    line-height: 38px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    margin: 45px 0;
    text-transform: uppercase;
}

/* // BOTON LETS */
.btn-shine {
    position: relative;
    margin: 0 auto;
    padding: 10px 25px;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #A31AD1;
    border-radius: 50px;
    color: white;
    font-weight: 700;
    font-family: inherit;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.btn-shine span {
    color: white;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.btn-shine:hover {
    animation: rotate624 0.7s ease-in-out both;
}

.btn-shine:hover span {
    animation: storm1261 0.7s ease-in-out both;
    animation-delay: 0.06s;
}

@keyframes rotate624 {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }

    25% {
        transform: rotate(3deg) translate3d(0, 0, 0);
    }

    50% {
        transform: rotate(-3deg) translate3d(0, 0, 0);
    }

    75% {
        transform: rotate(1deg) translate3d(0, 0, 0);
    }

    100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

@keyframes storm1261 {
    0% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }

    25% {
        transform: translate3d(4px, 0, 0) translateZ(0);
    }

    50% {
        transform: translate3d(-3px, 0, 0) translateZ(0);
    }

    75% {
        transform: translate3d(2px, 0, 0) translateZ(0);
    }

    100% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }
}

.btn-shine {
    border: none;
    overflow: hidden;
    position: relative;
}

.btn-shine span {
    z-index: 20;
}

.btn-shine:after {
    background: white;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.btn-shine:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}


@media only screen and (max-width: 900px) and (min-width: 700px) {
    .social {
        height: 45px;
    }
}

@media screen and (min-width: 992px) {
    .titulo-reconocimientos {
        font-size: 60px;
        line-height: 71px;
        text-align: center;
    }

    .btn-shine {
        padding: 10px 35px;
        margin: 0 auto;
        width: max-content;

    }
}
