html,
body {
    font-family: 'Charlie Text', sans-serif;
    font-size: 16px;
}

body {
    margin: 1rem auto 1rem;
    /* background-image: url('https://staticfiles.view-travel.com/img/bg.jpg?683ad019ba6b'); */
    /* background-image: url('https://inspiravia1.s3.eu-central-1.amazonaws.com/images/view-travel-pricing-1.jpeg'); */
    background-image: url('https://inspiravia1.s3.eu-central-1.amazonaws.com/images/Viewtravel-default-new.jpg');
    background-size: cover;
    color: #ffffff;
    background-color: #191919;
    width: 100%;
}

body.home-pricing {
    background-size: contain;
}

.home-pricing .principal-logo h1 {
    margin-top: 1.5rem;
}

.home-pricing h3 {
    font-size: 2.5rem;
}

@media only screen and (min-width: 768px) {
    .home-pricing .principal-logo h1 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 993px) {
    .home-pricing .principal-logo {
        width: 95%;
    }
}

.btn-login-pricing,
.btn-account {
    color: #ffffff;
    font-weight: bold;
}

.btn-play-video {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 1rem auto;
}

@media (min-width: 768px) {
    .btn-play-video {
        margin: 0;
        display: inline-block;
    }
}

.btn-play-video i {
    line-height: 30px;
}

.home-pricing h1 {
    margin-top: 1.5rem;
    font-size: 1.8rem;
    text-transform: capitalize;
}


/* MODALS General*/

.modal.modal-fixed-header {
    height: 100%;
    padding: 0;
}

.modal.modal-fixed-header .modal-header {
    position: absolute;
    top: 0;
    padding: 4px 6px;
    height: 60px;
    width: 100%;
    text-align: right;
    background-color: transparent !important;
}

.modal-header a.modal-close {
    height: 54px;
    line-height: 54px;
}

.modal-header a.modal-close i {
    height: 54px;
}

.modal.modal-fixed-header .modal-content {
    position: absolute;
    padding-top: 60px;
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
    bottom: 0;
}


/* modal terms on top of chat plugin*/

.modal-terms {
    z-index: 999999 !important;
}

#plan1 .plan.c-2,
#plan3 .plan.c-2 {
    border-radius: 0 5px 5px 0;
}

.plan header h3 {
    font-size: 1.6rem;
}

.pricing {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: auto;
    margin: 0 auto;
}

.contenedor-box {
    flex: 1;
}

.pricing h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .plan header h3 {
        font-size: 2.5rem;
    }
    .pricing h3 {
        font-size: 2rem;
        margin-bottom: 0;
    }
}


/* PLAN*/

.select-pricing {
    position: relative;
    margin-bottom: 2rem;
    display: inline-block;
}

.select-pricing label {
    left: 0 !important;
}

#planes .dropdown-content li>a,
#planes .dropdown-content li>span {
    color: rgba(0, 0, 0, 0.87) !important;
}

.dropdown-content li>a,
.dropdown-content li>span {
    color: #222222;
}

.plan {
    background-color: #ffffff;
    border: 1px solid #cacaca;
    padding-bottom: 2rem !important;
}

.plan .item-plan {
    position: relative;
}

.plan .item-plan footer {
    padding-top: 3rem;
    border-top: 1px solid #cacaca;
}

.plan .item-plan ul {
    margin-bottom: 0;
}

.plan,
.planes {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    margin: 1rem auto;
}

.planes {
    color: #222222;
}

@media (min-width: 1200px) {}

@media (min-width: 992px) {
    .plan,
    .planes {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0;
    }
    .pricing {
        height: 100vh;
    }
}

.plan.c-1 {
    border-radius: 5px 0 0 5px;
}

.plan.c-2 {
    border-radius: 0;
    border-left-width: 0;
    border-right-width: 0;
}

.plan.c-2.aux {
    border-radius: 0;
    border-left-width: 0;
}

.plan.c-3 {
    border-radius: 0 5px 5px 0;
}

.plan-header {
    padding-top: 5rem;
}

.plan-price {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 0;
}

.plan-price .currency {
    font-size: 1rem;
}

