@charset "UTF-8";
body, html, main {
  background-color: #FEFEE6;
  display: flex;
  flex-direction: column;


}

/* PERSONALIZANDO NAVBAR BOOTSTRAP */
.navbar {
  background: linear-gradient(135deg, #F7C37A, #F9CF95);
  font-family: "AR one sans", "sans-serif";
  font-size: 18px;
  z-index: 3;
}

.navbar-brand {
  color: #FEFEE6;
}
.navbar-brand :hover {
  color: #8C877F;
}

.bg-body-tertiary {
  background-color: #F7C37A !important;
}

.dropdown-menu {
  padding: 20px;
  background-color: #F7C37A;
  box-shadow: 0px 2px 2px 0px #8C877F;
  font-family: "AR one sans", "sans-serif";
}
.dropdown-menu a {
  border-radius: 5px;
  text-decoration: none;
}
.dropdown-menu a:hover {
  background-color: #C7A87C;
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #C7A87C;
}

/* ESTILOS SUBmenu LOGIN */
.btn-login{
  font-family: "AR one sans", "sans-serif";
  background-color: #57452b;
}

.btn-login:hover{
  background-color: #C7A87C;
}

.btn-login a{
  color:  #FEFEE6;

}



/* ESTILO CARRUSEL */
.titulo-pagina{
  padding:1em;
  text-align: center;

}


.slide {
  display:contents;
  transform: translate(-50%, -50%);

  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
  border-radius: 15px;
}

.carousel-item img {
  border-radius: 15px;
  justify-self: center;
  max-width: 110vh;

}

.carousel-control-prev-icon {
  background-color: #312718;
  border-radius: 5px;
}

.carousel-control-next-icon {
  background-color: #312718;
  border-radius: 5px;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;

}

.caption-completa {
  background: rgba(87, 69, 43,0.7);
  border-radius: 5px;
  min-height: 90%;
  position: static!important;
}


.carousel-inner{
  justify-self: center;
  
  overflow: auto!important;
}

.carousel-indicator-static{
  position: static;
}



.contenedorFlex {
  min-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
}






/** ESTILO HERO SECTION INDEX ***/
.hero-section {
  background: linear-gradient(135deg, #FEFEE6 0%, #FFFFF3 100%);
  padding: 2em 0;
  position: relative;
  overflow: hidden;
}

.hero-section-empty{
  background-color: #FEFEE6;
  background: url("../img/logoFondo.png") no-repeat center;
  background-size: 600px;
  min-height: 83vh;
}

.hero-shape {
  position: absolute;
  background: linear-gradient(45deg, #f7c37a, #B09B7E);
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.1;
  z-index: 1;
}

.shape-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  right: -200px;
}

.shape-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  left: -150px;
  background: linear-gradient(45deg,#B09B7E , #f7c37a);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  background: linear-gradient(45deg, #f7c37a 0%, #B09B7E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #4A3B25;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.hero-buttons .btn {
  padding: 0.8rem 2rem;
  font-weight: 500;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}




.btn-primary {
  background: linear-gradient(45deg, #f7c37a, #B09B7E);
  border: none;
  box-shadow: 0 5px 15px rgba(247, 195, 122,0.2);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(247, 195, 122,0.3);
}

.btn-outline {
  border: 2px solid #f7c37a;
  color: #f7c37a;
  background: transparent;
}

.btn-outline:hover {
  background: linear-gradient(45deg, #DFB67B, #B09B7E);
  color: white;
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(247, 195, 122,0.3);
}

.hero-stats {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0,0,0,0.1);
}


.hero-image {
  position: relative;
  z-index: 2;
}

.hero-image-main {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
  transition: all 0.3s ease;
}

.hero-image-main:hover {
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.floating-card {
  position: absolute;
  background: white;
  padding: 1rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  animation: float 3s ease-in-out infinite;
}

.card-1 {
  top: 10%;
  left: -10%;
  animation-delay: 0s;
}

.card-2 {
  bottom: 10%;
  right: -10%;
  animation-delay: 1.5s;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}




.fa-biblioteca{
  color: #F7C37A;
  margin-bottom: 1em;
  
}


/** ESTILOS PIE ******/
footer {
  background-color: #F7C37A;
  padding: 25px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #19140C;
  width: 100%;
  margin-top:2em;
}



footer a {
  color: #FEFEE6;
}

footer a:hover {
  color: #988D7F;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none
}

.footer-links li {
  display: block
}

.footer-links a {
  color: #B09B7E;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #988D7F;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block
}

footer .social-icons {
  text-align: right
}

footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d
}

.copyright-text {
  margin: 0
}



.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px
}

.social-icons a.facebook:hover {
  background-color: #3b5998
}

.social-icons a.twitter:hover {
  background-color: #00aced
}

.social-icons a.linkedin:hover {
  background-color: #007bb6
}

.social-icons a.dribbble:hover {
  background-color: #ea4c89
}




/*** ESTILO RESPONSIVE *****/


@media (max-width:767px) {
  footer {
      padding-bottom: 0
  }

  footer .copyright-text,
  footer .social-icons {
      text-align: center
  }
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600
}
}

@media (max-width: 991.98px) {
  .hero-title {
      font-size: 2.3rem;
  }
  
  .hero-image {
      margin-top: 3rem;
  }
  
  .floating-card {
      display: none;
  }
  footer [class^=col-] {
    margin-bottom: 30px
}
}

@media only screen and (max-width: 767px) {
  .d-none {
    display: flow !important;
    position: static;
    margin-top: 1em;
  }
  .cajaLogin input {
    width: 18vh;
  }
  .contenedorFlex{
    flex-direction: column;
  }
}