/* Quitando estilos predeterminados */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* Estilos generales */
body {
  font-family: "Raleway", sans-serif;
  display: block;
  color: white;
}

h1 {
  font-weight: 400;
  font-size: 35px;
}

h2 {
  font-weight: 500;
}

h3 {
  font-weight: 400;
}

p {
  font-size: 110%;
}

/* Estilos NAV */
.container {
  width: 100%;
  height: 18vh;
  display: flex;
  align-items: center;
  z-index: 1000;
  border-bottom: 3em;
  background-color: white;
}

.logo {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.logo img {
  width: 70%;
}

header {
  position: relative;
}

header::after {
  content: "";
  clear: both;
  display: block;
}

.navigation {
  top: 100%;
  left: 0;
  position: absolute;
  background-color: white;
  height: 0;
  overflow: hidden;
}

.nav-open {
  height: auto;
}

.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu a {
  display: block;
  text-decoration: none;
  color: #2b2b2b;
  padding: 54px 237px 54px 33px;
  text-align: left;
  width: 360px;
  cursor: pointer;
}

.menu-toggle {
  padding: 1em;
  position: absolute;
  top: 2.5em;
  left: 1em;
}

.hamburguer,
.hamburguer::before,
.hamburguer::after {
  content: "";
  display: block;
  background: white;
  height: 3px;
  width: 1.5em;
  border-radius: 3px;
  background: #adacac;
}

.hamburguer::before {
  transform: translateY(-8px);
}

.hamburguer::after {
  transform: translateY(5px);
}

/* Estilos HERO */
#hero {
  height: 82vh;
  background-image: url(./labcar_recursos/img/taxi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  display: flex;
}

#yellow-container {
  background-color: #f7b617;
  width: 78%;
  height: 46%;
  margin-top: 39%;
  margin-left: 22%;
}

.white-button {
  background-color: white;
  font-weight: 500;
  font-size: 18px;
  padding: 11px;
  color: #2b2b2b;
  border-radius: 5px;
  border: transparent;
  margin-top: 13px;
  cursor: pointer;
}

.text-hero-container {
  text-align: left;
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
}

.white-logo {
  width: 50%;
}

.hero-container-desk {
  display: none;
}

/* Estilos INFORMACIÓN */
#information {
  background-color: #f7b617;
  width: 100%;
  height: 100vh;
  padding-top: 15%;
  text-align: center;
}

#text-mobile-container {
  width: 85%;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 2px solid;
  padding-top: 20%;
}

#text-mobile-container h2 {
  margin-top: 2px;
}
#mobile {
  width: 70%;
  margin-top: 17%;
}

#information p {
  margin-top: 15%;
}

#text-desk-container {
  display: none;
}

/* Estilos CONDUCTOR */
#driver {
  height: 50vh;
  background-image: url(./labcar_recursos/img/conduce.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  display: flex;
}

#driver::before {
  content: "";
  background-color: rgba(25, 14, 44, 0.6);
  width: 100%;
  height: 50vh;
  position: absolute;
}

.text-driver-container {
  z-index: 1000;
  width: 80%;
  margin-left: 10px;
  margin-top: 75px;
}

.yellow-button {
  background-color: #f7b617;
  font-weight: 500;
  font-size: 18px;
  padding: 11px;
  color: white;
  border-radius: 5px;
  border: transparent;
  margin-top: 13px;
  cursor: pointer;
  margin-top: 15px;
}

#driver h2 {
  padding-bottom: 10px;
}

/* Estilos TARIFA */
#rate {
  background-color: #f7b617;
  width: 100%;
  height: 100vh;
  padding-top: 15%;
}

#text-rate {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30%;
  text-align: left;
}

.input-button {
  width: 85%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.icon-input {
  overflow: hidden;
  padding-bottom: 30px;
}

.icon {
  float: left;
  margin-top: 2%;
  margin-right: 5%;
}

.box {
  float: left;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 5px;
  width: 80%;
  height: 5vh;
  color: white;
}

#rate h3 {
  padding-bottom: 20px;
}

#rate p {
  font-weight: 300;
  font-size: 100%;
  padding-bottom: 40px;
}
#trace-route {
  margin-left: auto;
  margin-right: auto;
}

.map {
  display: none;
}

