@charset "UTF-8";
/* Imports */
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
.mar-none {
  margin: 0 !important; }

.pad-none {
  padding: 0 !important; }

.center {
  margin: 0 auto;
  text-align: center !important; }

.padmax {
  padding-top: 20px;
  padding-bottom: 20px; }

.derecha {
  float: right; }

.full-page {
  min-height: 70vh; }

.bold {
  font-weight: bold !important;
  display: inline-block; }

.light {
  font-weight: lighter; }

.tabla {
  display: table !important; }

.tabla-cell {
  display: table-cell !important; }

.middle {
  vertical-align: middle !important; }

.patop {
  padding-top: 10px; }

.ta-derecha {
  text-align: right; }

.sombra {
  -webkit-box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75); }

.full-width {
  width: 100%; }

.slow {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important; }

.slower {
  -webkit-animation-duration: 5s !important;
  animation-duration: 5s !important; }

.slowest {
  -webkit-animation-duration: 7s !important;
  animation-duration: 7s !important; }

.corazon:hover {
  color: #C30505; }

.palecero {
  padding-left: 0; }

.sombrat {
  text-shadow: -3px 2px 2px rgba(0, 0, 0, 0.5); }

.buwo-mini {
  height: 21px; }

.full-height {
  height: 100%; }

.full-width {
  width: 100%; }

@-moz-keyframes spin {
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: rotate(360deg); } }
/*  Transparencia entre Slider */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%; }

.slider {
  width: 100%;
  height: 40vh;
  overflow: hidden; }
  .slider img {
    margin-top: -20%;
    min-width: 100%; }

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #5cb85c;
  border-color: transparent;
  color: #ebebeb; }

.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0); }

.alert-success .alert-link {
  color: #d2d2d2; }

.alert-info {
  background-color: #5bc0de;
  border-color: transparent;
  color: #ebebeb; }

.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0); }

.alert-info .alert-link {
  color: #d2d2d2; }

.alert-warning {
  background-color: #f0ad4e;
  border-color: transparent;
  color: #ebebeb; }

.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0); }

.alert-warning .alert-link {
  color: #d2d2d2; }

.alert-danger {
  background-color: #d9534f;
  border-color: transparent;
  color: #ebebeb; }

.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0); }

.alert-danger .alert-link {
  color: #d2d2d2; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 3;
  /* Stay on top */
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  -webkit-transition: 0.5s; }

/* The navigation menu links */
.sidenav a {
  text-transform: uppercase;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  cursor: pointer; }

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus {
  color: #00b0ac;
  cursor: pointer; }

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  cursor: pointer; }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
#navbar {
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 10px 0;
  color: #fff;
  font-weight: bold; }
  #navbar a, #navbar span {
    color: #fff; }
    #navbar a:hover, #navbar span:hover {
      text-decoration: none;
      color: #fff; }

.menu-desktop {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 15px 0;
  color: #fff;
  font-weight: bold; }
  .menu-desktop a, .menu-desktop span {
    text-transform: uppercase;
    color: #fff;
    margin: 10px 30px;
    font-size: 16px;
    cursor: pointer; }
    .menu-desktop a:hover, .menu-desktop span:hover {
      text-decoration: none;
      color: #fff;
      cursor: pointer; }
    .menu-desktop a i, .menu-desktop span i {
      font-size: 26px;
      margin-left: 2px; }

#navbar-derecha {
  display: inline-block !important;
  position: absolute;
  right: 20px; }

#navbar-izquierda {
  display: inline-block;
  position: absolute;
  left: 20px; }

#navbar-center {
  text-align: center; }

.sliding-middle-out {
  display: inline-block;
  position: relative;
  padding-bottom: 3px; }

.sliding-middle-out:after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
  -webkit-transition: width .5s ease, background-color .5s ease; }

.sliding-middle-out:hover:after {
  width: 100%;
  background: #00b0ac; }

.underline {
  display: inline-block;
  position: relative;
  padding-bottom: 3px; }

.underline:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
  -webkit-transition: width .5s ease, background-color .5s ease; }

