﻿

@font-face {
    font-family: 'Alro';
    src: url('fonts/AlroRegular.woff2') format('woff2'), url('AlroRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alro Bold';
    src: url('fonts/AlroBold.woff2') format('woff2'), url('AlroBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow-Regular.woff') format('woff'), url('fonts/Barlow-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Barlow ExtraBold';
    src: url('fonts/Barlow-ExtraBold.woff') format('woff'), url('fonts/Barlow-ExtraBold.woff2') format('woff2');
}

h1, h2, h3 {
    text-transform: uppercase;
    font-family: 'Barlow ExtraBold';
    color: rgb(28,59,105);
   /* font-size:2.5rem;*/
}


html, body {
    margin: 0;
    font-family: 'Barlow';
}

body {
   
}

div.navbar * {
    transition: all .5s ease-out;
}

div.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 25;
    padding: .5rem 2rem;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    transition: all .5s ease-out;
  
    /* background: rgba(214,236,233,.5);*/
}

    div.navbar .container {
    display:inline-flex;
    width:100%;
  /*  max-width:1124px;*/
    align-items:center;
    justify-content:space-between;

    }

div.navbar .brand {
    width:25%;
    max-width:350px;
   
}

    div.navbar .brand img {
        transition: all .5s ease-out;
        filter: brightness(1);
    }


#intro {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
   /* background-image: url('../media/images/overlaybg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}

h1 {
    line-height: 3rem;
}

    h1.header .sub.header {
    font-size:1rem;
    display:block;
  
    }

.maincontent .section {
  line-height:2rem;
   
}

::marker {
    font-weight: bold;
    /*color: rgb(28,59,105);*/
    color:#04b3aa;
}

.maincontent ul li,
.maincontent ol li {
    margin-bottom: 1rem;
}

.maincontent ol li {
   list-style-position:inside;
}

.maincontent .section p {
    font-size: 1.15rem;
   /* line-height: 1.5rem;*/
    /*border-left: 4px solid #0bb1a8;*/
    border-left: 4px solid #d6ece9;
    /*margin: 10px 40px;
    margin:.5rem;*/
    color: rgba(0,0,0,.9);
    padding: 10px 20px;
    text-align: justify;
    margin:0;
}

.maincontent .section ul,
.maincontent .section ol {
    font-size: 1.15rem;
    line-height: 1.5rem;
    /*border-left: 4px solid #0bb1a8;*/
    border-left: 4px solid #d6ece9;
    /*margin: 10px 40px;
    margin:.5rem;*/
    color: rgba(0,0,0,.9);
    padding: 10px 20px;
    text-align: justify;
    margin: 0;
}

.maincontent .section ul li {
    list-style-type:none;
}

    .maincontent .section ul li:before {
        font-family: "FontAwesome";
        content: "\f00c";
        margin-right: 10px;
        color: #04b3aa;
    }

.maincontent .section.teamlist .item {
    padding:2rem 0;
  /*  background-color: #d6ece9;*/
    display:flex;
}

.maincontent .section.teamlist .item .content{
    padding:0 2rem;
    text-align:justify;
   /* background-color: #d6ece9;*/
  
}

.fluid {
max-width:1920px!important;
}

.maincontent .section.teamlist .item .image img {
    border-radius: 5px;
    background-color: #d6ece9;
}

.maincontent .section.teamlist .item .image .legend .small.header{
    font-weight:bold;
    line-height:normal;
    font-size:1.25rem;
}

.maincontent .section.teamlist .item .image .legend a:before
{
   display:block;
   float:left;
   font-size:1.5rem;
   margin-top:.5rem;
   color:#006699;
}

    .maincontent .section.teamlist .item .image .legend .small.header .sub.header {
        font-weight: normal;
        font-size: 1rem;
        display:block;
        padding-top:5px;
    }


.overlay video#innovalleypresentation {
display:none;
}

