/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.notifi{
  color: green;
}


.marto5p{
  margin-top: 5%;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.indicator{
  color:#4287f5;
  font-size: 11px;
  display: inline-block;
}

/* The slider */
.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: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}


.titleGraph{
  color: #3486eb;
  margin-top: 10px;
}


.dropdown-menu{
  padding: 5px;
}

.cAzul{
  color: #348feb;
}

.cUn{
  list-style: none;
}


input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}



.toolbar{
  background-color: rgba(8, 163, 78, 1);
  color:white;
}

html {
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  margin-bottom: 40px;
}


.titleAzul{
  color:#105bcc;
}


.derechaAlign{
  float: right;
}

.paddingCard{
  padding: 10px;
}


footer {
  background-color: rgba(8, 163, 78, 1);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  margin-top: 10px;
  color: white;
}

nav{
  height: 60px;
}


.cw{
  color: white;
}

.blanco{
  color: white;
}
.card{
  padding: 2px;
}


.actividad{
  color: #044a20;
}



.textDesc{
  font-size: 16px;
  color:#4287f5;
}


.textEmpresa{
  font-size: 15px;
  color:#3a6bba;
}

.blanco:hover{
  text-decoration: none;
}
.negrita{
  font-weight: bold;
}
.margin10{
  margin-left: 10%;
}
.txtSmall{
  font-size: 13px;
}
.imgCat{
  width:40px;
  height:40px;
  border-radius:20px;
  float: left;
}
.giro{
  color: #3470d1;
}

.tazul{
  color:blue;
}

.tgray{
  color:gray;
}

.tittle{
  color: #2f62c2;
  text-family: arial;
}

.border-r{
  border-right-style: solid;
  border-right-color: #919191;
}

.colorGray1{
  color: #707070;
}


.padding-left{
  padding-left: 20%;
}

.backCate{
  background-color: #a5caf2;
  text-decoration: none;
}
.w100{
  width: 100%;
}

.w90{
  width: 90%;
}
.btnh:hover{
  background-color: #a5caf2;
}
.fright{
  float: right;
}

.padding-default{
  padding: 5px;
}

.nameProd{
  color: #4242f5;
  margin-top: 5px;
}

.commentTile{
  color:  #4242f5;
  margin-left: 15px;
}

.inComment{
  border-color: white;
}

input:focus{
  outline: none;
  border: 5px;
}


.w-85{
  margin: 15px;
  width: 85%;
}
.w-20{
  width: 20%;
}

.valorar{
  width: 50px;
  height: 50px;
}




.dropdown-dash {
  position: relative;
  display: inline-block;
}

.dropdown-content-dash {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 210px;
  margin-top: 20px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 8px 1px;
  margin-right: 12px;
  z-index: 1;
}

.dropdown-dash:hover .dropdown-content-dash {
  display: block;
}
.colorBlack{
  color: black;
}
td{
  font-size: 12px;
}
th{
  font-size: 13px;
}


.derecha{
  float: right;
  margin: 3px;
}


.textSearch{
  width: 120px;
  display: inline-block;
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}


@media (min-width: 280px) and (max-width:575)  {
  .btnCat{
    display: inline;
  }

  .txtSmall{
    font-size: 12px;
  }

}




@media (min-width: 280px) and (max-width:599px) {
  .catUl{
    display: inline;
  }



  .imageCard{
    height: 300px;
    line-height: 300px
    margin:0px auto;

  	text-align:center;
  }
  .wrapParent{
    max-width: 100%;
    padding: 3px;
    max-height: 100%;
    vertical-align: middle;
  }

  .imgCat{
      display: none;
  }




}


@media (min-width: 600px) and (max-width: 989px) {
  .textSearch {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }

  .font-responsive{
    font-size: 0.75em;
  }
  .catUl{
    display: none;
  }

  .imageCard{
    height: 150px;
    line-height: 150px
    margin:0px auto;
  	text-align:center;
  }
  .wrapParent{
    max-width: 100%;
    padding: 3px;
    max-height: 100%;
    vertical-align: middle;
  }

  .txtSmall{
    font-size: 9px;
  }

  .imgCat{
      display: none;
  }

}



