body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-white);
}

/* nav superior*/

#navbarsExample02 ul{
  border-radius: 100px;
}

/* mobile friendly alternative to using background-attachment: fixed */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #6c757d;
  background-image: linear-gradient(
      115deg,
      rgba(58, 58, 158, 0.8),
      rgba(136, 136, 206, 0.7)
    ),
}

/*Inicio*/

#texto1 { 
    padding-top:2em;
    font-size: 1.4em;
    text-align: center;
}


#texto2 {
    padding: auto;
    margin: auto;
    color: white;
    font-size: 1.4em;
    text-align: center;
    font-style: italic;
    font-weight: 200;
    width: 80%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    }


#inicio {
    padding-top: 6em;
}

#inicio h1{
  text-align: center;
}

#datos {
  font-family: "Montserrat", sans-serif;
}


.form-label {
  align-items: center;
  padding: 7.5px 6px;
  margin: 4px 0
}

/*ventana de SERVICIO */

.ventana { 
  display: none;
  width: 100%;
  height: 100%;
  background: black;
  color:rgba(255,255,255,1);
  font-family: "Montserrat", sans-serif;
  font-size:18px;
  text-align:center;
  min-height:250px;
  border-radius:250px;
  size: 100%;
  position:fixed;
  opacity: 90%;
  z-index: 2;
}

.ventana h1{
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  font-size: 2rem;
  margin-top: 20rem;
}

.ventana p{
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: white;
  font-size: 1.5rem;
  padding-top: 0.5em;
}



#imagenPrincipal {
  padding-bottom: 4em;
}

#titulo2{
  size: 2em;
  padding-bottom: 4em;
}

@media (min-width: 1px) and (max-width: 991.98px) { 
  .ventana {
    border-radius: 50px;
  }
  .ventana h1{
    margin-top: 4em;
    margin: 0 1em 0 1em;
  }
  .ventana p {
    margin: 0 1em 0 1em;
  }

}


/*Quienes somos*/

#quienesSomos {
  padding-top: 6em;
  padding-bottom: 4em;
  background-color: #adb5bd;
  background-repeat: no-repeat;
  background-image: url(imagenes/fondo2.jpg);
  background-attachment: fixed;
  background-blend-mode:multiply ;
  color: white;
  background-size:1900px;
  padding-top: 6em;
  padding-bottom: 4em;
   }

#imagen2 {
  width: 60%;
  display: block;
  margin-bottom: 4em;
}

@media (min-width: 1px) and (max-width: 991.98px) { 
  #imagen2{
    width: 90%;
  }
}

.imagen_quienesSomos{
  display: flex;
  justify-content: center;
}

p {
  font-family: "Montserrat", sans-serif;
}



/* Formulario */

#formulario {
  position: relative;
  width: auto;
  background: var(--color-darkblue-alpha);
  padding: 2.5rem 2rem;
  border-radius: 100px;
  margin-top: 4rem;
  font-family: "Montserrat", sans-serif;
}



.form-group {
  margin: 0 auto 1.25rem auto;
  padding: 0.25rem;
}

.form-control {
  display: block;
  width: 100%;
  height: 2.375rem;
  padding: 0.375rem 0.75rem;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 100px;
}

#distancia {
  padding: 7.5px 6px;
  margin: 1rem 0px;
  border: 1px solid #ccc;
  border-radius: 100px;
  box-sizing: border-box;
}

.vehiculo{
  padding-top: 1rem;
  padding: 0.5em;
  border-radius: 0.5em;
}

select{
  padding: 0.5em;
  border-radius: 0.5em;
}

#submit{
  background-color: #495057;
  border: none;
  padding: 10px 20px 10px 20px;
  border-radius: 100px;
  color: white;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 20px; 
  
}

@media (min-width: 1px) and (max-width: 991.98px) { 
  #formulario {
    border-radius: 20px;
  }
}


/*Solicitar Servicio*/

#solicitud {
  margin-top: 2em;
  border-style: none;
}

/*tabla DE ULTIMOS SERVICIOS*/

.table {
  background-color: #b1a7a6;
  border-radius: 100px;
  border-style: none;
}
@media (min-width: 1px) and (max-width: 991.98px) { 
  .table{
    border-radius: 0;
  }
}


.table th{
  border-style: none;
}

.table td{
  border-style: none;
}

/*Footer*/

#footer__p {
  background-color:#adb5bd;
  background-repeat: no-repeat;
  background-image: url(imagenes/fondo2.jpg);
  background-attachment: fixed;
  background-blend-mode:multiply ;
  color: white;
  background-size:1900px;
  font-size: 1em;
  height: 4em;
}

#footer2 {
  padding-top: 6em;
}

@import url('https://fonts.googleapis.com/css?family=Poppins:200i,400&display=swap');

:root {
  --color-white: #f3f3f3;
  --color-darkblue: #1b1b32;
  --color-darkblue-alpha: rgba(27, 27, 50, 0.8);
  --color-green: #37af65;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* nav inferior */

.footer {
  list-style: none;
  display: flex;
}

ul {
  width: auto;
  list-style-type: none;
  margin: 0;
  padding-top: 0;
  overflow: hidden;
  background-color: #333333;
  text-align: center;
  border-radius: none;
}

#footer__p {
  padding: 1em 0 1em 0;
  justify-content: center;
  text-align: center;
}

li {
  float: none;
}

li a {
  display: block;
  color: white;
  padding: 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #212529;
}