/*
Theme Name: Intervan
Theme URI: http://intervan.es
Description: Tema a medida basado en bootstrap
Version: 0.1
Author: @circulorojo
Author URI: https:/circulorojo.es
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  	background: transparent;
  	border: 0;
  	margin: 0;
  	padding: 0;
  	vertical-align: baseline; 
}
body {
  	line-height: 1; 
}
h1, h2, h3, h4, h5, h6 {
  	clear: both;
  	font-weight: normal; 
}
ol, ul {
  	list-style: none; 
}
blockquote {
  	quotes: none; 
}
blockquote:before, blockquote:after {
  	content: '';
  	content: none; 
}
del {
  	text-decoration: line-through; 
}
table {
  	border-collapse: collapse;
  	border-spacing: 0; 
}
a img {
  	border: none; 
}

/* Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box; 
}

body {
  	font-family: 'Roboto', sans-serif;
  	font-weight: normal;
  	font-size: 16px;
	  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Arsenal', sans-serif;
  	line-height: 1;
  	font-weight: 300; 
}
a {
	 color: #CD000C;
   text-decoration: none;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

a:hover, a:focus {
  color: #2f2f2f;
  text-decoration: none;
}

.lead {
	font-size: 16px;    
	font-weight: normal;
	line-height: 1.5;
}

.trans {
  	-webkit-transition: all 0.3s ease;
  	-moz-transition: all 0.3s ease;
  	-ms-transition: all 0.3s ease;
  	-o-transition: all 0.3s ease;
  	transition: all 0.3s ease;
}

/* ¬ Espaciado/Posición ¬
-------------------------------------------------------------- */

