
@charset "utf-8";


/* 1. Fonts */
@import url('https://fonts.googleapis.com/css2?family='Open Sans':wght@400;500;600;700;800;900&display=swap');




/*PÁGINA PRINCIPAL*/
/*ESTILOS GENERALES*/

*{
	margin: 0;
	padding: 0;
	
}

body{
	font-family: 'Open Sans', sans-serif !important;
	font-size:14px;
	line-height: 23px;
	font-weight: 400;
	background: #FFFFFF;
	color: #lele27;
}

div{
	display: block;
	position: relative;
	box-sizing: border-box;
	
}

ul{
	list-style: none;
	margin_bottom: 0px;
}
p{
	font-family:  Georgia, serif !important;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 500;
	color: #525151;
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-align: center;
	
}





p a{
	
	display: inline;
	posititon: relative;
	color: inherit;
	border-bottom: solid 2px #fde0db;
	transition: all 200ms ease;
}

a, a:hover, a:active, a:link{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	/*text-shadow: rgba(0,0,0,.01) 0 0 1px;*/
	 text-shadow: #b3ecff 0 0 1px;
}

p a:active{
	
	position:relative;
	color: #1e8082;
}

p a:hover{
	color: #1e8082;
	background:  #83e0e2; 
}
p a:hover::after{
	opacity: 0.2;
}

::selection{
	background: #fde0db;
	color: #AA7439;	
}
p::selection{
	background: #fde0db;
}

h1{font-size: 60px !important;}
h2{font-size: 40px;}
h3{font-size: 28px;}
h3{font-size: 24px;}
h3{font-size: 16px;}
h3{font-size: 14px;}

h1, h2, h3, h4, h5, h6 {
	color: #282828;
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}




.trans_300{
	transition:  all 300ms ease;
}
::input-placeholder{	
	font-size: 16px !important;
	font-weight: 500;
	color: #777777;
}

.clearfix::before, .clearfix::after{
	content: "";
	
}
.clearfix::after{
	clear: both;
}
.clearfix{
	zoom: 1;
}

.super_container{
	width: 100%;
	overflow:hidden;	
}

.fill_hight {

	height: 100%;
	
	
}

/*INICIO*/

.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background:  #FFFFFF;
	z-index: 10;
}

/*NAVEGACIÓN PRINCIPAL*/

.main_nav_container{
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0 0 16px rgba(0,0,0, .015);
	
}

/* MENÚ ORIGINAL*/

.navbar{
	width: auto;
	height: 65px;
	float: right;
	padding-left: 0px;
	padding-right: 0px;

}

.navbar_menu li{
	display: inline-block;
	
}



.navbar_menu li a{
	display: block;
	color: #1e1e27;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 20px;
	transition: color 0.3s ease;
}

.navbar_menu li a:hover{
	color: #b5aec4;
}
.navbar_user{
	margin-left: 37px;
}
.navbar_user li{
	display: inline-block;
	text-align: center;
}
.navbar_user li a{
	display:  flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position:relative;
	widht: 40px;
	height: 40px;
	color: #1e1e27;
	transition: color 0.3s ease;
}

.navbar_user li a:hover{
	color: #b5aec4;
}

.checkout{
	color: #b5aec4;
}
.checkout a{
	background:  #eceff6;
	border-radius: 50%;
}
.checkout_items{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -9px;
	left:22px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #b5aec4;
	font-size: 12px;
	color: #FFFFFF;
}

/* MENÚ ORIGINAL*/

/*MENU BLUE */


/*
=====
DEPENDENCES
=====
*/

.r-link{
  display: var(--rLinkDisplay, inline-flex) !important;
}

.r-link[href]{
  color: var(--rLinkColor) !important;
  text-decoration: var(--rLinkTextDecoration, none) !important;
}

.r-list{
  padding-left: var(--rListPaddingLeft, 0) !important;
  margin-top: var(--rListMarginTop, 0) !important;
  margin-bottom: var(--rListMarginBottom, 0) !important;
  list-style: var(--rListListStyle, none) !important;
}


/*
=====
CORE STYLES
=====
*/

.menu{
  --rLinkColor: var(--menuLinkColor, currentColor);
}

.menu__link{
  display: var(--menuLinkDisplay, block);
}

/* 
focus state 
*/

.menu__link:focus{
  outline: var(--menuLinkOutlineWidth, 2px) solid var(--menuLinkOutlineColor, currentColor);
  outline-offset: var(--menuLinkOutlineOffset);
}

/* 
fading siblings
*/

.menu:hover .menu__link:not(:hover){
  --rLinkColor: var(--menuLinkColorUnactive, rgba(22, 22, 22, .35));
}

/*
=====
PRESENTATION STYLES
=====
*/

.menu{
  background-color: var(--menuBackgroundColor, #f0f0f0);
  box-shadow: var(--menuBoxShadow, 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24));
}

.menu__list{
  display: flex;  
}

.menu__link{
  padding: var(--menuLinkPadding, 1.5rem 2.5rem);
  font-weight: 700;
  text-transform: uppercase;
}

/* 
=====
TEXT UNDERLINED
=====
*/

.text-underlined{
  position: relative;
  overflow: hidden;

  will-change: color;
  transition: color .25s ease-out;  
}

.text-underlined::before, 
.text-underlined::after{
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--textUnderlinedLineColor, currentColor);

  will-change: width;
  transition: width .1s ease-out;

  position: absolute;
  bottom: 0;
}

.text-underlined::before{
  left: 50%;
  transform: translateX(-50%); 
}

.text-underlined::after{
  right: 50%;
  transform: translateX(50%); 
}

.text-underlined:hover::before, 
.text-underlined:hover::after{
  width: 100%;
  transition-duration: .2s;
}

/*
=====
SETTINGS
=====
*/

.page__custom-settings{
  --menuBackgroundColor: deepskyblue;
  --menuLinkColor: #fff;
  --menuLinkColorUnactive: #241c69;
  --menuLinkOutlineOffset: -.5rem; 
}

/*
=====
DEMO
=====
*/


.page{
  box-sizing: border-box;
  max-width: 640px;
  padding-left: .75rem;
  padding-right: .75rem;
  margin: auto;
}

.page__menu:nth-child(n+2){
  margin-top: 3rem;
}


.substack{
  border:1px solid #EEE; 
  background-color: #fff;
  width: 100%;
  max-width: 480px;
  height: 280px;
  margin: 1rem auto;;
}

.linktr{
  display: flex;
  justify-content: center;
  background-color: rgb(209, 246, 255);
  padding: 2rem;
  text-align: center;
}

.linktr__goal{
  border: 2px solid rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  color: rgb(8, 49, 112);
  box-shadow: rgb(8 49 112 / 24%) 0px 2px 8px 0px;
  border-radius: 2rem;
  padding: .5rem 1.25rem;
}

.r-link{
    --uirLinkDisplay: var(--rLinkDisplay, inline-flex);
    --uirLinkTextColor: var(--rLinkTextColor);
    --uirLinkTextDecoration: var(--rLinkTextDecoration, none);

    display: var(--uirLinkDisplay) !important;
    color: var(--uirLinkTextColor) !important;
    text-decoration: var(--uirLinkTextDecoration) !important;
}

/*MENU BLUE*/


/*MENU DROPDOWN*/



