/** Global Styling ***/
:root {
    --primary-color: #AC2623;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #FFD74A;
    --dark-orange: #540C03;
    --form-control-color: rebeccapurple;
    --gray-color: #3A3A3A;
}

html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}

.mobile-only {
    display: none;
}

body {
    font-family: 'Almarena';
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: var(--black-color);
}

.full-height {
    height: 100%;
}


.box-padding {
    padding: 20px 0px 50px;
}

.box-padding.contact-form {
    padding: 50px 50px;
}

.background-primary {
    background: var(--gray-color) !important;
}

.header {
    background-color: var(--white-color);
    color: white;
    padding: 10px;
    text-align: center;
}

.header .logo {
    max-width: 180px;
    width: 100%;
}

.banner {
    background-image: url(../img/main/banner.png);
    background-size: cover;
    background-position: center top;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-text {
    text-align: left;
    color: white;
    line-height: 1;
}

.banner-text p {
    font-size: 1.4rem;
    margin-top: 40px;
}

.column {
    padding: 20px;
}

.contact-form h2 {
    color: var(--white-color);
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.contact-form form label {
    color: var(--white-color);
    line-height: 1;
}

.contact-form form label.label-input {
    font-size: 18px;
}

.contact-form form input.phone-input {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    padding-left: 0px;
    color: #fff;
    font-size: 18px;
    box-shadow: none;
    outline: none;
    font-weight: normal;
}

.contact-form form input.phone-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: gray;
    opacity: 1;
    /* Firefox */
}

.contact-form form input.phone-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: gray;
}

.contact-form form input.phone-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: gray;
}

.contact-form form .form-submit {
    background: #fff;
    border: 0px;
    width: 100%;
    height: 50px;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
    cursor: pointer;
    color: var(--primary-color);
    -webkit-text-fill-color: var(--primary-color);
    -webkit-opacity: 1;
}

.contact-form .info-text {
    font-size: 22px;
    color: var(--white-color);
    font-weight: 300;
    line-height: 1.2;
    margin: 35px 0px;
    display: block;
}

.custom-checkbox {
    display: inline-block;
    margin-right: 10px;
    margin-top: 30px;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2 !important;
}

.custom-checkbox label strong {
    font-weight: bold;
}

.custom-checkbox label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid var(--white-color);
    border-radius: 4px;
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
    content: "\f00c";
}

.custom-checkbox label:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 2px;
    border-radius: 2px;
    display: none;
    font-family: fontawesome;
    font-size: 18px;
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
    display: block;
}

.custom-checkbox a {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.error-row-wrapper {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    line-height: 1;
}

.error-row-wrapper span {
    color: #D01300;
}

.error-row-wrapper img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

/** Confirmation **/
.thankyou-page .logo-big-oneside {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}


.thankyou-page .phone-icon-wrapper {
    text-align: center;
}

.thankyou-page .phone-icon-wrapper img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
}

.thankyou-page .phone-icon-wrapper h2 {
    font-size: 55px;
}

.thankyou-page .phone-icon-wrapper p {
    margin: 0;
    margin-top: 15px;
    font-size: 27px;
    font-weight: 300;
    color: var(--primary-color);
}


/*Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.custom-error-span {
    color: #540C03;
    font-size: 14px;
}

.red-text {
    color: #B63627;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

body.terms {
    font-family: "Calibri", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.informativa-wrapper {
    max-width: 1600px;
    margin: 0 auto;
}

table {
}

table.full-width {
    width: 100%;
    border: 1px solid #121212;
}

.mt-30 {
    margin-top: 50px;
}

table.full-width tbody tr th {
}

ul.table-alike, ul.table-alike li {
    padding: 0;
    margin: 0;
}

ul.table-alike {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    border: 1px solid #111;
    margin-top: 50px;
}

ul.table-alike li.table-col {
    flex: 0 0 20%; /* Adjust the width as per your preference */
    padding: 0;
    border-right: 1px solid #111;
}

ul.table-alike li.table-col:not(:first-child) {
    flex: 1 0 calc(80% / 3); /* Set the remaining columns to have equal width */
}

ul.table-alike li.table-col ul li {
    border-bottom: 1px solid #111;
    padding: 3px 0px 3px 10px;
    font-weight: bold;
}


ul.table-alike li.table-col.info-row span {
    display: block;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    font-size: 20px;
}

ul.table-alike li.table-col.info-row span:nth-child(1) {
    padding-top: 5px;
}

ul.table-alike li.table-col ul li:last-child {
    border-bottom: 0px;
}

ul.table-alike li.table-col ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

