@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
body {
  font-family: "Roboto", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

b, strong {
  font-weight: 700; }

p, li {
  font-weight: 300; }

.titulo {
  color: #373736;
  font-size: 40px; }

.subtitulo {
  color: var(--botones-hover);
  font-weight: 400; }

.text-color {
  color: var(--botones) !important; }

.text-12 {
  font-size: 12px !important; }

.text-13 {
  font-size: 13px !important; }

.text-14 {
  font-size: 14px !important; }

.texto {
  color: #666;
  font-weight: 300; }
  .texto .text-tiny {
    font-size: 12px !important; }
  .texto .text-small {
    font-size: 14px !important; }
  .texto .text-big {
    font-size: 20px !important; }
  .texto .text-huge {
    font-size: 28px !important; }
  .texto figure img {
    width: 100%; }
  .texto figure.media {
    clear: both;
    display: block;
    margin: 0.9em 0;
    min-width: 15em; }

figure img {
  width: 100%; }
figure.table table {
  width: 100% !important; }
  figure.table table tr th, figure.table table tr td {
    padding: 0.3rem 0.5rem; }

.text-color {
  color: var(--botones); }

.bg-color {
  background-color: var(--botones); }

.bg-claro {
  background-color: #F7F7F7; }

.icono {
  font-size: 20px;
  line-height: 20px; }

.icono-lg {
  font-size: 23px;
  line-height: 23px; }

.se-ve {
  display: inline-block; }

.no-se-ve {
  display: none; }

.btn, .btn-color {
  padding: .8rem 1.5rem;
  border-radius: 10px; }

.btn-color {
  background-color: var(--botones);
  border-color: var(--botones);
  color: #fff;
  font-weight: 500; }
  .btn-color:is(:hover) {
    background-color: var(--botones-hover) !important;
    border-color: var(--botones-hover) !important;
    color: #fff; }

.btn-outline-color {
  border-color: var(--botones);
  color: var(--botones);
  border-radius: 10px;
  font-weight: 500;
  padding: .8rem 1.5rem; }
  .btn-outline-color:is(:hover,:focus) {
    background-color: var(--botones) !important;
    color: #fff !important; }

.btn-carro {
  font-size: 1.5rem;
  padding-right: .1rem;
  color: rgba(255, 255, 255, 0.55); }
  .btn-carro:is(:hover,:focus) {
    color: #fff; }
  .btn-carro .badge {
    height: 21px;
    width: 21px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    font-weight: 400;
    font-size: 12px;
    background-color: var(--botones);
    padding: 0;
    color: #fff; }

.wsp {
  font-size: 11px;
  font-weight: 400;
  font-family: sans-serif;
  letter-spacing: 0;
  line-height: 1px;
  padding: 3px 7px;
  letter-spacing: 0;
  text-transform: none; }

.whatsapp {
  position: fixed;
  z-index: 9999 !important;
  border-radius: 50% 50% 50% 0%;
  width: 62px;
  height: 62px;
  bottom: 15px;
  left: 15px;
  background-color: #25d366;
  padding: 8px 8px 8px 10px;
  animation: 1s infinite alternate shimmy;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center; }
  .whatsapp i {
    font-size: 42px;
    color: #fff; }

@keyframes shimmy {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(5px, -5px); } }
#buscardor.modal .modal-dialog {
  max-width: 100%;
  width: 100%; }
  #buscardor.modal .modal-dialog .modal-content {
    border-radius: 0;
    border: none; }
    #buscardor.modal .modal-dialog .modal-content .modal-body .input-group span.input-group-text {
      border-radius: 0;
      background-color: transparent;
      border: 0; }
    #buscardor.modal .modal-dialog .modal-content .modal-body .input-group .form-control {
      border-radius: 0;
      border: 0;
      border-bottom: 1.5px solid #666;
      background-color: transparent; }
      #buscardor.modal .modal-dialog .modal-content .modal-body .input-group .form-control:focus {
        box-shadow: none;
        border-color: #ff9800; }
    #buscardor.modal .modal-dialog .modal-content .modal-body .close {
      height: 40px !important;
      width: 40px;
      border-radius: 50%;
      opacity: 1;
      text-shadow: none;
      color: #000;
      padding: 0;
      transition: all .2s ease; }
      #buscardor.modal .modal-dialog .modal-content .modal-body .close:hover {
        background-color: #222;
        color: #fff;
        transition: all .2s ease; }
      #buscardor.modal .modal-dialog .modal-content .modal-body .close:focus {
        outline: none;
        box-shadow: none; }
    #buscardor.modal .modal-dialog .modal-content .modal-body .cont-results {
      position: absolute;
      bottom: -10px; }
      #buscardor.modal .modal-dialog .modal-content .modal-body .cont-results #results {
        width: 230px;
        max-height: 300px;
        text-align: left;
        list-style: none;
        padding: 5px 15px;
        overflow-y: auto;
        background-color: #fff;
        border-radius: 10px;
        position: absolute;
        z-index: 99; }
        #buscardor.modal .modal-dialog .modal-content .modal-body .cont-results #results a {
          text-decoration: none;
          font-size: 14px;
          color: #666; }
          #buscardor.modal .modal-dialog .modal-content .modal-body .cont-results #results a:hover {
            color: var(--botones); }

