@import '../../r/r.css';

/*
* * * * *
* Configuracion general
* * * * * 
*/
html {
    overflow: hidden;
}
body { 
    background: #ffffff;
}


/* SECTION - Footer */
    footer#footer {
        display: block;
        position: relative;
        z-index: 5;
        height: fit-content;
        width: 100%;
        background-color: #000000;
        padding: 0.3rem 1rem;
    }

    .ftr_2 {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        padding: 0.5rem 0;
        height: 100%;
        justify-content: center;
    }
    .ftr_2 a {
        color: #ffffff;
        margin: 0 0.7rem;
    }

    .ftr_1 {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        padding: 0.5rem 0;
        height: 100%;
        justify-content: space-evenly;
    }
    .ftr_1 a {color: #ffffff;}
    .ftr_1 figure {
        transform: translateY(4px);
    }
/* !SECTION - */
/* SECTION - Datos generales */
    nav#menu_desk {
        width: fit-content;
    }

    nav#menu_desk .col-oneline {
        overflow-y: hidden;
    }
    /* Corregido */
    .max-ancho
    {
        max-width: 1366px;
        display: block;
        width: 100%;
        margin:0 auto;
        padding: 0 3rem;
        box-sizing: border-box;
    }
    .wrapper {
        background: url(../assets/fondo.jpg) no-repeat fixed center center / 100% 100% #1E2141;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        box-sizing: border-box;
        width: 100vw;
    }
    #scripts
    {
        display: none;
    }
    .main
    {
        background: url(../assets/fondo.jpg) no-repeat fixed center center / 100% 100% #1E2141;
        height: 100vh;
        display: block;
        width: 100vw;
        min-height: 100vh;
        height: fit-content;
        box-sizing: border-box;
        padding: var(--alto-cabecera) 0.5rem 0 0.5rem;
    }
    
    .btn.mod-negro-hover-verde:hover, .btn.mod-negro-hover-verde-active
    {
        border-color: transparent;
        color: #ffffff;
        background-color: #4ca15a;
    }
    .btn.btn-link-mod-verde
    {
        border-color: transparent;
        color: #ffffff;
        background-color: #4ca15a;
        font-family: "gm";
        width: fit-content;
        padding: 0.4rem 1rem;
        height: auto;
        font-weight: bold;
        font-size: 0.9rem;
        letter-spacing: .05rem;
    }

    .btn.btn-link-mod-verde-oscuro {
        border-color: transparent;
        color: #ffffff;
        background-color: #00674f;
        font-family: "gm";
        width: fit-content;
        padding: 0.4rem 1rem;
        height: auto;
        font-weight: bold;
        font-size: 0.9rem;
        letter-spacing: .05rem;
    }

    .btn.btn-link-mod-negro
    {
        background-color: transparent;
        color: #000000;
        border-color: #000000;
    }

    .btn.btn-link-mod 
    {
        background-color: transparent;
        color: #ffffff;
        border-color: #ffffff;
    }
    .texto-verde
    {
        color:#55b47e
    }

    .swiper-button-next::after
    {
        position: relative;
        left: 1px;
    }
    .swiper-button-prev::after
    {
        position: relative;
        left: -1px;
    }
    .swiper-button-next.formatoBlanco,
    .swiper-button-prev.formatoBlanco
    {
        width: 25px;
        height: 25px;
        border-radius: 100%;
        box-shadow: 0 0 0 1px rgba(0,0,0,.8);
        color:#222222;
        background-color:#ffffff;
    }
    .swiper-button-next.formatoOscuro,
    .swiper-button-prev.formatoOscuro
    {
        width: 25px;
        height: 25px;
        border-radius: 100%;
        box-shadow: 0 0 0 1px rgba(255,255,255,.8);
        color:#ffffff;
        background-color:transparent;
    }
/* !SECTION - */

