/*fuentes secundarias algunas paginas*/
/*********** Fuentes de letra Tahoma ***************/
@font-face{
    font-family: 'tahoma';
    src:url(/fonts/Tahoma.woff2?34f2dc59f238667ce5e73f78ddd8af61) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*********** Fuentes de letra Source Sans Pro ***************/
@font-face{
    font-family: 'Source Sans Pro';
    src: url(/fonts/source-sans-pro.light.woff2?2ea749f37997861c6a061ce93373c004) format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Source Sans Pro';
    src: url(/fonts/source-sans-pro.regular.woff2?16832dad62e8459e18df9b82d21e1a02) format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Source Sans Pro';
    src: url(/fonts/source-sans-pro.semibold.woff2?120c4c79de96708ca39476c2b4624cad) format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Source Sans Pro Bold';
    src: url(/fonts/SourceSansPro-Bold.woff2?ffef1ac653b5664771dd597cbfb87902) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*********** Fuentes de letra Avenir ***************/
@font-face{
    font-family: 'avenir-roman';
    src: url(/fonts/Avenir-Roman.woff2?0310924ca8b90051e63fcbd62b43ae41) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'avenir-heavy';
    src: url(/fonts/Avenir-Heavy.woff2?a0757493205f66be7be883eceaf73d3f) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Avenir-Black';
    src: url(/fonts/Avenir-Black.woff2?561848f8664d0abba73f9bd4921642ad) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: "labilGrotesk";
    src: url(/fonts/LabilGrotesk-Thin.woff2?3a802f33fc8cbcde122faf048cb82eda) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'avenir-heavy';
    line-height: 1.42857143;
    color: #000;
    background-color: white;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
}
:focus {
    outline: none;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
button, a{
    transition: all 0.4s ease;
}
tbody, td, tfoot, th, thead, tr{
    border-width: 1px;
}
.form-group {
    margin-bottom: 15px;
}
.row>*{
    position: relative;
}
.box-shadow{
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.form-select{
    padding: .375rem 1.6rem .375rem .65rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.label {
    display: inline;
    padding: .3em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-success {
    background-color: #5cb85c;
}
.label-danger {
    background-color: #d9534f;
}
.alert-info {
    color: #ffffff;
    background-color: #2846f9;
    border-color: #2846f9;
}
/*use styles below to disable ugly selection*/
.navbar-trans.navbar{
    padding-top: 0;
    padding-bottom: 0;
}
.customNavigation a{

    -webkit-user-select: none;

    -moz-user-select: none;

    user-select: none;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}
a {
    color: #2846f9;
    text-decoration: none;
    transition: all 0.4s ease;
}
h5, .h5 {
    font-size: 0.92rem;
}
.col-1-5{
    flex: 0 0 auto;
    width: 10.333333%;
}
img {

    max-width: 100%;

}
.btn:hover, .btn:focus, .btn:active{
    box-shadow: none;
}
.letter-spacing-2{
    letter-spacing: 2px;
}
.overflow-hidden{

    overflow: hidden;

}
.sin-padding{
    padding: 0 !important;
}

.btn-primary{
    transition: all 0.4s ease;
}
button{
    outline: none;
}

a:hover{
    color: #2846f9 ;
    background-color: transparent;
}
.row-flex{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row-flex2{
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}
.align-items-bottom{
    align-items: flex-end!important;
}
.activo a{

    color: #2846f9 !important;

    background-color: transparent !important;

}
.font-weight-semibold{
    font-weight: 600;
}
.font-weight-bold{
    font-weight: bold;
    font-family: 'Avenir-Heavy' !important;
}
.font-weight-bolder{
    font-family: 'Avenir-Black' !important;
    font-weight: bolder;
}
.texto-avenir-heavy{
    font-family: 'avenir-heavy' !important;
}
.texto-weight-avenir b, .texto-weight-avenir strong{
    font-family: 'avenir-heavy' !important;
}
.texto-sourceLight{
    font-family: 'Source Sans Pro';
}
.texto-sourceReg{
    font-family: 'Source Sans Pro';
    font-weight: 600;
}
.texto-avenir-roman{
    font-family: 'avenir-roman' !important;
}
.margen-abajo-img img{

    background-size: cover;

    opacity: 1 !important;

    transition: all .6s ease;

}

.margen-abajo-img img:hover{

    opacity: 0;

    box-shadow: 0px 0px 0px 0px black;

    transform: scale(1.2);

}

.margen-abajo-img img{

    padding-bottom: 8%;

}
.sin-margen{
    margin: 0;
}
.marg-abajo{
    margin-bottom: 1%;
}
.marg-arriba{
    margin-top: 1%;
}
.margen-abajo{
    margin-bottom: 5% !important;
}
.margen-arriba{
    margin-top: 5% !important;
}
.margen-bottom{
    margin-bottom: 3% !important;
}
.margen-top{
    margin-top: 3% !important;
}
.marg-bottom{
    margin-bottom: 2% !important;
}
.marg-top{
    margin-top: 2% !important;
}
.margen-encima{
    margin-top: 8%;
}
.margen-debajo{
    margin-bottom: 8%;
}
.padding-arriba{
    padding-top: 5% !important;
}
.padding-abajo{
    padding-bottom: 5% !important;
}
.padding-top{
    padding-top: 3% !important;
}
.padding-bottom{
    padding-bottom: 3% !important;
}

/************pie de pagina*************/
.padd-container{

    padding-top: 80px;

}

.img-pie{

    margin-top: 18%;

}

.img-pie img{

    filter: brightness(1.1);

    cursor: pointer;

    transition: all .6s ease;

}

.img-pie img:hover{

    -webkit-filter: brightness(0);

    -webkit-transform: scale(1.2) rotate(360deg);

    filter: brightness(0);

    transform: scale(1.2) rotate(360deg);

}

.marg-pie .text-uppercase{

    font-weight: bold;

}

@media(max-width:768px){


    .img-pie {

        margin-top: 7%;

        text-align: center;

    }

    .marg-pie{

        margin-bottom: 23px !important;

    }

}

/*************************************** MODIFICADO *********************************/

#b:hover  {

    background: rgb(255, 255, 255);

}



.detalles{

    background: rgba(179, 116, 116, 0);

    position: absolute;

    z-index: 5;

    top: 36px;

    width: 100%;

    height: 100%;

    color: rgb(192, 199, 201);

    margin-top: 0;

    margin-left: -7px;

    -webkit-transform: scale(0);

    -webkit-transition-timing-function: ease-out;

    -webkit-transition-duration: 250ms;

    -moz-transform: scale(0);

    -moz-transition-timing-function: ease-out;

    -moz-transition-duration: 250ms;

    -ms-transform: scale(0);

    -ms-transition-timing-function: ease-out;

    -ms-transition-duration: 250ms;

    transform: scale(0);

    transition-timing-function: ease-out;

    transition-duration: 250ms;

    padding-left: 4px;

}

#b:hover .detalles{

    transform: scale(1);

}

@media(max-width:767px){

    .detalles{

        /* background: transparent; */

        /* position: absolute; */

        /* z-index: 5; */

        /* width: initial; */

        /* height: initial; */

        /* color: rgb(192, 199, 201); */

        /* margin-top: 0; */

        /* margin-left: -7px; */

        -webkit-transform: initial;

        -webkit-transition-timing-function: initial;

        -webkit-transition-duration: initial;

        -moz-transform: initial;

        -moz-transition-timing-function: initial;

        -moz-transition-duration: initial;

        -ms-transform: initial;

        -ms-transition-timing-function: initial;

        -ms-transition-duration: initial;

        transform: initial;

        transition-timing-function: initial;

        transition-duration: initial;

        transform: scale(1);

    }

    #b:hover .detalles{

        transform: none;

    }

}

/*******************carousel 2************************/

/****************************** CHICAS **********************************/

/********************************** ayuda **********************************/
.flechaabajo {

    /* content: " "; */

    /* height: 0; */

    /* width: 0; */

    position: relative;

    border-left: 18px solid rgba(29, 147, 152, 0);

    border-right: 18px solid rgba(29, 147, 152, 0);

    border-top: 17px solid #23201E;

    z-index: 9999;

    font-size: 0px;

    /* line-height: 0px; */

    left: 40%;

    /* margin-top: -81px !important; */

    top: -20px !important;

    opacity: 0;

}

/** fin modificacion opti**/


/******************************************* stilos de pagina carrito **********************************************/

.minus{

    border: 1px solid #d6d2d2;

    background: #fff;

    color: #adadad;

    font-size: 14px;

    font-weight: 800;

    left: 0;

    text-shadow: none;

    top: 0;

    width: 20px;

    height: 20%;

    box-shadow: none;

    border-radius: 0px;

}

.plus{

    border: 1px solid #d6d2d2;

    background: #fff;

    color: #adadad;

    font-size: 14px;

    font-weight: 800;

    left: 0;

    text-shadow: none;

    top: 0;

    width: 20px;

    height: 20%;

    box-shadow: none;

    border-radius: 0px;

}

.input-text{

    text-align: center;

    background: #fff;

    border: 2px solid #000000;

    color: #000000;

    height: 35px;

    font-weight: 800;

    font-size: 16px;

    position: relative;

    width: 50px;

    line-height: 17px;

    border-radius: 0px;

    padding: 6px;

    box-shadow: none;

    box-sizing: border-box;

    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
}

.input-text:focus{

    outline: 0;

    box-shadow: none;

}

.btn-eliminar{

    background: #fff;

    border: 2px solid #000;

    color: #000;

    padding: 9px 10px;

    float: right;
    font-weight: 100 !important;
    transition: all 0.4s ease;
}

.btn-eliminar:hover, .btn-eliminar:focus{

    background: #000;

    color: #fff;

    border-radius: 0;

}

.textos-p-compras p{

    font-family: 'avenir-roman';

    color: #000;

    font-size: 18px;

}

.borde-compras{

    border-bottom: 2px solid #eaeaea;

    padding-bottom: 2%;

}

.hr-verde{
    border-top: 2px solid #5fc452;
    opacity: 1;
}
.hr-negro{
    border-top: 2px solid #000;
    opacity: 1;
}
.text-desc{

    color: #e6e6e6;

    font-style: normal;

}

.textos-totales{

    padding: 1% 0;

    color: #656565;

    font-weight: bold;

    font-size: 15px;

    /*background: rgba(42, 153, 158, 0.03);*/

    border-bottom: 1px solid rgba(216, 216, 216, 0.57);

    text-transform: uppercase;

}

.nombre-prec{

    text-transform: uppercase;

}

.nombre-prec i {

    color: #000000;

    font-style: normal;

    position: relative;

    padding-left: 8px;

}

.nombre-prec i:before {

    content: '';

    width: 3px;

    height: 3px;

    background: #00abe1;

    position: absolute;

    left: 0;

    top: 9px;

    bottom: 0;

    border-radius: 50%;

}

.grupo-boton{

    width: 100%;

}

.grupo-boton .input-group-append{

    display: table-cell;

    vertical-align: middle;

    border: 0;

}

.grupo-boton button{

    width: 100%;

    border-radius: 0;

    border: 2px solid #000;

    height: 75px;

    background: #fff;

    font-size: 20px;

    transition: all 0.4s ease;

}

.grupo-boton button:hover, .grupo-boton button:focus{

    background: #000;

    color: #fff;

    outline: 0;

}

.grupo-boton .form-control{

    border: 2px solid #000;

    border-radius: 0;

    height: 75px;

    color: #000;

    font-size: 20px;

}

.grupo-boton .form-control:focus{

    box-shadow: none;

}

::-moz-placeholder {

    color: #000;

}

::placeholder {

    color: #000;

}

/*Nuevo 23-02-17*/

.navigation-logo{

    display: none;

}

.navigation-cerrar{

    display: none;

}

.pad-top{

    display:none;

}

/*------------------------------------------------------Menu actulizado 30-03-17----------------------------*/

@media(max-width:767px){

    .textos-p-compras p {

        font-size: 10pt;

    }

    .textos-totales {

        padding: 1% 0;

        color: #656565;

        font-weight: bold;

        font-size: 14px;

    }

    .nombre-prec {

        text-align: center;

        margin-bottom: 20px;
        margin-top: 20px;
    }

    .padd-left-celu{

        padding-left: 0;

    }

}

.text-agreg{

    border-bottom: 2px solid #636363;

    border-top: 2px solid #636363;

    padding: 1%;

    text-align: center;

    color: #877874;

}

.text-agreg p{
    margin: 0;
}


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

/*.agradecimiento-img{

}*/

.agradecimiento-img li{

    display: block;

    margin-bottom: 7px;

}

.agradecimiento-img li a{

    color: rgb(197, 199, 201);

    font-weight: 700;

    text-decoration: none;

}

.agradecimiento-img h3{

    color: rgb(138, 197, 194);

    font-family: 'always';

    font-size: 43px;

}

.agradecimiento-img i{

    font-size: 11px;

    color: rgb(197, 199, 201);

    text-decoration: none;

}

.agradecimiento-img img{

    max-width: 8%;

    margin: 0;

}

.img-col2 {

    max-width: 102%;

    margin-left:0;

}

@media(min-width:991px){

    .img-col2 {

        max-width: 128%;

        margin-left: -169px;

    }

}

@media(max-width:767px){

    .agradecimiento-img li{

        /*display: block;*/

        font-size: 13px;

    }

    .agradecimiento-img img{

        max-width: 15%;

        margin: 0;

    }

}

/*******************efecto del corazon favoritos************************/

.rotoc{

    filter: contrast(0%);

    cursor: pointer;

}

.brillo{

    filter: brightness(2);

    width: initial;

}

/**************************************************** MODIFICADO *********************************************/

.ocultar{

    opacity:0;

    /*    position: absolute;

        z-index: 999;*/

    margin-left: -24px;

    filter: brightness(2);

    /*opacity:0;

    width: 25px !important;

    height: 25px !important;

    margin-top: -42px;*/

}

.clasediv{
    transition: all .6s ease;

    background-size: cover;

    /* opacity: 6 !important; */

    /*opacity: 0;*/ /*ocultar el probar*/

    /*display: -webkit-box;*/
    display: flex;

    max-width: 25px;

    /* display: flex; */

    /* display: none; */

    /* margin-top: 0; */

    /* top: 0; */

    padding-bottom: 15px;

    height: 35px;

}

.clasediv:hover{

    transform: scale(1.1);

    /*opacity: 0;*/

    cursor: pointer;

}

#owl-demo .owl-item .img-c{

    /* width: 100%; */

    max-width: 100% !important;

    max-height: 67px !important;

    /*    height: 67px;

        width:100%;*/

}

#owl-demo2 .owl-item .img-c{

    /* width: 100%; */

    max-width: 100% !important;

    max-height: 67px !important;

    /*    height: 67px;

        width:100%;*/

}

@media(max-width:767px){

    .clasediv{

        opacity: 1;

    }

}

/****************************************************  FIN MODIFICADO *********************************************/

/*----------------------------------------------- MODIFICADOoooooooooooooooooooooooooooooooooooooooooo ----------------------------------------------*/

#enviarmodal .modal-body {

    position: relative;

    padding: 4% 10% 2% 10%;

}
.modal-content{
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.modal-dialog{
    max-width: 600px;
}
.modal-body .form-control{

    border-radius: 4px 4px 4px 4px;

    width: 100%;

    color: rgb(54, 146, 142);

}

.modal-body label{

/*    color: #336361;*/

    font-weight: 700;

}

.modal-header h4{

    color: #E9F4F8;

    font-weight: 700;

    font-size: 18px;

    /*margin-left: 8%;*/
    margin: 0;
}

.modal-header{
    background: #e3e3e3;
    justify-content: center;
}

.modal-body{
    background: #e3e3e3;
}

.modal-footer{
    background: #e3e3e3;
}

.modal-header .close {
    font-size: 32px;
    color: #2846f9;
    opacity: 1;
    float: right;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    position: absolute;
    right: 14px;
    z-index: 2;
}
button.close {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.modal-header .cerrar{
    color: #e9f4f8;
    line-height: 0.5;
    font-family: inherit;
    font-size: 32px;
    top: 16px;
    opacity: .5;
    text-decoration: none;
    cursor: pointer;
    float: right;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    position: absolute;
    right: 25px;
    z-index: 2;
    background: transparent;
    border: 0;
    transition: all 0.4s ease !important;
}
.modal-header .cerrar:hover {
    border: none;
    color: #2846f9 !important;
}
.control-margen{
    margin-top: 6.9%;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    transition: all 0.4s ease !important;
}
.btn-default:hover {
    border: 0;
    color: #2846f9 !important;
    background-color: #e6e6e6;
    border-color: #adadad;
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

@media(max-width:991px) and (min-width:767px){

    .control-margen{

        margin-top: 10%;

    }

}

@media(max-width:767px){

    .control-margen{

        margin-top: 0%;

    }

}

a:focus{

    outline: 0 transparent !important;

    text-decoration: none;

}

label{

    margin-bottom:0px;

}

/************ MODIFICATION ************/

.letra{

    /*// font-weight: bold !important;*/

    color: #23201e !important;

    text-decoration: none !important;

    font-size: 1.2em !important;

    text-transform: uppercase;

    font-family: 'tahoma';

}

.letra:hover{

    text-decoration: none;

    color: #23201E !important;

}

/************ FIN MODIFICATION ************/

.btn-primary {

    background-color: #000;

    border-color: #000;

}

.text-medio{

    display: table-cell;

    vertical-align: middle;

    float: initial;

}

.tit-tahoma{

    font-family: 'tahoma';

}

.btn-negro{

    background: #000;

    padding: 25px 25px;

    font-size: 24px;

    color: #fff;

    display: inline-block;

    text-align: center;

    width: 80%;

    letter-spacing: 2px;

}

.btn-negro:hover, .btn-negro:focus{

    background: #2846f9 !important;

    color: #fff !important;

}

.btn-lleno{

    display: block;

    padding: 20px 15px;

    font-size: 24px;

    color: #fff;

    background: #000;

    text-align: center;

}

.btn-lleno:hover, .btn-lleno:focus{

    color: #fff !important;

    background: #000;

    text-decoration: none;
    border-color: transparent;
}
.btn-white{
    display: inline-block;
    width: 185px;
    padding: 10px 3rem;
    font-size: 13pt;
    color: #2846f9;
    background: #fff;
    text-align: center;
    border-radius: 0.8rem;
    box-shadow: 3px 4px 8px rgba(58,58,58,0.6);
    transition: all 0.4s ease;

}

.btn-white:hover{

    color: #fff;

    background: #2846f9;

    text-decoration: none;

}
.btn-flecha{

    display: table;

    width: 100%;

    min-height: 70px;

}

.btn-flecha span{

    display: table-cell;

    vertical-align: middle;

}

.btn-flecha span:before{
    color: #000;
}

.tit-negro{

    text-align: center;

    letter-spacing: 3px;
    font-size: 14pt;

    margin: 0 0 15px;

    padding: 15px;

    background: #000;

    color: #fff;

    display: block;

    text-transform: uppercase;

}

/* radio, checkbox */

.radio input[type="radio"],

.checkbox input[type="checkbox"]{

    /*display: none;*/
    width: 0;
    border: 0 !important;
    margin: 0 !important;
    position: absolute;
    z-index: -1;
    outline: none !important;
}
.radio input[type="radio"]:focus,
.checkbox input[type="checkbox"]:focus{
    outline: none !important;
    box-shadow: none !important;
}
.radio label,

.checkbox label{

    padding: 2px 5px 0px 30px;

    display: inline-block;

    position: relative;

    font-size: 18px;

    border-radius:3px;

    cursor: pointer;

}

.radio label:before,

.checkbox label:before{

    content: "";

    width: 20px;

    height: 20px;

    display: inline-block;

    background: #fff;

    border: 2px solid #000;

    border-radius: 50%;

    position: absolute;

    left: 0px;

    top: 4px;

}

.radio label:before{

    border-radius: 50%;

}

.radio input[type="radio"]:checked + label:before,

.checkbox input[type="checkbox"]:checked + label:before{

    background: #2846f9;

    border: 2px solid #000000;

}

.radio.radio-cuadrado label:before{

    border-radius: 0;

}
.checkbox label{
    font-family: 'avenir-roman';
    text-align: left !important;
}
.checkbox label a {
    color: #2846f9 !important;
    font-weight: bolder !important;
    font-family: 'Avenir-Black' !important;
}
/* Fin radio, checkbox */


.form-cuadrado input{

    height: 75px;

    border: 2px solid #000;

    border-radius: 0;

    font-size: 20px;

}
.form-cuadrado textarea{
    border: 2px solid #000;

    border-radius: 0;

    font-size: 20px;
}
.form-cuadrado select{

    height: 75px;

    border: 2px solid #000;

    border-radius: 0;

    margin-bottom: 25px;

    font-size: 20px;

}
.form-cuadrado2 input{
    height: 60px;
    border: 0px solid #000;
    border-radius: 0;
    font-size: 18px;
    text-align: center;

}

.form-cuadrado2 select{
    height: 60px;
    border: 0px solid #000;
    border-radius: 0;
    margin-bottom: 25px;
    font-size: 16px;
    text-align: center;

}
.form-alto-chico input, .form-alto-chico select, .form-alto-chico .form-control{
    height: 50px;
    font-size: 14px;
}
.form-cuadrado .form-control{

    color: #000;

}

.btn-form{

    background: #2846f9;

    border: 0;

    color: #fff;

    padding: 18px 15px;

    width: 500px;

    font-weight: 600;
    font-size: 14pt;

    display: block;

    margin: 0 auto;

    margin-top: 30px;

    letter-spacing: 2px;

}

.img-banner{

    width: 100%;

}

.tabla-col{

    display: table-cell;

    vertical-align: middle;

    float: none;

}

.tit-separado{

    letter-spacing: 2px;

    line-height: 1.5;

    color: #000;
    padding: 10px;

}

.linka:hover, .linka:focus{

    color: #000;

    text-decoration: none;

}

.tit-black {

    text-align: center;

    letter-spacing: 3px;

    font-size: 42px;

    color: #000;

}

.textoblog{

    font-family: "workSans";

}

.tit-plomo{

    color: #d6d6d6;

}
.titulo-n{

    margin: 0;

    background: #000;

    padding: 10px 15px;

    color: #fff;

    display: block;

    font-family: 'avenir-roman';

    text-transform: uppercase;

    font-size: 12pt;

}

.titulo-n a{

    color: #888;

    letter-spacing: 2px;

}

.titulo-n a:after{

    content: '/';

    position: relative;

    display: inline-block;

}

.titulo-n a:last-child{

    color: #fff;

}

.titulo-n a:last-child:after{

    display: none;

}

.btn-flecha2{

    float: left;

    color: #000;

}

.titulo-centrado a{

    font-size: 20px;

    color: #a1a1a3;

    letter-spacing: 1px;

    text-transform: uppercase;

}

.titulo-centrado a:after{

    content: '/';

    position: relative;

    display: inline-block;

    padding: 0 10px;

}

.titulo-centrado a:last-child{

    color: #000;

}

.titulo-centrado a:last-child:after{

    display: none;

}

.prev span:before{

    color: #a1a1a3;

    font-size: 34px;

    font-weight: bold;

}

.next span:before{

    color: #a1a1a3;

    font-size: 34px;

    font-weight: bold;

}

.prev:hover, .prev:focus, .next:hover, .next:focus{

    text-decoration: none;

}

.tit-lente{

    color: #000;

    font-weight: bold;

    font-size: 26px;

    line-height: 1;

    margin-top: 20px;

    /*text-transform: uppercase;*/

    letter-spacing: 2px;

}

.tit-lente i{

    color: #000000;

    font-style: normal;

    position: relative;

    padding-left: 12px;

}

.tit-lente i:before{

    content: '';

    width: 3px;

    height: 3px;

    background: #00abe1;

    position: absolute;

    left: 0;

    top: 40%;

    bottom: 0;

    border-radius: 50%;

}

.text-lente{

    margin: 25px auto;

    width: 70%;

    color: #000;

    font-family: avenir-roman;

}

.flechas{

    position: absolute;

    right: 45px;

    top: 10px;

    z-index: 9;

}

.flechas .prev{

    top: 0;

    margin-left: 0;

}

.flechas .prev{

    top: 0;

    margin-right: 0;

}

.flechas .next{

    top: 0;

    margin-right: 0;

}

#demo2{

    position: relative;

}

.linki{

    padding: 25px;

    margin: 0;

}

.linki a{

    text-decoration: underline;

    color: black;

}

.input-sm{

    width: 90px !important;

    margin: 0 auto;

    border: 1px solid #000;

    border-radius: 0;

    height: 40px !important;

    color: #000;

}

.input-border{

    border: 1px solid #000;

    border-radius: 0;

    height: 40px !important;

}

.formu{
    position: absolute;
    /*top: 220px;*/
    /*left: 15px;*/
    /*background: rgb(255, 255, 255);*/
    /*width: 97.5%;*/
    left: 0;
    width: 100%;
}

.static{

    position: static;

}

.btn-lleno-mitad{

    width: 70%;

    margin:0 auto;

    background: #000;

    color: #fff;

    padding: 15px;

    display: block;

    font-size: 14pt;

    text-align: center;

    z-index: 3;
    border: 0;
}

.btn-lleno-mitad:hover, .btn-lleno-mitad:focus{

    background: #000;

    color: #fff;

}

.btn-celeste{
    background: #2846f9;
    color: #fff;
    padding: 15px;
    display: block;
    text-align: center;
}

.btn-celeste:hover, .btn-celeste:focus{
    background: #2846f9;
    color: #fff;
}
.btn-sky{
    background: #2846f9;
    color: #fff;
    padding: 15px;
    display: block;
    text-align: center;
    border: 0;
    border-radius: 10px;
    font-size: 22px;
    box-shadow: 2px 2px 8px #5d5d5d;
    transition: all 0.4s ease;
}

.btn-sky:hover, .btn-sky:focus{
    background: #37c1ff;
    color: #fff;
}

.btn-blanco.active{

    border: 2px solid #000;

    text-decoration: none;

}
.radio.radio-oculto input[type="radio"]:checked + label{

    background: #000000;

    color: #fff;

}

.radio.radio-oculto input[type="radio"]:checked + label:before{

    background: #2196F3 !important;

    border: 0px solid #000000 !important;

    display: block;

    width: 100%;

    height: 100%;

    top: 0;

    border-radius: 0;

    z-index: -1;

}

.btn-cuadrado{

    padding: 30px 15px;

    font-size: 30px;

}

.titulo-negro{

    background: #000;

    color: #fff;

    margin: 0 0 20px;

    padding: 20px;

    text-align: center;

    transition: color 0.4s ease;
}

.titulo-negro:hover{

    color: #2846f9;

}

.img-ancho{

    width: 100%;

}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{

    color: #262626;

    background-color: #f5f5f5;

}

.dropdown-menu > .active > a > p, .dropdown-menu > .active > a:hover > p, .dropdown-menu > .active > a:focus > p{

    color: #000000;

    border-bottom: 2px solid #414b56;

}

.alerta-success {

    color: #ffffff;

    background-color: #6ac53f;

    border-color: #6ac53f;

    border-radius: 0;

}

.alerta-success a{

    color: #000;

}

.sin-hover:hover, .sin-hover:focus{

    background: transparent !important;

    color: #000 !important;

}

.btn-file{

    background: transparent !important;

    color: #000 !important;

    text-transform: uppercase;

}

.btn-file:hover, .btn-file:focus{

    background: #000 !important;

    color: #fff !important;

}

.btn-file .glyphicon-folder-open{

    float: right;

    right: 0px;

    top: 2px;

}

.btn-file .glyphicon-folder-open:before{

    content: "\e167";

}

.modal2{

    padding-top: 5% !important;

    padding-right: 0 !important;

}

.modal2 .close{

    top: -61px !important;

    right: -28px !important;

    color: #fff !important;

    font-size: 50px !important;

}

.tit-plomo{

    color: rgb(192, 199, 201);

    margin-top: 15px;

    font-size: 14pt;

}

.btn-popup{

    padding: 0 0px 0px;

    color: #949699;

    font-size: 18px;

    display: block;

    padding-bottom: 30px;

    text-decoration: none;

    border: 0;

    background: #fff;

    outline: 0;


    transition: all 0.4s ease;

}

.btn-popup:hover, .btn-popup:focus{

    text-decoration: underline;

    color: #949699;

}

.img-tool{

    width: 22px;

    cursor: pointer;

    margin-right: 7px;

}
.navOpti-active{

    background: #29aae1;

    color: white;

}

.border-derecha{

    border-right: 2px solid #a9ddf3;

}

.video-responsive {

    position: relative;

    padding-bottom: 56.25%;

    padding-top: 30px;

    height: 0;

    overflow: hidden;

}

.video-responsive iframe, .video-responsive object, .video-responsive embed {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}


.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{

    outline: 0 !important;

}

.b1{

    margin-right: -3px;

}

.b2{

    margin-left: -2px;

}

h1.blog1 , h1.blog2 {

    font-size: 18pt;

    color: #000;

    font-family: 'avenir-heavy';

}

.proceso-input-btn label{

    font-family: 'avenir-heavy';

}



@keyframes pulsacion {

    0% {

        transform: scale(0.9);

    }



    50% {

        transform: scale(1.1);

    }



    100% {

        transform: scale(0.9);

    }

}



.pulsacion {

    animation-name: pulsacion;

    animation-duration: 3s;

    animation-iteration-count: infinite;

}



@keyframes sacudir {

    0%, 30%, 100% {

        transform: translateX(0);

    }



    10%, 20% {

        transform: translateX(-10px);

    }



    15%, 25% {

        transform: translateX(10px);

    }

}

.sacudir {

    /*  -webkit-animation-name: sacudir;

      animation-name: sacudir;

      animation-duration: 5s;

      animation-iteration-count: infinite;*/

    animation: sacudir 3s infinite forwards;

    animation-timing-function: ease-out;

    animation-delay: 2s;

}

.flashing{

    animation: flash 5s infinite forwards;

}

@keyframes iluminar {

    0%, 100% {

        box-shadow: none;

    }



    30% {

        box-shadow: 1px 1px 14px #29aae1;

    }

    50%{

        box-shadow: none;

    }





}

.iluminar{

    animation: iluminar 5s infinite forwards;

    animation-delay: 2s;

}

.modal-open .modal{

    padding-right: 0 !important;

}
.lc-1mpchac {

    display: inline-block;

    flex-shrink: 0;

    width: 32px;

    height: 32px;

    font-size: 2rem;

    -webkit-user-select: none;

       -moz-user-select: none;

            user-select: none;

    fill: currentcolor;

}

.lc-17lisll {

    position: absolute;

    z-index: 1;

    left: 0px;

    right: 0px;

    bottom: 1px;

    display: flex;

    width: 32px;

    height: 32px;

    align-items: center;

    justify-content: center;

    opacity: 1;

    transition: opacity 150ms cubic-bezier(0.33, 0, 0.67, 1) 50ms;

}
.lc-hjf0o5 {

    transform-box: fill-box;

    transform-origin: 50% 50%;

    animation-timing-function: cubic-bezier(0, 0, 1, 1);

    animation-name: animation-1fn2epw;

    animation-duration: 1s;

    animation-iteration-count: 1;

}

.lc-1yfkiwi {

    transform-box: fill-box;

    transform-origin: 50% 50%;

    animation-timing-function: cubic-bezier(0, 0, 1, 1);

    animation-name: animation-188vgt8;

    animation-duration: 1s;

    animation-iteration-count: 1;

}

.lc-te1k42 {

    transform-box: fill-box;

    transform-origin: 50% 50%;

    animation-timing-function: cubic-bezier(0, 0, 1, 1);

    animation-name: animation-11sr958;

    animation-duration: 1s;

    animation-iteration-count: 1;

}
.padding-carru{
    padding: 0 4%;
}
.padding-carru .item{
    padding: 20px 10px;
}
.div-deslizador{
    /*background: #fff;*/
    border-bottom: 1px solid #000000;
}
.desliz {
    padding: 20px 40px;
    /*color: #000000;*/
    display: table;
    width: 100.1%;
    cursor: pointer;
    border-radius: 0;
}
.desliz h3 {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2rem;
    font-weight: bold;
}
.desliz h5{
    margin: 0;
    vertical-align: middle;
    display: table-cell;
    width: 90%;
    text-transform: uppercase;
}
.desliz span {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-size: 16pt;
}
.desliz span.icono2-abajo:before {
    font-size: 35pt;
}
.cont-desliz {
    border-top: 0 !important;
    padding: 15px 40px;
}
.section-video{
    display: flex;
}
.btn-playmp4{
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 6rem;
    border: 0;
    background: transparent;
    border-radius: 0;
    color: rgba(0,0,0,0.56);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}
.btn-playmp4.btn-pause span:before{
    content: "\f04c";
}
.section-video:hover .btn-playmp4{
    opacity: 1;
}
.text-justify{
    text-align: justify;
}
.flecha-arriba:before{

    content: " ";

    height: 0;

    width: 0;

    position: absolute;

    border-left: 12px solid rgba(29, 147, 152, 0);

    border-right: 12px solid rgba(29, 147, 152, 0);

    border-top: 11px solid #23201E;

    z-index: 9999;

    font-size: 0px;

    /* line-height: 0px; */

    left: 40%;

    /* margin-top: -81px !important; */

    top: 0px !important;

    opacity: 1;

}



.fa-heart{

    font-size: 1.5em;

    color: #2846f9;

    cursor: pointer;

}

em.fa-heart{

    font-size: 1em;

}

/*Agregado 29-11-2018*/

.texto-optimania-blog {

    line-height: 166%;

    letter-spacing: 0.2px;

    font-family: "workSans";

    font-size: 13pt;
    font-weight: 400;
    color: #323232;

    text-decoration: none;

}

.h1-optimania-blog {
    line-height: 130%;
    letter-spacing: 0.2px;
    font-family: "workSans";
    font-size: 19pt;
    color: #323232;
    font-weight: bold;
    text-decoration: none;
}

.h2-optimania-blog {
    line-height: 130%;
    letter-spacing: 0.2px;
    font-family: "workSans";
    font-size: 16pt;
    color: #323232;
    font-weight: bold;
    text-decoration: none;
}

.link-optimania-blog {
    color: #2846f9 !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    line-height: 166%;
    letter-spacing: 0.2px;
    font-family: "workSans" !important;
}

button:disabled, input:disabled{
    cursor: not-allowed;
}
.zoom-clic-optimania{
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.zoom-clic-optimania:hover {
    opacity: 0.5;
}
input[name="prog_bif"]:checked + label{
    background: black;
    color: white;
}
input[name="prog_bif"]:checked + label:hover{
    border: 2px solid black !important;
}
.swiper-container-lunas {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 45px;
}
.txt-celeste {
    cursor: pointer;
    color: #00abe1;
    /* font-family: 'avenir-roman'; */
    text-transform: uppercase;
    font-size: 10pt;
    margin: 0 0 15px;
    display: block;
    font-weight: bold;
}
.container-chico {
    width: 70%;
    margin: 0 auto;
}
.probador-virtual{
    position: fixed;
    z-index: 2;
    right: 0;
    bottom: 10px;
    transition: .3s;
    text-align: center;
    width: 100%;
}
.btn-probador{
    background-color: #29aae1;
    border-color: #29aae1;
    color: white !important;
    cursor: pointer !important;
    border-radius: 0px !important;
    animation: iluminar 5s infinite forwards;
    animation-delay: 2s;
    padding: 8px 15px;
    border: 0;
    font-size: 18px;
}
.modal-cuadrado .modal-header {
    border-bottom: 0px solid #e5e5e5;
    padding-bottom: 0;
}
.modal-cuadrado .modal-header .close {
    opacity: 1;
    color: #2846f9;
    position: absolute;
    right: -10px;
    top: -14px;
    text-shadow: 1px 1px 1px #fff;
}
.modal-cuadrado .modal-dialog {
    margin: 20px auto !important;
}
.modal-cuadrado .modal-content {
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0;
}
#modalProbadorV {
    font-family: "avenir-roman";
    font-size: 0.9rem;
    font-style: normal;
    letter-spacing: 0px;
}
.titulo-instruciiones {
    color: #29aae1;
    padding: 10px;
    font-weight: bold;
    font-size: 32pt;
    font-family: Calibri;
    letter-spacing: initial;
}
.subtitulo-instruciiones {
    font-size: 22pt;
    font-weight: 100;
    margin-top: -15px;
}
.img-instruccion-probador {
    width: 50%;
    will-change: transform;
}
.separador-probador {
    background-color: #2dabe5;
    color: #fff;
    padding: 10px;
    font-family: "Calibri Light";
    font-size: 1.1rem;
}
.img-instruccion-probador2 {
    width: 90%;
    will-change: transform;
}
.btn-linea-celeste {
    background-color: #fff;
    border: #2dabe5 solid 1px;
    color: #2dabe5 !important;
    width: 90%;
    margin: 0 auto;
    box-shadow: 1px 1px 5px #aeaeae;
    transition: all 0.4s ease;
}
.btn-linea-celeste:hover, .btn-linea-celeste:focus {
    background-color: #2dabe5 !important;
    border: #2dabe5 !important;
    color: #fff !important;
}
.cuerpo-gamer{
    font-size: 16px;
}
.modalcar .close{
    padding: 8px;
    font-size: 53pt;
    font-weight: 100;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    position: absolute;
    top: -4px;
    right: 8px;
    font-family: none;
    line-height: 1;
    border: 0;
    background: transparent;
}
.modalcar .modal-content{
    border: 1px solid #000;
}
.modalcar .modal-cabecera{
    overflow: hidden;
}
.modalcar .modal-title {
    text-align: center;
    font-size: 22pt;
    font-weight: 600;
    margin-top: 13px;
}
.modalcar .modal-title h4{
    font-family: 'avenir-roman';
}
.modalcar .modal-cuerpo{
    position: relative;
    overflow: hidden;
    padding: 15px 20px;
}
.form-control-lg::-moz-placeholder{
    color: #8a8a8a !important;
}
.form-control-lg::placeholder{
    color: #8a8a8a !important;
}
.btn-popupweb{
    border: 0;
    background: #542e91;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    height: 60px;
    /* border-radius: 8px; */
    font-size: 25px;
    font-weight: 600;
    padding: 0;
    /* box-shadow: 3px 3px 10px rgba(0,0,0,0.5); */
    transition: all 0.4s ease;
}
.btn-popupweb:hover, .btn-popupweb:focus{
    background: #000;
    color: #fff;
    text-decoration: none;
}
.col-texto{
    margin-left: -6%;
}
.btninput-centrado{
    padding: 35px 14px !important;
    line-height: 0;
}
.cuadro-pagoplomo{
    background: #f2f2f2;
    border-radius: 8px;
    font-size: 12px;
    padding: 12px 8px;
    display: block;
    height: 100%;
    color: #00ace2;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-weight: 100;
}
.col-absoluto{
    position: absolute;
    left: 37%;
}
.radio-cuadro{
    cursor: pointer;
}
.radio-cuadro input[type=radio] {
    border-radius: 50%;
}
.radio-cuadro input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    background-color: transparent;
}
.radio-cuadro input:checked {
    background-color: #29aae1;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
}
.custom-control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control label{
    border: 1px solid #ccc;
    padding: 0;
    border-radius: 1.5rem;
    /* padding-left: 30px; */
    overflow: hidden;
}
.custom-control label img{
    width: 100%;
    background: #fff;
    padding: 10px 15px 10px 35px;
    margin: 1px 1px 1px 1px;
    border-radius: 1.5rem;
}
.custom-control input:checked + label{
    /*border-top: 1px solid #78ca42;
    border-bottom: 1px solid #2846f9;*/
    border: 0;
    border-right: 1px solid #8bc546;
    box-sizing: border-box;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    background-size: 215px 100%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: linear-gradient(92deg, #2846f9 0%, #78ca42 100%), linear-gradient(188deg, #2846f9 0%, #78ca42 100%);
}
.ventana-cookies{
    position: fixed;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    width: calc(100% - 32px);
    max-width: 420px;
}
.ventana-cookies aside{
    background: #fff;
    border-radius: 10px;
    padding: 16px 18px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}
.ventana-cookies .content-cookies-1{
    font-size: 12px;
    line-height: 1.45;
    color: #333;
}
.btn-cookies-aceptar{
    display: block;
    width: 100%;
    background: #2846f9;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
    margin-top: 12px;
    cursor: pointer;
    transition: background 0.2s ease;
}
.btn-cookies-aceptar:hover{
    background: #1c34c9;
}
.cookies-links{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.cookies-link{
    background: none;
    border: none;
    padding: 0;
    font-size: 11px;
    color: #333;
    text-decoration: underline;
    cursor: pointer;
}
.cookies-link:hover{
    color: #2846f9;
}
#myModalContentCookies .modal-content{
    position: relative;
}
#myModalContentCookies .modal-cabecera{
    overflow: visible;
    height: 0;
}
#myModalContentCookies .close{
    font-size: 20px !important;
    top: 6px !important;
    right: 10px !important;
    color: #000 !important;
    opacity: 1;
    z-index: 10;
}
#myModalContentCookies .modal-cuerpo{
    font-size: 12px;
    padding-top: 28px;
}
#myModalContentCookies h5.h6-xs{
    font-size: 10px !important;
    padding: 4px 6px !important;
    line-height: 1.3;
}
#myModalContentCookies .form-check-label{
    font-size: 10px;
}
#myModalContentCookies .form-check-input{
    width: 1.7em;
    height: 0.9em;
}

.c-nota{
    font-size: 12px;
    margin-left: 50px;
    margin-right: 50px;
}

.c-btn-cobrar{
    text-align: center;
}

.c-btn{
    background-color: #3A43FF;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    border-radius: 10px;
    border: none;

    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
    transition: all 0.4s ease;
}
.c-btn:hover, .c-btn:focus{
    background-color: black;
    color: #fff;
}
.ul-first {
    padding-left: 18px;
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
#myModalContentCookies.show{
    background: rgba(0,0,0,0.6);
}
.nueva_clase{
    background-color: red;
    color: white;
    font-style: 12px;
}
/*final css*/



/* Media Query */
@media(max-width: 1200px){
    .btn-negro{
        font-size: 16px;
        margin-top: 18px;
    }
    .btn-lleno{
        font-size: 18px;
    }

    .titulo-centrado a{

        font-size: 18px;

    }

    h1, .h1 {

        font-size: 28px;

    }

    h2, .h2{

        font-size: 24px;

    }

    h3, .h3 {

        font-size: 20px;

    }

    .cont-blog span{

        font-size: 18px !important;

    }

    .btn-blanco{

        font-size: 18px;

    }
}
/*fin 1200*/
@media(max-width: 1024px){
    .container-chico {
        width: 90%;
    }
}
@media(max-width: 992px){
    .tit-separado{

        font-size: 12pt;

    }
    .hide-menu{
        display: none !important;
    }
    .btn-popup{
        font-size: 12pt;
    }
    .btn-lleno-mitad{
        font-size: 12pt;
    }
    .input-oculto{
        font-size: 12pt !important;
    }
    .banner-medioalto-xs .banner-land {
        display: flex;
        align-items: center;
    }
    .sin-padding-sm{
        padding: 0 !important;
    }
    .h4, h4 {
        font-size: calc(1rem + .3vw);
    }
    .padding-sm{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .fs-6 {
        font-size: 0.8rem!important;
    }
    .sticky-top{
        z-index: 1;
    }
    .texto-optimania-blog{
        font-size: 15pt;
    }
    .h1-optimania-blog{
        font-size: 17pt;
    }
    .h2-optimania-blog{
        font-size: 16pt;
    }
}
/* fin 992*/
@media(max-width: 767px){
    .hidden-xs {
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }

    .padding-cel{
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .cont-blog{

        text-align: justify;

    }

    .margen-abajo-img{

        margin-bottom: 15%;

    }

    .navbar-collapse.collapse {

        margin: 0;

        width: 100%;

    }


    .btn-lleno{

        font-size: 12pt;

    }

    .tit-negro{

        font-size: 12pt;

        margin: 0;

        padding: 15px;

        background: #000;

        color: #fff;

        display: block;

        text-transform: uppercase;

    }

    h4{

        font-size: 10pt;

    }

    h3{

        font-size: 12pt;

    }

    h2{

        font-size: 13pt;

    }

    h1{

        font-size: 14pt;

    }

    .fs-1 {
        font-size: calc(1.5rem + .5vw)!important;
    }
    .fs-2 {
        font-size: calc(1.3rem + .4vw)!important;
    }
    .fs-3 {
        font-size: calc(1.1rem + .3vw)!important;
    }
    .fs-4 {
        font-size: calc(1rem + 2.2vw)!important;
    }
    .fs-5 {
        font-size: 1rem!important;
    }
    .tabla-col {

        display: block;

        float: left;

        text-align: center;

    }

    .tit-black{

        font-size: 16pt;

        letter-spacing: 2px;

        font-family: 'avenir-heavy';

    }

    .btn-form{

        width: 100%;

    }

    .prev span:before, .next span:before {

        color: #a1a1a3;

        font-size: 22px;

        font-weight: bold;

    }

    .prev{

        top: -100px !important;

    }

    .next{

        top: -100px !important;

    }

    .flechas{

        /*top: -95px;*/

        top: 20px;

        /*right: 50px;*/

        right: 38px;

    }

    .flechas .prev, .flechas .next {

        top: 0 !important;

    }

    .formu {

        position: relative;

        top: 0;

        left: 0;

        /*background: rgb(255, 255, 255);*/

        width: auto;

    }

    .input-sm{

        width: 100% !important;

    }

    .btn-blanco{

        font-size: 14pt;

    }

    .radio label, .checkbox label{

        font-size: 10pt;

        padding: 4px 5px 0px 30px;

    }
    .masinfo{

        display: none;

    }

    .padd-right-cel{

        padding-right: 10px;

    }

    .padd-left-cel{

        padding-left: 10px;

    }

    .tit-lente{

        font-size: 12pt;

        line-height: 1;

    }
    .textoblog span{

        font-size: 10pt !important;

    }

    .titulo-n{

        font-size: 10pt !important;

    }

    #alto-lente{

        margin-top: 10px !important;

    }

    .btn-file .glyphicon-folder-open {

        right: -16px;

    }

    .btn-file .hidden-xs{

        display: inline-block !important;

    }
    
    .modal2 .close {

        top: -60px !important;

        right: 0px !important;

    }

    .form-cuadrado select{

        font-size: 12pt;

    }

    .form-cuadrado input{

        font-size: 12pt;

    }

    .modal2 {

        padding-top: 30% !important;

    }

    .modal2 {

        padding-top: 15% !important;

    }

    .link-popup{

        font-size: 10pt;

    }

    .tit-plomo{

        padding: 0;

    }

    h1.blog1 , h1.blog2 {

        font-size: 12pt;

    }
    .h1-optimania-blog {
        font-size: 13pt;
    }
    .h2-optimania-blog {
        font-size: 12pt;
    }
    .texto-optimania-blog {
        font-size: 11pt;
    }
    .form-cuadrado2 input {
        height: 40px;
        border: 1px solid #000;
        font-size: 14px;
    }
    .btn-sky{
        font-size: 12pt;
        padding: 8px;
        /*box-shadow: 4px 4px 8px #cecece;*/
    }
    .padding-left-corto-xs{
        padding-left: 5px;
    }
    .padding-right-corto-xs{
        padding-right: 5px;
    }
    .marg-arriba-xs{
        margin-top: 3% !important;
    }
    .marg-abajo-xs{
        margin-bottom: 3% !important;
    }
    .margen-arriba-xs{
        margin-top: 5% !important;
    }
    .margen-abajo-xs{
        margin-bottom: 5% !important;
    }
    .margen-top-xs{
        margin-top: 12% !important;
    }
    .margen-bottom-xs{
        margin-bottom: 12% !important;
    }
    .mas-padding-xs{
        padding: 0 25px !important;
    }
    .full-alto-xs{
        height: 100%;
    }
    .sin-padding-cel{
        padding: 0 !important;
    }
    .sin-margen-cel{
        margin: 0 !important;
    }
    .text-center-xs{
        text-align: center !important;
    }
    .desliz{
        padding: 20px 15px;
    }
    .cont-desliz{
        padding: 15px 15px;
    }
    .desliz h3{
        font-size: 12pt;
    }
    .cont-deslizadores{
        padding: 15px 15px;
    }
    .alert.alerta-body{
        padding: 10px 15px;
    }
    .banner-medioalto-xs{
        height: 60vh !important;
    }
    .banner-medioalto-xs .banner-land{
        display: flex;
        align-items: center;
    }
    .carrito-sm{
        right: 1%;
    }
    .opcion-elegida{
        color: #2846f9;
        text-transform: uppercase;
        text-align: right;
        display: block;
    }
    .linki{
        padding: 15px;
    }
    .super-margen-arriba-xs{
        margin-top: 40%;
    }
    .banner-ancho-xs .banner-land{
        width: 95%;
    }
    .container-chico {
        width: 100%;
        padding: 0 15px;
    }
    .alerta{
        position: relative;
    }
    .alerta-body{
        position: absolute;
        width: 100%;
        margin-top: 15px;
    }
    .titulo-instruciiones {
        font-size: 24pt;
    }
    .subtitulo-instruciiones {
        font-size: 16pt;
    }
    .img-instruccion-probador {
        width: 60% !important;
    }
    .img-instruccion-probador2 {
        width: 60% !important;
    }
    .modal-cuadrado .modal-header .close {
        right: 0;
    }
    #modalProbadorV{
        font-size: 13px !important;
    }
    .probador-virtual .btn-group{
        max-width: 70%;
    }
    .separador-probador{
        font-size: 11pt;
    }
    .btn-probador {
        font-size: 10pt;
    }
    .col-absoluto {
        position: relative;
        left: 0;
    }
    .radio-cuadro{
        display: flex;
        align-items: center;
        padding-left: 15px;
    }
    .radio-cuadro input{
        margin-right: 10px;
    }
    .radio-cuadro img{
        height: 40px;
        margin-right: 10px;
    }
    .custom-control label{
        border-radius: 12px;
    }
    .custom-control label img{
        border-radius: 12px;
        padding: 7px 9px 7px 15px;
    }
    .cuadro-pagoplomo-cel{
        background: #f2f2f2;
        border-radius: 12px;
        padding: 0 15px;
    }
    .form-alto-chico label{
        font-size: 12px;
    }
    .form-alto-chico input, .form-alto-chico select, .form-alto-chico .form-control{
        background-color: #f2f2f2;
    }
    .ventana-cookies{
        width: calc(100% - 32px);
        max-width: 340px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .btn-card.d-flex{
        width: 100%;
        flex-direction: column;
        height: 100%;
    }
    .btn-card .c-titulo{
        padding-left: 0;
        text-align: center;
        margin-top: 2px;
        font-size: 14px;
    }
    .c-btn{
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        font-size: 20px;
    }
    .p-01{
        padding: 2px;
    }
    .ps-01{
        padding-left: 2px;
    }
    .pe-01{
        padding-right: 2px;
    }
    #myModalContentCookies{
        font-size: 12px;
    }
}
/*fin 767*/
@media(max-width: 575px){
    .carrito-sm{
        right: 0px;
    }
}
@media(max-width: 500px){
    .btn-popupweb {
        height: 50px;
        font-size: 22px;
    }
}
@media(max-height: 485px){
    .zoom-gallery .selectors img{
        height: 25px !important;
    }
}
@media (max-width: 480px) {
    .hidden-xss{
        display: none !important;
    }
}
/*fin 480*/
@media (max-width: 400px) {
    .alerta-body{
        font-size: 0.8rem;
    }
    .btn-popupweb {
        height: 50px;
        font-size: 20px;
    }
}
/*fin 400*/
@media(max-width: 360px){
    a.navbar-brand.text-danger {
        padding: 6px 4px 0 !important;
        width: 75%;
    }
    .navbar-brand > img{
        height: auto;
        width: 120px;
    }
    
}
/*fin 360*/
@media(max-width: 281px){
    .btn-popupweb {
        height: 40px;
        font-size: 15px;
    }
}
@media(max-width: 240px){
    body{
        font-size: 8pt;
    }
    .btn, button {
        font-size: 10pt !important;
    }
    h1 {
        font-size: 11pt !important;
    }
    h2 {
        font-size: 9pt !important;
    }
    h3 {
        font-size: 8pt !important;
    }
    h4 {
        font-size: 7pt !important;
    }
    .btn-negro{
        font-size: 10px !important;
        padding: 15px 12px;
    }
    .radio label, .checkbox label{
        font-size: 8pt;
    }
    .titulo-n {
        font-size: 8pt !important;
    }
    p span {
        font-size: 8pt !important;
    }
    .nav > li > a{
        font-size: 1em;
    }
    .dropdown-menu{
        font-size: 8pt;
    }
    .titulo-n a{
        letter-spacing: 1px;
    }
    .tit-lente{
        letter-spacing: 1px;
        font-size: 8pt;
    }
    .tit-plomo{
        font-size: 8pt !important;
    }
    .btn-popup {
        font-size: 8pt;
    }
    .form-select{
        font-size: 1em;
    }
    .btn-lleno {
        font-size: 8pt;
    }
    .btn-lleno-mitad {
        font-size: 8pt;
    }
    .fs-3 {
        font-size: calc(0.8rem + .1vw)!important;
    }
    .btn-probador {
        font-size: 7pt;
    }
    .probador-virtual .btn-group {
        max-width: 50%;
    }
    .linki {
        padding: 8px;
    }
    .ventana-cookies{
        width: calc(100% - 32px);
        max-width: 340px;
    }
    .btn-card img {
        height: 20px;
    }
    .btn-card .c-titulo{
        font-size: 6pt;
    }
    .texto-optimania-blog{
        font-size: 8pt;
    }
    .c-btn{
        font-size: 11pt;
    }
    .form-cuadrado .form-control option{
        font-size: 8pt;
    }
    .form-cuadrado input{
        height: 55px;
    }
    .form-cuadrado select{
        height: 55px;
    }
    .fs-4 {
        font-size: calc(0.7rem + 2.2vw)!important;
    }
    .filepond--root{
        height: 36px !important;
    }
    .h1-optimania-blog{
        font-size: 10pt !important;
    }
    .text-plomo{
        font-size: 8pt !important;
    }
}
/*fin 240*/
/*---**********************************************---*/
/*---**********************************************---*/
/*---**********************************************---*/
/*comienzo media min-width*/
@media(min-width: 1400px){
    .container{
        /*max-width: 1170px;*/
        margin: 0 auto;
    }
    .container-fluid {
        /*max-width: 1170px;*/
        margin: 0 auto;
    }
    .container-mediano {
        max-width: 1170px;
        margin: 0 auto;
    }
    .padd-right {
        padding-right: 0;
    }
    .padd-left {
        padding-left: 0;
    }
}
@media(min-width: 1200px){
    .h1, h1 {
        font-size: 2.2rem;
    }
    .h2, h2 {
        font-size: 1.8rem;
    }
    .h3, h3 {
        font-size: 1.6rem;
    }
    h4, .h4 {
        font-size: 18px;
    }
    h5, .h5 {
        font-size: 0.82rem;
    }
    .h6, h6 {
        font-size: 0.7rem;
    }
    .fs-1 {
        font-size: 5.5rem!important;
    }
    .fs-2 {
        font-size: 4.5rem!important;
    }
    .fs-3{
        font-size: 3.7rem!important;
    }
    .fs-4{
        font-size:  2.75rem!important
    }
    .fs-5{
        font-size: 1.75rem!important;
    }
    .fs-6{
        font-size: 1.1rem!important;
    }
    .fs-7 {
        font-size: 0.756rem!important;
    }
    .col-xl-4-5 {
        flex: 0 0 auto;
        width: 38.666667%;
    }
    .col-xl-5-5{
        flex: 0 0 auto;
        width: 46%;
    }
    .offset-0-5 {
        margin-left: 3.333333%;
    }
    .offset-1-5 {
        margin-left: 6.333333%;
    }
}
/*fin min-width 1200*/
@media(min-width: 992px){
    .modal-dialog{
        width: 600px;
    }
    .modal-xl {
        width: 1050px;
        max-width: 1050px;
    }
    .modal-md{
        width: 660px !important;
        max-width: 660px !important;
    }
    .sin-padding-pc{
        padding: 0;
    }

    .padding-pantalla{

        padding: 0;

    }

    .swiper-mediano{

        width: 75% !important;

        margin: 0 auto;

    }
    .padd-mini-left{
        padding-left: 3%;
    }
    .padd-mini-right{
        padding-right: 3%;
    }
}
/*fin min-width 992*/
@media (min-width: 800px) {
    #modal-zoom-clic-optimania .modal-dialog{
        width: 40% !important;
    }
}
@media(min-width: 767px){
    .modal-dialog.modal-lg {
        width: 750px;
        max-width: 750px;
        margin-top: 0;
    }
    .margin-right-15{
        margin-right: 20px;
    }
    .navbar-trans .navbar-header{
        float: left;
    }
    .navbar-brand{
        float: left;
    }
    .modal-sm {
        width: 300px;
    }
    .radio-cuadro input{
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
    .color-debajo{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 8px;
        width: 100%;
    }
    .radio-cuadro input:checked + .color-debajo {
        background: linear-gradient(to right, #2846f9, #65c445);
    }
    .sticky-top{
        position: sticky;
        top: 55px;
        z-index: 1;
        transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
    }
}
/*fin min-width 767*/
@media(min-width: 1500px){
    .texto-optimania-blog{
        font-size: 15pt;
    }
    .h2-optimania-blog{
        font-size: 20pt;
    }
}
/*fin min-width 1500*/
@media(min-width: 1900px){
    .texto-optimania-blog{
        font-size: 21pt;;
    }
    .h1-optimania-blog{
        font-size: 30pt;
    }
    .h2-optimania-blog{
        font-size: 25pt;
    }
}
/*fin min-width 1900*/
@media(min-width: 2300px){
    .texto-optimania-blog {
        font-size: 27pt;
    }
    .h1-optimania-blog{
        font-size: 39pt;
        line-height: 230%;
    }
    .h2-optimania-blog{
        font-size: 32pt;
        line-height: 190%;
    }
}
/*fin min-width 2300*/
@media(min-width: 2800px){
    .texto-optimania-blog{
        font-size: 29pt;
    }
    .h1-optimania-blog{
        font-size: 41pt;
    }
    .h2-optimania-blog{
        font-size: 34pt;
    }
}
/*fin min-width 2800*/
@media(min-width: 3000px){
    .texto-optimania-blog{
        font-size: 40pt;
    }
    .h1-optimania-blog{
        font-size: 57pt;
    }
    .h2-optimania-blog{
        font-size: 46pt;
    }
}
/*fin min-width 3000*/
@media(min-width: 6000px){
    .texto-optimania-blog{
        font-size: 77pt;
    }
    .h1-optimania-blog{
        font-size: 109pt;
    }
    .h2-optimania-blog{
        font-size: 88pt;
    }
}
/*fin min-width 6000*/
@media(min-width: 480px){
    .visible-xss{
        display: none !important;
    }
}

/*media alto*/
@media(max-height: 320px){
    .ventana-cookies {
        font-size: 10px;
    }
}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  animation-name: bounce;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    transform: scale(1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(-30px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    transform: translateY(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}
#myCarousel .active .texto-banner p{
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale(.1) translateY(-2000px);
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    transform: scale(.475) translateY(60px);
    animation-timing-function: ease-out;
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale(.1) translateX(-2000px);
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    transform: scale(.475) translateX(48px);
    animation-timing-function: ease-out;
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale(.1) translateX(2000px);
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    transform: scale(.475) translateX(-48px);
    animation-timing-function: ease-out;
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale(.1) translateY(2000px);
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    transform: scale(.475) translateY(-60px);
    animation-timing-function: ease-out;
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0;
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale(.475) translateY(-60px);
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    transform: scale(.1) translateY(2000px);
    transform-origin: center bottom;
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale(.475) translateX(42px);
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    transform: scale(.1) translateX(-2000px);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale(.475) translateX(-42px);
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    transform: scale(.1) translateX(2000px);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale(.475) translateY(60px);
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    transform: scale(.1) translateY(-2000px);
    transform-origin: center top;
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}
@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: rgb(10.4, 88, 202.4);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(185.94, 203.4, 229.14);
}

.table-secondary {
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(203.04, 204.66, 206.1);
}

.table-success {
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(188.1, 207.9, 198.72);
}

.table-info {
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(185.94, 219.96, 226.8);
}

.table-warning {
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(229.5, 218.34, 184.86);
}

.table-danger {
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(223.2, 193.14, 196.02);
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(223.2, 224.1, 225);
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: rgb(55.2, 58.8, 62.4);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(221.35, 224.2, 227.05);
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(11.05, 93.5, 215.05);
  border-color: rgb(10.4, 88, 202.4);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: rgb(11.05, 93.5, 215.05);
  border-color: rgb(10.4, 88, 202.4);
  box-shadow: 0 0 0 0.25rem rgba(49.3, 131.75, 253.3, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(10.4, 88, 202.4);
  border-color: rgb(9.75, 82.5, 189.75);
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49.3, 131.75, 253.3, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(91.8, 99.45, 106.25);
  border-color: rgb(86.4, 93.6, 100);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: rgb(91.8, 99.45, 106.25);
  border-color: rgb(86.4, 93.6, 100);
  box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(86.4, 93.6, 100);
  border-color: rgb(81, 87.75, 93.75);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(21.25, 114.75, 71.4);
  border-color: rgb(20, 108, 67.2);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: rgb(21.25, 114.75, 71.4);
  border-color: rgb(20, 108, 67.2);
  box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(20, 108, 67.2);
  border-color: rgb(18.75, 101.25, 63);
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: rgb(49.3, 209.95, 242.25);
  border-color: rgb(37.2, 207.3, 241.5);
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: rgb(49.3, 209.95, 242.25);
  border-color: rgb(37.2, 207.3, 241.5);
  box-shadow: 0 0 0 0.25rem rgba(11.05, 171.7, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: rgb(61.4, 212.6, 243);
  border-color: rgb(37.2, 207.3, 241.5);
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11.05, 171.7, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: rgb(255, 202.3, 44.2);
  border-color: rgb(255, 199.2, 31.8);
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: rgb(255, 202.3, 44.2);
  border-color: rgb(255, 199.2, 31.8);
  box-shadow: 0 0 0 0.25rem rgba(216.75, 164.05, 5.95, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: rgb(255, 205.4, 56.6);
  border-color: rgb(255, 199.2, 31.8);
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(216.75, 164.05, 5.95, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
  box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(176, 42.4, 55.2);
  border-color: rgb(165, 39.75, 51.75);
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: rgb(249.05, 249.9, 250.75);
  border-color: rgb(248.7, 249.6, 250.5);
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: rgb(249.05, 249.9, 250.75);
  border-color: rgb(248.7, 249.6, 250.5);
  box-shadow: 0 0 0 0.25rem rgba(210.8, 211.65, 212.5, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: rgb(249.4, 250.2, 251);
  border-color: rgb(248.7, 249.6, 250.5);
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(210.8, 211.65, 212.5, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
  box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(26.4, 29.6, 32.8);
  border-color: rgb(24.75, 27.75, 30.75);
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: rgb(10.4, 88, 202.4);
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(29.7, 33.3, 36.9);
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: rgb(10.4, 88, 202.4);
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: rgb(11.7, 99, 227.7);
  background-color: rgb(230.8, 240.5, 254.8);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2811.7, 99, 227.7%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: rgb(10.4, 88, 202.4);
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: rgb(10.4, 88, 202.4);
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: rgb(7.8, 66, 151.8);
  background-color: rgb(206.6, 226, 254.6);
  border-color: rgb(182.4, 211.5, 254.4);
}
.alert-primary .alert-link {
  color: rgb(6.24, 52.8, 121.44);
}

.alert-secondary {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(210.9, 213.6, 216);
}
.alert-secondary .alert-link {
  color: rgb(51.84, 56.16, 60);
}

.alert-success {
  color: rgb(15, 81, 50.4);
  background-color: rgb(209, 231, 220.8);
  border-color: rgb(186, 219, 203.7);
}
.alert-success .alert-link {
  color: rgb(12, 64.8, 40.32);
}

.alert-info {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(206.6, 244.4, 252);
  border-color: rgb(182.4, 239.1, 250.5);
}
.alert-info .alert-link {
  color: rgb(4.16, 64.64, 76.8);
}

.alert-warning {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 236.4, 180.6);
}
.alert-warning .alert-link {
  color: rgb(81.6, 61.76, 2.24);
}

.alert-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(244.5, 194.4, 199.2);
}
.alert-danger .alert-link {
  color: rgb(105.6, 25.44, 33.12);
}

.alert-light {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(252.9, 253.2, 253.5);
}
.alert-light .alert-link {
  color: rgb(79.36, 79.68, 80);
}

.alert-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
  border-color: rgb(188.4, 189.6, 190.8);
}
.alert-dark .alert-link {
  color: rgb(15.84, 17.76, 19.68);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(7.8, 66, 151.8);
  background-color: rgb(206.6, 226, 254.6);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(7.8, 66, 151.8);
  background-color: rgb(185.94, 203.4, 229.14);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(7.8, 66, 151.8);
  border-color: rgb(7.8, 66, 151.8);
}

.list-group-item-secondary {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(225.6, 227.4, 229);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(203.04, 204.66, 206.1);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(64.8, 70.2, 75);
  border-color: rgb(64.8, 70.2, 75);
}

.list-group-item-success {
  color: rgb(15, 81, 50.4);
  background-color: rgb(209, 231, 220.8);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(15, 81, 50.4);
  background-color: rgb(188.1, 207.9, 198.72);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(15, 81, 50.4);
  border-color: rgb(15, 81, 50.4);
}

.list-group-item-info {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(206.6, 244.4, 252);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(185.94, 219.96, 226.8);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(5.2, 80.8, 96);
  border-color: rgb(5.2, 80.8, 96);
}

.list-group-item-warning {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(255, 242.6, 205.4);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(229.5, 218.34, 184.86);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(102, 77.2, 2.8);
  border-color: rgb(102, 77.2, 2.8);
}

.list-group-item-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(223.2, 193.14, 196.02);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132, 31.8, 41.4);
  border-color: rgb(132, 31.8, 41.4);
}

.list-group-item-light {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(253.6, 253.8, 254);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(228.24, 228.42, 228.6);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(99.2, 99.6, 100);
  border-color: rgb(99.2, 99.6, 100);
}

.list-group-item-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(189.54, 190.26, 190.98);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.8, 22.2, 24.6);
  border-color: rgb(19.8, 22.2, 24.6);
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(239.7, 239.7, 239.7);
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(239.7, 239.7, 239.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(10.4, 88, 202.4);
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(86.4, 93.6, 100);
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2);
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: rgb(61.4, 212.6, 243);
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6);
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2);
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251);
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8);
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* Optimania's new styles 2022*/
/*tittles*/
:root {
  --swiper-theme-color: #2846f9;
  --bs-blue: #2846f9;
  --bs-rosado: #ee88e4;
  --bs-naranja: #ff6f3f;
  --bs-verde: #00c52a;
  --bs-celeste: #0091ff;
  --bs-primary: #2846f9;
  --bs-lighter: #f8f9fa;
  --bs-skyblue: #f6f7ff;
  --favorito-desactivado: url(https://prooptimania.s3.us-east-2.amazonaws.com/web/homeNew/categorias/corazon-sin-colorear.svg);
  --favorito-activado: url(https://prooptimania.s3.us-east-2.amazonaws.com/web/homeNew/detalleProducto/Favorito-activado1.webp);
  --proporcion-probador: 0.9;
  --favorito-detalle-desactivado: url(https://prooptimania.s3.us-east-2.amazonaws.com/web/homeNew/categorias/corazon-sin-colorear.svg);
  --favorito-detalle-activado: url(https://prooptimania.s3.us-east-2.amazonaws.com/web/homeNew/detalleProducto/Favorito-activado1.webp);
  --bs-heading-color: #2846f9;
  --bs-link-color: #2846f9;
  --bs-link-hover-color: #2846f9;
  --bs-heading-color: #000000;
}

[data-bs-theme=light] {
  --bs-heading-color: #2846f9;
  --bs-link-color: #2846f9;
  --bs-link-hover-color: #2846f9;
}

@media (max-width: 991px) {
  :root {
    --proporcion-probador: 1 ;
  }
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "workSans";
  font-size: 0.875em;
  font-weight: normal;
  color: #323232;
  line-height: 1.42857143;
}

img {
  max-width: 100%;
}

a {
  color: #0033cc;
  text-decoration: none;
}

a:hover {
  color: #0044aa;
}

strong {
  font-weight: 600;
}

label {
  font-weight: 500;
}

p, .p {
  font-size: 1.1rem;
}

h1, .h1 {
  font-size: 3.052rem;
}

h2, .h2 {
  font-size: 2.441rem;
}

h3, .h3 {
  font-size: 1.753rem;
}

h4, .h4 {
  font-size: 1.563rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.8rem;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.pull-right {
  float: right !important;
}

.fs-0 {
  font-size: 7.3rem !important;
}

.fs-1 {
  font-size: 5.653rem !important;
}

.fs-2 {
  font-size: 3.998rem !important;
}

.fs-22 {
  font-size: 3.4rem !important;
}

.fs-23 {
  font-size: 3.2rem !important;
}

.fs-25 {
  font-size: 3rem !important;
}

.fs-3 {
  font-size: 2.827rem !important;
}

.fs-4 {
  font-size: 1.999rem !important;
}

.fs-5 {
  font-size: 1.414rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.fs-9 {
  font-size: 0.6rem !important;
}

.ff-labil {
  font-family: "labilGrotesk";
}

.fw-medium {
  font-family: "workSansMedium" !important;
}

.fs-normal {
  font-style: normal !important;
}

.fs-italic {
  font-style: italic;
}

.bg-plomo {
  background-color: #eaeaea !important;
}

.bg-primary {
  background-color: #2846f9 !important;
}

.bg-danger {
  background-color: #d44545 !important;
}

.bg-secondary {
  background-color: #323232 !important;
}

.bg-light {
  background-color: #f6f7ff !important;
}

.bg-rosa {
  background-color: #ee88e4 !important;
}

.bg-orange {
  background-color: #ff6e4a !important;
}

.bg-skyblue {
  background-color: var(--bs-skyblue) !important;
}

.bg-none {
  background: transparent !important;
}

.text-primary {
  color: #2846f9 !important;
}

.text-success {
  color: #4F9F42 !important;
}

.text-secondary {
  color: #212529 !important;
}

.text-dark {
  color: #000000 !important;
}

.text-light {
  color: #f6f7ff !important;
}

.text-orange {
  color: #ff6e4a !important;
}

.text-rosa {
  color: #ee88e4 !important;
}

.text-red {
  color: red !important;
}

.text-muted {
  color: #6c757d !important;
}

.btn-primary {
  background-color: #2846f9 !important;
  border-color: #2846f9;
}

.btn-outline-primary.btn-comparar-favorito {
  color: #fff;
  background-color: #2846f9;
  border-color: #2846f9;
}

.btn-outline-primary {
  color: #2846f9;
  border-color: #2846f9;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #2846f9;
  border-color: #2846f9;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:hover {
  background-color: #ffffff;
  color: #2846f9;
}

.btn-close {
  width: 0.22em;
  height: 0.22em;
  border-radius: 0.25rem;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 1.5rem !important;
}

.border-dark.accordion-item {
  background-color: transparent;
  border: 1px solid #323232;
  border-top: 1px solid #323232;
  border-radius: 0 !important;
}

.outline-none:hover, .outline-none:focus {
  outline: none !important;
  box-shadow: none !important;
}

.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.form-control:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #ccc;
}

.input-color-primary::-webkit-input-placeholder {
  color: #2846f9;
}

.input-color-primary:-moz-placeholder {
  color: #2846f9;
}

.input-color-primary::-moz-placeholder {
  color: #2846f9;
}

.input-color-primary:-ms-input-placeholder {
  color: #2846f9;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-35 {
  border-radius: 0.5rem !important;
}

.rounded-4 {
  border-radius: 12px !important;
}

.rounded-5 {
  border-radius: 2rem !important;
}

.rounded-6 {
  border-radius: 5rem !important;
}

.rounded-05 {
  border-radius: 0.5rem !important;
}

.rounded-btn {
  border-radius: 0.6rem !important;
}

.border-bottom-1 {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-default {
  border-color: #b3b4b9 !important;
}

.border-muted {
  border-color: #ccc !important;
}

.border-primary {
  border-color: var(--bs-primary) !important;
}

.out-line-none {
  outline: none !important;
}

.out-line-none:hover, .out-line-none:focus {
  outline: none !important;
}

.form-check-input:active {
  filter: brightness(100%);
}

.fw-semibold {
  font-weight: 600 !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #000 !important;
}

.swiper-container {
  overflow: visible;
}

.swiper-overflow {
  overflow: hidden;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -35px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -35px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: rgba(40, 70, 249, 0.05) !important;
}

.ls-0 {
  letter-spacing: 0 !important;
}

.input-semigrande {
  height: 50px;
}

.px-42 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.py-42 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-45 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.py-45 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.mt-42 {
  margin-top: 2rem !important;
}

.mt-45 {
  margin-top: 2.5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mb-42 {
  margin-bottom: 2rem !important;
}

.mb-45 {
  margin-bottom: 2.5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.zi-1 {
  z-index: 1 !important;
}

.zi-2 {
  z-index: 2 !important;
}

.zi-3 {
  z-index: 3 !important;
}

.zi-4 {
  z-index: 4 !important;
}

/*////////////////////////////*/
/*--------------------------------------------------------------------*/
/*////////////////////////////*/
.opacity-1 {
  opacity: 1 !important;
}

.hidden {
  display: none !important;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.mt-01 {
  margin-top: -1rem;
}

.mt-02 {
  margin-top: -2rem;
}

.mt-03 {
  margin-top: -3rem;
}

.me-01 {
  margin-right: -1rem;
}

.me-02 {
  margin-right: -2rem;
}

.me-03 {
  margin-right: -3rem;
}

.fa-solid, .fas {
  font-weight: 900;
}

/*=========== flecha hacia arriba ============*/
.scrollup:hover {
  opacity: 1;
}

.btn-to-top {
  background: #000;
  bottom: 15px;
  color: #fff;
  cursor: pointer;
  font-family: "bootstrap-icons";
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  left: 10px;
  text-align: center;
  width: 40px;
  z-index: 8;
  transition: color 0.3s, background 0.3s, border-radius 0.3s;
  will-change: color, background, border-radius;
  border-radius: 50%;
}

.btn-to-top:before {
  content: "\f286";
}

.btn-to-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
  border-radius: 50%;
  opacity: 0;
  transition: 0.4s transform, 0.4s opacity, 0.4s border-radius;
  transform: scale(1.5);
  will-change: transform, opacity;
}

.btn-to-top:hover {
  background: #000;
  border-radius: 5px;
}

.btn-to-top:hover:after {
  border-color: #000;
  transform: scale(1.25);
  border-radius: 5px;
  opacity: 1;
}

/*=========== fin flecha hacia arriba ============*/
/*=========== whatsapp flotante ============*/
.wts-flotante {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 4;
}

.wts-flotante img {
  width: 75px;
  height: auto;
  transition-duration: 0.3s;
  transition-property: transform;
}

.wts-flotante img:hover {
  transform: scale(0.9);
}

/*=========== fin whatsapp flotante ============*/
/*---------------------------*/
/*=========== menu ============*/
.logo-web img {
  width: 170px;
  height: auto;
  padding: 10px;
}

.logo-web {
  height: 70px;
  display: flex;
  align-items: center;
}

.loguito {
  display: block;
}

#navbarOptimania {
  border-left: 1px solid #d0d4fa;
}

#navbarOptimania .dropdown-toggle::after {
  display: none;
}

#navbarOptimania .nav-link.nav-primary {
  color: #212529;
  padding: 1.4rem 1.4rem !important;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.msg-blue {
  display: block;
  font-weight: normal;
  color: #2846f9;
  line-height: 0.5;
  font-size: 0.75rem;
}

#navRight > li.nav-item {
  width: 72px;
  border-left: 1px solid #d1d1d9;
  padding: 0;
  height: 70px;
  position: relative;
}

#navRight > li.nav-item:first-child {
  border-left: 0px solid #d1d1d9;
}

#navRight > li.nav-item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #212529;
  height: 100%;
}

#navRight > li.nav-item > a picture {
  position: relative;
}

#navRight > li.nav-item > a picture img {
  height: 18px;
  width: auto;
}

#navRight > li.nav-item > a picture i {
  position: absolute;
  top: -12px;
  right: -10px;
  color: #fff;
  background: #2846f9;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  line-height: 1;
  font-size: 0.6rem;
}

@keyframes menuAnimacion {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.menu-efecto {
  top: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  padding-top: 0;
}

.menu-on {
  background: #fff;
  padding-bottom: 0;
  box-shadow: 0 2px 6px 2px rgba(129, 129, 129, 0.8);
  position: fixed;
  top: 0;
  padding-top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  border-bottom: 0px solid #fff;
  opacity: 1;
}

/*fin menu*/
.links-footer {
  color: #323232;
  padding-bottom: 6px;
  display: flex;
  transition: all 0.4s ease;
}

.links-footer i {
  width: 25px;
  text-align: left;
  display: flex;
  line-height: 1.5;
}

.links-footer aside {
  margin-bottom: 0;
  width: 100%;
  line-height: 1.2;
  transition: all 0.4s ease;
}

.links-footer:hover {
  text-decoration: underline;
}

.img-logo {
  max-height: 60px;
}

.redes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  text-align: center;
}

.redes a {
  font-size: 22px;
  color: #323232;
  padding: 5px;
  transition: all 0.4s ease;
}

.redes a:hover {
  transform: scale(1.1);
}

.imagen-fondo {
  background-size: cover;
  background-position: center;
}

.content-codigoPrecio b {
  font-size: 1.6rem;
}

.ofert {
  width: 64px;
  height: 64px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.ofert > img {
  width: 64px;
  height: 64px;
}

.ofert b {
  position: absolute;
  text-align: center;
  font-size: 11px;
  line-height: 1.4;
}

.ofert2 {
  top: 0;
  right: 1rem !important;
  left: auto !important;
}

.conjunto-carru {
  text-align: center;
  padding-top: 65px;
}

.conjunto-carru figure img {
  max-width: 85%;
  width: 100%;
}

.contadores {
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  overflow-x: auto;
}

.contadores aside {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-right: 1px solid rgba(217, 217, 217, 0.35);
}

.contadores aside:last-child {
  border-right: none;
}

.categoriasSlider figure img {
  transform: rotate(350deg);
  padding: 10px;
  height: auto;
  width: 100%;
  transition: all 0.4s ease-in;
}

.categoriasSlider .swiper-slide:hover figure img {
  transform: rotate(360deg);
  transition: all 0.4s ease-out;
}

.banner-video {
  position: relative;
  /*padding: 9% 0;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.alto-completo {
  height: 88vh;
}

.mascara-oscura:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.12);
}

.media-container__video.video_home {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  z-index: -2;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.banner-info {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.FiltrosLentes {
  text-align: center;
  display: flex;
  justify-content: center;
}

.FiltrosLentes button {
  border: 0;
  background: transparent;
  border-right: 1px solid #000;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  line-height: 1.2;
  position: relative;
}

.FiltrosLentes button:last-child {
  border-right: 0 !important;
}

.FiltrosLentes button span {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #000;
}

.FiltrosLentes button.active span {
  color: #2846f9;
}

.FiltrosLentes button.active span:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #2846f9;
}

.imgTipoRostro {
  width: 33%;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.imgTipoRostro img {
  height: 70px;
  width: auto;
}

.imgFormaMontura {
  text-align: center;
}

.imgFormaMontura img {
  height: 35px;
  width: auto;
  margin: 0 auto;
  display: block;
}

.imgColorLente {
  text-align: center;
}

.imgColorLente img {
  height: 45px;
  width: auto;
  margin: 0 auto;
  display: block;
}

.altoSider {
  height: 220px;
}

.FiltroColorSlider {
  width: 100%;
  height: 100%;
}

.FiltroColorSlider .swiper-slide {
  text-align: center;
  height: calc((100% - 15px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  background: #007aff;
}

.cont-inst {
  position: relative;
  overflow: hidden;
  display: block;
}

.cont-inst > img {
  width: 100%;
}

.mask-instagram {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(40, 70, 249, 0.75);
  color: #fff;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease;
}

.mask-instagram.hover-rosa {
  background: rgba(238, 136, 228, 0.75);
}

.mask-instagram.hover-verde {
  background: rgba(0, 197, 42, 0.75);
}

.mask-instagram.hover-naranja {
  background: rgba(255, 111, 63, 0.75);
}

.mask-instagram.hover-celeste {
  background: rgba(0, 145, 255, 0.75);
}

.mask-instagram div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cont-inst:hover .mask-instagram {
  opacity: 1;
}

.border-azul {
  border-left: 1px solid #2846f9;
}

.borderb-azul {
  border-bottom: 3px solid #2846f9 !important;
}

#ayuda-asistente-virtual a {
  font-size: 0.9rem !important;
}

.grid-template-2 {
  grid-template-columns: repeat(2, minmax(-50%, 1fr));
}

.grid-template-3 {
  /*grid-template-columns: repeat(3, minmax(calc(100% / 2 - 100%), 1fr));*/
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

.grid-template-4 {
  grid-template-columns: repeat(4, minmax(-50%, 1fr));
}

.grid-template-5 {
  grid-template-columns: repeat(5, minmax(-50%, 1fr));
}

.sin-decoration {
  text-decoration: none !important;
}

.sin-outline-hover {
  outline: none !important;
  box-shadow: none !important;
}

.text-absolute {
  position: absolute;
  bottom: 4px;
  right: 2px;
}

.text-decoration-hover:hover {
  text-decoration: underline !important;
}

.logo-blanco {
  margin: 0 auto;
  height: 75px;
}

.img-puntos {
  height: 11px;
  width: auto;
}

.btn-hover {
  position: relative;
}

.btn-hover span {
  position: relative;
}

.btn-hover span:after {
  content: "\f138";
  font-family: "bootstrap-icons";
  position: relative;
  font-weight: 300;
  top: 0;
  right: -10px;
  font-size: 0;
  color: #2846f9 !important;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}

.btn-hover:hover {
  background-color: #f6f7ff !important;
  color: #2846f9 !important;
  text-decoration: none;
}

.btn-hover:hover span:after {
  font-size: 1.2rem;
}

.btn-home.btn-hover:hover span:after {
  font-size: 1rem;
}

.alerta {
  position: relative;
}

.alerta-body {
  position: absolute;
  width: 100%;
  margin-top: 15px;
  z-index: 5;
}

/* links principales */
.linkeables {
  padding: 0;
  margin: 4px 0 4px;
}

.linkeables li {
  list-style: none;
  display: inline-block;
  padding: 0 1px;
}

.linkeables li a {
  color: #707070;
  font-size: 12px;
  text-decoration: none;
}

.linkeables li a:hover {
  text-decoration: underline;
}

.linkeables > li + li:before {
  content: ">";
  padding: 0 5px 0 0;
  color: #8a8a78;
  font-size: 12px;
}

.linkeables li a i {
  padding-right: 6px;
}

/* fin links principales */
.banner-interno {
  position: relative;
}

.banner-interno aside {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Filtros de categorias */
.filtro-resultados span {
  font-size: 0.75rem;
}

.borrar-resultados {
  color: #0a53be;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
}

.borrar-resultados button {
  color: #0a53be;
  font-size: 0.7rem;
  padding: 5px 5px;
  outline: none !important;
  box-shadow: none !important;
}

.contador-resultados {
  display: flex;
  align-items: center;
  padding-right: 2%;
}

.contador-resultados span {
  padding: 5px 0px;
}

.lista-resultados {
  display: flex;
}

.lista-resultados li:first-child {
  /*padding: 5px 0 5px 10px;*/
  padding: 0.6rem 0 0.6rem 1rem;
}

.lista-resultados li:last-child {
  padding: 0.6rem 0 0.6rem 0.6rem;
}

.lista-resultados li {
  list-style-type: none;
  padding: 5px 5px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.lista-resultados button {
  border: 0 !important;
  background-color: transparent !important;
  border-right: 1px solid #212529 !important;
}

.lista-resultados li:last-child button {
  border-right: 0px solid #212529 !important;
}

.listados-catalogo {
  display: flex;
}

.cont-filtros-resultados {
  display: flex;
  flex-direction: column;
  order: 1;
  position: relative;
  width: calc(100% - 380px);
}

.cont-filtros-resultados > aside {
  height: 100%;
}

.cont-filtros-resultados h5, .cont-filtros-resultados .h5 {
  font-size: 0.8rem;
}

.cont-resultados {
  height: 40px;
}

.filtro-resultados {
  height: 100%;
}

.filtro-resultados div.d-flex {
  height: 100%;
}

.cont-filtro {
  height: 40px;
}

.grupo-dropdownmenu {
  position: relative;
}

.grupo-dropdownmenu button {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0.7rem 0.8rem;
  line-height: 1;
  margin-right: 4px;
  position: relative;
}

.grupo-dropdownmenu:last-child button {
  margin-right: 0;
}

.grupo-dropdownmenu button.show {
  border-left: 1px solid #212529;
  border-right: 1px solid #212529;
}

.grupo-dropdownmenu .dropdown-menu {
  border-radius: 0;
  border: 1px solid #212529;
  padding: 1rem;
  background: #f6f7ff;
  margin-top: 0;
}

.grupo-dropdownmenu:before {
  content: "";
  height: 14px;
  width: 1px;
  background-color: #212529;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-filtro {
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: flex-end;
}

.btn-filtro i {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-size: 0.8rem;
  transform: scaleX(0.8);
  border: 0;
  color: #2846f9;
  line-height: 1;
  padding-left: 0.4rem;
}

.btn-filtro:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 4px;
  width: 100%;
  background: #f6f7ff;
  border: 0;
  margin: 0;
  z-index: 9991;
  display: none;
}

.btn-filtro:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  background: #2846f9;
  margin-left: 0;
  border: 0;
  transition: height 0.4s ease;
}

.btn-filtro.show:before {
  display: block;
}

.btn-filtro.show:after {
  height: 3px;
}

.btn-filtros-heart {
  display: inline-flex;
  position: relative;
  padding: 0.2rem 0.8rem;
  line-height: 1;
  color: #2846f9;
}

.btn-filtros-heart:before {
  content: "";
  height: 14px;
  width: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.check-filtro {
  cursor: pointer;
}

.check-filtro input[type=checkbox] {
  border: 1px solid #000;
  border-radius: 0;
  background-color: #f6f7ff;
  position: relative;
  cursor: pointer;
}

.check-filtro input[type=checkbox]:hover, .check-filtro input[type=checkbox]:focus {
  box-shadow: none;
}

.check-filtro input[type=checkbox]:checked {
  background-image: none;
  background-color: #f6f7ff;
}

.check-filtro input[type=checkbox]:checked:after {
  position: absolute;
  font-family: "bootstrap-icons";
  font-weight: 400;
  content: "\f26b";
  font-size: 11px;
  text-align: center;
  color: #2846f9;
  width: 100%;
  height: 100%;
  top: -1px;
  z-index: 1;
}

.check-filtro label {
  font-weight: 400;
  font-size: 0.9rem;
  cursor: pointer;
}

.check-filtro label img {
  width: 55px;
  height: auto;
}

.cont-ordenar-vista {
  /*width: 10%;*/
  width: 100px;
  order: 3;
  position: relative;
  font-size: 0.9rem;
}

.cont-ordenar-vista aside {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
}

.cont-ordenar-vista p {
  font-size: 0.76rem;
}

#collapseListadosCatalogo .accordion-header span {
  font-size: 0.8rem;
  transform: scaleX(0.8);
}

.cont-ordenar {
  height: 40px;
}

.cont-ordenar .accordion-header {
  height: 100%;
  width: 100%;
  border: 1px solid #000;
  border-top: 0px !important;
  justify-content: center;
}

.cont-vista {
  height: 40px;
  border: 1px solid #212529;
  border-top: 0;
}

.cont-vista .collapse a {
  width: 50%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #212529;
  border-top: 1px solid #212529;
}

.cont-vista .collapse a:last-child {
  border-right: 0px solid #212529;
}

.cont-vista .collapse a img {
  width: 65%;
  height: auto;
}

.cont-favorito {
  order: 2;
  position: relative;
}

.cont-probador {
  order: 4;
  position: relative;
  width: 280px;
  text-align: center;
  height: 80px;
}

.cont-probador a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

#filtroGenero.grupo-dropdownmenu .dropdown-menu {
  width: 16rem;
}

#filtroMaterial.grupo-dropdownmenu .dropdown-menu {
  width: 16rem;
}

#filtroForma.grupo-dropdownmenu .dropdown-menu {
  width: 24rem;
}

#filtroRostro.grupo-dropdownmenu .dropdown-menu {
  width: 22rem;
}

#filtroEtiquetas.grupo-dropdownmenu .dropdown-menu {
  width: 27rem;
}

#filtroMarcas.grupo-dropdownmenu .dropdown-menu li {
  white-space: normal;
}

#filtroTipoDeLentes.grupo-dropdownmenu .dropdown-menu li {
  white-space: normal;
}

#filtroLiquidosParaLentes.grupo-dropdownmenu .dropdown-menu {
  width: 28rem;
}

#filtroLiquidosParaLentes.grupo-dropdownmenu .dropdown-menu li {
  white-space: normal;
}

.grupo-dropdownmenu .dropdown-menu li {
  white-space: nowrap;
  padding-bottom: 10px;
}

.grupo-dropdownmenu .dropdown-col.dropdown-menu li {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

.grupo-dropdownsubmenu.dropend button {
  border-left: 0;
  border-right: 0;
  padding: 4px 0;
  color: #212529;
  padding-bottom: 10px;
  padding-top: 10px;
}

.grupo-dropdownsubmenu.dropend button.show {
  border-left: 0;
  border-right: 0;
  color: #2846f9;
}

.grupo-dropdownsubmenu.dropend:before {
  display: none;
}

.grupo-dropdownsubmenu.dropend .btn-filtro i {
  transform: scaleY(0.8);
  color: #212529;
}

.grupo-dropdownsubmenu.dropend .btn-filtro.show i {
  color: #2846f9;
}

.grupo-dropdownsubmenu.dropend .btn-filtro:after {
  display: none;
}

.grupo-dropdownsubmenu.dropend .btn-filtro.show:after {
  height: 0;
}

#filtroTamano > .dropdown-menu:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8rem;
  height: 94%;
  width: 1px;
  background-color: #212529;
}

#filtroTamano .dropend .dropdown-menu {
  top: 15px;
  right: auto;
  left: 8.1rem;
  margin-top: 0;
  text-align: center;
  margin-left: 0;
  width: 10.7rem;
  border: 0;
  min-width: 1rem;
}

#filtroTamano ul > .dropend.grupo-dropdownsubmenu {
  width: 7rem;
  position: static;
  padding-bottom: 0;
}

#filtroTamano > .dropdown-menu {
  width: 19rem;
  height: 310px;
  padding-top: 26%;
}

#filtroTamano .check-filtro {
  display: inline-block;
  width: 86%;
}

.item-tamano-lentes img {
  height: 30px;
}

.item-tamano-lentes p {
  font-size: 0.9rem;
}

.item-tamano-lentes .check-filtro input[type=checkbox] {
  border: 1px solid #c1c1c7;
  border-radius: 4px;
}

.item-vista {
  position: relative;
}

.item-vista:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  background: #2846f9;
  margin-left: 0;
  border: 0;
  transition: height 0.4s ease;
}

.item-vista:hover:after, .item-vista.active:after {
  height: 3px;
}

.item-filtro-color .form-check {
  cursor: pointer;
  position: relative;
  padding: 0;
}

.item-filtro-color .form-check input[type=checkbox] {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  position: absolute;
  cursor: pointer;
  width: 17px;
  height: 3px;
  top: -7px;
  left: 0;
  margin-left: 0;
  box-shadow: none;
}

.item-filtro-color .form-check input[type=checkbox]:checked {
  background-image: none;
  background-color: #2744f2;
}

.item-filtro-color label {
  cursor: pointer;
  font-weight: normal;
  font-size: 0.9rem;
}

.item-filtro-color label img {
  width: auto;
  height: 18px;
}

.item-filtro-color .check-filtro input[type=checkbox]:checked:after {
  display: none;
}

#filtroColor > .dropdown-menu {
  width: 34rem;
}

#filtroColor.grupo-dropdownmenu .dropdown-col.dropdown-menu li {
  width: 24.1%;
}

.accordion-filtros .accordion-header {
  position: relative;
}

.accordion-filtros .accordion-collapse {
  position: absolute;
  top: 100%;
  right: 0;
  background: #f6f7ff;
  z-index: 99;
  padding: 1rem;
  border: 1px solid #212529;
}

.accordion-filtros .accordion-header:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 4px;
  width: 100%;
  background: #f6f7ff;
  border: 0;
  margin: 0;
  z-index: 9991;
  display: none;
}

.accordion-filtros .accordion-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  background: #2846f9;
  margin-left: 0;
  border: 0;
  transition: height 0.4s ease;
}

.accordion-filtros .accordion-header.show:before {
  display: block;
}

.accordion-filtros .accordion-header.show:after {
  height: 3px;
}

.accordion-filtros .accordion-collapse a {
  color: #212529;
  padding-bottom: 8px;
  display: block;
}

.accordion-filtros .accordion-collapse a:hover {
  color: #2846f9;
  text-decoration: none;
}

/* fin Filtros de categorias */
/* Probador vista*/
.probador-subir-foto {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 25rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #f6f7ff;
  z-index: 9;
}

.probador-subir-foto ul {
  list-style-type: none;
  display: flex;
}

.probador-subir-foto ul li {
  margin-right: 4px;
  position: relative;
  cursor: pointer;
}

.probador-subir-foto ul li:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  background: #2846f9;
  margin-left: 0;
  border: 0;
  transition: height 0.4s ease;
}

.probador-subir-foto ul li:hover:before, .probador-subir-foto ul li.active:before {
  height: 3px;
}

.probador-subir-foto ul img {
  width: 50px;
}

.probador-subir-foto button.btn-primary {
  margin: 0 5px;
}

.probador-foto-subida {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.probador-foto-subida .btn-comparar-favorito {
  font-size: 1rem;
}

.btn-camara img {
  height: 38px;
}

.btn-tacho img {
  height: 38px;
}

/* Fin Probador vista*/
.producto-listado {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.listado-favorito {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  height: 28px;
  width: 28px;
  background-size: contain;
  transform: scale(0.9);
  transition: all 0.4s ease-in-out;
  will-change: transform;
  background-image: var(--favorito-desactivado);
  background-repeat: no-repeat;
}

.listado-favorito:hover {
  transform: scale(1);
}

.listado-favorito.active {
  background-image: var(--favorito-activado) !important;
}

.producto-listado figure {
  width: calc(100% - 30px);
  padding-top: 4.2rem;
  min-height: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.producto-listado figure img {
  width: 100%;
}

.producto-listado aside {
  width: calc(100% - 30px);
}

.producto-listado.activeFavorito figure {
  padding-top: 0;
}

.producto-listado.activeFavorito .enlace-producto {
  display: block;
}

.btn-favorito-movil.active {
  background-color: #2846f9 !important;
  border-color: #2846f9;
  padding: 0 !important;
}

.btn-favorito-movil.active img {
  height: 100%;
  width: 100%;
}

/*filtros fixed menu*/
.filtro-fixed {
  padding-top: 90px;
}

.bloquear {
  overflow: hidden;
}

.filtro-fixed .menu-on {
  opacity: 0;
  z-index: -1;
}

.contenido-fixed {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.97);
  z-index: 999;
  box-shadow: 0 2px 6px 2px rgba(129, 129, 129, 0.8);
  margin-top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

/* fin filtros fixed menu*/
.modal-header {
  background: #fff;
  border: 0;
  justify-content: center;
}

.modal-probador-lentes .modal-body {
  background: #ffffff;
}

.modal-probador-lentes .tit-modal {
  display: inline-block;
  border-bottom: 4px solid #2846f9;
}

.modal-probador-lentes .modal-body label {
  color: #212529 !important;
  letter-spacing: 0;
}

.modal-probador-lentes .form-check {
  padding-left: 2em !important;
}

.modal-probador-lentes .form-check-input {
  width: 2em;
  height: 2em;
  border: 1px solid #2846f9;
  background-color: transparent;
  margin-left: -2.5em !important;
  margin-top: 0.1rem;
}

.modal-probador-lentes .form-check-input:checked[type=checkbox] {
  position: relative;
}

.modal-probador-lentes .form-check-input:checked[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 10%;
  left: 11%;
  width: 80%;
  height: 80%;
  background-color: #2846f9;
  border-radius: 0.1rem;
}

/*galeria probador*/
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.gallery-slider .swiper-slide {
  width: auto;
}

.gallery-slider .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.gallery-thumbs .swiper-slide {
  text-align: center;
  overflow: hidden;
  padding-bottom: 5px;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-bottom: 3px solid #2846f9;
}

.gallery-probador .swiper-button-next, .gallery-probador .swiper-button-prev {
  color: #2846f9 !important;
}

.gallery-probador .swiper-button-prev, .gallery-probador .swiper-rtl .swiper-button-next {
  left: 14px;
}

.gallery-probador .swiper-button-next, .gallery-probador .swiper-rtl .swiper-button-prev {
  right: 14px;
}

.btn-close {
  opacity: 1;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.2em auto no-repeat;
}

.favorito-modal {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 1;
  cursor: pointer;
  height: 28px;
  width: 28px;
  background-size: contain;
  transition: all 0.4s ease-in-out;
  will-change: transform;
  background-image: var(--favorito-desactivado);
}

.favorito-modal.active {
  background-image: var(--favorito-activado);
}

.caja-favoritos {
  border-radius: 0.5rem;
  overflow: hidden;
}

.caja-favoritos article {
  background: #323232;
  padding: 1.4rem;
  color: #fff;
}

.caja-favoritos div {
  overflow: auto;
  max-height: 40vh;
  background: white;
}

.caja-favoritos .enlace-producto {
  padding: 1.4rem;
  display: block;
  background: #fff;
}

.caja-favoritos .enlace-producto.active {
  background: #fff;
}

.text-gris {
  color: #bbbcc1;
}

/*Listado probador popup movil*/
.ancho-probador-popup {
  width: 300px;
  margin: 0 auto;
}

.img-popup-probador {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  display: block;
}

.galeria-popup-lentes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  z-index: 1;
}

.listado-galeria-popup {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.item-galeria {
  width: 300px;
  height: 300px;
  flex-shrink: 0;
  position: relative;
}

.btn-prev-galeria {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  border: 0;
  background: transparent;
  font-size: 30px;
}

.btn-next-galeria {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  border: 0;
  background: transparent;
  font-size: 30px;
}

.thumbs-popup-probador {
  display: flex;
  overflow-x: auto;
  -moz-column-gap: 6px;
       column-gap: 6px;
  width: 100%;
}

.item-thumb {
  width: 23.5%;
  height: auto;
  flex-shrink: 0;
  border-bottom: 3px solid transparent;
  padding-bottom: 4px;
}

.item-thumb.active {
  border-bottom: 3px solid #2846f9;
}

.btn-prev-galeria {
  left: -24px;
}

.btn-next-galeria {
  right: -24px;
}

/*Fin Listado probador popup movil*/
/*galeria probador*/
.clip-on {
  z-index: 1;
  width: 80px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.text-hover-underline:hover {
  text-decoration: underline !important;
}

.modal-content {
  line-height: 1.5;
}

#probadorModal2 .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: visible;
}

#probadorModal2 .modal-header {
  justify-content: start;
}

#probadorModal2 .btn-cerrar {
  position: relative;
  top: 0;
  left: 15px;
  background-image: none !important;
  width: 20px;
  height: 20px;
  z-index: 9;
  padding: 0.25em 0.25em;
  border: 0;
  background: transparent;
  line-height: 1;
}

#probadorModal2 .btn-cerrar:after {
  content: "\f659";
  color: #2846f9;
  font-size: 22pt;
  font-family: "bootstrap-icons";
  font-weight: 400;
}

.modal-dialog {
  margin-top: 50px;
}

.heartly {
  width: 26px;
}

.swiper-container .swiper-button-next:after, .swiper-container .swiper-button-prev:after {
  color: #2846f9;
  font-size: 33px;
}

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  font-size: 30pt;
}

.swiper-container.swiper-watch-progress .swiper-slide {
  opacity: 0;
  height: 0;
}

#swiper-imgRecetas.swiper-container.swiper-watch-progress .swiper-slide {
  opacity: 1;
  height: auto;
}

.swiper-container .swiper-slide.swiper-slide-visible {
  opacity: 1;
  height: auto;
}

.swiper-container .swiper-button-prev {
  left: 0;
}

.swiper-container .swiper-button-next {
  right: 0;
}

.slider-imagenes {
  position: relative;
}

.bullets-plomo .swiper-pagination-bullets {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bullets-plomo .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #e4e4e4;
  opacity: 1;
  margin: 0 !important;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bullets-plomo .swiper-pagination-bullet-active {
  background: #2846f9;
}

.border-top-plomo {
  border-top: 1px solid #d1d1d9;
}

.sup {
  top: 0;
}

.lh-04 {
  line-height: 0.4;
}

.lh-05 {
  line-height: 0.5;
}

.listado-check {
  list-style-type: none;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0;
}

.listado-check li {
  position: relative;
  line-height: 1.7;
}

/* .listado-check li:before {
    content: "\f26b";
    font-family: 'bootstrap-icons';
    font-weight: 400;
    left: -22px;
    top: 0;
    line-height: 1.4;
    text-align: left;
    position: absolute;
    color: #b3b3b3;
    font-size: 16px;
} */
.listado-check li:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  border-left: 3px solid #b3b3b3;
  border-bottom: 3px solid #b3b3b3;
  transform: rotate(-45deg);
  top: 6px;
  left: -23px;
  border-radius: 1px;
}

.precio-producto {
  font-size: 4.3rem !important;
}

.btn-detalleProd {
  position: relative;
  height: 42px;
  font-size: 1rem;
  border-radius: 0.5rem !important;
}

.btn-favorito-detalleProd img {
  height: 22px;
}

.btn-transparent {
  color: #2846f9 !important;
  border-color: #2846f9 !important;
  border-width: 1px !important;
  background-color: transparent !important;
}

.btn-probador-detalleProd img {
  position: absolute;
  height: 120%;
  width: auto;
  right: 0;
  bottom: 0;
}

.border-top-negro {
  border-top: 1px solid #000;
}

.textos-web p, .textos-web .p {
  font-size: 0.875rem;
  margin-bottom: 0.2rem;
}

.textos-popup p, .textos-popup .p {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}

.textos-popup p:empty, .textos-popup .p:empty {
  margin-bottom: 1rem;
}

.textos-popup hr {
  height: 0 !important;
  margin: 0 0 0.5rem;
  display: block;
  position: relative;
  border: 0 !important;
}

.img-medidas-lentes {
  width: 130px;
  margin: 0 auto;
  height: 55px;
}

.img-medidas-lentes img {
  max-height: 100%;
}

.favorito-detalle {
  cursor: pointer;
  height: 22px;
  width: 22px;
  background-size: contain;
  margin-left: 8px;
  transition: all 0.4s ease-in-out;
  will-change: transform;
  background-image: var(--favorito-detalle-desactivado);
  background-position: center;
}

.favorito-detalle.active {
  background-image: var(--favorito-detalle-activado) !important;
}

.ancho-probador {
  width: 300px;
  margin: auto;
  position: relative;
}

.img-probador-detalle {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  display: block;
}

.galeria-lentes-probador {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  z-index: 1;
}

.listado-galeria-probador {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.item-galeria-probador {
  width: 300px;
  height: 300px;
  flex-shrink: 0;
  position: relative;
}

.favorito-probador-detalle {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 2;
  cursor: pointer;
  height: 28px;
  width: 28px;
  background-size: contain;
  transition: all 0.4s ease-in-out;
  will-change: transform;
  background-image: var(--favorito-desactivado);
  background-repeat: no-repeat;
}

.favorito-probador-detalle.active {
  background-image: var(--favorito-activado);
}

.btn-prev-galeria-probador {
  position: absolute;
  top: 50%;
  left: -50px;
  width: 2em;
  height: 2em;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2846f9;
  border: 0;
  background: transparent;
  font-size: 30px;
}

.btn-next-galeria-probador {
  position: absolute;
  top: 50%;
  right: -48px;
  width: 2em;
  height: 2em;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2846f9;
  border: 0;
  background: transparent;
  font-size: 30px;
}

.btn-prev-galeria-probador:before, .btn-next-galeria-probador:before {
  content: "";
  background: transparent;
  border: solid #2846f9;
  border-radius: 2px;
  color: #2846f9;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  padding: 5px;
  transition: border-color 0.3s ease;
  width: 20px;
}

.btn-prev-galeria-probador:before {
  transform: rotate(45deg);
  border-width: 0 0 2px 2px;
}

.btn-next-galeria-probador:before {
  transform: rotate(-45deg);
  border-width: 0 2px 2px 0;
}

.thumbs-probador-detalle {
  display: flex;
  overflow-x: auto;
  -moz-column-gap: 2px;
       column-gap: 2px;
  width: 100%;
}

.item-thumb-probador {
  width: 24.5%;
  height: auto;
  flex-shrink: 0;
  border-bottom: 3px solid transparent;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

.item-thumb-probador.active {
  border-bottom: 3px solid #2846f9;
}

.scroll-plomo::-webkit-scrollbar {
  width: 11px;
  height: 6px;
}

.scroll-plomo::-webkit-scrollbar-thumb {
  background: #DFDEDE;
  border-radius: 4px;
  cursor: pointer !important;
}

.scroll-plomo::-webkit-scrollbar-thumb:active {
  background-color: #DFDEDE;
  cursor: pointer !important;
}

.scroll-plomo::-webkit-scrollbar-thumb:hover {
  background: #DFDEDE;
  cursor: pointer !important;
}

.scroll-plomo::-webkit-scrollbar-track {
  background: #f1f1f1;
  /*border:  1px solid red;*/
  border-radius: 4px;
}

.scroll-plomo::-webkit-scrollbar-scroll {
  background: #DFDEDE;
}

.scroll-plomo::-moz-scrollbar {
  width: 11px;
  height: 6px;
}

.scroll-plomo::-moz-scrollbar-thumb:active {
  background-color: #DFDEDE;
  cursor: pointer !important;
}

.scroll-plomo::-moz-scrollbar-thumb:hover {
  background: #DFDEDE;
  cursor: pointer !important;
}

.scroll-plomo::-ms-scrollbar {
  width: 11px;
  height: 6px;
}

.scroll-plomo::-ms-scrollbar-thumb:active {
  background-color: #DFDEDE;
  cursor: pointer !important;
}

.scroll-plomo::-ms-scrollbar-thumb:hover {
  background: #DFDEDE;
  cursor: pointer !important;
}

.scroll-plomo::-ms-scrollbar-scroll {
  background: #DFDEDE;
}

/*scroll grueso*/
.scroll-plomo-grueso::-webkit-scrollbar {
  width: 11px;
  height: 9px;
}

.scroll-plomo-grueso::-webkit-scrollbar-thumb {
  background: #DFDEDE;
  border-radius: 8px;
  cursor: pointer !important;
}

.scroll-plomo-grueso::-webkit-scrollbar-thumb:active {
  background-color: #DFDEDE;
  cursor: pointer !important;
}

.scroll-plomo-grueso::-webkit-scrollbar-thumb:hover {
  background: #DFDEDE;
  cursor: pointer !important;
}

.scroll-plomo-grueso::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}

.scroll-plomo-grueso::-webkit-scrollbar-scroll {
  background: #DFDEDE;
}

.scroll-plomo-grueso::-moz-scrollbar {
  width: 11px;
  height: 9px;
}

.scroll-plomo-grueso::-moz-scrollbar-thumb:active {
  background-color: #DFDEDE;
  cursor: pointer !important;
}

.scroll-plomo-grueso::-moz-scrollbar-thumb:hover {
  background: #DFDEDE;
  cursor: pointer !important;
}

.scroll-plomo-grueso::-ms-scrollbar {
  width: 11px;
  height: 9px;
}

.scroll-plomo-grueso::-ms-scrollbar-thumb:active {
  background-color: #DFDEDE;
  cursor: pointer !important;
}

.scroll-plomo-grueso::-ms-scrollbar-thumb:hover {
  background: #DFDEDE;
  cursor: pointer !important;
}

.scroll-plomo-grueso::-ms-scrollbar-scroll {
  background: #DFDEDE;
}

/*fin scroll grueso*/
.scroll-plomo-delgado::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.scroll-plomo-delgado::-webkit-scrollbar-thumb {
  background: #DFDEDE;
  border-radius: 4px;
  cursor: pointer !important;
}

.scroll-plomo-delgado::-webkit-scrollbar-thumb:active {
  background-color: #DFDEDE;
  cursor: pointer !important;
}

.scroll-plomo-delgado::-webkit-scrollbar-thumb:hover {
  background: #DFDEDE;
  cursor: pointer !important;
}

.scroll-plomo-delgado::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.scroll-plomo-delgado::-webkit-scrollbar-scroll {
  background: #DFDEDE;
}

.scroll-plomo-delgado::-moz-scrollbar {
  width: 6px;
  height: 6px;
}

.scroll-plomo-delgado::-moz-scrollbar-thumb:active {
  background-color: #DFDEDE;
  cursor: pointer !important;
}

.scroll-plomo-delgado::-moz-scrollbar-thumb:hover {
  background: #DFDEDE;
  cursor: pointer !important;
}

.scroll-plomo-delgado::-ms-scrollbar {
  width: 6px;
  height: 6px;
}

.scroll-plomo-delgado::-ms-scrollbar-thumb:active {
  background-color: #DFDEDE;
  cursor: pointer !important;
}

.scroll-plomo-delgado::-ms-scrollbar-thumb:hover {
  background: #DFDEDE;
  cursor: pointer !important;
}

.scroll-plomo-delgado::-ms-scrollbar-scroll {
  background: #DFDEDE;
}

.scroll-plomizo::-webkit-scrollbar {
  width: 11px;
  height: 6px;
}

.scroll-plomizo::-webkit-scrollbar-thumb {
  background: #b7b7b7;
  border-radius: 40px;
  cursor: pointer !important;
}

.scroll-plomizo::-webkit-scrollbar-thumb:active {
  background-color: #b7b7b7;
  cursor: pointer !important;
}

.scroll-plomizo::-webkit-scrollbar-thumb:hover {
  background: #b7b7b7;
  cursor: pointer !important;
}

.scroll-plomizo::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 40px;
}

.scroll-plomizo::-webkit-scrollbar-scroll {
  background: #b7b7b7;
}

.scroll-plomizo::-moz-scrollbar {
  width: 11px;
  height: 6px;
}

.scroll-plomizo::-moz-scrollbar-thumb:active {
  background-color: #b7b7b7;
  cursor: pointer !important;
}

.scroll-plomizo::-moz-scrollbar-thumb:hover {
  background: #b7b7b7;
  cursor: pointer !important;
}

.scroll-plomizo::-ms-scrollbar {
  width: 11px;
  height: 6px;
}

.scroll-plomizo::-ms-scrollbar-thumb:active {
  background-color: #b7b7b7;
  cursor: pointer !important;
}

.scroll-plomizo::-ms-scrollbar-thumb:hover {
  background: #b7b7b7;
  cursor: pointer !important;
}

.scroll-plomizo::-ms-scrollbar-scroll {
  background: #b7b7b7;
}

.btn-cerrar-probador {
  font-size: 35px;
  color: #2846f8;
  position: absolute;
  top: -6px;
  left: 0;
  line-height: 0;
  padding: 0 10px;
  background-color: transparent;
  border: 0;
}

.btn-camara-probador svg {
  width: 40px;
  height: 40px;
}

.btn-eliminar-probador svg {
  width: 40px;
  height: 40px;
}

.btn-probadorDetalleSubirFoto {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 0.8rem !important;
}

.btn-probadorDetalleSubirFoto.btn.disabled, .btn-probadorDetalleSubirFoto.btn:disabled {
  opacity: 0.25;
}

.form-check-md {
  padding-left: 2.4em;
}

.form-check-md .form-check-input {
  width: 1.4em;
  height: 1.4em;
}

.form-check-md .form-check-input {
  margin-left: -2.4em;
}

.h-100vh {
  height: 100vh;
}

.contenido-scrolleable {
  line-height: 1.5;
  max-height: calc(100% - 60px);
  overflow: auto;
  padding: 3rem 3rem;
}

.precio-flotante {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 60px;
  background: #e7e7ef;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

#swiper-imgprodsolo .swiper-wrapper {
  height: auto;
}

.contenido-opciones {
  padding: 0 2rem;
}

.cont-acciones {
  font-size: 1.1rem;
  color: #b5b6bb;
}

.cont-acciones button {
  color: #b5b6bb;
}

.links-seguimiento {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.links-seguimiento li {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: #212529;
}

.links-seguimiento li i {
  padding-right: 2rem;
  padding-left: 3rem;
  font-size: 1.1rem;
}

.links-seguimiento li span {
  position: relative;
  color: #212529;
  white-space: nowrap;
}

.links-seguimiento li span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  background: #2846f9;
}

.links-seguimiento li:last-child {
  text-align: right;
}

.links-seguimiento li.active span {
  color: #2846f9;
}

.links-seguimiento li.active span:before {
  height: 2px;
}

.links-seguimiento li.active i {
  color: #2846f9;
}

.radioDetalleLentes input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #ffcd01;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  background-color: transparent;
}

.radioDetalleLentes div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid rgba(204, 204, 204, 0.8);
  border-radius: 1rem;
  min-height: 75px;
  width: 100%;
  cursor: pointer;
  position: relative;
  transition: all 0.4s ease;
}

.radioDetalleLentes div figure {
  padding-left: 1.2rem;
  width: 75px;
}

.radioDetalleLentes div figure img {
  height: 70%;
}

.radioDetalleLentes div aside {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-bottom: 0.4rem;
  padding-top: 0.4rem;
  width: 100%;
}

.radioDetalleLentes div aside h6, .radioDetalleLentes div aside .h6, .radioDetalleLentes div aside h4, .radioDetalleLentes div aside .h4 {
  width: calc(100% - 85px);
}

.radioDetalleLentes div article {
  height: 100%;
  width: 85px;
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  align-content: center;
  justify-content: flex-end;
  padding-bottom: 10px;
  padding-right: 1.2rem;
}

.verMasInfo {
  display: flex;
  height: 100%;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.verMasInfo svg {
  width: 20px;
  height: 20px;
  fill: #b9babf;
}

.btntopInfo {
  padding: 10px 20px;
}

.btnCenterInfo {
  align-items: center;
}

.text-primary-cursive {
  color: var(--bs-primary) !important;
  font-style: italic;
}

.hr-tercio-azul {
  width: 10%;
  background: var(--bs-primary);
}

.radioDetalleLentes:hover div {
  border-color: #2846f9;
  box-shadow: 0px 0px 5px 0.5rem rgba(197, 197, 197, 0.12);
}

.contenido-scrolleable::-webkit-scrollbar {
  width: 7px;
  height: 6px;
}

.contenido-scrolleable::-webkit-scrollbar-thumb {
  background: #DFDEDE;
  border-radius: 4px;
  cursor: pointer !important;
}

.contenido-scrolleable::-webkit-scrollbar-thumb:active {
  background-color: #DFDEDE;
  cursor: pointer !important;
}

.contenido-scrolleable::-webkit-scrollbar-thumb:hover {
  background: #DFDEDE;
  cursor: pointer !important;
}

.contenido-scrolleable::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.contenido-scrolleable::-webkit-scrollbar-scroll {
  background: #DFDEDE;
}

.contenido-scrolleable::-moz-scrollbar {
  width: 7px;
  height: 6px;
}

.contenido-scrolleable::-moz-scrollbar-thumb:active {
  background-color: #DFDEDE;
  cursor: pointer !important;
}

.contenido-scrolleable::-moz-scrollbar-thumb:hover {
  background: #DFDEDE;
  cursor: pointer !important;
}

.contenido-scrolleable::-ms-scrollbar {
  width: 7px;
  height: 6px;
}

.contenido-scrolleable::-ms-scrollbar-thumb:active {
  background-color: #DFDEDE;
  cursor: pointer !important;
}

.contenido-scrolleable::-ms-scrollbar-thumb:hover {
  background: #DFDEDE;
  cursor: pointer !important;
}

.contenido-scrolleable::-ms-scrollbar-scroll {
  background: #DFDEDE;
}

.img-tipolente-popup {
  height: 155px;
}

.ul-sin-style {
  list-style-type: none;
}

.img-estrellarosada {
  height: 12px;
  margin-top: 3px;
}

.close-popup.btn-close {
  color: #b5b6bb;
  border: 0 !important;
  font-size: 20px;
  background: none;
  width: auto;
  height: auto;
  padding: 1px;
  margin-right: 0rem;
  padding-top: 0.5rem;
  box-shadow: none;
}

.nav-pills-tiposLentes li button {
  color: #323232;
  background-color: transparent !important;
  border: 0 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-pills-tiposLentes li:first-child button {
  padding-left: 0;
}

.nav-pills-tiposLentes li:last-child button {
  padding-right: 0;
}

.nav-pills-tiposLentes li button span {
  position: relative;
}

.nav-pills-tiposLentes li button span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  background: #2846f9;
}

.nav-pills-tiposLentes li button.active {
  color: #2846f9 !important;
}

.nav-pills-tiposLentes li button.active span:before {
  height: 2px;
}

.content-dropzone p {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  font-size: 1.1rem;
  margin: 0;
}

.img-email {
  height: 55px;
}

.mb-01 {
  margin-bottom: -1rem !important;
}

.btn-borrar-receta-subida {
  position: absolute;
  right: 0;
  top: 0;
}

.conten-medidaReceta {
  height: 100%;
  transition: all 0.4s ease;
}

.conten-medidaReceta:hover {
  border-color: #2846f9 !important;
  box-shadow: 0px 0px 5px 0.5rem rgba(197, 197, 197, 0.12);
}

.alto-zoom-img {
  max-height: 200px;
  overflow: hidden;
  position: relative;
  max-width: 50%;
}

.btn-verImgGrande {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #2846f9;
  padding: 4px;
  line-height: 1;
  font-size: 15px;
}

.img-ojoCircular {
  height: 20px;
}

.border-bottom-secondary {
  border-bottom: 1px solid #323232;
}

.border-top-secondary {
  border-top: 1px solid #323232;
}

.border-left-secondary {
  border-left: 1px solid #323232;
}

.border-right-secondary {
  border-right: 1px solid #323232;
}

.hr-sombreado {
  margin: 0;
  background-color: #000;
  opacity: 1;
  box-shadow: 0px 2px 3px rgba(76, 76, 76, 0.41);
}

.btn-group-selec .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #323232;
  border-radius: 10px;
  padding: 2px 10px;
  font-size: 0.8rem;
}

.btn-group-selec .dropdown-toggle i {
  font-size: 10px;
}

.btn-group-selec .dropdown-toggle::after {
  display: none;
}

.btn-group-selec .dropdown-menu {
  padding: 4px 4px 4px 0;
  border-radius: 0.7rem;
  border: 1px solid #323232;
  /* overflow: auto; */
  font-size: 0.72rem;
  min-width: auto;
  width: 100%;
}

.btn-group-selec .dropdown-menu .scroleable {
  max-height: 180px;
  overflow: auto;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.filtro-orden {
  padding: 4px 6px;
  cursor: pointer;
  white-space: nowrap;
}

.filtro-orden:hover {
  background: #f6f7ff;
}

.filtro-orden.active {
  background: #f7f7f7;
}

.img-filtroLuzAzul {
  height: 25px;
  margin-bottom: 4px;
  will-change: transform;
}

.text-lunas-secondary {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.text-lunas-secondary span {
  width: 100%;
}

.text-lunas-secondary b {
  width: 75px;
  text-align: end;
}

.sin-dropdown-toggle::after {
  display: none;
}

.btn-group-otros ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.btn-group-otros .dropdown-menu {
  padding: 0;
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 0;
  width: 100%;
  min-width: auto;
}

.btn-group-otros .filtro-otros {
  padding: 1.5rem;
  cursor: pointer;
}

.btn-group-otros .filtro-otros:hover {
  background: #f6f7ff;
}

.btn-group-otros .filtro-otros.active {
  background: #f6f7ff;
}

.text-lunas-primary {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}

.text-lunas-primary a {
  padding: 8px 0 0 0;
  position: absolute;
  right: 0;
  top: -15px;
  width: 40px;
  height: 40px;
  align-items: flex-end;
  justify-content: flex-end;
}

.linea-debajo-texto span {
  position: relative;
}

.linea-debajo-texto span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  background: #2846f9;
}

.linea-debajo-texto.active span:before {
  height: 2px;
}

.linea-debajo-textoBlanco span {
  position: relative;
}

.linea-debajo-textoBlanco span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  background: #fff;
}

.linea-debajo-textoBlanco.active span:before {
  height: 2px;
}

.linea-debajo-textoMuted span {
  position: relative;
}

.linea-debajo-textoMuted span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  background: #9d9d9d;
}

.linea-debajo-textoMuted.active span:before {
  height: 1px;
}

.content-paso-compra #precioTotalCompra {
  display: none;
}

.content-paso-compra .contenido-scrolleable {
  max-height: 100%;
}

.grupo-radios-colores {
  justify-content: center;
}

.radioDetalleLentesColores {
  width: 19%;
  text-align: center;
}

.radioDetalleLentesColores input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #ffcd01;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  background-color: transparent;
}

.radioDetalleLentesColores div {
  width: 100%;
  cursor: pointer;
  transition: all 0.4s ease;
}

.radioDetalleLentesColores div picture {
  display: block;
}

.radioDetalleLentesColores div picture span {
  display: inline-block;
  border-radius: 50%;
  border: 2px solid transparent;
  padding: 2px;
}

.radioDetalleLentesColores div picture span:before {
  display: none;
}

.radioDetalleLentesColores div picture img {
  height: 55px;
}

.radioDetalleLentesColores div span {
  position: relative;
  display: inline-block;
}

.radioDetalleLentesColores div span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  background: #2846f9;
}

.radioDetalleLentesColores input:checked + div picture span {
  border: 2px solid #2846f9;
}

.radioDetalleLentesColores input:checked + div span {
  color: #2846f9;
}

.radioDetalleLentesColores input:checked + div span:before, .radioDetalleLentesColores input:checked + div span:before {
  height: 2px;
}

.btn-eliminarProducto {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  color: #a39d9d !important;
  padding: 5px 10px !important;
  z-index: 2;
}

.btn-eliminarProducto:hover, .btn-eliminarProducto:focus {
  color: #a39d9d !important;
}

.mascara-eliminarProducto {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}

.mascara-eliminarProducto .btn-eliminarProducto {
  color: #fff !important;
}

.btn-mascaraEliminar {
  border: 0;
  background-color: transparent !important;
  color: #fff;
  font-weight: 300 !important;
  font-size: 18px;
}

.td-underline {
  position: relative;
}

.td-underline span {
  position: relative;
}

.td-underline span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  background: #fff;
}

.td-underline.active span:before {
  height: 2px;
}

.alto-accesorios-interes {
  max-height: 40vh;
  overflow: auto;
  padding-right: 15px;
}

.btn-agregarInteres {
  width: 28px;
  padding: 0;
  margin: 0 0 0 auto;
  display: block;
}

.alto-accesorios-interes figure {
  width: 56px !important;
  height: 56px;
  flex: 0 0 auto;
}

.alto-accesorios-interes figure a {
  display: block;
  overflow: hidden;
  border-radius: 0.7rem;
}

.alto-accesorios-interes figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.alto-accesorios-interes aside {
  margin-top: 1.5rem !important;
}

.alto-accesorios-interes aside:first-child {
  margin-top: 0 !important;
}

.alto-accesorios-interes dd span {
  font-size: 0.8rem;
  width: 70px;
  margin: 0 0 0 auto;
}

.spiner-cantidad {
  display: flex;
}

.spiner-cantidad {
  display: flex;
  width: 70px;
  position: relative;
}

.spiner-cantidad input {
  height: 20px;
  padding: 0.2rem;
  text-align: center;
  border: 0;
  background-color: transparent !important;
  font-size: 0.8rem;
  box-shadow: none !important;
}

.spiner-cantidad button {
  padding: 0.3rem;
  font-size: 8px;
  color: #2846f9;
  border: 0;
  background-color: transparent !important;
}

.spiner-cantidad:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  background: #9d9d9d;
  height: 1px;
}

.btn-group-selecter .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ced4da;
  border-radius: 10px;
  padding: 2px 10px;
  width: 100%;
  background: #fff;
}

.btn-group-selecter .dropdown-menu {
  padding: 4px 4px 4px 0;
  border-radius: 0.7rem;
  border: 1px solid #ced4da;
  font-size: 0.72rem;
  min-width: auto;
  width: 100%;
}

.btn-group-selecter .dropdown-menu .scroleable {
  max-height: 180px;
  overflow: auto;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.modalMsg .modal-content {
  border: 1px solid #000;
}

.modalMsg .modal-cabecera {
  overflow: hidden;
}

.modalMsg .close {
  padding: 8px;
  font-size: 53pt;
  font-weight: 100;
  color: #000;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  position: absolute;
  top: -4px;
  right: 8px;
  font-family: none;
  line-height: 1;
  border: 0;
  background: transparent;
}

.modalMsg .modal-cuerpo {
  position: relative;
  overflow: hidden;
  padding: 15px 20px;
}

.content-medidas-guardadas {
  height: 100%;
}

.content-medidas-guardadas aside {
  /*width: 48%;*/
  padding: 8px;
  cursor: pointer;
  height: 100%;
}

.flechas-salidas .swiper-button-next {
  right: -35px;
}

.flechas-salidas .swiper-button-prev {
  left: -35px;
}

.form-redondeado input.form-control, .form-redondeado button.form-control {
  height: 68px;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 1rem 1.6rem;
}

.form-check-input:checked {
  background-color: #2846f9 !important;
  border-color: #2846f9;
}

.form-check-input:checked[type=radio] {
  background-image: none;
}

.ojitoDatos {
  position: relative;
}

.ojitoDatos i {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-49%);
  z-index: 3;
  cursor: pointer;
  background: transparent;
  padding: 10px;
  font-size: 22px;
}

.group-cupon input {
  border-radius: 1rem 0 0 1rem !important;
}

.group-cupon button {
  color: #2846f9;
  margin-left: -1rem !important;
  background-color: #fff;
  border: 1px solid #2846f9;
  border-radius: 1rem !important;
  padding: 0.2rem 1rem;
  transition: all 0.4s ease;
  z-index: 3 !important;
}

.group-cupon button:hover {
  background-color: #2846f9;
  color: #fff;
}

.cuadros-pagos {
  background: transparent;
  font-size: 1rem;
  padding: 5px 0;
  display: inline-block;
  height: 100%;
  color: #000000;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-weight: 400;
}

.cuadros-pagos input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.lista-medioPago img {
  height: 60px;
}

.texto-pago span {
  position: relative;
}

.texto-pago span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  background: #2846f9;
}

.radio-cuadro input:checked + .lista-medioPago .texto-pago {
  color: #2846f9;
}

.radio-cuadro input:checked + .lista-medioPago .texto-pago span:before {
  height: 2px;
}

.col-absoluto {
  position: absolute;
  left: 33%;
}

.col-yape {
  left: 67%;
}

.accordion-collapse-absolute {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  background: rgb(255, 255, 255);
  z-index: 2;
}

.cuadros-felices {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  width: 80%;
  margin: 0 auto;
}

.cuadros-felices article {
  width: 32.9%;
}

.textos-felices {
  display: flex;
  height: 100%;
  background: #f6f7ff;
  align-items: center;
  padding: 0.8rem;
}

.textos-felices span {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.textos-felices i {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-style: normal;
}

.textos-felices span img {
  width: 20px;
  height: 20px;
}

.textos-felices i img {
  width: 20px;
  height: 20px;
}

.carru-video {
  width: 100%;
  border-radius: 1.7rem;
  overflow: hidden;
  position: relative;
  line-height: 0;
}

.carru-video video {
  width: 100%;
  height: 100%;
}

.controles-video {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
}

.fa-volume-xmark.active:before {
  content: "\f028";
}

.fa-play.active:before {
  content: "\f04c";
}

.swiper-flecha-azul .swiper-button-next:after, .swiper-flecha-azul .swiper-button-prev:after {
  display: none;
}

.swiper-flecha-azul .swiper-button-next, .swiper-flecha-azul .swiper-button-prev {
  font-size: 30pt;
}

.swiper-flecha-azul .swiper-button-prev {
  left: 0;
}

.swiper-flecha-azul .swiper-button-next {
  right: 0;
}

.swiperClientesFelices {
  width: 97%;
  margin: 0 auto;
}

.swiperClientesFelices .swiper-wrapper {
  align-items: center;
}

.swiperClientesFelices .swiper-slide .carru-video {
  width: 80%;
  opacity: 0.4;
  margin: 0 auto;
}

.swiperClientesFelices .swiper-slide.swiper-slide-active .carru-video {
  width: 100%;
  opacity: 1;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.59);
}

.splide__list {
  align-items: center;
}

.splideClientesFelices .splide__slide .carru-video {
  width: 80%;
  opacity: 0.4;
  margin: 0 auto;
}

.splideClientesFelices .splide__slide.is-active .carru-video {
  width: 100%;
  opacity: 1;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.59);
}

.splide__arrow {
  background: transparent !important;
  opacity: 1 !important;
}

.splide__arrow--prev {
  left: 0 !important;
}

.splide__arrow--prev:before {
  /* font-family: bootstrap-icons !important;
  content: "\f284"; */
  content: "";
  color: #2846f9;
  font-size: 30pt;
  display: inline-block;
  width: 26px;
  height: 26px;
  border: solid #2846f9;
  border-width: 3px 0 0 3px;
  padding: 5px;
  cursor: pointer;
  background: transparent;
  transition: border-color 0.3s ease;
  transform: rotate(-45deg);
  border-radius: 2px;
}

.splide__arrow--next {
  right: 0 !important;
}

.splide__arrow--next:before {
  /* font-family: bootstrap-icons !important;
  content: "\f285"; */
  content: "";
  color: #2846f9;
  font-size: 30pt;
  display: inline-block;
  width: 26px;
  height: 26px;
  border: solid #2846f9;
  border-width: 0 3px 3px 0;
  padding: 5px;
  cursor: pointer;
  background: transparent;
  transition: border-color 0.3s ease;
  transform: rotate(-45deg);
  border-radius: 2px;
}

.splide__arrow svg {
  fill: #2846f9;
  display: none;
}

.box-numerador span {
  background-color: #ff6e4a;
  border-radius: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 50px;
  height: 50px;
  margin-right: 6px;
  font-size: 1.6rem;
}

.box-numerador p {
  margin-bottom: 0;
}

.box-coment {
  width: 100%;
  position: relative;
}

.scroll-coment {
  overflow-x: auto;
  padding-bottom: 2.4rem;
  padding-top: 1.4rem;
  /*padding-bottom: 16px;*/
}

.scroll-coment::-webkit-scrollbar {
  height: 14px !important;
}

.scroll-coment::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 8px;
  margin-left: 12px;
  margin-right: 12px;
}

.scroll-coment::-webkit-scrollbar-thumb {
  background: #dfdede;
  border-radius: 8px;
}

.wrapper-coment {
  display: flex;
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
}

.card-coment {
  position: relative;
  display: flex;
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 14px;
  padding-right: 14px;
  gap: 16px;
}

.cont-coment {
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.21);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 1.2rem;
  border: 2px solid #2846f9;
  overflow: hidden;
  height: 100%;
  width: 280px;
}

.cont-coment picture {
  display: block;
  height: 96px;
  width: 96px;
  margin: 2rem auto;
}

.cont-coment aside {
  background: #8dc63f;
  height: 55px;
}

.cont-coment article {
  background: #fff;
  margin: 0 10% 10%;
  position: relative;
  height: calc(100% - 188px);
}

.rating {
  display: block;
  font-size: 15px;
  color: #ffc121;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}

.rating .active {
  font-weight: 900;
}

.modtit-cliente img {
  height: 40px;
}

.modtit-cliente p {
  color: #333333;
}

body.waitMe_container .waitMe {
  background: rgba(255, 255, 255, 0.86) !important;
}

.imgFiltroTipoRostro, .imgFiltroFormaMontura, .imgFiltroColor {
  width: 100%;
}

.fancybox-button {
  color: #fff;
  height: 64px !important;
  width: 64px !important;
}

.swiper-container .categoriasSlider .swiper-button-prev {
  left: -15px;
}

.swiper-container .categoriasSlider .swiper-button-next {
  right: -15px;
}

.swiper-container .favoritosSlider .swiper-button-prev {
  left: 5px;
}

.swiper-container .favoritosSlider .swiper-button-next {
  right: 5px;
}

/*Mi perfil*/
.content-perfil {
  display: flex;
}

.menuPerfil {
  width: 430px;
  box-shadow: 3px 0 16px rgba(0, 0, 0, 0.16);
  padding: 3rem 4rem 10rem;
}

.menuPerfil .accordion-button::after {
  display: none;
}

.menuPerfil .accordion-button {
  padding: 1.5rem 0 0.2rem;
}

.menuPerfil .accordion-button i {
  padding-left: 1.3rem;
  color: #2846f9;
  font-size: 0.9rem;
}

.menuPerfil .accordion-body {
  padding: 0 0;
}

.menuPerfil .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: none;
}

.menuPerfil .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

.menuPerfil .accordion-item {
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important;
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 1rem;
}

.lista-menu-perfil a {
  display: block;
  padding: 0.5rem 2rem;
  color: #6e6e6e;
}

.lista-menu-perfil a.active {
  color: #2846f9;
}

.boxPerfil {
  width: calc(100% - 430px);
  padding: 2rem 2.5rem;
  overflow: hidden;
}

.btn-none {
  color: #2846f9 !important;
  font-size: 100% !important;
}

.box-formReceta {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  position: relative;
}

.box-formReceta .mascara-eliminarProducto {
  border-radius: 0.5rem;
}

.head-formReceta {
  background: #f4f4f4;
  padding: 0.7rem;
  border-radius: 0.5rem 0.5rem 0 0;
}

.row-formReceta .border-right-secondary {
  border-right: 1px solid #ccc;
}

.btn-eliminarReceta {
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  font-size: 15px;
  color: #a39d9d !important;
  padding: 5px 10px !important;
  z-index: 2;
}

.btn-editarFormReceta {
  border: 0;
  padding: 0.5rem;
  background: transparent;
  position: absolute;
  left: 1rem;
}

.btn-editarFormReceta span {
  color: #2846f9;
  position: relative;
}

.btn-editarFormReceta span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #2846f9;
}

.row-formReceta .btn-group-selec .dropdown-toggle {
  min-width: 65px;
  justify-content: center;
  cursor: default;
  border-radius: 2rem;
}

.row-formReceta .btn-group-selec .dropdown-toggle i {
  font-weight: bold;
}

.hr-lineal {
  margin: 0;
  background-color: #ccc;
  opacity: 1;
}

.box-fotoReceta {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}

.head-fotoReceta {
  padding: 1rem 1rem 0.6rem;
}

.btn-editarFotoReceta {
  border: 0;
  padding: 0.5rem;
  background: transparent;
  position: relative;
  text-align: center;
}

.btn-editarFotoReceta span {
  color: #2846f9;
  position: relative;
}

.btn-editarFotoReceta span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #2846f9;
}

.box-fotoReceta .btn-verImgGrande {
  font-size: 24px;
}

.box-fotoReceta picture {
  height: 200px;
  width: 100%;
  display: block;
}

.box-fotoReceta picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.link-volverPerfil {
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.link-volverPerfil i {
  font-size: 0.7rem;
}

.boxPerfil .btn-group-selecter .dropdown-toggle {
  color: #cccccd;
}

.box-direcciones {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.body-direcciones {
  padding: 1.5rem 2rem 3rem;
  height: 100%;
}

.btn-editarDireccion span {
  color: #2846f9;
  position: relative;
}

.btn-editarDireccion span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #2846f9;
}

.editar-direcciones {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
}

.seleccionado {
  color: #212529;
}

.box-historial {
  margin-bottom: 3rem;
  position: relative;
  padding-top: 0rem;
}

.header-historial {
  background: #f7f7f7;
  padding: 1rem;
  border-radius: 0.6rem 0.6rem 0 0;
  border: 1px solid #f1f1f1;
  border-bottom: 0 !important;
}

.body-historial {
  border-radius: 0 0 0.6rem 0.6rem;
  border: 1px solid #f1f1f1;
  padding: 2rem;
  position: relative;
  margin-top: 0;
}

/*.box-historial:after {
    border-top: 1px solid #f7f7f7;
    content: '';
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
}*/
.body-historial .scroll-plomo {
  max-height: 400px;
  overflow-y: auto;
  width: 100%;
}

.estadoEtrega {
  position: absolute;
  top: -12px;
  color: #fff;
  padding: 0.2rem 1.5rem;
  border-radius: 1rem;
  width: 150px;
  text-align: center;
}

.body-historial figure {
  text-align: center;
}

.body-historial figure img {
  max-height: 200px;
}

.section-historial .box-historial:first-child {
  padding-top: 0;
}

.section-historial .box-historial:first-child:after {
  display: none;
}

.box-historial .bg-warning {
  background-color: #efac05 !important;
}

.box-historial .bg-success {
  background-color: #05aa28 !important;
}

.box-historial .bg-danger {
  background-color: #d54545 !important;
}

.linea-proceso-historial {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  list-style-type: none;
  position: relative;
  overflow: hidden;
}

.linea-proceso-historial li {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.linea-proceso-historial .circle {
  height: 4.5vw;
  width: 4.5vw;
  display: block;
  background: #d3d3d3;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.linea-proceso-historial li strong {
  margin-top: 1rem;
  font-size: 1rem;
}

.barra-progreso {
  border-radius: 0;
  position: absolute;
  height: 0.8vw;
  top: 2vw;
  left: 4.5vw;
  z-index: -1;
  width: 50%;
  width: 38%;
}

.barra-progreso.num2 {
  left: 50%;
  width: 43.3333333333%;
}

.barra-progreso.num3 {
  left: 70.1%;
  width: 22%;
}

.barra-progreso.num3 .progreso {
  background: transparent;
}

.estadoProceso .barra-progreso {
  width: 20%;
}

.linea-proceso-historial li.estadoHecho:nth-child(1) .barra-progreso .progreso {
  width: 50% !important;
}

.linea-proceso-historial li.estadoHecho:nth-child(2) .barra-progreso {
  left: 26%;
  width: 46.6666666667%;
}

.linea-proceso-historial li.estadoProceso:nth-child(2) .barra-progreso {
  left: 26%;
  width: 46.6666666667%;
}

.linea-proceso-historial li.estadoProceso:nth-child(3) .barra-progreso {
  width: 25%;
}

.progreso {
  height: 100%;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  transition: width 0.25s;
  border-radius: 0;
}

.linea-proceso-historial .estadoHecho .circle {
  background: #05aa28;
}

.linea-proceso-historial .estadoProceso .circle {
  background: #efac05;
}

.linea-proceso-historial .estadoHecho .progreso {
  background: #05aa28;
}

.linea-proceso-historial .estadoProceso .progreso {
  background: #efac05;
}

.box-pedidoCancelado section {
  display: flex;
  align-items: center;
}

.box-pedidoCancelado figure {
  height: 4.5vw;
  width: 4.5vw;
  display: block;
  background: #d3d3d3;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.box-pedidoCancelado aside {
  padding-left: 1rem;
  color: lightgrey;
}

.btn-editarDatos span {
  color: #2846f9;
  position: relative;
}

.btn-editarDatos span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #2846f9;
}

.boxPerfil .btn-group-selec .dropdown-toggle {
  border: 1px solid #ced4da;
  font-size: 1rem !important;
}

.boxPerfil .btn-group-selec .dropdown-toggle i {
  font-size: 20px;
}

.boxPerfil .btn-group-selec .dropdown-menu {
  border: 1px solid #ced4da;
}

.btn-eliminarProvadorV svg {
  width: 40px;
  height: 40px;
}

.link-volverMenuMovil {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.link-volverMenuMovil i {
  font-size: 0.7rem;
}

.box-favorito {
  text-align: center;
  border-right: 1px solid #b1b1b1;
}

.box-favorito div {
  padding-top: 3rem;
}

.box-favorito figure {
  padding: 0 1rem;
}

.content-favoritos .box-favorito:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b1b1b1;
}

.content-favoritos .head-favoritos {
  padding: 2rem 1rem 0rem;
}

#linkeables {
  overflow: hidden;
  position: relative;
}

#accordionCitas .accordion-item {
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important;
  border-bottom: 1px solid #b1b1b1;
}

#accordionCitas .accordion-button {
  padding: 2.3rem 0 1.8rem;
}

#accordionCitas .accordion-button:not(.collapsed) {
  color: #2846f9;
  background-color: #ffffff;
  box-shadow: none;
  font-weight: 600;
}

#accordionCitas .accordion-button i {
  padding-left: 1.3rem;
  color: #2846f9;
  font-size: 0.9rem;
}

#accordionCitas .accordion-button::after {
  display: none;
}

#accordionCitas .accordion-button:focus {
  box-shadow: none;
}

#accordionCitas .accordion-body {
  padding: 0 0 1.5rem;
}

#accordionCitas .accordion-item.active {
  border-bottom: 1px solid #2846f9;
}

#accordionCitas .accordion-item.active .accordion-button {
  color: #2846f9;
  background-color: #ffffff;
  box-shadow: none;
  font-weight: 600;
}

.btn-orange {
  background: #ff6f40;
  border-radius: 1.2rem;
  color: #fff;
  padding: 0.3rem 1.4rem;
}

.btn-orange:hover {
  background: #ff4a0e;
  color: #fff;
}

.img-estrella1 {
  height: 1.4rem;
  margin: 0 0 0 1.4rem;
  display: block;
}

.img-estrella2 {
  margin: 0 1.4rem 0 auto;
  display: block;
  height: 1.4rem;
}

.box-descuento {
  padding-top: 0rem;
  margin-bottom: 1rem;
}

.head-descuento {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.first-descuento {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 32px;
  padding: 8px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
}

.second-descuento {
  padding-left: 4.5rem;
}

.second-descuento h4, .second-descuento .h4 {
  font-size: 1.48rem;
}

.body-decuento {
  padding-left: 4.5rem;
  margin-top: 0;
}

.body-decuento input {
  border: 1px solid #2846f9;
}

.texto-precesador {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.barra-procesador {
  margin-top: 1.2rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.barra-procesador .progress {
  height: 1.8rem;
  background-color: #f6f7ff;
  border-radius: 1rem;
  border: 1px solid #2846f9;
  overflow: visible;
}

.barra-procesador .progress-bar {
  background-color: #2846f9;
  position: relative;
  overflow: visible;
  border-radius: 1rem;
}

.barra-procesador .progress-bar span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #2846f9;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
}

.barra-procesador .slider-container {
  width: 100%;
  height: 55px;
  position: relative;
}

.barra-procesador .slider-track {
  width: 100%;
  height: 29px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 1rem;
  background: #f6f7ff;
  background: linear-gradient(to right, rgb(40, 70, 249) 0%, rgb(40, 70, 249) 15.6109%, rgb(243, 244, 252) 15.6109%, rgb(246, 247, 255) 100%);
  border: 1px solid #2846f9;
}

.barra-procesador .slider-thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
  background: #2846f9;
  color: #fff;
}

.barra-procesador .slider-thumb span {
  position: relative;
  top: 30%;
  font-size: 15pt;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-copy-cupon {
  border: 2px solid #2846f9;
  border-radius: 1rem;
  padding: 2rem 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f6f7ff;
  color: #2846f9;
}

.box-copy-cupon p {
  padding-right: 1rem;
  font-weight: 500;
}

.box-copy-cupon svg {
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.img-absolute-left-bottom {
  position: absolute;
  bottom: -12%;
  left: 0;
  z-index: -1;
}

.img-absolute-right-top {
  position: absolute;
  top: -25%;
  right: 0;
  z-index: -1;
}

/*landing*/
.banneres-landing {
  position: relative;
  padding: 9% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.alto-banner-landing {
  height: 88vh;
}

.mascara-negra-landing:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.22);
}

.banner-medioalto-landing-xs.mascara-negra-landing:before {
  background: rgba(0, 0, 0, 0.1);
}

.media-container__video {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-landing-general {
  display: table;
  width: 75%;
  position: relative;
  height: 100%;
  margin: 0 auto;
  color: #fff;
}

.banner-landing-general.bluex {
  width: 85%;
}

.banner-landing-general section {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.banner-landing-general section.medio {
  width: 55%;
}

.mostrarbotones.hide {
  display: none;
}

.btn-landing-bluex-white {
  display: inline-block;
  width: 185px;
  padding: 10px 3rem;
  font-size: 13pt;
  color: #2846F9;
  background: #fff;
  text-align: center;
  border-radius: 0.8rem;
  box-shadow: 3px 4px 8px rgba(58, 58, 58, 0.6);
  transition: all 0.4s ease;
}

.btn-landing-bluex-white:hover {
  color: #fff;
  background: #2846F9;
  text-decoration: none;
}

.btn-landing-bluex-blue {
  text-decoration: none;
  width: 185px;
  display: inline-block;
  padding: 10px 3rem;
  font-size: 13pt;
  background: #2846F9;
  color: #fff;
  text-align: center;
  border-radius: 0.8rem;
  margin-bottom: 2%;
  box-shadow: 3px 4px 8px rgba(58, 58, 58, 0.6);
  transition: all 0.4s ease;
}

.btn-landing-bluex-blue:hover, .btn-landing-bluex-blue:focus {
  background: #2846F9;
  color: #fff;
  text-decoration: none;
}

.mostrarbotones.show {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.box-cuadros-landing {
  text-align: center;
  padding: 1rem;
  border: 1px solid #2846f9;
  border-radius: 1rem;
  height: 100%;
}

.box-cuadros-landing img {
  height: 70px;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.box-cuadros-landing p {
  margin-bottom: 0;
  line-height: 1.2;
}

.div-deslizador {
  border-bottom: 1px solid #000000;
}

.desliz {
  padding: 20px 40px;
  display: table;
  width: 100.1%;
  cursor: pointer;
  border-radius: 0;
}

.desliz h3, .desliz .h3 {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: 500;
}

.desliz span {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 20pt;
  width: 35px;
}

.cont-desliz {
  border-top: 0 !important;
  padding: 15px 40px;
}

.cont-desliz p {
  font-size: 0.875rem;
}

.imagen-banner-landing {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.content-banner-landing {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.input-group-enlazado input {
  border-radius: 1rem 0 0 1rem !important;
}

.input-group-enlazado button {
  margin-left: -1rem !important;
  transition: all 0.4s ease;
  z-index: 3 !important;
}

.boxin-unetes img {
  height: 100px;
}

/*fin landing*/
/* Asistente virtual */
.img-top-asistente {
  position: absolute;
  top: 0;
  left: 0;
  height: 112px;
}

/* fin Asistente virtual */
.img-puntos-colores {
  height: 50px;
}

.franja-typewriter {
  background: #2846f9;
  color: #fff;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 4rem;
  text-align: center;
  position: relative;
}

.efectoScript {
  font-size: 4.2rem;
  font-weight: 100;
}

.efectoScript b {
  color: #ff6e4a;
  font-weight: bold;
}

.flecha_scrollDown {
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  width: 60px;
  margin: 0 auto;
}

.box-numeraciones aside {
  display: flex;
  align-items: center;
}

.box-numeraciones aside span {
  width: 25%;
  text-align: center;
  font-size: 8rem;
  color: #0090ff;
  font-weight: 500;
  line-height: 1;
}

.box-numeraciones aside article {
  width: 75%;
  text-align: justify;
}

.btn-outline-primary-white {
  color: #2846f9;
  border-color: #2846f9;
  background-color: #fff;
}

.btn-outline-primary-white:hover {
  background-color: #2846f9;
  color: #fff;
}

/*popup home*/
.modal_uneteWeb {
  border-radius: 0;
}

.modal_uneteWeb .modal-body {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}

.modal_uneteWeb .modal-content {
  border-radius: 0 !important;
  border: 0;
}

.modal_uneteWeb .close {
  position: absolute;
  top: 10px !important;
  right: 12px !important;
  z-index: 1;
  font-size: 55px !important;
  line-height: 0.6;
  color: #fff;
}

.modal_uneteWeb h1, .modal_uneteWeb .h1 {
  color: #542E91;
  font-weight: bold;
  font-size: 30pt !important;
}

.modal_uneteWeb h2, .modal_uneteWeb .h2 {
  font-size: 20pt !important;
}

.modal_uneteWeb h3, .modal_uneteWeb .h3 {
  font-size: 22pt !important;
}

.modal_uneteWeb .form-control-lg {
  border: 0;
  border-radius: 0;
  width: 100%;
  color: #000;
  height: 60px;
}

.col_texto_uneteWeb {
  margin-left: -6%;
}

.box-semialto {
  max-height: 43vh;
  overflow-y: auto;
  padding: 0 15px;
}

/*fin popup home*/
.alertaPopUp {
  position: relative;
}

.alertaPopUp .alert.alert-danger.alerta-body {
  position: absolute !important;
  margin-top: 0 !important;
}

.alerta {
  position: relative;
}

.alerta .alert-danger.alerta-body {
  position: absolute !important;
  margin-top: 0 !important;
}

.listado-circle li {
  margin-bottom: 0.7rem;
}

.listado-circle li::marker {
  color: #a5a5a5;
}

#myModalTipoDeLenteProgresivos .nav-item button span {
  position: relative;
  display: inline-block;
}

#myModalTipoDeLenteProgresivos .nav-item button img {
  height: 140px;
  display: block;
  opacity: 0.5;
  margin-top: 1.2rem;
  margin-left: auto;
  margin-right: auto;
}

#myModalTipoDeLenteProgresivos .nav-item button.active img {
  opacity: 1;
}

.conten-medidaReceta figure.mb-0 {
  height: 200px;
  overflow: hidden;
  margin-bottom: 1.2rem !important;
}

.conten-medidaReceta figure.mb-0 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.img-proceso-left {
  position: absolute;
  left: -10rem;
  top: 270px;
  width: 45%;
}

.img-proceso-right {
  position: absolute;
  right: -10rem;
  top: 0;
  width: 45%;
}

.close-blue {
  position: absolute;
  top: 6px;
  right: 8px;
  color: #2846f9 !important;
}

#inputBuscador.form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group #correo.form-control {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#footerEmail.form-control {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

#embedEmail.form-control {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.efecto-parpadeo {
  animation: pulse 3s 3s both infinite;
  transform-origin: 0 0;
}

.efecto-pulso {
  animation: pulse 3s 3s both infinite;
  transform-origin: 50% 50%;
}

.btn-sale-filtro {
  display: inline-flex;
  position: relative;
  padding: 0.2rem 0.2rem 0.2rem 0.5rem;
  line-height: 1;
  height: 2.2rem;
}

.btn-sale-filtro:before {
  content: "";
  height: 14px;
  width: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.btn-sale-filtro span {
  padding: 0.4rem 1rem;
  border-radius: 0.2rem;
  color: red;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  display: flex;
  box-shadow: inset 0 0 0 0 #dddfef;
  align-items: center;
  justify-content: center;
}

.btn-sale-filtro:hover span, .btn-sale-filtro.active span {
  box-shadow: inset 200px 0 0 0 #dddfef;
}

.btn-corazon-filtro {
  padding: 0.2rem 0.2rem 0.2rem 0.5rem;
  height: 2.2rem;
}

.btn-corazon-filtro span {
  display: block;
  padding: 0rem 0.4rem 0.2rem;
  border-radius: 0.2rem;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: inset 0 0 0 0 #dddfef;
}

.btn-corazon-filtro:hover span, .btn-corazon-filtro.active span {
  box-shadow: inset 200px 0 0 0 #dddfef;
}

.btn-corazon-filtro:hover .pulsingheart {
  animation-duration: 1s !important;
  animation-name: pulseFav !important;
  animation-delay: 0s !important;
}

.btn-corazon-filtro:hover .pulsingheart:before, .btn-corazon-filtro:hover .pulsingheart:after {
  animation-duration: 1s !important;
  animation-name: pulsecolor !important;
  animation-delay: 0s !important;
}

.btn-corazon-filtro.active .pulsingheart:after, .btn-corazon-filtro.active .pulsingheart:before {
  background: #2846f9 !important;
}

/* efecto filtro */
.pulsingheart {
  position: relative;
  width: 26px;
  height: 25px;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}

.pulsingheart:before, .pulsingheart:after {
  position: absolute;
  content: "";
  height: 22px;
  left: 50%;
  top: 6px;
  width: 50%;
  height: 77%;
  background: #f6f7ff;
  border-radius: 50px 50px 0 0;
  border: 1px solid #2846f9;
  transform: rotate(-50deg);
  transform-origin: 0 100%;
}

.pulsingheart:before {
  clip-path: polygon(0% 0%, 0 100%, 100% 100%, 100% 0);
}

.pulsingheart:after {
  left: 0;
  border-left: 0;
  transform: rotate(47deg);
  clip-path: polygon(0 0%, 0 38%, 100% 100%, 100% 0);
  border: 1px solid #2846f3;
  transform-origin: 100% 100%;
}

.efecto-palpito {
  animation-duration: 1s !important;
  animation-name: pulseFav !important;
  animation-iteration-count: 1 !important;
  animation-delay: 0s;
}

.efecto-palpito.pulsingheart:before, .efecto-palpito.pulsingheart:after {
  animation-duration: 1s !important;
  animation-name: pulsecolor !important;
  animation-iteration-count: 1 !important;
  animation-delay: 0s;
}

.pulsingheart.active:after, .pulsingheart.active:before {
  background: #2846f9 !important;
}

.retraso-delay {
  animation-delay: 1.5s !important;
}

.retraso-delay:before, .retraso-delay:after {
  animation-delay: 1.5s !important;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulseFav {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulsecolor {
  0% {
    background: #fff;
  }
  30% {
    background: #2846f9;
  }
  52% {
    background: #2846f9;
  }
  90% {
    background: #2846f9;
  }
  100% {
    background: #fff;
  }
}
/*fin efecto filtro*/
.imgtex-flex {
  line-height: 2;
}

.imgtex-flex img {
  width: 16px;
}

.imgtex-flex span {
  padding-left: 0.2rem;
}

.imgtex-flex2 img {
  width: 19px;
}

.imgtex-flex2 span {
  padding-left: 0rem !important;
}

.filtro-azul-gratis {
  font-size: 1.1rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.filtro-azul-gratis label {
  background-color: #2846f9;
  color: #fff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.3rem;
  font-weight: normal;
  line-height: 1.3;
}

.filtro-azul-gratis img {
  height: 1.8rem;
}

.filtro-envio-gratis {
  font-size: 1.1rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.filtro-envio-gratis label {
  background-color: #ff6f3f;
  color: #fff;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  border-radius: 0.3rem;
  font-weight: normal;
  line-height: 1.7;
}

.filtro-envio-gratis img {
  height: 1.4rem;
}

.probador_tryon {
  font-size: 1.1rem;
  left: 6%;
  bottom: 25%;
  z-index: 1;
  display: block;
}

.probador_tryon button {
  background-color: #fff;
  color: #2846f9;
  border-color: #2846f9;
  border-width: 0.15rem;
  border-radius: 0.75rem;
  padding: 0.35rem;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}

.probador_tryon img {
  height: 1.2rem;
}

.probador_tryon span {
  font-size: 81%;
}

.grupoTabsDetalle .nav-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.grupoTabsDetalle .nav-tabs.recap-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grupoTabsDetalle .nav-tabs .nav-link:first-child span {
  border-radius: 0 1rem 1rem 0;
}

.grupoTabsDetalle .nav-tabs .nav-link:last-child span {
  border-radius: 1rem 0 0 1rem;
}

.grupoTabsDetalle .nav-tabs .nav-link {
  height: 90px;
  font-weight: 600;
  color: #000;
  font-size: 1.563rem;
  line-height: 1;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 0;
  border-radius: 0;
}

.grupoTabsDetalle .nav-tabs .nav-link .title-tabs {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  font-size: inherit;
}

.grupoTabsDetalle .nav-tabs .nav-item .nav-link .title-tabs strong, .grupoTabsDetalle .nav-tabs .nav-link .title-tabs strong {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.grupoTabsDetalle .nav-tabs .nav-item.show .nav-link, .grupoTabsDetalle .nav-tabs .nav-link.active, .grupoTabsDetalle .grupoTabsDetalle .grupoTabsDetalle .nav-tabs .nav-link:focus, .grupoTabsDetalle .grupoTabsDetalle .nav-tabs .nav-link:hover {
  color: var(--bs-primary);
}

.grupoTabsDetalle .nav-tabs .nav-item.show .nav-link .title-tabs, .grupoTabsDetalle .nav-tabs .nav-link.active .title-tabs {
  background-color: var(--bs-lighter);
}

.grupoTabsDetalle .nav-tabs .nav-item.show .nav-link .title-tabs strong, .grupoTabsDetalle .nav-tabs .nav-link.active .title-tabs strong {
  border-bottom: 3px solid #2846f9;
}

.img-popup-absolute {
  margin-top: -3rem;
  position: relative;
  z-index: 1;
}

.progresivosSliders .splide__slide {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  width: 80% !important;
}

.progresivosSliders .splide__slide img {
  filter: brightness(0.2);
  transition: all 0.4s ease;
}

.progresivosSliders .splide__slide aside {
  width: 90%;
  margin: 0 auto;
}

.progresivosSliders .splide__slide.is-active img {
  filter: brightness(1);
}

.progresivosSliders .splide__slide.is-active aside {
  width: 90%;
  text-align: justify;
}

.progresivosSliders .splide__arrow--next:before {
  color: #ffffff;
  font-size: 23pt;
}

.progresivosSliders .splide__arrow--prev:before {
  color: #ffffff;
  font-size: 23pt;
}

#nombreCupon.form-control {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#celular.form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.medidagratis-flotante {
  position: fixed;
  top: 23%;
  right: -10px;
  width: 20%;
  z-index: 99;
}

.medidagratis-flotante .medidagratis-normal {
  display: block;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.medidagratis-flotante.is-mini .medidagratis-normal {
  opacity: 0;
  transform: scale(0.85);
  pointer-events: none;
}

.medidagratis-flotante.is-mini {
  pointer-events: none;
}

.medidagratis-mini {
  display: none;
  align-items: center;
  gap: 0.5rem;
  position: fixed;
  right: 15px;
  bottom: 102px;
  z-index: 100;
  background: #323232;
  color: #f6f7ff;
  border: 0;
  border-radius: 50px;
  padding: 0.7rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: bottom 0.25s ease;
}

@media (max-width: 991px) {
  .medidagratis-mini {
    right: 10px;
    bottom: 97px;
  }
}
@media (max-width: 320px) {
  .medidagratis-mini {
    bottom: 76px;
  }
}
@media (min-width: 992px) {
  .medidagratis-mini {
    padding: 0.9rem 1.6rem;
    font-size: 1.05rem;
    gap: 0.65rem;
  }
  .medidagratis-mini svg {
    width: 24px;
    height: 24px;
  }
}
.medidagratis-mini svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.medidagratis-mini.is-visible {
  display: inline-flex;
  animation: medidagratisColapsar 0.4s ease forwards;
}

@keyframes medidagratisColapsar {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  60% {
    opacity: 1;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.btn-receta-end {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.btn-receta-end2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#swiper-imgprod .swiper-slide {
  outline: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
}

#swiper-imgprod .swiper-slide img {
  width: 100%;
  outline: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
}

.itemAccesorio h5, .itemAccesorio .h5 {
  word-break: break-word;
}

.modal-recetas .btn-cerrar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 3rem;
  color: #fff;
  background: transparent;
  border: 0;
}

.modal-recetas .btn-cerrar svg {
  width: 47px;
  height: 47px;
  fill: #fff;
}

.modal-recetas .modal-content {
  background: transparent;
}

.listado-lunas-5 .radioDetalleLentesColores {
  width: 33%;
}

.listado-lunas-5 .radioDetalleLentesColores div picture img {
  height: auto !important;
}

.imgluna-right {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.imgluna-right img {
  height: 80%;
}

.banner-mono {
  position: relative;
  display: flex;
  border-top: 1px solid #d0d4fa;
}

.cont-left {
  width: 40%;
  padding: 0rem 6rem 5rem 7rem;
  display: flex;
  align-items: center;
  background: #f6f7ff;
}

.banner-mono h1, .banner-mono .h1 {
  font-size: 31pt !important;
}

.banner-mono h4, .banner-mono .h4 {
  font-size: 18pt !important;
}

.banner-mono .btn-hover:hover span:after {
  font-size: 0.9rem;
}

.cont-right {
  width: 60%;
}

.splide__pagination__page {
  background: #e4e4e4;
  height: 18px;
  width: 18px;
  margin: 12px;
  opacity: 1;
}

.splide__pagination__page.is-active {
  background: #2846f9;
  transform: scale(1);
}

.box-forma-rostro {
  padding: 0 !important;
  height: 100vh;
  position: fixed !important;
  top: 0;
}

.box-forma-rostro .box-scroll {
  height: 100%;
  padding: 2rem 7rem;
  overflow: auto;
  position: relative;
}

.box-forma-rostro .cont-acciones {
  position: absolute;
  top: 2rem;
  left: 5rem;
  right: 5rem;
}

.box-forma-rostro .cont-acciones a {
  color: #b5b6bb;
}

.btn-transparent-hover {
  color: #2846f9 !important;
  border-color: #2846f9 !important;
  border-width: 1px !important;
  background-color: transparent !important;
}

.btn-transparent-hover:hover {
  box-shadow: 2px 3px 12px rgba(33, 37, 41, 0.24);
}

.btn-transparent-hover:focus {
  background-color: #2846f9 !important;
  color: #fff !important;
  box-shadow: 2px 3px 12px rgba(33, 37, 41, 0.24);
}

.imagen-dibu {
  position: absolute;
  bottom: 0;
  right: 13rem;
  height: 55%;
}

.box-lentetest p {
  padding-left: 1.2rem;
}

.text-medio {
  font-size: 1.3rem;
}

.box-opcioneslentes {
  display: block;
}

.box-opcioneslentes figure {
  position: relative;
}

.icono-brillo {
  height: 1rem;
  display: block;
  margin: 0 0 0 auto;
}

/*Probador Forma de Rostro*/
.box-probador-rostro {
  width: 50%;
  margin: 0 auto;
}

.probador-rostro {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.probador-rostro article {
  width: 80%;
  margin-bottom: 0;
  display: flex;
}

.probador-rostro aside {
  width: 20%;
}

.probador-rostro article figure {
  margin-bottom: 0;
  width: 86%;
  position: relative;
  border: 2px solid #2846F9;
  border-radius: 2rem;
  overflow: hidden;
}

.probador-rostro article .scroll-zoomRostroProbador {
  width: 16%;
  position: relative;
  overflow: hidden;
}

.contenedor-imagen-probador input {
  display: none;
}

.mascara-imagen-probador {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.preview-imagen-probador {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: 0 0;
  cursor: grab;
}

.box-interaccion-formarostro {
  position: absolute;
  bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  z-index: 2;
}

.box-interaccion-formarostro img {
  height: 2rem;
}

.box-interaccion-formarostro .img-formamanito:hover, .box-interaccion-formarostro .img-formamanito.active {
  border-radius: 50%;
  box-shadow: 0px 2px 4px rgba(20, 20, 20, 0.57);
}

.mascara-probadorrostro {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 3;
}

.mascara-probadorrostro div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem 3rem;
  font-weight: bold;
  gap: 10px;
}

.mascara-probadorrostro picture {
  position: relative;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mascara-probadorrostro img {
  height: 60px;
}

#box-imgProbadorRostro:hover .mascara-probadorrostro picture {
  background-image: url("https://prooptimania.s3.us-east-2.amazonaws.com/web/homeNew/tipoDeRostro/manito_gif.gif") !important;
}

.contenedor-imagen-probador.arrastre-activo .preview-imagen-probador {
  cursor: grabbing;
}

.icon-scroll-zoomRostro {
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.4rem;
  color: #b5b6bb;
}

.icon-scroll-zoomRostro button {
  background: transparent;
  border: 0;
  padding: 0 0.2rem;
  line-height: 1;
}

input[type=range].rangeProbadorRostro:focus {
  outline: none;
}

input[type=range].rangeProbadorRostro,
input[type=range].rangeProbadorRostro::-webkit-slider-runnable-track,
input[type=range].rangeProbadorRostro::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range].rangeProbadorRostro::-webkit-slider-thumb {
  background-color: #2846f9;
  width: 30px;
  height: 30px;
  border: 3px solid #2846f9;
  border-radius: 50%;
  margin-top: -9px;
  cursor: pointer;
}

input[type=range].rangeProbadorRostro::-moz-range-thumb {
  background-color: #2846f9;
  width: 27px;
  height: 27px;
  border: 3px solid #2846f9;
  border-radius: 50%;
  margin-top: -9px;
}

input[type=range].rangeProbadorRostro::-ms-thumb {
  background-color: #2846f9;
  width: 30px;
  height: 30px;
  border: 3px solid #2846f9;
  border-radius: 50%;
  margin-top: -9px;
}

input[type=range].rangeProbadorRostro::-webkit-slider-runnable-track {
  background-color: #d9ddfe;
  border: 1px solid #bdc5fc;
  height: 14px;
  border-radius: 1rem;
  -webkit-appearance: none;
}

input[type=range].rangeProbadorRostro:focus::-webkit-slider-runnable-track {
  outline: none;
}

input[type=range].rangeProbadorRostro::-moz-range-track {
  background-color: #d9ddfe;
  border: 1px solid #bdc5fc;
  height: 14px;
  border-radius: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=range].rangeProbadorRostro::-ms-track {
  background-color: #d9ddfe;
  border: 1px solid #bdc5fc;
  height: 12px;
  border-radius: 1rem;
}

#barraZoom {
  writing-mode: vertical-lr;
  direction: rtl;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  height: 100%; /* Largo de la barra */
  width: 18px; /* Grosor de la barra */
  margin-left: 1rem;
  background: transparent;
  outline: none;
  padding: 0;
}

/* WebKit: barra */
#barraZoom.rangezoomProbadorRostro::-webkit-slider-runnable-track {
  width: 12px;
  height: 100%;
  background: #d9ddfe;
  border-radius: 1rem;
  border: 1px solid #bdc5fc;
  background-image: linear-gradient(0deg, #4f68f6, #4f68f6 calc(var(--value) * 50%), #d9ddfe 0);
}

/* WebKit: rueda azul */
#barraZoom.rangezoomProbadorRostro::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background-color: #2846f9;
  border: 50% solid #2846f9;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  margin-left: -9px; /* Ajusta la posición */
}

/* Firefox: barra */
#barraZoom.rangezoomProbadorRostro::-moz-range-track {
  width: 12px;
  height: 100%;
  background: #d9ddfe;
  border-radius: 50%;
  border: 1px solid #bdc5fc;
  background-image: linear-gradient(0deg, #4f68f6, #4f68f6 calc(var(--value) * 50%), #d9ddfe 0);
}

/* Firefox: rueda azul */
#barraZoom.rangezoomProbadorRostro::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background-color: #2846f9;
  border: 2px solid #2846f9;
  margin-left: -9px; /* Ajusta la posición */
  border-radius: 50%;
  cursor: pointer;
}

.contenedor-imagen-probador {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.botones-test-rostro {
  border: 2px solid #2846f9;
  border-radius: 2.5rem;
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #fff;
}

.btn-test-rostro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: #fff;
  border: 0;
  width: 100%;
  padding: 0.6rem;
  transition: all 0.4s ease;
}

.botones-test-rostro .btn-test-rostro:first-child {
  padding-top: 1rem;
}

.botones-test-rostro .btn-test-rostro:last-child {
  padding-bottom: 1rem;
}

.btn-test-rostro img {
  height: 55px;
}

.btn-test-rostro:hover, .btn-test-rostro.active {
  background: #eef0fe;
}

.probador-rostro-debajo {
  width: 87.1%;
}

.scroll-orientarRostroProbador {
  margin-top: 1rem;
}

.texto-scroll-orientarostro {
  display: flex;
  justify-content: space-between;
}

/*Scroll zoom*/
.barra-zoomProbador .progress {
  height: 1.8rem;
  background-color: #f6f7ff;
  border-radius: 1rem;
  border: 1px solid #2846f9;
  overflow: visible;
}

.barra-zoomProbador .progress-bar {
  background-color: #2846f9;
  position: relative;
  overflow: visible;
  border-radius: 1rem;
}

.barra-zoomProbador .progress-bar span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #2846f9;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
}

.barra-zoomProbador .slider-container {
  width: 100%;
  height: 20px;
  position: relative;
}

.barra-zoomProbador .slider-track {
  width: 100%;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50rem;
  background: #f6f7ff;
  /* background: linear-gradient(to right, #2846f9 0%, #2846f9 10%, #fff 10%, #fff 100%); */
  background: linear-gradient(to right, rgb(40, 70, 249) 0%, rgb(40, 70, 249) 15.6109%, rgb(243, 244, 252) 15.6109%, rgb(246, 247, 255) 100%);
  border: 1px solid #bdc5fc;
}

.barra-zoomProbador .slider-thumb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
  background: #2846f9;
  color: #fff;
}

.barra-zoomProbador .slider-thumb span {
  position: relative;
  top: 30%;
  font-size: 15pt;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*fin Scroll zoom*/
.respuestaTest .card {
  border-radius: 3rem 3rem 0 0;
}

.foot-respuesta-card {
  padding: 4rem 1rem;
  border-radius: 0 0 3rem 3rem;
  background: #323232;
}

.titulo-categoria-card {
  display: inline-flex;
  align-items: center;
}

.titulo-categoria-card img {
  height: 1rem;
}

.subtitulo-resultado-card img {
  height: 2.8rem;
}

.titulo-categoria-card span {
  padding-left: 0.7rem;
}

.texto-nota-resultado img {
  height: 16px;
  margin-right: 0.3rem;
}

.sin-genero-rostro img {
  width: 42% !important;
}

.info-rostro-1 .titulo-resultado-rostro {
  color: var(--bs-rosado);
}

.info-rostro-1 .titulo-resultado-card {
  color: var(--bs-rosado);
}

.info-rostro-1 .subtitulo-resultado-card {
  color: var(--bs-celeste);
}

.info-rostro-1 .foot-respuesta-card {
  background: var(--bs-rosado);
}

.info-rostro-2 .titulo-resultado-rostro {
  color: var(--bs-celeste);
}

.info-rostro-2 .titulo-resultado-card {
  color: var(--bs-celeste);
}

.info-rostro-2 .subtitulo-resultado-card {
  color: var(--bs-rosado);
}

.info-rostro-2 .foot-respuesta-card {
  background: var(--bs-celeste);
}

.info-rostro-3 .titulo-resultado-rostro {
  color: var(--bs-rosado);
}

.info-rostro-3 .titulo-resultado-card {
  color: var(--bs-rosado);
}

.info-rostro-3 .subtitulo-resultado-card {
  color: var(--bs-celeste);
}

.info-rostro-3 .foot-respuesta-card {
  background: var(--bs-rosado);
}

.info-rostro-4 .titulo-resultado-rostro {
  color: var(--bs-verde);
}

.info-rostro-4 .titulo-resultado-card {
  color: var(--bs-verde);
}

.info-rostro-4 .subtitulo-resultado-card {
  color: var(--bs-rosado);
}

.info-rostro-4 .foot-respuesta-card {
  background: var(--bs-verde);
}

.info-rostro-5 .titulo-resultado-rostro {
  color: var(--bs-naranja);
}

.info-rostro-5 .titulo-resultado-card {
  color: var(--bs-naranja);
}

.info-rostro-5 .subtitulo-resultado-card {
  color: var(--bs-rosado);
}

.info-rostro-5 .foot-respuesta-card {
  background: var(--bs-naranja);
}

.info-rostro-6 .titulo-resultado-rostro {
  color: var(--bs-blue);
}

.info-rostro-6 .titulo-resultado-card {
  color: var(--bs-blue);
}

.info-rostro-6 .subtitulo-resultado-card {
  color: var(--bs-rosado);
}

.info-rostro-6 .foot-respuesta-card {
  background: var(--bs-blue);
}

.info-rostro-Fresa .titulo-resultado-rostro {
  color: var(--bs-blue);
}

.info-rostro-Fresa .titulo-resultado-card {
  color: var(--bs-blue);
}

.info-rostro-Fresa .subtitulo-resultado-card {
  color: var(--bs-rosado);
}

.info-rostro-Fresa .foot-respuesta-card {
  background: var(--bs-blue);
}

/*fin Probador Forma de Rostro*/
/*---*/
/* --------------------------------------------------- */
/* MODIFICACIONES HENRY */
/* --------------------------------------------------- */
.animate-element {
  opacity: 0;
}

.animate-element.show {
  animation: showElement 1s;
  opacity: 1;
}

@keyframes showElement {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
[v-clock] {
  display: none;
}

.text-modal-terminos {
  font-family: "workSans";
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

hr.text-modal-terminos {
  width: 30%;
  color: #000;
  opacity: 1;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

.text-modal-terminos.nota {
  font-size: 15px;
}

.form-redondeado .input-group-text, .form-redondeado .input-group-text {
  height: 68px;
}

.input-group .input-group-text {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* --------------------------------------------------- */
/* FINAL MODIFICACIONES HENRY */
/* --------------------------------------------------- */
.btnalertaCollapse.collapsed {
  border-radius: 0.5rem;
  border: 1px solid #ffffff !important;
}

.btnalertaCollapse img {
  height: 28px;
  opacity: 0.4;
}

.btnalertaCollapse.collapsed:hover {
  color: #9297b6;
  border: 1px solid #2846f9 !important;
  outline: none;
  background: #fff !important;
}

.alertaCollapse .card-body {
  background: #ffffff;
  border: 1px solid #2846f9;
  border-radius: 0 0 0.5rem 0.5rem;
  text-align: left;
  border-top: 0;
}

.btnalertaCollapse {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  background: #ffffff !important;
  border: 1px solid #2846f9;
  padding: 0.8rem 1rem;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.09) !important;
  color: #9297b6 !important;
  outline: none;
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: 0;
  border-color: #2846f9 !important;
}

.alertaCollapse.show {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 11px 21px;
}

.btn-optimetra-img img {
  height: 24px;
  margin-right: 0.4rem;
}

.receta-100 img {
  height: 300px;
}

.grupo-buscador .input-group {
  display: block;
  z-index: 2;
}

.grupo-buscador .input-group .form-control {
  width: 100%;
  border-radius: 0.6rem !important;
}

.grupo-buscador .input-group .input-group-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 0.5rem !important;
  z-index: 3;
  border: 0;
  display: none;
}

.grupo-buscador .input-group .input-group-btn img {
  height: 60%;
}

.grupo-buscador.btn-group-selecter .dropdown-menu {
  position: relative;
  border-radius: 0;
  padding-top: 1rem;
  margin-top: -10px;
  z-index: 1;
}

.grupo-buscador.btn-group-selecter .dropdown-menu .scroleable {
  max-height: 240px;
}

#facturacion input#telefono {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.tit-blue {
  text-align: start;
  font-size: 42px;
  color: #2846f9;
  font-weight: bold;
}

/* Buscador Optica */
.listado-head ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.listado-head ul li {
  width: 50%;
  text-align: center;
  background: #f6f7ff;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  border: 3px solid #2846f9;
  border-radius: 1.1rem;
  position: relative;
  cursor: pointer;
}

.listado-head ul li span {
  z-index: 2;
  position: relative;
}

.listado-head ul li:first-child {
  border-radius: 1.1rem 0 0 1.1rem;
}

.listado-head ul li:last-child {
  border-radius: 0 1.1rem 1.1rem 0;
  margin-left: -14px;
  width: calc(50% + 14px);
  z-index: 1;
}

.listado-head ul li.activo:first-child {
  color: #fff;
  background: #2846f9;
  z-index: 2;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.32);
  border-radius: 1.1rem;
}

.listado-head ul li.activo:last-child {
  color: #fff;
  background: #2846f9;
  z-index: 2;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.32);
  border-radius: 1.1rem;
}

.listado-body {
  border: 2px solid #d3d9fe;
  border-radius: 0 0 1rem 1rem;
  margin-top: -15px;
}

.listado-body aside {
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.listado-body ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0;
  margin-bottom: 0;
  overflow: auto;
}

.listado-body ul li {
  width: 16.6666666667%;
  text-align: center;
}

.listado-body ul li button {
  background: #fff;
  border: 2px solid #e6e2e3;
  border-radius: 10rem;
  padding: 0.2rem 0.4rem;
  width: 80%;
  cursor: pointer;
  height: 31px;
}

.listado-body ul li.activo button {
  background: #2846f9;
  color: #fff;
  border-color: #2846f9;
}

.listado-body ul li.listar-mas button {
  background: #2846f9;
  color: #fff;
  border-color: #2846f9;
  border-radius: 0;
}

.listado-activo.listado-body ul {
  max-height: 158px;
}

.listado-activo-mas-ciudades.listado-body ul {
  max-height: 236px;
}

#recordatorio-busqueda img {
  height: 30px;
}

.ciudad-seleccionada {
  justify-content: center;
}

.scroll-plomizo.ciudad-noefecto {
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
  animation-iteration-count: 0.5;
  animation: fadeInUp 0.8s 0s both 1;
  transform-origin: top;
}

.scroll-plomizo.ciudad-efecto {
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
  animation-iteration-count: 0.5;
  animation: fadeInUp 0.8s 0s both 1;
  transform-origin: top;
  align-items: center;
}

.titulo-visitados img {
  height: 60px;
}

.box-buscador-sedes {
  display: flex;
  background: #fff;
  padding: 2rem;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.box-buscador-sedes aside {
  width: 100%;
}

.circulo-sedes-busq {
  width: 38px;
  flex: 0 0 auto;
}

.circulo-sedes-busq span {
  height: 25px;
  width: 25px;
  position: relative;
  border: 2px solid #ee88e4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  line-height: 1.5;
}

.linea-debajo-link span {
  position: relative;
  display: inline-block;
  color: #000;
}

.linea-debajo-link span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  background: #000;
  height: 1px;
}

.box-buscador-sedes:hover {
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
}

.box-lista-sedes {
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
  padding: 2rem 0;
  border-radius: 0.3rem;
}

.box-lista-sedes article {
  width: 66%;
  margin: 0 auto;
  position: relative;
}

#los-mas-vistados-body a.activo .box-buscador-sedes {
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
}

.titulo-lista-sedes span {
  padding: 0.1rem 1.5rem;
  border-radius: 5rem;
  line-height: 1.4;
  display: block;
  color: #fff;
  font-weight: 600;
  margin-left: 1rem;
  text-wrap: nowrap;
  display: inline-block;
  text-transform: lowercase;
}

.titulo-lista-sedes p {
  font-size: 1.3rem;
  display: inline;
  vertical-align: middle;
}

.body-listas-sedes {
  position: relative;
}

.body-listas-sedes aside {
  width: 80%;
}

.body-listas-sedes a {
  text-decoration: underline;
}

.img-medalla-sedes {
  position: absolute;
  right: -3rem;
  top: 10%;
  bottom: 0;
  height: 52px;
}

.content-listas-sedes {
  overflow: auto;
  padding: 15px 2.5rem 0;
}

.ciudad-seleccionada.ciudad-efecto .listar-mas {
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ciudad-seleccionada.ciudad-efecto .listar-mas button {
  transform: scale(1.2);
  background: #ffffff;
  color: #000;
}

/* fin Buscador Optica */
.img-menu-examen-vista {
  height: 38px;
  width: auto;
  margin: 0 auto;
  display: block;
}

#filtro-bluex img {
  width: auto;
}

.figura-cuadrada {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-flex;
  background: var(--bs-primary);
  margin-right: 0.5rem;
  align-items: center;
}

.check-azul-cuadro.form-check-md .form-check-input {
  width: 1em;
  height: 1em;
}

.btn-filtro-father {
  font-size: 100%;
  line-height: 1;
  margin-bottom: 0;
}

.btn-filtros-heart-father {
  font-size: 100%;
  line-height: 1;
  margin-bottom: 0;
  height: auto;
  width: auto;
  display: inline-block;
}

.favoritosSlider {
  height: 300px;
}

.form-switch {
  padding-left: 5.5em;
  display: flex;
  align-items: center;
}

.form-switch .form-check-input {
  width: 4em !important;
  height: 2em;
  margin-left: -5.5em;
  margin-right: 1rem;
}

.textoblog tbody, .textoblog td, .textoblog tfoot, .textoblog th, .textoblog thead, .textoblog tr {
  border-width: 1px !important;
}

.subrayado-azul {
  text-decoration: none;
  border-bottom: 1px solid var(--bs-primary);
}

.btn-popupcolor {
  background-color: #fff !important;
  padding: 2px 5px !important;
  display: flex;
  align-items: center;
  margin: 3px 0 0 !important;
  justify-content: center;
}

.btn-popupcolor > i {
  font-size: 80%;
}

/* final css*/
/*_____________________________________*/
/* ------  max media query   ------*/
/*_____________________________________*/
@media (max-width: 1500px) {
  .producto-listado aside {
    padding-left: 1.4rem;
  }
  .ofert {
    left: 1.4rem;
  }
  .filtro-azul-gratis {
    left: 1.4rem;
  }
  .filtro-envio-gratis {
    left: 1.4rem;
  }
}
@media (max-width: 1400px) {
  /*h4, .h4 {
      font-size: 1.3rem;
  }*/
  .alto-zoom-img {
    max-height: 130px;
  }
  .alto-zoom-img img {
    max-height: 130px;
  }
  .verMasInfo svg {
    /* width: 25px;
    height: 25px; */
    width: 20px;
    height: 20px;
  }
  .boxPerfil .btn-group-selec .dropdown-toggle i {
    font-size: 12px;
  }
  .btn-filtro {
    font-size: 0.8rem;
  }
  .perfilOptometra .input-semigrande {
    height: 50px !important;
  }
}
/*fin 1400*/
@media (max-width: 1300px) {
  .grupo-dropdownmenu button {
    padding: 0.7rem 0.4rem;
  }
  .cont-filtros-resultados {
    width: calc(100% - 365px);
  }
  .cont-probador {
    width: 265px;
  }
  .links-seguimiento li i {
    padding-right: 1rem;
    padding-left: 2rem;
  }
  .radioDetalleLentes div figure {
    padding-left: 1rem;
  }
  .probador-foto-subida .btn-comparar-favorito {
    font-size: 0.9rem;
  }
  .precio-producto {
    font-size: 4rem !important;
  }
  .box-copy-cupon {
    padding: 2rem 3rem;
  }
  .box-copy-cupon .fs-3 {
    font-size: 2rem !important;
  }
  .ofert {
    width: 57px;
    height: 57px;
  }
  .ofert > img {
    width: 57px;
    height: 57px;
  }
  .ofert b {
    font-size: 10px;
  }
  .probador_tryon {
    font-size: 1rem;
  }
}
/*fin 1300*/
@media (max-width: 1200px) and (min-width: 1024px) {
  .ofert {
    width: 55px;
    height: 55px;
  }
  .ofert > img {
    width: 55px;
    height: 55px;
  }
  .box-probador-rostro {
    width: 64%;
  }
  .btn-test-rostro img {
    height: 45px;
  }
}
/*fin 1200 and 1024*/
@media (max-width: 1025px) {
  .logo-web {
    height: auto;
  }
  .logo-web img {
    width: 105px;
  }
  #navbarOptimania .nav-link.nav-primary {
    padding: 1.2rem 1.2rem !important;
    font-size: 12px;
  }
  #navRight > li {
    min-width: 55px;
    height: 50px;
  }
  #navRight > li a {
    font-size: 0.7rem;
  }
  #navRight > li a picture img {
    height: 16px;
  }
  p, .p {
    font-size: 1.1rem;
  }
  h1, .h1 {
    font-size: 2.2rem;
  }
  h2, .h2 {
    font-size: 1.941rem;
  }
  h3, .h3 {
    font-size: 1.3rem;
  }
  h4, .h4 {
    font-size: 1.23rem;
  }
  .fs-0 {
    font-size: 4.3rem !important;
  }
  .fs-2 {
    font-size: 2.198rem !important;
  }
  .text-banner.fs-2 {
    font-size: 3rem !important;
  }
  .redes {
    grid-gap: 15px;
  }
  .redes a {
    font-size: 17px;
  }
  .cont-filtros-resultados {
    width: calc(100% - 120px);
  }
  .btn-filtro {
    font-size: 0.8rem;
    padding: 0.7rem 0.5rem;
  }
  #collapseFiltros {
    height: 100%;
  }
  .grupo-dropdownmenu button {
    height: 100%;
  }
  .check-filtro label {
    font-size: 0.8rem;
  }
  .producto-listado figure {
    width: calc(100% - 0px);
    min-height: 150px;
  }
  .producto-listado aside {
    width: calc(100% - 0px);
  }
  .contenido-opciones {
    padding: 0 1rem;
  }
  .links-seguimiento li {
    font-size: 8pt;
  }
  .cuadros-felices article {
    width: 32.6%;
  }
  .textos-felices p {
    font-size: 0.9rem;
  }
  .cont-coment article {
    margin: 0 5% 10%;
    height: calc(100% - 178px);
  }
  .cont-coment {
    width: 230px;
  }
  .cont-coment picture {
    height: 86px;
    width: 86px;
  }
  .first-descuento {
    width: 45px;
    height: 45px;
    font-size: 28px;
  }
  .second-descuento h4, .second-descuento .h4 {
    font-size: 1.21rem;
  }
  .itemFavoritoMovil img {
    height: 28px;
  }
}
/*fin 1025*/
@media (max-width: 991px) {
  body {
    padding-top: 91px;
    font-size: 1.2rem;
  }
  .dropdown-menu {
    font-size: 1.2rem;
  }
  .btn {
    font-size: 1.2rem;
  }
  p, .p {
    font-size: 1.2rem;
  }
  h1, .h1 {
    font-size: 3.2rem;
  }
  h2, .h2 {
    font-size: 2.6rem;
  }
  h3, .h3 {
    font-size: 2.1rem;
  }
  h4, .h4 {
    font-size: 1.7rem;
  }
  h5, .h5 {
    font-size: 1.2rem;
  }
  h6, .h6 {
    font-size: 0.92rem;
  }
  .fs-1 {
    font-size: 5.4rem !important;
  }
  .fs-2 {
    font-size: 3rem !important;
  }
  .fs-7 {
    font-size: 1rem !important;
  }
  .fs-9 {
    font-size: 0.7rem !important;
  }
  .fs-sm-1 {
    font-size: 5.4rem !important;
  }
  .fs-sm-2 {
    font-size: 4.2rem !important;
  }
  .fs-sm-3 {
    font-size: 3.8rem !important;
  }
  .fs-sm-4 {
    font-size: 3rem !important;
  }
  .fs-sm-5 {
    font-size: 2.8rem !important;
  }
  .fs-sm-6 {
    font-size: 2rem !important;
  }
  .fs-sm-7 {
    font-size: 1rem !important;
  }
  .fs-sm-9 {
    font-size: 0.7rem !important;
  }
  .p-sm {
    font-size: 1.2rem;
  }
  .h1-sm {
    font-size: 3.2rem;
  }
  .h2-sm {
    font-size: 2.6rem;
  }
  .h3-sm {
    font-size: 2.1rem;
  }
  .h4-sm {
    font-size: 1.7rem;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .mt-sm-42 {
    margin-top: 2rem !important;
  }
  .mt-sm-45 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-8 {
    margin-top: 8em !important;
  }
  .mb-sm-42 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-45 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .pt-sm-42 {
    padding-top: 2rem !important;
  }
  .pt-sm-45 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-8 {
    padding-top: 8em !important;
  }
  .pb-sm-42 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-45 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .text-banner .fs-2 {
    font-size: 5rem !important;
  }
  .bg-rosa-sm {
    background-color: #ee88e4 !important;
  }
  .rounded-4 {
    border-radius: 1rem !important;
  }
  .btn-home {
    font-size: 1.6rem;
  }
  .fw-sm-normal {
    font-weight: 400 !important;
  }
  .links-footer {
    padding-bottom: 20px;
  }
  .menu {
    border-bottom: 1px solid #2846f9;
  }
  .logo-web {
    border-left: 1px solid #2846f9;
    height: 90px;
  }
  .logo-web img {
    width: 260px;
    padding: 17px;
  }
  .menu .navbar-toggler {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 12px;
    margin-bottom: 8px;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border: 0px solid rgb(189, 189, 189);
    border-radius: 4px;
    outline: none !important;
    box-shadow: none;
  }
  .menu .navbar-toggler .icon-bar {
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 1px;
    background-color: #2846f9;
    transform: rotate(45deg);
  }
  .menu .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
    transform: rotate(-45deg);
    margin-top: -2px;
  }
  .navbar-toggler.collapsed .icon-bar {
    transform: rotate(0deg);
    width: 35px;
  }
  .navbar-toggler.collapsed .icon-bar + .icon-bar {
    transform: rotate(0deg);
    margin-top: 6px;
  }
  #navRight {
    flex-direction: row;
  }
  #navRight > li {
    min-width: 50px;
    height: 50px;
    border-left: 0;
  }
  #navRight > li a {
    font-size: 1.3rem;
  }
  #navbarOptimania {
    padding-right: 0px !important;
    padding-left: 0px !important;
    left: 0;
    transform: translate(-100%);
    transition-delay: 0s, 0.3s;
    transition-duration: 0.3s, 0s;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    visibility: hidden;
    z-index: 992;
    position: fixed;
    height: 100%;
    float: left;
    background-color: #fff;
    width: 88%;
    max-width: 380px;
    box-shadow: 2px 0 16px rgba(0, 0, 0, 0.15);
    bottom: 0;
    top: 91px;
    display: block;
  }
  #navbarOptimania .dropdown-menu {
    display: block;
  }
  #navbarOptimania.show {
    overflow-y: auto;
    overflow: scroll;
    transform: translate(0);
    transition-delay: 25ms, 0s;
    transition-duration: 0.3s, 0s;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    visibility: visible;
  }
  #navMenuBackdrop {
    position: fixed;
    top: 91px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.45);
    z-index: 991;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  #navbarOptimania.show ~ #navMenuBackdrop {
    opacity: 1;
    visibility: visible;
  }
  #navbarOptimania .navbar-nav {
    background-color: #f6f7ff;
  }
  .img-perfil {
    height: 18px;
    margin-right: 0.5rem;
  }
  #itemUsuarioMovil {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  #itemUsuarioMovil .usuario-saludo-movil {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.4rem;
  }
  #itemUsuarioMovil .avatar-usuario-movil {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #2846f9;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    flex-shrink: 0;
  }
  #itemUsuarioMovil .usuario-saludo-movil h4, #itemUsuarioMovil .usuario-saludo-movil .h4 {
    margin-bottom: 0;
  }
  #itemUsuarioMovil .lineaAlta {
    padding-left: 1.25rem !important;
    margin-left: 0.25rem;
  }
  .lineaAlta {
    position: relative;
  }
  .lineaAlta:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    height: 60%;
    background: #2846f9;
    width: 1px;
    transform: translateY(-50%);
  }
  #navbarOptimania .dropdown-menu {
    background: #f6f7ff;
  }
  #navbarOptimania .nav-link.nav-primary {
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.3rem;
  }
  #navbarOptimania .navbar-nav > li {
    border-bottom: 1px solid #2846f9;
  }
  #navbarOptimania .menu-drop1 {
    border: 0;
  }
  #navbarOptimania .menu-drop1 .col-amplio, #navbarOptimania ul li ul .col-amplio {
    padding: 0.25rem 1rem;
    background: #f6f7ff;
  }
  #navbarOptimania .menu-drop1 .col-amplio a, #navbarOptimania ul li ul .col-amplio a {
    padding: 0;
  }
  #navbarOptimania .menu-drop1 .col-amplio a p, #navbarOptimania ul li ul .col-amplio a p {
    padding: 0;
  }
  #navbarOptimania ul li ul li > a {
    padding: 0.5rem 1rem;
    background: #f6f7ff;
    font-size: 1.3rem;
  }
  #itemCompraSoloLunasMovil .compra-lunas-nota {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    background-color: rgba(40, 70, 249, 0.1);
    border: 1px solid rgba(40, 70, 249, 0.16);
    border-radius: 10px;
    padding: 0.9rem 1rem;
    margin: 0.5rem 1rem 1rem;
  }
  #itemCompraSoloLunasMovil .compra-lunas-nota i {
    color: #2846f9;
    font-size: 1.1rem;
    margin-top: 0.1rem;
  }
  #itemCompraSoloLunasMovil .compra-lunas-nota p {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #495057;
  }
  #itemCompraSoloLunasMovil .compra-lunas-nota p b {
    color: #2846f9;
  }
  #itemCompraSoloLunasMovil .compra-lunas-fila {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    background: #f6f7ff;
    font-size: 1.3rem;
    transition: background-color 0.15s ease;
  }
  #itemCompraSoloLunasMovil .compra-lunas-fila:active, #itemCompraSoloLunasMovil .compra-lunas-fila:focus {
    background-color: #e9ecf9;
  }
  #itemCompraSoloLunasMovil .compra-lunas-fila > i:first-child {
    font-size: 1.4rem;
    color: #2846f9;
  }
  #itemCompraSoloLunasMovil .compra-lunas-fila span {
    flex: 1;
    font-weight: 500;
    color: #212529;
  }
  #itemCompraSoloLunasMovil .compra-lunas-chevron {
    font-size: 1rem;
    color: #adb5bd;
  }
  #navbarOptimania .fila-link-movil {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    background: #f6f7ff;
    font-size: 1.3rem;
    color: #212529;
    transition: background-color 0.15s ease;
  }
  #navbarOptimania .fila-link-movil:active, #navbarOptimania .fila-link-movil:focus, #navbarOptimania .fila-link-movil:hover {
    background-color: #e9ecf9;
    color: #212529;
    text-decoration: none;
  }
  #navbarOptimania .fila-link-movil > i:first-child {
    font-size: 1.4rem;
    color: #2846f9;
    flex-shrink: 0;
  }
  #navbarOptimania .fila-link-movil span {
    flex: 1;
    font-weight: 500;
  }
  #navbarOptimania .fila-link-movil .fila-chevron {
    font-size: 1rem;
    color: #adb5bd;
  }
  #navbarOptimania .fila-link-movil.fila-ver-todos span {
    font-weight: 600;
  }
  #itemMedidaVistaMovil .examen-vista-fila-movil {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.9rem 1rem;
    background: #f6f7ff;
    text-decoration: none !important;
    transition: background-color 0.15s ease;
  }
  #itemMedidaVistaMovil .examen-vista-fila-movil:active, #itemMedidaVistaMovil .examen-vista-fila-movil:focus {
    background-color: #e9ecf9;
  }
  #itemMedidaVistaMovil .examen-vista-icono-movil {
    flex-shrink: 0;
  }
  #itemMedidaVistaMovil .examen-vista-texto-movil {
    flex: 1;
  }
  #itemMedidaVistaMovil .examen-vista-titulo-movil {
    color: #2846f9;
    font-weight: 600;
    font-size: 1.3rem;
  }
  #itemMedidaVistaMovil .examen-vista-desc-movil {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.3;
  }
  #navbarOptimania .dropdown2 > a, #navbarOptimania .dropdown2 > button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #2846f9;
    background: #f6f7ff;
    padding: 0.5rem 1rem !important;
    padding-left: 1.5rem !important;
    font-size: 1.3rem !important;
  }
  #navbarOptimania .submenu {
    border: 0;
  }
  #navbarOptimania .submenu li {
    background: #f6f7ff;
  }
  #navbarOptimania .submenu a, #navbarOptimania .submenu p {
    color: #000;
    padding: 0.5rem 1rem;
    padding-left: 1.5rem;
    font-size: 1.3rem;
  }
  .btn-menu-movil {
    display: flex;
    padding: 1rem;
    border: 0;
    border-bottom: 1px solid #000;
    width: 100%;
    background-color: #f6f7ff;
  }
  .btn-cerrar-menu {
    padding: 10px 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #2846f9;
    font-size: 15px;
  }
  #ul-buscador {
    padding-right: 0px !important;
    padding-left: 0px !important;
    left: 0;
    transform: translate(-100%);
    transition-delay: 0s, 0.3s;
    transition-duration: 0.3s, 0s;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    visibility: hidden;
    z-index: 992;
    position: fixed;
    height: 100%;
    float: left;
    background-color: #fff;
    width: 88%;
    max-width: 380px;
    box-shadow: 2px 0 16px rgba(0, 0, 0, 0.15);
    bottom: 0;
    top: 91px;
    display: block;
    padding: 0;
    margin-top: 0;
    border: 0;
  }
  #ul-buscador.show {
    overflow-y: auto;
    overflow: scroll;
    transform: translate(0);
    transition-delay: 25ms, 0s;
    transition-duration: 0.3s, 0s;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    visibility: visible;
  }
  #ul-buscador li {
    background: #f6f7ff;
  }
  #ul-buscador .dropdown2 > button {
    display: flex;
    font-size: 1.3rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #2846f9;
    background: #f6f7ff;
    padding: 0.8rem 1rem;
    padding-left: 1.5rem;
  }
  #ul-buscador .submenu {
    padding: 0;
    border: 0;
  }
  #ul-buscador .submenu a {
    color: #000;
    padding: 0.8rem 1rem;
    padding-left: 1.5rem;
  }
  #navbarOptimania .dropdown-menu {
    position: fixed;
    top: 0px;
    z-index: 99;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-top: 0;
    margin-top: 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.35s ease;
  }
  #navbarOptimania .dropdown-menu.show {
    transform: translate3d(0, 0, 0);
  }
  .banner-info {
    top: 0;
    transform: translate(0, 0%);
  }
  .li-back {
    padding: 1.2rem 1.2rem !important;
    padding: 1rem 1rem !important;
    display: block;
    border-bottom: 1px solid #000;
    background: #f6f7ff;
  }
  .input-sus {
    background-color: #f6f7ff !important;
  }
  .btn-sus {
    min-width: 50px;
  }
  .bb-sm-azul {
    border: 0 !important;
    border-bottom: 1px solid #2846f9 !important;
  }
  .msg-blue {
    display: inline-block;
    font-size: 0.95rem;
  }
  .alto-sliderCat {
    height: 560px;
  }
  .categoriasSlider .swiper-slide {
    text-align: center;
    height: calc((100% - 20px) / 3) !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .imgTipoRostro img {
    height: 90px;
  }
  .imgFormaMontura img {
    height: 53px;
  }
  .imgColorLente img {
    height: 52px;
  }
  #navRight .dropdown-toggle::after {
    display: none;
  }
  #navRight > li.nav-item > a picture img {
    height: 35px;
  }
  #navRight > li.nav-item {
    border-left: 0px solid #d1d1d9;
    height: 90px;
  }
  .imagen-fondo {
    background-image: none !important;
  }
  .redes {
    grid-gap: 30px;
  }
  .redes a {
    font-size: 30px;
    padding: 10px;
  }
  .categoriasSlider figure img {
    height: 100px;
  }
  .banner-interno aside {
    position: relative;
    top: 0;
    transform: translateY(0%);
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .wts-flotante {
    bottom: 10px;
    right: 10px;
  }
  .item-producto {
    padding-bottom: 1rem;
  }
  .producto-listado {
    margin-top: 1rem;
    height: 100%;
    margin-bottom: 3rem;
  }
  .producto-listado article {
    position: absolute;
    bottom: 0;
  }
  .enlace-producto {
    text-align: center;
    display: block;
  }
  .producto-listado figure {
    min-height: 96px;
    max-width: 100% !important;
    text-align: center;
  }
  .ofert {
    width: 70px;
    height: 70px;
  }
  .ofert > img {
    width: 70px;
    height: 70px;
  }
  .ofert b {
    font-size: 13px;
    line-height: 1;
  }
  .producto-listado.activeFavorito .enlace-producto {
    width: 100%;
  }
  .cont-filtros-resultados {
    width: 42%;
  }
  .cont-filtro {
    height: 100%;
  }
  .cont-filtro .accordion-header {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #212529;
    border-bottom: 1px solid #212529;
    border-radius: 0 !important;
    background-color: #f6f7ff;
    background-image: none;
  }
  .cont-ordenar-vista {
    width: 47%;
  }
  .cont-ordenar-vista aside {
    display: flex;
    flex-direction: row-reverse;
    height: 100%;
  }
  .cont-ordenar {
    height: 60px;
    order: 1;
    width: 42%;
  }
  .cont-ordenar .accordion-header {
    border-left: 1px solid #212529;
    border-right: 1px solid #212529;
    border-top: 1px solid #212529 !important;
    border-bottom: 1px solid #212529;
  }
  .cont-vista {
    height: 100%;
    width: 58%;
    border: 0;
  }
  .cont-vista .accordion-header {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    border-right: 1px solid #212529;
    border-bottom: 1px solid #212529;
    border-top: 1px solid #212529;
  }
  .cont-favorito {
    order: 4;
    width: 22%;
    border-bottom: 1px solid #212529;
    border-top: 1px solid #212529;
  }
  .btn-filtros-heart-movil {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .btn-filtros-heart-movil i {
    color: #2846f9;
    display: flex;
    align-items: flex-end;
  }
  .pulsingheart {
    width: 34px;
    height: 33px;
  }
  .btn-filtros-heart-movil i img {
    height: 34px;
    will-change: transform;
    width: auto;
  }
  .btn-filtros-heart-movil span {
    font-size: 0.8rem;
    font-style: normal;
    letter-spacing: -1px;
  }
  .btn-filtros-heart-movil.active .pulsingheart:after, .btn-filtros-heart-movil.active .pulsingheart:before {
    background: #2846f9 !important;
  }
  #filtroCategorias .accordion-collapse {
    position: fixed;
    top: 60px;
    width: 100%;
    right: 0;
    background: #ffffff;
    z-index: 99991;
    padding: 0;
    border: 0px solid #212529;
    height: calc(100% - 61px);
    overflow: auto;
  }
  #filtroCategorias #collapseVista.accordion-collapse article {
    display: flex;
    text-align: left;
    flex-direction: row;
    width: 100%;
    position: relative;
  }
  .cont-vista .accordion-collapse.show a {
    width: 50%;
  }
  #collapseFiltros {
    height: 80vh;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    background: #f6f7ff;
    width: 100%;
    z-index: 9999;
  }
  .btn-filtro {
    font-size: 1rem;
    justify-content: space-between;
  }
  .grupo-dropdownmenu {
    background: #f6f7ff;
  }
  .grupo-dropdownmenu:before {
    display: none;
  }
  .grupo-dropdownmenu button {
    height: auto;
    border: 0;
    padding: 1.4rem;
    width: 100%;
    border-bottom: 1px solid #2846f9;
    margin: 0;
  }
  .grupo-dropdownmenu button.show {
    border-left: 0px solid #212529;
    border-right: 0px solid #212529;
  }
  .grupo-dropdownmenu .dropdown-menu {
    border: 0px solid #212529;
    width: 100% !important;
    position: relative;
    border-bottom: 1px solid #2846f9;
  }
  #filtroEtiquetas.grupo-dropdownmenu .dropdown-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
  }
  #filtroEtiquetas.grupo-dropdownmenu .dropdown-col.dropdown-menu li {
    width: 100%;
    white-space: normal;
    word-break: break-word;
  }
  #filtroEtiquetas.grupo-dropdownmenu button.w-100 {
    grid-column-start: 1;
    grid-column-end: 3;
    display: block;
  }
  #filtroEtiquetas.grupo-dropdownmenu .dropdown-menu.show {
    display: grid;
  }
  .check-filtro label {
    font-size: 1rem;
  }
  .btn-filtro.show:before {
    display: none;
  }
  .btn-filtro.show:after {
    height: 0;
  }
  #filtroColor.grupo-dropdownmenu .dropdown-col.dropdown-menu li {
    width: 32.2%;
  }
  #filtroTamano > .dropdown-menu {
    height: auto;
    padding-top: 1rem;
  }
  .grupo-dropdownmenu .dropdown-menu li {
    padding-bottom: 0;
  }
  .grupo-dropdownsubmenu.dropend button {
    padding: 1rem;
    border-bottom: 0px solid #2846f9;
  }
  #filtroTamano ul > .dropend.grupo-dropdownsubmenu {
    width: 7rem;
    position: static;
    height: auto;
    border: 0;
  }
  #filtroTamano .dropend .dropdown-menu {
    position: absolute;
    top: 20px;
    width: 14.7rem !important;
  }
  .accordion-filtros .accordion-collapse a {
    background: #f6f7ff;
    padding: 1rem;
    text-align: left;
  }
  .accordion-filtros .accordion-collapse a.link-drops {
    padding: 1.1rem 1.5rem;
  }
  .cont-vista .accordion-collapse a {
    width: 49%;
    height: 100px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    border-right: 1px solid #2846f9;
    border-top: 0px solid #212529;
    flex-direction: row;
    justify-content: center;
    background: #f6f7ff;
    margin: 0;
    padding: 0;
  }
  .cont-vista .accordion-collapse a img {
    width: auto;
    height: 29px;
  }
  .cont-vista .accordion-collapse a span {
    margin-left: 6px;
    font-size: 1rem;
    position: relative;
    color: #212529;
  }
  .cont-ordenar-vista p {
    font-size: 1rem;
  }
  .item-vista:after {
    display: none;
  }
  .cont-vista .accordion-collapse a span:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    background: #2846f9;
    margin-left: 0;
    border: 0;
    transition: height 0.4s ease;
  }
  .cont-vista .accordion-collapse a span:hover:after, .cont-vista .accordion-collapse a.active span:after {
    height: 3px;
  }
  .filtro-fixed #header {
    opacity: 0;
    z-index: -1;
  }
  .accordion-filtros-click {
    position: relative;
  }
  .accordion-filtros-click:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    background: #2846f9;
    margin-left: 0;
    border: 0;
    transition: height 0.4s ease;
  }
  .accordion-filtros-click.showin:after {
    height: 3px;
  }
  .accordion-filtros-click:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    width: 100%;
    background: #f6f7ff;
    border: 0;
    margin: 0;
    z-index: 9991;
    display: none;
  }
  .accordion-filtros-click.showin:before {
    display: block;
  }
  .modal-probador-lentes .form-check {
    padding-left: 3em !important;
  }
  .bullets-plomo .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 7px !important;
  }
  .btn-cerrar-probador {
    font-size: 30px;
  }
  .slider-imagenes .favorito-probador-detalle {
    top: -6px;
  }
  .contenido-scrolleable {
    padding: 1rem 0;
  }
  .ancho-probador {
    padding-top: 5%;
  }
  .btn-prev-galeria-probador {
    left: -36px;
  }
  .btn-next-galeria-probador {
    right: -36px;
  }
  .btn-transparente-sm {
    background-color: transparent !important;
    border: 1px solid #2846f9 !important;
    color: #2846f9 !important;
    font-weight: 500 !important;
  }
  .content-codigoPrecio {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .content-codigoPrecio b {
    font-size: 1.2rem;
  }
  .item-thumb-probador.active {
    border-bottom: 5px solid #2846f9;
  }
  .contenido-opciones {
    padding: 0 0.4rem;
  }
  .cont-acciones {
    font-size: 1.5rem;
    color: #6f83fb;
  }
  .cont-acciones button {
    color: #6f83fb;
  }
  .hr-sm-radios {
    margin: 0.5rem 0;
  }
  .radioDetalleLentes div {
    min-height: 103px;
    position: relative;
  }
  .radioDetalleLentes div aside {
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
  }
  .verMasInfo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .btnCenterInfo {
    align-items: start;
  }
  .btntopInfo {
    padding: 20px 20px;
  }
  .close-popup.btn-close {
    color: #2846f9;
    font-size: 16px;
    margin-right: auto;
    margin-left: 0;
  }
  .h7-sm {
    font-size: 0.7rem;
  }
  .subox_order-compra {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
  }
  .text-lunas-secondary b {
    width: 72px;
  }
  .lentes-flotante {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 5px rgba(64, 64, 64, 0.17);
  }
  .lentes-compra {
    box-shadow: 0px 0px 5px rgba(64, 64, 64, 0.17);
    height: 115px;
    position: absolute;
    bottom: 0;
  }
  .content-paso-compra {
    padding: 0;
    /* height: auto; */
  }
  .content-paso-compra .contenido-scrolleable {
    padding: 0;
    max-height: 100%;
  }
  .content-paso-compra .contenido-opciones {
    padding: 0;
  }
  .content-paso-compra .cont-acciones {
    padding: 1rem 0.7rem 0;
  }
  .content-paso-compra .contenido-scrolleable {
    max-height: 80%;
  }
  .box-infoCompras {
    overflow: auto;
    max-height: 25vh;
  }
  .radioDetalleLentesColores {
    width: 31%;
  }
  .radioDetalleLentesColores div picture img {
    height: 70px;
  }
  .flecha-retroceder {
    color: #6f83fb !important;
    font-size: 1.5em !important;
  }
  .alto-accesorios-interes {
    max-height: 100%;
    padding-right: 0;
    overflow: initial;
  }
  .contenido-fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
  }
  .btn-detalleProd.contenido-fixed-bottom {
    padding-left: 1rem;
    padding-right: 1rem;
    box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.18);
  }
  .sticky-top {
    z-index: initial;
  }
  .img-estrellarosada {
    margin-top: 8px;
  }
  .btn-detalleProd {
    height: 44px;
  }
  .sin-swiper-movil .swiper-wrapper {
    display: block;
  }
  .content-medidas-guardadas {
    display: block;
  }
  .content-medidas-guardadas aside {
    width: 100%;
    margin-bottom: 2rem;
    padding: 1rem 2rem 0;
  }
  .modal-dialog-centered {
    min-height: auto;
  }
  .form-redondeado input.form-control {
    height: 80px;
    padding: 1rem 1.2rem;
  }
  .cuadros-pagos {
    display: block;
  }
  .cuadros-felices {
    width: 92%;
    gap: 2px;
  }
  .textos-felices {
    padding: 0;
  }
  .textos-felices span img, .textos-felices i img {
    width: 35px;
    height: 35px;
  }
  .textos-felices p {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .carru-video {
    border-radius: 1rem;
  }
  .swiper-flecha-azul .swiper-button-next, .swiper-flecha-azul .swiper-button-prev {
    font-size: 20pt;
  }
  .card-coment {
    gap: 24px;
  }
  .cont-coment {
    height: 430px;
  }
  .cont-coment picture {
    height: 100px;
    width: 100px;
  }
  .content-perfil {
    display: block;
  }
  .menuPerfil {
    width: 100%;
    box-shadow: none;
    padding: 2rem 1rem 8rem;
    display: none;
  }
  .boxPerfil {
    width: 100%;
    padding: 2rem 1rem;
    overflow: visible;
  }
  .menuPerfil.show {
    display: block;
  }
  .boxPerfil.hide {
    display: none;
  }
  .menuPerfil .accordion-button {
    font-size: 1.4rem;
    padding: 1.8rem 0 0.7rem;
  }
  .link-volverMenuMovil {
    font-size: 1.4rem;
  }
  .link-volverMenuMovil i {
    font-size: 0.9rem;
    padding-right: 1rem !important;
  }
  .link-volverPerfil {
    font-size: 1.4rem;
  }
  .link-volverPerfil i {
    font-size: 0.9rem;
    padding-right: 1rem !important;
  }
  .boxPerfil .btn-group-selec .dropdown-toggle {
    font-size: 1.1rem !important;
  }
  .box-fotoReceta {
    padding: 1rem;
    border-radius: 0.8rem;
  }
  .btn-editarFotoReceta {
    margin-top: 1rem;
  }
  .box-formReceta {
    border-radius: 0.8rem;
  }
  .box-formReceta .mascara-eliminarProducto {
    border-radius: 0.8rem;
  }
  .head-formReceta {
    padding: 1rem;
  }
  .btn-verImgGrande {
    font-size: 26px !important;
  }
  .estadoEtrega {
    width: auto;
    font-size: 1rem;
    padding: 0.2rem 1.2rem;
  }
  .body-historial {
    padding: 2.5rem 1rem 2rem;
  }
  .listado-favorito {
    height: 48px;
    width: 48px;
  }
  .box-direcciones {
    border-radius: 0.8rem;
  }
  #accordionCitas .accordion-button {
    font-size: 1.2rem;
    padding: 1.5rem 0 1.3rem;
  }
  .box-ocaciona {
    display: inline-block;
    margin: 0 auto;
  }
  .box-ocaciona span {
    background: #f6f7ff;
    padding: 0.5rem 0.4rem;
    border-radius: 0.5rem;
    color: #2846f9;
    font-weight: 600;
    font-size: 0.85rem;
    min-width: 100px;
    display: inline-block;
  }
  .desliz {
    padding: 20px 10px;
  }
  .desliz span {
    font-size: 16pt;
  }
  .cont-desliz {
    padding: 15px 10px;
  }
  .img-puntos-colores {
    height: 100px;
  }
  .efectoScript {
    font-size: 3.5rem;
  }
  .box-numeraciones aside span {
    font-size: 4rem;
  }
  .box-numeraciones aside article {
    padding-right: 2rem;
  }
  #navRight > li.nav-item > a picture i {
    width: 22px;
    height: 22px;
    font-size: 0.8rem;
  }
  .barra-procesador .slider-track {
    height: 26px;
  }
  #medida-vista-gratis a, #exame-medida-vista-a-domicilio a, #exame-subir-la-boleta-cupon a {
    padding-left: 1.5rem !important;
  }
  #exame-ya-tengo-mi-medida-movil a, #exame-no-tengo-mi-medida-pc a {
    line-height: 1;
    padding-bottom: 0 !important;
  }
  #myModalTipoDeLenteProgresivos .nav-item button img {
    height: 90px;
  }
  .text-lunas-primary a {
    top: -8px;
  }
  .img-proceso-right {
    right: 2rem;
    top: 160px;
    width: 25%;
  }
  .img-proceso-left {
    left: 2rem;
    top: 390px;
    width: 25%;
  }
  /*efecto secuencia de imagenes*/
  .box-secuencias {
    width: 100%;
    position: relative;
    height: 285px;
    overflow: hidden;
  }
  .secuencia {
    position: absolute;
    animation-name: slide;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    width: 160%;
    left: 0%;
  }
  .secuencia2 {
    position: absolute;
    animation-name: slide2;
    animation-duration: 12s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    width: 160%;
    left: 160%;
  }
  .secuencia3 {
    position: absolute;
    animation-name: slide3;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    width: 160%;
    left: 320%;
  }
  .cinta-secuencia .words {
    width: 32%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
  }
  .close-popup.btn-close {
    font-size: 22px;
    top: 0;
    left: auto;
    right: 0;
  }
  .close-popup.btn-close.close-blue {
    right: 8px;
    top: 8px;
  }
  .h4-xs.title-modal {
    font-size: 1.3rem !important;
  }
  @keyframes slide-then-hide {
    0% {
      transform: translate(0, 0);
    }
    100% {
      display: none;
      transform: translate(-100%, 0);
    }
  }
  @keyframes slide {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(-100%, 0);
    }
  }
  @keyframes slide2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(-200%, 0);
    }
  }
  @keyframes slide3 {
    0% {
      transform: translate(-100%, 0);
    }
    100% {
      transform: translate(-200%, 0);
    }
  }
  /*efecto secuencia de imagenes*/
  .check-unete.form-check-md {
    padding-left: 4em;
  }
  .check-unete.form-check-md.check-xs input {
    width: 1.7em;
    height: 1.7em;
  }
  .check-unete.form-check-md .form-check-input {
    margin-left: -3.4em;
  }
  .check-unete label {
    margin-left: 0.8rem;
  }
  .ancho-col-sm {
    width: 100%;
  }
  .p-sm-small {
    padding: 1rem !important;
  }
  .filtro-azul-gratis {
    font-size: 1rem;
  }
  .filtro-envio-gratis {
    font-size: 1rem;
  }
  .grupoTabsDetalle .nav-tabs .nav-link {
    font-size: 1rem;
  }
  .medidagratis-flotante {
    width: 35%;
    right: 0;
    top: 55%;
    transform: translateY(-55%);
  }
  .ofert2 {
    top: -1rem;
    right: auto !important;
    left: 1rem !important;
  }
  .itemFavoritoMovil img {
    height: 22px;
  }
  .linea-proceso-historial .circle {
    height: 45px;
    width: 45px;
    font-size: 1rem;
  }
  .barra-progreso {
    top: 20px;
    left: 7%;
    width: 25%;
  }
  .barra-progreso.num2 {
    left: 36%;
    width: 26.5%;
  }
  .barra-progreso.num3 {
    left: 67.5%;
  }
  .linea-proceso-historial .circle {
    height: 45px;
    width: 45px;
    font-size: 1rem;
  }
  .barra-progreso {
    top: 20px;
    left: 7%;
    width: 25%;
  }
  .barra-progreso.num2 {
    left: 36%;
    width: 26.5%;
  }
  .barra-progreso.num3 {
    left: 67.5%;
  }
  .box-pedidoCancelado figure {
    height: 45px;
    width: 45px;
    font-size: 1rem;
  }
  .box-forma-rostro {
    height: auto;
  }
  .box-forma-rostro .box-scroll {
    padding: 8rem 4rem 2rem;
    position: fixed;
    left: 0;
    right: 0;
  }
  .box-forma-rostro .cont-acciones {
    position: absolute;
    top: 2rem;
    left: 3rem;
    right: 3rem;
    color: #b5b6bb;
    font-size: 2.8rem;
  }
  .box-forma-rostro .cont-acciones button {
    color: #b5b6bb;
    line-height: 1.5;
  }
  .box-forma-rostro .cont-acciones a {
    color: #b5b6bb;
  }
  .titulo-mediano h1, .titulo-mediano .h1 {
    font-size: 4rem;
  }
  .box-probador-rostro {
    width: 100%;
  }
  .probador-rostro article {
    width: 100%;
    border: 3px solid #2846f9;
    border-radius: 3rem 3rem 0 0;
    border-bottom: 0;
    overflow: hidden;
  }
  .probador-rostro {
    flex-direction: column;
  }
  .probador-rostro article {
    height: 800px;
  }
  .probador-rostro article figure {
    border: 0;
    border-radius: 0;
    height: 800px;
  }
  .botones-test-rostro {
    display: flex;
    border-radius: 0 0 3rem 3rem;
    border: 3px solid #2846f9;
  }
  .btn-test-rostro img {
    height: 85px;
  }
  .probador-rostro aside {
    width: 100%;
  }
  .botones-test-rostro .btn-test-rostro {
    padding: 1rem;
    font-size: 1.5rem;
  }
  .probador-rostro-debajo {
    width: 100%;
  }
  .rounded-35 {
    border-radius: 1rem !important;
  }
  .scroll-orientarRostroProbador {
    margin-top: 1.5rem;
  }
  .texto-scroll-orientarostro {
    font-size: 1.5rem;
  }
  .probador-rostro article .scroll-zoomRostroProbador {
    background: #d4dbff;
    border-left: 3px solid #2846f9;
  }
  .zoom-imagen-probador {
    height: 650px;
    left: 8.3rem;
    z-index: 2;
  }
  .icon-scroll-zoomRostro {
    font-size: 2.2rem;
    right: 0;
    width: 100%;
    z-index: 1;
  }
  .icon-scroll-zoomRostro button {
    padding: 1.2rem;
  }
  .box-interaccion-formarostro {
    bottom: 2rem;
  }
  .box-interaccion-formarostro img {
    height: 3.5rem;
  }
  .mascara-probadorrostro div {
    padding: 1rem 2rem 3rem;
  }
  .mascara-probadorrostro picture {
    width: 150px;
    height: 150px;
    background-image: url(https://prooptimania.s3.us-east-2.amazonaws.com/web/homeNew/tipoDeRostro/manito_gif.gif) !important;
  }
  input[type=range].rangeProbadorRostro {
    touch-action: none;
  }
  input[type=range].rangeProbadorRostro::-webkit-slider-thumb {
    background-color: #2846f9;
    width: 34px;
    height: 34px;
    border: 3px solid #2846f9;
    border-radius: 50%;
    margin-top: -12px;
  }
  input[type=range].rangeProbadorRostro::-moz-range-thumb {
    background-color: #2846f9;
    width: 30px;
    height: 30px;
    border: 3px solid #2846f9;
    border-radius: 50%;
    margin-top: -12px;
  }
  input[type=range].rangeProbadorRostro::-ms-thumb {
    background-color: #2846f9;
    width: 30px;
    height: 30px;
    border: 3px solid #2846f9;
    border-radius: 50%;
    margin-top: -12px;
  }
  input[type=range].rangeProbadorRostro::-webkit-slider-runnable-track {
    background-color: #2846f9;
    border: 1px solid #2846f9;
    height: 7px;
    border-radius: 0;
    -webkit-appearance: none;
  }
  input[type=range].rangeProbadorRostro:focus::-webkit-slider-runnable-track {
    outline: none;
  }
  input[type=range].rangeProbadorRostro::-moz-range-track {
    background-color: #2846f9;
    border: 1px solid #2846f9;
    height: 7px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  input[type=range].rangeProbadorRostro::-ms-track {
    background-color: #2846f9;
    border: 1px solid #2846f9;
    height: 7px;
    border-radius: 0;
  }
  .btn-transparent-hover:hover {
    background-color: #2846f9 !important;
    color: #fff !important;
  }
  .imagen-dibu {
    right: 0;
    height: 42%;
  }
  .titulo-probadorRostro {
    font-size: 3.4rem !important;
  }
  .teRecomendamos .dropdown-toggle {
    z-index: 2;
    position: relative;
  }
  .teRecomendamos .dropdown-toggle:after {
    display: none;
  }
  .dropdown-subirRostroProbador {
    width: 60%;
    border-radius: 1rem;
    padding: 0;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.43);
  }
  .dropdown-subirRostroProbador .dropdown-item {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #ccc;
  }
  .dropdown-subirRostroProbador li:last-child .dropdown-item {
    border-width: 0;
  }
  .box-forma-rostro .box-scroll {
    background-color: #f6f7ff;
  }
  #barraZoom {
    width: 100%;
    margin-left: 0;
  }
  .zoom-imagen-probador {
    padding: 4rem 0 !important;
    height: 100% !important;
    left: 0 !important;
    z-index: 2;
    position: relative;
  }
  #barraZoom.rangezoomProbadorRostro::-webkit-slider-runnable-track {
    height: 7px;
    width: 7px;
    background: #2846f9;
    border-radius: 0;
    border: 0px solid #2846f9;
    background-image: none;
  }
  #barraZoom.rangezoomProbadorRostro:focus::-webkit-slider-runnable-track {
    outline: none;
  }
  #barraZoom.rangezoomProbadorRostro::-moz-range-track {
    height: 7px;
    width: 7px;
    background: #2846f9;
    border-radius: 0;
    border: 0px solid #2846f9;
    background-image: none;
  }
  #barraZoom.rangezoomProbadorRostro::-webkit-slider-thumb {
    height: 33px;
    width: 33px;
    background-color: #2846f9;
    border: 1px solid #2846f9;
    border-radius: 50%;
    margin-left: -12px;
  }
  #barraZoom.rangezoomProbadorRostro::-moz-slider-thumb {
    height: 32px;
    width: 32px;
    background-color: #2846f9;
    border: 1px solid #2846f9;
    border-radius: 50%;
    margin-left: -12px;
  }
  .rounded-6 {
    border-radius: 3rem !important;
  }
  .sliderFormaRostro .fs-2 {
    font-size: 5rem !important;
  }
  .sliderFormaRostro .h4-xs {
    font-size: 22pt !important;
  }
  .sliderFormaRostro .btn-hover {
    width: 40%;
    font-size: 22pt;
  }
  .text-medio {
    font-size: 2.4rem;
  }
  .text-celu-mediano p {
    font-size: 1.6rem;
  }
  .box-lentetest h4, .box-lentetest .h4, .box-lentetest p {
    padding-left: 2.5rem;
  }
  .respuestaTest .btn {
    width: 87% !important;
  }
  .img-resultado {
    padding-right: 0.6rem;
  }
  .foot-respuesta-card {
    padding: 3rem 2rem;
  }
  .foot-respuesta-card .btn {
    width: 100% !important;
  }
  .sin-genero-rostro img {
    width: 24.2% !important;
  }
  .tit-blue {
    text-align: start;
    font-size: 40px;
  }
  #monturas-carru .swiper-container {
    overflow: hidden;
  }
  .listado-body aside {
    padding-top: 45px;
    padding-bottom: 30px;
    padding-left: 12px;
    padding-right: 13px;
  }
  .listado-head ul li {
    font-size: 1.6rem;
    height: 80px;
  }
  .listado-body ul {
    gap: 1rem 0;
  }
  .listado-activo.listado-body ul {
    max-height: 562px;
  }
  .listado-activo-mas-ciudades.listado-body ul {
    max-height: 843px;
  }
  .listado-body ul li button {
    height: 55px;
  }
  .listado-body ul li {
    width: 33.3333333333%;
  }
  .titulo-lista-sedes {
    display: block;
  }
  .titulo-lista-sedes p {
    font-size: 1.5rem;
    display: block;
  }
  .titulo-lista-sedes span {
    font-size: 1rem;
    margin-left: 0;
    display: inline-block;
  }
  .content-listas-sedes {
    padding: 15px 1.5rem 0 1rem;
  }
  .ciudad-seleccionada.ciudad-efecto .listar-mas {
    height: 68px;
  }
  .textos-popup p, .textos-popup .p {
    font-size: 1rem;
  }
  .textos-popup p:empty, .textos-popup .p:empty {
    font-size: 1rem;
    margin-bottom: 0.6rem;
  }
  .probador_tryon {
    display: none;
  }
  .text-decoration-underline-sm {
    text-decoration: underline !important;
  }
  #collapseOrdenarHeader i.bi-arrow-down-up {
    color: #000;
  }
  .btn-filtro-father {
    color: #000;
  }
  .li-back > button {
    color: #000;
  }
  .cont-filtro .btn-filtro {
    color: #000;
  }
  .titulo-collapse {
    width: 100%;
    border: 0;
    background-color: #f6f7ff;
    text-align: left;
    color: #000;
  }
  .text-muted {
    color: #676767 !important;
  }
  .swiper-container.flechadark .swiper-button-next:after, .swiper-container.flechadark .swiper-button-prev:after {
    color: #000000 !important;
  }
}
/*fin 991*/
@media (max-width: 991px) and (min-width: 767px) {
  .radioDetalleLentes div article {
    width: 94px;
  }
  .radioDetalleLentes div aside h6, .radioDetalleLentes div aside .h6, .radioDetalleLentes div aside h4, .radioDetalleLentes div aside .h4 {
    width: calc(100% - 94px);
  }
}
@media (max-width: 840px) {
  .probador-rostro article {
    height: 650px;
  }
  .probador-rostro article figure {
    height: 650px;
  }
  .zoom-imagen-probador {
    height: 480px;
    left: 8.16rem;
  }
  .icon-scroll-zoomRostro {
    font-size: 2.1rem;
  }
  input[type=range].rangeProbadorRostro::-webkit-slider-thumb {
    margin-top: -14px;
  }
  input[type=range].rangeProbadorRostro::-moz-range-thumb {
    margin-top: -14px;
  }
  input[type=range].rangeProbadorRostro::-ms-thumb {
    margin-top: -14px;
  }
  .h2-sm {
    font-size: 2.3rem;
  }
  .botones-test-rostro .btn-test-rostro {
    font-size: 1.3rem;
  }
  .btn-test-rostro img {
    height: 60px;
  }
}
/*fin 840*/
@media (max-width: 820px) {
  .zoom-imagen-probador {
    left: 8.4rem;
  }
}
/*fin 840*/
@media (max-width: 767px) {
  body {
    padding-top: 53px;
  }
  .hidden-xs {
    display: none !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  body {
    font-size: 1em;
  }
  .btn {
    font-size: 1rem;
  }
  p, .p {
    font-size: 1rem;
  }
  h1, .h1 {
    font-size: 2.6rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.8rem;
  }
  h4, .h4 {
    font-size: 1.4rem;
  }
  h5, .h5 {
    font-size: 0.9rem;
  }
  h6, .h6 {
    font-size: 0.89rem;
  }
  .h7-xs {
    font-size: 0.7rem;
  }
  .p-xs {
    font-size: 1rem;
  }
  .h1-xs {
    font-size: 2.6rem !important;
  }
  .h2-xs {
    font-size: 2rem !important;
  }
  .h3-xs {
    font-size: 1.8rem !important;
  }
  .h4-xs {
    font-size: 1.4rem !important;
  }
  .h5-xs {
    font-size: 0.95rem !important;
  }
  .h6-xs {
    font-size: 0.8rem !important;
  }
  .fs-1 {
    font-size: 2.8rem !important;
  }
  .fs-2 {
    font-size: 2.65rem !important;
  }
  .fs-3 {
    font-size: 2.3rem !important;
  }
  .fs-4 {
    font-size: 2rem !important;
  }
  .fs-7 {
    font-size: 0.9rem !important;
  }
  .fs-9 {
    font-size: 0.55rem !important;
  }
  .fs-xs-2 {
    font-size: 2.65rem !important;
  }
  .fs-xs-3 {
    font-size: 2.3rem !important;
  }
  .fs-xs-4 {
    font-size: 1.9rem !important;
  }
  .fs-xs-7 {
    font-size: 0.9rem !important;
  }
  .fs-xs-9 {
    font-size: 0.55rem !important;
  }
  .mt-xs-0 {
    margin-top: 0rem !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xs-42 {
    margin-top: 2rem !important;
  }
  .mt-xs-45 {
    margin-top: 2.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 2rem !important;
  }
  .mt-xs-6 {
    margin-top: 6rem !important;
  }
  .mt-xs-7 {
    margin-top: 7rem !important;
  }
  .mt-xs-8 {
    margin-top: 8rem !important;
  }
  .mb-xs-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-42 {
    margin-bottom: 2rem !important;
  }
  .mb-xs-45 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xs-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xs-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xs-8 {
    margin-bottom: 8rem !important;
  }
  .mt-xs-42 {
    margin-top: 2rem !important;
  }
  .pt-xs-42 {
    padding-top: 2rem !important;
  }
  .pt-xs-45 {
    padding-top: 2.5rem !important;
  }
  .pt-xs-6 {
    padding-top: 6rem !important;
  }
  .pt-xs-7 {
    padding-top: 7rem !important;
  }
  .pt-xs-8 {
    padding-top: 8em !important;
  }
  .pb-xs-42 {
    padding-bottom: 2rem !important;
  }
  .pb-xs-45 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xs-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xs-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xs-8 {
    padding-bottom: 8rem !important;
  }
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .w-xs-50 {
    width: 50% !important;
  }
  .w-xs-60 {
    width: 60% !important;
  }
  .w-xs-70 {
    width: 70% !important;
  }
  .w-xs-80 {
    width: 80% !important;
  }
  .w-xs-90 {
    width: 90% !important;
  }
  .w-xs-100 {
    width: 100% !important;
  }
  .form-control {
    height: 54px;
  }
  .imagen-fondo {
    background-image: none !important;
  }
  .banner-info {
    top: 0;
    transform: translate(0, 0%);
  }
  .swiper-container img {
    width: 100%;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
  }
  .swiper-button-next, .swiper-button-prev {
    width: calc(var(--swiper-navigation-size) / 44 * 14);
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 2rem;
  }
  .alto-sliderCat {
    height: 500px;
  }
  .bg-rosa-xs {
    background-color: #ee88e4 !important;
  }
  .redes {
    grid-gap: 14px;
  }
  .redes a {
    font-size: 22px;
    padding: 12px;
  }
  .bb-xs-azul {
    border: 0 !important;
    border-bottom: 1px solid #2846f9 !important;
  }
  .links-footer {
    padding-bottom: 8px;
  }
  .contadores {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
  }
  .menu .navbar-toggler .icon-bar {
    width: 22px;
    height: 2px;
  }
  .navbar-toggler.collapsed .icon-bar {
    width: 22px;
  }
  .logo-web {
    height: 50px;
  }
  .logo-web img {
    width: 170px;
    padding: 7px;
  }
  #navbarOptimania {
    top: 51px;
  }
  #navMenuBackdrop {
    top: 51px;
  }
  #navbarOptimania .nav-link.nav-primary {
    font-size: 1rem;
  }
  .dropdown-menu {
    font-size: 1rem;
  }
  #navbarOptimania .dropdown2 > button, #navbarOptimania .dropdown2 > a {
    font-size: 1rem !important;
  }
  #navbarOptimania .submenu a, #navbarOptimania .submenu p {
    font-size: 1rem;
  }
  #navbarOptimania ul li ul li > a {
    font-size: 1rem;
  }
  #ul-buscador {
    top: 51px;
  }
  #navRight {
    flex-direction: row;
  }
  #navRight > li.nav-item {
    min-width: 50px;
    height: 50px;
    width: 50px;
    border-left: 0;
  }
  #navRight > li.nav-item a picture img {
    height: 24px;
  }
  #ul-buscador .dropdown2 > button {
    font-size: 1rem;
  }
  #ul-buscador .submenu a {
    font-size: 1rem;
  }
  #menuBucador > a:after {
    display: none;
  }
  .imgTipoRostro img {
    height: 70px;
  }
  .imgColorLente img {
    height: 45px;
  }
  .imgFormaMontura img {
    height: 30px;
  }
  .logo-blanco {
    width: 66%;
    height: auto;
  }
  .text-banner.fs-2 {
    font-size: 2.5rem !important;
  }
  .categoriasSlider figure img {
    height: 70px;
  }
  .btn-hover:hover span:after {
    font-size: 0.9rem;
  }
  .clip-on {
    width: 45px;
  }
  .btn-group-otros .filtro-otros {
    padding: 0.9rem 1.4rem;
  }
  .btn-eliminarProducto {
    right: 4px;
    top: 2px;
  }
  .img-estrellarosada {
    margin-top: 4px;
  }
  .content-medidas-guardadas aside {
    margin-bottom: 1rem;
  }
  .radioDetalleLentes div {
    min-height: 100px;
  }
  .form-redondeado input.form-control, .form-redondeado button.form-control {
    height: 60px;
    padding: 1rem 1.1rem;
  }
  .input-semigrande {
    height: 54px !important;
  }
  .lista-medioPago img {
    margin-right: 0;
    height: 38px;
  }
  .cont-coment {
    width: 280px;
    height: 396px;
  }
  .textos-felices span img, .textos-felices i img {
    width: 15px;
    height: 15px;
  }
  .textos-felices p {
    font-size: 0.7rem;
    line-height: 1.2;
  }
  .fs-cel {
    font-size: 1.18rem !important;
  }
  .boxPerfil {
    padding: 1rem 1rem;
  }
  .boxPerfil .btn-group-selec .dropdown-toggle i {
    font-size: 11px;
  }
  .boxPerfil .btn-group-selec .dropdown-toggle {
    font-size: 0.8rem !important;
  }
  .box-formReceta {
    overflow: visible;
  }
  .lista-menu-perfil a {
    font-size: 1.1rem;
  }
  .boxPerfil .fs-4 {
    font-size: 1.8rem !important;
  }
  .boxPerfil .h1-xs {
    font-size: 2rem !important;
  }
  .body-historial figure img {
    max-height: 150px;
  }
  .listado-favorito {
    height: 36px;
    width: 36px;
  }
  .btn-eliminarReceta {
    font-size: 20px;
  }
  .head-descuento {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .body-decuento {
    padding-left: 0;
    margin-bottom: 0;
  }
  .barra-procesador .progress-bar span {
    font-size: 1rem;
  }
  .barra-procesador .slider-track {
    height: 22px;
  }
  .barra-procesador .slider-thumb {
    width: 50px;
    height: 50px;
  }
  .barra-procesador .slider-thumb span {
    font-size: 11pt;
  }
  .second-descuento h4, .second-descuento .h4 {
    font-size: 1rem;
  }
  .img-estrella1 {
    height: 1rem;
    margin: 0 0 0 1rem;
  }
  .img-estrella2 {
    height: 1rem;
    margin: 0 1rem 0 auto;
  }
  .img-absolute-left-bottom {
    width: 40%;
  }
  .img-absolute-right-top {
    width: 40%;
    top: -14%;
  }
  .banneres-landing {
    height: auto;
    padding: 6% 0;
  }
  .banner-medioalto-landing-xs .banner-landing-general {
    display: flex;
    align-items: center;
  }
  .banner-landing-general section.medio {
    width: 100%;
    display: block;
  }
  .banner-landing-general section.section-der {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
  .super-margen-arriba-xs {
    margin-top: 40%;
  }
  .banner-medioalto-xs {
    height: 60vh !important;
  }
  .btn-landing-bluex-white {
    width: auto;
    min-width: 125px;
    padding: 10px 1rem;
  }
  .btn-landing-bluex-blue {
    width: auto;
    min-width: 125px;
    padding: 10px 1rem;
  }
  .mostrarbotones.show {
    display: block;
    margin-right: 0;
  }
  .box-cuadros-landing {
    padding: 1rem 0.5rem;
  }
  .box-cuadros-landing img {
    height: 45px;
  }
  .box-cuadros-landing p {
    font-size: 0.85rem;
  }
  .form-check-md.check-xs input {
    width: 1em;
    height: 1em;
  }
  .input-grupo-landing .input-semigrande {
    height: 36px !important;
  }
  .input-grupo-landing .rounded-4 {
    border-radius: 0.4rem !important;
  }
  .box-cuadros-landing.boxin-unete p {
    font-size: 0.65rem;
  }
  .img-top-asistente {
    height: 90px;
  }
  .franja-typewriter {
    padding: 2rem 2rem;
    height: 250px;
  }
  .efectoScript {
    font-size: 2.2rem;
  }
  #navRight > li.nav-item > a picture i {
    width: 18px;
    height: 18px;
    font-size: 0.78rem;
  }
  .modal_uneteWeb h1, .modal_uneteWeb .h1 {
    font-size: 16pt !important;
  }
  .modal_uneteWeb h3, .modal_uneteWeb .h3 {
    font-size: 12pt !important;
  }
  .modal_uneteWeb h2, .modal_uneteWeb .h2 {
    font-size: 11pt !important;
  }
  .form-control-lg {
    font-size: 1rem;
  }
  .modal_uneteWeb .form-control-lg, .btn-popupweb {
    height: 50px;
  }
  .box-semialto {
    max-height: 55vh;
  }
  .box-copy-cupon {
    padding: 2rem 1.5rem;
  }
  .box-copy-cupon .fs-3 {
    font-size: 1.5rem !important;
  }
  .box-copy-cupon svg {
    height: 38px;
    width: 38px;
  }
  .text-lunas-primary a {
    top: -18px;
  }
  .alto-accesorios-interes figure {
    width: 90px !important;
    height: 90px;
  }
  .box-secuencias {
    height: 160px;
  }
  .check-unete.form-check-md {
    padding-left: 4em;
  }
  .check-unete.form-check-md.check-xs input {
    width: 1.5em;
    height: 1.5em;
  }
  .check-unete.form-check-md .form-check-input {
    margin-left: -3.4em;
  }
  .check-unete label {
    margin-left: 0.6rem;
  }
  .box-secuencias {
    height: 300px;
  }
  .secuencia {
    width: 150%;
    left: 0%;
  }
  .secuencia2 {
    width: 150%;
    left: 150%;
  }
  .secuencia3 {
    width: 150%;
    left: 300%;
  }
  .close-popup.btn-close {
    font-size: 18px;
  }
  .h4-xs.title-modal {
    font-size: 1rem !important;
  }
  .check-filtro label {
    font-size: 0.9rem;
  }
  .grupoTabsDetalle .nav-tabs .nav-link {
    font-size: 0.9rem;
  }
  .img-popup-absolute {
    margin-top: -2rem;
  }
  .progresivosSliders .splide__slide {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
  .progresivosSliders .splide__arrow--next:before, .progresivosSliders .splide__arrow--prev:before {
    font-size: 17pt;
  }
  #nav-tabContent .collapsin {
    display: block;
  }
  #nav-tabContent .accordion-header {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
    padding-top: 0.85rem !important;
    padding-bottom: 0.85rem !important;
    border-top: 1px solid rgba(40, 70, 249, 0.35);
    border-bottom: 1px solid rgba(40, 70, 249, 0.35);
    width: auto !important;
  }
  #nav-tabContent .accordion-header h2.text-dark, #nav-tabContent .accordion-header .text-dark.h2 {
    color: var(--bs-primary) !important;
    width: auto !important;
    text-transform: none !important;
    font-weight: 500 !important;
  }
  #nav-tabContent .accordion-header.collapsed h2.text-dark, #nav-tabContent .accordion-header.collapsed .text-dark.h2 {
    color: #000 !important;
  }
  #nav-tabContent .accordion-header i {
    font-size: 1.2rem;
  }
  .btn-receta-end2 {
    position: relative;
    top: 0;
    transform: translateY(0);
    padding-top: 0.6rem;
    display: inline-block;
  }
  .linea-proceso-historial li strong {
    margin-top: 5px;
    font-size: 10px;
  }
  .linea-proceso-historial .circle {
    height: 35px;
    width: 35px;
    font-size: 0.8rem;
  }
  .barra-progreso {
    top: 16px;
    left: 8%;
    height: 5px;
  }
  .bannerPublicitario .swiper-button-next, .bannerPublicitario .swiper-button-prev {
    right: 0;
    top: 11rem !important;
  }
  .bannerPublicitario .swiper-button-next, .bannerPublicitario .swiper-button-prev {
    right: 0;
    top: 11.5rem !important;
  }
  .ofert2 {
    top: -1.1rem;
  }
  .ofert {
    width: 48px;
    height: 48px;
  }
  .ofert > img {
    width: 48px;
    height: 48px;
  }
  .ofert b {
    font-size: 9px;
    line-height: 1;
  }
  .box-pedidoCancelado figure {
    height: 38px;
    width: 38px;
    font-size: 0.9rem;
  }
  .box-forma-rostro .box-scroll {
    padding: 4rem 1.5rem 2rem;
  }
  .box-forma-rostro .cont-acciones {
    top: 1rem;
    left: 2rem;
    right: 2rem;
    font-size: 1.8rem;
  }
  .probador-rostro article {
    border-radius: 2.2rem 2.2rem 0 0;
  }
  .probador-rostro article {
    height: 320px;
  }
  .probador-rostro article figure {
    height: 320px;
  }
  .zoom-imagen-probador {
    height: 221px;
    left: 5.2rem;
    left: 4.7rem;
  }
  .icon-scroll-zoomRostro {
    font-size: 1.5rem;
    width: 100%;
    right: 0;
  }
  .icon-scroll-zoomRostro button {
    padding: 0.6rem;
    color: #000;
  }
  .box-interaccion-formarostro img {
    height: 2.3rem;
  }
  .botones-test-rostro {
    border-radius: 0 0 2.2rem 2.2rem;
  }
  .botones-test-rostro .btn-test-rostro {
    font-size: 0.8rem;
    padding: 0.6rem 0.4rem !important;
    width: 20%;
  }
  .btn-test-rostro img {
    height: 50px;
  }
  .texto-scroll-orientarostro {
    font-size: 1rem;
  }
  input[type=range].rangeProbadorRostro::-webkit-slider-thumb {
    width: 26px;
    height: 26px;
    margin-top: -12px;
  }
  input[type=range].rangeProbadorRostro::-moz-range-thumb {
    width: 26px;
    height: 26px;
    margin-top: -12px;
  }
  input[type=range].rangeProbadorRostro::-ms-thumb {
    width: 26px;
    height: 26px;
    margin-top: -12px;
  }
  input[type=range].rangeProbadorRostro::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 0;
  }
  input[type=range].rangeProbadorRostro:focus::-webkit-slider-runnable-track {
    outline: none;
  }
  input[type=range].rangeProbadorRostro::-moz-range-track {
    border: 1px solid #2846f9;
    height: 4px;
    border-radius: 0;
    background-image: none;
  }
  input[type=range].rangeProbadorRostro::-ms-track {
    border: 1px solid #2846f9;
    height: 4px;
    border-radius: 0;
  }
  .mascara-probadorrostro picture {
    width: 100px;
    height: 100px;
  }
  .mascara-probadorrostro div {
    padding: 0.6rem 1rem 1rem;
  }
  .imagen-dibu {
    height: 34%;
  }
  .btnalertaCollapse {
    background: #ffffff !important;
    font-size: 0.8rem !important;
    border-color: #2846f9 !important;
  }
  .btnalertaCollapse img {
    height: 23px;
  }
  .alertaCollapse .card-body {
    background: #ffffff;
  }
  .sliderFormaRostro .fs-2 {
    font-size: 29pt !important;
  }
  .sliderFormaRostro .h4-xs {
    font-size: 12pt !important;
  }
  .text-celu-mediano p {
    font-size: 1rem;
  }
  .text-medio {
    font-size: 1.3rem;
  }
  .box-lentetest p {
    padding-left: 1.2rem;
  }
  #barraZoom.rangezoomProbadorRostro::-webkit-slider-runnable-track {
    height: 4px;
    width: 4px;
  }
  #barraZoom.rangezoomProbadorRostro::-moz-range-track {
    height: 4px;
    width: 4px;
  }
  #barraZoom.rangezoomProbadorRostro::-webkit-slider-thumb {
    height: 26px;
    width: 26px;
    margin-left: -11px;
  }
  #barraZoom.rangezoomProbadorRostro::-moz-slider-thumb {
    height: 26px;
    width: 26px;
    margin-left: -11px;
  }
  .probadorTest .btn-primary {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .subtitulo-resultado-card img {
    height: 1.5rem;
  }
  .foot-respuesta-card {
    padding: 3rem 1rem;
  }
  .tit-blue {
    text-align: start;
    font-size: 33px;
  }
  .listado-body aside {
    padding-top: 45px;
    padding-bottom: 30px;
    padding-left: 12px;
    padding-right: 13px;
  }
  .listado-head ul li {
    font-size: 1.3rem;
    height: 60px;
  }
  .listado-body ul {
    gap: 1rem 0;
  }
  .listado-body ul li button {
    height: 40px;
    width: 90%;
  }
  .listado-body ul li {
    width: 33.3333333333%;
  }
  .listado-activo.listado-body ul {
    max-height: 440px;
  }
  .listado-activo-mas-ciudades.listado-body ul {
    max-height: 662px;
  }
  .titulo-lista-sedes p {
    font-size: 1.1rem;
  }
  .titulo-lista-sedes span {
    font-size: 13px;
    margin-top: 0.4rem;
  }
  .box-lista-sedes article {
    width: 80%;
  }
  .body-listas-sedes aside {
    width: 100%;
  }
  .img-medalla-sedes {
    position: relative;
    right: 0;
    top: 0;
    height: 38px;
    margin-top: 1rem;
  }
  .content-listas-sedes {
    padding: 12px 1rem 0;
  }
  .titulo-visitados img {
    height: 45px;
  }
  .textos-popup p, .textos-popup .p {
    font-size: 0.8rem;
  }
  .textos-popup hr {
    margin: 0 0 0.8rem;
  }
  .favoritosSlider {
    height: 320px;
  }
  .form-switch {
    padding-left: 1.5em;
  }
  .form-switch .form-check-input {
    height: 1.3em;
    width: 2.3em !important;
    margin-left: -2.5em;
    margin-right: 0.5rem;
  }
}
/*fin 767*/
@media (max-width: 768px) and (min-width: 767px) {
  .zoom-imagen-probador {
    left: 8.16rem;
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  .ofert {
    width: 53px;
    height: 53px;
  }
  .ofert > img {
    width: 53px;
    height: 53px;
  }
  .ofert b {
    font-size: 10px;
  }
  .zoom-imagen-probador {
    left: 5.6rem;
    height: 330px;
  }
  .botones-test-rostro .btn-test-rostro {
    font-size: 0.9rem;
  }
  .probador-rostro article {
    height: 440px;
  }
  .probador-rostro article figure {
    height: 440px;
  }
  .sliderFormaRostro .fs-2 {
    font-size: 42pt !important;
  }
  .sliderFormaRostro .h4-xs {
    font-size: 17pt !important;
  }
  .text-celu-mediano p {
    font-size: 1rem;
  }
  .text-medio {
    font-size: 1.3rem;
  }
}
/*fin 767 y 500*/
@media (max-width: 767px) and (min-width: 600px) {
  .sliderFormaRostro .fs-2 {
    font-size: 54pt !important;
  }
  .sliderFormaRostro .h4-xs {
    font-size: 23pt !important;
  }
  .text-celu-mediano p {
    font-size: 1rem;
  }
  .btn-test-rostro img {
    height: 80px;
  }
  .probador-rostro article {
    height: 640px;
  }
  .probador-rostro article figure {
    height: 640px;
  }
  .botones-test-rostro .btn-test-rostro {
    font-size: 1.2rem;
    padding: 1rem;
  }
  .titulo-probadorRostro {
    font-size: 3.4rem !important;
  }
  .titulo-resultado-card {
    font-size: 4.3rem !important;
  }
  .titulo-categoria-card img {
    height: 2rem;
  }
  .titulo-categoria-card {
    font-size: 2rem;
  }
  .text-medio {
    font-size: 2rem;
  }
  .box-lentetest p {
    padding-left: 2.4rem;
  }
  .titulo-resultado-rostro {
    font-size: 3rem !important;
  }
}
/*fin 767 y 600*/
@media (max-width: 480px) and (min-width: 420px) {
  .probador-rostro article {
    height: 380px;
  }
  .probador-rostro article figure {
    height: 380px;
  }
  .zoom-imagen-probador {
    height: 280px;
    left: 4.7rem;
  }
}
/*fin 480 y 420*/
@media (max-width: 540px) {
  .tit-blue {
    font-size: 37px;
  }
  .radioDetalleLentes div article {
    width: 80px;
  }
  .radioDetalleLentes div aside h6, .radioDetalleLentes div aside .h6, .radioDetalleLentes div aside h4, .radioDetalleLentes div aside .h4 {
    width: calc(100% - 80px);
  }
}
/*fin 540*/
@media (max-width: 500px) {
  .listado-head ul li {
    font-size: 1rem;
    height: 52px;
  }
  .listado-body aside {
    padding-top: 36px;
    padding-bottom: 22px;
  }
  .listado-body ul {
    gap: 8px 0;
  }
  .listado-body ul li button {
    font-size: 10px;
    height: 30px;
  }
  .ciudad-seleccionada.ciudad-efecto .listar-mas button {
    transform: scale(1.1);
  }
  .listado-activo.listado-body ul {
    max-height: 300px;
  }
  .listado-activo-mas-ciudades.listado-body ul {
    max-height: 452px;
  }
  .box-buscador-sedes {
    padding: 13px;
  }
  .circulo-sedes-busq {
    width: 28px;
  }
  .circulo-sedes-busq span {
    height: 22px;
    width: 22px;
    font-size: 11px;
  }
}
/*fin 500*/
@media (max-width: 420px) {
  body {
    font-size: 0.9em;
  }
  p, .p {
    font-size: 1rem;
  }
  h1, .h1 {
    font-size: 2.2rem;
  }
  h2, .h2 {
    font-size: 1.7rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.2rem;
  }
  h5, .h5 {
    font-size: 0.95rem;
  }
  h6, .h6 {
    font-size: 0.85rem;
  }
  .h1-xs {
    font-size: 2.2rem !important;
  }
  .h2-xs {
    font-size: 1.7rem !important;
  }
  .h3-xs {
    font-size: 1.5rem !important;
  }
  .h4-xs {
    font-size: 1.2rem !important;
  }
  .h5-xs {
    font-size: 0.95rem !important;
  }
  .h6-xs {
    font-size: 0.8rem !important;
  }
  .h7-xs {
    font-size: 0.7rem !important;
  }
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2.1rem !important;
  }
  .fs-9 {
    font-size: 0.45rem !important;
  }
  .h3-xxs {
    font-size: 1.43rem !important;
  }
  .small-xxs {
    font-size: 0.76rem;
  }
  .redes a {
    font-size: 17px;
    padding: 8px;
  }
  .link-volverMenuMovil {
    font-size: 1.1rem;
  }
  .link-volverMenuMovil i {
    font-size: 0.7rem;
    padding-right: 0.7rem !important;
  }
  .link-volverPerfil {
    font-size: 1.1rem;
  }
  .link-volverPerfil i {
    font-size: 0.7rem;
    padding-right: 0.7rem !important;
  }
  .boxPerfil .h1-xs {
    font-size: 1.7rem !important;
  }
  .boxPerfil .fs-4 {
    font-size: 1.5rem !important;
  }
  .box-secuencias {
    height: 230px;
  }
  .medidagratis-flotante {
    top: 50%;
    transform: translateY(-50%);
  }
  .zoom-imagen-probador {
    left: 4.65rem;
  }
  .mascara-probadorrostro div {
    padding: 0.9rem 1rem 1rem;
  }
  .mascara-probadorrostro picture {
    width: 65px;
    height: 65px;
  }
  .rounded-6 {
    border-radius: 3rem !important;
  }
  .box-interaccion-formarostro img {
    height: 1.7rem;
  }
  .tit-blue {
    font-size: 36px;
  }
}
/*fin 420*/
@media (max-width: 400px) {
  .zoom-imagen-probador {
    left: 4.56rem;
  }
}
/*fin 400*/
@media (max-width: 375px) {
  .medidagratis-flotante {
    top: 58%;
    transform: translateY(-58%);
  }
  .zoom-imagen-probador {
    left: 4.45rem;
  }
  .btn-test-rostro img {
    height: 37px;
  }
  .fs-xs-4 {
    font-size: 1.7rem !important;
  }
  .text-medio {
    font-size: 1.2rem;
  }
  .text-celu-mediano p {
    font-size: 0.9rem;
  }
  .respuestaTest .btn {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .probador-rostro article {
    border-radius: 1.8rem 1.8rem 0 0;
  }
  .botones-test-rostro {
    border-radius: 0 0 1.8rem 1.8rem;
  }
  .botones-test-rostro .btn-test-rostro {
    font-size: 0.7rem;
  }
  .texto-scroll-orientarostro {
    font-size: 0.8rem;
  }
  .fs-xs-3 {
    font-size: 2.1rem !important;
  }
  .respuestaTest .card {
    padding: 1.4rem 1rem !important;
  }
  .sliderFormaRostro .fs-2 {
    font-size: 27pt !important;
  }
  .tit-blue {
    font-size: 33px;
  }
}
/*fin 375*/
@media (max-width: 370px) {
  .box-secuencias {
    height: 205px;
  }
}
/*fin 370*/
@media (max-width: 360px) {
  .icon-scroll-zoomRostro {
    font-size: 1.4rem;
  }
  .botones-test-rostro .btn-test-rostro {
    font-size: 0.7rem;
  }
  .probador-rostro article {
    height: 320px;
  }
  .probador-rostro article figure {
    height: 320px;
  }
  .zoom-imagen-probador {
    height: 220px;
  }
  input[type=range].rangeProbadorRostro::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  input[type=range].rangeProbadorRostro::-moz-range-thumb {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  input[type=range].rangeProbadorRostro::-ms-thumb {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  input[type=range].rangeProbadorRostro::-webkit-slider-runnable-track {
    height: 3px;
    border-radius: 0;
  }
  input[type=range].rangeProbadorRostro:focus::-webkit-slider-runnable-track {
    outline: none;
  }
  input[type=range].rangeProbadorRostro::-moz-range-track {
    border: 1px solid #2846f9;
    height: 3px;
    border-radius: 0;
  }
  input[type=range].rangeProbadorRostro::-ms-track {
    border: 1px solid #2846f9;
    height: 3px;
    border-radius: 0;
  }
  .fs-xs-3 {
    font-size: 2.1rem !important;
  }
  #navRight > li.nav-item {
    min-width: 21px;
    height: 40px;
    width: 40px;
  }
  .listado-head ul li {
    font-size: 0.9rem;
    height: 46px;
  }
  .listado-body ul li button {
    font-size: 8px;
  }
}
/*fin 360*/
@media (max-width: 320px) {
  html {
    font-size: 71%;
  }
  #navRight > li.nav-item a picture img {
    height: 14px;
  }
  #navRight > li.nav-item {
    min-width: 20px;
    height: 50px;
    width: 28px;
  }
  .menu .navbar-toggler {
    padding: 9px 3px;
    margin-right: 10px;
  }
  .menu .navbar-toggler .icon-bar {
    height: 1px;
  }
  .imgColorLente img {
    height: 28px;
  }
  .redes a {
    font-size: 12px;
    padding: 4px;
  }
  .form-control {
    height: 40px;
  }
  .mt-02 {
    margin-top: -1.2rem;
  }
  .btn-to-top {
    font-size: 16px;
    height: 32px;
    width: 32px;
    line-height: 2;
  }
  .wts-flotante img {
    width: 54px;
  }
  .categoriasSlider figure img {
    height: 55px;
  }
  .navbar-toggler.collapsed .icon-bar {
    width: 15px;
  }
  .menu .navbar-toggler .icon-bar {
    width: 15px;
  }
  .menu .navbar-toggler .icon-bar + .icon-bar {
    margin-top: -1px;
  }
  .navbar-toggler.collapsed .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .btn-filtros-heart-movil i img {
    height: 25px;
  }
  .cont-filtro .accordion-header {
    height: 55px;
  }
  .cont-ordenar {
    height: 55px;
  }
  .cont-vista .accordion-header {
    height: 55px;
  }
  #filtroCategorias .accordion-collapse {
    top: 55px;
  }
  .cont-vista .accordion-collapse a {
    height: 70px;
  }
  .cont-vista .accordion-collapse a img {
    height: 25px;
  }
  .item-tamano-lentes img {
    height: 22px;
  }
  .modal-probador-lentes .form-check-input:checked[type=checkbox]:before {
    left: 9%;
  }
  .gallery-thumbs .swiper-slide {
    width: 54px;
    height: 60px;
  }
  .medidagratis-flotante {
    top: 50%;
    transform: translateY(-50%);
  }
}
/*fin 320px*/
@media (max-width: 280px) {
  .col-xs-12 {
    width: 100% !important;
  }
  .radioDetalleLentesColores div picture img {
    height: 42px;
  }
  .form-redondeado input {
    height: 42px;
  }
  .card-coment {
    gap: 20px;
  }
  .cont-coment {
    /*height: 300px;
    width: 100%;*/
    height: 250px;
    width: 193px;
  }
  .cont-coment picture {
    height: 70px;
    width: 70px;
    margin: 1rem auto;
  }
  .cont-coment article {
    height: calc(100% - 103px);
  }
  .rating {
    font-size: 11px;
  }
  .swiper-flecha-azul .swiper-button-next, .swiper-flecha-azul .swiper-button-prev {
    font-size: 12pt;
  }
  #navRight > li.nav-item > a picture i {
    width: 15px;
    height: 15px;
  }
  #myModalTipoDeLenteProgresivos .nav-item button img {
    height: 70px;
  }
  .alto-accesorios-interes figure {
    width: 50px !important;
    height: 50px;
  }
  .box-secuencias {
    height: 170px;
  }
  .close-popup.btn-close.close-blue {
    font-size: 13px;
  }
  .linea-proceso-historial .circle {
    height: 25px;
    width: 25px;
  }
  .barra-progreso {
    top: 11px;
    left: 9%;
    height: 4px;
  }
  .barra-progreso.num3 {
    left: 64.5%;
  }
  .linea-proceso-historial li strong {
    font-size: 8px;
  }
  .probador-rostro article {
    height: 245px;
  }
  .probador-rostro article figure {
    height: 245px;
  }
  .zoom-imagen-probador {
    height: 176px;
  }
  .btn-test-rostro img {
    height: 29px;
  }
  .mascara-probadorrostro picture {
    width: 55px;
    height: 55px;
  }
  input[type=range].rangeProbadorRostro::-webkit-slider-thumb {
    width: 17px;
    height: 17px;
    margin-top: -8px;
  }
  input[type=range].rangeProbadorRostro::-moz-range-thumb {
    width: 17px;
    height: 17px;
    margin-top: -8px;
  }
  input[type=range].rangeProbadorRostro::-ms-thumb {
    width: 17px;
    height: 17px;
    margin-top: -8px;
  }
  input[type=range].rangeProbadorRostro::-webkit-slider-runnable-track {
    height: 2px;
    border-radius: 0;
  }
  input[type=range].rangeProbadorRostro:focus::-webkit-slider-runnable-track {
    outline: none;
  }
  input[type=range].rangeProbadorRostro::-moz-range-track {
    border: 1px solid #2846f9;
    height: 2px;
    border-radius: 0;
  }
  input[type=range].rangeProbadorRostro::-ms-track {
    border: 1px solid #2846f9;
    height: 2px;
    border-radius: 0;
  }
  .titulo-probadorRostro {
    font-size: 1.8rem !important;
  }
  .tit-blue {
    font-size: 28px;
  }
}
/*fin 280*/
/*_____________________________________*/
/*_____________________________________*/
/*_____________________________________*/
/* ------  Min media Query   ------*/
/*_____________________________________*/
/*_____________________________________*/
/*_____________________________________*/
@media (min-width: 300px) and (max-width: 767px) {
  .col-c-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #navbarOptimania ul li ul li > a.h3-sm {
    font-size: 2.1rem !important;
  }
}
@media (min-width: 768px) {
  .px-md-25 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-md-52 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-55 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .py-md-52 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-55 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .p-md-52 {
    padding: 4rem !important;
  }
  .p-md-55 {
    padding: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-52 {
    padding-top: 4rem !important;
  }
  .pt-md-55 {
    padding-top: 5rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pb-md-52 {
    padding-bottom: 4rem !important;
  }
  .pb-md-55 {
    padding-bottom: 5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .ps-md-52 {
    padding-left: 4rem !important;
  }
  .ps-md-55 {
    padding-left: 5rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-7 {
    padding-left: 7rem !important;
  }
  .ps-md-8 {
    padding-left: 8rem !important;
  }
  .ps-md-9 {
    padding-left: 9rem !important;
  }
  .pe-md-52 {
    padding-right: 4rem !important;
  }
  .pe-55 {
    padding-right: 5rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-7 {
    padding-right: 7rem !important;
  }
  .pe-md-8 {
    padding-right: 8rem !important;
  }
  .pe-md-9 {
    padding-right: 9rem !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .sticky-top, .sticky-lg-top {
    top: 100px;
    z-index: 2;
  }
  .banner-landing-general.grande {
    width: 85%;
  }
  #nav-tabContent.tab-content > .collapse {
    display: none;
  }
  #nav-tabContent.tab-content > .collapse.active {
    display: block;
  }
}
/*fin min-width 767*/
@media (min-width: 991px) {
  body {
    padding-top: 60px;
  }
  .collapse-in:not(.show) {
    display: block;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .py-lg-22 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .py-lg-25 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-lg-42 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-45 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-52 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-55 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-lg-22 {
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
  }
  .px-lg-25 {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
  .px-lg-42 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-lg-45 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-lg-52 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-lg-55 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-lg-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-lg-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-lg-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-lg-85 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .mt-lg-42 {
    margin-top: 2rem !important;
  }
  .mt-lg-45 {
    margin-top: 2.5rem !important;
  }
  .mb-lg-42 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-45 {
    margin-bottom: 2.5rem !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  /*menu principal*/
  .menu .navbar-nav {
    position: relative;
  }
  #navbarOptimania li.nav-item.dropdown {
    position: static !important;
    min-height: 75px;
  }
  #navbarOptimania li.nav-item .nav-primary {
    padding: 1.4rem 0.5rem !important;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  #navbarOptimania .navbar-expand-lg .dropdown a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-weight: 400;
    transition: all 0.4s ease;
  }
  #navbarOptimania .dropdown-item {
    white-space: normal;
    font-weight: 100;
  }
  #navbarOptimania .nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    background: #2846f9;
    transition: height 0.4s ease;
  }
  #navbarOptimania .nav-link:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    width: 100%;
    background: #f6f7ff;
    border: 0;
    margin: 0;
    z-index: 9991;
    display: none;
  }
  #navbarOptimania .nav-link {
    border-left: 1px solid #f6f7ff;
    border-right: 1px solid #f6f7ff;
    position: relative;
  }
  #navbarOptimania .nav-link.show, #navbarOptimania .nav-link.nav-primary:hover {
    border-left: 1px solid #d1d1d9;
    border-right: 1px solid #d1d1d9;
  }
  #navbarOptimania .nav-link.show:before, #navbarOptimania .nav-link.nav-primary:hover:before {
    height: 4px;
  }
  #navbarOptimania .nav-link.show:after {
    display: block;
  }
  #navbarOptimania .dropdown-item.active, #navbarOptimania .dropdown-item:focus, #navbarOptimania .dropdown-item:active, #navbarOptimania .dropdown-item:hover {
    color: #0a58ca;
    text-decoration: none;
    background-color: #f6f7ff;
  }
  #navbarOptimania > .navbar-nav > .nav-item > .dropdown-menu {
    /* max-height: 61vh; */
    overflow: hidden;
    background: #f6f7ff;
    padding: 2rem 1.3rem;
    border-radius: 0;
    border: 1px solid #d1d1d9;
    width: 100%;
    display: block;
    transform: scaleY(0);
    max-height: 0;
    transition: max-height 0.4s, transform 0.3s cubic-bezier(0.98, 0.04, 0.88, 1.03);
    transform-origin: top;
    margin-top: 0;
  }
  #navbarOptimania > .navbar-nav > .nav-item > .dropdown-menu.show {
    transform: scaleY(1);
    max-height: 68vh;
  }
  #navRight .nav-item > .dropdown-menu {
    display: block;
    transform: scaleY(0);
    max-height: 0;
    transition: max-height 0.4s, transform 0.3s cubic-bezier(0.98, 0.04, 0.88, 1.03);
    transform-origin: top;
    margin-top: 0;
  }
  #navRight .nav-item > .dropdown-menu.show {
    transform: scaleY(1);
    max-height: 62vh;
  }
  #navbarOptimania .dropdown-menu.menu-drop1 > li > a {
    padding: 0;
    font-size: 1rem;
  }
  .menu-drop1 > li {
    position: initial;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    transition: all 0.5s ease;
  }
  .menu-drop1 > li:nth-child(3) {
    width: 30%;
  }
  .menu-drop1 > li:nth-child(4) {
    width: 18%;
  }
  .menu-drop1 > li:nth-child(5) {
    width: 19%;
  }
  .dropdown2 > .submenu {
    top: 100.5% !important;
    width: 100% !important;
    left: 0 !important;
    margin-top: 6px;
    margin-left: 0;
    border-radius: 0 !important;
    position: relative !important;
    display: block;
    padding: 0 0px 4% !important;
    border: 0;
    box-shadow: none;
    background: transparent;
    min-width: auto;
  }
  #navbarOptimania .dropdown2 > ul > li > a {
    padding: 4px 0;
    color: #212529;
    font-size: 0.8rem;
  }
  #navbarOptimania .dropdown2 > ul > li > p {
    padding: 4px 0;
    color: #212529;
    font-size: 0.8rem;
  }
  #navbarOptimania .dropdown-menu a:hover {
    text-decoration: underline;
  }
  .menu-drop1 > li > a {
    text-decoration: none !important;
  }
  .navli-standar a:hover {
    text-decoration: underline !important;
  }
  #navbarOptimania .col-12 a:hover {
    text-decoration: underline;
  }
  #itemCompraSoloLunas > .dropdown-menu {
    width: 300px !important;
    left: 32%;
  }
  #itemCompraSoloLunas .compra-lunas-nota {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    background-color: rgba(40, 70, 249, 0.1);
    border: 1px solid rgba(40, 70, 249, 0.16);
    border-radius: 8px;
    padding: 0.6rem 0.75rem;
    margin-bottom: 0.9rem;
  }
  #itemCompraSoloLunas .compra-lunas-nota i {
    color: #2846f9;
    font-size: 1rem;
    margin-top: 0.15rem;
  }
  #itemCompraSoloLunas .compra-lunas-nota p {
    font-size: 15.5px;
    line-height: 1.35;
    color: #495057;
  }
  #itemCompraSoloLunas .compra-lunas-nota p b {
    color: #2846f9;
  }
  #itemCompraSoloLunas .compra-lunas-fila {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.6rem 0.5rem !important;
    border-radius: 8px;
    transition: background-color 0.15s ease;
  }
  #itemCompraSoloLunas .compra-lunas-fila:hover {
    background-color: #f0f2fc;
    text-decoration: none;
  }
  #itemCompraSoloLunas .compra-lunas-fila > i:first-child {
    font-size: 1.15rem;
    color: #2846f9;
  }
  #itemCompraSoloLunas .compra-lunas-fila span {
    flex: 1;
    font-weight: 500;
    font-size: 17.6px;
  }
  #itemCompraSoloLunas .compra-lunas-chevron {
    font-size: 0.75rem;
    color: #adb5bd;
    transition: transform 0.15s ease;
  }
  #itemCompraSoloLunas .compra-lunas-fila:hover .compra-lunas-chevron {
    transform: translateX(3px);
    color: #2846f9;
  }
  #itemMujeres > .dropdown-menu {
    left: 3.5%;
  }
  #itemNinos > .dropdown-menu {
    left: -7%;
  }
  #itemExamenDeVista > .dropdown-menu {
    width: 510px !important;
    right: 1.3em;
    left: auto;
  }
  #itemExamenDeVista .menu-drop1 > li {
    width: 32.5%;
  }
  #itemExamenDeVista .examen-vista-card {
    padding: 0 !important;
    vertical-align: top;
  }
  #itemExamenDeVista .examen-vista-card-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.4rem;
    padding: 1rem 0.6rem;
    border-radius: 10px;
    transition: background-color 0.15s ease, transform 0.15s ease;
  }
  #itemExamenDeVista .examen-vista-card-link:hover {
    background-color: #f0f2fc;
    text-decoration: none !important;
    transform: translateY(-2px);
  }
  #itemExamenDeVista .examen-vista-card-title {
    color: #2846f9;
    font-weight: 600;
    font-size: 17.6px;
    line-height: 1.2;
  }
  #itemExamenDeVista .examen-vista-card-desc {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.35;
  }
  /*fin menu principal*/
  /*menu derecho*/
  #navRight li.nav-item {
    position: static;
    min-height: 75px;
  }
  #navRight .nav-item > a {
    position: relative;
  }
  #navRight .nav-item > .dropdown-menu {
    max-height: 61vh;
    overflow: auto;
    background: #f6f7ff;
    padding: 2rem 1.3rem;
    border-radius: 0;
    border: 1px solid #d1d1d9;
    width: 100%;
  }
  #navRight .nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    background: #2846f9;
    transition: height 0.4s ease;
  }
  #navRight .nav-link:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    width: 100%;
    background: #f6f7ff;
    border: 0;
    margin: 0;
    z-index: 9991;
    display: none;
  }
  #navRight .nav-link.show:after {
    display: block;
  }
  #navRight .nav-link.show:before {
    height: 4px;
  }
  #navRight > .nav-item > .nav-link:hover:before {
    height: 4px;
  }
  #navRight .dropdown-item {
    white-space: normal;
    font-weight: 100;
  }
  #navRight .dropdown-menu a:hover {
    text-decoration: underline;
  }
  #navRight .dropdown-item.active, #navRight .dropdown-item:focus, #navRight .dropdown-item:active, #navRight .dropdown-item:hover {
    color: #0a58ca;
    text-decoration: none;
    background-color: #f6f7ff;
  }
  #navRight .nav-item#menuBucador > .dropdown-menu {
    width: 700px;
    right: 0;
    left: auto;
    padding: 0 0 1.5rem;
  }
  #navRight #menuBucador .menu-drop1 > li:nth-child(3) {
    width: 28%;
  }
  #navRight #menuBucador .menu-drop1 > li:nth-child(4) {
    width: 21%;
  }
  #navRight #menuBucador .menu-drop1 > li:nth-child(5) {
    width: 16%;
  }
  #navRight #menuBucador .dropdown-menu > li > a {
    padding: 0.2rem 1rem !important;
  }
  #navRight #menuBucador .dropdown-menu.menu-drop1 > li > a {
    padding-top: 2rem !important;
    font-size: 1rem;
    white-space: normal;
  }
  #navRight #menuBucador .dropdown2 > ul > li > a {
    padding: 4px 0;
    color: #212529;
    font-size: 0.8rem;
  }
  #menuAyuda .dropdown-menu {
    right: 0;
    left: auto;
    width: 216px !important;
    padding: 2rem 0 0 0 !important;
  }
  #navRight .dropdown-menu > li > a {
    padding: 0.2rem 1.5rem !important;
  }
  #navRight > li#menuBucador.nav-item > a {
    border-left: 1px solid #f6f7ff;
  }
  #navRight > li#menuBucador.nav-item:hover > a {
    border-left: 1px solid #d1d1d9;
  }
  #ayuda-asistente-virtual {
    padding-top: 8px;
  }
  #navRight .dropdown-menu > li#ayuda-asistente-virtual > a {
    color: #fff;
    padding: 0.8rem 1.5rem !important;
    width: 100%;
    background: #2846f9;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
  }
  /*fin menu derecho*/
  .navli-standar {
    width: auto !important;
    display: block !important;
  }
  .nav-standar {
    font-size: 0.8rem !important;
    color: #212529;
    padding: 0.2rem 1rem;
  }
  .cont-vista .collapse {
    height: 100%;
    display: flex !important;
    align-items: center;
  }
  .cont-vista .collapse article {
    display: flex !important;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  .hr-md-radios {
    margin: 0.5rem 0;
    opacity: 0.1;
  }
  .modal-dialog.modal-medium {
    max-width: 690px;
  }
  .modal-dialog.modal-semimedium {
    max-width: 580px;
  }
  .modal-dialog.modal-small {
    max-width: 400px;
  }
  .resumenCarrito .listaProductoCarrito {
    border: 0 !important;
    border-bottom: 1px solid #ececec !important;
    border-radius: 0 !important;
    margin-left: 0;
  }
  .resumenCarrito .listaAccesorioProducto {
    border: 0 !important;
    border-bottom: 1px solid #ececec !important;
    border-radius: 0 !important;
    margin-left: 0;
  }
  .resumenCompraFinal .listaProductoCarrito {
    border: 0 !important;
    border-bottom: 1px solid #ececec !important;
    border-radius: 0 !important;
    margin-left: 0;
  }
  .resumenCompraFinal .listaAccesorioProducto {
    border: 0 !important;
    border-bottom: 1px solid #ececec !important;
    border-radius: 0 !important;
    margin-left: 0;
  }
  .box-numerador.num4 {
    height: 100%;
    position: relative;
  }
  .box-numerador.num4 aside {
    position: absolute;
    top: 0;
    margin-left: 60px !important;
  }
  .mt-010 {
    margin-top: -10rem;
  }
  .cont-filtro {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .cont-filtro .grupo-dropdownmenu button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .py-banner-home {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }
  .h6-pc {
    font-size: 0.8rem !important;
  }
  input[type=range].rangeProbadorRostro::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, #4f68f6 calc(var(--value) * 50%), #d9ddfe 0);
  }
  input[type=range].rangeProbadorRostro:focus::-webkit-slider-runnable-track {
    outline: none;
  }
  input[type=range].rangeProbadorRostro::-moz-range-track {
    background-image: linear-gradient(to right, #4f68f6 calc(var(--value) * 50%), #d9ddfe 0);
  }
  .text-celu-mediano p {
    line-height: 1.3;
  }
  .fs-lg-2 {
    font-size: 3.998rem !important;
  }
  .box-lentetest {
    margin: 0 auto;
  }
  .text-nowrap-pc {
    white-space: nowrap !important;
  }
  .offset-lg-15 {
    margin-left: 12.444%;
  }
  .titulo-lista-sedes {
    width: 110%;
  }
  .border-lg-1 {
    border: 1px solid !important;
  }
  #myModalContentCookies .modal-md {
    width: 660px !important;
    max-width: 660px !important;
  }
}
/*fin min-width 991*/
@media (min-width: 991px) and (max-width: 1024px) {
  #navbarOptimania li.nav-item .nav-primary {
    padding: 0.4rem 0.5rem !important;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
  #navRight > li a span.hidden-xs {
    display: none !important;
  }
  #navRight > li.nav-item {
    width: 50px;
  }
  #navbarOptimania > .navbar-nav > .nav-item > .dropdown-menu {
    width: 130%;
    margin-top: 0;
  }
  #navRight .nav-item#menuBucador > .dropdown-menu {
    left: auto;
    margin-top: 0;
  }
  #menuAyuda .dropdown-menu {
    left: auto;
    margin-top: 0;
  }
  #itemExamenDeVista > .dropdown-menu {
    right: 0.25em;
  }
  .img-menu-examen-vista {
    height: 32px;
  }
  .radioDetalleLentesColores div picture img {
    height: 45px;
  }
  .radioDetalleLentesColores {
    width: 18%;
  }
  .alto-accesorios-interes figure {
    width: 40px !important;
    height: 40px;
  }
  .alto-accesorios-interes dd span {
    font-size: 0.7rem;
  }
  #filtroEtiquetas.grupo-dropdownmenu .dropdown-menu {
    width: 22rem;
  }
  .grupo-dropdownmenu .dropdown-menu li {
    padding-bottom: 0;
  }
  .grupo-dropdownmenu .dropdown-menu li div.mb-3 {
    margin-bottom: 0.2rem !important;
  }
  .menuPerfil {
    width: 330px;
  }
  .boxPerfil {
    width: calc(100% - 330px);
  }
  .py-banner-home {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .modal-recetas .modal-dialog {
    width: 450px;
  }
  .box-buscador-sedes {
    padding: 1.5rem;
  }
  .titulo-visitados img {
    height: 40px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .input-semigrande {
    height: 70px !important;
  }
  .alto-accesorios-interes figure {
    width: 150px !important;
    height: 150px;
  }
  .btn-agregarInteres {
    width: 46px;
  }
  .alto-accesorios-interes dd span {
    font-size: 1.1rem;
    width: 100px;
  }
  .verMasInfo svg {
    width: 30px;
    height: 30px;
  }
  .spiner-cantidad {
    width: 85px;
  }
  .spiner-cantidad button {
    font-size: 12px;
  }
  .spiner-cantidad input {
    font-size: 1.2rem;
    height: 30px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important;
  }
  .overflow-md-visible {
    overflow: visible !important;
  }
}
@media (min-width: 991px) and (max-width: 1300px) {
  #navbarOptimania li.nav-item .nav-primary {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 75px;
  }
  .hidden-lg {
    display: none !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .overflow-lg-visible {
    overflow: visible !important;
  }
  .ps-lg-45 {
    padding-left: 2rem !important;
  }
  .pe-lg-45 {
    padding-left: 2rem !important;
  }
  .ps-lg-6 {
    padding-left: 6rem !important;
  }
  .pe-lg-6 {
    padding-right: 6rem !important;
  }
  .ps-lg-7 {
    padding-left: 7rem !important;
  }
  .pe-lg-7 {
    padding-right: 7rem !important;
  }
  .ps-lg-8 {
    padding-left: 8rem !important;
  }
  .pe-lg-8 {
    padding-right: 8rem !important;
  }
  .ps-lg-9 {
    padding-left: 9rem !important;
  }
  .pe-lg-9 {
    padding-right: 9rem !important;
  }
  .pt-xl-22 {
    padding-top: 0.8rem !important;
  }
  .pb-xl-22 {
    padding-bottom: 0.8rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .px-lg-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-lg-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-lg-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-lg-85 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .px-lg-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-xl-45 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-xl-45 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-xl-55 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-xl-55 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-xl-6 {
    padding-left: 6rem !important;
    padding-right: 64rem !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .menu-drop1 > li {
    width: 31%;
  }
  .menu-drop1 > li:nth-child(3) {
    width: 30%;
  }
  .menu-drop1 > li:nth-child(4) {
    width: 18%;
  }
  .menu-drop1 > li:nth-child(5) {
    width: 17%;
  }
  .rounded-4 {
    border-radius: 1rem !important;
  }
  .rounded-5 {
    border-radius: 2rem !important;
  }
  .contenidoFiltros {
    min-height: 300px;
  }
  #navRight #menuBucador .menu-drop1 > li:nth-child(3) {
    width: 28%;
  }
  #navRight #menuBucador .menu-drop1 > li:nth-child(4) {
    width: 27%;
  }
  #navRight #menuBucador .menu-drop1 > li:nth-child(5) {
    width: 22%;
  }
  #navRight #menuBucador .menu-drop1 > li:nth-child(6) {
    width: 18%;
  }
  #filtroMarco.grupo-dropdownmenu .dropdown-col.dropdown-menu li {
    width: auto;
  }
  .box-semialto {
    max-height: 35vh;
  }
  .perfilOptometra .input-semigrande {
    height: 50px !important;
  }
  #itemExamenDeVista > .dropdown-menu {
    width: 620px !important;
  }
  .col-xl-35 {
    flex: 0 0 auto;
    width: 27.77777%;
  }
  .offset-xl-15 {
    margin-left: 12.44444%;
  }
}
/*fin min-width 1200*/
@media (max-width: 1199px) and (min-width: 1024px) {
  body {
    font-size: 0.7em;
  }
  p, .p {
    font-size: 0.9rem;
  }
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.8rem;
  }
  h3, .h3 {
    font-size: 1.3rem;
  }
  h4, .h4 {
    font-size: 1rem;
  }
  h5, .h5 {
    font-size: 0.8rem;
  }
  h6, .h6 {
    font-size: 0.72rem;
  }
  .fs-1 {
    font-size: 2rem !important;
  }
  .fs-2 {
    font-size: 1.8rem !important;
  }
  .fs-3 {
    font-size: 1.6rem !important;
  }
  .fs-4 {
    font-size: 1.4rem !important;
  }
  .fs-5 {
    font-size: 1.2rem !important;
  }
  .fs-lg-2 {
    font-size: 3rem !important;
  }
  .btn {
    font-size: 0.9rem;
  }
  .pt-4 {
    padding-top: 1rem !important;
  }
  .pb-4 {
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-md-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .pe-lg-3 {
    padding-right: 0.3rem !important;
  }
  .ps-lg-3 {
    padding-left: 0.3rem !important;
  }
  .mt-3 {
    margin-top: 0.9rem !important;
  }
  .mb-3 {
    margin-bottom: 0.9rem !important;
  }
  .mt-4 {
    margin-top: 1rem !important;
  }
  .mb-4 {
    margin-bottom: 1rem !important;
  }
  .mt-5 {
    margin-top: 2rem !important;
  }
  .mb-5 {
    margin-bottom: 2rem !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-md-5 {
    margin-top: 2rem !important;
  }
  .logo-web {
    height: 60px;
  }
  .logo-web img {
    width: 145px;
  }
  #navbarOptimania li.nav-item .nav-primary {
    padding: 0.4rem 0.5rem !important;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
  #navbarOptimania li.nav-item.dropdown {
    min-height: 60px;
  }
  .nav-standar {
    font-size: 0.7rem;
  }
  .menu-drop1 > li {
    width: 27%;
  }
  .menu-drop1 > li:nth-child(4) {
    width: 30%;
  }
  .menu-drop1 > li:nth-child(5) {
    width: 17%;
  }
  .menu-drop1 > li:nth-child(6) {
    width: 22%;
  }
  #navRight > li.nav-item {
    width: 60px;
    min-height: 60px;
    height: 60px;
  }
  #navRight > li.nav-item > a {
    font-size: 0.7rem;
  }
  #navbarOptimania .dropdown-menu.menu-drop1 > li > a {
    font-size: 0.9rem;
  }
  #navbarOptimania .dropdown2 > ul > li > a {
    font-size: 0.7rem;
  }
  #navRight #menuBucador .dropdown-menu.menu-drop1 > li > a {
    font-size: 0.8rem;
  }
  #navRight #menuBucador .dropdown2 > ul > li > a {
    font-size: 0.7rem;
  }
  #navRight .nav-item#menuBucador > .dropdown-menu {
    width: 630px;
  }
  #navRight #menuBucador .menu-drop1 > li:nth-child(5) {
    width: 20%;
  }
  .nav-standar {
    font-size: 0.7rem !important;
  }
  #ayuda-asistente-virtual a {
    font-size: 0.8rem !important;
  }
  .dropdown-menu[data-bs-popper] {
    margin-top: 0;
  }
  .dropdown-menu {
    min-width: 22rem;
  }
  .cont-filtros-resultados {
    width: calc(100% - 95px);
  }
  .cont-filtros-resultados h5, .cont-filtros-resultados .h5 {
    font-size: 0.7rem;
  }
  .filtro-resultados span {
    font-size: 0.7rem;
  }
  .borrar-resultados button {
    font-size: 0.6rem;
  }
  .btn-filtro {
    font-size: 0.7rem;
  }
  .cont-ordenar-vista p {
    font-size: 0.7rem;
  }
  .cont-ordenar-vista {
    font-size: 0.7rem;
  }
  .check-filtro label {
    font-size: 0.7rem;
  }
  .dropdown-menu {
    min-width: 14rem;
  }
  #filtroForma.grupo-dropdownmenu .dropdown-menu {
    width: 18rem;
  }
  .item-tamano-lentes p {
    font-size: 0.8rem;
  }
  .cuadros-felices article {
    width: 32.4%;
  }
  .box-numerador span {
    font-size: 1.4rem;
  }
  .modtit-cliente img {
    height: 35px;
  }
  .close-popup.btn-close {
    font-size: 18px;
  }
  .cont-coment {
    width: 248px;
  }
  #myModalSubirFoto figure.ms-1 {
    width: 40%;
  }
  .content-dropzone p {
    font-size: 0.9rem;
  }
  .content-dropzone .img-arrastrar-fotoProbador {
    height: 30px;
  }
  .modal-dialog.modal-medium {
    max-width: 600px;
  }
  .modal-dialog.modal-semimedium {
    max-width: 580px;
  }
  .btn-group-selec .dropdown-toggle {
    font-size: 0.7rem;
  }
  .precio-producto {
    font-size: 3.8rem !important;
  }
  #precioTotalCompra h5, #precioTotalCompra .h5 {
    font-size: 1.4rem;
  }
  #precioTotalCompra .fs-5 {
    font-size: 1.6rem !important;
  }
  .text-lunas-primary a {
    top: -14px;
  }
  .img-ojoCircular {
    height: 16px;
  }
  .btn-group-selec .dropdown-toggle {
    border-radius: 1rem;
  }
  .btn-group-selec .dropdown-toggle .sr-solo {
    line-height: 1.9;
  }
  .filtro-orden {
    font-size: 0.6rem;
  }
  #myModalSubirFoto figure.ms-1 img {
    height: 140px;
    width: auto;
  }
  .text-medio {
    font-size: 1rem;
  }
  .listado-body aside {
    padding-top: 35px;
    padding-bottom: 25px;
    padding-left: 12px;
    padding-right: 13px;
  }
  .listado-head ul li {
    font-size: 1rem;
    height: 56px;
  }
  .listado-activo.listado-body ul {
    max-height: 133px;
  }
  .listado-activo-mas-ciudades.listado-body ul {
    max-height: 202px;
  }
  .listado-body ul li button {
    height: 25px;
  }
  .titulo-lista-sedes p {
    font-size: 1rem;
  }
  .img-medalla-sedes {
    height: 42px;
  }
  .content-listas-sedes {
    padding: 11px 2.5rem;
  }
  .textos-popup p, .textos-popup .p {
    font-size: 0.7rem;
  }
  #itemCompraSoloLunas > .dropdown-menu {
    left: 27%;
  }
}
/*fin min-width 1199 y 1024*/
@media (min-width: 1300px) {
  body {
    padding-top: 79px;
  }
  .radioDetalleLentes div {
    min-height: 82px;
  }
  .modal-dialog.modal-medium {
    max-width: 690px;
  }
  .modal-dialog.modal-semimedium {
    max-width: 580px;
  }
  .fs-pc {
    font-size: 1.3rem !important;
  }
  .box-copy-cupon .fs-3 {
    font-size: 22pt !important;
  }
  #myModalSubirFoto figure.ms-1 img {
    height: 130px;
    width: auto;
  }
  .img-arrastrar-fotoProbador {
    height: 28px;
  }
  .btn-group-selec .dropdown-toggle {
    width: 74px;
  }
}
/*fin min-width 1300*/
@media (min-width: 1400px) {
  body {
    padding-top: 84px;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  body {
    font-size: 1rem;
  }
  .btn {
    font-size: 1.2em;
  }
  p, .p {
    font-size: 1.3rem;
  }
  h4, .h4 {
    font-size: 1.6rem;
  }
  h5, .h5 {
    font-size: 1.2rem;
  }
  h6, .h6 {
    font-size: 0.84rem;
  }
  .fs-2 {
    font-size: 4.2rem !important;
  }
  .fs-5 {
    font-size: 1.7rem !important;
  }
  .form-control {
    padding: 1.375rem 1rem;
  }
  .p-xxl-52 {
    padding: 4rem !important;
  }
  .p-xxl-55 {
    padding-right: 5rem !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .p-xxl-7 {
    padding: 7rem !important;
  }
  .p-xxl-8 {
    padding: 8rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .pt-xxl-52 {
    padding-top: 4rem !important;
  }
  .pt-xxl-55 {
    padding-top: 5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 6rem !important;
  }
  .pt-xxl-7 {
    padding-top: 7rem !important;
  }
  .pt-xxl-8 {
    padding-top: 8rem !important;
  }
  .pt-xxl-9 {
    padding-top: 9rem !important;
  }
  .pb-xxl-52 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-55 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .ps-xxl-52 {
    padding-left: 4rem !important;
  }
  .ps-xxl-55 {
    padding-left: 5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 6rem !important;
  }
  .ps-xxl-7 {
    padding-left: 7rem !important;
  }
  .ps-xxl-8 {
    padding-left: 8rem !important;
  }
  .ps-xxl-9 {
    padding-left: 9rem !important;
  }
  .pe-xxl-52 {
    padding-right: 4rem !important;
  }
  .pe-xxl-55 {
    padding-right: 5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 6rem !important;
  }
  .pe-xxl-7 {
    padding-right: 7rem !important;
  }
  .pe-xxl-8 {
    padding-right: 8rem !important;
  }
  .pe-xxl-9 {
    padding-right: 9rem !important;
  }
  .px-xxl-52 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-55 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .py-xxl-52 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-55 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-45 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-xxl-45 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .mt-xxl-42 {
    margin-top: 2rem !important;
  }
  .mb-xxl-42 {
    margin-bottom: 2rem !important;
  }
  .mt-xxl-45 {
    margin-top: 2.5rem !important;
  }
  .mb-xxl-45 {
    margin-bottom: 2.5rem !important;
  }
  .mt-xxl-52 {
    margin-top: 4rem !important;
  }
  .mb-xxl-52 {
    margin-bottom: 4rem !important;
  }
  .mt-xxl-55 {
    margin-top: 5rem !important;
  }
  .mb-xxl-55 {
    margin-bottom: 5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 6rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .links-seguimiento li {
    font-size: 1rem;
  }
  .links-seguimiento li i {
    font-size: 1.2rem;
  }
  .img-filtroLuzAzul {
    height: 30px;
    margin-bottom: 6px;
  }
  .radioDetalleLentes div {
    min-height: 95px;
  }
  .modal-dialog.modal-medium {
    max-width: 750px;
  }
  .modal-dialog.modal-semimedium {
    max-width: 670px;
  }
  .resumenCarrito .listaProductoCarrito, .resumenCarrito .listaAccesorioProducto {
    margin-left: 2rem;
  }
  .verMasInfo svg {
    width: 26px;
    height: 26px;
  }
  .radioDetalleLentes div figure {
    width: 90px;
  }
  .img-tipolente-popup {
    height: 185px;
  }
  .cont-acciones {
    font-size: 1.6rem;
  }
  .input-semigrande {
    height: 60px !important;
  }
  .input-semigrande svg {
    width: 30px !important;
    height: 19.8px !important;
  }
  .filtro-orden {
    padding: 4px 0.8rem;
  }
  .btn-group-selecter .dropdown-toggle {
    padding: 1.4rem 1rem;
  }
  .btn-group-selec .filtro-orden {
    padding: 4px 0.4rem;
  }
  .btn-group-selecter .dropdown-menu {
    font-size: 0.84rem;
  }
  .contenido-seguimiento-subeTuReceta figure img {
    max-height: 200px;
  }
  .video-play i {
    font-size: 55px;
  }
  .alto-zoom-img {
    max-height: 160px;
  }
  .alto-accesorios-interes figure {
    width: 68px !important;
    height: 68px;
  }
  .modal-recetas .modal-dialog {
    width: 450px;
  }
  .btnalertaCollapse {
    font-size: 1em !important;
  }
  .banner-mono h1, .banner-mono .h1 {
    font-size: 37pt !important;
  }
  .banner-mono h4, .banner-mono .h4 {
    font-size: 22pt !important;
  }
  .listado-head ul li {
    height: 80px;
  }
  .listado-head ul li span {
    font-size: 1.5rem;
  }
  .listado-body ul li button {
    height: 38px;
  }
  .ciudad-seleccionada.ciudad-efecto .listar-mas {
    height: 54px;
  }
  .listado-activo.listado-body ul {
    max-height: 186px;
  }
  .listado-activo-mas-ciudades.listado-body ul {
    max-height: 280px;
  }
  .img-medalla-sedes {
    height: 60px;
  }
  .radioDetalleLentes div article {
    padding-bottom: 1.5rem !important;
  }
  #navbarOptimania li.nav-item .nav-primary {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .probador_tryon img {
    height: 1.2rem;
  }
  .modal-dialog.modal-large {
    max-width: 560px;
  }
}
/*fin min-width 1400*/
@media (min-width: 1500px) {
  .textos-web p, .textos-web .p {
    font-size: 0.975rem;
  }
  .h6-pc {
    font-size: 0.875rem !important;
  }
  .cont-coment {
    width: 300px;
  }
  .btn-group-selec .dropdown-toggle {
    font-size: 1rem;
    width: 86px;
  }
  .btn-group-selec .dropdown-toggle i {
    font-size: 0.8rem;
  }
  .btn-group-selec .dropdown-menu {
    font-size: 0.82rem;
  }
  .precio-producto {
    font-size: 5rem !important;
  }
  .modal-dialog.modal-lg {
    width: 800px;
    max-width: 800px;
  }
  #myModalSubirFoto .modal-dialog.modal-lg {
    width: 700px;
    max-width: 700px;
  }
  #myModalSubirFoto figure.ms-1 img {
    height: 180px;
    width: auto;
  }
  .img-arrastrar-fotoProbador {
    height: 28px;
  }
  .content-dropzone p {
    font-size: 1.2rem;
  }
  .bullets-plomo .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  .favorito-detalle {
    height: 25px;
    width: 25px;
  }
  .categoriasSlider figure img {
    padding: 10px 18px;
  }
  .img-puntos {
    height: 13px;
  }
  .btn-hover:hover span:after {
    font-size: 1.4rem;
  }
  .probador-subir-foto {
    width: 30rem;
  }
  .titulo-naranja {
    font-size: 2.9rem;
  }
  .box-semialto {
    max-height: 34vh;
  }
  .barra-procesador .slider-track {
    height: 32px;
  }
  .barra-procesador .slider-thumb {
    width: 80px;
    height: 80px;
  }
  .barra-procesador .slider-thumb span {
    font-size: 17pt;
  }
  .box-copy-cupon .fs-3 {
    font-size: 28pt !important;
  }
  .text-lunas-primary a {
    top: -10px;
  }
  .producto-listado aside {
    padding-left: 1.7rem;
  }
  .producto-listado aside {
    padding-left: 1.7rem;
  }
  .ofert {
    left: 1.7rem;
  }
  .filtro-azul-gratis {
    left: 1.7rem;
  }
  .filtro-envio-gratis {
    left: 1.7rem;
  }
  .text-medio {
    font-size: 1.5rem;
  }
  .tit-blue {
    font-size: 50px;
  }
  .scroll-plomizo::-webkit-scrollbar {
    width: 12px;
    height: 6px;
  }
  .scroll-plomizo::-moz-scrollbar {
    width: 12px;
    height: 6px;
  }
  .scroll-plomizo::-ms-scrollbar {
    width: 12px;
    height: 6px;
  }
  .titulo-lista-sedes p {
    font-size: 1.5rem;
  }
  .img-medalla-sedes {
    height: 62px;
  }
  .radioDetalleLentes div article {
    width: 100px;
    padding-bottom: 1.5rem !important;
  }
  .radioDetalleLentes div aside h6, .radioDetalleLentes div aside .h6, .radioDetalleLentes div aside h4, .radioDetalleLentes div aside .h4 {
    width: calc(100% - 100px);
  }
  .textos-popup p, .textos-popup .p {
    font-size: 1rem;
  }
  .textos-popup hr {
    margin: 0 0 0.8rem;
  }
  #itemCompraSoloLunas > .dropdown-menu {
    left: 36%;
  }
  .favoritosSlider {
    height: 320px;
  }
  .modal-dialog.modal-large {
    max-width: 650px;
  }
}
/*fin min-width 1500*/
@media (min-width: 1600px) {
  body {
    padding-top: 88px;
    font-size: 1.1rem;
  }
  p, .p {
    font-size: 1.5rem;
  }
  h1, .h1 {
    font-size: 3.52rem;
  }
  h2, .h2 {
    font-size: 2.841rem;
  }
  h3, .h3 {
    font-size: 1.953rem;
  }
  h4, .h4 {
    font-size: 1.75rem;
  }
  h5, .h5 {
    font-size: 1.4rem;
  }
  h6, .h6 {
    font-size: 0.95rem;
  }
  .fs-2 {
    font-size: 4.6rem !important;
  }
  .fs-4 {
    font-size: 2.3rem !important;
  }
  .textos-web p, .textos-web .p {
    font-size: 1.2rem;
  }
  .textos-popup p, .textos-popup .p {
    font-size: 1.1rem;
  }
  .h6-pc {
    font-size: 1rem !important;
  }
  .rounded-35 {
    border-radius: 0.9rem !important;
  }
  .precio-producto {
    font-size: 5.5rem !important;
  }
  .btn-detalleProd {
    height: 54px;
  }
  .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    font-size: 34pt;
  }
  .btn-cerrar-probador {
    font-size: 40px;
  }
  .btn-next-galeria-probador, .btn-prev-galeria-probador {
    font-size: 34pt;
  }
  .bullets-plomo .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
  }
  .favorito-detalle {
    height: 29px;
    width: 29px;
  }
  .thumbs-probador-detalle {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .item-thumb-probador {
    width: 24%;
  }
  .modal-dialog.modal-lg {
    width: 880px;
    max-width: 880px;
  }
  #myModalSubirFoto .modal-dialog.modal-lg {
    width: 820px;
    max-width: 820px;
  }
  .content-dropzone p {
    font-size: 1.4rem;
  }
  #myModalSubirFoto figure.ms-1 img {
    height: 140px;
    width: auto;
  }
  .menuPerfil .accordion-button {
    font-size: 1.2rem;
  }
  .head-fotoReceta {
    padding: 1.4rem 1.4rem 0.8rem;
  }
  .head-formReceta {
    padding: 1.4rem;
  }
  .btn-eliminarReceta {
    font-size: 18px;
  }
  .boxPerfil .img-ojoCircular {
    height: 22px;
  }
  .row-formReceta .btn-group-selec .dropdown-toggle {
    min-width: 100px;
  }
  .btn-mascaraEliminar {
    font-size: 22px;
  }
  .box-fotoReceta picture {
    height: 250px;
  }
  .boxPerfil .btn-group-selecter .dropdown-menu, .boxPerfil .btn-group-selec .dropdown-menu {
    font-size: 1rem;
  }
  .boxPerfil .btn-group-selec .dropdown-toggle {
    font-size: 1.2rem !important;
  }
  .boxPerfil .btn-group-selec .dropdown-toggle i {
    font-size: 17px;
  }
  .boxPerfil .accordion-button {
    font-size: 1.2rem;
  }
  .menuPerfil .accordion-button {
    padding: 1.8rem 0 0.4rem;
  }
  .desliz h3, .desliz .h3 {
    font-size: 1.6rem;
  }
  .cont-desliz p {
    font-size: 1.1rem;
  }
  .btn-landing-bluex-blue, .btn-landing-bluex-white {
    font-size: 15pt;
  }
  .box-cuadros-landing p {
    font-size: 1.3rem;
  }
  .box-cuadros-landing h4, .box-cuadros-landing .h4 {
    font-size: 1.7rem;
  }
  .landing-unete .content-banner-landing .fs-3 {
    font-size: 3.5rem !important;
  }
  .box-cuadros-landing.boxin-unete img {
    height: 100px;
  }
  .listado-check {
    padding-left: 2.2rem;
  }
  /* .listado-check li:before{
      left: -2.2rem;
      font-size: 21px;
  } */
  .listado-check li:after {
    left: -2.2rem;
    width: 18px;
    height: 11px;
    border-width: 4px;
  }
  .ojitoDatos i {
    font-size: 28px;
  }
  .modal_uneteWeb h1, .modal_uneteWeb .h1 {
    font-size: 35pt !important;
  }
  .modal_uneteWeb h2, .modal_uneteWeb .h2 {
    font-size: 25pt !important;
  }
  .modal_uneteWeb h3, .modal_uneteWeb .h3 {
    font-size: 26pt !important;
  }
  .ul-sin-style li {
    line-height: 1.4;
  }
  .img-estrellarosada {
    height: 15px;
    margin-top: 4px;
  }
  .btn-group-selec .dropdown-toggle {
    border-radius: 1rem;
  }
  .box-semialto {
    max-height: 48vh;
  }
  .input-semigrande {
    height: 68px !important;
  }
  .input-semigrande svg {
    width: 45px !important;
    height: 29.7px !important;
  }
  .btn-group-selecter .dropdown-menu {
    font-size: 0.9rem;
  }
  .barra-procesador .slider-track {
    height: 35px;
  }
  .barra-procesador .slider-thumb {
    width: 92px;
    height: 92px;
  }
  .barra-procesador .slider-thumb span {
    font-size: 20pt;
  }
  .box-descuento {
    margin-bottom: 2rem;
  }
  .second-descuento {
    padding-left: 5.5rem;
  }
  .second-descuento h4, .second-descuento .h4 {
    font-size: 1.7rem;
  }
  .body-decuento {
    padding-left: 5.5rem;
  }
  .first-descuento {
    font-size: 34px;
    width: 54px;
    height: 54px;
  }
  .img-arrastrar-fotoProbador {
    height: 32px;
  }
  .box-numerador.num4 aside {
    margin-left: 60px !important;
  }
  .conten-medidaReceta figure.mb-0 {
    height: 270px;
  }
  .text-lunas-primary a {
    top: -8px;
  }
  .imgtex-flex img {
    width: 20px;
  }
  .imgtex-flex span {
    padding-left: 0.5rem;
  }
  .imgtex-flex2 img {
    width: 28px;
  }
  .img-popup-absolute {
    margin-top: -4.5rem;
  }
  .linea-proceso-historial li strong {
    font-size: 1.3rem;
  }
  .btn-corazon-filtro {
    padding: 0.2rem 0.2rem 0.2rem 0.8rem;
  }
  .py-banner-home {
    padding-top: 5.38rem !important;
    padding-bottom: 5.38rem !important;
  }
  .modal-recetas .modal-dialog {
    width: 550px;
  }
  .text-medio {
    font-size: 1.6rem;
  }
  .box-probador-rostro {
    width: 45%;
  }
  .box-interaccion-formarostro img {
    height: 2.5rem;
  }
  .zoom-imagen-probador {
    left: 2rem;
  }
  .cont-left {
    padding: 0rem 6rem 5rem 9rem;
  }
  .banner-mono h1, .banner-mono .h1 {
    font-size: 37pt !important;
  }
  .banner-mono h4, .banner-mono .h4 {
    font-size: 22pt !important;
  }
  .banner-mono .btn-hover:hover span:after {
    font-size: 1.2rem;
  }
  .box-lentetest p {
    padding-left: 1.6rem;
  }
  .titulo-categoria-card img {
    height: 1.4rem;
  }
  .titulo-categoria-card span {
    padding-left: 0.8rem;
  }
  .texto-nota-resultado img {
    height: 16px;
    margin-right: 0.3rem;
  }
  .btn-optimetra-img img {
    height: 34px;
  }
  .perfilOptometra .input-semigrande {
    height: 60px !important;
  }
  .tit-blue {
    font-size: 50px;
  }
  .listado-body ul {
    gap: 0.8rem 0;
  }
  .listado-head ul li span {
    font-size: 1.7rem;
  }
  .listado-activo.listado-body ul {
    max-height: 196px;
  }
  .listado-activo-mas-ciudades.listado-body ul {
    max-height: 298px;
  }
  .scroll-plomizo::-webkit-scrollbar {
    width: 13px;
    height: 6px;
  }
  .scroll-plomizo::-moz-scrollbar {
    width: 13px;
    height: 6px;
  }
  .scroll-plomizo::-ms-scrollbar {
    width: 13px;
    height: 6px;
  }
  .circulo-sedes-busq {
    width: 45px;
  }
  .circulo-sedes-busq span {
    height: 27px;
    width: 27px;
  }
  .titulo-lista-sedes p {
    font-size: 1.6rem;
  }
  .textos-popup hr {
    margin: 0 0 0.8rem;
  }
  .btn-next-galeria-probador {
    right: -70px;
  }
  .btn-prev-galeria-probador {
    right: -70px;
  }
  .btn-next-galeria-probador:before, .btn-prev-galeria-probador:before {
    height: 28px;
    width: 28px;
  }
  .btn-prev-galeria-probador:before {
    border-width: 0 0 3px 3px;
  }
  .btn-next-galeria-probador:before {
    border-width: 0 3px 3px 0;
  }
}
/*fin min-width 1600*/
@media (min-width: 1680px) {
  body {
    font-size: 1rem;
  }
  .box-interaccion-formarostro {
    bottom: 2rem;
  }
  .box-interaccion-formarostro img {
    height: 3rem;
  }
  .btn-test-rostro img {
    height: 75px;
  }
  .titulo-categoria-card span {
    padding-left: 1rem;
  }
  .receta-100.box-fotoReceta picture {
    height: 360px;
  }
  .listado-body aside {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .titulo-lista-sedes p {
    font-size: 1.6rem;
  }
  .img-medalla-sedes {
    height: 60px;
  }
  .img-menu-examen-vista {
    height: 50px;
  }
}
/*fin min-width 1680*/
@media (min-width: 1800px) {
  body {
    padding-top: 84px;
  }
  .swiper-container .swiper-button-next:after, .swiper-container .swiper-button-prev:after {
    color: #2846f9;
    font-size: 40px;
  }
}
@media (min-width: 1900px) {
  body {
    padding-top: 95px;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 85%;
  }
  .w-xxlg-auto {
    width: auto !important;
  }
  #filtroTamano > .dropdown-menu {
    width: 21rem;
  }
  .form-control {
    font-size: 1.4rem;
    padding: 0.375rem 1.3rem;
  }
  .btn {
    font-size: 18pt;
  }
  .btn-group-selecter .dropdown-toggle {
    padding: 0.375rem 1.3rem;
  }
  body {
    font-size: 14pt;
  }
  p, .p {
    font-size: 20pt;
  }
  h1, .h1 {
    font-size: 55pt;
  }
  h2, .h2 {
    font-size: 40pt;
  }
  h3, .h3 {
    font-size: 32pt;
  }
  h4, .h4 {
    font-size: 27pt;
  }
  h5, .h5 {
    font-size: 18pt;
  }
  h6, .h6 {
    font-size: 13pt;
  }
  .fs-0 {
    font-size: 100pt !important;
  }
  .fs-1, .fs-xxlg-1 {
    font-size: 90pt !important;
  }
  .fs-xxlg-2 {
    font-size: 70pt !important;
  }
  .fs-2 {
    font-size: 80pt !important;
  }
  .fs-3, .fs-xxlg-3 {
    font-size: 66pt !important;
  }
  .fs-4, .fs-xxlg-4 {
    font-size: 46pt !important;
  }
  .fs-5, .fs-xxlg-5 {
    font-size: 26pt !important;
  }
  .fs-7 {
    font-size: 15pt !important;
  }
  .fs-9 {
    font-size: 0.8rem !important;
  }
  .p-xxlg {
    font-size: 25pt;
  }
  .h1-xxlg {
    font-size: 55pt !important;
  }
  .h2-xxlg {
    font-size: 40pt !important;
  }
  .h3-xxlg {
    font-size: 32pt !important;
  }
  .h4-xxlg {
    font-size: 28pt !important;
  }
  .h6-xxlg {
    font-size: 13pt !important;
  }
  .h5-xxlg {
    font-size: 24pt !important;
  }
  .mt-2 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 7rem !important;
  }
  .p-2 {
    padding: 1.5rem !important;
  }
  .px-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-5 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-md-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-md-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-3 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .mt-md-4 {
    margin-top: 2.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2.5rem !important;
  }
  .p-xxlg-1 {
    padding: 0.5rem !important;
  }
  .p-xxlg-2 {
    padding: 0.8rem !important;
  }
  .p-xxlg-3 {
    padding: 1rem !important;
  }
  .p-xxlg-4 {
    padding: 2rem !important;
  }
  .p-xxlg-42 {
    padding: 2.2rem !important;
  }
  .p-xxlg-45 {
    padding: 2.5rem !important;
  }
  .p-xxlg-5 {
    padding: 3rem !important;
  }
  .p-xxlg-52 {
    padding: 4rem !important;
  }
  .p-xxlg-55 {
    padding: 5rem !important;
  }
  .p-xxlg-6 {
    padding: 6rem !important;
  }
  .p-xxlg-7 {
    padding: 7rem !important;
  }
  .p-xxlg-8 {
    padding: 8rem !important;
  }
  .p-xxlg-9 {
    padding: 9rem !important;
  }
  .pt-xxlg-1 {
    padding-top: 0.5rem !important;
  }
  .pt-xxlg-2 {
    padding-top: 0.8rem !important;
  }
  .pt-xxlg-3 {
    padding-top: 1rem !important;
  }
  .pt-xxlg-4 {
    padding-top: 2rem !important;
  }
  .pt-xxlg-5 {
    padding-top: 3rem !important;
  }
  .pt-xxlg-52 {
    padding-top: 4rem !important;
  }
  .pt-xxlg-55 {
    padding-top: 5rem !important;
  }
  .pt-xxlg-6 {
    padding-top: 6rem !important;
  }
  .pt-xxlg-7 {
    padding-top: 7rem !important;
  }
  .pt-xxlg-8 {
    padding-top: 8rem !important;
  }
  .pt-xxlg-9 {
    padding-top: 9rem !important;
  }
  .pb-xxlg-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxlg-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xxlg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxlg-4 {
    padding-bottom: 2rem !important;
  }
  .pb-xxlg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxlg-52 {
    padding-bottom: 4rem !important;
  }
  .pb-xxlg-55 {
    padding-bottom: 5rem !important;
  }
  .pb-xxlg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxlg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxlg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxlg-9 {
    padding-bottom: 9rem !important;
  }
  .ps-xxlg-1 {
    padding-left: 0.5rem !important;
  }
  .ps-xxlg-2 {
    padding-left: 0.8rem !important;
  }
  .ps-xxlg-3 {
    padding-left: 1rem !important;
  }
  .ps-xxlg-35 {
    padding-left: 1.5rem !important;
  }
  .ps-xxlg-4 {
    padding-left: 2rem !important;
  }
  .ps-xxlg-5 {
    padding-left: 3rem !important;
  }
  .ps-xxlg-55 {
    padding-left: 5rem !important;
  }
  .ps-xxlg-6 {
    padding-left: 6rem !important;
  }
  .pe-xxlg-3 {
    padding-right: 1.5rem !important;
  }
  .ps-xxlg-4 {
    padding-left: 2rem !important;
  }
  .ps-xxlg-5 {
    padding-left: 3rem !important;
  }
  .ps-xxlg-52 {
    padding-left: 4rem !important;
  }
  .ps-xxlg-55 {
    padding-left: 5rem !important;
  }
  .ps-xxlg-6 {
    padding-left: 6rem !important;
  }
  .ps-xxlg-7 {
    padding-left: 7rem !important;
  }
  .ps-xxlg-8 {
    padding-left: 8rem !important;
  }
  .ps-xxlg-9 {
    padding-left: 9rem !important;
  }
  .pe-xxlg-1 {
    padding-right: 0.5rem !important;
  }
  .pe-xxlg-2 {
    padding-right: 0.8rem !important;
  }
  .pe-xxlg-3 {
    padding-right: 1rem !important;
  }
  .pe-xxlg-4 {
    padding-right: 2rem !important;
  }
  .pe-xxlg-5 {
    padding-right: 3rem !important;
  }
  .pe-xxlg-52 {
    padding-right: 4rem !important;
  }
  .pe-xxlg-55 {
    padding-right: 5rem !important;
  }
  .pe-xxlg-6 {
    padding-right: 6rem !important;
  }
  .pe-xxlg-7 {
    padding-right: 7rem !important;
  }
  .pe-xxlg-8 {
    padding-right: 8rem !important;
  }
  .pe-xxlg-9 {
    padding-right: 9rem !important;
  }
  .px-xxlg-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxlg-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xxlg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxlg-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxlg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxlg-52 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxlg-55 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxlg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxlg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxlg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxlg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .py-xxlg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxlg-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xxlg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxlg-35 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxlg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxlg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxlg-52 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxlg-55 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxlg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxlg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxlg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxlg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-45 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-xxl-45 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .w-xxlg-100 {
    width: 100% !important;
  }
  .w-xxlg-90 {
    width: 90% !important;
  }
  .w-xxlg-85 {
    width: 85% !important;
  }
  .w-xxlg-80 {
    width: 80% !important;
  }
  .w-xxlg-75 {
    width: 75% !important;
  }
  .w-xxlg-70 {
    width: 70% !important;
  }
  .w-xxlg-65 {
    width: 65% !important;
  }
  .w-xxlg-60 {
    width: 60% !important;
  }
  .w-xxlg-55 {
    width: 55% !important;
  }
  .w-xxlg-50 {
    width: 50% !important;
  }
  .w-xxlg-45 {
    width: 45% !important;
  }
  .w-xxlg-40 {
    width: 40% !important;
  }
  .w-xxlg-35 {
    width: 35% !important;
  }
  .w-xxlg-30 {
    width: 30% !important;
  }
  .w-xxlg-20 {
    width: 20% !important;
  }
  .w-xxlg-10 {
    width: 10% !important;
  }
  .btn-home {
    width: 243px;
    min-height: 60px;
    height: 60px;
    line-height: 1.4;
  }
  .px-xxlg-0 {
    padding: 0 !important;
  }
  .py-xxlg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mt-xxlg-2 {
    margin-top: 0.5rem !important;
  }
  .mb-xxlg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mt-xxlg-3 {
    margin-top: 1rem !important;
  }
  .mb-xxlg-3 {
    margin-bottom: 1rem !important;
  }
  .mt-xxlg-4 {
    margin-top: 1.5rem !important;
  }
  .mb-xxlg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mt-xxlg-42 {
    margin-top: 2rem !important;
  }
  .mb-xxlg-42 {
    margin-bottom: 2rem !important;
  }
  .mt-xxlg-45 {
    margin-top: 2.5rem !important;
  }
  .mb-xxlg-45 {
    margin-bottom: 2.5rem !important;
  }
  .mt-xxlg-5 {
    margin-top: 3rem !important;
  }
  .mb-xxlg-5 {
    margin-bottom: 3rem !important;
  }
  .mt-xxlg-52 {
    margin-top: 4rem !important;
  }
  .mb-xxlg-52 {
    margin-bottom: 4rem !important;
  }
  .mt-xxlg-55 {
    margin-top: 5rem !important;
  }
  .mb-xxlg-55 {
    margin-bottom: 5rem !important;
  }
  .mt-xxlg-6 {
    margin-top: 6rem !important;
  }
  .mb-xxlg-6 {
    margin-bottom: 6rem !important;
  }
  .mt-xxlg-7 {
    margin-top: 7rem !important;
  }
  .mb-xxlg-7 {
    margin-bottom: 7rem !important;
  }
  .mt-xxlg-8 {
    margin-top: 6rem !important;
  }
  .mb-xxlg-8 {
    margin-bottom: 8rem !important;
  }
  .ms-xxlg-5 {
    margin-left: 3rem !important;
  }
  .me-xxlg-5 {
    margin-right: 3rem !important;
  }
  .ms-xxlg-52 {
    margin-left: 4rem !important;
  }
  .me-xxlg-52 {
    margin-right: 4rem !important;
  }
  .ms-xxlg-55 {
    margin-left: 5rem !important;
  }
  .me-xxlg-55 {
    margin-right: 5rem !important;
  }
  .mx-xxlg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xxlg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-xxlg-55 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-xxlg-55 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .col-xxlg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxlg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxlg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxlg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxlg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxlg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .logo-web img {
    width: 220px;
  }
  #navbarOptimania .nav-link.nav-primary {
    font-size: 15pt;
  }
  #navbarOptimania li.nav-item.dropdown {
    min-height: 95px;
  }
  #navbarOptimania .dropdown-menu.menu-drop1 > li > a {
    font-size: 1.4rem;
  }
  #navbarOptimania .dropdown2 > ul > li > a {
    font-size: 1.1rem;
  }
  .nav-standar {
    font-size: 1.1rem !important;
  }
  #navbarOptimania .dropdown2 > ul > li > p {
    font-size: 1.1rem;
  }
  #itemExamenDeVista > .dropdown-menu {
    width: 820px !important;
  }
  #navRight li.nav-item {
    min-height: 95px;
    width: 94px;
  }
  #navRight > li.nav-item > a picture img {
    height: 24px;
  }
  #navRight > li.nav-item > a {
    font-size: 1.1rem;
  }
  #ayuda-asistente-virtual a {
    font-size: 1.2rem !important;
  }
  #navRight .nav-item#menuBucador > .dropdown-menu {
    width: 880px;
  }
  #navRight #menuBucador .dropdown-menu.menu-drop1 > li > a {
    font-size: 1.4rem;
  }
  #navRight #menuBucador .dropdown2 > ul > li > a {
    font-size: 1.1rem;
  }
  #menuAyuda .dropdown-menu {
    width: 280px !important;
  }
  #navRight #menuBucador .menu-drop1 > li:nth-child(4) {
    width: 29%;
  }
  #navRight #menuBucador .menu-drop1 > li:nth-child(5) {
    width: 23%;
  }
  #filtro-bluex img {
    height: 40px;
  }
  .msg-blue {
    font-size: 15pt;
  }
  .contenidoFiltros {
    min-height: 360px;
  }
  .altoSider {
    height: 300px;
  }
  .imgTipoRostro img {
    height: 90px;
  }
  .imgFormaMontura img {
    height: 50px;
  }
  .imgColorLente img {
    height: 68px;
  }
  .img-logo {
    max-height: 78px;
  }
  .redes a {
    font-size: 24pt;
  }
  .wts-flotante img {
    width: 130px;
  }
  .btn-to-top {
    height: 60px;
    width: 60px;
    font-size: 36px;
    line-height: 1.7;
  }
  .rounded-4 {
    border-radius: 1rem !important;
  }
  .btn-home.btn-hover:hover span:after {
    font-size: 17pt;
  }
  .logo-blanco {
    height: 100px;
  }
  .img-puntos {
    height: 16px;
  }
  .cont-resultados {
    height: 50px;
  }
  .filtro-resultados span {
    font-size: 12pt;
  }
  #collapseListadosCatalogo .accordion-header span {
    font-size: 12pt;
  }
  .borrar-resultados button {
    font-size: 11pt;
  }
  .cont-probador {
    width: 320px;
    height: 100px;
  }
  .cont-probador a {
    height: 100px;
  }
  .probador-subir-foto {
    width: 31rem;
  }
  .probador-subir-foto button.btn-primary {
    margin: 0 10px;
  }
  .btn-comparar-favorito {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .cont-filtro {
    height: 50px;
    text-align: left;
  }
  .cont-filtros-resultados h5, .cont-filtros-resultados .h5 {
    font-size: 14pt;
  }
  .btn-filtro {
    font-size: 14pt;
  }
  .btn-filtro i {
    font-size: 14pt;
  }
  .check-filtro label {
    font-size: 14pt;
    line-height: 1.7;
  }
  .item-filtro-color label {
    font-size: 14pt;
  }
  .cont-ordenar-vista p {
    font-size: 12pt;
  }
  .cont-ordenar-vista {
    font-size: 14pt;
    width: 135px;
  }
  .cont-ordenar {
    height: 50px;
  }
  .cont-vista {
    height: 50px;
  }
  .accordion-filtros .accordion-header:before {
    bottom: -3px;
  }
  .modal-probador-lentes .modal-body label {
    line-height: 1.6;
  }
  #filtroGenero.grupo-dropdownmenu .dropdown-menu {
    width: 19rem;
  }
  #filtroMaterial.grupo-dropdownmenu .dropdown-menu {
    width: 19rem;
  }
  #filtroForma.grupo-dropdownmenu .dropdown-menu {
    width: 28rem;
  }
  #filtroColor > .dropdown-menu {
    width: 43rem;
  }
  #filtroEtiquetas > .dropdown-menu {
    width: 34rem !important;
  }
  .form-check {
    padding-left: 1.8em;
  }
  .form-check-input {
    width: 1.4em;
    height: 1.4em;
  }
  .form-check .form-check-input {
    margin-left: -1.8em;
  }
  .check-filtro input[type=checkbox]:checked:after {
    font-size: 16px;
  }
  .listado-favorito {
    right: 30px;
  }
  .bullets-plomo .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
  .btn-detalleProd {
    height: 55px;
    font-size: 1.4rem;
    border-radius: 0.8rem !important;
  }
  .precio-producto {
    font-size: 6.4rem !important;
  }
  .precio-producto sup {
    font-size: 2.6rem !important;
  }
  .btn-cerrar-probador {
    font-size: 50px;
  }
  .textos-web p, .textos-web .p {
    font-size: 1.3rem;
  }
  .textos-popup p, .textos-popup .p {
    font-size: 1.2rem;
  }
  .h6-pc {
    font-size: 1.2rem !important;
  }
  .img-medidas-lentes {
    width: 180px;
    height: 75px;
  }
  .modal-dialog.modal-lg {
    width: 1050px;
    max-width: 1050px;
  }
  #myModalSubirFoto .modal-dialog.modal-lg {
    width: 950px;
    max-width: 950px;
  }
  .btn-probadorDetalleSubirFoto {
    height: 75px;
    font-size: 19pt !important;
  }
  .form-check-md {
    padding-left: 2.8em;
  }
  .form-check-md .form-check-input {
    margin-left: -2.8em;
    width: 1.6em;
    height: 1.6em;
  }
  #dropzone p {
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
    font-size: 1.6rem;
    margin: 0;
  }
  .img-arrastrar-fotoProbador {
    height: 41px;
  }
  .links-seguimiento li {
    font-size: 1.4rem;
  }
  .links-seguimiento li i {
    font-size: 1.8rem;
  }
  .input-semigrande {
    height: 90px !important;
  }
  .input-semigrande svg {
    width: 45px !important;
    height: 29.7px !important;
  }
  .precio-flotante {
    height: 85px;
  }
  .contenido-scrolleable {
    max-height: calc(100vh - 85px);
    /* max-height: calc(100vh - 35px); */
    padding: 3rem 5rem;
  }
  .radioDetalleLentes div {
    min-height: 125px;
  }
  .text-lunas-secondary b {
    width: 120px;
  }
  .cont-acciones {
    font-size: 1.6em;
  }
  .img-filtroLuzAzul {
    height: 38px;
    margin-bottom: 8px;
  }
  .radioDetalleLentes div figure {
    width: 115px;
  }
  .btn-group-otros .filtro-otros {
    padding: 1.8rem 2.6rem;
  }
  .img-estrellarosada {
    height: 20px;
    padding-right: 1rem !important;
  }
  .modal-dialog.modal-medium {
    max-width: 900px;
  }
  .modal-dialog.modal-semimedium {
    max-width: 790px;
  }
  .verMasInfo svg {
    width: 34px;
    height: 34px;
  }
  .radioDetalleLentesColores div picture img {
    height: 85px;
  }
  .btn-eliminarProducto {
    font-size: 32px;
  }
  .btn-mascaraEliminar {
    font-size: 30px;
  }
  .btn-agregarInteres {
    width: 35px;
  }
  .alto-accesorios-interes dd span {
    font-size: 1rem;
    width: 80px;
  }
  .rounded-05 {
    border-radius: 0.8rem !important;
  }
  .modal-dialog.modal-small {
    max-width: 550px;
  }
  .form-redondeado input.form-control {
    height: 90px;
    padding: 1rem 1.8rem;
  }
  .alto-accesorios-interes figure {
    width: 96px !important;
    height: 96px;
  }
  .listado-check {
    padding-left: 2.2rem;
  }
  /* .listado-check li:before{
      font-size: 26px;
  } */
  .listado-check li:after {
    width: 22px;
    height: 12px;
    border-width: 4px;
  }
  .favorito-detalle {
    height: 30px;
    width: 30px;
  }
  .img-tipolente-popup {
    height: 220px;
  }
  .textos-1 {
    font-size: 1.3rem;
  }
  .textos-felices span img, .textos-felices i img {
    width: 40px;
    height: 40px;
  }
  .textos-felices p {
    font-size: 1.5rem;
  }
  .cont-coment picture {
    height: 130px;
    width: 130px;
  }
  .cont-coment {
    width: 350px;
  }
  .cont-coment article {
    height: calc(100% - 228px);
  }
  .box-numerador span {
    padding: 32px;
    width: 82px;
    height: 82px;
    font-size: 3rem;
  }
  .scroll-coment::-webkit-scrollbar {
    height: 22px !important;
  }
  .textos-felices {
    padding: 1.6rem;
  }
  .rating {
    font-size: 22px;
  }
  .modtit-cliente img {
    height: 55px;
  }
  .close-popup.btn-close {
    font-size: 28px;
  }
  .btn-group-selec .dropdown-toggle {
    border-radius: 1.4rem;
    padding: 2px 0.7rem;
    font-size: 17pt;
  }
  .btn-group-selec .dropdown-toggle i {
    font-size: 14pt;
  }
  .btn-group-selec .dropdown-menu {
    font-size: 12pt;
  }
  .fancybox-button {
    height: 70px;
    width: 70px;
  }
  #myModalSubirFoto figure.ms-1 img {
    height: 230px;
    width: auto;
  }
  .video-play i {
    font-size: 75px;
  }
  .btn-hover:hover span:after {
    font-size: 2rem;
  }
  .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    font-size: 40pt;
  }
  .categoriasSlider figure img {
    padding: 15px 32px;
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .menuPerfil {
    width: 530px;
    padding: 3rem 4.4rem 10rem;
  }
  .menuPerfil .accordion-button {
    font-size: 1.6rem;
    padding: 2.4rem 0 0.4rem;
  }
  .boxPerfil .fs-4 {
    font-size: 34pt !important;
  }
  .boxPerfil {
    width: calc(100% - 430px);
    padding: 2rem 3.5rem;
  }
  .link-volverPerfil {
    font-size: 1.4rem;
  }
  .btn-group-selecter .dropdown-menu {
    font-size: 1rem;
  }
  .boxPerfil .mb-3 {
    margin-bottom: 2rem !important;
  }
  .boxPerfil .mb-lg-3 {
    margin-bottom: 2rem !important;
  }
  .boxPerfil .mb-lg-2 {
    margin-bottom: 1.5rem !important;
  }
  .btn-eliminarReceta {
    font-size: 24px;
  }
  .box-direcciones {
    border-radius: 1.5rem;
  }
  .body-direcciones {
    padding: 2rem 3rem 4.5rem;
  }
  .editar-direcciones {
    bottom: 2.5rem;
  }
  .boxPerfil .btn-group-selec .dropdown-toggle {
    font-size: 18pt !important;
    min-width: 130px;
  }
  .btn-eliminarProvadorV svg {
    width: 50px;
    height: 50px;
  }
  .estadoEtrega {
    padding: 0.5rem 1.5rem;
    width: 200px;
    font-size: 1.4rem;
    border-radius: 3rem;
    top: -21px;
  }
  .menuPerfil .accordion-button i {
    font-size: 1.1rem;
  }
  .lista-menu-perfil a {
    font-size: 1.4rem;
  }
  #accordionCitas .accordion-button {
    font-size: 1.6rem;
    padding: 2.4rem 0 1.6rem;
  }
  #accordionCitas .accordion-button i {
    font-size: 1.1rem;
  }
  .boxPerfil .img-ojoCircular {
    height: 30px;
  }
  .box-formReceta {
    border-radius: 0.8rem;
  }
  .box-formReceta .mascara-eliminarProducto {
    border-radius: 0.8rem;
  }
  .head-formReceta {
    padding: 2rem 1.4rem;
    border-radius: 0.8rem 0.8rem 0 0;
  }
  .box-formReceta .ps-lg-4 {
    padding-left: 2.5rem !important;
  }
  .box-formReceta .pe-lg-4 {
    padding-right: 2.5rem !important;
  }
  .box-formReceta .px-lg-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .boxPerfil .btn-group-selec .dropdown-menu {
    font-size: 1.2rem;
  }
  .boxPerfil .btn-group-selecter .dropdown-menu {
    font-size: 1.2rem;
  }
  .box-copy-cupon .fs-3 {
    font-size: 36pt !important;
  }
  .box-copy-cupon svg {
    height: 60px;
    width: 60px;
  }
  .box-cuadros-landing img {
    height: 90px;
    margin-bottom: 2rem;
  }
  .cont-desliz p {
    font-size: 1.18rem;
  }
  .btn-landing-bluex-blue, .btn-landing-bluex-white {
    font-size: 20pt;
    width: 230px;
  }
  .desliz span {
    font-size: 28pt;
    width: 45px;
  }
  .landing-unete .content-banner-landing .fs-3 {
    font-size: 4.4rem !important;
  }
  .ojitoDatos i {
    font-size: 30px;
  }
  .modal_uneteWeb h1, .modal_uneteWeb .h1 {
    font-size: 40pt !important;
  }
  .modal_uneteWeb h2, .modal_uneteWeb .h2 {
    font-size: 30pt !important;
  }
  .modal_uneteWeb h3, .modal_uneteWeb .h3 {
    font-size: 29pt !important;
  }
  .modal_uneteWeb .form-control-lg, .btn-popupweb {
    height: 82px;
  }
  .banner-info .fs-2 {
    font-size: 74pt !important;
  }
  #navRight > li.nav-item > a picture i {
    width: 18px;
    height: 18px;
    font-size: 0.8rem;
  }
  .toast {
    font-size: 1rem;
  }
  .img-ojoCircular {
    height: 26px;
  }
  .box-formReceta .mb-3 {
    margin-bottom: 1rem !important;
  }
  .box-numerador.num4 aside {
    margin-left: 92px !important;
  }
  .btn-group-selec .dropdown-toggle {
    width: 105px;
  }
  .conten-medidaReceta figure.mb-0 {
    height: 320px;
  }
  .text-lunas-primary a {
    top: 0px;
  }
  .img-proceso-right {
    right: -16rem;
  }
  .img-proceso-left {
    left: -16rem;
  }
  .linea-proceso-historial li strong {
    font-size: 1.5rem;
  }
  .py-banner-home {
    padding-top: 5.73rem !important;
    padding-bottom: 5.73rem !important;
  }
  .modal-recetas .modal-dialog {
    width: 600px;
  }
  .modal-recetas .btn-group-selec .dropdown-toggle {
    font-size: 15pt;
    width: 110px;
  }
  .text-medio {
    font-size: 2rem;
  }
  .box-forma-rostro .box-scroll {
    padding: 3rem 8rem;
  }
  .box-forma-rostro .cont-acciones {
    top: 3rem;
    left: 6rem;
    right: 6rem;
  }
  .icon-scroll-zoomRostro {
    font-size: 2rem;
  }
  .btnalertaCollapse {
    font-size: 1.1em !important;
  }
  .cont-left {
    padding: 0rem 6rem 5rem 9rem;
  }
  .banner-mono h1, .banner-mono .h1 {
    font-size: 49pt !important;
  }
  .banner-mono h4, .banner-mono .h4 {
    font-size: 28pt !important;
  }
  .elegirGenero .btn-transparent-hover {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .col-xxlg-2-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .box-lentetest p {
    padding-left: 2rem;
  }
  .titulo-categoria-card img {
    height: 1.8rem;
  }
  .foot-respuesta-card {
    padding: 6rem 1rem;
  }
  .subtitulo-resultado-card img {
    height: 3.8rem;
  }
  .texto-nota-resultado img {
    height: 16px;
  }
  .btn-optimetra-img img {
    height: 40px;
  }
  .grupo-buscador.btn-group-selecter .dropdown-menu .scroleable {
    max-height: 340px;
  }
  .perfilOptometra .input-semigrande {
    height: 70px !important;
  }
  .tit-blue {
    font-size: 60px;
  }
  .listado-body ul li button {
    height: 44px;
  }
  .ciudad-seleccionada.ciudad-efecto .listar-mas {
    height: 60px;
  }
  .listado-activo.listado-body ul {
    max-height: 220px;
  }
  .listado-activo-mas-ciudades.listado-body ul {
    max-height: 334px;
  }
  .scroll-plomizo::-webkit-scrollbar {
    width: 15px;
    height: 6px;
  }
  .scroll-plomizo::-moz-scrollbar {
    width: 15px;
    height: 6px;
  }
  .scroll-plomizo::-ms-scrollbar {
    width: 15px;
    height: 6px;
  }
  #recordatorio-busqueda img {
    height: 40px;
  }
  .titulo-lista-sedes p {
    font-size: 2rem;
  }
  .img-medalla-sedes {
    height: 80px;
  }
  .radioDetalleLentes div article {
    width: 110px;
  }
  .radioDetalleLentes div aside h6, .radioDetalleLentes div aside .h6, .radioDetalleLentes div aside h4, .radioDetalleLentes div aside .h4 {
    width: calc(100% - 110px);
  }
  #itemCompraSoloLunas > .dropdown-menu {
    left: 34%;
  }
  .probador_tryon img {
    height: 1.4rem;
  }
  .favoritosSlider {
    height: 390px;
  }
  .img-medidas-lentes img {
    width: 180px;
    height: auto;
  }
  .logo-web img {
    padding: 15px;
  }
  .modal-dialog.modal-large {
    max-width: 720px;
  }
}
/*fin min-width 1900*/
@media (min-width: 2500px) {
  body {
    padding-top: 110px;
  }
  body {
    font-size: 17pt;
  }
  p, .p {
    font-size: 25pt;
  }
  h1, .h1 {
    font-size: 62pt;
  }
  h2, .h2 {
    font-size: 44pt;
  }
  h3, .h3 {
    font-size: 34pt;
  }
  h4, .h4 {
    font-size: 30pt;
  }
  h5, .h5 {
    font-size: 25pt;
  }
  h6, .h6 {
    font-size: 18pt;
  }
  .h5-xxlg {
    font-size: 28pt !important;
  }
  .fs-0 {
    font-size: 145pt !important;
  }
  .fs-7 {
    font-size: 18pt !important;
  }
  .ms-3 {
    margin-left: 1.5rem !important;
  }
  .me-3 {
    margin-right: 1.5rem !important;
  }
  .mt-4 {
    margin-top: 2.5rem !important;
  }
  .mb-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 2rem !important;
  }
  .py-lg-22 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-25 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-lg-4 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .p-md-4 {
    padding: 4.5rem !important;
  }
  .ps-md-3 {
    padding-left: 3rem !important;
  }
  .pe-md-4 {
    padding-right: 4.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 3rem !important;
  }
  .pe-lg-3 {
    padding-right: 3rem !important;
  }
  .p-lg-5 {
    padding: 6rem !important;
  }
  .ps-xxl-5 {
    padding-left: 5rem !important;
  }
  .pe-xxl-9 {
    padding-right: 13rem !important;
  }
  .rounded-35 {
    border-radius: 1rem !important;
  }
  .img-logo {
    max-height: 106px;
  }
  .redes {
    grid-gap: 40px;
  }
  .redes a {
    font-size: 34pt;
  }
  .imgTipoRostro img {
    height: 112px;
  }
  .imgFormaMontura img {
    height: 65px;
  }
  .imgColorLente img {
    height: 90px;
  }
  .altoSider {
    height: 365px;
  }
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 14px));
  }
  .btn-landing-bluex-blue, .btn-landing-bluex-white {
    font-size: 26pt;
    width: 300px;
  }
  .desliz h3, .desliz .h3 {
    font-size: 2rem;
  }
  .cont-desliz p {
    font-size: 1.5rem;
  }
  .cuadrado-escoger {
    padding: 2.5rem;
    height: 300px;
  }
  .cuadrado-escoger img {
    height: 100px;
  }
  .cuadrado-escoger aside p {
    font-size: 25pt;
  }
  .text-plomo {
    font-size: 20pt !important;
  }
  .textos-web p, .textos-web .p {
    font-size: 1.6rem;
  }
  .h6-pc {
    font-size: 1.4rem !important;
  }
  .logo-web img {
    width: 290px;
    padding: 18px;
  }
  .toast {
    font-size: 1.5rem;
    padding: 1.5rem;
  }
  .btn-close {
    width: 0.42em;
    height: 0.42em;
  }
  .input-semigrande {
    height: 100px !important;
  }
  .input-semigrande svg {
    width: 70px !important;
    height: 46.2px !important;
  }
  .alto-accesorios-interes figure {
    width: 150px !important;
    height: 150px;
  }
  .spiner-cantidad {
    width: 186px;
  }
  .spiner-cantidad button {
    padding: 1rem;
    font-size: 18px;
  }
  .spiner-cantidad input {
    height: 60px;
    padding: 1.2rem;
    font-size: 1.4rem;
  }
  .btn-agregarInteres {
    width: 54px;
  }
  .alto-accesorios-interes dd span {
    font-size: 1.8rem;
    width: 170px;
  }
  #navbarOptimania .nav-link.nav-primary {
    font-size: 20pt;
  }
  #navbarOptimania .dropdown-menu.menu-drop1 > li > a {
    font-size: 1.5rem;
  }
  #navbarOptimania .dropdown2 > ul > li > a {
    font-size: 1.3rem;
  }
  .nav-standar {
    font-size: 1.3rem !important;
  }
  #filtro-bluex img {
    height: 52px;
  }
  #navRight .nav-item#menuBucador > .dropdown-menu {
    width: 990px;
  }
  #navRight #menuBucador .dropdown-menu.menu-drop1 > li > a {
    font-size: 1.5rem;
  }
  #navRight #menuBucador .dropdown2 > ul > li > a {
    font-size: 1.3rem;
  }
  .modal-recetas .modal-dialog {
    width: 900px;
    max-width: 100%;
  }
  .modal-recetas .btn-group-selec .dropdown-toggle {
    width: 170px;
    font-size: 22pt;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .header-historial {
    padding: 3rem;
    border-radius: 2.6rem 2.6rem 0 0;
  }
  .body-historial {
    padding: 3rem;
    border-radius: 0 0 2.6rem 2.6rem;
  }
  .linea-proceso-historial .circle {
    font-size: 2.5rem;
  }
  .linea-proceso-historial li.estadoHecho:nth-child(1) .barra-progreso .progreso {
    width: 70% !important;
  }
  .text-medio {
    font-size: 2.5rem;
  }
  .icono-brillo {
    height: 2rem;
  }
  .box-forma-rostro .box-scroll {
    padding: 6rem 12rem;
  }
  .box-forma-rostro .cont-acciones {
    top: 6rem;
    left: 11rem;
    right: 11rem;
  }
  .box-probador-rostro {
    width: 50%;
  }
  .btn-test-rostro {
    padding: 1rem;
  }
  .btn-test-rostro img {
    height: 100px;
  }
  .botones-test-rostro .btn-test-rostro:first-child {
    padding-top: 2rem;
  }
  .botones-test-rostro .btn-test-rostro:last-child {
    padding-bottom: 2rem;
  }
  .box-interaccion-formarostro img {
    height: 5rem;
  }
  .scroll-orientarRostroProbador {
    margin-top: 3rem;
  }
  .zoom-imagen-probador {
    left: 2.3rem;
  }
  .botones-test-rostro {
    border: 4px solid #2846f9;
    border-radius: 3.5rem;
  }
  .probador-rostro article figure {
    border: 4px solid #2846f9;
  }
  .mascara-probadorrostro div {
    padding: 2rem 1rem 3rem;
  }
  .mascara-probadorrostro picture {
    width: 150px;
    height: 150px;
  }
  input[type=range].rangeProbadorRostro::-webkit-slider-thumb {
    width: 58px;
    height: 58px;
    margin-top: -18px;
  }
  input[type=range].rangeProbadorRostro::-moz-range-thumb {
    width: 58px;
    height: 58px;
    margin-top: -18px;
  }
  input[type=range].rangeProbadorRostro::-ms-thumb {
    width: 58px;
    height: 58px;
    margin-top: -18px;
  }
  input[type=range].rangeProbadorRostro::-webkit-slider-runnable-track {
    height: 24px;
  }
  input[type=range].rangeProbadorRostro:focus::-webkit-slider-runnable-track {
    outline: none;
  }
  input[type=range].rangeProbadorRostro::-moz-range-track {
    border: 1px solid #2846f9;
    height: 24px;
  }
  input[type=range].rangeProbadorRostro::-ms-track {
    border: 1px solid #2846f9;
    height: 24px;
  }
  #barraZoom {
    margin-left: 3rem;
  }
  #barraZoom.rangezoomProbadorRostro::-webkit-slider-runnable-track {
    width: 24px;
  }
  #barraZoom.rangezoomProbadorRostro::-webkit-slider-thumb {
    width: 58px;
    height: 58px;
    margin-left: -17px;
  }
  #barraZoom.rangezoomProbadorRostro::-moz-range-track {
    width: 24px;
  }
  #barraZoom.rangezoomProbadorRostro::-moz-range-thumb {
    width: 58px;
    height: 58px;
    margin-left: -17px;
  }
  .fs-xxlg-2 {
    font-size: 90pt !important;
  }
  .titulo-categoria-card img {
    height: 2.2rem;
  }
  .box-lentetest p {
    padding-left: 2.5rem;
  }
  .subtitulo-resultado-card img {
    height: 5.4rem;
  }
  .texto-nota-resultado img {
    height: 20px;
  }
  .btn-optimetra-img img {
    height: 60px;
  }
  .receta-100.box-fotoReceta picture {
    height: 420px;
  }
  .form-control {
    padding: 0.8rem 2rem;
  }
  .btn-group-selecter .dropdown-toggle {
    padding: 0.8rem 2rem;
  }
  .boxPerfil .btn-group-selecter .dropdown-menu {
    font-size: 1.6rem;
  }
  .filtro-orden {
    padding: 10px 2rem;
  }
  .boxPerfil .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .boxPerfil .fs-4 {
    font-size: 48pt !important;
  }
  .grupo-buscador.btn-group-selecter .dropdown-menu .scroleable {
    max-height: 440px;
  }
  .perfilOptometra .input-semigrande {
    height: 100px !important;
  }
  .tit-blue {
    font-size: 80px;
  }
  .titulo-lista-sedes p {
    font-size: 2.8rem;
  }
  .img-medalla-sedes {
    height: 80px;
  }
  .titulo-visitados img {
    height: 120px;
  }
  .circulo-sedes-busq {
    width: 80px;
  }
  .circulo-sedes-busq span {
    height: 48px;
    width: 48px;
  }
  .box-buscador-sedes {
    padding: 3rem;
  }
  .radioDetalleLentes div {
    min-height: 168px;
  }
  .radioDetalleLentes div article {
    width: 350px;
    padding-right: 2rem !important;
  }
  .radioDetalleLentes div aside h6, .radioDetalleLentes div aside .h6, .radioDetalleLentes div aside h4, .radioDetalleLentes div aside .h4 {
    width: calc(100% - 350px);
  }
  .verMasInfo {
    padding: 43px;
  }
  .modal-dialog.modal-semimedium {
    max-width: 1190px;
  }
  .textos-popup p, .textos-popup .p {
    font-size: 1.8rem;
  }
  .textos-popup hr {
    margin: 0 0 2rem;
  }
  .favoritosSlider {
    height: 460px;
  }
  .modal-dialog.modal-large {
    max-width: 1000px;
  }
}
/*fin min-width 2500*/
@media (min-width: 2880px) {
  body {
    font-size: 21pt;
  }
  .mt-4 {
    margin-top: 4.5rem !important;
  }
  .mt-5 {
    margin-top: 8rem !important;
  }
  .mb-xxlg-5 {
    margin-bottom: 8rem !important;
  }
  .ofert {
    width: 100px;
    height: 100px;
  }
  .ofert > img {
    width: 90px;
    height: 90px;
  }
  .ofert b {
    font-size: 16px;
  }
  .precio-producto {
    font-size: 8.4rem !important;
  }
  .titulo-categoria-card img {
    height: 2.6rem;
  }
  .titulo-categoria-card span {
    padding-left: 1.2rem;
  }
  .box-lentetest p {
    padding-left: 3rem;
  }
  .tit-blue {
    font-size: 90px;
  }
  .listado-body aside {
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .listado-head ul li {
    height: 140px;
  }
  .listado-head ul li:last-child {
    border-radius: 0 2.1rem 2.1rem 0;
    margin-left: -46px;
    width: calc(50% + 46px);
  }
  .listado-head ul li:first-child {
    border-radius: 2.1rem 0 0 2.1rem;
  }
  .listado-head ul li.activo:last-child {
    border-radius: 2.1rem;
    box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.32);
  }
  .listado-head ul li.activo:first-child {
    border-radius: 2.1rem;
    box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.32);
  }
  .listado-head ul li span {
    font-size: 30pt;
  }
  .listado-body ul {
    gap: 1.2rem 0;
  }
  .listado-body {
    border-radius: 0 0 2.1rem 2.1rem;
  }
  .listado-body ul li button {
    height: 75px;
  }
  .ciudad-seleccionada.ciudad-efecto .listar-mas {
    height: 106px;
  }
  .listado-activo.listado-body ul {
    max-height: 364px;
  }
  .listado-activo-mas-ciudades.listado-body ul {
    max-height: 554px;
  }
  .scroll-plomizo::-webkit-scrollbar {
    width: 25px;
    height: 6px;
  }
  .scroll-plomizo::-moz-scrollbar {
    width: 25px;
    height: 6px;
  }
  .scroll-plomizo::-ms-scrollbar {
    width: 25px;
    height: 6px;
  }
  .titulo-lista-sedes p {
    font-size: 3.4rem;
  }
  .img-medalla-sedes {
    height: 85px;
  }
  .img-menu-examen-vista {
    height: 60px;
  }
  #itemExamenDeVista > .dropdown-menu {
    width: 940px !important;
  }
}
/*fin min-width 2880*/
@media (min-width: 3800px) {
  body {
    padding-top: 212px;
    font-size: 32pt;
  }
  button {
    padding: 4px 7px;
  }
  .btn {
    font-size: 38pt;
    padding: 1.375rem 1.75rem;
  }
  dl, ol, ul {
    margin-top: 0;
    margin-bottom: 3rem;
  }
  ol, ul {
    padding-left: 3rem;
  }
  p {
    margin-bottom: 3.5rem;
  }
  p, .p {
    font-size: 41pt;
  }
  h1, .h1 {
    font-size: 107pt;
  }
  h2, .h2 {
    font-size: 80pt;
  }
  h3, .h3 {
    font-size: 62pt;
  }
  h4, .h4 {
    font-size: 52pt;
  }
  h5, .h5 {
    font-size: 36pt;
  }
  h6, .h6 {
    font-size: 27pt;
  }
  .h5-xxlg {
    font-size: 48pt !important;
  }
  .fs-2 {
    font-size: 124pt !important;
  }
  .fs-5, .fs-xxlg-5 {
    font-size: 50pt !important;
  }
  .fs-7 {
    font-size: 32pt !important;
  }
  .fs-0 {
    font-size: 250pt !important;
  }
  .p-2 {
    padding: 2rem !important;
  }
  .pb-3 {
    padding-bottom: 3rem !important;
  }
  .pt-3 {
    padding-top: 3rem !important;
  }
  .pb-5 {
    padding-bottom: 7rem !important;
  }
  .pt-5 {
    padding-top: 7rem !important;
  }
  .pe-2 {
    padding-right: 2rem !important;
  }
  .ps-2 {
    padding-left: 2rem !important;
  }
  .py-2 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .px-2 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  .py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-4 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .py-md-4 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-md-4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .pb-md-55 {
    padding-bottom: 8rem !important;
  }
  .pt-md-55 {
    padding-top: 8rem !important;
  }
  .pe-lg-3 {
    padding-right: 3rem !important;
  }
  .ps-lg-3 {
    padding-left: 3rem !important;
  }
  .pe-lg-4 {
    padding-right: 3.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 3.5rem !important;
  }
  .py-lg-5 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .px-lg-5 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .p-xxl-4 {
    padding: 3.5rem !important;
  }
  .py-xxlg-35 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .p-xxlg-4 {
    padding: 3.5rem !important;
  }
  .mt-3 {
    margin-top: 2rem !important;
  }
  .mb-3 {
    margin-bottom: 2rem !important;
  }
  .mt-4 {
    margin-top: 4rem !important;
  }
  .mb-4 {
    margin-bottom: 4rem !important;
  }
  .mt-5 {
    margin-top: 5rem !important;
  }
  .mb-5 {
    margin-bottom: 6rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .ms-md-4 {
    margin-left: 3.5rem !important;
  }
  .me-md-4 {
    margin-right: 3.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 5rem !important;
  }
  .mt-xxl-55 {
    margin-top: 6rem !important;
  }
  .mt-xxlg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .ms-1 {
    margin-left: 2rem !important;
  }
  .scroll-coment::-webkit-scrollbar {
    height: 45px !important;
  }
  .modal-header {
    padding: 1rem 3rem;
  }
  .rounded-3 {
    border-radius: 1.3rem !important;
  }
  .rounded-4 {
    border-radius: 3rem !important;
  }
  .form-control {
    padding: 2.375rem 2.75rem;
  }
  .nav-link {
    padding: 1rem 3rem;
  }
  .logo-web {
    height: 185px;
  }
  .logo-web img {
    width: 420px;
    padding: 27px;
  }
  .toast {
    font-size: 2.5rem;
    padding: 1.5rem;
  }
  .btn-close {
    width: 0.42em;
    height: 0.42em;
  }
  #navbarOptimania .nav-link.nav-primary {
    font-size: 18pt;
  }
  #navbarOptimania li.nav-item .nav-primary {
    padding: 3.4rem 1.5rem !important;
    margin-left: 2.3rem;
    margin-right: 2.3rem;
  }
  #navbarOptimania .nav-link.nav-primary {
    font-size: 32pt;
  }
  #navbarOptimania .nav-link.show:before {
    height: 12px;
  }
  .msg-blue {
    font-size: 25pt;
  }
  #navbarOptimania .dropdown-menu.menu-drop1 > li > a {
    font-size: 2.2rem;
  }
  #navbarOptimania .dropdown2 > ul > li > a {
    font-size: 1.88rem;
  }
  .nav-standar {
    font-size: 1.88rem !important;
  }
  #filtro-bluex img {
    height: 80px;
  }
  .img-menu-examen-vista {
    height: 90px;
  }
  #itemExamenDeVista > .dropdown-menu {
    width: 1480px !important;
  }
  #navRight li.nav-item {
    min-height: 183px;
    width: 160px;
  }
  #navRight > li.nav-item > a picture img {
    height: 50px;
  }
  #navRight > li.nav-item > a {
    font-size: 1.88rem;
  }
  #navRight > .nav-item > .nav-link:hover:before {
    height: 12px;
  }
  #navRight .nav-item#menuBucador > .dropdown-menu {
    width: 1720px;
  }
  #navRight #menuBucador .dropdown-menu.menu-drop1 > li > a {
    font-size: 2.2rem;
  }
  #navRight #menuBucador .dropdown2 > ul > li > a {
    font-size: 1.8rem;
  }
  #menuAyuda .dropdown-menu {
    width: 478px !important;
  }
  #navRight .dropdown-menu > li#ayuda-asistente-virtual > a {
    padding: 1.8rem 2.5rem !important;
  }
  #ayuda-asistente-virtual a {
    font-size: 1.9rem !important;
  }
  #navRight #menuBucador .dropdown-menu > li > a {
    padding: 0.2rem 2rem !important;
  }
  #navRight .dropdown-menu > li > a {
    padding: 1rem 2.5rem !important;
  }
  #navRight > li.nav-item > a picture i {
    top: -24px;
    right: -26px;
    width: 38px;
    height: 38px;
    font-size: 1.8rem;
  }
  .links-footer i {
    width: 65px;
  }
  .btn-to-top {
    height: 120px;
    width: 120px;
    font-size: 70px;
  }
  .wts-flotante img {
    width: 220px;
  }
  .box-numerador span {
    padding: 70px;
    width: 120px;
    height: 120px;
    font-size: 5rem;
  }
  .cuadros-felices {
    gap: 10px;
  }
  .textos-felices {
    padding: 4.2rem;
  }
  .textos-felices span img, .textos-felices i img {
    width: 80px;
    height: 80px;
  }
  .textos-felices p {
    font-size: 3.5rem;
  }
  .swiper-flecha-azul .swiper-button-next, .swiper-flecha-azul .swiper-button-prev {
    font-size: 90pt;
  }
  .modal-dialog.modal-small {
    max-width: 1800px;
    width: 1200px;
  }
  .modtit-cliente img {
    height: 80px;
  }
  .close-popup.btn-close {
    font-size: 52px;
  }
  .scroll-coment {
    padding-bottom: 5.4rem;
    padding-top: 4.4rem;
  }
  .card-coment {
    gap: 45px;
  }
  .cont-coment {
    width: 600px;
    box-shadow: 0px 0px 17px 10px rgba(0, 0, 0, 0.21);
    border-radius: 2.2rem;
  }
  .cont-coment picture {
    height: 200px;
    width: 200px;
  }
  .btn-home {
    width: 455px;
    height: 140px;
    line-height: 2;
  }
  .banner-info {
    top: 50%;
  }
  .conjunto-carru {
    padding-top: 150px;
  }
  .ofert {
    width: 164px;
    height: 164px;
  }
  .ofert > img {
    width: 164px;
    height: 164px;
  }
  .ofert b {
    font-size: 25pt;
    line-height: 1;
  }
  .FiltrosLentes button {
    padding-left: 3.5rem;
    padding-right: 4.5rem;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .imgTipoRostro img {
    height: 200px;
  }
  .imgFormaMontura img {
    height: 110px;
  }
  .altoSider {
    height: 680px;
  }
  .imgColorLente img {
    height: 168px;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 14px);
  }
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 30px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 30px));
  }
  .img-puntos {
    height: 36px;
  }
  .logo-blanco {
    height: 210px;
  }
  .img-logo {
    max-height: 160px;
  }
  .redes {
    grid-gap: 80px;
  }
  .redes a {
    font-size: 54pt;
  }
  .linkeables > li + li:before {
    font-size: 25px;
  }
  .linkeables li a {
    font-size: 28px;
  }
  .cont-filtros-resultados {
    width: calc(100% - 480px);
  }
  .cont-ordenar-vista {
    font-size: 28pt;
    width: 335px;
  }
  .cont-probador {
    width: 620px;
    height: 180px;
  }
  .cont-vista {
    height: 90px;
  }
  .cont-ordenar {
    height: 90px;
  }
  .cont-filtro {
    height: 90px;
  }
  .cont-resultados {
    height: 90px;
  }
  .lista-resultados li:last-child {
    padding: 1.3rem 0 1.3rem 1.3rem;
  }
  .filtro-resultados span {
    font-size: 25pt;
  }
  .borrar-resultados button {
    font-size: 25pt;
    padding: 1.3rem 20px;
  }
  .cont-filtro {
    height: 90px;
  }
  .cont-filtros-resultados h5, .cont-filtros-resultados .h5 {
    font-size: 28pt;
  }
  .grupo-dropdownmenu button {
    padding: 1.2rem 1.6rem;
    line-height: 1.2;
    margin-right: 14px;
  }
  .grupo-dropdownmenu:before {
    height: 28px;
  }
  .btn-filtro {
    font-size: 28pt;
  }
  .btn-filtro i {
    font-size: 25pt;
    padding-left: 1.4rem;
    line-height: 1.5;
  }
  .heartly {
    width: 66px;
  }
  .cont-ordenar-vista p {
    font-size: 30pt;
  }
  #collapseListadosCatalogo .accordion-header span {
    font-size: 24pt;
  }
  .cont-probador a {
    height: 180px;
  }
  .cont-probador a img {
    width: 80%;
  }
  .grupo-dropdownmenu .dropdown-menu {
    padding: 2rem;
  }
  .form-check {
    padding-left: 3em;
  }
  .form-check .form-check-input {
    margin-left: -3em;
  }
  .form-check-input {
    width: 2.4em;
    height: 2.4em;
  }
  .check-filtro input[type=checkbox]:checked:after {
    font-size: 30px;
  }
  .check-filtro label {
    font-size: 28pt;
    line-height: 1;
  }
  #filtroGenero.grupo-dropdownmenu .dropdown-menu {
    width: 36rem;
  }
  #filtroMaterial.grupo-dropdownmenu .dropdown-menu {
    width: 36rem;
  }
  #filtroForma.grupo-dropdownmenu .dropdown-menu {
    width: 48rem;
  }
  #filtroColor > .dropdown-menu {
    width: 94rem;
  }
  #filtroRostro.grupo-dropdownmenu .dropdown-menu {
    width: 40rem;
  }
  #filtroTamano > .dropdown-menu {
    width: 50rem;
    height: 610px;
  }
  #filtroEtiquetas > .dropdown-menu {
    width: 70rem !important;
  }
  .item-filtro-color .form-check input[type=checkbox] {
    width: 35px;
  }
  .item-filtro-color label img {
    height: 35px;
  }
  .item-filtro-color label {
    font-size: 28pt;
  }
  #filtroTamano > .dropdown-menu:after {
    left: 17rem;
  }
  #filtroTamano ul > .dropend.grupo-dropdownsubmenu {
    width: 17rem;
  }
  #filtroTamano .dropend .dropdown-menu {
    left: 17.1rem;
    width: 32.7rem;
  }
  .item-tamano-lentes img {
    height: 75px;
  }
  .item-tamano-lentes p {
    font-size: 28pt;
  }
  .listado-favorito {
    height: 88px;
    width: 88px;
  }
  .probador-subir-foto {
    width: 60rem;
  }
  .probador-subir-foto ul img {
    width: 115px;
  }
  .probador-subir-foto button.btn-primary {
    margin: 0 30px;
  }
  .cont-coment article {
    height: calc(100% - 315px);
  }
  .rating {
    font-size: 42px;
  }
  .modal-dialog.modal-lg {
    width: 1850px;
    max-width: 1850px;
  }
  .btn-probadorDetalleSubirFoto {
    height: 150px;
    font-size: 38pt !important;
    border-radius: 2.8rem !important;
  }
  #modalSubirMiFoto figure.ms-1 img {
    height: 550px;
    width: auto;
  }
  .precio-producto sup {
    font-size: 6.6rem !important;
  }
  .precio-producto {
    font-size: 13.4rem !important;
  }
  .textos-web p, .textos-web .p {
    font-size: 2.5rem;
  }
  .h6-pc {
    font-size: 2.3rem !important;
  }
  .img-medidas-lentes {
    width: 350px;
    height: 155px;
  }
  .listado-check {
    padding-left: 4.8rem;
  }
  /* .listado-check li:before {
      left: -72px;
      font-size: 50px;
  } */
  .listado-check li:after {
    left: -72px;
    width: 45px;
    height: 24px;
    border-width: 8px;
  }
  .btn-detalleProd {
    height: 155px;
    font-size: 3rem !important;
    line-height: 2;
  }
  .bullets-plomo .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
  }
  .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    font-size: 70pt;
  }
  .img-arrastrar-fotoProbador {
    height: 105px;
  }
  .btn-cerrar-probador {
    font-size: 75px;
  }
  .btn-next-galeria-probador, .btn-prev-galeria-probador {
    font-size: 55px;
  }
  #dropzone p {
    padding-top: 3.3rem;
    padding-bottom: 3.3rem;
    font-size: 2.8rem;
  }
  .links-seguimiento li {
    font-size: 3.2rem;
  }
  .links-seguimiento li i {
    font-size: 3.8rem;
    padding-right: 6rem;
    padding-left: 6rem;
  }
  .radioDetalleLentes div {
    min-height: 245px;
    border-radius: 3rem;
  }
  .radioDetalleLentes div figure {
    width: 215px;
    padding-left: 3.2rem;
  }
  .radioDetalleLentes div aside {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
  }
  .verMasInfo {
    padding: 30px;
  }
  .verMasInfo svg {
    width: 78px;
    height: 78px;
  }
  .precio-flotante {
    height: 170px;
  }
  .contenido-scrolleable {
    max-height: calc(100vh - 180px);
    padding: 3rem 6rem;
  }
  .modal-dialog.modal-medium {
    max-width: 2200px;
  }
  .modal-dialog.modal-semimedium {
    max-width: 1990px;
  }
  .textos-1 {
    font-size: 2.8rem;
  }
  .img-tipolente-popup {
    height: 490px;
  }
  .img-estrellarosada {
    height: 38px;
  }
  .img-ojoCircular {
    height: 60px;
  }
  .img-email {
    height: 155px;
  }
  .input-semigrande {
    height: 185px !important;
  }
  .input-semigrande svg {
    width: 110px !important;
    height: 72.6px !important;
  }
  .btn-group-selecter .dropdown-toggle {
    padding: 1rem 3.4rem;
  }
  .btn-group-selecter .dropdown-menu .scroleable {
    max-height: 480px;
  }
  .filtro-orden {
    padding: 14px 1.5rem;
  }
  .btn-group-selecter .dropdown-menu {
    font-size: 27pt;
  }
  .btn-group-selec .dropdown-toggle {
    border-radius: 2rem;
    padding: 1rem 1.5rem;
    font-size: 30pt;
  }
  .btn-group-selec .dropdown-toggle i {
    font-size: 30pt;
  }
  .btn-group-selec .dropdown-menu .scroleable {
    max-height: 480px;
  }
  .btn-group-selec .dropdown-menu {
    font-size: 27pt;
  }
  .waitMe_progress img {
    height: 800px !important;
  }
  .video-play i {
    font-size: 115px;
  }
  .box-cuadros-landing img {
    height: 170px;
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
  .desliz {
    padding: 4rem 8rem;
  }
  .desliz h3, .desliz .h3 {
    font-size: 3rem;
  }
  .desliz span {
    font-size: 45pt;
    width: 85px;
  }
  .cont-desliz {
    padding: 1rem 8rem;
  }
  .cont-desliz p {
    font-size: 2.8rem;
  }
  .banner-info .fs-2 {
    font-size: 130pt !important;
  }
  .imgtex-flex img {
    width: 54px;
  }
  .imgtex-flex2 img {
    width: 64px;
  }
  .grupoTabsDetalle .nav-tabs .nav-link {
    font-size: 3.563rem;
    height: 200px;
  }
  .favorito-detalle {
    height: 70px;
    width: 70px;
  }
  .boxPerfil {
    width: calc(100% - 930px);
    padding: 6rem 3.5rem;
  }
  .menuPerfil {
    width: 930px;
    padding: 7rem 6.4rem 10rem;
  }
  .menuPerfil .accordion-button {
    font-size: 3rem;
    padding: 2.4rem 0 0.4rem;
  }
  .menuPerfil .accordion-button i {
    font-size: 2.8rem;
  }
  .lista-menu-perfil a {
    font-size: 3rem;
  }
  .linea-proceso-historial .circle {
    font-size: 3rem;
  }
  .linea-proceso-historial li strong {
    font-size: 3.5rem;
  }
  .box-pedidoCancelado figure {
    font-size: 3rem;
  }
  .barra-progreso {
    width: 25%;
  }
  .barra-progreso.num2 {
    width: 27%;
    left: 36%;
  }
  .barra-progreso.num3 {
    left: 67.5%;
  }
  .producto-listado aside {
    padding-left: 4rem;
  }
  .producto-listado aside {
    padding-left: 4rem;
  }
  .ofert {
    left: 4rem;
  }
  .filtro-azul-gratis {
    left: 4rem;
  }
  .filtro-envio-gratis {
    left: 4rem;
  }
  .btn-sale-filtro, .btn-corazon-filtro {
    height: 70px;
    padding: 0.2rem 0.9rem 0.2rem 1rem;
  }
  .btn-sale-filtro span {
    border-radius: 1rem;
  }
  .btn-corazon-filtro span {
    padding: 0rem 1rem 0.2rem;
    border-radius: 1rem;
  }
  .pulsingheart {
    width: 66px;
    height: 65px;
  }
  .py-banner-home {
    padding-top: 12.1rem !important;
    padding-bottom: 12.1rem !important;
  }
  .modal-recetas .modal-dialog {
    width: 1400px;
    max-width: 100%;
  }
  .modal-recetas .btn-group-selec .dropdown-toggle {
    font-size: 32pt;
    width: 275px;
    border-radius: 4rem;
  }
  .box-formReceta .mb-3 {
    margin-bottom: 3rem !important;
  }
  figure {
    margin: 0 0 2rem;
  }
  .btn-test-rostro img {
    height: 150px;
  }
  .box-interaccion-formarostro img {
    height: 7rem;
  }
  .rounded-35 {
    border-radius: 2rem !important;
  }
  .zoom-imagen-probador {
    left: 3.6rem;
  }
  .icon-scroll-zoomRostro {
    font-size: 4rem;
  }
  input[type=range].rangeProbadorRostro::-webkit-slider-thumb {
    width: 68px;
    height: 68px;
    margin-top: -18px;
  }
  input[type=range].rangeProbadorRostro::-moz-range-thumb {
    width: 68px;
    height: 68px;
    margin-top: -18px;
  }
  input[type=range].rangeProbadorRostro::-ms-thumb {
    width: 68px;
    height: 68px;
    margin-top: -18px;
  }
  input[type=range].rangeProbadorRostro::-webkit-slider-runnable-track {
    height: 34px;
  }
  input[type=range].rangeProbadorRostro:focus::-webkit-slider-runnable-track {
    outline: none;
  }
  input[type=range].rangeProbadorRostro::-moz-range-track {
    border: 1px solid #2846f9;
    height: 34px;
  }
  input[type=range].rangeProbadorRostro::-ms-track {
    border: 1px solid #2846f9;
    height: 34px;
  }
  #barraZoom {
    margin-left: 4rem;
  }
  #barraZoom.rangezoomProbadorRostro::-webkit-slider-runnable-track {
    width: 34px;
  }
  #barraZoom.rangezoomProbadorRostro::-webkit-slider-thumb {
    width: 70px;
    height: 70px;
    margin-left: -18px;
  }
  #barraZoom.rangezoomProbadorRostro::-moz-range-track {
    width: 34px;
    height: 100%;
  }
  #barraZoom.rangezoomProbadorRostro::-moz-range-thumb {
    width: 70px;
    height: 70px;
    margin-left: -18px;
  }
  .fs-xxlg-2 {
    font-size: 140pt !important;
  }
  .pb-xxlg-4 {
    padding-bottom: 6rem !important;
  }
  .text-medio {
    font-size: 4.2rem;
  }
  .titulo-categoria-card img {
    height: 3.6rem;
  }
  .titulo-categoria-card span {
    padding-left: 1.8rem;
  }
  .box-lentetest p {
    padding-left: 4.2rem;
  }
  .subtitulo-resultado-card img {
    height: 6.8rem;
  }
  .foot-respuesta-card {
    padding: 10rem 2rem;
  }
  .texto-nota-resultado img {
    height: 20px;
  }
  .boxPerfil .btn-group-selecter .dropdown-menu {
    font-size: 2.5rem;
  }
  .boxPerfil .fs-4 {
    font-size: 70pt !important;
  }
  .grupo-buscador.btn-group-selecter .dropdown-menu .scroleable {
    max-height: 640px;
  }
  .grupo-buscador .input-group .form-control {
    border-radius: 2.2rem !important;
  }
  .perfilOptometra .input-semigrande {
    height: 160px !important;
  }
  .tit-blue {
    font-size: 120px;
  }
  .listado-body aside {
    padding-top: 150px;
    padding-bottom: 90px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .listado-head ul li {
    height: 190px;
    border-radius: 3.1rem;
    border: 4px solid #2846f9;
  }
  .listado-head ul li:last-child {
    border-radius: 0 3.1rem 3.1rem 0;
    margin-left: -42px;
    width: calc(50% + 42px);
  }
  .listado-head ul li:first-child {
    border-radius: 3.1rem 0 0 3.1rem;
  }
  .listado-head ul li.activo:last-child {
    border-radius: 3.1rem;
    box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.32);
  }
  .listado-head ul li.activo:first-child {
    border-radius: 3.1rem;
    box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.32);
  }
  .listado-head ul li span {
    font-size: 43pt;
  }
  .listado-body {
    border-radius: 0 0 3rem 3rem;
    border: 4px solid #d3d9fe;
    margin-top: -63px;
  }
  .listado-body ul li button {
    height: 90px;
  }
  .ciudad-seleccionada.ciudad-efecto .listar-mas {
    height: 135px;
  }
  .listado-body ul {
    gap: 1.8rem 0;
  }
  .listado-activo.listado-body ul {
    max-height: 460px;
  }
  .listado-activo-mas-ciudades.listado-body ul {
    max-height: 693px;
  }
  .scroll-plomizo::-webkit-scrollbar {
    width: 35px;
    height: 6px;
  }
  .scroll-plomizo::-moz-scrollbar {
    width: 35px;
    height: 6px;
  }
  .scroll-plomizo::-ms-scrollbar {
    width: 35px;
    height: 6px;
  }
  .titulo-lista-sedes p {
    font-size: 4.4rem;
  }
  .img-medalla-sedes {
    height: 110px;
  }
  .titulo-visitados img {
    height: 180px;
  }
  .box-buscador-sedes {
    padding: 4rem;
  }
  .circulo-sedes-busq {
    width: 110px;
  }
  .circulo-sedes-busq span {
    height: 67px;
    width: 67px;
  }
  .box-lista-sedes {
    padding: 5rem 0;
    border-radius: 2.3rem;
  }
  .textos-popup p, .textos-popup .p {
    font-size: 2.6rem;
  }
  .textos-popup hr {
    margin: 0 0 2rem;
  }
  .favoritosSlider {
    height: 810px;
  }
  .img-medidas-lentes img {
    width: 336px;
  }
  .modal-dialog.modal-large {
    max-width: 1500px;
  }
}
/*fin min-width 3800*/
@media (min-width: 5000px) {
  body {
    font-size: 40pt;
  }
  p, .p {
    font-size: 50pt;
  }
  h5, .h5 {
    font-size: 46pt;
  }
  h6, .h6 {
    font-size: 35pt;
  }
  .h5-xxlg {
    font-size: 58pt !important;
  }
  .fs-2 {
    font-size: 141pt !important;
  }
  .h2-xxlg {
    font-size: 80pt !important;
  }
  .mt-2 {
    margin-top: 2rem !important;
  }
  .mb-2 {
    margin-bottom: 2rem !important;
  }
  .mt-3 {
    margin-top: 3rem !important;
  }
  .mb-3 {
    margin-bottom: 3rem !important;
  }
  .pt-5 {
    padding-top: 5rem !important;
  }
  .pb-5 {
    padding-bottom: 5rem !important;
  }
  .btn-home {
    width: 485px;
    height: 160px;
    line-height: 2.4;
  }
  .btn-home.btn-hover:hover span:after {
    font-size: 42pt;
  }
  .btn-hover span:after {
    font-size: 42pt;
  }
  #navbarOptimania .navbar-nav {
    margin-bottom: 0 !important;
  }
  #navbarOptimania li.nav-item.dropdown {
    min-height: 245px;
  }
  #navbarOptimania .dropdown-menu.menu-drop1 > li > a {
    font-size: 2.8rem;
  }
  #navbarOptimania .dropdown2 > ul > li > a {
    font-size: 2rem;
  }
  #navRight li.nav-item {
    min-height: 245px;
    width: 190px;
  }
  #navRight > li.nav-item > a {
    font-size: 2rem;
  }
  #navRight > li.nav-item > a picture img {
    height: 60px;
  }
  #navRight > li.nav-item > a picture i {
    top: -37px;
    right: -45px;
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
  #navRight #menuBucador .dropdown-menu.menu-drop1 > li > a {
    font-size: 2.8rem;
  }
  #navRight #menuBucador .dropdown2 > ul > li > a {
    font-size: 2rem;
  }
  #navRight #menuBucador .form-control {
    line-height: 2.2;
  }
  .nav-link {
    padding: 0.8rem 3rem;
  }
  .nav-standar {
    font-size: 2rem !important;
  }
  #menuAyuda .dropdown-menu {
    width: 570px !important;
  }
  #navRight .dropdown-menu > li > a {
    padding: 0.8rem 2.5rem !important;
  }
  #navRight .dropdown-menu > li#ayuda-asistente-virtual > a {
    padding: 2.7rem 2.5rem !important;
  }
  #ayuda-asistente-virtual a {
    font-size: 2.4rem !important;
  }
  .cont-coment {
    width: 800px;
  }
  .modal-dialog.modal-lg {
    width: 2850px;
    max-width: 2850px;
  }
  .modal_uneteWeb h3, .modal_uneteWeb .h3 {
    font-size: 90pt !important;
  }
  .modal_uneteWeb h1, .modal_uneteWeb .h1 {
    font-size: 120pt !important;
  }
  .modal_uneteWeb h2, .modal_uneteWeb .h2 {
    font-size: 84pt !important;
  }
  .modal_uneteWeb .form-control-lg, .btn-popupweb {
    height: 220px;
  }
  .form-control-lg {
    padding: 1.5rem 3rem;
    font-size: 4.25rem;
  }
  .btn-popupweb {
    font-size: 66pt;
  }
  .modal_uneteWeb .close {
    font-size: 130pt !important;
  }
  .banner-info .fs-2 {
    font-size: 141pt !important;
  }
  .categoriasSlider figure img {
    padding: 55px 82px;
  }
  .box-numerador.num4 aside {
    margin-left: 176px !important;
  }
  .btn-group-selec .dropdown-toggle {
    width: 245px;
  }
  .btn-group-selec .filtro-orden {
    padding: 7px 1.2rem;
  }
  .py-2 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important;
  }
  .py-3 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .p-md-4 {
    padding: 7.5rem !important;
  }
  .py-xxlg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pb-xxlg-4 {
    padding-bottom: 7rem !important;
  }
  .btn {
    font-size: 50pt;
    padding: 2.375rem 2.75rem;
  }
  .linkeables {
    margin: 2rem 0 2rem;
  }
  .linkeables li a {
    font-size: 3rem;
  }
  .menuPerfil {
    width: 2030px;
    padding: 10rem 9.4rem 10rem;
  }
  .boxPerfil {
    width: calc(100% - 2030px);
    padding: 10rem 8.5rem;
  }
  .menuPerfil .accordion-button {
    font-size: 5rem;
    padding: 4.4rem 0 1.4rem;
  }
  .lista-menu-perfil a {
    font-size: 5rem;
    padding: 2.5rem 4rem;
  }
  .linea-proceso-historial .circle {
    font-size: 6rem;
  }
  .linea-proceso-historial li strong {
    font-size: 5rem;
  }
  .body-historial {
    padding: 6rem;
  }
  .box-pedidoCancelado figure {
    font-size: 6rem;
  }
  .textos-web p, .textos-web .p {
    font-size: 3.5rem;
  }
  .h6-pc {
    font-size: 3.2rem !important;
  }
  .body-historial figure img {
    max-height: 600px;
  }
  .boxPerfil .mb-lg-3 {
    margin-bottom: 7rem !important;
  }
  #accordionCitas .accordion-button {
    font-size: 4rem;
    padding: 4.4rem 0 5.6rem;
  }
  .input-semigrande {
    height: 250px !important;
  }
  .boxPerfil .img-ojoCircular {
    height: 80px;
  }
  .boxPerfil .btn-group-selec .dropdown-toggle {
    font-size: 40pt !important;
  }
  .box-formReceta {
    border-radius: 1.8rem;
  }
  .head-formReceta {
    padding: 4rem 3.4rem;
    border-radius: 1.8rem 1.8rem 0 0;
  }
  .box-fotoReceta picture {
    height: 38rem;
  }
  .box-fotoReceta .btn-verImgGrande {
    font-size: 4rem;
  }
  .link-volverPerfil {
    font-size: 4.4rem;
  }
  .link-volverPerfil i {
    font-size: 3.7rem;
  }
  .boxPerfil .fs-4 {
    font-size: 45pt !important;
  }
  .first-descuento {
    font-size: 6rem;
    width: 130px;
    height: 130px;
  }
  .second-descuento {
    padding-left: 10.5rem;
  }
  .second-descuento h4, .second-descuento .h4 {
    font-size: 4rem;
  }
  .head-descuento {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
  .barra-procesador .slider-container {
    height: 190px;
  }
  .barra-procesador .slider-track {
    height: 65px;
    border-radius: 2rem;
  }
  .barra-procesador .slider-thumb {
    width: 192px;
    height: 192px;
  }
  .barra-procesador .slider-thumb span {
    font-size: 40pt;
  }
  .img-estrella1, .img-estrella2 {
    height: 5.4rem;
  }
  .btn-to-top {
    height: 180px;
    width: 180px;
    font-size: 98px;
  }
  .wts-flotante img {
    width: 320px;
  }
  .boxPerfil .fs-4 {
    font-size: 145pt !important;
  }
  .grupo-buscador .input-group .form-control {
    border-radius: 4rem !important;
  }
  .grupo-buscador.btn-group-selecter .dropdown-menu .scroleable {
    max-height: 900px;
  }
  .perfilOptometra .input-semigrande {
    height: 200px !important;
  }
  .tit-blue {
    font-size: 180px;
  }
  .listado-head ul li {
    height: 240px;
  }
  .listado-head ul li span {
    font-size: 57pt;
  }
  .listado-body ul {
    gap: 3rem 0;
  }
  .listado-activo.listado-body ul {
    max-height: 715px;
  }
  .listado-activo-mas-ciudades.listado-body ul {
    max-height: 1086px;
  }
  .listado-body ul li button {
    height: 137px;
  }
  .ciudad-seleccionada.ciudad-efecto .listar-mas {
    height: 188px;
  }
  .titulo-lista-sedes p {
    font-size: 6.5rem;
  }
  .img-medalla-sedes {
    height: 150px;
  }
  .box-buscador-sedes {
    padding: 6rem;
  }
  .box-buscador-sedes:hover {
    box-shadow: 0px 0px 5rem 2px rgba(0, 0, 0, 0.15);
  }
  .circulo-sedes-busq {
    width: 150px;
  }
  .circulo-sedes-busq span {
    border: 6px solid #ee88e4;
    height: 90px;
    width: 90px;
  }
  #recordatorio-busqueda img {
    height: 87px;
  }
  .box-lista-sedes {
    padding: 8rem 0;
    border-radius: 2.3rem;
  }
  .textos-popup p, .textos-popup .p {
    font-size: 3.2rem;
  }
  .textos-popup hr {
    margin: 0 0 2.5rem;
  }
}
/*fin min-width 5000*/
@media (min-width: 7000px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 2.5rem;
  }
  button {
    border-width: 2px;
    padding: 5px 33px;
  }
  .btn {
    border-width: 2px;
    font-size: 58pt;
  }
  body {
    font-size: 58pt;
  }
  p, .p {
    font-size: 75pt;
    margin-bottom: 5.5rem;
  }
  h1, .h1 {
    font-size: 200pt;
  }
  h2, .h2 {
    font-size: 160pt;
  }
  h3, .h3 {
    font-size: 120pt;
  }
  h4, .h4 {
    font-size: 98pt;
  }
  h5, .h5 {
    font-size: 70pt;
  }
  h6, .h6 {
    font-size: 58pt;
  }
  .fs-0 {
    font-size: 380pt !important;
  }
  .fs-2 {
    font-size: 245pt !important;
  }
  .fs-3 {
    font-size: 200pt !important;
  }
  .fs-4 {
    font-size: 170pt !important;
  }
  .fs-5 {
    font-size: 110pt !important;
  }
  .fs-6 {
    font-size: 80pt !important;
  }
  .fs-7 {
    font-size: 55pt !important;
  }
  .fs-5, .fs-xxlg-5 {
    font-size: 110pt !important;
  }
  .textos-web p, .textos-web .p {
    font-size: 4.7rem;
  }
  .h6-pc {
    font-size: 5rem !important;
  }
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * 2.5);
    padding-left: calc(var(--bs-gutter-x) * 2.5);
  }
  figure {
    margin: 0 0 3rem;
  }
  .ofert {
    width: 264px;
    height: 264px;
  }
  .ofert > img {
    width: 264px;
    height: 264px;
  }
  .ofert b {
    font-size: 38pt;
    line-height: 1;
  }
  .logo-web img {
    width: 700px;
  }
  #navbarOptimania .nav-link.nav-primary {
    font-size: 50pt;
  }
  .h5-xxlg {
    font-size: 90pt !important;
  }
  .pe-2 {
    padding-right: 4rem !important;
  }
  .ps-2 {
    padding-left: 4rem !important;
  }
  .px-2 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-2 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-3 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-3 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-4 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-4 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .pb-5 {
    padding-bottom: 14rem !important;
  }
  .pe-md-5 {
    padding-right: 14rem !important;
  }
  .py-md-4 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .px-md-4 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-md-5 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .px-md-5 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-4 {
    padding-top: 8rem !important;
  }
  .pt-lg-5 {
    padding-top: 14rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 14rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 2.25rem !important;
  }
  .ps-lg-5 {
    padding-left: 12rem !important;
  }
  .pe-lg-5 {
    padding-right: 12rem !important;
  }
  .py-lg-5 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .px-lg-5 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .py-xxlg-3 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-xxlg-3 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .p-xxlg-4 {
    padding: 8rem !important;
  }
  .py-xxlg-4 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .px-xxlg-4 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-xxlg-7 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .px-xxlg-7 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .mt-2 {
    margin-top: 5rem !important;
  }
  .mb-2 {
    margin-bottom: 5rem !important;
  }
  .mt-3 {
    margin-top: 8rem !important;
  }
  .mb-3 {
    margin-bottom: 8rem !important;
  }
  .mt-4 {
    margin-top: 10rem !important;
  }
  .mb-4 {
    margin-bottom: 10rem !important;
  }
  .mt-5 {
    margin-top: 12rem !important;
  }
  .mb-5 {
    margin-bottom: 12rem !important;
  }
  .ms-lg-3 {
    margin-left: 6rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 6rem !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .border {
    border: 2px solid #dee2e6 !important;
  }
  .rounded-35 {
    border-radius: 3.5rem !important;
  }
  .rounded-05 {
    border-radius: 3rem !important;
  }
  .border-2 {
    border-width: 4px !important;
  }
  .links-footer i {
    width: 111px;
  }
  .linkeables li a {
    font-size: 3.5rem;
  }
  .linkeables > li + li:before {
    font-size: 2.5rem;
  }
  .dropdown-menu {
    min-width: 40rem;
  }
  #itemMujeres > .dropdown-menu, #itemHombres > .dropdown-menu, #itemNinos > .dropdown-menu {
    width: 180rem !important;
  }
  #navbarOptimania .dropdown-menu.menu-drop1 > li > a {
    font-size: 4.2rem;
  }
  #navbarOptimania .dropdown2 > ul > li > a {
    font-size: 3.5rem;
    padding: 10px 0;
  }
  .img-menu-examen-vista {
    height: 138px;
  }
  #itemExamenDeVista > .dropdown-menu {
    width: 2500px !important;
  }
  #navbarOptimania > .navbar-nav > .nav-item > .dropdown-menu {
    padding: 6rem 7.3rem;
  }
  #navRight > li.nav-item > a picture img {
    height: 90px;
  }
  #navRight li.nav-item {
    width: 250px;
  }
  #navRight > li.nav-item > a {
    font-size: 3.1rem;
  }
  #navRight .nav-item#menuBucador > .dropdown-menu {
    width: 2800px;
  }
  #navRight #menuBucador .dropdown-menu > li > a {
    padding: 0.8rem 4rem !important;
  }
  #navRight #menuBucador .dropdown-menu.menu-drop1 > li > a {
    font-size: 4.2rem;
  }
  #navRight #menuBucador .dropdown2 > ul > li > a {
    font-size: 3.5rem;
  }
  #menuAyuda .dropdown-menu {
    width: 746px !important;
  }
  .nav-standar {
    font-size: 3.1rem !important;
  }
  #ayuda-asistente-virtual a {
    font-size: 3.5rem !important;
  }
  .cont-resultados {
    height: 130px;
  }
  .cont-filtro {
    height: 180px;
  }
  .btn-filtro {
    font-size: 48pt;
  }
  .cont-filtros-resultados h5, .cont-filtros-resultados .h5 {
    font-size: 48pt;
  }
  .borrar-resultados button {
    font-size: 50pt;
    padding: 1.3rem 30px;
  }
  .filtro-resultados span {
    font-size: 50pt;
  }
  .lista-resultados li:last-child {
    padding: 1.3rem 0 1.3rem 3.3rem;
  }
  .btn-sale-filtro, .btn-corazon-filtro {
    padding: 0.2rem 2.9rem 0.2rem 2rem;
    height: 140px;
  }
  .btn-sale-filtro span {
    padding: 3.4rem 5rem;
  }
  .btn-filtros-heart:before, .btn-sale-filtro:before, .grupo-dropdownmenu:before {
    height: 70px;
  }
  .pulsingheart {
    width: 134px;
    height: 124px;
  }
  .btn-sale-filtro:hover span, .btn-sale-filtro.active span {
    box-shadow: inset 3240px 0 0 0 #dddfef;
  }
  .btn-corazon-filtro:hover span, .btn-corazon-filtro.active span {
    box-shadow: inset 3500px 0 0 0 #dddfef;
  }
  .btn-corazon-filtro span {
    padding: 0rem 3rem 0.2rem;
  }
  .cont-ordenar-vista {
    font-size: 46pt;
    width: 905px;
  }
  .cont-probador {
    width: 1220px;
    height: 310px;
  }
  .cont-probador a {
    height: 310px;
  }
  .probador-subir-foto {
    width: 137rem;
  }
  .probador-subir-foto ul img {
    width: 180px;
  }
  .probador-subir-foto ul li:before {
    bottom: -14px;
  }
  .probador-subir-foto ul li:hover:before, .probador-subir-foto ul li.active:before {
    height: 7px;
  }
  .cont-vista {
    height: 130px;
  }
  .cont-ordenar {
    height: 180px;
  }
  .cont-ordenar-vista p {
    font-size: 50pt;
  }
  #collapseListadosCatalogo .accordion-header span {
    font-size: 40pt;
  }
  .accordion-filtros .accordion-collapse {
    padding: 3rem;
  }
  .grupo-dropdownmenu .dropdown-menu {
    padding: 4rem;
  }
  #filtroGenero.grupo-dropdownmenu .dropdown-menu {
    width: 65rem;
  }
  .check-filtro label {
    font-size: 45pt;
  }
  .form-check {
    padding-left: 8.2rem;
  }
  .form-check .form-check-input {
    margin-left: -8.5rem;
  }
  .form-check-input {
    width: 5rem;
    height: 5rem;
  }
  #filtroMaterial.grupo-dropdownmenu .dropdown-menu {
    width: 61rem;
  }
  #filtroForma.grupo-dropdownmenu .dropdown-menu {
    width: 78rem;
  }
  #filtroColor > .dropdown-menu {
    width: 154rem;
  }
  #filtroRostro.grupo-dropdownmenu .dropdown-menu {
    width: 62rem;
  }
  .item-filtro-color label img {
    height: 60px;
  }
  #filtroTamano > .dropdown-menu {
    width: 72rem;
    height: 840px;
  }
  #filtroTamano .dropend .dropdown-menu {
    left: 26.1rem;
    width: 45.7rem;
  }
  #filtroTamano ul > .dropend.grupo-dropdownsubmenu {
    width: 20rem;
  }
  .btn-filtro i {
    font-size: 50pt;
  }
  .item-tamano-lentes p {
    font-size: 44pt;
  }
  #filtroTamano > .dropdown-menu:after {
    left: 25rem;
  }
  .item-tamano-lentes img {
    height: 105px;
  }
  #filtroEtiquetas > .dropdown-menu {
    width: 107rem !important;
  }
  .btn-detalleProd {
    height: 225px;
    font-size: 5.5rem !important;
    line-height: 1;
    border-radius: 2.8rem !important;
  }
  .grupoTabsDetalle .nav-tabs .nav-link {
    font-size: 7.8rem;
    height: 350px;
  }
  .box-forma-rostro .box-scroll {
    padding: 10rem 32rem;
  }
  .box-forma-rostro .cont-acciones {
    top: 10rem;
    left: 25rem;
    right: 25rem;
  }
  .imgTipoRostro {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .imgTipoRostro img {
    height: 420px;
  }
  .imgFormaMontura img {
    height: 260px;
  }
  .imgColorLente img {
    height: 280px;
  }
  .altoSider {
    height: 1280px;
  }
  .redes a {
    font-size: 110pt;
  }
  .img-logo {
    max-height: 280px;
  }
  .redes {
    grid-gap: 200px;
  }
  .logo-blanco {
    height: 350px;
  }
  .img-puntos {
    height: 86px;
  }
  .rounded-3 {
    border-radius: 3.3rem !important;
  }
  .rounded-4 {
    border-radius: 5rem !important;
  }
  .btn-hover {
    padding-left: 1rem;
    font-size: 6rem;
  }
  .btn-hover:hover span:after {
    font-size: 6rem;
  }
  .swiper-button-next, .swiper-button-prev {
    width: calc(var(--swiper-navigation-size) / 44 * 150);
  }
  .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    font-size: 155pt;
  }
  .banner-info .fs-2 {
    font-size: 230pt !important;
  }
  .btn-home {
    width: 985px;
    height: 260px;
  }
  .btn-home.btn-hover:hover span:after {
    font-size: 55pt;
  }
  .listado-favorito {
    height: 140px;
    width: 140px;
  }
  .producto-listado figure {
    padding-top: 15rem;
  }
  .bullets-plomo .swiper-pagination-bullet {
    width: 52px;
    height: 52px;
    margin: 0 24px !important;
  }
  .modal-dialog.modal-small {
    max-width: 2800px;
    width: 2200px;
  }
  .p-xxlg-45 {
    padding: 7.5rem !important;
  }
  .precio-producto sup {
    font-size: 11.6rem !important;
  }
  .precio-producto {
    font-size: 28rem !important;
  }
  .favorito-detalle {
    height: 100px;
    width: 100px;
    margin-left: 35px;
  }
  .grupoTabsDetalle .nav-tabs .nav-link:first-child span {
    border-radius: 0 5rem 5rem 0;
  }
  .grupoTabsDetalle .nav-tabs .nav-link span {
    border-radius: 5rem;
  }
  .grupoTabsDetalle .nav-tabs .nav-link:last-child span {
    border-radius: 5rem 0 0 5rem;
  }
  .grupoTabsDetalle .nav-tabs .nav-item.show .nav-link span strong, .grupoTabsDetalle .nav-tabs .nav-link.active span strong {
    border-bottom: 10px solid #2846f9;
  }
  #swiper-imgprodsolo img {
    width: 100%;
  }
  .contenido-opciones {
    padding: 0 14rem;
  }
  .links-seguimiento li {
    font-size: 5.2rem;
  }
  .links-seguimiento li i {
    font-size: 4.8rem;
    padding-right: 14rem;
    padding-left: 14rem;
  }
  .radioDetalleLentes div {
    min-height: 445px;
    border-radius: 6rem;
  }
  .radioDetalleLentes div figure {
    width: 500px;
    padding-left: 7.2rem;
  }
  .radioDetalleLentes div aside {
    padding-left: 7.2rem;
    padding-right: 7.2rem;
    padding-bottom: 5.4rem;
    padding-top: 5.4rem;
  }
  .verMasInfo {
    padding: 5rem;
  }
  .verMasInfo svg {
    width: 120px;
    height: 120px;
  }
  .precio-flotante {
    height: 370px;
    z-index: 99;
  }
  .modal-dialog.modal-medium {
    max-width: 3500px;
  }
  .modal-dialog.modal-semimedium {
    max-width: 3490px;
  }
  .img-tipolente-popup {
    height: 690px;
  }
  .nav-pills-tiposLentes li button {
    font-size: 58pt;
  }
  .textos-1 {
    font-size: 4.8rem;
  }
  .close-popup.btn-close {
    font-size: 100px;
    padding: 2rem;
  }
  .img-estrellarosada {
    height: 62px;
    margin-top: 12px;
  }
  .content-medidas-guardadas aside {
    padding: 8rem;
  }
  .img-ojoCircular {
    height: 120px;
  }
  .conten-medidaReceta figure.mb-0 {
    height: 1000px;
  }
  .conten-medidaReceta:hover {
    box-shadow: 0px 0px 57px 2.5rem rgba(197, 197, 197, 0.12);
  }
  .img-arrastrar-fotoProbador {
    height: 200px;
  }
  .contenido-scrolleable {
    max-height: calc(100vh - 370px);
    padding: 6rem 12rem;
  }
  .img-email {
    height: 355px;
  }
  .btn-group-selec .dropdown-toggle {
    width: 445px;
    font-size: 55pt;
    border-radius: 5rem;
    padding: 2rem 3.5rem;
    border-width: 2px;
  }
  .form-control {
    border-width: 2px;
    padding: 4.1rem 5.75rem;
  }
  .input-semigrande {
    height: 300px !important;
  }
  .btn-group-selecter .dropdown-menu .scroleable {
    max-height: 800px;
  }
  .filtro-orden {
    padding: 1.5rem 4.5rem;
  }
  .btn-group-selecter .dropdown-menu {
    font-size: 58pt;
  }
  .btn-group-selec .dropdown-menu .scroleable {
    max-height: 800px;
  }
  .btn-group-selec .filtro-orden {
    padding: 1rem 3.5rem;
  }
  .btn-group-selec .dropdown-menu {
    font-size: 58pt;
  }
  .scroll-plomo-delgado::-webkit-scrollbar {
    width: 24px;
    height: 20px;
  }
  .alto-zoom-img {
    max-height: 460px;
  }
  .contenido-seguimiento-subeTuReceta figure img {
    max-height: 400px;
  }
  .radioDetalleLentes div figure img {
    width: 80%;
  }
  .btn-group-otros .filtro-otros {
    padding: 3.8rem 7.6rem;
  }
  .text-lunas-secondary b {
    width: 520px;
  }
  .scroll-plomo::-webkit-scrollbar {
    width: 38px;
    height: 26px;
  }
  .img-filtroLuzAzul {
    height: 108px;
    margin-bottom: 2rem;
  }
  .text-lunas-primary a {
    width: 140px;
    height: 140px;
  }
  hr {
    margin: 2.5rem 0;
    height: 2px;
  }
  .hr-md-radios {
    margin: 3.5rem 0;
  }
  .progresivosSliders .splide__slide img {
    width: 100%;
  }
  .progresivosSliders .splide__arrow--next:before, .progresivosSliders .splide__arrow--prev:before {
    font-size: 85pt;
  }
  .btn-landing-bluex-blue, .btn-landing-bluex-white {
    font-size: 58pt;
    width: 950px;
    padding: 3rem 3rem;
    border-radius: 5rem;
  }
  .mostrarbotones.show {
    margin-right: 3rem;
    margin-bottom: 3rem;
  }
  .box-cuadros-landing {
    padding: 5rem;
    border: 2px solid #2846f9;
    border-radius: 5rem;
  }
  .box-cuadros-landing img {
    height: 380px;
    margin-bottom: 8rem;
    margin-top: 8rem;
  }
  .box-cuadros-landing p {
    font-size: 70pt;
  }
  .desliz {
    padding: 8rem 12rem;
  }
  .cont-desliz {
    padding: 3rem 12rem;
  }
  .desliz h3, .desliz .h3 {
    font-size: 70pt;
  }
  .desliz span {
    font-size: 82pt;
    width: 155px;
  }
  .cont-desliz p {
    font-size: 58pt;
  }
  ol, ul {
    padding-left: 9rem;
  }
  .first-descuento {
    font-size: 118pt;
    width: 300px;
    height: 300px;
  }
  .second-descuento {
    padding-left: 30rem;
  }
  .second-descuento h4, .second-descuento .h4 {
    font-size: 100pt;
  }
  .body-decuento {
    padding-left: 27.5rem;
  }
  .barra-procesador {
    margin-top: 8.2rem;
    margin-bottom: 8rem;
  }
  .barra-procesador .slider-track {
    height: 155px;
    border-radius: 5rem;
  }
  .barra-procesador .slider-thumb {
    width: 400px;
    height: 400px;
  }
  .barra-procesador .slider-thumb span {
    font-size: 72pt;
    top: 33%;
  }
  .body-decuento input {
    border-width: 2px;
  }
  .text-medio {
    font-size: 80pt;
  }
  .icono-brillo {
    height: 6rem;
  }
  .btn-test-rostro img {
    height: 280px;
  }
  .scroll-orientarRostroProbador {
    margin-top: 10rem;
  }
  .zoom-imagen-probador {
    left: 10.4rem;
  }
  .icon-scroll-zoomRostro {
    font-size: 7rem;
  }
  .box-interaccion-formarostro {
    bottom: 10rem;
    gap: 4rem;
  }
  .box-interaccion-formarostro img {
    height: 12rem;
  }
  .btn-test-rostro {
    padding: 3rem;
  }
  .botones-test-rostro .btn-test-rostro:first-child {
    padding-top: 4rem;
  }
  .botones-test-rostro .btn-test-rostro:last-child {
    padding-bottom: 4rem;
  }
  .box-interaccion-formarostro .img-formamanito:hover, .box-interaccion-formarostro .img-formamanito.active {
    box-shadow: 0px 18px 50px rgba(20, 20, 20, 0.62);
  }
  input[type=range].rangeProbadorRostro::-webkit-slider-thumb {
    width: 130px;
    height: 130px;
    margin-top: -34px;
  }
  input[type=range].rangeProbadorRostro::-moz-range-thumb {
    width: 130px;
    height: 130px;
    margin-top: -34px;
  }
  input[type=range].rangeProbadorRostro::-ms-thumb {
    width: 130px;
    height: 130px;
    margin-top: -34px;
  }
  input[type=range].rangeProbadorRostro::-webkit-slider-runnable-track {
    height: 55px;
    border-radius: 20rem;
  }
  input[type=range].rangeProbadorRostro:focus::-webkit-slider-runnable-track {
    outline: none;
  }
  input[type=range].rangeProbadorRostro::-moz-range-track {
    border: 1px solid #2846f9;
    height: 55px;
  }
  input[type=range].rangeProbadorRostro::-ms-track {
    border: 1px solid #2846f9;
    height: 55px;
  }
  #barraZoom {
    margin-left: 5rem;
  }
  #barraZoom.rangezoomProbadorRostro::-webkit-slider-runnable-track {
    width: 55px;
  }
  #barraZoom.rangezoomProbadorRostro::-webkit-slider-thumb {
    width: 130px;
    height: 130px;
    margin-left: -37px;
  }
  #barraZoom.rangezoomProbadorRostro::-moz-range-track {
    width: 55px;
  }
  #barraZoom.rangezoomProbadorRostro::-moz-range-thumb {
    width: 130px;
    height: 130px;
    margin-left: -37px;
  }
  .fs-xxlg-2 {
    font-size: 300pt !important;
  }
  .p-lg-5 {
    padding: 15rem !important;
  }
  .pb-xxlg-4 {
    padding-bottom: 8rem !important;
  }
  .subtitulo-resultado-card img {
    height: 15rem;
  }
  .titulo-categoria-card img {
    height: 6.6rem;
  }
  .box-lentetest {
    width: 100%;
  }
  .box-lentetest figure img {
    width: 100%;
  }
  .foot-respuesta-card {
    padding: 18rem 4rem;
  }
  .texto-nota-resultado img {
    height: 22px;
  }
  .receta-100.box-fotoReceta picture {
    height: 1400px;
  }
  .box-fotoReceta .btn-verImgGrande {
    font-size: 7rem;
  }
  .boxPerfil .btn-group-selecter .dropdown-menu {
    font-size: 3.5rem;
  }
  .perfilOptometra .input-semigrande {
    height: 280px !important;
  }
  .tit-blue {
    font-size: 230px;
  }
  .titulo-lista-sedes p {
    font-size: 6.6rem;
  }
  .titulo-lista-sedes span {
    margin-left: 6rem;
  }
  .img-medalla-sedes {
    height: 200px;
  }
  .listado-head ul li {
    height: 320px;
  }
  .listado-head ul li:first-child {
    border-radius: 4.1rem 0 0 4.1rem;
  }
  .listado-head ul li:last-child {
    border-radius: 0 4.1rem 4.1rem 0;
  }
  .listado-head ul li.activo:first-child {
    border-radius: 4.1rem;
    box-shadow: 0px 0px 3rem rgba(0, 0, 0, 0.32);
  }
  .listado-head ul li.activo:last-child {
    border-radius: 4.1rem;
    box-shadow: 0px 0px 3rem rgba(0, 0, 0, 0.32);
  }
  .listado-head ul li span {
    font-size: 80pt;
  }
  .titulo-visitados img {
    height: 230px;
  }
  .circulo-sedes-busq {
    width: 170px;
  }
  .circulo-sedes-busq span {
    height: 110px;
    width: 110px;
  }
  #recordatorio-busqueda img {
    height: 125px;
  }
  .box-lista-sedes {
    padding: 8rem 0;
    border-radius: 2.3rem;
  }
  .listado-body ul li button {
    border: 10px solid #e6e2e3;
    height: 190px;
  }
  .ciudad-seleccionada.ciudad-efecto .listar-mas {
    height: 265px;
  }
  .scroll-plomizo::-webkit-scrollbar {
    width: 70px;
    height: 6px;
  }
  .scroll-plomizo::-moz-scrollbar {
    width: 70px;
    height: 6px;
  }
  .scroll-plomizo::-ms-scrollbar {
    width: 70px;
    height: 6px;
  }
  .listado-body aside {
    padding-top: 200px;
    padding-bottom: 110px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .radioDetalleLentes div article {
    width: 424px;
  }
  .radioDetalleLentes div aside h6, .radioDetalleLentes div aside .h6, .radioDetalleLentes div aside h4, .radioDetalleLentes div aside .h4 {
    width: calc(100% - 424px);
  }
  .textos-popup p, .textos-popup .p {
    font-size: 5rem;
  }
  .textos-popup hr {
    margin: 0 0 4rem;
  }
}
/*fin min-width 7000*/
i:before, span:before {
  font-family: "bootstrap-icons";
  font-weight: 400;
}

/*=========== secciones reviews / medida gratis / devolucion cupon (detalle producto) ============*/
.text-verde-cupon {
  color: #2fb350;
}

.btn-verde-cupon {
  background-color: #2fb350;
  border-color: #2fb350;
}

.btn-verde-cupon:hover,
.btn-verde-cupon:focus {
  background-color: #279a44;
  border-color: #279a44;
  color: #fff;
}

.seccion-reviews-detalle {
  background-color: #fafbff;
}

.reviews-rating-link {
  color: inherit;
}

.reviews-rating-link:hover .reviews-rating-texto {
  text-decoration: underline;
}

.reviews-rating-estrellas {
  color: #2846f9;
  font-size: 1.3rem;
  letter-spacing: 2px;
}

.reviews-rating-texto {
  font-size: 1.1rem;
  color: #323232;
}

.reviews-titulo {
  max-width: 720px;
  font-size: 1.6rem;
}

.reviews-carrusel-wrap {
  position: relative;
  padding: 0 2.5rem;
}

.reviews-swiper {
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0.25rem 1rem;
}

.reviews-swiper::before,
.reviews-swiper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18%;
  min-width: 70px;
  max-width: 220px;
  z-index: 2;
  pointer-events: none;
}

.reviews-swiper::before {
  left: 0;
  background: linear-gradient(to right, #fafbff, rgba(250, 251, 255, 0));
}

.reviews-swiper::after {
  right: 0;
  background: linear-gradient(to left, #fafbff, rgba(250, 251, 255, 0));
}

.reviews-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 1rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  height: auto;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.reviews-card-estrellas {
  color: #2846f9;
  font-size: 0.95rem;
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
}

.reviews-card-texto {
  font-size: 0.95rem;
  color: #323232;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reviews-card-nombre {
  color: #323232;
  margin-top: 0.75rem;
}

.reviews-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #e9ecef;
  background: #fff;
  color: #2846f9;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  z-index: 2000;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.reviews-nav:hover {
  background: #f4f6ff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

.reviews-nav:active {
  transform: translateY(-50%) scale(0.92);
}

.reviews-nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  box-shadow: none;
}

.reviews-nav-prev {
  left: 0.75rem;
}

.reviews-nav-next {
  right: 0.75rem;
}

.seccion-detalleProd-contenido-centrado {
  max-width: 800px;
}

.devolucionCupon-titulo {
  white-space: nowrap;
}

.seccion-medirLocal-banner {
  width: 100%;
  background-color: #0091ff;
  padding: 0.75rem 0;
}
.seccion-medirLocal-banner p {
  color: #f6f7ff;
  margin-bottom: 0;
}

.seccion-examenVista-imagen,
.seccion-devolucionCupon-imagen {
  max-width: 270px;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .reviews-titulo {
    font-size: 1.3rem;
  }
  .reviews-carrusel-wrap {
    padding: 0 2.25rem;
  }
  .reviews-swiper::before,
  .reviews-swiper::after {
    width: 15%;
    min-width: 45px;
    max-width: 90px;
  }
  .reviews-nav {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
  .reviews-nav-prev {
    left: 0.5rem;
  }
  .reviews-nav-next {
    right: 0.5rem;
  }
  .seccion-examenVista-imagen,
  .seccion-devolucionCupon-imagen {
    max-width: 200px;
  }
}
/*=========== fin secciones reviews / medida gratis / devolucion cupon ============*/
