.row {
    margin: 0 !important;
}
.btn {
    border: 0;
    border-radius: 2rem;
    text-shadow: none !important;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 0.6rem 2rem;
    font-size: 1.1rem;
    font-family: "Avenir-black", sans-serif;
}
.btn.btn-primary {
    background-color: #003058;
    border-bottom: solid 5px #144c7a;
}
.btn.btn-primary:hover {
    background-color: #373737;
    border-bottom: solid 5px #000;
}

.btn.btn-banner {
    color: #fff;
    background-color: #ffae20;
    border-bottom: solid 5px #d78e0d;
}
.btn.btn-banner:hover {
    color: #fff;
    background-color: #373737;
    border-bottom: solid 5px #000;
}


.btn.btn-white {
    background-color: #fff;
    border-bottom: solid 5px #d8d8d8;
    color: #ffae20;
}
.modal .modal-content {
    border-top: solid 7px #0B7DB9;
}
.modal .modal-header {
    border: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1rem;
}
.modal .modal-header .modal-title {
    font-size: 1.3rem;
    font-family: "Avenir-black", sans-serif;
}
.modal .modal-header button {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.modal .modal-content {
    border-radius: 0.8rem;
    padding: 1rem;
}
.modal .modal-footer {
    border: 0;
}
.modal .modal-footer button {
    width: 100%;
}
.modal .modal-videos iframe {
    width: 100%;
    height: 250px;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
}
.modal .modal-videos iframe:last-child {
    margin-bottom: 0;
}
button.slick-arrow {
    z-index: 5;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
button.slick-arrow.slick-prev {
    left: 0;
    background: #fff url("../images/sliders/arrow-left.png?v=2.0") center no-repeat;
    background-size: 50%;
}
button.slick-arrow.slick-prev:hover {
    background: #fff url("../images/sliders/arrow-left.png?v=2.0") center no-repeat;
    background-size: 50%;
}
button.slick-arrow.slick-next {
    right: 0;
    background: #fff url("../images/sliders/arrow-right.png?v=2.0") center no-repeat;
    background-size: 50%;
}
button.slick-arrow.slick-next:hover {
    background: #fff url("../images/sliders/arrow-right.png?v=2.0") center no-repeat;
    background-size: 50%;
}
button.slick-arrow::before {
    display: none;
}
.slick-dots li button::before {
    font-size: 1rem;
    color: #998d51;
}
.slick-dots li.slick-active button::before {
    color: #998d51;
}
header .aviso {
    background-color: #ffae20;
    color: #fff;
    text-align: center;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-family: "Avenir-black", sans-serif;
}
header #banner {
    position: relative;
}
header nav {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.5rem 0;
}
header nav a.logo {
    width: 90%;
    max-width: 480px;
    display: table;
    margin-right: auto;
}
header nav a.logo img {
    display: block;
    width: 100%;
}
header nav ul.menu li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 1.2rem;
}
header nav ul.menu li a.menu-item {
    white-space: no-wrap;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
header nav ul.menu li a.menu-item:hover {
    color: #ffae20;
}
header .slider .slide-contenido {
    background: url("../images/sliders/slider-1.jpg?v=2.2") bottom center no-repeat;
    background-size: cover;
}
header .slider .promo-desc {
    display: none;
}
header .slider .contenido {
    min-height: calc(100vh - 100px);
    text-align: center;
    padding: 3rem 0 6rem;
}
header .slider .contenido ul {
    max-width: 700px;
}
header .slider .contenido ul li {
    color: #000;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
header .slider .contenido ul li svg {
    max-width: 220px;
    margin-bottom: 1rem;
}
header .slider .contenido ul li h3 {
    font-family: "Avenir-black", sans-serif;
    font-size: 3rem;
}
header .slider .contenido ul li img {
    display: block;
    width: 100%;
    margin: 0.5rem 0;
}
header .slider .contenido ul li .btn {
    margin: 1rem auto 2rem;
}
header .slider .contenido ul li .link {
    color: #000;
}
header .slider button.slick-arrow.slick-prev {
    left: 1rem;
}
header .slider button.slick-arrow.slick-next {
    right: 1rem;
}
header .slider .slick-dots {
    bottom: 4rem;
}
@media screen and (max-width: 900px) {
    header .slider .contenido {
        height: auto;
        padding: 2rem 0 8rem;
        min-height: auto;
        width: 100%;
    }
    header .slider .slick-dots {
        bottom: 3em;
    }
    header nav a.logo {
        margin: auto;
    }
    header nav ul.menu {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    header nav {
        /*display: none;*/
    }
    header .slider {
        margin-bottom: 0 !important;
    }
    header .slider .promo-desc {
        display: table;
        width: 100%;
        height: auto;
    }
    header .slider .promo-desc img {
        display: block;
        width: 100%;
    }
    header .slider .contenido {
        /*display: none;*/
    }
    .btn-banner{
        font-size: 14px;
    }
}
footer .fot {
    background-color: #003058;
    color: #fff;
}
footer .fot svg {
    width: 100%;
    max-width: 160px;
    margin-top: 1rem;
}
footer .fot b {
    text-transform: uppercase;
    margin: 0.5rem 0 1rem;
    font-size: 1.2rem;
    display: block;
}
footer .fot ul {
    margin-bottom: 2.5rem;
}
footer .fot ul:last-child {
    margin-bottom: 0;
}
footer .fot ul li {
    margin-bottom: 0.2rem;
}
footer .fot ul li:last-child {
    margin-bottom: 0;
}
footer .fot ul li p {
    margin: 0;
}
footer .fot ul.redes li {
    margin: 0;
    width: 100%;
    margin-right: 1rem;
}
footer .fot ul.redes li:last-child {
    margin-right: 0;
}
footer .fot ul.redes .box {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.8rem;
    font-size: 1.5rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
footer .fot ul.redes .box.facebook {
    background-color: #3b5998;
    border-bottom: solid 5px #1e3564;
}
footer .fot ul.redes .box.twitter {
    background-color: #232323;
    border-bottom: solid 5px #000000;
}
footer .fot ul.redes .box.instagram {
    background-color: #ff0084;
    border-bottom: solid 5px #a40e5b;
}
footer .fot ul.redes .box.youtube {
    background-color: #bb0000;
    border-bottom: solid 5px #681010;
}
footer .fot ul.redes .box.whatsapp {
    background-color: #41e25e;
    border-bottom: solid 5px #32b54a;
}

footer .contenido {
    padding: 1rem 0;
}
footer .pie {
    padding: 2rem 0 3rem;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}
footer .pie .col-12 span {
    display: block;
    width: 100%;
    max-width: 275px;
}
footer .pie .col-12:last-child {
    text-align: right;
}
footer .pie .col-12:last-child:hover {
    text-decoration: underline;
}
footer .body {
    opacity: 0.6;
    font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
    footer .body {
        font-size: 0.9rem !important;
    }
    footer .fot {
        padding-bottom: 1rem;
    }
    footer .fot ul {
        margin-bottom: 1rem;
    }
    footer .fot ul.redes .box {
        font-size: 0.9rem;
    }
    footer .fot b {
        margin: 0;
    }
    footer .fot b.resp-none {
        display: none;
    }
    footer .pie {
        padding: 1rem 0;
    }
    footer .pie .col-12 span {
        max-width: none;
        text-align: center;
    }
    footer .pie .col-12:last-child {
        text-align: center;
    }
    .icon-twitter{
        width: 15px;
    }

}
#comprar {
    padding: 1rem 0;
}
#comprar .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#comprar .lista {
    padding-left: 1.1rem;
}
#comprar .lista li.flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.8rem;
}
#comprar .lista li.flex:last-child {
    margin-bottom: 0;
}
#comprar .lista .item.flex {
    position: relative;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background-color: #ffae20;
    color: #fff;
    margin-right: 1rem;
}
#comprar .lista .item.flex::before {
    content: "";
    position: absolute;
    background-color: #ffae20;
    width: 0.5rem;
    min-width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    top: 0.8rem;
    left: -1.1rem;
}
#comprar .lista .contenido h5 {
    text-transform: uppercase;
    margin: 0 0 1rem;
}
#comprar .lista .contenido p {
    margin: 0;
}
#comprar .lista-pasos-resp {
    display: none;
}
#comprar .slider-pasos .contenido {
    padding: 0 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 500px;
    margin: auto;
    display: block !important;
}
#comprar .slider-pasos img.icono {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
#comprar .slider-pasos h5.flex {
    margin: 1rem 0 2rem;
    width: 100%;
    font-family: "Avenir-black", sans-serif;
    font-size: 1.5rem;
}
#comprar .slider-pasos h5.flex img {
    width: 30px;
    display: block;
    margin-right: 0.2rem;
}
#comprar .slider-pasos p {
    text-align: center;
}
#comprar .video {
    padding: 3rem 2rem;
}
#comprar .video h5.resp {
    display: none;
}
#comprar .video iframe {
    width: 100%;
    height: 379px;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
}
#comprar .video a.link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    text-align: center;
}
#comprar .video a.link span {
    display: block;
}
#comprar .video a.link span.resp {
    display: none;
}
#comprar .modal-paso img.icono {
    width: 100%;
    margin-bottom: 1.2rem;
}
#comprar .modal-paso p {
    margin: 0;
}
@media screen and (max-width: 767px) {
    #comprar .slider-pasos {
        display: none;
    }
    #comprar .lista-pasos-resp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #comprar .lista-pasos-resp li {
        width: calc(100% / 2);
        padding: 1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-bottom: 0.5rem;
    }
    #comprar .lista-pasos-resp li img.icono {
        width: 50%;
        display: block;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0.5rem auto;
    }
    #comprar .lista-pasos-resp li h5 {
        font-family: "Avenir-black", sans-serif;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
    }
    #comprar .lista-pasos-resp li h5 img {
        width: 25px;
        height: auto;
        margin-right: 0.2rem;
    }
    #comprar .lista-pasos-resp li a.link {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: block;
        margin: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    #comprar .video iframe {
        height: 279px;
    }
    #comprar .video a.link {
        margin: auto;
        position: relative;
        z-index: 9;
        text-align: center;
    }
    #comprar .video a.link span {
        display: none;
    }
    #comprar .video a.link span.resp {
        display: block;
    }
    .modal .modal-videos iframe {
        height: 200px;
    }
}
@media screen and (max-width: 500px) {
    #comprar .lista-pasos-resp li {
        width: 100%;
    }
    #comprar .video {
        padding: 3rem 0;
    }
    #comprar .video h5.resp {
        display: block;
        text-align: center;
        width: 100%;
        font-family: "Avenir-black", sans-serif;
    }
    #comprar .video iframe {
        height: 240px;
        margin: 1rem 0;
    }
}
#tiendas {
    padding: 6rem 0;
    margin: 3rem 0;
    background: #f2f0ed url("../images/tiendas/fondo.jpg") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
