
/* Fuentes */

@font-face {
  font-family: 'Myriad Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"), url("../fonts/myriad/MYRIADPRO-REGULAR.woff") format("woff"); 
}
@font-face {
  font-family: 'Myriad Pro Light';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Light"), url("../fonts/myriad/MYRIADPRO-LIGHT.woff") format("woff"); 
}
@font-face {
  font-family: 'Myriad Pro Semibold';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold"), url("../fonts/myriad/MYRIADPRO-SEMIBOLD.woff") format("woff"); 
}
@font-face {
  font-family: 'Myriad Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold"), url("../fonts/myriad/MYRIADPRO-BOLD.woff") format("woff"); 
}

body, h1, h2, h3, h4, h5, h6, p, button, .btn {
  font-weight: normal ;
}

@font-face {
  font-family: 'Abel Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Abel-Regular"), url("../fonts/abel/Abel-Regular.ttf");
}

/*Estilos generales*/
* {
  -webkit-transition: all .3s linear !important;
  -moz-transition: all .3s linear !important;
  -ms-transition: all .3s linear !important;
  -o-transition: all .3s linear !important;
  transition: all .3s linear !important;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

a{
  color: #24135F ;
  text-decoration: none ;
}

a:hover {
  color: #24135F;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: normal;
}

.back_white{
  background-color: white;
}

.text_white{
color: white;
}

.back_blue{
  background-color: #24135F;
}

.back_blue_acerca{
background-color: #2bc3e2;
}

.text_blue{
color: #24135F;
}

.back_purple{
background-color: #8E63D3;
}

.text_purple{
color: #8E63D3;
}

/* Navegador */

.szh-menu-container {
position: relative;
width: 0px;
height: 0px;
}

.szh-menu {
margin: 0;
padding: 0;
list-style: none;
box-sizing: border-box;
width: max-content;
position: absolute;
z-index: 100;
border: 1px solid rgba(0, 0, 0, 0.1);
background-color: #fff;
}
.szh-menu:focus {
outline: none;
}
.szh-menu--state-closed {
display: none !important;
}
.szh-menu__arrow {
box-sizing: border-box;
width: 0.75rem;
height: 0.75rem;
background-color: #fff;
border: 1px solid transparent;
border-left-color: rgba(0, 0, 0, 0.1);
border-top-color: rgba(0, 0, 0, 0.1);
position: absolute;
z-index: -1;
}
.szh-menu__arrow--dir-left {
right: -0.375rem;
transform: translateY(-50%) rotate(135deg);
}
.szh-menu__arrow--dir-right {
left: -0.375rem;
transform: translateY(-50%) rotate(-45deg);
}
.szh-menu__arrow--dir-top {
bottom: -0.375rem;
transform: translateX(-50%) rotate(-135deg);
}
.szh-menu__arrow--dir-bottom {
top: -0.375rem;
transform: translateX(-50%) rotate(45deg);
}
.szh-menu__item {
cursor: pointer;
}
.szh-menu__item:focus {
outline: none;
}
.szh-menu__item--hover {
background-color: #ebebeb;
}
.szh-menu__item--focusable {
cursor: default;
background-color: inherit;
}
.szh-menu__item--disabled {
cursor: default;
color: #aaa;
}
.szh-menu__submenu {
position: relative;
}
.szh-menu__group {
box-sizing: border-box;
}
.szh-menu__radio-group {
margin: 0;
padding: 0;
list-style: none;
}
.szh-menu__divider {
height: 1px;
margin: 0.5rem 0;
background-color: rgba(0, 0, 0, 0.12);
}

.szh-menu-button {
box-sizing: border-box;
}

.szh-menu {
user-select: none;
color: #212529;
border: none;
border-radius: 0.25rem;
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.133), 0 0.6px 2px rgba(0, 0, 0, 0.1);
min-width: 10rem;
padding: 0.5rem 0;
}
.szh-menu__item {
display: flex;
align-items: center;
position: relative;
padding: 0.375rem 1.5rem;
}
.szh-menu-container--itemTransition .szh-menu__item {
transition-property: background-color, color;
transition-duration: 0.15s;
transition-timing-function: ease-in-out;
}
.szh-menu__item--type-radio {
padding-left: 2.2rem;
}
.szh-menu__item--type-radio::before {
content: "○";
position: absolute;
left: 0.8rem;
top: 0.55rem;
font-size: 0.8rem;
}
.szh-menu__item--type-radio.szh-menu__item--checked::before {
content: "●";
}
.szh-menu__item--type-checkbox {
padding-left: 2.2rem;
}
.szh-menu__item--type-checkbox::before {
position: absolute;
left: 0.8rem;
}
.szh-menu__item--type-checkbox.szh-menu__item--checked::before {
content: "✔";
}
.szh-menu__submenu > .szh-menu__item {
padding-right: 2.5rem;
}
.szh-menu__submenu > .szh-menu__item::after {
content: "❯";
position: absolute;
right: 1rem;
}
.szh-menu__header {
color: #888;
font-size: 0.8rem;
padding: 0.2rem 1.5rem;
text-transform: uppercase;
}

