<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-link-cart{
    height: 55px !important;
    width: 300px !important;
    border-radius:30px !important;
    z-index: 9999 !important;
    position: inherit;

}
.container-btn-cart{justify-content: center !important;position:relative !important;top:-27px !important;  margin: 10px auto !important;}
.link-copied-cart::before {
    z-index: 10000;
    max-width: 100px;
    position: absolute;
    border-radius: 30px;
    color: #fff !important;
    font-size: 1.2em !important;
    font-weight: 600 !important;
    padding: 5px 10px !important;
    background: #ffb956 !important;
    transform: translate(-50%, 190%);
    content: 'Link Copiado' !important;
}
.teste-btn{
    margin-top: -20px !important;
}

.teste-absolute{
    position: absolute !important;
}

.alert-privacy{
    z-index: 40000 !important;
}


.main-table.table-plan-4 .result-plans-search-compare .middle-plan .new-plans-compare&gt;div ul li{
    height: 35px !important;
    font-size: 12px !important;
    text-align: center !important;
}

.main-table.table-plan-4 .middle-plan ul li{
    height: 35px !important;
    font-size: 9px !important;
    text-align: center !important;
}

.main-table.table-plan-4 .result-plans-search-compare .middle-plan .new-plans-compare&gt;div ul li:nth-of-type(2n) {
    background: #F3F3F3 !important;
}

.main-table.table-plan-4 .result-plans-search-compare .middle-plan ul.w-300-px li:nth-of-type(2n) {
    background: #F3F3F3 !important;
}

.main-table.table-plan-4 .result-plans-search-compare .middle-plan ul.w-300-px li strong {
    line-height: 1.3em;
}

.w-100 .t-strong .t-align-l{
    font-weight: bold !important;
}

.container-cards{
    gap: 10px;
    display:flex;
    flex-direction: row;
    padding: 10px 30px 0px 30px;
}

.card{
    width: 100%;
    padding: 10px;
    border: 1px solid #d2cccc;
}


.card-passenger{
    width: 100%;
    padding: 10px;
    border: 1px solid #d2cccc;
}

.card .header{
    height: 85px;
    display: flex;
    justify-content: center;
}
.card .header img{
    max-width: 40%;
    margin-bottom: 15px;
}

.card .title {
    width: 100%;
    display: flex;
    line-height: 15px;
    text-align: center;
    justify-content: center;
}

.card .title p{
    max-width: 80%;
    font-size: 14px;
    font-weight: bold;
}

.card .price-wraper{
    margin-top: 10px;
}
.card .price{
    width: 100%;
    display: flex;
    justify-content: center;
}

.card .price p {
    font-size: 15px;
    color: #4f4e4e;
    margin-bottom: 5px;
    font-weight: bold;
}

.card .price span{
    color: #214e8c;
    font-weight: bold;
}

.form-filter.form-filter-border{
    padding: 30px 0 !important;
}

.form-range {
    width: 100%;
}

fieldset.direction-column {
    padding: 5px 15px !important;
}

article.completed {
    padding: 20px 20px !important;
}

.form-filter.form-filter-border .title-ages,
.form-filter.form-filter-border .list-ages{
    width: 100% !important;
    margin-left: 0 !important;
}


.box-markup{
    height: auto;
    display: none;
    padding: 10px 20px;
    width: 100% !important;
    margin-top: 10px !important;
    background-color: #f3f7ff;
    border-top: 1px solid #d2cccc;
}

.box-markup &gt; .container-button {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: right;
}

