/* Sass Document */
*::-moz-selection {
  background: #f1f1f2;
  color: #666; }
*::selection {
  background: #f1f1f2;
  color: #666; }

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

img {
  max-width: 100%; }
  img.imgg {
    max-width: inherit;
    margin: 0 10px; }

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

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

/*------------------------------------base------------------------------------- */
.negro {
  color: #000000; }

.blanco {
  color: #ffffff; }

.bg-negro {
  background: #000000; }

.bg-blanco {
  background: #ffffff; }

.azul {
  color: #1C1F4C; }

.azulc {
  color: #2695CC; }

.verde {
  color: #26CB43; }

.verdef {
  color: #028940; }

.crema {
  color: #F0EEEA; }

.bg-azulc {
  background: #2695CC; }

.bg-azul {
  background: #1C1F4C; }

.bg-verde {
  background: #26CB43; }

.bg-verdef {
  background: #028940; }

.bg-crema {
  background: #F0EEEA; }

.bold {
  font-family: titillium-web, sans-serif;
  font-weight: 700;
  font-style: normal; }

.f12 {
  font-size: 12px; }

.redondo {
  border-radius: 8px; }

/*------------------------------------fin base------------------------------------- */
svg g g g path {
  stroke: #26CB43; }

.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 4px solid #26CB43;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
  .navbar.fijo {
    background: #1C1F4C; }

.nav-link {
  font-size: 15px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff; }
  .nav-link:hover {
    color: #26CB43; }
  .nav-link.activo {
    color: #26CB43; }

.navbar-collapse {
  width: auto; }

  .navbar-toggler {
    width: 58px;
    display: block;
  }

.slide .carousel-indicators {
  position: absolute;
  left: initial;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  list-style: none;
  margin: auto;
  top: 0;
  height: 190px; }
  .slide .carousel-indicators button {
    background: #ffffff;
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 0;
    border-radius: 30px;
    border: 1px solid #fff; }
    .slide .carousel-indicators button.active {
      background: transparent; }
.slide .caption {
  width: 60%;
  position: relative;
  z-index: 3; }
  .slide .caption h1 {
    font-size: 30px; }
.slide .dott {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }

.btns {
  border-radius: 50px;
  padding: 12px 30px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btns.btns--azul {
    background: #2695CC;
    color: #ffffff; }
    .btns.btns--azul:hover {
      background: #26CB43; }
  .btns.btns--verde {
    background: #26CB43;
    color: #ffffff; }
    .btns.btns--verde:hover {
      background: #26CB43; }

.carousel-control-prev, .carousel-control-next {
  background: #F0EEEA;
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 60px; }
  .carousel-control-prev.carousel-control-2, .carousel-control-next.carousel-control-2 {
    margin: auto;
    background: #ffffff; }

.raya {
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#2695CC), to(#26CB43));
  background: linear-gradient(90deg, #2695CC 0%, #26CB43 100%); }
  .raya.raya--pos {
    position: absolute;
    top: 0;
    right: 0;
    width: 66%; }

.bg-crema--dot {
  background: #F0EEEA url(../images/bg--dot.png) no-repeat right center; }

.bicolor--1 {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #F0EEEA), to(#F0EEEA));
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 50%, #F0EEEA 50%, #F0EEEA 100%); }

.bicolor--2 {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(10%, #ffffff), color-stop(10%, #F0EEEA), to(#F0EEEA));
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 10%, #F0EEEA 10%, #F0EEEA 100%); }

.btn--contacto {
  background: #028940;
  padding: 12px;
  text-align: center;
  border-radius: 8px; }

.btn--contacto--form {
  background: #1C1F4C;
  padding: 12px;
  text-align: center;
  border-radius: 8px;
  width: 300px; }

.bg__footer h2 {
  font-size: 30px; }
.bg__footer.bg__footer--home {
  background: url(../images/bg__footer--home.jpg) no-repeat center/cover; }
.bg__footer.bg__footer--nosotros {
  background: url(../images/bg__footer--nosotros.jpg) no-repeat center/cover; }
.bg__footer.bg__footer--servicio {
  background: url(../images/bg__footer--servicio.jpg) no-repeat center/cover; }
.bg__footer.bg__footer--productos {
  background: url(../images/bg__footer--productos.jpg) no-repeat center/cover; }

footer a {
  color: #2695CC;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  footer a:hover {
    color: #26CB43; }

.estamos {
  background: #1C1F4C url(../images/bg--dott--estamos.png) no-repeat center/cover; }

.estamos__img {
  height: 300px; }
  .estamos__img.estamos__img--nosotros {
    background: url(../images/estamos--nosotros.jpg) no-repeat center/cover; }
  .estamos__img.estamos__img--servicio {
    background: url(../images/estamos--servicio.jpg) no-repeat center/cover; }
  .estamos__img.estamos__img--productos {
    background: url(../images/estamos--productos.jpg) no-repeat center/cover; }
  .estamos__img.estamos__img--proyectos {
    background: url(../images/estamos--proyectos.jpg) no-repeat center/cover; }
  .estamos__img.estamos__img--contacto {
    background: url(../images/estamos--contacto.jpg) no-repeat center/cover; }

.input {
  width: 100%;
  background: #F0EEEA;
  padding: 12px;
  border: 0;
  border-radius: 8px; }

input[type="submit"] {
  background: #028940;
  border: 0;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px; }

.sucursal {
  height: auto; }

.wathsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #26CB43;
  border-radius: 50px;
  z-index: 99;
  color: #ffffff; }

@media (min-width: 1024px) {
  .sucursal {
    height: 300px; }

  .bg__footer h2 {
    font-size: 55px; }

  .slide .caption h1 {
    font-size: 50px; } }

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