:root {
	--color: #cbb841;
	--color-2: #aaa;

	
}

table {
	background-color: #fff !important;
}
.form-control {
	color: var(--color) !important;
}
/* ========================================= General styles ======================================*/
@font-face {
    font-family: 'FontFamilyLogo';
    src: url('../fonts/goodtime-webfont.woff2') format('woff2'),
         url('../fonts/goodtime-webfont.woff') format('woff'),
         url('../fonts/goodtime-webfont.ttf') format('truetype'),
         url('../fonts/goodtime-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontFamilySPro';
    src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: "FontFamilySPro";
    line-height: 1.5;
    font-size: 1.4em;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: var(--catalog-background-color);
}
/* nav{
    width: 100%;
    position: fixed;
    top: 0px;
    /*background-color: #03a9f4;
    background-color: #000;
    box-shadow: 2px 0px 7px #000;
	z-index: 50;
} */
.contenedor-tabla{
    display: table;
    width: 100%;
}
.contenedor-tr {
  display: table-row;
  width: 100%;
}
.contenedor-tr > a{
	text-decoration: none;
	color: #fff;
}
.contenedor-tr > a:hover{
	background-color: rgba(255, 255, 255,.1);
    transition: background-color .4s ease-in;
}
.contenedor-tr > a:last-child{
	border-right: 1px solid rgba(255, 255, 255,0.3);
}
.table-cell-td {
  display: table-cell;
  padding: 20px 7px;
  border-left: 1px solid rgba(255, 255, 255,0.3);
  text-align: center;
  width: 20%;
}
.table-cell-td:focus{
	outline: none;
}

.text-navbar{
    color: #fff;
    font-size: 19px;
    float: left;
    margin-left: 2%;
    margin-top: 15px;
}
#mobile-menu-list{
	display: none;
}
section{
    width: 100%;
    margin: 0px;
    padding: 0px;
}
article{
    width: 100%;
    margin: 0px;
    padding: 10px;
}
footer{
    width: 100%;
    color: #fff;
    background-color: #333;
    padding: 40px 0px;
}
.text-footer{
    color: #5bc0de;
}
footer a{
    color: #fff;
}
.tittles-pages-logo{
    font-family: "FontFamilyLogo";
}
.center-all-contens{
    margin-left: auto;
    margin-right: auto;
}
.ResbeforeSend{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
    z-index: 99999;
}
.container-form-admin{
    border: 1px solid #e0e1e1 !important;
    border-radius: 4px;
    padding: 10px;
    margin-top: 25px;
}


/* ========================================= Contenedor Tabla SimuFin ======================================*/
#contenedorTabla {
	width: 100%;
	margin: auto;							
	padding: 5px;
	border-radius: 10px;
	background: #F0F0F0;
	border: #f9eb2f;
	border-style: solid;
	border-width: 2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	overflow-y: scroll;
	text-align: center;
	justify-content: center;
}

  ::-webkit-scrollbar, #contenedorTabla::-webkit-scrollbar {
	width: 9px; height: 9px;
	cursor: pointer;
  }
  
  ::-webkit-scrollbar-track, #contenedorTabla::-webkit-scrollbar-track {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb, #contenedorTabla::-webkit-scrollbar-thumb {
	background: rgb(1, 30, 85);
	border-radius: 10px;
	cursor: pointer;
  }
  
  ::-webkit-scrollbar-thumb:hover, #contenedorTabla::-webkit-scrollbar-thumb:hover {
	background: royalblue;
  }
  

  .header, thead {
	border-bottom: 1px solid #F0F0F0;
	background-color: #F7F7F7;
	padding: 5px 10px;
  }
  
  .header h3 {
	margin: 0;
  }


  table {
	border: 2px solid royalblue;
	border-collapse: collapse;
	border-radius: 4px;
	width: 99.50%;
	text-align: center;
	font-family: inherit;
	font-size: 0.9em;
	padding: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  }
  
  table thead tr {
	background: royalblue;
	color: white;
	text-align: center;
	font-weight: bold;
  }
  
  table thead, td {
	padding: 6px 7px;
  }
  
  table tbody tr {
	border-bottom: 1px solid #F0F0F0;
  }
  
  table tbody tr:nth-last-of-type(even) {
	background-color: #F3F3F3;
  }
  
  table tbody tr:last-of-type {
	border-bottom: 2px solid royalblue;
  }
  
  table tbody tr:hover {
	color: white;
	background: rgba(65, 105, 225, 90%);
  }
  
  table tfoot {
	background: royalblue;
	color: white;
  }
  

