@font-face {
  font-family: OpenSans;
  src: url('OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: OpenSansB;
  src: url('OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
}

body{
	font-family:"OpenSans"; 
	margin: 0px;
}
fieldset{
	border: none;
	margin: 0px;
}
a:link   
{   
}
.title-medium{
	font-size: 2.5em;
}
.title-small{
	font-size: 1.5em;
}
.title-extra-small{
	font-size: 1.3em;
	font-weight: bold;
}
#captcha{
	position: absolute;
	bottom: 0px;
}
#section-product{
	display: none;
	background-color: white;
}
.display-none{
	display: none;
}
.symbol-euro{
	background:transparent url(../img/symbol-euro.png)  left  no-repeat;
	text-align: right;
	padding-left: 16px;
	font-size: 15px;
}
.symbol-euro-cafe{
	background:transparent url(../img/symbol-euro-cafe.png)  left  no-repeat;
	text-align: right;
	padding:0px 16px;
	font-size: 15px;
}
@font-face {
  font-family: OpenSansB;
  src: url('OpenSans-Bold.TTF') format('truetype');
  font-weight: bold;
}
/*.bold-open { font-family: OpenSansB; }*/

.header {
	width: 100%;
	min-height: 120px;
	margin: 0px;
}

.f-cafe { color: #843E3A; }

.header-usuario-info {
	font-size: 11px;
	margin: 13px;
  text-align: left;
}

.linea {
  margin: 0px 10px;
}


.nav-menu {
  width: 100%;
  background: #843E3C;
  height: 50px;
  margin: 0px;
}

nav a {
  text-decoration: none;
  color: #FFF;
  /*width: 120px;*/
  font-size: 14px;
  text-align: center;
  margin: 0px 23px;
}

.footer {
  width: 100%;
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
  background: #843E3C;
  min-height: 320px;
  color: #FFF;
  font-size: 14px;
}

.texto-f {
  margin: 0px 30px;
  height: 100px;
  text-align: left;
}

.texto-f img {
  margin-right: 20px;
  margin-top: 15px;
}

.header-inicio {
  width: 100%;
  max-width: 100%;
  margin: 0px;
}

.banner-inicio {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.contenedor-inicio {
  margin-top: 50px;
  padding-bottom: 40px;
}

.form-inicio {
  width: 250px;
  margin-bottom: 30px;
}

.form-inicio input {
  border: 1px solid #D09D5B;
  width: 226px;
  height: 50px;
  margin-bottom: 15px;
  text-align: center;
}

.form-inicio .aviso-check{
	color: #843E3A;
	width: 15px;
	height: 15px;
	margin: 5px;
}

.link-aviso-p{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
.radius {
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
}

.btn-entrar{
  background: #843E3C;
  color: #FFF;
  font-size: 15px;
  width: 92px !important;
  height: 50px !important;
  margin-top: 20px;
  border: none;
}

.margen0 { margin: 0px; }

.padding0 { padding: 0px; }

.contacto-datos {
  color: #855F26;
  font-size: 14px;
  text-align: left;
}
.alert{
	display: none;
	display: inline-block;
	margin-left: 105px;
	margin-top: -14px;
}
.alert:hover{
	opacity: .7;
}
.delete-product:hover{
	opacity: .7;
}
#dialog{
	position: fixed;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 1000;
	top: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.5);
}
#dialog > div{
	display: block;
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%); 
	background-color: red;
	z-index: 1001;
}



