.bg-blue {
    /*background-color: hsl(209.64deg 93.33% 35.29%);*/
}

.bg-blue-containt {
    background-color: hsl(209.64deg 93.33% 35.29%);
}

.container-header {
    /*max-width: 85%;*/
    /*max-width: 1200px;*/
    margin: 0 auto;
    position: absolute;
    width: 100%;
    z-index: 9;
}



.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #0065CE;
    border: 1px solid #0065CE;
    border-radius: 5px;
    font-weight: 500;
    min-width: unset;
    padding: 0.65rem 2rem;
}

.btn-red, .btn-red:hover, .btn-red:active, .btn-red:focus {
    background-color: red;
    border: 1px solid red;
    color:white;
    border-radius: 5px;
    font-weight: 500;
    min-width: unset;
    padding: 0.35rem 1rem;
}

.button-afiliate {
    letter-spacing: 0px;
    margin: auto;
}

.btn-acceso {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color:#FFFFFF;
    border-radius: 5px;
    font-weight: 500;
    min-width: unset;
    padding: 0.35rem 1rem;
}

.btn-acceso:hover, .btn-acceso:active, .btn-acceso:focus {
    background-color: #0065CE;
    border: 1px solid #0065CE;
    color:#FFFFFF !important;
    border-radius: 5px;
    font-weight: 500;
    min-width: unset;
    padding: 0.35rem 1rem;
}

a.btn.btn-primary.button-afiliate2 {
    display: block;
    margin: auto;
    width: fit-content;
}

.row-header {
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 25px;
}

.container-banner-images {
    margin-top: 0px;
}

.container {
    max-width: 92%;
    width: 100%;
}

.landing-section1 {
    padding: 6rem 5rem;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 2rem;
}

.landing-section2 {
    margin: auto;
    max-width: 1300px;
    padding-bottom: 3rem;
}

.landing-section3 {
    margin: auto;
    max-width: 1300px;
    padding-bottom: 6rem;
}

.landing-section4 {
    margin: auto;
    max-width: 1100px;
    padding-bottom: 6rem;
    max-width: 80%;
}

.landing-section1 h1, .landing-section1 p {
    text-align: center;
    padding-bottom: 2rem;
}

.landing-section1 p {
    /*font-size: 16px;*/
    font-size: 19px;
    line-height: normal;
}

.landing-section2 h1, .landing-section4 h1{
    text-align: center;
    padding-top: 2rem;
}

