@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,500,700');
@font-face {
    font-family: 'AllerBold';
    src: url('../fonts/Aller-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Aller-Bold.woff') format('woff'), url('../fonts/Aller-Bold.ttf') format('truetype'), url('../fonts/Aller-Bold.svg#Aller-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'YanoneKaffeesatzBold';
    src: url('../fonts/YanoneKaffeesatz-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/YanoneKaffeesatz-Bold.woff') format('woff'), url('../fonts/YanoneKaffeesatz-Bold.ttf') format('truetype'), url('../fonts/YanoneKaffeesatz-Bold.svg#YanoneKaffeesatz-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
}

b,
strong {
    font-weight: 700;color: inherit;font-family:inherit;
}

small,span {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}
input[type*="text"],input[type*="email"],
input[type*="password"],input[type*="number"],
input[type*="button"],textarea,select{box-shadow:none;height:34px;padding:5px 15px;line-height:1em;border:solid 1px #333!important;}
textarea{height:auto;}

.col-centered{float: none;margin: 0 auto;}

.ttl_, .ttl_attendants_ {
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 3em;
    line-height: 0.9em;
    padding: 0 15px;
    margin-bottom: 40px;
    letter-spacing: 4px;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    text-align: center;
}

.ttl_2 {
    font-size: 3em;
}

.ttl_ span, .ttl_attendants_ span {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
}
.ttl_2 {
font-size: 3em;
}

/* attendants css*/

.leisure header {
margin-bottom: 60px;
}

h1.green2.ttl_ {
color: #4f3786;
text-shadow: -6px -5px 0 rgba(0, 0, 0, 0.2);
line-height: 63px;
padding: 30px 0px 0px;
}

.leisure .game-info {
text-align: center;
font-size: 20px;
color: rgb(247, 0, 76);
font-weight: bold;
}

.clearfix.leisure-fields {
text-align: left;
padding: 15px 200px;
}
.leisure-fields label {
margin-bottom: 15px;
}

.leisure ul {
list-style-type: none;
text-align: center;
}

.leisure ul li {
display: inline-block;
margin-right: 20px;
}

.leisure label {
cursor: pointer;
}

.leisure .btn-success {
font-weight: bold;
}
.leisure-fields label {
margin-bottom: 15px;
}

.leisure hr {
margin-top: 50px;
border-top: 1px solid #B2ADAD;
}
.invalid-form {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.leisure h4 {
color: rgb(247, 0, 76);
font-weight: bold;
font-size: 22px;
margin-bottom: 0px;
}

.leisure p {
line-height: 17px;
}

.leisure b {
opacity: 0.9;
}

input#id_companion_fullname {
width: 300px;
margin: 15px auto;
}

.btn,button{border:solid 1px;border-radius:0;box-shadow:none;padding:10px 15px;text-align:center;text-shadow:none;}
.btn:hover,button:hover{background:#666;}
.btn.btn-default,.btn.btn-info{background:#1f9638;color:#FFF;border-color:#1f9638;}
.dateConference {
    position: absolute;
    top: 0;
    left: 390px;
    padding-left: 100px;
    background: url(../img/imgDate.svg) no-repeat top left;
    background-size: auto 100%;
}

.dateConference h4 {
    color: #F51F69;
    font-family: 'YanoneKaffeesatzBold';
    font-size: 2.6em;
    line-height: 0.95em;
    margin-top: -5px;
    /* opacity: .4; */
    margin-bottom: 0;
}

.dateConference h4 span {
    display: block;
    font-family: inherit;
    color: inherit;
}
.dateConference h4 small{color:inherit;}
.dateConference h4 b {
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    font-size: 1.3em;
}

header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    z-index: 90;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #fff;
}

.home header{position:absolute;    background-color: transparent;}

header .left,
header .right {
    order: 0;
    flex: 0 1 auto;
    align-self: center;
}

header nav {
    display: block;
}

header nav ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
}

header nav ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

header nav ul li a {
    display: block;
    padding: 5px 20px;
    font-size: 0.8rem;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

header nav ul li a:hover {
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
}

header nav ul li a.login_ {padding:5px;}

header nav ul li a:before {
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    background: #000;
    border-radius: 50px;
}

header nav ul li:nth-child(1) a:before {
    background: #016d9c;
}

header nav ul li:nth-child(2) a:before {
    background: #016d9c;
}

header nav ul li:nth-child(3) a:before {
    background: #016d9c;
}

header nav ul li:nth-child(4) a:before {
    background: #016d9c;
}

header nav ul li:nth-child(5) a:before {
    background: #016d9c; 
}

header nav ul li:nth-child(6) a:before {
    background: #016d9c;
}

header nav ul li:nth-child(7) a:before {
    background: #4f3786;
}

/* header nav ul li:last-child a:before {
    display: none;
}
*/
footer {
    background: #FAC638;
    padding:30px 0;z-index: 1;
    position: relative;
}

footer address{margin-bottom: 0;}
footer .logo_footer{
    margin-bottom: 20px;
    margin-top: 10px;
}
footer address p {margin-bottom:0;font-weight:300;font-size: 14px!important;color: #4f3786;}
footer > .container {width:100%;max-width:1170px;}

.botonera{}
.botonera ul{display: table;margin:100px auto 50px;float: none;padding: 0;}
.botonera ul li{display:inline-block;margin: 0 15px;padding: 0;list-style: none;}
.botonera ul li a{display: block;/* height: 50px; */font-family: 'Ubuntu';font-weight: 700;border: solid 1px #000;font-size: 16px;text-transform: uppercase;padding: 12px 20px;}

.cont_newsletter {
    display: table;
    width: 100%;
}

.cont_newsletter .newsletter {
    background: url(../img/news_back.svg) no-repeat 103% bottom, #1f9638;
    height: 180px;
    width: 180px;
    float: left;
    position: relative;
    padding: 15px;
    background-size: 150px auto;
}

.cont_newsletter .newsletter p {
    color: #FFF;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 19px;
}
.cont_newsletter .newsletter p b {
  display: block;
  font-weight:700;
  color: #FFF;
    letter-spacing: 2px;
}

.formulario_news {
    /* width: calc(100% - 180px); */
    width:0;
    float: left;
    background:#FFF;
    overflow: hidden;

    height: 180px;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
.formulario_news .formulario{margin:0 -5px;}

.formulario_news .cont_padd{
    padding:15px;
    opacity: 0;
    display: none;
    overflow: hidden;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
.formulario_news h3{margin-top:0;font-size:30px;color:#1f9638;font-weight: 700;}
.formulario_news h4{margin-top:0;font-size: 18px;}

.formulario_news .form-group{float:left;padding:0 5px;}
.formulario_news .form-group *{display:block;width:100%}
.formulario_news .id_title{width:90px!important;margin-bottom:10px}
.formulario_news .id_first_name,
.formulario_news .id_last_name{width:calc(50% - 45px);margin-bottom:10px}
.formulario_news .id_legal_name,
.formulario_news .id_email{width: calc(50% - 65px)}
.formulario_news .btn_ok{width:130px}
.formulario_news .btn_ok input{ border:0!important; }
.flex_center {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.flex_center .item_flex_center {
    order: 0;
    flex: 0 1 auto;
    align-self: center;
}

#logo_section {
    background: rgb(252, 252, 252);
    background: -moz-radial-gradient(center, ellipse cover, rgba(252, 252, 252, 1) 0%, rgba(214, 214, 214, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(252, 252, 252, 1) 0%, rgba(214, 214, 214, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(252, 252, 252, 1) 0%, rgba(214, 214, 214, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d6d6d6', GradientType=1);
    height: 100vh;
}

#logo_section .flex_center .item_flex_center {
    width: 100%;
    max-width: 1200px;
    position: relative;
}

#logo_section .brasil {
    position: absolute;
    bottom: 0;
    right: 20px;
}

#logo_section .txt_central {
    display: block;
    width: 100%;
    height: auto;
    max-width: 700px;
}

/* #listado_principal {
    position: relative;
    padding: 240px 0 420px;
}

#listado_principal .arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -52px;
}
 */
/* .listado_dinamico {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%
}

.listado_dinamico .left,
.listado_dinamico .right {
    position: relative;
    order: 0;
    flex: 1 1 50%;
    align-self: stretch;
} */

/* #listado_principal .flex_center .item_flex_center {
    width: 100%
} */

/* .listado_dinamico .icon {
    margin-left: auto;
    display: block;
    position: relative;
    max-width: 395px;
} */

#squear_text {
    position: absolute;
/*     top: 0;
right: 0;
width: 0;
height: 0; */
    overflow: hidden;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    z-index:2;
}

#squear_text .info_ {
    padding:140px;

}
#squear_text.open {
    width: 50%;
    height: 66.667%;
}

#squear_text .flex_center {
    padding: 60px;
}

#squear_text p {
    margin: 0;
    line-height: 1em;
    color: #FFF;
    font-size: 24px;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    opacity: 0;
    text-align: justify;
}
#squear_text h3 {
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    margin-bottom: 30px;
    opacity: 0;
    text-align: center;
}

#squear_text.open p,#squear_text.open h3 {
    opacity: 1;
}
/*
.listado_dinamico .square_one {
    display: block;
    background: #5c297a;
    width: 100px;
    height: 100px;
    position: absolute;
    right: -100px;
    top: -100px;
}

.listado_dinamico .square_two {
    display: block;
    background: #feba00;
    width: 190px;
    height: 190px;
    position: absolute;
    right: -190px;
    bottom: -190px;
}

.listado_dinamico .square_three {
    display: block;
    background: #484848;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    bottom: -290px;
}

.listado_dinamico ul {
    margin: 0;
    padding: 0;
}

.listado_dinamico ul li {
    display: block;
    list-style: none;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.listado_dinamico ul:hover li a {
    opacity: 0.3
}

.listado_dinamico ul li:hover a {
    opacity: 1
}

.listado_dinamico ul li a {
    display: inline-block;
    font-size: 28px;
    font-family: 'Ubuntu';
    font-weight: 700;
    line-height: 1em;
    padding: 15px 30px;
}

.listado_dinamico ul li:nth-child(1) a {
    color: #5c297a
}

.listado_dinamico ul li:nth-child(2) a {
    color: #f5257c
}

.listado_dinamico ul li:nth-child(3) a {
    color: #f7004c
}

.listado_dinamico ul li:nth-child(4) a {
    color: #000000
}

.listado_dinamico ul li:nth-child(5) a {
    color: #e5623f
}

.listado_dinamico ul li:nth-child(6) a {
    color: #feba00
}

.listado_dinamico ul li:nth-child(7) a {
    color: #f7004c
}

.listado_dinamico ul li:nth-child(8) a {
    color: #83bfe8
} */
#wednesday .event a {
    color: black;
}

#agenda {
    /* background: url(../img/agenda_back.jpg); */
    background: #5c297a;
    background-size: cover;
    position: relative;overflow:hidden;
}

.event p {
text-align: justify !important;
}

#agenda .line_ {
    position: absolute;
    top: 0;
    opacity: 0.8;
    left: 50%;
    margin-left: -550px;}
