/*lo que tenia el html*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
.classb1 {
    width: 500vw;
    background-color: white;
    border-radius: 20px;
    height: 4.5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid red;
}

.imglupa {
    width: auto;
    height: 2vh;
    margin-top: 0.2vh;
    margin-left: -6%;


}

.page-title {
    height: 10vh;
}

#top-search input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80vw !important;
    height: 3vh;
    border: none;
    margin-top: 0.5%;
    font-size: .85em;
}


#top-search form {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_barrabus {
    display: flex;
    width: 100%;
    gap: 1%;

}

.titulo-busquedas {
    display: flex;
    width: 30%;
    justify-content: center;
    align-items: center;
    margin-top: -1vh;
}

.bus {
    width: 124.8%;
    display: flex;
    height: 5vh;


}

th {
    color: #ffffff;
}

[data-href] {
    cursor: pointer;
    line-height: 20px;
}

.letrero {
    color: #ff0000;
    font-size: 1.2em;
    padding-left: 2em;
    padding-right: 2em;
    background-color: #ffffff;
}

.mensajes {
    background-color: #ffffff;
}

.imgcol1 {
    width: 73%;
}

.imgcol2 {
    width: 73%;
}

.imgcol3 {
    width: 73%;
}

.imgcol4 {
    width: 73%;
}

td {
    color: #000000 !important;
    font-size: 1em;
    font-weight: 400;
}

.entry_title_desc {
    padding-top: 2em;
    padding-left: 2em;
    background-color: #ffffff;
}

tr .gradeA hover {
    background-color: #cce7e7;
}

.even hover {
    background-color: #cce7e7 !important;
}

.gradeA hover {
    background-color: #cce7e7;
}

.clickable-row hover {
    background-color: #cce7e7;
}

table tr.odd:hover {
    font-weight: 400 !important;
    font-size: .8em;
    background-color: #cce7e7 !important;
}

ul,
ol,
dl {
    margin-left: 0px important;
}

.clickable-row hover {
    background-color: #cce7e7;
}

.descripcion {
    font-weight: 400;
}

.data a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    display: block;
    font-size: .8em !important;
    text-decoration: none !important;
}

#refc {
    font-weight: 400;
    display: block;
    font-size: .8em !important;
}

#exist {
    font-weight: 400;
    display: block;
}

.pull-right {
    float: right;
    margin-right: 6%;
    font-size: 2em;
}

.textocla {
    margin-top: 0;
    margin-bottom: .1rem;
}

#exist {
    font-weight: 400;
    display: block;
    color: #009048;
}

#existn {
    font-weight: 400;
    display: block;
    color: #4a91e9 !important;
    text-align: center;
}

.small,
small {
    font-size: 65%;
    font-weight: 400;
}

#slideout {
    position: fixed;
    top: 100px;
    right: 0;
    width: 35px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 100;
}

#slideout_tab {
    position: relative;
    top: 150px;
    left: 0;
    padding: 12px 6px 12px 12px;
    text-align: center;
    background: #ff0000;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

#slideout_inner {
    position: absolute;
    top: 110px;
    left: 35px;
    width: 220px;
    padding: 0px;
    height: 100px;
    cursor: auto;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

#showblock:checked+#slideout {
    right: 250px;
}

#showblock {
    display: none;
}



.texto-vertical-2 {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 2em;
    margin-left: -15px;
}

.column-left {
    float: left;
    width: 35%;
}

.column-right {
    float: right;
    width: 35%;
}

.column-center {
    display: inline-block;
    width: 30%;
}

@media screen and (max-width: 960px) {
    .column-left {
        float: none;
        width: 100%;
    }

    .column-right {
        float: none;
        width: 100%;
    }

    .column-center {
        display: block;
        width: 100%;
    }
}

.hover11 figure:hover img {
    opacity: .5;
}

@media (min-width: 1200px) {
    /* #top-search input {
    width: 26em !important;
    background-color: #fff;
    font-size: .85em;
    }*/
}
@media (min-width: 1200px)
#top-search input {
    width: 80vw !important;
    background-color: #fff;
    font-size: .85em;
}

code,
code>span {
    text-align: left;
    display: block;
    font-family: Monaco, monospace;
    background: #444;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    margin-bottom: 100px;
}

code>span {
    padding: 0;
    margin: 0;
}


/*modal de la camara */
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background-color: transparent;
    margin: 15% auto;
    padding: 20px;
    border: none;
    width: 100%;
    position: relative;
    margin-top: 50%;
}