.underline:hover:after {
  width: 100%;
  background: #fff; }

/* Definir el mixin para importar tipografías con grosor numérico */
/* Importar las tipografías utilizando el mixin */
@font-face {
  font-family: Generica;
  font-weight: 400;
  src: url("../font/Generica.woff") format("woff"); }
@font-face {
  font-family: Generica;
  font-weight: 700;
  src: url("../font/Generica Bold.woff") format("woff"); }
@font-face {
  font-family: SFProDisplay;
  src: url("../font/SFProDisplay-Black.woff") format("woff"); }
@font-face {
  font-family: SFProDisplay;
  font-weight: 700;
  src: url("../font/SFProDisplay-Bold.woff") format("woff"); }
@font-face {
  font-family: SFProDisplay;
  font-weight: 800;
  src: url("../font/SFProDisplay-Heavy.woff") format("woff"); }
@font-face {
  font-family: SFProDisplay;
  font-weight: 300;
  src: url("../font/SFProDisplay-Light.woff") format("woff"); }
@font-face {
  font-family: SFProDisplay;
  font-weight: 500;
  src: url("../font/SFProDisplay-Medium.woff") format("woff"); }
@font-face {
  font-family: SFProDisplay;
  font-weight: 400;
  src: url("../font/SFProDisplay-Regular.woff") format("woff"); }
@font-face {
  font-family: SFProDisplay;
  font-weight: 600;
  src: url("../font/SFProDisplay-Semibold.woff") format("woff"); }
@font-face {
  font-family: SFProDisplay;
  font-weight: 100;
  src: url("../font/SFProDisplay-Thin.woff") format("woff"); }
@font-face {
  font-family: SFProDisplay;
  font-weight: 200;
  src: url("../font/SFProDisplay-Ultralight.woff") format("woff"); }
/* Variables */
/* COLORES */
/* CODE */
a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }

html * {
  font-family: "SFProDisplay", sans-serif; }

body {
  background-color: #fff;
  color: #000; }

.sidenav {
  background-color: rgba(58, 95, 234, 0.8);
  color: #fff !important;
  font-weight: 400;
  font-size: 16px;
  z-index: 10000000;
  -webkit-box-shadow: 0px 0px 26px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 26px -4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 26px -4px rgba(0, 0, 0, 0.3); }
  .sidenav a {
    font-size: 16px;
    color: #fff; }
    .sidenav a:hover {
      color: #fff; }
  .sidenav button {
    color: #fff; }
    .sidenav button:hover {
      color: #fff; }
  .sidenav ul {
    padding-left: 20px; }
  .sidenav li {
    color: #000 !important;
    font-weight: 400;
    padding: 3px; }
    .sidenav li a {
      padding-left: 15px; }
  .sidenav .menu-profesional {
    padding: 0; }
  .sidenav .menu-item {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    color: #000 !important; }
    .sidenav .menu-item a {
      color: #000; }
    .sidenav .menu-item:hover {
      transform: scale(1.04);
      -webkit-transform: scale(1.04);
      -moz-transform: scale(1.04);
      background-color: #f2f2f2; }

.boton_menu_mobile {
  display: none; }

.dgwt-wcas-sf-wrapp {
  background: rgba(0, 0, 0, 0) !important; }

#menu {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 25px 15px;
  padding-top: 50px; }
  #menu.fixed-top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999; }
  #menu #logo-img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-height: 70px; }
  #menu #menu-links {
    color: #170955; }
    #menu #menu-links a {
      margin-right: 25px;
      font-size: 18px;
      color: #170955;
      font-weight: 500;
      cursor: pointer; }
      #menu #menu-links a:hover {
        color: #3a5fea; }
  #menu #search-box {
    margin-right: 20px;
    margin-left: 20px; }
  #menu #login-icon a,
  #menu #cart-icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #170955;
    border-radius: 50%;
    text-align: center;
    color: #fff !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
  #menu #login-icon a i,
  #menu #cart-icon a i {
    color: #fff; }
  #menu #cart-icon .cart-contents {
    position: relative; }
    #menu #cart-icon .cart-contents .cart-qty {
      position: absolute;
      top: -20px;
      right: -10px;
      background-color: #D73F43;
      color: white;
      border-radius: 50%;
      padding: 2px 8px;
      font-size: 12px; }

#soluciones {
  background-color: #f3f3f3;
  padding-top: 65px;
  padding-bottom: 65px; }
  #soluciones h1 {
    color: #170955; }
    #soluciones h1 strong {
      color: #3a5fea;
      font-weight: 800; }
  #soluciones .mas-info {
    max-width: 320px;
    text-align: right;
    float: right;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
    #soluciones .mas-info:hover {
      transform: scale(1.15);
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15); }

#categorias {
  background-color: #170955;
  color: #fff;
  padding-top: 65px;
  padding-bottom: 65px; }
  #categorias .row {
    padding-top: 10px;
    padding-bottom: 10px; }
  #categorias h1 {
    font-weight: 400; }
    #categorias h1 strong {
      font-weight: 800; }
  #categorias p {
    font-size: 20px;
    font-weight: 300; }
  #categorias .mas-info {
    max-width: 260px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
    #categorias .mas-info:hover {
      transform: scale(1.15);
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15); }