#agenda .arrow {
    display: table;
    margin: 0 auto;
}

#agenda .ttl_ {
    color: rgba(255, 208, 0, 0.8);
    text-align: left;
    /* font-size: 90px; */
    text-shadow: -6px -5px 0 rgba(255, 255, 255, 0.2);
    margin: 0 0 20px;
    padding: 0;
}

#agenda .ttl_ span {
    display: block;
}

#agenda p {
    color: #FFF;
    font-size: 19px;
    font-weight: 500;
    margin: 0;
}

#agenda p+p {
    margin-top: 30px;
}

#agenda .cont_ttl_,
#agenda .cont_p {
    display: table;
    margin: 170px auto 20px;
    float: none;
}

#agenda .cont_p {
    width: 100%;
    max-width: 750px;
    margin: 0 auto 140px;
}

.ttl_down {
    font-size: 30px;
    margin: 0;
    margin-bottom: 60px;
    font-family: 'Ubuntu';
    font-weight: 700;
    color: #ffcc00;
}

.ttl_down i {
    font-weight: 300;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

#sponsor_slider {
    padding: 90px 0 70px;
}

#sponsor_slider h3 {
    font-size: 60px;
    color: #1f9638;
    font-family: 'Ubuntu';
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1em;
}

.cont_slider {
    position: relative;
}

