/*  
Theme Name: Mako
Author: Cliento
*/

            /*  CSS RESET  */
				  /**/
				  /**/
				  /**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a{
	text-decoration:none;
}

a:hover,
a:focus,
a:active, 
input:hover,
input:focus,
input:active{
	outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { 
	font-family: "Manrope", sans-serif;
	line-height: 1; 
}

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	width: auto;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}

::selection {
	background-color: var(--verde);
	color: #fff;
}

::-moz-selection {
	background-color: var(--verde);
	color: #fff;
}

:root{
  scroll-behavior: initial !important;
  --blanco: #fff;
  --negro: #000;
  --gris: #f2f2f2;
  --griso: #1A1A1A;
  --verde: #26847C;
  --verde2: #26D07C;
  --verdec: #DCFCEB;
  --rojo: #FF3B4C;
}

.blanco { color: var(--blanco); }
.negro { color: var(--negro); }
.gris { color: var(--gris); }
.griso { color: var(--griso); }
.verde { color: var(--verde); }
.verde2 { color: var(--verde2); }
.verdec { color: var(--verdec); }
.rojo { color: var(--rojo); }

.bgblanco { background-color: var(--blanco); }
.bgnegro { background-color: var(--negro); }
.bggris { background-color: var(--gris); }
.bggriso { background-color: var(--griso); }
.bgverde { background-color: var(--verde); }
.bgverde2 { background-color: var(--verde2); }
.bgverdec { background-color: var(--verdec); }
.bgrojo { background-color: var(--rojo); }

.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-50 { width: 50%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-80, .w-80-m { width: 80%; }
.w-90, .w-90-m { width: 90%;}
.w-95, .w-95-m { width: 95%;}
.w-100 { width: 100%; }

.height-auto { height: auto!important; }  

.zindex{
  z-index: 1;
}

.borde-radius-25 {
    border-radius: 25px;
}

.container {
    max-width: 1400px;
}


/*********************************  Fuentes ****************************************************/

.fs10 { font-size:10px; }
.fs12 { font-size:12px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }
.fs22 { font-size:22px; }
.fs23 { font-size:23px; }
.fs24 { font-size:24px; }
.fs25 { font-size:25px; }
.fs26 { font-size:26px; }
.fs28 { font-size:28px; }
.fs30 { font-size:30px; }
.fs32 { font-size:32px; }
.fs34 { font-size:34px; }
.fs35 { font-size:35px; }
.fs36 { font-size:36px; }
.fs38 { font-size:38px; }
.fs40 { font-size:40px; }
.fs42 { font-size:42px; }
.fs44 { font-size:44px; }
.fs45 { font-size:45px; }

.fw100 { font-weight: 100; }
.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw700 { font-weight: 700; }
.fw900 { font-weight: 900; }

.under { text-decoration: underline; }
.upper { text-transform: uppercase; }

.line-normal { line-height:normal; }
.line-130 { line-height: 130%; }
.line-120 { line-height: 120%; }
.line-100 { line-height: 100%; }

.bullet-verde {
    padding-left: 15px;
    position: relative;
}

.bullet-verde li {
    list-style: none;
    margin: 0 0 10px;
    padding-left: 20px;
    position: relative;
    line-height: 130%;
}

.bullet-verde li:before {
    background: var(--verde);
    border-radius: 100%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 6px;
}

.bullet-verde-c {
    padding-left: 15px;
    position: relative;
}

.bullet-verde-c li {
    list-style: none;
    margin: 0 0 10px;
    padding-left: 20px;
    position: relative;
    line-height: 130%;
}

.bullet-verde-c li:before {
    background: var(--verde2);
    border-radius: 100%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 6px;
}

.bullet-check {
  padding-left: 15px;
  position: relative;
}

.bullet-check li {
  list-style: none;
  margin: 0 0 10px;
  padding-left: 30px;
  position: relative;
  font-size: 20px;
  line-height: 130%;
}

