
.smjstrong {font-weight:800;}


/*	--------------------------------------------------

	MSYSTEM STYLES

  color 1    #dc4043; rgb(153,0,94)
  color 2    #ffc6e1; rgb(255,198,225)
  color 3    #f2f2f2;



	-------------------------------------------------- */
  .smj-color0 {color: #000000;}
  .smj-colorf {color: #FFFFFF;}

.smj-color1 {color: #dc4043;}
.smj-color2 {color: #aaa;}
.smj-color3 {color: #afafaf;}
.smj-color4 {color: #208807;}
.smj-color5 {color: #397;}


.smj-background1 {background: #dc4043;}
.smj-background2 {background: #FFB9B9;}
.smj-background3 {background: #afafaf;}

.smj-strong {font-weight:bold ! important;}
.smj-bold {font-weight:bold ! important;}


.dispblock {display: block; }
.dispinblock {display: inline-block; }

.dispnone {display: none;}


.posrel {position:relative;}

.posabs {position:absolute;}
.posabsolute{position:absolute;}

.smj-strong {font-weight:bold;}

.smj-text-align-right {text-align:right;}

.smj-text-align-left {text-align:left;}


.smj-text-align-center {text-align:center;}


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












  * {
    scrollbar-width: thin;
    scrollbar-color: #dc4043 #cccccc;
  }

  /* Works on Chrome/Edge/Safari */
  *::-webkit-scrollbar {
    width: 12px;
  }
  *::-webkit-scrollbar-track {
    background: #efefef;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 20px;
    border: 1px solid #ccc
  }


.smjcursor {cursor:pointer;}



.textalignleft {text-align:left;}

.textalignright {text-align:right;}

.textalignaligncenter {text-align:center;}

.smj_underline{text-decoration:underline;}

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


.smjfont9 {font-size:9px;}
.smjfont10 {font-size:10px;}
.smjfont12 {font-size:12px;}
.smjfont14 {font-size:14px;}
.smjfont16 {font-size:16px;}
.smjfont18 {font-size:18px;}
.smjfont20 {font-size:20px;}
.smjfont24 {font-size:24px;}
.smjfont32 {font-size:32px;}
.smjfont40 {font-size:40px;}
.smjfont60 {font-size:60px;}
.smjfont100 {font-size:100px;}


.smjlineheight9 {line-height:9px;}
.smjlineheight10 {line-height:10px;}
.smjlineheight12 {line-height:12px;}
.smjlineheight14 {line-height:14px;}
.smjlineheight16 {line-height:16px;}
.smjlineheight18 {line-height:18px;}
.smjlineheight20 {line-height:20px;}
.smjlineheight24 {line-height:24px;}
.smjlineheight32 {line-height:32px;}
.smjlineheight40 {line-height:40px;}
.smjlineheight60 {line-height:60px;}
.smjlineheight80 {line-height:80px;}
.smjlineheight100 {line-height:100px;}





@media (max-width:567px){

  .smj_par0 {

  color:#000;
  font-size:16px;
  line-height:18px;
  padding:5px;

  }



.smj_par1 {

color:#b5b5b5 ;
font-size:12px;
line-height:14px;
padding:5px;

}

}



@media (min-width:568px){

  .smj_par0 {

  color:#000;
  font-size:24px;
  line-height:26px;
  padding:5px;

  }


.smj_par1 {

color:#b5b5b5  ! important;
font-size:10px;
line-height:12px;
padding:5px;

}

}




.smj_par2 {

color:#fff;
font-size:24px;
padding:5px;

}



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


.fade {
   opacity: 1;
   transition: opacity 2s ease-in-out;
   -moz-transition: opacity 2s ease-in-out;
   -webkit-transition: opacity 2s ease-in-out;
   }

   .fade:hover {
      opacity: 0.3;
      }





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



.msystem_rotation{
		-webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(-359deg);
		}
}




.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


/******************************************************************************/
/******************************************************************************/
/***** SMJ BUTTONS ************************************************************/
/******************************************************************************/
/******************************************************************************/





.smj_button{

cursor:pointer;
text-align:center !important;

}




.smj_micro_button_light{

  color: #dc4043;
  border-radius: 17px 17px 17px 17px;
  -moz-border-radius: 17px 17px 17px 17px;
  -webkit-border-radius: 17px 17px 17px 17px;
  border: 1px solid #dc4043;
  padding:1px 4px 1px 4px;
  font-size:12px;
  line-height:12px;


}



.smj_micro_button_dark{

  background: #dc4043;
  color:#fff;
  border-radius: 17px 17px 17px 17px;
  -moz-border-radius: 17px 17px 17px 17px;
  -webkit-border-radius: 17px 17px 17px 17px;
  border: 1px solid #dc4043;
  padding:1px 4px 1px 4px;
  font-size:12px;
  line-height:12px;
  }



@media screen and (min-width: 761px)  {


  .smj_big_button{


    background: #dc4043;
    color:#fff;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border: 1px solid #dc4043;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
  padding:5px 20px 5px 20px;
  font-size:40px;
  line-height:60px;
  min-width:400px;
  margin:auto;

  }



  .smj_med_button_dark{

    background: green;
    color:#fff;
    border-radius: 17px 17px 17px 17px;
    -moz-border-radius: 17px 17px 17px 17px;
    -webkit-border-radius: 17px 17px 17px 17px;
    border: 1px solid green;

    padding:5px 20px 5px 20px;
    font-size:30px;
    line-height:50px;

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;

  }



  .smj_med_button_light{

    color: green;
    border-radius: 17px 17px 17px 17px;
    -moz-border-radius: 17px 17px 17px 17px;
    -webkit-border-radius: 17px 17px 17px 17px;
    border: 1px solid green;

    padding:5px 20px 5px 20px;
    font-size:30px;
    line-height:50px;

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;


  }


}




@media screen and (max-width: 760px) {




  .smj_big_button{


    background: #dc4043;
    color:#fff;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border: 1px solid #dc4043;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
  padding:5px 10px 5px 10px;
  font-size:16px;
  line-height:30px;
  width: 50vw ;
  margin:auto;


  }




  .smj_med_button_dark{

    min-width:120px;


    background: green;
    color:#fff;
    border-radius: 17px 17px 17px 17px;
    -moz-border-radius: 17px 17px 17px 17px;
    -webkit-border-radius: 17px 17px 17px 17px;
    border: 1px solid green;


    padding:3px 10px 3px 10px;
    font-size:14px;
    line-height:30px;

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    display:inline-block;



  }






    .smj_med_button_light{

      min-width:120px;

      background: transparent;
      color: green;
      border-radius: 17px 17px 17px 17px;
      -moz-border-radius: 17px 17px 17px 17px;
      -webkit-border-radius: 17px 17px 17px 17px;
      border: 1px solid green;


      padding:3px 10px 3px 10px;
      font-size:14px;
      line-height:30px;

      border-radius: 10px 10px 10px 10px;
      -moz-border-radius: 10px 10px 10px 10px;
      -webkit-border-radius: 10px 10px 10px 10px;
      display:inline-block;



    }



}
























.smj_small_button_dark{

  background: #005500;
  color:#fff ! important;
  border-radius: 17px 17px 17px 17px;
  -moz-border-radius: 17px 17px 17px 17px;
  -webkit-border-radius: 17px 17px 17px 17px;
  border: 1px solid #005500;
  padding:5px 10px 5px 10px;
  font-size: 12px;
  line-height: 18px;

}

.smj_small_button_light{

  color: #005500 ! important;
  border-radius: 17px 17px 17px 17px;
  -moz-border-radius: 17px 17px 17px 17px;
  -webkit-border-radius: 17px 17px 17px 17px;
  border: 1px solid #005500;
  padding:5px 10px 5px 10px;
  font-size:12px;
  line-height:18px;


}


.smj_small_button_dark_unlim{

  background: #dc4043;
  color:#fff;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border: 1px solid #dc4043;

  padding:5px 10px 5px 10px;
  font-size:12px;
  line-height:18px;
  display:inline-block;


}

.smj_small_button_light_unlim{

  color: #dc4043;
  border-radius: 17px 17px 17px 17px;
  -moz-border-radius: 17px 17px 17px 17px;
  -webkit-border-radius: 17px 17px 17px 17px;
  border: 1px solid #dc4043;
  padding:5px 10px 5px 10px;
  font-size:12px;
  line-height:18px;
  display:inline-block;


}

.smj_small_text_box{

  background: #ccc;
  border-radius: 17px 17px 17px 17px;
  -moz-border-radius: 17px 17px 17px 17px;
  -webkit-border-radius: 17px 17px 17px 17px;
  border: 1px solid #dc4043;
  padding:5px 10px 5px 10px;
  font-size:12px;
  height:16px;
  line-height:18px;
  width:270px;


}



/******************************************************************************/
/******************************************************************************/
/***** CIRCLE IMAGES ************************************************************/
/******************************************************************************/
/******************************************************************************/


.smj-circle {
 border-radius: 50%;
 height: 50px;
 width:  50px;
 overflow: hidden;
 display: flex;
 border: 3px solid #555;
 justify-content: center;
 align-items: center;
}




/******************************************************************************/
/******************************************************************************/
/***** SQUARE IMAGES ***********************************************************/
/******************************************************************************/
/******************************************************************************/


.smj-square {
 overflow: hidden;
 border: 1px solid #ccc;
 justify-content: center;
}



/******************************************************************************/
/******************************************************************************/
/***** icons BUTTONS ************************************************************/
/******************************************************************************/
/******************************************************************************/




.smj-text-input-login{

  margin-bottom:5px;
  display: inline-block;
  width:60vw;

   padding: 10px;
   font-size: 20px !important;
   border-width: 1px  !important;
   border-color: #CCCCCC  !important;
   background-color: #FFFFFF  !important;
   color: #000000  !important;
   border-style: solid  !important;
   border-radius: 4px  !important;
   box-shadow: 3px 0px 5px rgba(255, 185, 185,.79)  !important;
   text-shadow: -5px 0px 5px rgba(66,66,66,.0)  !important;
   outline:none;
}


  .smj-text-input{

    margin-bottom:5px;
    display: inline-block;
    width:60vw;

     padding: 10px;
     font-size: 20px !important;
     border-width: 1px  !important;
     border-color: #CCCCCC  !important;
     background-color: #FFFFFF  !important;
     color: #000000  !important;
     border-style: solid  !important;
     border-radius: 4px  !important;
     box-shadow: 3px 0px 5px rgba(255, 185, 185,.79)  !important;
     text-shadow: -5px 0px 5px rgba(66,66,66,.0)  !important;
     outline:none;
}


.smj-text-input2{

  margin-bottom:5px;
  display: inline-block;
  width:60vw;

   padding: 10px;
   font-size: 20px !important;
   border-width: 1px  !important;
   border-color: transparent  !important;
   background-color: #f2f2f2  !important;
   color: #000000  !important;
   border-style: solid  !important;
   border-radius: 4px  !important;
   outline:none;
}






.smj-select-input{
 margin-bottom:5px;
    display: inline-block;
    width:61.4vw;

     padding: 10px 10px 10px 10px;
     font-size: 20px;
     border-width: 1px;
     border-color: #CCCCCC;
     background-color: #fff;
     color: @@coloralfa@@;
     border-style: solid;
     border-radius: 4px;
     box-shadow: 3px 0px 5px rgba(240,221,221,.79);
     text-shadow: -5px 0px 5px rgba(66,66,66,.0);



}








.smj-frame0{

  display: inline-block;

   /*font-size: 20px !important; */
   border-width: 1px  !important;
   border-color: #CCCCCC  !important;
   background-color: #FFFFFF  !important;
   color: #000000  !important;
   border-style: solid  !important;
   border-radius: 4px  !important;
   box-shadow: 3px 0px 5px rgba(240,221,221,.79)  !important;
   text-shadow: -5px 0px 5px rgba(66,66,66,.0)  !important;
}



.smj-frame1{

  margin-bottom:5px;
  display: inline-block;

   padding: 10px;
   /*font-size: 20px !important; */
   border-width: 1px  !important;
   border-color: #CCCCCC  !important;
   background-color: #FFFFFF  !important;
   color: #000000  !important;
   border-style: solid  !important;
   border-radius: 4px  !important;
   box-shadow: 3px 0px 5px rgba(240,221,221,.79)  !important;
   text-shadow: -5px 0px 5px rgba(66,66,66,.0)  !important;
}


.smj-frame2{

  margin-bottom:5px;
  display: inline-block;

   padding: 10px;
   border-width: 1px  !important;
   border-color: #ccc  !important;
   background-color: #f0f0f0  !important;
   color: #000000  !important;
   border-style: solid  !important;
   border-radius: 4px  !important;
   box-shadow: 3px 0px 5px rgba(240,221,221,.79)  !important;
   text-shadow: -5px 0px 5px rgba(66,66,66,.0)  !important;
}


.smj-frame3{

  margin-bottom:5px;
  display: inline-block;

   padding: 0px;
   border-width: 1px  !important;
   border-color: #CCCCCC  !important;
   background-color: #FFFFFF  !important;
   color: #000000  !important;
   border-style: solid  !important;
   border-radius: 4px  !important;
}



.smj-frame4{

  margin-bottom:5px;
  display: inline-block;

   padding: 3px;
   border-width: 1px  !important;
   border-color: #CCCCCC  !important;
   background-color: #FFFFFF  !important;
   color: #000000  !important;
   border-style: solid  !important;
   border-radius: 2px  !important;
}


.smj-frame10{

  margin-bottom:5px;
  display: inline-block;

   padding: 10px;
   border-width: 1px  !important;
   border-color: #CCCCCC  !important;
   background-color: #dc4043  !important;
   color: #ffffff  !important;
   border-style: solid  !important;
   border-radius: 5px  !important;
   margin-bottom:5px;

}


.smj-frame100{

   border-width: 3px  !important;
   border-color: #CCCCCC  !important;
    border-style: solid  !important;
   border-radius: 5px  !important;
}


.smj-frame-mi-cuenta-slide{

   border-width: 1px  !important;
   border-color: #efefef  !important;
    border-style: solid  !important;
   border-radius: 5px  !important;
   box-shadow: 10px 5px 12px rgba(250,200,200,.79)  !important;

}



.smj-minibuton1 {

  display: inline-block;

   padding:0 10px 0 10px ;
   border-width: 1px  !important;
   border-color: transparent  !important;
   background-color: #dc4043  !important;
   color: #ffffff  !important;
   border-style: solid  !important;
   border-radius: 5px  !important;
   height:32px;
   margin:0px 0 -13px -20px;


}


.smj-minibox_container1 {

   display: inline-block;
   padding:0 10px 0 10px ;
   border-width: 1px  !important;
   border-color: transparent  !important;
   background-color: #dc4043  !important;
   color: #ffffff  !important;
   border-style: solid  !important;
   border-radius: 5px  !important;
   height:32px;
   margin:0px 0 -13px -20px;


}



.smj-minibox1 {

  display: inline-block;
  height:36px;
   padding:0 10px 0 10px ;
   border-width: 1px  !important;
   border-color: transparent  !important;
   background-color: #f2f2f2  !important;
   color: #ffffff  !important;
   border-style: solid  !important;
   border-radius: 5px  !important;


}


.smj_small_text{
font-size:10px;
}



.big-icon {
  font-size:100px;
  color:#dc4043;
  }


  .med-icon {
    font-size:40px;
    color:#dc4043 !important;
    }



#SMJ_REGISTER_MESSAGE {width:55%;margin:auto;height:50px;overflow-y:hidden;line-height:120%;}





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

.acepta_condiciones {display:inline-block;width:80%;font-size:20px;padding:0px 0px 0px 10px;}

.acepta_condiciones_texto {display:inline-block;vertical-align:top;padding:5px;}



#acepta_condiciones {

  background: transparent;
  font-size:30px;
}








.bidrops{text-align:center;margin:auto;width:100%;min-height:800px;}

.drop_unit_wrapper {display:inline-block;position:relative;text-align:center;}


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

@media (min-width: 939px) {

  .drop_unit_container {display:inline-block;margin-bottom:20px;width:430px;}


.smj_input {cursor: auto; width:400px;display:inline-block;}

  .smj_select {width:424px;}

  .drop_unit_field_container{

  padding:33px 0 0 0;

  }





.error_message_paragraph {width:880px;color:red;}


 }



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


 @media (max-width: 938px) {

#bidrops  h1 {font-size:30px;}


.drop_unit_container {

       display:inline-block;
       margin-bottom:5px;
       width:100vw;
   }


/*******suspicious****************/
.smj_select {
                width:86vw;
              }


.smj_input {cursor: auto; width:80vw;display:inline-block; }


.drop_unit_field_container{
                              padding:33px 0 0 0;

                            }








   .error_message_paragraph {width:90%;color:red}



  }

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


.drop_unit_label{

display:inline-block;position:absolute;top:5px;left:5px;color:#999;

}



 div.abc-slide-text-left {
  width:100%;
  overflow:hidden;
  color:@@color_omega@@ !important;
}
 div.abc-slide-text-left p {
  animation: abc-slide-text-left 2s;
}

@keyframes abc-slide-text-left {
  from {
    margin-left: 100%;
    width: 300%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}




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


.smj-frame-container
{
  width:60vw;
text-align:left;

  margin-bottom:5px;
  display: inline-block;

   padding: 10px;
   border-width: 1px  !important;
   border-color: #CCCCCC  !important;
   background-color: #FFFFFF  !important;
   color: #000000  !important;
   border-style: solid  !important;
   border-radius: 4px  !important;
   box-shadow: 3px 0px 5px rgba(240,221,221,.79)  !important;
   text-shadow: -5px 0px 5px rgba(66,66,66,.0)  !important;



}




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


.validation-scroller-right{
    position: fixed;

    z-index:999;

    background:#ccc;


    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #f2f2f2;

    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.55);

    color: #dc4043;
    background:#dedede;



}




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

.smj_product_price {

  font-family: Muli;
  font-weight:800;

}




.ribbon {
  position: relative;
}
@media (max-width: 500px) {
  .ribbon {
    width: 100%;
  }
}
.ribbon1 {
  position: absolute;
  top: -2px;
  left: 30px;
}
.ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-top: 10px solid #dc4043;
}
.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #dc4043;
  font-size: 14px;
  line-height: 1;
  padding: 16px 8px 6px;
  width: 30px;
  color:#fff;
}


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



#menu-outer {


  width:100%;
  text-align:center;
  margin-bottom:50px;
}


.table_menu {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;

}







  @media screen and (min-width: 1200px) and (orientation: landscape) {

    .horizontal-elem  {
      display:inline-block;
        border-bottom: solid 3px #dc4043;
        font-size:20px;
        width:160px;
        text-align:left;
        margin-top:20px;
    }



    .icon_filters_general{font-size:34px ! important;}


    ul#horizontal-list {
    	min-width: 100%;
    	list-style: none;
    	padding-top: 20px;
    	}

    	ul#horizontal-list li {
    		display: inline;
        margin:0 40px 0 0;
    	}



      .validation-scroller-right{

          right: 5px;
          top: 300px;

          width:240px;
          min-height:100px;
          padding:10px;

          font-size:12px;
          line-height:16px;

        }



  }



  @media screen and (min-width: 861px) and (max-width:1199px) {

    .horizontal-elem  {
      display:inline-block;
        border-bottom: solid 3px #dc4043;
        font-size:14px;
        width:120px;
        text-align:left;
        margin-top:10px;
    }


    .icon_filters_general{font-size:20px ! important;}


    ul#horizontal-list {
    	min-width: 100%;
    	list-style: none;
    	padding-top: 20px;
    	}

    	ul#horizontal-list li {
    		display: inline;
        margin:0 40px 0 0;
    	}



            .validation-scroller-right{

                right: 1px;
                top: 300px;

                width:200px;
                min-height:100px;
                padding:5px;

                font-size:12px;
                line-height:15px;

              }





  }




  @media screen and (min-width: 1px) and (max-width:860px)  {

    .horizontal-elem  {
      display:inline-block;
        border-bottom: solid 1px #dc4043;
        font-size:16px;
        text-align:center;
        margin-top:5px;
        width:120px;
    }


    .icon_filters_general{font-size:14px ! important;}

    ul#horizontal-list {
    	min-width: 100%;
    	list-style: none;
    	padding-top: 20px;
      list-style-type: none;
    	}

    	ul#horizontal-list li {
    		display: inline;
        margin:0 40px 0 0;
    	}




            .validation-scroller-right{

                right: 1px;
                top: 300px;

                width:140px;
                min-height:100px;
                padding:3px;

                font-size:10px;
                line-height:13px;

              }




  }











