.mt-50 {
    margin-top: 50px !important;
}

@font-face {
    font-family: "Monserrat";
    src: url(/assets/fonts/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
    font-family: "Monserrat";
    src: url(/assets/fonts/Montserrat/Montserrat-LightItalic.ttf);
    font-weight: 300;
}

@font-face {
    font-family: "Monserrat";
    src: url(/assets/fonts/Montserrat/Montserrat-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "Monserrat";
    src: url(/assets/fonts/Montserrat/Montserrat-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "Monserrat";
    src: url(/assets/fonts/Montserrat/Montserrat-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: "Monserrat";
    src: url(/assets/fonts/Montserrat/Montserrat-Light.ttf);
    font-weight: lighter;
}

@font-face {
    font-family: "Gotham";
    src: url(/assets/fonts/gotham/gotham_bold.otf);
    font-weight: bold;
}

* {
    font-family: "Monserrat";
}

.overflow-hidden {
    overflow: hidden !important;
}

/* Clases generales */
.ff-gotham {
    font-family: 'Gotham';
}

.fw-bold {
    font-weight: bold !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.fs-22 {
    font-size: 22px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-21 {
    margin-bottom: 21px !important;
}

/* Sección banner */
.banner-sable-bici {
    /* background: url(../img/sable-bici-web/Banner-sable-bici-movil.jpg) no-repeat center center; */
    background-size: cover;
    height: 692px;
    width: 100%;
    padding: 45px 30px;
    color: #ffffff;
}

.banner-sable-bici .logo-sable-bici {
    width: 200px;
}

.banner-sable-bici h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    color: #ffffff;
}

.banner-sable-bici p {
    font-size: 16px;
    font-weight: 600;
}

/* Seccion  de información */

.section-info {
    padding: 50px 0;
}

.section-info .img-decorativa {
    width: 600px;
    left: -55%;
}

.section-info h2 {
    color: #7513BD;
    font-size: 28px;
    font-weight: 700;
}

.section-info h2 img {
    width: 30px;
}

.section-info p,
.section-info ul {
    font-size: 16px;
    font-weight: 500;
}

.section-info ul {
    padding-left: 0;
}

.section-info ul li {
    list-style: none;
    padding-left: 30px;
    background: url('/assets/img/sable-bici-web/ico-check.svg') no-repeat left center;
    background-size: 25px 25px;
    line-height: 2;
}



.section-info .card-info .img {
    box-shadow: 0px 4px 20px 0px #00000080;
    width: 100%;
    overflow: hidden;
}

.section-info .card-info .img,
.section-info .card-info .img img {
    border-start-end-radius: 10px;
    border-start-start-radius: 10px;
    height: 316px;
    object-fit: cover;
}

.section-info .card-info .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    transition: transform 0.7s ease-in-out;
    cursor: pointer;
}

.section-info .card-info .img:hover img {
    transform: scale(1.2);
}

.section-info .card-info .info {
    background: linear-gradient(117.6deg, #5A168E 4.81%, #6013A2 40.31%, #76236A 75.8%);
    border-end-end-radius: 10px;
    border-end-start-radius: 10px;
    color: #ffffff;
    padding: 19px 30px;
}

.section-info .card-info .info p {
    font-size: 25px;
    font-weight: bold;
}

.section-info .card-info .info p.text-icono {
    font-weight: 500;
    font-size: 16px;

}

.section-info .card-info .info .text-icono img {
    width: 16px;
    height: 16px;
}

/* Sección de objetivos */
.section-objetivos {
    background-color: #FBF7FE;
    padding: 50px 20px;
}

.section-objetivos h2,
.section-objetivos h3 {
    color: #7513BD;
    font-size: 43px;
    font-weight: bold;
    line-height: 55px;
    margin-bottom: 40px;
}

.section-objetivos h3 {
    margin-top: 76px;
}

.section-objetivos p {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.section-objetivos .container-objetivos .efecto-hover {
    max-width: 214px;
    height: 184px;
    background-color: #72398D;
    border-radius: 10px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    transform-origin: top left;
    transition: transform 0.6s ease-in-out;
}


.section-objetivos .container-objetivos .efecto-hover:hover {
    transform: scale(1.15) !important;
}


.section-objetivos .container-objetivos .efecto-hover:hover img:nth-child(1) {
    display: none !important;
}

.section-objetivos .container-objetivos .efecto-hover:hover img:nth-child(2) {
    display: block !important;
}

/* Section activación */
.section-activacion {
    background: linear-gradient(122.98deg, #5A168E 7.19%, #6013A2 50.23%, #76236A 93.27%);
    padding: 50px 10px;
    color: #ffffff;
    overflow: none;
}

.section-activacion .img-decorativa {
    width: 600px;
    right: -320px;
}

.section-activacion img.icono-descarga {
    width: 80px;
}

.section-activacion h2 {
    font-size: 43px;
    font-weight: bold;
}

.section-activacion p {
    font-size: 22px;
}

.section-activacion ul.list-paso {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-weight: 500;
}

.section-activacion ul.list-paso li {
    display: block;
    list-style: none;
    padding-left: 30px;
    background: url('/assets/img/sable-bici-web/ico-check.svg') no-repeat left center;
    background-size: 25px 25px;
    line-height: 2;
    font-size: 16px;
}

.section-activacion .manual {
    padding: 60px 0 0 0;
    width: 100%;
    max-width: 790px;
    margin: auto;
    margin-top: 50px;
}

.section-activacion .manual img {
    width: 100%;
}

.section-activacion .manual h3 {
    font-size: 22px;
    font-weight: bold;
    color: #FED900;
}

.section-activacion ul.list-manual {
    padding: 0;
}

.section-activacion ul.list-manual li {
    display: block;
    list-style: none;
    padding-left: 30px;
    background: url('/assets/img/sable-bici-web/ico-check-amarillo.svg') no-repeat left 4px;
    background-size: 25px 25px;
    line-height: 2;
    font-size: 16px;
    margin-top: 21px;
    font-weight: 500;
}

.section-activacion  a.download-manual {
    border-radius: 50px;
    background-color: #FED900;
    max-width: 420px;
    color: #72398D;
    font-size: 16px !important;
    font-weight: bold;
    padding: 10px 0;
    font-family: "Monserrat";
    text-decoration: none;
    width: 100%;
    display: block;
    margin-top: 40px;
}

@media screen and (min-width: 720px) {
    .banner-sable-bici {
        background-image: url(../img/sable-bici-web/Banner-sable-bici.jpg);
        height: 512px;
    }

    .section-info {
        padding: 100px 0;
    }

    .section-objetivos {
        background-color: #FBF7FE;
        padding: 100px 20px;
    }

    .section-activacion {
        background: linear-gradient(122.98deg, #5A168E 7.19%, #6013A2 50.23%, #76236A 93.27%);
        padding: 126px 20px;
        color: #ffffff;
    }

    .section-activacion ul.list-paso {
        align-items: center;
    }

    .section-activacion .manual a {
        padding: 13px 100px;
    }

    .section-activacion h2 {
        font-size: 48px;
    }
}

@media screen and (min-width: 992px) {
    .section-info .card-info {
        max-width: 446px;
        max-height: 429px;
    }

    .section-info h2 {
        text-align: start;
        font-size: 48px;
        line-height: 55px;
    }

    .section-info h2 img {
        width: 50px;
    }

    .section-info p,
    .section-info ul {
        font-size: 18px;
    }

    .section-objetivos h2,
    .section-objetivos h3 {
        font-size: 48px;
    }
}

.section-ruta {
    background-color: #FAF5FF;
    padding: 50px 20px;
}

.section-ruta h2 {
    font-size: 43px;
}

.section-ruta .subtitle-ruta {
    font-size: 25px;
}

.section-ruta p {
    font-size: 19px;
}

.section-ruta h4 {
    font-size: 16px;
    color: #101828;
    font-weight: 500;
}

.fs-14 {
    font-size: 14px !important;
}

@media screen and (min-width: 768px) {
    .section-ruta {
        background-color: #FAF5FF;
        padding: 153px 20px;
    }

    .section-ruta .subtitle-ruta {
        font-size: 30px;
    }

    .section-ruta h2 {
        font-size: 48px
    }

    .section-ruta p {
        font-size: 24px;
    }
}

.section-ruta .content-rutas {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
    text-align: center;
    max-width: 422px;
}

.section-ruta .content-rutas h3 {
    width: min-content;
    font-weight: 600;
}

.section-ruta .content-rutas .item-ruta {
    border: 1px solid #E5E7EB;
}

.item-recorrido {
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 10px;
    margin: 20px 0;
    display: block;
    color: #000000;
    text-decoration: none;
    text-align: start;
}

.item-recorrido:hover,
.item-recorrido:active {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #72398D;
}

.item-recorrido:hover h4 {
    color: #ffffff;
}

.item-recorrido img {
    margin-right: 10px;
}


@media screen and (min-width: 992px) {

    .section-activacion ul.list-paso li {
        font-size: 24px;
    }

    .section-ruta .content-rutas {
        text-align: start;
    }

    .section-ruta .content-rutas h3 {
        width: max-content;
    }
}

.footer {
    background-color: #511683;
    padding: 50px 23px 70px 23px;
}

.img-decorativa-left {
    width: 600px;
    left: -16%;
}

.img-decorativa-left.img-rueda {
    width: 400px;
    left: -100px;
    bottom: 10px;
}

.img-decorativa-left.img-cadena {
    width: 450px;
    left: -80px;
    top: 5%;
}

.img-decorativa-right.img-volante {
    width: 600px;
    right: -280px;
    top: 20%;
}

.img-decorativa-bottom.rueda-objetivos {
    width: 600px;
    left: -240px;
    bottom: -100px;
}

.bicicleta-objetivos {
    width: 700px;
    right: -350px;
    bottom: 15%;
    opacity: 0;
}

.img-decorativa-left.left55 {
    left: -55%;
}

.img-decorativa-right {
    width: 400px;
    right: -200px;
}

.img-decorativa-left-footer {
    width: 400px;
    left: -10%;
}

.img-decorativa-right-footer {
    width: 400px;
    right: -200px;
}

.footer div.col-12 {
    margin-top: 40px;
}

.footer img.logo-sable-bici {
    width: 110px;
    margin-bottom: 20px;
}

.footer h2 {
    color: #FED900;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer p {
    font-size: 14px;
    font-weight: 500;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul li {
    padding: 0;
    list-style: none;
}

.footer ul li a {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%
}

.footer .btn-emergencias {
    background: #7700D5;
    border-radius: 10px;
    padding: 10px
}

.footer .btn-emergencias h3 {
    font-size: 20px;
    font-weight: bold;
}

.footer .btn-emergencias p {
    font-size: 14px;
    font-weight: 500;
}

.footer .text-horario {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}

.pie-pagina {
    background: #64129F;
    padding: 17px 0;
}

.pie-pagina p {
    color: #DAB2FF;
    font-size: 14px;
    font-weight: 500;
}

@media screen and (min-width: 992px) {
    .footer div.col-12 {
        margin-top: 0;
    }
}

/* Media Queries pantallas medianas y chicas */
@media screen and (max-width: 768px) {
    .img-decorativa-left.left55 {
        left: -50%;
        width: 300px;
    }

    .img-decorativa-right-footer {
        right: -240px;
    }
}

[data-aos=fade-up] {
    transform: translate3d(0, 350px, 0);
}

.btn-play {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}