/**
* Resets
*/
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
        box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
padding: 0;
text-rendering: optimizeLegibility;
}

/**
* Global
*/
body {
color: #333;
font-family: -apple-system, 
  BlinkMacSystemFont, 
  "Segoe UI", 
  Roboto, 
  Oxygen-Sans, 
  Ubuntu, 
  Cantarell, 
  "Helvetica Neue", 
  sans-serif;
font-size: 100%;
line-height: 1.5;
}

/**
* Grid
*/
.container {
background-color: #EDEDD5;;
margin: 0 auto;
max-width: 100%;

}

.row {
margin-bottom: 0em;
}

.row:last-child {
margin-bottom: 0;
}

.row:after {
clear: both;
content: "";
display: table;
}

@supports (display: flow-root) {
.row {
  display: flow-root;
}

.row::after {
  content: none;  
}
}

div[class*="col-"] {
float: left;

}

@media all and (min-width: 37em) {


.menu{
  width: 100%;
  background-color:#F55804;
}


.col-boton2{
  width: 100%;
  background-color: floralwhite;
  text-align: right;
  padding: 4px;
  padding-right: 40px;
}


.col-cuerpo1{
  width: 50%;
  height: auto;
  float: left;
  background-color: #D2D59A;
}

.col-cuerpo2{
  width: 50%;
  height: 639px;
  float: right;
  background-color: #D5D981;
}



.col-datos-empresa{
  width: 33.4%;
  height: 110px;
  float: left;
  font-weight: bold;   
  position: relative;
 background-color: burlywood;
 
 
}


.col-periodoFacturacion{
  width: 33.3%;
  height: 110px;
  float: right;
  font-weight: bold;
  background-color: #D5D981;
}

.col-ncfFechaValidez{
  width: 33.3%;
  height: 110px;
  float: right;
  font-weight: bold;
  background-color: bisque;
}

.col-escuela{
  width: 50%;
  background-color: #A2D4F5;

  margin-top: 7px;
  margin-left: 30px;
}

 .col-menuProductos{
   width: 100%;
  height: 800px;
  float: right;
  background-color: #57630C;
}

.badge{
font-size: 14px;
}
}
