* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body{
  overflow-x: hidden;
}

:root {
  --color-primary: #8e8efe;
  --color-secundary: #aa0e42;
  --color-three: #09a699;
  /* --color-four: #5a96ac; */
}

@import url("https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap");

section {
  margin: 120px 0;
}

@media screen and (max-width: 995px) {
  section {
    margin: 50px 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
i,
span {
  font-family: "Fira Sans", sans-serif;
}
a{
  text-decoration: none;
}

header {
  background-color: var(--color-primary);
}

.container-header {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: auto;
}

.header-title p {
  font-size: 18px;
  font-weight: 600;
  color: white;
  font-style: italic;
  margin: 0;
}

.header-buttons .btn.btn-header {
  background-color: var(--color-secundary);
  color: white;
  font-weight: 600;
  border-radius: 20px;
  font-style: italic;
}

@media screen and (max-width: 995px) {
  .container-header {
    display: block;
  }

  .header-title p {
    font-size: 16px;
    text-align: center;
  }

  .header-buttons {
    margin-top: 10px;
    text-align: center;
  }

  .header-buttons .btn.btn-header {
    font-size: 14px;
  }
}

.navbar {
  background-color: white;
}

.collapse {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.collapse .container-nav-logo {
  display: flex;
  align-items: center;
}

.collapse .container-nav-logo img {
  width: 50px;
}

.collapse .container-nav-logo h1 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  margin-left: 10px;
}

.collapse .navbar-nav .nav-link {
  color: black;
  font-size: 18px;
  font-weight: 600;
}

.collapse .navbar-nav .nav-link.link-aule {
  color: white;
  background-color: var(--color-primary);
  border-radius: 40px;
}

.collapse .navbar-nav .nav-link.link-aule:hover {
  color: white;
  background-color: var(--color-three);
}

.nav-img-phone {
  display: none;
}

@media screen and (max-width: 995px) {
  .collapse {
    display: block;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .nav-fa-phone {
    color: white;
    background-color: var(--color-primary);
    padding: 10px 15px;
    border-radius: 5px;
  }

  .nav-text-phone {
    font-size: 20px;
    font-weight: 600;
  }

  .nav-img-phone {
    display: block;
    max-width: 100%;
    width: 60px;
  }

  .collapse .container-nav-logo img,
  .collapse .container-nav-logo h1 {
    display: none;
  }

  .collapse .navbar-nav .nav-link.link-aule {
    text-align: center;
  }
}

.coverpage {
  width: 100%;
  margin: 0;
}

.coverpage img {
  max-width: 100%;
  width: 100%;
}

.container-btn-inscription {
  position: absolute;
  left: 36%;
  bottom: 35%;
}

.btn.btn-inscription-coverpage {
  background-color: var(--color-three);
  border-radius: 5px;
  color: white;
  font-weight: 600;
}

@media screen and (max-width: 995px) {
  .container-btn-inscription {
    display: none;
  }
}

.cards-direct .img-cards-direct {
  display: block;
  width: 140px;
  margin: auto;
}

.cards-direct .title-cards-direct {
  padding-top: 10px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 995px) {
  .cards-direct .img-cards-direct {
    width: 90px;
  }

  .cards-direct .title-cards-direct {
    font-size: 18px;
  }
}

/* welcome */
.welcome {
  background-color: #ebf2f5;
}

.container-welcome {
  padding: 30px;
}

.figure-rectagle {
  background-color: var(--color-primary);
  width: 35%;
  height: 15px;
  margin-bottom: 30px;
}

.container-welcome h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}

.container-welcome p {
  font-size: 20px;
}

.container-welcome img {
  display: block;
  margin: auto;
  background-color: #51799b;
  max-width: 100%;
}

@media screen and (max-width: 995px) {
  .container-welcome h2 {
    font-size: 30px;
  }

  .container-welcome p {
    font-size: 18px;
  }

  .container-welcome img {
    display: block;
    margin: auto;
    background-color: #51799b;
    max-width: 80%;
  }
}

/* us */
.container-us {
  background-color: var(--color-primary);
  padding: 50px;
  border-radius: 20px;
  border: 1px solid rgb(33, 33, 33);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.131);
}

.container-us h2 {
  color: white;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 600;
}

.container-us h3 {
  color: white;
  font-size: 35px;
  font-weight: 600;
}

.container-us p {
  color: white;
  font-size: 20px;
  text-align: justify;
}

.container-us .logo-us {
  max-width: 100%;
  width: 70px;
  margin-right: 10px;
}

.container-us i {
  font-size: 15px;
}

.figure-circles {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.figure-circles .circles {
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin: 0 10px;
}

.container-us-info {
  background: white;
  margin: 20px 10px;
  border-radius: 20px;
  padding: 20px;
}

.container-us .container-us-info h3 {
  color: var(--color-primary);
  font-size: 35px;
  font-weight: 600;
}

.container-us .container-us-info p {
  color: black;
}

.container-us .container-us-info img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 995px) {
  .container-us {
    padding: 30px;
  }

  .container-us h2 {
    font-size: 45px;
  }

  .container-us p {
    font-size: 18px;
  }

  .container-us-info {
    margin: 20px 0px;
  }

  .container-us .container-us-info img {
    width: 90px;
    display: block;
    margin: auto;
  }
}

/* values */
.values h2 {
  margin-bottom: 1.2em;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.values .card.card-values {
  /* background-color: var(--color-four); */
  height: 100%;
  border-radius: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.061);
}

.values .card.card-values.card-v1 {
  background-color: var(--color-primary);
}

.values .card.card-values.card-v2 {
  background-color: var(--color-secundary);
}

.values .card.card-values.card-v3 {
  background-color: var(--color-three);
}

.values .card.card-values.card-v4 {
  background-color: #0965a6;
}

.values .card.card-values .body {
  padding: 30px;
}

.values .card.card-values .body h3 {
  color: white;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.values .card.card-values .body img {
  width: 80px;
  display: block;
  margin: 25px auto;
}

/* .values .card.card-values .body p {
  color: rgb(244, 244, 244);
} */

@media screen and (max-width: 995px) {
  .values .card.card-values .body {
    padding: 20px;
  }

  .values .card.card-values .body h3 {
    font-size: 20px;
  }

  .values .card.card-values .body img {
    width: 80px;
  }

  /* .values .card.card-values .body p {
    font-size: 16px;
  } */
}

/* shield */
.shield {
  background-color: var(--color-secundary);
}

.shield .container-shield {
  padding: 80px;
}

.container-info-shield {
  position: relative;
  background-color: white;
  padding: 50px;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.container-info-shield .img-shield {
  position: absolute;
  bottom: 0px;
  left: -90px;
}

.container-info-shield img {
  max-width: 100%;
  width: 300px;
}

.container-info-shield h2,
.container-info-shield p {
  width: 70%;
  float: right;
}

.container-info-shield h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--color-primary);
}

.container-info-shield p {
  text-align: justify;
  font-size: 20px;
}

.container-logo-shield img {
  width: 80%;
  display: block;
  margin: auto;
}

.container-logo-shield h4 {
  color: white;
  padding-top: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
}

@media screen and (max-width: 995px) {
  .shield .container-shield {
    padding: 20px;
  }

  .container-info-shield {
    padding: 30px;
  }

  .order-phone-1 {
    order: 2;
  }

  .container-info-shield .img-shield {
    display: none;
  }

  .container-info-shield h2,
  .container-info-shield p {
    width: 100%;
    float: none;
  }

  .container-info-shield h2 {
    font-size: 30px;
  }

  .order-phone-2 {
    order: 1;
  }

  .container-info-shield p {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .container-logo-shield img {
    width: 50%;
  }

  .container-logo-shield h4 {
    font-size: 25px;
  }
}

/* gallery */

.gallery-container {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
}

.filter-buttons {
  margin-bottom: 20px;
}




.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}


.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
}

