#show-modal {
    text-align: center;
    background: #bc651a;
    padding: 15px 15px;
    color: white;
    font-weight: 100;
    font-size: 0.9em;
    border-radius: 3.5px;
    text-decoration: none;
    transition: all 0.15s linear;
}

#show-modal:hover {
    cursor: pointer;
    background: #bc9d1a;
}

.info-register {
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;

}

.right-register {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .6)), url(../img/banner_register.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.left-register {
    padding: 2rem 3rem;
}

.left-register h2 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
    position: relative;
}

.left-register h5 {
    padding-top: 4rem;
}

.left-register ul {
    padding-top: 2rem;
}

.left-register ul li {
    margin-top: 1rem;
}

.left-register h2::before {
    content: 'correctamente';
    color: #c3c3c3;
    position: absolute;
    bottom: -1rem;
    left: 0;
    font-size: 0.9rem;
}

.right-register .title-register {
    color: white;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    opacity: 0.7;
}

.modal-data {
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 999909999;
    background: rgba(0, 0, 0, 0.75);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.modal-data .content-modal {
    width: 100%;
    max-width: 700px;
    position: fixed;
    left: 50%;
    top: -100vh;
    transition: top 0.35s ease;
    margin-left: -250px;
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    z-index: 999999999;
    padding: 1rem;
}

.modal-data h2 {
    padding: 0.5em;
    text-align: center;
    color: #444444;
    margin: 0;
}

.modal-data article {
    height: 300px;
    background: #bc651a;
}

.close-modal {
    color: #e74c3c;
    position: absolute;
    top: 0.2em;
    right: 0.375em;
    margin: 0;
    padding: 5px;
    font-weight: bold;
    font-size: 1.5em;
    text-decoration: none;
}

.modal-data a:hover {
    color: #c0392b;
}

.modal-data:target {
    opacity: 1;
    top: 0;
}

.modal-data .btn-close-modal {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999991;
}

.modal-data:target .content-modal {
    top: 50px;
    transition: top 0.35s ease;
}

@media (max-width: 500px) {
    .modal-data .content-modal {
        width: 90%;
        max-width: none;
        left: 5%;
        margin-left: 0;
    }

    .info-register {
        margin-top: 2rem;
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 1fr;
    }

    .right-register {

        height: 30vh;

    }

}

.whatsapp {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 4rem;
    right: 0.8rem;
    z-index: 99999999;
    background: #505050;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0.5rem;
    cursor: pointer;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
}
.b-login {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 7.5rem;
    right: 0.8rem;
    z-index: 99999999;
    background: #505050;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0.5rem;
    cursor: pointer;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
}

.line {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.home .hero-content .sus {
    width: 120px;
    background: #fab125 !important;
}


.btn {
    background: #333;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-transform: uppercase;
}

.whatsapp a {
    color: white;
    font-size: 2rem;
}
.b-login a {
    color: white;
    font-size: 2rem;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bd-violet-bg);
    --bs-tooltip-color: var(--bs-white);
}

.body-back {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(0, 0, 0, 0.7)), url(../img/books_2.jpg) no-repeat;

    background-position: bottom center;
    background-size: cover;
    position: relative;
    text-align: center;
}

.body-back h3 {
    padding-top: 2rem;
    font-weight: 200;

}

.body-back .parrafo {
    color: black;
    padding-top: 0rem;
    position: absolute;
    width: 100%;
    top: 7rem;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 400;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;

}

.body-back h3 span {
    font-size: 6rem !important;
    font-weight: bold;
}

.cont {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 600px;
    padding: 0px;
    background-color: #f5f5f5;
    box-shadow: 0 30px 50px #000;


}

#slide {
    width: max-content;
    margin-top: 50px;
    z-index: 300;
}

.item {
    width: 200px;
    height: 300px;
    background-position: 50% 50%;
    display: inline-block;
    transition: 0.5s;
    background-size: cover;
    position: absolute;
    z-index: 300;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 20px;
    box-shadow: 0 30px 50px #505050;
}

.item:nth-child(1),
.item:nth-child(2) {
    left: 0;
    top: 0;
    transform: translate(0, 0);
    border-radius: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
}

.item:nth-child(3) {
    left: 50%;
}

.item:nth-child(4) {
    left: calc(50% + 220px);
}

.item:nth-child(5) {
    left: calc(50% + 440px);
}

.item:nth-child(n+6) {
    left: calc(50% + 660px);
    opacity: 0;
}

.item:nth-child(n+7) {
    left: calc(50% + 880px);
    opacity: 0;
}

.item:nth-child(n+8) {
    left: calc(50% + 1100px);
    opacity: 0;
}

.item:nth-child(n+9) {
    left: calc(50% + 1320px);
    opacity: 0;
}

.item .content {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 300px;
    text-align: left;
    padding: 30px 20px;
    color: #eee;
    transform: translate(0, -50%);
    display: none;
    font-family: system-ui;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50px 0px 50px 0;
}

.item:nth-child(2) .content {
    display: block;
    z-index: 11111;
}