#featured {
  overflow-x: hidden;
  padding-top: 65px;
  padding-bottom: 45px; }
  #featured h1 {
    text-align: center;
    color: #170955;
    margin-bottom: 2rem; }
    #featured h1 strong {
      color: #3a5fea; }
  #featured .carousel-2 .carousel-item {
    padding: 1rem 0; }
    #featured .carousel-2 .carousel-item .featured-item {
      background-color: #fff;
      border: 3px solid #170955;
      border-radius: 25px;
      padding: 1rem;
      margin: 0.5rem;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 320px; }
      #featured .carousel-2 .carousel-item .featured-item a {
        display: block; }
      #featured .carousel-2 .carousel-item .featured-item .product-thumb {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 180px;
        border-radius: 25px;
        transition: transform 0.3s; }
        #featured .carousel-2 .carousel-item .featured-item .product-thumb:hover {
          transform: scale(1.05); }
      #featured .carousel-2 .carousel-item .featured-item .product-info {
        margin-top: 1rem; }
        #featured .carousel-2 .carousel-item .featured-item .product-info h3 {
          color: #170955;
          font-size: 1.1rem;
          margin: 0.5rem 0; }
        #featured .carousel-2 .carousel-item .featured-item .product-info .price {
          color: #170955;
          font-weight: bold;
          font-size: 1rem; }
  #featured .carousel-control-prev-icon,
  #featured .carousel-control-next-icon {
    filter: brightness(0); }

#carouselFeatured {
  padding-left: 25px;
  padding-right: 25px; }

.boton-categoria img {
  height: 200px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }
  .boton-categoria img:hover {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15); }

#puntos-destacados {
  background-color: #F3F3F3;
  padding: 2rem 1rem; }
  #puntos-destacados .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem; }
  #puntos-destacados .punto {
    flex: 1 1 300px;
    background-color: transparent;
    color: #fff;
    border-radius: 22px;
    padding: 25px 15px;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: left; }
    #puntos-destacados .punto img.icono {
      max-width: 55px;
      margin-bottom: 35px;
      margin-top: 25px; }
    #puntos-destacados .punto h3 {
      font-weight: 800;
      font-size: 22px;
      text-align: left; }
    #puntos-destacados .punto p {
      margin: 0;
      font-size: 18px;
      font-weight: 300; }
  #puntos-destacados #punto1 {
    background-color: #3a5fea; }
  #puntos-destacados #punto2 {
    background-color: #F55787; }
  #puntos-destacados #punto3 {
    background-color: #FF9F1C; }
  #puntos-destacados #punto4 {
    background-color: #95D55A; }
  #puntos-destacados #punto5 {
    background-color: #48C7EA; }

.woocommerce-store-notice {
  background-color: #3a5fea !important; }

#header {
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 45px; }
  #header h1 {
    font-weight: 900;
    font-size: 48px;
    text-shadow: 3px 2px 1px rgba(9, 34, 51, 0.1); }

.imagen-clara {
  color: #3a5fea; }

.imagen-oscura {
  color: #fff; }

.cover {
  margin-top: 40px;
  content: '';
  height: 360px;
  border-top-left-radius: 90px;
  position: relative; }

.cover-slide {
  position: relative;
  border-top-left-radius: 90px; }

.icons-title {
  text-align: right; }
  .icons-title img {
    max-width: 160px; }

#titulo-principal {
  padding-bottom: 35px; }

.espaciador-cover {
  content: '';
  height: 165px; }

#page-template {
  position: relative;
  padding-top: 65px;
  padding-bottom: 35px; }
  #page-template h1 {
    font-weight: 900;
    color: #3a5fea; }
  #page-template h2 {
    color: #3a5fea;
    font-weight: 300; }
    #page-template h2 strong, #page-template h2 b {
      font-weight: 800; }
  #page-template p, #page-template li {
    text-align: justify;
    font-size: 18px;
    font-weight: 300; }
    #page-template p b, #page-template p strong, #page-template li b, #page-template li strong {
      font-weight: 800;
      color: #3a5fea; }

.caruso0 {
  height: 960px; }

.folder {
  content: '';
  background: url("../imagenes/bar.svg") no-repeat top right;
  height: 175px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.corner {
  content: '';
  background: url("../imagenes/corner.svg") no-repeat top left;
  height: 80px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0; }

#enlaces {
  padding-top: 50px;
  padding-bottom: 50px; }

#desde {
  position: relative;
  padding-top: 125px;
  padding-bottom: 125px;
  text-align: center;
  background: url("../imagenes/OffyWeb_Foto2.jpg") no-repeat center center;
  background-size: cover; }
  #desde h1 {
    color: #3a5fea;
    font-size: 42px;
    font-weight: 300; }
    #desde h1 strong {
      font-weight: 800; }
  #desde h2 {
    font-family: "Pacifico", cursive;
    color: #170955;
    font-weight: 400;
    font-size: 48px;
    margin-top: 5px; }
  #desde img {
    max-width: 75px;
    margin-bottom: 25px; }