.alerta .alert {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  margin: 0;
  padding: 25px 15px;
  border: none;
  z-index: 9999;
  text-align: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

header .carousel-item {
  height: 95vh;
  min-height: 400px;
  max-height: 800px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #A3A3A3;
  background-blend-mode: multiply; }
  header .carousel-item .carousel-caption {
    bottom: inherit;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    header .carousel-item .carousel-caption .titulo-slide {
      font-size: 48px;
      line-height: 48px; }
      @media screen and (min-width: 0px) {
        header .carousel-item .carousel-caption .titulo-slide {
          font-size: 28px;
          line-height: 28px; } }
      @media screen and (min-width: 768px) {
        header .carousel-item .carousel-caption .titulo-slide {
          font-size: 48px;
          line-height: 48px; } }
    header .carousel-item .carousel-caption .texto-slide {
      color: #fff;
      font-size: 16px;
      font-weight: 300; }

header.banner-seccion {
  height: 400px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #848484;
  background-blend-mode: multiply; }
  header.banner-seccion .titulo-slide {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700; }

#lightgallery li img {
  aspect-ratio: 1.3;
  width: 100%;
  object-fit: cover;
  object-position: center; }

#navbar {
  background-color: rgba(255, 255, 255, 0.7);
  transition: all .3s ease-in-out; }
  #navbar .navbar-brand img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  #navbar.navbar-shrink {
    background-color: #ffffff; }
    #navbar.navbar-shrink .navbar-brand img {
      width: 180px;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
  #navbar .navbar-nav .nav-item .nav-link {
    font-weight: 300; }
    #navbar .navbar-nav .nav-item .nav-link:is(:hover,.active) {
      color: var(--botones); }
    @media screen and (min-width: 0px) {
      #navbar .navbar-nav .nav-item .nav-link {
        border-top: 4px solid transparent;
        padding: .5rem .5rem;
        text-align: center; }
        #navbar .navbar-nav .nav-item .nav-link.active {
          background-color: rgba(255, 255, 255, 0.3);
          border-top: 2px solid var(--botones); } }
    @media screen and (min-width: 992px) {
      #navbar .navbar-nav .nav-item .nav-link {
        border-top: 4px solid transparent;
        padding: 2.8rem 1.3rem 3rem; }
        #navbar .navbar-nav .nav-item .nav-link.active {
          background-color: rgba(255, 255, 255, 0.3);
          border-top: 4px solid var(--botones); } }
  #navbar .rrss .btn-link {
    color: #333; }
    #navbar .rrss .btn-link:is(:hover,:focus) {
      color: var(--botones); }
  #navbar .btn-icon a {
    color: rgba(255, 255, 255, 0.55); }
    #navbar .btn-icon a:is(:hover,:focus) {
      color: #fff; }

.cont-indicadores {
  background-color: var(--bar-footer) !important; }
  .cont-indicadores .indicadores .row [class^='col-'] {
    border-left: 1px solid var(--botones); }

footer {
  border-top: 10px solid var(--botones); }
  footer li a {
    text-decoration: none;
    color: #666; }
    footer li a:is(:hover,:focus) {
      color: var(--botones) !important; }
  footer .rrss-foot .btn {
    background-color: var(--botones);
    color: #fff;
    width: 40px;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 7px; }
    footer .rrss-foot .btn:is(:hover,:focus) {
      background-color: var(--botones-hover) !important;
      color: #fff !important; }

.seccion-destacada {
  background-size: cover;
  background-position: center;
  background-color: #10305C;
  background-blend-mode: multiply;
  background-attachment: fixed; }

.noticias-inicio .card img {
  aspect-ratio: 1.4;
  object-fit: cover; }

.cuadro-amarillo {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  bottom: 0;
  background-color: var(--botones-hover); }

.clippy-img {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); }
  .clippy-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 350px;
    aspect-ratio: 1.1; }

#reviews .owl-stage {
  margin: 0 auto; }
#reviews .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .5rem auto 0 auto; }
  #reviews .owl-dots button {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #e3e3e3 !important;
    margin: 0 3px; }
    #reviews .owl-dots button.active {
      background-color: var(--botones) !important; }
#reviews .review .foto img {
  width: 55px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover; }

#clientes .owl-item figure img {
  width: 175px !important;
  opacity: .6;
  transition: all .3s ease; }
#clientes .owl-item figure:hover img {
  opacity: 1; }
#clientes .owl-dots {
  text-align: center; }
  #clientes .owl-dots button.owl-dot.active {
    background-color: var(--botones) !important; }