/* ------------------------- */
/* POPUP */
/* ------------------------- */
.formulario__btnCV {
	height: 30px;
	line-height: 30px;
	width: 30%;
	margin: 2px;
	background: #6e800c;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: .1s ease all;
	-webkit-border-radius: 105px;
	-moz-border-radius: 105px;
	-ms-border-radius: 105px;
	-o-border-radius: 105px;
	-webkit-transition: .1s ease all;
	-moz-transition: .1s ease all;
	-ms-transition: .1s ease all;
	-o-transition: .1s ease all;
}

.formulario__btnCV:hover {
	background: #fff;
	color: #6e800c;
	box-shadow: 3px 0px 30px hsl(115, 95%, 50%);
}

.overlay {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;	bottom: 0; left: 0;	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

.overlay.active {
	visibility: visible;
}

.popup {
	background: rgb(241, 241, 223);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 10px;
	font-family: 'Montserrat', sans-serif;
	padding: 5px;
	text-align: center;
	width: 80%;
	height: 250px;
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.popup .btn-cerrar-popup {
	font-size: 26px;
	line-height: 26px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #BBBBBB;
}

.popup .btn-cerrar-popup:hover {
	color: hsl(0, 92%, 50%);
}

.popup h3 {
	font-size: 20px;
	font-weight: 600;
	padding: 0px,0px,0px,0px;
	opacity: 0;
}

.popup h4 {
	font-size: 18px;
	font-weight: 300;
	opacity: 0;
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup.active {	transform: scale(1); opacity: 1; }
.popup.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}



/* ----- -----  Mediaqueries ----- ----- */
@media screen and (max-width: 700px) {
	
	#contenedorTabla { width: 100%; overflow-x: scroll; }

	.popup { width: 100%; 	height: 250px;}
	.popup h3 {	font-size: 20px; }
	.popup h4 {	font-size: 15px; }

}

/* ========================================= index styles ======================================*/
#container-page-index{
    background-image: url("../assets/img/font-index.JPG");
}
#new-prod-index{
    background-color: rgba(255,255,255,.9);
}
#reg-info-index{
    background-color: rgba(255,255,255,.9);
    border-top: 1px solid rgba(183, 165, 165,.2);
}
#distribuidores-index{
    background-color: rgba(186, 188, 171,.87);
    color: var(--color);
}
/* ========================================= product styles ======================================*/
#container-page-product{
    background-image: url(../assets/img/font-registration.JPG);
}
#store, #infoproduct, #container-pedido{
    background-color: rgba(255,255,255,.97);
    min-height: 900px;
}
.img-product{
    max-height: 250px;
    display: block;
    margin: 0 auto;
}
/* ========================================= registration styles ======================================*/
#container-page-registration{
    background-image: url(../assets/img/font-registration.jpg);
}
#form-registration{
    min-height: 900px;
    background-color: var(--catalog-background-color);
    padding-top: 0px;
}
#container-form{
    padding: 20px;
    border-radius: 7px;
    border: 2px dashed lightblue;
}
/* ========================================= configAdmin styles ======================================*/
#container-page-configAdmin{
    background-image: url(../assets/img/font-registration.JPG);
}
#prove-product-cat-config{
    background-color: #fff;
    min-height: 900px;
}