ul.table-alike li.table-col:last-child {
    border-right: 0px;
}


ul.table-alike-body {
    margin-top: 50px;
    border: 1px solid #000000;
}


ul.table-alike-body > li {
    border-bottom: 1px solid #000;
}


ul.table-alike-body li ul {
    display: flex;
}

ul.table-alike-body li ul li {
    width: 90%;
    /*    padding: 10px;*/
}

ul.table-alike-body li ul li h3 {
    padding: 10px;
    padding-top: 5px;
    font-size: 22px;
    font-weight: bold;
    margin: 0px;
    line-height: 1.5;
    padding-bottom: 0px;
}

ul.table-alike-body li ul li h3.bordered {
    border-bottom: 1px solid #000;
}

ul.table-alike-body li ul li h3.bordered span {
    display: block;
    padding-left: 26px;
}

ul.table-alike-body li ul li .section-description {
    display: block;
    padding-left: 40px;
    padding-bottom: 30px;
    font-size: 18px;
    padding-right: 50px;
}

ul.table-alike-body li ul li .section-description a {
    text-decoration: underline;
}

ul.table-alike-body li ul li i {
    color: #4396a9;
    font-style: normal;
    font-weight: 600;
}


ul.table-alike-body li ul li .section-description p {
    font-size: 19px;
}

ul.table-alike-body li ul li .section-description p {
    margin: 0px;
}

ul.table-alike-body li ul li .section-description p.mt-10 {
    margin-top: 10px;
}

ul.table-alike-body li p.no-padding {
    margin: 0;
    padding-left: 10px;
    display: block;
    font-size: 18px;

}

