html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 10pt;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
    padding: 10px 10px;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #222;
    padding: 0.2em 0;
}

.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  width: 250px;
}

.button1 {
  background-color: #f5f5f5; 
  color: black; 
  border: 2px solid rgba(0,0,0,0.4);
  font-family: 'Michroma', sans-serif;
}

.button1:hover {
  background-color: rgba(0,0,0,0.4);
  color: white;
}

.button2 {
  background-color: #f5f5f5; 
  color: black; 
  border: 2px solid #354A2E;
}

.button2:hover {
  background-color: #658D8F;
  color: white;
}

video { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  object-fit: cover;
  object-position: center;
}

/* ==========================================================================
   Parallax Scroll
   ========================================================================== */
body, html {
	height: 100%;
	min-height: 100%;
	background-color: #f5f5f5;
}

.no-js {
	padding-top: 106px;
}
			
h1 {
    height: 50%;
				/* The html and body elements cannot have any padding or margin. */
	font-size: 2.5em;
	font-family: 'Michroma', sans-serif;
	color: #bd0a0a;
	margin-top: 5px;
	float: left;
	top: 20px;
	margin-left: 1%;
	vertical-align: central;
}
			
h2 {
	color: #000000;
	font-family: 'Quattrocento Sans';
	font-weight: lighter;
	font-size: 1vw;
	float: right;
	margin-top: 32px;
}

h3 {
	color: #000000;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	float: right;
	margin-top: 15px;
}

h4 {
	color: #f4f4f4;
	font-family: 'Michroma', sans-serif;
	font-weight: 400;
	float: left;

	margin: 3%; 
	margin-left: 8%;
	background-color: rgba(0,0,0,0.4);
}

h9 {
	color: #000000;
	font-family: 'Michroma', sans-serif;
	font-weight: 400;
	float: left;
	font-size: 1.6vw;
	margin: 2%; 
	margin-left: 2%;
	margin-right: 2%;
}

h5 {
	color: #000000;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	float: left;
	margin-top: 15px;
	margin-left: 3%; 
}

h6 {
    height: 50%;
				/* The html and body elements cannot have any padding or margin. */
	font-size: 4.5em;
	font-family: 'Michroma', sans-serif;
	color: #bd0a0a;
	margin-top: 10px;
	float: left;
	top: 20px;
	margin-left: 10%;
	vertical-align: center;
}

h7 {
	color: #000000;
	font-family: 'Michroma', sans-serif;
	font-weight: 400;
	float: left;

	margin-top: 20px;
	margin-right: -2%; 
	margin-left: 8%;
	vertical-align: center;
}

h8 {
    height: 50%;
				/* The html and body elements cannot have any padding or margin. */
	font-size: 2em;
	font-family: 'Michroma', sans-serif;
	color: #f4f4f4;
	margin-top: 5px;
	float: left;
	top: 20px;
	margin-left: -15%;
	vertical-align: central;
	background-color: rgba(0,0,0,0.4);
	margin-right: 25px;
}

			
.entry-header .inner {
	text-align: left;
	margin: 0 auto 10px auto; 
	width: 900px;
	position: fixed;
}

