/* Adds

text-shadow: 0px 0px 5px #000000;

*/

.Header .desktop-logo {
  position: absolute;
  top: 0;
  left: 50px;
}

.Header .desktop-logo img {
  width: 150px;
}

.Header .sidebar.left {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  bottom: 0;
  width: 260px;
  background: #f7f7f7;
  z-index: 9999999999;
  display: none;
}

.Header .sidebar.left .bars {
  margin-top: 5px;
  margin-left: 20px;
}

.Header .sidebar.left .bars i {
  color: #f96816;
  font-size: 35px;
}

.Header .sidebar.right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 270px;
  background: #46494b;
  z-index: 9999999999;
  display: block;
}

.Header .sidebar.bottom,.Header .sidebar.top {
  height: 270px;
  background: #03a9f4;
  z-index: 9999999999;
  left: 0;
  right: 0;
}

@media screen and (min-width:1024px) {
  .Header .sidebar.right {
    display: none;
  }
}

.Header .sidebar.right .bars {
  margin-top: 5px;
  margin-left: 0;
  text-align: left;
}

.Header .sidebar.right .bars i {
  color: #fff;
  font-size: 20px;
}

.Header .sidebar.right img {
  max-width: 100px;
  margin: 0 auto;
}

.Header .sidebar.right ul {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
}

.Header .sidebar.right ul li {
  margin: 8px 0;
}

.Header .sidebar.bottom .bars,.Header .sidebar.top .bars {
  margin-top: 5px;
  margin-left: 20px;
}

.Header .sidebar.right ul li a {
  font-size: 16px;
  color: #fff;
}

.Header .sidebar.bottom .bars i,.Header .sidebar.top .bars i {
  color: #f96816;
  font-size: 35px;
}

.Header .sidebar.bottom {
  bottom: 0;
  display: none;
}

.Header .sidebar.top {
  top: 0;
}

.Header .sidebars>.sidebar {
  box-shadow: 0 0 5px rgba(0,0,0,.64);
  position: fixed;
  color: #fff;
  padding: 10px 20px;
  font-size: 2em;
  text-align: center;
}

.Header .Header-top {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #313335;
  z-index: 99;
}

.Header .Header-top .menu-container {
  background-color: #46494b;
  padding-top: 15px;
  padding-bottom: 15px;
}

.Header .Header-top .menu-container ul {
  margin: 20px 0;
}

.Header .Header-top .menu-container ul li {
  margin: 0 30px;
}

.Header .Header-top .menu-container ul li a {
  color: #c1c3c5;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: all .2s;
}

.Header .Header-top .menu-container ul li a:hover,.Header .Header-top .menu-container ul li.active a {
  color: #fff;
}

.Header .Header-top .menu-container .logo-mobile {
  margin-bottom: 10px;
}

.Header .Header-top .menu-container .logo-mobile img {
  max-width: 100px;
}

.Header .Header-top .menu-container .mobile-menu a {
  margin-top: 0;
  padding-top: 0;
  color: #fff;
  font-size: 20px;
}

.Content .section-container,.Content .section-container-bg {
  padding-top: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.Content {
  display: block;
  margin-top: 60px;
  position: relative;
}

@media screen and (min-width:1024px) {
  .Content {
    margin-top: 77px;
  }
}

.Content .section-container-bg {
  position: relative;
  height: 100vh;
  background-attachment: scroll;
}

.Content .section-container-bg .logo-light {
  margin-top: 20px;
  margin-bottom: 12px;
}

.Content .section-container-bg h1 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.Content .section-container-bg.banner1 {
  background-image: url(../assets/img/banner_home_01.jpg);
}

.Content .section-container-bg.banner2 {
  background-image: url(../assets/img/banner_home_02.jpg);
}

.Content .section-container-bg.banner3 {
  background-image: url(../assets/img/banner_home_03.jpg);
}

@media screen and (min-width:1024px) {
  .Content .section-container-bg {
    height: 100vh;
    background-attachment: fixed;
  }
}

.Content .section-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-attachment: scroll;
}

.Content .section-container.banner1 {
  background-image: url(../assets/img/banner_home_01.jpg);
}

.Content .section-container.banner2 {
  background-image: url(../assets/img/banner_home_02.jpg);
}