.cont_slider .controls {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 1
}

.cont_slider .controls.prev {
    left: -34px;
}

.cont_slider .controls.next {
    right: -34px;
}

.cont_slider.sponsor_slider .item {
    padding: 15px;
}

.cont_slider.sponsor_slider .item a {
    display: block;
    border: solid 8px #000;
}

.cont_slider.sponsor_slider .item .color1 {
    border-color: #5c297a;
}

.cont_slider.sponsor_slider .item .color2 {
    border-color: #f5257c;
}

.cont_slider.sponsor_slider .item .color3 {
    border-color: #f7004c;
}

.cont_slider.sponsor_slider .item .color4 {
    border-color: #e5623f;
}

.cont_slider.sponsor_slider .item .color5 {
    border-color: #feba00;
}

.cont_slider.sponsor_slider .item .color6 {
    border-color: #484848;
}

.article_list_item.color1 .article_img img {border:solid 6px #5c297a;}
.article_list_item.color2 .article_img img {border:solid 6px #f5257c;}
.article_list_item.color3 .article_img img {border:solid 6px #f7004c;}
.article_list_item.color4 .article_img img {border:solid 6px #e5623f;}
.article_list_item.color5 .article_img img {border:solid 6px #feba00;}
.article_list_item.color6 .article_img img {border:solid 6px #484848;}
.article-detail .article_img img {border:solid 6px rgb(179, 53, 127);}

.article_list_item.color1 h2 a {color: #5c297a;}
.article_list_item.color2 h2 a {color: #f5257c;}
.article_list_item.color3 h2 a {color: #f7004c;}
.article_list_item.color4 h2 a {color: #e5623f;}
.article_list_item.color5 h2 a {color: #feba00;}
.article_list_item.color6 h2 a {color: #484848;}
.article_list_item h2  {margin-top:0;font-weight:700;}
.article_list_item .date,.article_content .date{margin:0;}

.cont_slider.sponsor_slider .item a img {
    width: 100%;
    height: auto;
    display: block;
}
.conference_base #content,
.stands #content{background:url(../img/arrow_down_white.svg) no-repeat top center, #c91b6a;padding-bottom:120px;}
.conference_base .ttl_,
.stands .ttl_{color:#5c297a;font-family: 'Ubuntu';/* font-size:110px; */text-align:center;text-shadow: -6px -5px 0 rgba(255,255,255,0.2);}
.conference_base .cont_flatPages{position:relative;}
.conference_base .cont_flatPages #cuadros_svg{position:absolute;top:0;left:-100px;}
.conference_base .botonera ul li a {border-color: #FFF;color:#FFF;}
.conference_base .cont_flatPages p {color:#FFF;/* font-size:16px; */font-weight:300;}

.signature{display:table;width: 100%;}
.signature img{clear:both;display: block;margin:0 auto -30px;}
.signature p{margin-bottom:0;float:right;clear:both;display: block;text-align:center;}

.about2017 #content {
    background: url(../img/arrow_down_white.svg) no-repeat top center, #663366;
    padding-bottom: 120px;
}
.about2017 #content .container .botonera ul li a {
    border: solid 1px #fff;
    color: #fff;
}
.about2017 #content .container .botonera ul li a:hover, .hotel_info #content .container .botonera ul li a:hover {
    border: solid 1px #663366;
    color: #663366;
    background-color: #fff;
}
.stands #content .container .botonera ul li a ,
.conference_base #content .container .botonera ul li a {
    border: solid 1px #fff;
    color: #fff;
}
.stands #content .container .botonera ul li a:hover ,
.conference_base #content .container .botonera ul li a:hover {
    border: solid 1px #c91b6a;
    color: #c91b6a;
    background-color: #fff;
}
.about .ttl_{
    color: rgba(255, 21, 9, 0.6);
    /* text-align: left; */
    /* font-size: 90px; */
    text-shadow: -6px -5px 0 rgba(255,255,255,0.2);
    margin: 0 0 40px;
    padding: 0;
}
.about.sponsors  .ttl_,
.about.stands  .ttl_{text-shadow: -6px -5px 0 rgba(84, 83, 83, 0.2);}
.default .ttl_ {
    text-shadow: -6px -5px 0 rgba(0,0,0,0.08);
}
.about .cont_flatPages p {
    color: #FFF;
    /* font-size: 16px; */
    /* font-weight: 300; */
}
.networking #content {
    background: url(../img/arrow_down_white.svg) no-repeat top center, #ffcc00;
    padding-bottom: 120px;
}
.networking .ttl_ {
    color: #4f3786;
    /* text-align: left; */
    /* font-size: 90px; */
    text-shadow: -6px -5px 0 rgba(255, 255, 255, 0.45);
    margin: 0 0 40px;
    padding: 0;
}

.networking .cont_flatPages{position:relative;}
.networking .cont_flatPages #cuadros_svg{position:absolute;top:0;left:-100px;}
.networking .cont_flatPages p, .default p {
    color: #231f20;
    /* font-size: 16px; */
    /* font-weight: 300; */
}
.networking .cont_flatPages hr {
    border-top: 1px solid #231f20;
}
.networking.theme6 #content .container .botonera ul li a {
border: solid 1px #FFF;
color: #FFF;
}
.networking.theme6 #content .container .botonera ul li a:hover {
border: solid 1px #FFF;
color: #C5C6C8;
background-color: #FFF;
}
.default #content {
/*     background: url(../img/arrow_down_white.svg) no-repeat top center, #cc6633; */
    padding-bottom: 120px;
}
.default .ttl_ {
    /* color: rgba(255, 3, 2, 0.6); */
    text-align: left;
    /* font-size: 90px; */
    text-shadow: -6px -5px 0 rgba(255, 255, 255, 0.2);
    margin: 0 0 40px;
    padding: 0;
}
.default .cont_flatPages p {
    /* color: #fff; */
    /* font-size: 19px; */
    font-weight: 300;
}
.default .cont_flatPages hr {
    border-top: 1px solid #fff;
}
.default #content .container .botonera ul li a {
/*     border: solid 1px #fff;
color: #fff; */
}
.default #content .container .botonera ul li a:hover {
/*     border: solid 1px #cc6633;
color: #cc6633;
background-color: #fff; */
}
.sponsors #content {
    background: url(../img/arrow_down_colors.svg) no-repeat top center;
    padding-bottom: 120px;
}

.stands .cont_flatPages {position:relative;}
.stands .cont_flatPages #cuadros_svg{position:absolute;top: 0;left: -100px;}
.stands .ttl_ {
/*     color: rgba(200, 28, 211, 0.6);
text-align: left;
font-size: 90px;
text-shadow: -6px -5px 0 rgba(255, 255, 255, 0.5);
margin: 0 0 40px;
padding: 0; */
}
.stands .cont_flatPages p {
    color: #FFF;
    /* font-size: 19px; */
    font-weight: 300;
}
.stands .cont_flatPages hr {
    border-top: 1px solid #FFF;
}
/* .stands #content .container .botonera ul li a , */
.sponsors #content .container .botonera ul li a {
    border: solid 1px #231f20;
    color: #231f20;
}
/* .stands #content .container .botonera ul li a:hover , */
.sponsors #content .container .botonera ul li a:hover {
    border: solid 1px #cccccc;
    color: #cccccc;
    background-color: #231f20;
}

.help-block {
    font-size: 12px !important;
    color: #333;
    font-weight: normal;
    margin-top: 5px;
}

.register #content, .contact #content ,
.accounts  #content,.contact  #content ,.logout  #content,.password-instructions-sent #content,.default #content, .speaker-list #content {
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #f2f2f2;
}
.register #square{
    position: absolute;
    left: -260px;
    top: 0;
}
.register .help-at{color: #4f3786;}
.register .ttl_, .contact .ttl_,.accounts .ttl_,.contact .ttl_,.logout .ttl_,.list-attendants .ttl_,.list-speakers .ttl_{
    color: #1f9638;
    /* font-size: 4.5em; */
    line-height: normal;
}
.list-speakers h2 {
    color: #acc32c;
}
.register hr {
    border-top: 1px solid rgb(199, 198, 198);
    margin: 40px 0 20px;

}
.register p#id_emergency_email {display: none;}
.register h2, .account-login h2, .password-reset h2, .password-instructions-sent h2, .password-reset-complete h2, .account-logout h2 {
    color: #f0ac17;
}
.default h2, .video h2 {
    color: #16a0c2;
}

.links-zoom h2 {
    color: #f0ac17;
}

.links-zoom hr {
    border: 1px solid #333;
    border-top: none !important;
}

.default a.btn {
    background-color: #16a0c2;
    color: #fff;
    border: none;
}

.default a.btn:hover {
    background-color: #205220;
    color: #fff;
}

.register h3 {
    color: #a09d97 ;
}

.register #id_notes{height:100px;}
.panel-info>.panel-heading {
    color: #231f20;
    background-color: rgba(254, 186, 0, 0.2);
    border-color: rgba(254, 286, 0, 1);
}
.panel-info {
    border-color: rgba(254, 286, 0, 1);
}
.btn-info {
    color: #fff;
    background-color: #337ab7;
    border-color: #46b8da;
}
.errorlist li {
    color: #e5623f;
    font-size: 12px;
}
.hotel_info #content {
    background: url(../img/arrow_down_colors.svg) no-repeat top center;
    padding-bottom: 120px;
}
.hotel_info .ttl_ {
color: rgba(255, 208, 0, 1);
text-align: center;
/* font-size: 90px; */
font-size: 4.5em;
}
.hotel_info:hover .ttl_ {
/* text-shadow: -6px -5px 0 rgba(0,0,0,1); */
}
.hotel_info #content .container .botonera ul li a {
    border: solid 1px #f5257c;
    color: #f5257c;
}
.hotel_info #content .container .botonera ul li a:hover {
    border: solid 1px #f5257c;
    background-color: #f5257c;
    color: #fff;
}
.hotel_info .cont_flatPages a{color: #BD20E3}
.hotel_info .cont_flatPages p, .hotel_info .cont_flatPages div, .hotel_info .cont_flatPages ul li {
    color: #FFF;
    /* font-size: 19px; */
}
.speaker #content {
    background: url(../img/arrow_down_colors.svg) no-repeat top center;
    padding-bottom: 120px;
}
.speaker #content .speakers .ttl_ {
    color: rgba(160, 3, 95,1);
    text-align: left;
    /* font-size: 90px; */
    text-shadow: -6px -5px 0 rgba(0, 0, 0, 0.2);
    margin: 0 0 40px;
    padding: 0;
    padding-top: 120px;
}
.speaker #content .speakers p {
    color: #231f20;
    font-size: 19px;
    font-weight: 300;
}
.speakers, .attendants {
    text-align: left;
    padding-bottom: 30px;
    /* margin-bottom: 10px; */
    /* float: left; */
    /* height: 400px; */
    display: inline-block;
}

