/* Variables */
/* Fonts */
.normalidad-regular {
  font-family: "normalidad-text", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.normalidad-wide-regular {
  font-family: normalidad-wide, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.normalidad-compact-regular {
  font-family: "normalidad-compact", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.copperplate-medium {
  font-family: "copperplate", serif;
  font-weight: 500;
  font-style: normal;
}

/* Mixins */
.space-25 {
  width: 100%;
  height: 15px;
  clear: both;
}

.space-50 {
  width: 100%;
  height: 30px;
  clear: both;
}

.space-100 {
  width: 100%;
  height: 60px;
  clear: both;
}

.space-150 {
  width: 100%;
  height: 90px;
  clear: both;
}

.space-200 {
  width: 100%;
  height: 120px;
  clear: both;
}

.space-2x-150 {
  width: 100%;
  height: 180px;
  clear: both;
}

.sprite-servicios {
  background-image: url("../img/iconos/sprite-servicios.png");
  background-size: 500% 100%;
  background-repeat: no-repeat;
  width: 85px;
  height: 99px;
  max-width: 100%;
  vertical-align: middle;
}

.sprite-servicios--icon1 {
  background-position: 0 0;
}

.sprite-servicios--icon2 {
  background-position: 25% 0;
}

.sprite-servicios--icon3 {
  background-position: 50% 0;
}

.sprite-servicios--icon4 {
  background-position: 75% 0;
}

.sprite-servicios--icon5 {
  background-position: 100% 0;
}

.sprite-pasos {
  background-image: url("../img/pasos/sprite-pasos.png");
  background-size: 700% 100%;
  background-repeat: no-repeat;
  width: 79px;
  height: 60px;
  max-width: 100%;
  vertical-align: middle;
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
}

.sprite-pasos--icon1 {
  background-position: 0 0;
}

.sprite-pasos--icon2 {
  background-position: 16.6% 0;
}

.sprite-pasos--icon3 {
  background-position: 33.2% 0;
}

.sprite-pasos--icon4 {
  background-position: 49.8% 0;
}

.sprite-pasos--icon5 {
  background-position: 66.6% 0;
}

.sprite-pasos--icon6 {
  background-position: 83% 0;
}

.sprite-pasos--icon7 {
  background-position: 99.6% 0;
}

body {
  font-family: normalidad-wide, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.3;
}

/* Bootstrap */
.navbar-brand img {
  max-width: 110px;
}

.navbar-nav {
  font-family: "copperplate", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
}

.navbar-toggler:focus,
.navbar-toggler {
  -webkit-box-shadow: 0 0 0 0.15rem #dbb87b;
          box-shadow: 0 0 0 0.15rem #dbb87b;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28219, 184, 123, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav .nav-link {
  color: white;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #dbb87b;
}

.fixed-menu {
  background-color: transparent;
  opacity: 1;
}

.fixed-menu.scrolled {
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.fixed-menu.scrolled .navbar picture,
.fixed-menu.scrolled .navbar img {
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  max-width: 110px !important;
  height: auto;
}

.text-justify {
  text-align: justify;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "copperplate", serif;
}

h1 {
  font-size: 2.2rem;
  font-size: normal;
  line-height: 1.1 !important;
}

h2 {
  font-size: 2.05rem;
  font-size: normal;
  line-height: 1 !important;
}

h3 {
  font-size: 1.95rem;
  font-size: normal;
  line-height: 1 !important;
}

h4 {
  font-size: 1.7rem;
  font-size: normal;
  line-height: 1 !important;
}

/* Buttons */
.btn {
  border-radius: 0.45rem;
  font-family: "copperplate", serif;
}

.btn-principal {
  background-color: #7b5824;
  color: #fff;
  padding: 0.3rem 0.8rem;
}
.btn-principal:hover {
  background-color: #dbb87b;
  color: #fff;
}

.btn-secundario {
  background-color: #000;
  color: #fff;
  padding: 0.3rem 0.8rem;
}
.btn-secundario:hover {
  background-color: #dbb87b;
  color: #000;
}

.bg-home {
  background-image: url("../img/banners/Banner_top.jpg");
  background-position: center -80px !important;
  background-repeat: no-repeat;
  background-color: #000;
}

.bg-darkbrown {
  background-color: #181109;
  color: #fff;
}

.bg-servicios {
  background-image: url("../img/banners/Banner_servicios.jpg");
  background-position: bottom center !important;
  background-repeat: no-repeat;
  background-color: #f8f3ed;
}

.bg-tierra {
  background-image: url("../img/banners/Banner_principal.jpg");
  background-position: bottom center !important;
  background-repeat: no-repeat;
  color: #fff;
}
.bg-tierra .container .row {
  min-height: 600px;
}

.bg-clientes {
  background-color: transparent;
  color: #fff;
}
.bg-clientes .col-12:first-of-type {
  background-color: white;
}
.bg-clientes .col-12 {
  background-color: #7c5925;
}

.bg-clientes-tl {
  background-color: #00273b;
  color: #fff;
}

.bg-clientes-at {
  background-color: #ffa200;
  color: #fff;
}

.bg-clientes-adf {
  background-color: #c69184;
  color: #fff;
}

.bg-clientes-ep {
  background-color: #f6b300;
  color: #fff;
}

.bg-trabajador {
  background-image: url("../img/banners/Banner_trabajador.jpg");
  background-position: bottom center !important;
  background-position: 65% 20% !important;
  background-repeat: no-repeat;
  min-height: 250px;
}

.bg-contacto {
  background-image: url("../img/banners/Banner_bottom.jpg?v=2");
  background-position: bottom center !important;
  background-repeat: no-repeat;
  background-color: #054d4c;
  color: #fff;
}

.bg-nuestros-clientes {
  background-image: url("../img/banners/Banner_Marcas_top.jpg");
  background-position: bottom center !important;
  background-repeat: no-repeat;
  color: #fff;
}

.servicios .col-6 p:first-of-type {
  color: #4b4132;
  font-family: "copperplate", serif;
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
  margin: 0.8rem 0;
  line-height: 1;
}
.servicios .col-6 p {
  font-size: 0.75rem;
}

.form-control {
  background-color: transparent;
  border-color: transparent transparent white transparent;
  border-radius: 0;
  color: #dbb87b;
}
.form-control:focus {
  color: #dbb87b;
  background-color: transparent;
}

footer {
  font-size: 0.75rem;
}
footer img {
  max-width: 100px !important;
}
footer div {
  padding: 0.35rem 0;
}

.timeline-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.timeline-steps .timeline-step {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 1rem;
}

.timeline-steps .timeline-content {
  width: 9.2rem;
  text-align: center;
}
.timeline-steps .timeline-content .h5 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.timeline-steps .timeline-content .h6 {
  color: #4b4132;
  font-family: "copperplate", serif;
  font-size: 0.85rem;
  line-height: 1;
  margin-top: 0;
}
.timeline-steps .timeline-content .text-muted {
  font-size: 0.75rem;
}

.timeline-steps .timeline-content .inner-circle {
  border-radius: 1.5rem;
  height: 1rem;
  width: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2a2927;
}

.timeline-steps .timeline-content .inner-circle:before {
  content: "";
  background-color: #2a2927;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  border-radius: 6.25rem;
  -webkit-animation: pulse 5s infinite;
          animation: pulse 5s infinite;
}

.flag {
  width: 30px;
  height: auto;
}

@-webkit-keyframes pulse {
  0%, 100% {
    opacity: 0.2;
    background-color: #2a2927;
  }
  50% {
    opacity: 0.5;
    background-color: #2a2927;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.2;
    background-color: #2a2927;
  }
  50% {
    opacity: 0.5;
    background-color: #2a2927;
  }
}
/* Media Queries */
@media (min-width: 768px) {
  .timeline-steps .timeline-step:not(:last-child):after {
    content: "";
    display: block;
    border-top: 0.25rem solid #7c5925;
    width: 3.46rem;
    position: absolute;
    left: 7.5rem;
    top: 0.3125rem;
  }
  .timeline-steps .timeline-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: 0.25rem solid #7c5925;
    width: 3.8125rem;
    position: absolute;
    right: 7.5rem;
    top: 0.3125rem;
  }
}
@media (min-width: 992px) {
  .bg-clientes {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #7c5925), to(#7c5925));
    background: linear-gradient(to right, #fff 0%, #fff 50%, #7c5925 50%, #7c5925 100%);
  }
  .bg-clientes-tl {
    background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(50%, #fff), color-stop(50%, #00273b), to(#00273b));
    background: linear-gradient(to left, #fff 0%, #fff 50%, #00273b 50%, #00273b 100%);
  }
  .bg-clientes-at {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #ffa200), to(#ffa200));
    background: linear-gradient(to right, #fff 0%, #fff 50%, #ffa200 50%, #ffa200 100%);
  }
  .bg-clientes-adf {
    background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(50%, #fff), color-stop(50%, #c69184), to(#c69184));
    background: linear-gradient(to left, #fff 0%, #fff 50%, #c69184 50%, #c69184 100%);
  }
  .bg-clientes-ep {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #f6b300), to(#f6b300));
    background: linear-gradient(to right, #fff 0%, #fff 50%, #f6b300 50%, #f6b300 100%);
  }
  .bg-trabajador {
    background-image: url("../img/banners/Banner_trabajador.jpg");
    background-position: bottom center !important;
    background-repeat: no-repeat;
    min-height: 412px;
  }
  .space-25 {
    width: 100%;
    height: 25px;
    clear: both;
  }
  .space-50 {
    width: 100%;
    height: 50px;
    clear: both;
  }
  .space-100 {
    width: 100%;
    height: 100px;
    clear: both;
  }
  .space-150 {
    width: 100%;
    height: 150px;
    clear: both;
  }
  .space-200 {
    width: 100%;
    height: 200px;
    clear: both;
  }
  .space-2x-150 {
    width: 100%;
    height: 300px;
    clear: both;
  }
}