@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap");

body {
  background-color: rgb(246, 246, 246);
  overflow-x: hidden;
}

a{
  text-decoration: none;
}

.aa{
  text-decoration: none;
  color: white;
  display: flex;
  justify-self: right;
  justify-content: center;
  align-items: center;

  width: fit-content;
  height: fit-content;

  background: #e6bb1f;
  border-radius: 25px;
  z-index: 9;
  /* Inside auto layout */

  grid-column: 3;
  position: relative;
  transition: 0.2s;
}

#a1234 {
  width: 100%;
  position: absolute;
  height: 100%;
  border-radius: 15px;
  border: 0px;
  background-color: transparent;
  cursor: pointer;
}

/* ! Header*/

header {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  width: 83vw;
  height: fit-content;
  margin: 20px auto;
  padding: 0px;
  align-items: center;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 14.3px;
  line-height: 30px;
  text-align: center;
  transition: 0.55s;
  color: rgba(0, 0, 0, 0.75);
}

h3 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 20.25px;
  line-height: 54px;
  color: rgba(0, 0, 0, 0.75);
}

.Logo {
  /* Heading 4 */
  width: fit-content;
  height: 55px;

  /* Inside auto layout */

  grid-column: 1;

  display: flex;
  justify-content: center;
  align-items: center;
}

.Nav {
  display: flex;
  flex-direction: row;
  justify-self: center;
  align-items: center;
  gap: 64px;
  position: absolute;

  height: 37px;

  /* Inside auto layout */

  grid-column: 2;
}

.Nav a{
  color: #f6f4e6;
  text-decoration: none;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  width: 80px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.Nav h4:hover {
  color: #e6bb1f;
  transition-delay: all 0.1s;
  transition: all 0.2s ease-in-out;
}

.Nav .dot {
  width: 6px;
  height: 6px;
  background: #e6bb1f;
  border-radius: 50%;
  opacity: 0;
  position: relative;
  left: -540px;
  top: 13px;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.35s ease-in-out;
  transition-delay: 0.5s;
}

.Nav a:nth-child(1):hover ~ .dot {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition-delay: 0s;
  opacity: 1;
}

.Nav a:nth-child(2):hover ~ .dot {
  -webkit-transform: translateX(144px);
  transform: translateX(144px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.Nav a:nth-child(3):hover ~ .dot {
  -webkit-transform: translateX(288px);
  transform: translateX(288px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}

.Nav a:nth-child(4):hover ~ .dot {
  -webkit-transform: translateX(435px);
  transform: translateX(435px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}

.PideTuTaxi {
  display: flex;
  padding: 12px 16px;
  justify-self: right;
  justify-content: center;
  align-items: center;

  width: fit-content;
  height: fit-content;

  background: #e6bb1f;
  border-radius: 25px;
  z-index: 9;
  /* Inside auto layout */

  grid-column: 3;
  position: relative;
  transition: 0.2s;
}

.PideTuTaxi:hover {
  transform: scale(1.1);
  background-color: #eed168;
  transition: 0.4s;
}

h5 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 12.5px;
  width: fit-content;
  height: 12.5px;
  color: white;
  margin: auto;
  background-color: transparent;
}

/* ! Hero*/

main {
  width: 83vw;
  height: 86.3vh;
  margin: 0 auto;
  margin-bottom: 5vh;
  display: flex;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  border-radius: 20px;
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 30px;
  background-image: url(/images/fondo4.jpg);
  background-size: cover;
  background-position: 0% 60%;
}

.textohero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6%;

  max-width: 55%;
  height: 100%;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
  text-shadow: 0px 0px 50px rgb(41, 41, 41);

  position: absolute;
  top: -3%;
}

.subtitulo {
  max-width: 100%;
  min-height: 7vh;
  text-align: center;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.titulo {
  max-width: 100%;

  /* Inside auto layout */

  flex: none;
  order: 1;
  flex-grow: 0;
  text-align: center;
}

.textotitulo {
  width: 788px;
  height: fit-content;

  /* Inside auto layout */

  flex: none;
  order: 2;
  flex-grow: 0;
  text-align: center;
}

p{
  margin: 0;
  padding: 0;
}

.botontitulo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  margin-top: 25%;

  width: fit-content;
  height: fit-content;

  /* Grade Primario */

  background: #e6bb1f;
  box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.2);
  border-radius: 185px;

  /* Inside auto layout */

  flex: none;
  order: 3;
  flex-grow: 0;
  transition: 0.2s;
}

.ab{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  

  width: fit-content;
  height: fit-content;

  /* Grade Primario */

  border-radius: 185px;

  /* Inside auto layout */

  flex: none;
  order: 3;
  flex-grow: 0;
}

.botontitulo:hover{
  transform: scale(1.1);
  background-color: #eed168;
  transition: 0.4s;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 79px;
  text-align: center;
  color: white;
  margin: 0px;

  font-size: clamp(2.5rem, 4.5vw , 5rem);
}

h7 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 64px;
  text-align: center;
  color: rgb(36, 36, 36);
  margin: 0px;
}
h8 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  color: rgb(255, 255, 255);
  margin: 0px;

  font-size: clamp(1.6rem, 3.5vw , 2.5rem);
}
h9 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  color: rgb(65, 65, 65);
  margin: 0px;
}
h10 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  color: rgb(92, 92, 92);
  margin: 0px;
}
h11 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  color: rgb(36, 36, 36);
  margin: 0px;
}
h12 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 14.5px;
  height: fit-content;
  color: white;

  margin: 0px;
}
h13 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: white;
  margin: 0px;
  text-shadow: -4px 2px 10px black;
  text-shadow: 4px -2px 10px black;
}

h100 {
  width: 100%;
  height: fit-content;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 700;
  text-align: left;
  color: #51536d;
}

h101 {
  font-family: "Poppins", sans-serif;
  font-style: bold;
  font-weight: 400;
  font-size: 14.4px;
  line-height: 175%;
  /* or 56px */

  text-align: left;

  color: #98afbc;

  margin: 0px;
  padding: 0px;

  width: 450px;
}

/* ! Que nos diferencia de la competencia */

