.contenedor-precios-adultos {
    background-image: url(../../../assets/img/precios/Precios_Adultos-Acuaerobics/hero-precios-adultos-Movil.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center
}

.texto-blanco-precios {
    color: #fff;
    font-family: VAGRoundedStd-Bold;
    font-size: 65px;
    text-align: center
}

.imagen-superior-precios-a {
    background-image: url(../../../assets/img/precios/Precios_Adultos-Acuaerobics/precios-adultos-figura-Movile.png);
    background-size: cover;
    background-position: center;
    color: #fff;
    width: 94%;
    height: 126px;
    position: absolute;
    top: 90px;
    left: 20px;
    animation: moveUpDown 2s infinite alternate
}

.texto-precios-blue {
    text-align: center;
    color: #22317f;
    font-family: VAGRoundedStd-Light;
    font-size: 38px;
    line-height: 40px
}

.contenedor-precios-general {
    background-color: #f0f8ff;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 20px;
    align-items: center
}

.text-precios-general {
    font-family: VAGRoundedStd-Light;
    font-size: 20px;
    color: #22317f;
    flex: 1;
    text-align: left;
    margin-top: 15px;
    margin-left: 30px
}

.btn-precios-general {
    border: none;
    width: 120px;
    height: 50px;
    border-radius: 25px;
    font-family: VAGRoundedStd-Light;
    font-size: 22px;
    color: #fff;
    background-color: #ee7402;
    margin-left: 20px;
    margin-top: 7px
}

.contenedor-precios-card {
    height: auto;
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px #0000001a;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.contenedor-precios-card-titulo {
    background-color: #22317f;
    height: 100px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    justify-content: center
}

.contenedor-precios-card-titulo2 {
    background-color: #22317f;
    height: 43px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    justify-content: center
}

.text-precios-titulo-card {
    text-align: center;
    color: #fff;
    font-family: VAGRoundedStd-Light;
    font-size: 25px;
    line-height: 40px;
    align-items: center;
    margin-top: 10px
}

.text-precios-titulo-card2 {
    text-align: center;
    margin: auto;
    color: #fff;
    font-family: VAGRoundedStd-Light;
    font-size: 25px;
    line-height: 40px;
    align-items: center
}

.text-precios-titulo-card-contenido-azulcielo {
    text-align: center;
    color: #74cee0;
    font-family: VAGRoundedStd-Light;
    font-size: 22px;
    align-items: center;
    margin-top: 30px
}

.text-precios-titulo-card-contenido-negirto {
    text-align: center;
    color: #666;
    font-family: VAGRoundedStd-Light;
    font-size: 16px;
    align-items: center;
    margin-top: 30px
}

.text-precios-titulo-card-contenido-negro {
    text-align: center;
    color: #666;
    font-family: VAGRoundedStd-Light;
    font-size: 22px;
    align-items: center;
    margin-top: 30px
}

.lineazul {
    border: none;
    height: 2px;
    background-color: #74cee0
}

.text-precios-titulo-card-contenido-precio {
    text-align: center;
    color: #22317f;
    font-family: VAGRoundedStd-Light;
    font-size: 36px;
    align-items: center;
    margin-top: 30px
}

.separador {
    border: none;
    height: .8px;
    background-color: #666;
    opacity: .2;
    height: 1.5px
}

.margin-b {
    margin-bottom: 30px
}

.text-parte-inferior-precios-1 {
    font-size: 13px;
    color: #666;
    text-align: center;
    font-family: OpenSans-Regular
}

.text-parte-inferior-precios-2 {
    font-size: 10px;
    color: #666;
    text-align: left;
    font-family: OpenSans-Regular;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }

    .contenedor-precios-adultos {
        background-image: url(../../../assets/img/precios/Precios_Adultos-Acuaerobics/hero-precios-adultos-Desktop.jpg) !important;
        background-size: cover !important;
        background-position: center !important;
        color: #fff;
        width: 100% !important;
        height: 485px !important;
        display: flex !important;
        justify-content: center !important
    }

    .texto-blanco-precios {
        color: #fff;
        font-family: VAGRoundedStd-Bold;
        font-size: 185px !important;
        text-align: center;
        margin-top: 45px
    }

    .imagen-superior-precios-a {
        background-image: url(../../../assets/img/precios/Precios_Adultos-Acuaerobics/precios-adultos-figura-Desktop.png);
        background-size: cover;
        background-position: center;
        color: #fff;
        width: 70%;
        height: 55%;
        position: absolute;
        top: 70px;
        left: 22%;
        animation: moveUpDown 2s infinite alternate
    }

    .texto-precios-blue {
        text-align: center;
        color: #22317f;
        font-family: VAGRoundedStd-Light;
        font-size: 65px !important;
        margin-top: 40px;
        margin-bottom: 10px
    }

    .texto-precios-blue2 {
        text-align: center;
        color: #22317f;
        font-family: VAGRoundedStd-Bold !important;
        font-size: 67px !important;
        margin-bottom: 30px
    }

    .contenedor-precios-general-d {
        background-color: #f0f8ff;
        border-radius: 25px;
        display: flex;
        justify-content: space-between;
        width: 70% !important;
        margin-left: 15% !important;
        margin-bottom: 20px !important;
        align-items: center;
        margin-top: -15px !important
    }

    .text-precios-general {
        font-family: VAGRoundedStd-Light;
        font-size: 20px;
        color: #22317f;
        flex: 1;
        text-align: left;
        margin-left: 30px
    }

    .btn-precios-general {
        border: none;
        width: 120px;
        height: 50px;
        border-radius: 25px;
        font-family: VAGRoundedStd-Light;
        font-size: 22px;
        color: #fff;
        background-color: #ee7402;
        margin-left: 20px;
        margin-top: 7px
    }

    .contenedor-precios-card {
        height: auto !important;
        width: 55% !important;
        margin: 50px auto 30px !important;
        box-shadow: 0 4px 8px #0000001a;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-bottom: 30px !important
    }

    .contenedor-precios-card-titulo {
        background-color: #22317f;
        height: 100px !important;
        border-top-right-radius: 10px !important;
        border-top-left-radius: 10px !important;
        display: flex !important;
        justify-content: center !important
    }

    .contenedor-precios-card-titulo2 {
        background-color: #22317f;
        height: 80px !important;
        padding-top: 20px !important;
        border-top-right-radius: 10px !important;
        border-top-left-radius: 10px !important;
        display: flex !important;
        justify-content: center !important
    }

    .contenedor-precios-card-titulo3 {
        background-color: #22317f;
        height: 80px !important;
        border-top-right-radius: 10px !important;
        border-top-left-radius: 10px !important;
        display: flex !important;
        justify-content: center !important
    }

    .text-precios-titulo-card,
    .text-precios-titulo-card2 {
        text-align: center;
        color: #fff;
        font-family: VAGRoundedStd-Light;
        font-size: 35px !important;
        line-height: 40px !important;
        align-items: center !important;
        margin-top: 10px !important
    }

    .text-precios-titulo-card3 {
        text-align: center;
        color: #fff;
        font-family: VAGRoundedStd-Light;
        font-size: 35px !important;
        line-height: 40px !important;
        align-items: center !important;
        margin-top: 20px !important
    }

    .conten-izq {
        text-align: right
    }

    .conten-der {
        padding-left: 25%
    }

    .text-precios-titulo-card-contenido-azulcielo {
        text-align: center;
        color: #74cee0;
        font-family: VAGRoundedStd-Light;
        font-size: 25px !important;
        align-items: center;
        margin-top: 30px
    }

    .text-precios-titulo-card-contenido-negirto {
        text-align: center;
        color: #666;
        font-family: VAGRoundedStd-Light;
        font-size: 19px !important;
        align-items: center;
        margin-top: 30px
    }

    .text-precios-titulo-card-contenido-negro {
        text-align: center;
        color: #666;
        font-family: VAGRoundedStd-Light;
        font-size: 25px !important;
        align-items: center;
        margin-top: 30px
    }

    .lineazul {
        border: none;
        height: 2px;
        background-color: #74cee0
    }

    .text-precios-titulo-card-contenido-precio {
        text-align: center;
        color: #22317f;
        font-family: VAGRoundedStd-Light;
        font-size: 36px;
        align-items: center;
        margin-top: 30px
    }

    .separador {
        border: none;
        height: .8px;
        background-color: #666;
        opacity: .2;
        height: 1.5px
    }

    .margin-b {
        margin-bottom: 30px
    }

    .text-parte-inferior-precios-1 {
        font-size: 15px !important;
        color: #666 !important;
        text-align: center !important;
        font-family: OpenSans-Regular !important;
        margin-bottom: 8% !important
    }

    .text-parte-inferior-precios-2 {
        font-size: 11px !important;
        color: #666 !important;
        text-align: left !important;
        font-family: OpenSans-Regular !important;
        margin: auto !important
    }

    .btn-orange-precios {
        background: linear-gradient(to right, #ee7402, #f18626);
        border: none;
        color: #fff;
        padding: 6px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 15px;
        cursor: pointer;
        border-radius: 50px;
        transition: background .3s ease;
        height: auto;
        margin: -11px auto auto;
        font-family: VAGRoundedStd-Bold
    }

    .btn-orange-precios:hover {
        background: #ff6140
    }
}