/* Estilos FOOTER */
footer {
  background-color: #2b2b2b;
  height: 100vh;
}

.logo-footer {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.container-section-footer {
  height: 80vh;
  overflow: hidden;
}

.link-list {
  width: 50%;
  height: 80vh;
  float: left;
  list-style: none;
}

.link-list a {
  text-decoration: none;
  color: white;
  display: block;
  padding: 20px;
}

.right-section {
  width: 50%;
  height: 80vh;
  float: left;
}

.app-list {
  margin-bottom: 40px;
  margin-top: 20px;
}

.app-list span {
  margin-left: 5px;
}

.right-section img {
  margin-bottom: 20px;
  width: 85%;
}

footer p {
  text-align: center;
  margin-top: 2%;
  font-size: 95%;
}

.link-list-second {
  display: none;
}

/* Estilos ESCRITORIO */

@media screen and (min-width: 700px) {
  /* Estilos NAV */
  .container {
    height: 15vh;
  }

  .logo {
    margin-left: 130px;
  }

  .navigation {
    top: 0;
    height: 15vh;
    background: transparent;
    right: 0;
  }

  .navigation ul li {
    float: left;
  }

  .navigation ul {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    margin-right: 150px;
  }

  .navigation a {
    padding: 10px;
    text-align: right;
    width: 150px;
  }

  .menu-toggle {
    display: none;
  }

  /* Estilos HERO */
  #hero {
    height: 85vh;
    background-position-y: bottom;
    background-size: 100%;
  }

  .text-hero-desk h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .hero-container-mobile {
    display: none;
  }

  .hero-container-desk {
    display: contents;
  }

  #yellow-container {
    width: 40%;
    height: 51%;
    margin-top: 10%;
    margin-left: 60%;
    position: absolute;
  }

  .text-hero-desk {
    text-align: left;
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
  }

  .white-logo {
    width: 21%;
  }

  .text-logo {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .text-logo p {
    float: left;
    margin-right: 5px;
  }

  .log {
    font-size: 15px;
  }

  .or-well {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
  }

  /* Estilos INFORMACIÓN */
  #information {
    text-align: left;
    padding-top: 65px;
  }

  #mobile-info {
    display: none;
  }

  #text-desk-container {
    display: block;
    margin-left: -2px;
  }

  #desk-info {
    width: 80%;
    height: 80vh;
    border: 2px solid;
    overflow: hidden;
    padding-top: 90px;
    padding-left: 70px;
  }

  #mobile {
    float: left;
    width: 35%;
    margin-top: 10px;
    margin-right: 100px;
  }

  #text-down {
    width: 37%;
    float: left;
  }

  #information p {
    margin-top: 20px;
    font-size: 23px;
  }

  #information h2 {
    font-size: 30px;
  }

  /* Estilos CONDUCTOR */
  #driver {
    height: 101vh;
    background-position-y: bottom;
  }

  .text-driver-container {
    margin-left: 700px;
    margin-top: 180px;
  }

  #driver::before {
    width: 50vw;
    height: 101vh;
    right: 0;
  }

  .text-driver-container p {
    font-size: 30px;
    margin-bottom: 40px;
  }

  #driver h2 {
    padding-bottom: 24px;
    font-size: 41px;
  }

  /* Estilos TARIFA */
  #text-rate {
    margin-top: 0%;
    overflow: hidden;
  }

  #rate-container {
    width: 50%;
    margin-left: 40px;
    float: left;
    margin-right: 36px;
  }

  .map {
    border: 2px solid;
    padding: 5px;
    display: block;
    float: left;
  }

  /* Estilos FOOTER */
  .logo-footer {
    margin-top: 70px;
    margin-left: 80px;
    margin-bottom: 20px;
  }

  .container-section-footer {
    height: 70vh;
  }

  .link-list {
    margin-left: 400px;
    width: 19%;
  }

  ul {
    list-style-type: none;
  }

  .right-section {
    width: 30%;
    height: 100vh;
  }

  .link-list-second {
    display: block;
    float: left;
    margin-right: 94px;
  }

  .link-list-second ul li a {
    text-decoration: none;
    color: white;
    display: block;
    padding: 20px;
  }

  .right-section img {
    width: 30%;
  }
}
