body {
  color: #ffffff;
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23736885' fill-opacity='0.58' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
}

.container{
  width: 90%;
  margin: auto;
}

.nav-main{
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items:center;
  height: 120px;
  padding: 20px 0;
}

.nav-brand{
  width: 303px;
  height: 170px;
}

.nav-main ul{
  list-style: none;
  display: flex;
}

.nav-main ul li{
  padding: 15px;
  font-size: 18px;
}

.nav-main ul li a{
  color: white;
  text-decoration: none;
}

.nav-main ul.nav-menu{
  flex:1;
  /*margin-left: 50px;*/
}

.nav-main ul li a:hover {
  border-bottom: 2px solid #ffffff;
}

.menu-btn{
  position:absolute;
  cursor: pointer;
  top:37px;
  right:30px;
  z-index: 2;
  font-size: 2rem;
  display: none;
}

hr{
  margin: 0px 10px;
}

.btn{
  cursor: pointer;
  display: inline-block;
  border: 0;
  font-weight: bold;
  padding: 10px 20px;
  color: black;
  font-size: 15px;
  border: 3px solid black;
  margin: 10px 0px;
}

.btn:hover{
  opacity: 0.8;
}

.titulo{
  width: 100%;
  overflow: hidden;
  display:flex;
  justify-content: center;
}

.titulo video{
  width: 100%;
  height: inherit;
  padding: 0;
}

.titulo p{
  font-size: 86px;
  justify-content: center;
  margin-top: 295px;
  position: absolute;
}

.intro {
  width: 100%;
  background-color: white;
  text-align: center;
  color: black;
  height: 200px;
  padding-top: 15px;
  margin-top: 10px;
}

.intro h1{
  font-size: 29px;
}

.intro p{
  font-size: 18px;
}

.puntos{
  width: 100%;
  display: flex;
  height: 400px;
  margin-top: 15px;
}

.puntos .sensores{
  background-color: #013f55;
  width: 50%;
  text-align: center;
}

.puntos .sensores p{
  margin-top: 150px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
}

.puntos .imagen{
  width: 50%;
  background: url('.../img/mano.jpg') no-repeat center center/cover;
}

.puntos2{
  width: 100%;
  display: flex;
  height: 400px;
}

.puntos2 .nube{
  background-color: #128776;
  width: 50%;
  text-align: center;
}

.puntos2 .nube p{
  margin-top: 150px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
}

.puntos2 .imagen{
  width: 50%;
  background: url('.../img/server.jpg') no-repeat center center/cover;
}

.puntos3{
  width: 100%;
  display: flex;
  height: 400px;
}

.puntos3 .app{
  background-color: #dc8501;
  width: 50%;
  text-align: center;
}

.puntos3 .app p{
  margin-top: 150px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
}

.puntos3 .imagen{
  width: 50%;
  background: url('.../img/app.jpg') no-repeat center center/cover;
}

.intro2 {
  width: 100%;
  background-color: white;
  text-align: center;
  color: black;
  height: 250px;
  padding-top: 15px;
  margin-top: 15px;
}

.intro2 h1{
  font-size: 29px;
}

.intro2 p{
  font-size: 18px;
}

.social{
  margin-top: 30px;
}

