@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed&display=swap');

body {
  /* font-family: 'Barlow Semi Condensed', sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color:#4f4f4f;
}



.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.img_gen {
	width: 100%;
}

.required-input::after {
  content:" *";
  color: red;
}

.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
/*  max-width: 20%;*/
}

.navbar .dropdown-menu {
overflow-y: auto;
}

.dropdown-menu::-webkit-scrollbar  {
width: 12px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
background-color: #001468;
  border-radius: 10px;
 height: 30px;
}
.dropdown-menu::-webkit-scrollbar-track {
background-color: #fff;
border-radius:.375rem
}

@media (max-width: 720px) {
  .col-2dot4 {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
    width: 100%;
  }

  .media {
    display: block;
  }

.h5-drowpdown-divv h5 {
	padding-top:5px !important;
}


}

.card-product .img-wrap img {
max-height: unset;
height: 210px !important;
object-fit: contain !important;
}

#classrow {
  display:flex;justify-content:space-between;align-items:center
}

#white-p2 {
  display: flex;	flex-direction: column;	justify-content: center;align-items: center;margin:0;width:fit-content
}

#nav-busc {
  display:flex;justify-content:center;align-items: center;padding-top:30px;
}

#nav-blue {
  display:flex;justify-content:center;align-items:center; gap: 10px;
}
#nav-blue-div1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
#nav-blue-div2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;

}

#barra-lateral {
  display:inline
}

.h5-drowpdown-navv a:hover {
	color: #ff0030 !important;
}


.h5-drowpdown-navv2 h6:hover {
	font-weight: bold;
}


@media only screen and (max-width: 990px) {

  #classrow {
    display:flex;justify-content:space-between;align-items:center;flex-direction: column !important;
  }

  #nav-busc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #white-p2 {
    display: flex;	flex-direction: row;	justify-content: center;align-items: center;margin:0;width:fit-content
  }

  #nav-blue {
    display:flex;justify-content:center;align-items:center; gap: 10px;flex-direction:column
  }

  #barra-lateral {
    display:none
  }

  #colmd62,#colmd6 {
    width:fit-content
  }

.dropdown-menu {
	left:-29.5vw !important
	
}


}

@media only screen and (max-width: 470px) {
  #white-p2 {
    display: flex;	flex-direction: column;	justify-content: center;align-items: center;margin:0;width:fit-content
  }
}


/*******************************************************************************/

.breadcrumb {
  background: #fff !important;
}

.search {
  width: 20rem;
}

.blue {
  background-color: #001468;
  color: #fff;
  text-align: start;
}

.red {
  background: #E50000 !important;
  color: #fff;
}

.red a {
  color: #fff;
}

.white {
  background: #fff !important;

}

.white .icontext {
  color: #173C80 !important;
}

.white .icontext i {
  color: #173C80 !important;
}

.white figure {
  display: flex;
  justify-content: start;
  align-items: center;
}

.first-cont {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
}

.btn-primary {
  padding: 8px 16px !important;
  /* margin-top: 15px; */
  font-size: small !important;
  color: #fff;
  background: #ff0030 !important;
	border-color: #ff0030 !important;
  box-shadow: rgb(0 0 0 / 0.2) 0px 2px 5px 0px !important;
}

.topbar a {
  color: #173C80 !important;
}

.cart {
  color: #173C80 !important;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar-nav .navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}

.navbar ul {
  display: flex;
  flex-direction: row;
  width: fit-content;
}

.logo {
  max-width: 200px;
  width: 100%;
}

.form-noborder input,
.form-noborder select,
.form-noborder {
  border: 1px solid !important;
}

.form-control {
  font-size: .9em !important;
}

.form-class {
  width: fit-content;
}

.form-row>* {
  margin: 0;
}

.form-row {
  flex-wrap: wrap !important;
}

.form-buscar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.form-contacto > div {
  margin-bottom: 1rem
}

a #logo-princ {
  max-width: 200px;
}

.ul-nav-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.custom-select {
  font-size: .9em !important;
}

.navbar-nav {
  margin: 0 auto;
}

