/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4rem;
  font-family: 'Futura Std Book';
  overflow-x: hidden;
}

.logo-image {
  width: 300px;
  height: auto;
}

.bg-dark {
  background: #F1EDEF!important;
  padding: 1rem;
}

.btn-blue {
  background: #0246c1;
  border: none;
  color: #ffffff!important;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 5rem;
  padding: 8px 40px;
}

.btn-red {
  background: #ff2934;
  border: none;
  color: #ffffff!important;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 5rem;
  padding: 8px 40px;
}

.btn-outline {
  background: transparent;
  border: 1px solid #fff;
  color: #ffffff!important;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 5rem;
  padding: 8px 40px;
}

.btn-outline:hover,
.btn-outline:focus {
  background-color: #fff;
  color: #0c4ac4!important;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #000;
}

.navbar-light .navbar-nav .nav-item .btn-blue {
  font-size: 18px;
  padding: 8px 20px;
}

/* HEADER SECTION */

.carousel-caption-left {
  position: absolute;
  top: 25%;
  left: 15%;
  z-index: 10;
  color: #fff;
}

.carousel-caption-left h5 {
  font-size: 40px;
  font-family: 'Futura Std Bold';
  text-transform: uppercase;
}

.carousel-caption-left p {
  font-size: 25px;
  margin-bottom: 50px;
}

/* SECTION */

.content-valoracion h3 {
  font-size: 50px;
  line-height: 50px;
  font-family: 'Futura Std Bold';
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #ff2934;
}

.content-valoracion h3 span {
  color: #0245c7;
  font-size: 40px;
  display: block;
}

.bg-conductor {
  background: url('../images/banner-diez-anios.png') no-repeat center top;
  background-size: cover;
}

.gray-bg {
  background-color: #e7f0f5;
}

.content-section {
  padding: 80px 0;
}

.content-item-text {
  font-size: 20px;
  margin-bottom: 30px;
}

.content-item-text h3 {
  font-size: 40px;
  font-family: 'Futura Std Bold';
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #0245c7;
}

.content-item-text p strong {
  font-family: 'Futura Std Heavy';
}

.content-title {
  font-size: 26px;
  line-height: 26px;
}

/* FUNCTIONS */

.item-function {
  background: #2773e3;
}

.item-function-data {
  padding: 2rem 4rem 4rem 4rem;
  text-align: center;
  color: #fff;
}

.item-function-data h2 {
  font-size: 30px;
  font-family: 'Futura Std Light';
  margin-bottom: 20px;
  text-transform: uppercase; 
}

.bg-blue-function {
  background-color: #0c4ac4!important;
}

/* CONTENT CENTERED */

.bg-blue {
  background: #0c24a7;
}

.bg-banner {
  background: #F1EDEF;
}

.bg-graficos {
  background: #0c24a7 url('../images/graficos.svg') no-repeat center top;
  background-size: contain;
}

.content-centered-middle {
  padding: 50px 100px;
}

.content-centered-bg {
  padding: 200px 0 100px 0;
  color: #fff;
}

.content-centered-item-text h3 {
  font-size: 45px;
  line-height: 45px;
  font-family: 'Futura Std Bold';
  margin-bottom: 20px;
}

.content-centered-item-text p {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 30px 0;
}

.content-centered-tarifas {
  padding: 80px 0;
}

.content-centered-tarifas h3 {
  font-size: 40px;
  font-family: 'Futura Std Bold';
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #0245c7;
}

/* FOOTER SECTION */

.footer-section {
  background: #0245c7;
  position: relative;
  padding-top: 80px;
}

.footer-section h3 {
  font-family: 'Futura Std Bold';
  font-size: 25px;
  color: #0C3E57;
}

.footer-section a {
  color: #fff;
}

.footer-image {
  padding: 40px 25px;
}

.copyright {
  background: #00206e;
  text-align: center;
  font-size: 15px;
  color: #fff;
  padding: 15px 0;
}

.copyright p {
  margin: 0;
  padding: 0;
}

.copyright a {
  color: #fff;
}

.link-footer {
  margin-bottom: 30px;
  display: block;
}

.link-footer a {
  text-decoration: underline;
  color: #373737;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  padding: 5px 10px;
}

.footer-list li:before {
  content: '>';
  color: #2671e0;
}


/* SOCIAL ICONS */

.social-media-content {
  text-align: center;
  padding: 30px 0;
}

.social-button {
  margin-top: 20px;
}

.social-icon {
  display: inline-block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 0.6em;
  margin-right: 10px;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  border: 2px solid #fff;
}

.social-icon:hover,
.social-icon:focus {
  background-color: rgba(255,255,255,0.21);
  border: 2px solid #fff;
}

.screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.social-icon i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  color: #fff;
}

.social-icon-color .social-icon-vimeo {    
  border: 2px solid #23b6ea;
}

.social-icon-color .social-icon-vimeo i {
  color: #23b6ea;
}

.social-icon-color .social-icon-facebook {    
  border: 2px solid #4c76be;
}

.social-icon-color .social-icon-facebook i {
  color: #4c76be;
}

.social-icon-color .social-icon-linked-in {    
  border: 2px solid #0b86ca;
}

.social-icon-color .social-icon-linked-in i {
  color: #0b86ca;
}

.social-icon-color .social-icon-instagram {    
  border: 2px solid #ed6d91;
}

.social-icon-color .social-icon-instagram i {
  color: #ed6d91;
}

.social-icon-large a {
  font-size: 25px;
}


.footer-info-widget p {
  overflow: hidden;
}
  
.footer-info-widget .social-icon {
  color: #7cc087;
  border: 2px solid #7cc087;
  font-size: 12px;
  margin-right: 5px;
  display: block;
  float: left;
}

.footer-info-widget .social-icon i {
  color: #7cc087;
}
  
.footer-info-widget .text-desc {
  display: block;
  float: left;
  width: 80%;
}

/* RESPONSIVE SETTINGS */

@media screen and (max-width: 768px) {

  body {
    padding-top: 4.5rem;
  }

  .logo-image {
    height: 25px;
    width: auto;
  }

  .carousel-caption-left {
    top: 15%;
    left: 15%;
  }

  .carousel-caption-left h5 {
    font-size: 25px;
  }

  .carousel-caption-left p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .slider-buttons {
    display: none;
  }

  .bg-conductor {
    background: none;
  }

  header {
    min-height: 30rem;
  }

  header h1 {
    font-size: 25px;
  }

  header p {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .content-section {
    text-align: center;
  }

  .footer-section {
    display:none;
    min-height: auto;
  }

  .footer-image {
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-image img {
    width: 200px;
  }

  .footer-section-1,
  .footer-section-2,
  .footer-section-3 {
    margin-top: 10px;
    text-align: center;
  }

  .footer-section-1,
  .social-media-widget,
  .footer-section h3 {
    text-align: center;
  }

  .footer-info-widget .social-icon {
    display: none;
    float: none;
    margin: 0 auto;
    margin-bottom: 5px;
    text-align: center;
    width: 2rem;
    height: 2rem;
  }

  .footer-info-widget .text-desc {
    float: none;
    width: 100%;
    text-align: center;
  }

}