* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}



.header{
    min-height: 85vh;
    width: 100;
    background-image: linear-gradient(rgba(0, 0, 0, 0.555), rgba(2, 8, 31, 0.657)),url(/img/santa.jpg);
    background-size: cover;
    background-position: top;
    position: relative;   

 
}


.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0 auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* Media query for smaller screens */
@media (max-width: 768px) {
    .video-container {
        padding-bottom: 75%; /* Adjusted for better fit on smaller screens */
    }
}
nav{
    display: flex;
    padding: 0% 3%;
    justify-content: space-between;
    align-items: center;
    background: rgb(0, 0, 0);


}

nav img{
    width: 185px;

}


.nav-links{
    flex: 1;
    text-align: right;
}
 .nav-links ul li{
     list-style: none;
     display: inline-block;
     padding: 8px 12px;
     position: relative;

 }
 .nav-links ul li a{
     color: #fff;
      text-decoration: none;

 }
 

 .nav-links ul li::after{
     content: '';
     width: 0%;
     height: 2px;
     background: #ff1100;
     display: block;
     margin: auto;
     transition: 0.5s;

 }


 .nav-links ul li:hover::after{
     width: 100%;

 }


 .text-box{
     width: 90%;
     color:#fff;
     position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      text-align: center;


 }

.text-boxa{
    width: 90%;
    color: #fff;
    position: relative;
    top: -11%;
    left: 7%;
    /* transform: translate(-50%,-50%); */
    text-align: center;
}



 .text-box h1{
     font-size:35px ;

 }
 .text-box p{
     margin: 10px 0 40px;
     font-size: 18px;
     color: #fff ;
     font-weight: 800;
 }


 
 .text-boxa h1{
    font-size:35px ;

}
.text-boxa p{
    margin: 10px 0 40px;
    font-size: 18px;
    color: #fff ;
    font-weight: 800;
}



 .hero-btn{
     display: inline-block;
     text-decoration: none;
     color: #fff;
     border: 1px solid rgba(255, 255, 255, 0.246);
    padding: 12px 34px;
    font-size: 13px;
    background: #25d266;
    position: relative;
    cursor: pointer;
    }
    
 .hero-btn2{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.246);
   padding: 12px 34px;
   font-size: 13px;
   background: #fa291a;
   position: relative;
   cursor: pointer;
   }


   .hero-btn3{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.246);
   padding: 12px 34px;
   font-size: 13px;
   background: #fa291a;
   position: relative;
   cursor: pointer;
   }

   .hero-btn4{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.246);
   padding: 12px 34px;
   font-size: 13px;
   background: #25d266;
   position: relative;
   cursor: pointer;
   }

    .hero-btn:hover{
        border: 1px solid rgba(255, 255, 255, 0.123);
        background: #ff7268;
        transition: 1s;
    }


    .hero-btn2:hover{
        border: 1px solid rgba(255, 255, 255, 0.123);
        background: #ff7268;
        transition: 1s;
    }



nav .fa{
    display: none;
}

    @media(max-width: 700px){
        .text-box h1{
            font-size: 35px;
        }
        .nav-links ul li{
            display: block;

        }
        
    .nav-links{
        position: fixed;
        background: #f44336;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -400px;
        text-align: left;
        z-index: 2;
        transition: 1s;

    }  
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul {
        padding: 30px;

    }
}



.course{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;

    
}


h1{
    font-size: 36px;
    font-weight: 600;
}


p{
    color: rgb(136, 135, 135);
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;

}


.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
 

}

.row2{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;

}

.course-col{
    flex-basis: 31%;
    background: rgba(238, 238, 238, 0.383);
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    box-shadow: 0 0 20px 0px rgba(0, 2, 7, 0.294);
}


h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;

}


.course-col:hover{
    box-shadow: 0 0 20px 0px rgba(0, 2, 7, 0.103);
}

@media(max-width:700px){
    .row{
        flex-direction: column;
    }
}

/*------campus --------*/


.campus{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}


.campus-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;

}

