@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800;900&display=swap");

@font-face {
    font-family: "Bolusina";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/webfonts/Bolusina.ttf") format("truetype");
}

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

html,
body {
    background: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #6f7077;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
body {
    font-size: 100%;
}

.grid-container {
    max-width: 63rem;
}
.height-full {
    height: 100%;
}

.slick-slide {
    height: auto;
}

a {
    color: #ffc822;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.big {
    font-size: 1.125rem;
    font-weight: 900;
}
a.mini {
    font-size: 12px;
}

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

h1 {
    font-weight: 900;
    color: #2e3133;
    font-size: 2rem;
    margin: 0;
}
h1.big {
    font-size: 3rem;
}
h1.medium {
    font-size: 1.5rem;
}
h1.mini {
    font-size: 1.125rem;
}
h1 i {
    margin-right: 15px;
}
h1 + span.info {
    font-size: 14px;
}

section {
    position: relative;
}

/* BUTTON */
.button {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-family: inherit;
    font-size: 1.3125rem;
    text-align: center;
    cursor: pointer;
    background: #2fd83b;
    color: #fff;
    height: 4rem;
    line-height: 4rem;
    border-radius: 0;
    transition: all 0.2s ease-out;
    font-weight: 900;
    width: 100%;
}
.button.area {
    background: transparent;
    color: #2fd83b;
}
.button i {
    margin-right: 0.5rem;
}
.button:hover {
    border-color: #15f524;
    background: #15f524;
    text-decoration: none;
}

/* HEADER */
header {
    padding: 2.5rem 0;
    background: #292c2e;
    color: #fff;
}
header .logo {
    max-width: 135px;
}

/* MENU */
nav {
    position: relative;
}
nav ul {
    padding: 0;
    margin: 15px 0 0 0;
    list-style: none;
}
nav ul li {
    display: inline-block;
    margin-left: 45px;
}
nav ul li:first-child {
    margin: 0;
}
nav ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}
nav ul li a:hover {
    color: #ffc822;
    text-decoration: none;
}
nav ul li a.access {
    font-size: 16px;
    font-weight: 900;
}
nav ul li a.access i {
    font-size: 1.125rem;
    margin-right: 10px;
}

/* FOOTER */
footer.site {
    position: relative;
    background: #ffc822;
}
footer.site .copy {
    font-size: 14px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-weight: 700;
    color: #fff;
}

/* ACTION */
.action:first-child {
    border-bottom: solid 1px #eee;
}
.action {
    padding: 5px 0;
}
.action a {
    padding: 10px 10px;
    display: block;
    font-size: 1.2rem;
    color: #2e3133;
}
.action a i {
    width: 25px;
}
.action a.rem {
    color: #fd3c53;
}

/* SLICK */
.slick-prev,
.slick-next {
    display: none !important;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    background: transparent;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #5c646e;
    border-radius: 50px;
}
.slick-dots li.slick-active button {
    background: #ff9a00;
}

/* GENERICAS */
div.hidden {
    overflow: hidden;
}
div.link_bottom {
    margin-top: 2.5rem;
    text-align: center;
}

/* INPUT */
input[type="text"],
input[type="password"],
textarea {
    border: solid 1px #f2f6f8;
    background: #f2f6f8;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    padding: 1rem 1.4rem;
    width: 100%;
    display: block;
    color: #292c2e;
    font-weight: 500;
}
textarea {
    min-height: 130px;
}
.input {
    position: relative;
    margin-bottom: 15px;
}
textarea.error,
input.error {
    border-color: #f5176a;
}

span.text-error {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: #fe0c47;
    overflow: hidden;
    display: block;
    line-height: 20px;
    transition: all 0.2s ease-out;
}
span.text-error a {
    color: #53b7e1;
}
.question.error + span.text-error {
    opacity: 1;
    max-height: 35px;
}
.question + span.text-error {
    opacity: 0;
    max-height: 0;
}

/* SELECT */
.custom-select,
.custom-select-input {
    position: relative;
}
.custom-select select,
.custom-select-input select {
    display: none;
}
.select-selected {
    background-color: #f2f6f8;
    border-radius: 0;
    color: #292c2e;
    font-weight: 500;
}
.select-selected:after {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: '\f107';
    top: 15px;
    right: 30px;
    width: 0;
    height: 0;
    color: #292c2e;
    font-weight: 600;
}
.select-selected.select-arrow-active:after {
    content: '\f106';
}
.select-items div,.select-selected {
    color: #292c2e;
    font-size: 14px;
    padding: 1rem 1.4rem;
    border: none;
    cursor: pointer;
}
.select-items div {
    border: none;
}
.select-items {
    position: absolute;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 32px 0 rgba(44, 44, 44, 0.1);
    top: 100%;
    left: 0;
    right: 0;
    padding: 15px;
    max-height: 150px;
    overflow: auto;
    z-index: 99;
}
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    color: #ffc822;
}   

/* ESPACOS */
.box_width {
    margin: 0 auto;
    padding: 0 20px;
}
.box_width.box_1 {
    max-width: 400px;
}
.box_width.box_2 {
    max-width: 475px;
}
.box_width.box_3 {
    max-width: 600px;
}
.box_width.box_4 {
    max-width: 740px;
}
.box_width.box_5 {
    max-width: 1000px;
}

.no-content i {
    display: block;
    font-size: 3.5rem;
    text-align: center;
    color: #ffc822;
}
.no-content strong {
    display: block;
    text-align: center;
    margin: 1.5rem;
    font-size: 1.5rem;
    color: #2e3133;
}
.no-content p {
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
}

.box-link {
    background: #f2f6f8;
    margin-bottom: 4px;
    padding: 5px 10px;
    cursor: pointer;
}
.box-link:hover {
    background: #e9eff2;
    text-decoration: none;
}
.box-link strong {
    display: block;
    font-weight: bold;
    color: #34322c;
}
.box-link span {
    font-size: 14px;
    font-weight: 500;
    color: #a5b3bb;
}
.box-link .name {
    line-height: 1.4;
}

b.status {
    border: solid 2px #fff;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    max-width: 120px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
    padding: 0 .5rem;
}

/* Medium */
@media (max-width: 1020px) {
    html,
    body {
        font-size: 14px;
    }
}
/* Small */
@media (max-width: 640px) {
    h1.big {
        font-size: 2rem;
    }
    h1.none-mob {
        display: none;
    }
    .box-link {
        background: #fff;
        margin-bottom: 0;
        border-bottom: solid 2px rgba(234, 239, 242, 0.49);
    }

    .no-padding {
        padding-right: 0;
        padding-left: 0;
    }

    .modal-box .modal-bk {
        background: #fff !important;
    }
    .modal-box .modal-bk i {
        display: none;
    }

    .no-content {
        padding: 4rem 0;
    }
    .select_submit_bt_area {
        position: fixed;
        padding: 20px;
        background: #fff;
        overflow: hidden;
        bottom: 0;
        right: 0;
        left: 0;
        box-shadow: 0px 2px 43px 0 rgba(34, 41, 51, 0.2);
        z-index: 10;
    }
}






/**********/
