.color{
	color:#FCA01E !important;}

p{
	font-size:18px;}
	
p strong{
	color:#611232;
	font-weight:500;
	}
	
a{
	text-decoration:none;}

.noticias{
	margin-top:4%;}
.noticias h1{
	text-align:center;
	color:#611232;
	font-size:60px;
	margin-bottom:4%;}
.img_noticias{
	float:left; margin-right:10px; width:285px; height:245px; background-size:cover; background-position:center;
	}
.text_noticias{
	padding-right:30px;}
.text_noticias .span{
	font-style:italic; font-size:17px; padding-top:15px; color:#5D5D5D;}
.text_noticias h3{
	font-size:18px; margin-top:5px; margin-bottom:5px; color:#611232;}
.text_noticias p{
	color:#5D5D5D; font-size:15px;}
.text_noticias a{
	padding:6px 20px; float:right; font-size:18px; font-weight:800; background-color:#611232; color:#FFF;}


@media only screen and (min-width: 1681px) and (max-width: 2220px) {

/*NOTICIAS*/
.noticias{
	margin-top:12%;}


	}
	
@media only screen and (min-width: 1400px) and (max-width: 1680px) {
	
/*NOTICIAS*/
.noticias{
	margin-top:12%;}

	}

@media only screen and (min-width: 780px) and (max-width: 1024px) {	
	.
.noticias{
	padding-top:20px;
	padding-bottom:90px;}
.noticias h1{
	text-align:center;
	color:#611232;
	font-size:40px;
	margin-bottom:4%;}
.img_noticias{
	float:left; margin-right:10px; width:285px; height:245px; background-size:cover; background-position:center;
	}
.text_noticias{
	padding-right:30px;}
.text_noticias .span{
	font-style:italic; font-size:17px; padding-top:15px; color:#5D5D5D;}
.text_noticias h3{
	font-size:22px; margin-top:5px; margin-bottom:5px; color:#611232;}
.text_noticias p{
	color:#5D5D5D; font-size:15px;}
.text_noticias a{
	padding:6px 20px; float:right; font-size:18px; font-weight:800; background-color:#611232; color:#FFF;}

	
}

@media only screen and (max-width: 780px) {
	
.noticias{
	padding-top:20px;
	padding-bottom:90px;}
.noticias h1{
	text-align:center;
	color:#611232;
	font-size:40px;
	margin-bottom:4%;}
.img_noticias{
	float:left; margin-right:10px; width:100%; height:245px; background-size:cover; background-position:center; margin-bottom:10px;
	}
.text_noticias{
	padding-right:30px;}
.text_noticias .span{
	font-style:italic; font-size:17px; padding-top:15px; color:#5D5D5D;}
.text_noticias h3{
	font-size:22px; margin-top:5px; margin-bottom:5px; color:#611232;}
.text_noticias p{
	color:#5D5D5D; font-size:15px;}
.text_noticias a{
	padding:6px 20px; float:right; font-size:18px; font-weight:800; background-color:#611232; color:#FFF;}


	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
.noticias{
	padding-top:20px;
	padding-bottom:90px;}
.noticias h1{
	text-align:center;
	color:#611232;
	font-size:40px;
	margin-bottom:4%;}
.img_noticias{
	float:left; margin-right:10px; width:100%; height:245px; background-size:cover; background-position:center; margin-bottom:10px;
	}
.text_noticias{
	padding-right:30px;}
.text_noticias .span{
	font-style:italic; font-size:17px; padding-top:15px; color:#5D5D5D;}
.text_noticias h3{
	font-size:22px; margin-top:5px; margin-bottom:5px; color:#611232;}
.text_noticias p{
	color:#5D5D5D; font-size:15px;}
.text_noticias a{
	padding:6px 20px; float:right; font-size:18px; font-weight:800; background-color:#611232; color:#FFF;}

	
}

/* Boton Suscribir */
.btn-flotante {
	font-size: 16px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #E91E63; /* Color de fondo */
	
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-flotante:hover {
	background-color: #2c2fa5; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
 	.btn-flotante {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}

.doctors .member .member-img {
  position: relative;
  overflow: hidden;
}

.doctors .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctors .member .social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.doctors .member .social a i {
  line-height: 0;
}

.doctors .member .social a:hover {
  color: #3fbbc0;
}

.doctors .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.doctors .member .member-info {
  padding: 25px 15px;
}

.doctors .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}

.doctors .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.doctors .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.doctors .member:hover .social {
  opacity: 1;
}

/*Ocultar Divs Direcciones*/
.administracion,.bienestar,.comunicacion,.consejeria,.contraloria,.cultura,.defensoria,.desarrollo,.dmujeres,.educacion,.fomento,.gobierno,.ambiente,.movilidad,.obras,.relaciones,.secretaria,.seguridad,.serviciosp,.tesoreria{display:none;}