@font-face {font-family: 'light'; font-style: normal; font-weight: 300; font-display: swap; src: url('../fonts/light.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'regular'; src: url('../fonts/PeppaBold.woff2') format('woff2'), url('../fonts/PeppaBold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'bold'; src: url('../fonts/PeppaBold.woff2') format('woff2'), url('../fonts/PeppaBold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; }


/*HEADER*/
header{ background: white;}
header .logo{ max-width: 150px;}
header .navbar{ background: #1478BE; margin:0 auto; border-bottom:3px solid white; transition:ease all .2s }
header .navbar .navbar-collapse ul{ width: 100%; justify-content:space-between; max-width: 1000px; margin:0 auto; }
header .top-right{ position:absolute; top:10px; right:15px; }
header .navbar .nav-link.active{ color:white; font-family: 'bold'; font-size:32px; transition: ease all .5s }
header .navbar .nav-link.active:hover{ text-shadow: 0 3px 3px rgba(0,0,0,0.5); }
header .navbar.scrolling{ padding-top:0; padding-bottom: 0;}
header a:hover{ color:#ddd; }
header button.btn-mobile {color:#fff; background:transparent; padding:6px 10px; margin-top:8px; margin-bottom:8px; border-radius: 0; outline:none !important; border:none !important; box-shadow:none !important; }
header button.btn-mobile i {padding:0; margin:0; font-size:21px; }
header .btn-mobile .icon-bar {background-color: white; transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
header .btn-mobile .icon-bar { display: block; height: 3px; width: 22px; margin: 4px 0; }
header .btn-mobile.open .icon-bar:nth-child(1){ transform:rotate(45deg) translateY(5px) translateX(5px)}
header .btn-mobile.open .icon-bar:nth-child(2){ transform:rotate(-45deg); }
header .btn-mobile.open .icon-bar:nth-child(3){ transform:rotate(45deg) translateY(-7px) translateX(-7px); opacity:0}
header .dropdown:hover .dropdown-menu{ display: block; }
header .dropdown-menu{ margin-top: 0; }
@media (max-width:770px){
    header .navbar .navbar-collapse ul li{ text-align:right; }
    header .social-link{ font-size:20px; margin-left: 20px; margin-top: 10px; display:inline-block; }
    header .navbar .container-fluid{ justify-content:flex-end }
}
@media (min-width:770px){
    header .dropdown:hover .dropdown-menu{ display: block; }
}
/*END HEADER*/


/*END HEADER*/
*{line-height: 136%; } 
html{ width:100%;  scroll-behavior: smooth;}
body{background: #5AA148; overflow-x:hidden; scroll-behavior: smooth; }
p{ font-size: 28px; color: #162454; line-height: 140%; max-height: 999999px;}
li{ font-size: 28px; color: #162454; line-height: 140%; max-height: 999999px;}
.general{height: auto; margin: 0 auto; }
#menu{ margin: 0 auto; height: 113px; overflow: visible; position: relative; }
.seccion { height:auto; }
.seccion .text_descripciones{font-size: 12px; color:#7b7070; }
.seccion .text-center{ text-align: center !important }
.seccion .text-left{ text-align: left !important }
.seccion .h100{ height: 100%;}
.noselect {-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
table.table-middle tr, table.table-middle td{ vertical-align: middle !important; }
@media screen and (min-width: 992px){
    .seccion .row-table{ display: table; }
    .seccion .row-table .col{ display: table-cell; float:none; vertical-align: middle; text-align: center;  }
}

.swal2-html-container{ height:auto; max-height: calc( 100vh - 150px); overflow: auto; }
.swal2-popup #swal2-content{ overflow: hidden;}
.swal2-html-container li,.swal2-html-container p{ font-size:17px; }
.swal2-popup.large{ width: 800px; }
.swal2-popup.legal #swal2-html-container{ text-align: left;}

.LSSI{height: auto; display: none; overflow: hidden; background: rgba(0,0,0,0.6); padding: 0 0 12px; position: fixed; bottom: 0; z-index:10; }
.LSSI .centered{min-height: 40px; margin: 0 auto; padding: 10px 0; width:auto; max-width: 1100px; }
.LSSI p{color:#fff; font-size:16px; margin: 10px; position: relative; font-family: 'regular', sans-serif; } 
.LSSI a{color:#fff; text-decoration: underline; cursor:pointer; }
.LSSI .text-link{color:#fff; text-decoration: underline; cursor:pointer; }
.LSSI .btn{background: #d90030; cursor: pointer; margin: 0 5px 5px 5px; padding: 5px 15px; text-align: center; width: auto; position: relative; border-radius: 5px; text-decoration: none; }
.LSSI .btn span{color: #FFFFFF; font-family: 'regular', sans-serif; font-size: 14px; }
	

.easing{transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); }
.easingMedium{transition: all 700ms cubic-bezier(0.000, 0.090, 0.000, 0.995); transition-timing-function: cubic-bezier(0.000, 0.090, 0.000, 0.995); }
.easingMediumFast{transition: all 400ms cubic-bezier(0.000, 0.520, 0.000, 0.995); transition-timing-function: cubic-bezier(0.000, 0.520, 0.000, 0.995); }
.easingFast{transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); }

img.responsive{ width:100%; height:auto; }
img.max-responsive{ max-width:100%; height:auto; }
img.max-responsive-centered{ max-width:100%; height:auto; margin:0 auto; display: block; }

.mt0{ margin-top: 0px !important; } .mt-10{ margin-top: -10px !important; } .mt-20{ margin-top: -20px !important; } .mt10{ margin-top: 10px !important; } .mt20{ margin-top: 20px !important; } .mt30{ margin-top: 30px !important; } .mt40{ margin-top: 40px !important; } .mt50{ margin-top: 50px !important; } .mt100{ margin-top: 100px !important; } .mb0{ margin-bottom: 0 !important; } .mb5{ margin-bottom: 5px !important; } .mb10{ margin-bottom: 10px !important; } .mb20{ margin-bottom: 20px !important; } .mb30{ margin-bottom: 30px !important; } .mb40{ margin-bottom: 40px !important; } .mb50{ margin-bottom: 50px !important; } .ml10{ margin-left: 10px !important; } .ml20{ margin-left: 20px !important; } .ml30{ margin-left: 30px !important; } .mr10{ margin-right: 10px !important;} .mr15{ margin-right: 15px !important;} .mr20{ margin-right: 20px !important;} .mr30{ margin-right: 30px !important;} .pt0{ padding-top: 0 !important;} .pt10{ padding-top: 10px !important;} .pt20{ padding-top: 20px !important;} .pt30{ padding-top: 30px !important;} .pt40{ padding-top: 40px !important;} .pt50{ padding-top: 50px !important;} .pb0{ padding-bottom: 0 !important;} .pb10{ padding-bottom: 10px !important;} .pb20{ padding-bottom: 20px !important;} .pb30{ padding-bottom: 30px !important;} .pb40{ padding-bottom: 40px !important;} .pb50{ padding-bottom: 50px !important;}
.pl20{ padding-left: 20px !important;} .pl40{ padding-left: 40px !important;} .pr20{ padding-right: 20px !important;} .pr40{ padding-right: 40px !important;}
.delay01{ animation-delay: 0.1s; -webkit-animation-delay: 0.1s; } .delay02{ animation-delay: 0.2s; -webkit-animation-delay: 0.2s; } .delay03{ animation-delay: 0.3s; -webkit-animation-delay: 0.3s; } .delay04{ animation-delay: 0.4s; -webkit-animation-delay: 0.4s; } .delay05{ animation-delay: 0.5s; -webkit-animation-delay: 0.5s; } .delay06{ animation-delay: 0.6s; -webkit-animation-delay: 0.6s; } .delay07{ animation-delay: 0.7s; -webkit-animation-delay: 0.7s; } .delay08{ animation-delay: 0.8s; -webkit-animation-delay: 0.8s; } .delay09{ animation-delay: 0.9s; -webkit-animation-delay: 0.9s; } .delay10{ animation-delay: 1s; -webkit-animation-delay: 1s; } .delay11{ animation-delay: 1.1s; -webkit-animation-delay: 1.1s; } .delay12{ animation-delay: 1.2s; -webkit-animation-delay: 1.2s; } .delay13{ animation-delay: 1.3s; -webkit-animation-delay: 1.3s; } .delay14{ animation-delay: 1.4s; -webkit-animation-delay: 1.4s; } .delay15{ animation-delay: 1.5s; -webkit-animation-delay: 1.5s; } .delay16{ animation-delay: 1.6s; -webkit-animation-delay: 1.5s; } .delay17{ animation-delay: 1.7s; -webkit-animation-delay: 1.5s; } .delay18{ animation-delay: 1.8s; -webkit-animation-delay: 1.5s; } .delay19{ animation-delay: 1.9s; -webkit-animation-delay: 1.5s; } .delay2{ animation-delay: 2s; -webkit-animation-delay: 2s; } .delay21{ animation-delay: 2.1s; -webkit-animation-delay: 2s; } .delay22{ animation-delay: 2.2s; -webkit-animation-delay: 2s; } .delay23{ animation-delay: 2.3s; -webkit-animation-delay: 2s; } .delay24{ animation-delay: 2.4s; -webkit-animation-delay: 2s; } .delay25{ animation-delay: 2.5s; -webkit-animation-delay: 2.5s; } .delay3{ animation-delay: 3s; -webkit-animation-delay: 3s; } .delay4{ animation-delay: 4s; -webkit-animation-delay: 4s; } .delay5{ animation-delay: 5s; -webkit-animation-delay: 5s; } .delay6{ animation-delay: 6s; -webkit-animation-delay: 6s; }
.text-clamp2{ -webkit-line-clamp:2; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden;}
.text-clamp3{ -webkit-line-clamp:3; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden;}
ul{ padding-left: 0; list-style: outside none; }
.badge-success{ background: #00A93E; white-space: normal; }
.badge-info{ background: #57b0c9; white-space: normal; }
.badge-danger{ background: #D03A3A; white-space: normal; }
.badge-orange{ background: #E7C03A; white-space: normal; }
.badge-purple{ background: #B25EFD; white-space: normal; }
.badge-blue {color: white; background:#4A7AF5 ; }
.badge-light{ background: #FFFFFF; white-space: normal; color:#5E5E5E; border:1px solid rgba(0,0,0,0.1); }

.manage-admin-content.cke_editable{ outline: 1px dashed white; box-shadow: 0 0 1px #000; }
.manage-admin-content.cke_focus{ outline: 2px solid white; box-shadow: 0 0 3px #000; }

.btn{ border-radius: 6px; border:none; white-space: normal;}
.btn-primary{ background-color: #243E9D; font-family: 'regular'; font-size: 36px; color: white; border-bottom:5px solid #122360 }
.btn-primary:hover{ background-color: #122360; border-bottom:5px solid #243E9D; }
.btn-primary.btn-lg{ padding: 6px 50 6px 50px; border-radius: 25px; font-family: 'regular'; font-size: 26px; color: white; }
.btn-primary.btn-lg:hover{ background-color: #122360; border-bottom:5px solid #243E9D; }
.btn-block{ width: 100%;}
.contentSection a.btn{ color:#fff; font-size: 18px; }
.btn-center{ display: table; margin:0 auto; }
.seccion .btn-primary.transparent {margin: 28px 8px 0 0; padding: 6px 75px 6px 63px; border: solid 2px black; background-color: transparent; font-family: 'regular'; font-size: 26px; color: #000; }
.container{ max-width: 1000px; }
.contentSection h3{ font-weight: bold; }
.seccion{ font-family: 'regular',sans-serif; padding-top: 78px; }
@media (max-width:992px){
    .seccion{ padding-top: 70px; }
}
.seccion .slide-big{ position: relative; width: 100%; overflow: hidden;} 
.seccion .relative { position: relative; }
.seccion .absolute { position: absolute; }
.seccion .slide-big p.text-slide {position: absolute; font-family: 'bold'; font-size: 50px; line-height: 42px; transform: translate(-50%); left: 50%; top: 50%; text-shadow:0 0 5px rgba(0,0,0,0.8) }
.seccion .slide-big img{ min-height:50vh; object-fit: cover; }
.seccion h1 {font-family: 'regular'; font-size: 60px; }
.seccion h2 {font-family: 'regular'; font-size: 25px; margin-bottom: 30px; }
.seccion .text-white {color: white;}
.seccion .title{font-size: 60px; font-family: 'bold'; text-align: center;}
.seccion .subtitle {font-family: 'bold'; font-size: 30px; }
.seccion .subtitle2 {font-family: 'bold'; font-size: 20px; }
.seccion .subtitle3 {font-size: 18px; }
.seccion .text {font-size: 18px; font-family: 'regular'; }
.seccion .separator {height: 4px; width: 100%;background-color: #00a0c6;}
.seccion .separator-small {width: 267px; height: 4px; margin: 30px auto; background-color: #00a0c6; }
.seccion .form-control {display: block; width: 100%; height: auto; padding: 12px 30px; font-size: 21px; color: #000000; background-color: #fff; background-image: none; border: 2px solid black; border-radius: 2px; font-family: 'regular'; resize: none; }
.seccion .checkbox label {font-size: 15px; font-family: 'regular';margin: 0 auto 10px auto; padding-left: 5px; display:block;}
.seccion .google-maps {margin-top: 20px; }
.seccion #map {width: 100%; height: auto; }
.seccion .checkbox {position: relative; }
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {position: relative; float:left; width: 30px; height: 20px; margin-top: 0; }
.seccion .background-gray{background: rgb(233 233 233 / 90%); ; padding: 50px 0 20px 0;;}
.seccion ul.list.checked {padding-left: 15px; } 
.seccion ul.list li {font-size: 20px; font-family: 'regular'; line-height: 32px; }
.seccion ul.list.checked li::before {content: "\f00c"; font-family: 'FontAwesome'; color: #00a0c6; margin-right: 10px; margin-left: -30px; }
.seccion textarea{ resize:none; }
.seccion .w800{ max-width: 800px; display:table; margin:0 auto; }
.row-parallax {position: relative; padding: 15px 15px; overflow: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d;} 
.row-parallax:before {content: ""; position: absolute; z-index: 1; top: 0; width: 100%; height: 58px; }
.parallax  {transform: translateY(-57.9271px) translateX(-50%); }
.row-parallax .container{ position:relative; z-index: 1;}
.row-parallax img.parallax {position: absolute; left: 50%; top: -20%; bottom: 20px; height: 150%; min-width:100%; z-index: 0; filter: brightness(0.5); }
.visible-sm{ display:none !important;} .visible-xs{ display:none !important;}
@media (max-width:992px){
    .hidden-sm{ display:none !important}
    .visible-sm{ display:block !important}
    .hidden-sm{ display:none}
}
@media (max-width:770px){
    .hidden-xs{ display:none}
    .hidden-xs{ display:none !important}
    .visible-xs{ display:block !important}
}
.seccion .btn-file {overflow: hidden; position: relative; width: 100%; }
.seccion .btn-file b{ font-weight: normal; display: block; }
.seccion .btn-file::before{border-radius: 0; content: " "; display: block; height: 114%; left: -3%; padding: 5px 40px; position: absolute; top: -5%; width: 106%; z-index: -1; }
.seccion .btn-file input[type=file] {position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0; outline: none; background: white; cursor: inherit; display: block; border-radius: 0;  }

.swiper-pagination-bullets .swiper-pagination-bullet-active-main{ background:white; }

.seccion ul.special-links li{ font-size:16px; font-family: 'bold'; margin-bottom: 10px; }
.seccion ul.special-links li a{ text-decoration: none; color:#00133A;}
.seccion ul.special-links li a:hover{ text-decoration: underline;}

.seccion .img-cover{ width: 100%; height:100%; object-fit: cover;}
@media (max-width:992px){
    .seccion .img-cover{ width: 100%; height:auto; object-fit: unset;}
}


/*MODAL center in middle*/
.modal {text-align: center; padding: 0!important; }
.modal:before {content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; }
.modal-dialog {display: inline-block; text-align: left; vertical-align: middle; }

.box-yellow{ background-color: #F5EF75; border-radius:17px; padding: 26px; min-height: 200px; }
.row-dark{ padding:100px 26px; background: #252525; color:white; }

/*HOME*/
.seccion-home .top{ object-fit: cover; object-position: center; width: 100%; }
.seccion-home .event{ margin-bottom: 20px; border-bottom:1px dashed #243E9D;}
.seccion-home .event:last-child{ border-bottom:none}
.seccion-home .title-faqs{ cursor:pointer; }
.seccion-home .title-faqs .bi::before{ transition:ease all .3s}
.seccion-home .title-faqs.opened .bi.bi-arrow-left::before{ transform:rotate(-90deg) }
.seccion-home .title-faqs.opened .bi.bi-arrow-right::before{ transform:rotate(90deg) }
.seccion-home .content-faqs{ max-width: 800px; margin:0 auto; }
.seccion-home .content-faqs .accordion{ background: transparent; }
.seccion-home .content-faqs .accordion-item{ background: transparent; border:none; outline:none; }
.seccion-home .content-faqs .accordion-button{ background: transparent; color:white; font-size:30px; box-shadow:none; padding:10px 0; }
.seccion-home .content-faqs .accordion-button:focus{ border:none; }
.seccion-home .content-faqs .accordion-button:not(.collapsed){ border-bottom:1px dashed white; }
.seccion-home .content-faqs .accordion-button::after{ filter: grayscale(1) invert(1) }
.seccion-home .content-faqs .accordion-body{ color:rgb(255, 239, 66); font-size:25px; }

.top-animation{ position:relative; }
.campfire { bottom: 6vw; height: calc(75px + 2vw);  width: calc(100px + 2vw); position: absolute; left:50%; transform:translateX(-50%); }
.flames { display:block }
.flame1, .flame2, .sticks { height: 100%; position: absolute; width: 100%; }
.sticks{ background: url(/images/banner-sticks.86a63f0.png) no-repeat 50%/contain; }
.flame1, .flame2, .sticks { transition:transform .5s linear; }
.flame1:after, .flame1:before, .flame2:after, .flame2:before { background-position: 50%; background-repeat: no-repeat; background-size: contain; content: ""; height: 45%; left: 50%; max-height: 50px; max-width: 20px; position: absolute; top: 9%; width: 16%; z-index: 9; }
.flame2:after, .flame2:before { height: 40%; max-height: 40px; max-width: 15px; width: 12%; z-index: 10; }
.flame1:before, .flame2:before {
    animation-delay: -125ms;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAABSCAMAAADgkj11AAAAilBMVEUAAADcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCeRhd3nAAAALXRSTlMA8OLQEPipawL010gF+t27ln0/ODQkFg0KvoZyYk8w6cuRXVMpHsGuoJ6Ds5p6K9R9AAABm0lEQVRIx42W6XqCMBBFQVxAwAUExVasS63a3vd/vW7CKBlvcn6fL4TJnUk8zmvpubAYbFy0soe5gxZOgaGDtwYQ2LUNfohCm1b4+KWwaKsAf8QW74J/XiwFxo0Z1eqo8T6Z1p80Gi/MEC0+0Ua4Y0lO/94r6OaEjG5OONDNCSNdqwcd76of6xgddqr3hS5nTTvA4EPR3n3Tq5SGOMHkzfTmUBgbWp5qXo+UhHo7qGw7WmYYagCXPTfvAicvhtWTr9q9GQRSlxxOXhi4eSMQAmmwLQSSlysY03Y5n3pDSR1DBtuYe+umKNSSgdoH5/XmleDETS+Cc7x5R3D61vUkVvIf9uNNuCfjJbWUuWFCvX3rVdRbsN4Q0pWSZj6tap6+ltCnaRGG9DeE/XMtSjxhGdEmEs5PvblIxtggl+UJOoPVoxfz7QlTCOxOXUCgd/6OHi4fvOojMUu1llRYKy2kkVRmVlTKSafIpadT+0ZEdbKH4OTk6ZrS+144DIzG1dk0Yi/xKHEkEaDkW1mOUkxkKlP6FYLQcyCZGa/wb9yqGLqrQaZkAAAAAElFTkSuQmCC);
    left: 35%;
    top: 3%;
}
.flame1:after, .flame2:after {
    animation-delay: -75ms;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAABSCAMAAADgkj11AAAAilBMVEUAAADcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCfcTCeRhd3nAAAALXRSTlMA8OLQEPipawL010gF+t27ln0/ODQkFg0KvoZyYk8w6cuRXVMpHsGuoJ6Ds5p6K9R9AAABm0lEQVRIx42W6XqCMBBFQVxAwAUExVasS63a3vd/vW7CKBlvcn6fL4TJnUk8zmvpubAYbFy0soe5gxZOgaGDtwYQ2LUNfohCm1b4+KWwaKsAf8QW74J/XiwFxo0Z1eqo8T6Z1p80Gi/MEC0+0Ua4Y0lO/94r6OaEjG5OONDNCSNdqwcd76of6xgddqr3hS5nTTvA4EPR3n3Tq5SGOMHkzfTmUBgbWp5qXo+UhHo7qGw7WmYYagCXPTfvAicvhtWTr9q9GQRSlxxOXhi4eSMQAmmwLQSSlysY03Y5n3pDSR1DBtuYe+umKNSSgdoH5/XmleDETS+Cc7x5R3D61vUkVvIf9uNNuCfjJbWUuWFCvX3rVdRbsN4Q0pWSZj6tap6+ltCnaRGG9DeE/XMtSjxhGdEmEs5PvblIxtggl+UJOoPVoxfz7QlTCOxOXUCgd/6OHi4fvOojMUu1llRYKy2kkVRmVlTKSafIpadT+0ZEdbKH4OTk6ZrS+144DIzG1dk0Yi/xKHEkEaDkW1mOUkxkKlP6FYLQcyCZGa/wb9yqGLqrQaZkAAAAAElFTkSuQmCC);
    left: 53%;
}
.flame1:after, .flame1:before, .flame2:after, .flame2:before {
    animation: dancing-flames .4s ease infinite; transform-origin: 54% 100%; }
.flame1:before { animation-delay:-125ms; }
.flame2:before { animation-delay:-125ms; left: 71%; top: 36%; }
.flame2:after { left: 21%; top: 23%; }
@media (max-width:1400px) {
    .campfire { height: 75px;  width: 100px; }
}
@media (max-width:992px) {
    .campfire { bottom: 14vw; width: calc(100px + 5vw); height: 75px; }
    .seccion-home .top{ min-height: 100vw;}
    .seccion-home .event{  padding-bottom: 20px; }
    .seccion-home .content-faqs .accordion-button{ font-size:25px; }
    .seccion-home .content-faqs .accordion-body{ font-size:22px; }
}
@media (max-width:470px) {
    .campfire { bottom: 10vw; width: calc(50px + 5vw); }
}

/*END HOME*/

@keyframes dancing-flames{0%{transform:scaleY(.7)}45%{transform:scale(1)}50%{transform:scale(-1,.7)}to{transform:scaleX(-1)}}

/*footer*/
#pie{position: relative; height:auto; padding-top: 50px; color:#fff; background: #1478BE; }
#pie .cloud-wrap { width: 100%; height: auto; top: -40px; left:0; overflow: hidden; position: absolute; background:url(../images/nubecita@2x.webp) repeat-x center center / auto 100% ; height: 80px; }
#pie h4,#pie h3,#pie h5{ font-family:'bold' }
#pie p{ font-family:'light'; color:white; font-size:15px; }
#pie .logo{ width: 100%; max-width: 300px; height: auto; margin-bottom: 40px; }
#pie ul li a{ color:white; font-family:'regular'; font-size:15px; }
#pie ul li{ float:left; width: 50%; max-width: 300px; margin-bottom:12px }
#pie .copyright {background-color: #252525; padding: 20px 0; }
#pie span.glyphicon{ color:#000; }
#pie a{ color:white; transition:ease all .3s }
#pie a:hover{ color:rgb(255, 239, 66); }
#pie a.link{ color:#000; }
#pie .icon-social{ font-size:35px; margin-right: 10px; transition:ease all .3s }
#pie .partner-logo{ margin-right: 15px; margin-bottom: 20px; max-height: 60px; }

.container-pils{ padding: 5px 25px; border-bottom: 1px solid #F5F5F5;  }
.container-pils .nav-pills{ border-radius: 0; }
.container-pils .nav-pills > li.active > a{ background-color: #008cd0; }
.container-pils .nav-pills > li a{ border-radius: 0; }
/*STICKY FOOTER*/
#wrapper {min-height: 100%; height: auto !important; height: 100%; margin-bottom: -132px; }
#push,footer { height: 132px; clear:both;}
html, body { height: 100%; }
@media screen and (max-width: 770px){
	#wrapper { margin-bottom: 0; }
    #push,footer { height: 0; clear:both;}
}