#tiendas .subtitulo h4 span {
    display: block;
    width: 100%;
    text-align: center;
}
#tiendas .subtitulo h4 span.resp {
    display: none;
}
#tiendas .subtitulo p.resp {
    display: none;
}
#tiendas .flex.lista-tiendas {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
#tiendas .flex.lista-tiendas .col {
    width: calc(100% / 6);
    position: relative;
    top: 0;
}
#tiendas .flex.lista-tiendas .col:nth-child(2n) {
    top: 2rem;
}
#tiendas .flex.lista-tiendas .contenido {
    width: 100%;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#tiendas .flex.lista-tiendas .box {
    background-color: #fff;
    border-radius: 0.8rem;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: table;
    overflow: hidden;
    position: relative;
}
#tiendas .flex.lista-tiendas .box .mascara {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#tiendas .flex.lista-tiendas .box img {
    display: block;
    width: 90%;
    margin: auto;
    height: auto;
    position: relative;
    z-index: 1;
}
#tiendas .flex.lista-tiendas .box .btn {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
}
#tiendas .flex.lista-tiendas .box .btn:hover {
    background-color: #0B7DB9;
    color: #fff;
}
#tiendas .flex.lista-tiendas .box:hover .mascara {
    opacity: 1;
}
@media screen and (max-width: 1000px) {
    #tiendas .flex.lista-tiendas .contenido {
        width: calc(100% / 4);
    }
}
@media screen and (max-width: 900px) {
    #tiendas {
        background: #f2f0ed url("../images/tiendas/fondo-resp.jpg") center no-repeat;
        background-size: cover;
    }
    #tiendas .flex.lista-tiendas .contenido {
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 500px) {
    #tiendas {
        padding: 5rem 0;
        margin-bottom: 0;
    }
    #tiendas .subtitulo h4 span {
        display: none;
    }
    #tiendas .subtitulo h4 span.resp {
        display: block;
    }
    #tiendas .flex.lista-tiendas {
        display: block;
    }
    #tiendas .flex.lista-tiendas .contenido {
        padding: 0;
        margin-bottom: 1rem;
    }
    #tiendas .flex.lista-tiendas .contenido a.box {
        width: 80%;
        margin: auto;
    }
    #tiendas .flex.lista-tiendas .col {
        width: 100%;
    }
    #tiendas .flex.lista-tiendas .col:nth-child(2n) {
        top: 0;
    }
    #tiendas .flex.lista-tiendas .col:nth-child(4),
    #tiendas .flex.lista-tiendas .col:nth-child(5),
    #tiendas .flex.lista-tiendas .col:nth-child(6) {
        display: none;
    }
    #tiendas .flex.lista-tiendas .box .mascara {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    #tiendas .flex.lista-tiendas .contenido {
        width: 100%;
        display: none;
    }
    #tiendas .flex.lista-tiendas .contenido:nth-child(1),
    #tiendas .flex.lista-tiendas .contenido:nth-child(2),
    #tiendas .flex.lista-tiendas .contenido:nth-child(3),
    #tiendas .flex.lista-tiendas .contenido:nth-child(4) {
        display: block;
    }
}
#beneficios {
    padding-bottom: 1rem;
}
#beneficios .flex.lista-beneficios {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#beneficios .flex.lista-beneficios .contenido {
    width: calc(100% / 5 - 1rem);
    margin-right: 1rem;
    text-align: center;
}
#beneficios .flex.lista-beneficios .contenido:last-child {
    margin-right: 0;
}
#beneficios .flex.lista-beneficios .contenido img {
    display: block;
    width: 80%;
    height: auto;
    margin: auto;
}
#beneficios .flex.lista-beneficios .contenido p {
    margin: 1.5rem 0 0;
    padding: 0 1rem;
}
#beneficios .btn.btn-lg {
    padding: 1rem 3.5rem;
    font-size: 1.2rem;
    position: relative;
    z-index: 3;
}
@media screen and (max-width: 900px) {
    #beneficios .flex.lista-beneficios .contenido {
        width: calc(100% / 3);
        margin: 0;
        padding: 1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 600px) {
    #beneficios .flex.lista-beneficios .contenido {
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 500px ) {
    #beneficios .flex.lista-beneficios .contenido {
        width: calc(100% / 1);
    }
}
@media screen and (max-width: 400px) {
    #beneficios .flex.lista-beneficios .contenido {
        width: 100%;
        padding: 0;
        margin-bottom: 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #beneficios .flex.lista-beneficios .contenido:last-child {
        margin-bottom: 0;
    }
    #beneficios .flex.lista-beneficios .contenido img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    #beneficios .flex.lista-beneficios .contenido p {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
        font-family: "Avenir-black", sans-serif;
    }
}
#recomendaciones {
    padding: 0 0 2rem;
    margin: 3rem 0;
}
#recomendaciones .subtitulo h4 span {
    display: none;
    width: 100%;
    text-align: center;
}
#recomendaciones .subtitulo h4 span.resp {
    display: block;
}
#recomendaciones .slider-comentarios .box {
    padding: 1rem 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#recomendaciones .slider-comentarios .box .user {
    width: 200px;
    height: auto;
    margin-right: 1rem;
}
#recomendaciones .slider-comentarios .box .contenido {
    width: 100%;
}
#recomendaciones .slider-comentarios .box .contenido .estrellas {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
#recomendaciones .slider-comentarios .box .contenido .estrellas svg {
    width: 1rem;
    height: auto;
    margin-right: 0.5rem;
}
#recomendaciones .slider-comentarios .box .contenido p {
    margin: 1rem 0;
}
@media screen and (max-width: 676px) {
    #recomendaciones .subtitulo h4 span {
        display: none;
    }
    #recomendaciones .subtitulo h4 span.resp {
        display: block;
    }
}
@media screen and (max-width: 550px) {
    #recomendaciones .slider-comentarios .box.flex {
        display: block;
    }
}
#preguntas .bg {
    padding: 4rem 0;
}
#preguntas .slider-preguntas .contenido {
    padding: 3rem;
}
#preguntas .slider-preguntas .contenido .box {
    width: 100%;
    height: auto;
    border-radius: 0.8rem;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    padding: 2rem 1rem;
}
#preguntas .slider-preguntas .contenido .box h5 {
    height: 120px;
    width: 100%;
    text-transform: uppercase;
    margin: 0 0 1rem;
}
@media screen and (max-width: 600px) {
    #preguntas .subtitulo {
        padding: 0;
    }
    #preguntas .slider-preguntas .contenido .box h5 {
        font-size: 1.3rem;
        height: 150px;
    }
}
body {
    color: #000;
    font-size: 1.2rem;
    font-family: "Avenir", sans-serif;
}
#irarriba {
    position: fixed;
    z-index: 9;
    bottom: 2rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#irarriba.activo {
    opacity: 1;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.resalt {
    color: #ffae20;
}
.wrap {
    width: 95%;
    max-width: 1500px;
    margin: auto;
}
.subtitulo {
    text-align: center;
    width: 100%;
    padding: 0 0 3rem;
}
.subtitulo h4 {
    position: relative;
    font-family: "Avenir-black", sans-serif;
    padding-bottom: 0.5rem;
    margin: 0 auto 0.5rem;
    font-size: 2.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
}
.subtitulo p {
    margin: 0;
}
.detals {
    position: relative;
}
.detals::before,
.detals::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 10rem;
    height: 10rem;
    background: transparent url("../images/detalles/detalles.png") center no-repeat;
    background-size: cover;
}
.detals::before {
    bottom: -2rem;
    left: 0;
}
.detals::after {
    top: -2rem;
    right: 0;
}
.detals .contenido {
    position: relative;
    z-index: 2;
}
.bg {
    background-color: #f2f0ed;
}
.link {
    color: #0B7DB9;
    text-decoration: underline;
    font-family: "Avenir-black", sans-serif;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
}
section {
    padding: 4rem 0;
}
picture {
    border: 0;
}
@media screen and (max-width: 767px) {
    #irarriba {
        bottom: 1rem;
        right: 1rem;
    }
    .detals::before {
        bottom: 0.5rem;
    }
    .detals::after {
        top: 0.5rem;
    }
    .detals::before,
    .detals::after {
        width: 7rem;
        height: 7rem;
        opacity: 0.6;
    }
    .subtitulo {
        padding: 0 0 2.5rem;
    }
    .subtitulo h4 {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .subtitulo p {
        display: none;
    }
}

/* ADD STYLES*/


.t-md{
    font-size: 18px !important;
}
.f-600{
    font-weight: 600;
}
.t-condiciones {
    display: none;
  }
  @media (max-width: 500px) {
    .t-condiciones {
      display: block;
      text-align: center;
      text-decoration: underline;
      margin-bottom: 30px;
    }
  }  
