
:root{
	--pColor:#f9cb0b;
	--pVgacolor:0,243,146;
	--sColor:#900000;
	--contrast:#eae4da ;
	--vMaxWidth:1600px;
  --btButton:#0275d8;
  --mSuccess:#5cb85c;
  --vMobileWidth:1600px;

}




*{margin: 0; padding: 0;font-family: Arial, Helvetica, sans-serif } 
body{display: flex;flex-direction: column; align-items: center; justify-content: flex-start; overflow-x: hidden; max-width: 100%; height: auto;}

.clFullModal{width:100vw; background:rgba(127, 160, 233, 0.5); height:100vh;  position: fixed; display: none;
  justify-content: center;
z-index: 999;}
#dvModalContainer{width: 100%; max-width: 1300px; height: 98%; background: #fafafa; margin:1%;
  border-radius: 20px; flex-direction: column; display: flex; align-items:center; justify-content: center; }

  #dvModalTopbar{display:flex;width: 100% ;height: 40px; background: var(--pColor);max-height: 40px;
      flex-direction:row;justify-content: space-between;    
  }

  #dvModalTitle{flex-grow: 1;}
  #dvModalBody{min-height: 300px; height: calc(100% - 60px); flex-grow: 1;  width: 100%; }

  

  #dvModalStatus{width: 100% ;height: 30px; background: var(--contrast);position: relative;max-height: 40px}
  #btModalCLose{display: flex; width: 40px; color: #fafafa; font-size: 1.8em; text-align: center; align-items: center;}
  
.clRow{display: flex;flex-direction: row; width: 100%; }
.clWrap{flex-wrap: wrap;}

.cltRotadorHD{width: 100%; max-width: 800px;  min-height: 600px;position: relative; overflow: hidden;  

}

#cbTemplate{ width: 100%; height: 100%; max-width: 180px;}

#dvFullHeader{height: 150px;  width: 100%; z-index: 99; }
#dvHeaderBox{display: flex; flex-direction: row; position: relative; width: 100%;  height:0px ; justify-content: center; overflow: visible; } 




.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #333;
  color: white;
  padding: 10px 20px;
  position: fixed;
  width: 100%;
  top: 0;
  transition: all 0.3s ease;
}


.logo{width: 190px; height: 100px; max-height: 100%;}


.logo img {
    width: 190px;
    height: 190px;
    transition: all 0.3s ease;
    
}
.header.shrink .logo img {
    width: 50px;
    height: 50px;
}
.menu ul {
    list-style: none;
    display: flex;
    gap: 20px;
}
.menu a {
    color: white;
    text-decoration: none;
}
.social img {
    width: 20px;
    margin-left: 10px;
}

.header.shrink {
  height: 50px;
}

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

#dvBodyBox{ width: 100% ; max-width: var(--vMaxWidth); display: flex; height: auto; min-height: 50vh; position: relative; overflow: hidden; flex-direction: column;}
/**********************************************************************/




#dvFullPage{  width: 100% ; margin: 0px auto; overflow: hidden;   display: flex; flex-direction: column; justify-items: flex-start; align-items:
   center; }
#dvFullFooter{width:100%  ;display: flex; flex-direction: column;flex-direction: column; justify-content: flex-start; 
  align-items: center; min-height: 90px; background:var(--pColor);}

#dvPhoneFooter{background:#dcdcc899;color:#111; margin:0px auto ;width:96%; max-width:1400px;}
#dvFooterBand{ min-height: 30px; }

#dvFooterBox{max-width: var(--vMaxWidth) ; width: 100%; flex-direction: row;  display: flex; justify-content: space-between;  background: #333; border-radius: 15px 15px 0px 0px;
  padding: 10px;
}

#dvFooterBox i{ font-size: 2.3em; color:var(--sColor); margin: 5px;}


#dvFooterBox> div{ flex: 3; display: flex;  flex-direction: column; color: #fff; font-weight: bolder;  font-size: 0.8em; line-height: 35px;}
.clRightFooter{ display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding-right: 10px; }

.clRightFooter>div{text-align: right; width: 100%;} 