.close {
    color: #aaaaaa;
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    top: -40px;
    right: 0%;
    cursor: pointer;
}

.scanner-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    /* Relación de aspecto 16:9 */
    position: relative;
}

/* Estilos para el vídeo de la cámara */
#scanner-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/*responsivos*/
#footer.footer-dark {
    background-color: #363839;
    color: #DDD;
    line-height: 17px;
    margin: 0;
    padding: 3% 0 0 0;
}

#copyrights.copyrights-dark {
    background-color: #282A2B;
    color: #999;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
}

.ocultar5 {
    margin-top: 0vh;
}

@media (max-width:1440px) {
    #top-search input {
        margin-top: 1%;
    }
}

@media (max-width:1400px) {
    .counter-item {
        font-size: 0.7rem;
    }

    .imgcol1 {
        width: 80%;
    }

    .imgcol2 {
        width: 80%;
    }

    .imgcol3 {
        width: 80%;
    }

    .imgcol4 {
        width: 80%;
    }
}

@media (max-width:1312px) {

    .titulo-busquedas {
        font-size: 0.8rem;
    }

    .enp2 {
        color: #ffffff;
        font-size: 1rem;
    }

}

@media (max-width:1300px) {
    .counter-item {
        font-size: 0.5rem;
    }

    .imgcol1 {
        width: 80%;
    }

    .imgcol2 {
        width: 80%;
    }

    .imgcol3 {
        width: 80%;
    }

    .imgcol4 {
        width: 80%;
    }

    .enp2 {
        color: #ffffff;
        font-size: 1.1rem;
    }

    .titulo-busquedas {
        font-size: 0.9rem;
    }

}

@media (max-width:1280px) {
    .container {
        max-width: 95%;
    }

    .container {
        max-width: 95%;
    }

    .plataforma1 {
        font-size: 1px;
    }

}

@media (max-width:1204px) {

    /* #top-search input {
        width: 24em !important;
    }*/

    .clearfix {
        display: block;
        font-size: 0.8rem;
    }

    .sugerencia {
        margin-bottom: 0.5rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        color: inherit;
        font-size: 1.rem;
    }

}

@media (max-width:1171px) {
    #google_translate_element {
        display: none;
    }

    .counter-item {
        font-size: 0.6em;
    }

    #busquedas {
        width: 128%;
    }

    .enp2 {
        color: #ffffff;
        font-size: 1rem;
    }

    .titulo-busquedas {
        font-size: 0.8rem;
    }

}

@media (max-width:1132px) {
    #google_translate_element {
        display: none;
    }

    .counter-item {
        font-size: 0.6em;
    }

}


@media (max-width:1100px) {
    /* #top-search input {
        width: 22em !important;
    }*/

    .copyrights-dark {
        height: 25vh;
    }

    .enp1 {
        font-size: 3.3em;
        margin-bottom: 0px;
    }

}

@media (max-width:1072px) {
    #footer .col_one_fourth {
        width: 213px;
        margin: 0 21px 0px 0;
        min-height: 270px;
    }


}

@media (max-width:1052px) {
    #footer .col_one_fourth {
        width: 214px;
    }

    /*#top-search input {
        width: 21em !important;
    }*/

    .enp2 {
        color: #ffffff;
        font-size: 0.9rem;
    }

    .titulo-busquedas {
        font-size: 0.7rem;
    }

}

@media (max-width:1025px) {

    #footer .col_one_fourth {
        width: 212px;
    }

    .classb1 {
        height: 4vh;

    }

}

@media (max-width:1016px) {

    #footer .col_one_fourth {
        width: 209px;
    }

}

@media (max-width:1003px) {

    #footer .col_one_fourth {
        width: 205px;
    }

    .slider-item {
        width: 12%;
        height: 11vw;
    }

    .custom-slider-ocultar2 {
        font-size: 0.8em;

    }

    .thumb img {
        width: 90%;
    }


}

@media (max-width:991px) {

    element.style {
        padding-left: 20px !important;
        font-size: 1.5rem;
    }

    #busquedas {
        width: 104%;
    }

    .ocultar5 {
        margin-top: 0vh;
    }

    .enp1 {
        font-size: 4.3em;
        margin-bottom: 0px;
        margin-top: 2%;
    }

    .pfooter {
        font-size: 0.8rem;
    }

    .blogroll {
        font-size: 0.8rem;
    }

    .fa-ul {
        font-size: 0.8rem !important;

    }

    .bus {
        width: 100%;
        display: flex;
        height: 5vh;
    }

}

