﻿/*#region HEAD*/
section.head {
    background-image: url('../../Resources/Imagenes/Entrenamiento/home.jpg');
    background-position-y: -150px;
}

    section.head .content {
        max-width: 100%;
        margin: 0px;
    }

        section.head .content p {
            margin-bottom: 40px;
        }

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 991px) {
    section.head .content {
        max-width: 610px;
        margin-left: 64px;
    }

    section.head .title {
        margin-top: 0px;
        font-size: 48px;
        line-height: 60px;
    }
}
/*#endregion HEAD*/

@media(max-width: 991px) {
    section.head {
        background-position: 0;
        min-height: 575px;
    }

        section.head .content p {
            margin-top: 20px;
        }

            section.head .content p.pmobile {
                font-size: 22px;
                line-height: 27px;
                max-width: 430px;
            }

        section.head .content a {
            position: absolute;
            bottom: 60px;
        }

        section.head .title {
            margin-top: 20px;
        }
}
/*#region Separaciones*/

@media(max-width: 991px) {
}

@media(min-width: 991px) {
}
/*#endregion HEAD*/

/*#region div-orizontal-lis*/
#div-orizontal-list {
    background-color: #F5F5F5;
}

    #div-orizontal-list ul {
        padding: 0;
        display: flex;
        justify-content: space-between;
        height: 80px;
        align-items: center;
        margin: 0;
    }

    #div-orizontal-list li {
        list-style: none;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: var(--color_active);
    }
/*#endregion div-orizontal-lis*/

/*#region PANEL EQUIPO*/
.panelEquipo {
    /*min-height: 800px;*/
}

    .panelEquipo.blue.container-fluid.px-0 {
        background: var(--color_active);
        background-size: cover;
        background-position: center;
        flex-direction: column;
        height: auto;
        color: white;
        background-origin: content-box;
    }

    .panelEquipo .bg {
        flex-direction: column;
        height: auto;
        padding-left: 0px;
    }

        .panelEquipo .bg.right1 {
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .panelEquipo .bg.left1 {
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .panelEquipo .bg.right2 {
            background-size: cover;
            background-position: center;
            position: relative;
        }


        .panelEquipo .bg .inner {
            max-width: 717px;
            display: flex;
            flex-direction: column;
        }

    .panelEquipo .title {
        font-size: 64px;
        line-height: 64px;
    }

        .panelEquipo .title b {
            color: var(--color_active);
        }

    .panelEquipo .subtitle {
        font-size: 24px;
        line-height: 26px;
        margin: 0px 0 23px 0;
        text-align: center;
        /*------*/
        color: #F5F5F5;
        text-align: center;
        font-size: 20px;
        font-style: italic;
        font-weight: 400;
        line-height: 50px;
    }

.div-wassap {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: right;
    bottom: 24px;
    padding-right: 24px;
}

.div-wassap-left {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: left;
    bottom: 24px;
    padding-left: 24px;
}

#SeccionEntrenamiento {
    /*min-height: 100vh;*/
}

.panelEquipo #div_izquierda, .panelEquipo #div_derecha {
    background-size: cover;
    background-position: center;
    position: relative;
}

@media only screen and (max-width: 992px) {
    .panelEquipo .bg {
        padding: 30px 0;
    }

    .panelEquipo {
        min-height: fit-content;
    }

        .panelEquipo .title {
            font-size: 30px;
            line-height: 1;
        }

        .panelEquipo .bg .inner {
            max-width: 80%;
        }
}
/*#endregion PANEL EQUIPO*/




