

/*
 * Base structure
 */
 /*
 * Header
 */

.header{
  background-color: #F7F7F7;
  box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}


 body, .container-fluid {
   height: 100vh !important;
   background-color: #121272;
}

 .titulo, .lato-bold {
   font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  color: #cbcbcb;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  
}

.btn{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  width: 50%;
  height: 20%;

  } 


.trip-button {
 
  background-color: #47479b;
}
.trip-button-2{
  background-color: #0078b7;
}
.trip-button-3{
  background-color: #3458d3;
}



.trip-button:hover, .trip-button-2:hover, .trip-button-3:hover {
  background-color: white !important;
  color: #121272 !important;
}

.icono{
  padding-right: 20px;
  
}




.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.trip-copy{
  text-decoration: none;
}



@media only screen and (max-width: 600px) {
  .titulo {
   font-size: 30px;
   text-align: center;
  }

 .btn{ 
  width: 100%;
  height: 20%;
}

  .row{
    justify-content: center !important;
    height: auto !important;
  }
.cover-container{
  width: auto !important;
}

}