.item .name {
    font-size: 3rem;
    font-weight: bold;
    opacity: 0;
    line-height: 2.5rem;

    animation: showcontent 1s ease-in-out 1 forwards
}

.item .des {
    margin: 20px 0;
    opacity: 0;
    animation: showcontent 1s ease-in-out 0.3s 1 forwards
}

.item button {
    padding: 10px 20px;
    border: none;
    opacity: 0;
    animation: showcontent 1s ease-in-out 0.6s 1 forwards
}

@keyframes showcontent {
    from {
        opacity: 0;
        transform: translate(0, 100px);
        filter: blur(33px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
        filter: blur(0);
    }
}

.buttons {
    position: absolute;
    bottom: 30px;
    z-index: 222222;
    text-align: center;
    width: 100%;
}

.buttons button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #555;
    transition: 0.5s;
}

.buttons button:hover {
    background-color: #bac383;
}


.contenido {
    margin: auto;
    width: 50%;
    height: 50vh;
    background-color: white;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}

.contenido .leftf {
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .5)), url(../img/image-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px 0 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contenido .leftf p {
    font-size: 5rem;
    color: white;
    font-weight: bold;
    opacity: 0.9;

}

.contenido .leftf p span {
    font-size: 1.5rem;
    font-weight: 100;
}

.contenido .leftf .al {
    font-size: 2rem;
}

.contenido .right {
    padding: 20px 20px;
}

.contenido h2 {
    text-align: center;
    padding-top: 2rem;
}

.contenido .right .redes ul {
    display: flex;
    font-size: 2rem;
}

.contenido .right .redes ul a {
    padding: 20px;
}



#cerrar {
    display: none;
}

#cerrar+label {
    position: fixed;
    color: white;
    z-index: 9999999;
    font-size: 25px;
    background: red;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    right: 10px;
    top: 10px;
    cursor: pointer;
    animation: modal 2s 2s forwards;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
}

#cerrar:checked+label,
#cerrar:checked~.modals {
    display: none;
}

@keyframes modal {
    100% {
        visibility: visible;
        opacity: 1;

    }

}


/* Iniciativas */
.iniciativas {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}

.ini {
    width: 100%;
    height: 100vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}

.iniciativas .grid_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    height: 100%;


}

.iniciativas .grid_container .left_iniciativas {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(20, 0, 0, 0.5), rgba(0, 0, 150, .6)), url(../img/iniciativa.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.iniciativas .grid_container .left_iniciativas_bio {
    width: 100%;
    height: 100%;
    background-color: #000;
    background: linear-gradient(rgba(20, 0, 0, 0.5), rgba(0, 0, 150, .6)), url(../img/perfil_2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.iniciativas .grid_container .right_iniciativas {
    width: 100%;
    height: 100%;
    background: white;
    padding: 3rem 5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.iniciativas .grid_container .right_iniciativas h3 {
    font-size: 5rem;
    font-weight: bold;
    color: black;
    position: relative;
    line-height: 1rem;

}

.iniciativas .grid_container .right_iniciativas h3::before {
    content: 'MaxHerrador';
    position: absolute;
    font-size: 0.8rem;
    font-weight: 100;
    bottom: -1.4rem;
    color: grey;
}

.iniciativas .grid_container .right_iniciativas h3 span {
    font-size: 2rem;
    font-weight: 200;
}

.iniciativas .grid_container .right_iniciativas p {
    text-align: justify;
    padding: 1rem 0rem;
}

.iniciativas .grid_container .right_iniciativas .parr {
    text-align: justify;
    padding: 0rem 0rem !important;
}



.iniciativas .btn-open-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #D90C43;
    display: block;
    background: white;
    padding: 20px 50px;
    border-radius: 50px;
}


.iniciativas .container-all {
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all 600ms;
}


.iniciativas .container-all:target {
    background: rgba(0, 0, 0, 0.8);
    visibility: visible;
    opacity: 1;
}

.iniciativas .container-all:target .popup {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%, -50%);
    visibility: visible;
}


.iniciativas .popup {
    width: 100%;
    max-width: 800px;
    height: 500px;
    position: absolute;
    display: flex;
    background: white;
    visibility: hidden;
    top: -80%;
    left: -80%;
    transform: rotate(90deg) translate(-150%, 230%);
    transition: all 600ms;
}


.img {
    width: 40%;
    background-image: url(../image/img4.jpg);
    background-size: cover;
    background-position: center;
}

.container-text {
    width: 60%;
    padding: 50px;
    overflow-y: auto;
}


.container-text h1 {
    font-size: 30px;
}

.container-text p {
    margin-top: 20px;
    font-size: 16px;
}


.btn-close-popup {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -20px;
    top: -20px;
    padding: 20px;
    background: black;
    color: white;
    border-radius: 50%;
    line-height: 10px;
}

/*-------------------------------------
        7. Features
--------------------------------------*/
.feature {
    padding: 110px 0 0px;
}

.feature-content,
.blog-content {
    width: 100%;
    margin-top: 75px;
}

.single-feature,
.single-blog {
    margin-bottom: 30px;
}

/*.single-feature-txt */
.single-feature-txt,
.single-blog-txt {
    margin-top: 25px;
}

.single-feature-txt p i {
    color: #efce4a;
    margin-left: 5px;
}

span.spacial-feature-icon i {
    color: #a9a9a9;
}

span.feature-review {
    margin-left: 10px;
}

.single-feature-txt p {
    font-size: 14px;
}

.single-feature-txt h3 a,
.single-blog-txt h2 a {
    color: #5f5b57;
    margin: 10px 0px 15px;
}

.single-feature-txt h5 {
    color: #5f5b57;
    font-weight: 400;
}

/*-------------------------------------       
        8.  Blog
--------------------------------------*/
.banner_post {
    width: 100%;
    height: 40vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .8)), url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}