@media (min-width: 990px) and (max-width: 1054px) {
  .textSearch {
    width: 120px;
    margin-left: 40px;
    display: inline-block;
    vertical-align: middle;
    padding: 0.275rem 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .menu-items{
    font-size: 0.8em;
  }

  .font-responsive{
    font-size: 0.85em;
  }
  .catUl{
    display: none;
  }
  .imageCard{
    height: 100px;
    line-height: 100px
    margin:0px auto;
  	text-align:center;
  }
  .wrapParent{
    max-width: 100%;
    padding: 3px;
    max-height: 100%;
    vertical-align: middle;
  }

  .txtSmall{
    font-size: 9px;
  }
}


@media (min-width: 1055px) and (max-width: 1144px) {
  .textSearch {
    width: 140px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }

  .menu-items{
    font-size: 0.9em;
  }

  .font-responsive{
    font-size: 0.95em;
  }
  .catUl{
    display: none;
  }

  .txtSmall{
    font-size: 9px;
  }
}


@media (min-width: 1145px) and (max-width: 1203px) {
  .textSearch {
    width: 180px;
    display: inline-block;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .font-responsive{
    font-size: 0.98em;
  }
  .catUl{
    display: none;
  }
  .txtSmall{
    font-size: 9px;
  }
}

@media (min-width: 1204px) and (max-width: 1265px) {
  .textSearch {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .font-responsive{
    font-size: 1em;
  }
  .catUl{
    display: none;
  }
  .txtSmall{
    font-size: 9px;
  }
}

@media (min-width: 1265px) and (max-width: 1298px) {
  .textSearch {
    width: 210px;
    display: inline-block;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .catUl{
    display: none;
  }
}



@media (min-width: 1299px) and (max-width: 1340px) {
  .textSearch {
    width: 220px;
    display: inline-block;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .catUl{
    display: none;
  }
}


@media (min-width: 1341px) and (max-width: 1400px) {
  .textSearch {
    width: 250px;
    display: inline-block;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .catUl{
    display: none;
  }
}

@media (min-width: 1401px) and (max-width: 1430px){
  .textSearch {
    width: 260px;
    display: inline-block;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .catUl{
    display: none;
  }

}

@media (min-width: 1431px) and (max-width: 1500px){
  .textSearch {
    width: 270px;
    display: inline-block;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .catUl{
    display: none;
  }
}

@media (min-width: 1501px) and (max-width: 1530px){
  .textSearch {
    width: 280px;
    display: inline-block;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .catUl{
    display: none;
  }
}

@media (min-width: 1531px) and (max-width: 1600px){
  .textSearch {
    width: 290px;
    display: inline-block;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .catUl{
    display: none;
  }
}


@media (min-width: 1601px) and (max-width: 1700px){
  .textSearch {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
}

@media (min-width: 1701px) and (max-width: 1750px){
  .textSearch {
    width: 325px;
    display: inline-block;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
}

@media (min-width: 1751px){
  .textSearch {
    width: 360px;
    display: inline-block;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .catUl{
    display: none;
  }
}

.catUl{
  display: none;
}


.widthButtonBig{
  display: block;
  width: 50%;
}



.btnA{
  text-decoration: none;
  color: white;
  font-size: 15px;
}


.login{
  -webkit-box-shadow: 10px 10px 16px 6px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 16px 6px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 16px 6px rgba(0,0,0,0.75);
  background-color: rgba(8, 163, 78, .98);
  color: white;
}

.logo{
  height: 160px;
  width: 160px;
}

.s1{
  font-size: 15px;
}


.mTop{
  margin-top: 15%;
}

.mTopLogin{
  margin-top: 1.5%;
  padding-left: 15%;
  padding-right: 15%;
}

@media (min-height: 780px) and (max-height: 841px){
  .mTop{
    margin-top: 15%;
  }
  .logo{
    height: 140px;
    width: 140px;
  }

  .mTopLogin{
    margin-top: 3.5%;
    padding-left: 15%;
    padding-right: 15%;
  }

  .filtrosProductos{
      float: right:
  }

}


@media (min-height: 842px) and (max-height: 870px){
  .mTop{
    margin-top: 15%;
  }

  .mTopLogin{
    margin-top: 4%;
    padding-left: 15%;
    padding-right: 15%;
  }

}


@media (min-height: 871px) and (max-height: 970px){
  .mTop{
    margin-top: 15%;
  }

  .mTopLogin{
    margin-top: 12%;
    padding-left: 15%;
    padding-right: 15%;
  }
  #navbarSupportedContent{
    background-color: rgba(8, 163, 78, 1);
    color:white;
  }

}
@media (min-height: 971px) and (max-height: 1070px){
  .mTop{
    margin-top: 15%;
  }

  .mTopLogin{
    margin-top: 16%;
    padding-left: 15%;
    padding-right: 15%;
  }

}


@media (min-height: 1071px) and (max-height: 1170px){
  .mTop{
    margin-top: 15%;
  }



  .mTopLogin{
    margin-top: 18%;
    padding-left: 15%;
    padding-right: 15%;
  }

}


@media (min-height: 1171px) and (max-height: 1270px){
  .mTop{
    margin-top: 15%;
  }

  .mTopLogin{
    margin-top: 22%;
    padding-left: 15%;
    padding-right: 15%;
  }

}



.paddingLogin{
  padding-left: 10%;
  padding-right: 10%;
}


@media (min-height: 1271px) and (max-height: 1370px){
  .mTop{
    margin-top: 15%;
  }

  .card_prod{
    width: 100%;
    height:550px;
    margin-top:30px;
  }
  .img-card{
    width:100%;
    height:250px;
  }




}
@media (min-height: 1371px){
  .mTop{
    margin-top: 15%;
  }

  .mTopLogin{
    margin-top: 38%;
    padding-left: 15%;
    padding-right: 15%;
  }

  .card_prod{
    width: 100%;
    height:600px;
    margin-top:20px;
  }
  .img-card{
    width:100%;
    height:280px;
  }





}



.img-card{
  width:100%;
  height:250px;
}


#loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(192, 192, 192, 0.5);
  background-repeat: no-repeat;
  background-position: center;
}


.dropzone {
  width: 400px;
  height: 380px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 30px;
  margin: 20px;
  font-family: Arial;
}

.image-container {
    width: 300px;
    height: 300px;
}

.image-container img {
   max-width: 100%;
}

.file-name {
   font-family: Arial;
}


[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.column {
  height: 150px;
  width: 150px;
  float: left;
  border: 2px solid #666666;
  background-color: #ccc;
  margin-right: 5px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px #000;
  -ms-box-shadow: inset 0 0 3px #000;
  box-shadow: inset 0 0 3px #000;
  text-align: center;
  cursor: move;
}
.column img {
  color: #fff;
  text-shadow: #000 0 1px;
  box-shadow: 5px;
  padding: 5px;
  background: -moz-linear-gradient(left center, rgb(0,0,0), rgb(79,79,79), rgb(21,21,21));
  background: -webkit-gradient(linear, left top, right top,
                               color-stop(0, rgb(0,0,0)),
                               color-stop(0.50, rgb(79,79,79)),
                               color-stop(1, rgb(21,21,21)));
  background: -webkit-linear-gradient(left center, rgb(0,0,0), rgb(79,79,79), rgb(21,21,21));
  background: -ms-linear-gradient(left center, rgb(0,0,0), rgb(79,79,79), rgb(21,21,21));
  border-bottom: 1px solid #ddd;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -ms-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -ms-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}


.column.over {
  border: 2px dashed #000;
}


.subtitle{
  font-size: 22px;
  font-weight: bold;;
}


.imageCard{
  height: 200px;
  line-height: 200px
  margin:0px auto;
	text-align:center;
}


.wrapParent{
  max-width: 100%;
  padding: 10px;
  max-height: 100%;
  vertical-align: middle;
}


.prodCard{
  border: solid gray 0.3px;
  max-height: 500px;
  height: 500px;
}

.prodCardMenu{
  border: solid gray 0.3px;
  max-height: 350px;
  height: 350px;
}


.paddingCard{
  padding: 10px;
}


.btnTab{
  background-color:#e0dfdc;
  border:none;
  border-radius:10px;
  padding:8px;
  margin:8px;
}
.btnTab:hover{
  background-color:#bfbcb4;
}

.btnTabBN{
  background-color:#e0dfdc;
  border:none;
  border-radius:2px;
  padding:8px;
  margin:8  px;
}

.btnTabBN:hover{
  background-color:#bfbcb4;
}

.btnTabActive{
  background-color: #78746b;
  border:none;
  border-radius:2px;
  padding:8px;
  margin:8  px;
}


.marginDefault{
  margin: 6px;
}


.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

#file-1{
  display: none;
}

#file-2{
  display: none;
}

#navbarSupportedContent{
  background-color: rgba(8, 163, 78, 1);
  color:white;
  z-index: 100;
}

.formInputs{
  color: #14518f;
}

.sectionCupon{
  height: 200px;
  border-width: 1px;
  border-style: solid;
 border-color: black;
}

.horizontal-scroll-wrapper{
  position:absolute;
  display:block;
  width:80%;
  max-height:80%;
  overflow-y:auto;
  overflow-x:hidden;
  margin-top: 20%;
  transform:rotate(0deg) translateY(-80px);
}
.horizontal-scroll-wrapper > div{
  display:block;
  padding:5px;
  background:#cab;
  transform:rotate(90deg);
  transform-origin: right top;
}

.squares{
  padding:60px 0 0 0;
}



.rectangles{
  top:100px;
  padding:100px 0 0 0;
}
.rectangles > div{
  width:140px;
  height:60px;
  margin:50px 10px;
  padding:5px;
  background:#cab;
  transform:rotate(90deg) translateY(80px);
  transform-origin: right top;
}

::-webkit-scrollbar{width:2px;height:2px;}
::-webkit-scrollbar-button{width:2px;height:2px;}


.image_principal{
  height: 200px;

}

.otherImgs{
  width: 100px;
  height: 100px;
  padding: 5px;
  display: inline;
}


#sectionImages{
  padding: 10px;
  border-width: 0.5px;
  border-style: dotted;
  border-color: black;
  max-width: 70%;
  max-height: 120px;

  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap
}

.scrolly{
   display: inline-block;
}



.imgSelect{
  border-width: 0.5px;
  border-style: solid;
  border-color: blue;
}


.qr-title{
  margin-top: 5px;
  color: #13ab52;
}


.subtitle{
  display: block;
  color: #191b42;
}

.qr-size{
  margin-left: 20$;
  width: 60%;
}


.margin-cards{
  margin: 15px;
}



.nombreAnuncio{
  font-weight: bold;
  font-size: 25px;
}



.CardnombreAnuncio{
  font-weight: bold;
}



.control-pages{
  float: right !important;
}


.marig5{
  margin-right: 5px !important;
}

.marbo10{
  margin-bottom: 10px;
}