.bullet-check li:before {
  background-image: url('assets/img/check.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 19px;
  left: 0;
  position: absolute;
  top: 10%;
  width: 19px;
}


.hoja-1200 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1230px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.hoja-1100 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1130px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.hoja-1000 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1030px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.hoja-900 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 930px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.hoja-800 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 830px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.hoja-700 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 730px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

h1 {
	font-family: 'Epilogue', sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 120%;
}

h2 {
	font-family: 'Epilogue', sans-serif;
	font-size: 35px;
	font-weight: 700;
	color: var(--verde);
	line-height: 120%;
}

h3 {
	font-family: 'Epilogue', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: var(--verde);
	line-height: 120%;
}

p {
    font-size: 20px;
	line-height: 130%;
}

strong, b {
	font-weight: 700;
}

header {
    padding: 15px 0;
	border-bottom: 1px solid #fff;
    z-index: 10;
}

header.header-sticky {
    position: sticky;
    top: 0;
    z-index: 10000;
}

header a {
    color: var(--griso);
	vertical-align: middle;
}

header a:hover {
	color: var(--griso);
}

nav {
    max-width: 695px;
    width: 100%;
}

.menu {
    display: flex;
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    align-items: center;
    justify-content: space-between;
}

.menu li a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
}

.menu li a:hover,
.menu li.current-menu-item a {
    color: var(--verde2);
}

.breadcrumbs {
    padding: 10px 0;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li a {
    color: #000;
}

.breadcrumbs li span {
    font-weight: 700;
}

/*.menu li:nth-child(2) {
    max-width: 116px;
}

.menu li:nth-child(3) {
    max-width: 86px;
}

.menu li:nth-child(4),
.menu li:nth-child(6) {
    max-width: 106px;
}*/

.logo {
	width: 380px;
}

.box-shadow {
	box-shadow: 0px 0px 15px #000033;
}

.bullet-bco {
    padding: 0 0 0 30px;
}

.bullet-bco li {
    position: relative;
	margin: 0 0 10px;
	line-height: 130%;
}

.bullet-bco li:last-of-type {
	margin: 0;
}

.bullet-bco li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
    left: -16px;
    top: 10px;
    background-color: var(--blanco);
    border-radius: 50%;
}

.btn-rojo {
    display: inline-block;
    padding: 15px;
    color: #fff;
    background: transparent linear-gradient(180deg, #FF585D 0%, #E51D23 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
}

.btn-whats {
    display: inline-block;
    padding: 15px;
    color: #fff;
    background: #26D07C;
    border-radius: 6px;
}

.btn-whats-bco {
    position: relative;
    display: inline-block;
    padding: 15px 15px 15px 40px;
    background-color: #fff;
    border: 2px solid #26D07C;
    border-radius: 6px;
}

.btn-whats-bco a {
    color: #26D07C;
}

.btn-whats-bco:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    width: 15px;
    height: 15px;
    background-image: url('assets/img/logo-whats-verde.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.wp-block-button__link {
    padding: 0!important;
    background-color: transparent!important;
}

@media (min-width: 782px) {
    #bg-banner .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
    #bg-arrendamiento .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
    #bg-sales .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
    #bg-form.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
    #bg-contacto.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: auto!important;
        flex-grow: unset!important;
    }
}


/* Home Banner */

#bg-banner {
    padding: 3% 0;
    background-image: url('assets/img/imagenes-banner.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right 5% bottom;
    background-color: #26847C;
}


/* Home Negocio */

.item-negocio {
    padding: 35px;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.negocio-puro {
    background-image: url('assets/img/fondo-arrendamiento-puro-v2.png')
}

.negocio-sale {
    background-image: url('assets/img/fondo-sale-and-lease-back-v2.png')
}


/* Home equipos */

#equipos-h .item-equipos h3 {
    border-radius: 15px;
}

.item-equipos#medico-h h3:before {
    background-image: url('assets/img/home/medico.png');
    background-position: right 10% center;
}

.item-equipos#oficina-h h3:before {
    background-image: url('assets/img/home/oficina.png');
    background-position: right 10% center;
}

.item-equipos#paneles-h h3:before {
    background-image: url('assets/img/home/paneles.png');
    background-position: right 10% center;
}

