.customRow{
	padding: 0 50px;
}
.especialidad {
  background: ghostwhite;
  padding: 0 10px;
  font-size: 18px;
  text-align: center;
  font-family: 'Predige-Light';
  color: #000;
  
}
.bannerPrincipal{
	margin:30px auto; 
	display:block;
}
.bannerPrincipalDesktop{
	display:block;
}
.bannerPrincipalMovil{
	display:none;
}
h3.podtitulop {
  width: 80%;
  margin: 0 auto;
    margin-bottom: 0px;
  line-height: 30px;
  padding-top: 25px;
  padding-bottom: 10px;
  min-height: auto;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.page-template-page-home-2024 .sitio {
  margin: 5px 0 10px 0px;
  padding: 0px 20px 0 20px;
  display: inline-block;
}
.redes {
  text-align: left;
  padding: 0 10px 5px 15px;
  color: #000;
  font-weight: 100;
  width: 100%;
}
.pod-content{
	height: 470px;
	text-align: center;
	overflow: hidden;
}
.main-title{
	background-color: #000;
	color: #fff;
	margin: 10px auto;
	width: 80%;
}
.main-title h1.text-uppercase,
.main-title h2.text-uppercase{
	text-transform: uppercase;
}
.live-show-controls{
	margin: 10px 0;
}

#especialistas .hovereffect-new {
    height: 250px;
}
.hovereffect-new img {
    min-height: 200px;
    max-height: 450px;
}
.img-esp {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
h3.ctitulo {
	overflow: hidden;
	text-overflow: ellipsis;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	/* Styles */
	.page-template-page-home-2024 .la-che-foto .especialidad{
		position: absolute;
		top: 280px;
		left: 0;
		right: 0;
		width: 100%;
	}
	.podimg{
		height: 300px;
		min-height: 300px;
		max-height: 300px;
	}
	.hovereffect-new img {
	  	min-height: auto;
	}
}
.podimg {
    min-height: 265px !important;
}
@media only screen 
and (min-device-width : 640px )
and (max-device-width : 768px ) {
	.medium-4 {
    width: 50%;
	}
}
@media screen and (max-width : 768px ) {
	.bannerPrincipal {
    margin: 100px auto 30px;
	}
	.bannerPrincipalDesktop{
		display:none;
	}
	.bannerPrincipalMovil{
		display:block;
		max-width:300px;
		width:100%;
	}
		.bannerPrincipalMovil{
			margin: 10px auto 30px;
	}
}
/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	/* Styles */
	.page-template-page-home-2024 .la-che-foto .especialidad{
		position: absolute;
		top: 178px;
		left: 25%;
		right: 25%;
		width: 55%;
	}
	.podimg{
		height: 200px;
		min-height: 200px;
		max-height: 200px;
	}
	.hovereffect-new img {
	  	min-height: auto;
	}
}