@charset "utf-8";

@import url("../webfonts/GloucesterMT_ExtraCondensed/stylesheet.css");
/* CSS Document */
.logotipo {
  width: 100px;
  height: 100px;
  float: left;
  border: none;
  cursor: pointer;
  background-image: url(../img/logo.svg);
  background-position: center, center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  background-repeat: no-repeat;
}

.logotipo:hover {
  background-image: url(../img/logo_hover.svg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

.logotipo img {
  width: 100%;
}

#MenuContainer {
  display: none;
  width: 100%;
  height: 100px;
  background-image: url(../img/header.png);
  background-size: cover;
  background-position: center center;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
  position: fixed;
  z-index: 30;
}

.nav {
  max-width: 1200px;
  height: 100px;
  margin: auto;
}

.triangle {
  background-image: url(../img/triangle.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  background-size: cover;
}

nav {
  width: 75vw;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
  font-family: "GloucesterMT ExtraCondensed";
  letter-spacing: 4px;
  color: black;
  font-size: 18pt;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

/*a:hover {
	color: sienna;
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}*/

ul {
  margin: 0;
  padding: 0;
  height: inherit;
}

nav ul li {
  display: inline-block;
}

/*nav a {
  color:#F8ECC2;
  display:block;
  text-decoration: none;
  padding:20px 30px;
 }

nav a:hover {
  background: #E65540;
}*/

.menu-trigger {
  display: none;
}

#logo_cont {
  width: 80vw;
  height: 80vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (max-width:1366px) {
  #logo {
    margin-left: 0vw;
  }

  .triangle {
    margin-left: 6px;
    margin-right: 6px;
    height: 16px;
    width: 16px;
  }

  .nav {
    max-width: 1100px;
    height: 100px;
    margin: auto;
  }

  nav {
    width: auto;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin-left: 0;
    margin-right: 1vw;
    float: right;
  }

  a {
    font-size: 20pt;
  }
}

@media screen and (max-width:1024px) {
  .nav {
    max-width: 1000px;
    height: 100px;
    margin: auto;
    padding: 0px 0px 0px 0px;
  }

  .logotipo {
    width: 80px;
    height: 80px;
    margin: 10px 0px 0px 10px;
  }

  a {
    font-size: 18pt;
  }
}

@media screen and (max-width:768px) {
	
#MenuContainer {
    height: 75px;
}
  .nav {
    max-width: 900px;
    height: 75px;
    margin: auto;
  }

  nav {
    height: 100px;
    width: 35vw;
    float: right;
    margin-right: 0vw;
    line-height: 75px;
  }

  ul {
    height: auto;
    background-color: antiquewhite;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../img/home.jpg);
/*    -webkit-box-shadow: inset 0px 10px 30px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 10px 30px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 10px 30px 0px rgba(0,0,0,0.5);*/
}

  .triangle {
    display: none;
  }

  a {
    font-size: 18pt;
  }

nav ul li {
    display: block;
    border-top: 1px rgba(0, 0, 0, 0.25) solid;
    line-height: 50px;
    text-align: right;
    padding-right: 2vw;
}

  nav ul {
    display: none;
  }

  .menu-trigger {
    font-size: 4vw;
    text-align: right;
    margin-right: 3vw;
    display: block;
  }

  .menu-trigger {
    font-size: 20pt;
  }
  
  .logotipo {
    width: 75px;
    height: 75px;
    margin: 0px 0px 0px 10px;
}
}

@media screen and (max-width:480px) {
  #MenuContainer {
    display: none;
    width: 100%;
    height: 75px;
    background-image: url(../img/header.png);
    background-size: cover;
    background-position: center center;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    position: fixed;
    z-index: 30;
  }

  .logotipo {
    width: 75px;
    height: 75px;
    margin: 0px 0px 0px 10px;
  }

  .nav {
    max-width: 900px;
    height: 75px;
    margin: auto;
    line-height: 75px;
  }

  #logo_cont {
    width: 100vw;
  }

  .menu-trigger {
    font-size: 30pt;
    text-align: right;
    margin-right: 3vw;
  }

a {
    font-size: 18pt;
}

  nav {
    width: 185px;
    float: right;
    margin-right: 0vw;
  }

nav ul li {
    line-height: 40px;
    text-align: right;
    padding-top: 6px;
    padding-right: 2vw;
}

.menu-trigger {
    font-size: 28pt;
}
}

@media screen and (max-width:320px) {

  #logo_cont {
    width: 100vw;
  }

  .menu-trigger {
    font-size: 25pt;
    text-align: right;
    margin-right: 3vw;
  }

a {
    font-size: 16pt;
}

  nav {
    width: 165px;
    float: right;
    margin-right: 0vw;
  }

nav ul li {
    line-height: 35px;
    text-align: right;
    padding-right: 2vw;
}

  .nav {
    max-width: 900px;
    height: 75px;
    margin: auto;
  }

.menu-trigger {
    font-size: 26pt;
}
}

@media (max-width: 900px) and (orientation: landscape) {
  #logo_cont {
    width: 100vw;
  }

  header {
    height: 50px;
  }

  nav {
    height: 50px;
    line-height: 50px;
    width: 24vw;
  }

  #logo {
    margin-left: 2vw;
    width: 50px;
    height: 50px;
    background-size: 50px;
  }

a {
    font-size: 20pt;
}

nav ul li {
    line-height: 35px;
    padding-top: 8px;
}

  .logotipo {
    width: 50px;
    height: 50px;
    margin: 0px 0px 0px 10px;
  }

  #MenuContainer {
    height: 50px;
  }
}