body{margin: 0!important;padding: 0!important;width: 100%!important}
.jumbotron {
    background-color: #2a4a7e;
    height: 230px;
    text-align: center;
    margin: 0;
    background-image: url(https://www.nacion.com/gnfactory/test/landing/img/ui/fondo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron h1 {
    font-family: "Noto Serif", serif;
    color: #ffffff;
    font-size: 2em;
    font-weight: bold;
    padding-top: 30px
}
sction {padding: 0!important}
.cards {
    text-align: center
}

.list-bullet {
    font-size: 0.7em;
    text-align: left;
    list-style: disc !important;
    margin-left: 3px;
    width: 100%;
    position: relative;

}

.beneficios {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 12px;
}

.beneficios h1 {
    font-family: "Noto Serif", serif;
    font-size: 2.1em;
    color: #000000;
    font-weight: 500;
}
.formulario h1 {
    font-family: "Noto Serif", serif;
    font-size: 2.1em;
    color: #000000;
    font-weight: 500;
}

.beneficios p {
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 0.99em;
    margin-bottom: 700px;
    max-width: 950px;
    margin: auto;
    font-weight: 500;
}

.beneficios p span {
    color: #2a4a7e;
    font-weight: bold
}

.contacto {
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin: auto;
    padding: 12px;
}

.contacto h1 {
    font-family: "Noto Serif", serif;
    font-size: 2.1em;
    color: #000000;
    font-weight: 500;
}

.contacto p {
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 0.99em;
    margin-bottom: 50px;
    max-width: 950px;
    margin: auto;
    font-weight: 800;
}

.contacto p span {
    color: #2a4a7e;
}

.banners {
    width: 100%;
    text-align: center!important;
    margin: 48px auto 48px auto;
    padding: 0 !important;
}

banners .col {
    margin: 0 !important;
}

.collapsable-accordion-item {
    background: #ffffff;
    border-radius: 5px;
}

.collapsable-accordion-item ~ .collapsable-accordion-item {
    margin-top: 15px
}


.collapsable-accordion-item-content {
    display: none;
    padding: 10px;
    width: 100%;
}

.offerCards {

    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(1200px / 2 - 60px);
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.08) 2px 2px 7px 2px;
    color: rgb(39, 39, 39);
    display: inline-block;
    flex-direction: column;
    padding: 15px;
    transition: all 0.7s ease 0s;
    margin-bottom: 25px;
    vertical-align: top;
    margin-top: -70px;
    margin-right: 5px;
    width: 290px;
    border-radius: 10px;
    position: relative;
    z-index: 10
}

.offerCards .recomendado {
    display: flex;
    position: absolute;
    background-color: #dd9c36;
    border-radius: 6px;
    z-index: 200;
    height: 40px;
    top: -30px;
    width: 260px;
}

.recomendado p {
    font-family: "Noto Serif", serif;
    font-size: 1em;
    text-align: center;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin-top: 6px;
}

.offerCards:hover {
    border: 1px solid #133C70;
}

.offerCards__name {
    font-family: "Noto Serif", serif;
    font-size: 1.5em;
    font-weight: 700;
    margin: 30px auto 30px auto;
    text-align: center;
}


.offerCards__art .product {
    max-width: 80%;
}
label {
  display: inline-block;
    width: 90%!important;}
.offerCards__art .label {
    -webkit-animation: offLabel 1.5s infinite;
    animation: offLabel 1.5s infinite;
    position: absolute;
    right: 10%;
    top: -15px;
    width: 90px;
    will-change: transform;
}

.offerCards__prices {
    padding: 0 5%;
    text-align: center;
    margin: 0 auto;
}

.offerCards__prices h2 {
    font-family: "Roboto", sans-serif;
    font-size: 2.7em;
    font-weight: 800;
    text-align: center;
    margin: 40px auto 12px auto;
    letter-spacing: -2px;
}

.offerCards__prices h2 span {
    font-size: 0.5em;
    font-weight: bold;
    letter-spacing: normal;
}

.offerCards__prices p {
    font-size: 0.8em;
    color: #6f6f6e;
}
}

.offerCards__prices--block {
    width: calc(50% - 10px);
}

.offerCards__prices__title {
    color: #1e4d95;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.offerCards__prices__from {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
}

.offerCards__prices__from span {
    font-weight: 700;
}

.offerCards__prices__to {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #133C70;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-size: 55px;
    font-weight: 700;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -35px auto 0;
    position: relative;
    align-items: flex-end;
}

.offerCards__prices__to--currency {
    font-size: 40px;
    margin-bottom: 7px;
}

.offerCards__prices__to--currency span {
    font-size: 0.5em !important
}

.offerCards__prices__to--cents {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 30px;
    margin-top: 10px;
}

.offerCards__prices__to--cents:after {
    bottom: 5px;
    color: #000;
    content: '';
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-top: 14px;
    text-align: right;
    text-shadow: none;
    text-transform: uppercase;
}

.offerCards__prices__to--cents-2 {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 30px;
    margin-top: 10px;
}

.offerCards__prices__to--cents-2:after {
    bottom: 5px;
    color: #000;
    content: '/MÃŠS';
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-top: 14px;
    text-align: right;
    text-shadow: none;
    text-transform: uppercase;
}

.offerCards__prices__frequency {
    font-size: 0;
    opacity: 0;
}

.offerCards__prices__days {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px
}

