@import url('animations.css');

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body{
    overflow: auto !important;
    margin: 0;
    background: #001026;
}

canvas {
    display: block;
    vertical-align: bottom;
}
  
#particle-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.header.animated {
  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: transform, opacity;
}


.header{
    opacity: 1;
    background: rgba(252, 252, 252, 0.8);
    box-shadow: 0 1px 8px rgba(0,0,0,0.1);
    position:fixed;
    top:0;
    z-index:999999999999;
    width:100%;
}

.header .nav{
    width:100%;
    max-width:1200px;
    margin: 0 auto;
    padding: 0 15px;
}

a.link {
    padding: 17px;
    vertical-align: top;
    display: inline-block;
    color: #36bc38;
    text-decoration: none;
    float: right;
    transition: background 1s;
    font-size: 13px;
    border-radius: 40px;
    margin-top: 1px;
    font-family: 'Roboto', sans-serif !important;
}

a.link:hover{
    background:rgba(54,188,56,0.5);
    color: #fff;
    border-radius: 40px;
}

.nav-brand{
    display:inline-block;
    padding: 6px 15px;
}

.nav-brand img{
    width: 130px;
}

.main-intro{
    max-width: 100%;
    width:560px;
    padding-left: 410px;
}

.main-intro-text{
    max-width: 100%;
    width:560px;
}

.hover-text{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: space-around;
    position: absolute;
    height:75vh;
    width:100%;
    z-index:2;
}

.container {
    height: 75vh;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.text-center{
    text-align: center;
}

.margin-center{
    margin:0 auto;
}

.box{
    width:60px;
    height:60px;
    background: #ef7171;
}

.footer {
    background: #001430;
    width:100%;
    font-size:12px;
    margin: 0 auto;
    min-height:300px;
    color:white;
}

.footer p{
    font-size:14px;
    margin:5px;
}

.footer .layer{
    position:relative !important;
}

.social-icons{
    margin:30px;
}

.social-icons i{
    font-size:35px;
    padding:10px;
    color:white;
    cursor:pointer;
    transition: opacity 1s, color 1s;
    opacity:0.6;
}

.content-padding{
    padding:40px;
}

.social-icons i:hover{
    opacity:0.9;
    color: #72bb46;
    text-shadow:0 3px 8px rgba(0,0,0,0.5);
}

.content-block{
    position:relative !important;
    width:65%;
    background:#001430;
}

.content-block h1{
    color:white;
    margin-left:80px;
    font-size:90px;
    font-weight: bold;
    margin-top:-47px;
    position:absolute;
    text-shadow: 6px 7px rgb(114, 187, 70, 0.6);
}

.evento {
    color:#fff;
    font-size:90px;
    font-weight: bold;
    margin-top:-87px;
    text-shadow: 6px 7px #001430;
    font-family: 'Roboto', sans-serif !important;
}

.content-block-body p{
    font-size:16px;
    line-height: 1.3em;
    color:#001430;
    margin: 10px 0px;
    text-align: justify;
}

.content-block-body{
    padding:80px;
}

.content-block-body p a {
    text-decoration: none;
    cursor: pointer;
}

.content-block-body p a:visited {
    color:#001430;
}

.old-image {
    width:100%;
    text-align:right;
    margin-top:-60px;
    position:relative !important;
}

.old-image img{
    width:50%;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
}

.big-headlines{
    font-size:68px;
    color:white;
    font-weight: bold;
    text-align: center;
}


strong{
    font-weight: bold;
}

i{
    font-style: italic;
}

.full .container{
    height: auto;
}

.full{
    width: 100%;
    position: relative;
    padding:30px 0;
    margin-top:100px;
    box-shadow: inset 0 0px 30px rgba(0,0,0,0.5);
} 

.background-full{
    background: #f2f2f2;
}

.background-full-2{
    background: #6a2222;
}

h1.palestrante{
    text-align: right;
    color:white;
    font-size:90px;
    font-weight: bold;
    margin-top:-87px;
    text-shadow: 6px 7px #001430;
    font-family: 'Roboto', sans-serif !important;
}

.palestrante li{
    margin:100px 0;
}

.palestrante span{
    margin: 15px 0;
    display: block;
    text-align: center;
    color: #72bb46;
    font-weight: bold;
}

.rotate-image{
  overflow:hidden;
  background: transparent;
  border-radius:20%;
  width:200px;
  height:200px;
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}

.rotate-image-2{
    overflow:hidden;
    background: transparent;
    width:100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    margin-left: 33%;
  }
  

.rotate-image img{
    width:100%;
}

#img1, #img2 {
    width: 200px;
    height: 200px;
    border-radius: 20%;
    display: inline-block;
    margin: 0 auto;
}

.user-data{
    display: block;
    margin: 0 auto;
    font-size:24px;
    color:#001430;
    vertical-align: middle;
    max-width: 70%;
}

.user-data h4{
    font-size:30px;
    font-weight: bold;
    margin-bottom:20px;
    text-align: center;
}

.user-data p {
    font-size: 20px;
    text-align: center;
}

.user-data a {
    text-decoration: none;
    cursor: pointer;
}

.user-data a:visited {
    color:#001430;
}

.user-data i {
    color:#0077b5;
}

.link-externo{
    font-size: 14px;
    color: #ef7171;
    display: block;
    margin: 10px 0;
}

@media only screen and (max-width: 961px) {
    .palestrante {
        text-align: center;
    }

    .user-data{
        padding:0;
        max-width: 100%;
    }

    .user-data p {
        font-size: 18px;
    }

    h1.palestrante{
        font-size: 50px;
        text-shadow: 4px 5px #001430;
        margin-top: -61px;
    }

    .evento {
        font-size: 50px;
        text-shadow: 4px 5px #001430;
        margin-top: -61px;
        text-align: left;
    }

    .content-block{
        width:100%;
    }

    .content-block h1{
        text-align:center;
        font-size:32px;
        padding:0;
        margin-left:0;
        margin-top:-15px;
    }

    .content-block-body{
        padding: 30px 25px;
    }

    .content-padding {
        padding: 20px 0;
    }
 
    .hover-text {
        width: 80%;
        margin: 0 auto;
        position: relative;
    }

    .rotate-image-2 {
        margin-left: 0px;
    }
}

