html{
	box-sizing: border-box;
	/*display: block;*/
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body{
	font-size: 100%;
}
p{
	text-align: center;
}
.absolute{
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
.relative{
	position: relative;
}
.title_center{
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	text-align: center;	
}
.column{
	display: flex;
	flex-direction: column;
}
.img_full_container{
	width: 100%;
	max-width: 1000px;
	height: auto;
	/*max-height: 14vh;*/
	overflow: hidden;
}
.img_full{
	width: 100%;
}
.mail{
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	color: black;
	font-family: 'Cormorant SC', serif;
	text-align: center;
	font-size: 4vw;
}
.clients{
	font-size: 1.5rem;
}
/*clients*/
.content-slider {
  width: 100%;
  height: 360px;
}
.slider {
  height: 320px;
  /*width: 680px;*/
  width: 100vw;
  margin: 40px auto 0;
  overflow: visible;
  position: relative;
}
.mask {
  overflow: hidden;
  height: 320px;
}
.slider ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.slider li {
  /*width: 680px;*/
	width: 100%;
  height: 320px;
  position: absolute;
  top: -325px;
  list-style: none;
}
.slider .quote {
  font-size: 1rem;
  font-style: italic;
  text-align: center;
}
.slider li.anim1 {
  animation: cycle 15s linear infinite;
}
.slider li.anim2 {
  animation: cycle2 15s linear infinite;
}
.slider li.anim3 {
  animation: cycle3 15s linear infinite;
}
.slider li.anim4 {
  animation: cycle4 15s linear infinite;
}
.slider li.anim5 {
  animation: cycle5 15s linear infinite;
}
/*.slider:hover li {*/
  /*animation-play-state: paused;*/
/*}*/
@keyframes cycle {
  0% {
    top: 0px;
  }
  4% {
    top: 0px;
  }
  16% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  20% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  21% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  50% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  92% {
    top: -325px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: -325px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

@keyframes cycle2 {
  0% {
    top: -325px;
    opacity: 0;
  }
  16% {
    top: -325px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  24% {
    top: 0px;
    opacity: 1;
  }
  36% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  40% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  41% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle3 {
  0% {
    top: -325px;
    opacity: 0;
  }
  36% {
    top: -325px;
    opacity: 0;
  }
  40% {
    top: 0px;
    opacity: 1;
  }
  44% {
    top: 0px;
    opacity: 1;
  }
  56% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  60% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  61% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle4 {
  0% {
    top: -325px;
    opacity: 0;
  }
  56% {
    top: -325px;
    opacity: 0;
  }
  60% {
    top: 0px;
    opacity: 1;
  }
  64% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  81% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle5 {
  0% {
	top: -325px;
	opacity: 0;
  }
  76% {
	top: -325px;
	opacity: 0;
  }
  80% {
	top: 0px;
	opacity: 1;
  }
  84% {
	top: 0px;
	opacity: 1;
  }
  96% {
	top: 0px;
	opacity: 1;
	z-index: 0;
  }
  100% {
	top: 325px;
	opacity: 0;
	z-index: 0;
  }
}
/*clientes end*/
.center_black{
	width: fit-content;
	color: black;
}
.margin_auto{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	justify-content: center;
}
.font_common{
	font-family: 'Cormorant SC', serif;
}
.fulljustify {
  text-align: justify;
  -webkit-hyphens : auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: keep-all;
}
#container_title{
	padding: 5%;
	margin-top: 10vh;
	width: 100%;
}
#container_info{
	margin-top: 100px;
	width: 80%;
}
#container_equipo {
	padding: 5%;
}
#container_contacto{
	margin-bottom: 250px;
}
.header{
	padding-top: 5%;
}
.subtitle_context{
	font-size: 2rem;
	font-family: 'Cormorant SC', serif;
}
.subtitle_context_ag{
	font-size: 1rem;
	font-family: 'Cormorant SC', serif;
	text-align: center;
}
.warm_white{
	background-color: #fff;
}
#title{
	font-size: 6vw;
}
#info{
	padding: 5%;
}
#title_editorial{
	padding: 5%;
}
#container_thumbnails{
	display: flex;
	flex-direction: row;
	overflow: hidden;
}
.margin_b50{
	margin-bottom: 50px;
}
.margin_b100{
	margin-bottom: 100px;
}
#container_editorial{
	/*padding: 5%;*/
}
#container_servicios{
	padding: 5%;
}
/*Carousel Publicaciones*/
.button_empty{
	z-index: 1000;
	width: 15%;
	height: 20em;
	padding: 0 !important;
	border: none !important;
	background: #fff !important;
}
.scene {
  /*border: 1px solid #CCC;*/
  margin: 40px 0;
  position: relative;
  width: 210px;
  height: 140px;
  margin: 40px auto;
  perspective: 1000px;
}
.carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateZ(-288px);
  transform-style: preserve-3d;
  transition: transform 1s;
}
.carousel__cell {
  position: absolute;
  width: 190px;
  height: 120px;
  left: 10px;
  top: 10px;
  /*border: 2px solid black;*/
  line-height: 116px;
  font-size: 80px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.carousel__cell:nth-child(1) { transform: rotateY(  0deg) translateZ(288px); }
.carousel__cell:nth-child(2) { transform: rotateY( 51.43deg) translateZ(288px); }
.carousel__cell:nth-child(3) { transform: rotateY( 102.86deg) translateZ(288px); }
.carousel__cell:nth-child(4) { transform: rotateY(154.29deg) translateZ(288px); }
.carousel__cell:nth-child(5) { transform: rotateY(205.72deg) translateZ(288px); }
.carousel__cell:nth-child(6) { transform: rotateY(257.15deg) translateZ(288px); }
.carousel__cell:nth-child(7) { transform: rotateY(308.58deg) translateZ(288px); }
/*.carousel__cell:nth-child(8) { transform: rotateY(280deg) translateZ(288px); }*/
/*.carousel__cell:nth-child(9) { transform: rotateY(320deg) translateZ(288px); }*/
/*Scroll Servicios*/
section{
  /*min-height: 100vh;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
/*section:nth-child(1){*/
  /*color: #e0ffff;*/
  /*}*/
/*section:nth-child(2){*/
  /*color: #42455a;*/
  /*background: #e0ffff;*/
/*} */
/*section:nth-child(3){*/
  /*color: #e0ffff;*/
/*}*/
/*section:nth-child(4){*/
  /*color: #42455a;*/
  /*background: #e0ffff;*/
/*}*/
section .container{
  /*margin: 100px;*/
}
section h1{
  font-size: 3rem;
  margin: 20px;
}
section h2{
	padding: 5%;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}
section .text-container{
   display: flex;
}
section .text-container .text-box{
  margin: 20px;
  padding: 20px;
}
section .text-container .text-box h3{
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 900px){
  section h1{
    font-size: 2rem;
    text-align: center;
  }
  section .text-container{
    flex-direction: column;
  }
}
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
/*Form*/
form{
	display: flex;
	flex-direction: column;
}
#button_submit{
	margin-top: 10px;
}
.flex_column_center{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.logo{
	height: 100%;
	width: auto;
}
.trapezoid{
	width: 100px;
	height: 50px;
	transform: skew(-35deg)
}
@media (max-width: 1000px){
	#title{font-size: 9vw;}
	#subtitle{font-size: 3vw;}
}
@media (max-width: 940px){
	#books_montage{flex-direction: column;}	
	.books_montage{margin-bottom: 100px;}
}
/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev:before{
	color: black !important;
}
.slick-next:before{
	color: black !important;
}
._df_thumb{
	height: 350px !important;
}
.df-book-stage{
	background-color: gray !important;
}
