/* 
Theme Name: Breaking Book 
Template Theme URI: https://integ.ro/
Author: el equipo de Integro
Description: Plantilla desarrollada para libros 
Version: 1.0
*/

body {
	margin: -0.5em !important ;
}

@media  screen and (max-width: 1200px) {
   
   .item-book{
	   width: 100%;
	   margin-top: 10px !important;
   }
   
   .item-book p{ 
	   font-size: 18px; 
   }

   .item-book img{
	   width: 30px !important; 
   }
   
   .play-div{
	   width: 10%!important;
   }
   
   .text-play-div{
	   width: 90%!important;
   }
   
   article{
	   padding:0px!important;
	   margin-top: -15px;
   }
   
   #side{
	   position: relative!important;
	   flex: unset!important;
	   max-width:100%!important;
	   height: 100%!important;
	   z-index: 100 !important;
   }
   
   .logo{
	   margin-bottom:0px!important;
	   position:fixed!important;
	   z-index:999;
	   height: 60px !important;
   }
   
   .logo img{
	   max-width:240px!important;
   }
   
   #content{
	   flex: unset!important;
	   max-width:100%!important;
	   margin-left:unset!important;
	   margin-top:60px!important;
   }   
   
   .menu-toggle{
	   display:block!important;
	   position: absolute;
	   float: left;
	   top: 0px;
   }
   
   .menu-icon{
	   padding: 15px;
	   cursor:pointer;
   }
   
   .menu-icon:before {
	   color: #fff;
	   font-size: 30px;
	   font-weight: bolder;
   }
   
   .mobile-menu{
	   margin-top:60px!important;
	   display:none;
	   height:100%;
   }
}

@media screen and (min-width: 1400px) {
   .mobile-menu {
	   display: block;
   }
}

.current_page_item{
   list-style-type: circle!important;
   color: #fff;
}

.current_page_item a{
   opacity:1!important;
}

.pre-next-div{
   width: 100%;
   border-radius: 5px;
   height: 40px;
   border: solid 1px #dadada;
   box-shadow: 1px 1px #dadada;
   font-size: 14px;
   font-style: italic;
}
.prev-content, .next-content{
   width: 50%;
   position: relative;
   float: left;
}
.prev-div{
   position: relative;
   float: left;
   padding: 8px;
   color: #929292;
}
.next-div{
   position: relative;
   float: right;
   padding: 8px;
   color: #929292;
}
a.prev-div:hover, a.next-div:hover{
   color:#FDA929;
}

.menu-toggle{
   display:none;
}

.side{
   background: #1D2237 0% 0% no-repeat padding-box;
   padding: 0 !important;
   font-family: 'Armata', sans-serif;
   z-index: 1; 
   min-height: calc(100vh - 62px);
}

@media screen and (max-width : 1024px) {
   .side {
	   min-height: 0;
   }
}

.sidebar div div ul{
   padding: 0 10px;
}

.content{
   padding: 0;
   margin: 0;
   width: auto;
   overflow: auto;
   z-index: 1;
   position: relative;
   padding-left: 0px !important;
   padding-right: 0px !important;
}
.ml-20{
   margin-left: 10px;
}

article{
   padding: 30px;
}

.logo{
   width: 100%;
   height: 60px;
   background-size: contain !important;
   margin-bottom:20px;
   background: #00b7ea;
   padding: 10px;
   text-align: center;
} 

.logo img{
   width:100%;
   max-width:240px;
}

.item-content{
   background: #313753 0% 0% no-repeat padding-box;
   padding: 10px 10px;
   color: white;
   margin:0;
   border-left: 6px solid #49B5EA;
   font-size: 15px;
}

.item-book{
   padding: 0 !important; 
   margin-bottom: 5px; 
   display: inline-block;
   margin-left: 12px;
}

.item-book p{
   float: left; 
   width: 83%; 
   padding: 5px; 
   font-size: 12px; 
   margin-bottom: 0;
   display: table-cell;
   vertical-align: middle;
}

.item-book img{
   width: 17%; 
   float: left;
}

.item-content .icon{
   color: #49B5EA;
   float: left;
}

.principal{
   background: #313753;
   padding-bottom: 10px;
}

.principal > a:first-child{
   background: #444E7B 0% 0% no-repeat padding-box;
   padding:5px 30px;
   width: 100%;
   display: inline-block;
   color: white;
   font-size: 13px;
}

