/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

body {
  padding-top: 4px;
  background-color: #FEFBFB;
}

@media (min-width: 992px) {
  body {
    padding-top: 6px;
  }
}

.business-header {
  height: 50vh;
  max-height: 250px;
  background: url('../fotos/vuelo1.png') no-repeat scroll;
  background-color: #000000;
  background-position: top;
  
}
.navbar-dark{
    background-color: #000000;
}
.card-body{
    background-color: #000000;
    color: #FCFCFC;
    
}
.card-text{
    font-size: 22px;
}
.card {
  height: 100%;
}
.ciudad_ul{
  
   background-color: #CC921D;
   width: 300px;
   font-size: 18px;
   font-weight :bold;
}
 .ciudad_ul li{
    list-style-type: none;
 }
 .ciudad_ul   li:hover{
    background-color: #000000;
    color:#FEFDFD
 }
 h2{
     font-size: 35px;
     font-weight :bolder;
 }
 h3{
    text-align: center;
 }
.ciudad h3{
     text-align: center;
    background-color: #CC921D;
    width: 300px;
    height: 50px;
    font-size: 30px;
     font-weight :bolder;
      -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    padding: 10px 24px;
}
.ciudad h3:hover {
    background-color: #000000; /* Green */
    color: #FFFDFD;
     cursor: pointer;
     box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
     border: none;
}
.ciudad :active{
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
     background-color: #52312A;
     border: none;
}
.ciudad h3:focus {
 
  background-color: #52312A;
  color:#FFFEFE;
  border: none;
  }
b{
    color:#FFFFFF;
    font-size: 22px;
   font-weight :bold;
}

 b:hover{
    color:#FFFFFF;
    font-size: 22px;
   font-weight :bold;
}
 b:focus{
    color:#FFFFFF;
    font-size: 22px;
   font-weight :bold;
}

.col-center{
    float: none;
    margin: 0 auto;
}
button{
    height: 70px;
    width: 200px;
    display: inline-block;
    padding: 5px 12px;
    font-size: 20px;
    background-color: blue;
    border:none;
    color:#FCFCFC;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
button:hover {
    background-color: blue; /* Green */
    color: #000;
    padding-right: 25px;
}
.boton1:hover{
     background-color: #000; /* Green */
    color: #FFF;
    padding-right: 25px;
}
.boton2{
     background-color: #000; /* Green */
    color: #FFF;
     width: 100%;
}
.boton2:hover{
     background-color: #000; /* Green */
    color: #FFF;
    padding-right: 25px;
}
button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
#contacto_posicion{
    position: relative;
    top:-15px;
    padding: 10px;
    border-radius: 10px;
    background-color: #030303;
     color:#FFFFFF;
}
