aside {
     position: relative;
}
section {
     position: relative;
}
h1.title {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1em;
    color: #000519;
    max-width: 768px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: -1px;

}
h1.title .icon {
    max-width: 50px;
}
h1.title span {
    position: relative;
    display: block;
    mix-blend-mode: multiply;
}
h2.subtitle {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 1em;
    color: #000519;
    max-width: 768px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: -1px;
}
h2.subtitle span {
    position: relative;
    display: block;
}
h3.subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #2e2e2e;
    max-width: 768px;
    margin: 0 auto;
    padding: 10px;
    border-right: solid 2px #00f0ff;
    border-left: solid 2px #00f0ff;
}
h3.subtitle span {
    display: block;
}

/* BREADCRUMS */
.breadcrums {
    overflow: hidden;
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    .breadcrums {
        margin-bottom: 0;
    }
 }
@media (max-width: 580px) {
   .breadcrums h1 {
       font-size: 32px;
       line-height: 36px;
   }
}

.breadcrums-list {
   width: 100%;
   font-size: 20px;
   padding: 0 10px 10px;
   font-family: 'Poppins', sans-serif;
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
   align-items: center;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: center;
   justify-content: center;
   text-transform: uppercase;
   color: #000519;
}
.breadcrums-list span {
    margin: 0 5px;
}
/* RECOMENDED PACKAGES */
.main-items {
     width: 100%;
     font-family: 'Poppins', sans-serif;
     margin-bottom: 50px;
 }
 .main-items .body {
     width: 100%;
     margin: 0 auto;
 }   
.main-items h3 {
    position: relative;
    background-color: #00f0ff;
    border: solid 10px #fff;
    color: #000519;    
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    padding: 10px;
    max-width: 256px;
    margin: 0 auto;
    z-index: 2;
}
.main-item {
    position: relative;
    margin-top: -40px;
    background-color: #ddd;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    height: calc( ( 100vw * 662 / 1366 ));
    z-index: 1;

    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;

    text-align: left;
    overflow: hidden;
}
 @media (max-width: 960px){
    .main-item {
        height: calc( ( 100vw * 662 / 960 ));
    }
}
@media (max-width: 580px){
    .main-item {
        height: calc( ( 100vw * 662 / 580 ));
    }
}
@media (max-width: 380px){
    .main-item {
        height: 434px;
    }
}

 .main-item:after {
     content: '';
     position: absolute;
     top: 0;
     left:0;
     width: 100%;
     height: 100%;
     background-color: rgba(0,0,0,.4);
     z-index: 2;
 }
 .main-item.category-item {
    margin-top:-40px;
 }
 .main-item.detail-item {
    margin-top:-40px;
 }
 .main-item.section-item {
    margin-top: -70px;
    min-height: 541px;
 }
 .main-item.section-item:after {
     display: none;
 }
 .main-item .picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .main-item .picture picture {
    position: absolute;
    width: 100%;
    height: 100%;
 }
 .main-item .picture img {
    display: block;
    width: 100%;
    height: 100%;
 }
 @media (max-width: 380px){
    .main-item .picture picture {
        width: auto;
    }
    .main-item .picture img {
        width: auto;
     }
}
 .main-item-title {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 8em;
     line-height: .74em;
     font-weight: 900;
     text-align: center;
     text-transform: uppercase;
     opacity: .25;
     color: #fff;
     padding: 10px;
     z-index: 3;
 }
 @media (max-width: 1366px){
     .main-item-title{
         font-size: 10vw;
     }
 }

 .main-item-framework {
     position: relative;
     font-size: 14px;
     width: 100%;
     max-width: 460px;
     padding: 0 10px;
     z-index: 3;
 }
 .main-item-framework .framework-top {
    position: relative;
    font-size: 14px;
    width: 100%;
    max-width: 280px;
    margin:0 auto 10px;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }
 .main-item-framework .framework-top:after {
     content: '';
     position: absolute;
     top: 7px;
     right: 0;
     display: block;
     width: 4px;
     height: 4px;
     background-color: #fff;
 }
 .main-item-framework .framework-content {
     position: relative;
     width: 100%;
     max-width: 460px;
     z-index: 2;
 }
 .main-item-framework .framework-content:before {
     content:'';
     position: relative;
     display: block;
     width: 100%;
     max-width: 280px;
     height: 260px;
     border: solid 10px #fff;
     border-bottom: none;
     margin: 0 auto;
 }
 .framework-content-info {
     position: relative;
     width: 100%;
     max-width: 460px;
 }
 .framework-content-info-nights {
     position: relative;
     font-size: 16px;
     font-weight: 700;
     padding-left: 24px;
     line-height: 0.8em;
     width: 100%;
     max-width: 280px;
     min-height: 12px;
     margin: 0 auto;
 }
 .framework-content-info-nights:before {
     content:'';
     position: absolute;
     left: 0;
     top: 0;
     width: 18px;
     height: 10px;
     display: block;
     background-color: #fff;
 }
 .framework-content-info-nights:empty:before {
    width: 100%;
 }
 .framework-content-info-value {
     display: block;
     font-size: 22px;
     font-weight: 400;
     padding-left: 24px;
     line-height: 1.2em;
     margin-top: 5px;
     width: 100%;
     max-width: 280px;
     margin: 10px auto 0;
     min-height: 52px;
 }
 .framework-content-info-value:empty {
    border-top: solid 10px #fff;
    margin-top: 0;
 }
 .framework-content-info-price {
     display: block;
     font-size: 22px;
     font-weight: 700;
     line-height: 1.2em;
 }
 .framework-content-info-detail {
     font-size: 14px;
     width: 100%;
     max-width: 320px;
     margin: 30px auto 0px;
 }
 .framework-bot {
     position: absolute;
     top: -35px;
     right: 0;
     width: 217px;
     padding: 30px 20px;
     background-color: #000519;
     transition: color 100ms linear, background-color 100ms linear;
     box-shadow: 10px 10px 30px rgba(0,0,0,.2), inset 1px 1px 1px rgba(0,0,0,.1);
 }
 .framework-bot:hover {
     background-color: #fff;
     color:#000519;
 }
 .framework-bot:after {
     content: '→';
     position: absolute;
     right: 40px;
 }
 
 @media (max-width: 480px){
     .framework-bot {
         width: 50%;
     }
 }


 /* PAYMENTS METHODS */