.plan-header h5 {
    font-size: 1.3rem;
    font-weight: bold;
}

.plan .plan-body {}

.barra-planes {
    margin: 2rem auto 4rem;
}

.barra-planes .tabs {
    background-color: #45535A;
    border-radius: 20px;
}

.barra-planes .tabs .tab a {
    color: #ffffff;
    -webkit-transition: background-color .28s ease;
    transition: background-color .28s ease;
}

.barra-planes .tabs .tab a.active {
    background-color: #263238;
    color: #fff;
}

.barra-planes .tabs .tab a:hover {
    background-color: #2C3B43;
}

.barra-planes .tabs .tab a.active:hover {
    background-color: #263238;
}

.barra-planes .tabs .tab a.active {
    font-weight: bold;
}

.barra-planes .tabs .indicator {
    display: none;
}

.save-anual {
    background: #e4e4e4;
    color: #696969;
    font-size: .8rem;
    padding: 10px;
    margin-bottom: 2rem;
    position: absolute;
    width: 100%;
    margin-top: 1.5rem;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .save-anual {
        margin-top: 0;
        border-radius: 0;
    }
    .plan-header {
        padding-top: 3rem;
        min-height: 237px;
    }
}

.free-start {
    display: block;
}

.plan-selected {
    margin-bottom: 2rem;
}

.plan-selected p {
    min-width: 3rem;
    margin-left: 14px;
    text-align: center;
    line-height: 22px;
    padding: 10px 15px;
    height: auto;
    background-color: #ececec;
    color: #222222;
    float: none;
    font-size: .9rem;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 0;
}


/* listado */

.listado-body {
    margin-top: 2.75rem;
    background: #273238;
    color: #ffffff;
    border-radius: 5px 0 0 5px;
    text-transform: capitalize;
}

.listado-body li,
.plan-body ul li {
    border-bottom: 1px solid #3a484e;
    padding-bottom: 1rem;
    padding-top: 1rem;
    min-height: 4rem;
}

.listado-body li a,
.plan-body ul li a {
    color: #ffffff;
}

.listado-body li {
    padding-left: 1rem;
}

.plan-body ul li {
    border-color: #cacaca;
}

.plan-body ul li:first-child {
    border-top: 1px solid #cacaca;
}

#plan3 .c-2 .plan-body ul li:first-child {
    border-top: 0;
}

.listado-body li:last-child,
.plan-body ul li:last-child {
    border: 0;
}

.planes tr:first-child,
.planes tr:last-child {
    border: 0;
}


/* buttons*/

.btn-select {
    background-color: #15B5E7 !important;
    border-radius: 5px;
    font-size: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 1.5rem;
}

.modal-like .btn-select {
    margin: 1rem auto 1rem;
    width: 50%;
}

.btn[type="button"],
.btn[type="submit"] {
    -webkit-appearance: none;
}

.btn-select:hover,
.btn-select-large:hover {
    background-color: #15b5e7 !important;
}

.btn-alternativo {
    background-color: #263238;
    border-radius: 5px;
    font-size: .8rem;
}

.btn-alternativo:hover {
    background-color: #304047 !important;
}

.btn-small {
    font-size: 80%;
}

.btn-small:focus {
    background-color: rgba(0, 0, 0, 0.1);
}

.btn-nodisp {
    color: #c5c5c5;
}

.color-red {
    color: #e57373 !important;
}

.btn-small-view {
    border: 1px solid #45535A;
    border-radius: 5px;
    -webkit-tap-highlight-color: transparent;
    font-size: .7rem;
    text-transform: uppercase;
    color: #45535A;
    background: transparent;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    margin: 1rem 1.5rem;
    box-shadow: none;
    padding: 0;
    font-weight: bold;
}

.btn-small-view i {
    margin-right: 5px;
    font-size: 1rem;
}

.btn-small-view:hover,
.btn-small-view:focus {
    background: transparent;
    border-color: #607d8b;
    color: #607d8b;
    box-shadow: none;
}

@media (max-width: 991px) {
    .checked i {
        display: none;
    }
}