.social p{
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.links{
  display: flex;
  align-items: center;
  justify-content: center;
}

.links a{
  margin: 0px 30px;
}

.links a i{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 4rem;
  color: white;
}

@media (max-width: 1510px){/*inicia tablet*/
  .titulo p{
    margin-top: 210px;
    font-size: 85px;
  }

  .intro2 p{
    margin-right: 15px;
    margin-left: 15px;
  }

  .intro p{
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (max-width: 1450px){
  .puntos .sensores p{
    font-size: 15px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 160px;
  }

  .puntos2 .nube p{
    font-size: 16px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 160px;
  }

  .puntos3 .app p{
    font-size: 15px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 160px;
  }

  .news-cards{
    gap: 40px;
  }
  .news-cards p{
    font-size: 13px; 
  }
  
  .news-cards h3{
    font-size: 17px 
  }
  
  .social p{
    font-size: 18px;
  }

} 

@media (max-width: 1300px){
  .titulo p{
    font-size: 75px;
  }
}

@media (max-width: 1285px){
  .nav-main ul.nav-menu li{
    font-size: 15px;
  }

  .nav-brand{
    width: 278px;
    height: 145px;
  }
}

@media (max-width: 1169px){
  .nav-main ul.nav-menu li{
    font-size: 15px;
  } 

  .nav-brand{
    width: 258px;
    height: 135px;
  }

  .intro2 {
    height: 290px;
  }

  .titulo p{
    font-size: 66px;
  }
}

@media (max-width: 1060px){
  .nav-main ul.nav-menu li{
    font-size: 15px;
  }
  .nav-brand{
    width: 258px;
    height: 135px;
  }
}

@media (max-width: 1000px){
  .nav-main ul.nav-menu li{
    font-size: 15px;
  }
  .nav-brand{
    width: 248px;
    height: 135px;
  }
}

@media (max-width: 900px) {

  .menu-btn{
    display: block;
    margin-right: 30px;
    margin-top: 25px;
  }
  
  .nav-main ul.nav-menu{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #2f3640;
    height: 100%;
    padding: 30px;
    opacity: 1;
    transform: translateX(-20px);
    transition: .5s ease-in-out;
  }

  .nav-main ul.nav-menu.show{
    transform: translateX(-400px);
  }

  .nav-main ul.nav-menu li{
    padding: 20px;
    border-bottom: #ccc solid 1px;
    font-size: 14px;
  }

  .nav-main ul.nav-menu-right{
    margin-right: 40px;
  }

  .titulo p{
    font-size: 35px;
    margin-top: 140px;
  }

  .intro h1{
    font-size: 28px;
  }

  .intro p{
    font-size: 16px;
  }

  .puntos {
    height: 300px;
  }

  .puntos .sensores p{
    margin-top: 105px;
    font-size: 14px;
  }

  .puntos2 {
    height: 300px;
  }

  .puntos2 .nube p{
    margin-top: 105px;
    font-size: 14px;
  }

  .puntos3 {
    height: 300px;
  }

  .puntos3 .app p{
    margin-top: 95px;
    font-size: 14px;
  }

  .intro2 h1{
    font-size: 28px;
  }

  .intro2 p{
    font-size: 16px;
  }

  .hashtag p{
    text-align: center;
  }

}

@media(max-width: 800px){/*telefono horizontal*/
  .titulo p{
    font-size: 45px;
    margin-top: 130px;
  }
}

@media(max-width: 700px){ /*telefono vertical*/

  .titulo p{
    font-size: 21px;
    margin-top: 70px;
  }

  .intro {
    height: 220px;
  }

  .intro h1{
    font-size: 24px
  }

  .intro p{
    font-size: 14px;
  }

  .puntos{
    height: 175px;
  }

  .puntos .sensores p{
    margin-top: 30px;
    font-size: 12px;
  }

  .puntos2{
    height: 175px;
  }

  .puntos2 .nube p{
    margin-top: 25px;
    font-size: 12px;
  }

  .puntos3{
    height: 175px;
  }

  .puntos3 .app p{
    margin-top: 7px;
    font-size: 12px;
  }

  .intro2 {
    height: 300px;
  }

  .intro2 h1{
    font-size: 24px
  }

  .intro2 p{
    font-size: 14px;
  }

}



@media(max-width: 390px){
  .hashtag p{
    text-align: center;
  }

  .nav-brand{
    height: 140px;
    width: 243px;
  }
  
  .menu-btn{
     top:37px;
     right:10px;
     z-index: 2;
     font-size: 2rem;
  }

  .puntos {
    height: 150px;
  }

  .puntos2 {
    height: 150px;
  }

  .puntos3 {
    height: 150px;
  }

  .puntos .sensores p{
    font-size: 11px;
    margin-top: 20px;
  }

  .puntos2 .nube p{
    font-size: 11px;
    margin-top: 16px;
  }

  .puntos3 .app p{
    font-size: 10px;
    margin-top: 6px;
  }

}



