
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  position: relative;
}

#heroTwo {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  position: relative;
}

.logo{
  width:450px;
}

.logoTwo{
  width:350px;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heroTwo:before {
  content: "";
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#heroTwo .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #2e2c2c;
  font-family: "Poppins", sans-serif;
}

#heroTwo h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #2e2c2c;
  font-family: "Poppins", sans-serif;
}


#hero .icon-box {
  padding: 20px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: left;
}

#heroTwo .icon-box {
  padding: 20px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: left;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#heroTwo .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

.contenido{
  position:fixed;
  bottom:0px;
  width:100%;
}

.form-container{
  box-shadow: 0px 19px 60px rgba(255, 149, 5, 0.3);
  background-color:rgba(255, 255, 255, 0.5);
  border-radius:20px;
  margin-right:0px;
  padding:10px;
}

.form-containerTwo{
  background-color:rgba(255, 255, 255, 0.5);
  border-radius:20px;
  margin-right:0px;
  padding:10px;
}

.form-control{
  background:transparent;
  border:none;
  border-bottom:solid;
  border-color: rgb(19, 234, 19);
}

.container-img{
  padding:0px;
  padding-right:10px;
  margin:0px;
}

.container-img img{
  width: 200px;
  height: 100%;
}

.twenty-one {
  background: #fff;
  color: rgb(161, 233, 145);
  border: 2px solid rgb(201, 248, 169);
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  transition: color 400ms;
  border-radius:10px;
}

.twenty-one::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(77, 194, 103);
  z-index: -1;
  transition: transform 400ms ease-out;
  transform: scaleX(0);
  transform-origin: left;
  border-radius:10px;
}

.twenty-one:hover::before {
 transform: scaleX(1);
}

.twenty-one:hover {
  color: #fff;
}

.button-box{
  width: 100%;
  height: 50px;
  margin: 10px;
  display: flex;
  justify-content: right;
  align-items: right;
}

.copyright{
  margin-bottom:0px;
  font-size:11px;
}

footer{
  position:fixed;
  z-index:9999;
  height:20px;
  font-size:12px;
  font-style:italic;
  text-align:left;
  bottom:0px;
  left:0px;
}

.social-icons{
  display:flex;
}

.social-icons img{
  width:20px;
  height: 20px;
  margin-right:5px;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }

  #heroTwo {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {

  header{
    background-color: rgba(0, 0, 0, 0.1);
  }

  #hero {
    width: 100%;
    background-size: cover;
    position: relative;
  }

  #heroTwo {
    width: 100%;
    background-size: cover;
    position: relative;
  }

  .logo{
    width:250px;
  }  

  .logoTwo{
    width:250px;
  }

  .contenido{
    margin-top: 100px;
    position:relative;
    width:100%;
  }

  #hero h1 {
    font-size: 46px;
    line-height: 36px;
    background-color:  rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 5px;
    color:white;
  }

  #heroTwo h1 {
    font-size: 46px;
    line-height: 36px;
    background-color:  rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 5px;
    color:white;
  }

  #hero h3 {
    background-color:  rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 5px;
    color:white;
  }

  #heroTwo h3 {
    background-color:  rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 5px;
    color:white;
  }
}
