.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.header_page {
  text-align: center;
  font-size: 45px;
  margin-top: 50px;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}
.captcha_wrapper {
  margin-top: 20px;
  margin-left: 50px;
}
.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.btn-light a {
  color:rgb(0, 0, 0);
  text-decoration: none;
}

.navbar img {
  padding-right: 10px;
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.dropdown-menu {
  background: #000;
  color: #fff;
}
.dropdown-menu a{
  color: #ffffff8c;
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}
  
  
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  
  /* Carousel base class */
.carousel {
  margin-top: 0px;
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
  
/* .carousel-item {
  height: 32rem;
}
   */
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
.button-whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
}
.button-whatsapp img {
  width: 60px;
  height: 60px;
}
  /* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
  /* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
  /* rtl:end:ignore */
  
  
  /* Featurettes
  ------------------------- */
  
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
  
  /* Thin out the marketing headings */
  /* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

.fas-up-angle {
  font-size: 35px !important;
  padding-bottom: 0px;
  padding-top: 0px;
  margin: 0;
  color: #000;
}

.content_data {
  text-align: justify;
}

/* #social_icons_detail a img {
  width: 50px;
  height: 50px;
} */
  
  .contactos
{
	margin-top: 50px;
	padding: 20px 50px 0 50px;
}

.contactos i
{

	padding-bottom: 0px;
	padding-top: 0px;
}

.contactos a
{
	color: #000000;
}

.contact_data{
  text-align: center;
  margin: 0 auto;
}

.contact_form_data{
  text-align: center;
}

.ecuador-parapente{
  width: 150px;
  height: 150px;
}
.form
{
	border-left: rgb(0, 0, 0) solid 2px;
	padding-left: 15px;
	padding-top: 15px;
}
.contact-button
{
	text-align: center;
	margin-top: 15px;
}

.btn-next
{
	border: #000 solid 1px;
	background: rgb(189, 183, 183);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.contact-button button
{
	border: #000 solid 1px;
	background: rgb(189, 183, 183);
	margin: 0 auto; display: inline-block;
}

.form input, .form textarea
{
	border-radius: 15px;
	background: #D6D4CF;
}

.form-control {
    margin-top: 10px
}

.fas-tel-contact
{
		font-size: 25px !important;
		padding-bottom: 0px;
		padding-top: 0px;
		margin: 0;
}
.fas-tel, .fas-mail
{
		font-size: 45px !important;
}

.peek-button-contact
{
	background: #083AA9;
	border: 1px solid #000;
	font-weight:bold;
    border-radius: 5px;
    padding: 15px;
}
.peek-button-contact a
{
    color: #fff;
    text-decoration: none;
}

.img_vuelos {
    width: 100%;
}

.contact_icons_detail {
  padding-top: 10px;
  text-align: center;
}
  /* rtl:end:remove */
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}
  
  /* @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  } */
  