*{

    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Vollkorn', serif;   
}
body{
    background-color: white;
   


}
/* Programacion Refresh Animacion */
.hidden{
    overflow: hidden;
  }
  
  .centrado{
    position: fixed;
    width: 100vh;
    height: 100vh;
    background: #000;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #fed;
    border-color: #fed transparent #fed transparent;
    animation: lds-hourglass 1.2s infinite;
  }
  @keyframes lds-hourglass {
    0% {
      transform: rotate(0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
      transform: rotate(900deg);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
      transform: rotate(1800deg);
    }
  }

/* Programacion de nuestra estructura Header, Menú e Inicio de sesión */
.header {
    background-color:black;
    border: 7px solid rgb(255, 183, 0);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 85px;
    padding: 5px 10%;
}
.header .logo{
    cursor: pointer;
    margin-right: auto;
}
.header .logo img{
    height: 70px;
    width: auto;
    transition: all 0.3s;
}
.header .logo img:hover{
    transform: scale(1,2);
}
.header .nav-links{
    list-style: none;
}
.header .nav-links li{
    display: inline-block;
    padding: 0 5px;
}
.header .nav-links li:hover{
    transform: scale(1.1);
}
.header .nav-links a{
    font-size: 300;
    color: white;
    text-decoration: none;
}
.header .nav-links li a:hover{
    color: rgb(255, 183, 0);
}
.header .btn button{
    font-weight: 700;
    color: #ffff;
    padding: 9px 25px;
    background:rgba(240, 138, 29);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    
}
.header .btn button:hover{
    background-color: yellow;
    color: black;
    transform: scale(1.1);
}


/* Programacion de nuestra estructura dividida para dar la Bienvenida */

.izquierda{
  background:transparent;
  height: 70vh;
  width: 50%;
}
.derecha{
  background: url(../img/encabezado.jpg);
  background-size: cover;
  background-position: center;
  width: 50%;
  height: 70vh;
}

#pantalla-dividida{
  display: flex;
}
.titulo{
 color: black;
}
h1 {
  line-height: 90px;
  font-size: 40px;
  width: 50%;
  margin:auto;
  margin-bottom: 30px;
  margin-left: 80px;
}
h2{
  font-size: 19px;
  line-height: 70px;
  width: 85%;
  margin: auto;
  margin-left: 50px;
  text-align: justify;
  color: black;
}

p{
  font-size: 19px;
  line-height: 25px;
  width: 85%;
  margin: auto;
  margin-left: 20px;
  text-align: justify;
  font-family: 'Montserrat', sans-serif;
  
  
}

a{
  
  padding: 20px;
  text-decoration: none;
  color: white;
  border-radius: 30px;
  font-weight:lighter;
  display: inline-block;
  margin-top: 10px;
}

.link {
  text-align: center;
}

/* Programacion de Imagenes que sirven para atraer clientes*/
main {
  display: block;
  margin: 30px;

}

.contenedor {
  margin: auto;
  padding: var(60px) 0;
  width: 90%;
  max-width: 1000px;
  text-align: center;
  overflow: hidden;
  
}

section {
  display: block;
}

.contenedor h3 {
  font-size: var(33px);
  color: rgba(240, 138, 29);
  margin-bottom: var(10px);
}

h3 {
  display: block;
  font-size: 33px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
 
}
h4{
  font-size:medium;
 
}


.contenedor p.after {
  font-size: small;
  font-weight: 300;
  color: rgba(240, 138, 29);
  text-align: center;
}



.card {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.content-card {
  width: 48%;
  margin-bottom: 60px;
  
}
.content-card {
  width: 31%;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
  overflow: hidden;
  height: 400px;
}
.fotos {
  height: 80%;
}
.content-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img {
  vertical-align: top;
}


/* Programacion de Iconos sobre nuestros servicios*/

.about {
  background: transparent;
  height: auto;
}
.servicios {
  display: flex;
  color: black;
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
}
p.iconoservicios{
  background-color: transparent;


}

h5{
  color: rgba(240, 138, 29);
  font-size: medium;
  display: block;
  margin: 10%;
  

}

/* Programacion Footer*/

footer{
  
  background: black;;
   
} 
.footer-p{
  width: 100%;
  background: black;
  float: right;
  text-align: left; font-style: italic; font-family:'Times New Roman', Times, serif; 
  line-height: 30px;
  color: white;
}

.iconos {
  margin-top: 15px;
  color:white;
  display: flex;
  justify-content:space-evenly;
  margin: auto;
  flex-wrap: wrap;
  margin: 0 13px;
  cursor: pointer;
  padding: 18px 0;

}


/* Codigo de programación de nuestra pagina rutas*/

#contenedorrutas{
  width: 1200px;
  height: 1000px;
  background:  rgb(255, 255, 255);
  margin: 0.5em auto;
  padding: 0.5em;
}

#elementos{
  height: 50%;
  margin-top: 20px;
  background: rgb(255, 255, 255);
  
}
#elementoinfo{
  height: 100%;
  width: 50%; 
  background: rgb(255, 255, 255);
  float: left;
  text-align: center; font-style: italic; font-family:'Times New Roman', Times, serif; color: black;
  line-height: 1000%;


}
#elementomaps{
  height: 100%;
  width: 50%;
  background: white;
  float: right;
  text-align: center; font-style: italic; font-family:'Times New Roman', Times, serif;
  line-height: 1000%;
 
}
.titulorutas{
  font-size:x-large;
  color:  rgba(240, 138, 29);
 

 }


 .botonsolicitud button{
  font-weight: 700;
  color: black;
  padding: 25px 25px;
  background:rgba(240, 138, 29);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  

 }
 .botonsolicitud button:hover{
  background-color: yellow;
  color: black;
  transform: scale(1.1);
}