.navbar_drop ul {
 
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;


}


 .navbar_drop {
	 width: 700px;
	 margin:  0 auto;
	 background: #228f91;
	 color: #FFFFFF;
	 font-family: 'Open Sans', sans-serif !important;
     font-size: 12px;
	 position: relative;
	 border-radius: 50px;	 
	 
	 
}
 .navbar_drop a {
	 display: block;
	 padding: 0 16px;
	 line-height: inherit;
	 cursor: pointer;
	 color: #FFFFFF;
}


.navbar_drop a:visited{
	
	color: #FFFFFF;

}

.nav__menu-item a:visited {
	 color: #FFFFFF;
}

.navbar_drop a:hover{
	
	color: #FFFFFF;

}


 .nav__menu {
	 line-height: 65px;
	 font-weight: 700;
	 text-transform: uppercase;
}
 .nav__menu-item {
	 display: inline-block;
	 position: relative;
	 font-size: 16px;
}
 .nav__menu-item:hover {
	 background-color: #1d7a7c;
}
 .nav__menu-item:hover .nav__submenu {
	
	 display: block;
}
 .nav__submenu {
	 font-weight: 300;
	 text-transform: none;
	 display: none;
	 position: absolute;
	 width: 240px;
	 background-color: #1e8082;
	 text-align: left;
	  border-radius: 15px;
}
 .nav__submenu-item:hover {
	 background-color: #1d7a7c;
}




/*MENU DROPDOWN*/




/*CARTA CONTACTO BLUE*/


#conteneur3D a {
	
	color: #FFFFFF;
	
}


#conteneur3D {
height : 300px;
width : 250px;
margin : 70px auto 0 auto;
-webkit-perspective : 600px;
-moz-perspective : 600px;
perspective : 600px;
}

#conteneur3D #carte {
height : 300px;
width : 200px;
-webkit-transform-origin : 50% 50% 30px;
-webkit-transform : rotateY(0);
-webkit-transform-style : preserve-3d;
-webkit-transition : all 1s ease;
-moz-transform-origin : 50% 50% 30px;
-moz-transform : rotateY(0);
-moz-transform-style : preserve-3d;
-moz-transition : all 1s ease;
  transform-origin : 50% 50% 30px;
  transform : rotateY(0);
  transform-style : preserve-3d;
  transition : all 1s ease;
/* OMBRE */
-webkit-box-shadow : 0 0 15px #333;
-moz-box-shadow : 0 0 15px #333;
  box-shadow : 0 0 15px #333;
}

#conteneur3D:hover #carte {
-webkit-transform : rotateY(180deg);
-moz-transform : rotateY(180deg);
transform : rotateY(180deg);
cursor : pointer;
}

#carte div {
position : absolute;
height : 300px;
width : 250px;
background-color : #228f91;
-webkit-backface-visibility : hidden;
-moz-backface-visibility : hidden;
backface-visibility : hidden;
}

#carte div h1 {
margin : 0;
padding-top : 120px;
color: #ffffff;
text-align: center;
}

#carte div h3 {
margin : 0;
padding-top : 50px;
color: #ffffff;
text-align: left;
padding-left: 15px;
}

#carte div:first-child {
-webkit-transform : rotateY(180deg);
-moz-transform : rotateY(180deg);
transform : rotateY(180deg);
}

	
	

/*CARTA CONTACTO BLUE*/


/*BÚSQUEDA*/

#ctn-bars-search{
	position: fixed;
	top: -10px;
	width: 100%;
	background: #FFFFFF;
	padding: 20px;
	z-index: 9;
	transition: all 600ms;
}

#ctn-bars-search input{
	display: block;
	width:  1200px;
	margin: auto;
	padding: 10px;
	font-size: 18px;
	outline: 0;
}

#box-search{
	position: fixed;
	top: 165px;
	width: 1200px;
	background: #FFFFFF;
	z-index: 8;
	margin: auto;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	display: none;
}

#box-search li a{
	display: block;
	width: 1200px;
	color: #777777;
	padding: 12px 20px;

}

#box-search li a:hover{
	background: #f3f3f3;
}

#box-search li a i{
	margin-right: 10px;
	color: #777777;
}

#cover-ctn-search{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 7;
	display: none;
}










/*HAMBURGER*/
.hamburger_container{
	display: none;
	margin-left: 40px;
}
.hamburger_container i{
	font-size: 24px;
	color: #1e1e27;
	transition: all 300ms ease;
}
.hamburger_container:hover i{
	color: #b5aec4;
}
.hamburger_menu{
	position: fixed;
	top: 0;
	right: -400px;
	width: 400;
	height: 100vh;
	background: rgba(255,255,255,0.95);
	z-index: 10;
	transition: all 300ms ease;
}
.hamburger_menu.active
{
	right: 0;
}
.fs_menu_overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9;
	background: rgba(255,255,255,0);
	pointer-events: none;
	transition: all 200ms ease;
}
.hamburger_close{
	position: absolute;
	top: 26px;
	right: 10px;
	padding: 10px;
	z-index: 1
}
.hamburger_close i{
	font-size: 24px;
	color: #1e1e27;
	transition: all 300ms ease;
}
.hamburger_close i:hover{
	color: #b5aec4;
}
.hamburger_menu_content{
	padding-top: 100px;
	width: 100%;
	height: 100%;
	padding-right: 20px;
}
.menu_item{
	display: block;
	position: relative;
	border-bottom: solid 1px #b5aec4;	
}
.menu_item > a{
	display: block;
	color: #1e1e27;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-transform: uppercase;
}
.menu_item > a:hover{
	color: #b5aec4;
}
.menu_item > a > i {
	margin-left: 8px;
}







/*
.menu_item.active .menu_selection{
	display: block;
	visibility: visible;
	opacity: 1;
}

.menu_selection li{
	padding: 
*/
.menu_item.active {
	display: block;
	visibility: visible;
	opacity: 1;
}




/*LOGO*/
.logo_container{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	font-family: 'Playfair Display', serif;
	 display: center;
    
}

.logo_container a{
	font-size: 22px;
	color: #1e8082;
	font-weight: 700;
	text-transform: uppercase;
}
	
.logo_container a span{
	color: #228f91;
}


.logo_container a:hover  {
	
	color: #228f91;
}





/*BOOK*/



::before,
::after {
	content: "";
}



ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #2c3e50;
	text-decoration: none;
}

.btn {
	display: inline-block;
	text-transform: uppercase;
	border: 2px solid #2c3e50;
	margin-top: 100px; 
	font-size: 0.7em;
	font-weight: 700;
	padding: 0.1em 0.4em;
	text-align: center;
	-webkit-transition: color 0.3s, border-color 0.3s;
	-moz-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
}

.btn:hover {
	border-color: #16a085;
	color: #16a085;
}

/* basic grid, only for this demo */

.align {
	clear: both;
	margin: 90px auto 20px;
	width: 100%;
	max-width: 1170px;
	text-align: center;
}

.align > li {
	width: 500px;
	min-height: 300px;
	display: inline-block;
	margin: 30px 20px 30px 30px;
	padding: 0 0 0 60px;
	vertical-align: top;
}

/* ///////////////////////////////////////////////////

HARDCOVER
Table of Contents

1. container
2. background & color
3. opening cover, back cover and pages
4. position, transform y transition
5. events
6. Bonus
	- Cover design
	- Ribbon
	- Figcaption
7. mini-reset

/////////////////////////////////////////////////////*/

/*
	1. container
*/

