@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
body {
  font-family: "Nunito Sans", sans-serif; }

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

b, strong {
  font-weight: 700; }

p, li {
  font-weight: 300; }

.titulo {
  color: var(--botones);
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 2.5rem; }

.titulo-dos {
  color: var(--botones);
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.9rem; }

.titulo-tres {
  color: #99999b;
  font-size: 24px;
  font-weight: 800; }

.subtitulo {
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #333;
  font-weight: 300; }

.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 {
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 200;
  color: #555; }
  .texto b {
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-weight: 400;
    color: #555; }
  .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; }

.linea-color, .linea {
  background-color: var(--botones) !important; }

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

form label {
  font-family: "Poppins", sans-serif;
  color: #99999b;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300; }
form .form-control {
  border-radius: 0px;
  font-weight: 300; }
form form .btn {
  font-style: normal;
  border-radius: 0px;
  padding: 8px 25px;
  border: none;
  background-color: var(--botones);
  color: #fff;
  font-size: 12px;
  font-weight: 300; }
  form form .btn:hover {
    background-color: var(--botones-hover); }

.btn-color {
  border-radius: 0px;
  padding: 10px 35px; }

.btn-sm {
  font-style: normal;
  border-radius: 0px;
  padding: 8px 25px;
  border: none;
  background-color: var(--botones);
  color: #fff;
  font-size: 12px;
  font-weight: 300; }
  .btn-sm:hover {
    background-color: var(--botones-hover); }

.btn-color {
  border: none;
  background-color: var(--botones);
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 200; }
  .btn-color:is(:hover) {
    background-color: var(--botones-hover) !important;
    color: #fff; }

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

.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: 90vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header .carousel-item .carousel-caption {
    top: 60%;
    transform: translateY(-60%); }
    header .carousel-item .carousel-caption .numero {
      position: absolute;
      top: 60%;
      transform: translateY(-60%);
      left: -10%; }
      header .carousel-item .carousel-caption .numero .linea {
        width: 2px;
        margin: 0 0 50px 10px;
        background-color: #fff;
        height: 60px; }
      header .carousel-item .carousel-caption .numero p {
        font-family: 'Poppins', sans-serif;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        transform: rotate(-90deg); }
    header .carousel-item .carousel-caption h3 {
      font-family: 'Open Sans', sans-serif;
      font-weight: 200; }
      @media screen and (min-width: 0px) {
        header .carousel-item .carousel-caption h3 {
          max-width: 320px;
          text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
          font-size: 32px; } }
      @media screen and (min-width: 768px) {
        header .carousel-item .carousel-caption h3 {
          max-width: 700px;
          text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
          font-size: 75px; } }
    header .carousel-item .carousel-caption .titulo-slide {
      font-size: 50px;
      line-height: 50px; }
      @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 .carousel-item .carousel-caption .titulo-banner {
      font-family: 'Open Sans', sans-serif;
      font-weight: 200;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
      font-size: 48px; }
    header .carousel-item .carousel-caption .titulo-banner-servicio {
      font-family: 'Open Sans', sans-serif;
      font-weight: 200;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
      font-size: 2.5rem; }
    header .carousel-item .carousel-caption p {
      text-transform: uppercase;
      font-weight: 300;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
      font-size: 16px;
      max-width: 550px; }
    header .carousel-item .carousel-caption .btn {
      letter-spacing: 2px;
      font-weight: 700;
      border-radius: 0px;
      border-color: var(--botones);
      background-color: var(--botones); }
      @media screen and (min-width: 0px) {
        header .carousel-item .carousel-caption .btn {
          padding: 15px;
          font-size: 12px; } }
      @media screen and (min-width: 768px) {
        header .carousel-item .carousel-caption .btn {
          padding: 25px;
          font-size: 14px; } }
      header .carousel-item .carousel-caption .btn i {
        color: var(--botones);
        font-size: 24px;
        padding-top: 5px;
        margin-right: 10px;
        -webkit-text-stroke: 3px #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      header .carousel-item .carousel-caption .btn:is(:hover) {
        background-color: var(--botones-hover);
        border-color: var(--botones-hover); }
        header .carousel-item .carousel-caption .btn:is(:hover) i {
          color: var(--botones-hover); }
header .carousel-indicators {
  display: block !important;
  margin-right: 5%;
  left: auto; }
header li {
  position: relative;
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 58px;
  height: 2px;
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 0px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: opacity .6s ease; }
  header li a {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: -7px;
    right: 80px;
    width: 30px; }
    header li a:hover {
      text-decoration: none; }
  header li.active a {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: white;
    position: absolute;
    top: -7px;
    right: 80px;
    width: 30px; }
    header li.active a:hover {
      text-decoration: none; }
header .carousel-indicators .active {
  background-color: white;
  position: relative; }

header .carousel-item.banner-secciones {
  height: 25vh !important;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header .carousel-item.banner-secciones .carousel-caption {
    transform: translateY(-70%) !important; }

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

.navbar {
  font-family: 'Open Sans', sans-serif;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all .3s ease-in-out; }
  .navbar .logotipo img {
    width: 210px; }
  .navbar .navbar-nav .nav-item .nav-link {
    font-weight: 400;
    color: white !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .navbar .navbar-nav .nav-item .nav-link:is(:hover,.active) {
      color: var(--botones); }
  .navbar .rrss .btn-link {
    color: #fff; }
    .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; }

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0);
  line-height: 50px;
  z-index: 1032; }
  .menu-toggle i {
    font-size: 21px;
    text-shadow: 0px 0px 2px #001540; }
  .menu-toggle:is(:focus, :hover) {
    color: #fff; }
  .menu-toggle:hover {
    background: rgba(52, 58, 64, 0); }

/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 1030;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  background: var(--topbar-footer); }
  #sidebar-wrapper .sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none; }
    #sidebar-wrapper .sidebar-nav li.sidebar-nav-item a {
      display: block;
      text-decoration: none;
      color: #fff;
      padding: 15px; }
      #sidebar-wrapper .sidebar-nav li.sidebar-nav-item a:hover {
        text-decoration: none;
        color: #fff;
        background: rgba(255, 255, 255, 0.2); }
      #sidebar-wrapper .sidebar-nav li.sidebar-nav-item a:is(:active,:focus) {
        text-decoration: none; }
    #sidebar-wrapper .sidebar-nav > .sidebar-brand {
      font-size: 1.2rem;
      background: rgba(52, 58, 64, 0.1);
      height: 80px;
      line-height: 50px;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 15px; }
      #sidebar-wrapper .sidebar-nav > .sidebar-brand a {
        color: #fff; }
        #sidebar-wrapper .sidebar-nav > .sidebar-brand a:hover {
          color: #fff;
          background: none; }
  #sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }

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

