@import url(menu_06062025.css);
@import url(imagenes.css);
@import url(swiper_10212023.css);
@import url(sesion_01022024.css);
@import url(SpectrumInicio.css);
@import url(Ventas.css);
@import url(BotonesIconos.css);
@import url(product-cards.css);

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    background-color: #efefef;
/*    font-family: 'Poppins', sans-serif !important;*/
    font-family: 'Mulish', sans-serif !important;
    font-weight: 300;
}
header{
    width: 100%;
    height: 50px;
    background-color: #F1FCFF;  
    
    border-bottom: .2rem solid #236b33;
    box-shadow: 0rem 0rem 2rem #236b33;
    
    /*border-bottom: .2rem solid #076BAC;
    box-shadow: 0rem 0rem 2rem #076BAC;*/

    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
main{
    padding-top:80px;    
}
.contenedor{
    width: 98%;
    margin: auto;
}
h1{
    float: left;
}
header .contenedor{
    display: table;
}

.js-example-basic-single{
    height: 50px !important;
}
.h-80{
    height: 400px !important;
}

.img-card-inside {
    width: 100%;
    height: 80%;
}

.ajustar-img {
    width: 80% !important;
    height:100% !important;
    object-fit: fill;
    image-rendering: pixelated;
}

.pointer {
    cursor: pointer;
}

:root {
    --light-blue: #E2F8FE;
    --green: #23A548;
    --dark-green: #009688;
    --dark-green2: #167932;
    --dark-green3: #0a461b;
    --dark-orange: #dd8337;
    --pink: #E1C1C6;
    --light-red: #F2AEAE;
    --dark-green-gray: #617a6c;
    --red: #CC1414;
    --medium-maroon: #C15967;
    --orange: #F94620;
}
.bg-light-red {
    background-color: var(--light-red);
}
.bg-light-blue {
    background-color: var(--light-blue) !important;
}
.bg-green {
    background-color: var(--dark-green2);
}
.bg-medium-maroon {
    background-color: var(--medium-maroon);
}

.text-medium-maroon {
    color: var(--medium-maroon);
}
.bg-green:hover {
    background-color: var(--dark-green3);
}
.text-red{
    color: var(--red);
}
.bg-red {
    background-color: var(--red);
}
.text-orange{
    color: var(--orange);
}
.bg-dark-orange {
    background-color: var(--dark-orange);
}
.w-enter{
    width: 100%;
}
.shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.container-css{
    margin: 6rem 5rem 1rem 6rem;
    padding: 20px;    
    background-color: white;
    box-shadow: 0rem 0rem 2rem rgba(0, 0, 0, 0.50);
    border-radius: 20px 20px;
}
.container-css-2{
    margin: 0.5rem;
    padding: 10px;    
    background-color: white;
    box-shadow: 0rem 0rem 2rem rgba(0, 0, 0, 0.50);
    border-radius: 20px 20px;
}
.container-css-3{ 
    margin: 1rem 5rem 1rem 6rem;
    padding: 20px;    
    background-color: white;
    box-shadow: 0rem 0rem 2rem rgba(0, 0, 0, 0.50);
    border-radius: 20px 20px;
}
.container-css .nav-link{
    color: #16C1F3 !important;
}
.container-css .nav-link.active{
    color: black !important;
    background-color: #16C1F3 !important;
}
.container-css .nav-link:hover{
    background-color: #E2F8FE !important;
}
.container-css .nav {
    box-shadow: 0rem 0.2rem 0.5rem rgba(7, 107, 172, 0.25);
}
.container-css .tab-content {
    margin: 20px;
}
.container-css .tab-pane img{
    width: 33%;
    height: auto;
    margin: 10px 0px 0px 0px;
}


.img-noticia{
    width: 100%;
    height: 500px;
}
.container-noticia {
    background-color: #E2F8FE;
    height: 480px;
    overflow: scroll;
}
.heading-info-noticia {
    text-align: center;
    background-color: #16C1F3;
}
.body-info-noticia{
    padding:20px;  
    height: auto;  
}
#canvasContainer {
    width: 100%;
    margin: 0;
    padding: 0;
}
canvas#canvas {
    border: 1px solid #ccc;
    display: block;
    width: 100% !important;
    height: 200px;
}