@media (max-width: 599px) {
    .button-caja .btn-select {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.checked i {
    color: #15B5E7;
}

a.tooltipped {
    cursor: pointer;
}

.tooltipped i {
    margin-top: 4px;
    position: absolute;
    margin-left: 5px;
    font-size: 16px;
    color: #f1f1f1;
}

.material-tooltip {
    background-color: #ffffff;
    box-shadow: 0px 0px 2px 1px rgba(125, 125, 125, 0.38);
    color: #263138;
    font-size: 14px !important;
    line-height: 1.8 !important;
}

[type="checkbox"]:checked+label:before {
    border-right: 2px solid #17b5e7;
    border-bottom: 2px solid #17b5e7;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #17b5e7;
    -webkit-box-shadow: 0 1px 0 0 #17b5e7;
    box-shadow: 0 1px 0 0 #17b5e7;
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:after {
    background-color: #17b5e7;
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
    border-color: #17b5e7;
}

.full-plan {
    font-size: 14px;
}

.full-plan li {
    border-bottom: 0 !important;
}

.all {
    background-color: #f7f7f7;
}

.material-tooltip {
    width: 25%;
    font-size: 12px;
    line-height: 1.4;
}

.layer {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .55);
    z-index: -1;
}


/* LOGIN AND REGISTER*/

.top-modal-register {
    margin-top: 5rem !important;
}

.modal-like {
    background: white;
    margin: 2rem;
    border-radius: 10px;
    padding: 2rem !important;
}

.box-form {
    left: 0;
    right: 0;
    /*position: absolute;*/
    padding: 2rem;
    margin: 2rem 0;
    color: rgba(0, 0, 0, 0.87);
}

.more-info {
    color: #2d2d2d;
    margin: 2rem auto;
}

.complete-form {
    transform: initial !important;
    top: initial !important;
}

#form-start .helper-text {
    text-align: left;
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

#form-start .helper-text.error {
    color: #F44336;
}

.seleccion-forma-pago h6 {
    color: #414141;
    font-size: 1rem;
}

.seleccion-forma-pago hr {
    opacity: .2;
    margin: 1rem 0 1rem;
}

.seleccion-forma-pago .box-payment-method {
    margin-bottom: 3rem;
}

.seleccion-forma-pago .box-payment-item {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}

.seleccion-forma-pago .box-payment-item label {
    color: rgba(0, 0, 0, 0.87);
}

#strype-box .block-help {
    display: flex;
    flex-direction: column;
    margin: 2rem 0 1rem;
    color: #777777;
}


/* video and intro popup*/

#video-popup,
#intro-popup {
    background-color: #222222;
    width: 80% !important;
}

#video-popup .modal-content,
#intro-popup .modal-content {
    padding: 0;
}

.box-featured-video {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.box-featured-video h6 {
    color: #d0d0d0;
    font-size: 1.2rem;
    line-height: 1.5;
}

.legal-small {
    color: #cecece;
}

@media (max-width: 599px) {
    .box-featured-video {
        display: block;
        text-align: center;
    }
    .thumb-popup {
        margin-top: 4rem;
    }
    .legal-small {
        text-align: center;
    }
}

.thumb-popup img {
    border-radius: 4px;
}

@media (min-width: 992px) {
    .box-form {
        width: 40%;
        margin: 2rem auto;
    }
    .modal-like {
        padding: 3rem !important;
    }
    #video-popup,
    #intro-popup {
        width: 55% !important;
    }
    .complete-form {
        width: 100% !important;
    }
}

@media (min-width: 1024px) {
    .box-form {
        width: 70%;
    }
}


/* FOOTER COPYRIGHT*/

.legal-info-pricing {
    padding-top: 4rem;
}

.legal-info-pricing a {
    color: #d2d2d2;
    font-size: .8rem;
}

.legal-info-pricing .footer-1 {
    text-align: center;
}

