* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden;
  font-family: "AdobeHebrew-Regular" !important;

}

:root {
  --color-primary: #91020A;
  --color-secundary: #191A76;
  --color-three: #C1A93C;
  --colorr-four: #ebf2f5;
}

@font-face {
  font-family: AdobeHebrew-Regular;
  src: url("../fonts/AdobeHebrew-Regular.ttf") format("truetype");
  font-display: swap;

}

h1 {
  font-size: calc(1.5rem + 1.5vw);
  font-weight: 800 !important;
}

h2 {
  font-size: calc(1.2rem + 1.5vw);
  font-weight: 700 !important;
}

h3,
h4 {
  font-size: calc(1.1rem + 1.5vw);
}



h5 {
  font-size: calc(0.8rem + 1.5vw);
}

h6 {
  font-size: 24px;
}

p {
  font-size: calc(0.4rem + .8vw);
  margin: 0;
}

.btn {
  font-weight: 500;
  font-size: 16px;
  padding: 5px;
}

.section-my {
  margin: 100px 0;
}

a {
  text-decoration: none;
}

img,
.img-fluid {
  max-width: 100%;
  height: auto;
}

@media (max-width: 996px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 22px;
  }

  p {
    font-size: 16px;
  }

  .btn {
    font-size: 15px;
  }

  .section-my {
    margin: 40px 0px;
  }

  .col-d-phone {
    display: none;
  }
}

/* --- NAVBAR PRINCIPAL --- */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: var(--color-primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 0.8rem 1.5rem;
}

/* --- LOGO DEL COLEGIO (Ensure you have a brand-logo here in the HTML) --- */
.navbar-brand img {
  height: 55px;
  max-height: 65px;
  border-radius: 4px;
}

/* --- ENLACES DEL NAVBAR --- */
.navbar .nav-link {
  color: #E0E0E0;
  font-weight: 500;
  padding: 0.8rem 1.2rem;
  transition: color 0.3s ease, background-color 0.3s ease;
  position: relative;
  margin: .1rem;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #FFFFFF !important;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
}

.navbar .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15%;
  right: 15%;
  height: 3px;
  background-color: #d6a622;
  border-radius: 2px 2px 0 0;
}


.nav-item-aule {
  background-color: #d6a622;
  border-radius: 50px;
  margin-left: .5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.nav-item-aule a {
  color: #fff !important;
  font-weight: bold !important;
  padding: 0.7rem 1.4rem !important;
  display: inline-block;
}

.nav-item-aule:hover {
  background-color: #e0b84f;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  color: #003366;
}

.navbar-toggler {
  border: none;
  font-size: 1.7rem;
  color: #FFFFFF !important;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.navbar-toggler:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: 2px solid #d6a622;
  outline-offset: 2px;
}

.offcanvas {
  background-color: #003366 !important;
  max-width: 80%;
}

.offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.2rem 1.5rem;
}

.offcanvas-header .btn-close {
  background-color: #E0E0E0;
  opacity: 0.8;
}

.offcanvas-body {
  padding: 1.5rem 1rem;
}

@media (min-width:1500px) {
  .navbar .nav-link {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    padding: 0;
  }

  .navbar .nav-link {
    padding: 1rem 1.5rem;
    font-size: 17px;
    color: #E0E0E0;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .navbar .nav-link:last-child {
    border-bottom: none;
  }

  .navbar .nav-link:hover,
  .navbar .nav-link.active {
    background-color: rgba(255, 255, 255, 0.15);
    color: #FFFFFF !important;
  }

  .nav-item-aule {
    margin: 1.5rem 1.5rem;
    text-align: center;
    background-color: #d6a622;
  }

  .nav-item-aule a {
    padding: 1rem 1.5rem;
    font-size: 18px;
  }
}

.carousel-item {
  position: relative;
  height: 100vh !important;

}