.Content .section-container.banner3 {
  background-image: url(../assets/img/banner_home_03.jpg);
}

@media screen and (min-width:1024px) {
  .Content .section-container {
    height: 100vh;
    background-attachment: fixed;
  }
}

.Content .section-container-2 {
  background-image: url(../assets/img/bg2.jpg);
  height: 1000px;
  background-attachment: scroll;
  /*background-position: center top;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  position: relative;
}

@media screen and (min-width:1024px) {
  .Content .section-container-2 {
    height: 1000px;
    background-attachment: fixed;
  }
}

.Content .section-container-2 .black-polygon-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 0;
  border-right: 150px solid transparent;
  border-top: 600px solid #000;
}

.Content .section-container-2 ul li:first-child {
  font-size: 16px;
  color: #fff;
  vertical-align: top;
  margin-top: 15px;
}

.Content .section-container-2 ul .square-container {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 4px 16px;
  border: 1px solid #fff;
  width: auto;
  margin: 0;
}

.Content .section-container-2 ul .fake-square-container {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 4px 16px;
  /*width: 150px;*/
  border: 1px solid transparent;
  margin: 15px 0;
}

.Content .section-container-2 h3 {
  margin: 20px 10px;
}
.Content .section-container-2 .title-nosotros {
  padding-bottom: 15px;
}
.Content .section-container-2 .title-nosotros p {
  text-transform: uppercase;
  text-shadow: 0px 0px 5px #000000;
  font-weight: 600;
  font-size: 22px;
}
.Content .section-container-2 .text-nosotros {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  z-index: 9;
  text-shadow: 0px 0px 5px #000000;
}


/* SECCION HISTORIA
history-container
section-container-3
section-container-4
*/
.Content .history-container {
  background-image: url(../assets/img/bg3.jpg);
  /*height: 1000px;*/
  height: 92vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}

@media screen and (min-width:1024px) {
  .Content .history-container {
    /*height: 400px;*/
    /*padding-top: 100px;*/
  }
}

.Content .section-container-3 {
  background-image: url(../assets/img/bg4.jpg);
  /*height: 600px;*/
  height: 92vh;
  /*background-attachment: scroll;*/
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}

#history-up {

}
#history-down {

}

.Content .section-container-3 .title-history {
  margin-bottom: 50px;
}

.Content .section-container-3 p {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 9;
  text-shadow: 0px 0px 5px #000000;
}

.Content .section-container-3 p.date {
  font-weight: 700;
  font-size: 26px;
  margin: 30px 0;
}

.Content .section-container-3 ul .square-container {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  padding: 4px 16px;
  border: 1px solid #fff;
  width: 200px;
  margin: 0;
}

.Content .section-container-3 ul .fake-square-container {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  padding: 4px 16px;
  width: 200px;
  border: 1px solid transparent;
}

.Content .section-container-3 .title-history p {
  text-transform: uppercase;
  text-shadow: 0px 0px 5px #000000;
  font-weight: 600;
  font-size: 22px;
}

.Content .section-container-3 .text-history p {
  line-height: 24px;
}
.Content .section-container-3 .text-history .slogan-history {
  font-weight: 700;
  font-size: 17px;
}
.Content .section-container-3 .text-history p:first-child {
  font-size: 22px!important;
}

@media screen and (min-width:1024px) {
  .Content .section-container-3 { /*height: 270px;*/ /*background-attachment: fixed;*/ }
  #history-up {
    width: 60%;
    margin: 20px auto;
  }
  #history-up .list-inline {
    margin-left: 120px;
    width: 150px;
  }
  #history-down {
    width: 60%;
    margin: 20px auto;
  }
/*  .Content .history-container .fancy-2 {
    margin-top: 0;
  }*/
  #history-up .text-history p {
    font-size: 16px;
  }

  #history-up .text-history p.date {
    font-size: 26px;
  }
}

.Content .section-container-4 {
  background-image: url(../assets/img/bg3.jpg);
  /*height: 1000px;*/
  height: 92vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}

.Content .section-container-4 .text-info {
  /*background-color: #424243;*/
  /*background-color: transparent;*/
  padding: 10px;
}

.Content .section-container-4 h4 {
  color: #fff;
  font-size: 16px;
  z-index: 9;
  text-shadow: 0px 0px 8px #000000;
}

