/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 40em) {
  .featurette-heading {
    font-size: 30px;
	margin-top: 3rem;
  }
}


@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;
	margin-top: 4rem;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
  .footer-title{
	  margin-top: 0;
  }
}

.footer-title{
	  margin-top: 30px;
  }

.navbar{
	border-bottom: 3px solid #ffbb14;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #000080;
}
.navbar{
	background-color: #0c1f31 !important;
	padding-bottom:25px;
	padding-top:25px;	
}
.carousel h1, .navbar{

}

.btn {
	border-radius: 0;
}
.btn-outline-light{
	/* ac9766 */
	border-color: #ffbb14;
	border-width: 2px;
	
}

.blue .btn-outline-light{
	color: #0c1f31;
}
.nav-link{
	font-size: 1.2rem;
}

.round-badge{
	background-color : #0c1f31;
	border: 3px solid #ffbb14;
	color: #FFF;
	border-radius: 1500px;
	width: 140px;
	height: 140px;
	margin: 0 auto;
	line-height: 130px;
	font-size: 3rem;
	text-align: center;
}

.btn-secondary{
	background-color: rgba(12, 31, 49, 0.9);
}
.btn-secondary:hover{
	background-color: rgb(12, 31, 49);
}

.marketing{
	color: #666666;
	padding-top: 50px;
	padding-bottom: 50px;
}
.marketing .row{

}
.marketing .col-lg-5 {
  margin-bottom: 1.5rem;
  text-align: center;
}
h1{
	font-size: 2rem;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-5 p {
  margin-right: .75rem;
  margin-left: .75rem;
}



.blue{
	color : #0c1f31 !important;
}

.row-full{
	 width: 100vw;
	 position: relative;
	 margin-left: -50vw;
	 left: 50%;
}

.featurette-divider{
	border-top: 1px solid #ffbb14;
}
hr{
	border-top: 1px solid #0c1f31;
}
.featurette h2, .featurette-heading{
	color:#ffbb14;
}

.footer{
	background: #111;
	border-top: 3px solid #ffbb14;
}
.footer .fab:hover{
	text-decoration: none;
}

.footer-title{
	border-left: 3px solid #ffbb14;
	padding-left: 15px;
}

.footer-social ul li{
	display: inline;
	padding-left: 10px;
	font-size: 1.5rem;
}

.footer-social ul{
	padding-left: 0;
}

#back-to-top {
	right: 15px;
	bottom: 15px;
	position: fixed;
	display: block;
	color: #000080;
} 

#footer{
	color: #FFF;
	margin-bottom:-48px;
}

.footer-menu{
	float: right;
}

a{
	color: #ffbb14;
}

a:hover{
	color: #e0a100;
}


.btn-gps {
  color: #fff;
  background-color: #ffbb14;
  border-color: #e69d00;
}

.btn-gps:hover {
  color: #fff;
  background-color: #e69d00;
  border-color: #e69d00;
}

.btn-gps:focus, .btn-gps.focus {
  color: #fff;
  background-color: #e69d00;
  border-color: #e69d00;
  box-shadow: 0 0 0 0.2rem rgba(230, 157, 0, 0.5);
}

.btn-gps.disabled, .btn-gps:disabled {
  color: #fff;
  background-color: #f6d030;
  border-color: #f6d030;
}

.btn-gps:not(:disabled):not(.disabled):active, .btn-gps:not(:disabled):not(.disabled).active,
.show > .btn-gps.dropdown-toggle {
  color: #fff;
  background-color: #e69d00;
  border-color: #e69d00;
}

.btn-gps:not(:disabled):not(.disabled):active:focus, .btn-gps:not(:disabled):not(.disabled).active:focus,
.show > .btn-gps.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 157, 0, 0.5);
}

.unstyled li{
	padding: 5px;
}

.negrito{
	font-weight: bold;
}

main{
	margin-top: 60px;
}


.services{
	position: relative;
	display: table;
	margin: 50px auto;
}

.services img{width: 100%;}

.text-services{
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	bottom: -45px;
	width: 100%;
	color: #0c1f31;
	font-size: 1.2em;
	font-family: 'Montserrat', sans-serif;
	background-color: #ffbb14;
	line-height: 50px;
	padding-left: 3%;
	min-height: 50px;
}
.text-services.small_text-services{
	line-height: 25px;
}
.hidden{
	display: none;
}

.button-services{
	overflow: hidden;
	transition: 0.5s;
	text-align: center;
	position: absolute;
	top: 0;
	background-color: #111111;
	opacity: 0.5;
	width: 100%;
	height: 100%;
}
.button-services button{
	font-size: 30px;
	padding-top: calc(50% - 15px);
	padding-bottom: 50%;
	padding-left: calc(50% - 39px);
	padding-right: 50%;
	margin: 0 ;
}
.button-services:hover{
	opacity: 0;
}

#services .columns{
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
}

blockquote{
	padding-left: 15px;
	border-left: 1px solid #ffbb14;
}

.yellow{
	color: #ffbb14;
}

#menu_services .active{
	border: 1px solid #ffbb14;
	background-color: #0c1f31;
}

#menu_services a{
	border: 1px solid transparent;
	-webkit-transition: all 800ms linear;
  -o-transition: all 800ms linear;
  transition: all 800ms linear;
}