.servicios {
  position: relative;
  top: 0vh;
  width: 83vw;
  height: fit-content;
  margin: 5vh auto;
}

.servicios-texto {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 0px;
  gap: 5px;

  position: relative;
  width: 100%;
  height: fit-content;
  margin: 30px 0px;
}

.servicios-titulo {
  margin: 0px;
  padding: 0px;
  flex: none;
  order: 0;
  flex-grow: 0;
  width: 50%;
  display: flex;
  justify-content: left;
  align-items: center;
  height: fit-content;
}

.servicios-subtexto {
  margin: 0px;
  padding: 0px;
  flex: none;
  order: 1;
  flex-grow: 0;
  text-align: center;
  width: 50%;

  margin: 0px;
  flex: none;
  order: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  height: fit-content;
}

.servicios-cards {
  width: 100%;
  height: fit-content;
  margin: 40px auto;

  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 70px;
}

.servicios-cards2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 70px;

  margin-top: 50px;
}

.card {
  width: 349px;
  height: 200px;

  border-radius: 20px;

  background: white;

  box-shadow: 0px 0px 30px #e0e0e0;
}

.card-content {
  padding: 22px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* Inside auto layout */

  flex: none;
  order: 1;
  flex-grow: 0;

  gap: 4px;
}

.card-foto {
  width: 45px;
  height: 45px;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;

  margin-bottom: 4px;
}

.card-titulo {
  width: 246px;
  height: 70px;

  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 175%;
  /* or 42px */

  display: flex;
  align-items: center;

  color: #000000;

  /* Inside auto layout */

  flex: none;
  order: 1;
  flex-grow: 0;

  height: fit-content;
}

.card-subtitulo {
  width: 100%;
  height: 102px;

  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  /* or 40px */

  display: flex;
  align-items: center;

  color: #c1c1c1;

  height: fit-content;

  /* Inside auto layout */

  flex: none;
  order: 2;
  flex-grow: 0;
}

#foto1 {
  background-image: url(/images/coche.svg);
}

#foto2 {
  background-image: url(/images/coche.svg);
}

#foto3 {
  background-image: url(/images/coche.svg);
}

#foto4 {
  background-image: url(/images/coche.svg);
}

#foto5 {
  background-image: url(/images/coche.svg);
}

#foto6 {
  background-image: url(/images/coche.svg);
}

#foto7 {
  background-image: url(/images/coche.svg);
}

/* ! Nuestros Serviios */

/* #diferencias {
  position: relative;
  top: 0vh;
  width: 83vw;
  height: fit-content;
  margin: 0px auto;
  padding-top: 6vh;

  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.1fr 0.23fr;
}

.diferencias-pretitulo{
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  color: #F1C51E;
  text-transform: uppercase
}

.diferencias-texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;

  width: 100%;
  height: fit-content;

  grid-area: 1 / 2 / 2 / 3;
}

.diferencias-titulo {
  width: 100%;
  height: fit-content;
  line-height: 62px;
  display: flex;
  text-align: left;

  flex: none;
  order: 0;
  flex-grow: 0;
}

h20 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28.8px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #000000;

  height: fit-content;

  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: medium;
  font-size: 40px;
  line-height: 72px;
  display: flex;
  align-items: center;
  text-align: left;
  text-justify: center;

  color: #000000;

  width: 100%;

  height: fit-content;

  font-family: "IBM Plex Sans", sans-serif;
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 700;
  text-align: left;
  color: #51536d;
}



.fotitos {
  height: 700px;
  grid-area: 1 / 1 / 3 / 2;
  margin-right: 7%;
  position: relative;
  content-visibility: auto;
}

.fotito1 {
  width: 40%;
  height: 60%;

  background-image: url(/images/delfin.jpg);
  background-size: cover;
  background-position: 50%;

  border-radius: 20px;
  position: absolute;
  top: 40%;

  box-shadow: 0px 0px 50px #00000069;
}

.fotito2 {
  width: 50%;
  height: 50%;

  background-image: url(/images/camping.webp);
  background-size: cover;
  background-position: 100%;
  border-radius: 20px;
  position: absolute;
  left: 10%;
  box-shadow: 0px 0px 50px #00000069;
}

.fotito3 {
  background-image: url(/images/gatito.webp);
  background-size: cover;
  background-position: 60%;
  border-radius: 20px;
  box-shadow: 0px 0px 50px #00000069;
  height: 50%;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 25%;
}

.diferencias-cosas {
  grid-area: 2 / 2 / 3 / 3;
  height: fit-content;
}

.diferencias-br {
  height: 35%;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 50px;
  padding-bottom: 20px;
}

.diferencia {
  display: grid;
  grid-template-columns: 0.275fr 1fr;
  grid-template-rows: 0.6fr 1fr;
}

.foto-de-diferencia {
  height: 60px;
  width: 60px;
  position: relative;
  margin: 20% 0px;
  top: 12%;
  grid-area: 1 / 1 / 3 / 2;
  background-color: white;
  box-shadow: 0px 0px 10px #e0e0e0;
  border-radius: 10px;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.negro-azul {
  height: 80%;
  width: 80%;
}

.titulo-diferencia {
  grid-area: 1 / 2 / 2 / 3;
  width: fit-content;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 175%;

  display: flex;
  align-items: center;
  text-justify: center;
  position: relative;
  top: 20%;
  color: #000000;
}

.subtitulo-diferencia {
  grid-area: 2 / 2 / 3 / 3;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  width: fit-content;
  display: flex;
  align-items: center;

  color: #c1c1c1;

  height: fit-content;
}

.wrapperbotonpidetutaxi {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: left;
}
.botonpidetutaxi {
  width: 100%;
  height: 50px;
  background-color: rgb(230, 187, 31);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #c0c0c0;
  transition: 0.6s;
}

.botonpidetutaxi:hover {
  transform: scale(1.1);
  background-color: #eed168;
  transition: 0.6s;
}

.abr{
  width: 20%;
  height: 50px;
  background-color: rgb(230, 187, 31);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #c0c0c0;
  transition: 0.6s;
}

.mas-servicios{
  color: rgb(230, 187, 31);
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  transition: 0.6s;
}

.mas-servicios:hover{
  transform: scale(1.1) translateX(9px);
  transition: 0.4s;
}

.abc{
  color: rgb(230, 187, 31);
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 25px;
}

.flecha-derecha{
  padding-left: 10px;
  height: 30px;
  width: 25px;
  position: relative;
  top: 1px;
}

h201 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
  font-size: 17px;

  color: white;

  margin: 0px;
} */



