/* Colores */
:root {
  --main-bg-color: #f2f2f2;
  --text-yellow: #ff9900;
  --text-yellow-50: #ff990080;
  --font-family: 'Roboto', sans-serif;
  --title-font-family: 'Open Sans', sans-serif;
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-family);
  background-color: var(--main-bg-color);
}
main {
  position: relative;
  background-color: var(--main-bg-color);
}
h1, h2, h3, h4, h5 {
  font-family: var(--title-font-family);
}
.img-frame {
  border-radius: .5rem;
  border: 5px solid antiquewhite;
  box-shadow: 5px 6px 7px 0 gray;
}
#nosotros .lead {
  font-size: 1.125rem;
}
#servicios {
  background: -webkit-linear-gradient(to right, rgba(18, 62, 89, 0.6) 53%, rgba(239, 141, 56, 0.6)), fixed url('../img/servicios/6155cc9d5a3a7.jpg');
  background: linear-gradient(to right, rgba(18, 62, 89, 0.6) 53%, rgba(239, 141, 56, 0.6)), fixed url('../img/servicios/6155cc9d5a3a7.jpg');
  background-size: cover;
  min-height: 100vh;
}
#servicios p {
  font-size: 1.125rem;
}

.statistics {
	box-shadow: 0px 8px 8px 0px rgba(0,0,0,.2);
}
.statistics-box {
	background: #fff;
	border: 1px solid #e3e3e3;
	padding: 40px 20px;
	flex: 1;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.statistics-box h3 {
	margin-bottom: 10px;
	color: var(--text-yellow);
}
.statistics-box p {
	color: #a8a8a8;
	margin-bottom: 0;
}
.statistics-box:first-child {
	border-right: none;
}
.statistics-box:last-child {
	border-left: none;
}

#contacto {
  background: fixed url('../img/contactenos/pexels-photo-119562-v1.jpeg');
  background-size: cover;
  height: 100px;
}

/* Galery */
.gallery {
  display: flex;
  width: 100%;
  height: 92vh;
  padding: 3% 2%;
  box-sizing: border-box;
}
.ga-box {
  flex: 1;
  overflow: hidden;
  margin: 8px;
  line-height: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  transition: all 400ms ease-in-out;
}
.ga-box img {
  width: 200%;
  height: calc(100% - 10vh);
  object-fit: cover;
  transition: all 400ms ease-in-out;
}
.ga-box span {
  height: 10vh;
  font-size: 24px;
  font-family: sans-serif;
  display: block;
  text-align: center;
  line-height: 2.4;
}
.ga-box:hover {
  flex: 50%;
}
.ga-box:hover img {
  width: 100%;
  height: 100%;
}
[class^='imghvr-'],
[class*=' imghvr-'] {
  background-color: #a5a5a5;
}

.landing-page .navy-line {
  width: 60px;
  height: 1px;
  margin: 40px auto 0;
  border-bottom: 2px solid #1ab394;
}

.landing-page .features-block {
  margin-top: 16px;
}
.vertical-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  padding: 16px;
}
.btn-inspinia {
  color: #fff;
  background-color: #1ab394;
  border-color: #1ab394;
}
.btn-inspinia:hover,
.btn-inspinia:focus,
.btn-inspinia.focus {
  background-color: #18a689;
  border-color: #18a689;
  color: #FFFFFF;
}
.btn-inspinia.disabled,
.btn-inspinia:disabled {
  color: #fff;
  background-color: #18a689;
  border-color: #18a689;
}
.btn-inspinia:not(:disabled):not(.disabled):active,
.btn-inspinia:not(:disabled):not(.disabled).active,
.show > .btn-inspinia.dropdown-toggle {
  color: #fff;
  background-color: #18a689;
  border-color: #18a689;
}
.btn-inspinia:not(:disabled):not(.disabled):active:focus,
.btn-inspinia:not(:disabled):not(.disabled).active:focus,
.show > .btn-inspinia.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bg-inspinia {
  color: #fff;
  background-color: #1ab394;
  border-color: #1ab394;
}
.nav-tabs .nav-link {
  color: #1ab394;
}