.entry-header { padding-top: 5px; background-color: #f5f5f5; width:100%; position: fixed; top: 0; left: 0; z-index: 999999}

/*barra lateral*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav1 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 80px;
}

.sidenavUp {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #f5f5f5;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 80px;
  opacity: 0.5;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  font-family: 'Michroma';
}

.sidenav1 a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  font-family: 'Michroma';
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.image-left {
    float:right;
    padding: 10px 3px;
}

.image-1 {
    background-image: url('../img/bcg_slide-1.jpg');
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 50px;
}

.image-3 {
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 10px;
}

.image-5 {
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 10px;
}

.image-6 {
    background-image: url('../img/bcg_slide-4.jpg');
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 50px;
}

.image-2 {
    background-image: url('../img/bcg_slide-2.jpg');
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 120px;
}

.image-4 {
    background-image: url('../img/bcg_slide-3.jpg');
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 120px;
}

.image-7 {
    background-image: url('../img/bcg_slide-5.jpg');
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 120px;
}

.image-8 {
    background-image: url('../img/bcg_slide-6.jpg');
    height: 750px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 50px;
}

.image-10 {
    background-image: url('../img/bcg_slide-7.jpg');
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    top: 120px;
}

.image-9 {
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 40px;
}

.image-11 {
    background-image: url('../img/bcg_slide-8.jpg');
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 50px;
}

.image-12 {
    background-image: url('../img/bcg_slide-9.jpg');
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 50px;
}

.image-13 {
    background-image: url('../img/bcg_slide-10.jpg');
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 50px;
}

.image-14 {
    background-image: url('../img/bcg_slide-11.jpg');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 120px;
}

.image-15 {
    background-image: url('../img/bcg_slide-12.jpg');
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 120px;
}

.image-16 {
    background-image: url('../img/bcg_slide-13.jpg');
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 120px;
}

.image-17 {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 80px;
}

.image-18 {
    background-image: url('../img/bcg_slide-14.jpg');
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 120px;
}

.image-31 {
    background-image: url('../img/bcg_slide-62.jpg');
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 120px;
}

.image-19 {
    background-image: url('../img/bcg_slide-15.jpg');
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 120px;
}

.image-20 {
    background-image: url('../img/bcg_slide-16.jpg');
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 120px;
}

.image-21 {
    background-image: url('../img/bcg_slide-17.jpg');
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 120px;
}

.image-22 {
    background-image: url('../img/bcg_slide-18.jpg');
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 120px;
}

.image-23 {
    background-image: url('../img/bcg_slide-19.jpg');
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 120px;
}

.image-24 {
    height: 850px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 80px;
}

.image-25 {
    background-image: url('../img/bcg_slide-30.jpg');
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 120px;
}

.image-26 {
    background-image: url('../img/bcg_slide-54.jpg');
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    position: relative;
    top: 10px;
}

.image-27 {
    background-image: url('../img/bcg_slide-57.jpg');
    height: 610px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    position: relative;
    top: 10px;
    background-color: #111;
}

.image-28 {
    height: 1700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 10px;
    flex-direction: column;
}

.image-29 {
    background-image: url('../img/bcg_slide-60.jpg');
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    top: 10px;
    
}

.image-30 {
    background-image: url('../img/bcg_slide-61.jpg');
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 120px;
}

.hero-text {
  text-align: left;
  position: absolute;
  top: 70%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.hero-text1 {
  text-align: right;
  position: absolute;
  top: 15%;
  left: 65%;
}

.hero-text2 {
  text-align: left;
  position: absolute;
  top: 40%;
  left: 35%;
  transform: translate(-50%, -50%);
}

.hero-text3 {
  text-align: right;
  position: absolute;
  top: 15%;
  left: 85%;
}

.hero-text4 {
  text-align: justify;
  position: absolute;
  top: 0%;
  left: 50%;
  right: 1%;
}

.hero-text5 {
  text-align: justify;
  position: absolute;
  top: 10%;
  left: 50%;
  right: 1%;
}

.hero-text6 {
  text-align: center;
  position: absolute;
  top: 65%;
  left: 50%;
  right: -30%;
  transform: translate(-50%, -50%);
}

.hero-text7 {
  text-align: left;
  position: absolute;
  top: 75%;
  left: 40%;
  right: -20%;
  transform: translate(-50%, -50%);
}

.hero-text8 {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.hero-text9 {
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  right: 1%;
  transform: translate(-50%, -50%);
}


#instafeed {
  max-width:1080px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.dot, .dot2, .dot3, .dot4, .dot5, .dot6 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover, .dot2:hover, .dot3:hover, .dot4:hover, .dot5:hover, .dot6:hover{
  background-color: #717171;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  left: -2%;
  margin: auto;
}

.mySlides {
  display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

{box-sizing:border-box}


.hero-text a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  display: block;
  transition: 0.3s;
  font-family: 'Michroma';
  margin-left: 10%;
  animation: color-change 4s infinite;
  width: 100%;
  border: 2px solid #000000;
  background-color: rgba(0,0,0,0.2);
}

.hero-text8 a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  display: block;
  transition: 0.3s;
  font-family: 'Michroma';
  margin-left: 10%;
  animation: color-change8 6s infinite;
  width: 100%;
  border: 2px solid #000000;
  background-color: rgba(0,0,0,0.2);
}

.hero-text2 a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  display: block;
  transition: 0.3s;
  font-family: 'Michroma';
  margin-left: 10%;
  animation: color-change2 4s infinite;
  width: 100%;
  border: 2px solid #ffffff;
  background-color: rgba(0,0,0,0.2);
}

@keyframes color-change {
  0% { color: #000000; }
  50% { color: #ffffff; }
  100% { color: #000000; }
}

@keyframes color-change8 {
  0% { color: #000000; }
  50% { color: #ffffff; }
  100% { color: #000000; }
}

@keyframes color-change2 {
  0% { color: #7e7e7e; }
  50% { color: #ffffff; }
  100% { color: #7e7e7e; }
}

.hero-text a:hover {
  animation: color-changestop 1s infinite;
  background-color: #f5f5f5; 
  border-radius: 0.5em;
  margin-left: 10%;
  width: 100%;
}

.hero-text8 a:hover {
  animation: color-changestop 1s infinite;
  background-color: #f5f5f5; 
  border-radius: 0.5em;
  margin-left: 10%;
  width: 100%;
}

.hero-text2 a:hover {
  animation: color-changestop 1s infinite;
  background-color: #f5f5f5; 
  border-radius: 0.5em;
  margin-left: 10%;
  width: 100%;
}

@keyframes color-changestop {
  0% { color: #bd0a0a; }
  50% { color: #bd0a0a; }
  100% { color: #bd0a0a; }
}







