.contenedor-menuTercerNivel{
    width: 80%;
    height: 100%;
    margin: auto;
    margin-top: 5.5%;
}

.contenedor-menuTercerNivel-contenedorInterno{
    width: 100%;
    height: 100%;
    margin: auto;
}

.contenedor-menuTercerNivel-contenedorInterno-wrapper{
    /*display: grid;*/
    grid-template-rows: 1fr 5fr;
    width: 95%;
    margin: auto;
    height: auto;
}

.contenedor-barraNavegacion{
    width: auto;
    height: auto;
    /*margin: auto;*/
    margin-left: 0%;
}
.contenedor-barraNavegacion-wrapper{
    /*display: grid;*/
    /*grid-auto-flow: column;*/
    /*!*width: 100%;*!*/
    /*!*width: auto;*!*/
    /*width: 60vw;*/
    /*height: auto;*/
    /*grid-template-columns: auto;*/
    display: flex;
}

.contenedor-barraNavegacion-oprciones{
    /*width: auto;*/
    /*width: 100%;*/
    /*height: 90%;*/
    /*margin: auto;*/
    padding-left: 1%;
    padding-right: 1%;
    color: #b4b5bb;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
}

.contenedor-barraNavegacion-oprciones p{
    margin-bottom: 0;
    font-family: 'Raleway bold', sans-serif;
    font-size: 1.9vw; /*1.94vw;*/
    white-space: nowrap;
    /*color: #a1a7b5c4;*/
}

.contenedor-barraNavegacion-oprciones a{
    color: unset;
}

.opcion-selecionada{
    color: black !important;
}

.barra-divisora{
    border-right: 0.28vw solid #b4b5bb;
    /*padding-right: 10%;*/
}


/** Menu colapsable**/
.contenedor-menuColapsable{
    width: 99%;
    height: 100%;
    margin-top: 3.8%;
}

.contenedor-menuColapsable-wrapper{
    display: grid;
    grid-auto-flow: row;
    width: auto;
    height: auto;
}

.contenedor-opciones-menuColapsable{
    border: 0.071vw solid ;

    /*border-color: #0054e8;*/
}

.primera-fila-menuColapsable{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.ultima-fila-menuColapsable{
    border-top: none !important;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.fila-itermedia-menuColapsable{
    border-top: none !important;
}

.unica-fila-menuColapsable{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px ;
    border-bottom-left-radius: 30px ;
    border-bottom-right-radius: 30px ;
}

.texto-info-importante-contenedor{
    width: 92%;
    height: auto;
    margin: auto;
    font-size: 2.29vw;
    font-family: 'Raleway light', sans-serif;
}

/*********/
.accordion{
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
    padding: 2.32%; /* Modificar el tamaño de las opciones*/
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size: 2.29vw;
    font-family: 'Raleway light', sans-serif;


}

.primera-fila-menuColapsable .active .accordion{
    border-top-left-radius: 29px;
    border-top-right-radius: 29px;
}

.ultima-fila-menuColapsable .panel{
    border-top: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.ultima-fila-menuColapsable .active{
    border-top: none;
    border-bottom-left-radius: unset !important;
    border-bottom-right-radius: unset !important;
}

.ultima-fila-menuColapsable .accordion{
    border-top: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.unica-fila-menuColapsable .panel{
    border-top: none;
    border-bottom-left-radius: 30px ;
    border-bottom-right-radius: 30px ;
}

.unica-fila-menuColapsable .accordion{
    border-top: none;
    border-bottom-left-radius: 30px ;
    border-bottom-right-radius: 30px ;
}

.unica-fila-menuColapsable .active{
    border-top: none;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

.active{
/*.active, .accordion:hover {*/
/*    background-color: #0054e8;*/
    color: #FFFFFF;
}

.accordion:after {
    content: '\25BE';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\25C2";
    color: #FFFFFF;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 2.29vw;
    font-family: 'Raleway Light', sans-serif;
    color: #000000;
}

.panle-centrar-texto{
    width: 90%;
    height: 90%;
    margin: auto;
    margin-top: 3%;
    margin-bottom: 3%;
}

.panle-centrar-texto-link{
    font-family: 'Raleway bold', sans-serif;
    color:  #0054e8;

}
/******/

.contenedor-modal{
    width: 90%;
    height: auto;
    margin: auto;
    background-color: transparent;
    padding-left: unset;
    padding-right: unset;
    border: unset;
}

.contenedor-modal-img{
    display: block;
    width: 90%;
    height: auto;
    margin: auto;
}

.boton-cerrar{
    position: absolute;
    border-bottom: unset;
}
.color-boton-cerrar{
    font-family: 'Raleway bold', sans-serif;
    color:  #0054e8;
    font-size: 3vw;
    opacity: 1;
}

.contenedor-opciones-menuColapsable-conteiner-valor-boton{
    display: flex;
    justify-content: space-between;
    margin-top: 4%;
    margin-bottom: 4%;
}

.contenedor-opciones-menuColapsable-conteiner-valor-boton p{
    font-family: 'Raleway bold', sans-serif;
    margin-bottom: unset;
}

.contenedor-opciones-menuColapsable-conteiner-valor-boton a{
    background-color: #0054e8;
    border-color: #0054e8;
}

.contenedor-modal-boton-comprar{
    display: flex;
    justify-content: space-around;
    background-color: #0054e8 !important;
    border-color: #0054e8 !important;
}

.contenedor-modal-boton-comprar-valor{
    display: none;
}
/*.contenedor-modal-boton-comprar-texto{*/
/*}*/


@media screen and (max-width: 800px) {
    .panle-centrar-texto{
        font-size: 4vw;
    }
    .accordion{
        font-size: 4vw;
    }

    .texto-info-importante-contenedor{
        font-size: 3vw;
    }
    .contenedor-menuTercerNivel {
        width: 97%;
    }
    .contenedor-menuTercerNivel-contenedorInterno-wrapper {
        width: 97%;
    }

    .contenedor-barraNavegacion {
        margin-left: auto;
        width: 100%;
        height: 100%;
    }

    .contenedor-barraNavegacion-wrapper{
        width: 100%;
        height: 100%;
        grid-template-columns: auto;
        display: grid;
        grid-auto-flow: column;
    }

    .contenedor-barraNavegacion-oprciones p {
        font-size: 2.28vw;
    }

    .barra-divisora {
        padding-right: 10%;
        padding-left: 10%;
    }

    .contenedor-barraNavegacion-oprciones {
        text-align: left;
        align-items: center;
        width: 100%;
    }

    .contenedor-menuTercerNivel-contenedorInterno-wrapper {
         display: unset;
    }

    .mobile-modal-dialog{
        width: 100% !important;
        margin: unset;
    }

    .contenedor-modal-img {
        width: 98%;
    }
    .contenedor-modal {
        width: 100%;
    }

    .boton-cerrar {
        right: 5% !important;
        top: 0% !important;
    }



}
