*{
   
    font-family: "Poppins", serif;
    font-size: 0.95rem;
}
/* END access formulario */
/*====================================
=            Menu Lateral            =
====================================*/
.row{
  margin-right: 0;
}
.statistic{
  /*padding: 25px;*/
}

.lateral{
  background: rgb(143,85,10);
  background: linear-gradient(191deg, rgba(143,85,10,1) 25%, rgba(10,8,3,1) 88%, rgba(219,160,18,1) 90%, rgba(5,34,10,1) 100%);
  height: 100%;
  width: 160px;
/*  position: fixed;*/
z-index: 1;
top: 0;
left: 0;
/*  margin-top: 5.25%;*/
}
.lateral .navbar-nav li:hover{
  background-color: #DAF7A6 ;
  color: #ccc;
  width: 100%;
  padding-left: 25%;
  font-size: 18px;
  font-weight: bold;
  
}
#gotop{
  transition: 0.5s ease;
}
/*Smooth Croll to Top*/
  html {
  scroll-behavior: smooth;
}
.caja1{
  padding-right: 0;
  max-width: 82%;
}
.menu-barra {
 margin-left: 35px;
 color: whitesmoke;
/* overflow: hidden;*/
}
.menu-barra a .nav-link{
  color: #DAF7A6;
}

.menu-barra li{
  margin-right: 25px !important;
}

.menu-barra ul li a:hover{
  background-color: #DAF7A6 ;
  color: #3C1704 !important;
  font-weight: bold;
  transition: 0.3s ease;
  padding-left: 20px 0;
  border-radius: 2px;

}

body {font-family: "Montserrat", "Lato", 'Arial', sans-serif;}

.sidebar {
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
/*  background-color: #111;*/
overflow-x: hidden;
padding-top: 16px;
background: linear-gradient(191deg, rgba(143,85,10,1) 25%, rgba(10,8,3,1) 88%, rgba(219,160,18,1) 90%, rgba(5,34,10,1) 100%);
}

.sidebar a {
  font-size: 18px;
  color: #BC8F8F;
  display: block;
  padding: 6px 8px 6px 20px;
  text-decoration: none;
  
}


.sidebar a:hover{
  color: #FAFAD2;
  background-color: #B8860B;
  text-decoration: none;
}

.main {
 
  margin-left: 160px; /* Same as the width of the sidenav */
  /*padding: 0px 10px;*/
}
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #BC8F8F;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color:  #B8860B;
  color: #343a40;
}

.topnav a.active {
  background-color: #FAFAD2;
  color: #BC8F8F;
}

.topnav-right {
  float: right;
}
@media screen and (min-width: 963px) {

  .menu {display: none;

  }
}
@media screen and (max-width: 962px) {
  .menu-lateral {display: none;}
  .sidebar {display: none;}
  .menu {}
  .main{ margin-left:0px ;}
  .menu-top{
    display: none;
  }
  
}


@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

/* SCROLL TO TOP */
#gotop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #343a40; /* Set a background color */
  color: #B8860B; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius:50px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  transition-duration: 1s;
}

#gotop:hover {
  background-color: #B8860B; /* Add a dark-grey background on hover */
  color: #343a40 ;

}/* END SCROLL TO TOP */

.second-row{
  border-top: dashed 3px #343a40 ;
  padding-top: 20px;
}

/* Statistic */
.stat{
  background-color: #333333b8;
  color: #889104;
  border: solid #000000d4 2px;
  height: 115px;
}

.stat:hover{
  border: solid #b8860bcc 3px;
  transition: 0.3s ease;
 
}
.stat p{
  font-weight: 3px;
  font-size:20px;
  font-style: italic;
  color: #fff;
}
.stat i{
  font-size: 40px;
  color: #b8860bcc;
}

.stat i:hover{
  font-size: 60px;
  transition: 0.8s;
}
.regis_sale{
  align-items: center;
  min-height: 30rem;
  background-color: #000000d4;
  color: #889104 !important;

}
.regis_sale tr{
  border-right: 1px solid #889104 ;
  color: #889104 !important;
}
.pp-info{
 align-items: center;

}


mark{
  font-size: 18px;
}
body{
  background-color: #5DADE2 !important;
}
/* Login */
.login{
  width: 350px;
  margin: 0 auto;
  margin-top: 13%;
  border-radius: 15px;
  color: #BC8F8F;
}
.fa-eye-slash, .fa-eye {
  background-color: #fff;
  color: #333 !important;
  padding: 11px;
  border-radius: 0px 3px 3px 0px;
}

@media screen and (max-width: 962px) {

  .input-log{
      margin-left: 10px;
    /*  margin-right: 40px ;*/
    width: 90% !important ;
  }
.login{

  margin:0 auto;
  margin-top: 15%;
  border-radius: 15px;
}
.img-table{
  width: 300px;
}

.img-home-pub{
  width: 100%;
  margin: 0 ;
}

}

@media screen and (min-width: 963px) {

  .input-log{
    /*margin-left: 100px !important ;*/
/*  margin-right: 40px ;*/
/*width: 60% !important ;*/

}
.img-table{
  max-width: 600px;
  max-height: 600px;
}
.img-home-pub{
  width: 880px;
}

}

/* Pre-Checkout page */

.precheckout-c {
 padding-top: 5%;
}

.big-icon{
  width: 100px;
}
.medium-icon{

  width: 50px;
}
.small-icon{
  width: 20px;
}