.overlay {
  height: 100%;
  width: 100%;
  opacity: 1;
  background: rgba(0, 1, 9, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.navbar-nav {
  text-transform: uppercase;
  font-weight: 600;
}

.bg-grey {
  background: #DBDEE5;
}


.nav-link:hover {
  color: white;
  background:#2C4165 !important;
  transition: 300ms;
	border-radius: 5px;
	padding:0.25rem 0.5rem;

}

.fila2 > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ul-contacto {
  color:#4f4f4f;
}

.ul-contacto li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ul-contacto li i {
  margin-bottom: 10px;
}





.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #E50000 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #E50000 !important;
}


h2 .title-text {
  padding: .5em 0 !important;
  text-align: start;
  padding: 0 1rem 0 0 !important;
  font-weight: 700;
}

/*  */
.head {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 1px solid #CCC;
  font-weight: Roboto;
}

.product_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0px;
  margin: 0 0 50px 0;
  height: auto;
  max-height: 300px;
  overflow-y: scroll;
}

.prod_txt,
.prod_car {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px 10px;
  font-weight: 300;
  height: 35px;
}

.prod_txt {
  cursor: pointer;
}

.left {
  border-left: 1px solid #CCC;
}

.right {
  border-right: 1px solid #CCC;
}

.textr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.white {
  background-color: #FFF;
}

.gris {
  background-color: #EEE;
}

.buscador {
  padding: 5px 20px;
}

.prod_buscador {
  margin: 10px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.prod_busc_bt {
  width: 80px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CCC;
  border-radius: 5px;
  background-color: #0057a2;
  color: #FFF;
  cursor: pointer;
  margin: 0 10px;
}

.prod_img {
  height: 100px;
}

.carrito {
  width: 20px;
  cursor: pointer;
}

.cart_box {
  position: relative;
}

.cart_cant {
  position: absolute;
  top: 20px;
  right: 20px;
}

.calc_radhover {
  animation: 7s linear 0s normal none infinite running kube;
}

@keyframes kube {
  0% {
    transform: rotate(0deg) scale(1);
  }

  25% {
    transform: rotate(-20deg) scale(0.7);
  }

  50% {
    transform: rotate(0deg) scale(1);
  }

  75% {
    transform: rotate(20deg) scale(0.7);
  }

  100% {
    transform: rotate(0deg) scale(1);
  }
}

/*  */
.carousel {
  height: 100%;
}


.btn-outline-primary {
  border: 1px solid #E50000 !important;
}

.btn-outline-primary:hover {
  border: none !important;
  background: #E50000 !important;
  color: #fff !important;
}

.red-title a {
  color: #E50000 !important;
}


.alert-success {
  color: #fff;
  background-color: #DBDEE5;
  border-color: #DBDEE5;
}


.dlist-align {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.dlist-align dt {
  width: 300px !important;
}

/***************************HOME - CATEGORIES**********************************/

.bg-image {
  cursor: pointer;
}

.home-cats {
  background: #E50000;
  padding: 2em 0;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #E50000;
}



/*************************BZOOM******************************/

.bzoom {
  direction: ltr;
}

.bzoom,
.bzoom_thumb,
.bzoom_thumb_image,
.bzoom_big_image,
.bzoom_zoom_preview,
.bzoom_icon,
.bzoom_hint {
  display: none
}

.bzoom .bzoom_thumb {
  background: #fff url(./img/loading.gif) center no-repeat;
}

.bzoom,
.bzoom ul,
.bzoom li,
.bzoom img,
.bzoom_hint,
.bzoom_icon,
.bzoom_description {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none
}

.bzoom,
.bzoom_magnifier div,
.bzoom_magnifier div img,
.bzoom_small_thumbs ul,
ul .bzoom_small_thumbs li,
.bzoom_zoom_area div,
.bzoom_zoom_img {
  position: relative
}

.bzoom img,
.bzoom li {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none
}

.bzoom,
.bzoom_small_thumbs li {
  float: left
}

.bzoom_right {
  float: right
}

.bzoom li {
  position: absolute
}

.bzoom img {
  vertical-align: bottom;
  width: 50px;
  height: 70px
}

.bzoom .bzoom_zoom_area,
.bzoom_zoom_area {
  background: #fff url(./img/loading.gif) center no-repeat;
  border: 1px solid #ddd;
  padding: 6px;
  -webkit-box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  display: none;
  z-index: 20;
}

.bzoom_zoom_area div {
  overflow: hidden;
}

.bzoom_zoom_area .bzoom_zoom_img {
  position: absolute;
}

.bzoom_wrap .bzoom_magnifier {
  background: #fff;
  outline: #bbb solid 1px;
  display: none;
  cursor: move;
}

.bzoom_magnifier div {
  overflow: hidden;
}

.bzoom_wrap .bzoom_small_thumbs {
  overflow: hidden;
}

.bzoom_wrap .bzoom_small_thumbs li {
  border: 1px solid #FFF;
  margin: 0px 10px 0px 0px;
  position: relative;
}

.bzoom_wrap ul li.bzoom_smallthumb_active {
  -webkit-box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  border: 1px solid #535353;
}


/**********************HEADER************************/

.d-block {
  margin-top: 2em !important;
}

aside {
  margin-top: 2em;
}




/******************************************************************************/

.carousel-item {
  align-items: center;
  justify-content: center;
}

.slide-content {
  position: absolute;
  color: #fff;
  text-align: center;
}

.slide-content h2 {
  color: #fff;
  padding: 0;
  font-weight: 700;
}

.slide-content h5 {

  color: #212529;
}

.slide-content h4 {

  color: #212529;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: flex !important;
}

.btn-overlay {
  background: #001468 !important;
}

/******************************************************************************/

.destacados {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2em 2em 2em;
}

#destacados .container {
  padding: 0 !important;
}

div .container {
  margin: 0 !important;
}

.card-product .img-wrap {
  height: auto !important;
}

.info-wrap {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
}

.nav-tabs a {
  color: #000 !important;
}


/******************************whtasapp********************************/

.icon-right {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 10000;
  display: inline-grid;
  align-items: center;
}

.icon-right:hover {
  color: #fff;
}


/*************************************************************************/

.overlay-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #173C80;
}