.payment-methods {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 50px;
}
.payment-methods .body {
    width: 100%;
    margin: 0 auto;
}   

.payment-methods h2 {
    position: relative;
    background-color: #07111a;
    color: #fff;    
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    max-width: 180px;
    margin: 0 auto;
    z-index: 2;
}
.payment-methods-list-marquee-container {
    width: 1120px;
    margin: 20px auto;
    overflow: hidden;
    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.payment-methods-list-marquee {
    width: 1120px;
    display: flex;

    animation-duration: 25s;
    animation-name: marquee;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-perspective: 1000px;
    perspective: 1000px;


}
.payment-methods-list {
    display: flex;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
.payment-methods-list-item {
    width: 140px;
    font-size: 14px;
    line-height: 14px;
}

@keyframes marquee {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0%);
    }
}
@media (max-width: 1119px){
    .payment-methods-list-marquee-container {
        width: 100%;
    }
}


/* OTHER PACKAGES */
.list {
     width: 100%;
     font-family: 'Poppins', sans-serif;
     margin-bottom: 50px;
 }
 .list .body {
     width: 100%;
     max-width: 1366px;
     margin: 0 auto;
 }   
 .list .list-title {
     position: relative;
     background-color: #00f0ff;
     border: solid 10px #fff;
     color: #000519;    
     font-weight: 900;
     font-size: 30px;
     line-height: 30px;
     padding: 10px;
     max-width: 256px;
     margin: 0 auto -40px;
     z-index: 2;
 }
 .list-items {
     margin-top: 0px;
     z-index: 1;
     display: flex;
     flex-wrap:wrap;
     color: #fff;
     text-align: left;
 }
 .list-items.center {
    justify-content: center;
 }
 .list-item {
     position: relative;
     width: 50%;
     height: 411px;
     background-size: cover;
 }
 @media (max-width: 960px){
     .list-item {
         width: 100%;
     }
 }
 .list-item-bg  {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 331px;
    overflow: hidden;
 }
 .list-item-bg img {
    display: block;
    min-width: 100%;
}
 .list-item-bg:after  {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: block;
     background-color: rgba(0,0,0,.4);
 }
 .list-item-title  {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 331px;
     padding: 10px 8%;
 
     display: flex;
     align-items: center;
 
     font-size: 50px;
     font-weight: 900;
     line-height: 1em;
 
     text-transform: uppercase;
 } 
 .list-item-title h2,
 .list-item-title .h2 {
     font-weight: 900;
 }
 .list-item-info {
     position: absolute;
     bottom: 10px;
     left: 0;
     width: 100%;
    min-height: 70px;
     padding: 5px 250px 0px 8%;

     display: flex;
     flex-wrap: wrap;
     align-content: flex-start;
 } 
 .list-item-value {
     display: block;
     font-size: 22px;
     font-weight: 300;
     line-height: 1.2em;
     margin-bottom: 10px;
 }
 .list-item-price {
     display: block;
     font-size: 22px;
     font-weight: 700;
     line-height: 1.2em;
 }
 .list-item-nights {
     font-size: 16px;
     font-weight: 700;
     line-height: 1em;
     margin: 0;
     padding: 10px 0 0;
     color: #000519;
     width: 100%;
 }
 .list-item-detail {
     font-size: 12px;
     margin: 0 auto;
     color: #000519;
     width: 100%;
     overflow: hidden;
 } 


 


 .list-item-info div:nth-child(3) {
    height: 40px;
 }
 .list-item-bot {
     position: absolute;
     bottom: 40px;
     right: 20px;
     width: 217px;
     padding: 30px 20px;
     background-color: #000519;
     transition: color 100ms linear, background-color 100ms linear;
     box-shadow: 10px 10px 30px rgba(0,0,0,.2), inset 1px 1px 1px rgba(0,0,0,.1);
     font-weight: 700;
 }

 .list-item-bot-container  {
     position: absolute;
     bottom: 40px;
     right: 20px;
     width: 217px;
     padding: 0;
     background-color: #000519;
     transition: color 100ms linear, background-color 100ms linear;
     box-shadow: 10px 10px 30px rgba(0,0,0,.2), inset 1px 1px 1px rgba(0,0,0,.1);
     font-weight: 700;
     color: #fff;
 }


