
/*  ---------- GENERALES    */
	#cotizacion-fixed{
		top:0;
		right:0px;
		width:30px;
		z-index: 1011;
	}
	#cotizacion-fixed div{
		width: 40px;
		position: fixed;
		right: 0;
		top: 50%;
		margin-top: -150px;
	}
	#cotizacion-fixed img{
		box-shadow: 0 0 20px white;
		border-radius: 10px 0 0 10px;
	}

	html, body {
	  height: 100%;
	}
	body {
	  display: flex;
	  flex-direction: column;
	  min-height: 100vh;
	}
	main {
	  flex: 1;
	}

	a{
		text-decoration: none!important;
	}
	a,
	a:hover,
	.uk-button,
	.uk-button:hover,
	.transicion,
	.transicion:hover,
	.imagen-naranja,
	.imagen-negro{
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
	#totop{
		position: fixed;
		right: 35px;
	}
	#totop a{
		color: white;
		font-size: 30px;
		height: 60px;
		width: 60px;
	}
	h1{
		font-size: 1.8em;
	}
	h2{
		font-size: 1.5em;
	}
	h3,h4,h5,h6{
		font-size: 1em;
	}
	.alpha0{
		opacity: 0;
	}
	.claro,
	.alpha-1-5:hover{
		opacity:.6;
	}
	.oscuro,
	.alpha-1-0:hover{
		opacity:0;
	}
	.alpha-1-0,
	.alpha-1-5,
	.claro:hover,
	.oscuro:hover,
	.alpha1hover:hover{
		opacity: 1;
	}
	.margin-0{
		margin: 0;
	}
	.margin-5{
		margin: 5px;
	}
	.margin-10{
		margin: 10px;
	}
	.margin-top-5{
		margin-top: 5px;
	}
	.margin-top-10{
		margin-top: 10px;
	}
	.margin-top-20{
		margin-top: 20px;
	}
	.margin-top-25{
		margin-top: 25px!important;
	}
	.margin-top-50{
		margin-top: 50px;
	}
	.margin-top-100{
		margin-top: 100px;
	}
	.margin-top-menos-150{
		margin-top: -150px;
	}
	.margin-top-menos-100{
		margin-top: -100px;
	}
	.margin-top-menos-50{
		margin-top: -50px;
	}
	.margin-top-menos-20{
		margin-top: -20px;
	}
	.margin-top-menos-10{
		margin-top: -10px;
	}
	.margin-bottom-10{
		margin-bottom: 10px;
	}
	.margin-bottom-50{
		margin-bottom: 50px;
	}
	.margin-h-5{
		margin-left: 5px;
		margin-right: 5px;
	}
	.margin-h-20{
		margin-left: 20px;
		margin-right: 20px;
	}
	.margin-v-20{
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.margin-v-25{
		margin-bottom: 25px;
		margin-top: 25px;
	}
	.margin-v-50{
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.margin-v-70{
		margin-bottom: 70px;
		margin-top: 70px;
	}
	.margin-right-20{
		margin-right: 20px;
	}
	.margin-right-menos-50{
		margin-right: -45px;
	}
	.margin-right-menos-20{
		margin-right: -15px;
	}
	.padding-bottom-10{
		padding-bottom: 10px;
	}
	.padding-bottom-20{
		padding-bottom: 20px;
	}
	.padding-bottom-50{
		padding-bottom: 50px;
	}
	.padding-bottom-60{
		padding-bottom: 60px;
	}
	.padding-bottom-100{
		padding-bottom: 100px;
	}
	.padding-bottom-200{
		padding-bottom: 200px;
	}
	.padding-top-5{
		padding-top: 5px;
	}
	.padding-top-10{
		padding-top: 10px;
	}
	.padding-top-20{
		padding-top: 20px;
	}
	.padding-top-30{
		padding-top: 30px;
	}
	.padding-top-40{
		padding-top: 40px;
	}
	.padding-top-50{
		padding-top: 50px;
	}
	.padding-top-100{
		padding-top: 100px;
	}
	.padding-v-3{
		padding-bottom: 3px;
		padding-top: 3px;
	}
	.padding-v-5{
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.padding-v-10{
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.padding-v-20{
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.padding-v-50{
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.padding-v-100{
		padding-bottom: 100px;
		padding-top: 100px;
	}
	.padding-left-10{
		padding-left: 10px;
	}
	.padding-left-20{
		padding-left: 20px;
	}
	.padding-left-50{
		padding-left: 50px;
	}
	.padding-left-100{
		padding-left: 100px;
	}
	.padding-right-10{
		padding-right: 10px;
	}
	.padding-right-20{
		padding-right: 20px;
	}
	.padding-right-50{
		padding-right: 50px;
	}
	.padding-h-5{
		padding-left: 5px;
		padding-right: 5px;
	}
	.padding-h-10{
		padding-left: 10px;
		padding-right: 10px;
	}
	.padding-h-20{
		padding-left: 20px;
		padding-right: 20px;
	}
	.padding-h-30{
		padding-left: 30px;
		padding-right: 30px;
	}
	.padding-h-50{
		padding-left: 50px;
		padding-right: 50px;
	}
	.padding-h-70{
		padding-left: 70px;
		padding-right: 70px;
	}
	.padding-0{
		padding: 0px;
	}
	.padding-5{
		padding:5px;
	}
	.padding-10{
		padding:10px;
	}
	.padding-15{
		padding:15px;
	}
	.padding-20{
		padding:20px;
	}
	.padding-30{
		padding:30px;
	}
	.padding-50{
		padding:50px;
	}
	.min-height-150px{
		min-height: 150px;
	}
	.min-height-250px{
		min-height: 250px;
	}
	.max-height-300px{
		max-height: 300px;
	}
	.min-height-500px{
		min-height: 500px;
	}
	.max-width-200{
		max-width: 200px;
	}
	.max-width-600{
		max-width: 600px;
	}
	.pointer{
		cursor: pointer;
	}
	#map{
		height: 400px;
	}
	.text-5{
		font-size: .5em;
	}
	.text-6{
		font-size: .6em;
	}
	.text-xs,
	.text-7{
		font-size: .7em;
	}
	.text-8{
		font-size: .8em;
	}
	.text-sm,
	.text-9
	{
		font-size: .9em;
	}
	.text-11
	{
		font-size: 1.1em;
	}
	.text-lg{
		font-size: 1.2em;
	}
	.text-xl{
		font-size: 1.5em;
	}
	.text-xxl{
		font-size: 2em;
	}
	.text-xxxl{
		font-size: 3em;
	}

	.text-v{
		writing-mode: vertical-lr;
		transform: rotate(180deg);
	}
	.uk-text-bold{
		font-weight: 600;
	}
	.uk-text-light{
		font-weight: 300;
	}

	.margin-0{
		margin: 0px;
	}
	/* Buttons */
	.uk-button{
		font-weight: 500;
		text-transform: none;
		border-radius: 5px;
	}
	.uk-button-danger{
		background: tomato;
		color: #fff;
	}
	.uk-button-danger:active,
	.uk-button-danger.uk-active{
		color: #fff;	
	}
	.uk-button-danger:hover,
	.uk-button-danger:focus{
		background: #a00;
		color: #fff;
	}
	/* personal */
	.uk-button-personal {
		  background: #041c2d;
		  color: white;
		  border: solid 2px #041c2d;
	}
	/* Hover + Focus */
	.uk-button-personal:active,
	.uk-button-personal.uk-active,
	.uk-button-personal:hover,
	.uk-button-personal:focus {
		  background-color: white;
		  border: solid 2px #041c2d;
		  color: #041c2d;
	}
	/* personal */
	.uk-button-secundario {
		  background: #164d91;
		  color: white;
		  border: solid 2px #164d91;
	}
	/* Hover + Focus */
	.uk-button-secundario:active,
	.uk-button-secundario.uk-active,
	.uk-button-secundario:hover,
	.uk-button-secundario:focus {
		  background-color: white;
		  border: solid 2px #164d91;
		  color: #164d91;
	}
	/* verde */
	.uk-button-verde {
		  background: #041c2d;
		  color: white;
		  border: solid 2px #041c2d;
	}
	/* Hover + Focus */
	.uk-button-verde:active,
	.uk-button-verde.uk-active,
	.uk-button-verde:hover,
	.uk-button-verde:focus {
		  background-color: white;
		  color: #166936;
	}

		/* registro */
	.uk-button-registro {
		  background: #041c2d;
		  border-radius: 15px;
		  color: white;
		  border: solid 2px #041c2d;
		  padding-left: 20px;
		  width: 100%;

	}
	/* Hover + Focus */
	.uk-button-registro:active,
	.uk-button-registro.uk-active,
	.uk-button-registro:hover,
	.uk-button-registro:focus {
		  background-color: transparent;
		  border: solid 2px #041c2d;
		  color: #041c2d!important;

	}

		/* Footer */
	.uk-button-fotter {
	  background: white;
	  border-radius: 10px;
	  color: #2d63a3;
	  margin-left: 5px;
	  width: 120px;
	  padding-left: 20px;

	}
	/* Hover + Focus */
	.uk-button-fotter:active,
	.uk-button-fotter.uk-active,
	.uk-button-fotter:hover,
	.uk-button-fotter:focus {
	  background-color: #0079b0;
	  color: white;
	}
	.linea-button{ 
		border-bottom: solid 2px #041c2d;
		color: #ff7344;
	}
	.outline-5{
		outline: solid 5px white;
	}
	.outline-10{
		outline: solid 10px white;
	}
	.uk-table-link>a{
		padding: 8px;
	}



	/* totop */
	.uk-button-totop,
	.uk-button-totop:hover,
	.uk-button-totop:focus,
	.uk-button-totop:active,
	.uk-button-totop.uk-active {
	  background-color: #333;
	  color: #fff;
	}
	/*  claro */
	.uk-button-white {
	  background-color: #fff;
	  color: #333;
	  border: 1px solid #041c2d;
	}
	/* Hover + Focus */
	.uk-button-white:hover,
	.uk-button-white:focus {
	  background-color: #eee;
	  color: #111;
	}
	/* OnClick + Active */
	.uk-button-white:active,
	.uk-button-white.uk-active {
	  background-color: #ddd;
	  color: #000;
	}
	/*  TOP */
	.uk-button-top {
	  background-color: #000;
	  border: 1px solid #000;
	  color: #EEE;
	  font-size: 1.1em;
	  padding-top: 5px;
	}
	/* Hover + Focus */
	.uk-button-top:hover,
	.uk-button-top:focus {
	  background-color: #000;
	  color: #fff;
	}
	/* OnClick + Active */
	.uk-button-top:active,
	.uk-button-top.uk-active {
	  background-color: #000;
	  color: #CCC;
	}
	.uk-select,
	.uk-textarea,
	.uk-input{
		border: solid 1px #AAA;
		border-radius: 5px;
	}
	.uk-select,
	.uk-input{
		height: 42px;
	}
	.uk-form-blank{
		border-color: transparent;
	}
	.uk-lightbox {
		background: rgba(0,0,0,.7)!important;
	}
	.uk-notification-message{
		background: none!important;
		color: white;
		text-align: center;
	}
	.uk-notification-message div{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	textarea{
		resize:none;
	}
	.z1{
		z-index: 1;
	}
	.z2{
		z-index: 2;
	}
	.producto-contenedor{
		padding: 20px 50px;
	}
	.producto-contenedor{
	  border-top: 1px solid #BBB;
	  padding: 20px 0;
	}
	.producto-pic{
		display:block;
	}
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type=number] {
    -moz-appearance: textfield;
  }
  .quantity input {
  	padding-right:40px;
  }
  .quantity input:focus {
    outline: 0;
  }
  .quantity-nav {
    float: right;
    position: relative;
    height: 42px;
    margin-left: -10px;
  }
  .quantity-button {
    position: relative;
    cursor: pointer;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    width: 21px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "FontAwesome" !important;
    line-height: 1.5;
    padding: 0;
    background: #041c2d;
    color:white;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .quantity-button:active {
    background: #041c2d;
  }
  .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-family: "FontAwesome";
    border-radius: 0 5px 0 0;
    line-height: 1.6
  }
  .quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
    height: 50%;
    font-family: "FontAwesome";
    border-radius: 0 0 5px 0;
  }

/* ----------- CHAT WHATS   */
	#whatsapp-plugin{
		background: url(../img/design/whats-bg.jpg);
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
		width: 300px;
		position: fixed;
		bottom: 0;
		right: 30px;
		border-radius: 10px 10px 0 0;
	}
	#whats-show{
	  background-color: rgb(9, 94, 84);
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
		color: white;
		position: fixed;
		bottom: 30px;
		right: 30px;
		padding: 8px 11px;
	}
	#whats-show a{
		color: white;
	}
	#whats-head{
	   background-color: rgb(9, 94, 84);
		border-radius: 10px 10px 0 0;
		line-height: 18px;
	}
	#whats-body-1{
		box-sizing: border-box;
		height: 120px;
	}
	#whats-body-2{
		background: url(../img/design/whats-globo.png) no-repeat center left;
		box-sizing: border-box;
		color: #666;
		font-size: 13px;
		height: 100px;
		padding: 33px 0 0 35px;
		height: 120px;
	}
	#whats-footer{
		background: white;
		height: 60px;
	}
	#button-whats{
		background: rgb(79, 206, 93);
		color: white;
		border-radius: 50px;
	}

