.title_markDig {
    margin: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    font-size: 60px;
    font-weight: 400;
    color: #c8f7f9;
    font-family: "neon_pixel";
    font-weight: 300;
    text-shadow: 0 0 5px #0080FF,
    0 0 25px #0080FF,
    0 0 50px #0080FF, 
    0 0 100px #0080FF;
}

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

.back > p{
    color: #98f3f7;
    font-family: 'Nunito', sans-serif;
}

.containerContMarketing {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.title_inf {
    color: #98f3f7;
    font-size: 30px;
    text-shadow: 0 0 5px #0080FF,
    0 0 25px #0080FF,
    0 0 50px #0080FF, 
    0 0 100px #0080FF;
    margin: 0;
    margin-top: 20px;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
    text-align: center;
}

.inf_serv > p{
    color: white;
    font-weight: 200;
    font-family: 'Nunito', sans-serif;
}

.wrap {
    /* width: 1100px; */
    padding-top: 50px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tarjeta-wrap {
    margin: 10px;
    -webkit-perspective: 800;
    perspective: 800;
}

.tarjeta {
    width: 300px;
    height: 350px;
    background: #0a2355;
    position: relative;
    transform-style: preserve-3d;
    transition: .7s ease;
    -webkit-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px, 10px, 15px, -5px rgba(0, 0, 0, 0.65);
    box-shadow: 0px, 10px, 15px, -5px rgba(0, 0, 0, 0.65); 
    border-radius: 10px;
}

.front, .back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.front {
    width: 100%;
}

.cardI {
    background-image: url(/styles/img/Tarjetas-Social-media/Estrategia.jpg);
    background-size: cover;
    border-radius: 10px;
}

.cardTitle > p {
    margin-top: 5px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 3px;
    /* color: #071526b6; */
    /* color: #98f3f7; */
    color: white;
    /* text-shadow: 0 0 5px #0080FF,
    0 0 25px #0080FF,
    0 0 50px #0080FF, 
    0 0 100px #0080FF; */
}

.back > p {
    margin: 10px;
}

.cardII {
    background-image: url(/styles/img/Tarjetas-Social-media/Tecnología.jpg);
    background-size: cover;
    border-radius: 10px;
}

.cardIII {
    background-image: url(/styles/img/Tarjetas-Social-media/Creativos.jpg);
    background-size: cover;
    border-radius: 10px;
}

.back {
    transform: rotateY(180deg);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tarjeta-wrap:hover .tarjeta {
    transform: rotateY(180deg);
}

.respoCard {
    display: none;
}

.inf_serv {
    /* width: 300px; */
    padding: 20px;
    margin: 20px;
    /* margin: auto; */
    background-color: #071526;
    box-shadow: 16px 14px 20px #0000008c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border-radius: 15px;
}

.marketing_inf {
    width: 200px;
    justify-content: center;
    display: flex;
}

.inf_serv:hover {
    color: #98f3f7;
    border: 1px solid;
    box-shadow: inset 0 0 10px #0080FF, 0 0 20px #0080FF;
}

.more-inf {
    text-decoration: none;
    color: #98f3f7;
    border: rgba(95, 90, 90, 0.377) 1px solid;
    font-family: 'Nunito', sans-serif;
    padding: 10px 30px;
    border-radius: 50px;
    margin-top: 20px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
    background: none;
    transition: 0.5s;
    color: #98f3f7;
    text-shadow: 0 0 5px #0080FF,
    0 0 25px #0080FF,
    0 0 50px #0080FF, 
    0 0 100px #0080FF;
}

.more-inf:hover {
    letter-spacing: 0.25em;
    background: #0080FF;
    border: rgba(127, 100, 223, 0.377) 1px solid;
    color: #9ec9ff;
    font-weight: 800;
    box-shadow: 0 0 35px var(--clr);
}

.over-lay {
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    visibility: hidden;
}

.over-lay.active {
    visibility: visible;
}

.popup {
    background: #104070;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 80%;
    transition: .2s ease all;
    transform: scale(0.7);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup .btn-cerrar-popup {
    font-size: 16px;
    line-height: 16px;
    /* display: block; */
    /* text-align: right; */
    color: #BBBBBB;
    transition: .3s ease all;
    background: none;
    padding: .6rem 1rem;
    border: rgba(127, 100, 223, 0.377) 1px solid;
    border-radius: 5px;
    font-family: 'Nunito', sans-serif;
    text-shadow: 0 0 5px #0080FF,
    0 0 25px #0080FF,
    0 0 50px #0080FF, 
    0 0 100px #0080FF;
}

.popup .btn-cerrar-popup:hover {
    border: rgba(127, 100, 223, 0.377) 1px solid;
    font-weight: 600;
    color: #9ec9ff;
    letter-spacing: 0.25em;
    background: #0080FF;
}

.popup h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #c8f7f9;
    opacity: 0;
}

.popup p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #98f3f7;
    opacity: 0;
}


.popup ul {
    font-size: 16px;
    list-style:circle ;
    font-weight: 300;
    margin-bottom: 40px;
    color: #98f3f7;
    opacity: 0;
    padding: 0;
    text-align: left;
}

.popup .imgPop{
    opacity: 0;
}

/* ANIMACIONES */
.popup.active {
    opacity: 1;
    transform: scale(1);
}

.popup.active h2 {
    animation: entradaTitulo .8s ease .5s forwards;
}

.popup.active p {
    animation: entradaContent .8s ease .5s forwards;
}

.popup.active ul {
    animation: entradaContent .8s ease .5s forwards;
}

.popup.active .imgPop{
    animation: entradaContent .8s ease .5s forwards;
}

@keyframes entradaTitulo {
    from {
        transform: translateY(-25px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes entradaContent {
    from {
        transform: translateY(25px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


@media screen and (min-width: 941px) {
    .inf_serv {
        width: 40%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .contentInf {
        /* width: 75%; */
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .popup {
        width: 50%;
    }
}

@media screen and (max-width: 940px) {
    .wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .popup {
        height: 90%;
    }

    .containerPop {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 550px) {
    .inf_serv {
        width: 75%;
    }
}