.list-item-bot-child {
    position: relative;
    display: block;
    padding: 30px 20px;
}
.list-item-bot-detail {
    background-color: #2e2e2e;
    padding: 5px 20px;
}


.list-item-bot:hover,
.list-item-bot-child:hover {
    background-color: #fff;
    color:#000519;
}
.list-item-bot:after,
.list-item-bot-child:after  {
    content: '→';
    position: absolute;
    right: 40px;
}

 @media (max-width: 580px){
     .list-item-title {
         height: 135px;
         align-items: flex-end;    
         font-size: 30px;
     }
     .list-item-title h2 {
        font-size: 30px;
     }
     .list-item-info {
         top: auto;
         bottom: 130px;
         left: 0;
         width: 100%;
         height: auto;
         min-height: auto;
         padding: 0 8% 20px;
     }
     .list-item-nights {
         font-size: 16px;
         font-weight: 700;
         line-height: 1.2em;
         margin-top: 5px;
         color: #fff;
     }
     .list-item-detail {
         color: #fff;
         max-height: none;
         font-size: 14px;
         line-height: 18px;
     }
     .list-item-bot,
     .list-item-bot-container  {
         right: 5%;
         bottom: 20px;
         width: 90%;
     }
}

.small-list {
    position: relative;
    height: auto;
    clear: both;
}
.small-list .list-title {
    font-size: 16px;
}
.small-list .list-item {
    position: relative;
    width: 25%;
    height: auto;
    background-size: cover;
    padding: 13px;
    text-align: right;
    margin: 30px 0;
}
.small-list .list-item a {
    position: relative;
    display: block;
    background-color: #fff;
    padding-bottom: 0px;
    height: 100%;
}
.small-list .list-item-bg  {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 266px;
    overflow: hidden;
    background: none;
}
.small-list .list-item-bg:after {
    display: none;
}
.small-list .list-item-bg img {
   display: block;
   min-width: 100%;
}

.small-list .list-item-title  {
    position: relative;
    height: auto;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 15px;
    color: #000;
    margin: 10px auto;
    text-align: left;
    display: block;
}
.small-list .list-item-title h2 {
    font-size: 16px;
    font-weight: 700;
}
.small-list .list-item .list-item-bot {
    position: relative;
    background-color: #000;
    width: auto;
    height: auto;
    right: 10px;
    bottom: 10px;
    padding: 5px 44px 5px 22px;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
}
.small-list .list-item .list-item-bot:hover {
    background-color: #fff;
}
.small-list .list-item .list-item-bot:after {
    right: 20px;
    top: 4px;
}

@media (max-width: 1260px){
    .small-list .list-item {
        width: 33.333%;
    }
}
@media (max-width: 960px){
    .small-list .list-item {
        width: 50%;
    }
}
@media (max-width: 580px){
    .small-list .list-item {
        width: 100%;
    }
}

