
section#principal{
    padding-bottom: 50px;
}
section#principal p{
    color: #293A43;
    text-align: justify;
}

section#principal p.patents {
    margin-top: 12px;
    font-size: 1em;
}
section p{
    max-width: 1050px !important;
    margin: 15px auto 0;
}
section#hangout{
    background: #393135;
    color: #fff;
    position: relative;
    padding-bottom: 0;
}
section#hangout h1{
    color: #fff;
}
section#hangout p{
    font-weight: 300;
    font-family: HelveticaNeue-Thin,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 28px;
}
.hangout_controls{
    margin-top: -50px;
    display: block;
    margin-bottom: 40px;
}
.hangout_controls img{
    max-width: 200px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.6);
    overflow: hidden;
    background: #151311;
}
.hangout_team{
    margin-top: 55px;
    background: #393135;
}
.attendee{
    width: 16.65%;
    float: left;
}
.attendee img{
    width: 100%;
    display: block;
}
.speaker{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100%;
}
.speaker .attendee{
    float: right;
}
.speaker .attendee img{
    border:3px solid #4A90E2;
    box-shadow: 0 3px 14px rgba(0,0,0,0.7);
}
#video iframe {
    margin: 40px auto 0;
    max-width: 100%;
}
.video_emulator {
    background: rgba(235,25,0,0.9);
    border-radius: 15px;
    padding: 20px 0;
    text-align: center;
    margin: 30px auto 0;
    font-size: 2.9em;
    width: 45%;
    color: #fff;
}
.video_emulator:hover {
    color: #fff;
}
.map {
    width: 80%;
    height: 450px;
    margin: 0 auto;
    margin-top: 15px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.28);
    border: 1px solid #fff;
}
.infowindow-content{
    padding: 4px 0 0;
}
.university-name{
    margin-bottom:3px;
}
.wrapper_map.users{
    margin-top: 30px;
}
.wrapper_map h3{
    padding-bottom: 0;
}
@media screen and (max-width: 768px){
    section#principal p{
        font-size: 1.1em;
        line-height: 1.4em;
    }
    section#hangout p{
        font-size: 1.1em;
        line-height: 1.4em;
    }
    .attendee{
        width: 25%;
    }
    .hangout_controls img{
        max-width: 160px;
    }
    .hangout_controls {
        margin-top: -30px;
        margin-bottom: 40px;
        text-align: left;
    }
}
@media screen and (min-width: 767px){
    .speaker .attendee{
        width: 20%;
    }
}
@media screen and (min-width: 769px){
    .speaker .attendee{
        width: 12.5%;
    }
}
