* {list-style-type: none;}
html, html a {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
a { color: inherit; text-decoration: none;}
.Tcenter {text-align: center;}
.Tright {text-align: right;}
.Tleft {text-align: left;}
.montXlight {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  max-width: 735px;
  margin: 0 auto;
}
.montBold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.fontWhite {color:#FFF;}

/*menu*/
.menu {
    padding: 8px 20px;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    z-index: 3;
}
.menu span {
    font-size: 20px;
    cursor: pointer;
    padding: 3px 7px;
}
nav#mySidenav ul {
    padding-left: 0;
}
.sidenav {
    height: auto;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: #eaeaea;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
}

.sidenav a {
    padding: 8px 0;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: center;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #5D5D5D;
    font-weight: 700;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
}

/*section 1*/
/*videp*/
video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 1100px;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    /*background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;*/
    background-size: cover;
    transition: 1s opacity;
}
.stopfade {
   opacity: .5;
}
/*fin video*/
.arrowSvg svg {
    width: auto;
    height: 30px;
    position: absolute;
    bottom: 30px;
}
.logoDivWrapper {
  height: 100vh;
  width: 100%;
}
.out {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}
.middle {
	display: table-cell;
	vertical-align: middle;
  -webkit-vertical-align: middle;
  -moz-vertical-align: middle;
  -ms-vertical-align: middle;
}
.inner {
	margin-left: auto;
	margin-right: auto;
  width: 600px;
  text-align: center;
}
.logoZenio {
    text-align: center;
}