.boton-stroke {
  background-color: rgba(0, 0, 0, 0);
  color: #3a5fea;
  padding: 6px 12px;
  border-radius: 65px;
  font-size: 16px;
  font-weight: 300;
  border: solid 1.5px #3a5fea; }
  .boton-stroke:hover {
    background-color: #fff;
    color: #3a5fea !important;
    border-color: #fff; }

.e-base {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  color: #3a5fea;
  padding: 90px 25px;
  min-height: 212px; }
  .e-base h1 {
    font-size: 38px;
    font-weight: 300;
    margin: 0;
    line-height: 37px; }
    .e-base h1 strong {
      font-weight: 900; }
  .e-base h2 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 15px; }
  .e-base:hover {
    color: #fff;
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02); }
    .e-base:hover .boton-stroke {
      color: #fff;
      border-color: #fff; }

#formulario-home {
  overflow-x: hidden;
  position: relative;
  background: url("../imagenes/offy-fondo_contacto.png") no-repeat #fff;
  background-size: cover;
  padding: 85px 25px;
  color: #170955; }
  #formulario-home h2 {
    font-weight: 400;
    font-size: 46px; }
    #formulario-home h2 strong {
      color: #3a5fea;
      font-weight: 800; }
    #formulario-home h2 b {
      font-weight: 800; }
  #formulario-home p {
    font-size: 20px;
    font-weight: 300; }
    #formulario-home p strong {
      font-weight: 800; }
    #formulario-home p b {
      font-weight: 800;
      color: #3a5fea; }

#contacto_2 {
  overflow-x: hidden;
  position: relative;
  background: url("../imagenes/offy-fondo_contacto.png") no-repeat #fff;
  background-size: cover;
  padding: 85px 25px;
  color: #170955; }
  #contacto_2 h2 {
    color: #3a5fea;
    font-weight: 800; }
  #contacto_2 .img-contacto {
    text-align: center;
    margin: 0 auto; }
  #contacto_2 a {
    color: #170955;
    text-align: left; }
  #contacto_2 h3 {
    font-size: 24px; }
  #contacto_2 .socials img {
    float: right;
    margin: 5px;
    max-width: 45px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
    #contacto_2 .socials img:hover {
      transform: scale(1.15);
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15); }

#faq {
  position: relative;
  background-color: #170955;
  color: #fff;
  padding-top: 85px;
  padding-bottom: 85px; }
  #faq h1 {
    font-weight: 400; }
    #faq h1 strong {
      font-weight: 800; }

#faq-accordion {
  background-color: #170955;
  padding: 2rem; }
  #faq-accordion .accordion .accordion-item {
    background-color: #170955;
    border: 2px solid #fff;
    border-radius: 25px;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative; }
    #faq-accordion .accordion .accordion-item .accordion-header button.accordion-button {
      background-color: #170955;
      color: #fff;
      padding: 1rem;
      border: none;
      box-shadow: none;
      position: relative; }
      #faq-accordion .accordion .accordion-item .accordion-header button.accordion-button:focus {
        box-shadow: none; }
      #faq-accordion .accordion .accordion-item .accordion-header button.accordion-button:not(.collapsed) {
        background-color: transparent; }
      #faq-accordion .accordion .accordion-item .accordion-header button.accordion-button::after {
        filter: brightness(0) invert(1); }
    #faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
      background-color: #170955;
      color: #fff;
      padding: 1rem; }

#home-2 {
  background: url("../imagenes/offy-fondo_home.png") no-repeat #fff;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 85px; }
  #home-2 h1 {
    color: #170955;
    font-weight: 400; }
    #home-2 h1 strong {
      color: #3a5fea;
      font-weight: 800; }
  #home-2 p {
    color: #170955;
    font-size: 22px;
    font-weight: 300; }
    #home-2 p strong {
      font-weight: 800; }
  #home-2 .mas-info {
    max-width: 260px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
    #home-2 .mas-info:hover {
      transform: scale(1.15);
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15); }

#eventos {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #fff;
  color: #170955; }
  #eventos h1 {
    font-weight: 500; }
    #eventos h1 strong {
      font-weight: 800; }
  #eventos p {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 300; }
    #eventos p b {
      font-weight: 800; }
    #eventos p strong {
      color: #3a5fea;
      font-weight: 800; }
  #eventos .mas-info {
    max-width: 180px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
    #eventos .mas-info:hover {
      transform: scale(1.15);
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15); }

#form {
  padding: 55px 35px;
  background-color: #fff;
  color: #3a5fea; }
  #form h2 {
    font-weight: 800;
    line-height: 30px; }

#iconos-principales img {
  max-height: 50px; }