/* SECTION - Menu Cabecera */
    aside#cuerpoMenu {
        padding-top: 2rem;
        position: fixed;
        width: 100vw;
        height: calc(100% - var(--alto-cabecera));
        z-index: 99999;
        background-color: rgba(255,255,255,.8);
        text-align: center;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: stretch;
        bottom: 0;
        backdrop-filter: blur(4px);
        transform:translateX(101%);
        transition: transform 300ms ease-in-out;
    }

    aside#cuerpoMenu .columns .column a {
        padding: 0.4rem 0;
        width: 50%;
        display: block;
        font-size: 1rem;
        margin: .3rem auto;
        border-radius: 0.4rem;
        color: #3b3b3b;
        text-align: center;
    }
    nav#menu {
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        padding: 0.13rem;
        border-radius: 0.1rem;
        transition: padding 100ms ease-in-out;
        transition-property: border-radius,padding;
    }

    .contenedorLogoMenu {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

    div#contenedorRayitas {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    div#contenedorRayitas span {
        background-color: #000000;
        width: 100%;
        height: 4px;
        display: block;
        margin: 2px 0;
        border-radius: 1rem;
    }

    nav#menu:hover {
        background-color: #f0f0f0;
        padding: 0.23rem;
        border-radius: 0.2rem;
    }

    .selected
    {
        color:#ffffff !important;
        background-color:#4ca15a !important;
        border: none;
        box-shadow: none !important;
    }
    #menu_desk .col-oneline a:hover
    {
        color:#4ca15a;
    }
    #menu_desk .col-oneline a
    {
        color:#222222;
        height: 100%;
        padding: 0.4rem 0.5rem;
        border-radius: 5px;
    }
    #menu_desk .col-oneline
    {
        align-items: center;
        gap:1rem;
    }
    #cabecera
    {
        display: flex;
        width: 100%;
        height: var(--alto-cabecera);
        box-sizing: border-box;
        padding: 0.4rem;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        z-index: 99;
        background-color:rgba(255,255,255,.9)
    }
    #cabecera_mobile
    {
        display: flex;
        width: 100%;
        height: var(--alto-cabecera);
        box-sizing: border-box;
        padding: 0.4rem;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        z-index: 99;
        background-color:rgba(255,255,255,.9)
    }
    
    .contenedorLogoMenu figure 
    {
        height: 100%;
        width: auto;
    }

    .contenedorLogoMenu figure img 
    {
        height: 100%;
        width: auto;
        max-width: unset;
        max-height: 51px;
    }
/* !SECTION - */

/* SECTION - Banner */

    div#swiperBanner 
    {
        background-color: #f7f7f9;
    }
    #banner_about
    {
        background: url(../assets/img/banner1.jpg) no-repeat scroll center center / cover #ffffff;
        display: block;
        width: 100%;
        height: 50vh;
        left: -0.5rem;
        width: calc(100% + 1rem);
    }
    #banner
    {
        display: block;
        width: 100%;
        height: 80vh;
        min-height: 500px;
        max-height: 800px;
    }
    .conteSlidePreSwiper.text-center {
        display: flex;
        max-width: 200px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        gap: 0.2rem;
    }

    .conteSlidePreSwiper.text-center figure {
        height: 67px;
        width: fit-content;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        margin-bottom: 1rem;
    }
    .conteSlidePreSwiper.text-center figure img {
        width: auto;
        max-width: unset;
        height: 100%;
    }
    .swiper
    {
        height: 100%;
        left: -0.5rem;
        width: calc(100% + 1rem);
    }
    .parallax-bg.fondo-banner
    {
        background-image: url(../assets/img/efis/banner-parallax.png);
        height: 100%;
        position: absolute;
        left: -3%;
        top: 0;
        width: 150%;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .conteSlide {
        display: flex;
        width: 100%;
        height: 90%;
        max-width: 590px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        gap: 1rem;
        box-sizing: border-box;
        padding: 1rem 1rem;
    }
/* !SECTION - */

/* SECTION - Pre Banner */
    section#preabout {
        position: absolute;
        transform: translateY(75%) translateX(-50%);
        z-index: 4;
        left: 50%;
        bottom: 0;
    }

    .max-ancho.contenedor-blanco {
        background-color: white;
        border-radius: 0.3rem;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
        padding: 2rem 1rem;
        box-sizing: border-box;
    }
    .conteSlidePre
    {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        gap: 0.3rem;
        box-sizing: border-box;
        padding: 0rem 7rem;
        text-align: center;
    }
/* !SECTION - */