/*seccion gradient*/
line.st1.image {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.svgTextControl {
    position: relative;
    z-index: 1;
  }
.gradientDiv {
  background: #333333;
  height: 100vh;
  position: relative;
  text-align: center;
}

.gradientRed {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,e5463b+56,e5463b+56 */
  background: rgb(51,51,51); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(51,51,51,1) 0%, rgba(229,70,59,1) 56%, rgba(229,70,59,1) 56%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(51,51,51,1) 0%,rgba(229,70,59,1) 56%,rgba(229,70,59,1) 56%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(51,51,51,1) 0%,rgba(229,70,59,1) 56%,rgba(229,70,59,1) 56%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#e5463b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  width: 100%;
  height: 100vh;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.gradientBlue {
  background: -moz-linear-gradient(226deg, rgba(51,51,51,1) 0%, rgba(41,171,226,1) 100%); /* ff3.6+ */
  background: -webkit-linear-gradient(226deg, rgba(51,51,51,1) 0%, rgba(41,171,226,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(226deg, rgba(51,51,51,1) 0%, rgba(41,171,226,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(226deg, rgba(51,51,51,1) 0%, rgba(41,171,226,1) 100%); /* ie10+ */
  background: linear-gradient(224deg, rgba(51,51,51,1) 0%, rgba(41,171,226,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#29ABE2',GradientType=0 ); /* ie6-9 */
  width: 100%;
  height: 100vh;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.logoScrollHead {
  display: none;
}

/*seccion de dispositivos*/

  .textDevices p span {
    font-weight: 600;
  }
  .mainWrapperDevices {
    width: 100%;
    height: auto;
  }
  .leftFloat {
    display: inline-block;
    width: 60%;
    font-size: 15px;
    vertical-align: middle;
    -webkit-vertical-align: middle;
    -moz-vertical-align: middle;
    -ms-vertical-align: middle;
  }
  .devicesWrapper {
    width: 1100px;
    margin: 40px auto 80px;
    font-size: 0;
  }
  .devicesArea {
    height: 460px;
    width: 560px;
    margin: 0 auto;
  }
  .devicesText {
    width: 100% !important;
    color: #463c3c;
  }
  .Tcentrado{
    text-align: center !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    }
  .devicesText ul{
    width: 100%;
    display: table;
    -webkit-padding-start: 0px;
    margin-top: 60px;
  }
  .devicesText ul li{
    width: 20%;
    float: left;
 /*   background-color: red;*/
  }
  .devicesText ul li img{
    width: 75px;
    margin:0 auto;
    display: block;
  }
  .devicesText ul li p{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color:#5D5D5D;
  }

  .devicesImg {
    position: relative;
  }
  .devicesImg img {
    display: block;
    width: 100%;
  }
  .imgComputer {
    position: absolute;
    top: 0;
    text-align: center;
  }
  .imgPhone {
    position: absolute;
    top: 130px;
    left: 20px;
    z-index: 1;
    width: 21%;
  }
  .imgTablet {
    position: absolute;
    right: -20px;
    top: 170px;
    z-index: 1;
    width: 45%;
  }
  div.moreInfo h1{
    margin-bottom: 20px;
    margin-top: 20px;
  }
  /*css button*/
        .buttons {
          display: table;
          height: 100%;
          width: 100%;
        }


        .btn {
          color: #5D5D5D;
          cursor: pointer;
          display: block;
          font-size: 15px;
          font-weight: 400;
          /*line-height: 45px;*/
          margin: 0em auto 2em;
          text-align: center;
          max-width: 185px;
          position: relative;
          text-decoration: none;
          text-transform: uppercase;
          vertical-align: middle;
          -webkit-vertical-align: middle;
          -moz-vertical-align: middle;
          -ms-vertical-align: middle;
          width: 100%;
        }

        .btn:hover {
          text-decoration: none;
        }

        .btn-1 {
          background: #FFF;
          font-weight: 600;
          box-sizing: inherit;
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: .6s;
                  transition-duration: .6s;
          -webkit-transition-timing-function: ease;
                  transition-timing-function: ease;
        }
        .btn-1 svg {
          height: 45px;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%;
          box-sizing: inherit;
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: .6s;
                  transition-duration: .6s;
          -webkit-transition-timing-function: ease;
                  transition-timing-function: ease;
        }
        .btn-1 rect {
          fill: none;
          stroke: #5D5D5D;
          stroke-width: 5;
          stroke-dasharray: 422, 0;
          box-sizing: inherit;
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: .6s;
                  transition-duration: .6s;
          -webkit-transition-timing-function: ease;
                  transition-timing-function: ease;
        }

        .btn-1:hover {
          background: rgba(225, 51, 45, 0);
          font-weight: 900;
          letter-spacing: 0.5px;
        }
        .btn-1:hover rect {
          stroke-width: 5;
          stroke-dasharray: 15, 310;
          stroke-dashoffset: 48;
          -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
        }

.devicesWrapper .moreInfo {
  display: none;
}
.devicesWrapper .moreInfo .moreInfoContent .moreInfoTxt {
  font-size: 15px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 30px;
}
/*.devicesWrapper .moreInfo .moreInfoContent .moreInfoTxt h3 {
  border-bottom: 1px solid #CCC;
}*/
.rotate {
  -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
     transform: rotate(45deg);
}
.rotate2 {
  -webkit-transform: rotate(45deg)!important;
    -ms-transform: rotate(45deg)!important;
     transform: rotate(45deg)!important;
}
.rotate3 {
  -webkit-transform: rotate(45deg)!important;
    -ms-transform: rotate(45deg)!important;
     transform: rotate(45deg)!important;
}
.noRotate {
  -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
     transform: rotate(0deg);
}
.noRotate2 {
  -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
     transform: rotate(0deg);
}
.noRotate3 {
  -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
     transform: rotate(0deg);
}
.devicesWrapper .moreInfo .moreInfoContent .moreInfoTxt span.moreIcon {
    float: right;
}
.devicesWrapper .arrowSvg.arrowPos {
    margin: 55px 0;
    position: relative;
    text-align: center;
    height: 39px;
}
/*seccion botones funciones*/
.funciones{
  width: 100%;
  background: transparent;
  margin-top: 60px;
}

.funciones ul {
  width: 100%;
  display: table;
  background-color: transparent;
  -webkit-padding-start: 0px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
.funciones ul li {
  width: 25%;
  background-color: transparent;
  float: left;
}
.funciones ul li a{
  width: 270px;
  height: 32px;
  background-color: transparent;
  border: 3px solid grey;
  padding: 10px 10px 10px 10px;
}

.funciones ul li a.oneline{
  width: 270px;
  height: 24px;
  background-color: transparent;
  border: 3px solid grey;
  padding: 18px 10px 10px 10px;
}


/*seccion footer*/
.colorContentFoot {
  background: #333;
}
.mainContentFooter {
  width: 1100px;
  margin: 0 auto;
  padding: 80px 0 45px;
}
.footerSections {
  width: 24.5%;
  display: inline-block;
  vertical-align: top;
  -webkit-vertical-align: top;
  -moz-vertical-align: top;
  -ms-vertical-align: top;
}
.sectionSvg svg {
  width: auto;
  height: 65px;
}
.mainContlastInfo {
    padding: 20px 0;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    font-size: 0;
}
.copy {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  text-align: center;
}
.redes {
  display: inline-block;
  width: 50%;
  font-size: 15px;
  text-align: left;
  padding-left: 40px;
  box-sizing: border-box;
}
.contact {
  font-size: 30px;
}
.weather {
  display: none;
}
/*responsive*/

@media only screen and (max-width: 1100px) {
  .devicesWrapper, .mainContentFooter {width: 90%;}
  .leftFloat {width: 50%;}
  .devicesArea {width: 100%;}
  .btn {margin: 2em auto 0;}
  .funciones ul li{
    width: 50%;
    height: 100px;
  }

}
@media only screen and (max-width: 1024px) {
  .logoScrollHead {
    display: block;
  }
  #main video {
    display: none;
  }
  .inner img {
    margin: 0 auto;
  }
  .logoDivWrapper .out {
    background: url(../img/weather.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 850px) {
  .devicesText, .leftFloat {width: 100% !important;}
  .devicesImg img {
    width: 80%;
    margin: 0 auto;}
    .imgComputer {
        width: 91%;
    }
    .footerSections {
      width: 49%;
      margin: 30px 0;
    }
    .btn {margin: 4em auto;}
    .devicesText ul li{
    width: 33%;
    height: 130px;
    }
    .weather {
      position: absolute;
      font-family: 'Montserrat', sans-serif;
      font-size: 2em;
      text-align: center;
      margin-top: 34%;
      left: 50%;
      margin-left: -42px;
      display: block;
    }
}


@media only screen and (max-width: 650px) {
  .inner {width: 90%;}
  .btn:nth-of-type(even) {margin-right: 2.5em;}
  .btn:nth-of-type(5) {margin-right: 0;}
  .imgTablet {top: 125px;}

}
@media only screen and (max-width: 550px) {
  .devicesWrapper .moreInfo .moreInfoContent .moreInfoTxt {
      width: 100%;
    }
}
@media screen and (max-width: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  .btn {
    display: inline-block;
    margin-right: 2.5em;
  }
  .mainWrapperDevices {
    height: auto;
  }
  .textDevices {
    padding: 0 15px;
  }
  .outDevices {
    display: block;
    position: inherit;
    height: auto;
  }
  .middleDevices {
    display: block;
  }
  .imgPhone {
      top: 85px;
  }
  .imgTablet {
      right: 15px;
      top: 95px;
  }
  .devicesArea {
    height: 325px;
    margin-top: 45px;
  }
  .btn:nth-of-type(even) {margin-right: 0;}
  .footerSections {
    width: 100%;
  }
  .contact {text-align: center;}
  .copy {
    width: 100%;
    text-align: center;
  }
  .redes {
    padding: 20px 0;
    width: 100%;
  }
  .funciones ul li{
    width: 100%;
    height: 100px;
  }
  .funciones ul li a {
    width: 100%;
    height: 0px;
    display: table;
    background-color: transparent;
    border: 3px solid grey;
    padding: 4% 0%;
  }

  .funciones ul li a.oneline{
    width: 100%;
    height: 0px;
    display: table;
    background-color: transparent;
    border: 3px solid grey;
    padding: 4% 0%;
  }
  .devicesText ul li{
    width: 50%;
  }

  .btn{ max-width: inherit; }


}
