button:focus { outline:0 !important; }

/*************** CABECERA ****************/
.cabecera{
	display: block;
	width:100%;
	height: 200px;
	position: absolute;
	z-index: 9;
}
.cabecera-logo{
	display: block;
	margin-left:auto;
	margin-right: auto;
	margin-top: 20px;
}




.banner-principal{
	display: block;
	width:99vw;
	height:600px;
	background-image: url('img/portada-craftimes.jpg');
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}


.logo{
	width: 200px;
}

.fondo-productos{
	background-size: cover;
	position: relative;
	background-image: linear-gradient(
    to bottom,
    rgba(0,0,0, 0),
    rgba(0,0,0, 100)
  ), url('img/fondo-productos.jpg');
}


.titulo-beneficios{
	font-size: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.titulo-footer{
	color:white;
	
}

.enlace{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*********** PIE PAGINA *******/
.pie-pagina{
	background-image: linear-gradient(
    to bottom,
    rgba(0,0,0, 0),
    rgba(0,0,0, 50)
  ), url('img/fondo-piepagina.jpg');
}
.enlace-footer{
	display: flex;
	align-items: center;
	font-size:20px;
}

.enlace-footer,.enlace-footer:hover{
	text-decoration: none;
	list-style: none;
	color:white;
}


.icon{
	width:30px;
	margin-right: 12px;
}

/*
.fondo-productos:after{
	content:'';
	width:100vw;
	height: 100vh;
	background-color: black;
	position: absolute;
	top:0;

}
*/
/************* SLIDER ***********/
.bx-wrapper{
	border:0;
	cursor: grab;
	margin-bottom: 0;
}
.banner-1,.banner-2{
	height: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-size: cover;

}
.banner-1{
	background-image: linear-gradient(
    to bottom,
    rgba(0,0,0, 0),
    rgba(0,0,0, 0.5)
  ), url('img/fondo-craftimes.jpg');
}
.banner-2{
	background-image: linear-gradient(
    to bottom,
    rgba(0,0,0, 0),
    rgba(0,0,0, 0.5)
  ), url('img/fondo-piepagina.jpg');
}


.titulo-banner-1,.titulo-banner-2,.titulo-banner-1-descripcion,.titulo-banner-2-descripcion{
	color:white;
	text-align: center;
}
h1,h2,h3,h4,h5{
	font-family: 'Raleway', sans-serif;
}
.titulo-banner-1,.titulo-banner-2{
	font-family: 'Raleway', sans-serif;
	text-align: center;
}

.titulo-banner-1,.titulo-banner-2{
	font-weight: bold;
}


.titulo-banner-1-descripcion,.titulo-banner-2-descripcion{
	font-weight: lighter;
}


/*************** SERVICIOS *************/
.servicios-iconos{
	margin-top: -6%;
	position: relative;
	background-color:rgba(0,0,0, .5);
}

.w-20{
	width: 20px;
}
.width-50{
	width: 50px;
}
.height-50{
	height: 50px;
}

.height-40{
	height: 40px;
}

/*********** BLOQUE PRODUCTOS **********/
.bloque-productos-cervezas{
	border-radius: 20px;
	background-color: white;
	box-shadow:0 0 20px rgba(0,0,0, .3);
}

.bloque-productos-cervezas-logos{
	display: block;
	margin-left:auto;
	margin-right: auto;
	margin-top: -8%;
	margin-bottom: 2%;
}
.bloque-productos-cervezas-titulo{
	font-size:25px;
	font-weight: bold;
	color:#557d29;


}


.bloque-productos-cervezas-btn{
	text-transform: uppercase;
	border:0;
	padding: 0;
	color:white;
	font-weight: bold;
	width:150px;
	background-color: #557d29;
	border-radius: 30px;
	padding-left:10px;
	padding-right: 10px;
	padding-top:10px;
	padding-bottom: 10px;
}

.bloque-productos-cervezas-img{
	width:120px;
}


.mostrar{

	position: absolute;
	background-color: green;
	padding-left: 30px;
	padding-right: 30px;
	visibility: hidden;
	padding-top: 30px;
	width:100%;
	height: 100%;
	left: 0;
	z-index: 2;
}

/******** Colores **********/
.gris{
	color:#454545;
}

.verde{
	color:#557d29;
}
.blanco{
	color:white;
}

.h-200{
	height: 200px;
}


.bold{
	font-weight: bold;
}


.size-20{
	font-size: 20px;
}
.size-22{
	font-size: 22px;

}

.size-25{
	font-size: 25px;
}

/************** MODAL ***************/
.modal-header-verde{
	color: white;
	background-color: #557d29;
}



@media(max-width: 768px){
	.cabecera-logo{
		width:;
	}


	.titulo-beneficios{
		flex-direction: column;
	}

	.servicios-iconos{
		margin-top: 0%;
		background-color: black;

	}
	.titulo-banner-1, .titulo-banner-2{
		font-size:30px;
	}

	.banner-1, .banner-2{
		height: 450px;
	}

	.bloque-productos-cervezas-img{
		width:80px;
	}

}


.enlace-text{
	font-size:15px;
}

/************* card flip **************/


.cardBox {
  float: left;
  font-size: 1.2em;
  margin: 1% 0 0 1%;
  perspective: 800px;
  transition: all 0.3s ease 0s;
  width: 32%;
}
/*
.cardBox:hover .card {
  transform: rotateY( 180deg);
}
*/
.card {
  background: white; /** #222**/
  cursor: default;
  height: 480px;
  width: 100%;
  transition: .5s all ease;

 /* transform-style: preserve-3d;
  transition: transform 0.4s ease 0s; 
  animation: giro 1s 1;  */
} 

.produc-view-1 > .mostrarMovil{
  transform-style: preserve-3d;
  transition: transform 0.4s ease 0s; 
  animation: giro 1s 1;
}


.card.active{
	transform-style: preserve-3d;
  transition: transform 0.4s ease 0s;
  -webkit-animation: giro 1s 1;
  animation: giro 1s 1;
}
.card p {
  font-size:16px;
}
.ul-lista-beneficios, .ul-lista-beneficios > li{
	font-size:15px;
	text-align: left;
}

.logo-hover{
	height: 100px;
}

.icon-w-50{
	width:40px;
	filter:grayscale(1);
}

.icon-w-50:hover{
	filter:inherit;
}

.centrar{
	justify-content: center;
}

.card .front, 
.card .back {
  backface-visibility: hidden;
  box-sizing: border-box;
  color: white;
  display: block;
  font-size: 1.2em;
  height: 100%;
  padding: 0.8em;
  position: absolute;
  text-align: center;
  width: 100%;
}

.card .front strong {
  background: #fff;
  border-radius: 100%;
  color: #222;
  font-size: 1.5em;
  line-height: 30px;
  padding: 0 7px 4px 6px;
}

.card .back, .produc-view-1 > .card .back {
  transform: rotateY( 180deg);
}

.card .back a {
  padding: 0.3em 0.5em;
  background: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 1px;
  font-size: 0.9em;
  transition: all 0.2s ease 0s;
}
/*
.card .back a:hover {
  background: #fff;
  color: #333;
  text-shadow: 0 0 1px #333;
}
*/
.cardBox:nth-child(1) .card .back {
  background: black;
}

.cardBox:nth-child(2) .card .back {
  background: #557d29;
}

.cardBox:nth-child(3) .card .back {
  background: black;
}

.cardBox:nth-child(4) .card .back {
  background: #557d29;
}
/*
.cardBox:nth-child(2) .card {
  -webkit-animation: giro 1.5s 1;
  animation: giro 1.5s 1;
}

.cardBox:nth-child(3) .card {
  -webkit-animation: giro 2s 1;
  animation: giro 2s 1;
}

.cardBox:nth-child(4) .card {
  -webkit-animation: giro 2.5s 1;
  animation: giro 2.5s 1;
}
*/ 
@-webkit-keyframes giro {
  from {
    transform: rotateY( 180deg);
  }
  to {
    transform: rotateY( 0deg);
  }
}

@keyframes giro {
  from {
    transform: rotateY( 180deg);
  }
  to {
    transform: rotateY( 0deg);
  }
}

@media screen and (max-width: 767px) {
  .cardBox {
    margin-left: 2.8%;
    margin-top: 3%;
    width: 46%;
  }
  .card {
    height: 480px;
  }
  .cardBox:last-child {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 480px) {
  .cardBox {
    width: 94.5%;
  }
  .card {
    height: 480px;
  }
}



.centrar > a{
	background:inherit !important;
	box-shadow: none !important;
}
.noMostrar{
	visibility: hidden;
	display: none;
	
}

@media(max-width:760px){

}





@media(max-width:330px){
	.card {
    	height: 590px;
  	}

}


/******* CARD V2 **************/
.full-wrapper-animacion{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 20px;
}

.bloque-no-mover{
	text-align: center;

}

.containerv1{
  width: 31%;
  margin-left: 2%;
  height: 450px;
  position: relative;
  -webkit-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.cardv1 {
  width: 100%;
  height: 100%;
  /*position: absolute; */
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  cursor: pointer;
}
.cardv1 div {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 6px;
  background: #fff;
  display: box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.back{
	background-color: black !important;
	color:white !important;
}

.cardv1 .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cardv1.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media(max-width: 760px){

	.containerv1{
		width: 100%;
		margin-bottom: 20px;
	}
}

.producto-view-4{
	order:7;
}