/*#region tus_entrenamientos*/
.tus_entrenamientos {
    background: white;
    padding: 53px 0px 0px 0px;
}

    .tus_entrenamientos .title.titleSection {
        margin-bottom: 18px;
        font-weight: 700;
    }

    .tus_entrenamientos .subtitle {
        max-width: 1120px;
        margin: auto;
        margin-bottom: 50px;
    }

    .tus_entrenamientos .col-boxes {
        display: flex;
        justify-content: space-between;
    }

    .tus_entrenamientos .box {
        max-width: 461px;
        /*width:Calc(100% - 50px);*/
        border-radius: 30px;
        /*background: #E5E5E5;*/
        border: 22px solid #E5E5E5;
        color: var(--color_active);
        padding: 38px 5px 21px 5px;
        position: relative;
        margin: auto;
    }

        .tus_entrenamientos .box .head {
            text-align: center;
            height: 120px;
        }

            .tus_entrenamientos .box .head .img-box {
                max-height: 76px;
                height: 100%;
                max-width: 80px;
            }

            .tus_entrenamientos .box .head .img-wassap {
                position: absolute;
                top: 17px;
                right: 17px;
            }

        .tus_entrenamientos .box .body {
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .tus_entrenamientos .box .body .title {
                font-size: 40px;
                font-weight: 700;
                line-height: 50px; /* 125% */
            }

            .tus_entrenamientos .box .body .price {
                /*font-size: 64px;*/
                font-size: 40px;
                font-weight: 700;
                line-height: 30px;
                margin-top: 17px;
            }

            .tus_entrenamientos .box .body .btn {
                max-width: fit-content;
                margin-top: 33px;
                margin-bottom: 24px;
            }

            .tus_entrenamientos .box .body .text {
                text-align: left;
                padding: 0px 34px;
                font-size: 20px;
                line-height: 23px;
            }

        .tus_entrenamientos .box.blue {
            background: var(--color_active);
            color: white;
        }


@media only screen and (max-width: 1400px) {
    .tus_entrenamientos .col-boxes {
        justify-content: space-around;
        row-gap: 50px;
    }
}

@media only screen and (max-width: 992px) {
    .tus_entrenamientos {
        padding: 60px 0;
    }

        .tus_entrenamientos .box .head {
            height: auto;
            margin-bottom: 30px;
        }

        .tus_entrenamientos .box .body .title {
            font-size: 34px;
            line-height: 30px;
        }

        .tus_entrenamientos .box .body .price {
            font-size: 36px;
        }

        .tus_entrenamientos .box .body .text {
            font-size: 16px;
            line-height: 20px;
        }
}
/*#endregion tus_entrenamientos*/
.inner-text-col {
    /*height:805px;*/
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#div_izquierda + div .inner-text-col {
    align-items: flex-start;
}

.inner-text {
    height: 100%;
    max-width: 600px;
    padding-right: 42px;
    width: 100%;
}

#div_izquierda + div .inner-text-col .inner-text {
    max-width: 700px;
}

    #div_izquierda + div .inner-text-col .inner-text .subtitulo {
        padding-left: 50px;
    }


.Group702 {
    height: 964px;
}

.logo {
    padding: 25px 0px 24px 0px;
    text-align: center;
}

.title1, .title1White {
    color: #114869;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

.title2 {
    width: 735px;
    height: 91px;
    flex-shrink: 0;
    color: #114869;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin: 18px 0px 0px 0px;
}

.subtitulo {
    color: #114869;
    font-weight: 700;
    padding: 25px;
}

.title1White {
    color: white;
}

.title2White {
    /*width: 735px;*/
    /*height: 91px;*/
    flex-shrink: 0;
    color: white;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin: 10px 0px 0px 0px;
}

.subtituloWhite {
    color: white;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 108.333% */
    padding: 25px;
}

.bodyTraining {
    /*   padding: 0px 54px 0px 103px*/
}

.footTraining {
    text-align: center;
    padding-bottom: 36px;
}

.footTrainingBlue {
    text-align: center;
    padding-bottom: 35px;
    padding-top: 70px;
}

.footTrainingBlue2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #F5F5F5;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 50px; /* 250% */
    padding: 10px;
}

