/* Speakers Style */
.clearfix::after, .featured-row::after {
  display: block;
  content: "";
  clear: both;
}

.large-featured .featured-row .tituloie {
    float: left;
}

.short-featured .featured-row .tituloie {
    display: inline-block;
}
    
.btnRed {
    text-align: center;
    font-size: 21px;
    text-transform: capitalize;
    color: var(--color-0089c4);
    background-color: rgb(255, 255, 255);
    border: 3px solid var(--color-0089c4);
    width: 400px;
    padding: 13px;
    line-height: 28px;
    border-radius: 400px;
    margin: 0px auto 15px;
    text-shadow: 1px 0px 1px rgb(153, 153, 153);
    cursor: pointer;
}

.titleSP{
	font-family: bebas; 
	font-size: 40px; 
	text-align: center;
	margin: 15px 0px;
}

/* Estilos para los diferentes templates de Speakers */

.template-1 .featured-row .tituloie{
	width: 300px !important;
}

.template-2 .featured-row{
	width: 690px !important;
}

.template-2 .featured-row .tituloie{
	width: 169px !important;
}

.template-2 .featured-row .tituloie > .thumb3{
	width: 169px !important;
}

.template-2 .featured-row .tituloie > .thumb3 img{
	width: 113px !important;
	height: 113px !important;
}

.hi-icon-effect-8 .template-1 .hi-icon:after {
    width: 260px;
    height: 260px;
    left: 0px;
    top: -5px;    
}

/**
 * Estilos para el home
 */

.label-www{
    text-align:center;
    font-family:'futuramc' !important;
    font-size:24px !important;
    font-weight:lighter !important;
    color:#a8a7a7;
    cursor: pointer;
    min-height: 41px;
}

.label-www > span {
    width: 100% !important;
    left: 0px;
    min-height: 41px;
    margin: 0px !important;
    display: block;
    line-height: 41px;
}

.label-www:hover{
    background-color: #A8A7A7 !important;
}

.label-www:hover > *{
    color:#fff !important;
}

.btnInline {
    text-align: center;
}

.btnInline a {
    display: inline-block;
}

img.LondonHorizontal {
    width: 196px;
}
article.page header.entry-header a img.low2 {
    visibility: hidden;
    display: none;
}

.register_section {
    display:  flex;
    align-content:  center;
    align-items: center;
    row-gap: 15px;
    /* margin-top: -79px; */
    justify-content:  space-evenly;
    flex-wrap: wrap;
    padding: 60px auto !important;
}

.register_section::after {
	content: '';
	height: 60px;
	display: block;
	width: 100%;
}

.register_section .logo_icon {
    display:  block;
    width: 322px;
    /* padding-top: 79px; */
}

.register_section .logo_icon img {
    max-width: 100%;
}

/* Estilos generales del grid speakers */

.container-grid .item-row {
    display: flex;
    margin: 8px auto;
    width: 909px;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.container-grid .item-row .item {
    flex: 1 0 33%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 303px;
}

.template-1 .item-row .item {
    max-width: 254px;
}

.btnRegisterPage {
    width: 200px !important;
    display: block;
    margin: 20px auto 0;
    padding: 13px 0px;
    height: auto;
}