/* --------------------------------

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;

  font-family: "Roboto", sans-serif;
  color: #3d3536;
  background-color: white;
}

body, html {
  /* important */
  height: 100%;
}

a {
  color: #b4d7a8;
  text-decoration: none;
}


.btn{width:50%; }


/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.md-trigger{ cursor:pointer;}


/* --------------------------------

Main components

-------------------------------- */
.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index:2;
}
.cd-header:after {
  content: "";
  display: table;
  clear: both;
}
.cd-header #cd-logo {
  float: left;
  margin: 13px 0 0 5%;
}
.cd-header #cd-logo img {
  display: block;
  width:100%;}



h1{ font-size:35px;}

h2{ font-size:30px;}

h2#ser{ font-size:40px; text-align:left; top: 8%;}



article#art1{ width:50%; text-align:justify; margin:0.8em; font-size:25px;  padding:0.8em; display:inline-block;
	}
article#art2{ width:30%;  vertical-align:top; margin:0.8em; font-size:25px;  padding:0.8em; display:inline-block;
	}
article#art3{ width:90%;  vertical-align:top; margin:0.5em auto;  display:block;
	}

div#colab{ width:90%; margin:0.5em auto;}


div#map{ width:90%; margin:1em auto; margin-bottom:0; margin-top:0;  display:block; }
iframe{ width:100%; height:550px;  }


article#artc1{ width:40%; color: #FFFFFF; text-align:left;  margin-left:3%; margin-top:8em; padding:0.6em; padding-right:0.6em;  display:inline-block; text-shadow: 0 3px 3px rgba(0, 0, 0, 1.0);  background:rgba(0,0,0,0.5);
	}
article#artc2{ width:50%; color: #FFFFFF;  vertical-align:top; margin-left:5%; padding:0.6em; margin-top:8em; display:inline-block;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 1.0);  background:rgba(0,0,0,0.5);}

input{background: rgba(0,0,0,0.4);  border: 1px solid #FFFFFF; padding:0.2em;
	font-size:20px; text-align:left; width:100%; height:30px; color:#DBD9D9;
	font-family:Arial, Helvetica, sans-serif;}

input#sub{background:rgba(0,0,0,0.4); font-size:20px; padding:0.2em; text-align:center;
	width:90px; font-family:Arial, Helvetica, sans-serif; color: #DBD9D9;}
	textarea{background:rgba(0,0,0,0.4); border: 1px solid #FFFFFF; font-size:20px; text-align:left; width:100%; color:#DBD9D9; -webkit-appearance: none;}

	select{-webkit-appearance: none;
  appearance: none;
  background: rgba(0,0,0,0.4);  border: 1px solid #FFFFFF; padding:0.2em;
	font-size:20px; text-align:left; width:100%; height:35px;
 color: #DBD9D9;
  outline: 0;

  border-color: white;

  border-radius:0;
  background: linear-gradient(white, white) no-repeat,
              linear-gradient(-135deg, rgba(255,255,255,0) 50%, black 50%) no-repeat,
              linear-gradient(-225deg, rgba(255,255,255,0) 50%, black 50%) no-repeat,
              linear-gradient(white, white) no-repeat;
  background-color:rgba(0,0,0,0.4);
  background-size: 1px 100%, 20px 20px, 20px 20px, 20px 60%;
  background-position: right 20px center, right bottom, right bottom, right bottom; }





footer{ background:rgba(0,0,0,0.5);}

section#info{ width:60%; margin:0.5em; font-size:12px; color:white; padding:0.5em; display:inline-block; vertical-align:central;}
aside#social{ width:30%; margin:0.5em; display:inline-block; text-align:right; vertical-align:bottom;}

li#s{ width:10%; list-style:none; display:inline-block;}

li#idi{ display:none;}


h3#ctext{text-align:center; font-size:15px; color:#FFFFFF;}

img#per{ width:100%;}

div#lang{ position:fixed; width:5%; top:0; right:0; z-index:3; height:100%; }
li#la{display:inline-block; margin:0;  width:45%;  list-style:none;  }

li#la:hover{ background: #2C71D4; }


@media only screen and (min-width: 768px) {
  .cd-header {
    height: 70px;
  }
  .cd-header #cd-logo {
    margin: 23px 0 0 5%;
  }
}

