/*ESTILOS GLOBALES
-------------------------------------------------- */
body {
  padding-top: 3rem;
  color: #232323;
}

span.tel {
  font-weight: 700;
  font-size: 26px;
}

.tele a.btn-success {
  margin-top: 41px;
}

.tele {
  margin-bottom: 59px;
}

.principalsol {
  margin-top: 70px;
}

.serv h2 {
  margin: 25px 0;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: 32rem;
  background-color: #777;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.txt-central {
  padding: 3rem 1.5rem;
  text-align: center;
}

/*MENU*/
.navbar-dark .navbar-nav .nav-link {
  color: #00495D !important;
  font-weight: bold;
}

.navbar-dark .navbar-toggler {
  color: #00495D;
  border-color: #00495D;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(4, 4, 4, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

a.navbar-brand img {
  height: 74px;
}

.bg-dark {
  box-shadow: 0px 5px 7px 1px rgba(42, 42, 42, 0.308);
}

/*GENERALES
-------------------------------------------------- */
.marketing .col-lg-3 {
  margin-bottom: 1.5rem;
  text-align: center;
}

img.logoconta {
  width: 100%;
  margin: 38px 0;
}

.principalsol {
  margin-bottom: 82px;
}

.prod h2 {
  margin: 25px 0;
}

.prod {
  margin: 0 0 70px 0;
}

.paralax.puno section {
  margin-bottom: -90px;
}

.jumbotron {
  color: #FFFFFF;
  background: #0B4A5D;
  text-align: center;
}

div.fondo-gris {
  background: #E2E2E2;
  padding-top: 60px;
  padding-bottom: 50px;
  margin-top: 100px;
  margin-bottom: 100px;
}

h1.display-3 {
  font-weight: 500;
  padding-top: 35px;
}

h2.txt-centro {
  text-align: center;
}

.txt-reslte {
  color: #0B4A5D;
  font-weight: 500;
}

.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-3 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

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

hr.featurette-divider {
  border-top: 1px solid #004A5E;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}

.fondo-marketing {
  background: url('../img/generales.png') 0 0 / cover no-repeat #E3E3E3;
  padding: 19px 0 127px;
}

.btn-primary {
  background: #00ACD2;
}

.serv {
  margin-bottom: 95px;
}

.marketing .col-lg-3 h2 {
  margin: 25px 0;
}

.footer {
  background: #004A5E;
  padding: 24px;
}

.footer a {
  color: rgba(236, 248, 254, 0.504);
}

footer {
  color: #FFFFFF;
}

/* paralx CSS
-------------------------------------------------- */
.paralax {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-around;
  position: relative;
  width: 100%;
}

.paralax section {
  width: 100%;
  height: 438px;
  flex: 1;
  display: flex;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.puno section .image {
  background-image: url("../img/slider/banner-01.jpg");
}

.paralax section .image {
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 61%;
  position: absolute;
  z-index: 500;
}

.paralax section .stuff {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  max-width: 70%;
  justify-content: center;
  text-align: center;
  z-index: 1000;
  color: #FFFFFF;
  margin: -106px auto 0;
  font-size: 30px;
  position: relative;
}

.paralax section .stuff h1 {
  font-size: 24px;
}

.paralax section .stuff:before, .container section .stuff:after {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #006CB2;
  content: "";
  margin: 30px 0 32px;
}

/* RESPONSIVO 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;
  }
}