#formulario, .forma-cotizacion {
  background-color: #fff;
  padding-top: 40px; }
  #formulario .boton-azul, .forma-cotizacion .boton-azul {
    border: none; }
  #formulario input[type="text"],
  #formulario select,
  #formulario input[type="email"],
  #formulario textarea, .forma-cotizacion input[type="text"],
  .forma-cotizacion select,
  .forma-cotizacion input[type="email"],
  .forma-cotizacion textarea {
    background-color: #fff;
    border: 2px solid #170955;
    border-radius: 25px;
    padding: 13px 10px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 7px; }
  #formulario textarea, .forma-cotizacion textarea {
    height: 80px; }
  #formulario input[type="text"]:focus,
  #formulario input[type="email"]:focus,
  #formulario textarea:focus, .forma-cotizacion input[type="text"]:focus,
  .forma-cotizacion input[type="email"]:focus,
  .forma-cotizacion textarea:focus {
    border-color: #3a5fea;
    box-shadow: 0 0 5px rgba(200, 0, 0, 0.2); }
  #formulario ::placeholder, .forma-cotizacion ::placeholder {
    color: #170955; }

.forma-cotizacion {
  padding: 35px;
  border-radius: 25px; }
  .forma-cotizacion h2 {
    font-weight: 300;
    color: #000;
    font-size: 22px; }
  .forma-cotizacion textarea {
    height: 185px; }

#prod h1 {
  font-weight: 900;
  color: #170955;
  text-align: center;
  font-size: 26px; }
#prod img {
  text-align: center; }

.close-pv {
  background-color: #fff;
  color: #3a5fea;
  border: none;
  float: right;
  margin-right: 15px;
  margin-top: 15px;
  font-size: 24px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }
  .close-pv:hover {
    background-color: #fff;
    color: #D73F43; }

.boton-cotizar {
  float: left; }

.modal-content {
  border-radius: 30px; }

.e-base-1 {
  margin-right: 25px;
  /* Ajusta el espacio entre columnas a tu gusto */ }

.e-base-2 {
  margin-left: 25px;
  /* Ajusta el espacio entre columnas a tu gusto */ }

.e-base-1 {
  background: url("../imagenes/OffyWeb_FotoBlanco1.jpg") no-repeat center center;
  /* Establece el tamaño y otras propiedades de fondo según tus necesidades */
  background-size: cover;
  background-repeat: no-repeat;
  /* Agrega el color de superposición */
  background-color: rgba(255, 255, 255, 0);
  /* Establece el modo de fusión */
  background-blend-mode: multiply; }

/* Cambia el color de superposición al pasar el cursor */
.e-base-1:hover {
  background-color: #3a5fea;
  /* Cambia el color aquí */
  background-blend-mode: multiply; }

.e-base-2 {
  background: url("../imagenes/OffyWeb_FotoBlanco2.jpg") no-repeat center center;
  /* Establece el tamaño y otras propiedades de fondo según tus necesidades */
  background-size: cover;
  background-repeat: no-repeat;
  /* Agrega el color de superposición */
  background-color: rgba(255, 255, 255, 0);
  /* Establece el modo de fusión */
  background-blend-mode: multiply; }

/* Cambia el color de superposición al pasar el cursor */
.e-base-2:hover {
  background-color: #3a5fea;
  /* Cambia el color aquí */
  background-blend-mode: multiply; }

#e-envio {
  position: relative; }

#testimonios {
  background-color: #f2f2f2;
  color: #170955;
  padding-top: 65px;
  padding-bottom: 65px; }
  #testimonios h1 {
    color: #170955; }
    #testimonios h1 strong {
      color: #3a5fea;
      font-weight: 800; }
  #testimonios .carousel .carousel-item {
    padding: 25px 0; }
    #testimonios .carousel .carousel-item .testimonial {
      background-color: rgba(255, 255, 255, 0.1);
      color: #170955;
      padding: 1.5rem;
      margin: 0.5rem;
      border-radius: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      text-align: center; }
      #testimonios .carousel .carousel-item .testimonial blockquote {
        font-size: 18px;
        margin-bottom: 1rem;
        color: #170955; }
      #testimonios .carousel .carousel-item .testimonial .cliente {
        font-weight: bold;
        font-size: 1.1rem;
        margin: 0; }
  #testimonios .carousel-control-prev-icon,
  #testimonios .carousel-control-next-icon {
    color: #170955; }

.separador {
  height: 1px;
  background-color: #3a5fea;
  /* Puedes cambiar el color del separador aquí */
  margin: 10px 0; }