.slider-coverpage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.slide-1::before,
.slide-2::before,
.slide-3::before,
.slide-4::before {
  content: "";
  position: absolute;
  background-color: #00000060;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.slider .sidebar {
  position: absolute;
  top: 12%;
  left: 0;
  transform: translateY(-50%);
  height: auto;
  width: 115px;
  z-index: 990;
  background: linear-gradient(45deg, oklab(73.7% -0.014 0.128), oklab(100% 0 0));
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  padding: 1.5rem 0.5rem;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;

}

.slider .sidebar .sidebar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.1rem 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.slider .sidebar .sidebar-item:hover {
  transform: translateY(-3px);
  background-color: rgba(0, 51, 102, 0.05);
  border-radius: 5px;
}

.slider .icon-slider {
  width: 60px !important;
  height: auto;
  display: block;
  margin: 0 auto 0.5rem;
  filter: grayscale(100%) brightness(50%);
  transition: filter 0.3s ease;
}


.slider .sidebar p {
  font-size: 13px;
  text-align: center;
  color: #000 !important;
  font-weight: 600;
  line-height: 18px;
}

.slider .icon-slider {
  width: 40px;
  height: auto;
}

.slider .container-slider {
  position: relative;
  z-index: 10;
  padding: 50px;
  height: 100%;
  width: 100%;
  display: flex;
  color: white;
  margin-left: 5%;
}

.slider .container-slider h2 {
  color: white;
  margin-top: 20%;
  font-size: 2.3rem;
}



.slider .container-slider .btn.btn-slider {
  background-color: var(--color-primary);
  color: white;
  font-weight: 700;
  margin-bottom: 25%;
  transition: transform 0.3s ease;
  padding: 0.7rem 1.4rem !important;
  border-radius: 50px;


}

.slider .container-slider .btn.btn-slider:hover {
  transform: scale(1.1);
}

.border-title-slider {
  width: 55%;
  height: 5px;
  background-color: white;
  display: block;
  margin: auto;
}

.slider .container-slider .btn.btn-slider:hover {
  transform: scale(1.1);

}

.rectangle-slider {
  background-color: var(--color-secundary);
  height: 90px;
  width: 100%;


}

.rectangle-slider img {
  width: 30%;
  margin-left: 90%;
}

.carousel-control-prev {
  margin-left: 3%;
}

/* Ajustes responsivos */

@media (min-width:1500px) {

  .slider .sidebar {
    top: 15%;
    left: 0;
    transform: translateY(-50%);
    height: auto;
    width: 120px;
    z-index: 990;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    padding: 1.5rem 0.5rem;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;

  }

  .slider .icon-slider {
    width: 80px !important;
    /* Slightly larger icons for better visibility */

  }

  .slider .sidebar p {
    font-size: 13px;
    text-align: center;
    color: var(--color-secundary);
    font-weight: 600;
    line-height: 18px;
  }

  .slider .icon-slider {
    width: 40px;
    height: auto;
  }


  .slider .container-slider {
    position: relative;
    /* o absolute si quieres posicionarlo exactamente */
    z-index: 10;
    padding: 50px;
    height: 100%;
    width: 100%;
    display: flex;
    color: white;
    margin-left: 20%;
  }
}

@media screen and (max-width:1024px) {

  .slider .sidebar {
    display: none;
  }

  .carousel-item {
    position: relative;
    height: auto !important;
    z-index: 0;
  }

}