/* SECTION - About US */
    section#aboutus .flex-about
    {
        position: relative;
        z-index: 1;
    }
    #aboutus_about
    {
        left: -0.5rem;
        width: calc(100% + 1rem);
        background-color:#ffffff;
        padding: 4rem 0;
        position: relative;
    }
    #misionvision
    {
        background: url(../assets/img/fondoabout.jpg) no-repeat fixed center center / 100% 200% #1E2141;
        left: -0.5rem;
        width: calc(100% + 1rem);
        position: relative;
        height: fit-content;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: stretch;
        padding: 5rem 0;
    }
    .max-ancho.contTarjeta_about {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        gap: 0.5rem;
    }

    .objetivos-tarjetas_about {
        width: 50%;
        max-width: 500px;
        display: flex;
        gap: 0.5rem;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: stretch;
    }
    section#aboutus
    {
        background: url(../assets/img/fondo.png) no-repeat fixed center center / auto 100% #1E2141;
        left: -0.5rem;
        width: calc(100% + 1rem);
        position: relative;
        min-height: 100vh;
        height: fit-content;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-end;
        align-items: stretch;
        padding-bottom: 5rem;
    }
    section#section04
    {
        padding: 2.5rem 0;
        background-color: #f9f9f9;
        left: -0.5rem;
        width: calc(100% + 1rem);
        position: relative;
        min-height: 20vh;
        height: fit-content;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-end;
        align-items: stretch;
    }
    #swiperAbout .swiper-pagination {
        bottom: 0px !important;
        position: absolute;
    }
    #swiperAbout
    {
        padding: 3rem 0;
    }
    div#swiperAbout .swiper-slide {
        width: fit-content;
    }
    .flex-postabaut {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

    .flex-postabaut figure {
        overflow: hidden;
        width: fit-content;
        height: 23rem;
        position: relative;
        top: 0;
        margin-right: -5rem;
        max-width: 52%;
    }

    .flex-postabaut .contSlide {
        margin: 0;
    }

    .flex-postabaut .conteSlide {
        margin-left: 0;
        text-align: left;
        padding-left: 0;
    }

    .flex-postabaut figure img {
        position: relative;
        max-width: unset;
        height: 100%;
        width: auto;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
/* !SECTION - */

/* SECTION - Products */
    .contFiltros {
        width: calc(100% - 12rem);
    }

    .contFiltros .col-oneline {
        width: 100%;
    }

    form#contSearch {
        width: 12rem;
    }

    nav.filtroSearch {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        margin-bottom:4rem;
    }
    .conteSlideProdUno
    {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        gap: 3rem;
        box-sizing: border-box;
        padding: 0rem 7rem;
        text-align: left;
    }
    .prodl-la
    {
        overflow: hidden;
        width: 51rem;
    }
    .prodl-le {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        gap: 0.2rem;
    }

    .prodl-le span:first-child {
        margin-bottom: 1rem;
    }
    section#nuestrosproductos_interna
    {
        justify-content: flex-start !important;
        min-height: 50vh;
    }
    #nuestrosproductos_interna, section#nuestrosproductos 
    {
        background-color: #ffffff;
        left: -0.5rem;
        width: calc(100% + 1rem);
        position: relative;
        min-height: 100vh;
        height: fit-content;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: stretch;
        padding:4rem 0;
    }
    a.cont-card {
        width: fit-content;
        display: inline-block;
        max-width: 240px;
        min-width: 150px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding: 1rem;
        color: #000000;
        text-decoration: none;
        border-radius: 0.2rem;
    }
    a.cont-card:hover
    {
        box-shadow:0 0 0px 1px rgba(0,0,0,.2);
    }
    div#contenedorProductosHome 
    {
        display: flex;
        gap: 0.3rem;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 2rem;
    }
    figure.card-cont-imagen {
        width: 100%;
        height: 160px;
        position: relative;
        overflow: hidden;
        border-radius: 0.2rem;
        margin-bottom: 1.2rem;
    }

    figure.card-cont-imagen img {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    div#contenedorProductosHome .subtitle {
        margin-bottom: 0.7rem;
    }

    div#contenedorProductosHome span.txt {
        margin-bottom: 1.2rem;
    }
