html {
    font-size: 40%;
}

body {
    font-family: 'Varela', sans-serif;
    overflow-x: hidden;
    color: #fff;
    text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000;
}

textarea {
    resize: none;
}

.orange {
    color: #f7cbac;
}

.white {
    color: #ffffff;
}

.black {
    color: #000000;
}

.yellow {
    color: #f7dfa5;
}

.dark-yellow {
    color: #f0c14b;
}

.progressContaier {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: center;
}

.progressContaier .yellow {
    white-space: nowrap;
}

.md-trigger {
    background: none;
    border: none;
    cursor: pointer;
}

.md-trigger:focus {
    outline: none;
}

.progress {
    width: 400px;
    height: 1.5rem;
    margin: 0.1rem 1.3rem 0 0;
    overflow: visible;
}

.progress .progress-bar {
    position: relative;
}

.currentProgress {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    font-size: 1.5rem;
}

.progress h5 {
    margin: 0;
}

.one-row {
    white-space: nowrap;
}

.width-30 {
    width: 30%;
}

.font-2 {
    font-size: 2rem;
}

.mt-05 {
    margin-top: 0.5rem;
}

.mt-15 {
    margin-top: 1.1rem;
}

.mt-25 {
    margin-top: 1.5rem;
}

.ml-25 {
    margin-left: 1.5rem;
}

.text-right-not-mobile,
.text-right-not-mobile {
    text-align: center;
}

.highlight {
    display: inline-block;
    font-weight: 700;
    color: #2b2b2b;
    text-shadow: none;
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    padding: 5px 10px;
}

.box-shadow {
    background: rgba(0,0,0,0.5);
    padding: 15px;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    color: #2b2b2b;
    text-shadow: none;
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    border-color: #a88734 #9c7e31 #846a29;
}

.btn-primary:hover {
    color: #2b2b2b;
    text-shadow: none;
    background: #f1c861;
    background: -webkit-linear-gradient(top,#f5d78e,#eeb933);
    background: linear-gradient(to bottom,#f5d78e,#eeb933);
    border-color: #a88734 #9c7e31 #846a29;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #2b2b2b;
    border-color: #a88734 #9c7e31 #846a29;
}

.logo {
    width: 150px;
    height: 150px;
}

.email-sent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-shadow: none;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    text-align: center;
    display: none;
}

#section1 {
    background: url("../images/section1.jpg");
}

#section2 {
    background: url("../images/section2.jpg");
}

#section3 {
    background: url("../images/section3.jpg");
}

#section4 {
    background: url("../images/section4.jpg");
}

#section5 {
    background: url("../images/section5.jpg");
}

#section1,
#section2,
#section3,
#section4,
#section5 {
    width: 100vw;
    height: 100vh;
    background-size: cover;
}

.prev-section,
.next-section {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    width: 4rem;
    height: 4rem;
    opacity: 0.7;
    cursor: pointer;
    z-index: 1;
}

.prev-section {
    top: 2rem;
}

.next-section {
    bottom: 2rem;
}

.centered-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    max-width: 1000px;
}

.pdf-icon {
    display: inline-block;
    width: 2.2rem;
}

.pdf-icon img {
    max-width: 100%;
}

.centered-div.div-table {
    width: 90%;
}

.section2-content h4:before,
.section3-content h4:before,
.section5-content h6:before {
    content: '';
    width: 0.6rem;
    height: 1.2rem;
    border: solid #ffe400;
    border-width: 0 0.2rem 0.2rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 1.2rem;
    margin-left: 0.5rem;
}

.section4-content .table-packages {
    padding: 0;
    table-layout: fixed;
}

.section4-content .table-packages .big-col {
    width: 28%;
}

.section4-content .table-packages .small-col {
    width: 18%;
}

.section4-content .table-packages th {
    vertical-align: middle;
    padding: .25rem .75rem;
}

.section4-content .table-packages td {
    vertical-align: middle;
    padding: .25rem .75rem;
}

.section4-content .table-package {
    text-shadow: none;
    color: #000;
    font-weight: 600;
}

.section4-content .table-package.grey-row {
    background: #D8D8D8;
}

.section4-content .table-package.yellow-row {
    background: #FFFF66;
}

.section4-content .table-package.silver-row {
    background: #A5A5A5;
}

.section4-content .table-package.orange-row {
    background: #FBD4B4;
}

.section4-content a:hover {
    color: #fff;
    text-decoration: none;
}

.section4-content .yes-icon:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 0.6rem;
    height: 1.2rem;
    border: solid #008000;
    border-width: 0 0.2rem 0.2rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0.6rem;
    z-index: 2;
}

.section4-content .yes-icon:after {
    content: '';
    display: inline-block;
    position: relative;
    width: 0.6rem;
    height: 1.2rem;
    border: solid #000;
    border-width: 0 0.2rem 0.2rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0.6rem;
    margin-left: -0.6rem;
    top: 0.1rem;
    opacity: 0.7;
    z-index: 1;
}

.section4-content .no-icon:before {
    content: "\00d7";
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
    color: #ff0000;
}

.section5-content h4 {
    display: inline-block;
    font-weight: 700;
    color: #2b2b2b;
    text-shadow: none;
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    padding: 6px 12px 6px;
}

.section5-content h6 {
    font-size: 0.8rem;
    font-weight: 400;
}

.section5-content h6:before {
    width: 0.5rem;
    height: 1rem;
}

.section5-content h6.no-icon:before {
    display: none;
}

.section5-content .image-container {
    float: left;
    width: 12%;
    margin: 0 1rem 0.5rem 0;
}

.section5-content .image-container img {
    max-width: 100%;
}

.modal {
    color: #2b2b2b;
    text-shadow: none;
}

@media all and (min-width: 321px) {
    html {
        font-size: 50%;
    }
}

@media all and (min-width: 576px) {
    html {
        font-size: 80%;
    }

    .centered-div.div-table {
        width: 75%;
    }
}

@media all and (min-width: 769px) {
    html {
        font-size: 90%;
    }

    .text-right-not-mobile {
        text-align: right;
    }

    .text-left-not-mobile {
        text-align: left;
    }
}

@media all and (min-width: 1025px) {
    html {
        font-size: 100%;
    }
    
    .centered-div.div-table {
        width: 65%;
    }

    .section4-content .table-packages th {
        padding: .5rem .75rem;
    }

    .logo {
        width: 200px;
        height: 200px;
    }
}

@media all and (min-width: 1201px) {
    .centered-div.div-table {
        width: 60%;
    }
}

.clear-both {
    clear: both;
}

/* Tooltips */
a:not([href]):not([tabindex])[data-toggle="tooltip"] {
    cursor: pointer;
    color: #007bff;
    text-decoration: underline;
}

.tooltip-inner {
    color: #fff;
}

.tooltip-image {
    max-width: 75px;
    max-height: 75px;
    float: left;
    margin-right: 0.5rem;
}

/* Modals */
.md-modal {
    position: fixed;
    top: 40%;
    left: 50%;
    width: 50%;
    max-width: 500px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    backface-visibility: hidden;
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-content {
    color: #000;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    text-shadow: none;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0,0,0,0.5);
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}

.md-perspective body  {
    background: #222;
    perspective: 600px;
}

.container {
    background: #e74c3c;
    min-height: 100%;
}

/* Effect 13: 3D slit */
.md-effect-13.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-13 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -moz-transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0;
}

.md-show.md-effect-13 .md-content {
    -webkit-animation: slit .7s forwards ease-out;
    -moz-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
    50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
    100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
    50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
    100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
    50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
    100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}