.gestoria-banner {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.seccion-gestoria { min-height: 900px; }

.gestoria-row {
  background: #FFF;
  color: #855F26;
  position: absolute;
  right: 115px;
  width: 50%;
  top: 470px;
  padding-bottom: 30px;
}

.gestoria-row h1 {
  color: #843E3A;
  font-size: 30px;
  text-align: left;
}

.gestoria-row h2 { font-size: 14px; text-align: left; }

.gestoria-row p {
  font-size: 12px;
  margin: 10px 0px;
  text-align: left;
}

.gestoria-detalle-text {
  margin-top: 40px;
}
.display-table{
	display: table;
}
.display-cell{
	display: table-cell;
}
.align-text-middle-left{
	vertical-align: middle;
 	text-align: left;
}
.img-text-align-right{
	display: table-cell;
	vertical-align: middle;
	padding: 3px;
}
.display-table figcaption{
	width: 60%;
}
.display-flex{
	display: flex;
}
.position-relative{
	position: relative;
}
.position-fixed{
	position: fixed;
}
.primary-color{
	background-color: #843E3C;
}
.second-color{
	background-color: #F3E7D6;;
}
.text-color-white{
	color: white
}
.text-size-medium{
	font-size: 12px;
}
.separator-right::before{
	content: "";
	background: white;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 90%;
	width: 1px;
}
.footer{
	padding: 20px 0px;
}
#image-viewer{
	position: fixed;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 1000;
	top: 0px;
	overflow: auto;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.5);
}
#image-viewer > img{
	display: block;
	width: 45%;
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%); 
	/*background-color: red;*/
	z-index: 1001;
}
.margin-auto{
	margin: auto;
}
.globe{
	display: none;
	position: absolute;
    width: 200px;
    height: 110px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #555;
    background-color: #ff5926;
    color: white;
    font-size: 13px;
	text-align: left;
	bottom: 30px;
	left: 63px
}
.globe:before{
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #ff5926 transparent;
    bottom: -10px;
    left: 50px;
}
.display-block{
	display: block;
}
#container-shopping-cart > div{
	display: flex;
	justify-content:space-around;
	position: relative;
	top: 15px;
}
#container-shopping-cart{
	position: fixed;
	right: 0px;
	top:50%;
	margin-top: -50px;
	width: 60px;
	height: 100px;
	border-radius:5px 0px 0px 5px;
	background:#cf9a5b;
	transition:1s;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}
#container-shopping-cart > div > span{
	color: white;
}
#container-shopping-cart >label{
	margin:auto;
	color: white;
	visibility: hidden;
	font-size: .9em;
}
#container-shopping-cart:hover{
	width: 100px;;
}
.title-page  span{
	margin: auto 20px
}
.title-page{
	display: flex;
	height: 80px;
	padding: 40px 0px;
	margin-bottom: 40px;
	/*justify-content: space-around;*/
	justify-content: flex-start;
}
#div-without-products{
	min-height: 100px;
	/*display: none;*/
}
#menu-requesition{
	display: flex;
	margin-right: -2rem;
	margin-left: -2rem;
	border-bottom: 1px solid #843E3C;
}
.imagen-grande{
	width: 410px;
    height: 410px;
    margin: auto;
    border: 4px solid white;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

.view-product:hover{
	opacity: .7;
}
#menu-requesition > ul{
	margin: auto;
	padding: 0px;
}
#menu-requesition > ul  li{
	display: inline-block;
	border: 1px solid #843E3C;
	border-bottom: none;
	margin: 0px 3px;
	padding: 10px 15px;
	border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	position: relative;
}
.active-menu-requesition{
	color: #843E3A!important;
}
#menu-requesition > ul  li a {
	color: inherit;
    text-decoration: none;
    font-size: 17px;
}
#menu-requesition > ul  li a:hover{
	color: #843E3A;
}
.active-menu-requesition::before{
	content: "";
	background: white;
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 10px;
	width: 100%;
}