.overlay.video video#innovalleypresentation {
    display:block;
    width:60vw;
    margin-top:5%;
}

.overlay.video p {
    display: none;
}

.inlinebrand {
    color: rgb(28,59,105);
    text-transform: uppercase;
}

    .inlinebrand span {
        color: #0bb1a8;
    }

.section.title h1.header {
padding:0;
margin:0;
}


.overlay {
    position: relative;
    width: 100%;
    height: 100vh;
    /* background-color: rgba(214,236,233, .5); 
    background: linear-gradient(180deg, rgba(28,59,105,.25) 0%, rgba(28,59,105,.5) 20%, rgba(28,59,105,.5) 50%, rgba(28,59,105,.75) 100%);*/
    background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0px, rgba(255,255,255,0.04) 2px,transparent 2px, transparent 4px),
        linear-gradient(135deg, rgba(214, 236, 233,.75),rgba(28,59,105,.75));
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    box-sizing: border-box;
}

    .overlay p {
        font-size: 4rem;
        width: 100vw;
        max-width:1124px;
        font-family: 'Barlow';
        font-weight: bolder;
        color: #fff;
        position: fixed;
        text-align: right;
       box-sizing:border-box;
    }

        .overlay p span.sub.header {
            display: block;
            font-size: 1.5rem;
            cursor: pointer;
            transition: all .5s ease-out;
            color: rgb(214,236,233);
        }
            .overlay p span.sub.header:hover {
                color: #04b3aa
            }
            /*video {
    filter: grayscale(.85);
}*/
            .maincontent {
    position: absolute;
    left: 0;
    top: 20vh;
    min-height: 50vh;
    z-index: 10;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .maincontent.home {
        top: 90vh;
    }

    .maincontent.editions {
        top: 60vh;
    }

.overlay.editions {
    height: 60vh;
    flex-direction: row;
    transition: all .5s ease-out;
    padding:0 4rem;
    align-items:end;
}

.overlay.editions h2.header{
    display:flex;
    align-items:center;
    flex-direction: column;
    font-size:2.5rem;
}

    .overlay.editions h2.header span.pre.header{
        text-align: left;
        width: 100%;
        font-size: 1.5rem;
        color: rgb(214,236,233);
    }
        .overlay.editions h2.header i {
    cursor: pointer;
    font-size: 6rem;
    margin:1.5vh;
    transition: all .5s ease-out;
    color: rgba(28,59,105,1);
}

        .overlay.editions h2.header i:hover {
            color: rgba(28,59,105,.95);
        }

    .overlay.editions h2.header .sub.header {
        cursor: pointer;
        font-size: 1.5rem;
      
    }

.centered {
text-align:center;
}

.section.fluid.title.centered
{
	display:flex;
	align-items:center;
	justify-content:center;
	
}

.closevideo {
color:#fff;
text-align:center;
position:absolute;
display:none;
top:4vh;  
/*filter:opacity(.5);*/
cursor:pointer;
       
}

    .closevideo img {
        margin: auto;
        display: block;
      
        width:40px;
    }


.contact.form label {
    display: block;
    font-weight: bold;
    color: rgb(28,59,105);
}

.contact.form input,
.contact.form textarea {
    width:100%;
    border: 1px solid rgba(214,236,233,.75);
    background-color: rgba(214,236,233,.25);
    font-size:1.5rem;
    padding:5px;
}
.form.row:first-child {
    padding-top:0;
}
.form.row {
padding-top:2rem;
}

    .form.row.controls input {
        width: auto !important;
        background: rgb(28,59,105);
        color:#fff;
        font-weight:bold;
        text-transform:uppercase;
        padding:10px 20px;
        cursor:pointer;
    }


.overlay .closevideo.intro {
top:16vh
}

.overlay.editions.video {
  
    align-items:center;
}

.overlay.editions video {
    display: none;
}

.overlay.editions.video .closevideo{
    display:block;
    z-index:500;
}
    .overlay.editions.video video {
        display: initial;
        width:80vw;
    }

    .overlay.editions.video .header {
        display: none;
      
    }

.overlay.editions.video {
   height:100vh;
   flex-direction:column;
   z-index:100;
   background:rgba(0,0,0,.85);
}


   

    .maincontent .section {
      /*  padding: 5vh 5vh 0 5vh;*/
        box-sizing: border-box;
        width: 100%;
        max-width: 1124px;
        padding:2rem;
    }

div.navbar ul.menu {
    display: flex;
    padding: 0;
    margin-left: auto;
}

    div.navbar ul.menu.open {
    right:0;
    top:10vh;
    }

div.navbar ul.menu li {
    list-style-type: none;
    padding: 0 1rem;
}

div.navbar.sticky {
    background: #04b3aa;
}

div.navbar.green.sticky {
    background: #fff;
}

div.navbar.sticky .brand{
    width:15%;
}

    div.navbar.sticky .brand img {
        filter: brightness(100);

    }

    div.navbar.green.sticky .brand img {
        filter:brightness(1);
    }


    div.navbar ul.menu li a {
        text-decoration: none;
       /* color: #fff;*/
        font-weight: bold;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Barlow';
        font-size: 1.25rem;
        color:#fff;
      /*  color:rgba(28,59,105,.75);*/
   

    }

div.navbar.green ul.menu li a {
    color: rgb(4,179,170);
    /*  color:rgba(28,59,105,.75);*/
    /* color:rgb(214,236,233);*/
}

      /*  div.navbar ul.menu li a:after {
            margin-top: 20px;
            display: table;
            height: 4px;
            background: rgba(28,59,105,.75);
        }*/

div.navbar ul.menu li:hover a:after,
div.navbar ul.menu li a.item.active:after {
    width: 100%;
}

.maincontent .section.fluid {
padding:2rem 4rem;
}

.maincontent .section.teamlist {
padding:0;
}

.maincontent .section.teamlist .item{
    padding: 0rem 2rem;
    margin-bottom:4rem;
}

div.navbar ul.menu li a:after {
    content: "";
    display: block;
    /* position: absolute;*/
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    /* background: #17A2BF; */
    background: rgb(214,236,233);
    -webkit-transition: width .25s;
    -moz-transition: width .25s;
    -o-transition: width .25s;
    transition: width .25s;
    margin-top: .5rem;
}


.footer {
  
    background:rgb(28,59,105);
    color:#fff;
    display:flex;
  
    width:100%;
    display:flex;
    justify-content:center;
}


    .footer ul {
    list-style-type:none;
    }

.three.column.section,
.two.column.section,
.column.section {
    display: flex;
    flex-direction: row;
    padding-top:0;
}

    .column.section.divided .column:first-child {
       border-left:none;
    }

    .column.section.divided .column {
        border-left:2px solid #d6ece9;
    }

    .column.person img {
    /*     border-radius:10px;
     margin-bottom:1vh;*/
       max-width:120px;
       width:auto!important;
       margin:auto;
    }

.column.person p {
   text-align: left;
   /* word-break: break-all;
    word-wrap: break-word;
    text-align: justify;*/
    padding: 0;
    border: none;
}

            /*.column.section.divided */
            .column.person p span.edition.tag
            {
                font-size: .9rem;
                font-weight: bold;
                display: block;
                color: rgb(28,59,105);
              
            }

           
            /*.column.section.divided */
            .column.person .header span.sub.header {
                font-size: .9rem;
                font-weight: bold;
                display: block;
         
                color: #0bb1a8;
            }

    .column.section.divided .column{
    background:#fff!important;
    }

        .column.section.divided .column ul,
        .column.section.divided .column ol {
            padding: 0;
            border: none;
        }

.section.title.centered {
text-align:center;
padding-bottom:1rem;
}

    .three.column.section div.column,
    .two.column.section div.column 
    {
        width: 100%;
        /*  margin: 0 .5rem;*/
        background: #d6ece9;
        padding: 2rem;
        border-radius: 4px;
        box-sizing:border-box;
    }

    .three.column.section div.column,
    .two.column.section div.column
    
    {
        margin-left:2rem;
        display: flex;
        align-items: center;
        flex-direction: column;
        
    }


.topcontainer {
    position: absolute;
    width: 100%;
    height: 60vh;
   
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../media/images/previousedition.png');
}

.column.person {
 
    display: flex;
    align-items: center;
    flex-direction: column;
    padding:2rem;
}

.owl-next, .owl-prev {
    position: absolute;
    top: 50%;
    padding: 2rem !important;
    font-size: 2rem !important;
    
}

.owl-next:hover, .owl-prev:hover {
  background-color:transparent!important;
}

    .owl-next i,
    .owl-prev i {
        color: rgb(28,59,105);
    }
    .owl-next {
        right: 0;
    }
.owl-prev {
    left:0;
}
    .three.column.section div.column i, .two.column.section div.column i {
            color: rgba(4,179,170,.75);
            font-size: 5rem;
        }

    .column.section div.column:first-child {
        margin-left:0;
    }
        
    .column.section div.column p{
       padding:0;
       border:none;
       margin:0;
     /*  margin:2rem 0;*/
     
    }

.nopad.vertical {
padding:0 2rem 0 2rem;
}

            .three.column.section div.column h3 {
               /* border-bottom: 4px solid rgba(4,179,170,.25);
                padding-bottom:1rem;*/
                margin:0 0 1rem 0;
                display: inline-block;
                width: 100%;
              
            }


 div.column.person h3 {
    /* border-bottom: 4px solid rgba(4,179,170,.25);
                padding-bottom:1rem;*/
    margin: 1rem 0 0 0;
    display: inline-block;
    width: 100%;
}


.owl-carousel.owl-drag .owl-item {
    border-left:2px solid #d6ece9;
}

.owl-carousel.owl-drag .owl-item:first-child {
    border-left:none;
}

.greenheader {
    color: rgba(4,179,170,1);
}

    .footer .footer-container {
    max-width:1124px;
    width:100%;
    display:flex;
    flex-direction:row;
    padding:2rem;

    }


.footer .footer-container .column{
    width: 100%;
  
    margin-left:2rem;
}

        .footer .footer-container .column  img{
            width: auto;
			max-height:100px;
        }



/* previous editions */

.bannerimage {
position:absolute;
width:100%;
left:0;
}

.errormsg {
    display: block;
    color: #dc362e;
    font-weight:bold;
}

div.mobile_menu {
    display: none;
    font-size: 2rem;
    /*    background-color: #04b3aa;
    padding:10px;*/
    color: rgb(28,59,105);
    box-sizing:border-box;
    cursor:pointer;
}

div.navbar:not(.green).sticky .mobile_menu {
    color:#ffF;
}
/*video {
    filter: brightness(1);
}*/
@media only screen and (max-width: 1260px) {
    div .navbar ul.menu {
            flex-wrap: wrap;
        }

            div.navbar ul.menu li {
                padding: 0 1rem .5rem 1rem;
            }


        div.navbar ul.menu li a {
        font-size: 1.05rem;
    }



    } @media only screen and (max-width: 1024px) {
    div.navbar ul.menu {
        flex-direction: column;
        background-color: #04b3aa;
        padding: .5rem 0;
        margin: 0;
        position: absolute;
        right: -100vw;
        top:10vh;
    }

       

    div.mobile_menu {
    display:block;
    }
} @media only screen and (max-width: 980px) {
        .footer .footer-container,
        .three.column.section, .two.column.section, .column.section {
            display: block;
        }

            .three.column.section div.column, .two.column.section div.column {
                margin-left: 0;
                margin-top: 2rem;
            }

            .three.column.section div.column, .two.column.section div.column {
                align-items: flex-start;
            }

                .three.column.section div.column i, .two.column.section div.column i {
                    margin: auto;
                }

        .overlay p {
            padding: 2rem;
            font-size:2.5rem;
        }
    } @media only screen and (max-width: 840px) {


        .overlay.video video#innovalleypresentation {
            width: 90vw;
        }

        .footer .footer-container,
        .three.column.section, .two.column.section, .column.section {
            display: block;
        }



        .maincontent .section.teamlist .item {
            display: block;
        }

            .maincontent .section.teamlist .item .content {
                padding: 2rem 0;
            }

        .footer .footer-container .column {
            margin: 0;
        }

        .maincontent .section.fluid {
            padding: 1rem;
        }

        .maincontent .section.teamlist .item .image .legend .small.header .sub.header {
            display: inline-block;
        }

        .maincontent .section {
            padding: 1rem;
        }

        /*div.navbar .container {
            display: block;
        }

        

        div.navbar {
            padding: .5rem 0;
        }*/


            div.navbar.sticky .brand,
            div.navbar .brand {
                width: 100%;
                max-width: 100%;
            }


                div.navbar .brand img,
                div.navbar .brand .mobile_menu {
                    float: left;
                    /* text-align: center;*/
                }

                div.navbar .brand img {
                    min-width: 120px;
                    max-width: 220px;
                    margin: auto;
                }

            div.navbar.green ul.menu li a {
                color: #fff;
            }

            div.navbar ul.menu li {
                padding-top: 10px;
                width: fit-content;
            }
    }
	
	
	sup {
text-transform:lowercase!important;
}