footer {
  background-color: #fff;
  color: #333; }
  @media screen and (min-width: 0px) {
    footer {
      text-align: center; } }
  @media screen and (min-width: 768px) {
    footer {
      text-align: left; } }
  footer h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 1rem; }
  footer p {
    color: #333;
    font-size: 14px;
    font-weight: 300; }
    footer p b {
      font-weight: 600; }
  footer a {
    text-decoration: none;
    color: #666; }
    footer a:is(.active,:hover,:focus) {
      color: var(--botones) !important;
      text-decoration: none; }
  @media screen and (min-width: 0px) {
    footer img {
      max-width: 185px;
      margin: auto; } }
  @media screen and (min-width: 768px) {
    footer img {
      max-width: 185px;
      margin: 0; } }
  @media screen and (min-width: 0px) {
    footer .contacto-foot {
      text-align: center; } }
  @media screen and (min-width: 768px) {
    footer .contacto-foot {
      text-align: right; } }
  footer .post-footer {
    background-color: #fff; }
    footer .post-footer .texto-footer {
      color: #77777e;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      font-weight: 300; }
      footer .post-footer .texto-footer b, footer .post-footer .texto-footer a {
        color: var(--botones);
        font-style: normal;
        font-size: 14px;
        font-weight: 300; }
      @media screen and (min-width: 0px) {
        footer .post-footer .texto-footer .sociales-footer {
          text-align: center; } }
      @media screen and (min-width: 768px) {
        footer .post-footer .texto-footer .sociales-footer {
          text-align: right; } }
      footer .post-footer .texto-footer .sociales-footer a {
        font-size: 18px;
        color: #1a1a1d;
        margin: 0 10px; }
        footer .post-footer .texto-footer .sociales-footer a:hover {
          color: var(--botones); }
  footer .btn {
    margin-top: 1.5rem;
    font-style: normal;
    border-radius: 0px;
    padding: 7px 0 7px 20px;
    border-left: 1px solid #ccc;
    background-color: #fffffc;
    color: #1a1a1d;
    font-size: 14px;
    font-weight: 400; }
    footer .btn:is(:hover,:focus) {
      color: var(--botones);
      background-color: #fff; }
    footer .btn i {
      font-size: 16px;
      margin-left: 15px; }

.sociales-lat {
  text-align: center; }
  .sociales-lat .sociales {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .sociales-lat .sociales a {
      font-size: 16px;
      color: #444;
      margin-bottom: .8rem;
      -webkit-transition: all 0.3s ease-in-out !important;
      -moz-transition: all 0.3s ease-in-out !important;
      -o-transition: all 0.3s ease-in-out !important;
      transition: all 0.3s ease-in-out !important; }
      .sociales-lat .sociales a:hover {
        color: var(--botones-hover);
        padding-right: 10px; }

.cont-politicas img {
  /*	aspect-ratio: 1/2;*/
  height: 100%;
  object-fit: cover; }
.cont-politicas figcaption {
  font-size: 16px;
  margin: .8rem 0 .5rem 0;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400; }
.cont-politicas .btn {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--botones); }
  .cont-politicas .btn:hover {
    text-decoration: underline;
    color: var(--botones-hover); }

.ultimas h4 {
  font-size: 50px;
  font-weight: 200;
  color: #1a1a1d;
  margin: 1rem auto;
  text-align: center !important; }
.ultimas .linea {
  width: 150px;
  height: 2px;
  margin: auto;
  background-color: #083b8c; }

.info-blue {
  width: 100%;
  aspect-ratio: 2/.9; }
  .info-blue .cont-info-blue {
    color: #fff;
    background: -webkit-linear-gradient(var(--botones) 0%, var(--botones-hover) 100%);
    background: -o-linear-gradient(var(--botones) 0%, var(--botones-hover) 100%);
    background: linear-gradient(var(--botones) 0%, var(--botones-hover) 100%);
    opacity: 0.9;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    position: relative; }
    .info-blue .cont-info-blue a {
      font-family: 'Poppins', sans-serif;
      font-size: 27px;
      font-weight: 300;
      color: #fff;
      position: absolute;
      padding: 15px;
      left: 0;
      right: 0;
      bottom: 0; }
      .info-blue .cont-info-blue a i {
        color: rgba(255, 255, 255, 0);
        font-size: 30px;
        margin-bottom: 25px;
        -webkit-text-stroke: 3px #fff;
        -webkit-transition: all 0.3s ease-in-out !important;
        -moz-transition: all 0.3s ease-in-out !important;
        -o-transition: all 0.3s ease-in-out !important;
        transition: all 0.3s ease-in-out !important; }
      .info-blue .cont-info-blue a:hover {
        text-decoration: none; }
  .info-blue:hover .cont-info-blue {
    opacity: 1; }
    .info-blue:hover .cont-info-blue a i {
      margin-left: 15px; }

.info-back {
  /*	height: 280px;*/
  width: 100%;
  aspect-ratio: 1.5;
  position: relative; }
  .info-back .back {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    /*	height: 110px;*/
    padding: 1.5rem 2rem; }
    .info-back .back p {
      text-align: left;
      font-family: 'Poppins', sans-serif;
      color: #fff;
      font-size: 22px;
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
      /*	top: 50%!important;*/
      /*    transform: translateY(-50%)!important;*/
      /*    position: relative!important;*/ }
    .info-back .back a i {
      text-shadow: 0 0 0 #0000;
      color: rgba(255, 255, 255, 0);
      font-size: 27px;
      -webkit-text-stroke: 3px #fff; }
  .info-back .degradado {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    background: -webkit-linear-gradient(var(--botones) 0%, var(--botones-hover) 100%);
    background: -o-linear-gradient(var(--botones) 0%, var(--botones-hover) 100%);
    background: linear-gradient(var(--botones) 0%, var(--botones-hover) 100%);
    opacity: 0; }
  .info-back:hover .degradado {
    opacity: 0.9; }

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

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

#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: 14px;
  text-decoration: line-through; }

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

.cont-dest .dest {
  font-family: 'Open Sans', sans-serif;
  border: none;
  border-radius: 0px; }
  .cont-dest .dest .card-img-top {
    border-radius: 0px; }
  .cont-dest .dest .card-body {
    background-color: var(--botones);
    color: #fff; }
    .cont-dest .dest .card-body h4 a {
      color: #fff;
      font-size: 18px;
      font-weight: 600; }
    .cont-dest .dest .card-body p {
      color: #fff;
      font-size: 12px;
      font-weight: 300; }
  .cont-dest .dest .card-footer {
    border-radius: 0px;
    background-color: var(--botones-hover);
    border-top: 1px solid rgba(0, 0, 0, 0);
    color: #fff; }
    .cont-dest .dest .card-footer .valores p {
      color: #fff;
      margin: .5rem 0 0 0;
      font-size: 12px;
      font-weight: 300; }
    .cont-dest .dest .card-footer .valores h4 {
      color: #fff;
      font-size: 18px;
      font-weight: 700; }
    .cont-dest .dest .card-footer .detalle a {
      margin-top: .75rem;
      border: none;
      background-color: rgba(0, 123, 255, 0);
      color: #fff;
      font-size: 12px;
      font-weight: 300; }
  .cont-dest .dest:hover .card-footer .detalle a {
    border: none;
    border-radius: 0px;
    background-color: #e30c47; }

.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: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: 0;
    color: #fff;
    background-color: var(--botones-hover); }
  #preguntas.accordion-flush .accordion-item .accordion-header.collapsed {
    border-radius: 0;
    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; }