.item-equipos#maquinaria-h h3:before {
    background-image: url('assets/img/home/maquinaria.png');
    background-position: right 10% center;
}


/* Home Soluciones */

#bg-soluciones {
    background-color: var(--verde);
}

.bg-soluciones {
    max-width: 1200px;
    background-image: url('assets/img/aletas-marca-de-agua.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left bottom;
}


/* Home Calculadora */

.form-range {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    height: 8px;
    background: transparent; /* Necesario para evitar el color del track no lleno */
    border-radius: 5px;
    outline: none;
    position: relative;
}

.form-range::-webkit-slider-runnable-track {
    height: 8px;
    background: transparent; /* Color de fondo del track */
    border-radius: 5px;
    position: relative;
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 35px;
    height: 35px;
    top: 50%;
    transform: translateY(-40%);
    background: linear-gradient(180deg, #FF585D 0%, #E51D23 100%);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 2; /* Asegura que el thumb esté encima del track */
}

.form-range::-webkit-slider-thumb:focus {
    outline: none; /* Elimina el outline en el estado de foco */
}

.form-range::-moz-range-track {
    height: 8px;
    background: #F2F2F2; /* Color de fondo del track */
    border-radius: 5px;
}

.form-range::-moz-range-thumb {
    width: 35px;
    height: 35px;
    top: 50%;
    transform: translateY(-40%);
    background: linear-gradient(180deg, #FF585D 0%, #E51D23 100%);
    border-radius: 50%;
    cursor: pointer;
}

.form-range::-moz-range-thumb:focus {
    outline: none; /* Elimina el outline en el estado de foco */
}

.form-range::-ms-track {
    height: 8px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.form-range::-ms-fill-lower {
    background: #26D07C; /* Color de relleno del track en Internet Explorer */
    border-radius: 5px;
}

.form-range::-ms-fill-upper {
    background: #F2F2F2; /* Color del track no lleno en Internet Explorer */
    border-radius: 5px;
}

.form-range::-ms-thumb {
    width: 35px;
    height: 35px;
    background: linear-gradient(180deg, #FF585D 0%, #E51D23 100%);
    border-radius: 50%;
    cursor: pointer;
}

.form-range::-ms-thumb:focus {
    outline: none; /* Elimina el outline en el estado de foco */
}

.calc-input {
    background: var(--blanco);
    border: #D1D1D1 1px solid;
    border-radius: 10px;
    box-shadow: inset 5px 5px 5px #00000019;
    font-size: 16px;
    height: 40px;
    padding: 10px;
    max-width: 230px;
    width: 100%;
}

.field-input {
    display: inline-block;
    position: relative;
    max-width: 230px;
    width: 100%;
}

.field-input span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.field-input .calc-input {
    padding: 10px 10px 10px 20px;
}


/* Home Tabs */

/*#bg-tabs {
    background-image: url(assets/img/aletas-1.png), 
        url(assets/img/aletas-2.png), url(assets/img/aletas-3.png);
    background-repeat: no-repeat;
    background-size: auto, auto, auto;
    background-position: right 5% bottom, left 10% top 25%, right 45% center;
}*/

.texto-tab {
    max-width: 560px;
    width: 100%;
}

.nav-tabs {
    border: 0;
    justify-content: center;
}

.nav-tabs .nav-item {
    max-width: 300px;
    width: 100%;
    padding: 0 8px;
}

.nav-tabs .nav-link {
    width: 100%;
    border: 0;
    font-size: 26px;
    color: var(--griso);
    font-weight: 700;
    background-color: transparent!important;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 2px solid #FF585D;
}

.tab-content {
    max-width: 650px;
    margin: auto;
}


/* Home Form */

.form-site fieldset {
  margin-bottom: 20px;
}

.form-site label {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
}

.form-site label span {
    font-size: 12px;
}

.form-site input, 
.form-site select, 
.form-site textarea {
    background: var(--blanco);
    border: #D1D1D1 1px solid;
    border-radius: 10px;
    box-shadow: inset 5px 5px 5px #00000019;
    font-size: 16px;
    height: 40px;
    padding: 10px;
    width: 100%;
}

.form-site select {
    font-size: 14px;
}

.form-site textarea {
    min-height: 60px;
}

::placeholder{
  color: var(--negro);
}

.form-site .hs-button {
    background: transparent linear-gradient(180deg, #FF585D 0%, #E51D23 100%) 0% 0% no-repeat padding-box;
    text-align: center;
    transition: all ease-in-out .3s;
    border-radius: 6px;
    color: var(--blanco);
    font-weight: 700;
    padding: 7px 30px;
    display: block;
    border: 0;
    box-shadow: none;
    width: auto;
    margin: auto;
}

.form-site input[type="checkbox"] {
  height: auto;
  padding: 0;
}

.error, 
.error_dsc {
    display: none;
    font-size: 14px;
    color: red;
}

.form-site input.requerido, 
.form-site select.requerido, 
.form-site textarea.requerido {
    border: 1px solid red;
}

#message {
    margin: 0 0 20px;
    text-align: center;
}

#thanks {
    text-align: center;
}


/* Faqs */

.top-sidebar {
    top: 78px;
}

.sidebar-faqs li {
    padding: 5px 0;
    margin-bottom: 20px;
    cursor: pointer;
    border-bottom: 2px solid #F2F2F2;
    line-height: 110%;
}

.sidebar-faqs li:hover,
.sidebar-faqs li.active {
    font-weight: 700;
    border-bottom: 2px solid #FF585D;
}

.faq {
    position: relative;
    padding: 25px 20px 25px 0;
    cursor: pointer;
}

.faq:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 20px;
    height: 12px;
    background-image: url('assets/img/flecha-abajo.png');
} 

.faq.active:after {
  transform: translateY(-50%) rotate(180deg);
}

.faq em {
    color: var(--verde);
    font-weight: 600;
}

.item {
    display: none;
    padding-bottom: 25px;
}

#item1 {
    display: block;
}

.accordion-item {
    border-bottom: 1px solid #B9B2B2;
}

.accordion-item:first-of-type .faq {
    padding-top: 0;
}

.accordion-item:last-of-type {
    border-bottom: 0;
}


/* Nosotros */

.item-nosotros {
	padding: 35px;
    box-shadow: 0px 0px 10px #00000026;
	border-radius: 25px;
    overflow: hidden;
}

.item-nosotros h2 {
    margin: -35px;
    padding: 25px 35px;
    background-color: var(--verde2);
    color: var(--blanco);
}

.item-nosotros p {
	margin: 0 0 25px;
}


/* Contacto */

/*#bg-contacto {
    background-image: url('assets/img/aletas.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom center;
}*/

#bg-datos {
    padding: 32px;
    border-radius: 15px;
    overflow: hidden;
}

#bg-datos h2 {
    margin: -32px;
    padding: 25px 32px;
    background-color: var(--verde2);
    color: var(--blanco);
}