/*Contenedor Principal*/
.contenedor_principal{
  min-height: calc(80vh - 130px);
  margin-top: 130px;
}
@media (max-width: 575.98px) {
  .contenedor_principal{
    min-height: calc(80vh - 130px);
  }
}

/* Header */
.header_nav{
  width: 100% ;
  left: 0 ;
  top: 0 ;
  position: fixed ;
  padding: 0 ;
  background: #fff ;
  z-index: 100 ;
  -webkit-transition: all .3s linear !important;
  -moz-transition: all .3s linear !important;
  -ms-transition: all .3s linear !important;
  -o-transition: all .3s linear !important;
  transition: all .3s linear !important;
}

#logoHeader{
  max-height: 100px;
  max-width: 100%;
  padding: 10px;
  left: 0;
  -webkit-transition: all 1s linear !important;
  -moz-transition: all 1s linear !important;
  -ms-transition: all 1s linear !important;
  -o-transition: all 1s linear !important;
  transition: all 1s linear !important;
}

.logoHeaderAccesibilidad{
  width: 90px;
  padding: 10px;
}

.reducido {
  max-width: 220px !important;
  max-height: 80px;
  white-space: 100%;
  left: 0;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  -webkit-transition: all 1s linear !important;
  -moz-transition: all 1s linear !important;
  -ms-transition: all 1s linear !important;
  -o-transition: all 1s linear !important;
  transition: all 1s linear !important;
}

.navbarIconos:hover{
color: #8E63D3;
}

.navbarMenuMain{
  display: block !important;
  color: #fff;
  background-color: #24135F;
}

.navbarMenuMain .nav-link{
color: #fff !important;
padding-top: 16px;
padding-bottom: 16px;
}

.navbarMenuMain .nav-item{
padding: 0 5px 0 5px;
}

.navbarMenuMain .nav-item:hover{
background-color: #8E63D3 !important;
}

.nav_text-white{
color: #fff;

}

/* input buscar */

.search_container{
height:55px;
}

.search_input{
position: relative;
}

.search_input input{
  height: 45px;
 text-indent: 4px;
}

.search_input input:focus{
 box-shadow: none;
}

.search_input .icon-search{
 position: absolute;
 top: -115%;
 left: -45px;
}

.icon-search{
  z-index: 1 !important;
}

.search_input button{
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 110px;
  background: #ffffff;
  border: none;
  border-radius: 0;
 }

.search_input button:hover{
 background: #6537af;
}

.nav_area{
box-shadow: -1px 1px 5px 2px rgba(0,0,0,0.42);
-webkit-box-shadow: -1px 1px 5px 2px rgba(0,0,0,0.42);
-moz-box-shadow: -1px 1px 5px 2px rgba(0,0,0,0.42);
}

.back_blue_nav{
background-color: #24135F;
}
/* Nuevo menu */
.topnav {
  overflow: hidden;
}

.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
overflow-wrap: break-word;
}

.topnav a:hover {
background-color: #8E63D3;
}

.topnav .icon {
display: none;
background-color: #ffffff;
float: right;
color: #6320ce;
}

.topnav .icon:hover {
  color: white;
  }


/* Carrusel */