/* ! Pedir Tu Taxi */

#pedir-taxi {
  width: 83vw;
  height: 60vh;
  margin: 0 auto;
  padding-top: 6vh;
  margin-top: 6vh;
  margin-bottom: 8vh;
}

.pedir-taxi-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  background: linear-gradient(330deg, #e6bb1f, #eed168);
  box-shadow: 0px 0px 50px #00000041;
}

#pedir-fondo {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  box-shadow: 0px 0px 50px #00000041;
  position: absolute;
  transition-property: visibility, opacity;
  transition-duration: 0s, 1s;
  background: linear-gradient(330deg, #e6bb1f, #eed168);
}

#pedir-fondo.hidden {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.8s, 0s;
  transition-delay: 0s, 1s;
}

.pedir-titulo {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.pedir-subtitulo {
  flex: none;
  order: 1;
  flex-grow: 0;
}

.pedir-boton {
  flex: none;
  order: 2;
  flex-grow: 0;
  background-color: white;
  width: 120px;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  padding: 12px 28px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.11);
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}

.pedir-boton:hover {
  transform: scale(1.1);
  transition: 0.4s;
  
}

.pedir-boton-a{
  width: 100%;
  height: 100%;
  position: absolute;
}

h50 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 72px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.158);
  z-index: 0;
  width: 50%;
  justify-content: center;
}

h51 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: rgb(246, 246, 246);
  padding-bottom: 3px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.158);
}

h52 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 3px;
  color: #000000;
  height: 22px;
  padding: 0px;
  text-shadow: 0px 0px 1px rgb(70, 70, 70);
}
#pedida {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;

  transition-property: visibility, opacity;
  transition-duration: 0s, 0s;
  background: linear-gradient(330deg, #e6bb1f, #eed168);
  box-shadow: 0px 0px 50px #00000041;
}

#pedida.visible {
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-duration: 0.8s, 0s;
  transition-delay: 0s, 0s;
}

input {
  background-color: transparent;
  border-color: transparent;
}

.form-grid {
  width: 100%;
  height: 100%;

  display: grid;
  grid-template-columns: repeat(2, 1fr) 2fr;
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.columna-1{
  grid-column: 0;
}

.columna-2{
  grid-column: 1;
}

.columna-3{
  grid-column: 2;
}

.columna-1-2{
  grid-column: 0/1;
}



#bcn{
  color: #e6bb1f;
}

#diferencias{
  height: fit-content;
  width: 83vw;
  margin: 0 auto;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5vh;
  gap: 20px;
}

.diferencias-left{
  width: 39vw;
  height: 24.5vw;
  position: relative;
  padding-right: 3%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.foto-left-br{
width: 75%;
height: 86%;
border-radius: 15px;
position: absolute;
}

#foto-left1{
background-image: url(/images/taxifoto.jpg);
background-size: cover;
background-position: 50% 70%;
z-index: 1;
top: 14%;
left: 12%;
box-shadow: 0px 0px 100px #000000c7 inset
}
#foto-left2{
background-color: #ffa60034;
z-index: 0;
top: 7%;
left: 6%;
}
#foto-left3{
background-color: #fffb0042;
z-index: -1;
}

.diferencias-right{
  width: 50%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.diferencias-pretitulo{
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  color: #F1C51E;
  text-transform: uppercase;
  order: 0;
}

.diferencias-titulo {
  display: flex;
  text-align: left;
  flex: none;
  order: 0;
  flex-grow: 0;
  width: 100%;
  height: fit-content;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 700;
  text-align: left;
  color: #51536d;
  order: 1;
  padding-bottom: 20px;
}

.diferencias-subtitulo {
  height: fit-content;
  flex: none;
  order: 1;
  flex-grow: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  color: #000000;
  padding-bottom: 20px;
  order: 2;
}

.diferencias-grid{
  width: 100%;
  height: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  order: 3;
  gap: 25px 10px;
}

.diferencias-card{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: top;
}

.diferencias-card-foto{
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  top: 6%;
}
#diferencias-card-foto-1{
  background-size: contain;
  background-image: url(/images/avion.png);
  background-repeat: no-repeat;
}
#diferencias-card-foto-2{
  background-size: contain;
  background-image: url(/images/distancia.png);
  background-repeat: no-repeat;
}
#diferencias-card-foto-3{
background-size: contain;
background-image: url(/images/turismo.png);
background-repeat: no-repeat;
}
#diferencias-card-foto-4{
background-size: contain;
background-image: url(/images/barco.png);
background-repeat: no-repeat;
}

.diferencias-card-texto{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: top;
}

.diferencias-card-texto-titulo{
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: bold;
  color: #51536d;
  text-align: left;
}

.diferencias-card-texto-subtitulo{
  font-family: "IBM Plex Sans", sans-serif;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.5;
  color: rgb(81, 83, 109);
  width: 100%;
}

.wrapperbotonpidetutaxi {
width: 100%;
height: fit-content;
display: flex;
justify-content: left;
order: 4;
padding-top: 20px;
gap: 25px;
}
.botonpidetutaxi {
width: 100%;
height: 50px;
background-color: rgb(230, 187, 31);
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px;
box-shadow: 0px 0px 20px #c0c0c0;
transition: 0.6s;
padding: 0px 24px;
}

.botonpidetutaxi:hover {
transform: scale(1.1);
background-color: #eed168;
transition: 0.6s;
}

.abr{
width: fit-content;
height: fit-content;
background-color: rgb(230, 187, 31);
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px;
box-shadow: 0px 0px 20px #d5d5d500;
transition: 0.6s;
}

.mas-servicios{
color: rgb(230, 187, 31);
font-family: "IBM Plex Sans", sans-serif;
font-weight: bold;
font-size: 16px;
display: flex;
align-items: center;
padding-left: 25px;
transition: 0.6s;
}