/* !SECTION - */

/* SECTION - objetivo */
    section#objetivos 
    {
        background: url(../assets/img/fondobjetivos.jpg) no-repeat fixed center 0 / 100% auto #ffffff;
        left: -0.5rem;
        width: calc(100% + 1rem);
        position: relative;
        min-height: 100vh;
        height: fit-content;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: stretch;
        padding: 5rem 0;
    }

    div#contenedorTarjetasObjetivos {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: stretch;
        gap: 0.2rem;
        margin-top: 2rem;
    }

    .objetivos-tarjetas {
        max-width: 49%;
        box-sizing: border-box;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        background-color: #ffffff;
        border-radius: 0.2rem;
        min-height: 11rem;
        width: 100%;
        box-shadow: 0 0 0 1px #cdcdcd;
    }

    .objetivos-tarjetas .subtitle {
        margin-bottom: 0.6rem;
    }

    .objetivos-tarjetas .btn {
        margin-top: 0.3rem;
    }

    figure.obj-iconos {
        height: 70px;
        width: 170px;
        margin-bottom: 1rem;
    }

    figure.obj-iconos img {
        height: 100%;
        width: auto;
        max-width: unset;
    }
/* !SECTION - */

/* SECTION - ContacUs */
    section#contactanos 
    {
           left: -0.5rem;
        width: calc(100% + 1rem);
        position: relative;
        min-height: 50vh;
        height: 60vh;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: stretch;
    }
    #map
    {
        height: 100%;
        width: 100%;
    }
    figure#whatsapp {
        width  : 70px;
        height : 70px;
        display: inline-block;
        border-radius: 100%;
        position: relative;
    }
    figure#whatsapp.cross::after {
        position: absolute;
        top: 0;
        left: 0;
        content: "X";
        background-color: #395d38;
        color: #ffffff;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 1.6rem;
        line-height: 0rem;
        font-family: 'gl';
    }
    section#formContactFlotante {
        position: fixed;
        z-index: 9999;
        right: 2rem;
        width: fit-content;
        max-width: 500px;
        text-align: right;
        bottom: 2rem;
    }

    form#contactanosForm 
    {
        display: none;
        background-color: #ffffff;
        box-sizing: border-box;
        padding: 1.5rem;
        box-shadow: 0 0 10px 0px rgba(0,0,0,.2);
        border-radius: 0.2rem;
        position: relative;
        left: 0;
        bottom: 0.5rem;
        max-height: 80vh;
        height: fit-content;
        max-width: 300px;
        /* display: inline-block; */
        width: fit-content;
        min-width: 350px;
        transform: translateX(30px);
        opacity: 0;

        transition-property: transform, opacity;
        transition-duration: 300ms;
        transition-timing-function: ease-in-out;
    }
    .small {
        font-size: 0.5rem;
    }

    .small a, .small span {
        font-size: inherit !important;
    }
    .linea-derecha {
        border-right: 0.5px solid #cdcdcd;
    }
/* !SECTION - */

/* SECTION - faq */
    #faq
    {
        left: -0.5rem;
        width: calc(100% + 1rem);
        background-color: #f0f0f0;
        padding:2rem 0;
        position: relative;
    }
    .accordion {
        box-shadow: 0 0 0 1px rgba(0,0,0,.2);
        box-sizing: border-box;
        margin-bottom: 1.5rem;
        background-color: #ffffff;
        border-radius: 1px;
    }

    .accordion label.accordion-header {
        cursor: pointer;
        margin-bottom: 0.3rem;
        padding: 0.5rem 0.4rem 0.2rem 0.4rem;
    }

    .accordion .accordion-body {
        padding: 0.3rem 0.4rem 0 0.4rem;
        border-top: 1px solid #cdcdcd;
        background-color: rgba(0,0,0,.03);
    }
/* !SECTION - */


/* SECTION - estilos de adaptacion y animaciones */
/* NOTA - Faqs privacy terms */
.card.card-mod {
    padding: 0.7rem;
}

.card.card-mod ul li {
    padding: 0.5rem 0;
}

figure.card-cont-imagen-banner {
    max-height: 400px;
    height: fit-content;
    overflow: hidden;
    position: relative;
    min-height: 290px;
}

