/*html {*/
/*  scroll-behavior: smooth;*/
/*}*/
body{
    font-family: "Segoe UI Light","Segoe WPC","Segoe UI",
              Helvetica, Arial, "Arial Unicode MS", Sans-Serif;
    margin: 0;
    padding: 0;
}
h2{
    margin: 0;
    padding: 0;
}
/*Menu*/
#navBar {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 80px;
  background: #000;
  box-shadow: 0 0 10px #000;
  z-index: 9999;
}
  /* Name on Nav Bar */
  #navBar div>a>img {
    display: inline-block;
    margin: 0;
    padding: 1em 0 0 1em;
    width: 200px;
  }
  .drawer-menu a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 7em;
    font-family: arial;
    letter-spacing: .3em;
  }
  .drawer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
  }
  /*Drawer Menu*/
  .drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 120px 0;
    background: #000;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
    box-shadow: 0 0 5px #1E1E1E;
  }
  .drawer-menu li {
    text-align: center;
  }
  .drawer-menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .8s;
    transition: all .8s;
  }
  .drawer-menu li a:hover {
    color: #1a1e1e;
    background: #96908D;
  }
  /* checkbox */
  .check {
    display: none;
  }
  /* menu button - label tag */
  .menu-btn {
    position: fixed;
    display: block;
    top: 28px;
    right: 40px;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
  }
  .bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 1px;
    background: white;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .bar.middle {
    top: 12px;
    opacity: 1;
  }
  .bar.bottom {
    top: 24px;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  .menu-btn__text {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  /* Hover Effects */
  .menu-btn:hover .barI {
    background: white;
  }
  .menu-btn:hover .menu-btn__text {
    color: #999;
  }
  .close-menu {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
  }
  /* checked */
  .check:checked ~ .drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
  }
  .check:checked ~ .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  .check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
  }
  .check:checked ~ .menu-btn .bar.top {
    width: 56px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
  }
  .check:checked ~ .menu-btn .bar.bottom {
    width: 56px;
    top: 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .check:checked ~ .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0, 0, 0, .5);
    visibility: visible;
    opacity: 1;
    z-index: 3;
  }
/* End Menu */
/*Video-Header*/
.contenidor-video{
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    padding:0;
    margin:0;
    z-index: -1000;
    overflow:hidden;
    background-color: black;
}
.video-fons{
    min-width: 100%;
    min-height: 100%;
}
/*End Video-Header*/
/*Section-One*/
.section-one, .section-two, .section-three, .section-four{
    background: #000;
    color: #fff;
    padding-bottom: 10%;
}
.section-five{
  background: #000;
  color: #fff;
}
.section-one__box-one{
  text-align: right;
  max-width: 1000px;
  margin: 0 auto;
}
.section-one>h2, .section-two>h2, .section-three>h2, .section-four>h2{
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 2.2em;
}
.section-one__text{
    max-width: 550px;
    border: solid 2px;
    padding: 10px; 
    text-align: center;
    position: relative;
    top: 100px;
    z-index: 1;
    background: #000;
    font-size: 1em;
}
.section-one__img>img{
  max-width: 500px;
  position: relative;
  top: -130px;
}
.section-one__slide{
  padding-top: 15%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.section-one__slide>img{
  text-align: center;
  max-width: 33.33%;
  width: 100%;
  height: 100%;
}
.section-two__box-two{
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 17%;
  padding-top: 3%;
}
.section-two__img>img{
  max-width: 500px;
}
.section-two__text{
  max-width: 550px;
  border: solid 2px;
  padding: 10px;
  text-align: center;
  position: relative;
  top: 250px;
  left: 400px;
  background: #000;
  z-index: 1;
  font-size: 1em;
}
.section-botton{
  max-width: 500px;
  margin: 0 auto;
  padding-top: 5%;
  padding-bottom: 10%;
  text-align: center;
}
.section-botton>a{
  max-width: 500px;
  border: solid 2px;
  padding: 15px;
  text-align: center;
  font-size: 1.8em;
  text-decoration: none;
  color: #fff;
  transition: 1s;
}
.section-botton>a:hover{
  background: #fff;
  color: #000
}
.section-four__box-one{
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 5%;

}
.section-four__form{
  max-width: 500px;

  float: left;
}
.section-four__form>form>input, textarea{
  padding: 5px;
  margin-bottom: 10px;
  background: #000;
  color: #fff;
  width: 450px;
  border: solid 1px;
}
.section-four__form>form>button{
  background: #000;
  color: #fff;
  padding: 5px;
  width: 120px;
  margin: 5px;
  transition: 1s;
}
.section-four__form>form>button:hover{
  background: #fff;
  color: #000;
}
.section-four__form>form{
  text-align: center;
}
.message-sent {
  display: none;
}

.section-four__info{
  float: right;
}
.clear{
  clear: both;
}
.section-five>iframe{
  width: 100%;
  height: 350px;
}
.section-six__box-one{
  padding-top: 20px;
  padding-bottom: 20px;
  background: #000;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px){
  h2{
    padding: 3px;
  }
  .section-botton>a{
    font-size: 1.3em !important;
  }
  .section-one__text,.section-two__text{
    margin: auto !important;
    margin-top: 25px;
    margin-bottom: 10px;
    margin: 5px !important;
    position: initial;
    top: 0;
    font-size: 1.1em;
  }
  .section-one__img>img, .section-two__img>img{
    position: initial;
    width: 100%;
    min-width: 100%;
  }
  .section-one__box-one, .section-two__box-two{
    max-height: 100%;
    max-width: 100%;
    padding: 0 0 5% 0 !important;
    text-align: center;
  }
  .section-one__slide{
    padding-top: 0;
    display: initial;
    flex-wrap: initial;
  }
  .section-one__slide>img{
    max-width: 100%;
  }
  .section-four__box-one{
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
  }
  .section-four__form{
    max-width: 100%;
    float: initial;
    margin: 10px;

  }
  .section-four__form>form>input, textarea{
    width: 99%;
  }
  .section-four__info{
    padding-top: 10%;
    padding-bottom: 15%;
    padding: 5px;
    float: initial;

  }
}
@media screen and (max-width: 1000px){
  .section-one__box-one, .section-one__box-two, .section-two__box-two{
    text-align: center;
    max-height: 100%;
    padding-bottom: 5% !important;
    padding-top: 0;
  }
  .section-four__box-one{
    margin-right: 4%;
    margin-left: 4%;
    padding-top: 10%;
  }
  .section-one__text, .section-two__text{
    margin: auto !important;
    margin-bottom: 5% !important;
    position: initial;
    font-size: 1.1em;

  }
  .section-one__img>img, .section-two__img>img{
    position: initial;
    width: 100%;
    max-width: 600px;
  }
  .section-one__slide{
    padding-top: 0;
  }
}
@media screen and (max-width: 1500px){
  .section-one__box-one{
    padding: 5% 5% 0 5%;
  }
  .section-two__box-two{

  }
  .section-one__slide{
    padding-top: 0;
  }
}
/*End Section-One*/