.legal-info-pricing .footer-2 {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.social-list-mini {
    display: inline-block;
    margin: 0;
}

.social-list-mini li {
    display: inline;
}

.social-list-mini li a {
    color: #d2d2d2;
    font-size: 1.3rem;
    padding: 5px;
}

@media (min-width: 736px) {
    .legal-info-pricing .footer-1 {
        text-align: left;
    }
    .legal-info-pricing .footer-2 {
        text-align: right;
        margin-top: 0;
        margin-bottom: 0;
    }
}


/* end */

.listado-header input {
    color: #BDBBBE;
}

.listado-header .select-pricing label {
    color: #ffffff;
}

.listado-header .select-wrapper .caret {
    color: #ffffff;
    fill: #ffffff;
}

.viewtravel-alert {
    background-color: #ef5350;
    color: white;
    border-radius: 0.5rem;
    font-size: .8rem;
    line-height: 1;
    display: block;
    padding: .8rem 1rem;
}


/* get started tabs*/

.pricing-back a {
    cursor: pointer;
}

.get-started-tabs {
    height: 55px;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(197, 197, 197, 0.4);
}

.get-started-tabs .tab {
    margin-right: 20px;
    height: 55px;
}

.get-started-tabs .tab a {
    color: #039be5;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 20px;
    text-align: left;
    text-transform: capitalize;
}

.get-started-tabs .indicator {
    height: 4px;
    background-color: #039be5;
}

.get-started-tabs .tab a:hover,
.get-started-tabs .tab a.active {
    color: #039be5;
    text-transform: capitalize;
}

.get-started-tabs .tab.disabled a,
.get-started-tabs .tab.disabled a:hover {
    color: rgba(3, 155, 229, 0.1);
}

.get-started-tabs .tab a:focus,
.get-started-tabs .tab a:focus.active {
    background-color: rgba(3, 155, 229, 0.05);
}

.icon-payments img {
    display: inline-block;
    padding-right: 10px;
    width: 40px;
}

.btn-link {
    background-color: transparent;
    padding: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.btn-block {
    width: 100%;
    margin: 1rem 0 2rem;
}

.divider-summary {
    display: block;
    height: 1px;
    background-color: #ececec;
    margin: 1rem 0;
}

.purchase-summary {}

.purchase-summary .summary-row {
    margin: 1rem 0;
    display: flex;
    justify-content: space-between;
}

.purchase-summary .summary-row small {
    color: #777777;
    font-size: 65%;
}


/* table subscription */

table tr {
    border-color: #ECECEA;
}

table tr:last-child {
    border-bottom: 0;
}


/* ----- subscription tab ------*/

#datos-subscription {
    width: auto;
    margin-bottom: 4rem;
}

#subscription-details header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

#subscription-details .button-section {
    margin-top: 1rem;
}

#subscription-details .button-section a {
    padding: 1rem 2rem 1rem 0;
}

@media (min-width: 992px) {
    #datos-subscription {
        width: 50%;
    }
    #subscription-details header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2rem;
    }
    #subscription-details .button-section a {
        padding: 1rem;
    }
}


/* validations css */

#toast-container>div {
    -moz-box-shadow: 0 0 6px rgba(8, 8, 8, 0.48);
    -webkit-box-shadow: 0 0 6px rgba(8, 8, 8, 0.48);
    box-shadow: 0 0 6px rgba(8, 8, 8, 0.48);
    font-size: 1rem;
}


/* LOGO */

#logo-header {
    display: flex;
    justify-content: center;
    float: none;
    align-items: flex-start;
}

@media (min-width: 768px) {
    #logo-header {
        justify-content: space-between;
    }
}

.inside-pricing #logo-header {
    justify-content: space-between;
}


/* LOADER SPINNER */

#spinner-billing {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.pricing-and-plan-recommended {
    border: 1px solid #d3d3d3 !important;
    position: relative;
    z-index: 999;
    outline-style: solid;
    outline-color: #d3d3d3;
    outline-width: 3px;
    background-color: #f1f3f4;
}

.pricing-and-plan-recommended .link-price-intermediate {
    background-color: #3c3c3c !important;
}

.pricing-and-plan-recommended .label-recommended {
    font-size: .55em;
    text-transform: uppercase;
    color: #585a5c;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
}

.whatsapp {
    position: fixed;
    left: 0.8rem;
    width: 60px;
    height: 60px;
    bottom: 0.8rem;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 13px;
}