.boton-azul {
  background-color: #3a5fea;
  color: #fff;
  padding: 12px 25px;
  border-radius: 65px;
  font-size: 18px;
  font-weight: 300; }
  .boton-azul:hover {
    background-color: #1539c3;
    color: #fff; }

.boton-azul-oscuro {
  background-color: #170955;
  color: #fff;
  padding: 12px 25px;
  border-radius: 65px;
  font-size: 18px;
  font-weight: 300;
  border: none; }
  .boton-azul-oscuro:hover {
    background-color: #040210;
    color: #fff; }

.boton-rojo {
  background-color: #D73F43;
  color: #fff;
  padding: 12px 25px;
  border-radius: 65px;
  font-size: 18px;
  font-weight: 300; }
  .boton-rojo:hover {
    background-color: #a72326;
    color: #fff; }

.boton-amarillo {
  background-color: #EFEF00;
  color: #000;
  padding: 12px 25px;
  border-radius: 65px;
  font-size: 18px;
  font-weight: 300; }
  .boton-amarillo:hover {
    background-color: #a3a300;
    color: #000; }

#footer {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  background-color: #3a5fea;
  color: #fff; }
  #footer img {
    max-width: 80px; }

#ver-categorias {
  padding-bottom: 50px; }

/* ---- .grit-item ---- */
.widget-dashboard {
  font-family: "SFProDisplay", sans-serif;
  text-align: center; }
  .widget-dashboard h2 {
    color: #012c46;
    font-size: 20px !important; }
  .widget-dashboard img {
    max-width: 160px; }
  .widget-dashboard a {
    margin: 0 10px;
    color: #170955; }
  .widget-dashboard p {
    font-size: 18px;
    font-weight: 300;
    color: #565656;
    margin-bottom: 10px; }
  .widget-dashboard .boton-azul {
    color: #fff; }

div.wpcf7-mail-sent-ok {
  border: none !important;
  background-color: #22b17a;
  margin-top: -21px;
  color: #fff !important; }

span.wpcf7-not-valid-tip {
  color: #fff !important;
  font-size: 1em;
  display: block;
  background-color: #e74545;
  text-align: center;
  margin-top: 0px; }

div.wpcf7-validation-errors {
  border: none !important;
  background-color: rgba(0, 0, 0, 0);
  text-align: center; }

.corazon {
  color: #0860CC; }
  .corazon:hover {
    color: red;
    animation: pulse 1s infinite; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
#cats-index {
  padding-bottom: 50px; }
  #cats-index .cat-box {
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    height: 35vh;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    #cats-index .cat-box:nth-child(2) {
      margin: 0 50px; }
    #cats-index .cat-box .cat-title {
      font-size: 52px;
      text-align: center;
      vertical-align: middle;
      font-weight: 800; }
    #cats-index .cat-box .cat-hover {
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      display: none !important;
      position: absolute;
      top: 25px;
      left: 25px;
      background-position: bottom right;
      background-repeat: no-repeat; }
      #cats-index .cat-box .cat-hover .cat-small-title {
        font-size: 36px;
        font-weight: 600; }
      #cats-index .cat-box .cat-hover .boton-color {
        margin-top: 5px;
        border: none;
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7); }
    #cats-index .cat-box#papeleria {
      background-color: #EFEF00;
      color: #D73F43;
      background-size: 53% auto;
      background-repeat: no-repeat;
      background-position: bottom right; }
      #cats-index .cat-box#papeleria:hover .cat-title {
        display: none; }
      #cats-index .cat-box#papeleria:hover .cat-hover {
        display: flex !important; }
    #cats-index .cat-box#limpieza {
      background-color: #48C7EA;
      color: #170955;
      background-size: 53% auto;
      background-repeat: no-repeat;
      background-position: bottom right; }
      #cats-index .cat-box#limpieza:hover .cat-title {
        display: none; }
      #cats-index .cat-box#limpieza:hover .cat-hover {
        display: flex !important; }
    #cats-index .cat-box#cafeteria {
      background-color: #FF9F1C;
      color: #EFEF00;
      background-size: 53% auto;
      background-repeat: no-repeat;
      background-position: bottom right; }
      #cats-index .cat-box#cafeteria:hover .cat-title {
        display: none; }
      #cats-index .cat-box#cafeteria:hover .cat-hover {
        display: flex !important; }

