@import "https://fonts.googleapis.com/css?family=Raleway:100,400,700";
@font-face {
  font-family: "LMRomanSlant10";
  src: url("fonts/lmromanslant10-regular-webfont.eot");
  src: url("fonts/lmromanslant10-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/lmromanslant10-regular-webfont.woff") format("woff"),
    url("fonts/lmromanslant10-regular-webfont.ttf") format("truetype"),
    url("fonts/lmromanslant10-regular-webfont.svg#latin_modern_roman_slante10Rg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #efefef;
  margin-bottom: 2%;
}

header {
  position: sticky;
  top: 0;
  background-color: transparent !important;
  z-index: 1;
  margin: auto;
  margin-left: 65%;
}
/*
.menuNav {
  background-color: transparent !important;
}

#menuDiv > {
  background-color: transparent !important;
}
/* MENU */
/* .menu li {
  display: inline;
  margin: 0 auto;
}

.menu ul {
  background-color: transparent;
}  */

.menuNav {
  display: flex;
  justify-content: space-between;
  background-color: rgba(225, 225, 225, 0.8);
  position: sticky;
  bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 5px 4px 4px rgba(113, 113, 113, 0.2);
}

.menuNav .menuDiv a {
  background-color: transparent;
}
.menuDiv {
  display: flex;
  align-items: center;
  background-color: transparent;
  margin-top: 5px;
}

.menuDiv ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.menuDiv li {
  margin: 0 10px;
  background-color: transparent;
}

.menuDiv a {
  text-decoration: none;
  color: #454545;
  background-color: transparent;
}

/*  FIN */
body {
  display: flex;
  flex-direction: column;
}

.tamano {
  width: 1440px;
  height: 700px;
  min-height: 400;
  margin: 0 auto;
}

.tamanoImg {
  width: 1440px;
  height: 700px;
  min-height: 400;
  margin: 0 auto;
}

.container {
  width: auto;
  /* min-width: auto; */
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
  background-color: #efefef;
  overflow: hidden;
  margin-top: 0;
}

.container h1 {
  text-transform: capitalize;
  flex: 1;
  text-align: left;
  padding: 30px;
  margin: 50px;
  font-size: 50px;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 100;
}

.container p {
  font-size: 45px;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 100;
}

.container .reveal {
  font-size: 22px;
  line-height: 1.6;
  font-family: "LMRomanSlant10", serif;
  color: #111;
  text-transform: initial;
}

img {
  flex: 1;
  text-align: center;
  width: 50%;
  height: auto;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.full {
  padding: 0;
}

.slide {
  margin: 0%;
  padding: 0;
  width: 120%;
  height: auto;
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
}

.active {
  opacity: 1;
}

.carousel {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  /*  background-color: blue; */
}

@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.reveal {
  opacity: 0;
}

.reveal-visible {
  animation-duration: 2s;
  animation-name: fade-in-right;
  animation-fill-mode: forwards;
}

#contact .container {
  display: flex;
  flex-direction: column;
}

#contact .container h1 {
  flex: 0;
  padding: 0 auto;
  margin: 0 auto;
}

#contact .tamano .container {
  text-align: center;
  height: 100%;
  width: auto;
}

#contact .tamano form input[type="email"],
#contact .tamano form input[type="text"] {
  width: 49%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #111;
  border-radius: 0;
  background: transparent;
  font-size: 100%;
}

#contact .tamano form textarea {
  width: 99%;
  height: 190px;
  margin: 30px 0;
  padding: 10px 15px;
  border: 1px solid #111;
  border-radius: 0;
  background: transparent;
  resize: none;
  font-size: 100%;
}

#contact .tamano form input[type="submit"] {
  width: 100%;
  height: 50px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  background-color: #111;
  font-size: 100%;
}

.copyright {
  display: flex;
  justify-content: center;
}

@media (max-width: 1406px) {
  .tamano {
    width: 100%;
    height: 700px;
    margin: 0 auto;
  }

  .tamanoImg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .tamano .container h1 {
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 35px;
  }

  .container p {
    font-size: 25px;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 100;
  }

  .tamano .container img {
    display: none;
  }

  .tamanoImg .container .full {
    display: flex;
    width: 100%;
    margin: 0;
  }

  .tamanoImg .container .slide {
    display: flex;
  }
  #carousel img {
    display: flex;
  }
  .slide {
    width: 220%;
    margin: 0;
  }
  .nav {
    margin: 0 auto;
    padding-left: 80%;
  }

  header {
    margin: auto;
  }
}

@media (max-width: 750px) {
  header {
    margin: auto;
  }
}

@media (max-width: 450px) {
  header {
    margin: auto;
  }

  .tamano {
    width: 100%;
    height: 500px;
    margin: 0 auto;
  }

  .container p {
    font-size: 20px;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 100;
  }

  .tamano .container h1 {
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 20px;
  }
  #texto1 {
    font-size: 15px;
  }
  #contact .tamano form textarea {
    width: 99%;
    height: 90px;
    margin: 30px 0;
    padding: 10px 15px;
    border: 1px solid #111;
    border-radius: 0;
    background: transparent;
    resize: none;
    font-size: 100%;
  }

  header {
    z-index: 1;
  }
}