@media (max-width:991px) {

    .counter-item span {
        font-size: 2.5em;
    }


}

@media (max-width:986px) {

    #footer .col_one_fourth {
        width: 199px;
    }

}

@media (max-width:979px) {
    #busquedas {
        width: 104%;
        display: flex;
    }

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



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



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




}

@media (max-width:972px) {

    #footer .col_one_fourth {
        width: 192px;
    }

    .enp2 {
        color: #ffffff;
        font-size: 0.8rem;
    }

}

@media (max-width:942px) {

    #footer .col_one_fourth {
        width: 186px;
    }

    .slider-item {
        width: 10%;
    }

    .fa-4x {
        font-size: 3em !important;
    }

}

@media (max-width:916px) {

    #footer .col_one_fourth {
        width: 178px;
    }

}

@media (max-width:991px) {

    .nav-item2 {
        margin: 2% 0 0 0;
    }

    .nav-itema2 {
        margin: 3% 0 0 0;
    }

}

@media (max-width:911px) {

    .nav-item {
        padding: -1px 7px;
        font-size: .95em;
    }

}

@media (max-width:892px) {
    #busquedas {
        width: 102%;
        display: flex;
    }

    /*#top-search input {
        width: 20em !important;
    }*/

}

@media (max-width:882px) {
    #footer .col_one_fourth {
        width: 172px;
    }

    .pfooter {
        font-size: 0.7rem;
    }

    .blogroll {
        font-size: 0.7rem;
    }

    .fa-ul {
        font-size: 0.7rem !important;

    }


}

@media (max-width:856px) {
    #footer .col_one_fourth {
        width: 166px;
    }

    .custom-slider-ocultar2 {
        font-size: 0.6em;
    }

    .custom-slider-item {
        height: 5%;
    }

}

@media (max-width:841px) {
    #busquedas {
        width: 99%;
        display: flex;
        font-size: 12px;
    }

}

@media (max-width:830px) {
    #footer .col_one_fourth {
        width: 161px;
    }

    .enp2 {
        color: #ffffff;
        font-size: 0.7rem;
    }

    .titulo-busquedas {
        font-size: 0.6rem;
    }

}

@media (max-width:830px) {
    #footer .col_one_fourth {
        width: 161px;
    }

}

@media (max-width:830px) {
    #footer .col_one_fourth {
        width: 156px
    }

}

@media (max-width:798px) {
    #busquedas {
        width: 102%;
        display: flex;
        font-size: 11px;
    }

    .slider-item {
        width: 6%;

    }

    .contenedor {
        height: 19vh;
    }
}

@media (max-width:787px) {
    #footer .col_one_fourth {
        width: 150px
    }

    .pfooter {
        font-size: 0.6rem;
    }

    .blogroll {
        font-size: 0.6rem;
    }

    .fa-ul {
        font-size: 0.6rem !important;

    }
}

@media (min-width:768px) {

    #btn {
        display: none;
    }

    .botinbarra {
        display: none;
    }

    .container_modal {
        display: none;
    }

    #openCameraBtn {
        display: none;
    }


}

@media (max-width:767px) {

    .form-inline mt-md-0 {
        margin-top: 2vh;
    }

    .imgcol1 {
        width: 100%;
    }

    .imgcol2 {
        width: 100%;
    }

    .imgcol3 {
        width: 100%;
    }

    .imgcol4 {
        width: 100%;
    }
}

@media (min-width:767px) {
    .parrafoabcd {
        display: none;
    }
}

@media (max-width:767px) {

    .navbar {

        padding: 0.8rem 1rem;
    }

    .titulo3 {

        display: none;
    }

    .slider-container {
        display: none;
    }

    .titulo_pdis {
        display: none;
    }

    .custom-slider-container {

        display: none;
    }

    .contenedor_barra {
        width: 100%;
        height: 10vh;
        display: flex;
        margin-top: 1;

    }


}

@media (min-width:768px) {
    .carritopc {
        display: none;
    }

    .oculta7 {
        margin-left: 20%;
    }

}