.mas-servicios:hover{
transform: scale(1.1) translateX(9px);
transition: 0.4s;
}

.abc{
color: rgb(230, 187, 31);
font-family: "IBM Plex Sans", sans-serif;
font-weight: bold;
font-size: 16px;
display: flex;
align-items: center;
}

.flecha-derecha{
padding-left: 10px;
height: 30px;
width: 25px;
position: relative;
top: 1px;
}

h201 {
font-family: "IBM Plex Sans", sans-serif;
font-weight: bold;
font-size: 17px;

color: white;

margin: 0px;

}

@media screen and (max-width: 1400px){
#diferencias {
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.diferencias-right{
    width: 100%;
    order: 0;
    align-items: center;
}
.diferencias-left{
    width: 83vw;
    height: 30vw;
    margin-bottom: 5%;
    order: 1;
    padding-right: 0;
}

.foto-left-br{
    width: 55%;
    height: 100%;
}
#foto-left1{
    left: 25%;
    top: 12%;
}
#foto-left2{
    left:22%;
    top: 6%;
}
#foto-left3{
  left: 19%;
    top: 0%;
}

.diferencias-pretitulo{
  justify-content: center;
}

.diferencias-titulo{
  justify-content: center;
  padding-bottom: 25px;
  text-align: center;
}

h21{
  text-align: center;
}

.diferencias-grid{
  width: 70%;
  gap: 30px 0px;
  justify-items: center;
}

.wrapperbotonpidetutaxi{
  align-items: center;
  flex-direction: column;
  gap: 30px;
  padding-top: 0px;
  position: relative;
  top: -2vh;
}

.abc{
  order: 0;
}
.mas-servicios{
  padding-left: 0px;
  font-size: 19px;
}
.mas-servicios:hover{
  transform: scale(1.1) translateX(0px);
}
.flecha-derecha{
  display: none;
}

.abr{
  order: 1;
}

.diferencias-card{
  flex-direction: column;
  align-items: center;
}
.diferencias-card-texto{
  align-items: center;
  height: fit-content;
}
.diferencias-card-texto-titulo{
  text-align: center;
  width: 70%;
}
.diferencias-card-texto-subtitulo{
  text-align: center;
  width: 75%;
}
.diferencias-card-foto{
  top: 0%;
  height: 60px;
  width: 60px;
}
}
@media screen and (max-width: 1100px){
.foto-left-br{
    height: 30vw;
    width: 70%;
}
#foto-left1{
    left: 16%;
}
#foto-left2{
    left: 14%;
}
#foto-left3{
    left: 12%;
}
}
@media screen and (max-width: 800px){
.diferencias-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 5vw;
    padding-bottom: 10vw;
}
.diferencias-card-texto-titulo {
  width: 100%;
}
.diferencias-card-texto-subtitulo {
  width: 100%;
}
}
@media screen and (max-width: 610px){
#taxi2airport {
    height: 210vw;
}
}
@media screen and (max-width: 510px){
#taxi2airport {
    height: 260vw;
}
}
@media screen and (max-width: 410px){
#taxi2airport {
    height: 360vw;
}
}
@media screen and (max-width: 310px){
#taxi2airport {
    height: 390vw;
}
}

footer{
  height: fit-content;
  display: flex;
  justify-content: center;
  padding-bottom: 8vh;
}

.TaxiBCNAeroport-wrapper{
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  gap: 150px;
}

.TaxiBCNAeroport{
  width: 100%;
  height: 100%;
  text-align: center;
}

.TaxiBCNAeroport2{
  width: 100%;
  height: 100%;
}

.TaxiBCNAeroport-content{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 25px;
}
.redes{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;

  width: 101%;
  height: fit-content;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 700;
  text-align: center;
  color: #51536d;
}

#redes2{
  justify-content: left;
}

.redes-fotos{
  width: 30px;
}

@media screen and (max-width: 1000px) {
  .TaxiBCNAeroport-wrapper{
      flex-direction: column;
      gap: 20px;
  }
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}



h30{
  color: #fff;
  padding-left: 61.5px;
  font-weight: 500;
}

