*{margin: 0; padding: 0; box-sizing: border-box;}

.clFullPage{width:100%; justify-content:center; display:flex; align-items:center;flex-direction:column;  
  padding:0px; margin:0px;	background-position:center;  }



.clFullHeader{
    width: 100%;
    display: flex;
    justify-content: center;
    max-height: 70px;
    height: 70px;
    min-height: 70px;
    min-height: 40px;
    background: var(--pColor);
    position: fixed;
    z-index: 9999999;
    overflow: hidden;
    top: 0;

    
}



/* ===== 3. Header profesional ===== */
.clHeaderBox {
  background: var(--pColor);
  color: var(--contrast);
  font-family: var(--font-main);
  border-bottom: 3px solid var(--sColor);
  max-width: var(--vMaxWidth);
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  flex-direction: row;

min-height: 70px;


}

.clSmallLogo{
  width: 80px;
  height: 50px;

}
.header-left {
  display: flex;
  align-items: center;
}

.nvSectionBar{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}


.header-title {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-buttons {
  display: flex;
  gap: 0.75rem;
}

.clHeaderBtn {
  background: var(--contrast);
  color: var(--pColor);
  border: 2px solid var(--pColor);
  border-radius: var(--border-radius);
  padding: 0.5rem 1.2rem;
  font-size: 1rem;
  font-family: var(--font-main);
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(30, 52, 93, 0.07);
  transition: background 0.2s, color 0.2s, border 0.2s, transform 0.15s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.clHeaderBtn:hover, .clHeaderBtn:focus {
  background: var(--sColor);
  color: var(--contrast);
  border: 2px solid var(--sColor);
  transform: translateY(-2px) scale(1.04);
  outline: none;
}

.clHeaderBox svg {
  height: 38px;
  width: auto;
  display: block;
}






.clFullBody{width:100%; justify-content:center; display:flex; align-items:start;flex-direction:column;  padding:0px; margin:70px 0px 0px 0px;	background-position:center; 



}

.clBodyBox{width:100%; justify-content:flex-start; display:flex; align-items:start;flex-direction:column;  padding:0px; margin:0px;	background-position:center; 
max-width: var(--vMaxWidth); min-height: calc(100vh - 200px);
margin: 0 auto;

}

  .clProgressBox{margin: 10px; width: 100%; max-width: 500px; display: flex; padding: 0px; height: 30px;  
    justify-content: flex-start; position: relative; border-radius: 7px; background: rgba(50,100,50, .1);}


    .clProgressBar {
      position: relative;
      max-width: 500px;
      width: 0%;
      margin: 0px;
      height: 30px;
      background: #274545;
      overflow: hidden;
      display: flex;
      flex-direction: row;
      justify-content: center;
      border-radius: 5px;
    }


.clHdSlider{ display:flex;  margin: 10px auto;
    width: 100%;
    max-width: 1600px; 
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 10px #fff,
   0 15px 50px;
   display:flex;
   flex-direction:row;flex-wrap:nowrap;
   aspect-ratio: 1 / 0.375;
   background: #fafafa;
   
}

    .cSliderString {
        width:200%; display: flex; flex-direction: row; flex-wrap: nowrap;
        height: auto;
        margin: 1%;
        box-shadow: 0px 0px 15px 15px rgba(50, 136, 50, 0.05),
        0px 0px 5px 5px #dfdfdf;
        padding: 5px;
        aspect-ratio: 1 / 0.6666;
        overflow: hidden;
    }

    .cSliderString .cItem{border:groove; width: 50%; min-width: 50%;  flex:1; border:groove}
    .cSliderString .cPupilDesk{flex:3}
    
    .clGrow{width: 100%; display: flex; flex-direction: row;}
    .clMainSection {width: 100%; max-width: var(--vMaxWidth);}

    .clFullBody{display: flex; flex-direction: column; width: 100%; align-items: center; justify-content: flex-start;}

    .cgSmallIconButton{width: 50px; overflow: hidden;background: #0f0;}

    
.whatsapp-button {
    position: fixed;
    bottom: 100px; /* Adjust this value to set the distance from the bottom of the page */
    right: 100px; /* Adjust this value to set the distance from the right side of the page */
    padding: 10px 20px;
    background-color: #25D366;
    color: #fff;
    font-size: 2.5rem;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
  }
  
  .whatsapp-button:hover {
    background-color: #128C7E;
  }
  

/* === Footer Styles === */
.clFullFooter {
  background: var(--contrast-dark);
  color: var(--contrast);
  font-family: var(--font-main);
  padding: 32px 0 16px 0;
  font-size: 1rem;
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.clFooterBox {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 0px;
  margin: 0px;
  background-position: center;
  max-width: var(--vMaxWidth);
  margin: 0 auto;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-logo {
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.footer-links {
  display: flex;
  gap: 1.5rem;
}
.footer-link {
  color: var(--contrast);
  text-decoration: none;
  transition: color 0.2s;
  font-size: 1rem;
}
.footer-link:hover {
  color: var(--contrast-dark);
}
.footer-social {
  display: flex;
  gap: 1rem;
}
.footer-social-link {
  color: var(--contrast);
  font-size: 1.3rem;
  transition: color 0.2s;
}
.footer-social-link:hover {
  color: var(--contrast-dark);
}
@media (max-width: 700px) {
  .footer-content {
      flex-direction: column;
      align-items: flex-start;
      gap: 1.5rem;
  }
  .footer-links, .footer-social {
      justify-content: flex-start;
  }
}

.clHeaderLeft{min-width: 100px; min-height: 50px;}

  

/******** Global Footer (shared across pages) ********/
.clFooterContent {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  padding: 3rem 2rem;
  max-width: var(--vMaxWidth);
  margin: 0 auto;
}

.clFooterSection h4 { color: var(--sColor); margin-bottom: 1rem; font-weight: 600; }
.clFooterSection p { opacity: 0.8; line-height: 1.6; margin-bottom: 0.5rem; }
.clFooterSection ul { list-style: none; }
.clFooterSection ul li { margin-bottom: 0.5rem; }
.clFooterSection ul li a { color: var(--contrast); text-decoration: none; opacity: 0.8; transition: opacity 0.3s ease; }
.clFooterSection ul li a:hover { opacity: 1; color: var(--sColor); }

.clFooterBottom { border-top: 1px solid var(--gray-700); padding: 2rem; text-align: center; opacity: 0.7; width: 100%; }

/*********************************************************************************************************/
.clLogo { display:flex; align-items:center; gap:1rem; background: #fff; font-weight: bold; font-size: 1.5rem; 
position: fixed; top: 0; left: 0; z-index: 99999999;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

border-radius: 10px;



}





/* ===== LOGO ===== */
.clLogo {
    display: flex;
    align-items: center;
    gap: 1rem;
    
    
}

.clLogoIcon {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
}






.clMainNav { display:flex; gap:2rem; align-items:center; }
.clNavItem { display:flex; align-items:center; gap:.5rem; padding:.75rem 1.5rem; color: var(--contrast); text-decoration:none; border-radius:6px; transition: all .3s ease; font-weight:500; }
.clNavItem:hover, .clNavItem.clActive { background: var(--sColor); transform: translateY(-2px); }
.clNavItem i { font-size:1rem; }
.clMobileMenuBtn { display:none; flex-direction:column; gap:4px; background:none; border:none; cursor:pointer; padding:8px; }
.clMobileMenuBtn span { width:25px; height:3px; background: var(--contrast); border-radius:2px; transition: all .3s ease; }
.clMobileMenu { position:fixed; top:0; right:-100%; width:100%; height:100vh; background: var(--pColor); z-index:1001; transition:right .3s ease; padding:2rem; }
.clMobileMenu.active { right:0; }
.clMobileMenuContent { display:flex; flex-direction:column; gap:2rem; padding-top:4rem; }
.clMobileMenuItem { display:flex; align-items:center; gap:1rem; padding:1rem; color: var(--contrast); text-decoration:none; border-radius:6px; font-size:1.2rem; transition: all .3s ease; }
.clMobileMenuItem:hover { background: var(--sColor); }
body.menu-open { overflow:hidden; }
@media (max-width: 768px) { .clMainNav{display:none;} .clMobileMenuBtn{display:flex;} .clHeaderBox{padding:1rem;} }
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
  }
  
  .tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
  }

/*********************************************************************************************************/




.user-settings {
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.user-settings h2 {
  text-align: center;
}

/* Estilos del formulario */
.user-settings form {
  display: flex;
  flex-direction: column;
}

.user-settings label {
  margin-bottom: 5px;
}

.user-settings input[type="text"],
.user-settings input[type="email"],
.user-settings select {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.user-settings button {
  background-color: #007BFF;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.user-settings button:hover {
  background-color: #0056b3;
}




.user-settings .container {
    text-align: center;
    margin-top: 50px;
}

.user-settings .drop-zone {
    border: 2px dashed #ccc;
    padding: 20px;
    cursor: pointer;
	min-height: 400px;
}

.user-settings button {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}

.user-settings button:hover {
    background-color: #0056b3;
}








.cmFormRow {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
    width: 100%;
    padding-left: 15px;
  }
  
  .cmTextbox {
    font-family: inherit;
    width: calc(100% - 80px);
    border: 0;
    border-bottom: 2px solid #9b9b9b;
    outline: 0;
    font-size: 1.3rem;
    color: #000;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
  }


  .cmTextboxFull {
    font-family: inherit;
    width: 100% !important ;
    border: 0;
	padding-left: 10px;
    border-bottom: 2px solid #9b9b9b;
    outline: 0;
    font-size: 1.3rem;
    color: #000;
    padding: 7px 0;
    background: #ffffff !important;
    transition: border-color 0.2s;
  }

  .clTextLink{font-size: 1.1em; cursor:pointer }
  .clTextLink:hover{text-decoration: underline; scale: 1.1; color: #007BFF; margin-top: -2px; }

  .clMediumButton{line-height: 35px; height: 35px; max-width: 150px;  border-radius: 7px; color: #fff; background: var(--btButton); cursor: pointer; text-align: center;
  padding: 0px 10px; display: flex; align-items: center; font-size: 1.2em; cursor: pointer; border:none;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border:groove 1px;
  }

  .clMediumButton:hover{scale:1.05; margin-top: -1px; text-decoration: underline;}


.clLargeButton{line-height: 35px; height: 35px; max-width: 250px;  border-radius: 7px; color: #fff; background: var(--btButton); cursor: pointer; text-align: center;
  padding: 0px 10px; display: flex; align-items: center; font-size: 1.2em; cursor: pointer; border:none;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border:groove 1px;
  }



  .cmTextbox::placeholder {
    color: transparent;
  }
  .cmTextbox:placeholder-shown ~ .cmFormLabel {
    font-size: 1.3rem;
    cursor: text;
    top: 20px;
  }
  
.cmForm{display: flex; flex-direction: column; width: 100%; max-width: 800px;

}


  .cmFormLabel {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #5b5b5b;
  }
  
  .cmTextbox:focus {
    padding-bottom: 6px;
    font-weight: 700;
    border-width: 3px;
    border-image: linear-gradient(to right, #11998e, #38ef7d);
    border-image-slice: 1;
  }
  .cmTextbox:focus ~ .cmFormLabel {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #11998e;
    font-weight: 700;
  }
  
  /* reset input */
  .cmTextbox:required, .cmTextbox:invalid {
    box-shadow: none;
  }
  

/*****************************************************************************************************************************/



@media screen and (max-width: 2000px) {

	
	.ct1SliderBox{width: 1600px; }
  
}


@media screen and (max-width: 1600px) {
	
	.ct1SliderBox{width: 1200px; }
}


@media screen and (max-width: 1200px) {
	
	.ct1SliderBox{width: 800px; }
	.ct1HotBox{}
	.ct1HotBox{justify-content: center;}
	.ct1HotBox .cHot{}
}


@media screen and (max-width: 800px) {
	
	.ct1HotBox{ justify-content: center;} 
	.ct1HotBox .cHot{ width: 100%; display: flex; flex-direction: row; justify-content: center;}
	.ct1SliderBox{width: 400px; }
	.cSlide	{min-width: 400px;}

  #dvModalBody{height: auto!important; min-height: 1200px; overflow-y: scroll;}

  .whatsapp-button {
    position: fixed;
    bottom: 10px; /* Adjust this value to set the distance from the bottom of the page */
    right: 10px; /* Adjust this value to set the distance from the right side of the page */
    padding: 10px 20px;
    
  }


}

