/*************************************
* FONT STYLE & COLOR PAGE
**************************************/

a {
  color: black !important;
}

.hide {
  display: none !important;
}

.input_invalid {
  background-color: #ffdddd;
}

.input_valid {
  background-color: #e3ffdd;
}

.subtitle {
  font-weight: 400 !important;
  color: #434343 !important;
  line-height: 1.5;
}

.menu_btn_link:hover {
  background-color: #FFD066;
  border-color: #FFD066;
  border-radius: 8px;
}

.thead-yellow {
  background-color: #FFD066 !important;
}

.lead {
  font-weight: 400 !important;
  color: #6c757d !important;
}

.a_publicaciones{
  text-decoration: none !important;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(0,0,0,.5) !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: black;
  background-color: #FFD066 !important;
}

/* Menu */

.display_block {
  display: block !important;
}

/* Underline */

.underline{
  position: relative;
}

.underline::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: black;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (hover: hover) and (pointer: fine) {
  .underline:hover::before{
    left: 0;
    right: auto;
    width: 100%;
  }
}

/* Acordeon publicaciones  */

.accordion {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.accordion:hover {
  background-color: #FFD066; 
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* Boton whatsapp */

.btn-wsp{
  position: fixed;
  width: 60px;
  height: 60px;
  line-height:  63px;
  bottom: 25px;
  left: 25px;
  background: #2B4D14bd;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow:  0px 1px 10px rgba(0,0,0,0.3);
  z-index: 100;
  transition: all 300ms ease;
}

.btn-wsp > i {
  color: #FFF;
}

.btn-wsp:hover{
  background: #9C9732;
}

/* back to top */

.ir-arriba{
  position: fixed;
  width: 60px;
  height: 60px;
  line-height:  56px;
  color: white;
  bottom: 25px;
  right: 25px;
  background: #2B4D14bd;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  box-shadow:  0px 1px 10px rgba(0,0,0,0.3);
  z-index: 100;
  transition: all 300ms ease;
}

.ir-arriba > i {
  color: #FFF;
}

.ir-arriba:hover{
  background: #9C9732;
}

@media only screen and (min-width:320px) and (max-width:768px){
  .ir-arriba{
    width: 63px;
    height: 63px;
    line-height: 66px;
  }
}


/* whatsapp  */

.btn-top{
  position: fixed;
  width: 60px;
  height: 60px;
  line-height:  63px;
  bottom: 25px;
  right: 25px;
  background: #25d366;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow:  0px 1px 10px rgba(0,0,0,0.3);
  z-index: 100;
  transition: all 300ms ease;
}

.btn-top > i {
  color: #FFF;
}

.btn-top:hover{
  background: #20ba5a;
}

@media only screen and (min-width:320px) and (max-width:768px){
  .btn-top{
    width: 63px;
    height: 63px;
    line-height: 66px;
  }
}

/*************************************
* PERSONALIZADO
**************************************/
.bg-light {
  background-color: #EEE5CF !important;
}

.text-success {
  color: #2B4D14 !important;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.card:hover {
  background-color: #EEE5CF;
}

.publicacion:hover {
  background-color: #EEE5CF !important;
}

.crop_image_main_content {
  height: 270px; 
  object-fit: cover; 
  object-position: 100% 0;
}

.crop_image_publicaciones {
  height: 130px; 
  object-fit: cover; 
  object-position: 100% 0;
}

.crop_image_otras_publicaciones {
  height: 130px; 
  object-fit: cover; 
  object-position: 100% 0;
}

.crop_image_main_book {
  height: 380px; 
  object-fit: cover; 
  object-position: 100% 0;
}

.crop_image_book {
  height: 250px; 
  object-fit: cover; 
  object-position: 100% 0;
}

.card {
  border: 5px solid #F5F3E7 !important;
  border-radius: 15px !important;
  border-color: #F5F3E7;
  border: 5px;
}

.card-body {
  padding-left: 0rem;
  padding-right: 0rem;
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 0px;
}

.card-text {
  color: #6c757d !important;
}

.seccion {
  color: #2B4D14 !important;
}

.text_white {
  color: white !important;
}

.float_right {
  float: right;
}

.bold_text {
  font-weight: bold;
}

.br10 {
  border-radius: 10px !important;
}

.br2rem {
 border-radius: 2rem !important; 
}

.bg_groc_dark {
  background-color: #F2A924;
  color: black;
}

.bg_groc_fluix {
  background-color: #FFD066;
  color: black;
}

.bg_groc {
  background-color: #FFD066 !important;
  color: black !important;
}

.bg_grey {
  background-color: #F5F3E7 !important;
}

.small_text {
  font-size: 0.8em;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.p20 {
  padding: 20px !important;
}

.p15 {
  padding: 15px !important;
}

.p10 {
  padding: 10px !important;
}

.p5 {
  padding: 5px !important;
}

.pt50 {
  padding-top: 50px;
}

.pt20 {
  padding-top: 20px;
}

.pt15 {
  padding-top: 15px;
}

.pt10 {
  padding-top: 10px;
}

.pt5 {
  padding-top: 5px;
}

.pl20 {
  padding-left: 20px;
}

.pl15 {
  padding-left: 15px;
}

.pl10 {
  padding-left: 10px;
}

.pl5 {
  padding-left: 5px;
}

.pr20 {
  padding-right: 20px;
}

.pr15 {
  padding-right: 15px;
}

.pr10 {
  padding-right: 10px;
}

.pr5 {
  padding-right: 5px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb0 {
  padding-bottom: 0px !important;
}

.m20 {
  margin: 20px;
}

.m15 {
  margin: 15px;
}

.m10 {
  margin: 10px;
}

.m5 {
  margin: 5px;
}

.mt20 {
  margin-top: 20px;
}

.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.mt5 {
  margin-top: 5px;
}

.ml20 {
  margin-left: 20px;
}

.ml15 {
  margin-left: 15px;
}

.ml10 {
  margin-left: 10px;
}

.ml5 {
  margin-left: 5px;
}

.ml0 {
  margin-left: 0px !important;
}

.mr20 {
  margin-right: 20px;
}

.mr15 {
  margin-right: 15px;
}

.mr10 {
  margin-right: 10px;
}

.mr5 {
  margin-right: 5px;
}

.mr0 {
  margin-right: 0px !important;
}

.mb200 {
  margin-bottom: 200px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb0 {
  margin-bottom: 0px !important;
}

/*************************************
* MEDIA
**************************************/

@media only screen and (max-width:990px){
  h1 {
    font-size: 2.5rem !important;
  }

  h2 {
    font-size: 1.25rem !important;
  }

  .title_main {
    font-size: 1.75rem !important;
  }

  h2 i {
    font-size: 16px !important; 
  }

  h4 {
    font-size: 1.5rem !important;
  }

  .lead {
    font-size: 1.1rem !important;
  }

  .nav-item a {
    text-align: left !important;
  }

  .pl-4, .px-4 {
      padding-left: 0.5rem !important;
  }
  .pr-4, .px-4 {
      padding-right: 0.5rem !important;
  }

  .btn-wsp{
    width: 55px;
    height: 55px;
    line-height: 55px;
  }

  .ir-arriba{
    width: 55px;
    height: 55px;
    line-height: 55px;
  }

  .a_publicaciones h3{
    font-size: 1rem;
  }

  .a_publicaciones h4{
    font-size: 1rem;
  }

  .fafaicon {
    font-size: 1.25em !important;
  }
}

/*************************************
* DATATABLES
**************************************/
