
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#heroDos {
  width: 100%;
  height: 35vh;  /*75vh;*/
  background: url("../../imgs/Home_Nosotros01.jpg") top left;
  background-size: cover;
  position: relative;
}

#heroDos:before {
  content: "";
 /* background: rgba(255, 255, 255, 0.2);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heroDos .container {
  position: relative;
}


/*font-family: "Roboto", sans-serif;
font-weight:400;
  font-size: 19px; 
  color: #555555;
  line-height: 28px;
  letter-spacing: 0.8px;
  padding: 20px 30px 5px 20px;*/
  
  
 /* font-family: "Roboto Condensed", sans-serif;
font-weight: 700;
  margin: 15px 0 0 20px;
  font-size: 28px;
 letter-spacing: 0.5px;*/
  
  
  
#heroDos h1 {
  margin: 0;
  font-size: 28px;   /*48px;*/
  font-weight: 700;
 /* line-height: 56px;*/
    line-height: 28px;
  letter-spacing:0.5px;
  color: #FFFFFF; /*#222222;*/
  /*font-family: "Poppins", sans-serif;*/
font-family: "Roboto Condensed", sans-serif;
}

#heroDos h1 span {
  color: #FFFFFF;  /*#106eea;*/
}

#heroDos h2 {
  color:#FFFFFF; /* #555555;*/
  margin: 5px 0 30px 0;
  font-size: 20px; /*24px;*/
  font-weight: 400;
  letter-spacing: 1px;
}

#heroDos .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #06394F; /* #106eea;*/
}

#heroDos .btn-get-started:hover {
  background: #0f5878;  /*#247cf0;*/
}

#heroDos .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #FFFFFF; /*#222222;*/
  font-weight: 600;
  display: flex;
  align-items: center;
}

#heroDos .btn-watch-video i {
  color: #FFFFFF; /*#106eea;*/
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#heroDos .btn-watch-video:hover {
  color: #F3E48D; /*#106eea;*/
}

#heroDos .btn-watch-video:hover i {
  color: #F3E48D; /*#3b8af2;*/
}

@media (min-width: 1024px) {
  #heroDos {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #heroDos {
   /* height: 100vh;*/
  }

  #heroDos h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #heroDos h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #heroDos .btn-get-started,
  #heroDos .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #heroDos {
   /* height: 120vh;*/
  }
}