.carrousel_size{
  max-height: 413px;
  max-width: 1220px;
}

.carrousel_size .carousel-item img{
  height: 100%;
  width: 100%;
}

.textoCarrusel{
  width: 100% ;
  background-color: rgba(0, 0, 0, .5);
  position: sticky ;
  margin-top: -65px ;
  font-size: 1.2em;
  text-align: center;
  font-weight: 300;
  color: #fff;
}

.textoCarrusel a{
  color: #fff ;
}

.textoCarrusel a:hover{
  text-decoration: underline ;
}

.images-carrusel{
width: 1219px !important;
height: 343px !important;
}

/* Footer */


footer{
  background-color: #ececec;
  color: #666666 !important;
  font-size: .9rem ;
}

footer p {
  margin-bottom: 1px;
}

footer a {
  color: #666666 !important;
}

footer a:hover {
  color: #666666 !important;
  text-decoration: underline ;
}

.icon_media_footer{
  height: 4em;
}

.btn_footer{
  background: #24135F;
  color: white;
  padding: 5px 35px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 1.3em;
  font-family: 'Myriad Pro Regular';
  letter-spacing: .1em;
  border: none;
  line-height: 1.1em;
}

.btn_footer:hover{
  background: #8E63D3;
}

/* Carrousel uno index */

.next_control_left, .next_control_right{
background-color: #919090;
padding: 2px;
border-radius: 50%;
box-sizing: content-box;
}

.carousel-control-next, .carousel-control-prev{
top: 0 !important;
bottom: 80%;
}

.blue_pipe{
min-height: 40px;
background-color: #24135F;
content: '';
}
/*Recomendaciones index*/

.main_title{
  font-size: 2.2em;
}

.books_container{
  background: rgb(234,234,234);
  background: linear-gradient(0deg, rgba(234,234,234,1) 0%, rgba(255,255,255,1) 24%, rgba(227,227,227,1) 44%, rgba(237,237,237,1) 86%, rgba(219,219,219,1) 100%); 
  border-radius: 15px;
  padding: 15px;
}

.books_container_interno{
  background: rgb(234,234,234);
  background: linear-gradient(0deg, rgba(234,234,234,1) 0%, rgba(255,255,255,1) 24%, rgba(227,227,227,1) 44%, rgba(237,237,237,1) 86%, rgba(219,219,219,1) 100%); 
  border-radius: 15px;
  padding: 15px;
  height: 540px;
}

.books_container:hover img{
  transform: scale(1.1);
}

.books_container h3{
  font-size: 18px;
  line-height: 22px;
}

.books_container_parrafo{
  font-size: 14px;
  line-height: 14px;
  color: #5E5D5D;
}

.img_books_general{
  min-height: 220px;
}

/*Carrusel Dos*/
.banner_title_blue{
  background-color: #24135F;
}

.banner_title_blue h1{
  color: white;
  padding: 13px 0;
}
/* Colecciones*/

.box_mask {
width: 100%;
height: 100%;
background: #CCC;
overflow: hidden;
}

.box_mask img {
width: 100%;
height: auto;
}

@supports(object-fit: cover) {
.box_mask img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
}

.img_collection_container,.text_collection_container{
max-height: 70vh;
}

.title_collections h1{
text-transform: uppercase;
}

.square_collection{
background-color: #24135F;
display: flex;
align-items: center;
height: 105px;
transition: .3s;
border-top: 2px solid #00FFFF;
}

.square_collection:hover{
background-color: #8E63D3;
}

.square_collection p{
color: white;
font-weight: bolder;
line-height: 1.2em;
margin-bottom: 0;
}

.height_square{
height: 84px !important;
}

.square_collection{
background-color: #24135F;
display: flex;
align-items: center;
height: 105px;
transition: .3s;
border-top: 2px solid #00FFFF;
}

.accordion {
  cursor: pointer;
  border: none;
  border-top: 2px solid #00FFFF;
}

.panel {
  display: none;
  overflow: hidden;
  transition: 0.4s;
}

.info_div{
position: relative;
}

.show_div_right{
  display: none;
  transition: .3s;
  z-index: 2;
}

