/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  color: #5a5a5a;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 20rem;
  z-index: 10;
 /* max-width:500px; */
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 50rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 800px;

}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}

.contain>.delete {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  box-sizing: content-box;
}

.contain>.delete>.col-lg-3 {
  display: inline-block;
  margin-right: 6px !important;
}
.img-slide{
  contain: content;
  max-width: 800px;
  margin-top:130px
}

.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(50, 190, 253, 0.6);
}
.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
}
.cta .cta-inner:before {
  border-radius: 0.5rem;
  content: "";
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.85);
  z-index: -1;
}
.bg-faded {
  background-color: #fff;
}

.boton-calendar {
  border-radius: 0;
  margin-bottom: 0;
  margin-top: -2px;
  border-top: 1px solid #e1f5fe;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 0px solid #e1f5fe;
  height: 16px !important;
  box-sizing: unset;
  width: 140px;
  font-size: 11px;
  vertical-align: text-top;
  background-color: #fff;
  z-index:100;
}

.boton-calendar-2 {
  border-radius: 0;
  margin-bottom: 0;
  margin-top: -2px;
  border-top: 0px solid #e1f5fe;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 1px solid transparent;
  height: 16px !important;
  box-sizing: unset;
  width: 140px;
  font-size: 11px;
  vertical-align: text-top;
  background-color: #fff;
  z-index:100;
}

.boton-calendar-top {
  border-radius: 0;
  margin-bottom: 0;
  margin-top: -2px;
  border-top: 1px solid #ffffff;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 0px solid transparent;
  height: 16px !important;
  box-sizing: unset;
  width: 140px;
  font-size: 11px;
  vertical-align: text-top;
  background-color: #fff;
  z-index:100;
}
.boton-calendar-bottom {
  border-radius: 0;
  margin-bottom: 0;
  margin-top: -2px;
  border-top: 0px solid transparent;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 1px solid #ffffff;
  height: 16px !important;
  box-sizing: unset;
  width: 140px;
  font-size: 11px;
  vertical-align: text-top;
  background-color: #fff;
  z-index:100;
}

.btn-success {
  background-color: #198754;
  }
 
  .btn-seconda {
    border-top: 0px solid transparent;
    border-bottom: 1px solid transparent;
    color: #fff;
  }
  .btn-warning {
    border-top: 0px solid transparent;
    border-bottom: 1px solid transparent;
  }

.back-calendar {
  /*background-image: url("/assets/img/padel_back-01.png");*/
  position: sticky;
  contain: content;
}

.txt{
  color:#DFB92A;
  background-color: #fff;
  width:fit-content;
  padding:5px;
}

.circle{
  background-color: #fff;
  padding:5px;
  border-radius:300px;
  width:fit-content;
  height:300px;
}

.txt-title{
  color:#6fd6e4cc;
}
.calendar-base {
  overflow-x: auto;
  display: block;
  border-radius: 10px;
  white-space: nowrap;
  background-color: rgb(255,255,255,0.8);

  padding-bottom: 40px;
  padding-top:40px;
  border-radius: 10px;
}

.black{
  background-color: #000000;
}

.navbar {
  background: #fff; 
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.logo-header_an{
  max-width:130px;
  z-index:100;
}

.logo-header{
  max-width:200px;
  z-index:100;
  background-color: #ffffff;
  position: fixed;
  margin-top: -25px;
  width:200px;
  border-bottom-left-radius: 10%;
  border-bottom-right-radius: 10%;
  box-shadow: 0 16px 10px -10px gray;

}

.page{
  margin-top:100px;
}
.container-title{
  background:#b9e1f8;
  min-height:150px;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
      font-size: 3.5rem;
  }
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }

}

 

@media (min-width: 62em) {
  .featurette-heading {
   /* margin-top: 7rem; */
  }
}