.principal>a:first-child::after {
   background: #49B5EA 0% 0% no-repeat padding-box;
   width: 8px;
   height: 8px;
   position: absolute;
   left: 15px;
   /* top: 0; */
   z-index: 9;
   content: '';
   border-radius: 50%;
   transform: translate(60%, 100%);
}
.principal ul{
   margin-left: 10px;
   padding-left: 20px;
}
.principal ul li {
   list-style: none;
   margin-left: 10px;
}

.principal ul li a{
   color: white;
   opacity: 0.5;
   font-size: 10px;
}

.principal a:hover {
   opacity: 1;
   text-decoration: none;
}

ul#menu-libro-1 {
   padding:10px;
   width: 100%;
   padding-inline-start: 10px;
}
.title h3{
   padding: 20px 0;
   color: #000;
   font-family: 'Armata',
   sans-serif;
   font-size: 12px;
}
.title{
   padding-left: 30px;
   -webkit-box-shadow: -1px 14px 32px -12px rgba(196, 196, 196, 1);
   -moz-box-shadow: -1px 14px 32px -12px rgba(196, 196, 196, 1);
   box-shadow: -1px 14px 32px -12px rgba(196, 196, 196, 1);
   height: 60px;
   top: -10px;
}

/* Accordion Styles */
/*
body {
 font-size: 62.5%;
 background: #dadada;
 font-family: 'Open Sans', sans-serif;
 line-height: 2;
 padding: 5em;
}
*/

.accordion {
   font-size: 0.7rem;
   /* width: 30vw; */
   margin: 0 auto;
   border-radius: 5px;
}

.accordion-header,
.accordion-body {
 background: white;
}

.accordion-header {
 padding: 7px 10px 5px 30px;
   background: #444E7B;
   color: white;
   cursor: pointer;
   font-size: 1em;
   /* letter-spacing: .1em; */
   transition: all .3s;
   /* text-transform: uppercase;*/
}

.accordion-header a{
 color: #fff;
}

.accordion-header a:hover{
 color: #fff;
   opacity: 1;
   text-decoration: none;
   
}

.accordion__item {
   border-bottom: 1px solid #3c4571;
}

.accordion__item .accordion__item {
 border-bottom: 1px solid #282c40;
}

.accordion-header:hover {
 background: #323b67;
 position: relative;
 z-index: 5;
}

.accordion-body {
 background: #fcfcfc;
 color: #353535;
 display: none;
}

.accordion-body__contents {
 padding: 1.5em 1.5em;
 font-size: .85em;
}

.accordion__item.active:last-child .accordion-header {
 border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
 border-bottom: 1px solid transparent;
}

/* 
.accordion__item > .accordion-header:after {
 content: "\f3d0"; 
 font-family: IonIcons;
 font-size: 1.2em;
 float: right;
 position: relative;
 top: -2px;
 transition: .3s all;
 transform: rotate(0deg);
}
*/
.accordion__item.active > .accordion-header:after {
 transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
 background: #323b67;
}

.accordion__item .accordion__item .accordion-header {
 background: #313753;
 color: #848aa5;
}

.accordion__item .accordion__item .accordion-header:hover {
 background: #323b67;
   color: #fff;
}

.accordion__item .accordion__item .accordion-header a:hover {
   color: #fff;
}

@media screen and (max-width: 1000px) {
 body {
   padding: 1em;
 }
 
 .accordion {
   width: 100%;
 }
}


.currentPage .accordion-header{
   background-color: #374065!important;
}

.pre-next {
   width: 100%;
   border-radius: 5px;
   height: 40px;
   border: solid 1px #dadada;
   box-shadow: 1px 1px #dadada;
   font-size: 14px;
   font-style: italic;
}

.pre-next-div {
   display: none !important;
}


/* http://caniuse.com/#search=variables */
:root {
 --avatar-size: 1.8rem;
 /* change this value anything, e.g., 100px, 10rem, etc. */
}

.circle {
 color: #fff;
 background-color: #00b7ea;
 border-radius: 50%;
 height: var(--avatar-size);
 text-align: center;
 width: var(--avatar-size);
 float: left;
 margin: -5px 0;
 
}

