:root{
    --color-options: #005BB4;
}
.cargando{
    background: #fff;
    width: 70px;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    color: var(--primary);
}
.cargando i{
    font-size: 20px;
    animation: rotar_cargando .8s linear .1s infinite;
}
.cargando p{
    font-size: 11px;
    margin-bottom: 0px;
}

@keyframes rotar_cargando {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

.pagination-detail{
    display: none !important;
}

.float-right.pagination{
    display: flex !important;
    justify-content: center;
}

.fixed-table-toolbar{
    display: flex !important;
    justify-content: flex-end;
}

#toolbar{
    padding: 0px 10px;
}

/* LOAD LICENCIA */
.cargando_licencia{
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, .9);
    z-index: 10000;
    display: none;
}
.cargando_licencia.active{
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor_load{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.contenedor_load img{
    width: 250px;
}

.contenedor_load p{
    color: #fff;
}

.blanco{
    color: #fff;
}

.scroll-to-top{
    display: none !important;
}

.fa-search{
    display: none;
}

#form{
    position: relative;
}

.enviando{
    background: #0088CC;
    padding: 10px;
    width: min-content;
    border-radius: 3px;
    position: absolute;
    right: calc(50% - 30px);
    top: 50%;
    display: none;
}

.enviando.active{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.enviando p{
    margin: 0px;
    color: #fff;
    font-size: 12px;
}

.grecaptcha-badge{
    z-index: 1;
}

.img_cont{
    width: 70px;
    min-width: 70px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    overflow: hidden;
}

.img_cont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px !important;
}

/* ESTILOS WHATSAPP */

.botonWhat {
    position: fixed;
    top: auto;
    bottom: 20px;
    right: 15px;
    z-index: 99999;
    display: flex;
    text-decoration: none !important;
}

.avisoAyuda {
    margin-right: 5px;
    color: #FFF !important;
    font: 400 15px "Source Sans Pro", sans-serif !important;
    line-height: normal;
    background: #000;
    padding: 10px 5px;
    border-radius: 10px;
    width: 170px !important;
    display: inline-block;
    text-align: center;
    line-height: 15px !important;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.btn-whatsapp {
    color: white;
    background-color: #4CAF50 !important;
    box-shadow: none !important;
    border-radius: 200px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.posicionwhat {
    font-size: 2em;
}

@media screen and (max-width: 640px) {
    .avisoAyuda{
        display: none;
    }
}

.contenedor_boton{
    position: relative;
}

.contenedor_boton p{
    position: absolute;
    background: #00A5E9;
    right: 1rem;
    bottom: 0px;
    color: #fff;
    padding: 1px 20px;
    border-radius: 3px;
}

/* NUEVOS ESTILOS DE DETALLE DE LICENCIAS */
.main_section_container{
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 40px 0px;
}

.limitador_img{
    overflow: hidden;
    width: 250px;
    height: 150px;
}

.limitador_img img{
    /* width: 100%; */
    height: 100%;
    /* object-fit: cover; */
    object-fit: contain;
    width: 50px;
    display: block;
    margin: 0 auto;
}

.comprar_{
    background: #00A5E9;
    color: #FFF;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none !important;
    transition: all .3s ease;
    margin-top: 20px;
}

.comprar_:hover{
    background: #026d9b;
}

.comprar_:hover{
    color: #fff;
}

.categoria_{
    font-size: 16px;
    margin: 0px 0px 5px;
    text-transform: capitalize !important;
}

.titulo_{
    font-weight: bolder;
    margin: 0px 0px 15px;
}

.copete_{
    /* margin-bottom: 20px; */
}

/* SLIDER */

.similares{
    margin-bottom: 20px;
}

.item{
    width: 180px;
    height: 130px;
}
.item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-white > h2{
    color: #fff !important;
}

.header-description{
    background: red !important;
}

.footer_flex{
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.equipo_container{
    display: grid;
    grid-template-columns: 1fr 2fr;

}

/* OPCION CONTAINER */
.options_container{
    display: flex;
    justify-content: stretch;
    gap: 5px;
    padding: 18px 0px;
}
.opcion{
    background: transparent;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    cursor: pointer;
    border: 2px solid var(--color-options);
    position: relative;
    border-radius: 3px;
}
.opcion_descripcion{
    margin: 0px;
    color: #212F3D;
    font-weight: bolder;
    text-align: center;
}
.opcion.active{
    background: var(--color-options);
}
.opcion.active::after{
    content: '';
    border-top: 10px solid var(--color-options);
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -20px;
    right: calc(50% - 10px);
}
.opcion.active .opcion_descripcion{
    color: #f1f1f1;
}

.grecaptcha-badge {
    visibility: hidden;
}

.imagen-simple{
    max-width: 655px;
    height: 368px;
    margin: 0px 0px 60px 0px !important
}

@media screen and (max-width: 992px) {
    .main_section_container{
        display: flex;
        flex-direction: column;
        justify-content: center;align-items: center;
        padding: 0px 0px 20px;
    }
    .main_section_descripcion{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .copete_{
        text-align: center;
    }

    .footer-superior{
        display: none;
    }
    #similares_carrusel{
        display: none;
    }
    .imagen-simple{
        height: min-content;
    }
    .options_container{
        flex-direction: column;
    }
    .img_triple{
        top: 0px !important;
    }
    .img_triple_text{
        margin-top: 20px !important;
    }
}

/* BOOTSTRAP TABLE CARGANDO */

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading{
    background: transparent !important;
    /* background: rgba(0, 0, 0, .9) !important; */
}

.bandera{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-decoration: none !important;
    color: #444;
    transition: all .3s ease-in-out;
    margin-top: 4px;
}
.bandera:hover{
    text-decoration: none !important;
}