@charset "UTF-8";
/* Sass Document */
*::-moz-selection {
  background: #f1f1f2;
  color: #0B2142; }
*::selection {
  background: #f1f1f2;
  color: #0B2142; }

body {
  font-size: 16px;
  line-height: 23px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  color: #666666; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #212121; }
  a:hover {
    text-decoration: none;
    color: #212121; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

/*------------------------------------base------------------------------------- */
.bold {
  font-weight: 700;
  font-style: normal; }

.f12 {
  font-size: 12px; }

.f10 {
  font-size: 10px; }

.grande {
  font-size: 40px; }

.redondo {
  border-radius: 12px; }

.blanco {
  color: #ffffff; }

.negro {
  color: #212121; }

.bg-negro {
  background: #212121; }

.rojo {
  color: #eb5833; }

.bg-rojo {
  background: #eb5833; }

.gris {
  color: #666666; }

.bg-gris {
  background: #666666; }

.grisc {
  color: #f2f2f2; }

.bg-grisc {
  background: #f2f2f2; }

.bg-blanco {
  background: #ffffff; }

/*------------------------------------fin base------------------------------------- */

.list{
  margin-left: 17px;
}
.list li {
  margin-bottom: 10px;
}
.list li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

svg g g g path {
  stroke: #212121; }

.container {
  padding: 0 0.7rem; }

.navbar.b {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 200;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .navbar.b .navbar--wrapp {
    position: relative;
    z-index: 100;
    width: 100%;
    padding-top: 14px;
    border-bottom: 1px solid #fff; }
    .navbar.b .navbar--wrapp .navbar-brand {
      width: 170px; }
    .navbar.b .navbar--wrapp .nav-link {
      font-size: 14px;
      color: #999; }
      .navbar.b .navbar--wrapp .nav-link.btns svg {
        width: 20px; }
        .navbar.b .navbar--wrapp .nav-link.btns svg .st0 {
          fill: #ffffff; }
      .navbar.b .navbar--wrapp .nav-link.btns:hover {
        background: #eb5833;
        color: #ffffff; }
        .navbar.b .navbar--wrapp .nav-link.btns:hover svg .st0 {
          fill: #ffffff; }
  .navbar.b.fijo {
    background: white; }
    .navbar.b.fijo .navbar--wrapp {
      position: relative;
      border-bottom: 1px solid #ccc;
      padding: 0; }
      .navbar.b.fijo .navbar--wrapp .navbar-brand {
        width: 150px; }
      .navbar.b.fijo .navbar--wrapp .nav-link {
        color: #999; }
        .navbar.b.fijo .navbar--wrapp .nav-link.btns svg {
          width: 20px; }
          .navbar.b.fijo .navbar--wrapp .nav-link.btns svg .st0 {
            fill: #212121; }
        .navbar.b.fijo .navbar--wrapp .nav-link.btns:hover {
          background: #eb5833;
          color: #ffffff; }
          .navbar.b.fijo .navbar--wrapp .nav-link.btns:hover svg .st0 {
            fill: #ffffff; }
        .navbar.b.fijo .navbar--wrapp .nav-link:hover {
          color: #212121; }
        .navbar.b.fijo .navbar--wrapp .nav-link.active {
          color: #212121; }
.navbar.n {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 200;
  background: #ffffff; }
  .navbar.n .navbar--wrapp {
    position: relative;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid #ccc; }
    .navbar.n .navbar--wrapp .navbar-brand {
      width: 170px; }
    .navbar.n .navbar--wrapp .nav-link {
      font-size: 14px;
      color: #999; }
      .navbar.n .navbar--wrapp .nav-link.btns svg {
        width: 20px; }
        .navbar.n .navbar--wrapp .nav-link.btns svg .st0 {
          fill: #212121; }
      .navbar.n .navbar--wrapp .nav-link.btns:hover {
        background: #eb5833;
        color: #ffffff; }
        .navbar.n .navbar--wrapp .nav-link.btns:hover svg .st0 {
          fill: #ffffff; }
      .navbar.n .navbar--wrapp .nav-link:hover {
        color: #212121; }
      .navbar.n .navbar--wrapp .nav-link.active {
        color: #212121; }
  .navbar.n.fijo .navbar-brand {
    width: 150px; }

.mtop {
  margin-top: -69px; }

#carouselExampleSlide_home .carousel-control-prev, #carouselExampleSlide_home .carousel-control-next {
  background: transparent;
  border: 0;
  z-index: 5; }

.btns {
  border: 1px solid #eb5833;
  border-radius: 8px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btns.btns--rojo {
    background: #eb5833;
    color: #ffffff; }
    .btns.btns--rojo:hover {
      -webkit-transform: scale(1.03);
              transform: scale(1.03); }
    .btns.btns--rojo:before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 0px;
      height: 100%;
      background: rgba(255, 255, 255, 0.1);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .btns.btns--rojo:hover:before {
      width: 100%; }
  .btns.btns--negro {
    background: #212121;
    color: #ffffff; }
    .btns.btns--negro:hover {
      -webkit-transform: scale(1.03);
              transform: scale(1.03); }
    .btns.btns--negro:before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 0px;
      height: 100%;
      background: rgba(255, 255, 255, 0.1);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .btns.btns--negro:hover:before {
      width: 100%; }
  .btns.btns--shadow {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.5); }
  .btns.btns--pos {
    -webkit-box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 90px;
    margin: auto;
    height: 48px;
    left: 0;
    right: 0;
    width: 190px; }

.caption {
  position: absolute;
  z-index: 4;
  width: 70%;
  text-align: center;
  margin: auto;
  left: 0;
  top: 0;
  height: 110px;
  bottom: 0;
  right: 0;
  color: #ffffff; }
  .caption h1 {
    font-size: 20px; }

.overlay {
  position: absolute;
  width: 95%;
  height: 100%;
  top: 0;
  margin: auto;
  right: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5); }

.scroll {
  position: absolute;
  width: 180px;
  z-index: 20;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: auto; }

.w__servicios {
  position: relative;
  height: 370px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .w__servicios .w__servicios--txt {
    position: relative;
    z-index: 3; }
  .w__servicios .overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #eb5833;
    border-radius: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    mix-blend-mode: multiply; }
  .w__servicios .w__servicios--img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 12px; }
  .w__servicios .btns--rojo {
    width: 160px;
    border: 0;
    background: transparent; }
  .w__servicios:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }
    .w__servicios:hover .overlay {
      mix-blend-mode: multiply;
      background: rgba(0, 0, 0, 0.5); }
    .w__servicios:hover .btns--rojo {
      background: #eb5833; }

.bg__bicolor--1 {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(20%, white), color-stop(20%, #f2f2f2), to(#f2f2f2));
  background: linear-gradient(0deg, white 0%, white 20%, #f2f2f2 20%, #f2f2f2 100%); }

footer {
  font-size: 14px; }
  footer a {
    color: #999;
    font-size: 14px; }

.contacto h1 {
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 50px;
  margin: auto;
  top: 0;
  bottom: 0; }

.input {
  width: 100%;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 12px;
  border: 0;
  font-size: 14px; }

input[type="submit"] {
  background: #eb5833;
  color: #ffffff;
  padding: 12px 35px;
  border-radius: 10px;
  border: 0; }

.listas::before {
  content: "•";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

.estamos {
  height: 170px; }
  .estamos img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%; }

.ancla {
  position: absolute;
  top: -150px;
  width: 1px;
  height: 1px; }

@media (min-width: 1024px) {
  .overlay {
    width: 100%; }

  .estamos {
    height: auto; }
    .estamos img {
      -o-object-fit: contain;
         object-fit: contain;
      height: 100%; }

  .w__servicios {
    height: 470px; }

  .navbar.b .navbar--wrapp {
    position: absolute; }
    .navbar.b .navbar--wrapp .navbar-brand {
      width: 220px; }
    .navbar.b .navbar--wrapp .nav-link {
      color: #ffffff; }
  .navbar.n .navbar--wrapp .navbar-brand {
    width: 220px; }
  .navbar.n.fijo .navbar-brand {
    width: 150px; }

  .caption {
    position: absolute;
    width: 800px;
    height: 300px; }
    .caption h1 {
      font-size: 50px; } }
@media (min-width: 1800px) {
  .container {
    max-width: 1720px;
    padding: 0; } }

/*# sourceMappingURL=estilos.css.map */