/*
  drdv.css: Archivo personalizado que sobreescribe todos los css del template (en este caso T4)
  Para que funcione, es necesario copiar la siguiente linea de código al final del archivo templates/t4_blank/index.php
  Con esto se hace el llamado de últimas al archivo drdv.css que sobreescribe los otros archivos de estilo cargados previamente.

    // Custom css (drdv)
    JHtml::_('stylesheet', JUri::root() . 'templates/' . $this->template . '/css/drdv.css');

  Fuente: https://joomla.stackexchange.com/questions/3877/how-do-i-override-the-css-styles-in-my-template

  Directorios:
    Local:      http://bitjaguar.co/demo-01/revistalapiola/
    BitJaguar:  http://bitjaguar.co/demo-01/revistalapiola/
    Online:     http://revistalapiola.com/

  Última modificación: 2021-02-15
*/


/******************************************************************************* INI: Top Bar Blog*/
.t4-section.t4-top-bar{
  background-color: #ec8e00;
  color: #ffffff !important;
  padding-left: 50px;
}
@media only screen and (max-width: 767px){
	.t4-section.t4-top-bar{	  
	  padding-left: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.t4-section.t4-top-bar{	  
	  padding-left: 30px;
	}
}
@media only screen and (min-width: 991px){
	.t4-section.t4-top-bar{	  
	  padding-left: 50px;
	}
}
.t4-section.t4-top-bar .t4-section-inner.container nav ol{
  padding-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.t4-section.t4-top-bar .t4-section-inner.container nav ol li{
  color: #ffffff !important;
  cursor: pointer;
}
.t4-section.t4-top-bar .t4-section-inner.container nav ol li:nth-child(1) > span.fa-home:before {
  content: "";
}
.t4-section.t4-top-bar .t4-section-inner.container nav ol li:nth-child(2) > span[itemprop="name"],
.t4-section.t4-top-bar .t4-section-inner.container nav ol li:nth-child(2) > span > a > span[itemprop="name"]{
   font-weight: 500;
   letter-spacing: 4px;
   color: #ffffff !important;
   transition: 0.1s;
}
.t4-section.t4-top-bar .t4-section-inner.container nav ol li:nth-child(2) > span[itemprop="name"]:hover,
.t4-section.t4-top-bar .t4-section-inner.container nav ol li:nth-child(2) > span > a > span[itemprop="name"]:hover{
   letter-spacing: 5px;
   text-decoration: none;
}
.t4-section.t4-top-bar .t4-section-inner.container nav ol li:nth-child(2) > span.divider:before{
  content: "";
}
.t4-section.t4-top-bar .t4-section-inner.container nav ol li:nth-child(3) > span[itemprop="name"]{
  font-size: 0px;
}
.t4-section.t4-top-bar .t4-section-inner.container .mod-search.search form{
  display: flex;
  justify-content: center;
}
.t4-section.t4-top-bar .t4-section-inner.container .mod-search.search form .input-group{
  width: 300px;
  padding-top: 2px;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}
.t4-section.t4-top-bar .t4-section-inner.container .mod-search.search form .input-group input{
  background-color: #ec8e00;
  border: none;
  color: #ffffff;
}
.t4-section.t4-top-bar .t4-section-inner.container .mod-search.search form .input-group input::placeholder {
  color: #ffffff;
}
.t4-section.t4-top-bar .t4-section-inner.container .mod-search.search form .input-group-append input{
  width: 30px;
  height: 30px;
  padding: 0px;
  margin: 4px;
  background-color: #ec8e00 !important;
  border-color: #ec8e00 !important;
}
.t4-section.t4-top-bar .t4-section-inner.container .mod-search.search form .input-group button{
  width: 30px !important;
  height: 30px !important;
  padding: 0px !important;
  margin: 4px !important;
  background-color: #ec8e00 !important;
  border-color: #ec8e00 !important;
}
@media only screen and (max-width: 991px){
  .t4-section.t4-top-bar .t4-section-inner.container .t4-col.search{
    padding: 0px;
  }
  .t4-section.t4-top-bar .t4-section-inner.container .mod-search.search form .input-group{
    width: 180px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap; 
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
  .t4-section.t4-top-bar .t4-section-inner.container .mod-search.search form .input-group{
    width: 210px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1200px){
  .t4-section.t4-top-bar .t4-section-inner.container .mod-search.search form .input-group{
    width: 300px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
  }
  .t4-section.t4-top-bar .t4-section-inner.container .mod-search.search form .input-group .awesomplete{
    max-width: 220px;
  }
}
/******************************************************************************* FIN: Top Bar Blog*/



/******************************************************************************* INI: Blog */
.t4-section.t4-main-body{
  padding: 50px 8px 35px 40px;
}
@media only screen and (max-width: 768px){
  .t4-section.t4-main-body{
    padding: 20px 20px 35px 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px){
  .t4-section.t4-main-body{
    padding: 40px 20px 35px 20px;
  }
}
.t4-section.t4-main-body .t4-section-inner.container .com-content-category-blog.blog .com-content-category-blog__items-more.items-more h3{
  font-size: 24px;
}
.t4-section.t4-main-body .t4-section-inner.container .com-content-category-blog.blog .com-content-category-blog__navigation .pagination .page-item a{
  color: #adb5bd;
  border-radius: 20px;
  border: solid 2px #ffffff !important;
}
.t4-section.t4-main-body .t4-section-inner.container .com-content-category-blog.blog .com-content-category-blog__navigation .pagination .page-item.active.current a{
  background-color: #ec8e00;
  color: #ffffff;
}
.t4-section.t4-main-body .t4-section-inner.container .com-content-category-blog.blog .com-content-category-blog__navigation .pagination .page-item a:hover,
.t4-section.t4-main-body .t4-section-inner.container .com-content-category-blog.blog .com-content-category-blog__navigation .pagination .page-item a:active{
  background-color: #eee2d1;
}
@media only screen and (min-width: 1400px){
	.com-content-category-blog.blog{
		padding-left: 6%;
		padding-right: 2%;
	}
}
.t4-section.t4-main-body .t4-col .com-content-category-blog .item-image{
  overflow: hidden;
}
.t4-section.t4-main-body .t4-col .com-content-category-blog .item-image img{
  transition: 0.3s ease;
}
@media only screen and (max-width: 1199px){
  .t4-section.t4-main-body .t4-col .com-content-category-blog .item-image{
    margin: 0px;
    width: 100%;
  }
  .t4-section.t4-main-body .t4-col .com-content-category-blog .item-image img{
    width: 100%;
  }
  .t4-section.t4-main-body .t4-col .com-content-category-blog .item-content .article-aside{
    justify-content: left;
  }
  .t4-section.t4-main-body .t4-col .com-content-category-blog .items-row .item-content{  
	border-bottom: 1px dashed #ec8e00;
	padding-bottom: 25px;
	margin-bottom: 25px;		
  }
}
/**/
@media only screen and (min-width: 1200px) {
	.t4-section.t4-main-body .t4-col .com-content-category-blog .items-row{
		display: grid;
		grid-template-columns: 49% 49%;
		justify-content: space-between;
	}
	.t4-section.t4-main-body .t4-col .com-content-category-blog .items-row > div:nth-child(odd){
		padding-right: 4%;
		padding-left: 4%;
	}
	.t4-section.t4-main-body .t4-col .com-content-category-blog .items-row > div:nth-child(even){
		padding-left: 4%;
		padding-left: 4%;
	}
	.t4-section.t4-main-body .t4-col .com-content-category-blog .items-row .item{  
	  display: flex;
	  flex-direction: column;
	  justify-content: flex-start;
	  padding-bottom: 30px;	  
	}
	.t4-section.t4-main-body .t4-col .com-content-category-blog .items-row .item-image{  
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.t4-section.t4-main-body .t4-col .com-content-category-blog .items-row .item-image img{
		max-width: 100%;
		transition: 0.3s ease;
	  }
	.t4-section.t4-main-body .t4-col .com-content-category-blog .items-row .item-content{  
		border-bottom: 1px dashed #ec8e00;
		padding-bottom: 25px;
		margin-bottom: 25px;		
	}
	.t4-section.t4-main-body .t4-col .com-content-category-blog .items-row .item-content .page-header{  
		margin-bottom: 0px;
	}
	.t4-section.t4-main-body .t4-col .com-content-category-blog .items-row .item-content h2{  
		font-size: 28px;
		line-height: 30px;
	}
	.t4-section.t4-main-body .t4-col .com-content-category-blog .items-row .item-content .article-aside{
		justify-content: left;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.t4-section.t4-main-body .t4-col .com-content-category-blog .items-row .item-content .article-aside .published{
		display: flex;
		padding-bottom: 0px;
	}
}
/**/
.t4-section.t4-main-body .t4-col .com-content-category-blog .item-image img:hover{
  transform: scale(1.06);
}
.t4-section.t4-main-body .t4-col .com-content-category-blog .item-content .article-info .category-name{
  position: absolute;
  top: 16px;
  left: 10px;
  border-top: 25px solid #ffffff;
  border-left: 0px solid transparent;
  border-right: 15px solid transparent;
  height: 0;
  width: 130px;
  font-size: 0px;
}
.t4-section.t4-main-body .t4-col .com-content-category-blog .item-content .article-info .category-name a{
  position: absolute;
  top: -25px;
  left: 15px;
  font-weight: 500 !important;
  color: #ec8e00 !important;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: normal;
  text-transform: uppercase;
  transition: 0.1s;
}
.t4-section.t4-main-body .t4-col .com-content-category-blog .item-content .article-info .category-name a:hover{
  letter-spacing: 1px;
  text-decoration: none;
}
.t4-section.t4-main-body .t4-col .com-content-category-blog .item-content .article-info dd:after {
  content: "";
}
.t4-section.t4-main-body .t4-col .com-content-category-blog .item-content .article-info .fa-calendar:before {
  content: "";
}
.t4-section.t4-main-body .t4-col .com-content-category-blog .item-content .article-info .createdby{
  font-size: 0px;
}
.t4-section.t4-main-body .t4-col .com-content-category-blog .items-row {
  padding-bottom: 40px;
}
@media only screen and (min-width: 769px) and (max-width: 1400px){
	.t4-section.t4-main-body .t4-col .com-content-category-blog .items-row {
	  padding-right: 10px;
	}	
}
.t4-section.t4-main-body .t4-col .com-content-category-blog .item-content .page-header h2 a{
  font-size: 24px;
  font-weight: 500 !important;
  color: #ec8e00;
}
@media screen and (min-width: 1400px){
	.t4-section.t4-main-body .t4-col .com-content-category-blog .item-content .page-header h2 a{
	  font-size: 28px;
	}
}
.t4-section.t4-main-body .t4-col .com-content-category-blog .item-content .page-header h2 a:hover{
  color: #bb7407;
  text-decoration: none;
}
.t4-section.t4-main-body .t4-col .com-content-category-blog .item-content p{
  font-size: 0.9em;
}
.t4-section.t4-main-body .t4-col .com-content-category-blog .blog-items .item figcaption{
  display: none;
}
.t4-section.t4-main-body .t4-col .com-content-category-blog .item-content .item-intro{
	margin-bottom: 0px;
}
.t4-section.t4-main-body .t4-col .com-content-category-blog .item-content .readmore{	
	margin-top: 0px;
	margin-bottom: 1.5rem;
}
.t4-section.t4-main-body .t4-col .com-content-category-blog .item-content .readmore a{	
	background-color: #ffffff;
	font-weight: 400 !important;
	color: #7f7f7f;
	padding: 0px;
}
/******************************************************************************* FIN: Blog */



/******************************************************************************* INI: Masthead Publicidad */
@media only screen and (max-width: 768px){
	/*
	#t4-banner-ads .t4-section-inner.container{
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  padding-left: 0px;
	  padding-right: 0px;
	}
	*/
	#t4-banner-ads .t4-section-inner.container{
	  display: grid;
	  grid-template-columns: auto auto;
	  padding: 20px 25px 0px 25px;
	}
	#t4-banner-ads .t4-section-inner.container .mod-banners.bannergroup .mod-banners__item.banneritem{
	  padding-bottom: 0px;
	}
	.banneritem:hover{
	  padding-left: 0px;
	  transform: scale(0.95);
	}
}
@media only screen and (min-width: 769px){
	#t4-banner-ads .t4-section-inner.container {
	  display: none;
	}
}
/******************************************************************************* FIN: Masthead Publicidad */



/******************************************************************************* INI: Sidebar-R Publicidad */
@media only screen and (max-width: 768px){
	#Mod109,
	#Mod110,
	#Mod111,
	#Mod112{
		display: none;
	}		
}
@media only screen and (min-width: 769px) and (max-width: 991px){
  .t4-section.t4-main-body .t4-col.sidebar-r{
    padding-left: 0px;
    padding-right: 2%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
  .t4-section.t4-main-body .t4-col.sidebar-r{
    padding-left: 0px;
    padding-right: 4%;
  }
}
@media only screen and (min-width: 1200px){
  .t4-section.t4-main-body .t4-col.sidebar-r{
    padding-left: 0px;
    padding-right: 4%;
  }
}
.t4-section.t4-main-body .t4-col.sidebar-r .t4-module.module:first-child{
  padding-top: 15px;
}
.t4-section.t4-main-body .t4-col.sidebar-r .t4-module.module {
  margin-top: 0px;
}
.blog-banner-issuu{
  text-align: center;
  margin-bottom: 50px;
  cursor: pointer;
  transition: 0.3s;
}
.blog-banner-issuu:hover{
  padding-left: 10px;
}
.blog-ads-google-1{
  margin-bottom: 50px;
  text-align: center;
}
.blog-ads-google-1 img{
  max-width: 300px;
  width: 100%;
}
.blog-ads-google-2{
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-bottom: 50px;
  text-align: center;
}
.blog-ads-google-3{
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-bottom: 50px;
  text-align: center;
}
/******************************************************************************* FIN: Sidebar-R Publicidad */



/******************************************************************************* INI: Artículos relacionados */

.t4-section.t4-main-body .article-body .relart-b .card{  
  border: none;
}
.t4-section.t4-main-body .article-body .relart-b .card .card-body .card.relarticle{
  margin-bottom: 40px;
}
.t4-section.t4-main-body .article-body .relart-b .card .card-body .card.relarticle .row{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 40px;
  flex-wrap: nowrap;
}
.t4-section.t4-main-body .article-body .relart-b .card .card-body .card.relarticle .relthumb{  
  max-width: 300px;
  overflow: hidden;
  flex: none;
}
.t4-section.t4-main-body .article-body .relart-b .card .card-body .card.relarticle .relbody{
  flex: none;
  width: 60%;
  padding-left: 15px;
}
@media only screen and (max-width: 991px){
	.t4-section.t4-main-body .article-body .relart-b .card .card-body .card.relarticle .row{
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;	  
	  margin-bottom: 40px;
	  flex-wrap: nowrap;
	}
	.t4-section.t4-main-body .article-body .relart-b .card .card-body .card.relarticle .relthumb{  
	  width: 95%;
	  max-width: 700px;
	  overflow: hidden;
	  flex: none;
	}
	.t4-section.t4-main-body .article-body .relart-b .card .card-body .card.relarticle .relbody{
	  flex: none;
	  width: 100%;
	  max-width: 950%;
	  padding-left: 15px;
	}
}
.t4-section.t4-main-body .article-body .relart-b .card .card-body .card.relarticle .relthumb img{
  max-width: 100%;
  width: 100%;
  height: auto !important;
  transform: scale(1.1);
  transition: 0.3s ease;
}
.t4-section.t4-main-body .article-body .relart-b .card .card-body .card.relarticle .relthumb img:hover{
  transform: scale(1.16);
}
.t4-section.t4-main-body .article-body .relart-b .card .card-header.relcaption{
  background-color: #ffffff;
  font-size: 25px;
  font-weight: 500 !important;
  color: #ec8e00;
  padding-top: 30px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #ec8e00;
}
.t4-section.t4-main-body .article-body .relart-b .card .card-body{
  padding: 0px;
}
.t4-section.t4-main-body .article-body .relart-b .card .card-body .card-title a{
  font-size: 22px;
  font-weight: 500 !important;
  color: #ec8e00;	
}
.t4-section.t4-main-body .article-body .relart-b .card .card-body .relpowered{
  display: none;
}
.t4-section.t4-main-body .article-body .relart-b .card .card-body .card-text.item-meta,
.t4-section.t4-main-body .article-body .relart-b .card .card-body .card-text.item-meta a{
  color: #a7a7a7;
}
#piola_comparte{
  display: flex;
  flex-direction: row;
  justify-content: center;
  vertical-align: middle;
  margin-top: 30px;
}
@media only screen and (max-width: 768px){
  #piola_comparte{
	  margin-top: 10px;
  }
}
#piola_comparte > div{
  font-size: 16px;
  padding: 5px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;  
}
#piola_comparte_fb,
#piola_comparte_tw,
#piola_comparte_wp{
  font-size: 25px !important;
  transition: 0.3s ease;
}
#piola_comparte_fb:hover,
#piola_comparte_tw:hover,
#piola_comparte_wp:hover{
  transform: scale(1.2);
  transition: 0.2s ease;
}
/******************************************************************************* FIN: Artículos relacionados */



