* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  background: #fafafa; 
  text-transform: lowercase;
  height: 100%;
  background-image: url(../images/fondo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color:#7B6F6B;
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4 {
  margin-top: 0px;
  letter-spacing: 0px;
  text-transform:  lowercase;
}

h1
{
  margin-bottom: 25px;
  padding-top: 5px;
  padding-bottom: 10px;
  color:#FF6F01;
  font-size: 2em;
  -webkit-column-span:all;
            -moz-column-span:all;
            column-span:all;
}

h2
{
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 10px;
  color:#FF6F01;
  font-size: 1.5em;
}

h3
{
  padding: 0 5px;
  margin-top: 25px;
  color:#FF6F01;
  font-size: 1.3em;
  -webkit-column-span:all;
            -moz-column-span:all;
            column-span:all;
}

h4{
  color:#BCB7AE;
  margin-top: 25px;
    margin-bottom: 2px;
    font-size: 1em;
}

p {
    margin: 0.4em 0;
    color:#BCB7AE;
 font-size: 0.9em;
}
.contenedor{
width:100%;
margin: 0 auto;
overflow: hidden;
}


header{
  background-color: #ffffff;
  width:100%;
  height: auto;
  padding: 0px 30px 10px 50px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(188,183,174,0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(188,183,174,0.75);
  box-shadow: 0px 5px 5px 0px rgba(188,183,174,0.75);

  /* Flexbox */
  display: flex;
  justify-content:space-between;
  align-items:center;

  flex-direction:row;
  flex-wrap:wrap;

}

section{
  padding: 20px 50px 20px 50px;
  width: 100%;
  
  z-index: -999;

  flex:1 1 80%;
  /*flex:1;*/
  /* Flexbox 
  display: flex;*/
  flex-wrap:wrap;
  /*align-items: center;
  justify-content:center;*/
}

footer{
  background-color: none;
  clear: both;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  bottom: 0px !important; 
  /* Flexbox */
  
}
hr {
  border: 0; 
  border-top: 1px solid #FF6A00; 
  border-bottom: 1px solid #FF6A00; 
  height:0;
  width: 70%;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}

#auth{
  display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}


.botones{
  display: inline-block;
  background-color: #ffffff;
  color: #FF6F01;
    padding: 3px 12px;
    margin: 10px;
    /*font-size: 14px;*/
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
      touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: none;
    border: 2px solid #FF6F01;
    border-radius: 6px;
    box-shadow: 2px 2px 2px #F5A74A;
}

.botones:hover{
	color: #fff;
  	background-color: #FF6F01;
    border-color: #02A515;
  outline: 0;
  -webkit-box-shadow:  0 0 6px #02A515;
          box-shadow:  0 0 6px #02A515;
  	/*box-shadow: 5px 3px 3px #F5A74A;*/
}

.botones:disabled{
  color: #c1c1c1;
    background-color: #ffffff;
    box-shadow: 5px 3px 3px #c1c1c1;
    border: 2px solid #c1c1c1;
    cursor: default;
}

a{
  color: #7B6F6B;
}
a:hover{
  color: #FF6F01;
}

a.plus {
    background-image: url(../images/plus.png);
}

a.minus {
    background-image: url(../images/minus.png);
}

a:disabled{
  color: #c1c1c1;
    background-color: #ffffff;
    box-shadow: 5px 3px 3px #c1c1c1;
    border: 2px solid #c1c1c1;
    cursor: default;
}


.modulo{
  margin: 20px auto;
  width: 40%; 
  height: auto; 
  padding: 20px 20px 40px 20px;
  -webkit-border-radius: 8px/7px; 
  -moz-border-radius: 8px/7px; 
  border-radius: 8px/7px; 
  background-color: #F8F8F8; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.50); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.50); 
  box-shadow: 
        0px 0px 0px 5px rgba( 255,255,255,0.4 ), 
        0px 4px 20px rgba( 0,0,0,0.50);
  border: solid 1px #BABABA;
  display: table;
  position: static;
}
.loguin .columnasx2 {
    
    position: relative;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 20px;
    float: left;
}


/*TABS*/
.tabs article {
  margin-bottom: 20px;
  padding-bottom:20px;
  

  display: flex;
  flex-wrap:wrap;
  +align-items:center;
  *justify-content:center;
}

ul.tabs{
  width: 100%;
  color: #fff; importnat!
  margin-bottom: 0px !important;
  list-style: none;
  display: flex;
}

ul.tabs li{
  width: 20%;
  border-right: 2px solid #fff;
  background: #BCB7AE;
  border-radius: 10px 10px 0px 0px;
  color: #ffffff;
}

ul.tabs li:hover{
  background: #7B6F6B;
  color: #FFF;

}

ul.tabs li:after{
  background: #F107F4;
  color: #FFF;
}

ul.tabs li a{
  color: #363636;
  text-decoration: none;
  font-size: 1em;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  display: block;
  padding: 10px 10px 10px 10px;
}


.wactive{
  background-color:  #FF6F01;
  color: #fff;
  text-decoration: none;
  /*font-size: 16px;*/
  text-align: center;
  
  display: block;
  padding: 20px 20px 20px 20px;

}


ul.tabs li a .tab-text{
  margin-left: 8px;
  margin-bottom: 0px;
  color: #ffffff;
}

.flecha{  
  /*display: none;*/
  bottom: 0px;
  margin-left: 50%;
  margin-top: -10px;
  width:0px;
    height:0px;
    border-left:10px solid transparent; /* izquierda flecha */
    border-right:10px solid transparent; /* derecha flecha */
    border-bottom:10px solid #ffffff; /* base flecha y color*/
    font-size:0px;
    line-height:0px; 
}


ul li a .tab-text .current:after {
  width: 0;
  height: 0;
  color: #ffffff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 18px solid #E5E5E5;
  content: " ";
  position: relative;
  bottom: -7px;
  *margin-left: 50%;
}

.secciones{
  width: 100%;
  height: auto;
  min-height: 600px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(133,133,133,1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(133,133,133,1);
  box-shadow: 0px 5px 10px 0px rgba(133,133,133,1);
  border-radius: 0px 0px 10px 10px;
    
}

.secciones article{
  padding: 20px;
}

.secciones article p{
  text-align: justify;
} 

@media screen and (max-width: 980px) {
  .secciones {
    background: none;
  -webkit-box-shadow: 0px 0px 00px 0px ;
  -moz-box-shadow: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px;

  }
.historial p{
font-size: 0.7em;
}

  ul.tabs li{
  width: 25% !important;

  border-right: 2px solid #fff;
  background: #BCB7AE;
  border-radius: 10px 10px 0px 0px;
  color: #ffffff;
  }

ul.tabs li a{
  color: #363636;
  text-decoration: none;
  font-size: 0.8em;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  display: block;
  padding: 10px 10px 10px 10px;
}

 .loguin {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
} 
.autenticar .uploadbox:focus{
 font-size: 16px!important
 }
}


/*@media screen and (max-width: 450px){

  ul.tabs li a{
    padding: 15px 0px;

  }


  ul.tabs li a .tab-text{
    *display: none;
  }

  .secciones article{
    padding: 20px;
  }
}*/

/* iconos */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-pencil:before {
  content: "\270f";
  color:#ffffff;
}
.glyphicon-list:before {
  content: "\e056";
  color:#ffffff;
}
.glyphicon-ok:before {
  content: "\e013";
  color:#ffffff;
}
.glyphicon-paperclip:before {
  content: "\e142";
  color:#ffffff;
}

/* orden de produccion */

.order *{

}
#new_order_form {
    width: 80%;
    position: relative;
    display: flex;
}
.inputbox{
    display: inline-block;
  background-color: #ffffff;
  padding: 3px 12px;
    /*font-size: 14px;*/
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #FF6F01;
    border-radius: 8px;
  color: #444; 

}
.inputbox:focus {
    border-color: #02A515;
  outline: 0;
  -webkit-box-shadow:  0 0 6px #02A515;
          box-shadow:  0 0 6px #02A515;
}

.categoria{
  width:100%;
  height: auto;
  /* Flexbox */
  display: flex;
  justify-content:space-between;
  align-items:center;

  flex-direction:row;
  flex-wrap:wrap;
 }
/*
#new_order_form .notes,
#new_order_form label,
#new_order_form th {
*/
#new_order_form select,
#new_order_form input {
    color: #000000;
}



