/*
Theme Name: generatepress Hijo
Version: 4.0
Description: Tema hijo de generatepress 
Template: generatepress 
*/
 
/*----------------- Cambios a partir de aquí -------------------------------*/

 /* Empieza boton Leer*/
 


 .Boton-Leer {
  display: inline-block;
  padding:25px 5px 25px 5px;
  border-radius:50%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
 background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
  box-shadow:2px 4px 6px rgba(0, 0, 0, 0.25);
  transition: background 0.8s ease, transform 0.8s ease;
   
 }
 
 .Celimg{display:block;
margin:auto;}

.Boton-Leer:hover{
   transform: translate(20px, 25px) scale(1.3);
     box-shadow:2px 4px 6px rgba(0, 0, 0, 0.55);
 background-image: linear-gradient(to top, #00c6fb 0%, #005bea 50%);
}

/* Agregar animación de entrada suave */
@keyframes Subidon {
  from {
    opacity: 0;
    
  }
  to {
    opacity: 1;
    
  }
}

.Boton-Leer{
  animation: Subidon 0.5s ease-out;
}


@media (min-width: 1200px) {
  .Boton-Leer {
    transform: translate(33%, 33%);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .Boton-Leer {
    transform: translate(35%, 35%);
  }
}

/* Móviles: entre 320 y 480 píxeles */
@media (max-width: 767px) {
  .Boton-Leer {
    transform: translate(5%, 5%);
  }
}
 /* Termina boton Leer*/

.Fond{
    
  max-height:320px;
border-radius:15px;
background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 70%);
overflow: hidden;
margin:0 10px;
  border: 1px solid #87CEFA ; 
     box-shadow: 0 1px 1px 1px rgba(0, 198, 251, 0.2);
}
      .Fondito h2{
          white-space: nowrap; /* Evita saltos de línea */
  overflow: hidden; /* Oculta cualquier contenido que desborde */
  text-overflow: ellipsis; /* Muestra puntos suspensivos (...) si el texto se desborda */
}
  
.Fondito{ background-image: linear-gradient(to right top, #303030, #333333, #363636, #3a3a3a, #3d3d3d, #3d3d3d, #3d3d3d, #3d3d3d, #3a3a3a, #363636, #333333, #303030);
    opacity:.8;
    border-radius:10px;


}




.DiviP {
    margin:0 0 18px 0;
  height: 3px; /* Ajusta el grosor de la línea según tus preferencias */
      background: linear-gradient(to right top, #87CEFA, #4682B4);

}


.TabC{
   border-radius: 15px;
  background: linear-gradient(to right, #ececec, #dcdcdc, #c0c0c0);
 font-weight: bold;
 color: #303030;
 padding:0 0 10px 0;
   box-shadow: -3px 3px 10px  rgba(48,48,48, 0.2); 
}

.TabC a {
  color: #333333; /* Cambia #ff0000 al color que desees para los enlaces */
  text-decoration:underline;
}

.TabC a:hover
{
  
  color: #1e73be; /* Cambio de color de texto a azul oscuro en hover */  
   text-decoration: none;
}

.TabC h2 {
  background: linear-gradient(to right, #ffffff, #cccccc); /* Gradiente blanco y gris */
    text-align: center;
padding:10px 0;
border-radius:15px 15px 0 0;
margin: 0 0 18px 0;
}


@media (min-width: 1200px) {
  .TabC {
    width: 37%;
    margin: 70px 15px;
    
  }
  ul li {
   padding:2px 6px 2px 0;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
  .TabC {
    width: 75%;
    margin: 70px 7px;
  }
    ul li {
   padding:2.5px ;
}
}

/* Móviles: entre 320 y 480 píxeles */
@media (min-width: 320px) and (max-width: 480px) {
  .TabC {
    width: 95%;
    margin: 70px 0; /* Puedes ajustar el margen lateral según tus preferencias */
  }
    ul li {
   padding:3px;
}
}


  
  @media (min-width: 1200px) {
  .Piez {
 margin: 35px auto 60px auto;
    font-size: 18px;

  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .Piez {
   margin: 35px auto 60px auto;

    font-size: 16px;
  }
}

/* Móviles: entre 320 y 480 píxeles */
@media (min-width: 320px) and (max-width: 480px) {
  .Piez {
    margin: 35px auto 60px auto;
    font-size: 14px;
  }
}

.Pica {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}  



@media (min-width: 1200px) {
  .Pica {
    width: 65%;
    height: 65%;
    margin: 25px 15px 0 15px;

  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .Pica {
    width: 85%;
    height: 85%;
    margin: 50px 7px 0 7px;
  }
}

/* Móviles: entre 320 y 480 píxeles */
@media (max-width: 767px) {
  .Pica {
    width: 99%;
    height: 99%;
    margin: 50px 0 0 0;
  }
}


.Pica:hover {
  box-shadow: 0px 12px 24px rgba(128, 128, 128, 0.4), 0px 12px 24px rgba(128, 128, 128, 0.2); 
  transform: translateZ(80px); }

.Pica:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(200, 200, 200, 0.7);
  z-index: -1;
  color:#3498db;
}


@media (min-with: 768px) {
    .Frecuentes{ margin:15px; 
    }
}

.Frecuentes{ 
  box-shadow: 0px 12px 24px rgba(128, 128, 128, 0.4), 0px 12px 24px rgba(128, 128, 128, 0.1);
  transform: translateZ(80px); 
   background: linear-gradient(to right, #ebebeb, #e4e4e4);
  border-radius:10px;
}

.Frecuentes h2{
    color:white;
    padding:20px;
      text-decoration: underline;
        background-color:#303030;  
        border-radius: 10px 10px 0 0;
}  

.Frecuentes p{ padding: 0 20px;}


.Titulito{
     display: inline-block;
    Color:white;
    background-color:#114E83;
    margin: 40px 0;
    border-radius:8px;
    padding:10px 20px;
text-align: center;

 
}

.InicioA{
  color: white; 
  background-color:#303030;  
  margin:40px 0;
  border-radius:8px;
  padding:15px 0;
  text-align: center;
    }
  
  .Divisora {
  width: 85%;
  height: 3px; /* Ajusta el grosor de la línea según tus preferencias */
    background: linear-gradient(to right, rgba(204, 204, 204, 0.3), rgba(136, 136, 136, 0.5), rgba(204, 204, 204, 0.3));
  margin: 80px auto;
}

/* Empieza boton normal*/

.button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to right, #1FA2FF 0%, #26aefb  51%, #1FA2FF 100%);
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: background 0.8s ease, transform 0.8s ease;

 
}

.button:hover {
    transform: translateY(10px);
background-image: linear-gradient(to right, #8c97a1 0%, #bdc3c7  51%, #8c97a1  100%);
        
 }
 
 
/* Agregar animación de entrada suave */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.button{
  animation: fadeIn 0.5s ease-out;
}

/* Termina boton normal*/
.RedesB{align-items: flex-start}

@media (min-width: 768)  {
  .RedesB {
   transform: translateY(35%);
  }
}


/* Móviles: entre 320 y 480 píxeles */
@media (max-width: 768px) {
  .RedesB {
  transform: translateY(35%);
  }
}




