/***
1. GENERAL
2. HEADER
3. MENU
4. FOOTER
5. BLOG
6. HOME
7. PAGES
8. WOOCOMMERCE
9. EXTRAS
***/


/** 1. GENERAL START **/

@import url('https://fonts.googleapis.com/css?family=Barlow:400,600,700|Prompt:400,400i,700&display=swap');


html, body{
	overflow-x:hidden;
}

body{
  font-size: 1rem;
  line-height:1.75;
  color: #404040;
  letter-spacing:1px;
  font-family: 'Prompt', sans-serif;
  }

.post, .page{
  margin:0;}

p, ul, ol{
  font-family: 'Prompt', sans-serif;
  margin-left:0;}

h1, h2, h3, h4, h5, h6{
  font-family: 'Barlow', sans-serif;
  color: #00214E;
  font-weight:700;
  line-height:1.3;
  margin-bottom:.8rem;
  letter-spacing:3px;
  }
  
.h1, h1{font-size:2rem; letter-spacing: 1px;}

b, strong {
    font-weight: bold;
}

button, input, optgroup, select, textarea{
   font-family: 'Prompt', sans-serif;}

.postcontent a, .postcontent a:link{
   font-family: 'Prompt', sans-serif;
   text-decoration: none;
   color: #00214E; }

a {
  color:#00214E;
  outline: 0;
  text-decoration:none;}

a:active,
a:hover,
a:focus {
  color:#00214E;
  text-decoration:none;
  outline: 0;}

:focus{
  outline:none
}

.texto-semi-destacado{
  font-size:1.1rem;
  letter-spacing: .09rem;
}


.texto-destacado{
  font-size:1.3rem;
  letter-spacing: .12rem;
}

.divider-gris {
  height: 1px;
  width:100%;
  display:block;
  margin: 9px 0;
  overflow: hidden;
  background-color: #ccc;
}

.divider-blanco {
  height: 1px;
  width:100%;
  display:block;
  margin: 9px 0;
  overflow: hidden;
  background-color: #fff;
}

.page-content, .entry-content, .entry-summary{
  margin:0 !important;}

button, input[type="button"], input[type="reset"], input[type="submit"]{
  letter-spacing:1px;
  border-radius:0;
  background:#00214E;
  border:1px solid #00214E;
  color:#fff;
  padding:1rem;
  font-size:1rem;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
  background:transparent;
  border:1px solid #00214E;
  color:#00214E;
}

.btn{
  letter-spacing: 2px;
  border-radius: 0;
  padding: .7rem 1.5rem;
}

.btn:hover, .btn:focus, .btn:active{
  outline:none;
  box-shadow:none;
}
  
.btn-primary{
  background:#00214E;
  border:1px solid #00214E;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
  background:transparent !important;
  color:#00214E !important;
  border:1px solid #00214E !important;
}

.btn-secondary{
  background:transparent;
  color:#00214E;
  border:1px solid #00214E;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active{
  background:#00214E !important;
  color:#fff !important;
  border:1px solid #00214E !important;
}

.btn-blanco{
  border:1px solid #fff !important;
  background: #fff;
  color: #00214E;
}

.btn-blanco:hover, .btn-blanco:focus{
	color:#fff;
}

.btn-secondary-blanco{
  border:1px solid #fff !important;
  background: transparent;
  color: #fff;
}

.btn-secondary-blanco:hover, .btn-secondary-blanco:focus{
	border:1px solid #fff !important;
	background:#fff !important;
	color:#00214E !important;
}


label, input, textarea{
  width:100%;
  border-radius: 0 !important;
}

input:focus, textarea:focus{
  border-color:#000;
}

input[type=checkbox], input[type=radio], input[type=submit]{
  width:auto;
}

::placeholder{
  color:#ccc;
}


.adorno-titulo-cent:after{
  content:'';
  display:block;
  width:32%;
  height:2px;
  background:#00214E;
  margin:15px auto;
}

.adorno-titulo-der:after {
    content: '';
    display: inline-block;
    width: 90px;
    height: 2px;
    background: #00214E;
    margin: 15px 0 0 10px;
}

.adorno-titulo-izq:after {
    content: '';
    display: block;
    width: 90px;
    height: 2px;
    background: #00214E;
    margin: 15px auto 15px 0;
}

.adorno-titulo-blanco:after{
  content:'';
  display:block;
  width:90px;
  height:2px;
  background:#fff;
  margin:15px 0;
}

.adorno-titulo-blanco-der:after{
  content: '';
    display: inline-block;
    width: 90px;
    height: 2px;
    background: #fff;
    margin: 15px 0 0 10px;
}

.img-full{
  min-width:100%;
  height:auto;}

.img-cover{
	height:100%;
	width:100%;
	object-fit:cover;
}

.dos-columnas{
  -webkit-columns: 2; /* Chrome, Safari, Opera */
  -moz-columns:2; /* Firefox */
  columns:2;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  
}

.fondo-gris{
	background:#ececec;
}

.texto-blanco{
	color:#fff;
}

.fondo-azul{
	background:#00214E;
	color:#fff;
}

.fondo-azul a, .fondo-azul h1, .fondo-azul h2, .fondo-azul h3{
	color:#fff;
}

.texto-azul{
	color:#00214E;
}

.overflow-hidden{
	overflow:hidden;
}

.min-vh-100{
	min-height:100vh;
}

.pestana-presupuesto{
	position: fixed;
	top: 52%;
	right: 0;
	display: inline-block;
	min-width: 38px;
	font-size: .9rem;
	z-index:999;
}


.pestana-presupuesto a{
  text-align: center;
  overflow: hidden;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  white-space:nowrap;
  background:#00214E;
  color:#fff;
  padding:7px 15px;
}


.list-group-item{
	background:transparent;
}

/** 1. GENERAL END **/

/** 2. HEADER START **/

.site-header{
	position:absolute;
	display: block;
	z-index: 2;
}

.top-header{
	background:#fff;
}

.cabecera{
  width:100%;
  background-image: linear-gradient(0deg, rgba(255,255,255,0) 25%, rgba(255,255,255,.9) 100%);
  color:#fff;
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
  letter-spacing:.1rem;
  z-index: 99999;
  transition:all 750ms;
}

.cabecera-sticky{
	position:fixed;
	top: 0;
	transition:all 750ms;
}

.logotipo{
	margin-top:-40px;
	transition:all 750ms;
}

.cabecera-sticky .logotipo{
	max-width:120px;
	margin-top:0;
	transition:all 750ms;
}

/** 2. HEADER END **/

/** 3. MENU START **/


.main-navigation ul{
  display: block;
  text-align: right;
}

.main-navigation ul li{
  padding: 4px 12px;
  font-size: .9rem;
  text-transform:uppercase;
  display: inline-block;
  float: none;
}

.main-navigation ul li:after{
  content:'';
  display:block;
  margin:0 auto;
  width:0;
  height:1px;
  background:#00214E;
  transition:all 500ms;
}


.main-navigation ul li.current-menu-item:after, .main-navigation ul li:hover:after{
  content:'';
  display:block;
  position:relative;
  width:100%;
  height:1px;
  background:#00214E;
  transition:all 500ms;
}

.main-navigation ul li a{
  color: rgb(0, 33, 78);
  font-family:'Barlow', sans-serif;
  font-weight: 600;
  letter-spacing:1px;
  padding:4px 0;
}


/** 3. MENU END **/

/** 4. FOOTER START **/

.site-footer{
  background: #00214E;
  color: #fff;
  padding:15px 0;
  font-size: .8rem;
}

.site-footer a{
  color:#fff;
}

.logo-footer{
	max-width:175px;
}

.site-footer h3{
  color:#fff;
  font-size:1rem;
  text-transform:uppercase;
  font-weight:normal;
}

.borde-izq-blanco{
	border-left:1px solid #fff;
}

.direccion-footer{
	padding-left:15px;
}

.direccion-footer:before{
	content:'\f041';
	font-family:'FontAwesome';
	position:absolute;
	left:15px;
}


.sub-footer{
	background: #001737;
	color:#fff;
	padding: 20px 0;
	font-size:.8rem;
}

.sub-footer a{
	color:#fff;
}


/** 4. FOOTER END **/


/** 5. BLOG START **/

.entry-meta, .entry-meta a{
  font-size: .7rem;
  text-transform:uppercase;
}

.entry-footer, .entry-footer a{
  font-size:.8rem;
  text-transform:uppercase;
  color: #909090;
}

.entry-meta, .entry-footer{
  margin:1rem 0;
}

.blog article, .archive article {
  height:100%;
}

.widget-title{
  text-transform:uppercase;
  font-size: 1rem;
}

.widget{
  border-bottom:1px solid #ccc;
}

.widget:last-child{
  border:none;
}

.widget_search{
  border:none;
  background:#ececec;
  padding:25px;
  position: relative;
}

.widget_search form{
    position: relative;
    display: flex;
    width: 100%;
}

.widget_search label{
    position: relative;
    display: flex;
    width: 100%;
    margin: 0;
    }

.widget_search .search-field{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 1%;
  padding: .9rem .75rem;
  border-radius:0;
  font-size: 1rem;
  line-height: 1.25;
  border:none;
}

.widget_search .search-field:focus{
  outline:none;
}

.widget_search .search-submit{
    position: relative;
    flex: 1;
    background: #00214E;
    color:#fff;
    border-radius: 0;
    cursor: pointer;
    line-height: 1.25;
    text-align: center;
    user-select: none;
    border: none;
    padding: .5rem 1rem;
    font-size: 1rem;
}

.post-navigation, .posts-navigation{
  border-top:1px solid #ccc;
  padding: 15px;
  margin: 1.5em 0 !important;
  font-size:1.1rem;
  width:100%;
}

.post-navigation .nav-previous a:before, .posts-navigation .nav-previous a:before{
  content: '\f060';
  font-family: FontAwesome;
  font-size:.8rem;
  padding: 0px 10px;
}

.post-navigation .nav-next a:after, .posts-navigation .nav-next a:after{
  content: '\f061';
  font-family: FontAwesome;
  font-size:.8rem;
  padding: 0px 10px;
}

article.post{
	position:relative;
	overflow:hidden;
}

article.recetas{
	position:relative;
	overflow:hidden;
}

.post-type-archive-recetas .entry-header{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background: linear-gradient(0deg, rgba(0,33,78,1) 0%, rgba(255,255,255,0) 100%);
	padding:0 15px;
	transition:all 750ms;
}

.post-type-archive-recetas .entry-header:hover{
	transition:all 750ms;
	padding-top:100%;
}


.post-type-archive-recetas h2{
	font-size: 1.2rem;
	text-align:center;
}

.post-type-archive-recetas h2 a{
	color:#fff;
}

.attachment-blog-thumb{
	height:100%;
	width:100%;
	object-fit:cover;
}

/** 5. BLOG END **/

/** 6. HOME START **/


.productos-home h3{
	font-size:1.2rem;
}

.productos-home .row div{
	padding-right: 3px;
	padding-left: 3px;
}

.owl-carousel{
	z-index:inherit !important;
}

div.sa_owl_theme .owl-dots .owl-dot span{
	background-color:rgba(0, 33, 78, .3) !important;
}

div.sa_owl_theme .owl-dots .owl-dot.active span{
	background-color:rgba(0, 33, 78, 1) !important;
}

div.sa_owl_theme .owl-dots .owl-dot:focus{
	outline:none;
}

.fondo-home-tienda{
	background:url('images/fondo-home-tienda.jpg') center center no-repeat;
    background-size:cover;
    color:#fff;
}

.fondo-azul-semi{
	background: rgba(0, 33, 78, .5);
}

.fondo-home-tienda h2{
	color:#fff;
	font-size:2.7rem;
}

.icono-home-tienda{
	font-size:3.5rem;
}

/** 6. HOME END **/

/** 7. PAGES START **/

.iframe-mapa{
	width: 100%;
    height: 150%;
    min-height:400px;
    border: 0;
    margin-top: -150px;
}

.form-contacto{
	border: 1px solid #909090 !important;
	background: transparent;
	padding: .6rem !important;
}

.form-contacto:focus{
	border-color:#00214E !important;
}


.form-contacto::placeholder{
	color:#999;
}

.cabecera-pagina{
	height: 300px;
	overflow:hidden;
}

.cabecera-pagina:after{
	content:'';
    opacity: 0.3;
    display:block;
    position:absolute;
    top:0;
    left:0;
    height:300px;
    width:100%;
    background: linear-gradient(20deg, #00214E 0%, #FFFFFF 95%);
}

.gallery{
	margin:0;
}

.gallery-columns-3 .gallery-item{
	/*max-width: 33.33%;*/
	padding:15px;
	margin: 0 !important;
}

.gallery-icon{
	position: relative;
	
}

.gallery-icon a:hover:before{
    visibility: visible;
    transition: 750ms;
    transform: scale(1);}

.gallery-icon a:before{
    content: '';
    background: rgba(0, 33, 78, .6);
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: 750ms;
    transform: scale(.9);
    z-index: 10;}

.gallery-icon a:hover:after{
    visibility: visible;
    transition: 750ms;
    transform: scale(1);}

.gallery-icon a:after{
	content:"\f00e";
    font-family: "FontAwesome";
    font-size: 3rem;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    visibility: hidden;
    transition: 750ms;
    transform: scale(.9);
    z-index: 10;
}

.owl-stage-outer {
    max-height: 350px !important;
}
.carrusel-productos .owl-item {
    min-height: 350px !important;
}

.carrusel-productos .sa_hover_container{
	height: 350px;
	display: block;
}

.carrusel-productos .owl-item img{
	width: 100% !important;
	height: 100% !important;
	object-fit:cover;
}


/** 7. PAGES END **/

/** 8. WOOCOMMERCE START **/


.woocommerce .woocommerce-breadcrumb{
   font-size: 0.8em;
   color: #999;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-family: 'Barlow', sans-serif;
   width:100%;}

.woocommerce .woocommerce-breadcrumb a{
   color: #00214E;}

/* Grid productos */

.woocommerce h1{
	text-align:center;
	margin-bottom: 40px;
}


.woocommerce ul.products li.product .woocommerce-loop-product__title{
	text-align:center;
	font-size:1.5rem;
	letter-spacing:.8px;
}

.woocommerce ul.products li.product .price{	
    text-align:center;
    color:#00214E;
    font-size:1.1rem;
}

.woocommerce a.add_to_cart_button{
	display:none
}

.woocommerce-pagination ul{margin:0 0 2rem 0 !important;}
.woocommerce-result-count{display:none}
.woocommerce-ordering {display:none}

.woocommerce-loop-category__title .count{
	display:none;
}

ul.product-cats {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 3rem !important;
    padding-left: 0;
    width: 100%;
}

ul.product-cats li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 4.236em;
    text-align: center;
    position: relative;
}

ul.product-cats li  img{
    height:120px;;
    width:auto;
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}

li.category h2 {
    margin-top: .8rem;
    text-transform: uppercase;
    font-size: 1.2rem;
}

/* Ficha producto */


.single-product .product_title{
	text-transform: uppercase;
	text-align:left;
	margin-bottom: 20px;
}
    
    
.single-product .price{
	font-weight: 700;
	font-size: 24px !important;
	text-align:left;
	margin: 5px 0 10px !important;
	color: #00214E !important;
}


.single-product .reset_variations{display:none !important;}

.single-product .variations td{display: inline-block;padding:0;}

.single-product td label{font-weight:bold;}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper{
	margin-left: 10px !important;
}


 .quantity{
 	display:inline-block;
 	float: none !important;
 }
    
 .quantity .qty{
	 padding: 8px;
	 width: 70px;
	 }



.woocommerce div.product form.cart .button{
	float:none !important;
	margin-top: 0 !important;
	padding: 16px 20px !important;
	vertical-align: top;
	background-color: #00214E !important;
	color: #fff !important;
	border: 0;
	white-space: pre-wrap;
}

.single-product .product_cat-accesorios .cart{
	display:none;
}

 .product_meta{
 	display:none;
 }

 .woocommerce div.product div.images img{
 	margin-bottom: 15px;
 }

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
	margin-bottom: 15px;
	margin-right:2%;
	width: 23.5% !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(5n){
	margin-right:0;
}


.wc-tabs-wrapper {
	clear:left;
}

.wc-tab {
	display:block !important;
}

.wc-tab h2{
	display:block;
}

	
.related>h2:first-child, .upsells>h2:first-child{
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 2rem;
	}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	text-align:center
}

.woocommerce ul.products li.product .price{
	text-align:center;
}

.thwepo-extra-options .label{
 	border-bottom:1px solid #ccc;
 	padding:15px 0;
 }

.thwepo-extra-options .label label{
 	font-weight:normal;
 }

.thwepo-extra-options .label .label-tag{
 	font-weight:700;
 }

/* Checkout */

.woocommerce .col2-set{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:100%;
}

.woocommerce .col2-set .col-1,  .woocommerce .col2-set .col-2{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right:0 !important;
}

#payment .place-order{
	margin-top:0 !important;
}