.form-v10-content {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.form-v10-content .form-detail {
  position: relative;
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.form-v10-content .form-detail h2 {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 20px;
  padding: 33px 50px 0px 60px;
}
.form-v10-content .form-detail .form-left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
}
.form-v10-content .form-detail .form-left h2 {
  color: #ECCB59;
}
.form-v10-content .form-detail .form-right {
  width: 100%;
  background: #E8C13A;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.form-v10-content .form-detail .form-right h2 {
  color: #fff;
}
.form-v10-content .form-detail .form-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: fit-content;
}
.form-v10-content .form-detail .form-row {
  position: relative;
  margin-bottom: 24px;
  padding-left: 60px;
  padding-right: 50px;
}
.form-v10-content .form-detail .form-left .form-group .form-row.form-row-1 {
  width: 80%;
  padding: 0 12px 0 60px;
}
.form-v10-content .form-detail .form-left .form-group .form-row.form-row-2 {
  width: 80%;
  padding: 0 50px 0 12px;
}
.form-v10-content .form-detail .form-left .form-group .form-row.form-row-3 {
  width: 73%;
  padding: 0 12px 0 60px;
}
.form-v10-content .form-detail .form-left .form-group .form-row.form-row-4 {
  width: 50%;
  padding: 0 50px 0 12px;
}
.form-v10-content .form-detail .form-right .form-group .form-row.form-row-1 {
  width: 80%;
  padding: 0 12px 0 60px;
}
.form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 {
  width: 100%;
  padding: 0 50px 0 12px;
}
.form-v10-content .form-detail select,
.form-v10-content .form-detail input {
  width: 100%;
  padding: 11.5px 15px 15px 15px;
  border: 1px solid transparent;
  background: transparent;
  appearance: unset;
  -moz-appearance: unset;
  -webkit-appearance: unset;
  -o-appearance: unset;
  -ms-appearance: unset;
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -o-outline: none;
  -ms-outline: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.form-v10-content .form-detail select {
  background: 0 0;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.form-v10-content .form-detail .form-left select {
  color: #666;
}
.form-v10-content .form-detail .form-right select {
  color: #f2f2f2;
}
.form-v10-content .form-detail .select-btn {
  z-index: 0;
  position: absolute;
  top: 30%;
  right: 11.5%;
  font-size: 18px;
}
.form-v10-content .form-detail .form-left .select-btn {
  color: #666;
}
.form-v10-content .form-detail .form-right .select-btn {
  color: #f2f2f2;
}
.form-v10-content .form-detail .form-group .form-row.form-row-4 .select-btn {
  top: 20%;
  right: 26%;
}
.form-v10-content
  .form-detail
  .form-right
  .form-group
  .form-row.form-row-2
  .select-btn {
  top: 20%;
  right: 19%;
}
.form-v10-content .form-detail .form-left input {
  color: #000;
}
.form-v10-content .form-detail .form-right input {
  color: #fff;
}
.form-v10-content .form-detail .form-left input,
.form-v10-content .form-detail .form-left select {
  border-bottom: 1px solid #ccc;
}
.form-v10-content .form-detail .form-left input:focus,
.form-v10-content .form-detail .form-left select:focus {
  border-bottom: 1px solid #999;
}
.form-v10-content .form-detail .form-right input,
.form-v10-content .form-detail .form-right select {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.form-v10-content .form-detail .form-right input:focus,
.form-v10-content .form-detail .form-right select:focus {
  border-bottom: 1px solid #ccc;
}
.form-v10-content .form-detail .form-right select option {
  background: #4835d4;
}
.form-v10-content .form-detail .form-checkbox {
  margin-top: 37px;
  padding: 0 50px 0 60px;
  position: relative;
}
.form-v10-content .form-detail .form-checkbox input {
  position: absolute;
  opacity: 0;
}
.form-v10-content .form-detail .form-checkbox .checkmark {
  position: absolute;
  top: 1px;
  left: 60px;
  height: 15px;
  width: 15px;
  border: 1px solid #fff;
  cursor: pointer;
}
.form-v10-content .form-detail .form-checkbox .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 3px;
  height: 8px;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.form-v10-content
  .form-detail
  .form-checkbox
  input:checked
  ~ .checkmark::after {
  display: block;
}
.form-v10-content .form-detail .form-checkbox p {
  margin-left: 34px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.form-v10-content .form-detail .form-checkbox .text {
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
}
.form-v10-content .form-detail .form-right .form-row-last {
  margin: 40px 0px;
  padding: 0px 60px;
}

.form-v10-content .form-detail .form-right .form-row-last input {
  padding: 12.5px;
}
.form-v10-content .form-detail .form-left input::-webkit-input-placeholder {
  
  color: #000;
  font-size: 16px;
}
.form-v10-content .form-detail .form-left input::-moz-placeholder {
  
  color: #000;
  font-size: 16px;
}
.form-v10-content .form-detail .form-left input:-ms-input-placeholder {
  
  color: #000;
  font-size: 16px;
}
.form-v10-content .form-detail .form-left input:-moz-placeholder {
  
  color: #000;
  font-size: 16px;
}
.form-v10-content .form-detail .form-right input::-webkit-input-placeholder {
  
  color: #fff;
  font-size: 16px;
}
.form-v10-content .form-detail .form-right input::-moz-placeholder {
  
  color: #fff;
  font-size: 16px;
}
.form-v10-content .form-detail .form-right input:-ms-input-placeholder {
  
  color: #fff;
  font-size: 16px;
}
.form-v10-content .form-detail .form-right input:-moz-placeholder {
  
  color: #fff;
  font-size: 16px;
}

.form-v10-content .form-detail .form-right .register {
  background: #fff;
  border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
  border: none;
  padding: 0px;
  cursor: pointer;
  color: #333;
  font-weight: 700;
  font-size: 15px;
  transition: 0.4s;
}
.form-v10-content .form-detail .form-right .register:hover {
  background: #ccc;
  transition: 0.4s;
}

@media screen and (max-width: 1199px) {
  .form-v10-content {
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .form-v10-content .form-detail .form-group {
    flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .form-v10-content .form-detail .form-left .form-group .form-row.form-row-1,
  .form-v10-content .form-detail .form-left .form-group .form-row.form-row-2,
  .form-v10-content .form-detail .form-left .form-group .form-row.form-row-3,
  .form-v10-content .form-detail .form-left .form-group .form-row.form-row-4,
  .form-v10-content .form-detail .form-right .form-group .form-row.form-row-1,
  .form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 {
    width: auto;
    padding: 0 50px 0 60px;
  }
  .form-v10-content .form-detail .select-btn,
  .form-v10-content
    .form-detail
    .form-left
    .form-group
    .form-row.form-row-4
    .select-btn,
  .form-v10-content
    .form-detail
    .form-right
    .form-group
    .form-row.form-row-2
    .select-btn {
    right: 15%;
  }
}
@media screen and (max-width: 1267px) {

  
  .page-content{
    position: absolute;
    top: 11vh;
    height: fit-content;
  }
  .form-v10-content .form-detail {
    position: relative;
    top: 0vh;
    flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .form-v10-content .form-detail .form-right {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
  }
  .form-v10-content .form-detail .form-left {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .form-v10-content .form-detail .form-group {
    flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .form-v10-content .form-detail .form-row,
  .form-v10-content .form-detail .form-left .form-group .form-row.form-row-1,
  .form-v10-content .form-detail .form-left .form-group .form-row.form-row-2,
  .form-v10-content .form-detail .form-left .form-group .form-row.form-row-3,
  .form-v10-content .form-detail .form-left .form-group .form-row.form-row-4,
  .form-v10-content .form-detail .form-right .form-group .form-row.form-row-1,
  .form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 {
    width: auto;
    padding: 0 30px;
  }
  .form-v10-content .form-detail .select-btn,
  .form-v10-content
    .form-detail
    .form-left
    .form-group
    .form-row.form-row-4
    .select-btn,
  .form-v10-content
    .form-detail
    .form-right
    .form-group
    .form-row.form-row-2
    .select-btn {
    right: 15%;
  }
  .form-v10-content .form-detail h2 {
    padding: 33px 30px 0px 30px;
  }
  
  .form-v10-content .form-detail .form-checkbox {
    padding: 0 30px;
  }
  .form-v10-content .form-detail .form-checkbox .checkmark {
    left: 30px;
  }
  .form-v10-content .form-detail .form-right .form-row-last {
    text-align: center;
  }
}
@media screen and (max-height: 600px) {
  .form-v10-content .form-detail {
    flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .form-v10-content .form-detail .form-right {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
  }
  .form-v10-content .form-detail .form-left {
    padding-bottom: 50px;
  }
}




textarea {
  resize: none;
}

input,
textarea {
  font-family: 'Poppins', sans-serif;
  text-shadow: 0px 0px 15px rgb(0 0 0 / 16%);
  background: none;
  color: white;
  font-size: 20px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 320px;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid white;
}
input:focus,
textarea:focus {
  outline: none;
}
input:focus ~ .label1, input:valid ~ .label1,
textarea:focus ~ .label1,
textarea:valid ~ .label1 {
  top: -58px;
  font-size: 14px;
  color: #000;
  text-shadow: 0px 0px 15px rgb(0 0 0 / 16%);
}
input:focus ~ .label2, input:valid ~ .label2,
textarea:focus ~ .label2,
textarea:valid ~ .label2 {
  top: -58px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0px 0px 15px rgb(0 0 0 / 16%);
}
input:focus ~ .bar1:before,
textarea:focus ~ .bar1:before {
  width: 100%;
}

input:focus ~ .bar2:before,
textarea:focus ~ .bar2:before {
  width: 100%;
}

.label1 {
  font-family: 'Poppins', sans-serif;
  color: rgba(0, 0, 0, 0.781);
  font-size: 17px;
  font-weight: 300;
  position: relative;
  left: 17.5px;
  top: -35px;
  pointer-events: none;
  transition: 400ms ease all;
  text-shadow: 0px 0px 15px rgb(0 0 0 / 16%);
}

.label2 {
  font-family: 'Poppins', sans-serif;
  color: white;
  font-size: 17px;
  font-weight: 300;
  position: relative;
  left: 17.5px;
  top: -35px;
  pointer-events: none;
  transition: 400ms ease all;
  text-shadow: 0px 0px 15px rgb(0 0 0 / 16%);
}

.bar1 {
  position: relative;
  display: block;
  width: 100%;
}
.bar1:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #ECCB59;
  transition: 400ms ease all;
  left: 0%;
}

.bar2 {
  position: relative;
  display: block;
  width: 100%;
}
.bar2:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #fff;
  transition: 400ms ease all;
  left: 0%;
}

*/

@media screen and (max-width: 1150px){
  .Nav{
      display: none;
  }

  

  

  

  .textotitulo{
      width: 650px;
  }
}

@media screen and (max-width: 1000px){
  .Nav{
      justify-self: right;
  }

  
}

@media screen and (max-width: 875px){
  .Nav{
      display: none;
  }

  .PideTuTaxi{
      width: 80px;
  }

  

  .textotitulo{
      width: 500px;
  }

  
}


@media screen and (max-width: 341px){
  .botontitulo{
      padding: 7px 12px;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root{
  --reserva-height: 46.4vh;
}

#reserva{
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 8vh;
  padding-bottom: 6vh;
  height: var(--reserva-height);
}
.forma{
  width: 83vw;
  background-color: #ffd500;
  border-radius: 15px;
  position: relative;
  height: var(--reserva-height);
  overflow:auto; 
}
form{
  height: fit-content;
  display: flex;
}
#reserva-reserva-reserva{
  height: var(--reserva-height);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition-property: visibility, opacity;
  transition-duration: 0.7s, 0.7s;
}
#reserva-inicio{
  height: var(--reserva-height);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6vh;
  opacity: 1;
  align-items: center;
  justify-content: center;
  position: absolute;
  visibility: visible;
  transition-property: visibility, opacity;
  transition-duration: 0.7s, 0.7s;
}
.reserva-inicio-titulo{
  width: 60%;
  height: fit-content;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 2.35rem;
  text-align: center;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 600;
  color: white;
  text-shadow: 0px 0px 15px rgb(0 0 0 / 16%);
  
}
.reserva-inicio-subtitulo{
  width: 80%;
  height: fit-content;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  color: white;
  text-shadow: 0px 0px 15px rgb(0 0 0 / 16%);
}
.reserva-inicio-boton{
  background-color: white;
  color: black;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 800;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 11%);
  text-shadow: 0px 0px 1px rgb(70 70 70);
}
.reserva-reserva{
  display: flex;
  flex-direction: row;
  width: 100%;
  border-radius: 10px;
  height: var(--reserva-height);
  min-height: 100%;
}
.reserva-left{
  background-color: white;
  width: 50%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 3vh 0px;
}
.reserva-left-grid{
  display: grid;
  grid-template-columns: 50% 50%;
  width: 74%;
  height: 87%;
  margin: 0 auto;
  gap: 1vh;
  margin-bottom: 20px;
}
.reserva-right{
  background-color: #ffd500;
  width: 50%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 3vh 0px;
}
.reserva-right-grid{
  display: grid;
  grid-template-columns: 50% 50%;
  width: 74%;
  height: 87%;
  margin: 0 auto;
  gap: 1vh;
  margin-bottom: 20px;
}
.column-type-1{
  width: 100%;
}
.column-type-2{
  width: 100%;
}
#nombre{
  grid-area: 1 / 1 / 2 / 2;
}
#apellido{
  grid-area: 1 / 2 / 2 / 3;
}
#email{
  grid-area: 2 / 1 / 3 / 3;
}
#tel{
  grid-area: 3 / 1 / 4 / 3;
}
#pasajeros{
  grid-area: 4 / 1 / 5 / 2;
}
#maletas{
  grid-area: 4 / 2 / 5 / 3;
}