.initials {
 font-size: calc(var(--avatar-size) / 2); /* 50% of parent */
 line-height: 1;
 position: relative;
 top: calc(var(--avatar-size) / 4); /* 25% of parent */
}

.name-initials {
   float: right;
   /*border-left: 1px solid black;*/
   padding: 0 12px;
   margin-top: 3px;
}

.banner-book {
   background-color: #f4f4f4; 
   border-radius: 10px; 
   padding: 15px;
   margin-bottom: 35px;
}

.banner-flexbox {
   display: flex; 
   justify-content: space-between;
}

.banner-item-1 {
   order: 1;
}

.banner-item-2 {
   order: 2;
   padding: 20px 0 0 30px;
   width: 70%;
}

.banner-item-3 {
   order: 3;
   margin: auto;
}

@media screen and (max-width : 1000px) {
   .banner-flexbox {
	   display: flex; 
	   justify-content: space-between;
	   flex-direction: column;
   }

   .banner-item-1 {
	   order: 1;
	   margin: auto;
   }
   
   .banner-item-2 {
	   order: 2;
	   padding: 20px;
	   width: 100%;
   }	

   .banner-item-3 {
	   order: 3;
	   width: 100%;
   }
   
   .banner-btn {
	   width: 100%;
   }


}



@media screen and (max-width : 800px) {
   .circle{
	   margin-top: -4px !important;
   }
}

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

   .name-initials {
	   float: right;
	   /*border-left: 1px solid black;*/
	   padding: 0 12px;
	   margin-top: -29px;
   }

   .dropdown-toggle{
	   width: 125% !important;
   }

   .name-initials {
	   display: block !important;
   }


   
}


/*desde aca comienza*/
.numberCircle {
   border-radius: 50%;
   width: 32px;
   height: 32px;
   padding: 6px;
   margin-right: 0.1%;
   background: #ebe4e4;
   border: 2px solid #ebe4e4;
   color: #000;
   text-align: center;
   display:inline-block;
   font: 12px Arial, sans-serif;
}

.numberCircleD {
   border-radius: 50%;
   width: 2px;
   height: 2px;
   padding: 2px;
   margin-right: 0.1%;
   background: #ebe4e4;
   border: 2px solid #ebe4e4;
   color: #000;
   text-align: center;
   display:inline-block;
   font: 12px Arial, sans-serif;
}


.popover .arrow {
  
   display: none !important;
   
}

.popover-body {
   padding: 1.5rem 0.75rem !important;
   color: #212529;
   width: 495px !important;

   
}

.book-box-alerts {
   width: 100%;
   text-align: center;
}

.alert-position {
   bottom: 0;
   margin: 0;
}

.sidebar {
   position: sticky;
   top: 75px;
}

.vertical-align {
   top: 50%;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   position: relative;
}

.alert-trial {
   position: absolute;
   z-index: 10;
   text-align: center;
   background-color: #49B5EA;
   color: #fff;
   border-radius: 0 0 8px 8px;
   padding: .5rem 1.25rem;
   border: 1px solid transparent;
}

.popup-box {
   background-color: #fff;
   position: relative;
   z-index: 2001;
   width: 60vw;
   max-width: 800px;
   height: 60vh;
   min-height: 380px;
   max-height: 450px;
   padding: 10vh 5vw 5vh 5vw;
   margin: 0 auto;
   top: 50%;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

.btn-buy-now {
   width: 300px;
   font-weight: 700;
}

.popup-img img {
   max-width: 23vh;
}

.popup-button {
   text-align: center;
   height: 10vh;
   margin-top: 25px;
}

.close-popup {
   float: right;
   margin-top: -6vh;
   color: #cacaca !important;;
   margin-right: -2vw;
   font-size: 20px;
   cursor: pointer;
}

.close-popup:hover {
   color: #000;
}

.close-popup-top {
   float: right;
   color: #cee5f0 !important;;
   font-size: 20px;
   cursor: pointer;
   margin-top: 3px;
}

.close-popup-top:hover {
   color: #fff !important;;
}

.licensed {
   color: #1D2237 !important;
   border-color: #1D2237 !important;
   background-color: #1D2237 !important;
   padding: 5px 15px !important;
   border-radius: 4px !important;
   color:#ffffff !important;
   height: 33px !important;
   display: flex !important;
}

.licensed:hover {
   background-color: #1D2237 !important;
   border-color: #1D2237 !important;
   color:#ffffff !important;
   height: 33px !important;
   display: flex !important;
}

.no-licensed {
   color: #181850 !important;
   border-color: #F9C82E !important;
   background-color: #F9C82E !important;
   padding: 8px 10px;
   border-radius: 10px;
   /* width: 100%; */
   display: flex;
   justify-content: space-between;
}

.no-licensed span {
   background-color: #1d2237 !important;;
   color: white !important;;
   border-radius: 4px;
   padding: 2px 4px;mobile-menu
}

.no-licensed:hover {
   background-color: #1D2237 !important;;
   border-color: #1D2237 !important;;
   color: #fff !important;;
}

.book-box {
   background-color: #f4f4f4 !important;;
   border-radius: 10px !important;;
}

.book-box-img img {
   width: 100%;
}

.book-box-title h5 {
   font-size: 20px;
   line-height: 24px;
   margin: 0;
   margin-bottom: 20px;
}

.book-box-button {
   display: block;
   width: 100%;
}

#btn_activate {
   width: fit-content;
}