.woocommerce-input-wrapper{
	width:100%;
}


/* 8. WOOCOMMERCE END */

/** 9. EXTRAS START **/


/* Collapse */

.collapseomatic{
  background: #00214E;
  color:#fff;
  text-transform:uppercase;
  border: 1px solid #00214E;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  padding: .7rem 2.2rem;
  display: inline-block;
  margin-top:10px;
}

.collapseomatic:hover{
  background:transparent;
  color:#00214E;
  text-decoration:none;
}

.collapseomatic_content{
  margin:0;
  padding-top:20px;
}


/** Menu responsive **/


button#responsive-menu-button{
    padding:0 !important;
}

ul#responsive-menu{
    padding-top: 80px;
}

#responsive-menu-container{background:rgba(240,240,240,.9) !important;}

#responsive-menu-wrapper{background:transparent !important}

#responsive-menu-container #responsive-menu > li.responsive-menu-item:first-child > a, #responsive-menu-container #responsive-menu ul.responsive-menu-submenu > li.responsive-menu-item:first-child > a {
    border-top: none !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {

    border-bottom: none !important;
    color: #00214E !important;
    background-color: transparent !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a{
    line-height: 220% !important;
    min-height: 40px !important;
    height: inherit !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a:hover{
    background-color:rgba(0, 33, 78, .8) !important;}


#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    right: 0% !important;
    height: 95% !important;
    width: 35px !important;
    color: #00214E;
    border-left: none !important;
    background-color: rgba(0, 33, 78, .8) !important;
    font-size: 30px !important;
}

/** grid actualidad **/

.pt-cv-wrapper{
	height: 100%;
	width: 100%;
}

.pt-cv-colsys{
	margin:0;
	width: 100%;
    height:100%;
}

.pt-cv-page{
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
}

.pt-cv-colsys .pt-cv-content-item{
	position:relative;
	height: 100%;
	padding: 0;
}

.pt-cv-ifield{
	height: 100%;
	width: 100%;
}

.pt-cv-wrapper [class*=pt-cv-] a{
	height:100%;
	width: 100%;
	position: relative;
	margin: 0;
}

.pt-cv-wrapper img{
	margin:0 !important;
	width:100%;
	height: 100%;
	object-fit: cover;
}

.pt-cv-title{
	background:rgba(255, 255, 255, .6);
	position:absolute;
	width: 40%;
	height: 100%;
	top: 0;
	right: 0;
	text-align: center;
	margin-bottom: 0 !important;
	padding:15px;
	text-transform:uppercase;
}

.pt-cv-title a{
	color:#00214E;
	-ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

#pt-cv-view-c39ac710if .pt-cv-page .pt-cv-content-item:first-child{
	display:none
}

/* Grid recetas */

.grid-items .item{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background: transparent !important;
}

.grid-items .title{
	line-height:120%;
}


/** 9. EXTRAS END **/