@charset "utf-8";

*{
    font-family: var(--primary-font);
}

.relative {
    position: relative;
}

.text-center{
    text-align: center;
}

.c-white{
    color: white;
}

.c-gray{
    color: var(--gray);
}

.bg__gray {
    background: #ECEBE0;
    padding: 40px 0 0 0;
}

.ct-h1-oculto h1 {
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, span, a{
    font-family: var(--primary-font);
} 

p{
    font-size: 1rem;
    font-family: var(--primary-font);
}

a,
a:visited {
    color: var(--light-blue);
}

a:hover {
    color: var(--dark-blue);
}

h1{
    color: var(--light-blue);
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
}

h2{
    color: var(--light-blue);
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
}

h3{
    color: var(--light-blue);
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
}

ul,
ul ul,
ul ol,
ol,
ol ol,
ol ul  {
    position: relative;
    margin: 0;
}

ul, ol {
    counter-reset: num;
}

ul li,
ol li {
    position: relative;
    font-family: var(--primary-font);
    counter-increment: num;
}

ul li::before,
ol li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: var(--dark-blue);
    border-radius: 50%;
    left: -11px;
    top: 9px;
}

ol > li::before {
    content: counter(num) ".";
    width: 30px;
    height: auto;
    background: no-repeat;
    color: var(--dark-blue);
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-align: right;
    left: -35px;
    top: 3px;
}

ul ul li::before {
    background: var(--light-blue);
}

.dnnActions li::before,
.redactor-toolbar li::before,
div.actionMenu ul.dnn_mact li::before,
.editbar ul.menuEditBar li::before {
    content: none;
}

.dnnModuleDialog .dnnModuleList .listContainer ul li:before {
    border-radius: 0;
}

/*Header*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--light-blue);
    box-shadow: 0px 0px 10px 0px #0000001f;
    z-index: 20;
}

.ax-logo img {
    width: 100%;
    max-width: 170px;
}

.menuGB {
    position: absolute;
    background: var(--light-blue);
    top: 0;
    right: -100%;
    height: 100vh;
    padding: 40px 40px 40px 0;
    text-align: right;
    overflow-y: scroll;
    width: 450px;
    transition: all .3s;
}

.menuGB.active {
    right: 0;
}

a#abrirMegamenu:hover {
    color: var(--green);
}

.close_menu:hover {
    filter: brightness(200);
}

li.ax-nav_item.item-id-4711{
    padding: 20px 0 0 30px;
}

li.ax-nav_item.item-id-4711:before {
    background: #004853;
    content: "";
    height: 2px;
    left: unset;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 30px);
}

ul.ax-nav_list {
    margin: 40px 0;
    padding: 0;
}

ul.ax-nav_list li a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    padding: 7px 40px 7px 20px;
    transition: all .3s;
    width: 100%;
}

ul.ax-nav_list li .ax-nav_children_wrapper .ax-nav_item {
    padding: 0;
}

ul.ax-nav_list li .ax-nav_children_wrapper a {
    margin: 0;
    padding: 7px 10px 7px 10px;
}

.ax-nav_list li a:hover {
    background: #097693;
    border-radius: 8px;
}

.ax-nav_list .ax-nav_children_wrapper li a:hover {
    background: var(--light-blue);
}

li.ax-nav_item {
    line-height: 28px;
    padding: 0 0 0 30px;
}

li.ax-nav_item::before {
    content: none;
}

.ax-nav_children_wrapper {
    background: #097693;
    display: none;
    margin: 0 0 15px 0;
    opacity: 0;
    padding: 15px 25px 10px 25px;
    transition: 0.6s ease;
    visibility: hidden;
}

.ax-nav_children_wrapper.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.show__submenu {
    align-items: center;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 7px;
    transform: rotate(-90deg);
    transition: all 0.6s;
    width: 30px;
    z-index: 100;
}

.show__submenu.open {
    transform: rotate(90deg);
}

.ct-botonGB .ModDNNHTMLC a {
    background: var(--green);
    padding: 7px 20px;
    display: block;
    width: fit-content;
    border-radius: 10px;
    text-decoration: none;
    color: var(--dark-blue);
    font-weight: 700;
    transition: all .3s;
}

.ct-botonGB .ModDNNHTMLC a:hover {
    background: white;
    color: var(--dark-blue);
}

.ax-search_button {
    background: url(/Portals/0/Skins/Grupo_Bios/img/iconos/search.svg) 0 0 no-repeat;
    text-indent: -9999;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ct-buscador {
    position: relative;
}

.searchInputContainer input {
    background: var(--dark-blue);
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 7px 20px;
    color: white;
    width: 250px;
}

.searchInputContainer input::placeholder {
    color: white;
    font-weight: 700;
}

a#abrirMegamenu {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 18px;
    margin-left: 40px;
    display: flex;
    gap: 5px;
    align-items: center;
}

ul.searchSkinObjectPreview {
    width: 100%;
}

ul.searchSkinObjectPreview > li > span {
    font-size: 13px;
}

ul.searchSkinObjectPreview > li {
    padding: 10px;
}

a.searchSkinObjectPreview_more {
    text-decoration: none;
    color: var(--light-blue);
}

/*Miga de Pan*/
.ax-miga {
    margin-top: 20px;
    padding: 0 0 20px 0;
}