.Content .section-container-4 p {
  color: #fff;
  line-height: 24px;
  font-size: 16px;
  z-index: 9;
  text-shadow: 0px 0px 8px #000000;
}

.Content .section-container-4 .text-history .slogan-history {
  font-weight: 700;
  font-size: 17px;
  margin: 30px 0;
}

@media screen and (min-width:1024px) {
  
}


/* SECCION PRODUCTOS 
section-container-5
section-container-6
*/
.Content .section-container-5 {
  background-image: url(../assets/img/bg6.jpg);
  /*height: 250px;*/
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 30px;
}

/*.Content .section-container-5 ul li:first-child {
  font-size: 12px;
  color: #fff;
  vertical-align: top;
  margin-top: 5px;
}*/
.Content .section-container-5 .title-services {
  margin-bottom: 20px;
}

.Content .section-container-5 .square-container {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  padding: 4px 16px;
  border: 1px solid #fff;
}

.Content .section-container-5 .fake-square-container {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width:360px) {
  .Content .section-container-5 .square-container {
    font-size: 21px;
    padding: 2px 8px;
  }
}
@media screen and (max-width:480px) {
  .Content .section-container-5 .title-services {
    text-align: center;
  }
}

@media screen and (min-width:1024px) {

  .Content .section-container-5 {
    height: 250px;
    padding-top: 50px;
  }

  .Content .section-container-5 ul li:first-child {
    font-size: 16px;
  }

  .Content .section-container-5 .square-container {
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #000000;
    font-weight: 600;
    font-size: 22px;
  }
}

.Content .section-container-6 {
  background-image: url(../assets/img/bg7.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  padding: 100px 0;
}

.Content .section-container-6 .dark-overlay {
  padding: 80px 0;
  background-color: rgba(0,0,0,.3);
}

.Content .section-container-6 .column-left {
  border-right: 1px solid #fff;
  padding-right: 0;
}

@media screen and (min-width:1024px) {
  .Content .section-container-5 .fake-square-container {
    font-size: 16px;
  }

  .Content .section-container-6 {
    background-attachment: fixed;
  }

  .Content .section-container-6 .column-left {
    padding-right: 50px;
  }
}

.Content .section-container-6 .column-left ul {
  list-style-type: none;
  text-align: right;
  margin: 0;
  padding: 0 20px 0 0;
}

.Content .section-container-6 .column-left ul p {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  transition: all .2s;
  padding: 2px 6px;
  border: 1px solid transparent;
  cursor: pointer;
}

@media screen and (min-width:1024px) {
  .Content .section-container-6 .column-left ul p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.Content .section-container-6 .column-left ul p:hover {
  border: 1px solid #fff;
}

.Content .section-container-6 .column-right ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

.Content .section-container-6 .column-right ul p {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  transition: all .2s;
  padding: 2px 6px;
  border: 1px solid transparent;
  cursor: pointer;
}

.Content .section-container-6 .column-right ul p:hover {
  border: 1px solid #fff;
}

@media screen and (min-width:1024px) {
  .Content .section-container-6 .column-right ul {
    padding-left: 30px;
  }
  .Content .section-container-6 .column-right ul p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/*NEW*/
.message {
  padding: 30px;
  max-width: 500px;
}

.Content .section-container-10,.Content .section-container-8 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* SERVICIOS
.section-container-7 
.section-container-8 
*/

.Content .section-container-7 {
  background-color: #000;
  padding: 50px 0;
}

.Content .section-container-7 .zIndexTop {
  z-index: 3;
}

.Content .section-container-7 h4 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.Content .section-container-7 ul {
  text-align: left;
  padding-left: 0;
  list-style-type: none;
  z-index: 8;
}

@media screen and (min-width:1024px) {
  .Content .section-container-7 ul {
    text-align: center;
  }

  .Content .section-container-7 ul li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }
}

.Content .section-container-7 ul li {
  transition: all .2s;
  margin: 5px 0;
}

.Content .section-container-7 ul li a,.Content ul.bordered li p {
  padding: 3px 6px;
  margin: 0 10px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  transition: all .2s;
  text-decoration: none;
}

.Content .section-container-7 ul li a {
  color: #fff;
  border: 1px solid transparent;
  cursor: pointer;
}

.Content .section-container-7 ul li a.active,.Content .section-container-7 ul li:hover a {
  border: 1px solid #fff;
}

.Content .section-container-7 ul li:before {
  content: ">";
  color: transparent;
  font-size: 16px;
}

.Content .section-container-7 ul li.active:before,.Content .section-container-7 ul li:hover:before {
  content: ">";
  color: #fff;
  font-size: 16px;
}

.Content ul.bordered li {
  transition: all .2s;
}

.Content ul.bordered li p {
  color: #fff;
  border: 1px solid transparent;
}

.Content ul.bordered li:first-child p {
  border: 1px solid #fff;
}

.Content ul.bordered li:first-child::before {
  content: ">";
  color: #fff;
  font-size: 16px;
}

/*SERVICIOS-DESCRIPCION*/
.Content .section-container-8 {
  background-image: url(../assets/img/bg8.jpg);
  min-height: 600px;
  background-attachment: scroll;
  position: relative;
  /*background-size: contain;*/
}

.Content .section-container-8 .dark-overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 0;
  border-left: 250px solid transparent;
  border-bottom: 500px solid rgba(0,0,0,.3);
}
.Content .section-container-8 p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px #000000;
}

