@import url('animations.css');

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#world {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(#86f2ee, #76c7c2);
}

body{
    overflow: auto !important;
    font-family: 'Lato', sans-serif;
}

.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(255,255,255,0.5);
    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: #ef7171;
    text-decoration: none;
    float: right;
    transition: background 1s;
}

a.link:hover{
    background:rgba(255,255,255,0.8);
}

.nav-brand{
    display:inline-block;
    padding: 12px 15px;
}

.nav-brand img{
    width: 80px;
}

.main-intro{
    max-width: 100%;
    width:520px;
}

.hover-text{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: space-around;
    position: absolute;
    height:100vh;
    width:100%;
    z-index:2;
}

.container {
    height: 95vh;
    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: #36419a;
    width:100%;
    font-size:12px;
    margin: 0 auto;
    min-height:400px;
    color:white;
}

.footer p{
    font-size:14px;
    margin:5px;
}

.footer .layer{
    position:relative !important;
}

.social-icons{
    margin:30px;
}

.social-icons i{
    font-size:60px;
    padding:10px;
    color:white;
    cursor:pointer;
    transition: opacity 1s, color 1s;
    opacity:0.6;
}

.content-padding{
    padding:80px;
}

.social-icons i:hover{
    opacity:0.9;
    color: #f65a0d;
    text-shadow:0 3px 8px rgba(0,0,0,0.5);
}

.content-block{
    position:relative !important;
    width:60%;
    background:#ef7171;
}

.content-block h1{
    color:white;
    margin-left:80px;
    font-size:90px;
    font-weight: bold;
    margin-top:-47px;
    position:absolute;
    text-shadow: 6px 7px rgb(22, 29, 88);
}

.content-block p{
    font-size:16px;
    line-height: 1.3em;
    color:white;
    margin: 10px 0px;
}

.content-block-body{
    padding:80px;
}

.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: #161d58;
}

.background-full-2{
    background: #6a2222;
}

h1.palestrante{
    color:white;
    font-size:90px;
    font-weight: bold;
    margin-top:-87px;
    text-shadow: 6px 7px rgb(22, 29, 88);
}

.palestrante li{
    margin:200px 0;
}

.palestrante span{
    margin: 10px 0;
    display: block;
    color: white;
    font-weight: bold;
}

.rotate-image{
  overflow:hidden;
  background:#ddd;
  border-radius:100%;
  width:320px;
  height:320px;

  display: inline-block;
  vertical-align: middle;
}

.rotate-image img{
    width:100%;
}

.user-data{
    display: inline-block;
    font-size:24px;
    color:white;
    padding-left: 50px;
    vertical-align: middle;
    max-width: 70%;
}

.user-data h3{
    font-size:58px;
    font-weight: bold;
    margin-bottom:30px;
}

.link-externo{
    font-size: 14px;
    color: #ef7171;
    display: block;
    margin: 10px 0;
}

.partners{
    margin:0;
    box-shadow: none;
    background: rgb(204, 204, 204);
}

.partners-list{
    overflow:hidden;
    text-align:center;
    padding: 0;
    margin: 0 auto;
    max-width: 960px;
}

.partners-list li {
    width: 150px;
    display:inline-block;
    position:relative;
    height: 100px;
    margin:20px;
}

.partners-list li img{
    max-width: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.partners h3{
    color: #141b56;
    font-size: 48px;
    font-weight: bold;
    margin: 56px 0;
    text-align: center;
    text-transform: uppercase;
}

@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: 28px;
        text-shadow:none;
        margin:0;
    }

    .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;
    }

    .user-data h3{
        font-size: 32px;
        margin-bottom:5px;
    }

    .content-padding {
        padding: 20px 0;
    }
 
    .hover-text {
        width: 80%;
        margin: 0 auto;
        position: relative;
    }
}