.work p {
font-size: 14px !important;
}

.speakers .photo, .attendants .photo {position:relative;}
.speakers .photo a , .attendants .photo a{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.speakers .photo img, .attendants .photo img  {
    margin: 0 auto;max-width:245px;width:100%;height:auto;display: block;
}

.speakers .text-center .ttl, .attendants .text-center .ttl {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
}
.attendants h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.attendants p.ttl {
margin-bottom: 3px !important;
}

.speakers .social{margin: 10px auto 0;display:table;padding:0;}
.speakers .social li,.speakers_modal .social li{display:block;float:left;list-style:none;}
.speakers .social li a,.speakers_modal .social li a{display:block;}

.speakers_modal .social{margin:0;margin-top:15px;padding:0;display:table;}
.cont_speakers, .cont_attendants{position:relative;padding-top: 50px;}
.cont_speakers  p, .cont_attendants  p  {
    text-align: center;
    font-size: 16px;
}
.cont_speakers #square, .cont_attendants #square{position: absolute;top: 40px;left: -320px;}
.cont_speakers .speakers  p, .cont_attendants .speakers  p{margin-bottom:0;}

.flex-speakers{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
}
.flex-speakers .flex-speakers-item{
    order: 0;
    flex: 0 1 auto;
    align-self: stretch;
    padding:0 30px;
    padding-bottom: 30px;
}
.color1 .photo img {
    border: 6px solid #16a0c2;
}
.color2 .photo img {
    border: 6px solid #16a0c2;
}
.color3 .photo img {
    border: 6px solid #16a0c2;
}
.color4 .photo img {
    border: 6px solid #16a0c2;
}
.color5 .photo img {
    border: 6px solid #16a0c2;
}
.color6 .photo img {
    border: 6px solid #16a0c2;
}

.color1 .text-center .ttl {
    color: #016d9c;
}
.color2 .text-center .ttl {
    color: #016d9c;
}
.color3 .text-center .ttl {
    color: #016d9c;
}
.color4 .text-center .ttl {
    color: #016d9c;
}
.color5 .text-center .ttl {
    color: #016d9c;
}
.color6 .text-center .ttl {
    color: #016d9c;
}
.article-list #cuadros_svg{position:absolute;left:-100px;top: 30px;}
.article-list #cuadros_svg_bajo{position: absolute;right: -140px;bottom: -40px;}
.article-list .cont_flatPages,
.contact .cont_flatPages{position:relative;}
.contact  .btn.btn-info{margin-top:10px;}
.contact #cuadros_svg{position:absolute;left:-330px;top: 30px;}
.contact #cuadros_svg_bajo{position: absolute;right: -300px;bottom: 0;}
.article-list #content, .article-detail #content {
    background: url(../img/arrow_down_colors.svg) no-repeat top center;
    padding-bottom: 120px;
    padding-top: 100px;
}