.clCenterFooter{display: flex; flex-direction: column;  }

.clCenterFooter>div{text-align: center; width: 100%;}

.cGheaderBody{ display: flex; flex: 1; flex-direction: column; justify-content: flex-end; align-items: flex-end; padding-right: 40px; }

.social{
   min-height: 40px;  margin-right: 50px; display: flex; flex-direction: row;
}

.social> div{ width: 50px; height: 50px; border-radius: 50%; display: flex; flex-direction: row; justify-content: center; align-items: center;
  
}

.social> div i{font-size: 2em; color:var(--sColor);} 


#dvHeader{ max-width: var(--vMaxWidth); border-radius: 0px 0px 30px 30px; box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;  background: var(--pColor); }

.menu{ width: 100%; display: flex; flex-direction: row; justify-content: center;}
.menu li{border-radius: 0px 7px 0px 7px; padding: 3px 5px; height: 30px; line-height: 30px; font-size: 1.2em; background: var(--sColor);  }

.menu li:hover{ border-radius: 7px 7px 7px 7px; scale: 1.05;    text-decoration: underline;}


#stSectionFoot{width: 100%; max-width: 1600px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding: 10px; }

#stSection{width: 100%; max-width: 1600px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding: 10px; }

#stPost{width: 100%; max-width: 1600px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding: 10px; }




.hdblock{
  width: 50%;
  box-sizing: border-box; /* Evita que los márgenes o el padding afecten el ancho */
  text-align:justify; 
    font-size: 1.1em;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px;
    min-height:400px;
    border: none;
}

.hdblock.hdRight {
  border-left: solid 5px rgba(243, 204, 98, 0.5) !important;
}

.hdblock h1{ width: 100%;  text-align: center; margin-bottom: 10px;}
.hdblock h2{ width: 100%; text-align: center;margin-bottom: 10px;}

.image-container {
  margin:0px auto;
  width:100%;
  border-radius: 10px;
  max-width: 600px;
  aspect-ratio: 1 / 0.625 !important;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccc; /* Fondo gris para visualizar el contenedor */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.image-container img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}


.clFullBody {width: 100%; display: flex; flex-direction: column; margin-top: 30px; }

/*********************************************************************************************/
.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; }

    .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;}

    
.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;
  }
  
  .clMediumButton{background: var(--btButton); max-width: 150px; height: 40px; text-align: center; line-height: 40px; font-size: 1.3em;
    color: #ffffff; border-radius: 7px; margin: 5px;
  }
  

/*********************************************************************************************************/
.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;
  }

  
  .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 (min-width: 1300px) and (max-width: 1800px) {
  .hdblock{width: 50%;}
 
}

@media (min-width: 500px) and (max-width: 1300px) {
  #stPost{justify-content: center;}

  .hdblock{width: 100%; max-width: 800px;  margin: 10px auto; } 

  .hdblock.hdRight {
    border-left: solid 0px rgba(243, 204, 98, 0.5) !important;
  }
  
 
}

/*********************************CHECKED----------------------------/*/

@media (min-width: 1921px) {
  
  


}

/* Entre 1920px y 1440px */
@media (max-width: 1920px) and (min-width: 1441px) {
  

}

/* Entre 1440px y 1024px */
@media (max-width: 1440px) and (min-width: 1025px) {
  
  
}

/* Entre 1024px y 720px */
@media (max-width: 1024px) and (min-width: 721px) {

  .clLeftFooter>div{max-width: 400px;  width: 100% ;  }
  #clRightFooter{ display: flex; justify-content: right;  max-width: 150px; padding-right: 20px; }  

  #clRightFooter>div{width: 100%;  }  

  #dvCenterFooter{ max-width: 220px; }

  #dvFullFooter{padding: 10px;}

}

/* Menor de 720px */
@media (max-width: 720px) {
  
  #dvFullFooter{padding: 10px;}

  #dvFooterBox{flex-direction: column;}
  #dvLeftFooter{align-items: center;}
  .clLeftFooter>div{max-width: 320px;  width: 100%}
  #clRightFooter>div{ text-align:  center; }  

  


}