.Content .section-container-8 .square-container {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 4px 16px;
  border: 1px solid #fff;
}

.Content .section-container-8 .fake-square-container {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 10px;
}

.Content .section-container-8 .text-services {
  /* property: top right/left bottom; */
  padding: 30px 0 20px;
  /*font-weight: 700;*/
  font-size: 18px;
}
.Content .section-container-8 .list-services {

}
.Content .section-container-8 .list-services ul {
  list-style-type: none;
  /*text-align: left;*/
  margin: 0;
  padding: 0 20px 0 0;
}

.Content .section-container-8 .list-services ul p {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  /*transition: all .2s;*/
  padding: 2px 6px;
  border: 1px solid transparent;
  /*cursor: pointer;*/
}

/*.Content .section-container-8 .list-services ul li:before {
  content: ">";
  color: #fff;
  font-size: 16px;
}*/

@media screen and (min-width:1024px) {
  .Content .section-container-8 {
    background-attachment: fixed;
    height: 600px;
  }



}

/* CONTACTO
.section-container-9
*/
.Content .section-container-9 {
  background-color: #000;
  color: #fff;
}

.Content .section-container-9 ul li {
  margin: 10px;
  vertical-align: middle;
}

.Content .section-container-9 .contacto-frame {
  /*padding: 0 0 40px 0;*/
  padding: 40px 20px;
}

.Content .section-container-9 .contacto-form{
  
}
.Content .section-container-9 .contacto-form .form-group{
  margin-bottom: 20px;
}
.Content .section-container-9 .contacto-form .text-red{
  color: red;
  font-weight: bold;
}
.Content .section-container-9 .contacto-form .input-group span{
  /*color: red;*/
  /*font-weight: bold;*/
}
.Content .section-container-9 .contacto-form .btn-upload{
  padding: 5px;
}

.Content .section-container-9 .contacto-form .btn-submit{
  padding: 5px 20px;
  /*font-size: 16px;*/
  /*font-weight: bold;*/
}

.Content .section-container-9 .contacto-map{
  min-height: 500px;
}

.Content .section-container-9 .images-row {
  padding-top: 20px;
}
.Content .section-container-9 ul li {
  margin: 30px;
}
.Content .section-container-9 .contacto-form {
  margin-bottom: 30px;
}

@media screen and (max-width:768px) {
  .Content .section-container-9 ul li {
    margin: 5px;
  } 
}

/*@media screen and (min-width:768px) {
  .Content .section-container-9 .images-row {
    padding-top: 20px;
  }
  .Content .section-container-9 ul li {
    margin: 30px;
  }
  .Content .section-container-9 .contacto-form {
    margin-bottom: 30px;
  }
}*/

/*
FOOTER
.section-container-10
*/
.Content .section-container-10 {
  background-image: url(../assets/img/bg9.jpg);
  background-attachment: scroll;
  /*height: 700px;*/
  height: 92vh;
  padding-top: 8%; /*80px*/
  padding-bottom: 6%; /*new*/
  position: relative;
  /*border-bottom: 35px solid #000;*/
  overflow: hidden;
}

