.article-image-container {
  text-align: center;
  padding: 20px 0;
}

.article-image {
  position: relative; /* Establece la posición relativa para permitir el posicionamiento de los pseudo-elementos */
}

.article-image img {
  width: 100%;
  margin: 0 auto; /* Centra la imagen horizontalmente */
  display: block; /* Asegura que la imagen no tenga espacios en blanco por defecto */
}

/* Pseudo-elementos para crear el efecto de brillo en las esquinas */
.article-image::before,
.article-image::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  transition: opacity 0.3s ease;
  pointer-events: none; /* Evita que los pseudo-elementos bloqueen eventos de ratón */
  top: 0;
  left: 0;
}

/* Efecto de brillo al pasar el ratón */
.article-image:hover::before,
.article-image:hover::after {
  opacity: 0;
}

.article-title {
  text-align: center;
  margin-top: 2px;
}

.article-title h1 {
  font-size: 30px; /* Tamaño de fuente deseado */
}


  
  
  /* Establece el color de fondo deseado para los botones del menú desplegable */
  .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
    background-color: #92aeb5; /* Cambia 'red' por el color deseado */
  }



/*Texto superior página inicial - Negrilla grande - Identificador
*/
#titulo1 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 6vw;
}


.first-letter {
  font-size: 2em; /* Tamaño de la primera letra */
  font-weight: bold; /* Negrita */
}


.highlight-box {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  border: 2px solid #fff; /* Borde blanco de 2px */
  border-radius: 10px; /* Bordes redondeados */
}

.highlight-content {
  position: relative;
}

.highlight-number {
  font-size: 36px;
  margin-bottom: 10px;
}

.highlight-text {
  font-size: 14px;
}

.highlight-box:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}




.promotion-box {
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 100px; /* Agrega un margen inferior */
}

.promotion-box a {
  color: #fff;
  text-decoration: none;
}

.promotion-box a:hover {
  text-decoration: underline;
}








/*Intertítulos
*/
.titulo2 {
  font-family: 'Oxygen', sans-serif;
  text-decoration: underline;
  font-weight: 800;

}


/*Separador con fondo de color */

.separadortitulo{
  background-color: #f8f9fa;
  padding: 50px;
  font-family: 'Noto Sans', sans-serif;

}



body {
	background:white;
	font-family: "Nunito", sans-serif;
}

h1{
  font-size: 85px;
}

h2{
  color: #66CCE3;
  font-weight: bold;
}

span {
  color background: #66CCE3;
}

#footer{
  background-color: #e2e5e7;
  padding-top: 40px;
  padding-bottom: 20px;
}



/*CSS - Servicios - Inicio */

#servicios_head{
  padding-top: 200px;
  color background: #66CCE3;
  font-family: "Nunito", sans-serif;
  padding-bottom: 110px;
  
}


#servicios_bottom{
  padding-bottom: 100px;
  
}
/*
CSS - Servicios - Inicio */




#mainNavbar {

font-size:1.0rem;
font-weight: 100;

}

#mainNavbar .nav-link {
color:gray;

}

#mainNavbar .nav-link:hover {
color:#17a2b8;

}

#mainNavbar .navbar-brand {
color:#00bcd9;

}

#header {
	background: white;
}

/*#serviciostitulo {

  border-style: solid;
  border-width: 1px;
  border-color: white;

}*/




/*
Estilos de la página de servicios */


#Stitulo {

 padding-top: 5%;
  
}


/*
Estilos de:Espacio entre rows */
.spacer5 {
  height: 100px;
}


/*
Estilos de:Centrar íconos */

.icon{
    text-align: center;
}


.destacado
{
    text-align: center;
    font-size: 20px;
    color: gray ;
  	font-weight: normal;
  	font-style: italic
  	
}



/*Colores de los links*/

/* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: #000000;
}

/* mouse over link */
a:hover {
  color: #4cbcd7;
}

/* selected link */
a:active {
  color: #123f54;
}

/*FIN - Colores de los links*/


/*
Estilos del boton de privacidad */


/*
FIN Estilos del boton de privacidad */
/*
INICIO Texto responsivo*/
.text-responsive {
  font-size: calc(100% + 1vw + 1vh);
}
/*FIN Texto responsivo*/*/
/*


.btn-whatsapp strong {
    color: white;
    font-weight: bold;
}