figure.card-cont-imagen-banner img {
    height: 100%;
    max-width: unset;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}
#btn_search img {
    height: 13px;
    margin: 0 0.3rem;
    filter: invert(1);
}

.pulse.pause
{
    animation-play-state: paused;
}
.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(76, 161, 90, 0.35);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(76, 161, 90, 0);
  }
}
/* !SECTION - */


/* SECTION - 05  */
.section05 {
    /* left: -0.5rem; */
    /* width: 100%; */
    /* position: relative; */
    /* height: fit-content;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: stretch;
    padding: 5rem;
    justify-content: center;
    min-height: 80vh; */
}
.section05 .box-main {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    /* flex-direction: row;  */
    /* gap: 3rem */
}
.section05 .box-main .box-main_left {
    text-align: left; 
    color: #fff;
    padding: 0 1rem;
    /* min-width: 350px; */
}
.section05 .box-main .box-main_right {
    text-align: left;
}
.section05 .box-main .box-main_right .form-register {
    display: flex; 
    flex-direction: column; 
    background-color: #fff; 
    border-radius: 3px; 
    border-top: 6px solid green; 
    padding: 1rem; 
    text-align: left;
}
.section05 .box-main .box-main_right .tittle-register {
    display: flex; 
    flex-direction: row; 
    justify-content: flex-start; 
    align-items: center;
    padding: 1rem 0;
}
.section05 .box-main .box-main_right .tittle-register span {
    color: green; 
    font-size: 1.3rem; 
    padding: 0 0 0 10px;
}
.section05 .box-main .box-main_right .tittle-register img {
    width: 20px;
}
.section05 .box-main .box-main_right .cont-legales {
    color: black;
}
.section05 .box-main .box-main_right .cont-button_register {
    text-align: center;
    padding: 2rem 0 1rem 0;
}