.smj-L30  {
  display:inline-block;
    border-bottom: solid 0px #dc4043;
    font-size:20px;
    width:60px;
    text-align:left;
}


.smj_card_container {

  display:inline-block;
  height:360px ! important;;
  width:300px ! important;
  margin-right:20px;
  margin-bottom:10px;


}







      @media screen and (max-width: 760px)  {


        .smj_card_photo_container {
          height:200px ! important;
          overflow:hidden;vertical-align:top;
          background:transparent;
          width:100%;
          min-width:100%;

        background-image: url(https://soyatipica.com/wp-content/plugins/soyatipica/img/imback.jpg);
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
          background-repeat:   no-repeat;
          background-position: center center;



        }


        .smj_card_photo {

          object-fit: cover;
          width:100%;
          min-width:100%;
          height:100%;
          cursor:pointer;
          margin:auto  ! important;



        }



}

    @media screen and (min-width: 761px) {




              .smj_card_photo_container {
                height:200px ! important;;
                width:299px ! important;
                min-width:299px ! important;

                overflow:hidden;
                vertical-align:top;

                background-image: url(https://soyatipica.com/wp-content/plugins/soyatipica/img/imback.jpg);

                  -webkit-background-size: cover;
                  -moz-background-size: cover;
                  -o-background-size: cover;
                  background-size: cover;

                  background-repeat:   no-repeat;
                  background-position: center center;



              }


              .smj_card_photo {

                object-fit: cover;
                height:100% ! important;
                width:100% ! important;
                min-width:100% ! important;
                cursor:pointer;


              }




}



  .circle_ficha_corta {
   border-radius: 50%;
   height: 25px;
   width:  25px;
   overflow: hidden;
   display: flex;
   border: 2px solid #000;
   justify-content: center;
   align-items: center;
  }




  .smj_card_BAR1_container{
    height: 42px;
  }


  .smj_card_BAR2_container{
    height: 32px;
  }


  .smj_card_BAR3_container{
    height: 33px;
  }


  .smj_product_price {

    font-weight:800;
    color:#ffc6e1;
    color:#dc4043;

  }






  .smjColumn
  {
      display: table-cell;
      height:96x  ! important;
      max-height:96x ! important;
      overflow:hidden;
      position:relative;
  }






      @media screen and (min-width: 944px)  {

        .smjRowResponsive1{



}
        .smjRowResponsive2{display:none  ! important;}

        }






    @media screen and (max-width: 932px) {

      .smjRowResponsive1{display:none  ! important;}

      .smjRowResponsive2{
}



      }




/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/** COMPRAR     ****************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/

@media screen and (min-width: 761px)  {

          .imagen_comprar{
        width:40vw;object-fit:cover;overflow:hidden;}

        .comprar-frame {max-width:50vw;display:inline-block;}
        }


        .comprar_captcha{

      max-width:440px;width:60vw;

        }


}





@media screen and (max-width: 760px) {


        .imagen_comprar{
      height:20vh;width:100%;object-fit:cover;overflow:hidden

      }


      .comprar-frame {max-width:20vw;}


      .comprar_captcha{

        max-width:40vw;width:40vw;

      }




}

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


.tags a {
	display: inline-block;
	height:24px;
	line-height:23px;
	position:relative;
	margin: 0 12px 8px 0;
	padding: 0 12px 0 10px;
	background: #777;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	color: yellow;
	font-size:12px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	font-weight: bold;
	}

.tags a:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 1px;
	float: left;
	width: 5px;
	height: 5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	-moz-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
	box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
	}

.tags a:after {
	content: "";
	position: absolute;
	top:0;
	right: -12px;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #777;
	border-style: solid;
	border-width: 12px 0 12px 12px;
	}

.tags a.color1 {background: #f58220;}
.tags a.color1:after {border-color: transparent transparent transparent #f58220}
.tags a.color2 {background: #97c224;}
.tags a.color2:after {border-color: transparent transparent transparent #97c224}
.tags a.color3 {background: #de3f3e;}
.tags a.color3:after {border-color: transparent transparent transparent #de3f3e}
.tags a.color4 {background: #ec008c;}
.tags a.color4:after {border-color: transparent transparent transparent #ec008c}
.tags a.color5 {background: #00a6df;}
.tags a.color5:after {border-color: transparent transparent transparent #00a6df}
.tags a:hover {background:#222 !important}
.tags a:hover:after {border-color:transparent transparent transparent #222!important}

.small a {
	height: 21px;
	line-height: 21px;
	float: none;
	font-size: 11px;
	}

.small a:before {
    right: 0;
    top: 8px;
    border-width: 10px 0 10px 10px;
	}

.small a:after {
	right: -11px;
	top: 0;
	border-width: 11px 0 11px 11px;
	}


  /*Style.css*/
  .c-fecha-success {
    cursor: context-menu;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #208807;
    color:#FFFFFF;
    text-align:center;
    font-size:10px;
    width:25px;
    height: 25px;
    margin: 2px;
  }
  .c-fecha-warning {
    cursor: context-menu;
    width:25px;
    height: 25px;
    margin: 2px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFDF89;
    color:#212121;
    text-align:center;
    font-size:10px;
    font-weight: 600;
  }
  .c-fecha-off {
    cursor: context-menu;
    width:25px;
    height: 25px;
    margin: 2px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #BBB9B9;
    color:#212121;
    text-align:center;
    font-size:10px;
  }
  .c-fecha-disabled {
    width:25px;
    height: 25px;
    margin: 2px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    border-style: solid;
    border-color: #363835;
    color: #363835;
    text-align:center;
    font-size:10px;
  }
  .etapa-success{border-left: solid 4px #208807;}
  .etapa-pending{border-left: solid 4px #FAFA21;}
  .etapa-warning{border-left: solid 4px #dc4043;}
  .etapa-off{border-left: solid 4px #949494;}
  .text-center{
    text-align:center;
  }

  .ul-trabajador {
    text-align: left;
    padding: 0 50px;
    list-style-position: inside;
    list-style-type: disclosure-closed;
    column-count: 3;
    width: 60vw;
  }

  .titulo-ev-rh{
    /*width: 200px;*/
    width: 300px;
    display:block;
    content:"";
    clear:both;}
  .fechas-ev-rh{width: 200px;}

  .contenedor{
    background-color:#e6e6e6;
    border-radius: 10px;
    padding:3px;
    overflow:hidden;
    /*margin-bottom: 4px;*/
    float: left;
    margin: 5px;
  }

  div.flotante{
    float:left;
  }

  .evento{
    position:relative;
    padding: 15px;
    margin:5px;
    background:#ddd;
    text-align:left;
    display: flex;
  }

  .bloque01{
    padding: 15px;
    float:left;
    line-height:20px;
    width:300px;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .bloque02{
    float:left;
  }

  .bloque03{vertical-align: top}

  .bloque04{
    vertical-align: top;
    text-align: center;
  }

  /*Estilo Tablero control*/
  .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 0px solid  #f9fafd;
    border-radius: .375rem;
	-webkit-box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;
  filter: shadow(color=#999999, direction=135, strength=2);
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .25rem .25rem;
}
.py-2 {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}
.bg-light {background-color: #f9fafd !important;}
.h-100 { height: 100% !important;}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.tablero-fecha{
	font-size: 12px;
    line-height: 7px;
	color: #afafaf;
}

  /*Estilos table RH*/
.divDropDown {
  margin-bottom:10px;
}
.divDropDown input {
  display:none;
}
.divDropDown label {
  display: block;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  margin-bottom: 5px;
}
.divDropDown label:before {
  content: "+";
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #ccc;
  color: White;
  text-align: center;
  margin-right: 10px;
  border-radius: 50px;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
}
.divDropDown .divDDContent {
  display:none;
  padding-top:5px;
}
.divDropDown input:checked ~ label:before {
  content:"-";
  background:rgb(72, 75, 73);
}
.divDropDown input:checked ~ div {
  display:block;
}

.icon-style{
  cursor: pointer;
  font-size: 20px;
}

.button_style{
  font-size: 10px;
  margin: 0 5px 0 0;
}
argin: 0 5px 0 0;
}


/*KONTAINER FOR COLUMNS STACKABLE/ASIDE RESPONSIVE */

.kontainer{
  display:flex;
  width:100%;

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

}
.divLEFT{
  width:45%;
  display:inline-block;
  overflow:hidden;
  background:#ecb;
  border: 1px solid red;
  border-radius:3px;
  margin:auto auto;
  align-self: flex-start ! important;

}

.divRIGHT{

  width:45%;
  display:inline-block;
    overflow:hidden;
    background:#ecb;
    border: 1px solid red;
    border-radius:3px ;


}


@media screen and (max-width: 1200px) {

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

.divLEFT{
  width: 100% ;
  background:blue;
  }

  .divRIGHT{
    width:100%;
    margin-top:30px;
      background:blue;
  }

}





.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: red;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
