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

body {
  font-size: 16px;
  line-height: 23px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  overflow-x: hidden;
  color: #000; }

img {
  max-width: 100%; }

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

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

/*------------------------------------base------------------------------------- */
.f10 {
  font-size: 10px; }

.f12 {
  font-size: 12px; }

.f14 {
  font-size: 14px; }

.negro {
  color: #000; }

.blanco {
  color: #ffffff; }

.rojo {
  color: #d90029; }

.gris {
  color: #1a1a1a; }

.bg-negro {
  background: #000; }

.bg-blanco {
  background: #ffffff; }

.bg-rojo {
  background: #d90029; }

.bg-gris {
  background: #1a1a1a; }

.bold {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal; }

/*------------------------------------fin base------------------------------------- */
.nav {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0); }
  .nav .nav--logo {
    width: 140px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .nav .navbar-toggler {
    border: 0;
    outline: 0; }
    .nav .navbar-toggler svg g g g path {
      stroke: #ffffff; }
  .nav #arrow svg line {
    stroke: #ffffff; }
  .nav.fijo {
    background: white; }
    .nav.fijo .nav--logo {
      width: 100px; }
      .nav.fijo .nav--logo svg .st0 {
        fill: #000; }
    .nav.fijo #arrow svg line {
      stroke: #000; }
  .nav.negro .nav--logo svg .st0 {
    fill: #000; }
  .nav.negro #arrow svg line {
    stroke: #000; }

.nav__full {
  background: #1a1a1a;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .nav__full.show {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  .nav__full .btn--cerrar {
    width: 20px;
    height: 20px;
    position: fixed;
    top: 50px;
    right: 50px; }
  .nav__full .nav__full--wrapp {
    width: 90%; }
    .nav__full .nav__full--wrapp .nav__full--parte {
      width: 100%; }
      .nav__full .nav__full--wrapp .nav__full--parte .nav__full--logo_full {
        width: 150px; }
      .nav__full .nav__full--wrapp .nav__full--parte .nav__full--datos a {
        color: #ffffff; }
  .nav__full .nav__full--sub_menu_link {
    width: 500px; }
    .nav__full .nav__full--sub_menu_link li:nth-child(1) a:hover::before {
      content: url(../images/conva-sombrillas-nav-full.jpg); }
    .nav__full .nav__full--sub_menu_link li:nth-child(2) a:hover::before {
      content: url(../images/conva-conva-nav-full.jpg); }
    .nav__full .nav__full--sub_menu_link li:nth-child(3) a:hover::before {
      content: url(../images/conva-bases-nav-full.jpg); }
    .nav__full .nav__full--sub_menu_link li:nth-child(4) a:hover::before {
      content: url(../images/conva-carpas-nav-full.jpg); }
    .nav__full .nav__full--sub_menu_link li:nth-child(5) a:hover::before {
      content: url(../images/conva-cojines-nav-full.jpg); }
    .nav__full .nav__full--sub_menu_link li:nth-child(6) a:hover::before {
      content: url(../images/conva-manteletas-nav-full.jpg); }
    .nav__full .nav__full--sub_menu_link li:nth-child(7) a:hover::before {
      content: url(../images/conva-publicidad-nav-full.jpg); }
    .nav__full .nav__full--sub_menu_link li:nth-child(8) a:hover::before {
      content: url(../images/conva-telas-nav-full.jpg); }
    .nav__full .nav__full--sub_menu_link a {
      color: #555;
      font-family: itc-avant-garde-gothic-pro, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 20px;
      display: block;
      padding: 1rem 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: relative;
      z-index: 2; }
      .nav__full .nav__full--sub_menu_link a span {
        font-weight: 300;
        font-size: 20px;
        color: #d90029;
        margin: 0 20px 0 0; }
      .nav__full .nav__full--sub_menu_link a:hover {
        color: #ffffff; }
      .nav__full .nav__full--sub_menu_link a::before {
        opacity: 1;
        position: absolute;
        right: 0;
        z-index: 1;
        top: 0;
        -webkit-transform: translate(96%, -50%);
                transform: translate(96%, -50%); }

.slide--home {
  position: relative; }
  .slide--home .caption {
    position: absolute;
    z-index: 10;
    width: 90%;
    color: #ffffff;
    margin: auto;
    left: 0;
    right: 0;
    top: 26%; }
  .slide--home button {
    background: transparent;
    border: 0;
    z-index: 5;
    border: 0;
    outline: 0; }
  .slide--home .carousel-item {
    position: relative; }
    .slide--home .carousel-item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      background: rgba(0, 0, 0, 0.3); }

.boton {
  background: #d90029;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 180px; }

.w__scroller {
  height: 85px;
  position: absolute;
  bottom: 0px;
  z-index: 9; }
  .w__scroller .scroll_hor {
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    height: 100px;
    margin: auto; }
    .w__scroller .scroll_hor h1 {
      margin: 0;
      padding: 0;
      display: inline-block;
      font-size: 120px; }

.m-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 140px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  bottom: -60px;
  z-index: 9; }
  .m-scroll__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    .m-scroll__title > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .m-scroll h1 {
    margin: 0;
    font-size: 30px;
    color: white;
    -webkit-transition: all 2s ease;
    transition: all 2s ease; }
    .m-scroll h1.m-scroll__negro {
      color: #000; }
.m-scroll2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 140px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  bottom: -60px;
  z-index: 9; }
  .m-scroll2__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    .m-scroll2__title > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-animation: scrollText 33s infinite linear;
      animation: scrollText 33s infinite linear; }
  .m-scroll2 h1 {
    margin: 0;
    font-size: 30px;
    color: white;
    -webkit-transition: all 2s ease;
    transition: all 2s ease; }
    .m-scroll2 h1.m-scroll__negro {
      color: #000; }

@-webkit-keyframes scrollText {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@keyframes scrollText {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }
.vertical {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin-bottom: 60px; }

.item {
  position: relative;
  overflow: hidden; }
  .item--nombre {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    left: 0px;
    width: 100%;
    z-index: 2;
    height: 150px;
    color: #ffffff;
    bottom: 0px;
    background: #1a1a1a;
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a1a1a",endColorstr="#ffffff",GradientType=1);
    opacity: 1; }
    .item--nombre h1 {
      margin: 0 0 40px 20px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .item img {
    -webkit-transition: 6s linear;
    transition: 6s linear; }
  .item:hover img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  .item:hover .item--nombre {
    opacity: 1; }
    .item:hover .item--nombre h1 {
      margin: 0 0 20px 20px; }

.owl-theme .owl-dots .owl-dot {
  border: 0; }

.owl-theme .owl-nav {
  position: absolute;
  top: -50px;
  margin-top: 0; }

.owl-carousel .owl-nav button.owl-prev {
  font-size: 30px; }

.cursor {
  pointer-events: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  opacity: 0;
  width: 10px;
  height: 10px; }

.cursor.moving {
  opacity: 1; }

.cursor::before {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear; }

.cursor.expand::before {
  opacity: 0; }

.node {
  pointer-events: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  opacity: 0;
  width: 2px;
  height: 2px; }

.node.moving {
  opacity: 1; }

.node::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: 1px solid #000;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
  mix-blend-mode: difference;
  -webkit-transition: opacity 300ms linear, border 300ms linear, background-color 300ms linear, -webkit-transform 300ms linear;
  transition: opacity 300ms linear, border 300ms linear, background-color 300ms linear, -webkit-transform 300ms linear;
  transition: opacity 300ms linear, transform 300ms linear, border 300ms linear, background-color 300ms linear;
  transition: opacity 300ms linear, transform 300ms linear, border 300ms linear, background-color 300ms linear, -webkit-transform 300ms linear; }

.node.expand::before {
  height: 100px;
  width: 100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  opacity: 1;
  border: 0;
  content: "ver más";
  font-size: 12px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  mix-blend-mode: exclusion; }

.node2 {
  pointer-events: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  opacity: 0;
  width: 32px;
  height: 32px; }

.node2.moving {
  opacity: 1; }

.node2::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: 0px solid #000;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 1;
  mix-blend-mode: difference;
  -webkit-transition: opacity 300ms linear, border 300ms linear, background-color 300ms linear, -webkit-transform 300ms linear;
  transition: opacity 300ms linear, border 300ms linear, background-color 300ms linear, -webkit-transform 300ms linear;
  transition: opacity 300ms linear, transform 300ms linear, border 300ms linear, background-color 300ms linear;
  transition: opacity 300ms linear, transform 300ms linear, border 300ms linear, background-color 300ms linear, -webkit-transform 300ms linear; }

.node2.expand::before {
  height: 50px;
  width: 50px;
  -webkit-transform: translate(-20%, -20%);
          transform: translate(-20%, -20%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  opacity: 1;
  mix-blend-mode: difference; }

footer {
  font-size: 13px; }
  footer .container {
    border-bottom: 10px solid #d90029; }
  footer .footer--logo {
    width: 110px;
    margin: auto; }
    footer .footer--logo svg .st0 {
      fill: #000; }

.estamos__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .estamos__wrap .estamos--numero {
    width: 40px; }
  .estamos__wrap .estamos--hr {
    width: 30px;
    margin: 0 30px; }
    .estamos__wrap .estamos--hr hr {
      height: 2px;
      opacity: 1; }
  .estamos__wrap .estamos--texto {
    width: 165px; }

.c-sombrillas {
  background: #1a1a1a;
  padding: 40px; }
  .c-sombrillas__icono {
    margin-bottom: 100px; }
  .c-sombrillas__titulo {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.submenu a {
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid #ffffff; }
  .submenu a:hover {
    border-bottom: 2px solid #d90029; }
  .submenu a.active {
    border-bottom: 2px solid #d90029; }

.productos__individual {
  margin-bottom: 100px; }

.detalle__foto {
  text-align: center; }
.detalle__info ul {
  margin-left: 20px;
  list-style: none; }
  .detalle__info ul li {
    padding-bottom: 10px;
    font-size: 14px; }
    .detalle__info ul li::before {
      content: "•";
      color: red;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em; }
.detalle__galeria-img {
  width: 120px;
  height: 120px; }
  .detalle__galeria-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%; }

.regresar {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  z-index: 20;
  left: 20px; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 140px; }

.input {
  width: 100%;
  border: 0;
  background: #ffffff;
  padding: 10px 6px;
  border-bottom: 1px solid #000; }

::-webkit-input-placeholder {
  color: #000;
  opacity: 1; }

:-ms-input-placeholder {
  color: #000;
  opacity: 1; }

::-ms-input-placeholder {
  color: #000;
  opacity: 1; }

::placeholder {
  color: #000;
  opacity: 1; }

.whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 90;
  width: 55px;
  height: 55px; }

.posss {
  position: relative; }
  .posss h4 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: -40px;
    font-size: 20px;
    background: #ffffff;
    padding: 35px 20px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

@media (min-width: 1024px) {
  .slide--home .caption {
    width: 700px;
    top: 16%; }

  .m-scroll {
    height: 200px; }
    .m-scroll h1 {
      font-size: 50px; }
  .m-scroll2 {
    height: 200px; }
    .m-scroll2 h1 {
      font-size: 80px; }

  .vertical {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-bottom: 0; }

  .nav__full .nav__full--wrapp .nav__full--parte {
    width: 26%; }
  .nav__full .nav__full--wrapp .nav__full--sub_menu_link a {
    font-size: 30px; }

  .regresar {
    left: 40px; }

  .estamos__wrap .estamos--texto {
    width: 200px; } }

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

/* __MENSAJE DE ERROR__ */
.formulario__input-error {
  font-family: var(--font-auto-pro);
  font-size: 0.9rem;
  margin-bottom: 0px;
  padding: 4px 8px;
  display: none;
}
.formulario__input-error-activo {
display: block;
}
.formulario__validacion-estado {
  position: absolute;
  right: 28px;
  top: 30px;
  z-index: 100;
  font-size: 16px;
  opacity: 0;
}
#banner_reserva .formulario__validacion-estado {
  position: absolute;
  right: unset;
  top: 18px;
  margin-left: 120px;
}
#banner_reserva .item_form:nth-child(2) .formulario__validacion-estado{
  margin-left: 144px;
}
#banner_reserva .item_form:nth-child(4) .formulario__validacion-estado {
  margin-left: 156px;
}
.formulario__mensaje, .formulario__captcha{
height: 45px;
line-height: 45px;
background: #F66060;
padding: 0 15px;
border-radius: 3px;
  margin-bottom: 12px;
display: none;
}
.formulario__mensaje-activo {
display: block;
}
.formulario__mensaje-exito {
  margin-top: 8px;
font-size: 14px;
background-color: #1eab0b;
  padding: 10px 15px;
  color: white;
display: none;
}
.formulario__mensaje-exito-activo {
display: block;
}

/* ----- -----  Estilos para Validacion ----- ----- */

.formulario__grupo-correcto .formulario__validacion-estado {
color: #1ed12d;
opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label {
color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
color: #bb2929;
opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
border: 3px solid #bb2929;
}