body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}
footer .info{
  font-size: 14px;
  margin-bottom: 0;
}
footer .rectangulo-footer{
  height: 8px;
  width: 100%;
  background-color: #283b72;
}
.list-noticias{
  border: none;
  box-shadow: 0 2rem 1.5rem -1.5rem rgba(33,37,41,.15), 0 0 1.5rem 0.5rem rgba(33,37,41,.05);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.novedades-slide .carousel-inner{
  border-top: 6px solid #fbbe00;
}
.novedades-slide .carousel-item{
  height: 500px!important;
  min-height: 500px!important;
}
.novedades-slide .carousel-caption h3{
  font-size: 48px;
  font-weight: 600;
  margin: 1.5rem 0;
}
.novedades-slide .carousel-caption p{
  font-size: 16px;
  font-weight: 300;
  text-shadow: none;
}
.novedades-slide .carousel-indicators li.active{
  border: 0;
  background-color: #fff;
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.5);
}
.novedades-slide .carousel-indicators li{
  background-color: transparent;
  border: 1px solid #fff;
}
.color-novedades {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(39, 59, 114, 0.9);
}
.contenedor{
  max-width: 1250px;
  margin: auto;
}
.card{
  border-radius: 0px;
  border: none;
}
.info-inte{
  position: relative;
  color: #fff;
  width: 100%;
  height: 615px;
  bottom: 0;

  background: rgba(0,0,0,0);
background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.info-inte .info{
  left: 0;
  right: 0;
  bottom: 35px;
  padding: 1rem 1rem 0 1rem;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.info-inte .info:hover {
  padding: 1rem 1rem 25px 1rem!important;
}
.info-inte h3{
  font-size: 30px;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.info-inte p{
  font-size: 16px;
  font-weight: 200;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.boton-azul{
  font-size: 12px;
  padding: 15px 25px;
  font-weight: 500;
  letter-spacing: 3px;
  border-radius: 25px;
  background-color: #283b72;
  border: 1px solid #283b72;
  color: #fff;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.boton-azul:hover{
  background-color: #fbbe00;
  border: 1px solid  #fbbe00;
  color: #fff;
}
.boton-azul-small{
  font-size: 12px;
  padding: 5px 25px;
  font-weight: 300;
  letter-spacing: 3px;
  border-radius: 25px;
  background-color: #283b72;
  border: 1px solid #283b72;
  color: #fff;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.boton-azul-small:hover{
  background-color: #fbbe00;
  border: 1px solid  #fbbe00;
  color: #fff;
}
.info-inte .boton,
.boton{
  font-size: 12px;
  padding: 15px 25px;
  font-weight: 500;
  letter-spacing: 3px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  color: #fff;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filtro-busqueda select {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 15px!important;
  height: 50px!important;
  font-size: 16px;
  font-weight: 200;
  width: 100%;
  height: 40px;
  color: #999;
}
.info-inte:hover .boton,
.boton:hover{
  background-color: #fbbe00;
  border: 1px solid  #fbbe00;
  color: #fff;
}
.filtro-busqueda{
  padding: 4.5rem 1.5rem!important;
  background-color: #f1f1f1;
}
.filtro-busqueda .titulo{
  font-size: 30px;
  font-weight: 400;
  color: #666;
}
.filtro-busqueda .titulo b{
  font-size: 36px;
  font-weight: 600;
  color: #666;
}
.filtro-busqueda 
.nav-tabs .nav-link {
  color: #ccc;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.nav-tabs .nav-link.active {
  color: #fbbe00;
  background-color: #fff;
  border-color: #ffffff #ffffff #fbbe00;
}
.form-control {
  height: 45px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 25px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.mensaje{
  height: 263px!important;
}
.cont-modal{
  position: fixed;
  right: 7%;
  top: 0;
  z-index: 1030;
}
.cont-modal .boton-modal{
  padding: 5px 0 0 0;
  font-size: 14px;
  font-weight: 300;
  color: #fbbe00;
}
.bg-gris{
  background: url(../img/inicio/bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.linea{
  background-color: #fbbe00;
  width: 140px;
  height: 5px;
  margin-top: 15px;
}
.texto{
  font-size: 16px;
  font-weight: 300;
  color: #999;
}
.texto-bold{
  font-size: 18px;
  font-weight: 400;
  color: #283b72;
}
.texto-bold-underline{
  padding-top: 7px;
  font-size: 18px;
  border-top: 1px dashed #ccc;
  font-weight: 400;
  color: #283b72;
}
.sobre-titulo{
  padding-left: 15px;
  line-height: 14px;
  font-size: 18px;
  border-left: 2px solid #283b72;
  color: #283b72;
}
.titulo{
  font-size: 56px;
  line-height: 56px; 
  color: #333;
  font-weight: 500;
}
.titulo-small{
  font-size: 21px;
  line-height: 30px; 
  color: #333;
  font-weight: 500;
}
.cont-anio{
  position: relative;
}
.cont-anio .anio{
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
.cont-anio .linea{
  width: 85px;
  height: 2px;
  right: -15px;
  top: 15px;
  position: absolute;
  background-color: #c73f00;
}
.well .bg-well{
  top: 0;
  padding: 120px 0 120px 70px;
  transform: translateY(0);
  position: relative;
}
.well .bg-well p{
  font-size: 10px;
  margin: 0;
  letter-spacing: 5px;
  color: #fff;
  font-weight: 300;
}
.well .bg-well h3{
  font-size: 60px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 200;
}
.well .bg-well .play-color{
  position: absolute;
  right: -25px;
  top: 90px;
  width: 50px;
}
.well .bg-well .color{
  width: 90%;
  text-align: center;
  height: 30px;
  background-color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}

.bg-services{
  top: 0;
  height: 450px;
  padding: 120px 0 0 0;
  transform: translateY(0);
  position: relative;

      -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.bg-services:hover{
  padding: 110px 0 0 0;
  opacity: 1!important;
}
.bg-services:hover .color{
  height: 35px;
}
.bg-services .top-service{
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 auto;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 300;
}
.bg-services p{
  font-size: 14px;
  margin: 0 auto;
  max-width: 220px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  letter-spacing: 0x;
  color: #fff;
  font-weight: 300;
}
.bg-services h3{
  font-size: 30px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: 600;
}
.bg-services .color{
  width: 80%;
  text-align: center;
  height: 30px;
  background-color: #fbbe00;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.well .datos-well{
  padding: 80px 15px;
}
.banner{
  height: 35vh!important;
  min-height: 350px!important;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption-banner{
  bottom: 0;
  top: 75%!important;
}
.carousel-caption-banner h3{
  max-width: 100%!important; 
}
.carousel-item {
  height: 75vh;
  min-height: 700px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-indicators{
  padding-top: 110px;
  width: 100%;
  height: 150px;
  left: auto;
  bottom: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  background: rgba(0,0,0,0);
background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.carousel-caption{
  bottom: 25px;
}
.carousel-caption h3{
  margin-right: 0!important;
  font-size: 60px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 600;
}
.carousel-caption h3 small{
  color: #fff;
}
.carousel-caption .texto-slide{
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.boton-small{
  font-size: 12px;
  padding: 8px 40px;
  font-weight: 300;
  letter-spacing: 3px;
  border-radius: 25px;
  background-color: #fbbe00;
  border: 1px solid #fbbe00;
  color: #fff;
}
.boton-small:hover{
  color: #fff;
  background-color: 1px 1px 2px #fbbe00;
  border: 1px solid #c73f00;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 4px;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ffd;
  background-clip: padding-box;
  opacity: 1;
  transition: opacity .6s ease;
}
.carousel-indicators .active{
  margin-top: 0;
  background-color: rgba(255, 255, 255, 1);
  border: 5px solid rgba(255, 255, 255, 0.5);
}
.video-corporativo{
  position: absolute;
  right: 15%;
  bottom: 150px;
  z-index: 1020;
}
.video-corporativo img{
  width: 88px;
}
.video-corporativo h5{
  font-size: 14px;
  margin: 25px 0 0 0;
  letter-spacing: 5px;
  color: #fff;
  font-weight: 300;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.video-corporativo:hover h5{
  margin: 25px 0 0 5px;
}
.video-corporativo:hover{
  text-decoration: none;
}
.sociales-slide{
  height: 50px;
  position: absolute;
  left: 15%;
  bottom: 0;
  z-index: 1020;
}
.sociales-slide img{
  margin-top: -5px;
  width: 50px;
}
.sociales-slide h5{
  font-size: 10px;
  margin: 0 0 10px 0;
  letter-spacing: 5px;
  color: #fff;
  font-weight: 300;
}
.sociales-slide a{
  margin: 0 10px 0 0;
  color: #fff;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sociales-slide a:hover{
  color: #fbbe00;
}
.blanco{
  width: 45%;
  text-align: center;
  height: 50px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1020;
}
.blanco p{
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 12px;
  color: #bebebe;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
#mainNav {
  background-color: #212529;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  border-radius: 20px;
  padding: 10px 15px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #fbbe00;
}
#mainNav .navbar-brand {
  color: #fed136;
}
.navbar-brand img{
  max-width: 200px;
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 200;
  padding: 0.75em 0;
  letter-spacing: 1px;
  font-size: 18px;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fbbe00;
  border-bottom: 4px solid #fbbe00;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background: rgba(0,0,0,0.5);
background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em .75em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}
header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
}
header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal {
  padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}


ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 16px;
  line-height: 35px;
  display: block;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
  background-color: #fed136;
  color: #212529;
}



@media (max-width: 1024px) {
  .well .bg-well {
    height: auto;
  }
  .well .bg-well h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 200;
  }
}



@media (max-width: 768px) {
  .titulo {
    font-size: 45px;
    line-height: 45px;
    color: #333;
    font-weight: 500;
  }
  .filtro-busqueda {
  padding: 1.5rem 1.5rem!important;
  background-color: #f1f1f1;
  }
  .info-inte {
    height: 520px;
  }
  .sociales-slide{
    height: 50px;
    position: absolute;
    left: 15%;
    bottom: 50px;
    z-index: 1020;
  }
  .carousel-caption h3 {
    font-size: 45px;
    max-width: 450px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 600;
  }
  .navbar-brand img {
    width: 150px;
  }
  .well .bg-well {
    height: 40vh;
  }
  .well .bg-well {
    top: 0;
    padding: 120px 0 120px 20px;
    transform: translateY(0);
    position: relative;
  }
  .well .bg-well h3 {
    font-size: 40px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 200;
  }
  .carousel-item {
    height: 100vh;
  }
  .sociales-slide{
    left: 10%;
  }
  .blanco{
    width: 90%;
    text-align: center;
    height: 50px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1020;
  }
  .blanco p{
    letter-spacing: 8px;
  }

}