@media (min-width:751px) and (max-width:998px) {

  .slider .sidebar {
    display: none;
  }


  .slider .container-slider {
    position: relative;
    /* o absolute si quieres posicionarlo exactamente */
    z-index: 10;
    padding: 50px;
    height: 100%;
    width: 100%;
    display: flex;
    color: white;
    margin-left: 20%;
  }


  .slider .container-slider img {
    display: none;
  }

  .rectangle-slider {
    background-color: var(--color-secundary);
    height: 80px;
    width: 100%;
  }

  .rectangle-slider img {
    width: 50%;
    margin-left: 3rem;
  }

  .slider .container-slider .inscription {
    animation: pulse 2s infinite;
    width: 50%;
  }

  .slider .container-slider h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 750px) {

  .slider .sidebar {
    display: none;
  }

  .slider .container-slider {
    position: relative;
    z-index: 10;
    padding: 50px;
    height: 100%;
    width: 100%;
    display: flex;
    color: white;
    margin-left: 2%;
  }

  .slider .container-slider img {
    display: none;
  }

  .rectangle-slider {
    background-color: var(--color-secundary);
    height: 80px;
    width: 100%;
  }

  .rectangle-slider img {
    width: 50%;
    margin-left: 3rem;
  }

  .slider .container-slider h2 {
    font-size: 20px;
  }
}

/* welcome */
.welcome {
  background-image: url(../assets/welcome/back.jpg);
}

.container-welcome {
  padding: 30px;
  color: black;
  margin-top: -8%;

}

.figure-rectagle {
  background-color: var(--color-secundary);
  width: 35%;
  height: 15px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.container-welcome h2 {
  font-weight: 800;
  margin-bottom: 15px;
}

.container-welcome p {
  text-align: justify;

}

.container-welcome a {
  color: rgb(0, 0, 0);
}

.container-welcome img {
  display: block;
  margin: auto;
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 20px;
}

@media screen and (max-width: 995px) {
  .container-welcome img {
    max-width: 60%;
  }


}

.video-section {
  background-color: #0d3269;
  /* Azul oscuro de fondo */
  color: white;
  text-align: center;
  padding: 20px;
  margin-top: -7%;
}

.video-section h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 1rem;
}

.video-section h2 .hightlight {
  color: #ffcc00;
  /* Color específico para la palabra destacada */

}

.video-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 2rem;
}

.video-container iframe {

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 80%;
  height: 550px;

}

@media (min-width:1500px) {
  .video-section {
    background-color: #0d3269;
    /* Azul oscuro de fondo */
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: -5%;
  }

  .video-container iframe {

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 70%;
    height: 660px;

  }
}

@media screen and (max-width:991px) {
  .video-section {
    margin: 3rem 0 3rem 0;
  }

  .video-container iframe {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 320px;

  }
}




.us.section-my {
  margin-top: 0;
  position: relative;
  top: -25px;
}

.us .container .us-major {
  background-color: var(--color-primary);
  padding: 50px;
}