.box-markup .btn-box-markup {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffff;
    transition: all 0.6s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-markup svg{
    fill: #214e8c;
}

.btn-box-markup:hover {
    background-color: #4493d0;
    transition: all 0.6s;
}

.btn-box-markup:hover svg {
    fill: #fff;
    transition: all 0.6s;
}

.input-markup{

    border-color: #d2cccc !important;
    margin-top: -10px !important;
    background-color: #fff !important;
}

.box-infos-markup{
    width: 100%;
    height: 150px;
}

.box-infos-markup .title{
    color: #4493D0;
    font-size: 1.2em;
    font-weight: 700;
}

.box-infos-markup .sub-title{
    color: #4493D0;
    font-size: 1.2em;
    font-weight: 400;
}

.container-input {
    top: -5px;
    position: relative;
}

.container-input select{
    appearance: none; /* Remove a aparÃªncia padrÃ£o do select */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    width: 100%;
    padding: 0 20px;
    color: #4493d0;
    font-size: 1.4em;
    font-weight: 500;
    position: relative;
}

.container-input .icon-select{
    right: 15px;
    top: 10px;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
}

.container-input-range{
    width: 100%;
    height: 40px;
    top: -5px;
    position: relative;
}
.box-wraper-markup{
    height: 40px;
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 5px 0;
}


.change-type-markup{
    font-size: 13px;
    cursor: pointer;
    color: #4493D0;
    font-weight: 600;
}

.change-type-markup:hover{
    transition: 0.6s;
    border-bottom: 1px solid #4493D0;

}

.container-input-range .box-input{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.box-infos-markup input[type=range] {
    width: 96%;
    height: 10px;
    border: none;
    padding: 0;
    border-radius: 10px;
    background-color: #fff;
    -webkit-appearance: none;
}
.box-infos-markup input[type=range]:focus {
    outline: none;
}

.box-infos-markup input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4493D0;
    cursor: pointer;
    top: 0px;
    position: relative;
  }

.box-infos-markup input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4493D0;
    cursor: pointer;
}


.box-infos-markup datalist, .box-infos-markup #tickmarks {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-top: -10px;
}

.box-infos-markup  datalist option, .box-infos-markup #tickmarks span {
    flex: 1;
    width: 30px !important;
    text-align: center;
    font-size: 13px;
    color: #4493D0;
    transition: all 0.6s;
}

.box-infos-markup  datalist option.selected {
    color: #214e8c;
    font-weight: bold;
    transition: all 0.6s;
}

.container-infos-markup{
    width: 100%;
    display: flex;
    justify-content: right;
}

.container-infos-markup .box-details-markup {
    width: 100%;
    height: auto;
    padding: 5% 0;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    position: relative;
    align-items: center;
    background-color: #f3f7ff;
    justify-content: space-around;
}

/*  SER REMOVIDO QUANDO EYE FOR HIDEN */
.box-buttons-list-plans{
    position:relative;
}

.buttons-wraper{
    width: 100% !important;
    margin-top: -20px;
    display: flex !important;
}

.buttons-wraper a {
    text-align: center !important;
}

.item-top-10{
    display: flex;
    padding-top: 15px;
    justify-content: flex-start;
}
/*  SER REMOVIDO QUANDO EYE FOR HIDEN */


.markup-info{
    width: 100%;
    display: flex;
    justify-content: center;
}

.markup-info .single-info {
    font-size: 11px;
    color: #4493D0;
    margin-right: 5px;
}

.title-single-info {
    font-size: 11px;
    color: #4493D0;
    margin-bottom: 8px;
}

.markup-info .single-info-bold{
    color: #4493D0;
    font-size: 11px;
    font-weight: bold;
}

.markup-info .icon-info{
    top: -8px;
    width: 12px;
    height: 12px;
    display: flex;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 50%;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.icon-info svg {
    width: 12px;
    height: 12px;
}



.tooltip {
    position: relative;
    display: inline-block;
}


.tooltip-box {
    width: 300px;
    height: auto;
    position: absolute;
    top: -175px; /* Ajuste essa margem para posicionar o tooltip conforme necessÃ¡rio */
    left: 50%;
    transform: translateX(-50%);
    background-color: #545151;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

.tooltip-box::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 48%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #545151  transparent transparent transparent;
  }

.icon-info:hover .tooltip-box {
    visibility: visible;
    opacity: 1;
}

.tooltip-box .tooltip-title{
    font-size: 15px;
    color: #A8D9FF;
}

.tooltip-box .tooltip-text{
    color: #dfdfdf;
    margin-top: 4px;
    font-size: 14px;
}

.w-1100-px{
    width: 1100px;
}

/* .field-passenger{

} */

.container-arrows{
    width: 120px;
    height: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
}


.image-arrow{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;

    padding: 10px 0;
    position: relative;
}

.searchDate {
    border: none;
    background: none;
}

.icon-up{
    left: 2px;
    position: relative;
}



.icon-cursor{
    cursor: pointer !important;
}
.passageiros{
    width: 20px;
    margin-right: 0 !important;
}

.title-ages .item{
    margin-top: 10px;
}

h2.title{
    margin-left: 10px;
}

.container-ages-passengers{
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}

.item-passenger{
    width: 170px;
    height: 40px;
    margin: 25px 5px;
    display: none;
}

.title-age{
    font-weight: 500;
    color: #4f4e4e;
    /* color: #4493d0; */
    font-size: 14px;
    margin-bottom: 3px;
}

.age-passenger-textfield{
    width: 100%;
    height: 100%;
     color: #4493d0;
    font-size: 16px;
    padding: 0 10px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #d2cccc;
}


.li-passenger.invalid{
    position:relative;
}

.li-passenger.invalid::before{
    color:#fff;
	top:100%;left:0;
	font-size:1.4em;
	font-weight:700;
	padding:7px 12px;
    position:absolute;
    border-radius: 10px;
	background:#ff0000;
	content:'Informe o nÃºmero!';
}




#passenger-error-1,
#passenger-error-2,
#passenger-error-3,
#passenger-error-4,
#passenger-error-5,
#passenger-error-6,
#passenger-error-7,
#passenger-error-8,
#passenger-error-9,
#passenger-error-10{
    display: none;
	content:'Informe a idade!';
	padding:5px 10px;
	background:#ff0000;
	color:#fff;
	font-size:1.2em;
	font-weight:500;
    border-radius: 10px;
}

