body {
    line-height: 1.73em;
}

h1 {
    font-size: 50px;
    color: black;
}

h3 {
    font-size: 30px;
    color: black;
}

h6 {
    font-size: 16px;
    color: #3e3e3e;
}

p:not('#qodef-page-header-inner'), a:not('#qodef-page-header-inner'), span:not('#qodef-page-header-inner') {
    font-size: 15px;
}

p {
    margin: 10px 0px;
}

.about-below-description, .main-title {
    margin-bottom: 23px;
}

.about-section p {
    margin: 0px !important;
    margin-bottom: 12px !important;
}

main {
    max-width: 100%;
    margin: 0 auto !important;
}

.right-section-container {
    padding-top: 36px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    background: #fafaf9;
    margin-top: -37px;
    z-index: 50;
    position: relative;
}

.left-section-container {
    padding-top: 70px;
    padding-right: 30px;
}

.benefits-section {
    padding-top: 18px;
}

.rules-section, .availabity-section  {
    padding-top: 60px;
}

.availabity-section {
    padding: 30px 0px;
}

a {
    color: #3e3e3e;
    text-decoration: none;
}

a:hover {
    color: #3e3e3e;
}

.benefits-section h3 {
    color: black;
    margin-bottom: 21px;
}

ol {
    padding: 0px 0px 0px 16px;
}

.rules-section h3, .availabity-section h3 {
    margin-top: 7px;
    margin-bottom: 21px;
    color: black;
}

ol li {
    margin-bottom: 10px;
}

.your-reservation h3 {
    color: black;
    margin-bottom: 36px;
    margin-top: 0px;
}

.input-reservation-label {
    color: #484848;
    font-weight: 500;
    font-size: 13px;
    line-height: 18.2px;
    margin-bottom: 15px;
}

.input-reservation {
    border: none !important;
    background-color: transparent !important;
    outline: none !important;
    margin-bottom: 0 !important;
    border: none !important;
    border-bottom: 1px solid rgba(0,0,0,.46) !important;
    color: #000 !important;
    line-height: 1.4 !important;
    padding: 2px 0 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    font-family: Prompt,sans-serif !important;
}

.input-reservation-container {
    margin-bottom: 36px;
}

.extra-services {
    margin-bottom: 54px;
}

.extra-services h3 {
    margin-bottom: 26px;
    margin-top: 34px;
    color: black;
}

.line-down {
    height: 1px;
    max-width: 100%;
    background: rgba(72,72,72,.12);
    margin-bottom: 7px;
    flex: 1;
    margin-left: 4px;
    margin-right: 4px;
}

.extra-service {
    margin: 8px 0px;
}

.book-now {
    margin-top: 36px;
    padding: 15px 34px;
    font-weight: 600;
    border: 1px solid black;
    background: #fff;
    width: 100%;
    transition: all .3s;
    font-size: 13px;
    line-height: 18.98px;
    letter-spacing: .65px;
}

.book-now:hover {
    background: #345E41;
    color: white;
    border-color: #345E41;
}

.right-section {
    background: #fff;
}

.seasonal-pricing {
    margin-top: 20px;
    padding-top: 36px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    background: #fafaf9;
}

.seasonal-pricing h3 {
    margin-bottom: 10px;
    color: black;
}

.pricing-paragraph {
    margin-top: 34px;
}

.pricing-paragraph span {
    font-weight: 500;
    color: black;
}

.grid-icon h6 {
    margin-bottom: 23px;
    text-transform: uppercase;
}

.grid-icon {
    margin: 0px;
}

.grid-icons {
    margin-bottom: 46px;
}

.icon-text {
    color: #3e3e3e;
    margin: 18px 0px;
}

.icon-icon {
    margin-right: 13px;
}

.first-col-title  {
    margin-top: 0px;
}

@media only screen and (max-width: 1200px) {
    main {
        width: 960px;
        flex-direction: column-reverse;
    }
    /*.right-section-container {
        margin-top: 15px;
    }*/
}

@media only screen and (max-width: 1024px) {
    main {
        width: 768px;
    }
}

@media only screen and (max-width: 800px) {
    main {
        width: 86%;
    }
}

@media only screen and (max-width: 768px) {
    .grid-icons {
        margin: 0;
    }

    .grid-icon {
        margin-bottom: 46px;
    }

    .first-col-title {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 720px) {
    #date-section {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 635px) {
    main {
        width: 100%;
        margin: 0 !important;
    }
}

@media only screen and (max-width: 494px) {
    .qodef-page-inner {
        width: 100% !important;
    }
    .left-section-container {
        padding: 70px 40px;
    }
    .right-section {
        padding: 0px !important;
    }
}

/* Estilo checkboxes */

/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #707070;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #345E41;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* The container */
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

#qodef-page-inner {
    padding-top: 0px !important;
}

.spinner-checkout {
    display: none;
    margin-top: 36px;
}

.green-advice, .red-advice, .yellow-advice {
    font-size: 12px;
}

.green-advice {
    color: #345E41 !important;
}

.yellow-advice {
    color: #bda822 !important;
}

.red-advice {
    color: #bd2222 !important;
}

.your-reservation form {
    position: relative;
}

.popup {
    position: absolute;
    z-index: 2;
    top: 80px;
}

.p-relative {
    position: relative;
}

.label-data {
    margin: 2px 0px;
}

.popup .input-reservation-label {
    margin: 0px;
}

.input-checkout {
    margin: 0 !important;
    width: 35px !important;
    padding: 0 !important;
    border: none !important;
}

.error-message-form {
    color: #bd2222 !important;
    font-size: 12px;
}

.special-offer-container {
    margin-top: 20px;
} 

.select-combo {
    background-position: 100% center;
    border: none !important;
    padding-right: 18px !important;
}

.select-combo option {
    cursor: pointer !important;
}

@media only screen and (max-width: 494px) {
    #qodef-page-inner {
        width: 100% !important;
    }
}

.extra-services h3, .your-reservation h3, .seasonal-pricing h3, .price-container-box h3 {
    font-size: 25px !important;
}

.benefits-section h6, h6 {
    font-size: 16px !important;
    color: #3e3e3e !important;
}