.us .container .us-bg {
  background-image: url(../assets/us/us.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}

.us h2,
.us p {
  color: black;
}


.us p {
  padding: 3rem;
  text-align: justify;
}

.us .btn.btn-us {
  background-color: var(--color-secundary);
  color: white;
}

.us .bg-us {
  background-image: url(../assets/us/us-2.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  margin-top: 30px;
}

.us article:nth-child(2) {
  margin-top: 90px;
}

.us article:nth-child(2) div div:nth-child(1),
.us article:nth-child(2) div div:nth-child(2) {
  padding: 30px;
}

.us article:nth-child(2) div div:nth-child(1) {
  border-right: 2px solid black;
}

.us h3 {
  text-align: center;
  color: var(--color-secundary);
}

@media screen and (max-width: 991px) {
  .us article:nth-child(2) div div:nth-child(1) {
    border-right: none !important;
  }
}

/* values */
.values h2 {
  margin-bottom: 1.2em;
  font-weight: 600;
  text-align: center;
}

.values .card.card-values {
  height: 100%;
  border-radius: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  background-color: var(--color-section);
}

.values .card.card-values .card-values-body {
  padding: 30px;
}

.values .card.card-values .card-values-body h3 {
  color: var(--color-text);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.values .card.card-values .card-values-body picture img {
  width: 100%;
  height: auto;
  display: block;
  margin: 15px auto;
}


.card-container {
  perspective: 1000px;
  margin: 1rem;
}

.flip-card {
  position: relative;
  width: 100%;
  height: 300px;
  transform-style: preserve-3d;
  transition: transform 0.8s;
}

.card-container:hover .flip-card {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.flip-card-front {
  background-color: var(--color-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  color: #fff;
}

.flip-card-front img {
  width: 150px;
  height: 150px;
  margin-bottom: 1rem;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .8));
  border-radius: 20px;
}

.flip-card-back {
  background-color: var(--color-secundary);
  color: white;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
}

.section-gallery-personalizada .custom-gallery-img-container {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 3px solid var(--color-secundary);
}

.section-gallery-personalizada .custom-gallery-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
  border-radius: 12px;
}

.section-gallery-personalizada .custom-gallery-img-container:hover img {
  transform: scale(1.05);
}

.section-gallery-personalizada .custom-gallery-button {
  background-color: var(--color-primary);
  color: white;
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  border: 3px solid var(--color-secundary);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.section-gallery-personalizada .custom-gallery-button:hover {
  background-color: var(--color-secundary);
}

.section-gallery-personalizada .custom-gallery-button i {
  font-size: 40px;
  color: #fff;
}

.section-gallery-personalizada .custom-gallery-button a {
  text-decoration: none;
  font-size: 25px;
  color: #fff;
}

.contact {
  padding-bottom: 0;
  margin-bottom: 0;

}

.contact .container {
  max-width: 100%;
}

.contact h1 {
  margin-top: -15px;
  color: white;
  padding-bottom: 15px;
}

.contact h3 {
  margin-top: 55px;
  color: rgb(248, 241, 241);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.contact h2 {
  color: rgb(248, 241, 241);
  margin-bottom: 20px;
  font-size: 30px;
}

.contact p {
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  font-size: 15px;
}

.contact-major p i {
  margin-right: 5px;
  /* Espaciado entre el icono y el texto */
  color: #C1A93C;
  /* Color del icono */
  font-size: 1.4em;
  /* Tamaño del icono */
}

.contact-major p,
.contact-major a p {
  display: flex;
  align-items: center;
  /* Alinea verticalmente los iconos con el texto */
  margin: 10px 0;
  /* Espaciado entre los elementos */
  font-size: 14px;
  font-weight: 700;

}

.contact a {
  text-decoration: none;
}

.contact .contact-major {
  background-color: var(--color-primary);
  padding: 50px;

}

@media screen and (min-width:1580px) {

  .contact-major p,
  .contact-major a p {
    display: flex;
    align-items: center;
    /* Alinea verticalmente los iconos con el texto */
    margin: 10px 0;
    /* Espaciado entre los elementos */
    font-size: 15px;
    font-weight: 700;

  }

}


@media screen and (max-width: 567px) {
  .contact p i {
    width: 10%;
  }
}

footer {
  padding: 30px;
  height: 100%;
  width: 100%;
  background-color: var(--color-three);
  display: flex;
  align-items: center;
  justify-content: center
}

footer .copyright h4 {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  font-size: 1.25rem
}

footer .copyright h5 {
  text-align: center;
  color: #fff;
  margin-bottom: 0
}

/*promotion books*/


/*promotion books*/
.book-section {
  background-color: var(--color-primary);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.7);
  margin-bottom: 30px;
}

.book-cover {
  width: 100%;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
}

.category-tabs .nav-link {
  font-weight: 600;
  color: #000;
  border: none;
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.category-tabs .nav-link.active {
  color: var(--color-three);
  background-color: rgba(13, 110, 253, 0.1);
  border-bottom: 3px solid var(--color-primary);
}

.book-title {
  color: #fff;
  border-left: 4px solid var(--color-three);
  padding-left: 15px;
  margin: 20px 0 15px;
  font-size: 2rem;
}

.book-subtitle {
  color: #fff;
  font-size: 1.3rem;
  margin-top: 20px;
}

.book-text,
.content-highlight p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
}


.book-section .btn.btn-books {
  background-color: #ffc107;
  color: #000;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease;
}

.book-section .btn.btn-books:hover {
  background-color: #CD0100;
  color: #fff;
}

@media (max-width: 995px) {
  .book-cover {
    margin-bottom: 20px;
    max-width: 90%;
  }

  .book-title {
    font-size: 1.3rem;
  }

  .book-subtitle {
    font-size: 1.1rem;
  }

  .book-text,
  .content-highlight p {
    font-size: 0.95rem;

  }

  .book-section .btn.btn-books {
    width: 100%;
    font-size: 1rem;
    padding: 12px;
  }
}



.section-calendar {
  background-color: transparent;

  position: relative
}

.modal-header .btn-close {
  padding: 0.5px 7px;
  border-radius: 5px;
  background-color: #831c21;
  border: 2px solid #831c21;
}

.btn-close-modal {
  padding: 0.5px 7px;
  border-radius: 10px;
  background-color: var(--color-three);
  border: 2px solid #831c21;
}

.btn-close-modal i {
  font-size: 15px;
  color: white;
}

.modal p {
  margin: 0;
  padding: 0;
}

.modal-header {
  padding: 15px;
  background-color: var(--color-primary);

}

.modal-header .modal-title {
  font-size: 25px !important;
  color: white;
}

.modal picture img {
  display: block;
  margin: auto;
  width: 80%;
  height: auto;
}

.modal .modal-body {
  padding: 2.5rem 2rem;
}

.modal .modal-body .target-headquarters {
  padding: 10px;
  border: 2px solid rgb(225, 225, 225);
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
  background-color: white;
  height: 100%;
}

.modal .modal-body .target-headquarters:hover {
  background-color: var(--color-three);
  transition: all 0.8s;
}


.shortcut {
  right: 40px;
  top: auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.shortcut .btn:focus {
  outline: 0;
  box-shadow: none;

}



@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;
}

@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;
}


.shield {
  background-color: var(--colorr-four);
}

.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;
  text-align: center;
  justify-content: center;
}

.container-info-shield h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--color-primary);
}