.cd-main-nav {
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("../img/cd-icon-menu.svg") no-repeat center center;
  background-size: 44px 44px;
  cursor: pointer;
}
.cd-main-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cd-main-nav ul.is-visible {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.cd-main-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #2f292a;
  border-top: 1px solid #453c3d;
  color: #8e7d7f;
}
@media only screen and (min-width: 768px) {
  .cd-main-nav {
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .cd-main-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }
  .cd-main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-main-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-main-nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    color: #004e7d;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .no-touch .cd-main-nav a:hover {
    color: #99a478;
  }
}

.cd-main-content {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
  z-index: 1;
}

.cd-fixed-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.cd-fixed-bg h1, .cd-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 1.0);
  color: white;
}
.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/cd-background-1.jpg");
}
.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/cd-background-2.jpg");
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url("../img/cd-background-3.jpg");
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url("../img/cd-background-4.jpg");
}

.cd-fixed-bg.cd-bg-5 {
  background-image: url("../img/cd-background-5.jpg");
}
@media only screen and (min-width: 768px) {
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 36px;
  }

}
@media only screen and (min-width: 1170px) {
  .cd-fixed-bg {
    background-attachment: fixed;
  }
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 48px;
    font-weight: 300;
  }



  }


.cd-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 4em 0;
  line-height: 1.6;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.cd-scrolling-bg.cd-color-1 {
  background-color: #3d3536;
  color: #a6989a;
}
.cd-scrolling-bg.cd-color-2 {
  background:url(../img/tweed2.png);
  background-size:30%;
  color: #FFFFFF;
}
.cd-scrolling-bg.cd-color-3 {
 background:url(../img/tweed2.png);
  background-size:30%;
  color: #FFFFFF;
}
}
@media only screen and (min-width: 768px) {
  .cd-scrolling-bg {
    padding: 8em 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    font-weight: 300;
  }


}

@media only screen and (max-width: 800px) {
	article#artc1{ width:90%; background:none; color: #FFFFFF;  text-align:left; margin:0.5em auto; padding-top:8em;  display:block;
	}
article#artc2{ width:90%; background:none; color: #FFFFFF;  vertical-align:top; margin:0.5em auto; padding-top:8em; display:block;
	}


	article#art1{ width:90%; font-size:20px; background:none; color: #FFFFFF;  text-align:left; margin:0.5em auto; padding-top:4em;  display:block;
	}
article#art2{ width:90%; font-size:20px; background:none; color: #FFFFFF;  vertical-align:top; margin:0.5em auto; padding-top:3em; display:block;
	}
	article#art3{padding-top:3em;
	}

	li#idi{ width:15%; list-style:none; display:inline-block;  }


	div#lang{ display:none; }


}

@media only screen and (max-width: 600px) {

h2#ser{ font-size:40px; text-align:left; top: 8%;}

.cd-header #cd-logo img {
  display: block;
  width:80%;
}

article#art1{ width:90%; text-align:justify; margin:0.5em auto; display:block;
	}
article#art2{ width:90%;  vertical-align:top; margin:0.5em auto;  display:block;
	}

article#artc1{ width:90%; background:none; color: #FFFFFF;  text-align:left; margin:0.2em auto; padding-top:8em;  display:block;
	}
article#artc2{ width:90%; background:none; color: #FFFFFF;  vertical-align:top; margin:0.2em auto; padding-top:0.8em; display:block;
	}
	li#s{ width:20%; list-style:none; display:inline-block;}

	li#idi{ width:25%; list-style:none; display:inline-block;  }




	article#art1{  text-align:justify; font-size:15px;
	}

	img#per{ width:70%; margin:0.2em auto;}

}