@media only screen and (max-width: 600px) {
    canvas#canvas {
        width: 90%;
        height: 200px;
        margin: 20px auto;
    }
}

/**/
.redondear-2 {
    border-radius: 20px 20px !important;
}
.border-input{
    border: 1px solid black;
}
/*Form*/
.icon-input-left {
    width: 40px;
    height: auto;
    padding: 1px;
    background-color: white;
    border-radius: 20px 0 0 20px;
    text-align: center;
    padding-top: 5px;
    bottom: auto;
    border: 1px solid black;
}
.icon-input-left-2 {
    width: 40px;
    height: 38px;
    padding: 1px;
    margin: 2px;
    border-radius: 20px 0 0 20px;
    text-align: center;
    padding-top: 5px;
    bottom: auto;
}
.icon-input-left-3{
    width: 38px;
    height: 36px;
    margin: 2px;
    border-radius: 20px 0 0 20px;
    text-align: center;
    padding-top: 3px;
    bottom: auto;
}
.icon-btn-left{
    width: 38px;
    height: 36px;
    margin: 2px;
    border-radius: 20px 0 0 20px;
    text-align: center;
    padding-top: 3px;
    bottom: auto;
}
.icon-input-right-2 {
    width: 40px;
    height: 38px;
    padding: 1px;
    margin: 2px;
    border-radius: 20px 0 0 20px;
    text-align: center;
    padding-top: 5px;
    bottom: auto;
    right:40px;
}

.custom-file-upload{
    width: 40%;
    background: #106BA0;
    color: #fff;
    border: 1px solid #e3e3e3;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    padding: 6px;
    text-decoration: none;
    border-radius: 20px 0 0 20px;
}
.custom-file-upload:hover {
    background-color: #4590C1;
    color: white;
}
.files {
    border: 1px solid #106BA0;
    background: #F1FCFF;
    border-radius:20px 20px;    
}

.btn-primary {
    background-color: #076BAC !important;
    color: white !important;
}
.btn-warning {
    background-color: #FFC926 !important;
    color: black;
}
.btn-danger {
    background-color: #E14F5D !important;
    color: white !important;
}
.btn-primary:hover {
    background-color: #4590C1 !important;
}
.btn-warning:hover {
    background-color: #FFD145 !important;
}
.btn-danger:hover {
    background-color: #E56874 !important;
}


.title-header {
    background-color: white;
    border-bottom: 0.2rem solid #236b33;
    /*  border-bottom: .2rem solid #c97b14c5;*/
    box-shadow: 0 0.5rem 0.5rem rgba(7, 107, 172, 0.25);
    margin-bottom: 20px;
    padding-top: 10px;
    border-radius: 20px 20px;
}
.title-header h4 {
    padding-left: 20px;
    font-size: 16px !important;
}

.noticia{
    text-align:center;
    overflow:hidden;
}
.noticia .card-footer {
    font-size: 20px;
    bottom: 0px;
    right: 0px;
    text-align: right;
}
.noticia a {
    color: white;
    text-decoration: none;
    font-size: 30px;
    bottom:20px;
    right:10px;
}

.noticia a:hover {
    color: white;
    text-decoration: underline;
    font-size: 40px;
}

.inline a{
    display:block;
}

#log-in, #log-out {
    display: none;
}

div#sesion, div#registrarse, #msn-sesion, #msn-register {
    display: none;   
}

/*Oculta los radio button*/
input#log-in:checked ~ div#sesion, input#log-in:checked ~ #msn-register {
    display: block;
}

input#log-out:checked ~ div#registrarse, input#log-out:checked ~ #msn-sesion{
    display: block;
}

input#log-out:checked ~ div#sesion {
    display: none;
}

