.texto_imagen {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    height: auto;
    color: #fff;
    overflow: hidden
}
.texto_imagen.invertir{
    flex-direction: row-reverse
}
.section .section__wrapper .texto_imagen.invertir .texto{
    padding-right: 50px !important;
    padding-left: 0!important;
}
.texto_imagen .imagen {
    width: 50% !important
}

.texto_imagen .texto {
    width: 50% !important
}

.texto_imagen:not(.inv) .texto {
    padding-left: 50px
}

.texto_imagen.white {
    color: #000
}

.texto_imagen.white p {
    color: #000
}

.texto_imagen .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    height: auto
}

.texto_imagen .btn.absolute {
    position: absolute;
    bottom: -35px;
    z-index: 9;
    font-size: 28px;
    line-height: 28px
}

.texto_imagen .texto {
    width: 54%;
    display: flex;
    flex-wrap: wrap;
    align-content: normal;
    text-align: center;
    padding: 0 20px
}

.texto_imagen .texto p {
    flex-wrap: wrap;
    width: 100%
}

.texto_imagen .texto img {
    display: block;
    width: 50%;
    max-width: 250px;
    margin: 0 auto;
    object-fit: contain
}

.texto_imagen .texto ol,
.texto_imagen .texto ul {
    color: #2e2d2c
}

.texto_imagen .texto .titulo,
.texto_imagen .texto .titulo h1,
.texto_imagen .texto .titulo h2,
.texto_imagen .texto .titulo h3,
.texto_imagen .texto .titulo h4 {
    font-family: "BauhausBuglerBold";
    font-size: 42px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
    margin-bottom: 20px
}

.texto_imagen .texto .subtitulo {
    font-size: 30px;
    line-height: normal;
    color: #7879b7;
    font-weight: 400;
    text-align: center
}

.texto_imagen .texto>p {
    width: 100%;
    text-align: center
}

.texto_imagen .texto>p a:not(.btn) {
    color: #fbd6bd;
    transition: all .2s linear;
    font-weight: 600
}

.texto_imagen .texto>p a:not(.btn):hover {
    color: #2e2d2c
}

.texto_imagen .texto .enlace {
    margin-top: 10px;
    width: 100%
}

.texto_imagen .texto .enlace a {
    width: 100%
}

.texto_imagen .imagen {
    width: 42%;
    position: relative;
    height: auto;
    display: flex
}

.texto_imagen .imagen img,
.texto_imagen .imagen iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 10px
}

.texto_imagen.inv .imagen {
    order: 2
}

.cuadrada.texto_imagen {
    height: auto;
    margin: 50px auto;
    padding: 0 20px
}

.cuadrada.texto_imagen .texto ul {
    padding-left: 40px;
    list-style: none
}

.cuadrada.texto_imagen .texto ul li {
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center
}

.cuadrada.texto_imagen .texto ul li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -40px
}

.cuadrada.texto_imagen .texto ul li:nth-child(odd)::before {
    background: #dedede
}

.cuadrada.texto_imagen .texto ul li:nth-child(even)::before {
    background: #dedede
}

.cuadrada.texto_imagen.inv .texto {
    padding: 0;
    max-width: 615px;
    padding-right: 90px
}

.cuadrada.texto_imagen:not(.inv) .texto {
    padding: 0;
    max-width: 615px;
    padding-left: 90px
}

.cuadrada.texto_imagen:not(.inv) .imagen {
    text-align: right;
    justify-content: flex-end
}

.cuadrada.texto_imagen .imagen {
    height: auto;
    max-width: 615px;
    position: relative
}

.cuadrada.texto_imagen .imagen img,
.cuadrada.texto_imagen .imagen iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(max-width: 1600px) {
    .texto_imagen .texto {
        padding: 20px;
        height: 100%;
        align-items: center
    }
}

@media(max-width: 1000px) {
    .texto_imagen .texto .titulo {
        margin-top: 25px
    }

    .texto_imagen:not(.cuadrada) .texto {
        width: 100%;
        padding: 0
    }

    .texto_imagen:not(.cuadrada) .imagen {
        width: 100%
    }

    .cuadrada.texto_imagen .imagen img,
    .cuadrada.texto_imagen .imagen iframe {
        position: relative
    }

    .cuadrada.texto_imagen:not(.inv) .texto,
    .cuadrada.texto_imagen.inv .texto {
        padding: 0
    }

    .cuadrada.texto_imagen .imagen,
    .cuadrada.texto_imagen:not(.inv) .imagen {
        justify-content: center;
        margin-bottom: 25px
    }

    .cuadrada.texto_imagen .imagen img,
    .cuadrada.texto_imagen .imagen iframe,
    .cuadrada.texto_imagen:not(.inv) .imagen img,
    .cuadrada.texto_imagen:not(.inv) .imagen iframe {
        width: 100%;
        max-width: 100%;
        height: 370px
    }

    .texto_imagen {
        height: auto
    }

    .texto_imagen .imagen {
        width: 100%;
        height: 250px
    }

    .texto_imagen .texto {
        width: 100%;
        align-content: baseline
    }

    .texto_imagen .texto .titulo::after {
        margin-left: auto;
        display: none !important;
        margin-right: auto;
        margin-top: 15px
    }
}

@media(max-width: 767px) {
    .cuadrada.texto_imagen {
        margin: 25px auto
    }

    .texto_imagen .texto .titulo::after {
        width: 100%
    }
}

.texto_imagen.premium .container {
    max-width: 100%;
    padding: 0
}

.texto_imagen.premium .container .texto {
    padding: 0;
    justify-content: flex-end
}