.productos .card img {
  aspect-ratio: 1;
  object-fit: cover; }

.precio-oferta {
  font-size: 13px;
  line-height: 13px;
  text-decoration: line-through;
  letter-spacing: 1px; }

.accordion.categorias .accordion-item .accordion-header .link-categorias {
  padding: 1rem 1.25rem;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 400;
  color: #212529; }

.quantity {
  position: relative; }
  .quantity input {
    width: 85%;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    border: 1px solid #eee; }
    .quantity input:is(:focus) {
      outline: 0; }
    .quantity input[type=number] {
      -moz-appearance: textfield;
      appearance: textfield; }
      .quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
  .quantity .quantity-nav {
    float: left;
    position: relative;
    height: 42px; }
    .quantity .quantity-nav .quantity-button {
      position: relative;
      cursor: pointer;
      border-left: 1px solid #eee;
      width: 20px;
      text-align: center;
      color: #333;
      font-size: 13px;
      font-family: "Trebuchet MS", Helvetica, sans-serif !important;
      line-height: 1.7;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none; }
      .quantity .quantity-nav .quantity-button.quantity-up {
        position: absolute;
        height: 50%;
        top: 0;
        border-bottom: 1px solid #eee; }
      .quantity .quantity-nav .quantity-button.quantity-down {
        position: absolute;
        bottom: -1px;
        height: 50%; }

.select-color {
  width: 40px;
  height: 40px;
  margin-right: .3rem;
  margin-bottom: .4rem;
  position: relative;
  padding: 0; }
  .select-color input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 0; }
  .select-color .cont-color {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    padding: 4px;
    border: 1px solid #e3e3e3;
    background-color: #fff; }
    .select-color .cont-color .color {
      height: 100%;
      width: 100%; }
  .select-color:hover input ~ label .cont-color {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
    cursor: pointer; }
  .select-color:hover input:checked ~ label .cont-color {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25); }

.select-tallas {
  width: 45px;
  min-height: 32px;
  margin-right: .3rem;
  margin-bottom: .4rem;
  position: relative;
  padding: 0; }
  .select-tallas input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 0; }
  .select-tallas .cont-talla {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 0px;
    width: 45px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    background-color: #fff; }
  .select-tallas :hover input ~ .cont-talla {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
    cursor: pointer; }
  .select-tallas :hover:checked ~ .cont-talla {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25); }

.servicios .card {
  background-color: transparent; }
  .servicios .card figure img {
    aspect-ratio: .8;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .servicios .card .cont-texto {
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem; }
    .servicios .card .cont-texto .icono {
      background-color: var(--botones);
      height: 70px;
      width: 70px;
      border-radius: 50%;
      margin-top: -2rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border: 4px solid var(--botones);
      transition: all .3s ease-in-out; }
    .servicios .card .cont-texto .breve {
      font-size: 13px;
      -webkit-transition: all .3s linear;
      -moz-transition: all .3s linear;
      -ms-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
      overflow: hidden;
      opacity: 0;
      margin-bottom: 0; }
      .servicios .card .cont-texto .breve.breve-hover {
        margin-top: 0 !important;
        margin-bottom: 0.8rem !important;
        opacity: 1 !important; }
  .servicios .card:hover .cont-texto .breve {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
  .servicios .card:hover .cont-texto .icono {
    border: 4px solid #fff; }

.proyectos .card img {
  aspect-ratio: 1.3;
  object-fit: cover; }

.galerias figure img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  transition: all .2s ease-in; }
.galerias figure:is(:hover) img {
  opacity: .6; }
.galerias .sobre-texto {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), 10%, rgba(0, 0, 0, 0));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1rem;
  color: #fff; }
  .galerias .sobre-texto h5 {
    letter-spacing: 1.5px; }

.galerias-img ul li a img {
  aspect-ratio: .9;
  width: 100%;
  object-fit: cover; }

#preguntas.accordion-flush .accordion-item {
  border-radius: 0;
  border: none; }
  #preguntas.accordion-flush .accordion-item .accordion-header .accordion-button {
    border-radius: 15px;
    color: #fff;
    background-color: var(--botones-hover); }
  #preguntas.accordion-flush .accordion-item .accordion-header.collapsed {
    border-radius: 15px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    color: #666; }
  #preguntas.accordion-flush .accordion-item .accordion-header:not(.collapsed) {
    color: var(--botones-hover);
    background-color: #f6f6f6; }

.mapa iframe {
  width: 100%;
  height: 400px; }

.menu-user .nav-link {
  background-color: #f6f6f6;
  color: #777;
  margin-bottom: .5rem;
  font-size: 15px;
  border-radius: 10px; }
  .menu-user .nav-link:hover {
    color: var(--botones); }
  .menu-user .nav-link.active {
    background-color: var(--botones);
    color: #fff;
    font-weight: 500; }
  .menu-user .nav-link i {
    margin-right: .5rem; }
