/*last modified: 04/03/2026*/

/**
 * IBS General - Estilos globales del plugin
 */

 /*last modified: 14/02/2026*/

 body {
  
	
	
}




#dvFullPage {    
    max-width: 100%;
    margin: 0 auto;
    background-color: var(--color-bg, #ffffff)!important;
    
  
    
    
}
#dvFullHeader{ max-width: 100%; width: 100%; z-index: 999; position: relative; margin: 0 auto; background-color: var(--color-primary)!important; }




#dvSocialMedia{background: var(--color-primary)!important;}
#nvMainMenu{background: var(--color-primary)!important;}


.clHeaderBox{ max-width: 100%; margin: 0 auto; max-width: 2000px; overflow: hidden!important; padding-top: 20px; min-height: 100px; background-color: transparent!important;

}

.clFullBody{max-width: 100%; margin: 0 auto;}
.clBodyBox{ max-width: 100%; margin: 0 auto; max-width: 2000px;  overflow: hidden!important; padding-top: 20px; min-height: 100px;

}

#dvHeaderLogo{min-width: 90px; max-width: 90px; display: flex; flex-direction: column; align-items: flex-end; 
  justify-content: flex-start; height: 90px; padding: 0px!important; margin: 0!important;  }
#dvHeaderLogo svg{width: 100%; height: 100%;margin: 0!important; padding: 0!important; }


#dvFullFooter{ max-width: 100%; margin: 0 auto; display: flex; flex-direction: column; 
   justify-content: center;align-items:center; color: var(--color-text, #ffffff)!important; background-color:var(--color-primary);
     overflow: hidden!important; }


.clFooterBox{max-width: 2000px; margin: 0 auto; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; align-items:flex-start;
     width: 100%;  font-size: 1.2rem;  overflow: hidden!important;  min-height: 100px;}


     /*111827*/

#dvLeftFooter{max-width: 32%; display: flex; flex:1; flex-direction: column; justify-content:flex-start;align-items:flex-start; text-align: left;
  color: var(--color-text, #ffffff)!important;
}

#dvLeftFooter i{font-size: 2rem; margin:3px;}

#dvCenterFooter{max-width: 32%; display: flex; flex:1; flex-direction: column; justify-content: center;align-items:center; text-align: center; }
#dvRightFooter{max-width: 32%; display: flex; flex:1; flex-direction: column; justify-content: center;align-items:center; text-align: right; }

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

/**********************************************************sections styles**********************************************************/
.clgSection{width:100%; display: flex; flex-direction: column; align-items: center; }

.clContentSection{width:100%;}


#dvHotCardsBody{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; min-height: 100px; }
#dvHotCardsBody article{width:31%; }


.cl2Kbox{width:100%;  flex-direction: column;}

.clFhdBox{width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;align-items:flex-start; 
  }





.clFhdLeftIcon{max-width: 48%;  min-width: 45%; flex:1; }

/************************************************************ posts styles**********************************************************/
/* Reset básico */

/* Fondo general */


.clPost1 {
  max-width: 49%;
  margin: 5px auto;
  padding: 20px;
  min-height: 300px;
  display: flex;
  
  flex-direction: column;
  flex:1;
  min-width: 40%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: var(--radius-md);
  

}

.clPost1 .clPostTitle {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}

.clPost1.clPostBody {
  display: block;
  color: var(--color-text, #111827)!important;
}

/* Imagen con shape-outside para que el texto fluya alrededor */
.clPost1 .clPostImage {
  max-width: 400px;
  width: 400px;
  height: auto;
  aspect-ratio: 1 / 0.666;
  object-fit: cover;
  border-radius: 8px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  shape-outside: margin-box;
  shape-margin: 20px;
}

/* Texto que fluye alrededor de la imagen - display: contents hace que el contenedor "desaparezca" */
.clPost1.clPostContent {
  line-height: 1.6;
  color: var(--color-text, #111827)!important;
  text-align: justify;
  display: contents;
}

/*/////////////////// post //////////////*/

/*****************************************************************post2 styles ************************************************* */
.clPost2 {
  max-width: 49%;
  min-width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex:1 1 0;
  
}

.clPost2 .clPostTitle{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;

  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  
}

.clPost2 .clPostImage{
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  aspect-ratio: 1 / 0.666;
  border-radius: var(--radius-md);
  overflow: hidden;
  
  margin:5px 5px 10px 5px;
}


.clPost2 .clPostBody{
  width: 100%;
  display: flex;
  flex-direction: column;
  
  
}


.clPost2 .clPostContent{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: justify;
  
}

.post3{
  max-width: 49%;
  min-width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex:1 1 0;
  border: 10px solid rgb(223, 23, 206);
}


.clBigCardsBox{width: 100%;  display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; align-items:flex-start; }
  
  
.clBigCardsBox .clTeamCard{display:flex; flex:1; max-width: 32%; min-width: 26%; flex-direction: column; align-items: center; justify-content: center;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; margin: 10px;padding: 10px;  border-radius: 10px; border: 1px rgba(0, 0, 0, 0.3) solid;
   color: var(--color-text, #111827)!important;
}


 .clTeamHeader{width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap;}
.clTeamHeader img{width: 100px; height: 100px; object-fit: cover; border-radius: 50%; max-width: 100px; max-height: 100px;}

.clTeamHeader h3{font-size: 1.5rem; font-weight: bold;  margin-left: 10px;}







.clPostModel01 {
  max-width: 900px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;


   display: flex; flex-direction: column; align-items: center; justify-content: center;   min-width: 500px; flex:1;
   


}

.clPostModel01:hover {
  transform: translateY(-5px);
}

/* Encabezado */
.clPostModel01 .clPostHeader {
  margin-bottom: 30px;
  
}

.clPostModel01 .clPostTitle {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.clPostModel01 .clPostMeta {
  font-size: 0.9rem;
  color: #888;
}

/* Imagen */
.clPostModel01 .clPostImage {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
}

.clPostModel01 .clPostImage img {
  width: 500%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;

}

.clPostModel01 .clPostImage img:hover {
  transform: scale(1.05);
}

/* Contenido */
.clPostModel01 .clPostContent p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  text-align: justify;
  color: var(--color-text, #111827)!important;
}

/* Responsive */
@media (max-width: 768px) {
  .clPostModel01 {
      padding: 25px;
  }

  .clPostModel01 .clPostTitle {
      font-size: 1.6rem;
  }
}





/****************************************************end posts styles**********************************************************/







.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;
     z-index: 1000;
   }
   
   .whatsapp-button:hover {
     background-color: #128C7E;  
     
   }

  .cl2Karticle1{width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; 
    /* box-shdow solo abajod del post */
    margin: 15px 5px 15px 5px; padding: 10px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    
  
  }
  .cl2Karticle1 .clPostBody{}
  .cl2Karticle1 .clPostImage{max-width: 700px; float: left;  margin: 10px;}




   .cl2Karticle2{width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;       min-width: 500px ;
    margin: 15px 5px 15px 5px; padding: 10px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    
  
  }

  .cl2Karticle2 .clPostBody{}
  .cl2Karticle2 .clPostImage{max-width: 700px; float: right; margin: 10px;}


  .clBigCardsBox{width: 100%;  display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; align-items:flex-start; }
  
  
  .clBigCardsBox .clTeamCard{}


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

    
  }

  @media screen and (max-width: 1024px) {
    .cl2Karticle1 .clPostImage{max-width: 1000px; width: 100%; float:none;  margin: 10px; ;}
    .cl2Karticle2 .clPostImage{max-width: 1000px; width: 100%; float:none;  margin: 10px; ;}
  
  }



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




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