/******************************************************************************* INI: Footnav-2 Publicidad */
.t4-section.t4-pie-de-pag .t4-section-inner.container .t4-row.row{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.t4-section.t4-pie-de-pag .t4-section-inner.container .t4-row.row p{
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .t4-section.t4-pie-de-pag .t4-col.footnav-2{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.t4-section.t4-pie-de-pag .t4-col.footnav-2 .t4-module.module:first-child{
  padding-top: 15px;
}
.t4-section.t4-pie-de-pag .t4-col.footnav-2 .t4-module.module {
  margin-top: 0px;
}
.blog-ads-google-3{
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-bottom: 50px;
  text-align: center;
}
/******************************************************************************* FIN: Footnav-2 Publicidad */




/******************************************************************************* INI: Página buscar */
.t4-section.t4-main-body .t4-section-inner.container #searchForm{
  background-color: #e2e2e2;
  padding: 20px;
  margin-bottom: 50px;
  font-size: 12px;
}
.t4-section.t4-main-body .t4-section-inner.container #searchForm legend,
.t4-section.t4-main-body .t4-section-inner.container #searchForm .inputbox{
  font-size: 12px;
}
.t4-section.t4-main-body .t4-section-inner.container #searchForm .form-group:first-child input{
  max-width: 500px;
}
.t4-section.t4-main-body .t4-section-inner.container .search .search-results .result-title{
  margin-top: 40px;
}
/******************************************************************************* FIN: Página buscar */