.modal-search .bg-white .form-2{
    height: 500px !important;
}


.card-plan {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.6s;
    border: 1px solid #D2CCCC;
}

.card-plan:hover{
    transition: all 0.6s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.header-card {
    width: 100%;
    height: 73px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D2CCCC;
}

.card-title-plan{
    width: 75%;
    height: 100%;
    display: flex;
    padding: 15px 20px;
    align-items:center;
    justify-content: center;
    border: 1px solid #aed9fa;
    background-color: #aed9fa;
}

.card-title-plan span{
    font-size: 1.5em;
    font-weight: 700;
    color: #424242 !important;
    text-transform: uppercase;
}

.card-logo{
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-logo-img {
    width: 120px;
}

.card-logo-img-60 {
    width: 60px;
}

.card-body{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.content-infos{
    width: 75%;
    height: 100%;
}

.content-one{
    width: 65%;
    height: 100%;
}
.content-two{
    width: 35%;
    height: 100%;
}

.content-prices{
    width: 25%;
    min-width: 200px;
    height: 100%;
    padding: 20px 10px;
    text-align: center;
    border-left: 1px solid #D2CCCC;
}
.title-info-prices{
    color: #424242;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
}

.title-info-prices &gt; span{
    color: #4493D0;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
}

.infos-cover{
    display: flex;
    height: auto;
    padding: 20px 10px 10px 10px;
}
.info-cover{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap ;
    justify-content: center;
}

.info-cover img{
    width: 18px;
}

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

.price-cover{
    width: 100%;
    font-size: 1.7em;
    font-weight: 400;
    color: #424242;
    margin-top: 10px;
    text-align: center;
}

.price-cover-effect{
    font-size: 1.7em;
    font-weight: 600;
    color: #4493D0;
    margin-top: 10px;
}

.total-price-card{
    margin-top: 25px;
    font-size: 1.8em;
    font-weight: 600;
    color: #4493D0;
}

.info-price-card{
    margin-top: 8px;
    color: #424242;
    font-size: 1.4em;
}

.total-price-cash{
    color: #55C851;
    margin-left: 5px;
    font-size: 1.8em;
    margin-top: 8px;
    margin-right: 3px;
    font-weight: 700;
}

.title-extra{
    font-size: 15px;
    color: #4493D0;
    font-weight: 500;
}

.infos-cover-extra{

    text-align: center;
}

.infos-cover-extra {
    width: 100%;
    text-align: center;
}

.infos-cover-extra svg{
    fill: #55C851;
}
.infos-cover-extra   .bi.bi-check2-circle {
    width: 24px;
    height: 24px;
    top: -3px;
    position: relative;
}
.description-extra{
    width: 100%;
    font-size: 11px;
    color: #424242;
    margin: 5px auto;
}

.description-extra span{
    font-weight: 700;
}

.content-actions{
    bottom: 0;
    width: 100%;
    height: 80px;
    display: flex;
}

.content-buttons{
    gap: 10px;
    width: 70%;
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
}

.content-buttons span{
    color: #214E8C;
    font-size: 1.2em;
    margin-left: 5px;
}


.button-mail,
.button-covers,
.button-comparation{
    width: 100%;
    display: flex;
    padding: 10px;
    cursor: pointer;
    align-items: center;
    border-radius: 20px;
    transition: all 0.6s;
    justify-content: center;
    background-color: #aed9fa;
    border: 1px solid #aed9fa;
}

.button-mail:hover,
.button-covers:hover,
.button-comparation:hover{
    border: 1px solid #214E8C;
    background-color: #214E8C;
    transition: all 0.6s;
}

.button-checked{
    border: 1px solid #214E8C;
    background-color: #214E8C;
}

.button-checked span{
    color: #ffff;
}

.button-mail:hover span,
.button-covers:hover span,
.button-comparation:hover span{
    color: #fff;
    transition: all 0.6s;
}

.button-mail svg,
.button-covers svg,
.button-comparation svg{
    fill: #214E8C;
    transition: all 0.6s;
}

.button-mail:hover svg,
.button-covers:hover svg,
.button-comparation:hover svg{
    fill: #fff;
    transition: all 0.6s;
}

.content-markup{
    width: 30%;
    height: auto;
    padding-right: 5px;
}

.compare-checkbox{
    border-color: #4493D0 !important;
}


.newAddCart{
    width: 100%;
    height: auto;
    margin-left: 0px;
    padding: 15px;
    width: 100% !important;
    color: #55c851 !important;
    border-radius: 50px !important;
    border: 1px solid #55c851 !important;
    background-color: rgba(85, 200, 81,0.1) !important;
}

.newAddCart:hover{
    transition: all 0.6s;
    color: #fff !important;
    border: 1px solid #2d962c!important;
    background-color: #2d962c !important;
}



.main-table::before {
    background: none !important;
}

.content-buttons-cart{
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}

.box-passengers{
    text-align: center;
}
.box-passenger{
    margin-bottom: 10px;
}

.title-passengers{
    font-size: 14px;
    color: #6b6b6b;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}

.info-passenger{
    max-width: 170px;
    margin: 0 auto 5px auto;
    font-size: 12px;
    color: #6b6b6b;
}

.info-passenger span{
    font-weight: 700;
}

.price-passenger p {
    font-size: 12px;
    color: #4f4e4e;
    margin-bottom: 5px;
}


.container-modal{
    height: 100vh !important;
    overflow: auto !important;
    padding-bottom: 30px !important;
}

.modal-coverage{
    width: 100%;
    max-width: 1900px !important;
}

.pad-botton-40{
    padding-bottom: 40px !important;
}
.marg-botton-40{
    margin-bottom: 40px !important;
}

.t-border-btt{
    border-bottom: 1px solid #d2cccc;
}


.container-information{
    width: 100%;
    height: auto;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #F3F3F3;
}

.container-information .title-information{
    font-size: 16px;
    font-weight: 600;
    color: #6b6b6b;
    margin-bottom: 10px;
}

.container-information .text-information{
    color: #6b6b6b;
    font-size: 14px;
    margin-bottom: 10px;
}

.container-information .passenger-informationI{
    margin-top: 5px;
    color: #6b6b6b;
    font-size: 13px;
    font-weight: 500;
}
.container-information .passenger-informationII{
    margin-top: 5px;
    margin-bottom: 10px;
    color: #6b6b6b;
    font-size: 14px;
    font-style: italic;
}

.container-information svg{
    width: 20px;
    height: 20px;
    top: 3px;
    margin-right: 5px;
    position: relative;
    fill: #6b6b6b;
}

.btn-dowload-pdf{
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    border-radius: 3px;
    line-height: normal;
    font-size: 12px;
    border: 1px solid #214E8C;
    background-color: #214E8C;
}

.txt-center{
    text-align: center;
}
.icon-download{
    color: #fff;
    margin-right: 7px;
}

.down-voucher-title{
    font-weight: 600;
    color: #214E8C;
    padding-bottom: 2px;
    border-bottom: 1px solid #214E8C;
}

.form-search-voucher{
    display: block;
}

#btn-show-form-pax{
    width: 100px;
    border: 2px solid #214e8c;
    color: #214e8c;
    font-size: 1.4em;
    border-radius: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 0.3s;
    background-color: transparent;
}

#btn-show-form-pax:hover{
    color: #fff;
    transition: all 0.3s;
    background-color: #214e8c;
}

.header-title-vouchers{
    display: flex;
    justify-content: space-between;
}

.container-save-history{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 5px;
}


.title-save-history{
    font-size: 16px;
    font-weight: 600;
    color: #6b6b6b;
}

.subtitle-save-history{
    font-size: 14px;
    color: #6b6b6b;
    margin-top: 3px;
    margin-bottom: 8px;
}


.show-alert-suc,
.show-alert-err{
    display: none;
}

.suc-favorite,
.err-favorite{
    display: none;
}

.err-favorite{
    color: #CF2E2E;
}

.suc-favorite{
    font-weight: 600;
    color: #2e9b0a;
}


.alert-suc-save-history{
    width: 300px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #DAF5D9;
    border: 1px solid #55C851;
    border-radius: 20px;
    color: #185504;
    font-weight: 700;
    font-size: 12px;
}

.alert-err-save-history{
    width: 400px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFDBDB;
    border: 1px solid #C85C5C;
    border-radius: 20px;
    color: #CF2E2E;
    font-weight: 700;
    font-size: 12px;
}

.field-save-name-history{
    width: 300px;
    height: 40px;
    font-size: 14px;
    margin-bottom: 8px;
    padding: 10px 20px;
    border: 1px solid #d2cccc;
    color: #6b6b6b;
    border-radius: 20px;
}

.btn-save-history{
    width: 300px;
    padding: 10px;
    border: 2px solid #214e8c;
    color: #214e8c;
    font-size: 1.4em;
    font-weight: 700;
    border-radius: 20px;
    cursor: pointer;
}

.btn-save-history:hover{
    color: #fff;
    background-color: #214e8c;
}

.center-spinner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.spinner-favorite{
    display: none;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 18px;
    height: 18px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.spinner-history {
    display: none;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }

.img-post {
    object-fit: cover;
    height: 225px;
}


  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(-360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
  }


@media screen and (max-width: 1275px) {
    .w-1024-100 {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 1024px) {
    .li-passenger {
        border-top: 1px solid #d2cccc;
    }

    .passageiros{
        width: 10%;
    }

    .container-arrows{
        width: 90%;
        top: -10px;
        position: relative;
    }

    .sidebar-client {
        padding: 50px 50px 0 50px!important;
    }

    .p-lr-50-1024 {
        padding: 50px!important;
    }

    .info-table {
        padding: 20px 15px!important;
    }
}


@media (max-width: 997px){

    .form-search-pax{
        flex-wrap: wrap;
    }

    .form-search-pax .button-search {
        width: 100% !important;
        margin-top: 10px !important;
    }
    .container-btn-cart{
        margin-top: 20px;
        width: 100%;
    }
    .item-top-10{
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .container-infos-markup{
        width: 10   0% !important;
    }
    .box-details-markup{
        border-top-left-radius: 10px;
        width: 100% !important;
    }
    .box-buttons-list-plans{
        position:relative;
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .container-btn-cart button {
        width: 100% !important;
    }

    .buttons-wraper{
        flex-direction: column-reverse;
    }

    .card-plan{
        height: auto;
        padding-bottom:30px;
    }

    .card-body{
        display: block;
    }

    .header-card {
        height: auto;
        display: block;
        border:  none;
    }
    .card-logo,
    .card-title-plan{
        width: 100%;
        text-align: center;
    }
    .card-logo{
        padding: 10px 0px;
    }

    .content-infos{
        width: 100%;
        height: auto;
        padding: 10px 0;
    }

    .infos-cover{
        display: block;
        height: auto;
        padding: 10px 20px;
    }
    .info-cover{
        margin: 10px 0;
        padding: 10px 40px;
    }

    .content-one,
    .content-two{
        width: 100%;
    }

    .content-actions{
        height: 100%;
        flex-wrap: wrap;
    }

    .content-buttons,
    .content-markup{
        width: 100%;
    }

    .content-prices{
        width:100%;
        border-left: none;
    }

    .content-buttons-cart{
        margin-top: 0px;
        padding: 10px;
    }

    .content-markup{
        padding: 15px;
    }

    .card-logo-img {
        width: 150px;
    }

    .markup-info .single-info {
        font-size: 14px;
    }

    .title-single-info {
        font-size: 14px;
    }

    .markup-info .single-info-bold{
        font-size: 14px;
    }

}

@media screen and (max-width: 600px) {

    .t-align-600-c{text-align:center}

    .w-600-100 {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sidebar-client {
        padding: 30px 30px 0 30px!important;
    }

    .p-lr-30-500 {
        padding: 30px!important;
    }

}

input.apple-switch {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    outline: none;
    width: 50px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #D9DADC;
    border-radius: 50px;
    box-shadow: inset -20px 0 0 0 #fff;
  }

  input.apple-switch:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background: transparent;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
  }

  input.apple-switch:checked {
    box-shadow: inset 20px 0 0 0 #4ed164;
    border-color: #4ed164;
  }

  input.apple-switch:checked:after {
    left: 20px;
    box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
  }
</pre></body></html>