a.plus, a.minus {
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 14px;
}


.small {
    font-size: 0.8em;
    line-height: 1.4em;
}

.order {
    margin-top: 0.2em;
    width: 100%;
    color: #b9b9b9;
    /*display: flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;*/
}

.name th{
font-weight: normal;
    font-size: 0.8em;
    line-height: 1em;
    text-align: center;
}
.order th {
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1em;
    padding-left: 5px;
    text-align: left;
}

textarea{
  display: block;
  width: 97%;
  background-color: #ffffff;
  padding: 3px 12px;
    /*font-size: 14px;*/
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #FF6F01;
    border-radius: 8px;
  color: #444; 

}
textarea:focus{ 
  outline: none;
  border: 1px solid #02A515;
  outline: 0;
  -webkit-box-shadow:  0 0 6px #02A515;
          box-shadow:  0 0 6px #02A515;
}
.order input{
	display: inline-block;
	background-color: #ffffff;
	padding: 3px 4px;
  	/*font-size: 14px;*/
  	font-weight: normal;
  	line-height: 1.42857143;
  	text-align: left;
  	white-space: nowrap;
  	vertical-align: middle;
  	border: 1px solid #FF6F01;
  	border-radius: 8px;
	color: #444; 

}
.order input:focus {
   	border-color: #02A515;
	outline: 0;
  -webkit-box-shadow:  0 0 6px #02A515;
          box-shadow:  0 0 6px #02A515;
}
.order select{
	display: inline-block;
	background-color: #ffffff;
	padding: 3px 4px;
  	/*font-size: 14px;*/
  	font-weight: normal;
  	line-height: 1.42857143;
  	text-align: left;
  	white-space: nowrap;
  	vertical-align: middle;
  	border: 1px solid #02A515;
  	border-radius: 8px;
	color: #444; 

}
.order select:focus{ 
  outline: none;
  border: 1px solid #02A515;
  outline: 0;
  -webkit-box-shadow:  0 0 6px #02A515;
          box-shadow:  0 0 6px #02A515;
}

