/* !General */
/*.submit_btn{
    height: 6rem;
    font-size: 2.5rem;
    color: #FFF;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    background-color: #fb5e00;
    margin-bottom: 15px;
    padding: 1.5rem 1.5rem;
    border-radius: 5px;
    font-size: 1.6rem;
    width: 200px;
    margin: auto;
    color: white;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	opacity: 1;
}

.submit_btn:hover{
    opacity: 0.75;
}*/

.submit_btn {
    display: inline;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(251, 120, 0, 1);
    font-size: 100%;
    font-family: "Open sans";
    font-weight: bold;
    color: #fff;
    padding: 8px 25px;
    border: 3px solid #fff;
    font-size: 20px;
    text-transform: uppercase;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.submit_btn:hover {
    opacity: 1;
	color: rgb(251, 120, 0);
	border-color: #fc7800;
    background-color: rgba(255, 255, 255, 1);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.submit_btn a{
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
    color: #FFF;
    font-size: 25px;
}

.center{
    text-align: center;
}

.header_btn{
    display: block;
    height: 6rem;
    font-size: 2.5rem;
    color: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    background-color: #fc6a06;
    padding: 1rem 2.5rem;
    border-radius: 5px;
    font-family: inherit;
    line-height: 36px;
    cursor: pointer;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    margin: 10px 0px;
}

.header_btn:hover{
    box-shadow: 3px 2px 1px 1px #cab7b7;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}


/* !Header */
.navbar-nav{
    margin: 22px 0;
}

.navbar-brand.logo > img {
    max-height: 100px;
}

@media (max-width: 1200px) {
    .navbar-brand.logo > img {
        max-height: 65px;
    }
    .navbar-nav{
        margin: 24px 0;
    }
}
@media (max-width: 800px) {
    .navbar-brand.logo > img {
        max-height: 55px;
    }
}


/* !Section-Inicio */
.regular_size{
    font-size: 1.5rem;
}

.accordion-body ul{
    display: block !important;
}


/* !Conferencia */
.confererence_container{
    height: 250px;
}

.center_text_container{
    display: table;
    height: 100%;
    width: 100%;
}

.center_height_width_text{
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    text-align: left;
}

.speaker{
    float: right;
}

.speaker_place{
    height: 335px;
}

@media (max-width: 768px) {
    .speaker{
        float: none;
    }
    .center_height_width_text{
        text-align: center;
    }
    .confererence_container {
      height: auto;
    }
}


/* !Financiado_por */
@media (max-width: 992px) {
    .colaborator > img {
        width: 100%;
    }
}


/* !Eventos */
.event-info span {
    font-size: 2rem;
}


/* !Financiacion_colaboradores */
.colaborator a:hover{
    opacity: 0.5;
}

/* !Participantes */
.speaker{
    float: none;
}