.campus-col img{
    width: 100%;
    display: block;
}

.layer{
    background: rgba(170, 170, 172, 0.349);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}


.layer:hover{
    background: rgba(1, 25, 102, 0.582);
}


.layer h3{
    width: 100%;
    font-weight: bold;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: 0.5s;

}

.layer:hover h3{
    bottom: 49%;
    opacity: 1;
}

/*------facilities --------*/

.facilities{
    width: 80%;
    margin:  auto;
    text-align: center;
    padding-top: 100px;
    
}

.facilities-col{
    flex-basis: 31%;
    border-radius: 10px;
   margin-bottom: left; 

}

.facilities-col img{
    width: 100%;
    border-radius: 10px;

}

.facilities-col p{
    padding: 0;
}

.facilities-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;


}


/*---------Testimonios-------------*/


.testimonial{
    width: 80%;
    margin: auto;
    padding-top: 100px;
    text-align: center;

}

.testimonial-col{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: rgba(231, 231, 231, 0.596);
    padding: 25px;
    cursor: pointer;
    display: flex;
}

.testimonial-col img{
    height: 40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
}

.testimonial-col p{
    padding: 0;
}

.testimonial-col h3{
    margin-top: 15px;
    text-align: left;

}

.testimonial-col .fa{
    color: #f44336;
}


@media (max-width: 700px) {
    .testimonial-col img{
         margin-left: 0px;
         margin-right: 15px;

    }

    .facilities-col{
        justify-content: space-between;
    }
    
}

/*---------Consulta Ya-------------*/

.cta{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)),url(/img/consulta.jpg);    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}


.cta h1{
    color: white;
    margin-bottom: 40px;




}


@media (max-width:700px) {
    .cta h1{
        font-size: 24px;
    }

    
}


/*---------Servicios-------------*/


.sub-header{
    height: 70vh;
    width: 100%;
    width: 100%;
    background-image: linear-gradient(rgb(0 0 0 / 45%), rgb(0 0 0 / 82%)),url(/img/servicios.jpg);    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
}


.sub-headera{
    height: 70vh;
    width: 100%;
    width: 100%;
    background-image: linear-gradient(rgb(0 0 0 / 45%), rgb(0 0 0 / 82%)),url(/img/amarres.jpg);    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
}

.sub-headerb{
    height: 60vh;
    width: 100%;
    width: 100%;
    background-image: linear-gradient(rgb(0 0 0 / 45%), rgb(0 0 0 / 82%)),url(/img/brujos.jpg);    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
}

.sub-headerc{
    height: 50vh;
    width: 100%;
    width: 100%;
    background-image: linear-gradient(rgb(0 0 0 / 45%), rgb(0 0 0 / 82%)),url(/img/contact.jpg);    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
}






.sub-header h1{
    margin-top: 100px;
}

.sub-headera h1{
    margin-top: 100px;
}

.sub-headerb h1{
    margin-top: 100px;
}
.sub-headerc h1{
    margin-top: 100px;
}


.about-us{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.about-col{
    flex-basis: 48%;
    padding: 30px 2px;
}


.about-col img{
    width: 100%;


}

.about-col h1{
    padding-top: 0;

}

.about-col p{
    padding: 15px 0 25px;

}

.red-btn{
    border: 1px solid #f44336;
    background: transparent;
    color: #f44336;
}

.red-btn:hover{
    color: #f00a0a;
}


/*---------Blog-------------*/


.blog-content{
    width: 80%;
    margin: auto;
    padding: 60px 0;


}

.blog-left{
    flex-basis: 65%;
}

.blog-left img{
    width: 100%;
}

.blog-left h2{
    color: #222;
    font-weight: 600;
    margin: 30px 0;
}


.blog-left p{
    color: black;
    padding: 0;
}
.blog-right{
    flex-basis: 32%;
}

.blog-right h3{
    background: #f44336;
    color: #fff;
    padding: 7px 0;
    font-size: 16px;
    margin-bottom: 20px;
}

.blog-right div{
    display: flex;
    align-items: center;
    justify-content:space-between ;
    color: #555;
    padding: 8px;
    box-sizing: border-box;

}

.comment-box{
    border: 1px solid #ccc;
    margin: 50px 0;
    padding: 10px 20px;
}

.comment-box h3{
    text-align: left;
}


.comment-form input, .comment-form textarea{
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #f0f0f0;
}

.comment-form button{
    margin: 10px 0;
}
@media(max-width:700px)
{
.hero-btn4 {
    top: 9px;
    cursor: pointer;
}


.sub-header{
font-size: 24px;
}

    
}

/*---------Contact-------------*/


.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}