#direccion-de-recogida{
  grid-area: 1 / 1 / 2 / 3;
}
#fecha{
  grid-area: 2 / 1 / 3 / 2;
}
#hora{
  grid-area: 2 / 2 / 3 / 3;
}
#checkbox{
  grid-area: 4 / 1 / 5 / 3;
  display: flex;
  flex-direction: row;
  gap: 15px;

}
#checkboxbox{
  background-color: transparent;
  width: 17px;
}
#checkbox p{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
#checkbox a{
  color: white;
  text-decoration: underline;
}
#submit-g{
  grid-area: 5 / 1 / 6 / 3;
  background: #fff;
  border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  box-shadow: 0px 6px 17px 0px rgb(0 0 0 / 15%);
  -o-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 6px 17px 0px rgb(0 0 0 / 15%);
  border: none;
  padding: 0px;
  cursor: pointer;
  color: #333;
  font-weight: 700;
  font-size: 15px;
  transition: 0.4s;
  text-align: center;
}
#submit-g:hover{
  background: #ccc;
  transition: 0.4s;
}
#submit-input{
  width: 100%;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  z-index: 20;
}
#direccion-de-destino{
  grid-area: 3 / 1 / 4 / 3;
}

.label{
  display: flex;
}
input:focus ~ .bar:before,
textarea:focus ~ .bar:before {
  width: 100%;
}
.bar {
  position: relative;
  display: block;
  width: 100%;
  background-color: #ccc;
  height: 1px;
}
.bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #ffffff;
  background: #ffd500;
  transition: 400ms ease all;
  left: 0%;
}