.order .caja {
   display: inline-block;
  background-color: #ffffff;
  
    font-size: 14px;*/
    font-weight: normal;
    
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #FF6F01;
    border-radius: 8px;
  color: #444; 
   position:relative;
}
.order select {
   background: transparent;
   border: none;
   font-size: 14px;
      
}
.order select:focus{ outline: none;}

.order .caja::after{
    content: "\025be";
    display: table-cell;
    text-align: center;
    border-radius: 0px 6px 6px 0px;
    background-color: #FDDCAC;
    position: absolute;
    top: 1px;
    right: 1px;
    pointer-events: none;
    width: 19px;
    height: 20px;
}
.order select:focus{
	 border-color: #02A515;
	outline: 0;
  -webkit-box-shadow:  0 0 6px #02A515;
          box-shadow:  0 0 6px #02A515;
}
.order input, .order select {font-size: 0.8em;}
.order tr td { padding: 1px 3px; }
.order input, .order select { width: 100%; }
.order .file { width: 20em; padding-left: 3px; text-align: left; }
.order .tampag { width: 7em; }
.order .numpag { width: 3.5em; }
.order .tintas { width: 18em; }
.order .snegro { width: 5.5em; }
.order .lpi { width: 3em; }
.order .trapping { width: 5em; }
.order .tipoctp {width: 9em;}
.order .plancha { width: 8em; }
.order .pinza { width: 3.5em; }
.order .pelicula, .order .emulsion { width: 5.75em; }
.order .colprueba { width: 8em; }
.order .tamprueba { width: 9em; }

/* digital */

.order .tamimp { width: 10em; }
.order .papel { width: 10em; }
.order .copias { width: 6.5em; }
.order .tintasdig { width: 6em; }
.order .caras { width: 4em; }
.order .acabado1,
.order .acabado2,
.order .acabado3 { width: 7em; }

/* estilo historial */

.historial{
    padding: 25px;
}

.historial th {
    font-weight: normal;   
    line-height: 1em;
    text-align: left;
    padding: 0 10px;
font-size: 0.9em;
}