/* LIST DETAIL */
.list-detail-description {
    max-width: 1060px;
    text-align: center;
    margin: 30px auto;
    font-size: 16px;
    line-height: 1.5em;
    color: #2e2e2e;
    padding: 0 20px;
}

/* DESTINOS MENU */
.principales,
.menu {
    position: relative;
    padding: 90px 0 40px;
    overflow: hidden;
}
@media (max-width: 960px){
    .principales,
    .menu {
        padding-top: 0;
    }
    .principales {
        padding-bottom: 0;
    }
}

.principales-body,
.menu-body {
     display: -webkit-flex;
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;

     justify-content: space-between;
     margin: 0 auto;
     padding: 10px 20px 10px;
     max-width: 960px;
     background-color: #000;
}
.principales-body:after,
.menu-body:after {
    content: "";
    flex: auto;
}
.principales-body a,
.menu-body a {
     padding: 5px 10px;
     color: #f8f9f9;
     text-transform: uppercase;
     font-size: 14px;
     font-weight: 400;

     margin-bottom: 3px;
     white-space: nowrap;
}
.principales-body a:hover,
.menu-body a:hover,
.principales-body .selected,
.menu-body .selected {
     background-color:#00ffff;
     color: #000;
}

@media (max-width: 768px){
    .principales-body,
    .menu-body {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .principales-body a,
    .menu-body a {
        margin: 2px;
    }
}

.why {
    background-color: #f1f0f0;
    padding: 50px 20px;
}
.ho {
    background-color: #ffffff;
    padding: 50px 20px;
}
.exterior-pay {
    background-color: #f1f0f0;
    padding: 50px 20px;
}
.local-pay {
    background-color: #ffffff;
    padding: 50px 20px;
}
.billing {
    background-color: #ffffff;
    padding: 50px 20px;
}


.detail h1.title,
.detail h2.title {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1em;
    color: #000519;
    max-width: 768px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.detail .breadcrums-list {
    font-size: 20px;
    letter-spacing: -1px;
}
.detail .detail-content {
    max-width: 1070px;
    margin: 40px auto;
    padding: 10px;
    position: relative;
    z-index: 2;
    text-align: left;
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}
.detail .m-0-auto  {
    margin: 0 auto;
}
.detail .p-0-10  {
    padding: 0 10px;
}
.detail .center {
    text-align: center;
}


.detail ol {
    padding-left: 20px;
}
.detail ul {
    padding-left: 20px;
}
.detail li {
    list-style: inherit;
}

.detail .columns {    
    columns: 2;
    text-align: left;
    color: #222;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
    padding: 35px;
}
.detail .columns:before {
    content: '';
    width: 50%;
    height: 100%;
    background-color: rgba(255,255,255,.7);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.detail .flex {
    display: flex;
    padding: 0;
}
.detail .flex .detail-content-body:nth-child(2):before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.7);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.detail-content-body {
    padding: 35px;
    width: 100%;
    position: relative;
}
.detail-content-body pre {
    white-space: break-spaces;
    font: inherit;
}
.detail-content-body h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}
.detail .detail-content p {
    margin-bottom: 15px;
}

.bot-container  {
    width: 217px;
    padding: 0;
    background-color: #000519;
    transition: color 100ms linear, background-color 100ms linear;
    box-shadow: 10px 10px 30px rgba(0,0,0,.2), inset 1px 1px 1px rgba(0,0,0,.1);
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
}

.detail .dark {
    background-color: #000;
}
.detail .dark .detail-content-body:nth-child(2):before {
    display: none;
}
.detail .dark .detail-content-body {
    color: #a3a3a3;
}

@media (max-width: 768px){
    .detail .columns {
        columns: 1;
    }   
    .detail .columns:before {
        display: none;
    }
    .detail .flex {
        flex-wrap: wrap;
    }
    .detail .flex .detail-content-body:nth-child(2):before {
        width: 100%;
    }

}

/* SOCIAL NETWORKS */
.social-networks-publish-links {
    display: flex;
    justify-content: center;
    margin: 20px;
}
.social-networks-publish-links .title {
    font-weight: 700;
    line-height: 40px;
    font-size: 12px;
    color: #666;
    margin-right: 10px;
}
.social-networks-publish-links a {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 16px;
    background-size: 100%;
    -webkit-transition: box-shadow .25s ease-in-out;
    -moz-transition: box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out;
    margin: 5px;
}
.social-networks-publish-links a:hover {
    box-shadow: 0 5px 12px rgba(0, 0, 0, .5);
}
.social-networks-publish-links a span {
    display: none;
}
.social-networks-publish-links a.tw {
    background-image: url('../grp/twitter-grey.svg');
    background-repeat: no-repeat;
}
.social-networks-publish-links a.fb {
    background-image: url('../grp/facebook-grey.svg');
    background-repeat: no-repeat;
}
.social-networks-publish-links a.yt {
    background-image: url('../grp/youtube-grey.svg');
    background-repeat: no-repeat;
}

/* SERVICES */
.detail .service-icons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.detail .service-icons li {
    list-style: none;
    margin: 10px;
}
.detail .service-icon {
    display: block;
    width: 100%;
    max-width: 32px;
    max-height: 32px;
}

body > footer {
     background-color: #101923;
     color: #fff;
     overflow: hidden;
     font-family: 'Open Sans', sans-serif;
     padding: 0px;
     position: relative;
}
body .footer-body {
    max-width: 1366px;   
    margin: 0 auto; 
    position: relative;
}
body .footer-content {
    display: flex;
    -webkit-align-items: start; /* Safari */
    align-items: start;
    padding: 40px 0;
}

.footer-contact {
    width: 100%;
    text-align: left;
    padding: 20px;
}
.footer-contact h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
.footer-contact .tel a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    padding: 2px 10px 2px 24px;
    background-image: url('../grp/tel-white.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 2px 8px;
    letter-spacing: 0px;
    speak-numeral: digit;
}

.footer-contact .tel-ar a {
    background-image: url('../grp/ar.png');
}
.footer-contact .tel-br a {
    background-image: url('../grp/br.png');
}
.footer-contact .tel-es a {
    background-image: url('../grp/es.png');
}
.footer-contact .tel-uk a {
    background-image: url('../grp/uk.png');
}


.footer-contact .wa a {
    background-image: url('../grp/wa.svg');
}

.footer-tools {
    width: 100%;
    text-align: left;
    padding: 20px;
}
.footer-tools a {
    display: inline-block;
    margin-top: 5px;
}


.footer-info {
    width: 100%;
    text-align: left;
    padding: 20px 40px;
}

footer .footer-logo {
    width: 100%;
    max-width: 450px;
    height: auto;
    margin: 0 auto;
    padding: 0 10px 20px;
    text-align: left;
}
footer .footer-logo .img {
    margin: 0;
    width: 180px;
    height: 52px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../grp/logo-bw.svg);
}
footer .footer-datos {
    width: 100%;
    max-width: 450px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    margin: 0 auto;
    padding: 0 10px 20px;
}