.bar2 {
  position: relative;
  display: block;
  width: 100%;
  background-color: rgb(241, 241, 241);
  height: 1px;
}
.bar2:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #ffffff;
  transition: 400ms ease all;
  left: 0%;
}

input:focus ~ .label, input:valid ~ .label,
textarea:focus ~ .label,
textarea:valid ~ .label {
  top: -58px;
  font-size: 14px;
  color: #000;
  text-shadow: 0px 0px 15px rgb(0 0 0 / 16%);
}
.label {
  font-family: 'Poppins', sans-serif;
  color: rgba(0, 0, 0, 0.781);
  font-size: 17px;
  font-weight: 300;
  position: relative;
  left: 17.5px;
  top: -35px;
  pointer-events: none;
  transition: 400ms ease all;
  text-shadow: 0px 0px 15px rgb(0 0 0 / 16%);
}

.label2{
  color: white;
}
input:focus ~ .label2, input:valid ~ .label2,
textarea:focus ~ .label2,
textarea:valid ~ .label2 {
  top: -58px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 15px rgb(0 0 0 / 16%);
}

.reserva-right
input,
textarea {
  font-family: 'Poppins', sans-serif;
  text-shadow: 0px 0px 15px rgb(0 0 0 / 16%);
  background: none;
  color: rgb(255, 255, 255);
  font-size: 18px;
  padding: 1vh 0px 1vh 16px;
  display: block;
  width: 93%;
  border: none;
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
}

.reserva-left
input,
textarea {
  font-family: 'Poppins', sans-serif;
  text-shadow: 0px 0px 15px rgb(0 0 0 / 16%);
  background: none;
  color: rgb(0, 0, 0);
  font-size: 18px;
  padding: 1vh 0px 1vh 16px;
  display: block;
  width: 93%;
  border: none;
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
}
#submit-input{
  color: black;
}
.forma h2{
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 25px;
  margin-top: 10px;
  padding: 0 60px;
  font-family: "Montserrat", sans-serif;
}

.forma .reserva-left{
  color: #ECCB59;
}
.forma .reserva-right{
  color: white;
}




@media screen and (max-width: 1267px) {
  .reserva-reserva{
      flex-direction: column;
  }
  .reserva-left{
      width: 100%;
      border-top-right-radius: 15px;
      border-bottom-left-radius: 0px;
  }
  .reserva-right{
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px;
      width: 100%;
  }
  :root{
      --reserva-height: 102.45vh;
  }
}
@media screen and (max-width: 472px) {
  :root{
      --reserva-height: 123.45vh;
  }
  .reserva-left-grid{
      grid-template-columns: 1fr;
  }
  .reserva-right-grid{
      grid-template-columns: 1fr;
  }

  #nombre{
      grid-area: 1 / 1 / 2 / 2;
  }
  #apellido{
      grid-area: 2 / 1 / 3 / 2;
  }
  #email{
      grid-area: 3 / 1 / 4 / 2;
  }
  #tel{
      grid-area: 4 / 1 / 5 / 2;
  }
  #pasajeros{
      grid-area: 5 / 1 / 6 / 2;
  }
  #maletas{
      grid-area: 6 / 1 / 7 / 2;
  }

  #direccion-de-recogida{
      grid-area: 1 / 1 / 2 / 2;
  }
  #fecha{
      grid-area: 2 / 1 / 3 / 2;
  }
  #hora{
      grid-area: 3 / 1 / 4 / 2;
  }
  #checkbox{
      grid-area: 4 / 1 / 5 / 2;
  }
  #submit-g{
      grid-area: 5 / 1 / 6 / 2;
  }
}

#taxi2airport {
  width: 83vw;
  height: 25vw;
  margin: 0 auto;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5vh;
}

.left {
  height: 100%;
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.subtitle-pium {
  grid-area: 1 / 1 / 2 / 4;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items:flex-start;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  color: #F1C51E;
}

.title-pium {
  grid-area: 2 / 1 / 3 / 4;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 700;
  text-align: left;
  color: #51536d;
  padding-bottom: 30px;
}

.cards-pium {
  grid-area: 3 / 1 / 4 / 4;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-pium {
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  padding: 0px;
  gap: 20px;
  width: fit-content;
}

.imagepium {
  width: 50px;
  height: 50px;
}

h301 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: bold;
  color: #51536d;
  text-align: center;
}

h302 {
  font-family: "IBM Plex Sans", sans-serif;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #51536d;
  width: 85%;
}

.right {
  width: 45%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.foto-right {
  width: 65%;
  height: 86%;
  border-radius: 15px;
  position: absolute;
}

#foto-right1 {
  background-image: url(/images/taxifoto.jpg);
  background-size: cover;
  background-position: 50% 70%;
  z-index: 1;
  top: 14%;
  right: 12%;
  box-shadow: 0px 0px 100px #000000c7 inset
}

#foto-right2 {
  background-color: #ffa60034;
  z-index: 0;
  top: 7%;
  right: 6%;
}