.article-list #content .botonera ul {
    margin-top: 0px;
}

.article-list .ttl_, .article-detail .ttl_ {
    color: #4f3786;
    text-shadow: -6px -5px 0 rgba(0, 0, 0, 0.2);
    /* font-size: 4.5em; */
    line-height: normal;
    padding:0;
}
.article-list hr, .article-detail hr {
    border-top: 1px solid #ccc;
}
.article-list h2, .article-detail h2 {
    color: rgb(179, 53, 127) ;font-weight:700;margin-top:0;
}
.cont_agenda {
    margin-top: 60px;
}
.cont_agenda .nav-tabs {
    border-bottom: 0px;
}
.cont_agenda .nav-tabs>li {
    width: 25%;
    padding: 0 5px;
    position: relative;
    font-size: 21px;
    text-align: center;
}
.cont_agenda .nav-tabs>li:first-child {
    padding-left: 0;
}
.cont_agenda .nav-tabs>li:nth-child(1)>a {
border: 3px solid #f5257c;
color: #f5257c;
border-radius: 0;
}
.cont_agenda .nav-tabs>li:nth-child(1).active>a {
background: #f5257c;
color: #fff;
border-color: #f5257c;
}
.cont_agenda .nav-tabs>li:nth-child(1)>a:hover {
background: #f5257c;
color: #fff;
border-color: #f5257c;
}
.cont_agenda .nav-tabs>li:nth-child(2)>a {
border: 3px solid #e5623f;
color: #e5623f;
border-radius: 0;
}
.cont_agenda .nav-tabs>li:nth-child(2)>a:hover {
background: #e5623f;
color: #fff;
}
.cont_agenda .nav-tabs>li:nth-child(2).active>a {
background: #e5623f;
color: #fff;
}
.cont_agenda .nav-tabs>li:nth-child(3)>a {
border: 3px solid #5d2b7a;
color: #5d2b7a;
border-radius: 0;
}
.cont_agenda .nav-tabs>li:nth-child(3).active>a {
background: #5d2b7a;
color: #fff;
}
.cont_agenda .nav-tabs>li:nth-child(3)>a:hover {
background: #5d2b7a;
color: #fff;
}
.cont_agenda .nav-tabs>li:nth-child(4)>a {
border: 3px solid #f7004c;
color: #f7004c;
border-radius: 0;
}
.cont_agenda .nav-tabs>li:nth-child(4).active>a {
background: #f7004c;
color: #fff;
}
.cont_agenda .nav-tabs>li:nth-child(4)>a:hover {
background: #f7004c;
color: #fff;
}
.cont_agenda .tab-content {
    margin-top: 15px;
    margin-bottom: 15px;
}
.cont_agenda .tab-content .tab-pane table {
    width: 100%;
}
.cont_agenda .tab-content .tab-pane table td {
    border: 3px solid;
}
.cont_agenda .tab-content .tab-pane table tr.separator td {
    border: none;
}
.cont_agenda .tab-content .tab-pane table td:nth-child(1) {
    width: 10%;
}
.cont_agenda .tab-content .tab-pane table td:nth-child(2) {
    width: 55%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cont_agenda .tab-content .tab-pane table td:nth-child(3) {
    width: 15%;
    text-align: center;
}
.cont_agenda .tab-content .tab-pane table td:nth-child(4) {
    width: 20%;
    text-align: center;
}
.cont_agenda .tab-content .tab-pane table tr {
    min-height: 125px;
    position: relative;
    height: 10px;
}
.cont_agenda .tab-content .tab-pane table .hour {
    margin: 0;
    padding: 5px 10px;
    font-size: 18px;
    text-align: center;
}
.cont_agenda .tab-content .tab-pane table .event {
    font-size: 18px;
    line-height: 1em;
    padding-left: 20px;
    color: #fff;
    font-weight: bold;
}
.cont_agenda .tab-content .tab-pane table .event p {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.cont_agenda .tab-content .tab-pane table .event span {
    font-size: 18px;
    line-height: 1em;
    color: #fff;
    font-weight: normal;
    display: block;
}
.cont_agenda .tab-content .tab-pane table .btn {
    border: 3px solid #fff;
    color: #fff;
}

.hotel_info #content .container .botonera ul li a {
    border: solid 1px #f5257c;
    color: #f5257c;
}
.hotel_info #content .container .botonera ul li a:hover {
    border: solid 1px #f5257c;
    background-color: #f5257c;
    color: #fff;
}