.container-info-shield p {
  margin-bottom: 10px;
  font-size: 20px;
}

.container-logo-shield picture img {
  width: 80%;
  height: auto;
  display: block;
  margin: auto;
  position: relative;
  left: 110%;
}

@media screen and (max-width: 995px) {
  .shield .container-shield {
    padding: 20px;
  }

  .container-info-shield h2 {
    font-size: 26px;
  }

  .container-info-shield p {
    font-size: 16px;
  }

  .container-info-shield {
    padding: 30px;
  }

  .container-logo-shield picture img {
    width: 40%;
    height: auto;
    position: relative;
    left: 0%;
  }
}



.perfil-section {
  background-color: var(--color-secundary);
  padding: 60px 20px;
  height: auto;
}

.perfil-card {
  background: white;
  border-left: 5px solid var(--color-primary);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 12px #fff;
  margin-bottom: 25px;
}

.perfil-card h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secundary);
  text-align: center;
}

.perfil-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.perfil-item i {
  color: var(--color-primary);
  font-size: 1.2rem;
  margin-right: 10px;
  margin-top: 4px;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.perfil-item i:hover {
  transform: translatey(-5px);
}


.perfil-item p {
  margin: 0;
  font-size: 1.05rem;
  color: #333;
}

@media (max-width: 768px) {
  .perfil-card {
    padding: 20px;
  }

  .perfil-card h2 {
    font-size: 1.7rem;
  }
}

.modal-body video {
  /* margin-top: -5%; */
  border-radius: 10px;
  width: 900px;
}

.modal-close {
  position: absolute;
  z-index: 999;
}

.modal-close i {
  color: rgb(255, 255, 255);
  background-color: var(--color-primary);
  padding: 2px;
  width: 28px;
  border-radius: 50px;
  font-size: calc(0.35rem + 1vw);
}