.info_div:hover > .show_div_right{
  display:block;
  position: absolute;
  top: 0;
  left: 100%;
}

.show_div_left{
  display: none;
  transition: .3s;
  
}

.info_div:hover > .show_div_left{
  display:block;
  position: absolute;
  top: 0;
  right: 100%;
}

.square_collection_sub{
background-color: #8E63D3;
display: flex;
align-items: center;
height: 50px;
transition: .3s;
border-top: 2px solid #24135F;
width: auto;
}

.square_collection_sub:hover{
background-color: #5932a0;
}

.divider_purple{
background-color: #8E63D3;
min-height: 60px;
content: '';
}

/* Colecciones interiores */

.top_breadcrumb{
background-color: #e9e9e9;
}

.contenedor_breadcrumb{
padding: 10px;
}

.contenedor_breadcrumb a:hover{
color: #8E63D3;
}

.btn_return{
background-color: #8E63D3;
border-radius: 5px;
padding: 5px;
transition: .3s;
}

.btn_return:hover{
background-color: #6537af;
}

.icon_socialmedia{
height: 25px;
margin: 0 5px;
}

.icon_facebook{
  background-color: #29ABE2;
  padding: 3px 6px;
  color: white;
  border-radius: 20px;
}

.icon_facebook img, .icon_twitter img{
  height: 15px;
}

.icon_facebook:hover, .icon_twitter:hover{
  color: white;
  filter: brightness(1.2);
}

.icon_twitter{
  background-color: #1877f2;
  padding: 3px 6px;
  color: white;
  border-radius: 20px;
}

.banner_sticky{
position:-webkit-sticky; 
position:sticky; 
top:155px; 
z-index:4
}

.btn_order{
padding: 10px 15px;
border: none;
border-radius: 10px;
line-height: 1.5rem;
height: 50px;
background-color: #666666d2;
color: white;
}
.listaCapitulos
{
  list-style:none;
}

.btn_order:hover{
background-color: #424242;
}
.btn_capitulos{
  
  border: none;
  border-radius: 10px;
  line-height: 1.5rem;
  margin: 3px 0;
  background-color: #666666d2;
  color: white;
  }
.img_card_book{
  height: 95%;
}
.contenedorCapitulos{
  height:30vh;
  overflow-y:auto;
}
.row_btn_order{
background-color: #e9e9e9;
}

.link_book_collection{
transition: 0.001s !important;
}

.link_book_collection:hover img{
transform: scale(1.1);
transition: 0.3s !important;
}
/*Contáctanos*/
.container_form_contact{
  background-image: url("../images/mail_poster.jpg");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  min-height: 45vh;
}

option{
  font-family: 'Myriad Pro Regular';
}

.title_contact{
  background-color: rgba(255, 255, 255, 0.801);
  box-shadow: 0px 7px 9px -3px rgba(0,0,0,0.54);
  -webkit-box-shadow: 0px 7px 9px -3px rgba(0,0,0,0.54);
  -moz-box-shadow: 0px 7px 9px -3px rgba(0,0,0,0.54);
}

.text-contact{
  background-color: rgba(255, 255, 255, 0.801);
  padding-left: 12px;
}