.documents {
    margin-bottom: 90px;
    text-align: left;
}

.documents h2 {
font-size: small;
font-weight: bold;
}

.documents li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.documents .col-md-12{
    margin-left: -15px;
}

.documents li a {
font-family: 'Ubuntu';
border: solid 1px #000;
font-size: 13px;
text-transform: none;
padding: 10px 12px;
font-weight: 700;
border-radius: 3px;
margin: 10px 0px 10px -10px;
}

ul.documents {
margin-left: -30px;
margin-top: 20px;
}

.square-attendant{
    top: 165px !important;
}

.cont_attendants p.profs {
font-size: 14px;
margin-top: -6px;
}

#content .container .botonera ul li a, .documents li a {
    border: solid 1px #4f3786;
    color: #4f3786;
}
#content .container .botonera ul li a:hover, .documents li a:hover {
    border: solid 1px #4f3786;
    background-color: #4f3786;
    color: #fff;
}
.item_sponsor img {
    height: 80px;
    max-height: 80px;
}
.cont_agenda .tab-content .tab-pane table .btn:hover {
    background-color: #fff;
}
.cont_agenda .tab-content .tab-pane table td .hidden-info a, .cont_agenda .tab-content .tab-pane table td .hidden-info a .glyphicon {
    color: #fff;
}
.cont_agenda .tab-content .tab-pane table td .hidden-info .actions {
    padding-top: 15px;
    margin-top: 15px;
}

.logo_hotel{display: block;margin-top:50px;text-align: center;width: 120px;height:auto;}


