@charset "UTF-8";
/*-------------------------------------------------------------------------------- Project: Fundacion, By: Backbone Technology Bogotá © 2018, Craftman: -- .. --. ..- . .-..     .-. --- --.. --- -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------- VARIABLES -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------- MIXINS -----------------------------------------------------------------------------*/
@font-face { font-family: 'Neutraface 2 Display'; src: url("/media/Neutraface2Display-Bold.eot"); src: url("/media/Neutraface2Display-Bold.eot?#iefix") format("embedded-opentype"), url("/media/Neutraface2Display-Bold.woff2") format("woff2"), url("/media/Neutraface2Display-Bold.woff") format("woff"), url("/media/Neutraface2Display-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; }

@font-face { font-family: 'Neutraface 2 Display'; src: url("/media/Neutraface2Display-Medium.eot"); src: url("/media/Neutraface2Display-Medium.eot?#iefix") format("embedded-opentype"), url("/media/Neutraface2Display-Medium.woff2") format("woff2"), url("/media/Neutraface2Display-Medium.woff") format("woff"), url("/media/Neutraface2Display-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; }

@font-face { font-family: 'Neutraface 2 Display'; src: url("/media/Neutraface2Display-Light.eot"); src: url("/media/Neutraface2Display-Light.eot?#iefix") format("embedded-opentype"), url("/media/Neutraface2Display-Light.woff2") format("woff2"), url("/media/Neutraface2Display-Light.woff") format("woff"), url("/media/Neutraface2Display-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; }

@font-face { font-family: 'Neutraface 2 Display'; src: url("/media/Neutraface2Text-Bold.eot"); src: url("/media/Neutraface2Text-Bold.eot?#iefix") format("embedded-opentype"), url("/media/Neutraface2Text-Bold.woff2") format("woff2"), url("/media/Neutraface2Text-Bold.woff") format("woff"), url("/media/Neutraface2Text-Bold.ttf") format("truetype"); font-weight: 900; font-style: normal; }

.bg-black { background: #000; }

.bg-white { background: #FFF; }

.color-black { color: #111; }

.color-yellow { color: #ffc600; }

.color-dark-green { color: #0c8726; }

.color-green { color: #488e28; }

.color-light-green { color: #64ba38; }

/*-------------------------------------------------------------------------------- GENERAL -----------------------------------------------------------------------------*/
body { font-family: "Neutraface 2 Display", sans-serif; color: #1a1935; }

body.noscroll { overflow: hidden; }

figure { margin: 0; }

img { max-width: 100%; }

a { text-decoration: none; color: inherit; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }

a:hover { color: #488e28; }

.link { text-decoration: underline; }

.makeBg { background-size: cover; background-position: 50% 50%; }

.makeBg > img:first-child { display: none; }

.ulReset { padding: 0; margin: 0; list-style: none; }

.container { width: 100%; max-width: 1200px; padding: 0 20px; margin: 0 auto; }

.container-full { width: 100%; padding: 0 30px; }

.container-l { width: 100%; max-width: 1100px; padding: 0 20px; margin: 0 auto; }

.container-s { width: 100%; max-width: 740px; padding: 0 20px; margin: 0 auto; }

.container-xs { width: 100%; max-width: 620px; padding: 0 20px; margin: 0 auto; }

.tableHold { overflow-y: auto; }

.tableHold table { min-width: 100%; border-spacing: 0; border-collapse: separate; }

.intro-form { max-width: 480px; margin: 0 auto; }

.title, .title-l, .title-s { color: #ffc600; font-size: 40px; display: inline-block; margin: 0 0 0.75em; padding: 5px 70px; font-weight: 700; border-bottom: solid 1px #ffc600; line-height: 1.1; }

.title-s { font-size: 33px; color: #488e28; border: none; margin-bottom: 0.5em; }

.titleBanner { font-size: 50px; text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); font-weight: 900; text-transform: uppercase; margin: 0 0 .33em; line-height: 1; }

.titleWhite { display: block; margin: 0 0 .66em; font-family: "Neutraface 2 Display", sans-serif; line-height: 1; text-transform: none; color: #333333; font-size: 28px; }

.text { font-size: 18px; font-weight: 400; line-height: 1.4; color: #1a1935; }

.text.text-l { font-size: 22px; }

.text.text-s { font-size: 14px; }

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

.text.textWhite { color: white; font-weight: 300; }

.text img { display: block; width: auto; max-width: 50%; height: auto; margin-left: 15px; margin-bottom: 15px; float: right; }

.text ul { display: block; margin: 20px 0; padding: 0 25px; list-style: none; }

.text ul li { display: block; margin: 2em 0; padding-left: 20px; position: relative; }

.text ul li::before { content: "•"; display: block; width: 15px; height: 1em; font-size: 2em; line-height: 1; text-align: left; color: #bababa; position: absolute; top: -7px; left: 0; }

.text a:not(.btn) { text-decoration: underline; }

.text blockquote { display: block; margin: 30px 20px; padding: 0 20px; border-left: 3px solid #8CE900; font-size: 20px; font-style: italic; position: relative; }

.text blockquote::after { content: "\201D"; display: inline-block; height: 25px; font-size: 60px; font-style: normal; line-height: 1; color: #8CE900; position: absolute; top: 0; right: 0; }

.text ul, .text p, .text ol { margin-top: 0; margin-bottom: .66em; }

.text ol { counter-reset: ol-counter; list-style: none; padding-left: 0; }

.text ol li { counter-increment: ol-counter; }

.text ol li::before { content: counter(ol-counter) "."; width: 35px; font-weight: 700; color: #488e28; display: inline-block; }

.text > *:last-child { margin-bottom: 0; }

.text > *:first-child { margin-top: 0; }

.text table { border-spacing: 0; border-collapse: separate; width: auto; max-width: 90%; height: auto; padding: 0; border: solid #DFD8CB; border-width: 0 1px 1px 0; }

.text th { padding: 10px 30px; border: solid #DFD8CB; border-width: 1px 0 0 1px; text-align: left; }

.text td { padding: 10px 30px; border: solid #DFD8CB; border-width: 0; border-left-width: 1px; text-align: left; }

.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 { margin: .66em 0 .5em; }

.text h1 { font-size: 22px; text-transform: uppercase; }

.text h2 { font-size: 22px; }

.text h3 { font-size: 20px; }

.text h4 { font-size: 18px; }

.text h5 { font-size: 18px; font-weight: 400; }

.text h6 { font-size: 16px; font-weight: 400; }

.emphatize-text { color: #d71f20; text-transform: uppercase; font-weight: 400; font-size: 25px; line-height: 1.2; }

.btn { font-family: "Neutraface 2 Display", sans-serif; display: inline-block; width: auto; min-width: 100px; padding: 0 30px; border: 1px solid #488e28; font-size: 24px; line-height: 1; text-transform: uppercase; font-weight: 700; line-height: 48px; text-align: center; text-transform: uppercase; background: #488e28; color: #FFF; cursor: pointer; outline: 0; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; border-radius: 24px; }

.btn:hover { background: #3e7a22; border-color: #5cb633; color: #FFF; }

.btn.btn-l { padding: 12px 20px; }

.btn.btn-xl { font-size: 18px; padding: 16px 20px; }

.btn.btn-full { display: block; width: 100%; }

.btn.btn-line { background-color: transparent; border-color: white; }

.bottom_lose{display:flex;justify-content:center;margin-top:1em;}

.close-cross { width: 20px; height: 20px; position: relative; display: block; }

.close-cross::after, .close-cross::before { content: ""; background: #000; height: 2px; position: absolute; top: 50%; left: 2px; right: 2px; margin-top: -1px; transform: rotate(45deg); }

.close-cross::after { transform: rotate(-45deg); }

.close-cross:hover::after, .close-cross:hover::before { background: #A6A6A6; }

.formSection { background-color: #fafafa; padding: 46px 0; }

.formIntro { padding: 1em 0; }

.formHold { margin-left: -20px; }

.formHold .formCol { vertical-align: bottom; padding: 0 0 20px 20px; position: relative; }

.formHold .formCol.formCol-last { padding-bottom: 0; }

.inputSkin { position: relative; border: 0; border-radius: 2px; }

.inputSkin textarea { display: block; width: 100%; height: auto; padding: 10px; border: 0; font-size: 16px; line-height: 1.3; resize: none; outline: 0; color: #1a1935; }

.inputSkin input { text-indent: 15px; font-size: 18px; border: 1px solid #488e28; color: #1a1935; width: 100%; height: 48px; line-height: 48px; text-align: center; }

.inputSkin input::-webkit-input-placeholder { font-style: italic; color: #999; font-weight: 400; }

.inputSkin input::-moz-placeholder { font-style: italic; color: #999; font-weight: 400; }

.inputSkin input:-ms-input-placeholder { font-style: italic; color: #999; font-weight: 400; }

.inputSkin input:-moz-placeholder { font-style: italic; color: #999; font-weight: 400; }

.inputSkin input:focus { outline: none; }

.inputNumber { position: relative; border: 1px solid #d1d1d1; }

.inputNumber input { display: block; width: 100%; min-width: 60px; padding: 0; padding-left: 35px; padding-right: 25px; border: 0; border-radius: 4px; font-size: 18px; font-weight: 700; outline: 0; color: #1a1935; }

.inputNumber .inputNumber-plus, .inputNumber .inputNumber-minus { display: block; width: 25px; height: 100%; font-size: 10px; line-height: 43px; text-align: center; position: absolute; right: 0; z-index: 1; background-color: #f2f2f2f2; }

.inputNumber .inputNumber-plus svg, .inputNumber .inputNumber-minus svg { display: block; position: absolute; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

.inputNumber .inputNumber-plus { top: 0; right: 0; border-left: 1px solid #d1d1d1; }

.inputNumber .inputNumber-plus svg { bottom: 0; }

.inputNumber .inputNumber-minus { bottom: 0; left: 0; border-right: 1px solid #d1d1d1; }

.inputNumber .inputNumber-minus svg { top: 0; }

.inputLabel { display: block; margin-bottom: 10px; line-height: 1; font-size: 27px; line-height: 1; color: #1a1935; cursor: pointer; color: #979797; font-style: italic; }

.inputLabel.disabled { opacity: 0.5; cursor: not-allowed; }

.checkSkin { display: block; width: auto; margin: 10px 8px 10px 0; position: relative; cursor: pointer; }

.checkSkin input { display: block; width: 1px; height: 1px; position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; }

.checkSkin.radioSkin .checkSkin-label::before { content: "\f111"; border-radius: 50%; }

.checkSkin input:checked + .checkSkin-label::before { background: #d71f20; color: white; font-size: 8px; }

.checkSkin-label { display: block; padding-left: 22px; font-size: 12px; color: #1a1935; position: relative; }

.checkSkin-label::before { content: "\f00c"; display: block; width: 14px; height: 14px; font-family: "Font Awesome 5 Free"; font-size: 0; line-height: 14px; text-align: center; background: transparent; color: #000; position: absolute; top: 0; left: 0; font-weight: 900; border: 1px solid #d71f20; }

.checkSkin-label a { text-decoration: underline; color: inherit; }

.selectSkin { display: inline-block; position: relative; border: 1px solid #d1d1d1; border-radius: 4px; }

.selectSkin select { border: solid 1px #f2f2f2f2; color: #1a1935; height: 43px; line-height: 43px; display: block; width: 100%; margin: 0; padding: 0 10px; padding-right: 30px; border-radius: 4px; border: 0; font-size: 14px; font-weight: 400; color: #1a1935; outline: 0; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.selectSkin option { padding: 5px 0; font-size: 14px; }

.selectSkin option:disabled { background: #eee; color: #ccc; }

.selectSkin:after { content: ''; position: absolute; height: 100%; width: 25px; top: 0; right: 0; pointer-events: none; }

.inputDate { display: inline-block; position: relative; border: 1px solid #d1d1d1; border-radius: 4px; width: 100%; }

.inputDate input { border: solid 1px #f2f2f2f2; color: #1a1935; height: 43px; line-height: 43px; display: block; width: 100%; margin: 0; padding: 0 10px; padding-right: 30px; border-radius: 4px; border: 0; font-size: 14px; font-weight: 400; color: #1a1935; outline: 0; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.inputDate:after { content: ''; position: absolute; height: 100%; width: 25px; top: 0; right: 0; pointer-events: none; }

.fileSkin { position: relative; cursor: pointer; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }

.fileSkin::after { content: "Adjuntar"; display: inline-block; width: auto; min-width: 110px; padding: 7px 10px; font-family: "Neutraface 2 Display", sans-serif; font-size: 14px; font-weight: 500; line-height: 1; text-align: center; background: #FFF; color: #1a1935; cursor: pointer; outline: 0; }

.fileSkin input { display: none; }

.fileSkin-label { display: block; width: 100%; height: 30px; padding: 0 10px; border: 0; font-size: 14px; line-height: 30px; outline: 0; background: #FFF; color: #1a1935; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis; }

.formCaptcha { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); }

.ui-widget { width: auto; min-width: 250px; margin-top: 5px; border: 1px solid #6B6b6B; border-radius: 0; font-family: 'Lato', sans-serif; background: #fff; color: #3d3d3d; z-index: 3 !important; }

.ui-datepicker .ui-datepicker-header { margin: 0; padding: 10px 0; border: 0; border-bottom: 1px solid #6B6b6B; border-radius: 0; font-size: 0; font-weight: 400; background: none; }

.ui-datepicker .ui-datepicker-calendar thead { border-bottom: 1px solid #6B6b6B; }

.ui-datepicker .ui-datepicker-title select { width: 48%; height: 25px; margin: 0 1%; border: 1px solid #6B6b6B; font-size: 12px; font-weight: 400; }

.ui-datepicker .ui-datepicker-month { display: inline-block; vertical-align: baseline; margin-right: 10px; padding-right: 10px; border-right: 2px solid #6B6b6B; font-size: 15px; font-weight: 700; line-height: 1; }

.ui-datepicker .ui-datepicker-year { display: inline-block; vertical-align: baseline; font-size: 15px; font-weight: 400; line-height: 1; }

.ui-datepicker th { padding: 10px 5px; font-size: 13px; color: #1a1935; }

.ui-datepicker .ui-state-default { display: block; width: 30px; height: 30px; margin: 0 auto; padding: 0; border: 0; border-radius: 2px; font-size: 14px; line-height: 30px; text-align: center; background: #FFF; color: #1a1935; }

.ui-datepicker .ui-state-default:hover { background: #DDD; }

.ui-datepicker .ui-state-disabled .ui-state-default { background: none; }

.ui-datepicker .ui-datepicker-today .ui-state-default { background: #333333; font-weight: 700; }

.ui-datepicker .ui-state-default.ui-state-active { color: #FFF; font-weight: 700; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { width: 30px; height: 30px; margin: 0; padding: 0; border: 0; font-size: 0; line-height: 30px; text-align: center; background: #fff; top: 2px; cursor: pointer; }

.ui-datepicker .ui-datepicker-prev::before, .ui-datepicker .ui-datepicker-next::before { display: inline-block; font-family: "Font Awesome 5 Free"; font-size: 18px; color: #3D3D3D; font-weight: 900; }

.ui-datepicker .ui-datepicker-prev::before { content: '\f053'; }

.ui-datepicker .ui-datepicker-next::before { content: '\f054'; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: none; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev-hover { left: 0; }

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next-hover { right: 0; }

.ui-datepicker.noArrows .ui-datepicker-prev, .ui-datepicker.noArrows .ui-datepicker-next { display: none; }

/* Slick */
.slick-dots { display: block; width: 100%; margin: 15px 0; padding: 0; list-style: none; font-size: 0; text-align: center; text-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }

.slick-dots li { display: inline-block; vertical-align: middle; margin: 0 5px; }

.slick-dots button { display: block; width: 14px; height: 14px; margin: 0; padding: 0; border: 0; border-radius: 50%; font-size: 0; background: #FFF; cursor: pointer; outline: 0; opacity: 0.6; box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }

.slick-dots li.slick-active button { opacity: 1; }

.slick-insetDots { margin-top: 15px; }

.slick-insetDots a { display: inline-block; width: 14px; height: 14px; border-radius: 50%; border: 1px solid #fff; background: colorH; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1); margin-right: 5px; }

.slick-insetDots a.active { background: #fff; }

.slick-slider { position: relative; }

.slick-slider .slick-arrow { width: 33px; height: 33px; border: solid 1px #fff; background: #fafafa; position: absolute; border-radius: 50%; z-index: 2; }

.slick-slider .slick-prev { left: 50%; margin-left: -600px; }

.slick-slider .slick-next { right: 50%; margin-right: -600px; }

.main-banner-slick .slick-arrow { bottom: 150px; }

.welcome-slide .slick-list, .welcome-slide .slick-track { height: 100%; }

.slick-slider .slick-arrow { top: 50%; text-align: center; margin: 0; line-height: 33px; color: #000; background-color: transparent; border: none; font-size: 28px; }

.slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:active { background: #FFF; color: #000; }

.slick-slider .slick-prev { left: 10px; }

.slick-slider .slick-next { right: 10px; }

.intro-text { font-size: 30px; }

#roulette { display: inline-block; }

#roulette a.spin-btn { display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 0; }

#roulette canvas { margin: 0 auto; max-width: 100%; display: block; }

.roulette-hold { margin-top: -90px; }

.roulette-hold::before, .roulette-hold::after { content: ''; border: solid 35px transparent; border-left: solid 45px #ffc600; top: 50%; left: 5px; position: absolute; margin-top: -30px; z-index: 10; }

.roulette-hold::after { border-left-color: rgba(0, 0, 0, 0.2); margin-top: -24px; z-index: 9; margin-left: 6px; }

.intro { padding: 80px 0 150px; box-shadow: 21px 12px 27px 2px rgba(41, 41, 41, 0.15); background: url("/media/bg.png") 50% 50%; }

.instructions-text { padding-bottom: 20px; }

#footer { padding: 0 50px; height: 110px; background-color: #e3e3e3; }

.foot-pic-left, .foot-pic-right { height: 100px; }

.foot-pic-left img, .foot-pic-right img { position: absolute; max-width: none; }

.foot-pic-left img { left: 0; bottom: 0; }

.foot-pic-right img { right: 0; bottom: 0; }

.land-body { min-height: calc(100vh - 160px); }

.land-body .intro { min-height: calc(100vh - 160px); }

.bg-won { background: url("/media/popBg.png") no-repeat; background-size: cover; }

.bg-lose { background: url("/media/popBg2.png") no-repeat; background-size: 100% auto; background-position: 50% 100%; }

.won-text { font-size: 37px; line-height: 1; }

.text-number { font-size: 130px; color: #488e28; line-height: 0.75; font-weight: 900; }

.text-number-label { font-size: 40px; font-weight: 900; color: #488e28; text-transform: uppercase; }

.codeBox { border: 2px solid #488e28; background-color: #ffffff; height: 48px; font-size: 32px; width: 270px; margin: 0 auto; }

.bg-won { padding-top: 20px; }

.modal-content { border-radius: 30px; }

.bg-lose { padding-bottom: 60%; }

.lose-text { font-size: 34px; font-weight: 900; color: #111; text-align: center; margin: 0; line-height: 1; }

@media only screen and (max-width: 979px) { .foot-pic-right, .foot-pic-left { display: none; } }

@media only screen and (max-width: 720px) { .roulette-hold::before, .roulette-hold::after { left: -5px; border-width: 25px; }
  .title, .title-s { padding: 5px 10px; font-size: 30px; }
  .title-s { font-size: 27px; }
  .intro-text { font-size: 22px; } }

#bars { display: inline-block; vertical-align: middle; width: 50px; height: 40px; margin: 0; position: relative; }

#bars::before, #bars::after, #bars span { content: " "; display: block; width: auto; height: 2px; background: #d71f20; position: absolute; left: 12px; right: 12px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; border-radius: 1px; }

#bars::before { top: 10px; }

#bars span { top: 50%; margin-top: -1px; background: #d71f20; }

#bars::after { bottom: 10px; }

#bars.active::before { margin-top: -1px; top: 50%; -webkit-transform: rotate(45deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }

#bars.active::after { margin-top: -1px; top: 50%; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }

#bars.active span { -webkit-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }

/* ********** ME5 */