.location iframe{
    width: 100%;
}

.contact-us{
    width: 80%;
    margin: auto;

}

.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}

.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa{
    font-size: 28px;
    color: #f44336;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p{
    padding: 0;
}

.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}


/*---------footer-------------*/

.site{
    text-decoration: none;
    color: #555;
    
}
.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background-color: #ededed;
}


.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}


.icons .fa{
    color: red;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;

}

.course-col .fa{
    color: red;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
    size: 15px;
}


.fa-heart-0{
    color: red;
}


 /* Dropdown Button */
 .dropbtn {
    background-color: #000000;   
     color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #000000;}
:root {
  --color-panel-background: #f3f3f3;        /* FAQ card background */
  --color-text-primary: #00000e;            /* Main text color */
  --color-text-secondary: #575757;          /* Muted/secondary text */
  --color-accent-primary: #6f8cff;          /* Brand/accent color (links/icons) */
  --color-focus-ring: #2a3550;               /* Outline ring color on focus */
  
  --border-radius-card: 16px;                /* Rounded corners for FAQ items */
}

* { box-sizing: border-box; }



.faq-section {
  padding: clamp(32px, 6vw, 72px) 16px;
  display: grid;
  place-items: center;
}

.faq-container {
  width: 100%;
  max-width: 880px;
}

.faq-header {
  margin-bottom: 20px;
  text-align: center;
}

.faq-header h1 {
  margin: 0 0 8px;
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  letter-spacing: 0.2px;
}

.faq-header p {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: clamp(0.95rem, 2.2vw, 1.05rem);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

/* FAQ item card */
.faq-item {
  background: var(--color-panel-background);
  border: 1px solid #1d2130;
  border-radius: var(--border-radius-card);
  overflow: clip;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.12s ease;
}

.faq-item:hover {
  border-color: #23283a;
}

.faq-item[open] {
  box-shadow: 0 8px 26px rgba(0,0,0,0.35), 0 0 0 3px var(--color-focus-ring);
}

/* clickable row */
.faq-item > summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  position: relative;
  font-weight: 600;
  font-size: 1.025rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

.faq-item > summary::-webkit-details-marker {
  display: none;
}

/* plus/minus icon */
.faq-item > summary::after {
  content: "＋";
  margin-left: auto;
  font-weight: 700;
  transform: translateY(-1px);
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.85;
  color: var(--color-accent-primary);
}
.faq-item[open] > summary::after {
  content: "—";
}

/* answer text */
.faq-answer {
  padding: 0 20px 18px;
  color: var(--color-text-secondary);
  animation: fadeIn 0.22s ease-out both;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-2px); }
  to { opacity: 1; transform: translateY(0); }
}

/* focus styles for accessibility */
.faq-item > summary:focus {
  outline: none;
}
.faq-item > summary:focus-visible {
  box-shadow: inset 0 0 0 2px var(--color-accent-primary);
  border-radius: 10px;
}

.what img {
  position: fixed;
  bottom: clamp(10px, 3%, 20px);  /* more breathing room from bottom */
  left: clamp(10px, 3%, 20px);    /* more breathing room from left */
  border-radius: 12px;
  width: clamp(90px, 9vw, 110px); /* bigger min size, scales better */
  animation: jumpy 1s infinite ease-in-out;
  z-index: 9999;
  cursor: pointer; /* makes it clear it's clickable */
}

@keyframes jumpy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px); /* slightly higher jump for bigger button */
  }
}


