
* {
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box;
}
html {
    /* font-family: "Poppins", sans-serif; */
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}
body {
    /* font-family: "Poppins", sans-serif; */
    padding: 0;
    margin: 0;
    color: #303030;
    background-color: #000!important;
	/* ojo */
    /* background-image: linear-gradient(#fcfcfc, #fbfbfb, #f5f5f5, #f0f0f0); */
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    /* font-size: 1em; */
    font-weight: 500;
}

pre {
    font-family: "Poppins", sans-serif;
    display: block;
    font-size: 17px;
    white-space: pre-wrap;
    font-weight: 300;
    margin-bottom: 0;
}

.offcanvas {
	border-left: 0px!important;
}	
	
.header1 {
    display: flex;
    width: 100%;
    padding: 144px 0 25px 0;
    justify-content: center;
    align-items: center;
}
.header1-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.header1-img-section img {
    width: 100%;
    height: auto;
    border-radius: 32px;
}
.header1-subtitle {
    font-size: 27px;
    font-weight: 800;
    line-height: 1.2;
    padding-bottom: 6px;
}
.header1-title {
    font-weight: 900;
    font-size: 50px;
    line-height: 1;
    padding-bottom: 25px;
}
.header1-title-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    padding-bottom: 15px;
}

.progress-contain {
    width: 100%;
    height: 25px;
    position: relative;
}
.progress-percent {
    position: absolute;
    left: 0%;
    top: 9px;
    font-size: 12px;
    font-weight: 700;
    margin-left: -6%;
}
.progress-total {
    width: 100%;
    height: 12px;
    background: transparent;
    border-radius: 8px;
    position: absolute;
}
.progress-actual {
    width: 1px;
    height: 10px;
    background: #2c4f7c;
    border-radius: 22px;
    position: absolute;
    top: 1px;
}

.plusminus {
    display: inline-block;
    position: relative;
    font-size: 0;
    border-radius: 3px;
    width: 44px;
    height: 132px;
}
.plusminus button {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    padding: 12px 12px !important;
    color: #fff;
    font-size: 30.8px;
    line-height: 1;
    font-family: bonds, sans-serif;
    cursor: pointer;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.plusminus button:focus {
    outline: none;
    color: #000;
}
button.magic_button:active {
    background: #fff;
}
.plusminus button:disabled {
    color: #ccc;
    cursor: default;
    pointer-events: none;
}
.plusminus button:first-child {
    bottom: 0;
}
.plusminus button:first-child:before {
    content: "-";
    position: absolute;
    margin-top: -17px;
    margin-left: -5px;
}
.plusminus button:last-child {
    top: 0;
}
.plusminus button:last-child:before {
    content: "+";
    position: absolute;
    margin-top: -17px;
    margin-left: -9px;
}
.plusminus button:last-child:focus,
button.waves-effect.next:focus,
button.waves-effect.prev:focus {
    color: #fff;
}
.plusminus input[type="number"] {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 44px;
    margin: 0;
    padding: 0 0 16.92308px;
    border: 0;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    -moz-appearance: textfield;
}
.plusminus input[type="number"]::-webkit-outer-spin-button,
.plusminus input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.plusminus.horiz {
    width: 166px;
    height: 44px;
    margin: 10px auto 0;
}
.plusminus.horiz button:first-child {
    left: 0;
}
.plusminus.horiz button:last-child {
    right: 0;
}
.plusminus.horiz:after {
    bottom: 0;
}
.plusminus.horiz input[type="number"] {
    position: absolute;
    top: -4px;
    left: 44px;
    color: #000;
    border: 0;
    width: 80px;
    font-size: 32px;
    pointer-events: none;
}
.plusminus.horiz span {
    position: absolute;
    top: 32px;
    left: 0;
    color: #000;
    border: 0;
    width: 100%;
    font-size: 10px;
    font-weight: 500;
    pointer-events: none;
}
.plusminus.stacked {
    width: 88px;
    height: 88px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.plusminus.stacked:after {
    width: 100%;
    bottom: 50%;
}
.plusminus.stacked button {
    float: none;
    top: auto;
    bottom: 0;
}
.plusminus.stacked button:first-child {
    left: 0;
}
.plusminus.stacked button:last-child {
    right: 0;
}
.plusminus.stacked input[type="number"] {
    top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #eee;
    width: 100%;
}
.plusminus.stacked input[type="number"]:after {
    width: 100%;
}


button.magic_button,
button.download-button {
    background: #fff;
    padding: 6px 11px !important;
    border: 0;
    font-size: 18px;
    border-radius: 25px;
    margin: 1px 1px;
    cursor: pointer;
}
button.magic_button:hover {
    color: #fff;
}
button.magic_button > small {
    font-weight: 800;
    display: inline-block;
    padding-bottom: 0;
    text-transform: uppercase;
}

.card {
    /* padding: 30px 50px; */
    margin: 0 auto;
    max-width: 1080px;
    background: #fff;
    border-radius: 26px !important;
    box-sizing: border-box;
    box-shadow: 0px 24px 60px -1px rgba(37, 44, 54, 0.14);
}


i.fa.fa-ticket.fixleft,
i.fa.fa-ticket.fixright {
    position: absolute;
    top: 15px;
    font-size: 192px;
    opacity: 0.05;
}
i.fa.fa-ticket.fixleft {
    left: 20px;
}
i.fa.fa-ticket.fixright {
    right: 24px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.services-accordion .accordion {
    background-color: #07768f;
}

.services-section {
    position: relative;
}
.services-container {
    position: relative;
    display: flex;
    padding-top: 55px;
    padding-bottom: 55px;
    flex-wrap: wrap;
}
.services-header1-img-section img {
    width: 100%;
}
.services-title-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    width: 100%;
}
.services-subtitle {
    font-size: 22px;
    font-weight: 400;
    line-height: 2;
}
.services-title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
}
.services-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
}
.services-accordion .accordion {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #161616;
    border-radius: 50px;
    padding: 10px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.services-accordion .accordion::after {
    color: #fff !important;
}
.services-accordion .panel {
    background-color: transparent !important;
}
.services-accordion .panel p {
    font-weight: 400;
    line-height: 1.5;
}
@media screen and (max-width: 991.98px) {
    .services-section .services-container {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .services-container img {
        margin-bottom: 25px;
    }
    .services-subtitle,
    .services-title {
        text-align: center;
    }
}

.accordion {
    font-family: "Poppins", sans-serif;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 18px 10px 18px 10px;
    width: 100%;
    border-radius: 5px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24px;
    transition: 0.4s;
    font-weight: 500;
}
.accordion:active,
.accordion:hover {
    background-color: #07768f;
}
.accordion:after {
    /* content: "\002B"; */
    font-size: 24px;
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.accordion.active:after {
    /* content: "\2212"; */
}

.copied::before {
    content: "COPIADO";
    width: 118px;
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    margin-top: 50px;
    margin-left: 0px;
}