.book {
	position: relative;
	width: 160px; 
	height: 220px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*
	2. background & color
*/

/* HARDCOVER FRONT */
.hardcover_front li:first-child {
	background-color: #eee;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* reverse */
.hardcover_front li:last-child {
	background: #fffbec;
}

/* HARDCOVER BACK */
.hardcover_back li:first-child {
	background: #fffbec;
}

/* reverse */
.hardcover_back li:last-child {
	background: #fffbec;
}

.book_spine li:first-child {
	background: #eee;
}
.book_spine li:last-child {
	background: #333;
}

/* thickness of cover */

.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
	background: #999;
}

/* page */

.page > li {
	background: -webkit-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
	background: -moz-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
	background: -ms-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
	background: linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
	box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
	border-radius: 0px 5px 5px 0px;
}

/*
	3. opening cover, back cover and pages
*/

.hardcover_front {
	-webkit-transform: rotateY(-34deg) translateZ(8px);
	-moz-transform: rotateY(-34deg) translateZ(8px);
	transform: rotateY(-34deg) translateZ(8px);
	z-index: 100;
}

.hardcover_back {
	-webkit-transform: rotateY(-15deg) translateZ(-8px);
	-moz-transform: rotateY(-15deg) translateZ(-8px);
	transform: rotateY(-15deg) translateZ(-8px);
}

.page li:nth-child(1) {
	-webkit-transform: rotateY(-28deg);
	-moz-transform: rotateY(-28deg);
	transform: rotateY(-28deg);
}

.page li:nth-child(2) {
	-webkit-transform: rotateY(-30deg);
	-moz-transform: rotateY(-30deg);
	transform: rotateY(-30deg);
}

.page li:nth-child(3) {
	-webkit-transform: rotateY(-32deg);
	-moz-transform: rotateY(-32deg);
	transform: rotateY(-32deg);
}

.page li:nth-child(4) {
	-webkit-transform: rotateY(-34deg);
	-moz-transform: rotateY(-34deg);
	transform: rotateY(-34deg);
}

.page li:nth-child(5) {
	-webkit-transform: rotateY(-36deg);
	-moz-transform: rotateY(-36deg);
	transform: rotateY(-36deg);
}

/*
	4. position, transform & transition
*/

.hardcover_front,
.hardcover_back,
.book_spine,
.hardcover_front li,
.hardcover_back li,
.book_spine li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.hardcover_front,
.hardcover_back {
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}

.hardcover_front {
	-webkit-transition: all 0.8s ease, z-index 0.6s;
	-moz-transition: all 0.8s ease, z-index 0.6s;
	transition: all 0.8s ease, z-index 0.6s;
}

/* HARDCOVER front */
.hardcover_front li:first-child {
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-transform: translateZ(2px);
	-moz-transform: translateZ(2px);
	transform: translateZ(2px);
}

.hardcover_front li:last-child {
	-webkit-transform: rotateY(180deg) translateZ(2px);
	-moz-transform: rotateY(180deg) translateZ(2px);
	transform: rotateY(180deg) translateZ(2px);
}

/* HARDCOVER back */
.hardcover_back li:first-child {
	-webkit-transform: translateZ(2px);
	-moz-transform: translateZ(2px);
	transform: translateZ(2px);
}

.hardcover_back li:last-child {
	-webkit-transform: translateZ(-2px);
	-moz-transform: translateZ(-2px);
	transform: translateZ(-2px);
}

/* thickness of cover */
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
	position: absolute;
	top: 0;
	left: 0;
}

/* HARDCOVER front */
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before {
	width: 4px;
	height: 100%;
}