.texto_imagen.premium .container .texto .titulo,
.texto_imagen.premium .container .texto .subtitulo {
    margin: 0 !important;
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(210, 174, 3) 40%, rgb(210, 174, 3) 100%)
}

.texto_imagen.premium .container .texto .titulo {
    padding-top: 20px;
    font-size: 30px;
    line-height: normal;
    font-weight: 400;
    color: #fff;
    text-align: right;
    padding-right: 20%
}

.texto_imagen.premium .container .texto .subtitulo {
    padding-bottom: 8px;
    font-size: 50px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
    text-align: right;
    padding-right: 20%
}

.texto_imagen.premium .container .texto blockquote {
    border: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    padding: 0;
    margin-right: 20%
}

.texto_imagen.premium .container .texto blockquote p {
    text-align: right;
    font-size: 40px;
    font-weight: 600;
    font-style: normal
}

.texto_imagen.premium .container .texto>p {
    text-align: right;
    margin-right: 20%
}

.texto_imagen.premium .container .texto a {
    border-radius: 5px;
    font-size: 25px;
    line-height: normal;
    padding: 7px 35px;
    font-weight: 400;
    text-transform: uppercase;
    width: auto;
    border: 1px solid #fbd6bd;
    background: #fbd6bd;
    color: #000;
    display: inline-flex;
    margin-bottom: 5px
}

.texto_imagen.premium .container .texto a:hover {
    background: #000;
    color: #fbd6bd
}

.texto_imagen.premium .container .imagen img {
    object-fit: contain;
    transform: scale(1.3)
}

.texto_imagen.premium.inv .container .texto .titulo,
.texto_imagen.premium.inv .container .texto .subtitulo {
    padding-right: 0;
    padding-left: 20%;
    text-align: center;
    background: #fff;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgb(210, 174, 3) 40%, rgb(210, 174, 3) 100%)
}

.texto_imagen.premium.inv .container .texto blockquote,
.texto_imagen.premium.inv .container .texto>p {
    margin-right: 0;
    margin-left: 20%;
    text-align: center
}

.texto_imagen.premium.inv .container .texto blockquote p,
.texto_imagen.premium.inv .container .texto>p p {
    text-align: center
}

@media(max-width: 1000px) {

    .texto_imagen.premium .container .imagen,
    .texto_imagen.premium.inv .container .imagen {
        height: 450px
    }

    .texto_imagen.premium .container .imagen img,
    .texto_imagen.premium.inv .container .imagen img {
        transform: scale(1)
    }

    .texto_imagen.premium .container .texto .titulo,
    .texto_imagen.premium .container .texto .subtitulo,
    .texto_imagen.premium.inv .container .texto .titulo,
    .texto_imagen.premium.inv .container .texto .subtitulo {
        padding-right: 0;
        padding-left: 0;
        text-align: center;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(210, 174, 3) 0%, rgb(210, 174, 3) 100%)
    }

    .texto_imagen.premium .container .texto blockquote,
    .texto_imagen.premium .container .texto blockquote p,
    .texto_imagen.premium .container .texto p,
    .texto_imagen.premium.inv .container .texto blockquote,
    .texto_imagen.premium.inv .container .texto blockquote p,
    .texto_imagen.premium.inv .container .texto p {
        margin-right: 0;
        margin-left: 0;
        text-align: center
    }

    .texto_imagen.premium.inv.silver .container .texto .titulo,
    .texto_imagen.premium.inv.silver .container .texto .subtitulo,
    .texto_imagen.premium.silver .container .texto .titulo,
    .texto_imagen.premium.silver .container .texto .subtitulo {
        background: #fff;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(160, 160, 160) 0%, rgb(160, 160, 160) 100%)
    }

    body .escalar.texto_imagen .imagen img,
    body .escalar.texto_imagen .imagen iframe {
        transform: scale(1);
        object-fit: contain
    }
}

.escalar.texto_imagen .texto {
    padding: 60px 20px
}

.escalar.texto_imagen .imagen img,
.escalar.texto_imagen .imagen iframe {
    transform: scale(1.3);
    object-fit: contain
}

@media(min-width: 768px) {
    .texto_imagen .container {
        justify-content: space-between
    }
}

body .texto_imagen ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding: 0;
    margin: 0
}

body .texto_imagen ol li {
    counter-increment: my-awesome-counter;
    margin: .25rem;
    color: #7879b7;
    position: relative;
    text-align: left;
    font-size: 25px;
    font-weight: 500
}

body .texto_imagen ol li b,
body .texto_imagen ol li strong {
    font-weight: 600
}

body .texto_imagen ol li::before {
    content: counter(my-awesome-counter);
    border: 3px solid #7879b7;
    font-weight: 700;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-right: .5rem;
    color: #7879b7;
    position: absolute;
    left: -40px
}

body .texto_imagen .notshow {
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.galeria_slider_child {
    padding: 20px 100px;
    background: #fff;
    border-radius: 10px;
    margin-top: 100px
}

.galeria_slider_child .splide__track--nav>.splide__list>.splide__slide.is-active,
.galeria_slider_child .splide__track--nav>.splide__list>.splide__slide {
    border: 0
}

.galeria_slider_child li {
    height: 250px;
    padding: 3px
}

.galeria_slider_child li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .25);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .25)
}

.galeria_slider_child .splide__arrow {
    width: 61px;
    height: 61px
}

body .texto_imagen .imagen .splide .splide__track {
    width: 100%
}

body .texto_imagen .imagen .splide img {
    position: relative;
    max-height: 560px;
    object-fit: contain
}

/*# sourceMappingURL=texto_imagen.min.css.map */