.back-convo,
.stick-bottom {
    position: fixed;
    width: 100%;
}
body {
    height: 100%;
    width: 100%;
}
.back-convo {
    background: url(../images/convocatoria/convocatoria-back.jpg) center center/cover no-repeat;
    height: 100dvh;
    top: 0;
    left: 0;
    overflow: hidden;
}
.prev-header {
    margin-top: 30px;
    height: 100vh;
}
.stick-bottom {
    bottom: 0;
    backdrop-filter: blur(10px);
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.image-title,
.intro-back {
    position: relative;
}
.intro-back {
    height: 100vh;
    width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title-content {
    height: auto;
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
.titulo-convo {
    width: 450px;
}
.sub-convo {
    width: 300px;
    opacity: 0;
    margin: 30px 0 0 30px;
}
.estatua-convo.zoom-in {
    transform: scale(1) translateY(-56%);
    opacity: 1;
}
.text-title {
    display: flex;
    flex-direction: column;
    margin-top: 140px;
}
.estatua-convo,
.text-convo {
    position: absolute;
    left: 50%;
}
.text-convo {
    top: calc(100% - 110px);
    transform: translateX(-50%);
    color: #fff;
    font-size: 12px;
    font-family: Amor, serif;
}
.estatua-convo {
    height: 76vh;
    top: 50%;
    transform: scale(0) translateY(-100%);
    opacity: 0;
    transition:
        transform 1s ease-out,
        opacity 1s ease-out;
}
.flip-card,
.rotate {
    width: 160px;
    height: 160px;
}
.momento {
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-top: 160px;
}
.facil-text,
.requisitos-text,
.requisitos-title,
.subsection-title {
    position: relative;
    z-index: 3;
    margin-bottom: 2.5rem;
    color: white;
}
.facil-text{
    font-size: 1.25rem;
    line-height: 1.75;
}
.requisitos-text{
    font-size: 1.25rem  ;
}
.momento-title{
    position: relative;
    z-index: 3;
    color: #fff;
    margin-bottom: 2.5rem;
    text-align: left;
    font-size: 4.5rem;
    line-height: 1.2;
}
.text-continuation{
    margin-top: 1.5rem;
    margin-bottom: 5rem;
}
.momento-cover{
    display: flex;
    z-index: 10;
    margin-top: 80px;
    margin-bottom: 80px;
}
.momento-cover-img{
    width: 100%;
    height: auto;
    border-radius: 1rem;
    object-fit: cover;
}
.stories{
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 3.75rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.stories-content{
    width: 50%;
}
.requisitos{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 3.75rem;
    padding: 0;
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.requisitos-content{
    width: 50%;
}
.subsection-text{
    font-size: 1.25rem;
    color: white;
}
.subsection-textlink{
    color: white;
}
.info-video{
    display: flex;
    width: 50%;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.info-video-play{
    width: 5rem;
    height: 5rem;
    position: absolute;
    z-index: 8;
    transition: transform 200ms ease;
}
.info-video-play:hover{
    transform: scale(1.16);
}
.info-video::after{
    content: '';
    background: rgba(0, 0, 0, 0.6);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
}
.subsection-image{
    display: block;
    width: 100%;
    height: auto;
}
.subsection-img{
    width: 100%;
    height: auto;
    border-radius: 1rem;
    object-fit: cover;
}
.facil-title{
    position: relative;
    z-index: 3;
    color: #fff;
    margin-bottom: 40px;
}
.rotators {
    margin: 40px 0 0;
}
.flip-cards-container{
    padding: 0;
}
.rotators .col-sm-12 .rotate-slick {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1.75rem;
}
.rotate {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding: 15px;
}
.flip-card-front .rotate-num {
    color: #ce0058;
    text-align: left;
    font-weight: bolder;
}
.flip-card-front .rotate-image {
    padding: 0.5rem 0;
}
.flip-card-front .rotate-title {
    color: #2a2a2a;
}
.flip-card-front .rotate-icon {
    text-align: right;
    position: relative;
}
.flip-card-back .rotate-icon {
    text-align: right;
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
}
.flip-card {
    background-color: transparent;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.flip-card-back,
.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 16px;
    font-size: 14px;
}
.flip-card-back,
.flip-card.flipped .flip-card-inner,
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front {
    padding: 0.5rem;
    background: #fff;
    color: #333;
}
.flip-card-back {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #c5005a;
    color: #fff;
}
.flip-card-back p {
    padding: 0;
    margin: 0;
}
.flip-card-back.yellow {
    background: #ffa300;
}
.flip-card-back.brown {
    background: #847770;
}
.facil-content {
    padding-top: 80px;
}
.video {
    margin: 5rem auto 0;
    overflow: hidden;
}
@media (max-width: 768px) {
    .video {
        margin: 40px auto;
    }
}
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-400px);
    }
    60% {
        opacity: 1;
        transform: translateX(30px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.over-convo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 760px) {
    .back-convo,
    .intro-back,
    .prev-header {
        height: 100svh;
    }
    .sticky-top {
        position: fixed;
        width: 100%;
    }
    .stick-bottom {
        /* top: calc(100vh - 80px); */
        width: 100vw;
    }
    .intro-back {
        justify-content: flex-end;
        padding-bottom: 60px;
    }
    .title-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 180px;
    }
    .text-title {
        flex: 0 0 60%;
    }
    .image-title {
        flex: 0 0 40%;
    }
    .titulo-convo {
        margin: 0 auto;
        width: 80%;
    }
    .sub-convo {
        width: 150px;
        margin: 7px 0 20px 35px;
    }
    .estatua-convo {
        left: -72%;
        height: 58vh;
    }
    .estatua-convo.zoom-in {
        transform: scale(1) translateY(-60%);
        opacity: 1;
    }
    .text-convo {
        position: relative;
        transform: translateX(0);
        left: 0;
        top: -10px;
        opacity: 1;
        font-size: 8px;
        padding: 0 20px;
        text-align: center;
        font-family: Amor, serif;
    }
    .rotators .col-sm-12 {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .facil-text br,
    .requisitos-text br {
        display: none;
    }
    .requisitos {
        flex-direction: column;
        gap: 2.5rem;
        margin-top: 2.5rem;
    }
    .requisitos-content{
        width: 100%;
    }
    .requisitos-title{
        padding: 0 20px;
    }
    .pad-section{
        padding: 0 20px;
    }
    .stories{
        flex-direction: column;
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
        padding: 0 1.25rem;
        gap: 2.5rem;
    }
    .stories-content{
        width: 100%;
    }
    .info-video{
        width: 100%;
    }
    .subsection-image{
        width: 100%;
    }
    .info-video-play{
        width: 4.25rem;
        height: 4.25rem;
    }
    .subsection-img{
        border-radius: 0.5rem;
    }
    
    .form-check .form-check-input {
        border-color: #c5005a;
    }
    .momento{
         margin-top: 120px;
        justify-content: flex-start;
        padding: 0 20px;
    }
    .facil-text,
    .momento-text,
    .requisitos-text {
        font-size: 1rem;
    }
    .momento-title{
        text-align: left;
        font-size: 2.75rem;
    }
    .momento-text{
        text-align: left;
    }
    .momento-cover{
        margin-top: 40px;
        margin-bottom: 40px;
        border-radius: 0.5rem;
    }
    .momento-cover-img{
        width: 100%;
        height: 400px;
        border-radius: 0.5rem;
    }
    .subsection-text{
        font-size: 1rem;
    }
    .rotators {
        margin: 0;
    }
    .inner {
        width: 100%;
        height: auto;
    }
    .flip-card {
        transform: scale(0.9);
    }
    .flip-card-inner img {
        display: inline;
    }
    .facil-content {
        padding: 40px 8px 0;
        text-align: left;
    }
    .video {
        height: 80vh;
        padding: 0 20px !important;
    }
    .video video {
        width: 100% !important;
        min-width: 100%;
        min-height: 80vh;
    }
    .over-convo .button-play {
        top: unset;
    }
    .modal-header {
        background-color: transparent;
    }
    .rotate-slick .inner {
        width: auto !important;
        max-width: 200px;
        overflow: visible;
    }
}
@media (max-width: 400px) {
    .title-content {
        margin-bottom: 180px;
    }
    .text-convo {
        top: 30px;
    }
    .estatua-convo {
        left: -50%;
        height: 58vh;
    }
    .text-modal-content h1 {
        margin-top: 57px;
    }
}
@media (max-width: 376px) {
    .title-content {
        margin-bottom: 85px !important;
    }
    .text-convo {
        top: 30px;
    }
    .estatua-convo {
        left: -42%;
        height: 58vh;
    }

}
@media (max-width: 361px) {
    .title-content {
        margin-bottom: 140px !important;
    }
}