.hardcover_front li:first-child:after {
	-webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.hardcover_front li:first-child:before {
	-webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
	transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before {
	width: 4px;
	height: 160px;
}

.hardcover_front li:last-child:after {
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
}
.hardcover_front li:last-child:before {
	box-shadow: 0px 0px 30px 5px #333;
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
}

/* thickness of cover */

.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before {
	width: 4px;
	height: 100%;
}

.hardcover_back li:first-child:after {
	-webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}
.hardcover_back li:first-child:before {
	-webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
	transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before {
	width: 4px;
	height: 160px;
}

.hardcover_back li:last-child:after {
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
}

.hardcover_back li:last-child:before {
	box-shadow: 10px -1px 80px 20px #666;
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
}

/* BOOK SPINE */
.book_spine {
	-webkit-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
	-moz-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
	transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
	width: 16px;
	z-index: 0;
}

.book_spine li:first-child {
	-webkit-transform: translateZ(2px);
	-moz-transform: translateZ(2px);
	transform: translateZ(2px);
}

.book_spine li:last-child {
	-webkit-transform: translateZ(-2px);
	-moz-transform: translateZ(-2px);
	transform: translateZ(-2px);
}

/* thickness of book spine */
.book_spine li:first-child:after,
.book_spine li:first-child:before {
	width: 4px;
	height: 100%;
}

.book_spine li:first-child:after {
	-webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.book_spine li:first-child:before {
	-webkit-transform: rotateY(-90deg) translateZ(-12px);
	-moz-transform: rotateY(-90deg) translateZ(-12px);
	transform: rotateY(-90deg) translateZ(-12px);
}

.book_spine li:last-child:after,
.book_spine li:last-child:before {
	width: 4px;
	height: 16px;
}

.book_spine li:last-child:after {
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
}

.book_spine li:last-child:before {
	box-shadow: 5px -1px 100px 40px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
}

.page,
.page > li {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.page {
	width: 100%;
	height: 98%;
	top: 1%;
	left: 3%;
	z-index: 10;
}

.page > li {
	width: 100%;
	height: 100%;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
}

.page > li:nth-child(1) {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.page > li:nth-child(2) {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.page > li:nth-child(3) {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.page > li:nth-child(4) {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.page > li:nth-child(5) {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

/*
	5. events
*/

.book:hover > .hardcover_front {
	-webkit-transform: rotateY(-145deg) translateZ(0);
	-moz-transform: rotateY(-145deg) translateZ(0);
	transform: rotateY(-145deg) translateZ(0);
	z-index: 0;
}

.book:hover > .page li:nth-child(1) {
	-webkit-transform: rotateY(-30deg);
	-moz-transform: rotateY(-30deg);
	transform: rotateY(-30deg);
	-webkit-transition-duration: 1.5s;
	-moz-transition-duration: 1.5s;
	transition-duration: 1.5s;
}

.book:hover > .page li:nth-child(2) {
	-webkit-transform: rotateY(-35deg);
	-moz-transform: rotateY(-35deg);
	transform: rotateY(-35deg);
	-webkit-transition-duration: 1.8s;
	-moz-transition-duration: 1.8s;
	transition-duration: 1.8s;
}

.book:hover > .page li:nth-child(3) {
	-webkit-transform: rotateY(-118deg);
	-moz-transform: rotateY(-118deg);
	transform: rotateY(-118deg);
	-webkit-transition-duration: 1.6s;
	-moz-transition-duration: 1.6s;
	transition-duration: 1.6s;
}

.book:hover > .page li:nth-child(4) {
	-webkit-transform: rotateY(-130deg);
	-moz-transform: rotateY(-130deg);
	transform: rotateY(-130deg);
	-webkit-transition-duration: 1.4s;
	-moz-transition-duration: 1.4s;
	transition-duration: 1.4s;
}

.book:hover > .page li:nth-child(5) {
	-webkit-transform: rotateY(-140deg);
	-moz-transform: rotateY(-140deg);
	transform: rotateY(-140deg);
	-webkit-transition-duration: 1.2s;
	-moz-transition-duration: 1.2s;
	transition-duration: 1.2s;
}

/*
	6. Bonus
*/

/* cover CSS */

.coverDesign {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.coverDesign::after {
	background-image: -webkit-linear-gradient( -135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
	background-image: -moz-linear-gradient( -135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
	background-image: linear-gradient( -135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.coverDesign h1 {
	color: #fff;
	font-size: 2.2em;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 54% 0 0 0;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
}

.coverDesign p {
	color: #f8f8f8;
	font-size: 1em;
	text-align: center;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
}

.yellow {
	background-color: #f1c40f;
	background-image: -webkit-linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
	background-image: -moz-linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
	background-image: linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
}

.blue {
	/*background-color: #3498db;*/
	background-color: #ffffff;
	/*background-image: -webkit-linear-gradient(top, #ffffff 58%, #2a90d4 0%);*/
	background-image: -webkit-linear-gradient(top, #ffffff 58%, #ffffff 0%)
	background-image: -moz-linear-gradient(top, #ffffff 58%, #ffffff 0%);
	background-image: linear-gradient(top, #ffffff 58%, #ffffff 0%);
}

.grey {
	background-color: #f8e9d1;
	background-image: -webkit-linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
	background-image: -moz-linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
	background-image: linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
}

/* Basic ribbon */

.ribbon {
	background: #c0392b;
	color: #fff;
	display: block;
	font-size: 0.7em;
	position: absolute;
	top: 11px;
	right: 1px;
	width: 40px;
	height: 20px;
	line-height: 20px;
	letter-spacing: 0.15em; 
	text-align: center;
	-webkit-transform: rotateZ(45deg) translateZ(1px);
	-moz-transform: rotateZ(45deg) translateZ(1px);
	transform: rotateZ(45deg) translateZ(1px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 10;
}

.ribbon::before,
.ribbon::after{
	position: absolute;
	top: -20px;
	width: 0;
	height: 0;
	border-bottom: 20px solid #c0392b;
	border-top: 20px solid transparent;
}

.ribbon::before{
	left: -20px;
	border-left: 20px solid transparent;
}

.ribbon::after{
	right: -20px;
	border-right: 20px solid transparent;
}


/* figcaption */

figcaption {
	padding-left: 40px;
	text-align: left;
	position: absolute;
	top: 0%;
	left: 160px;
	width: 310px;
}

figcaption h1 {
	margin: 0;
}

figcaption span {
	color: #16a085;
	padding: 0.6em 0 1em 0;
	display: block;
}

figcaption p {
	color: #63707d;
	line-height: 1.3;
}


/* Media Queries */
@media screen and (max-width: 37.8125em) {
	.align > li {
		width: 100%;
		min-height: 440px;
		height: auto;
		padding: 0;
		margin: 0 0 30px 0;
	}

	.book {
		margin: 0 auto;
	}
	
		

	figcaption {
		text-align: center;
		width: 320px;
		top: 250px;
		padding-left: 0;
		left: -80px;
		font-size: 90%;
	}
	
	
	

}






/*MAIN SLIDER*/

.main_slider{
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 100px;
}
f
.main_slider_content{
	width:  60%;
}

.main_slider_content h6{
	font-weight: 800;
	margin-bottom:  10px;
	color: #000000;
}
.main_slider_content h1{
	font-weight: 760;
	line-height: 1;
	color: #000000;
}
.red_button{
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 40px;
	background: #228f91;
	border-radius:  3px;
	transition: all 0.3s ease;
}

.red_button a:hover{
	color: #FFFFFF;
}

.red_button a{
	
	display: block;
	color: #FFFFFF;
	text-transform:  uppercase;
	font-size:  14px;
	font-weight: 500;
	text-align: center;
	line-height: 40px;
	width: 100;
}
.red_button:hover{
	background: #1e8082; 
}


.shop_now_button{
	width: 140px;
	margin-top: 32px;
	background: #997755 !important;
}

.shop_now_button:hover{

	background: #AA7439 !important;
}



.banner{
	width: 100%;
	margin-top: 30px;
}	

 h1, h2{
	color: #555533;
	
}


h3{
	
	color: #555533;
}



.banner_item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 265px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.banner_category{
	height: 50px;
	background: #FFFFFF; 
	min-width: 180px;
	padding-left: 25px;
	padding-right: 25px;
}
	.banner_category a{
		display: block;
		color: #1e1e27;
		text-transform: uppercase;
		font-size: 22px;
		font-weight: 500;
		text-align: center;
		line-height: 50px;
		width: 100%;	
	}
.banner_category a:hover{
	color: #b5aec4;
}

/*NEW ARRIVAL*/
.new_arrivals{
	
	width: 100%;
}

.new_arrivals_title{
	margin-top: 74px;
	
}

.new_arrivals_title .h3esp{
	color: #2d76c2;
	
}


.new_arrivals_sorting{
	display: inline-block;
	border-radius: 3px;
	margin-top: 59px;
	overflow: visible;
}
.grid_sorting_button{
	height: 40px;
	min-width: 102px;
	padding-left: 25px;
	padding-right: 25px;
	cursor: pointer;
	border: solid 1px #ebebeb;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	background: #FFFFFF;
	border-radius: 3px;
	margin: 0;
	float: left;
	margin-left: -1px;	
}

.grid_sorting_button:first-child{
	
	margin-left: 0px;
}
.grid_sorting_button.active{
	color: #FFFFFF;
	background: #997755;
}
/*.grid_sorting_button.active:hover{*/
.grid_sorting_button:hover{
	background: #AA7439 !important;
}

/* 5.2 New Arrival Product Grid*/
.product-grid{
	width: 100%;
	margin-top: 57px;
}


.product-item{
	width: 25%;
	height: 480px;
	cursor: pointer;
}
.product-item::after{
	display: block;
	position: absolute;
	top: 0;
	left: -1px;
	width: calc(100% + 1px);
	height: 100%;
	pointer-events:none;
	content:'';
	border:  solid 2px rgba(235,235,235,0);
	border-radius:  3px;
	transition: all 0.3s ease;	
}

.product-item:hover::after{
	box-sizing: 0 25px 29px rgba(63, 78, 100, 0.15);
	border: solid 2px rgba(235,235,235,1);
}

.product{
	width: 100%;
	height: 340px;
	border-right: solid 1px #e9e9e9;
	
}
.product_image {
	width: 100%;
}
.product_image img{
	width: 100%;
}
.product_info{
	
	text-align:center;
	padding-left: 10px;
	padding-right: 10px;
}
.product_name{
	margin-top: 27px;
}
.product_name a{
	color: #1e1e27;
	line-height: 20px;
}
.product_name:hover a {
	color: #b5aec4;
}
.discount .product_info .product_price{
	font-size: 14px;
}
.product_price{
	font-size: 16px;
	color: #997755;
	font-weight: 600;
}
.product_price span{
	font-size: 12px;
	margin-left: 10px;
	color: #b5aec4;
	text-decoration: line-throught;
	
}
.product_bubble{
	position: absolute;
	top: 15px;
	width: 50px;
	height: 22px;
	border-radius: 3px;
	text-transform: uppercase;
}
.product_bubble span{
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	
}
.product_bubble_right::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 6px;
	right: auto;
	top: auto;
	bottom: -6px;
	border: 6px solid;
}
.product_bubble_left::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
	right: 6px;
	top: auto;
	bottom: -6px;
	border: 6px solid;
}
.product_bubble_red::after{
	border-color: transparent transparent transparent #fe4c50;

}

.product_bubble_brown::after{
	border-color: transparent transparent transparent #997755;

}

.product_bubble_left::after{
	border-color: #51a042 #51a042 transparent transparent;
}
.product_bubble_red{
	background: #fe4c50;
}
.product_bubble_brown{
	background: #997755;
	
}
.product_bubble_green{
	background: #51a042;
}
.product_bubble_left{
	left: 15px;
}
.product_bubble_right{
	right: 15px;
}


.add_to_cart_button{
	width: 100%;
	visibility: visible;	
	opacity: 0;
	transition: all 0.3s ease;
}
.add_to_cart_button a{
	font-size: 14px;
	font-weight: 600;
}
.product-grid:hover .add_to_cart_button{
	visibility: visible;
	opacity: 1;
}




.favorite{
	position: absolute;
	top: 15px;
	right: 15px;
	color: #b9b4c7;
	width: 17px;
	height: 17px;
	visibility: hidden;
	opacity: 0;
}
.favorite_left{
	left:15px;
}
.favorite.active{
	visibility: visible;
	opacity: 1;
}
.product-item:hover .favorite{
	visibility: visible;
	opacity: 1;
}
.favorite.active::after{
	font-family: 'FontAwesome';
	content: '\f004';
	color: #fe4c50; 	
}
.favorite::after{
	font-family: 'FontAwesome';
	content: '\f08a';
	
}
.favorite:hover::after{
	color: #fe4c50;
}

/*DEAL OF THE WEEK*/
.deal_ofthe_week{
		width: 100%;
		margin-top: 41px;
		background: #f2f2f2;
	}
.deal_ofthe_week_img{
	height: 540px;
}	

.deal_ofthe_week_img img{
	height: 100%;
}
.deal_ofthe_week_content{
	height: 100%
}
.section_title{
	display:inline-block;
	text-align: center;
}
.section_title h1, h2{
	display: inline-block;	
	color: #1e8082;
}
.section_title::after{             /*LINE UNDER TEXT*/
	display:block;
	position: absolute;
	top: calc(100% + 13px);
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 5px;
	background: #5ad6d8;
	content: '';
	
}
.timer{
	margin-top: 66px;
}
.timer li{
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #FFFFFF;
	margin-right: 10px;
}
.timer li:last-child{
	margin-right: 0px;
}
.timer_num{
	font-size: 48px;
	font-weight: 600;
	color: #fe4c50;
	margin-top: 10px;
}
.timer_unit{
	margin-top: 12px;
	font-size: 16px;
	font-weight: 500;
	color: #51545f;	
}
.deal_ofthe_week_button{
	width: 140px;
	background: #228f91;
	margin-top: 52px;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
}
.deal_ofthe_week_button::hover{
	background: #006080 !important;
}


/*BEST SELLERS*/

.product_slider_container{
	width: 100%;
	height: 340px;
	margin-top: 73px;
}
.product_slider_container::after{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #FFFFFF;
	content: '';
	z-index: 1;
}
.product_slider{
	overflow: visible !important;
}
.product_slider_item .product-item{
	height: 340;
}
.product_slider_item{
	width: 20%;
}
.product_slider_item .product-item{
	width: 100% !important;
}

/* SLIDER NAV*/

.product_slider_nav{
	position: absolute;
	width: 30px;
	height: 70px;
	background: #d3d3d6;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: all 300ms ease;
}
.product_slider_container:hover .product_slider_nav{
	visibility: visible;
	opacity: 1;
}	
.product_slider_nav i{
	color: #FFFFFF;
	font-size: 12px;
}
.product_slider_nav_left{
	top: 50%;
	left: 0;	
}
.product_slider_nav_right{
	top: 50%;
	right: 0;
}

/*BENEFIT*/

.benefit{
	margin-top: 74px;
	
}

.benefit-row{
	padding-left: 15px;
	padding-right: 15px;
}
.benefit_col{
	padding-left: 0px;
	padding-right: 0px; 
	
}
.benefit_item{
	height: 100px;
	background: #f3f3f3;
	border-right: solid 1px #FFFFFF;
	padding-left: 25px;
}
.benefit_col:last-child .benefit_item{
	border-right: none;
}
.benefit_icon i{
	font-size: 30px;
	color: #fe4c50;
}
.benefit_content{
	padding-left: 22px;
}
.benefit_content h6{
	text-transform: uppercase;
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 0px;
}
.benefit_content p{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0px;
	color: #51545f;
}
/* BLOGS*/
.blogs{
	margin-top: 72px;
}
.blogs_container{
	margin-top: 53px;
}
.blog_item{
	height: 255px;
	width: 100%;
}
.blog_background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


.blog_content{
	position: absolute;
	top: 30px;
	left: 30px;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	background: rgba(255,255,255,0.9);
	padding-left: 10px;
	padding-right: 10px;
	visibility: hidden;
	opacity: 0;
	transform-origin: center center;
	transform: scale(0.7);
	transition: all 300ms ease;	
}
.banner_item:hover .blog_content{
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
.blog-title{
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 0p;
}
.blog_meta{
	font-size: 12px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #51545f;
	margin-bottom: 0px;
	margin-top: 3px;
	letter-spacing: 1px;
}
.blog_more{
	font-size: 14px;
	line-height: 15px;
	font-weight: 500;
	color: #997755;
	border-bottom: solid 1px #997755;
	margin-top: 12px;
}
.blog_more:hover{
	color: #AA7439;
}

/*NEWSLETTER*/

.newsletter{
	width: 100;
	background: #f2f2f2;
	margin-top: 81px;

}
.newsletter_text{
	height: 120px;
}
.newsletter_text h4{
	margin-bottom: 0px;
	line-height: 24px;
}
.newsletter_text p{
	margin-bottom: 0px;
	line-height: 1.7;
	color: #51545f;
}
.newsletter_form{
	height: 120px;
}
#newsletter_email{
	width: 300px;
	height: 46px;
	background: #FFFFFF;
	border: none;
	padding-left: 20px;
}
#newsletter_email:focus{
	border: solid 1px #7f7f7f !important;
	box-shadow: none !important;
}
:focus{
	outline: none !important;

}
#newsletter_email::-webkit-input-placeholder{
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}
#newsletter_email::input-placeholder{
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;	
}
.newsletter_submit_btn{
	width: 160px;
	height: 46px;
	border: none;
	background: #997755;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}
.newsletter_submit_btn:hover{
	background: #fe7c7f;	
}

/*FOOTER*/
.footer_nav_container{
	height: 130px;
}


.cr{
	margin-right: 48px;
}

.cr a span {
 color: #6661ce;	
}

.cr a span span {
	color: #6e6595;
}

.cr a:hover {
	color: #423670;
}


.footer_nav li{
	display: inline-block;
	margin-right: 45px;
}
.footer_nav li:last-child{
	margin-right: 0px;
}
.footer_nav li a, .cr{
	font-size: 14px;
	color: #51545f;
	line-height: 30px;
	transition: all 300ms ease;
}
.footer_nav li a:hover, .cr a, .cr i{
	color: #447439;
}

.footer_nav-container i{
	color: #ff3426;
}

.footer_nav-container a{
	color: #6661ce;
}

.footer_nav-container a:hover{
	color: #AA7439;
}


.footer_social{
	height: 130px;
}
.footer_social ul li{
	display: inline-block;
	margin-right: 10px;
}
.footer_social ul li:last-child{
	margin-right: 0px;
}
.footer_social ul li a{
	color: #51545f
	transition: all 300ms ease;
	padding: 10px;
}
.footer_social ul li:last-child a{
	padding-right: 0px;
}
.footer_social ul li a:hover{
	color: #AA7439;
}




/*PÁGINA DE CONTACTO*/



/*
.contact-heading{
	background-image: url(../images/blog_2.jpg);
}*/

.find-us{
	margin-top: 100px;
}
.find-us p{

	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.find-us h4{
	font-size: 20px;
	margin-bottom: 20px;
}
.find-us .left-content{
	margin-left: 30px;
}





  /*Enviar mensaje*/



  
 .send-message{
	 margin-top: 100px;
 }
 .contact-form input{
	 font-size: 14px;
	 width: 100%;
	 height: 44px;
	 display: inline-block;
	 line-height: 42px;
	 border: 1px solid #eee;
	 border-radius: 0px;
	 margin-bottom: 30px;
 }
 .contact-form input:focus{
	 box-shadow: none;
	 border: 1px solid #eee;	 
 }
 .contact-form textarea{
	 font-size: 14px;
	 width: 100%;
	 min-width: 100%;
	 min-height: 120px;
	 height: 120px;
	 max-height: 180px;
	 border: 1px solid #eee;
	 border-radius: 0px;
	 margin-bottom: 30px;
 }
 .contact-form textarea:focus{
	 box-shadow: none;
	 border: 1px solid #eee;
 }
 .contact-form button.filled-button{
	 background-color: #f33f3f;
	 color: #fff;
	 font-size: 14px;
	 text-transform: capitalize;
	 font-weight: 300;
	 padding: 10px 20px;
	 border-radius: 5px;
	 display: inline-block;
	 transition: all 0.3s;
	 border: none;
	 outline: none;
	 cursor: pointer;
 }
 .contact-form button.filled-button:hover{
	 background-color: #121212;
	 color: #fff;
 }
 .accordino{
	 
	 margin-top: 20px;
	 margin-left: 30px;
 }
 .det_title p {
	/* cursor: pointer;*/
	 font-size: 17px;
	 color: #030303 !important;
	 margin-bottom: 20px;
	 transition: all .3s;
 }
 .det_title p:hover {
	 color: #f33f3f !important;
 }
 .det_title p:active{
	 color: #f33f3f !important;
 }
 .accordino li{
	 border-bottom: 1px solid #eee;
	 padding: 15px 0px;
 }
 
  .accordino li:first-child{
	 border-top: 1px solid #eee;
	
 }
 
 .accordino li .content{
	/* display: none;*/
	 margin-top: 10px;
	
 }
 
 
 
 /*LIBRO DE CONTACTO*/
 


.book_contact {
  transform-style: preserve-3d;
  position: relative;
  height: 300px;
  cursor: pointer;
  backface-visibility: visible;
  margin: auto;
 
 
}

.book_contact h3 {
	
	color: #ffffff;
	
}

.front, .back, .page1, .page2, .page3, .page4, .page5, .page6 {
  transform-style: preserve-3d;
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0; left: 0;
  transform-origin: left center;
  transition: transform .5s ease-in-out, box-shadow .35s ease-in-out;
  
}

.front, .back {
  background: navy;
}

.front, .page1, .page3, .page5 {
  border-bottom-right-radius: .5em;
  border-top-right-radius: .5em;
}

.back, .page2, .page4, .page6 {
  border-bottom-right-radius: .5em;
  border-top-right-radius: .5em;
}

.page1 { 
  background: #efefef;
}

.page2 {
  background: #efefef;
}

.page3 {
  background: #f5f5f5;
}

.page4 {
  background: #f5f5f5;
}

.page5 {
  background: #fafafa;
}

.page6 {
  background: #fdfdfd;
}

.book_contact:hover .front {
  transform: rotateY(-160deg) scale(1.1);
  box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.book_contact:hover .page1 {
  transform: rotateY(-150deg) scale(1.1);
  box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.book_contact:hover .page2 {
  transform: rotateY(-30deg) scale(1.1);
  box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.book_contact:hover .page3 {
  transform: rotateY(-140deg) scale(1.1);
  box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.book_contact:hover .page4 {
  transform: rotateY(-40deg) scale(1.1);
  box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.book_contact:hover .page5 {
  transform: rotateY(-130deg) scale(1.1);
  box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.book_contact:hover .page6 {
  transform: rotateY(-50deg) scale(1.1);
  box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.book_contact:hover .back {
  transform: rotateY(-20deg) scale(1.1);
}


/*CUADRÍCULA DE CONTACTO*/



        .service-box{
            position: relative;
            overflow: hidden;
            margin-bottom:10px;
            perspective:1000px;
            -webkit-perspective:1000px;
        }
        .service-icon{
            width: 100%;
            height: 250px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
        }

        .service-content{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            width: 100%;
            height: 250px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
            background-color: #228f91;
            backface-visibility:hidden;
            transform-style: preserve-3d;
            -webkit-transform: translateY(110px) rotateX(-90deg);
            -moz-transform: translateY(110px) rotateX(-90deg);
            -ms-transform: translateY(110px) rotateX(-90deg);
            -o-transform: translateY(110px) rotateX(-90deg);
            transform: translateY(110px) rotateX(-90deg);
        }
		
		
		.service-content p{
			
			color: #FFFFFF !important;
			font-size: 14px !important;
			font-family: Arial !important;
		}
		
		
		.service-content a{
			
			color: #FFFFFF !important;
			font-size: 12px !important;
			font-family: Arial !important;
		}
		
		
        .service-box .service-icon .front-content{
            position: relative;
            top:80px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .service-box .service-icon .front-content i {
            font-size: 28px;
            color: #fff;
            font-weight: normal;
        }

        .service-box .service-icon .front-content h3 {
            font-size: 15px;
            color: #fff;
            text-align: center;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        .service-box .service-content h3 {
            font-size: 15px;
            font-weight: 700;
            color: #fff;
            margin-bottom:10px;
            text-transform: uppercase;
        }
        .service-box .service-content p {
            font-size: 13px;
            color: #b1b1b1;
            margin:0;
        }
		
		
        .yellow{background-color: #ffc000;}
        .orange{background-color: #fc7f0c;}
        .red{background-color: #e84b3a;}
        .grey{background-color: #474747;}
        .service-box:hover .service-icon{
            opacity: 0;
            -webkit-transform: translateY(-110px) rotateX(90deg);
            -moz-transform: translateY(-110px) rotateX(90deg);
            -ms-transform: translateY(-110px) rotateX(90deg);
            -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);
        }
        .service-box:hover .service-content {
            opacity: 1;
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
        }


 
 
 
 
 
 /*SHOPPING CART*/
 
.cart-item{
	margin-left:auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.cart-price{
	margin-left:auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.cart-quantity{
	margin-left:auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}
.cart-item-image{
	float: center;
}
 
 
/*Paymentez*/
/*
    .panel {
      margin: 0 auto;
      background-color: #F5F5F7;
      border: 1px solid #ddd;
      padding: 20px;
      display: block;
      width: 80%;
      border-radius: 6px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    }

    .btn {
      background: rgb(140, 197, 65); /* Old browsers */
	  
	  /*
      background: -moz-linear-gradient(top, rgba(140, 197, 65, 1) 0%, rgba(20, 167, 81, 1) 100%); /* FF3.6-15 */  
	  
	 /*
      background: -webkit-linear-gradient(top, rgba(140, 197, 65, 1) 0%, rgba(20, 167, 81, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	  
	  /*
      background: linear-gradient(to bottom, rgba(140, 197, 65, 1) 0%, rgba(20, 167, 81, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	  
	  /*
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44afe7', endColorstr='#3198df', GradientType=0);
      color: #fff;
      display: block;
      width: 100%;
      border: 1px solid rgba(46, 86, 153, 0.0980392);
      border-bottom-color: rgba(46, 86, 153, 0.4);
      border-top: 0;
      border-radius: 4px;
      font-size: 17px;
      text-shadow: rgba(46, 86, 153, 0.298039) 0px -1px 0px;
      line-height: 34px;
      -webkit-font-smoothing: antialiased;
      font-weight: bold;
      display: block;
      margin-top: 20px;
    }

    .btn:hover {
      cursor: pointer;
    }
	
	*/


	
/*Carrousel 2*/

section.awSlider .carousel{
  display:table;
  z-index:2;
  -moz-box-shadow: 0 0 4px #444;
	-webkit-box-shadow: 0 0 4px #444;
	box-shadow: 0 0 15px rgba(1,1,1,.5);
}

section.awSlider{
  margin:30px auto;
  padding:30px;
  position:relative;
  display:table;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section.awSlider:hover > img{
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity:1;
}

section.awSlider img{
   pointer-events: none;
}

section.awSlider > img{
  position:absolute;
  top:30px;
  z-index:1;
  transition:all .3s;
  filter: blur(1.8vw);
  -webkit-filter: blur(2vw);
  -moz-filter: blur(2vw); 
  -o-filter: blur(2vw); 
  -ms-filter: blur(2vw);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity:.5;
}



/*COOKIES*/
.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 100%;

  background-color: #F1F6F4;
}

.cookie-consent-banner__inner {     
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 0;
}

.cookie-consent-banner__copy { 
  margin-bottom: 2px;
}

.cookie-consent-banner__actions {    
}

.cookie-consent-banner__header {
  margin-bottom: 8px;
  
  font-family: "CeraPRO-Bold", sans-serif, arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__description {
  font-family: "CeraPRO-Regular", sans-serif, arial;
  font-weight: normal;
  color: #838F93;
  font-size: 16px;
  line-height: 24px;
}




/* COOKIES*/

/*REGISTRO USUARIO*/

.form-register p {
	
	font-size: 16px !important;
	
}


.terminos {
	
	font-size: 16px !important;
}


.terminos a{
	
	color: #1e8082;
	text-decoration: none;
	box-shadow: none;
	
	
}

.terminos a:hover {
	
	color: #228f91;
	text-decoration: underline;
	text-decoration-color: #83e0e2; 
	
}



/*#togglePassword*/

 
 i{
 margin-left: -35px; 
cursor: pointer;
color: #aaa;
 
 
}


.controlsn {
padding-left: 15px;
align-items: center;
font-size: 16px;
}

.controlsp {

align-items: center;
font-size: 16px;
	
}

.controlspv {

align-items: center;
font-size: 16px;
	
}
/*#togglePassword*/




/*Recuperación de contraseña*/


.btnrec {
	
	font-size: 12px;
	


	
}

/*Recuperación de contraseña*/



/*REGISTRO USUARIO*/
 


/*BOOKS SECTION*/

.books h2 {
	 
	 color:  #1e8082;
	
}

.books a {
	 
	 color:  #228f91;
	
}

.books a:hover {
	 
	 color:  #1e8082;
	
}

.books p {
	 
	 font-size:  16px;
	
}

/*BOOKS SECTION*/




/*YTB RES*/

.video-container { 

  position: relative;
  height: 0;
  padding-top: 56%;
  overflow: hidden;
  max-width: 100%;


}

.video-container iframe, .video-container object, .video-container embed 

{ 

position: absolute; top: 0; left: 5%; width: 90%; height: 90%; 
}




/*YTB RES*/


/*COURSE PRICE*/

.cart-total-price {
	
	font-size: 16px;
	
}

/*COURSE PRICE*/




/*DECORATIVE PEN*/
 
.threeholder {
  position: relative;
  margin-top: 0px;
  width: 800px;
  height:280px;
  margin-left: auto;
  margin-right: auto;
}
.threeone {
  display: inline-block;
  width: 33.33333333333%;
  height: 80%;
  background:  #228f91;
  border-bottom: 15px solid #e1dea8;
  text-align: center;
  transition: all 0.25s;
   border-radius: 30px;
}
.threetwo {
  display: inline-block;
  width: 33.333333333%;
  height: 80%;
  background:  #228f91;
  border-bottom: 15px solid #e1dea8;
  transition: all 0.25s;
   border-radius: 30px;
}
.threethree {
  display: inline-block;
  width: 33.333333333%;
  height: 80%;
  background:  #228f91;
  border-bottom: 15px solid #e1dea8;
  transition: all 0.25s;
   border-radius: 30px;
}
.threeone:hover {
  background: #fdfaee;
}
.threeone:hover .circlepic {
  background: #228f91;
}
.threeone:hover .circleborder{
    background: #83e0e2; 
}
.threeone:hover svg{
  fill:#fdfaee;
}
.threeholder h3 {
  width: 200px;
  text-align: center;
  font-size: 16px;
  margin-left: -55px;
  font-weight: bold;
  margin-top: 45px;
  text-align: center;
  color: white;
}
.threeholder p {
  display: inline-block;
  width:200px;
  text-align: center;
  margin-left: -55px;
  margin-top: 20px;
  font-size: 14px;
  color: white;
  letter-spacing: 1px;
}
.threeone:hover  h3 {
  color: black;
}
.threetwo:hover h3 {
  color: black;
}
.threethree:hover h3 {
  color: black;
}

.threeone:hover  p {
  color: black;
}
.threetwo:hover p {
  color: black;
}
.threethree:hover p {
  color: black;
}



.threeone:hover svg, .threetwo:hover svg, .threethree:hover svg {
  transition: all 0.65s;
  transform: rotateY(360deg);
}
.threetwo:hover {
  background: #fdfaee;
}
.threetwo:hover .circleborder{
    background: #867833;
}
.threetwo:hover svg{
  fill:#fdfaee;
}
.threethree:hover {
  background: #f5cb22;
}
.threethree:hover .circleborder{
    background: #333333;
}
.threethree:hover svg{
  fill:#f5cb22;
}
.circleborder {
  position: absolute;
  top: 30px;
  width: 90px;
  height: 90px;
  background: #fdfaee;
  margin-left: 88.33333px;
  border-radius: 50%;
}
.circlepic {
  position:absolute;
  top:-10px;
  margin-top: 30px;
  width: 110px;
  height: 110px;
  background:  #e1dea8;
  margin-left: 78.33333px;
  border-radius: 50%;
}

/*DECORATIVE PEN*/





/* ***************************Responsive************************************************ */


@media only screen and (max-width: 1199px){
	
	
.books .product_image{

width: 80%;
height: 60%;
font-size:  14px;

}	
	
.service-content{

font-size: 8px;

}	
	
	.logo_container a{
	
	font-size: 22px; 
}

.navbar_drop {
	width:  565px;
		
	
	
}
	
	.super_container_cover {
	width: 100%;
	height: auto;
	
	}

.main_slider{
	min-height: 475px;
	height: calc(100vw / 1.714);
}
.main_slider_content{
	width: 80%;
	margin-top:  20px;
}
.banner_item{
	height:220px;
}
.product-item{
	
	
	height: 360px;
}
.product{
	height: 320px;
}
.timer li{
	width: 90px;
	height: 90px;
}
.timer_num{
	font-size: 36px;
	font-weight: 500;
}
.blog_title{
	font-size: 20px;
}

#ctn-bars-search, #ctn-bars-search input, #box-search{
	width: 100%;
}
}



@media only screen and (max-width: 991px){
	
	
	
	
	
.super_container_cover {
	width: 100%;
	height: 1410px;
	}
	
.wrapper_door {
	bottom: 2px;	
	position: relative;
}


	
h1{font-size: 48px !important;}
h2{font-size: 36px;}

.main_slider_content{
	margin-bottom: 10px;
	
}
.shop_now_button{
	margin-top: 26px;
}
.grid-item{
	width: 25%;
}
.navbar_menu{
	display: none;
}
.nav__menu{
	display: none;
}
.hamburger_container{
	display:block;
}
.main_slider_content{
	width: 100%;
	padding-right: 15px;
}
.banner_item{
	
	height: 160px;
}
.banner_category{
	min-width: 160px;
}
.banner_categoty a {
	font-size: 16px;
	line-height: 40px;
}
.product_item{
	
	height: 380px;
	width: 25%;
}
.deal_ofthe_week_col{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.deal_ofthe_week_content{
	position: relative;
	top: auto;
	left: auto;
	height: auto;
}
.deal_ofthe_week_content .section_title h2{
	color: white;
	text-shadow: 2px 2px 10px black;
}
.deal_ofthe_week_img{
	text-align: center;
}
.timer li{
	width: 70px;
	height: 70px;
}	
.timer_num{
	font-size: 28px;
}
.benefit_col{
	margin-bottom: 30px;
}
.benefit_col:last-child{
	margin-bottom: 0px;
}
.blog_item_col{
	margin-bottom: 30px;
}	
.blog_item_col:last-child{
	margin-bottom: 0px;
}	
.blog_item{
	height: 440px;
}
.blog_title{
	font-size: 24px;
}
.newsletter_text{
	height: auto;
	margin-top: 30px;
}
.newsletter_text p{
	margin-top: 5px;
}	
.footer_nav_container{
	height: auto;
	margin-top: 65px;
}	
.footer_social{
	height: auto;
	margin-top: 20px;
	margin-bottom: 65px;
}	
}

@media only screen and (max-width: 900px)and (min-width: 768px) {
	

.wrapper_door{
	
	bottom: 4%;
	position:fixed;
}


	

}






@media only screen and (max-width: 767px){
	
	
	.navbar_user{
	display: none;
	}
	
	.super_container_cover {
	width: 100%;
	height: auto;
	
	
	}



		
h1{font-size: 36px !important;}
h2{font-size: 24px;}
h3{font-size: 12px;}
  
.main_slider_content h6{
	margin-bottom:  23px;	
}
.shop_now_button{
	margin-top: 20px;
}
.red_button a{
	font-size: 12px;
}
.banner_item{
	margin-bottom: 30px;
	height: 210px;
}
.new_arrivals_title{
	margin-top: 44px;
}
.product-item{
	height: 345px;
	width: 33.3333333333333%;
}
.product{
	height: 345px;
}
.grid_sorting_button{
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;
	min-width: 80px;
}
.product_slider_container{
	height: auto;
}
.product_slider_item .product-item{
	height: 380px;
}
.benefit_col{
	margin-bottom: 15px;
}
.blog_item{
	height: 372px;
}
.newsletter_form{
	margin-bottom: 40px;
}
.newsletter_submit_btn{
	margin-top: 15px;
}




}








@media only screen and (max-width: 575px){
	
	
	
	.super_container_cover {
	width: 100%;
	height: auto;
	
	
	}
	
	.hamburger_menu{
		right: -100%;
		width: 100%;		
	}
	.product-item{
		width: 50%;
		height: 420px;
	}
	.product{
		height: 420px;
	}
	.blog_item{
		height: calc((100vw - 30px)/1.37);
	}
	.cr
	{
		display: block;
		margin-right: 0px;
		margin-bottom: 30px;
		font-size: 13px;
	}
	.footer_nav{
		margin-bottom: 20px;
	}
    .footer_nav li{
		display: block;
		margin-right: 0px;
	}
	
	.main_slider_content h6{
	font-size: 13px;
}
.main_slider_content h1{
	font-size: 28px !important;
}

}

@media only screen and (max-width: 479px){
	

	
	.super_container_cover {
	width: 100%;
	height: auto;
	
	
	}


	
	.logo_container a{
		font-size: 12px;
	}
	.hamburger_container{
		margin-left: 25px;
	}
	.hamburger_container i{
		font-size: 16px;
	}
	.hamburger_close{
		top: 14px;
		right: 4px;
	}
	.hamburger_close i{
		font-size: 20px;
	}
	.hamburger_menu_content{
		padding-right: 15px;
		padding-top: 70px;	
	}
	.menu_item{
		border-bottom-color: rgba(181, 174, 196, 0.5);
	}
	.menu_item > a{
		font-size: 12px;
		line-height: 35px;
		height: 35px; 
	}
	.navbar{
		
		height: 70px;
	}
	.navbar_user li a{
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
	.checkout_items{
		width: 15px;
		height: 15px;
		font-size: 10px;	
	}
	.main_slider{
		/*height: calc(100vh - 70px);*/
		height: 80vw;
		min-height: auto;
		margin-top: 70px;
	}
	
	
	.main_slider_content h6{
		font-size: 13px;
		margin-bottom: 15px;	
	}
	.main_slider_content h1{
	
		font-size: 28px !important;
	}
	.shop_now_button{
		margin-top: 15px;
		width: 100px;
		height: 35px;	
	}
	.red_button a{
		font-size:  10px;
	}
	.grid_sorting_button{
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		min-width: 60px;
		height: 35px;
	}
	.product-item{
		width: 100%;
		height: auto;
	}
	.product{
		height: auto;
	}
	.product_name a{
		font-size: 12px;
	}
	.add_to_cart_button{
		margin-top: 20px;
	}
	.deal_ofthe_week_img{
		height: 400px;
	}
	.timer{
		margin-top: 42px;
	}
	.timer li{
		width: 50px;
		height: 50px;
	}
	.timer_num{
		margin-top: 4px;
		font-size: 16px;
	}
	.timer_unit{
		margin-top: -9px;
		font-size: 10px;
	}
	.deal_ofthe_week_button{
		margin-top: 36px;
	}
	.product_slider_item .product-item{
		width: 100%;
		height: auto;
	}
	.product_slider_item .product-item:hover::after{
		box-shadow: none;
	}
	.product_slider_item .product-item .product{
		height: auto;
	}
	.product_slider_item .product-item .product_info{
		padding-bottom: 30px;
	}
	.blog_title{
		font-size: 16px;
	}
	.blog_meta{
		font-size: 10px;
	}
	.blog_more{
		font-size: 12px;
		margin-top: 5px;		
	}
	.newsletter_form{
		margin-top: 22px;
	}
	.newsletter_text h4{
		font-size: 20px;
	}
	.newsletter_text p{
		font-size: 13px;
		margin-top: 5px;
	}
	.newsletter_submit_btn{
		font-size: 12px;
		height: 36px;
		width: 130px;
	}
	#newsletter_email{
		height: 40px;
		width: 100%;
		padding-left: 15px;	
	}
	#newsletter_email::webkit-input-placeholder{
		font-size: 12px !important;
		padding-left: 0px;
	}
	#newsletter_email::input-placeholder{
		font-size: 12px !important;
		padding-left: 0px;
	}
	.footer_nav_container{
		margin-top: 35px;
	}
	.cr{
		margin-bottom: 20px;
	}
	.footer_nav{
		margin-bottom: 20px;
	}
	.footer_social{
		margin-top: 5px;
		margin-bottom: 30px;
	}
	
}