.evalpan.content {
display:none;
}
.evalpan.content {
display:none;
}


.arrow.left
 {
    background: rgb(28,59,105);
    color: #fff;
    padding: 0 10px;
    border-radius: 5PX;
    FONT-SIZE: .8REM;
    MARGIN-right: 1REM;
    width:60px;
    cursor:pointer;
}

.evalpaneltitle {
width:300px;
}

.arrow.right {
    background: rgb(28,59,105);
    color: #fff;
    padding: 0 10px;
    border-radius: 5PX;
    FONT-SIZE: .8REM;
    MARGIN-LEFT: 1REM;
    width: 60px;
    cursor: pointer;
}

.biobutton {
    background: rgb(28,59,105);
    color: #fff;
    padding: 0 10px;
    cursor: pointer;
    display:inline-block;
    border-radius:5px;
    margin-top:5px;
}

.evalpanel {
display:none;
}


div.personinfo img{
  max-height:175px!important;
  width:auto;
  border-radius:5px;
}

    div.personinfo h3.header a {
        text-decoration: none;
        color: #006699!important;
    }

div.personinfo h3.header span.sub.header{
   text-transform:none!important;
   font-family:'Barlow'!important;
   font-size:.9rem;
   line-height:1.25rem;
}

div.column.person.evalpan {
display:flow!important;
line-height:1.55rem!important;
padding:0 2rem!important;
}

.evalpan.content p {
    text-align:justify;
    font-size:1rem!important;
}
	

.modal {
    display: none; /* escondido por padrão */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.6);
    padding: 15px;
	box-sizing:border-box;
}

/* Conteúdo do modal */
.modal-content {
    background: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 12px;
    width: 80%;
    max-width: 700px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    font-family: Arial, sans-serif;
    line-height: 1.5;
    animation: fadeInScale 0.3s ease;
	box-sizing:border-box;
}

/* Animação */
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Botão fechar */
.close {
    color: #333;
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

    .close:hover {
        color: red;
    }

/* Título */
#modalTitle {
    margin-top: 0;
    font-size: 22px;
    font-weight: bold;
}

/* Responsividade */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        margin: 10% auto;
        border-radius: 8px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .modal-content {
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 0;
        padding: 20px;
        overflow-y: auto;
    }

    .close {
        font-size: 28px;
    }

    #modalTitle {
        font-size: 20px;
    }
}