ul.table-alike-body li ul li img {
    width: 100%;
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

ul.table-alike-body li ul li img.mb-15 {
    margin-bottom: 25px;
}

ul.table-alike-body li ul li:nth-child(1) {
    width: 10%;
    border-right: 1px solid #000000;
    padding: 7px;
}

.text-yellow {
    color: var(--yellow-color);
}

.display-grid {
    display: grid;
}

span.discount {
    font-size: 1.2rem;
    color: var(--yellow-color);
}

.banner-text .medium {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 100;
}

.banner-text .normal {
    font-size: 1.4rem;
    line-height: 1.5;
}

.offer {
    background-color: rgba(205, 205, 205, 0.3);
    border-radius: 10px;
    padding: 10px 10px 10px 30px;
}

.price {
    font-size: 1.8rem;
}

.banner-secondary-image {
    width: 80%;
}

.box-header-text {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 900;
}

.box-body-text {
    font-size: 22px;
}

.footer-image {
    width: 100%;
}

.footer-main-text {
    color: #333333;
    font-size: 2rem;
}

.footer-secondary-text {
    color: #D01300;
    font-size: 24px;
    font-weight: bold;
}

.footer-body-text {
    color: #333333;
    font-size: 20px;
}

.footer {
    background-color: #D01300;
    color: white;
}

.footer-text {
    font-size: 15px;
}

.facebook-mobile {
    display: none;
}

.facebook-desktop {
    display: flex;
}

.banner-text h2 {
    font-size: 60px;
    line-height: 1.2;
}

.banner-text .medium {
    font-size: 28px;
    line-height: 1.8;
    font-weight: 100;
}

.banner-text-wrapper {
    padding: 30px;
}

.banner-text .normal {
    font-size: 32px;
    line-height: 1.5;
}

.banner-secondary-image {
    width: 90%;
}

.price {
    font-size: 30px;
}

span.discount {
    font-size: 24px;
    color: var(--yellow-color);
}

@media (max-width: 1541px) {
    .banner-text h2 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .banner-text .medium {
        font-size: 1rem;
        line-height: 1.8;
        font-weight: 100;
    }

    .banner-text-wrapper {
        padding: 30px;
    }

    .banner-text .normal {
        font-size: 1.1rem;
        line-height: 1.5;
    }

    .banner-secondary-image {
        width: 90%;
    }

    .price {
        font-size: 1.2rem;
    }

    span.discount {
        font-size: 1rem;
        color: var(--yellow-color);
    }
}

@media (max-width: 1480px) {
    .my-container-large {
        padding-left: 40px;
        padding-right: 40px;
    }

    .box-padding.contact-form {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .section-boxes .section-box .box-header .text-wrapper h2 {
        font-size: 30px;
    }

    ul.table-alike li.table-col.info-row span, ul.table-alike li.table-col {
        font-size: 14px;
    }

    ul.table-alike .table-col:first-child {
        display: none;
    }

    ul.table-alike-body li ul li h3 {
        font-size: 20px;
    }

    ul.table-alike-body li ul li h3.bordered span {
        padding-left: 0px;
    }

    ul.table-alike-body li ul li .section-description {
        padding-right: 20px;
    }

    .banner-text h2 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .banner-text .medium {
        font-size: 1rem;
        line-height: 1.8;
        font-weight: 100;
    }

    .banner-text-wrapper {
        padding: 30px;
    }

    .banner-text .normal {
        font-size: 1.1rem;
        line-height: 1.5;
    }

    .banner-secondary-image {
        width: 90%;
    }
}

@media (max-width: 1399px) {
    .my-container-large {
        padding-left: 25px;
        padding-right: 25px;
    }

    .section-boxes .section-box .box-header .text-wrapper h2 {
        font-size: 30px;
        margin-top: 5px;
    }

    .thankyou-page .logo-big-oneside {
        max-width: 360px;
    }
}

@media screen and (max-width: 1359px) {
    .box-padding.contact-form {
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media (max-width: 1329px) {
    .section-boxes .section-box {
        margin: 20px 30px;
    }
}

@media screen and (max-width: 1299px) {
    .thankyou-page .phone-icon-wrapper h2 {
        font-size: 50px;
    }

    .box-padding.contact-form {
        padding-top: 100px;
    }

    .section-boxes .section-box .box-footer div.box-description {
        font-size: 18px;
    }

    .section-boxes .section-box .box-footer div.box-description br {
        display: none
    }
}

@media screen and (max-width: 1263px) {
    .box-padding.contact-form {
        padding-left: 10px;
        padding-right: 10px;
    }

    .section-boxes .section-box {
        margin: 20px 20px;
    }

    .section-boxes .section-box .box-header .text-wrapper h2 {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .my-container-small {
        padding-left: 35px;
        padding-right: 35px;
    }

    .section-boxes .section-box .box-footer span.box-title {
        font-size: 2rem;
    }

    .section-boxes .section-box .box-footer span.discount {
        font-size: 1.2rem;
    }

    .section-boxes .section-box .box-footer span.box-title {
        min-height: 30px;
    }

    .section-boxes .section-box .box-header .text-wrapper h2 {
        font-size: 25px;

    }

    .section-boxes .section-box .box-header .text-wrapper span {
        font-size: 15px;
    }

    .section-boxes .section-box {
        margin: 20px 20px;
    }

    .contact-form h2 {
        font-size: 32px;
    }

    .contact-form .info-text {
        font-size: 19px;
    }

    .custom-checkbox label {
        font-size: 15px;
    }

    .radio-group .custom-radio label {
        font-size: 20px;
    }
}

@media screen and (max-width: 1191px) {
    .section-boxes .section-box {
        margin: 20px 15px;
    }
}

@media screen and (max-width: 1041px) {
    .custom-checkbox label br {
        display: none;
    }

    .box-padding.contact-form {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 50px;
    }
}

@media screen and (max-width: 999px) {
    /*.section-boxes .section-box .box-footer div.box-description br {
        display: none;
   }*/
    .full-height {
        height: auto;
    }

    .section-boxes .section-box {
        margin: 20px 7px;
    }

    .thankyou-page .logo-big-oneside {
        max-width: 100px;
        width: 100px;
        margin: 20px;
    }

    .thankyou-page .phone-icon-wrapper {
        padding-top: 100px;
    }

    .thankyou-page .phone-icon-wrapper p {
        line-height: 1;
    }

    .banner-text h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .banner-text .medium {
        font-size: 15px;
        line-height: 1.8;
        font-weight: 100;
    }

    .banner-text-wrapper {
        padding: 30px;
    }

    .banner-text .normal {
        font-size: 1.1rem;
        line-height: 1.5;
    }

    .banner-secondary-image {
        width: 100%;
    }

    .footer-main-text {
        font-size: 28px;
    }

    .footer-secondary-text {
        font-size: 19px;
    }

    .footer-body-text {
        font-size: 16px;
    }

    .box-header-text {
        font-size: 14px;
    }

    .footer-text {
        font-size: 12px;
    }

    .facebook-mobile {
        display: flex;
    }

    .facebook-desktop {
        display: none;
    }

    .box-body-text{
        font-size: 16px;
    }
}


@media (max-width: 890px) {
    .section-boxes {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .my-container-small {
        padding-left: 35px;
        padding-right: 35px;
    }

    .section-boxes {
        flex-direction: column;
        padding: 0px;
    }

    .error-row-wrapper {
        align-items: flex-start;
    }

}

@media screen and (max-width: 660px) {
    .banner-text p br {
        display: none;
    }
}
