* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden !important;
  background-color: #FFFFFF;
}

ul {
  list-style: none;
}

h1 {
  position: relative;
  font-size: 40px;
  color: #333333;
  font-weight: 300;
  font-family: 'Cairo', sans-serif;
  margin-top: 0;
  margin-bottom: 30px;
}

h1::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 3px;
  left: 100px;
  bottom: -15px;
  background-color: #c5cd01;
}

h2 {
  position: relative;
  font-size: 27px;
  font-weight: 400;
  font-family: 'Cairo', sans-serif;
  color: #ffffff;
}

h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Cairo', sans-serif;
  color: #c31610;
}

h3::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  left: -10px;
  bottom: -5px;
  background-color: #ffffff;
}

h4 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Cairo', sans-serif;
  font-style: italic;
  color: #998675;
}

p {
  font-size: 19px;
  font-weight: 400;
  font-family: 'Cairo', sans-serif;
  line-height: 120%;
  color: #666666;
}

.white {
  color: #ffffff;
}

h1.white {
  color: #333333;
}

h1.white::after {
  background-color: #ffffff;
}

a {
  font-family: 'Cairo', sans-serif;
  text-decoration: none;
  cursor: pointer;
  color: #333333;
}

a:hover {
  text-decoration: none;
  color: #c5cd01 !important;
}

a:focus {
  text-decoration: none;
  color: #333333;
}

.left {
  float: left;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.fixed {
  position: fixed !important;
}

.center {
  top: 50% !important;
  left: 50% !important;
  -ms-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.horizontal {
  left: 50% !important;
  -ms-transform: translate(-50%, 0) !important;
  -webkit-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
}

.vertical {
  top: 50% !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
}

.transition {
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.container-fluid {
  padding: 0;
  margin: 0
}

.stage {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
}

.img-full {
  margin: 60px 0 40px 0;
  width: 100%;
  height: auto;
}

.bg {
  background-position: 0 auto !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

menu {
  position: fixed;
  width: 100%;
  height: 110px;
  top: 0;
  left: 0;
  background-color: #f7f7f7;
  z-index: 100;
}

menu ul {
  position: absolute;
  right: 7%;
  margin-top: 10px;
}

menu ul li {
  padding: 0 30px;
  display: inline-block;
}

menu ul li a {
  position: relative;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  padding: 5px;
}

menu ul li a::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 0px;
  background-color: #c5cd01;
  top: -20px;
  left: 50% !important;
  -ms-transform: translate(-50%, 0) !important;
  -webkit-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

menu ul li a:hover::before {
  height: 20px;
}

.menu-btn {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 65px;
  height: 62px;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}

.menu-btn span {
  position: absolute;
  height: 5px;
  background-color: #333333;
  right: 10px;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.menu-btn span:nth-child(1) {
  width: 45px;
  top: 10px;
}

.menu-btn:hover span:nth-child(1) {
  width: 38px;
}

.menu-btn span:nth-child(2) {
  width: 45px;
  top: 20px;
}

.menu-btn:hover span:nth-child(2) {
  width: 28px;
}

.menu-btn span:nth-child(3) {
  width: 34px;
  top: 30px;
}

.menu-btn:hover span:nth-child(3) {
  width: 45px;
}

.menu-btn p {
  position: absolute;
  font-size: 14px;
  top: 38px;
  right: 10px;
}

.menu-mobile {
  position: fixed;
  max-width: 320px;
  width: 100%;
  height: 100%;
  top: 0;
  right: -320px;
  background-color: #FFFFFF;
  z-index: 100;
  display: none;
}

.menu-mobile ul {
  position: relative;
  margin-top: 60px !important;
  left: 7%;
  margin-top: 10px;
}

.menu-mobile ul li {
  padding: 15px 20px;
}

.menu-mobile ul li a {
  position: relative;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  padding: 5px;
}

.menu-mobile ul li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background-color: #c5cd01;
  bottom: 0;
  left: 5px;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.menu-mobile ul li a:hover::before {
  width: 20px;
}

.cerrar-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.cerrar-menu:hover {
  opacity: 0.3;
}

.slider {
  width: 400%;
  height: 100%;
}

.slider li {
  position: relative;
  width: 25%;
  height: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.scroll img {
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.scroll:hover img {
  margin-bottom: 10px;
}

.ver {
  color: #333333;
  padding: 0 100px;
  border: 4px solid #FFFFFF;
  font-size: 25px;
  font-weight: 600;
  -o-transition: all 150ms;
  -ms-transition: all 150ms;
  -moz-transition: all 150ms;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.ver:hover {
  color: #FFFFFF !important;

  border: 10px solid #FFFFFF;
}

@media (max-width: 991px) {
  .menu-btn {
    display: block;
  }

  .menu-mobile {
    display: block;
  }

  menu {
    display: none;
  }

  .img1 {
    margin: 20px 0;
  }

  .img2 {
    top: 0 !important;
    margin: 20px auto !important;
  }

  .img3 {
    margin-top: 50px !important;
  }

  .txt1 {
    padding-bottom: 50px !important;
  }
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  display: none;
}

.lightbox .fade1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.9);
}

.lightbox .imgs {
  position: absolute;
  z-index: 2;
  top: 50% !important;
  left: 50% !important;
  -ms-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.lightbox .imgs img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: auto;
  height: 30rem;
  max-height: 480px;
  -ms-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  display: none;
}

.lightbox .imgs img:first-child {
  display: block;
}

.nav {
  z-index: 2;
  -o-transition: all 150ms;
  -ms-transition: all 150ms;
  -moz-transition: all 150ms;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.nav:hover {
  opacity: 0.7;
}

.cerrarImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
}

.cerrarImg img {
  -o-transition: all 150ms;
  -ms-transition: all 150ms;
  -moz-transition: all 150ms;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.cerrarImg:hover img {
  opacity: 0.3;
}

@media (max-width: 520px) {
  .ver {
    padding: 0 20px;
  }
}

@media (max-width: 350px) {
  .ver {
    padding: 0 5px;
  }
}