.ax-miga a {
    text-decoration: none;
    color: var(--light-blue);
    font-weight: bold;
}

/* contacto */
.bg-silver {
    margin: 0 auto 40px;
    padding: 48px 40px;
    background: #ECEBE0;
    border-radius: 0 40px;
}

.bg-silver .column_1 {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.bg-silver .ModDynamicFormsC .DF-FieldRow:nth-child(3),
.bg-silver .ModDynamicFormsC .DF-FieldRow:nth-child(6) {
    flex: 95%;
}

.bg-silver h2 {
    margin-bottom: 30px;
}

.bg-silver p,
.bg-silver a {
    color: var(--light-blue);
    font-size: 22px;
    line-height: 26px;
    text-decoration: none;
}

.bg-silver a:hover {
    color: var(--dark-blue);
    text-decoration: underline;
}

.bg-silver a:hover img {
    filter: drop-shadow(2px 4px 6px #000000ab);
}

.ModDynamicFormsC .DynamicForms_MainPanel {
    display: flex;
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
}

.ModDynamicFormsC .DynamicForms_MainPanel .DynamicForms_MainPanel {
    gap: 25px;
}

.ModDynamicFormsC .DF-FieldRow {
    margin: 0;
    padding: 0;
    flex: 45%;
}

.ModDynamicFormsC .DF-FieldRow label {
    margin: 0 auto 10px;
}

.ModDynamicFormsC .DF-FieldRow label span {
    color: var(--light-blue);
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}

.ModDynamicFormsC .DF-FieldRow label .DynamicForms_RequiredFieldAsterik {
    color: var(--light-blue);
}

.ModDynamicFormsC .DynamicForms_MainPanel input[type="text"],
.ModDynamicFormsC .DynamicForms_MainPanel input[type="password"],
.ModDynamicFormsC .DynamicForms_MainPanel textarea,
.ModDynamicFormsC .DynamicForms_MainPanel select {
    width: 100% !important;
    padding: 18px 25px;
    background: #fff;
    color: var(--dark-blue);
    font-size: 18px;
    line-height: 20px;
    border-radius: 10px;
    border: none;
}

.ModDynamicFormsC .DynamicForms_MainPanel textarea {
    height: 142px !important;
    resize: none;
}

.ModDynamicFormsC .DynamicForms_MainPanel input[type="text"]:placeholder,
.ModDynamicFormsC .DynamicForms_MainPanel input[type="password"]:placeholder,
.ModDynamicFormsC .DynamicForms_MainPanel textarea:placeholder,
.ModDynamicFormsC .DynamicForms_MainPanel select:placeholder {
    color: #98978B;
}

.ModDynamicFormsC .DynamicForms_MainPanel .NormalRed {
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
}

.ModDynamicFormsC .DynamicForms_SaveFormDiv {
    display: flex;
    margin: 25px auto 0;
    padding: 0;
    border: none;
    justify-content: flex-end;
    gap: 10px;
}

.ModDynamicFormsC .DynamicForms_SaveFormDiv p {
    margin: 0;
    font-size: 0;
}

.ModDynamicFormsC .DynamicForms_SaveFormDiv .dnnPrimaryAction,
.dnnPrimaryAction,
a.dnnPrimaryAction,
.dnnSecondaryAction,
a.dnnSecondaryAction {
    margin: 0;
    padding: 19px 50px;
    background: var(--light-blue);
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    text-shadow: none;
}

.dnnPrimaryAction,
a.dnnPrimaryAction,
.dnnSecondaryAction,
a.dnnSecondaryAction {
    padding: 12px 30px;
    font-size: 18px;
    line-height: 20px;
}

.ModDynamicFormsC .DynamicForms_SaveFormDiv .dnnPrimaryAction:hover,
.dnnPrimaryAction:hover,
a.dnnPrimaryAction:hover,
.dnnSecondaryAction,
a.dnnSecondaryAction {
    background: var(--dark-blue);
}

.dnnSecondaryAction:hover,
a.dnnSecondaryAction:hover {
    color: #fff;
    background: var(--light-blue);
}

.ModDynamicFormsC .exito {
    width: 85%;
    margin-left: auto;
}

/* buscador */
.ModSearchResultsC .dnnSearchResultItem-Title a {
    font-size: 22px;
}

.ModSearchResultsC .dnnSearchResultItem-Description,
.ModSearchResultsC a {
    font-size: 18px;
    line-height: 25px;
}

.ModSearchResultsC a {
    color: var(--light-blue);
    text-decoration: none;
}

.ModSearchResultsC a:hover {
    color: var(--dark-blue);
    text-decoration: underline;
}

.ModSearchResultsC .dnnSearchBoxPanel {
    max-width: 100%;
    padding: 20px 20px;
    background: #ECEBE0;
    border-radius: 20px;
}

.ModSearchResultsC .dnnSearchBoxPanel .dnnSearchBox {
    position: relative;
    margin: 0;
    padding: 0;
}

.ModSearchResultsC .dnnSearchResultPanel {
    display: flex;
    max-width: 100%;
    background: none;
    flex-direction: row-reverse;
    justify-content: flex-start;
    gap: 10px 20px;
}

.ModSearchResultsC .dnnSearchResultPanel .dnnRight {
    margin: 0;
}

.ModSearchResultsC .dnnSearchBox_advanced,
.ModSearchResultsC .dnnSearchResultAdvancedTip {
    display: none;
}

.ModSearchResultsC .dnnSearchBox > input[type="text"] {
    position: relative;
    width: 100% !important;
    height: auto;
    padding: 18px 25px;
    background: #fff;
    color: var(--dark-blue);
    font-size: 18px;
    line-height: 20px;
    border-radius: 10px;
    border: none;
    left: auto;
    right: auto !important;
}

.ModSearchResultsC .dnnSearchBox > input[type="text"]:placeholder {
    color: #98978B;
}

.ModSearchResultsC .dnnSearchBox .dnnSearchButton {
    width: 30px;
    height: 30px;
    margin: auto;
    background: url(/Portals/0/Skins/Grupo_Bios/img/iconos/search.svg) 0 0 no-repeat;
    background-size: contain;
    filter: brightness(0.5);
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.ModSearchResultsC .dnnSearchBox .dnnSearchBoxClearText {
    margin: auto;
    right: 55px !important;
    top: 50%;
    transform: translateY(-50%);
}

/* error 404 */
.error-404 {
    color: #9b9b9b;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
}

.error-404 span {
    display: block;
    color: var(--light-blue);
    font-size: 150px;
    line-height: 130px;
}

/* login */
.ax-login {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 100vh;
    padding: 50px 20px;
    background: var(--light-blue);
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}

.ax-fondo {
    max-width: 100%;
}

.ax-logo-login {
    display: flex;
    justify-content: center;
}

.ax-login .ModAuthenticationC {
    margin: 50px auto 0;
}

.ax-login .LoginPanel {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    background: #ECEBE0;
    border-radius: 20px;
    padding: 30px;
    float: none;
}

.LoginPanel .dnnForm .dnnFormItem {
    margin: 0 auto 25px;
    text-align: center;
}

.LoginPanel .dnnLabel {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    text-align: left;
    float: none;
}

.LoginPanel .dnnLabel label {
    color: var(--light-blue);
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    font-family: var(--primary-font);
}

.dnnFormItem input[type="text"],
.dnnFormItem input[type="password"],
.dnnFormItem input[type="email"],
.dnnFormItem input[type="tel"],
.dnnFormItem textarea,
.dnnFormItem select {
    width: 100% !important;
    padding: 18px 25px;
    background: #fff;
    color: var(--dark-blue);
    font-size: 18px;
    line-height: 20px;
    border-radius: 10px;
    border: none !important;
}

.dnnFormItem textarea {
    height: 142px !important;
    resize: none;
}

.dnnFormItem input[type="text"]:placeholder,
.dnnFormItem input[type="password"]:placeholder,
.dnnFormItem input[type="email"]:placeholder,
.dnnFormItem input[type="tel"]:placeholder,
.dnnFormItem textarea:placeholder {
    color: #98978B;
}

.dnnClear:after,
.dnnFormItem > label.dnnFormLabel,
.dnnFormItem > span.dnnFormLabel {
    display: none;
}

.dnnLoginActions,
.dnnActions {
    width: 100%;
    padding: 0;
}

.dnnActions li {
    float: none;
    margin: 0;
    text-align: center;
}

.dnnCheckbox .mark {
    background: no-repeat;
}

.dnnFormMessage.dnnFormError,
.dnnFormMessage.dnnFormValidationSummary {
    width: 500px;
    max-width: 100%;
    margin: 0 auto 10px;
    background: #ECEBE0;
    color: var(--dark-blue);
    line-height: 20px;
    font-weight: bold;
    border: none;
    text-align: center;
    border-radius: 20px;
}

/*Paginador*/
.pagination {
    margin: 40px 0 20px 0;
    text-align: center;
}

.pagination__container {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.pagination__container span {
    align-items: center;
    display: inline-flex;
    font-weight: bold;
    justify-content: center;
}

.pagination__current {
    background: var(--light-blue);
    border-radius: 50%;
    color: #fff;
    height: 38px;
    width: 38px;
}

.pagination__total{
    background: #f4f4f4;
    border-radius: 50%;
    color: var(--light-blue);
    height: 38px;
    width: 38px;
}

.pagination__arrow {
    background: #f4f4f4;
    border-radius: 50%;
    font-size: 0;
    height: 38px;
    position: relative;
    transition: all 0.4s;
    width: 38px;
}

.pagination__arrow:hover {
    background: #dddbdb;
}

.pagination__arrow:before {
    background: url(/Portals/0/Skins/Grupo_Bios/img/iconos/pager_left_arrow.svg);
    background-size: 100%;
    content: "";
    left: 50%;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
}

.pagination__next:before{
    transform: translate(-50%, -50%) rotate(180deg);
}

.pagination__separator{
    color: var(--light-blue);
}

/*Fin Paginador*/

.ax-mapa ul li,
.ax-mapa ol li {
    font-size: 18px;
}

/* cookies */
#cookiebanner {
    display: none;
    position: fixed;
    width: 100%;
    padding: 20px;
    background: rgb(236 235 224 / 90%);
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 20%);
    text-align: center;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    z-index: 999;
}

#cookiebanner p {
    max-width: 1320px;
    margin: 0 auto 15px;
    color: var(--light-blue);
    font-size: 18px;
}

#ocultar {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 15px 50px;
    background: var(--light-blue);
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    text-decoration: none;
}

#ocultar:hover {
    background: var(--dark-blue);
}