.filter-buttons button {
  background-color: var(--color-secundary);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 0 20px 20px 20px ;
  transition: background-color 0.3s;
}

.filter-buttons button.active {
  background-color: var(--color-primary);
}

.filter-buttons button:hover {
  background-color: var(--color-three);
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery-item {
  display: none;
  transition: transform 0.3s, opacity 0.5s ease;
}

.gallery-item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transform: scale(1);
  transition: transform .3s;
}
.gallery-item iframe {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transform: scale(1);
  transition: transform .3s;
}

.gallery-item img:hover {
  transition: transform .3s;
  transform: scale(1.03);
}

.gallery-item iframe:hover {
  transition: transform .3s;
  transform: scale(1.03);
}


.gallery-item.show {
  display: block;
  animation: fadeIn 0.5s ease;
}

.gallery-video {
  width: 100%;
  height: 350px; 
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}


@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@media screen and (max-width:767px) {
  .filter-buttons  {
    flex-direction: column;
    display: flex;
    align-items: center;
    max-width: 500px;
  }
  .filter-buttons button {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 995px) {
  .filter-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: 0 auto; 
  }

  .filter-buttons button {
    margin-bottom: 10px;
    width: 100%;
  }
}
/* contact */
.contact h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.contact .container-contact {
  background-color: var(--color-primary);
  padding: 70px;
  border-radius: 20px;
}

.contact .container-contact i {
  background-color: var(--color-secundary);
  color: white;
  padding: 10px;
  width: 38px;
  border-radius: 8px;
  text-align: center;
  margin-right: 10px;
}

.contact .container-contact .container-info-contact {
  background-color: white;
  padding: 70px;
  border-radius: 20px;
}

.contact .container-contact .container-info-contact h3 {
  margin-bottom: 20px;
  font-weight: 500;
}