.offerCards__prices__iva {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.offerCards__prices--impresso,
.offerCards__actions--impresso {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
}

.offerCards__prices--impresso {
    margin-top: 20px;
    margin-top: 0;
}

.offerCards__prices--impresso .offerCards__prices__from {
    font-size: 10px;
}

.offerCards__prices--impresso .offerCards__prices__to {
    font-size: 40px;
    margin: 0 auto;
}

.offerCards__prices--impresso .offerCards__prices__to--currency {
    font-size: 30px;
    margin-bottom: 2px;
}

.offerCards__prices--impresso .offerCards__prices__to--cents {
    font-size: 20px;
    margin-top: 5px;
}

.offerCards__prices--impresso .offerCards__prices__to--cents:after {
    font-size: 12px;
    margin-top: 2px;
}

.offerCards__prices--impresso .offerCards__prices__frequency {
    font-size: 10px;
    right: 30px;
}

.offerCards__actions {
    margin-top: 5px;
}

.offerCards__actions--impresso {
    margin-top: 10px;
}

.offerCards__actions__google,
.offerCards__actions__card {
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 10px auto 0;
    max-width: 220px;
    padding: 7px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.offerCards__actions__google {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    color: #888888;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.offerCards__actions__google:hover {
    background-color: #dedede;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

.offerCards__actions__google img {
    height: 20px;
    margin-left: 8px;
    mix-blend-mode: multiply;
}

.offerCards__actions__or {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: none;
}

.offerCards__actions__card {
    background-color: #2a4a7e;
    font-family: "Noto Serif", serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.offerCards__actions__card span {
    background-color: #dd9c36;
}

.offerCards__actions__card:hover {
    background-color: #4b6ca0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.offerCards__actions--impresso .offerCards__actions__card {
    font-size: 10px;
    width: calc(50% - 10px);
}

.offerCards__list {
    margin-top: 20px;
}

.offerCards__list ul {
    margin: 0 ;
    padding: 0;
}

.offerCards__list li {
    font-size: 1em;
    font-weight: 400;
    position: relative;
    margin-top: 10px;
}

.offerCards__list li:before {
    display: inline-block;
    margin-right: 5px;
    width: 15px;
}

/* ANIMATION */
@-webkit-keyframes offLabel {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes offLabel {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
}


.splide {
    margin-top: 25px !important;
    
}

.splide p {
    font-size: 0.8em;
    max-width: 300px;
    color: #6f6f6e;
}

.splide__pagination__page {
    background: #ffffff !important;
}

@media only screen and (max-width: 800px) {
    .offerCards {
        margin-top: 20px
    }

    ;

    .jumbotron {
        height: 140px;
        width: 100%!important
    }

    .jumbotron h1 {
        font-size: 1.5em;
    }

    .splide p {
        max-width: 200px;
        font-size: 0.6em;
        padding: 3px
    }

    .splide img {
        width: 80px
    }

    .beneficios h1 {
        font-size: 2.1em;
    }
}
}
#pruebaOfertaaLanding{min-height: 569px}
.offerCards h5 {
    background-color: aqua !important;
    font-size: 3em
}

.rotate {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
    background-image: url(https://www.nacion.com/gnfactory/test/landing/img/ui/down.svg);
    background-repeat: no-repeat;
    margin-top: 10px;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.rotate.down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-2 {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
    background-image: url(https://www.nacion.com/gnfactory/test/landing/img/ui/down-2.svg);
    background-repeat: no-repeat;
    margin-top: 10px;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.rotate-2.down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.av-pills ul {
    width: 100% !important;
    text-align: center !important;
}

.nav {
    display: inline-flex !important;
}
.nav-link{padding: 0!important}
.nav-pills {

    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #fff;
}

.nav-item {
    margin: 0 10px
}

.accordion {
    text-align: justify !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.9em --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: #ffffff;
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem #ffffff;
    --bs-accordion-active-color: #000000;
    --bs-accordion-active-bg: #f8f8f8 !important;
}
.btn-dark{width: 250px!important;margin: auto}
.accordion-button {
    font-family: "Noto Serif", serif !important;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: #ffffff;
    border: 0;
    font-weight: 600;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.formulario {
    width: 100%;
    max-width: 900px;
    margin: 2px auto;
}

formulario .accordion {
    height: 50px !important;
    width: 50px !important;
}

.formulario .accordion-button:not(.collapsed)::after {
    background-image: url(../img/ui/test.svg);


}
.nav-pills .nav-link{margin: 0 8px}

.formulario p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;text-align: left

}
.formulario .accordion-button::after {
    background-image: url(../img/ui/test.svg);
    background-size: 50px;
    height: 60px;
    width: 60px;
}

#frm {
    font-family: "Noto Serif", serif;
    font-weight: bold;
    font-size: 1.2em;
    vertical-align: top;
}
#frm .col-12{
    text-align: left
}
#frm sup {
    font-size: 1.05em;

}

input {
    background-color: #e7e7e7 !important;
}

select {
    background-color: #e7e7e7 !important;
}

.btn-primary {
    background-color: #9d1d1d;
    width: 300px;
    display: inline-block
}
@media only screen and (max-width: 600px) {
    .jumbotron {width: 100%;height: 100px;}
    .jumbotron h1 {width: 100%;font-size: 1.2em;max-width: 300px;margin: auto;padding: 15px!important}
    .offercards {margin: 0 10px;vertical-align: top}
    .beneficios h1{font-size: 1.5em}
    .contacto h1{font-size: 1.5em}
    .contacto {text-align: center}
    .beneficios p  {font-size: 0.8em}
    .splide__list {width: 400px}
    .splide__list img {width: 100px}
    .splide__slide {width: 300px}
    .nav-item{margin: 5px;display: flex}
    .nav-item img {width: 85px;display: flex}
    .formulario h1 {font-size: 1em;

}
}
label {
  display: inline-block;
  width: 100%;
    margin-left: 15px}