.min-height{
	min-height: 400px;
}
.loading{
	background:url(../img/loading.gif) no-repeat center top;
}
.product-ofert{
	background:url(../img/ico_offerta_activo.png) no-repeat center;
	width: 32px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.row-product{
	border:1px solid #CEBAB9;
	min-height: 270px;
}
.row-product:hover{
	background-color: #F3E7D6;
}
#title-product{
	padding-top: 100px;
}
.thumbnail-product{
	width: 110px;
	height: 110px;
	margin: auto;
	border: 4px solid white;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.view-product{
	height: 20px;
	width: 20px;
	background:transparent url(../img/ico_lupa.png) no-repeat center;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 10px;
	background-size: contain;
}
.delete-product{
	height: 20px;
	width: 20px;
	background:transparent url(../img/ico_borrar.png) no-repeat center;
	cursor: pointer;
	display: inline-block;
	background-size: contain;
}
.delete-products{
	margin-bottom: 10px;
	height: 20px;
	width: 20px;
}
.container-option-product{
	text-align: center;
	padding: 0px 10px;
	padding: 10px;
	border: 1px solid #D09D5B;
	border-radius: 5px;
	background-color: white;
	flex-basis: 5%;
	max-height: 100px;
}
.container-alert{
	position: relative;
	margin-top: 20px;
}
.accounting-category{
	border: 1px solid #D09D5B;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	width: 100%;
	height: 30px;
	color: #843E3B;
	font-size: 13px;
	text-align: center;
	margin: 0px;
	position: absolute;
	bottom: -30px;
	z-index: 2;
}
.product-description{
	color: #535353;
	flex-basis: 60%;
	position: relative;
	min-height: 184px;
}
.date-delivery-products{
	border:none;
	height: 20px;
	padding: 5px 5px 5px 25px;
	background:transparent url(../img/ico_calendario.png) no-repeat left;
	min-width: 250px;
	color: #535353;
	font-size: .8em;
	position: absolute;
	bottom:10px;
	cursor: pointer!important;
}
.date-delivery-provider{
	position: absolute;
    bottom: auto;
    top: -178px;
    font-size: 17px;
    width: 315px;
}
.container-product-image{
	display: flex;
	flex-basis: 35%;
}
.product-name{
	font-size: .9em;
}
.product-code{
	font-size: .9em;
}
.product-provider{
	font-size: .8em;
}
/*estilos texto*/
.font-size-lg{
	font-size: .9em;
}
.font-size-md{
	font-size: .8em;
}
.title-img{
	margin: auto 10px;
}
.text-color-grey{
	color: #535353;
}
.text-color-second{
	color: #B9B9B9;
}
/*fin de estilos de texto*/
.align-center{
	text-align: center;
}
.pieces-product{
	width: 100%;
	box-sizing: border-box;
	margin: 2px auto;
	border: 1px solid #D09D5B;
	    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-indent: 2px;
}
.comment-product{
	width: 100%;
	border:none;
	height: 80px;
	max-width: 100%;
	min-height: 80px;
	min-width: 100%;
	max-height: 150px;
	background:transparent;
	resize: none;
	font-size: 15px;
}
.div_producto,.div_comentario,.div_precio,.div_subtotal{
	text-align: center;
}

.div_producto{
	width: 60%;
}
.div_cantidad{
	width: 10%;
}
.div_comentario{
	width: 35%;
}
.div_precio{
	width: 10%;
}
.div_subtotal{
	width: 22%;
}


.comment-product:hover,.comment-product:focus,#container-comment-requesition > div > div > textarea:hover,#container-comment-requesition > div > div > textarea:focus{
	background-color: #CEBAB9
}
.column-border{
	border-left: 1px solid #CEBAB9;
	border-right: 1px solid #CEBAB9;
}
.product-padding{
	padding-top: 20px;
	padding-bottom: 20px;
}
.product-padding-side{
	padding-left: 20px;
	padding-right: 20px;
}
.section-catalog{
	margin-bottom: 100px
}
.symbol-kg{
	background:white url(../img/symbol-kg.png) no-repeat right;
}
#container-total{
	color: #843E3A;
	display: flex;
	justify-content: space-between;
	background-color: #F3E7D6;
	margin-right: 1rem;
	margin-left: 1rem;
}
#container-total > div{
	flex-grow:1;
}
#print{
	background:transparent url(../img/symbol-print.png) no-repeat left;
	padding: 13px 0px 14px 30px;
	text-align: left;
	border:none;
	margin: auto 20px auto 40px;
	cursor: pointer!important;
}
#print:hover,#clear:hover,#delete-all-product:hover,.date-delivery-products:hover{
	background-color: white;
}
#clear{
	padding:10px;
	margin: auto 20px;
	cursor: pointer;
}
#delete-all-product{
	padding: 12px 14px;
	margin: auto 20px;
	max-width: 16px;
	max-height: 20px;
	cursor: pointer;
}
#alert-main{
	/*margin: auto 10em auto 30em;*/
	display: flex;
	flex-grow: 1;
	visibility: hidden;
}