/* Arrendamiento puro */

#bg-arrendamiento {
    padding: 60px 0;
    background-image: url(assets/img/arrendamiento-puro/mujer-aleta-banner.png), 
        url(assets/img/arrendamiento-puro/fondo-banner.jpg);
    background-repeat: no-repeat;
    background-size: auto, cover;
    background-position: right 10% bottom, center;
}

.item-equipos {
    border-radius: 15px;
}

.item-equipos h3 {
    position: relative;
    border-radius: 15px 15px 0px 0px;
}

.item-equipos h3:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    bottom: -15px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right center;
    z-index: 1;
}

.item-equipos#medico h3:before {
    background-image: url('assets/img/arrendamiento-puro/medicos.png');
    background-position: right 5% center;
}

.item-equipos#oficina h3:before {
    background-image: url('assets/img/arrendamiento-puro/oficina.png');
    background-position: right 10% center;
}

.item-equipos#paneles h3:before {
    background-image: url('assets/img/arrendamiento-puro/paneles-solares.png');
}

.item-equipos#maquinaria h3:before {
    background-image: url('assets/img/arrendamiento-puro/maquinaria.png');
    background-position: right 20% center;
}

#bg-pasos {
    position: relative;
}

#bg-pasos:before {
    content: '';
    position: absolute;
    top: 96px;
    left: 12%;
    right: 12%;
    height: 2px;
    background-color: #FF585D;
    z-index: -1;
}