span.current {
  background-color: #3a5fea !important;
  color: #fff !important;
  border-color: #fff; }

.productos_tienda {
  padding-bottom: 65px !important;
  background: #fff;
  text-align: center !important; }
  .productos_tienda .button {
    background-color: #fff !important;
    color: #3a5fea !important;
    border-radius: 25px !important;
    font-size: 13px !important;
    text-align: center;
    border: solid 2px #3a5fea !important;
    margin: 5px !important;
    font-weight: 500 !important; }
    .productos_tienda .button:hover {
      background-color: #3a5fea !important;
      color: #fff !important; }
  .productos_tienda li {
    text-align: center !important; }

.product_title {
  font-weight: 500; }

.info-box-product-thumb {
  margin-top: 20px; }
  .info-box-product-thumb h2 {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0; }
  .info-box-product-thumb h4 {
    display: inline-block; }
  .info-box-product-thumb .tag {
    margin-right: 5px;
    color: #565656;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    display: inline-block; }
    .info-box-product-thumb .tag:hover {
      font-weight: 600;
      color: #EFEF00; }
  .info-box-product-thumb h3 {
    color: #565656;
    font-weight: 300;
    font-size: 16px; }
    .info-box-product-thumb h3 strong {
      color: #EFEF00;
      font-weight: 600;
      font-size: 22px; }

.tag-shop {
  margin-bottom: 20px; }

.related {
  text-align: left;
  padding: 25px; }
  .related h2 {
    font-size: 22px;
    font-weight: 800;
    color: #170955; }

.producto_tienda_single {
  margin-bottom: 45px;
  position: relative;
  text-align: center; }
  .producto_tienda_single h2 {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-weight: 300;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #000 !important;
    text-transform: none; }
  .producto_tienda_single:hover h2 {
    color: #1740da; }
  .producto_tienda_single:hover .element-con-borde {
    opacity: 1;
    width: 40%;
    left: 30%;
    height: 15px; }

.element-con-borde {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  width: 100%;
  margin: 0 auto;
  content: '';
  height: 10px;
  background-color: #3a5fea;
  position: absolute;
  top: -10px;
  text-align: center;
  left: 0%;
  opacity: 0; }

.single_add_to_cart_button {
  background-color: #fff !important;
  color: #3a5fea !important;
  border-radius: 25px !important;
  border: solid 2px #3a5fea !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }
  .single_add_to_cart_button:hover {
    background-color: #3a5fea !important;
    color: #fff !important; }

.woocommerce-product-details__short-description h2 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3a5fea !important; }
.woocommerce-product-details__short-description h3 {
  color: #3a5fea; }
.woocommerce-product-details__short-description p, .woocommerce-product-details__short-description li {
  color: #565656;
  font-size: 16px; }

.nav-tabs > li.active > a {
  border-color: #3a5fea;
  border-bottom: transparent; }

.woocommerce-breadcrumb {
  padding-top: 20px; }

.quantity {
  display: inline-block; }

.cart_item a {
  font-weight: 800;
  color: #000 !important; }

.wc-proceed-to-checkout {
  text-align: right !important; }

.woocommerce-error {
  font-weight: lighter !important;
  background-color: #D73F43 !important;
  color: #fff !important;
  border: none !important; }
  .woocommerce-error:before {
    color: #fff !important; }
  .woocommerce-error li strong {
    color: #000 !important; }

.woocommerce-message {
  margin-top: 10px !important;
  border: solid 3px #3a5fea;
  border-radius: 35px;
  color: #3a5fea !important;
  background-color: #fff !important;
  border-top-color: #3a5fea !important;
  vertical-align: middle; }
  .woocommerce-message a {
    font-weight: bold !important;
    color: #3a5fea;
    vertical-align: middle; }
    .woocommerce-message a:hover {
      color: #170955;
      text-decoration: none; }
  .woocommerce-message:before {
    color: #170955 !important; }
  .woocommerce-message .wp-element-button {
    background-color: #3a5fea !important;
    color: #fff !important;
    border-radius: 25px !important; }
    .woocommerce-message .wp-element-button:hover {
      background-color: #170955 !important; }

.posted_in {
  display: none; }

.checkout-button, #place_order {
  background-color: #3a5fea !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  color: #fff !important;
  text-transform: uppercase; }
  .checkout-button:hover, #place_order:hover {
    background-color: #170955 !important; }

.wc-backward {
  background-color: #fff !important;
  color: #000 !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-transform: uppercase;
  border: solid 2px #3a5fea !important; }
  .wc-backward i {
    margin-right: 5px;
    color: #163dd1; }
  .wc-backward:hover {
    background-color: #3a5fea !important;
    color: #fff !important; }

.cross-sells h2 {
  font-size: 22px;
  font-weight: 700; }

.checkout {
  margin-top: 40px; }
  .checkout h3 {
    color: #170955;
    font-weight: 700; }

#mc_embed_signup {
  text-align: center !important; }
  #mc_embed_signup input {
    margin: 0 auto !important;
    margin-bottom: 20px !important; }
  #mc_embed_signup .button {
    margin: 0 auto !important; }

.wc-tabs-wrapper {
  width: 100%; }

.up-sells {
  width: 100%; }

.call-to-buy {
  background-color: #3a5fea;
  border-radius: 25px;
  color: #fff;
  padding: 25px;
  margin-bottom: 15px;
  text-align: center; }
  .call-to-buy h2 {
    font-weight: 800;
    font-size: 28px;
    color: #170955; }
  .call-to-buy a {
    color: #fff; }
    .call-to-buy a:hover {
      color: #170955; }

.woocommerce-info {
  font-weight: 600 !important;
  border: none !important;
  background-color: #3a5fea !important;
  color: #fff !important; }
  .woocommerce-info a {
    font-weight: bold !important;
    color: #170955; }
    .woocommerce-info a:hover {
      color: #000;
      text-decoration: none; }
  .woocommerce-info:before {
    content: none !important; }

.added_to_cart {
  display: block; }

#coupon_code {
  display: inline-block !important; }

.woocommerce-input-wrapper {
  display: block;
  width: 100%; }

.woocommerce-terms-and-conditions-wrapper {
  display: block;
  width: 100%; }

.woocommerce-product-gallery__image {
  margin-bottom: 20px; }

.flex-control-thumbs {
  margin-top: 30px !important; }
  .flex-control-thumbs li {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-bottom: 20px !important; }
    .flex-control-thumbs li img {
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease; }

p.price {
  color: #170955 !important;
  font-size: 26px !important;
  font-weight: 800; }

.woocommerce-product-details__short-description {
  color: #000; }
  .woocommerce-product-details__short-description p {
    font-size: 18px;
    text-align: justify; }

.contado {
  margin-top: 20px; }

.product_meta a {
  color: #3a5fea; }

.woocommerce div.product div.images img {
  margin: 0 auto; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  right: 1em !important; }

span.price .woocommerce-Price-amount {
  color: #170955;
  font-weight: 800;
  font-size: 17px; }

.woocommerce div.product div.images .flex-control-thumbs li {
  display: inline-block !important;
  float: inherit !important;
  width: 15% !important; }

.single-item {
  padding-top: 140px;
  padding-bottom: 40px; }
  .single-item h1 {
    text-transform: uppercase;
    font-weight: 800;
    color: #3a5fea;
    text-align: center; }

.single-product {
  padding-top: 185px; }
  .single-product #titulo-producto {
    font-weight: 900;
    color: #3a5fea; }

.category-column {
  height: 320px;
  min-width: 320px;
  margin: 10px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-clip: content-box;
  padding: 0; }
  .category-column .color-mask {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height 0.3s ease, top 0.3s ease;
    position: absolute;
    top: 0; }
  .category-column .category-title {
    font-family: "SFProDisplay", sans-serif;
    font-weight: 700;
    font-size: 24px; }
  .category-column:hover .color-mask {
    height: 25%;
    top: 40%; }

.text-dark .category-title {
  color: #000; }

.text-light .category-title {
  color: white; }

.summary.entry-summary .price {
  font-size: 24px;
  font-weight: 900; }
.summary.entry-summary .woocommerce-Price-currencySymbol {
  font-weight: 300; }
.summary.entry-summary .woocommerce-Price-amount bdi {
  color: #170955;
  font-weight: bold; }

.sku-wrapper {
  font-weight: 300;
  color: #565656; }

.related h2:first-child {
  font-size: 28px;
  font-weight: 800;
  color: #3a5fea;
  padding-bottom: 35px; }

@media (max-width: 992px) {
  #home-2 {
    padding-top: 180px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    height: auto !important;
    max-height: inherit;
    text-align: center; }
    #home-2 #main-art {
      margin-top: 25px;
      max-height: 300px; }
    #home-2 h1 {
      font-size: 28px;
      text-align: center; }
    #home-2 p {
      margin-top: 15px;
      font-size: 18px; }
    #home-2 a {
      text-align: center; }
      #home-2 a img {
        margin-bottom: 15px; }

  #soluciones {
    padding: 35px; }
    #soluciones .punto {
      padding: 35px; }

  #menu {
    padding-bottom: 10px;
    background-color: #fff;
    padding-top: 10px; }

  #logo-header {
    max-width: 70px !important; }

  .boton_menu_mobile {
    display: inline-block !important;
    margin-left: 35px; }

  .desaparece-ch {
    display: none; }

  .thumbnail-cat {
    height: inherit; }
    .thumbnail-cat h1 {
      max-width: 220px; }

  .productos_tienda {
    text-align: center; }

  .caruso0 {
    height: 460px; }

  .folder {
    display: none; }

  .cover-slide {
    border-top-left-radius: 0;
    padding: 35px; }

  .cat-box {
    height: 240px !important; }
    .cat-box:nth-child(2) {
      margin: 0 !important; }

  .cover {
    border-top-left-radius: 0;
    margin-top: 125px;
    height: 240px; }

  .e-base-2 {
    margin-left: 0;
    margin-top: 15px !important; }

  #contacto h2 {
    margin-bottom: 25px;
    font-size: 32px;
    text-align: left; }

  #contact-list {
    text-align: center;
    overflow-x: hidden; }

  .list-unstyled {
    text-align: left; }
    .list-unstyled li {
      text-align: left; }

  .info-box {
    overflow-x: hidden; }

  #categorias {
    text-align: center; }
    #categorias .boton-categoria img {
      max-width: 100%;
      margin-bottom: 20px; }

  #eventos {
    text-align: center; }

  #eventos img {
    text-align: center;
    max-width: 300px;
    margin-bottom: 25px; }

  #formulario-home {
    text-align: center; }
    #formulario-home h2 {
      font-size: 32px; }
    #formulario-home p {
      font-size: 18px; }

  #faq {
    text-align: center; }
    #faq h1 {
      margin-top: 25px; }
    #faq img {
      max-width: 280px;
      text-align: center; } }

/*# sourceMappingURL=style.css.map */