.df {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dfl {
  display: flex;
  justify-content: left;
  align-items: center;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.mb40 {
  margin-bottom: 40px;
}

.mt80 {
	margin-top: 80px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt40 {
	padding-top: 40px;
}

.pt60 {
	padding-top: 60px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb100 {
	padding-bottom: 100px;
}

.w100 {
 	width: 100%;
}

.h30 {
	height: 30px;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

/* ¬ Colores ¬
-------------------------------------------------------------- */

.c-w {
	color: #fdfdfd;
}

.c-b {
	color: #CCEBDF;
}

.c-r {
	color: #CD000C;
}

.ct-rojo {
	background-color: #CD000C;
}

.ct-azul {
	background-color: #A4DAD8;
}


/* ¬ Textos ¬
-------------------------------------------------------------- */

.justify {
	text-align: justify;
}

h1 {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 66px;
    padding-top: 20px;
    padding-bottom: 30px;
}

h3.titulo, h1.single-title {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    padding-top: 20px;
    padding-bottom: 30px;
}

h3.titulo.linea-b:after {
    content: "";
    background: #CCEBDF;
    content: "";
    display: block;
    height: 4px;
    width: 90px;
    margin: 20px auto 0;
}

h3.titulo.linea-r:after {
    content: "";
    background: #CD000C;
    content: "";
    display: block;
    height: 4px;
    width: 90px;
    margin: 20px auto 0;
}

h3.titulo.half {
    width: 50%;
    margin: 0 auto;
}

 h3.subtitulo {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
}

h3.post-titulo {
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 28px;
}

h4 {
    color: #CD000C;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.producto h1 {
    background-color: #F1C00E;
    padding: 10px 0;
    margin-bottom: 20px;
    color: #fff;
}

h4.categoria {
    padding-bottom: 20px;
    color: #CD000C;
    font-size: 20px;
    font-weight: normal;
    text-transform: inherit;
}

/* Botones
-------------------------------------------------------------- */

.volver-atras {
	position: absolute;
  z-index: 9998;
	top: 40px;
  width: 90px;
  /*display: block;*/
  display: inline-block;
  margin-bottom: 80px;
}

.volver-atras.volver-ingredientes {
  width: 100px;
}

.volver-atras img {
    float: left;
}

.volver-atras span {
    float: left;
    padding-left: 24px;
}

.volver-atras.volver-ingredientes span {
    padding-left: 0px;
}

.volver-atras.init {
    position: initial;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .volver-atras.init {
    position: relative;
  }
  .tax-marcas .volver-atras.init {
    position: static;
  }
}

.volver-atras.volver-ingredientes.secundario {
  padding-top: 0;
}

.volver-atras:hover img, .volver-atras:focus img, .leer-mas:hover, .leer-mas:focus {
	opacity: .5;
}

.leer-mas:hover, .leer-mas:focus {
  color: #fff;
}

.leer-mas {
  background-image: url('images/intervan-leer-mas.svg');    
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 0;
  transition: none!important;
  color: #fff;
  margin-top: 5px;
  padding: 20px 20px 10px;
}

/* Menu
-------------------------------------------------------------- */

.navbar {
    background-color: #fff;
    border: 0px solid transparent;
    border-color: #e7e7e7;
	  margin-bottom: 0;
}

.nav>li>a {    
	font-weight: bold;
    color: #d30309;
    font-size: 18px;
    letter-spacing: .7px;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}

.dropdown-menu {
    padding: 0px 0;
    border: 1px solid #fff;
    border-radius: 0;
    left: -50px;
}

ul.dropdown-menu li a {
    text-align: center;
    background: #d30309;
    color: #fff;
    border-bottom: 1px solid #ffff;
}

ul.dropdown-menu li:last-child a {
    border-bottom: 0px solid #ffff;
}

ul.dropdown-menu li a:hover {
    background: #fff;
    color: #d30309;
}

@media (min-width: 767px) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}

/* Mobile Menú
-------------------------------------------------------------- */

.navbar-toggle .icon-bar {
    background-color: #cd040b;
}

@media only screen and (max-width: 768px) {
  .navbar-nav {
    margin: 7.5px -15px 0;
  }
  .nav>li>a {
    border-bottom: 1px solid #d30309;
  }
  ul.dropdown-menu li a {
    font-size: 16px;
  } 
}

@media only screen and (min-width: 768px)  {
  .navbar .navbar-collapse {
    display: flex!important;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }
}

/* Slider
-------------------------------------------------------------- */

.bx-wrapper {
    margin: 0 auto 0px;
}

.bx-controls.bx-has-pager {
	height: 0;
}

.bx-wrapper img {
	height: auto;
  width: 100%;
}

.bx-wrapper .bx-pager {
    position: relative;
    top: -70px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	  background: #fff;
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #d30309;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	  background: #d30309;
    border: 2px solid #fff;
}

.bxslider-gal-producto li {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bxslider-gal-producto li>a {
    display: block!important;
}

.gal-producto .bx-wrapper .bx-prev {
    display: block!important;
    background: url(images/controls-gal.png) no-repeat 0 -32px;
}

.gal-producto .bx-wrapper .bx-next {
    display: block!important;
    background: url(images/controls-gal.png) no-repeat -43px -32px;
}
/* Vídeo
-------------------------------------------------------------- */

.responsive-video {
  position: relative;
}

.responsive-video .transparent-img {
  display: block;
  width: 100%;
}

.responsive-video .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Footer
-------------------------------------------------------------- */

footer a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

footer a:hover, footer a:focus {
	color: #CD000C;
}

footer .banners img {
  height: 80px;
}

ul#menu-menu-footer,
ul#menu-menu-footer-ingles {
  list-style: none!important;
}

/* Home
-------------------------------------------------------------- */

.listado-marcas ul {
  text-align: center;
  display: flex;
  justify-content: center;
}

.listado-marcas li {
  text-align: center;
  width: 11.1%;
}

/*.listado-marcas ul li:first-child {
   -webkit-order: 2;
    order: 2;
}

.listado-marcas ul li:nth-child(2) {
  -webkit-order: 4;
  order: 4;
}

.listado-marcas ul li:nth-child(3) {
    -webkit-order: 6;
    order: 6;
}

.listado-marcas ul li:nth-child(4) {
    -webkit-order: 1;
    order: 1;
}

.listado-marcas ul li:nth-child(5) {
    -webkit-order: 3;
    order: 3;
}

.listado-marcas ul li:nth-child(6) {
    -webkit-order: 5;
    order: 5;
}*/

.listado-marcas img {
    display: block;
}

.listado-marcas img:hover, .listado-marcas img:focus {
    padding: 10px;
}

.slider-home img {
  width: 100%;
}

/* Marcas
-------------------------------------------------------------- */

.listado-imagenes li {
    text-align: center;
    width: 33.33%;
}

.listado-imagenes img {
    display: block;
    padding: 10px;
}

.listado-imagenes img:hover, .listado-imagenes img:focus {
    padding:2px;
}

/* Contacto
-------------------------------------------------------------- */

div.wpcf7 input[type="text"], div.wpcf7 input[type="email"], div.wpcf7 textarea {
    border: 1px solid #CD000C;
    width: 100%;
}

div.wpcf7 input[type="text"], div.wpcf7 input[type="email"] {
    height: 30px;
}

div.wpcf7 input[type="submit"] {
	border: 2px solid #CD000C;
    color: #CD000C;
    padding: 6px 60px;
    margin-right: -20px;
}

.carga {
	color: #CD000C;
}

div.wpcf7 input[type="file"] {
    opacity: 0;
    position: absolute;
    padding: 0;
    width: 140px;
    height: 95px;
    outline: none;
    z-index: 9999;
}

/* Producto
-------------------------------------------------------------- */

.libres_de li {    
  width: 24%;
  padding: 0 0px;
  display: inline-block;
}

.marco {
  border: 2px solid #CD000C;
  padding: 10px;
}

/*.categoria-producto:hover img {
  padding: 10px;
}*/

#modal-ingredientes {
  max-width: 600px;
}

/* Listado Productos
-------------------------------------------------------------- */

.listado-categorias li {
  width: 100%;
  margin-top: -20px;
}

.listado-categorias a, .listado-categorias .enlace_cat{
  display: flex;
  align-items: center;
  justify-content: left;
}

.listado-categorias img {
  width: 60px;
}

.listado-categorias span {
  padding-left: 10px;
}

.listado-categorias li:hover span {
  padding-left: 20px;
}

.categoria-producto {
  min-height: 450px;
}

a.filtro-capa:hover>.capa {
  top: -360px;
}

.filtro-capa:hover>.capa {
  opacity: 1;
}

.capa {
  position: relative;
  padding: 10px;
  background-color: rgba(200, 196, 60, 0.65);
  width: 100%;
  height: 360px;
  top: -360px;
  margin-bottom: -345px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.icono-sin-azucar {
  position: absolute;
  right: 30px;
  left: auto;
  bottom: 90px;
}

.icono-sin-azucar img {
  width: 70px;
  height: 70px;
}

/* Entrada
-------------------------------------------------------------- */

.entrada .titulo {
  max-width: 40%;
  margin: 0 auto;
}

/* Legal
-------------------------------------------------------------- */

ul.listado-legal {
  list-style: disc;
  list-style-position: initial;
  padding: 10px 0 10px 40px;
}

div#cookie-law-info-bar {
  position: fixed;
  display: block;
  position: fixed;
  border-top: transparent;
  top: auto;
  bottom: 20px !important;
  left: 20px;
  right: auto;
  width: 220px;
  max-height: 350px;
  z-index: 9999;
  background: #fff !important;
  color: #000 !important;
  font-size: 11px;
  display: inline-block;
  padding: 20px;
  height: 210px;
}

#cookie-law-info-bar span {
  line-height: 21px;
  padding: 0 0 10px;
  vertical-align: middle;
}

#cookie-law-info-bar a {
  display: block!important;
  border: 1px solid #d3000a;
  margin: 5px 0!important;
  padding: 7px 0px;
  cursor: pointer;
  z-index: 9999;
  color: #000;
  font-size: 11px;
  text-decoration: none;
  font-weight: 400;
  line-height: 1;
}

/* Historia
-------------------------------------------------------------- */

.ano-historia {
    background: url(images/bk-title.png) no-repeat center center;
    background-size: contain;
    color: #fff;
    font-size: 60px;
}

.subano-historia {
    background: url(images/bk-subtitle.png) no-repeat center center;
    background-size: contain;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 4px;
    margin-bottom: -10px;
    position: relative;
}

.back-darkblue {
    background-color: #339AA9;
    padding: 60px 40px;
}

.back-lightblue {
    background-color: #A4DAD8;
    padding: 60px 40px;
}
.c1972 {
  margin-bottom: -40px;
}

/* Calidad I+D
-------------------------------------------------------------- */

.page-template-default .post_content ul {
    padding: 20px 0;
    list-style: disc;
    list-style-position: inside;
}

/* Display None
-------------------------------------------------------------- */

.nav .caret {
	  display: none;
}

.none {
    display: none;
}

.display {
    display: block;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

@media only screen and (max-width: 768px) {

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

}

/* Medias
-------------------------------------------------------------- */

@media only screen and (min-width:580px) {
  .categoria-producto {
    min-height: 470px;
  }
  .icono-sin-azucar {
    bottom: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .term-cafe-dry .listado-categorias,
  .term-cafe-dry-en .listado-categorias,
  .term-caramelos-spy-foo .listado-categorias,
  .term-spy-foo-en .listado-categorias {
    height: 480px;
  }
  li#menu-item-wpml-ls-36-es,
  li#menu-item-wpml-ls-36-en {
    position: absolute;
    right: 0;
  }
  li#menu-item-wpml-ls-36-es .dropdown-menu,
  li#menu-item-wpml-ls-36-en  .dropdown-menu {
    right: 0;
    min-width: 140px;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .icono-sin-azucar {
    right: 20px;
    bottom: 160px;
  }
}

@media only screen and (max-width: 1200px) {
  .categoria-producto {
    min-height: 380px;
  }

  a.filtro-capa:hover>.capa {
      top: -294px;
  }

  .capa {
    height: 292px;
    top: -292px;
    margin-bottom: -275px;
  }
}

@media only screen and (max-width: 991px) {
  .listado-marcas li {
    text-align: center;
    width: 20%;
  }  

  .categoria-producto {
    min-height: 320px;
  }

  a.filtro-capa:hover>.capa {
      top: -220px;
  }

  .capa {
    height: 220px;
    top: -220px;
    margin-bottom: -195px;
  }

  .icono-sin-azucar {
    right: 20px;
    bottom: 100px;
  }
}

@media only screen and (max-width: 768px) {
  header h1 {
    font-size: 36px;
  }

	.pm-0 {
		padding: 0;
	}

  .listado-imagenes li {
    width: 50%;
    padding: 0;
  }

  .list-inline {
    margin-left: 0px;
    line-height: 0;
  }

  .listado-marcas ul {
    display: block;
  }

  .listado-imagenes li a {
    display: block;
  }

  .listado-imagenes img {
      padding: 5px 5px;
  }

  .libres_de li {
    width: 10%;
  }

  .categoria-producto {
    min-height: 420px;
  }

  .listado-categorias li {
      width: 50%;
  }

  .single-productos .listado-categorias li {
      width: 100%;
  }

  a.filtro-capa:hover>.capa {
      top: -255px;
  }

  .capa {
    display: none;
    height: 255px;
    top: -255px;
    margin-bottom: -225px;
  }

  .icono-sin-azucar {
    right: 20px;
    bottom: 110px;
  }

  .icono-sin-azucar img {
    width: 60px;
    height: 60px;
  }

}

@media only screen and (max-width: 600px) {
  h3.titulo.linea-r {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 478px) {
  header.contenedor {
    height: 150px!important;
  }

  .listado-marcas li {
    text-align: center;
    width: 33.3%;
  }

  .entrada .titulo {
    max-width: 100%;
  }

  .libres_de li {
    width: 24%;
  }

  footer .menu {
    text-align: center;
  }

  footer .banners {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .categoria-producto {
    min-height: 270px;
  }

  a.filtro-capa:hover>.capa {
      top: -190px;
  }

  .capa {
    height: 190px;
    top: -190px;
    margin-bottom: -165px;
  }

  h3.titulo.half {
    width: 100%;
  }

  .icono-sin-azucar {
    bottom: 90px;
  }

}

@media only screen and (max-width: 375px) {
  .icono-sin-azucar {
    bottom: 0;
    top: 100px;
}

  .icono-sin-azucar img {
    width: 45px;
    height: 45px;
  }

  .c1972 {
    margin-bottom: 0px;
  }
}

.floating-row{
	position: absolute;
    bottom: 300px;
    left: 90px;
}

.floating-row-en{
	position: absolute;
    bottom: 280px;
    left: 90px;
}