#alert-main > img{
	margin: auto 40px;
}
#alert-main > div{
	display: inline-block;
	border-left: 1px solid #ff5926;
	font-size: .7em;
	max-width: 300px;
	padding: 10px;
}
#alert-main span{
	margin:0px;
	color: #ff5926;
}
.subtotal-section-catalog{
	display: flex;
	justify-content:flex-end;
	margin: 20px -10px;
}
.display-flex-end{
	display: flex;
	justify-content:flex-end;
}
.display-flex-end label{
	margin:auto 0px;
}
.col-lg-med-padding{
	padding-right: .8rem;
	padding-left: .8rem;
}
#final-configuration{
	background-color: #F3E7D6;
	padding: 10px 20px;
	margin-top: 40px;
	margin-right: 1rem;
	margin-left: 1rem;
}
.separator-top{
	position: relative;
}
.separator-top::before{
	content: "";
	background: white;
	position: absolute;
	top: -5px;
	height: 1px;
	width: 200px;
	left: 50%;
	margin-left: -100px;
}
#container-comment-requesition{
	margin-top: 40px;
}
#container-comment-requesition > div{
	margin: auto;
	width: 90%;
	padding: 15px;
}
.comment-requesition{
	border: 1px solid #D09D5B;
	border-radius: 10px;
	font-size: 16px;
	width: 100%;
	max-width: 100%;
	min-height: 40px;
	min-width: 320px;
	text-indent: 5px;
}
#container-comment-requesition > div > div > textarea{
	width: 100%;
	border: none;
}
.button{
	width: 200px;
	height: 40px;
	border-radius: 5px;
	background: #cf9a5b;
	border: none;
	color: white;
	cursor: pointer;
}
.container-button{
	display: flex;
	justify-content:space-around;
	padding: 100px 0px;
}
#pageDiv{ margin-top: 10px; }
#pageDiv button{
    cursor: pointer;
    background: #D09D5E;
    height: 40px;
    border: none;
    width: 120px;
    font-size: 12px;
    color: #FFF;
}
#pageDiv #back{
    background: #D09D5E url(../img/arrow_bck.png) 10% no-repeat;
    padding-left: 10px;
}
#pageDiv #next{
    background: #D09D5E url(../img/arrow_nxt.png) 90% no-repeat;
    padding-right: 10px;
}
#pageDiv a{
    cursor: pointer;
    color: #843E39;
}
#pageDiv a:hover{
    text-decoration: underline;
    font-weight: bold;
}
#pageDiv #active{ text-decoration: underline; }

@media screen and (max-width: 1200px) {
	
	.product-ofert{}
}

@media screen and (max-width: 768px) {
	#alert-main{
		flex-grow: 0;
	}
	.title-page{
		padding: 0 0 40px 0;
	}
}
@media screen and (max-width: 545px) {
  .separator-right::before{
    background: none;

  }
  .separator-right{
  	    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
  }
 }
/*******Flex box**********/
*[class*="flex-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
*[class*="flex-c-"] {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
*[class*="flex-st-"] {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
*[class*="flex-b-"] {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
*[class*="flex-end"] {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
*[class*="flex-start"] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
*[class*="-sa-box"] {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
*[class*="-sb-box"] {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
*[class*="-fe-box"] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
*[class*="-fs-box"] {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
*[class*="-c-box"] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
*[class*="-end-box"] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
*[class*="-col-"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
*[class*="-row-"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
*[class*="-wrap-"] {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
*[class*="fi-start"] {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
*[class*="fi-end"] {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}