@font-face {
    font-family: 'LGEI';
    src: url('fonts/LGEIText-Bd-TTF.eot');
    src: url('fonts/LGEIText-Bd-TTF.eot?#iefix') format('embedded-opentype'),
        url('fonts/LGEIText-Bd-TTF.woff2') format('woff2'),
        url('fonts/LGEIText-Bd-TTF.woff') format('woff'),
        url('fonts/LGEIText-Bd-TTF.ttf') format('truetype'),
        url('fonts/LGEIText-Bd-TTF.svg#LGEIText-Bd-TTF') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LGEI';
    src: url('fonts/LGEIText-Rg-TTF.eot');
    src: url('fonts/LGEIText-Rg-TTF.eot?#iefix') format('embedded-opentype'),
        url('fonts/LGEIText-Rg-TTF.woff2') format('woff2'),
        url('fonts/LGEIText-Rg-TTF.woff') format('woff'),
        url('fonts/LGEIText-Rg-TTF.ttf') format('truetype'),
        url('fonts/LGEIText-Rg-TTF.svg#LGEIText-Rg-TTF') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LGEI Headline';
    src: url('fonts/LGEIHeadline-Rg.eot');
    src: url('fonts/LGEIHeadline-Rg.eot?#iefix') format('embedded-opentype'),
        url('fonts/LGEIHeadline-Rg.woff2') format('woff2'),
        url('fonts/LGEIHeadline-Rg.woff') format('woff'),
        url('fonts/LGEIHeadline-Rg.ttf') format('truetype'),
        url('fonts/LGEIHeadline-Rg.svg#LGEIHeadline-Rg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LGEI Headline';
    src: url('fonts/LGEIHeadline-Bd.eot');
    src: url('fonts/LGEIHeadline-Bd.eot?#iefix') format('embedded-opentype'),
        url('fonts/LGEIHeadline-Bd.woff2') format('woff2'),
        url('fonts/LGEIHeadline-Bd.woff') format('woff'),
        url('fonts/LGEIHeadline-Bd.ttf') format('truetype'),
        url('fonts/LGEIHeadline-Bd.svg#LGEIHeadline-Bd') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body { margin: 0; }

.site-container {
    font-family: 'LGEI', Segoe UI, "Microsoft Sans Serif", sans-serif !important;
    width: 100%;
    color: #333;
    background-color: #f0ece4;
    padding-bottom: 40px;
}

.info-container {
    margin: 0 auto;
    padding: 0;
}

.show-mobile { display: none; }

button:focus {outline:0;}

h1, h2, h3, h4, h5, h6 {
    font-family: 'LGEI Headline', Segoe UI, "Microsoft Sans Serif", sans-serif !important;
    padding: 0 0 5px 0;
    margin: 0;
}

h1 { 
    font-weight: bold;
    font-size: 60px; 
}

h2 { 
    font-weight: bold;
    font-size: 54px; 
}

h3 { 
    font-weight: normal;
    font-size: 42px; 
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}


.header {padding-top: 40px; text-align: center; background-color: #98cec3;}

/*.header h1, .header h3 {
    color: #d7312e;
}*/

.container-fluid { padding-left: 0; padding-right: 0; }

.content {
    text-align: left;
    padding:  30px 0;
    font-family: 24px;
}
ul li { padding: 5px 0; }

.list-group, .list-group-item { background: transparent; }

.card { 
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 0;
    height: auto;
    color: #333;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(63,34,34,0.1);
    -moz-box-shadow: 0px 10px 5px 0px rgba(63,34,34,0.1);
    box-shadow: 0px 10px 5px 0px rgba(63,34,34,0.1);
}

.card a { padding: 30px; }

.card-body { padding: 16px 16px 30px 16px; }

.card-coupon {
    border: 0;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(63,34,34,0.1);
    -moz-box-shadow: 0px 10px 5px 0px rgba(63,34,34,0.1);
    box-shadow: 0px 10px 5px 0px rgba(63,34,34,0.1);
}

.card-img, .card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card-img, .card-img-top, .card-img-bottom {
    width: 100%;
}

.card-title { 
    color: #333; 
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 24px;
    font-family: "LGEI", Segoe UI, "Microsoft Sans Serif", sans-serif !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-body-secondary { font-family: "LGEI Headline", Segoe UI, "Microsoft Sans Serif", sans-serif !important; font-weight: normal; color: #646464 !important; font-size: 16px; }

.card-text { font-size: 16px; color: #ea1917; font-family: "LGEI", Segoe UI, "Microsoft Sans Serif", sans-serif !important; }

.card .btn-copy {
    background: url(../images/icon-copy-black-12-12.svg) no-repeat 0 0;
    border: 0;
    cursor: pointer;
    height: .75rem;
    margin: .2rem 0 0 .25rem;
    vertical-align: top;
    width: .75rem;
}

.btn-outline-secondary { 
    border: 1px solid #000; 
    color: #000;
    border-radius: 25px;
}
.btn-outline-secondary:hover {
    background-color: #d7312e;
    color: #fff;
    border-color: #d7312e;
}

.btn-lg, .btn-group-lg > .btn { 
    font-size: 16px; 
    padding: 0.5rem 1rem !important;
    border-radius: 20px;
    text-decoration: none;
}

.btn-lg:hover, .btn-group-lg > .btn:hover {
    text-decoration: none;
}


.form-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 40px;
    margin-top: 20px;
    margin-bottom: 60px;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(63,34,34,0.1);
    -moz-box-shadow: 0px 10px 5px 0px rgba(63,34,34,0.1);
    box-shadow: 0px 10px 5px 0px rgba(63,34,34,0.1);
}

.swiper {
      width: 100%;
      height: auto;
    }

    .mySwiper .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-bottom: 20px;
    }

    /*.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      padding: 30px;
      object-fit: cover;
    }*/
.swiper-button-prev, .swiper-button-next { color: #333; top: var(--swiper-navigation-top-offset, 25%); }
.swiper-button-prev:after, .swiper-button-next:after { font-size: 24px; }
.swiper-pagination-bullet-active { background: #d7312e; }

#alert-container { position: fixed; left: 0; bottom: 20px; width: 100%; z-index: 1050; }
.alert-success { 
    background-color: rgba(7, 99, 105, 0.9); 
    color: #fff; 
    max-width: 250px; 
    margin: 0 auto; 
    font-size: 12px; 
    padding: 10px; 
    border-radius: 20px; 
}
.alert-success img { margin-right: 5px; }

.info-container, .info-container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
    margin-right: auto;
    margin-left: auto;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
}
/*.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}*/

@media (min-width: 1920px) {
    .info-container {
        max-width: 1600px !important;
    }
}

@media (min-width: 1400px) {
    .info-container {
        max-width: 1320px !important;
    }
}

@media (min-width: 1200px) {
    .info-container {
        max-width: 1140px;
        padding: 0 30px;
    }
    h3, .h3 {
        font-size: 1.75rem;
    }
    h4, .h4 {
        font-size: 1.5rem;
    }
}

/*@media (min-width: 992px) {
    .info-container { max-width: 960px; 
        padding: 0 30px; }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}*/

@media (min-width: 768px) {
    .info-container { max-width: 726px; 
        padding: 0 30px; }
    col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    iframe { height: 640px !important; }
    .info-container { width: auto; margin: 0 30px; }
}

@media only screen and (max-width: 640px) {
    .show-mobile { display: block; }
    .show-desktop { display: none; }
    h1 { 
        font-size: 36px; 
    }

    h2 { 
        font-size: 32px; 
    }

    h3 {
        font-size: 24px;
    }

    .form-section {
        padding: 10px 10px 30px 10px;
        border-radius: 20px;
    }

    .swiper-slide img {
      display: block;
      width: 240px;
      height: 240px;
      margin: 0 auto;
    }

    .card-title { font-size: 24px; }
    /*.text-body-secondary { font-size: 12px; }*/

    iframe { height: 620px !important; }

}