.popover-body {
   padding: 1.5rem 0.75rem !important;
   color: #212529;
   width: 106% !important;
}

@media (max-width: 1200px) {
   .container {
	  padding: 2rem !important;
	  max-width: unset;
   }
}

@media (max-width: 767px) {
   .alert-position {
	  text-align: center;
	  width: 100%;
	  margin-top: 5px;
   }

   .container {
	  padding: 2rem !important;
	  max-width: unset;
   }

   .popup-box {
	  width: 90vw;
	  padding: 10vh 5vw 5vh 5vw;
	  margin: 0 auto;
	  top: 50%;
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
   }

   .popup-img img {
	  max-height: 35vh;
	  object-fit: contain;
   }

   .close-popup {
	  margin-top: -6vh;
   }

   .book-box-title h5 {
	  font-size: 16px;
	  line-height: 22px;
   }
}

@media (max-width: 575px) {
   .container {
	  padding: 2rem !important;
   }

   #side {
	  position: sticky !important;
	  top: 60px;
   }

   .popup-box {
	  width: 90vw;
	  padding: 5vh 5vw;
	  margin: 0 auto;
	  top: 50%;
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	  min-height: unset;
	  max-height: unset;
	  height: 80vh;
   }

   .popup-img img {
	  max-height: 35vh;
	  object-fit: contain;
   }

   .popup-text {
	  text-align: center;
   }

   .close-popup {
	  margin-top: -2vh;
   }

   .btn-buy-now {
	  width: 100%;
	  font-weight: 700;
   }
}


@media  (max-width: 900px) and (min-width: 600px) {

   .popover {
	   max-width: 100% ; /* Max Width of the popover (depending on the container!) */
	   margin-left: 186px ;
	}


}

@media  (max-width: 1000px) and (min-width: 900px) {

   .popover {
	   max-width: 100%; /* Max Width of the popover (depending on the container!) */
	   margin-left: -6px;
	}


}

@media  (max-width: 1374) and (min-width: 1000px) {

   .popover {
	   max-width: 100%; /* Max Width of the popover (depending on the container!) */
	   margin-left: -21px;
	}


}


@media  (max-width: 3000px) and (min-width: 1374) {

   .popover {
	   max-width: 100%; /* Max Width of the popover (depending on the container!) */

	   margin-left: 115px;
	}


}

.popover {
   max-width: 100%  !important; /* Max Width of the popover (depending on the container!) */
   margin-left: 113px;
}



.mt {
   margin-top: 20px;
}

@media  (max-width: 680px) and (min-width: 200px) {

   #dropdownMenuButton {
	   display: none !important;
	}

	/*.licensed{
	   margin-left: -23px !important;
	}*/
	.circles{
	   max-width: 73%;
	}

	.number-circle {
	   
	   font: 9px Arial, sans-serif;
   }

   .popover-body {
      padding: 1.5rem -1.25rem !important;
      color: #212529;
      width: 453px !important;
  }


}


@media  (max-width: 780px) and (min-width: 200px) {


   .popover-body {
      padding: 1.5rem -1.25rem !important;
      color: #212529;
      width: 453px !important;
  }


}

.content{
   margin-top: 68px;
}