#foto-right3 {
  background-color: #fffb0042;
  z-index: -1;
}
@media screen and (max-width: 1650px){
  #taxi2airport{
      height: 30vw;
  }
}
@media screen and (max-width: 1520px){
  #taxi2airport{
      height: 33vw;
  }
}
@media screen and (max-width: 1400px){
  #taxi2airport {
      height: 70vw;
      flex-direction: column;
      align-items: center;
  }
  .right{
      width: 100%;
      justify-content: center;
      align-items: center;
  }
  .left{
      width: 100%;
      height: fit-content;
      margin-bottom: 5%;
  }
  .cards-pium{
      height: fit-content;
  }
  .title-pium{
      text-align: center;
  }
  .subtitle-pium{
      justify-content: center;
  }
  .foto-right{
      width: 55%;
      height: 30vw;
  }
  #foto-right1{
      left: 22%;
      top: 12%;
  }
  #foto-right2{
      left: 25%;
      top: 6%;
  }
  #foto-right3{
      left: 28%;
      top: 0%;
  }
}
@media screen and (max-width: 1100px){
  #taxi2airport {
      height: 105vw;
  }
  .foto-right{
      height: 40vw;
      width: 70%;
  }
  #foto-right1{
      left: 15%;
  }
  #foto-right2{
      left: 18%;
  }
  #foto-right3{
      left: 21%;
  }
}
@media screen and (max-width: 800px){
  #taxi2airport {
      height: 170vw;
  }
  .cards-pium {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 1fr 1fr;
      gap: 5vw;
  }
  .card-pium{
      width: 100%;
  }
}
@media screen and (max-width: 610px){
  #taxi2airport {
      height: 210vw;
  }
}
@media screen and (max-width: 510px){
  #taxi2airport {
      height: 260vw;
  }
}
@media screen and (max-width: 410px){
  #taxi2airport {
      height: 360vw;
  }
}
@media screen and (max-width: 310px){
  #taxi2airport {
      height: 390vw;
  }
}

/* ! Turismo */

#Turismo {
  height: fit-content;
  width: 83vw;
  margin: 0 auto;
  padding-top: 6vh;
}

.titulo-turismo {
  width: 100%;
  height: fit-content;
  margin: 0px 0;
  padding-bottom: 4vh;
  display: flex;
}

.turismo-grid {
  width: 100%;
  height: 75vh;
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  gap: 15px;
}

.turismo-column-1 {
  grid-area: 1 / 1 / 2 / 2;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  height: 100%;
  width: 100%;
  gap: 15px;
}

.turismo-column-2 {
  grid-area: 1 / 2 / 2 / 3;
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: 100%;
  width: 100%;
  gap: 15px;
}

.turismo-column-3 {
  grid-area: 1 / 3 / 2 / 4;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  height: 100%;
  width: 100%;
  gap: 15px;
}

.turismo-card-1 {
  height: 100%;
  width: 100%;

  display: flex;
  justify-content: left;
  align-items: flex-end;

  border-radius: 15px;

  position: relative;

  box-shadow: 0px 0px 100px #0000006c inset, 0px 0px 40px #00000041;

  transform: scale(1);
  transition: 0.3s;
}

.turismo-card-1:hover {
  z-index: 99;
  transform: scale(1.1);
  transition: 0.5s;
}

.turismo-card-2 {
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: 0.3s;
  display: flex;
  justify-content: left;
  align-items: flex-end;

  border-radius: 15px;

  box-shadow: 0px 0px 100px #0000006c inset, 0px 0px 50px #00000041;

  position: relative;
}

.turismo-card-2:hover {
  z-index: 99;
  transform: scale(1.07);
  transition: 0.5s;
}

.turismo-card-text-wrapper {
  height: fit-content;
  width: 100%;
  margin: 15px;
}

.tusrismo-card-titulo {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;

  color: #ffffff;

  text-shadow: 0px 0px 10px #000000;
  padding-bottom: 3px;
}

.tusrismo-card-subtitulo {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  padding: 0px;
  gap: 0px;
}

.turismo-foto-1 {
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 15px;
  object-fit: cover;
  position: absolute;
  content-visibility: auto;
  filter: brightness(90%);
}

.location {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.13) inset;
}

.espacio {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: light;
  font-size: 14px;
  line-height: 21px;

  color: #c6c6c6;
  display: flex;
  justify-content: left;
  align-items: center;

  text-shadow: 0px 0px 10px #000000;
}

.fototototo {
  position: relative;
  left: -2px;
  top: 2px;
}

#turismo-foto-1 {
  object-position: 50% 100%;
}

#turismo-foto-2 {
  object-position: 50% 75%;
}

#turismo-foto-3 {
  object-position: 50% 50%;
}

#turismo-foto-4 {
  object-position: 50% 50%;
}

#turismo-foto-5 {
  object-position: 50% 90%;
}

#turismo-foto-6 {
  object-position: 50% 40%;
}

#turismo-foto-7 {
  object-position: 55% 100%;
}

#turismo-foto-8 {
  object-position: 50% 50%;
}

@media screen and (max-width: 1100px){
  .turismo-grid{
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1.6fr 1.6fr;
      height: 140vw;
  }
  .turismo-column-1{
      grid-area: 1 / 1 / 4 / 2;
  }
  .turismo-column-2{
      grid-area: 4 / 1 / 6 / 3;
      height: 100%;
  }
  .turismo-column-3{
      grid-area: 1 / 2 / 4 / 3;
  }
}
@media screen and (max-width: 1000px){
  h100{
      text-align: center;
  }
}
@media screen and (max-width: 900px){
  #Turismo{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
  }
  .turismo-grid{
      grid-template-columns: 1fr;
      grid-template-rows: repeat(8, 1fr);
      height: 240vw;
      width: 80%;
  }
  .turismo-column-1{
      height: 100%;
      grid-area: 1 / 1 / 4 / 2;
  }
  .turismo-column-2{
      height: 100%;
      grid-area: 4 / 1 / 6 / 2;
  }
  .turismo-column-3{
      height: 100%;
      grid-area: 6 / 1 / 9 / 2;
  }
}
@media screen and (max-width: 650px){
  .turismo-grid{
      height: 390vw;
      width: 85%;
  }
}