@media (max-width: 768px){
    body .footer-content {
        text-align: center;
        flex-wrap: wrap;
    }
    body .footer-contact {
        text-align: center;
    }
    .footer-contact h2 {
        text-align: center;
    }
    .footer-contact .tel a {
        margin: 0 auto;
    }
    .footer-contact {
        width: 100%;
    }

    .footer-tools {
        width: 100%;
        text-align: center;
    }


    .footer-info {
        width: 100%;
        text-align: center;
    }
    footer .footer-logo {
        text-align: center;
    }
    footer .footer-logo .img {
        margin: 0 auto;
    }
}


footer .footer-links { 
    padding: 0 10px 20px;
    text-transform: uppercase;
}
footer .footer-links a:after {
    content: '·';
}
footer .footer-links a:last-child:after {
    display: none;
}

/* FOOTER CLOSE */
body > footer.white {
    background: none;
    background-color: #fff;
    position: relative;
}
.footer-back {
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
}
footer .footer-logos,
footer .footer-trust {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items:         center;
    align-content:         flex-start;
    

}
footer .footer-logos img,
footer .footer-trust img {
    margin: 10px 10px;
}

footer .bitcoin {
    color: #777;
    line-height: 14px;
    font-size: 10px;
    margin: 10px 10px 0;
    text-align: right;
}
footer .bitcoin img {
    margin: 0;
}

.whatsapp-chat {
    position: fixed;
    left: 20px;
    bottom: 15px;
    z-index: 99999;
}


/* PAGINADO*/
.paginado {
    position: relative;
    padding: 30px;
    border: solid 1px #333;
    display: inline-block;
    margin: 20px auto;
}    
.paginado a {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 3px;
    color: #000519;
    text-align: center;
    display: inline-block;
}
.paginado a.selected {
    font-weight: 900;
    color: #000;
    border-bottom: solid 1px #333;
}
.paginado a:hover {
    border-bottom: solid 1px #333;
}

