* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.menu-navbar {
  overflow: hidden;
  background-color: #e6e6e6;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  justify-content: center; 
  display: flex;
}

.menu-navbar a {
  float: left;
  font-size: 16px;
  color: #606060;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.menu-dropdown {
  float: left;
  overflow: hidden;
}

.menu-dropdown .menu-dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 10px 14px;
  background-color:#e6e6e6;
  font: inherit;
  margin: 0;
  border-right: inset;
}

/* .menu-navbar  .menu-dropdown:hover .menu-dropbtn { */
/*   background-color: #ff0109; */
  

/* } */

.menu-dropbtn a{
  padding: 10px 14px;
}


.menu-dropdown-content {
  display: none;
  position: absolute;
  background-color:#f2f2f2;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;

}

.menu-dropdown-content .header {
  background: #ff0109;
  padding: 16px;
  color: white;
}

.menu-dropdown:hover .menu-dropdown-content, .menu-dropbtn:hover {
  display: block;
}

/* Create three equal menu-columns that floats next to each other */
.menu-column {
  float: left;
  width: 25%;
  padding: 10px;
  background-color: #f2f2f2;
  height: auto !important;
}

.menu-column a {
  float: none;
  color: #606060;
  padding: 5px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.menu-column a:hover {
  color: #ff0109;
}



.menu-dropbtn a:hover {
  color: #ff0109;
}


p {

  font-size: 18px; 
  font-weight: bold; 
  padding: 2px !important; 
  color: #a4a4a4;
}


/* Clear floats after the menu-columns */
.menu-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three menu-columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .menu-column {
    width: 100%;
    height: auto;
  }
}


@media screen and (max-width: 600px) {
  .menu-navbar a:not(:first-child), .menu-dropdown .menu-dropbtn {
    display: none;
  }
  .menu-navbar a.icon {
    float: right;
    display: block;
  }
}


/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .menu-navbar.responsive {position: relative;}
  .menu-navbar.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .menu-navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .menu-navbar.responsive .menu-dropdown {float: none;}
  .menu-navbar.responsive .menu-dropdown-content {position: relative;}
  .menu-navbar.responsive .menu-dropdown .menu-dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


.old-menu{
/* 	padding: -1% 0% 0% 12% !important; */
	display: flex !important;
    justify-content: center !important;
    background-color: #e6e6e6 !important;
}

@media screen and (max-width: 720px) {
  .old-menu {
  
    display: block !important;

  }
}

.div-one-menu{
	background-color: #e6e6e6 !important;
}



/*ESTILOS MENU TOP*/

.bg-imagen {
/* 	background-image: url('/DistribuidoresTFCC/themes/images/top/TKS-1.png'); */
	background-repeat: no-repeat;
	background-color: #298B70 !important;
	height: 100px;
	width: 100%;
}

@media screen and (max-width: 1120px) {
	.bg-imagen {
		height: 220px;
		background-color: #298B70 !important;
		background-image: none;
	}
}

.badge-success2 {
	color: #fff;
	/*background-color: #cc2b33;*/
	background-color: #28a745;
}

.badge-pill2 {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
}

.badge2 {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	/*border-radius: .25rem;*/
	/*transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

.mdi-email-outline2:before {
	content: "\F1F0";
}

.mdi2:before, .mdi-set2 {
	display: inline-block;
	font: normal normal normal 24px/1 "Material Design Icons";
	/*font-size: inherit;*/
	font-size: 30px;
	color: #cc2b33;
	text-rendering: auto;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.width-buttom {
	max-width: 115px;
}

@media screen and (max-width: 1120px) {
	.width-buttom {
		max-width: 100px;
	}
}