/* ----------- XML SITE MAP */
	urlset{
		background: url(../https://belray.gareli.com.mx/css/img/contenido/varios/2025111760958.png) no-repeat top center #041c2d;
		padding-top: 110px;
	}
	url {
		background: #fff;
		display: block;
		padding: 10px
	}
	loc{
		display: block;
		margin: 0 auto;
		width: 1200px;
	}

/* ----------- MEDIA QUERY  */
  @media (max-width: 640px){/* Tamaño s*/
		.text-lg{
			font-size: 1.1em;
		}
		.text-xl{
			font-size: 1.2em;
		}
		.text-xxl{
			font-size: 1.4em;
		}
		.text-xxxl{
			font-size: 1.6em;
		}
	}



/* ----------- FUENTES                          */
  .uk-navbar-nav > li > a,
  .uk-navbar-toggle,
  .font-genaral,
  body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .uk-h1,
  .uk-h2,
  .uk-h3,
  .uk-h4,
  .uk-h5,
  .uk-h6{
    font-family: 'Roboto', serif;
    font-weight: 600;
  }

/* ----------- COLORES                          */
  em,
  #sidebar a.active,
  #sidebar a:hover,
  header .uk-button-personal,
  header .social-header:hover,
  .color-primary,
  .color-primary-hover:hover{
    color: #041c2d;
  }
  a,
  a:hover,
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .uk-h1,
  .uk-h2,
  .uk-h3,
  .uk-h4,
  .uk-h5,
  .uk-h6,
  .color-general,
  .uk-navbar-nav>li>a,
  .color-secondary{
    color: #555;
  }
  #selectitem .uk-table-link a,
  #selectitem .uk-table-link a:hover,
  .color-terciary{
    color: #ebebeb;
  }
  .color-dorado:hover,
  .color-dorado{
    color: #957E2D;
  }
  .color-verde{
    color: #166936;
  }
  .colorseleccionado,
  .color-rojo{
    color: tomato;
  }
  .color-rojo-vivo{
    color: #ff0000;
  }
  #filtrosmovil a,
  #sidebar a,
  .color-gris-9{
    color: #8c8b8b;
  }
  .color-gris-7{
    color: #777;
  }
  .color-gris-6{
    color: #666;
  }
  .color-gris-4{
    color: #444;
  }
  .color-gris{
    color: #a7a6a4;
  }
  .color-gris-3{
    color: #666;
  }
  .color-gris-2{
    color: #222;
  }
  .color-gris-a,
  .color-gris-a:hover{
    color: #a6a8ab;
  }
  .color-gris-d{
    color: #ddd;
  }
  footer a,
  .uk-slidenav,
  .uk-slidenav:hover,
  .uk-slidenav:focus,
  .color-blanco,
  .color-blanco:hover{
    color: white;
  }
  footer .uk-button-personal,
  .color-negro{
    color: black;
  }

/* ----------- FONDOS                           */
  .bg-verde{
     background: #166936;
  }
  header .uk-button-personal,
  header .social-header:hover,
  footer .uk-button-personal,
  footer .social-header:hover,
  footer .social-header,
  .bg-white{
    background: #FFF;
  }
  .bgf3 {
    background-color:#f3f3f3;    
  }
  #top,
  .uk-subnav-pill > .uk-active > a,
  .bg-primary{
    background: #041c2d;
  }
  .ajax-file-upload{
    background: #041c2d!important;
  }
  .bg-secondary{
    background: #164d91;
  }
  .bg-terciary{
    background: #ebebeb;
  }
  .uk-slidenav{
    background: transparent;
  }
  .bg-gradient{
    background: #041c2d;
  } 
  .bg-danger,
  .bg-red{
    background: tomato;
  }
  .bg-success{
    background: #9CDAB7;
  }
  .bg-blue{
    background: #32b4cc;
  }
  .bg-yellow{
    background: #f6b61a;
  }
  .bg-azulado{
    background: #7ab3c7
  }
  .bg-beige{
    background: #eae7e1;
  }
  .bg-black{
    background: black;
  }
  .bg-gris{
    background: #333;
  }
  #itemseleccionado,
  #itemseleccionado:active,
  .bg-gris-claro{
    background: #f2f2f2;
  }
  .bg-azul{
    background: #0695bd;
  }
  .bg-dark{
    background: rgba(0,0,0,.8);
  }
  .bg-alpha-red{
    background: rgba(250,0,0,.7);
  }
  .bg-claro{
    background: rgba(250,250,250,.7);
  }
  .bg-oscuro{
    background: rgba(0,0,0,.5);
  }
  .bg-test1{
    background: #ff0;
  }
  .bg-test2{
    background: #f0f;
  }
  .bg-test3{
    background: #0ff;
  }
  .bg-negro-brillante{
    background: rgb(3,1,3);
  }
  .bg-naranja{
    background: #FFF;
  }

/* ----------- NAVEGACIÓN                       */
  .uk-navbar-nav > li > a,
  .uk-navbar-item,
  .uk-navbar-toggle{
    color: white;;
    font-size: 1em;
    font-weight: 600;
    border-bottom: solid 2px transparent;
    min-height: 50px;
    padding: 0;
    text-transform: none;
  }
  .uk-navbar-nav > li.uk-active > a,
  .uk-navbar-nav > li:hover > a,
  .uk-navbar-nav > li:active > a,
  .uk-navbar-nav > li > a:active,
  .uk-navbar-nav > li > a:focus,
  .uk-navbar-nav > li > a.uk-open{
    color: white;;
  }
  .uk-navbar-dropdown{
    width: 320px;
    padding:0;
  }
  .uk-navbar-dropdown-nav>li>a{
    padding: 5px 10px;
    color: #164d91;
  }
  .uk-navbar-dropdown-nav>li>a:hover{
    background-color: #041c2d;
    color: white;
  }
  .uk-navbar-dropdown.uk-drop {
    top: 50px !important;
  }

  .subnavmenu{
    padding-left: 10px;
  }

  /* Off canvas */
    .uk-offcanvas-bar{
    }
    .uk-offcanvas-bar a{
    }

    .uk-offcanvas-bar a:hover{
    }

    .uk-offcanvas-bar li{
    }

    .uk-nav-default{
      font-size: 1em;
    }
    #sidebar .uk-active{
      color: #041c2d!important;
    }
    .uk-offcanvas-bar a,
    .uk-offcanvas-bar .uk-active{
      color: #eee;
      font-size: 1.1em;
      text-wrap: nowrap;
    }
    .uk-offcanvas-bar .uk-active{
      color: #041c2d!important;
      background: white;
      border-radius: 100px;
      padding: 0 20px;
      margin-left: -20px;
    }
    .uk-offcanvas-overlay::before{
      background: rgba(0,0,0,.5);
    }


