/* montserrat-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/montserrat-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
/* raleway-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/raleway-v34-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* raleway-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v34-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* raleway-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/raleway-v34-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* raleway-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/raleway-v34-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* raleway-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/raleway-v34-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

html {
    box-sizing: border-box;
    display: block;
    
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.clear::after {
    clear: both;
}
.clear::before,
.clear::after {
    display: block;
    content: "";
}
.pgs-list.display {
    display: block;
}
h1, h2, h3, h4, p, a, div, ul, li {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;

}
img {
  vertical-align: top;
  width: 100%;
}
ul {
    list-style: none;
}
body{
    padding: 0;
    margin: 0;
    background: url(/images/body-bg.jpg);
    background-size: cover;
    font-family: 'Raleway';
    background-attachment: fixed;
}
main a{
    display: inline;
}
.display-button{
    cursor: pointer;
    margin-right: 30px;
    background-color: #18222B;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 50px;
  }
  .display-button span{
    background-color:#fff;
    display: block;
    height: 3px;
    margin-bottom: 3px;
    width: 20px;
    border-radius: 1px;
  }
  .topbar{
    background-color: #000;
    border-bottom: 2px solid #fff;
  }
  .nav-list{
    font-family: 'Raleway';
    background-color: #000;
    color: #fff;
    margin-top: -2px;
    display: none;
  }
  .nav-list.show{
    display: block;
  }
  .nav-list li{
    border-bottom: 1px solid #181818;
    padding: 15px 0;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
  }
  .nav-list li:hover{
    color:#00AFC4 ;
  }
  .nav-list a{
    color: #fff;
    display: block;
  }
  .nav-list a:hover{
    color: #00AFC4;
  }
  .logo{
    background-color: #333;
    padding: 1px;
  }
  .logo p{
    float: left;
    color: #00AFC4;
    font-size: 22px;
    margin-top: 5px;
    margin-left: 10px;
    cursor: pointer;
  }
  .logo img{
    float: left;
  }
  .logo span{
    color: #e83e8c;
  }
  .cent{
    width: 250px;
    margin: 10px auto;
  }
  .imag{
    background: url(/images/banner-pattern.png);
    padding-bottom: 5px;
    background-color:  #00afc4;
  }
  .node-readmore a{
    background: #00AFC4;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    display: block;
  }
  .unu li{
    display: inline-block;
  }
  .comment-add {
    background: url(/images/marker.png) no-repeat scroll 4px center rgba(0, 0, 0, 0);
    list-style: none outside none;
    margin: 0 0 2px;
    padding: 0 0 0 15px;
    text-align: left;
  }
  .comment-add a{
    color: #00AFC4;
    font-size: 14px;
  }
  .container{
    background-color: #fff;
    padding-top: 1px;
    padding-bottom: 15px;
  }
  .down{
    margin-top: 15px;
    width: 90%;
    max-width: 450px;
    margin: 15px auto;
}
.unu{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;

}
.unu p{
    text-align: center;
    margin-top: 10px;
    line-height: 25px;
}
.unu h2{
    color: #e22d78;
    cursor: pointer;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
}
.unu h3{
    background: rgb(247, 247, 247);
    border: 1px solid rgb(236, 236, 236);
    border-radius: 4px;
    clear: both;
    color: rgb(56, 56, 56);
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 8px;
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
}
.wrapper{
    width: 95%;
    margin: 0 auto;
}
.unu img{
    cursor: pointer;
}
.menu{
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}
.menu li{
    background: url(/images/marker.png) no-repeat scroll 4px center rgba(0, 0, 0, 0);
    list-style: none outside none;
    margin: 0 0 2px;
    padding: 0 0 0 15px;
    text-align: left;
    color: #00AFC4;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
}
.first li{
    color: #000;
}
.menu h2{
    text-align: center;
    font-family: 'Montserrat';
    margin-bottom: 15px;
    font-weight: 500;
}
.tema span{
    background-color: #1caec6;
    color: #fff;
    padding: 3px;
    margin-bottom: 4px;
    cursor: pointer;
}
.tema{
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center; 
}
.tema p{
    line-height: 30px;
    text-align: center;
}
.tema span:hover{
    background-color: #fff;
    color: #00AFC4;
}
.tema h2{
    text-align: center;
    font-family: 'Montserrat';
    margin-bottom: 15px;
    font-weight: 500;
}


.loc span{
    background-color: #1caec6;
    color: #fff;
    padding: 3px;
    margin-bottom: 4px;
    cursor: pointer;
}
.loc{
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center; 
}
.loc p{
    line-height: 30px;
    text-align: center;
}
.loc span:hover{
    background-color: #fff;
    color: #00AFC4;
}
.loc h2{
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 15px;
}


footer{
    background-color: #121212;
}
.doi{
    color: #ddd;
    padding-top: 15px;
    padding-bottom: 15px;

}
.doi h2{
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 5px;
}
.doi p{
    font-size: 15px;
    padding: 3px;
}
.doi li{
    background: url(/images/marker.png) no-repeat scroll 4px center rgba(0, 0, 0, 0);
    list-style: none outside none;
    margin: 0 0 2px;
    padding: 0 0 0 15px;
    text-align: left;
}
.acru p{
    color: #999;
    text-align: center;
    font-size: 13px;
}
.acru span{
    color: #00AFC4;
    cursor: pointer;
}
.acru {
    margin-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #99999953;
    padding-top: 40px;
}


.second{
    background-color: #fff;
    padding-top: 1px;
    padding-bottom: 15px;
}
.sec-nav{
    display: none;
}

.second h1{
    font-weight: 400;
    color: #00AFC4;
    padding-top: 50px;
    text-align: center;
}
.second span{
    color: #e22d78;
}
.content{
  background-color: #edecf8;
  padding-top: 50px;
  padding-bottom: 30px;
}
.content h1{
    color: #e22d78;
    text-align: center;
  padding-bottom: 40px;
  }
  .content h2{
    color: #00afc4;
    padding-top: 20px;
  }

  .content h3{
    color: #333;
    padding-top: 20px;
  }
  .content p{
    line-height: 25px;
    padding-top: 20px;
  }




@media (min-width:767px){
.unu{
width: 31%;
float: left;
margin-left: 2%;
}

.topbar{
    display: none;
}
.sec-nav {
background-color: #fff;
padding-bottom: 15px;
display: block;
}

.sec-nav li{
    padding: 5px 15px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    color:#00AFC4 ;
    float: left;  
    font-weight: 500;
}
.sec-nav a{
    color: #00AFC4;
}
.active a{
    color: #121212;
    display: inline;
}
.wrap{
    width: 550px;
    margin: 0 auto;
}
.logo{
    background-color: #fff;
}
.page-wrapper{
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
}
.tema{
    width: 30%;
    float: left;
    margin-left: 2%;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.menu{
    width: 30%;
    float: left;
    margin-top: 30px;
    margin-left: 2%;
    padding-left: 20px;
    padding-right: 20px;
}
.loc{
    width: 30%;
    float: left;
    margin-top: 30px;
    margin-left: 2%;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.container{
    background-color: #ffffffb0;
}

.doi{
    width: 30%;
    float: left;
    margin-left: 2%;
    }

.wrapper{
    width: 100%;
}




}





@media (min-width:980px){
.logo{
    float: left;
}
.sec-nav{
    float: right;
    margin-top: 15px;
}
.white{
    background-color: #fff;
}
.second h1{
text-align: left;
}





}