.contact .container-contact .img-contact {
  height: 100%;
  position: relative;
}

.contact .img-contact img {
  width: 380px;
  position: absolute;
  bottom: -100px;
  right: -50px;
}

@media screen and (max-width: 567px) {
  .contact .container-contact {
    padding: 20px;
  }

  .contact .container-contact .container-info-contact {
    padding: 40px;
  }

  .contact .container-contact i {
    width: 35px;
    margin-right: 3px;
  }
}

@media screen and (max-width: 995px) {
  .contact .container-contact .img-contact {
    display: none;
  }
}

.video h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.video video {
  border-radius: 10px;
  border: 10px solid var(--color-secundary);
}

/* footer */
footer {
  width: 100%;
  height: auto;
  padding: 30px;
  background: linear-gradient(90deg,
      rgba(142, 142, 254) 50%,
      rgb(9, 166, 153) 50%);
}

.container-footer {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
}

.logo-footer {
  width: 150px;
  display: block;
  margin: auto;
}

.container-footer h5 {
  text-align: center;
  font-size: 18px;
  padding-top: 12px;
  color: white;
}

.container-icon-footer {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.container-icon-footer i {
  color: white;
  margin: 0 10px;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  width: 45px;
  border-radius: 50px;
  border: 1.5px solid white;
}

.container-menu-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container-menu-footer a {
  text-decoration: none;
}

.container-menu-footer p {
  margin: 0;
  color: white;
  font-weight: 600;
}

.container-menu-footer h5 {
  padding-top: 20px;
  font-size: 18px;
}

footer h6 {
  color: white;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 995px) {
  footer {
    background: var(--color-three);
  }

  .logo-footer {
    width: 100px;
  }

  .container-footer h5 {
    font-size: 17px;
  }

  .container-icon-footer i {
    font-size: 16px;
  }
}

/* promotion */
.promotion .container-promotion {
  background-color: var(--color-secundary);
  padding: 3rem;
  border-radius: 2rem;
  color: white;
  text-align: justify;
}

.promotion .container-promotion .title-promotion {
  font-weight: 600;
  font-size: 28px;
}

.promotion .container-promotion a {
  width: max-content;
}

.promotion .container-promotion .btn.btn-promotion {
  background-color: var(--color-primary);
  color: white;
  font-weight: 600;
  border-radius: 2rem;
}

.promotion .container-promotion picture img {
  border: 3px solid var(--color-primary);
  border-radius: 1rem;
}

/*PROMOTION BOOKS*/

.promotion-books h2 {
  font-weight: 800;
  color: white;
  font-size: 30px;
}

.promotion-books p {
  text-align: justify;
  color: white;
  font-size: 19px;
  margin-left: 5px;
}

.promotion-books img{

  width: auto;
  height: auto;
  border-radius: 50px;
  transition: transform 0.3s ease;

  }

  .promotion-books img:hover {
      transform: scale(1.05);
      box-shadow: 0px 12px 24px #003;
  }
  

.promotion-books .container-promotionBooks {
  background-color: var(--color-primary);
  padding: 3rem;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  margin-top: 10rem;
} 

.promotion-books .btn.btn-books {
  padding: 12px 24px;
  font-size: 1.1rem;
  color: #fff;
  background-color: var(--color-secundary);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color var(--transition-speed), transform var(--transition-speed);
  display: block;
  margin-left: auto;
  animation: pulse 2s infinite;
}

.promotion-books .btn.btn-books:hover{
  background-color: #d00448 ;


}

@keyframes pulse {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.05);
  }
  100% {
      transform: scale(1);
  }
}

@media (min-width:1500px ) {

  .promotion-books h2 {
      font-weight: 800;
      color: white;
      font-size: 35px;
    }
    
    .promotion-books p {
      text-align: justify;
      color: white;
      font-size: 20px;
      margin-left: 5px;
    }
  
}

/*end promotion books*/





/*END PROMOTION BOOKS*/


.btn-group .fc-prev-button,
.btn-group .fc-next-button {
background-color: var(--color-primary);
height:50px;
width: 50px;
}

.shortcut {
  right: 40px;
  top: auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.shortcut .btn:focus {
  outline: 0;
  box-shadow: none;

}

.shortcut .btn.btn-primary:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}


@media (max-width: 767px) {
  .shortcut {
    right: 15px;
  }
}

.shortcut.position-fixed {
  bottom: 20px;
}

/* Boton al costado */
.shortcut .btn.btn-primary {
  width: 50px;
  height: 50px;
  line-height: 36px;
  background: var(--color-secundary);
  border-radius: 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  padding: 0;
  border: none;
}

.shortcut .btn.btn-primary:hover {
  color: #fff;
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .shortcut .btn.btn-primary {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

.shortcut .btn.btn-primary:hover {
  color: #fff;
}