.historial table { 
 
}
.historial tr td { padding: 1px 3px; color: #444; }
.historial td.left input { text-align: left; }
.historial input { 
  display: inline-block;
  background-color: #ffffff;
  padding: 3px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid #FF6F01;
    border-radius: 10px;
  color: #444; 
   
}
.historial .numero { width: 6em; text-align: left; }
.historial .fecha {width: 8em;  text-align: left; }
.historial .hora { width: 7em;  text-align: left; }
.historial .nombre { width: 22em;  text-align: left; }
.historial .pdf { vertical-align: middle; text-align: left; width: 2em; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.table {
    border-collapse: collapse !important;
}
/*  ADJUNTOS */

.adjuntos{
  width: 90%;
  padding: 10px 0px;  
    position: relative;
    display: flex; 

    /*-webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;
    break-before: column;

    -webkit-column-gap: 50px; 
    -moz-column-gap: 50px; 
    column-gap: 50px;*/
}
.adjuntos ul{
  
  list-style-image: url(../images/diamond.png);
  padding: 10px;
  margin: 0.4em 0;
    color:#BCB7AE;
font-size: 0.7em;    
}

.adjuntos .col-adjuntos {
    width: 45%;
    position: relative;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 20px;
    float: left;
}

.adjuntos .col-adjuntos input[type=”file”]#upload_field {
 width: 0.1px;
 height: 0.1px;
 opacity: 0;
 overflow: hidden;
 position: absolute;
 z-index: -1;
 }


.uploadbox{
  display: inline-block;
  background-color: #ffffff !important;
  padding: 6px 12px;
    /*font-size: 14px;*/
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #FF6F01;
    border-radius: 8px;
  color: #444;
  width:  100%;

}

.boxloguin{
 display: inline-block;
  background-color: #ffffff !important;
  padding: 6px 12px;
    font-size: 16px !important;
    font-weight: normal;
    line-height: 2;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #FF6F01;
    border-radius: 8px;
  color: #444;
  width:  100%;

}
.uploadbox:focus{
font-size: 16px!important;
outline: none;
  border: 1px solid #02A515;
  outline: 0;
  -webkit-box-shadow:  0 0 6px #02A515;
          box-shadow:  0 0 6px #02A515;
}

input:focus { 

}
 
.form-group {
  margin-bottom: 25px;
}

/* iconos */

@font-face {
  font-family: 'icomoon';
  src:
    url('../fonts/icomoon.ttf?200b5s') format('truetype'),
    url('../fonts/icomoon.woff?200b5s') format('woff'),
    url('../fonts/icomoon.svg?200b5s#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 2.3em;
  padding: 10px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tutoriales:before {
  content: "\e900";
}
.icon-contacto:before {
  content: "\e901";
}
.icon-servicios:before {
  content: "\e902";
}
.icon-ingresa:before {
  content: "\e903";
}
.icon-icono-pdf:before {
  content: "\e904";
  color: #FF6F01;
}
.icon-quienes-somos:before {
  content: "\e905";
}
.icon-inicio:before {
  content: "\e906";

}
.icon-icono-usuario:before {
  content: "\e907";
  color: #FF6F01;
}

.icon-tutoriales::before:hover {
  content: "\e900";
  color: #FF6F01;
}
.icon-servicios::before:hover {
  content: "\e902";
  color: #FF6F01;
}
.icon-ingresa::before:hover {
  content: "\e903";
  color: #FF6F01;
}
.icon-quienes-somos::before:hover {
  content: "\e905";
  color: #FF6F01;
}
.icon-inicio::before:hover {
  content: "\e906";
  color: #FF6F01;
}

/*loguin */
.loguin{
      display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.col-loguin {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 10px 50px;
}
.recuerda {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 10px 50px;
}
.autenticar {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 10px 50px;
}


hr.v{
width: 2px;
height: 30px;
background-color: #FF6F01;
margin: 10px;
}

#logged {
display: none;
  /* Flexbox 
  display: flex;
  justify-content:space-between;
  align-items:center;

  flex-direction:row;
  flex-wrap:wrap;*/
    }

.contentlogged{
  /* Flexbox */
  display: flex;
  justify-content:space-between;
  align-items:center;

  flex-direction:row;
  flex-wrap:wrap;
}
.loginbox{
  display: inline-block;
  background-color: #ffffff !important;
  padding: 6px 12px;
    /*font-size: 14px;*/
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    border: 2px solid #FF6F01;
    border-radius: 8px;
  color: #444;
  width:  80%;

}
.inputuser{
  background-color: transparent;
  border-style: none;
  border: none;
  text-align: right;
}

/*CHECKBOX*/
.inputs input[type=checkbox] {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
font-size: 16px !important;
    font-weight: normal;
    line-height: 2;

}
.logcb{
font-size: 16px !important;
    font-weight: normal;
    line-height: 2;
}


.recuerdaclave {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    
    
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

a:focus {
    border: 0.5px solid #02A515;
  outline: 0;
  -webkit-box-shadow:  0 0 6px #02A515;
          box-shadow:  0 0 6px #02A515;
}

input:focus {
    border: 0.5px solid #02A515;
  outline: 0;
  -webkit-box-shadow:  0 0 6px #02A515;
          box-shadow:  0 0 6px #02A515;
}

input[type=checkbox]:focus {
    border: 1px solid #02A515;
  outline: 0;
  -webkit-box-shadow:  0 0 3px #02A515;
          box-shadow:  0 0 3px #02A515;
}

ul.tabs li a:focus{
 border: none;
 outline: 0;
  -webkit-box-shadow:  0 0 0px #ffffff;
          box-shadow:  0 0 0px #ffffff;

}

/*errores*/
span.error {
    width: auto;
    display: none;
    color: #FF6F01;
    clear: both;
    font-size: 0.8em;
    padding-left: 14em;
}

select.error, input.error, textarea.error {
    border: 1px solid #f00;
}