/*---------------CARRUSEL DE IMAGENES---------------*/
body {
  background: #e2eaef;
  font-family: "Open Sans", sans-serif;
}
h2 {
  color: #000;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 30px 0 60px;
}
.underTitle {
  content: "";
  width: 100px;
  position: absolute;
  margin: 0 auto;
  height: 4px;
  border-radius: 1px;
  background: #7ac400;
  background-color: #1a252f;
  left: 0;
  right: 0;
  bottom: -20px;
}
.carousel {
  margin: 50px auto;
  padding: 0 70px;
}
.carousel .item {
  color: #747d89;
  min-height: 10rem;
  text-align: center;
  overflow: hidden;
}
.carousel .thumb-wrapper {
  padding: 25px 15px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.carousel .item .img-box {
  height: 120px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.carousel .item img {	
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.carousel .item h4 {
  font-size: 18px;
}
.carousel .item h4, .carousel .item p, .carousel .item ul {
  margin-bottom: 5px;
}
.carousel .thumb-content .btn {
  color: #7ac400;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  background: none;
  border: 1px solid #7ac400;
  padding: 6px 14px;
  margin-top: 5px;
  line-height: 16px;
  border-radius: 20px;
}
.carousel .thumb-content .btn:hover, .carousel .thumb-content .btn:focus {
  color: #fff;
  background: #7ac400;
  box-shadow: none;
}
.carousel .thumb-content .btn i {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
.carousel .item-price {
  font-size: 13px;
  padding: 2px 0;
}
.carousel .item-price strike {
  opacity: 0.7;
  margin-right: 5px;
}
.flechas-plan{
  color: #1a252f;
  height: 44px;
  width: 40px !important;
  cursor: pointer;
  margin: 1rem;
}
.carousel-control-prev, .carousel-control-next {
  height: 44px;
  width: 40px !important;
  background: #7ac400;	
  background-color: #1a252f;
  margin: auto 0;
  border-radius: 4px;
  opacity: 0.8;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
  background: #1a252A;
  opacity: 1;
}
.carousel-control-prev i, .carousel-control-next i {
  font-size: 36px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin: -19px 0 0 0;
  z-index: 5;
  left: 0;
  right: 0;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
}
.carousel-control-prev i {
  margin-left: -2px;
}
.carousel-control-next i {
  margin-right: -4px;
}		
.carousel-indicators {
  bottom: -50px;
  margin-top: 0.5rem;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 4px !important;
  border-radius: 50%;
  border: none;
}
.carousel-indicators li {	
  background: rgba(0, 0, 0, 0.2);
}
.carousel-indicators li.active {	
  background: rgba(0, 0, 0, 0.6);
}
.carousel .wish-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
  cursor: pointer;
  font-size: 16px;
  color: #abb0b8;
}
.carousel .wish-icon .fa-heart {
  color: #ff6161;
}
.star-rating li {
  padding: 0;
}
.star-rating i {
  font-size: 14px;
  color: #ffc000;
}

.product{
  height: 12rem ;
  width: 12rem  ;
  padding: 0.5rem !important;
  display: flex !important;
  align-items: center;
  justify-content: space-evenly !important;
  flex-direction: column !important;
  cursor: pointer;
  color: rgb(35, 35, 35);
}

.product-responsive{
  /* height: 25rem !important; */
  padding: 0.5rem !important;
  display: flex !important;
  align-items: center;
  justify-content: space-evenly !important;
  flex-direction: column !important;
  cursor: pointer;
  color: rgb(35, 35, 35);
  width: 90%;
}

.product-img{
  flex: 2;
  margin-bottom: 1rem;
  width: 90% !important;
  height: 60% !important;
  background-size: cover;
  border-radius: 0.5rem;
}

.product-txt{
  font-weight: bold !important;
  overflow-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow:hidden;
}
/*----------------------------END CARRUSEL DE IMAGENES-----------------------------------------*/

/*-----------------------------CALENDARIO PLANIDICADOR-----------------------------------------*/
.calendario__flex{
  display: flex;
  flex-direction: column;
  min-width: 100%;
  grid-template-columns: repeat(1, 1fr);
 
}

.row-dias{
  display: flex;
  flex-direction: column;
  min-width: 100%;
}

.dias{
  flex:1;
  border: 1px solid;
  border-color: rgb(226, 216, 216);
  position: relative;
  cursor: pointer;
}

.texto{
  text-align: left;
  margin: 1rem 1rem;
  font-family: Gelion,helvetica neue,Arial,Helvetica,sans-serif;  
  color: rgb(128, 117, 117);
  font-weight: 400;
  font-size: 1.4rem;
}
.header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  flex-direction: column;
}

.header__texto{
  display: none;
}

.header p{
  font-family: Gelion,helvetica neue,Arial,Helvetica,sans-serif;  
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #2a343d;
}

@media(min-width: 480px){
     .header p{
       font-size: 2rem;
     }
}
@media(min-width: 1024px){
  .row-dias{
      flex-direction: row;
  } 
  .dias{
      min-height: 16rem;
  }

  .texto{
      text-align: center;
  }

  .header{
    flex-direction: row;
  }

  .header__texto{
    display: block;
  }
}

.fechaSemana{
  display: flex;
  justify-content: center;
}
    

.botones{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  z-index: 1000000;
  right: 1rem;
  background-color: white;
  padding: 0.5rem;
}

.anadir, .ver, .eliminar{
  background-color: #28a745;;
  border: 1px solid;
  border-radius: 1rem;
  padding: 1rem;
  font-family: Gelion,helvetica neue,Arial,Helvetica,sans-serif;  
  color: white;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
}

.ver{
  background-color: orange;
}

.eliminar{
  background-color: red;
}

.anadir:hover{
  background-color: #207d36;
}

.ver:hover{
  background-color: rgb(214, 151, 33);
}

.eliminar:hover{
  background-color: rgb(211, 33, 33);
}

.tarjeta{
  display: flex;
  flex-direction: column;
  overflow-x: auto;
}
@media(min-width: 1024px){
   .tarjeta__img{
      max-width: 100%;
   }
}

.tarjeta__img{
  min-width: 10rem;
  border-radius: 1.5rem;
  min-height: 10rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0.3rem;
}
.tarjeta__nombre{
  font-family: Gelion,helvetica neue,Arial,Helvetica,sans-serif;  
  font-size: 1rem;
  font-weight: 400;
  color: rgb(43, 41, 41);
  text-align: center;
}
.tarjeta__boton{
  cursor: pointer;
  background-color: rgb(240, 240, 240);
  width: 2rem;
  height: 2rem;
  border-radius: 1000rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem ;
  margin-right: 1rem;

}
.tarjeta__boton:hover .puntitos{
  width: 80%;
}
.puntitos{
  
  width: 70%;
  border: none;
  border-radius: 5rem;
  color: #1a252f;
}

.form-label{
  color: rgb(52, 50, 50);
}

/*---------------------------END CALENDARIO PLANIDICADOR-----------------------------------------*/
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
}
.pdf{
  margin-left: 4rem;
  height: 7rem;
  width: 4rem;
  cursor: pointer;
  font-size: small;
  text-align: center;
}

.pdfCelular{
  display: block;
}

.pdfPC{
  display: none;
}

@media(min-width: 768px){
  .pdfCelular{
    display: none;
  }

  .pdfPC{
    display: block;
  }
}
/* .menu-text{
  color: #1a252f;
} */

.boton-carrusel{
    margin-top: 1rem;
    border: none;
    border-radius: 0.5rem;
    background-color: #1a252f;
    color: #fff;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    cursor: pointer;
    text-align: center;
  }

  #external-events {
    position: relative;
    left: 20px;
    top: 20px;
    width: 150px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #eee;
    text-align: left;
  }

  #external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
  }

  #external-events .fc-event {
    margin: 3px 0;
    cursor: move;
  }

  #external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
  }

  #external-events p input {
    margin: 0;
    vertical-align: middle;
  }

  #calendar {
    margin: 40px 0;
    padding: 10px;
    font-size: 24px;
  }

  #wrap {
    max-width: 1400px;
    margin: 0px auto;
  }
  #calendar-wrap{
    width: 86%;
    margin: 0px auto;
    background-color: white;
    border-radius: 10px;
  }

  .kh {
    width:100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  

  .fc .fc-view-harness { height: 250px!important; }
  
  .fc-daygrid-event {
    text-align: center;
    white-space: initial!important;
  }

  .fc .fc-button{ font-size: 18px!important; }

  .fc-theme-standard .fc-scrollgrid { }

  .fc-theme-standard td, .fc-theme-standard th { }
  
  .fc .fc-daygrid-day.fc-day-today { background-color: rgba(13, 110, 253, 0.15); }
  
  .fc-event-img img{ max-height: 5rem; max-width: 100%; } 
  .fc-event-img {
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 5rem;
    height: 5rem;
    max-height: 5rem; 
    max-width: 100%;
  }
  @media screen and (max-width: 768px){

    #calendar {
      font-size:18px;
    }

    .fc .fc-button{
      font-size: 16px!important;
    }
    #calendar-wrap{
      width: 650px;
      margin: 0px auto;
    }
      .fc .fc-view-harness {
      height: 170px!important;
    }
    #contenedorFlotante{
      display: none;
    }
  }

  #contenedorFlotante{
    display: none;
  }