/*Reset CSS*/
html,body,h1,h2,h3,h4,h5,h6,form{
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*Reset CSS*/



.aa:link{
  color:#fff;
  text-decoration: none;
  border-bottom: 2px solid #f30;
}

.aa:hover {
  font-size:16px;
  }


/* Etiqueta a*/

/*Imagen de fondo con degradame*/
body{
  margin: 0;
  min-height: 100vh;
  background-image: url(/img/avion-fondo.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
 
}
body:before{
  content:"";
  width: 100%;
  min-height: 180vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, blue, orange);
  opacity: 0.5;
  z-index: -1;
}
/*Imagen de fondo con degradame*/




/* Formulario Contacto*/

.contenedor .form .form-header .form-title{
  font-weight: normal;
  font-family: sans-serif;
  color: #ff851b;
  text-align: center;
  padding: 14px 0;
  letter-spacing: 4px;
}
.contenedor .form .form-header .form-title span{
  color: #fff;
  letter-spacing: 4px;
}
.contenedor .form{
  background: rgba(0,0,0,.6);
  width: 90%;
  max-width: 650px;
  margin: auto;
  padding: 5px 35px;
  margin-top: 5px;
  padding-bottom: 30px;
  border-radius: 3px;
}
.contenedor .form .form-label{
  display: block;
  color: #ff851b;
  font-size: 16px;
  font-family: Roboto;
  position: relative;
}
.contenedor .form .form-input, .form-textarea{
  background: rgba(0,0,0,.7);
  border: none;
  outline: none;
  border-bottom: 2px solid #ff851b;
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  font-family: Roboto;
}
.contenedor .form .form-textarea{
  resize: vertical;
  max-height: 150px;
  min-height: 50px;
}
.contenedor .form .btn-submit{
 width: 100%;
 font-family: Roboto;
 outline: none;
 background: #ff851b;
 font-size: 16px;
 border: none;
 color: #fff;
 padding: 15px 0;
 cursor: pointer;
 transition: all .5s ease;
}
.contenedor .form .btn-submit:hover{
 background: #F29718;
}
/* Fin Formulario Contacto */


/* contenedor2 */
.contenedor2{
  background: rgba(0,0,0,.6);
  width: 90%;
  max-width: 650px;
  margin: auto;
  padding: 5px 35px;
  margin-top: 6px;
  margin-bottom: 10px;
  padding-bottom: 30px;
  border-radius: 3px;
}


.navbar{
    text-decoration: none;
    padding: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    border-radius: 1px;
    border: 1px solid #ffffff;
    letter-spacing: 1px;
    margin-top: 10px;
}




/* Formulario Carousel */
.carousel {
    position: relative;
  }
  
  .carousel-caption {
    position: absolute;
    background: rgba(0,0,0,0.4);
    padding: 15px 10px;
  }
 
  
  .carousel-control-prev,
  .carousel-control-next {
    width: 5%;
  }
 
  /* Fin Formulario Carousel */

 
 /*Pago Transferencia*/
.btn2{
  text-decoration: none;
  padding: 10px;
  font-weight: 600;
  font-size: 20px;
  color: #080000;
  background-color: #6C757D;
  border-radius: 1px;
  border: 1px solid #ffffff;
  margin: 10px 0px 6px;
}
.btn2:hover {background-color: #3e8e41}
.btn2:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.SaniagoMail{
  font-size: 15px;
  color: rgb(248, 113, 16);
  text-align: left;
  margin: 20px;
}

.pie{
  color: rgb(248, 113, 16);
}

.container span {
  color: white;
  font-size: 20px;
  margin-right: 3px;
}
 /* FinPago Transferencia*/

 /* Titulo Carousel */
 .titulo{
   font-size: 2.8rem;
   color: #fdfdfd;
 }