.features {
    text-align: left;
    margin-bottom: 20px;
    padding: 0;
    list-style: none; /* Elimina las viñetas predeterminadas */
}


    .features li {
        width: 100%;
        box-sizing: border-box;
        padding: 0px;
        position: relative;
        padding-left: 50px;
    }

        .features li:nth-child(odd) {
            background: linear-gradient(90deg, rgba(17, 72, 105, 0.20) 0%, rgba(255, 255, 255, 0.20) 61.14%);
            margin-bottom: 5px;
        }

        .features li:nth-child(even) {
            background: linear-gradient(90deg, rgba(17, 72, 105, 0.10) 0%, rgba(255, 255, 255, 0.10) 61.14%);
            margin-bottom: 5px;
        }

        .features li::before {
            content: "\203A"; /* Este es el carácter › */
            position: relative;
            left: 0px;
            color: var(--color_active);
            margin-right: 10px;
            font-size: 26px;
            top: 1px;
        }

        .features li span {
            color: #5C1212;
        }




.features2 {
    text-align: left;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

    .features2 li {
        list-style-type: none;
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        padding: 0px 0px 0px 50px;
    }

        .features2 li:nth-child(odd) {
            background: linear-gradient(90deg, rgba(255, 255, 255, 0.20) 0%, rgba(17, 72, 105, 0.20) 66.93%);
            margin-bottom: 5px;
        }

        .features2 li:nth-child(even) {
            background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, rgba(17, 72, 105, 0.10) 66.93%);
            margin-bottom: 5px;
        }

        .features2 li:before {
            content: "\203A";
            color: white;
            margin-right: 10px;
            font-size: 26px;
            position: relative;
            left: 0px;
            top: 0px;
        }

        .features2 li span {
            color: #E63946;
        }

.price {
    color: var(--color_active);
    margin-bottom: 20px;
    font-size: 64px;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    line-height: 54px;
    text-align: center;
    margin-top: 157px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.btnTraining {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--color_active);
    color: white;
    text-decoration: none;
    text-align: right;
    margin: 0px 0px 0px 0px;
    border-radius: 20px;
    font-size: 20px;
}

.priceWhite {
    color: white;
    /*    margin-bottom: 20px;*/

    font-size: 64px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    /*    margin-top: 157px;*/
}

.btnTrainingWhite {
    display: inline-block;
    padding: 10px 20px;
    background-color: white;
    color: var(--color_active);
    text-decoration: none;
    text-align: right;
    margin: 30px 0px 0px 0px;
    border-radius: 20px;
    color: #114869;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 130% */
}

.bg-blue {
    background-color: var(--color_active);
}

    .bg-blue .panelEquipo * {
        color: #fff;
    }

    .bg-blue .panelEquipo .btnTraining {
        background-color: #fff;
        color: var(--color_active);
        font-size: 20px;
    }


@media (max-width: 992px) {
    .inner-text {
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

        .inner-text .title1, .inner-text .title1White {
        }

    #div_izquierda + div .inner-text-col .inner-text {
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .inner-text div {
        width: 100%;
    }

    .inner-text .price {
        margin-top: 60px;
        font-size: 35px;
        line-height: 1.3;
    }

    #div_izquierda + div .inner-text-col .inner-text .subtitulo {
        width: 100%;
        padding: 25px 12px;
    }

    .features li {
        padding-left: 35px;
        padding-right: 12px;
        left: 0;
    }

        .features li::before {
            left: 0px;
        }

    .subtitulo {
        padding: 25px 12px;
    }

    .features2 li {
        padding: 0px 12px 0px 35px;
    }
}

@media (max-width: 576px) {
    .price {
        color: var(--color_active);
        margin-bottom: 20px;
        font-size: 50px;
        font-weight: 700;
        line-height: 50px;
        text-align: center;
        margin-top: 157px;
    }

    .priceWhite {
        color: white;
        font-size: 50px;
        font-weight: 700;
        line-height: 50px;
        text-align: center;
    }

    .panelEquipo .bg.right1 {
        background-size: cover;
        background-position: center;
        position: relative;
        padding: 80px 0;
    }

    .title1, .title1White {
        font-size: 30px;
        line-height: 34px;
        height: auto;
    }

    .title2, .title2White {
        font-size: 45px;
        line-height: 45px;
        margin-top: 0;
        height: auto;
    }
}
