body {
  overflow-x: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-muted {
  color: #585858;
}
.text-footer {
  margin-top: 25px;
}
p {
  font-size: 14px;
  line-height: 1.25;
  font-style: italic;
}
.padding5 {
  padding-top: 5px;
}
.padding15 {
  padding-top: 15px;
}
a, a:hover, a:focus, a:active, a.active {
  outline: none;
  text-decoration: none;
}
a {
  color: #faa519;
}
a:hover, a:focus, a:active, a.active {
  color: #585858;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.btn-primary {
  color: white;
  background-color: #faa519;
  border-color: #faa519;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #585858;
  border-color: #585858;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: white;
  background-color: #585858;
  border-color: #585858;
}
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  color: white;
  background-color: #585858;
  border-color: #585858;
}
.btn-default {
  color: #222222;
  background-color: #fff;
  border-color: #eeeeee;
}
.btn-default:focus, .btn-default.focus {
  color: #222222;
  background-color: #fff;
  border-color: #eeeeee;
}
.btn-default:hover {
  color: #222222;
  background-color: #fff;
  border-color: #222222;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #fff;
  border-color: #eeeeee;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #222222;
  background-color: #fff;
  border-color: #eeeeee;
}
/*INICIO CSS Barra Navegación*/
.navbar-custom {
  background-color: rgba(255, 255, 255, 0.02);
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #faa519;
  font-family: logoconsultora, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-image: url('../img/consultorapismall.png');
  background-repeat: no-repeat;
  min-width: 220px;
  margin-top: 12px;
  margin-left: 10px;  
}
.navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:active, .navbar-custom .navbar-brand.active {
  color: #faa519;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
	}
	.navbar-nav>li {
        float: none;
    }
    .collapse.in{
  		display:block !important;
	}
}
.navbar-custom .navbar-toggle {
  background-color: #faa519;
  border-color: #faa519;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
  background-color: #faa519;
}
.navbar-custom .nav li a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
}
.navbar-custom .nav li a:focus {
  color: white;
  outline: none;
}
.navbar-custom .nav li a:hover {
  color: #faa519;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #faa519;
}
.navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #faa519;
}
.navbar-custom.affix {
  background-color: #222222;
}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }  
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	background-image: url('../img/consultorapi.png');
    background-repeat: no-repeat;
    min-width: 300px;
    margin-top: 0;
	margin-left: 0px;  
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-custom.affix {
    background-color: #222222;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
.antecedentes {
	margin-top: 50px;
}
/*FIN CSS Barra Navegación*/
		/*INICIO CSS Barra Navegación Antecedentes*/
			.navbar-custom-ant {
			  background-color: #222222;
			  border-color: transparent;
			}
			.navbar-custom-ant .navbar-brand {
			  color: #faa519;
			  font-family: logoconsultora, "Helvetica Neue", Helvetica, Arial, sans-serif;
			  background-image: url('../img/consultorapismall.png');
			  background-repeat: no-repeat;
			  min-width: 220px;
			  margin-top: 12px;
			  margin-left: 10px;  
			}
			.navbar-custom-ant .navbar-brand:hover, .navbar-custom-ant .navbar-brand:focus, .navbar-custom-ant .navbar-brand:active, .navbar-custom-ant .navbar-brand.active {
			  color: #faa519;
			}
			.navbar-custom-ant .navbar-collapse {
			  border-color: rgba(255, 255, 255, 0.02);
			}
			.navbar-custom-ant .navbar-toggle {
			  background-color: #faa519;
			  border-color: #faa519;
			  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
			  color: white;
			  font-size: 12px;
			}
			.navbar-custom-ant .navbar-toggle:hover, .navbar-custom-ant .navbar-toggle:focus {
			  background-color: #faa519;
			}
			.navbar-custom-ant .nav li a {
			  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
			  font-weight: 400;
			  letter-spacing: 1px;
			  color: white;
			}
			.navbar-custom-ant .nav li a:focus {
			  color: white;
			  outline: none;
			}
			.navbar-custom-ant .nav li a:hover {
			  color: #faa519;
			  outline: none;
			}
			.navbar-custom-ant .navbar-nav > .active > a {
			  border-radius: 0;
			  color: white;
			  background-color: #faa519;
			}
			.navbar-custom-ant .navbar-nav > .active > a:hover, .navbar-custom-ant .navbar-nav > .active > a:focus {
			  color: white;
			  background-color: #faa519;
			}
			.navbar-custom-ant.affix {
			  background-color: #222222;
			}
			@media (min-width: 768px) {
			  .navbar-custom-ant {
				background-color: #222222;
				padding: 10px 0;
				border: none;
			  }  
			  .navbar-custom-ant .navbar-brand {
				font-size: 2em;
				background-image: url('../img/consultorapi.png');
				background-repeat: no-repeat;
				min-width: 300px;
				margin-top: 0;
				margin-left: 0px;  
			  }
			  .navbar-custom-ant .navbar-nav > .active > a {
				border-radius: 3px;
			  }
			  .navbar-custom-ant.affix {
				background-color: #222222;
				padding: 10px 0;
			  }
			  .navbar-custom-ant.affix .navbar-brand {
				font-size: 1.5em;
			  }
			}
			.antecedentesactive{
			  color: white;
			  background-color: #faa519;
			  border-radius: 3px;			  
			}			

		/*FIN CSS Barra Navegación Antecedentes*/
/*INICIO CSS Portada*/
header {
  color: white;
  max-height: 680px;
  overflow: hidden;
}
/*INICIO CSS Carousel*/
#primera {
  background-image: url('../img/header-bg 0.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#segunda {
  background-image: url('../img/header-bg 1.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#tercera {
  background-image: url('../img/header-bg 2.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#cuarta {
  background-image: url('../img/header-bg 3.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
.slidefluid {
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .slidefluid {
    width: 100%;
	height: 420px;
  }
}
@media (min-width: 992px) {
  .slidefluid {
    width: 100%;
	height: 540px;
  }
}
@media (min-width: 1200px) {
  .slidefluid {
    width: 100%;
	height: 660px;
  }
}
.carousel-control {
  color: #faa519;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
}
.carousel-indicators {
	padding-top: 200px;
	padding-bottom: 20px;
}
@media (min-width: 768px) {
	.carousel-indicators {
	padding-top: 500px;
	padding-bottom: 30px;
}
}
.carousel-indicators li {
  border: 1px solid #faa519;
}
.carousel-indicators .active {
  background-color: #faa519;
}
.carousel-caption {
  color: #faa519;
}
/*FIN CSS Carousel*/
/*INICIO CSS Carousel en Modals*/
#axion-primera {
  background-image: url('../img/metalicas/axion-bg-1.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#axion-segunda {
  background-image: url('../img/metalicas/axion-bg-2.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#achiras-primera {
  background-image: url('../img/hormigon/achiras-bg-1.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#achiras-segunda {
  background-image: url('../img/hormigon/achiras-bg-2.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#achiras-tercera {
  background-image: url('../img/hormigon/achiras-bg-3.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#achiras-cuarta {
  background-image: url('../img/hormigon/achiras-bg-4.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#pier12-primera {
  background-image: url('../img/geotecnia/pier12-bg-1.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#pier12-segunda {
  background-image: url('../img/geotecnia/pier12-bg-2.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#pier12-tercera {
  background-image: url('../img/geotecnia/pier12-bg-3.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#profertil-primera {
  background-image: url('../img/portuaria/profertil-bg-1.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#profertil-segunda {
  background-image: url('../img/portuaria/profertil-bg-2.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#profertil-tercera {
  background-image: url('../img/portuaria/profertil-bg-3.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#profertil-cuarta {
  background-image: url('../img/portuaria/profertil-bg-4.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#ramallo-primera {
  background-image: url('../img/portuaria/ramallo-bg-1.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#ramallo-segunda {
  background-image: url('../img/portuaria/ramallo-bg-2.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#ramallo-tercera {
  background-image: url('../img/portuaria/ramallo-bg-3.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#sitio5-primera {
  background-image: url('../img/portuaria/sitio5-bg-1.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#sitio5-segunda {
  background-image: url('../img/portuaria/sitio5-bg-2.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#sitio5-tercera {
  background-image: url('../img/portuaria/sitio5-bg-3.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#portico1-primera {
  background-image: url('../img/portuaria/portico1-bg-1.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#portico1-segunda {
  background-image: url('../img/portuaria/portico1-bg-2.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#screeningtower-primera {
  background-image: url('../img/metalicas/screeningtower-bg-1.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#screeningtower-segunda {
  background-image: url('../img/metalicas/screeningtower-bg-2.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#screeningtower-tercera {
  background-image: url('../img/metalicas/screeningtower-bg-3.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
.slidefluid-modal {
  width: 100%;
  height: 400px;
}
.carousel-modal {
	margin-top: 30px;
	margin-bottom: 20px;
}
/*FIN CSS Carousel en Modals*/
/*FIN CSS Portada*/
/*INICIO CSS Todas las Secciones!*/
section {
  padding: 60px 0;
}
.margin-top100 {
	margin-top: 100px;
}
.margin-bottom50 {
	margin-bottom: 50px;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
section p {
  font-size: 16px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 15px;
}
section h3.section-plusheading { /*Agregué yo, para Antecedesntes...*/
  font-size: 20px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
section.clientes img {
  margin: 20px auto; /*cambié el 50 por 20*/
}
@media (min-width: 768px) {
  section {
    padding: 100px 0;
  }
}
/*FIN CSS Todas las Secciones!*/

/*INICIO CSS Servicios*/
.servicios-ensayos {
	font-size: 1em;
}
@media (min-width: 992px) {
	.servicios-ensayos {
	font-size: 1.1em;
}
}
#servicios .servicios-item {
  margin: 0 0 15px;
  right: 0;
}
#servicios .servicios-item .servicios-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#servicios .servicios-item .servicios-link .servicios-hover {
  background: rgba(250, 165, 25, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#servicios .servicios-item .servicios-link .servicios-hover:hover {
  opacity: 1;
}
#servicios .servicios-item .servicios-link .servicios-hover .servicios-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 15px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#servicios .servicios-item .servicios-link .servicios-hover .servicios-hover-content i {
  margin-top: -12px;
}
#servicios .servicios-item .servicios-link .servicios-hover .servicios-hover-content h3, #servicios .servicios-item .servicios-link .servicios-hover .servicios-hover-content h4 {
  margin: 0;
}
#servicios .servicios-item .servicios-caption {
  max-width: 400px;
  height: 80px; /*lo agregué yo*/
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#servicios .servicios-item .servicios-caption h4 {
  margin: 0;
}
#servicios .servicios-item .servicios-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#servicios .servicios-item .servicios-caption-bg {
  max-width: 400px;
  height: 130px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#servicios .servicios-item .servicios-caption-bg h4 {
  margin-bottom: 0px;
}
#servicios .servicios-item .servicios-caption-bg p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 3px;
}
#servicios * {
  z-index: 2;
}
@media (min-width: 767px) {
  #servicios .servicios-item {
    margin: 0 0 30px;
  }

}
/*FIN CSS Servicios*/
/*INICIO Btn Antecedentes*/
.btn-antecedentes { /*Es el botón dentro de los Modals abajo*/
  color: white;
  background-color: #faa519;
  border-color: #faa519;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: -20px;
}
.btn-antecedentes:hover, .btn-antecedentes:focus, .btn-antecedentes.focus, .btn-antecedentes:active, .btn-antecedentes.active, .open .dropdown-toggle.btn-antecedentes {
  color: white;
  background-color: #585858;
  border-color: #585858;
}
.btn-antecedentes:active, .btn-antecedentes.active, .open .dropdown-toggle.btn-antecedentes {
  background-image: none;
}
.btn-antecedentes:active:hover, .btn-antecedentes.active:hover, .open > .dropdown-toggle.btn-antecedentes:hover, .btn-antecedentes:active:focus, .btn-antecedentes.active:focus, .open > .dropdown-toggle.btn-antecedentes:focus, .btn-antecedentes:active.focus, .btn-antecedentes.active.focus, .open > .dropdown-toggle.btn-antecedentes.focus {
  color: white;
  background-color: #585858;
  border-color: #585858;
}
.btn-antecedentes.disabled:hover, .btn-antecedentes[disabled]:hover, fieldset[disabled] .btn-antecedentes:hover, .btn-antecedentes.disabled:focus, .btn-antecedentes[disabled]:focus, fieldset[disabled] .btn-antecedentes:focus, .btn-antecedentes.disabled.focus, .btn-antecedentes[disabled].focus, fieldset[disabled] .btn-antecedentes.focus {
  color: white;
  background-color: #585858;
  border-color: #585858;
}
.btn-antecedentes .badge {
  color: white;
  background-color: #faa519;
}
/*FIN Btn Antecedentes*/
/*INICIO CSS Empresa*/
.empresa-heading {
  margin: 0 0 25px 0;
}
#empresa i {
  margin-top: -12px;
}
#empresa h3 {
  margin-bottom: 50px;
}
#empresa p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#empresa * {
  z-index: 2;
}
#empresa .change {
	margin-bottom: 40px;
}
#empresa .change a:hover, a:focus, a:active, a.active {
	color: #585858;
}
/*FIN CSS Empresa*/

/*INICIO CSS Equipamiento Modal*/
#equipamiento p {
	line-height: 1;
	padding-top: 7px;
}
#equipamiento .equipamiento-item {
  margin: 0 0 15px;
  right: 0;
}
#equipamiento .equipamiento-item .equipamiento-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#equipamiento .equipamiento-item .equipamiento-link .equipamiento-hover {
  background: rgba(250, 165, 25, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#equipamiento .equipamiento-item .equipamiento-link .equipamiento-hover:hover {
  opacity: 1;
}
#equipamiento .equipamiento-item .equipamiento-link .equipamiento-hover .equipamiento-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 15px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#equipamiento .equipamiento-item .equipamiento-link .equipamiento-hover .equipamiento-hover-content i {
  margin-top: -12px;
}
#equipamiento .equipamiento-item .equipamiento-link .equipamiento-hover .equipamiento-hover-content h3, #equipamiento .equipamiento-item .equipamiento-link .equipamiento-hover .equipamiento-hover-content h4 {
  margin: 0;
}
#equipamiento .equipamiento-item .equipamiento-caption {
  max-width: 400px;
  height: 80px; /*lo agregué yo*/
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#equipamiento .equipamiento-item .equipamiento-caption h4 {
  margin: 0;
}
#equipamiento .equipamiento-item .equipamiento-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#equipamiento * {
  z-index: 2;
}
@media (min-width: 767px) {
  #equipamiento .equipamiento-item {
    margin: 0 0 30px;
  }

}
/*FIN CSS Equipamiento Modal*/
/*INICIO CSS Contacto*/
#contacto {
  background-color: #eee;
  background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
#contacto .section-subheading {
  color: #585858;
  margin-bottom: 10px;
}
#contacto .minustop {
  margin-bottom: 65px;
}
/*FIN CSS Contacto*/
/*INICIO CSS Footer*/
footer {
  padding: 20px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 40px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #585858;
}
.btn:focus, .btn:active, .btn.active, .btn:active:focus {
  outline: none;
}
/*FIN CSS Footer*/
/*INICIO Modal*/
.modal .modal-dialog {
  margin: 0 -20px 0 0;
  height: 100%;
  position: relative;
  width: auto;
}
.modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 15px 0; /*yo cambié 100 por el 15*/
  text-align: center;
}
.modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 2.5em;
}
.modal .modal-content p {
  margin-bottom: 10px; /*Cambié de 30 a 10*/
  font-size: 16px; /*Agregué yo*/  
}
.modal .modal-content p.lhsmall {
  margin-bottom: 0px;
  font-size: 16px; /*Agregué yo*/  
}
.modal .modal-content p.item-intro {
  margin: 10px 0 0 0;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.modal .modal-content p.item-second {
  margin: 0;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.modal .modal-content p.item-noimage {
  margin-top: 50px;
}
.modal .modal-content p.item-separado {
  margin-top: 20px;
}
.modal .modal-content p.last { /*agreugé yo*/
  margin-bottom: 20px;
}
.modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.modal .modal-content img {
  margin-bottom: 30px;
  margin-top: 30px; /*Agregué yo*/
}
.modal .modal-content .img-marca {
  margin-top: 5px;
  margin-bottom: 0;
}

/*FIN Modal*/
/*INICIO Modal Empresa*/
#equipo .first, #consultores .first {
  margin-top: 50px;
}
#equipo .second, #consultores .second {
  margin-top: 50px;
}
#equipo h3, #consultores h3 {
	font-size: 2.5em;
}
#equipo h4, #consultores h4 {
  margin-top: 25px;
}
#equipo h5, #consultores h5 {
  margin-top: 15px;
  margin-bottom: 0;  
}
#equipo p, #consultores p {
  margin-top: 0px;
}
#equipo .btn-primary, #consultores .btn-primary {
  margin-top: 35px;
}
#equipo .btn-default i, #consultores .btn-default i {
  color: #585858;
  background-color: #fff;
  border-color: #eeeeee;
}
.btn-default {
  margin-top: 25px;
}
.btn-last { /*Ultimo botón!*/
  color: white;
  background-color: #585858;
  border-color: #585858;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  margin-top: 15px;  
  padding: 9px 44px;
}
.btn-last:hover, .btn-last:focus, .btn-last:active, .btn-last.active, .open .dropdown-toggle.btn-last {
  color: white;
  background-color: #faa519;
  border-color: #faa519;
  background-image: none;
}
/*FIN Modal Empresa*/

/*INICIO Otros*/
::-moz-selection {
  text-shadow: none;
  background: #faca7d;
}
::selection {
  text-shadow: none;
  background: #faca7d;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #faa519;
}
/*FIN Otros*/
/*ESTILOS PI*/
@font-face {
  font-family: 'logoconsultora';
  src: url('../fonts/futura-bold-bt.ttf') format('truetype');
}
@font-face {
  font-family: 'logopi';
  src: url('../fonts/futura-lt-medium.ttf') format('truetype');
}
@font-face {
  font-family: 'linkein';
  src: url('../fonts/MyriadPro-Bold.otf') format('truetype');
}
span {
  font-family: 'logoconsultora';
  font-style: normal;
  color: #faa519;
}
p span {
  font-size: 18px;
}
hr {
	height: 3px;
	background-color: #eeeeee;
	margin-top: 20px;
}
.modal hr {
	height: 2px;
	background-color: #faa519;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
b {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}	