.pasos#bg-pasos:before {
    left: 8%;
    right: 8%;
}

#bg-pasos .wp-block-column figure:first-of-type {
    min-height: 60px;
}

.form-switch .form-check-input {
    width: 3.6em;
}

.form-check-input {
    height: 1.9rem;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input:checked {
    background-color: var(--verde);
    border-color: var(--verde);
}


/* Sales and Lease Back */

#bg-sales {
    padding: 80px 0;
    background-image: url(assets/img/sales-and-lease-back/hombre-aleta-banner.png), 
        url(assets/img/sales-and-lease-back/fondo-banner.png);
    background-repeat: no-repeat;
    background-size: auto, cover;
    background-position: right 10% bottom, center;
}

.item-equipos#medico-s h3:before {
    background-image: url('assets/img/sales-and-lease-back/medico.png');
    background-position: right 5% center;
}

.item-equipos#oficina-s h3:before {
    background-image: url('assets/img/sales-and-lease-back/oficina.png');
    background-position: right 10% center;
}

.item-equipos#paneles-s h3:before {
    background-image: url('assets/img/sales-and-lease-back/paneles.png');
}

.item-equipos#maquinaria-s h3:before {
    background-image: url('assets/img/sales-and-lease-back/maquinaria.png');
    background-position: right 20% center;
}


/* Nosotros */

#bg-nosotros {
    padding: 45px 0;
    background-color: #26847C;
    background-image: url(assets/img/nosotros/banner.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right 28% bottom;
}

#bg-nosotros h1 {
    color: var(--blanco);
}

#bg-nosotros .wp-block-column {
    flex-basis: auto!important;
    flex-grow: unset;
}


/* Menú mobile */

.cmn-toggle-switch {
    position: absolute;
    display:block;
    overflow: visible;
    top:20px;
    right:20px;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    z-index: 1000000;
}

.cmn-toggle-switch.m-active {
    position: fixed;
}
  
.cmn-toggle-switch.m-active span:before{
	opacity: 0;
}
 
.cmn-toggle-switch.m-active span:after{
  top: 0;
  transform: rotate(-90deg); 
}
 
.cmn-toggle-switch.m-active span{
	transform: rotate(-45deg); 
}

.cmn-toggle-switch:focus {outline: none;}
.cmn-toggle-switch span {display: block;position: absolute;top: 10px;left: 0;right: 0;height: 3px;background: #000;}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {position: absolute;display: block;left: 0;width: 100%;height:3px;background-color: #000; content: "";}

.cmn-toggle-switch span::before {
    top: -10px;
}

.cmn-toggle-switch span::after {
    bottom: -10px;
}

.hs-menu-wrapper {
	overflow: auto;
	transform: translateX(-105%);
	top:0;
	left:0;
	bottom: 0;
	width: 100%;
	height: 100%;
	position:fixed;
	background-color:#fff;
	z-index:999999;
	-webkit-box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    1px 0px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         1px 0px 5px 0px rgba(50, 50, 50, 0.55);
	-webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.hs-menu-wrapper.show {
    transform: translateX(0);
}

.hs-menu-wrapper .logo {
    width: 280px;
}

.hs-menu-wrapper ul {
    display: block;
}

.hs-menu-wrapper ul li {
    max-width: 100%!important;
    padding: 0;
    border-top: none;
    border-bottom: 1px solid #ededed;
    margin: 0;
}

.hs-menu-wrapper ul li a {
    padding: 10px 15px;
    color: var(--griso);
    text-align: left;
}


/* Footer */

footer {
	/*background: transparent linear-gradient(295deg, #26D07C 0%, #26847C 100%) 0% 0% no-repeat padding-box;*/
    background-color: var(--verde);
}

.footer .logo {
    width: 334px;
}

.footer p {
    font-size: 18px;
}

.footer a {
    font-size: 18px;
	line-height: 130%;
}

.footer a:hover,
.copyright a:hover {
    color: var(--blanco);
}

.copyright {
	border-top: 1px solid #fff;
}

.copyright p {
	line-height: 150%;
}

.m-w-390 {
    max-width: 390px;
}

footer a.whatsapp {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    z-index: 1;
}

@media (max-width: 1300px) {
    #bg-nosotros {
        background-position: right 5% bottom;
    }
}

@media (max-width: 781px) {
    .bg-soluciones .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
    .bg-beneficios .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
    #bg-contacto .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: auto!important;
    }
}