.box-gray {
    padding: 25px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.resaltado {
    color: black;
    font-weight: 500;
}
.logoresaltado  {
    font-weight: 500 !important;
    color: #0065c3 !important;
    font-size: 25px;
}
.contenidoprincipal {
    font-weight: 400;
    line-height: initial;
    font-size: 22px;
}



.box-icon img {
    width: 100%;
    max-width: 50px;
}

.title-box {
    color: #030303;
    font-weight: 500;
    font-size: 16px;
}

.description-box {
    text-align: center;
    line-height: 1.3;
    max-width: 155px;
    font-size: 14px;
    color: #201e1e;
    font-weight: 400;
}

.card-icon {
    width: 50%;
}
.row-blocks {
    padding-top: 3rem;
    padding-bottom: 3rem;
    justify-content: center;
}

.col-custom-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box-gray-content {
    position: relative;
    width: 100%;
    background-color: #f0f3f7;
    border-radius: 5px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-size: 0;
    padding-bottom: 100%;
    height: 0;
    display: block;
    color: #666;
}

.box-gray-content:hover {
    color: #666;
}

.banner-desktop {
    width: 100%;
}

.content-card-gray, .content-card-yellow {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.content-card-yellow {
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-gray {
    background-color: #f0f3f7;
    border-radius: 5px;
    border-radius: 10px;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.card-image img {
    width: 100%;
    max-width: 250px;
    max-height: 200px;
}

.card-texto {
    padding: 15px;
}

.card-texto div {
    line-height: 1.2;
    max-width: 170px;
}

.card-image {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.logo-landing {
    max-width: 100px;
}

.h1, h1 {
    font-size: 4rem;
}

.card-yellow {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-yellow .card-title {
    font-size: 1.3rem;
    font-weight: 500;
    color: #000;
}

.card-yellow .card-icon img {
    width: 100%;
    max-width: 90px;
}

.landing-section3 .row-cards {
    background-color: #ffd004;
    /*border-radius: 5px;*/
    border-radius: 10px;
    margin: 0;
}

.card-column {
    flex-direction: column;
    justify-content: unset;
}

.card-banner {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    font-size: 2rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-banner-blue {
    background-color: #459dda;
    color: #FFF;
}

.card-banner-orange {
    background-color: #db7104;
    color: #FFF;
}

.card-banner-green {
    background-color: #158c54;
    color: #FFF;
}

.card-body-plan {
    width: 100%;
    padding: 4.5rem 2.5rem 2.5rem 2.5rem;
    font-size: 16px;
    font-size: 1.8rem;
}

.plan-item {
    display: list-item;
    margin-left: 1.3em;
    font-weight: 400;
    color: #000;
}

.plan-item.sub {
    font-weight: 500;
}

.plan-item.sub span {
    border-bottom: 2px solid;
}

.price-plan {
    font-weight: 600;
    color: #000;
    padding-top: 2em;
    padding-bottom: 15px;
    display: flex;
    align-items: baseline;
}

.format-currency, .format-decimal {
    font-size: 19px;
}

.format-amount {
    font-size: 40px;
    display: flex;
    align-items: flex-start;
    line-height: 1;
}

.btn-orange, .btn-orange:hover, .btn-orange:active, .btn-orange:focus {
    background-color: #db7104;
    border: 1px solid #db7104;
    font-weight: normal;
    padding: 0.85rem 2.8rem;
}

.btn-blue, .btn-blue:hover, .btn-blue:active, .btn-blue:focus {
    background-color: #459dda;
    border: 1px solid #459dda;
    font-weight: normal;
    padding: 0.85rem 2.8rem;
}

.btn-green, .btn-green:hover, .btn-green:active, .btn-green:focus {
    background-color: #158c54;
    border: 1px solid #158c54;
    font-weight: normal;
    padding: 0.85rem 2.8rem;
}

.owl-theme .owl-dots .owl-dot span {
    border: 0.1rem solid #869791 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px;
    margin: 5px 7px;
    background: #869791 !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFFFFF !important;
}

.row-ticketera {
    margin: 0;
    padding-top: 0px;
    padding-bottom: 4.5rem;
    position: absolute;
    z-index: 1;
    width: 1101px;
}

a.btn.btn-primary.button-afiliate2.mt-0.mb-6 {
    margin-top: 153px !important;
}

.row-features {
    margin: 0;
}

.content-ticketera {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f3f7;
    border-radius: 10px;
}

.texto-ticketera {
    color: #000000;
    font-weight: 400;
    line-height: 1.2;
    font-size: 3.9rem;
    padding: 15px;
    font-size: 20px;
}



.image-ticketera {
    max-width: 250px;
}

.image-ticketera img {
    margin-top: -5.5rem;
    margin-bottom: -4.5rem;
}

.content-features {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem;
    background-color: #f0f3f7;
    border-radius: 10px;
    margin-bottom: 6rem;
}

.image-features {
    flex: 0 0 50%;
}

.texto-features {
    flex: 0 0 50%;
    padding: 4rem;
}

span.title-features {
    font-size: 3.9rem;
    color: #000000;
    font-weight: 600;
    line-height: 1;
}

.description-features {
    line-height: 1.5;
}

.image-features img {
    max-width: 350px;
    margin-left: auto;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px 0rgba(183,192,206,.2);
    -webkit-box-shadow: 0 0 10px 0 rgb(183 192 206 / 20%);
    -moz-box-shadow: 0 0 10px 0 rgba(183,192,206,.2);
    -ms-box-shadow: 0 0 10px 0 rgba(183,192,206,.2);
}

.colorwhite{
color:white;
}

.texto-features .description-features {
    max-width: 350px;
    margin-right: auto;
}

.description-features {
    font-size: 15px;
    font-weight: 400;
    font-family: sans-serif;
    color: #201e1e;
}

.header-features {
    display: flex;
    align-items: flex-end;
}

.icon-features img {
    max-height: 5rem;
    margin-right: 10px;
}

.logo-footer {
    max-width: 100px;
    margin: 0 auto;
}

.container-foot {
    padding: 5rem 3rem;
}
.footersubtitle{
    font-weight: 500;
}

.container-foot a{
    color:white;
}
.sidebar-toggler-a {
    display: none !important;
    align-items: center;
    color: #333;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -.01em;
    text-transform: uppercase;
    margin-right: 1rem;
    margin-left: 2rem;
}

.sidebar-toggler-a svg {
    color: white !important;
}

.content-logo {
    display: flex;
    align-items: center;
}

.hide {
    display: none !important;
}

.subtitulo {
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
}

.button-descargar.lc {
    font-size: 4rem;
    background-color: #e02320;
    border: 1px solid #e02320;
    margin: 0 auto;
}

p.contenidoprincipal svg {
    width: 100%;
    max-width: 350px;
}

h1 svg {
    max-height: 4.5rem;
    width: auto;
}

.logo-svg {
    background-color: #065bae;
    line-height: unset !important;
    padding: 5px;
    border-radius: 3px;
}

@media(min-width: 768px) {
  .banner-mobile {
    display: none !important;
  }

  .sidebar-toggler-a {
    display: none !important;
  }


}


@media(min-width: 1200px) {
    .landing-section4 {
        max-width: 1100px;
    }
}

@media(max-width: 1199px) {

    .landing-section1 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .col-custom-2 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .container-banner-images {
        margin-top: 0rem;
    }

    .description-box {
        font-size: 14.5px;
    }

    .col-plan {
        max-width: 350px;
        margin: 0 auto;
    }

    .content-features {
        flex-direction: column-reverse;
    }
}

@media(max-width: 990px) {
    .texto-ticketera {
        font-size: 1.9rem;
    }
    .row-ticketera {
        width: auto;
    }
}
  
@media(max-width: 767px) {

    .mobilebanner{
        height: 890px;
        }

    p.contenidoprincipal {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 24px;
    }

    .content-logo {
        width: 50%;
    }

    .banner-desktop {
        display: none !important;
    }
  
    .row-ticketera {
        width: 528px;
    }


    .logo-landing {
        width: 100%;
        max-width: 50%;
    }

    .button-afiliate {
        padding: 0.35rem 1rem;
    }

    .container-banner-images {
        margin-top: 0px;
    }

    .texto-ticketera {
        font-size: 1.65rem;
    }

    .image-ticketera {
        max-width: 150px;
    }

    .landing-section4 {
        max-width: 90%;
    }

    .texto-features {
        padding: 0;
        max-width: 400px;
        margin-bottom: 2rem;
    }

    .landing-section1 {
        padding-top: 33rem;
    }

    .col-custom-2 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .btn-acceso {
        display: none;
    }
}

@media(max-width: 475px) {
      
    .row-ticketera {
        width: auto;
    }
    .h1, h1 {
        font-size: 2.5rem;
    }

    h1 svg {
        max-height: 3.5rem;
    }

    .landing-section4 {
        max-width: 100%;
    }

    .landing-section1 {
        padding-top: 2rem;
    }
    .texto-features {
        padding: 1rem;
        margin-bottom: 2rem;
    }

    .content-features {
        padding: 2rem;
    }

    .col-custom-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width: 400px) {
    .landing-section4 {
        max-width: 100%;
    }
}