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

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

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; }

.dorado {
  color: #C59B51; }

.grisf {
  color: #666666; }

.grisc {
  color: #f0f0f0; }

.crema {
  color: #FAFAF8; }

.rojo {
  color: #df4864; }

.verde {
  color: #bdb647; }

.azul {
  color: #94c9d1; }

.bg-azul {
  background: #94c9d1; }

.bg-verde {
  background: #bdb647; }

.bg-rojo {
  background: #df4864; }

.bg-dorado {
  background: #C59B51; }

.bg-grisf {
  background: #666666; }

.bg-grisc {
  background: #f0f0f0; }

.bg-crema {
  background: #FAFAF8; }

.bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal; }

.f12 {
  font-size: 12px; }

.grande {
  font-size: 40px; }

.redondo {
  border-radius: 8px; }

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

.logo2 svg g path.st0 {
  fill: #94c9d1; }

.logo3 svg g path.st0 {
  fill: #94c9d1; }

.navbar-brand {
  width: 150px; }

.nav-link {
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  font-style: normal; }
.nav-link.colors {
  color: #333;}
  .nav-link:hover {
    color: #C59B51; }
  .nav-link.activo {
    color: #C59B51; }

.nav-link2 {
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #b3b3b3;
  font-style: normal; }
  .nav-link2:hover {
    color: #C59B51; }
  .nav-link2.activo {
    font-weight: 800;
    color: #C59B51; }

.navbar-collapse {
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end; }
  .navbar-collapse .sub--menu {
    width: 100%; }
    .navbar-collapse .sub--menu a {
      font-size: 16px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.navbar {
  border-top: 6px solid #bdb647;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0); }
  .navbar.fijo {
    background: white; }
    .navbar.fijo .navbar-brand {
      width: 100px; }
    .navbar.fijo .nav-link {
      color: #b3b3b3; }
      .navbar.fijo .nav-link:hover {
        color: #df4864; }

.navbar-toggler {
  outline: none;
  border: 0;
  background: #FAFAF8;
  width: 56px;
  height: 40px;
}

.navbar-toggler:focus {
  -webkit-box-shadow: 0 0 0 0rem;
          box-shadow: 0 0 0 0rem; }

.form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #C59B51;
  color: #C59B51; }

.clientes {
  border-top: 1px solid #C59B51;
  border-bottom: 1px solid #C59B51; }

.elegir--cards img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }
.elegir--cards p {
  font-size: 14px;
  line-height: 21px;
  color: #8D8D8D; }

.slide_home .carousel-control-prev, .slide_home .carousel-control-next {
  background: transparent;
  border: none;
  opacity: 1;
  z-index: 9; }
  .slide_home .carousel-control-prev .circulo, .slide_home .carousel-control-next .circulo {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #bdb647; }

#slide_2 .carousel-control-prev, #slide_2 .carousel-control-next {
  background: transparent;
  border: none;
  opacity: 1;
  z-index: 9; }
  #slide_2 .carousel-control-prev .circulo, #slide_2 .carousel-control-next .circulo {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background: #666666;
    border: 1px solid #bdb647; }

#slide_elegir_logos .carousel-control-prev, #slide_elegir_logos .carousel-control-next {
  width: 5%; }
  #slide_elegir_logos .carousel-control-prev .circulo, #slide_elegir_logos .carousel-control-next .circulo {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #bdb647; }

.carousel-control-prev, .carousel-control-next {
  background: transparent;
  border: none;
  opacity: 1; }
  .carousel-control-prev .circulo, .carousel-control-next .circulo {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: 1px solid #bdb647; }

.carousel-control-prev2 {
  left: 0; }

.carousel-control-next2 {
  right: 0; }

.btns {
  border-radius: 8px;
  text-align: center;
  background: #f0f0f0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 12px 25px;
  display: inline-block;
  font-size: 12px;
  color: #999; }
  .btns.btns--obscuro {
    background: #666666;
    color: #ffffff; }
    .btns.btns--obscuro:hover {
      background: #C59B51;
      color: #666666; }
  .btns.btns--dorado {
    background: #C59B51;
    color: #ffffff; }
    .btns.btns--dorado:hover {
      background: #666666;
      color: #C59B51; }
  .btns:hover {
    background: #bdb647;
    color: #ffffff; }

.pos {
  position: relative;
  z-index: 1; }

.caption1 {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  margin: auto;
  bottom: 0;
  height: 268px;
  top: 0; }

footer {
  font-size: 13px;
  line-height: 20px;
  color: #8D8D8D; }

.onda__1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%; }

.borde-rojo {
  border: 5px solid #df4864; }

.borde-verde {
  border: 5px solid #bdb647; }

.borde-azul {
  border: 5px solid #94c9d1; }

.w {
  height: 400px; }

.w__all {
  position: relative;
  z-index: 3; }

.degradado {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(#f0f0f0));
  background: linear-gradient(0deg, white 0%, #f0f0f0 100%); }

.cat a {
  background: #f1f1f2;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  padding: 12px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  width: 200px; }
  .cat a:hover {
    background: #94c9d1;
    color: #ffffff; }
  .cat a.activo {
    background: #94c9d1;
    color: #ffffff; }

.dir {
  border: 1px solid #ccc;
  border-radius: 8px; }

.fecha {
  width: 90px;
  height: 90px;
  margin: auto;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0; }

.w-galeria img {
  border-radius: 8px; }

.wf-container {
  margin: 0 2rem; }

.wf-container:before, .wf-container:after {
  content: "";
  display: table; }

.wf-container:after {
  clear: both; }

.wf-box {
  margin: 10px; }

.wf-box img {
  display: block;
  width: 100%; }

.wf-box .content {
  border: 1px solid #ccc;
  border-top-width: 0;
  padding: 5px 8px; }

.wf-column {
  float: left; }

.input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px; }

input[type=submit] {
  background: #bdb647;
  color: #000;
  border-radius: 8px;
  padding: 12px;
  border: 0; }

.redes {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #94c9d1;
  color: #ffffff;
  font-size: 15px;
  border-radius: 50px; }
  .redes:hover {
    background: #df4864;
    color: #ffffff; }
  
.ic{
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
.www{
  border: 1px solid #ccc;
}

@media (min-width: 1024px) {
  .carousel-control-prev2 {
    left: -90px; }

  .carousel-control-next2 {
    right: -90px; } }

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