.p-1rem {padding: 1rem;}
.pt-15 {padding-top: 1.5rem;}
.p-2rem {padding: 2rem;}
.p-3 {padding: 3rem;}
.p-4 {padding: 4rem;}
.p-5 {padding: 5rem;}
.pt-1rem {padding-top: 1rem;}
.pt-2rem {padding-top: 2rem;}
.pt-3 {padding-top: 3rem;}
.pt-4 {padding-top: 4rem;}
.pt-5 {padding-top: 5rem;}
.pl-5px {padding-left: 5px;}
.pr-5px {padding-right: 5px;}
.color-white {color: #fff;}
/* !SECTION - */


.ftr_1_phone {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    gap: 5px;
}

.ftr_1_redes {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    gap: 5px;
}

/* ICONS */
.icon-linkedin {
    display: block;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    background: url('../../assets/icons/efis/linkedin.svg');
    background-repeat: no-repeat;
}

.icon-instagram {
    display: block;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    background: url('../../assets/icons/efis/instagram.svg');
    background-repeat: no-repeat;
}

.icon-tel {
    display: block;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    background: url('../../assets/icons/efis/tel.svg');
    background-repeat: no-repeat;
}

.header_gestion {
    
}

.icon-luz {
    display: block;
    text-indent: -9999px;
    width: 100%;
    height: 35px;
    background: url('../../assets/icons/efis/luz.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

#comenzar_gestion .column-box-active {
    background-color: green;
}
#comenzar_gestion .column-box span {
    display: block;
}

.cg-columns {
    /* background-color: red;  */
    height: 150px; 
    align-items: center; 
}
.cg-columns-box {
    background-color: #48814f;
    height: 120px; 
    align-content: center;
}
.p5px {
    padding: 5px;
}


.section05 .box-main .box-main_right .button-submit {
    border: none;
    background-color: green;
    color: #fff;
    border-radius: 30px;
    padding: 0.3rem 1rem;
}

.dash-avatar {
    height: 200px; padding: 0 1rem 
}

/* FLEX */
.align-content-center {
    align-content: center;
}
    .dash-avatar_figure {
        border-radius: 100%; 
        background-color: white; 
        width: 100px; 
        height: 100px; 
        display: flex; 
        justify-content: center; 
        align-items: center;
    }
    .dash-avatar_figure img {
        width: 50px;
    }
.dash-avatar_datos {
    height: 100%; 
    padding: 0 1rem;
    color: white;
}
.dash-resumen {
    height: 200px; 
    align-content: space-between;
}
    .dash-resumen_select {
        padding: 10px 10px 0 0;
    }
        .dash-resumen_select select {
            width: 200px;
        }
    .dash-resumen_title {
        padding: 0 0 10px 10px;
        color: white;
    }
.dash-resumen_box {
    height: 100px; 
    /* background: red;  */
    width: 100%;
}
.dash-resumen_card {
    padding: 0.5rem 0.2rem;
}
    .dash-resumen_card_cont {
        align-items: center; 
        justify-content: center; 
        height: 100%; 
        background: #fff; 
        border-radius: 5px; 
        border-top: 10px solid green;
    }
    .dash-resumen_card_cont img {
        width: 35px;
    }
    .dash-resumen_card_title {
        color: green;
    }
    .dash-resumen_card_price {
        color: #000
    }
.max-ancho-columns {
    max-width: 1024px;
    /* display: block; */
    width: 100%;
    margin: 0 auto;
}

#dash-box {
    background-color: #f9f9f9;
}
#dash-box .max-ancho-columns {
    margin-top: 2rem; 
    margin-bottom: 2rem;
}
#dash-box .dash-box_left_box-1 {
    background-color: #ecf7ec; 
    border: 2px solid #cdcdcd; 
    border-radius: 3px;
    min-height: 249px;
}
#dash-box .dash-box_left_box-1 img {
    width: 50px
}
#dash-box .dash-box_right {
    padding: 0 0 0 1rem;
}
.dash-box_right_cols {
    background-color: #fff; 
    border: 1px solid #cdcdcd; 
    border-radius: 4px;
    min-height: 249px;
}
.dash-box_right_header {
    border-bottom: 2px solid green;
}
.dash-box_right_actual {
    background-color: #cdcdcd;
}
.p-left_10px {
    padding-left: 10px;
}
.dash-box_right_list {
    align-items: center;
    padding: 0.5rem 1rem;
    text-align: left;
}
.dash-box_right_list figure {
    background-color: green; 
    height: 40px; 
    width: 40px;
}
.box_right_list_bottom {
    background-color: green; 
    border-radius: 15px; 
    padding: 7px 20px; 
    color: #fff;
    text-align: center;
}

.main-dash {
    /* background: url(../../assets/img/fondo.png) no-repeat fixed center center / auto 100% #1E2141; */
    /* height: 100vh; */
    display: block;
    width: 100vw;
    min-height: 100vh;
    height: fit-content;
    box-sizing: border-box;
    padding: var(--alto-cabecera) 0rem 0 0rem;
    background-color: #f9f9f9;
}


.dash-box_right_cols_card {
    border: 1px solid; 
    border-radius: 3px; 
    background-color: #e3fae3;
}

.dash-background {
    background: url(../../assets/img/fondo.png) no-repeat fixed center center / auto 100% #1E2141;
    /* height: 100vh; */
    /* display: block; */
    /* width: 100vw; */
    /* min-height: 100vh; */
    height: fit-content;
    box-sizing: border-box;
    /* padding: var(--alto-cabecera) 0rem 0 0rem; */
    /* background-color: #f9f9f9;    */
}

.dash-box_right_cols_cards {
    justify-content: center; 
    gap: 10px
}
.dash-box_right_cols_card {
    border-color: #cdcdcd;
}

.align-content-center {align-content: center;}
.align-items-center { align-items: center;}
.table {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.table td .columns {
    min-height: 40px;
    align-items: center;
}
.table td figure {
    width: 40px; 
    height: 40px; 
    display: inline-block; 
    border: 1px solid;
}

/* Correcciones */
nav#menu_desk {
    width: fit-content;
}

nav#menu_desk .col-oneline {
    overflow-y: hidden;
}
section#iniciar_sesion {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 0 auto;
    max-width: 940px;
}
.flex-botones {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    /* Modificado por German 17/04
    justify-content: space-between;
    */
    justify-content: space-around;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

#button-register {
    width: 100%;
}