@media (max-width: 580px){
    .paginado a.prev,
    .paginado a.next {
        display: block;
    }
}

/* COMO COMPRAR */
.como-comprar h2.subtitle {
    font-size: 42px;
    margin: 5px auto;
}
.como-comprar h3.subtitle {
    font-size: 16px;
    border: none;
}
.como-comprar h4.subtitle {
    font-weight: 700;
    font-size: 16px;
    border: solid 1px #333;
    width: auto;
    display: inline-block;
    padding: 20px 30px;
}
.como-comprar h5.subtitle {
    font-weight: 700;
    font-size: 16px;
    width: auto;
    display: inline-block;
    padding: 20px 0px;
}
.tarjetas {
    display: flex;
    -webkit-align-items: center; /* Safari */
    align-items: center;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    margin: 20px auto;
}
.tarjetas img {
    padding: 10px;
}
.como-comprar-steps {
    display: flex;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    margin: 30px auto;
}
.como-comprar-steps .step {
    text-align: center;
    padding: 40px 20px;
    max-width: 380px;
    margin: 6px;
}
.como-comprar-steps .step.border {
    border: solid 1px #333;
}
.como-comprar-steps .num {
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    margin: 10px auto;
}
.como-comprar-steps .step-content {
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 16px;
   color: #2e2e2e;
}

@media (max-width: 768px){
    .como-comprar-steps {
        -webkit-flex-wrap: wrap; /* Safari */
        flex-wrap: wrap;
    }
    .como-comprar-steps .step {
        width: 100%;
        max-width: none;
    }
}

.como-comprar .billing-body {
    padding: 20px 20px 60px;
    text-align: left;
    color: #a3a3a3;
    background-color: #000;
    max-width: 1164px;
    margin: 0 auto;
}
.como-comprar .billing-body h2.subtitle {
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #a3a3a3;
    max-width: none;
}

/* INFO */
.info {
    background-color: #fff;
}
.info .info-body {
    padding: 20px 40px 60px;
    text-align: left;
    color: #444;
    background-color: #fff;
    max-width: 1164px;
    margin: 0 auto;
    font-size: 16px;
    color: #222;
}
.info .info-body h1 {
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1em;;
    max-width: none;
}
.info .info-body h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    max-width: none;
    margin-bottom: 10px;
}
.info .info-body h3 {
    font-family: 'Poppins',sans-serif;
    color: #000;
    font-weight: 300;
    font-size: 18px;
    line-height: 1em;
    max-width: none;
    margin-bottom: 10px;
}
.info .info-content {
    font-family: 'Poppins',sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.info .info-content a {
    border-bottom: solid 1px #333;
}
.info .info-content ul,
.info .info-content ol {
    margin-bottom: 25px;
}
.info .info-content li {
    margin-bottom: 5px;
}

.info .info-content dl {
    margin-left: 10px;
}
.info .info-content dd {

    margin-bottom: 10px;
}
.info .info-content dt {
    font-weight: 700;
    margin-bottom: 5px;
}
.info .info-content p {
    margin-bottom: 20px;
}

.info-nav {
    margin-left: 20px;
    margin-top: 20px;
}
.info-nav li {
    list-style-type: decimal-leading-zero;
    font-family: monospace;
}
.info-nav li a {
    font-family: 'Poppins', sans-serif;
    border-bottom: solid 1px #333;
}
.info .anchor {
    padding-top: 120px;
}
@media (max-width: 768px){
    .info .info-body {
        padding: 20px 20px 60px;
    }
    
}



.edit-button {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    z-index: 99;
    background-color: rgba(255,0,0,.5) !important;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
}
.edit-button a {
    display: block;
    padding: 15px 50px !important;
    text-decoration: underline;
    background-color: rgba(255,0,0,.5) !important;
    font-weight: 900;
    letter-spacing: 0px;
    text-shadow: 0 0 2px rgba(0,0,0,1);
}
.edit-button a:hover {
    background-color: #000 !important;
}


/* HOME OTHER PACKAGES */ 
.home-other-packages h3 {
    position: relative;
    background-color: #00f0ff;
    border: solid 10px #fff;
    color: #000519;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    padding: 10px;
    max-width: 256px;
    margin: 0 auto;
    z-index: 2;
}
.list .list-destiny-title {
    background: none;
    border: none;
    margin: 20px auto;
    color: #000519;
    
    line-height: 1em;
    max-width: none;
}
.list .list-destiny-title span {
    display: block;
}