@media screen and (max-width: 768px) {
	h1 {
		font-size: 38px;
	}
	
	h2 {
		font-size: 26px;
	}
    
    h3 {
        font-size: 24px;
    }
    
    .fs30,
    .fs26 {
        font-size: 22px;
    }
    
    #bg-banner {
        background-size: contain;
    }
    
    /*#bg-tabs {
        background-image: url(assets/img/aletas-1.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: right 5% bottom;
    }*/
    
    .top-sidebar {
        top: 131px;
    } 
    
    .sidebar-faqs {
        display: flex;
        background-color: #fff;
    }
    
    .sidebar-faqs li {
        width: 50%;
        margin-bottom: 0;
        text-align: center;
    }
    
    /*#bg-contacto {
        background-image: none;
    }*/
    
    #bg-pasos:before {
        display: none;
    }
    
    #bg-nosotros {
        padding: 25px 0 45%;
        background-size: 70%;
    }
}

@media screen and (max-width: 767px) {
    .bullet-check li {
        font-size: 16px;
    }
    
    .nav-tabs .nav-item {
        width: auto;
    }
    
    #bg-banner {
        padding: 20px 0 70%;
        background-position: bottom center;
    }
    
    #bg-arrendamiento,
    #bg-sales {
        padding: 20px 0 55%;
        background-size: auto 40%, cover;
        background-position: right 10% bottom, center;
    }
    
    .top-sidebar {
        top: 0;
    }
    
    .sidebar-faqs li {
        padding: 10px 15px;
        margin-bottom: 0;
    }
    
    .item-equipos h3:before {
        background-size: contain;
    }

    .item-equipos#medico h3:before,
    .item-equipos#oficina h3:before,
    .item-equipos#maquinaria h3:before {
        background-position: right 5% center;
    }
    
    #bg-pasos:before,
    .pasos#bg-pasos:before {
        display: block;
        top: 18px;
        left: auto;
        right: 75%;
        bottom: 0;
        height: 80%;
        width: 2px;
    }
    
    .pasos#bg-pasos:before {
        height: 85%;
    }
    
    .bg-soluciones .wp-block-image img,
    .bg-beneficios .wp-block-image img {
        display: block;
        max-width: 35px;
        margin-right: auto;
    }
    
    #bg-pasos .wp-block-column figure,
    #iconos-nosotros .wp-block-column figure,
    #bg-contacto .wp-block-column figure {
        display: flex;
        align-items: center;
    }
    
    #bg-pasos .wp-block-column figure img,
    #iconos-nosotros .wp-block-column figure img,
    #bg-contacto .wp-block-column figure img {
        display: block;
        max-height: 40px;
        margin: auto;
    }
    
    .tab-content .tab-pane .wp-block-column:first-of-type {
        min-width: 40px;
    } 
}

@media screen and (max-width: 480px) {
	h1 {
		font-size: 26px;
	}
	
	h2 {
		font-size: 22px;
	}
    
    h3 {
        font-size: 20px;
    }
    
    .fs30,
    .fs26 {
        font-size: 18px;
    }
    
    p,
    .fs20 {
        font-size: 16px;
    }
    
    /*.bullet-bco li {
        margin: 0;
    }*/

    .bullet-bco li:before {
        top: 8px;
    }
    
    .item-negocio {
        padding: 20px;
    }
    
    /*.negocio-puro {
        background-image: url('assets/img/fondo-arrendamiento-puro-movil.png');
    }
    
    .negocio-sale {
        background-image: url('assets/img/fondo-sales-and-lease-back-movil.png');
    }*/
}