.Content .section-container-10 small {
  font-size: .8em;
}

.Content .section-container-10 a {
  color: #fff;
}

.Content .section-container-10 .dark-overlay-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 480px;
  height: 0;
  border-right: 250px solid transparent;
  border-bottom: 92vh solid rgba(0,0,0,.3);
  /*border-bottom: 700px solid rgba(0,0,0,.3);*/
  /*border-bottom: 385px solid rgba(0,0,0,.3);*/
}

@media screen and (min-width:768px) {
  .Content .section-container-10 .dark-overlay-left {
    /*border-bottom: 300px solid rgba(0,0,0,.3);*/
    width: 80%;
  }
}
@media screen and (min-width:1024px) {
  .Content .section-container-10 {
    background-attachment: fixed;
    /*height: 385px;*/
  }
  .Content .section-container-10 .dark-overlay-left {
    /*border-bottom: 300px solid rgba(0,0,0,.3);*/
    width: 65%;
  }
}

.Content .section-container-10 p {
  color: #fff;
  text-shadow: 4px 4px 5px #000;
  font-size: 22px;
  text-transform: uppercase;
}

.Content .section-container-10 ul li {
  margin: 2px;
}

.Content .fancy-left,.Content .fancy-right {
  z-index: 0;
  position: absolute;
  margin-top: -100px;
  width: 660px;
  top: 0;
}

.Content .section-container-10 ul li i {
  color: #fff;
  font-size: 30px;
  transition: all .2s;
}

.Content .section-container-10 ul li i:hover {
  color: #e3e3e3;
}

.Content .section-container-blank-space .blank-space {
  /*padding: 0 50px;*/
  width: 100%;
  height: 10vh;
}



.Content .fancy-right {
  right: 0;
}

.Content .fancy-left {
  left: 0;
}

.Content .fancy-container {
  position: relative;
}

.Content .dark-overlay-polygon {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 60%;
  height: 0;
  border-left: 250px solid transparent;
  border-bottom: 1100px solid rgba(0,0,0,.3);
}

h1 {
  color: red;
}

body {
  background: #000;
  font-family: Roboto,sans-serif;
  letter-spacing: .01em;
}

.u-clearfix {
  clear: both;
  float: none;
}

.mobile {
  display: block;
}

.desktop {
  display: none;
}

@media screen and (min-width:1024px) {
  .mobile {
    display: none;
  }

  .desktop {
    display: block;
  }
}

.camera_pag {
  margin-top: -70px;
}

.camera_pag_ul {
  text-align: center!important;
}

.camera_pag_ul li {
  background: #fff!important;
}

.camera_pag_ul li.cameracurrent {
  background: #82dd04!important;
}

.camera_pag_ul li span {
  display: none!important;
}

.slicknav_icon {
  display: none;
}

.slicknav_menutxt {
  text-shadow: none!important;
  color: #00a3ff!important;
}

.slicknav_menu {
  display: block;
  position: static;
  background: 0 0;
}

.slicknav_menu .slicknav_btn {
  position: absolute;
  top: 15px;
  right: 3em;
  font-size: 1rem;
  z-index: 99999;
  color: #000;
  background: 0 0;
  text-shadow: none!important;
}

.slicknav_menu ul {
  margin-bottom: 0;
}

.slicknav_menu li {
  text-align: center;
}

.slicknav_menu li a {
  display: block;
  letter-spacing: .12em;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  color: #000;
  background: #fff;
  border-top: 1px solid #f96816;
  transition: all .2s;
  text-decoration: none;
}

.slicknav_menu li a:hover {
  color: #2f383d;
  background: #f96816;
}

.slicknav_menu li ul li a {
  padding: 0;
}

@media screen and (min-width:1024px) {
  .slicknav_menu {
    display: none!important;
  }
}
/*# sourceMappingURL=maps/main.css.map */

div .comentarios {
  margin: 0 auto;
  padding: 10px 20px;
  width: 80%;
  background-color: rgba(70,73,75,0.7);
  border-radius: 20px;
}

/*div .comentarios h3 {
  color:yellow;
  font-size:18px;
}*/

div .comentarios span {
  color:yellow;
  font-size:16px;
}