/* ----------- TEMPLATE                         */
  body{
    min-height: 100vh;
  }
  header .uk-button-personal,
  header .social-header:hover,
  footer .uk-button-personal,
  footer .uk-button-personal:hover{
    border: 2px solid white;
  }
  .uk-container {
    max-width: 1100px;
  }
  .uk-container-expand{
    max-width: none;
  }
  .uk-hr, 
  hr {
    border-top: 1px solid #999;
  }
  #itemseleccionado{
    border: none;
  }
  #textoinicio{
    padding-top: 100px;
  }
  .social-header{
    background: #164d91;
    border-radius: 100%;
    margin: 3px;
  }
  .socialheader a{
    margin-right: 5px;
    margin-left: 5px;
  }
  #selectitem,
  #itemseleccionado{
    width: 250px;
    transition: all .3s ease;
  }
  #selectitem .uk-table-link a{
    padding: 5px 10px;
  }
  .container-large{
    padding: 0;
    margin: 0 auto;
    max-width: 90%;
    width: 100%;
  }
  .logo-header{
    height: 150px;
  }
  .header-facebook{
    font-size: 3em;
  }
  .tituloh1{
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    font-size: 2.5em;
    font-weight: 700;
    letter-spacing: 5px;
    padding: 10px 0;
  }
  .breadcrumb{
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    font-size: 1.2em;
    font-weight: 700;
    padding: 10px 0;
    margin-bottom: 30px;
  }
  .tituloh3{
    font-size: 1.8em;
  }
  .sombra-interior{
    -webkit-box-shadow:inset 0 0 10px rgba(0,0,0,.8);
    -moz-box-shadow:inset 0 0 10px rgba(0,0,0,.8);
    box-shadow:inset 0 0 10px rgba(0,0,0,.8);
  }
  .menucategorias{
    font-size: 1.2em;
  }
  .legend-green{
    letter-spacing: 2px;
    font-size: 1.7em;
  }
  .item-title{
    font-size: 1.2em;
  }
  .item-txt{
    font-size: 1.2em;
  }
  .cartcount{
    background: red;
    color: white;
    font-size: .7em;
    border-radius: 50px;
    min-width: 16px;
    text-align: center;
  }
  .descuento{
    position: absolute;
    z-index: 5;
    background: url(../img/design/discount.png);
    height: 60px;
    width: 60px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    color: white;
  }
  .uk-dotnav li a{
    border: 1px solid #041c2d;
    height: 15px;
    width: 15px;
    margin-bottom: 5px;
  }
  .uk-dotnav>.uk-active>* {
    background: #041c2d;
  }
  .uk-textarea{
    max-width: 100%;
    border: 1px solid #AAA;
    height: 25px;
    height: 180px;
  }
  .colorseleccionado{
    font-weight: 600;
    box-shadow: 0 0 0 2px #041c2d!important;
  }
  #sidebar a.active {
    padding-left: 15px;
    margin-left: -15px
  }
  .uk-pagination li{
    padding-left: 5px;
  }
  .uk-pagination a{
    padding: 0px 7px;
    border-radius: 100%;
    background: white;
    border: #041c2d 1px solid; 
    color: #041c2d;
    min-width: 10px;
  }
  .uk-pagination .uk-active,
  .uk-pagination a:hover{
    background: #041c2d;
    color: white;
    border: #041c2d 1px solid;
  }
  .pagination-arrows{
    background: none!important;
    border: none!important;
    color: #041c2d!important;
  }
  #tablapedido img{
    height: 80px;
  }
  .border-left-secondary{
    border-left: 1px solid #041c2d;
  }
  .shadow-box{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  .tarjeta{
    overflow: hidden;
    padding: 20px;
    border-radius: 5px;
  }
  .tarjeta:hover{
    color: white;
  }
  .tarjeta-bg{
    bottom: -100px;
    left: -100px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: linear-gradient(white,#041c2d);
    transition: all .5s;
    z-index: 1;
  }
  .tarjeta:hover .tarjeta-bg{
    bottom: -100px;
    left: -100px;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    transition: all .5s;
    z-index: 1;
  }
  .serv-pic{
    border-radius: 5px;
    height: 150px;
    width: 150px;
    transition: all .5s;
  }
  .select-contacto{
    border: 2px solid #041c2d!important;
    color: #041c2d;
    font-weight: 600;
  }
  #productosdiv {
    transition: all .5s;
  }
  .uk-table-small td,
  .uk-table-small th{
    padding: 5px 12px;
  }
  .card-personal{
    background: white;
    padding: 30px;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    border-radius: 10px;
  }
  .titulo-card-personal{
    font-size: 20px;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
  }
  .card-fecha{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 200;
  }
  .button-noticia{
    padding: 10px;
    border: 1px solid #9db54a;
    color: #9db54a;
    border-radius: 5px; 
  }
  .populares-titulo{
    font-weight: 600;
  }
  .linea-popular{
    width: 100%;
    height: 2px;
    background: #16af1f;
  }
  .blogdiv{
     padding: 20px 30px 0px 30px;
  }
  .divider-v{
    background: #041c2d;
    height: 25px;
    width: 1px;
    padding: 2px 0px 0px 0px;
    margin:0px;
  }
  .titulo-item{
    background: white;
    z-index: 4;
    width: 80%;
    height: 80px;
    color: #4f4f4f;
    font-size: 15px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .barra-lateral{
    margin-top: 20px;
    background: #f9f9f9;
  }
  .uk-form-icon:not(.uk-form-icon-flip)~.uk-input{
    padding-left: 50px!important;
  }

  /* CARD */
    .inicio-card-container{
      position: relative;
      overflow: hidden;
    }
    .inicio-card-title{
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100px;
      overflow: hidden;
      transform: translateY(70px);
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
    }
    .inicio-card-title2{
      height: 150px;
      transform: translateY(120px);
    }
    .inicio-card-container:hover .inicio-card-title{
      transform: translateY(0);
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
    }
    .inicio-card-title-txt{
      padding: 1px 20px 15px 20px;
      font-size: 20px;
    }
    .inicio-card-title-button{
      text-align: right;
      opacity: 0;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
    }
    .inicio-card-container:hover
    .inicio-card-title-button{
      opacity: 1;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
    }

    .inicio-card-container-500{
      height: 500px;
    }
    .inicio-card-container-380{
      height: 380px;
    }
    @media (max-width: 1500px){
      .inicio-card-container-500{
        height: 400px;
      }
      .inicio-card-container-380{
        height: 300px;
      }
    }
    @media (max-width: 960px){
      .inicio-card-container-500,
      .inicio-card-container-380{
        height: 300px;
      }
    }

/* ----------- MEDIA QUERY                      */
  @media (min-width: 1800px){
    .bg-header-2{
      background-size: 100%;
    }
    .bg-central{
      background-size: 100%;
      height: 500px; 
    }
  }
  @media (max-width: 1600px){/*Tamaño xl*/

  }
  @media (max-width: 1400px){
  
  }
  @media (max-width: 1200px){/*Tamaño l*/
    .inicio-logos{
      margin-top: 20px;
    }
    #productos-relacionados .bg-verde{
      background: white;
      color: #166936;
    }
  }
  @media (max-width: 960px){ /*Tamaño m*/
    .logo-header{
      height: 100px;
    }
    .tituloh3{
      font-size: 1.2em;
    }
    .container-mision{
      border-left:none;
    }
    .container-vision{
      border-right:none;
    }
    .about-responsive{
      padding-right: 20px;
      padding-left: 20px;
    }
    .legend-green{
      letter-spacing: 0;
      font-size: 1.2em;
    }
  }
  @media (max-width: 820px){
    .title-movil{
      margin-left: 20px;

    }
    .producto-title-2{
      width: 90%;
    }
  }
  @media (max-width: 640px){/* Tamaño s*/
    .card-margin{
      margin-top: 0;
    }
    .producto-contenedor{
      padding: 0;
    }
    .login-buttons{
      height:70px;
    }
    .searchandbuttons{
      margin-top: -20px;
    }
  }
  @media (max-width: 550px){
    .header-logo{
      width: 100px;
      padding-top: 10px;
    }

  }