.cont_speakers {position: relative;}
.cont_speakers .back,
.cont_speakers .speakers_modal{position: absolute;top:0;left: 0;display:none;width:100%;height:100%;}
.cont_speakers .back{background:#FFF;z-index:15;}
.cont_speakers .speakers_modal{z-index:16;}

.speakers_modal .photo {border:solid 6px}
.speakers_modal .photo img{width:100%;max-width:250px;height:auto;display: block;}
.speakers_modal .flex_item_text_{padding:0 30px 0;}
.speakers_modal .name{margin-top:0;text-align:left;margin-bottom:0;}
.speakers_modal .work{text-align:left;}
.speakers_modal .work p{margin:0;text-align: left;}
.speakers_modal .texto{text-align: left;}
.speakers_modal .texto p{text-align: left; font-size: 14px;}
.speakers_modal .cont_close{display:table;width:100%;padding-bottom:15px;border-bottom:solid 1px #ccc;margin-bottom:15px;}
.speakers_modal .cont_close a{border:solid 1px;display:block;padding:10px;opacity:1;background:#FFF;float: right;height: 45px;}
.speakers_modal .cont_close a.btn.close {float:left;}
.speakers_modal .cont_close a.btn_x {float:right;width:45px;height: 45px;}
.speakers_modal .cont_close a.btn_x img{width:auto;height:100%;display:block;}
.speakers_modal .texto ul li {font-size: 14px;}

.flex_modal_person{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}
.flex_modal_person .flex_item_photo_{
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 100%;
    max-width: 200px;
}
.flex_modal_person .flex_item_text_{
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
}

.message_form{}
.modal .modal-content{
        border: 0;
    border-radius: 0;
}
.message_form .text_description_modal{padding:15px;}
.message_form .modal-dialog{width:300px;}
.message_form .icon_msg svg{display:block;margin:0 auto 15px;text-align:center;}
.message_form .media-heading{text-align:center;font-family:1.2em;}
.modal .modal-footer{border:0;}
.message_form .modal-footer button,
.contact  .btn.btn-info,
.accounts  .btn.btn-info{
    border-radius: 0!important;
    box-shadow: none;
    height: 34px;
    padding: 5px 15px;
    line-height: 1em;
    border: solid 1px #666!important;
    background: #16a0c2;
    color: #FFF;
    border-color: #16a0c2!important;
    width:100%;
    max-width:100%;
}

.info.error{font-size: 12px;color: #e5623f;}
.btn_menu{position:absolute;width:50px;height:40px;border:solid 5px #f7004c;background: #FFF;z-index: 91;top: 15px;right: 15px;display:none;padding:5px;}
.btn_menu span{background:#f7004c;display:block;height:4px;}
.btn_menu span+span{margin-top:4px}
.help-at {color: #f7004c;cursor: pointer;font-size: 12px;font-weight: bold;}

.visor_map .logo1{float: left;}
.visor_map .logo2{float:right;}
.visor_map .txt{text-align:center;}
.visor_map .close{position:absolute;top:0;right:0;}

.modal .close {
    position: absolute;
    top: -10px;
    right: -10px;
    display: block;
    background: #770c28;
    opacity: 1;
    text-align: center;
    color: #FFF;
    text-shadow: none;
    /* padding: 5px; */
    line-height: 25px;
    font-family: Arial;
    font-weight: normal;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    z-index: 10;
    /* padding: 9px; */
}

.cont_p p,
.flatpage p,
.cont_flatPages p,
.cont_txt_flatpage,
.help-block{text-align:justify;}
.cont_flatPages p{font-size:16px;}
.cont_flatPages {display:table;width: 100%;height: 100%;}
.grid_square .cont_grid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    background: url(../img/background_brasil/back_brasil4.jpg) no-repeat center;;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: center;
    position:relative;
    animation: colorbox 20s infinite ease-in-out;
    /* animation-delay: 5s; */
    animation-direction: alternate;
}
.btn-outline-agenda {
    color: #46388D;
    border-color: #46388D;
}
.btn-outline-agenda:hover {
    background-color: #46388D;
    color: #FAC638;
}

@keyframes colorbox {
  0% {
    background: url(../img/background_brasil/back_brasil.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
  }/*
  25% {
    background: url(../img/background_brasil/back_brasil.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
  } */
  40% {
    background: url(../img/background_brasil/back_brasil2.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
  }/*
  65% {
    background: url(../img/background_brasil/back_brasil2.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
  } */
  80% {
    background: url(../img/background_brasil/back_brasil3.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
  }/*
  90% {
    background: url(../img/background_brasil/back_brasil3.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
  } */
  100% {
    background: url(../img/background_brasil/back_brasil4.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
  }
}
.cont_flatPages p sup{color: inherit;font-family: inherit;}
.grid_square .cont_grid .item_grid{
    order: 0;
    align-self: stretch;
    flex: 0 1 16.66666666666667%;
    padding-bottom: 16.66666666666667%;
    position: relative;
}
.grid_square .cont_grid .item_grid.doble{
    flex: 0 1 33.33333333333334%;
}
.grid_square .info_.empty {cursor: auto}
.grid_square .info_ {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
.grid_square:hover .info_ {opacity:0.6;}
.grid_square #squear_text .info_ {opacity:1;}
.grid_square .info_:hover {opacity:1;}
.grid_square .info_ .center_{
    order: 0;
    flex: 0 1 auto;
    align-self: center;
}
.grid_square .info_ h3{
    margin: 0;
    color: #FFF;
    font-size: 1.6vw;
    text-align: center;
    font-weight: 700;
    letter-spacing: 3px;
}
.grid_square .info_ h3 a:before{display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%; content: "";z-index: 1;}
#social.info_{background: #F16226;}
#about.info_{background: #F5257C;}
#regisration.info_{background: #FEBA00;}
#welcome.info_{background: #5C297A;}
#network.info_{background: #B13885;}
#conference_past.info_{background: #595CA8;}
#stands.info_{background: #F7004C;}
#city_info.info_{background: #484848;}

#summit.info_{background: #F16226;}




body[class*="theme"] .cont_flatPages {position:relative;display: table;width: 100%;}
body[class*="theme"] .cont_flatPages #cuadros_svg{position:absolute;top:0;left:-100px;}
body[class*="theme"] .cont_flatPages #cuadros_svg_bajo{position:absolute;bottom:-40px;right:-140px;}
body[class*="theme"] #content{padding-top:100px;}
body.stands #content{padding-top:100px;}
body[class*="theme"] #content .botonera ul{margin-top:0px;}

.theme1 #content{background:url(../img/arrow_down_white.svg) no-repeat top center, #F5257B;padding-bottom:120px;}
.theme1 .ttl_{text-shadow: -6px -5px 0 rgba(249, 99, 162, 1); color: rgba(146, 4, 114, 1)}
.theme1 #content p{color:#FFF;}

.theme2 #content{background:url(../img/arrow_down_white.svg) no-repeat top center, #595CA9;padding-bottom:120px;}
.theme2 .ttl_{text-shadow: -6px -5px 0 #858CBA; color: #FFC300}
.theme2 #content p{color:#FFF;}

.theme3 #content{background:url(../img/arrow_down_white.svg) no-repeat top center, #5D297B;padding-bottom:120px;}
.theme3 .ttl_{text-shadow: -6px -5px 0 #7A5092; color: #F91B10}
.theme3 #content p{color:#FFF;}
.theme3 #content a{color:#F91B10;}

.theme4 #content{background:url(../img/arrow_down_white.svg) no-repeat top center, #FEBA01;padding-bottom:120px;}
.theme4 .ttl_{text-shadow: -6px -5px 0 #FFD464; color: #F5061D}
.theme4 #content p{color:#FFF;}

.theme5 #content{background:url(../img/arrow_down_white.svg) no-repeat top center, #F16226;padding-bottom:120px;}
.theme5 .ttl_{text-shadow: -6px -5px 0 #F3814D; color: #F5061D}
.theme5 #content p{color:#FFF;}

.theme6 #content{background:url(../img/arrow_down_white.svg) no-repeat top center, #96979a;padding-bottom:120px;}
.theme6 .ttl_{text-shadow: -6px -5px 0 #DADBDD; color: #BD20E3}
.theme6 #content p{color:#FFF;}

.theme7 #content{background:url(../img/arrow_down_white.svg) no-repeat top center, #484848;padding-bottom:120px;}
.theme7 .ttl_{text-shadow: -6px -5px 0 #6A696E; color: #FB4110}
.theme7 #content p{color:#FFF;}

.theme8 #content{background:url(../img/arrow_down_white.svg) no-repeat top center, #F7014C;padding-bottom:120px;}
.theme8 .ttl_{text-shadow: -6px -5px 0 #FA477E; color: #A01676}
.theme8 #content p{color:#FFF;}

.theme9 #content{background:url(../img/arrow_down_white.svg) no-repeat top center, #B13885;padding-bottom:120px;}
.theme9 .ttl_{text-shadow: -6px -5px 0 #C471A9; color: #FFCC03}
.theme9 #content p{color:#FFF;}


.account-login #square{position:absolute;left: -300px;top: 20px;}


.info_agenda{margin: 0;padding: 30px;text-align: center;font-size: 18px;}

.panel-primary>.panel-heading{background-color: #acadaf;border-color: #737373;}
.panel-primary {border-color: #737373;}

.flatpage.default #content{padding-top:100px;}
.g-recaptcha{display: table;margin: 0 auto;float: none;}

#help_text_attendant_type ul li+li{margin-top:10px;}

.contact_sent .ttl_{color: #5c297a;margin-bottom:15px;}
.contact_sent .icon_big{font-size:4em;}
.contact_sent.contact #cuadros_svg_bajo{bottom: -210px}

.password-reset .form__{max-width:400px;margin:0 auto;}
.password-reset .ttl_{font-size:3.2em!important;}

.modal-footer ul{
    list-style-type: none;
}

.green-c p{
    color:#a3d165;
}

.red-c p{
    color:rgb(144, 61, 64);;
}

.visor_map .txt {
text-align: center;
font-size: 18px;
color: rgb(48, 45, 45);
}

.visor_map .txt span{
font-weight: bold;
}

span#siteseal {
    padding: 50px 0 0;
    display: block;
    text-align: center;
}

@media (min-width: 768px){
.modal-dialog {
width: 80%;
margin: 30px auto;
}
}

#site_subscription_form .col-md-12 {

margin-top: 130px;

}

#help_text_attendant_type .modal-dialog .modal-content .modal-body ul li {
    font-size: 0.9rem;
    list-style-type: none;
}
#help_text_attendant_type .modal-dialog .modal-content .modal-body ul {
    padding-left: 0;
}