@media (max-width:767px) {
    .container_modal {
        width: 100%;
        background: #C2373E;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 17vh;
        margin-top: 8Vh;
    }

    .busquedabarras1 {
        display: none;
    }

    #codigo {
        display: none;
    }

    .pbarras {
        color: white;
        font-size: 1.5em;
    }

    .form-inline .form-control {
        display: inline-block;
        width: 90%;
        vertical-align: middle;

    }

    #openCameraBtn {
        width: 7vh;
        height: 7vh;
        margin-top: 1%;
    }

    .codigo {
        width: 65.6vh;
    }

    input[type="text"],
    input[type="password"],
    select,
    textarea {
        display: block;
        background: #ffffff !important;
        padding: 7px;
        margin-bottom: 10px;
        border: 1px solid #DDD;
        border-top-width: 2px;
        outline: 0;
        font: normal 11px/100%;
        color: #666;
        width: 90%;

    }

    input[type="text"],
    input[type="password"] {
        font-size: 1em;
    }

    .row1 {
        width: 74vh;
    }

    .col-md-3 {
        width: 60%;
        margin: 0 20% 0 27%;
    }

    .counter-item {
        padding-left: 0px;
        margin-right: 10px;

    }

    #footer.footer-dark {
        background-color: #363839;
        color: #DDD;
        line-height: 26px;
    }

    .row1 {
        width: 74vh;
        margin-top: 5%;
    }

    .carritopc {
        margin-left: 73%;
    }

    .navbar-toggler {
        margin-left: 7%;
    }


}

@media (max-width: 767px) {
    .row1 {
        width: 95%;
        margin-top: 7%;
    }

    .form-inline {
        margin-left: 1.6em;
        margin-bottom: 2%;
    }

}

@media (max-width: 760px) {
    .col-md-3 {
        width: 60%;
        margin: 0px 20% 0 19%;
    }

    .imgcol1 {
        width: 118%;
    }

    .imgcol2 {
        width: 118%;
    }

    .imgcol3 {
        width: 118%;
    }

    .imgcol4 {
        width: 118%;
    }
}

@media (max-width: 713px) {
    .form-inline .form-control {
        display: inline-block;
        width: 90%;
        vertical-align: middle;

    }
}

@media (max-width:741px) {
    .carritopc {
        margin-left: 65%;
    }

}

@media (max-width:700px) {
    .oculta6 {

        margin-top: 5vh;
    }

    .form-inline .form-control {
        width: 85%;
    }

}

@media (max-height:769px) {
    .oculta2 {
        padding: 0px;
        display: block;
        border-bottom: 1px solid #74b4d7 !important;
        text-decoration: none;
    }

}

@media (max-width:538px) {
    .carritopc {
        margin-left: 57%;
    }

}

@media (max-width:481px) {
    .col-md-3 {
        width: 60%;
        margin: 0px 20% 0 10%;
    }

    .imgcol1 {
        width: 155%;
    }

    .imgcol2 {
        width: 155%;
    }

    .imgcol3 {
        width: 155%;
    }

    .imgcol4 {
        width: 155%;
    }

    #footer.footer-dark {
        background-color: #363839;
        color: #DDD;
        line-height: 40px;
    }
}


@media (max-width:432px) {
    .col-md-3 {
        width: 60%;
        margin: 0px 20% 0 3%;
    }

    .imgcol1 {
        width: 182%;
    }

    .imgcol2 {
        width: 182%;
    }

    .imgcol3 {
        width: 182%;
    }

    .imgcol4 {
        width: 182%;
    }
}

@media (max-width:426px) {
    .carritopc {
        margin-left: 55%;
    }

    element.style {
        padding-left: 0px;
        margin-right: 0px;
    }

    .row2 {

        margin-left: 9%;

    }

    .pbarras {
        color: white;
        font-size: 1em;
    }
    .container_modal {
        margin-top: 10Vh;
    }

}

@media (max-width:405px) {
    .carritopc {
        margin-left: 53%;
    }

    .modal-content {
        background-color: transparent;
        margin: 15% auto;
        padding: 20px;
        border: none;
        width: 220%;
        position: relative;
        margin-top: 30%;
        margin-left: -60%;
    }

    .close {
        color: #aaaaaa;
        font-size: 50px;
        font-weight: bold;
        position: absolute;
        top: -40px;
        right: 29%;
        cursor: pointer;
    }

}

@media (max-width:386px) {
    .carritopc {
        margin-left: 51%;
    }

}

@media (max-width:375px) {
    .oculta6 {

        margin-top: 5vh;
    }

    .form-inline .form-control {
        width: 80%;
    }

}

@media (max-width:369px) {
    .carritopc {
        margin-left: 48%;
    }

}

@media (max-width:347px) {
    .carritopc {
        margin-left: 44%;
    }

}

@media (max-width:321px) {
    .carritopc {
        margin-left: 41%;
    }

}

@media (max-width:318px) {
    body {

        width: 34.4vh;
    }

}