.blog_post {
    width: 100%;

    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .8)), url(../img/bio.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;

}

.blog_grid_all {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.blog {
    padding: 80px 0;
    width: 100%;

    background: url(../img/blog_back.jpg) no-repeat;
    background-size: cover;
}

/*.single-blog*/
.single-blog {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.single-blog-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.single-blog-img img {
    width: auto;
    height: auto;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.single-blog:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.single-blog-img-overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.single-blog:hover .single-blog-img-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.single-blog-txt h2 a {
    text-transform: initial;
    margin: 0 0 15px 0;
}

.single-blog-txt h3,
.single-blog-txt h3 a {
    color: #bcb7b2;
    font-size: 14px;
    font-weight: 400;
}

.single-blog-txt h3 a {
    margin: 0;
}

.single-blog-txt p {
    font-size: 13px;
    margin-top: 20px;
    color: #95908b;
}

.single-blog:hover .single-blog-txt h2 a {
    color: #e99c2e;
}

/*.single-blog*/

@media screen and (max-width: 900px) {
    .popup {
        flex-direction: column;
        height: 100%;
        max-height: 800px;
    }

    .img {
        width: 100%;
        height: 40%;
    }

    .container-text {
        width: 100%;
        height: 60%;
        padding: 80px;
    }

    .contenido {
        height: auto;
    }

}

@media screen and (max-width: 500px) {
    .container-text {
        padding: 20px;
    }

    .container-text h1 {
        font-size: 20px;
    }

    .container-text p {
        font-size: 12px;
    }

    .iniciativas .grid_container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        height: 100%;


    }

    .iniciativas .grid_container .right_iniciativas {
        width: 100%;
        padding: 1rem;
        margin-top: 2rem;
    }

    .iniciativas .grid_container .right_iniciativas h3 {
        font-size: 4rem;

    }

    .iniciativas .grid_container .right_iniciativas p {
        text-align: justify;
        padding: 0rem 0rem;
        width: 95%;
    }

    .iniciativas .grid_container .right_iniciativas .parr {
        text-align: justify;
        padding: 0rem 0rem !important;
        width: 95%;
    }

    .iniciativas .grid_container .left_iniciativas {
        width: 100%;
        height: 50vh;
    }

    .contenido {
        height: auto;
    }

    .body-back {
        margin-top: 10rem !important;
        height: 70vh;
    }

    .whatsapp {

        right: 2rem !important;

    }
}

@media (max-width: 400px) {
    .whatsapp {

        right: 2rem !important;

    }

    .contenido {
        width: 90%;
        height: 90vh;
        border-radius: 10px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);

    }

    .contenido .leftf {

        border-radius: 10px 10px 0 0;


    }

    .contenido .leftf p {
        font-size: 4rem !important;

    }

    .contenido .leftf p span {
        font-size: 1rem !important;

    }

    .contenido .leftf .al {
        font-size: 1rem !important;
    }

    .contenido .right {
        padding: 10px 20px !important;

    }

    .contenido h2 {
        text-align: center;
        padding-top: 1.5rem;
    }

    #cerrar+label {
        left: 10px;
    }

    .contenido .right h2 {
        font-size: 1rem;
    }

    .contenido .right p {
        font-size: 0.6rem;
    }

    .contenido .right ul {
        font-size: 0.6rem;
    }

    .cont {
        width: 95%;
        height: 600px;
        overflow-x: hidden;
    }

    .item {
        width: 120px;
        height: 180px;
        top: 82%;
        transform: translate(40%, -50%);


    }

    .item .name {
        font-size: 2rem;

    }

    .item .des {
        font-size: 0.8rem;
    }

    .buttons {
        position: absolute;
        bottom: 30px;
        z-index: 3333333;
        text-align: left;
        width: 50%;
    }

    .iniciativas .grid_container .left_iniciativas {
        width: 100%;
        height: 50vh;
    }

    .iniciativas .grid_container .right_iniciativas {
        width: 100%;
        padding: 1rem;
        margin-top: 2rem;
    }

    .iniciativas .grid_container .right_iniciativas h3 {
        font-size: 4rem;

    }

    .iniciativas .grid_container .right_iniciativas p {
        text-align: justify;
        padding: 0rem 0rem;
        width: 95%;
    }

    .iniciativas .grid_container .right_iniciativas .parr {
        text-align: justify;
        padding: 0rem 0rem !important;
        width: 95%;
    }

}