body{
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

h1, h2{
    text-transform: uppercase;
}
h1{
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    margin: 0;
    padding: 50px 0;
}
h2{
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    margin: 0;
    padding-bottom: 20px;
}

a{
    font-weight: normal;
    text-decoration: underline;
    color: #000000;
    cursor: pointer;
}

p{
    line-height: 1.75;
}

table p{
    line-height: 1.25;
}

iframe{
    padding: 0;
    margin: 0;
}

.parsley-required{
    color: #CE0A24;
}
.parsley-type{
    color: #CE0A24;
}


#header-wrapper{
    width: 100%;
}
/* logo */
#header-wrapper .logo{
    max-width: 175px;
    height: 28px;
    float: left;
    margin-top: 26px;
}
#header-wrapper .logo a img{
    max-width: 175px;
}
/* mobile button */
#header-wrapper .mobile-btn{
    width: 60px;
    height: 60px;
    position: relative;
    float: right;
    display: block;
}
#header-wrapper .mobile-btn #mobile{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
#header-wrapper .mobile-btn #mobile .line-top,
#header-wrapper .mobile-btn #mobile .line-middle,
#header-wrapper .mobile-btn #mobile .line-bottom{
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 15px;
    background: #000000;
}
#mobile .line-top{
    -webkit-transform: translateY(-8px) rotate(0deg);
    -moz-transform: translateY(-8px) rotate(0deg);
    -ms-transform: translateY(-8px) rotate(0deg);
    -o-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#mobile .line-bottom{
    -webkit-transform: translateY(8px) rotate(0deg);
    -moz-transform: translateY(8px) rotate(0deg);
    -ms-transform: translateY(8px) rotate(0deg);
    -o-transform: translateY(8px) rotate(0deg);
    transform: translateY(8px) rotate(0deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#mobile.open .line-top{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#mobile.open .line-middle{
    display: none;
}
#mobile.open .line-bottom{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* main-menu */
#header-wrapper #main-menu{
    background: #3F3F3F;
    display: none;
    margin-top: 60px;
}
#header-wrapper #main-menu ul{
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
#header-wrapper #main-menu ul li{
    width: 100%;
    text-align: left;
    display: block;
    padding: 15px;
}
#header-wrapper #main-menu ul li a{
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    display: block;
}
#header-wrapper #main-menu ul li a:hover{
    text-decoration: none;
}
#header-wrapper #main-menu ul li a.non-active{
    color: #B8B8B8;
    cursor: not-allowed;
}
#header-wrapper #main-menu ul li a i{
    padding-left: 5px;
}
/* dropdown */
#header-wrapper #main-menu ul li .dropdown{
    display: none;
    background-color: #1F1F1F;
}

/* ------- */
/* content */
#content .clearfix p.left{
    float: left;
}
#content .clearfix p.right{
    float: right;
}
#content .clearfix p.right .deadline{
    text-decoration: underline;
}

#content p.legend{
    font-size: 12px;
    color: #8F8F8F;
}

#content p.bold{
    font-size: 16px;
    font-weight: 700;
}
#content p.bold a{
    color: #000000;
}

/* form */
#content form.contactUs{
    max-width: 400px;
}
#content form.contactUs input,
#content form.contactUs textarea{
    width: 100%;
    color: #8F8F8F;
    outline: none;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #EEEEEE;
    margin: 15px 0;
    padding-bottom: 15px;
}
#content form.contactUs textarea{
    resize: none;
}
#content form.contactUs input[type="submit"]{
    width: 120px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    color: #000000;
    border: 2px solid #000000;
    padding: 5px 25px;
}
#content form.contactUs input[type="submit"]:hover{
    color: #FFFFFF;
    background-color: #000000;
}

/* radio button */
#content form.contactUs input[type="radio"]{
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 2px solid #000000;
}
#content form.contactUs label.radioption{
    display: inline-block;
}


/* tables program */
#content table.program{
  border: 2px solid #000000;
}
#content table.program th,
#content table.program td{
  border: 1px solid #000000;
}
#content table.program th,
#content table.program td{
  padding: 8px 10px;
}
#content table.program th{
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
}
#content table.program td.date{
  min-width: 110px;
}
#content table.program td span{
  font-size: 14px;
  font-style: italic;
}

.hero{
    width: 100%;
    max-height: 300px;
    background-size: cover;
    background-image: url(../images/raman.jpg);
    background-position: center left;
    background-color: #404040;
}
/* titulo */
.hero .title{
    height: 300px;
    position: relative;
}
.hero .title img{
    max-height: 200px;
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}
/* destaque para calls */
.hero a.destak{
    display: none;
}

/* -------------- */
/* DESKTOP styles */
@media (min-width: 768px){
    /* header */
    #header-wrapper{
        height: 80px;
    }
    /* mobile button */
    #header-wrapper .mobile-btn{
        display: none;
    }
    /* main-menu */
    #header-wrapper #main-menu{
        background: transparent;
        float: right;
        display: block;
        margin-top: 0;
    }
    #header-wrapper #main-menu ul li{
        width: auto;
        display: inline-block;
        position: relative;
        margin-top: 20px;
        padding: 0;
    }
    #header-wrapper #main-menu ul li a{
        font-weight: 400;
        color: #404040;
        padding: 10px;
    }
    #header-wrapper #main-menu ul a.registration-btn{
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        color: #000000;
        background-color: transparent;
        border: 2px solid #000000;
        outline: none;
        margin-left: 30px;
        padding: 5px 10px;
    }
    /* dropdown */
    #header-wrapper #main-menu ul li .dropdown{
        min-width: 180px;
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        float: left;
        background-color: #FFFFFF;
        border: 1px solid #000000;
        z-index: 1000;
    }
    #header-wrapper #main-menu ul li .dropdown li{
        width: 100%;
        margin-top: 5px;
    }
    /* banner index */
    /* section hero */
    .hero{
        width: 100%;
        max-height: 500px;
        background-size: cover;
        background-image: url(../images/raman.jpg);
        background-position: center left;
        background-color: #404040;
    }
    /* titulo */
    .hero .title{
        height: 500px;
        position: relative;
    }
    .hero .title img{
        min-width: 300px;
        max-height: none;
        position: absolute;
        top: 50%;
        margin: 0;
        transform: translateY(-50%);
    }
    /* destaque para calls */
    .hero a.destak{
        max-width: 170px;
        position: relative;
        display: block;
        float: right;
        margin: 0;
        padding-top: 150px;
    }
    /* footer */
    footer .middle img{}
}
/* ------ */
/* footer */
footer{
    background-color: #404040;
    color: #FFFFFF;
}
footer p{
    width: 100%;
    font-size: 12px;
    padding: 30px 0;
    margin: 0;
}
footer .middle{
    max-width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 30px;
}
footer .middle img{
    max-width: 100%;
    max-height: 45px;
    margin-bottom: 30px;
}

@media (min-width: 768px){
    footer p{
        text-align: center;
    }
    footer .middle img{
        max-height: 35px;
    }
}
@media (min-width: 970px){
    footer .middle img{
        max-height: 45px;
        margin: 20px 0;
    }
}