.container-box:hover .overlay-box {
  opacity: 0.7;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.container-box {
  position: relative;
}


/***************************Empresa****************************************/


.card-title {
  z-index: 999;
  position: relative;
}

.empresa {
  background-image: url('https://distrimap.com.ar/img/slider/slider-5.jpg');
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
}.novedades {  background-image: url('https://distrimap.com.ar/img/slider/slider-2.jpg');  background-size: cover;  background-position: center;  /* background-attachment: fixed; */}
.ofertas {  background-image: url('https://distrimap.com.ar/img/slider/slider-4.jpg');  background-size: cover;  background-position: center;  /* background-attachment: fixed; */}
.contacto {  background-image: url('../images/banners/banner-contacto.jpg');  background-size: cover;  background-position: center;  /* background-attachment: fixed; */}
.half img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50px !important;
}

.empresa-info {
  align-items: center;
}

.masonry {
  /* Masonry container */
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: .85em;
}

.item-m {
  display: inline-block;
  margin: 0 0 1.5em;
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #ccc;
}

.item-m img {
  max-width: 100%;
  height: auto;
}


.nine {
  background-image: url("../images/nine.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}

@media only screen and (max-width: 320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width: 1201px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.center-vertical {
  align-self: center;
}

.border-none {
  border: none !important;
}



/***********************clientes*****************************/


.clientes {
  background-image: url('https://distrimap.com.ar//img/slider/slider-3.jpg');
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
}

.clientes-form{
max-width:200px;
width:100%;
padding:1em;
background:#001468;
}

.clientes-form input{
margin-bottom:0.5em;
width:100%;
}

/****************************marcas********************************/


.marcas {
  background-image: url('../images/marcas-jumbo.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}


/**********************Informaci�n-Tecnica**********************/


.info {
  background-image: url('../images/info-jumbo.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}


/***************************Contacto**********************************/



/*.contacto {
  background-image: url('../images/head-contacto.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}*/

/*************************Informacion****************************/

.informacion .fa-file-pdf {
  font-size: 3rem;
  color: #E50000;
}

.informacion a {
  color: #1a1a1a;
}

.informacion a:hover {
  color: #E50000;
}


/**************************Productos************************************/


.card-product .title {
  text-transform: uppercase;
}

.card .title {
  color: #272727;
  font-weight: 600;
}

.lightblue {
  color: #1266f1 !important;
  font-size:16px;
}


.slick-slide img {
  max-width: 200px !important;
  border: 1px solid #ccc;
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #E50000 !important;
  border-color: #dee2e6 #dee2e6 #fff;
}

/***************************FOOTER*************************************/

footer {
  background: #1a1a1a !important;
  color: #fff !important;
}

footer a {
  color: #fff !important;
  font-size: 14.5px;
  font-weight: 500;
}

.footer-copyright {
  background: #1a1a1a  !important;
  color: #a2a2a2 !important;
  font-size: 13px;
}

.footer-copyright hr {
  background: gray;
}

.footer-copyright a {

  color: #d2d2d2 !important;
}

footer a:hover {
  font-weight: 600;
  color: #a2a2a2 !important;
}



.footer-copyright:not("footer") a:hover {
  color: #fff !important;
}


@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
  }

  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-menu li {
    position: relative;
  }

  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu>li:hover {
    background-color: #f1f1f1
  }

  .dropdown-menu>li:hover>.submenu {
    display: block;
  }


}




@media (max-width: 860px) {



  .navbar {
    display: block !important;
    text-align: left;
    margin-top: 2em;
  }

  .dropdown-responsive {
    min-width: 100% !important;
  }

  .no-show {
    display: none !important;
  }

.dropdown-menu-lg {
	min-width: 40.5rem !important;
}

.dropdown-menu {
	left: -25vw !important;
}


}

@media (max-width: 768px) {
.dropdown-menu .py-2 {
	padding:0 !important
}

}

@media (max-width: 760px) {
  .navbar .dropdown-menu {
    position: absolute !important;
    min-width: 100px !important;
    width: 90vw;
    left: -200px !important;
  }
  .carousel-item .w-100 {
    width: auto !important;
  }

   .dropdown-menu-lg {
     min-width: 40.5rem;
   }
}


@media (max-width: 600px) {
  .cart-btn {
    padding: 1.75rem;
    font-size: 1rem;
  }

  .text-break {
    word-break: keep-all !important;
    overflow-wrap: inherit !important;
  }



}

@media (max-width: 420px) {
#nav-blue-div1 {
flex-direction:column !important
}
#nav-blue-div1  div input {
width: 100% !important
}

}

@media (max-width: 400px) {
.navbar .dropdown-menu {
left: -200px !important;
width: 88vw !important;
}
}

@media (max-width: 370px) {
.navbar .dropdown-menu {
left: -20px !important;
}
}

/***********************************************************/

/*! CSS Used from: https://landkit.goodthemes.co/assets/fonts/Feather/feather.css */
.fe {
  font-family: 'Feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fe-x:before {
  content: "\ea02";
}

/*! CSS Used from: https://landkit.goodthemes.co/assets/css/theme.min.css */

.btn {
  display: inline-block;
  font-weight: 600;
  color: #161c2d;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 1.0625rem;
  line-height: 1.6;
  border-radius: .375rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #161c2d;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn:disabled {
  opacity: .65;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #335eea;
  border-color: #335eea;
  box-shadow: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1746e0;
  border-color: #1643d4;
}

.btn-primary:focus {
  box-shadow: none, 0 0 0 0 rgba(82, 118, 237, .5);
}

.btn-primary:disabled {
  color: #fff;
  background-color: #335eea;
  border-color: #335eea;
}

.btn-sm {
  padding: .5625rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.3;
  border-radius: .375rem;
}

.collapse:not(.show) {
  display: none;
}

.dropdown,
.dropright {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  /*left: 0;*/
  left: -24vw;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 14rem;
  padding: 1.625rem 0;
  margin: 0 0 0;
  font-size: .9rem;
  color: #161c2d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(22, 28, 45, .15);
  border-radius: .375rem;
  box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .1);
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0 1.75rem;
  clear: both;
  font-weight: 400;
  color: #506690;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  text-decoration: none;
}

.dropdown-item:active {
  color: #335eea;
  text-decoration: none;
  background-color: none;
}

.dropdown-item:disabled {
  color: #869ab8;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-header {
  display: block;
  padding: 1.625rem 1.75rem;
  margin-bottom: 0;
  font-size: .9375rem;
  white-space: nowrap;
}

.dropdown-header h5 {
  color: #E50000 !important;
}

.nav-link {
  display: block;
  padding: 0;
  color: rgba(0, 0, 0, .55);
  font-size: 1.1rem;
  padding:0.25rem 0.5rem;
  font-size: 15px;
  font-weight: 500;
}

a .nav-link {
  background:#2C4165 !important;
  transition: 300ms;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}

.nav-item,
.dropdown #navbarPages::after {
  display: inline-block;
  /*margin-left: 0.255em;*/
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  margin: 0;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.navbar>.container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: max-content;
}

.navbar-brand {
  display: inline-block;
  padding-top: .15rem;
  padding-bottom: .15rem;
  margin-right: 20px;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.1875rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .375rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

#search {

  width: 100%;
}

@media (max-width:991.98px) {
  .navbar-expand-lg>.container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .navbar-expand-lg>.container {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    justify-content: center;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-light .navbar-brand {
  color: #335eea;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #335eea;
}

.navbar-light .navbar-nav .nav-link {
  color: #272727;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #335eea;
}

.navbar-light .navbar-toggler {
  color: #fff;
  border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23506690' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.badge {
  display: inline-block;
  padding: .25rem .75rem;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .375rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .badge {
    transition: none;
  }
}

.badge:empty {
  display: none;
}

.badge-pill {
  padding-right: .75rem;
  padding-left: .75rem;
  border-radius: 10rem;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 1.5rem 2rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #f1f4f8;
}

.list-group-item:first-child {
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

.list-group-item:disabled {
  color: #869ab8;
  pointer-events: none;
  background-color: #fff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.bg-white {
  background-color: #fff !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.ml-auto {
  margin-left: auto !important;
}

@media (min-width:992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}

.text-uppercase {
  text-transform: uppercase !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #335eea !important;
}

@media print {

  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #161c2d;
  }
}

.badge-primary-soft {
  background-color: rgba(51, 94, 234, .1);
  color: #335eea;
}

.btn:not([class*=btn-outline]) {
  border-color: transparent !important;
}

.btn-white {
  background-color: #fff;
  color: #335eea;
}

.btn-white:focus,
.btn-white:hover {
  background-color: #fff;
  color: #1c4ce8;
}

.dropdown-menu {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.dropdown-item {
  width: auto;
  min-width: 100%;
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
  outline: 0;
}

.dropdown-item+.dropdown-item {
  margin-top: .45rem;
}

.dropdown-link {
  color: inherit;
}

.dropdown-link:hover {
  text-decoration: inherit;
}

.dropdown-link:focus,
.dropdown-link:hover {
  outline: 0;
}

.dropdown-header {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
  padding-top: 0;
  padding-bottom: .5rem;
  font-weight: 600;
  line-height: 1.55;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.dropdown-toggle::after {
  font-family: Feather;
  vertical-align: middle;
  border: none !important;
  content: "\e92e";
}

.dropright>.dropdown-toggle::after {
  content: "\e930";
}

.dropdown-menu-md {
  min-width: 22rem;
}

.dropdown-menu-lg {
  min-width: 60rem;
}

.dropdown-menu-xl {
  min-width: 42rem;
}

.dropdown-menu-lg,
.dropdown-menu-xl {
  padding: 2.375rem 2.5rem;
}

.dropdown-menu-lg .dropdown-header,
.dropdown-menu-lg .dropdown-item,
.dropdown-menu-xl .dropdown-header,
.dropdown-menu-xl .dropdown-item {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.dropright>.dropdown-menu {
  top: -1.625rem;
}

.container {
  position: relative;
  z-index: 1;
}

.list-group-flush .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

.list-group-flush .list-group-item:first-child {
  padding-top: 0 !important;
}

.list-group-flush .list-group-item:last-child {
  padding-bottom: 0 !important;
}

.navbar {
  transition: all .2s ease-in-out;
  transition-property: background-color, color;
  z-index: 1030;
}

.navbar>.container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width:1200px) {
  .navbar>.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.navbar-brand {
  font-weight: 600;
}

.navbar-brand-img {
  max-height: 2.4rem;
  width: auto;
}

@media (max-width:991.98px) {
  .navbar-btn {
    width: 100%;
    padding: .8125rem 1.25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 1.0625rem;
  }
}

.navbar-nav .nav-link {
  font-weight: 600;
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  outline: 0;
}

@media (max-width:991.98px) {
  .navbar-collapse {
    position: fixed;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    background-color: #fff;
    border-radius: .375rem;
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15);
  }

  .navbar-collapse {
    transition: all .2s ease-in-out;
    transition-property: opacity, transform;
    transform-origin: top right;
  }
}

.navbar-collapse .navbar-toggler {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  background: #E10101;
}

@media (min-width:992px) {
  .navbar-collapse .navbar-toggler {
    display: none;
  }
}

@media (max-width:991.98px) {
  .navbar-nav .nav-item {
    padding: 1.5rem;
  }

  .navbar-nav .nav-item+.nav-item {
    border-top: 1px solid #f1f4f8;
  }
}

@media (max-width:991.98px) {
  .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.navbar-nav .dropdown-menu {
  box-shadow: none;
}

@media (max-width:991.98px) {
  .navbar-nav .dropdown-menu {
    min-width: 0;
    padding: 0;
  }
}

@media (min-width:992px) {
  .navbar-nav .dropdown-menu {
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15);
  }
}

.navbar-nav .dropdown>.dropdown-menu {
  display: block !important;
}

@media (max-width:991.98px) {
  .navbar-nav .dropright>.dropdown-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: .5rem;
  }
}

@media (min-width:992px) {
  .navbar-nav .dropright>.dropdown-menu {
    display: block !important;
  }
}

@media (max-width:991.98px) {

  .navbar-nav .dropdown-header,
  .navbar-nav .dropdown-item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-nav .dropdown>.dropdown-toggle::after {
  display: none;
}

@media (max-width:991.98px) {
  .navbar-nav .dropdown>.dropdown-toggle {
    margin-bottom: 1.5rem;
    pointer-events: none;
  }
}

.navbar-nav .dropright>.dropdown-toggle {
  display: flex;
}

.navbar-nav .dropright>.dropdown-toggle::after {
  margin-left: auto;
}

@media (max-width:991.98px) {
  .navbar-nav .dropright>.dropdown-toggle::after {
    content: "\e92e";
  }
}

.navbar-nav .dropdown-img-left {
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.625rem 1.75rem;
  background: no-repeat center center/cover;
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

@media (min-width:992px) {
  .navbar-nav .dropdown-img-left {
    display: flex;
  }
}

.navbar-nav .dropdown-img-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(51, 94, 234, .8);
  border-radius: inherit;
}

.navbar-nav .dropdown-img-left * {
  position: relative;
}

@media (min-width:992px) {
  .navbar-nav .dropdown-menu-xl .dropdown-img-left {
    padding: 2.375rem 2.5rem;
  }
}

@media (min-width:992px) {
  .navbar-nav .dropdown-body {
    padding: 1.625rem 1.75rem;
  }
}

@media (min-width:992px) {
  .navbar-nav .dropdown-menu-xl .dropdown-body {
    padding: 2.375rem 2.5rem;
  }
}

.navbar-nav .dropdown-menu .list-group-item {
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: inherit;
}

.navbar-nav .dropdown-menu .list-group-item:hover {
  text-decoration: none;
}

@media (min-width:992px) {
  .navbar-nav .dropdown-menu {
    z-index: 1030;
    transition: all .2s ease-in-out;
    transition-property: opacity, visibility, transform;
    transform-origin: top center;
    visibility: hidden;
    opacity: 0;
  }

  .navbar-nav .dropdown>.dropdown-menu {
    left: 50%;
    transform: translate3d(-50%, 10px, 0);
  }

  .navbar-nav .dropright>.dropdown-menu {
    transform: translate3d(0, 10px, 0);
  }

  .navbar-nav .dropdown:hover>.dropdown-menu,
  .navbar-nav .dropright:hover>.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }

  .navbar-nav .dropdown:hover>.dropdown-menu {
    transform: translate3d(-50%, 0, 0);
  }

  .navbar-nav .dropright:hover>.dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
}

h4 {
  letter-spacing: -.01em;
}

h4 {
  line-height: 1.45;
}

@media (max-width:991.98px) {
  h4 {
    font-size: 1.0625rem;
  }
}

h6 {
  line-height: 1.55;
}

h6.text-uppercase {
  letter-spacing: .08em;
}

.lift {
  transition: box-shadow .25s ease, transform .25s ease;
}

.lift:focus,
.lift:hover {
  box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .1) !important;
  transform: translate3d(0, -3px, 0);
}

.shadow-dark {
  box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .15) !important;
}

.font-size-sm {
  font-size: .9375rem !important;
}

.text-gray-700 {
  color: #506690 !important;
}

.icon>svg {
  width: 3rem;
  height: 3rem;
}

.icon[class*=text-]>svg [fill]:not([fill=none]) {
  fill: currentColor !important;
}

.icon-sm>svg {
  width: 2.25rem;
  height: 2.25rem;
}

/*! CSS Used fontfaces */
@font-face {
  font-family: 'Feather';
  src: url('https://landkit.goodthemes.co/assets/fonts/Feather/fonts/Feather.ttf?sdxovp') format('truetype'), url('https://landkit.goodthemes.co/assets/fonts/Feather/fonts/Feather.woff?sdxovp') format('woff'), url('https://landkit.goodthemes.co/assets/fonts/Feather/fonts/Feather.svg?sdxovp#Feather') format('svg');
  font-weight: normal;
  font-style: normal;
}



.micuenta_box {
  /*width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 50px 0;*/
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.micu_bt {
  background-color: #E50000;
  color: #FFF;
  border-radius: 3px;
  padding: 4px 10px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  cursor: pointer;
}


.lista_cantinp {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