/*Start Switch Input*/
.switch {
    position: relative;
    width: 40px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 2px;
    top: 2px;
    bottom: auto;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    /*background-color: #076BAC;*/
    background-color: var(--green);
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/*End Switch Input*/


.campo-obligatorio{
    padding:2px;
    margin:2px;
    left: 52px;
    font-size: 20px;
}
.campo-obligatorio2{
    padding:2px;
    margin:2px;
    right: 52px;
    font-size: 20px;
}
.campo-obligatorio3 {
    padding: 2px;
    margin: 2px;
    left: 42px;
    font-size: 20px;
}

table a span{
    font-size:25px;
}

/*Input Check*/
.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} 
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin: 10px;
} 
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color:#68ade5;
} 
.check-container:hover input ~ .checkmark {
    background-color: var(--green);
}
.check-container input:checked ~ .checkmark {
    background-color: var(--green);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  .check-container input:checked ~ .checkmark:after {
    display: block;
}
.check-container .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*End Input Check*/


.display-none{
    display: none;
}
.f-10 {
    font-size: 10px;
}
.hide-motor-off-check:hover, .hide-motor-on-check:hover, .hide-inspection-summary:hover {                                                        
    cursor: pointer;
}

.container-img-login{
    width: 100%;
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden; 
    position: relative;   
}
.container-img-login img{
    width: 100%;
    height: 100%;
}

.table-strong{
    font-size:larger;
    font-weight: bold;
}
.strong-text{
    font-weight: bold !important;
}

.container-inform{
    width: 90%;    
    padding-left: 2rem;    
}

.validar{
    padding:0px 10px 10px 10px;
}

#btnAddTel:hover, #btnAddCorreo:hover{
    cursor: pointer;
    background-color: var(--green);
}
#btnEliminarTel:hover, #btnEliminarCorreo:hover{
    cursor: pointer;
    background-color: var(--dark-orange);

}

.ml-text-20{
    margin-left:20px;    
}

div.dataTables_wrapper {
    margin-bottom: 3em;
}



/*---------------- */
@media only screen and (min-height : 100px) and (max-height:500px) {
    
}

@media  only screen and (min-height : 500px) and (max-height:667px){   
    .h-80 {
        height: 400px !important;
    }
}
@media only screen and (min-height : 667px) and (max-height : 700px) {
     
}

/*----------------------------*/
@media only screen and (min-width : 100px) and (max-width : 500px) {
    table.dataTable thead th {
        font-size: 0.8em;
    }
    .img-card-inside{
        height:40%;
    }
    .container-css, .container-css-3 {
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px
    }
    .small-input {
        width: 200px;
    }
}
@media only screen and (min-width : 500px) and (max-width : 700px) {
    table.dataTable thead th {
        font-size: 0.8em;
    }
    .img-card-inside {
        height: 50%;
    }
    .container-css, .container-css-3 {
        margin-left: 1rem;
        margin-right: 1rem;
        padding: 10px
    } 
}
@media only screen and (min-width : 700px) and (max-width : 900px) {
    .img-card-inside {
        height: 80%;
    }    
    .container-css {
        margin: 6rem 1rem 1rem 1rem;
        padding: 10px;
    }

    .container-css-3 {
        margin: 1rem 1rem 1rem 1rem;
        padding: 10px;
    }

    .noticia {
        height: 30rem !important;
    }

}
@media only screen and (min-width : 900px) and (max-width : 1000px) {
   .img-card-inside{
       height:70%;
   }
}
@media only screen and (min-width : 1000px) and (max-width : 1100px) {
    .container-login{
        margin-left: 10%;
    }
    .h-80 {
        height: 350px !important;
    }
}
@media only screen and (min-width : 1100px) and (max-width : 1300px) {
    .h-80 {
        height: 350px !important;
    }
}
@media only screen and (min-width : 1300px) and (max-width : 1600px) {
}
@media (min-width:1600px) {
    
}
@media (min-width:2500px) {
    
}