.btn_contact_form{
  background-color: black;
  color: white;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn_contact_form:hover{
  background-color:#24135F;
  color: white;
}

.input_contact_style{
  background-color: rgba(255, 255, 255, 0.801);
  color: black;
}
.btn_social_media{
  min-height: 50px;
}

/* Novedades */

.back_synopsis{
  background-color: #c4c2c296;
  padding: 20px;
  border-radius: 15px;
}

.container_synopsis{
  overflow-y: auto;
}

.synopsis_text{
  text-align: justify;
}

.btn_order_general{
padding: 10px 25px;
border: none;
border-radius: 10px;
line-height: 1.5rem;
min-height: 70px;
background-color: #666666d2;
color: white;
line-height: 1.1em;
width: 100%;
}

.btn_order_general:hover{
background-color: #424242;
}

.icon_btn_general{
height: 50px;
}


.information_books p{
margin-bottom: 0;
}

/* Busqueda avanzada */

.background_busqueda{
  background: rgb(13,0,43);
  background: linear-gradient(326deg, rgba(13,0,43,1) 0%, rgba(51,0,139,1) 48%, rgba(31,106,247,1) 100%);
  background-image: url(../images/busqueda.jpg);
  background-repeat:no-repeat;
  background-size: cover;
  background-position: 100% 0%;
}

.formulario_avanzado{
  background: rgba(255, 255, 255, 0.377);
  border-radius: 12px;
}

.formulario_avanzado label{
  color: white;
}

.img_back_busqueda{
  height: 100%;
  width: 100%;
}

.label_busqueda{
  text-align: end;
}

.btn_busqueda{
  border: none;
  background-color: #24135F;
  padding: 5px;
  color: white;
}

.btn_busqueda:hover{
  background-color: #8E63D3;
  padding: 5px 15px;
  box-shadow: 9px 10px 5px -7px rgba(0,0,0,0.50);
-webkit-box-shadow: 9px 10px 5px -7px rgba(0,0,0,0.50);
-moz-box-shadow: 9px 10px 5px -7px rgba(0,0,0,0.50);
}

/*nuevos*/
.btn-outline-link{  
  color: #fff;
  background-color: #24135F;
}
.btn-outline-link a{
  display: block !important;
  color: #fff;
  background-color: #24135F;
}
.cursor{
  cursor: pointer;
}

.cuadros_letras{
  background-color: #24135F;
  display: flex;
  align-items: center;
  height: 60px;
  transition: .3s;
  border-top: 2px solid #00FFFF;
  border-right: 2px solid #00FFFF;
  margin-bottom: 5px;
}

.cuadros_letras:hover{
  background-color: #8E63D3;
}

.cuadros_letras p{
  color: white;
  font-weight: bolder;
  line-height: 1.2em;
  margin-bottom: 0;
}

.cuadrosAutoresListado{
  background-color: #24135F;
  display: flex;
  align-items: center;
  height: 40px;
  transition: .3s;
  border-top: 2px solid #00FFFF;
}


.cuadrosAutoresListado:hover{
  background-color: #8E63D3;
}

.cuadrosAutoresListado p{
  color: white;
  font-weight: bolder;
  line-height: 1.2em;
  margin-bottom: 0;
}

.cuadrosAutoresListadoLetra{
  background-color: #24135F;
  display: flex;
  align-items: center;
  height: 55px;
  width: 150px;
  transition: .3s;
  border-top: 2px solid #00FFFF;
}


.cuadrosAutoresListadoLetra:hover{
  background-color: #8E63D3;
}

.cuadrosAutoresListadoLetra p{
  color: white;
  font-weight: bolder;
  line-height: 1.2em;
  margin-bottom: 0;
}

.img_loading{
  width: 250px;
}

.carousel-item img{
  height: 65vh; 
}

.tamanioImg{
  display: flex;
  align-items: center;
}

.divImages{
  height: 180px;
}

.botonDisabled{
  background-color: #ece9e9d2;
}

.separacionBoton{
  margin-top: 15px;
  font-size: smaller;
}

.fondoMenu {
  background:#2bc3e2 !important;
  }

/* .collapse2 {
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
} */

/*Autocomplete*/
.css-39lqva{
white-space: nowrap;
font-size:  1rem;
padding-inline-start:0.5rem;
border-radius:9999px;
background: #b9a7db;
cursor: pointer;
display: inline-block;
padding-inline-end: 0.5rem;
}

.chakra-icon{
	width: 0.75rem !important;
  height: 0.75rem !important;
  display: inline-block !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
  color: green !important;
  vertical-align: middle !important;
  margin-left: 0.25rem !important;
  margin-bottom: 4px !important;
}

.chakra-input{
  width: 100%;
  padding-inline-start: 1rem;
  height:2.5rem;
  border-radius: .375rem;
  border: 1px solid;
  border-color: inherit !important;
}

/*FIN Autocomplete*/
/*menu*/
.menu_font{
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
}
/**/
.abel_font{
  font-family: 'Abel Regular' !important;
  font-size: 48px !important;
}
#navbarSupportedContent .btn{
padding: 0 .75rem !important;
}
