/*!
Theme Name: kolby parts
Theme URI: https://holarafa.com/
Author: holarafa
Author URI: https://holarafa.com
Description: Wordpress theme holarafa
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kolby
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Wordpress limpio is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*-----------------------------------------------------------------------------------------------------------
>>> STYLES CSS
-----------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
    font-family: 'Open Sans',sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

html {
    font-size: 62.5%;
}

h1 {
	margin: 0;
	padding: 0px;
}

h2 {
	margin: 0;
	padding: 0px;
	color: #36241E;
	font-family: "Noto Serif";
	font-size: 4.5rem;
	font-weight: 700;
}

h3 {
	margin: 0;
	padding: 0px;
}

p, span {
	font-family: 'Open Sans',sans-serif;
	margin: 0px;
	padding: 0px;
}

div {
	font-family: 'Open Sans',sans-serif;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

em {
	font-family: 'Open Sans',sans-serif;
	margin: 0px;
	padding: 0px;
}

b, strong {
	font-family: 'Open Sans',sans-serif;
	margin: 0px;
	padding: 0px;
}

a {
	font-family: 'Open Sans',sans-serif;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

a:hover {
	font-family: 'Open Sans',sans-serif;
	margin: 0px;
	padding: 0px;
}

.container-fluid {
	padding-left: 5.0rem;
	padding-right: 5.0rem;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-mds-1, .col-mds-10, .col-mds-11, .col-mds-12, .col-mds-2, .col-mds-3,
.col-mds-4, .col-mds-5, .col-mds-6, .col-mds-7, .col-mds-8, .col-mds-9, .col-sms-1, .col-sms-10, .col-sms-11,
.col-sms-12, .col-sms-2, .col-sms-3, .col-sms-4, .col-sms-5, .col-sms-6, .col-sms-7, .col-sms-8, .col-sms-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9 {
    position:relative;
    min-height:1px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

.hentry {
    margin: 0;
}

*:focus {
	color: inherit;
	text-decoration: none;
	outline: none;
	outline: 0 !important;
	text-decoration: none;
}

a:focus {
	color: inherit;
	text-decoration: none;
	outline: none !important;
	outline-offset: 0 !important;
}

a[href^="tel"]{
    color:inherit;
    font-family: inherit;
    font-weight: inherit;
    text-decoration:none;
}

a.sin-formato, a.sin-formato:hover {
	text-decoration: none !important;
	color: inherit;
	outline: none !important;
}

#content {
	background-color: #f5f1ec;
	min-height: 100vh;
}

.tabla-wordpress {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.fila-wordpress {
	display: table-row;
	width: 100%;
}

.celda-10 {
	display: table-cell;
	vertical-align: top;
	width: 10%;
}

.celda-20 {
	display: table-cell;
	vertical-align: top;
	width: 20%;
}

.celda-30 {
	display: table-cell;
	vertical-align: top;
	width: 30%;
}

.celda-40 {
	display: table-cell;
	vertical-align: top;
	width: 40%;
}

.celda-50 {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}

.celda-60 {
	display: table-cell;
	vertical-align: top;
	width: 60%;
}

.celda-70 {
	display: table-cell;
	vertical-align: top;
	width: 70%;
}

.celda-80 {
	display: table-cell;
	vertical-align: top;
	width: 80%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #FDF1E7 inset !important;
}

.no-desktop {
	display: none;
}

.link-kolby, .link-kolby:hover {
	font-weight: 400 !important;
	font-size: 1.6rem;
	color: #f5f1ec !important;
	padding: 0.5rem 2.3rem;
	background: #F27F36;
	border: 1.5px solid #F27F36;
	border-radius: 0.5rem;
	display: inline-block;
	transition: all 0.3s ease;
	text-decoration: none;
}

.link-kolby svg, .link-kolby:hover svg {
	width: 2.2rem;
	height: auto;
	margin-right: 0.5rem;
}

.link-kolby path {
	fill: #f5f1ec;
	transition: all 0.3s ease;
}

.link-kolby:hover path {
	fill: #F27F36;
	transition: all 0.3s ease;
}

.link-kolby:hover {
	background: #f5f1ec;
	color: #F27F36 !important;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Footer & Header
--------------------------------------------------------------*/

.header-menu {
	padding: 2.0rem 0 2.0rem 0;
	margin: 0px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	vertical-align: middle;
	z-index: 1000;
	background: transparent;
	overflow: hidden;
	transform: translateY(-0.3rem);
}

.header-menu .link-kolby, .header-menu .link-kolby:hover {
	margin-left: 2.0rem;
	margin-right: 4.0rem;
}

.header-menu::before {
    content: "";
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0; */
    pointer-events: none;
    background: rgba(245,241,236,0.75);
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
    will-change: backdrop-filter, background;
    
}

.logo {
	text-align: left;
}

.logo-header img {
	text-align: left;
	display: inline-block;
	height: 3.6rem;
	width: auto;
	max-width: 100%;
}

.menu-header, .menu-header:hover {
	font-weight: 400;
	font-size: 1.6rem;
	color: #36241E;
	transition: all 0.3s ease;
	text-decoration: none;
	margin: 0 2.0rem;
}

.menu-header:hover {
	color: #F27F36;
}

.is-current {
	color: #F27F36 !important;
	border-bottom: 1px solid #F27F36;
}

.link-whatsapp {
	display: inline-block;
	position: relative;
	transform: translateY(-5px);
}

.link-whatsapp path, .link-whatsapp:hover path {
	transition: all 0.3s ease;
}

.link-whatsapp:hover path {
	fill: #25D366;
}

#colophon {
	border-top: 1px solid rgba(54, 36, 30, 0.5);
	padding-top: 9.1rem;
	padding-bottom: 5.6rem;
	background-color: #f5f1ec;
}

.logo-footer img {
	text-align: left;
	display: inline-block;
	height: 5rem;
	width: auto;
	max-width: 90%;
	transform: translateY(-10px);
}

.link-telefono-footer, .link-telefono-footer:hover {
	margin-left: 5.0rem;
}

.link-telefono-footer span, .link-telefono-footer:hover span {
	transition: all 0.3s ease;
}

.link-telefono-footer:hover span {
	color: #F27F36 !important;
}

.link-telefono-footer path, .link-telefono-footer:hover path {
	transition: all 0.3s ease;
}

.link-telefono-footer:hover path {
	fill: #F27F36;
}

.link-telefono-footer svg {
	transform: translateY(-5px);
}

.info-footer-fila-1 {
	padding-bottom: 4.0rem;
	border-bottom: 0.5px solid rgba(54, 36, 30, 0.25);
}

.info-footer-fila-2 {
	padding-top: 4.0rem;
}

.texto-direccion-footer {
	font-size: 1.8rem;
	font-weight: 400;	
}

.link-google-maps, .link-google-maps:hover {
	font-size: 1.5rem;
	font-weight: 400;
	color: #36241E;
	transition: all 0.3s ease;
	text-decoration: none;
	border-bottom: 1px solid #36241E;
	margin-top: 2.0rem;
	display: inline-block;
}

.link-google-maps:hover {
	color: #F27F36;
	border-bottom: 1px solid #F27F36;
}

.menu-footer, .menu-footer:hover {
	font-size: 1.8rem;
	font-weight: 400;
	color: #36241E;
	transition: all 0.3s ease;
	text-decoration: none;
	margin-bottom: 1.5rem;
	display: inline-block;
}

.menu-footer:hover {
	color: #F27F36;
}

.row-last-footer {
	padding-top: 9.0rem;
}

.texto-copyright-footer {
	font-size: 1.4rem;
	font-weight: 400;
	color: #36241E;
}

.link-legal-footer, .link-legal-footer:hover {
	font-size: 1.4rem;
	font-weight: 400;
	color: #36241E;
	transition: all 0.3s ease;
	text-decoration: none;
	margin-right: 2.0rem;
}

.link-legal-footer:hover {
	color: #F27F36;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

#header_home {
	padding-top: 16.0rem;
	padding-bottom: 13.5rem;
}

#header_home h1 {
	font-weight: 800;
	font-size: 5.0rem;
	color: #36241E;
	max-width: 70.0rem;
	margin-bottom: 3.0rem;
}

.header_home_image img {
	border-radius: 1.0rem 0 0 1.0rem;
	width: 100%;
	height: auto;
	transform: translateX(5.0rem);
}

.header_home_image video {
	border-radius: 1.0rem 0 0 1.0rem;
	width: 100%;
	height: auto;
	transform: translateX(5.0rem);
}

#header_home .subtitulo-cabecera {
	font-weight: 600;
	font-size: 2.5rem;
	color: #36241E;
	margin-bottom: 4.0rem;
}

.texto-contactanos {
	font-weight: 500;
	font-size: 2.0rem;
	color: #36241E;
	padding-left: 5px;
	padding-right: 5px;
}

.link-whatsapp span {
	transform: translateY(5px);
	display: inline-block;
	transition: all 0.3s ease;
}

.link-whatsapp:hover span {
	color: #25D366;
	transition: all 0.3s ease;
}

.seccion-diferencias {
	padding-top: 9.0rem;
	background-color: #36241E;
	margin-left: -5.0rem;
	margin-right: -5.0rem;
	z-index: 100;
	position: relative;
}

.imagen-fondo-diferencias {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin-top: 5.0rem;
}

.columnas-seccion-diferencias {
	padding-left: 3.0rem !important;
	padding-right: 3.0rem !important;
}

.contenido-diferencia h3 {
	font-weight: 600;
	font-size: 2.2rem;
	color: #F27F36;
	margin-bottom: 1.5rem;
	margin-top: 1.3rem;
	min-height: 5.2rem;
	padding: 0 2.0rem !important;
	font-family: 'Noto Serif', serif;
}

.icono-diferencia {
	width: auto;
	height: 5.0rem;
	margin-left: 2.0rem;
}

.contenido-diferencia p {
	font-weight: 400;
	font-size: 1.4rem;
	color: #F5F1EC;
	padding: 0 2.0rem !important;
}

.seccion-servicios-home {
	padding-top: 8rem;
	padding-bottom: 9.0rem;
	position: relative;
	margin-left: -5.0rem;
	margin-right: -5.0rem;
	padding-left: 5.0rem !important;
	padding-right: 5.0rem !important;
	overflow: hidden;
}

.textos-servicios-home {
	padding-right: 7.0rem;
}

.imagen-servicios-home {
	width: 100%;
	height: auto;
	border-radius: 1.0rem;
	z-index: 100;
}

.seccion-servicios-home h2 {
	margin-bottom: 3.2rem;
	padding-right: 3.0rem;
	z-index: 100;
}

.servicios-home {
	color: #36241E;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 5.0rem;
	padding-right: 8.0rem;
	z-index: 100;
}

.servicios-home p, .servicios-home ul {
	margin-bottom: 3.0rem;
}

.servicios-home ul {
	list-style: none;
}
.servicios-home ul li {
	position: relative;
	padding-left: 2.5rem;
	margin-bottom: 1.5rem;
}

.servicios-home ul li::before {
	content: url('/wp-content/uploads/2025/09/check-kolby.svg');
	position: absolute;
	left: -1.3rem;
	top: 0.2rem;
	color: #F27F36;
}

.redonda-seccion-servicios {
	width: 72.0rem;
	height: 72.0rem;
	position: absolute;
	top: -7.5rem;
	right: -15.0rem;
	z-index: 0;
}

.marquee {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* la animación usará --marquee-width (en px) fijado por JS */
.marquee__track {
  display: flex;
  align-items: center;
  will-change: transform;
  transform: translate3d(0,0,0);
  /* la animación se asigna desde JS para asegurar duración exacta */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  backface-visibility: hidden;
}

/* cada grupo no se encoge */
.marquee__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* items */
.marquee__item {
	display: inline-block;
	white-space: nowrap;
	padding: 0.2rem 0.6rem;
	color: #F5F1EC;
	font-size: 2rem;
	font-weight: 500;
	margin-right: 10rem;
}

/* keyframes usando la variable --marquee-width (px exactos) */
@keyframes marquee {
  0% { transform: translate3d(0,0,0); }
  100% { transform: translate3d(calc(-1 * var(--marquee-width)), 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none !important; transform: none !important; }
}

.scroll-sectores-home {
	padding-top: 1.7rem;
	padding-bottom: 1.7rem;
	background-color: #36241E;
}

.seccion-sectores-home {
	margin-left: -5.0rem;
	margin-right: -5.0rem;
	z-index: 100;
	position: relative;
}

/* Slider full-bleed y aspecto "espectacular" */
.slider-imagenes-sectores {
  /* convertir la columna en full-bleed */
  position: relative;
  width: 100%;
  box-sizing: border-box;
  z-index: 20;
  border-bottom-left-radius: 2.0rem;
  border-bottom-right-radius: 2.0rem;
  overflow: hidden;
}

.SwiperSectoresHome {
  width: 100%;
  height: 85vh;
  min-height: 420px;
  max-height: 920px;
  overflow: hidden;
}

/* cada slide ocupa 100vw para asegurar que cubra todo el viewport */
.SwiperSectoresHome .swiper-slide {
  width: 100vw !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* contenedor interno para efectos (zoom/overlay/parallax) */
.SwiperSectoresHome .slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Zoom suave en cada slide (ken-burns) + fade entre slides */
.SwiperSectoresHome .slide-inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08); /* ligero zoom por defecto */
  transition: transform 12s cubic-bezier(.2,.7,.2,1), opacity 900ms ease;
  will-change: transform, opacity;
  filter: contrast(1.02) saturate(1.04) brightness(.94);
}

/* imagen activa: relaja el zoom (centra la atención) */
.SwiperSectoresHome .slide-inner img.is-active,
.SwiperSectoresHome .swiper-slide-active .slide-inner img {
  transform: scale(1.00); /* efecto de "zoom in" lento desde el estado base */
  transition-duration: 10s;
  filter: contrast(1.04) saturate(1.08) brightness(1);
}

/* asegurar que Swiper fade use opacidad y no interfiera con transform */
.SwiperSectoresHome .swiper-slide {
  backface-visibility: hidden;
}

/* suavizar la opacidad durante crossFade (compatibilidad) */
.SwiperSectoresHome .swiper-slide {
  transition-property: opacity;
  transition-duration: 1000ms;
  transition-timing-function: ease;
}

.seccion-expertos-home {
	padding-top: 10.0rem;
	padding-bottom: 7.0rem;
}

.imagen-expertos-home {
	width: 100%;
	height: auto;
	border-radius: 1.0rem;
	margin-top: 8.0rem;
}

.seccion-expertos-home h2 {
	margin-bottom: 3.2rem;
	color: #36241E;
	font-family: "Noto Serif";
	font-size: 4.5rem;
	font-weight: 700;
}

.texto-expertos {
	color: #36241E;
	font-size: 1.8rem;
	font-weight: 500;
}

.texto-expertos p {
	margin-bottom: 2.0rem;
}

.kpi-experto {
	margin-top: 1rem;
}

.kpi-experto h3 {
	color: #F27F36;
	font-size: 10rem;
	font-weight: 800;
	line-height: normal;
}

.kpi-experto p {
	color: #36241E;
	font-size: 1.8rem;
	font-weight: 500;
	transform: translateY(-2.0rem);
}

/*--------------------------------------------------------------
# Servicios
--------------------------------------------------------------*/

.contenido-pagina-servicios {
	padding-top: 17.0rem;
	padding-bottom: 10.0rem;
}

.contenido-pagina-servicios h1 {
	color: #36241E;
	font-size: 5.5rem;
	font-weight: 800;
	max-width: 63.0rem;
	margin-bottom: 7.6rem;
}

.texto-pagina-servicios {
	color: #000;
	font-size: 2.0rem;
	font-weight: 400;
}

.texto-pagina-servicios p, .texto-pagina-servicios ul {
	margin-bottom: 2.6rem;
}

.imagen-pagina-servicios {
	width: 100%;
	height: auto;
	border-top-left-radius: 1.0rem;
	border-bottom-left-radius: 1.0rem;
	transform: translateX(5.0rem);
}

.imagen-pagina-servicios-izq {
	width: 100%;
	height: auto;
	border-top-right-radius: 1.0rem;
	border-bottom-right-radius: 1.0rem;
	transform: translateX(-5.0rem);
}

.row-servicios-servicios {
	margin-bottom: 12.0rem;
}

.row-sectores-servicios {
	padding: 9.0rem 5.0rem 10.0rem 5.0rem;
	background-color: #36241E;
	margin-left: -5.0rem;
	margin-right: -5.0rem;
}

.titular-sectores-servicios	{
	color: #F5F1EC;
	font-size: 5.5rem;
	font-weight: 700;
	margin-bottom: 6.0rem;
	text-align: center;
}

.contenido-sector-servicios {
	margin-bottom: 7.0rem;
	padding-right: 2.5rem !important;
	padding-left: 2.5rem !important;
}

.contenido-sector-servicios h3 {
	color: #F27F36;
	font-size: 2.2rem;
	font-weight: 600;
}

.contenido-sector-servicios p {
	color: #F5F1EC;
	font-size: 1.8rem;
	font-weight: 500;
}

.row-soluciones-servicios {
	padding-top: 6.0rem;
}

.titular-soluciones-servicios {
	color: #36241E;
	text-align: center;
	font-family: "Open Sans";
	font-size: 5.0rem;
	font-weight: 700;
	max-width: 72.0rem;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	margin-bottom: 8.0rem;
}

.contenido-solucion-servicios {
	margin-bottom: 7.0rem;
	padding-right: 6.0rem !important;
	padding-left: 6.0rem !important;
}

.contenido-solucion-servicios h3 {
	margin-top: 1.0rem;
	margin-bottom: 1.3rem;
	color: #36241E;
	font-family: "Open Sans";
	font-size: 2.6rem;
	font-weight: 700;
}

.contenido-solucion-servicios p {
	color: rgba(54, 36, 30, 0.75);
	font-family: "Open Sans";
	font-size: 1.6rem;
	font-weight: 700;
}

.contenido-solucion-servicios img {
	border-radius: 1rem;
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
# Nosotros
--------------------------------------------------------------*/

.page-template-page-nosotros .header-menu::before {
	background-color: rgb(240, 250, 251, .75);
	transition: all 0.3s ease;
}

.page-template-page-nosotros.volver-color .header-menu::before {
	background-color: rgba(245,241,236,0.75);
	transition: all 0.3s ease;
}

.contenido-pagina-nosotros {
	padding-bottom: 10.0rem;
}

.contenido-pagina-nosotros h1 {
	padding-top: 13.0rem;
	color: #36241E;
	font-size: 5.5rem;
	font-weight: 800;
	max-width: 96.0rem;
	margin-bottom: 7.6rem;
}

.row-cabecera-nosotros {
	margin-left: -5.0rem;
	margin-right: -5.0rem;
	padding-left: 5.0rem !important;
	padding-right: 5.0rem !important;
	background-position: top;
	background-size: cover;
	height: 120vh;
}

.row-inicial-nosotros {
	padding-top: 8.0rem;
	padding-bottom: 9.0rem;
}

.texto-inicial-nosotros {
	padding-right: 6.0rem !important;
	color: #36241E;
	font-size: 2.0rem;
	font-weight: 500;
	margin-bottom: 4.0rem;
}

.imagen-byg-nosotros {
	width: 90%;
	height: auto;
	border-radius: 1.0rem;
	margin-top: 5.0rem;
	max-width: 25.0rem;
}

.icono-empresa-nosotros {
	width: 15%;
	height: auto;
	margin-bottom: 1.5rem;
	margin-right: 4%;
	max-height: 12.0rem;
}

.kolby-nosotros {
	width: 100%;
	height: auto;
	border-radius: 1.0rem;
	margin-top: 7.0rem;
	margin-bottom: 4.0rem;
}

.texto-kolby-nosotros {
	color: #36241E;
	font-size: 2.0rem;
	font-weight: 500;
	margin-bottom: 4.0rem;
}

/*--------------------------------------------------------------
# Contacto
--------------------------------------------------------------*/

.contenido-pagina-contacto {
	padding-top: 10.0rem;
	padding-bottom: 10.0rem;
}

.contenido-pagina-contacto h1 {
	color: #36241E;
	font-size: 5.5rem;
	font-weight: 800;
	max-width: 85.0rem;
	margin-bottom: 5.6rem;
}

.texto-pagina-contacto {
	color: #36241E;
	font-size: 2.0rem;
	font-weight: 500;
	margin-top: 3.0rem;
	margin-bottom: 3.0rem;
}

.imagen-pagina-contacto {
	width: 100%;
	height: auto;
	border-radius: 1.0rem;
}

.titular-donde-estamos {
	margin-top: 3.0rem;
	margin-bottom: 1.0rem;
	color: #36241E;
	font-size: 2.6rem;
	font-weight: 700;
}

.campo-texto, .campo-area-texto {
	width: 100%;
	margin-bottom: 1.5rem;
	color: #36241E;
	font-size: 2rem;
	font-weight: 500;
	padding: 1.3rem 2.0rem;
	border-radius: 1rem;
	background: rgba(242, 127, 54, 0.3);
	border: none
}

::placeholder {
	color: rgba(54, 36, 30, 0.5);
}

.wpcf7-not-valid-tip {
	color: red !important;
	font-size: 1.4rem !important;
	font-weight: 500 !important;
}

.submit-form, .submit-form:hover {
	font-weight: 400 !important;
	font-size: 1.6rem;
	color: #f5f1ec !important;
	padding: 0.5rem 5.3rem;
	background: #F27F36;
	border: 1.5px solid #F27F36;
	border-radius: 0.5rem;
	display: inline-block;
	transition: all 0.3s ease;
	text-decoration: none;
	margin-top: 3.0rem;
}

.submit-form:hover {
	background: #f5f1ec;
	color: #F27F36 !important;
	text-decoration: none;
}

span.wpcf7-list-item-label:before {
	content: url('/wp-content/uploads/check-off.svg');
	position: absolute;
	left: 0;
	z-index: 10;
	margin-top: 1px;
	cursor: pointer;
}

.formulario-contacto .wpcf7-acceptance input:checked + span.wpcf7-list-item-label::before {
	content: url('/wp-content/uploads/check-on.svg') !important;
}

input[type=checkbox], input[type=radio] {
	display: none;
}

.wpcf7-list-item-label {
	position: relative;
	padding-left: 2.5rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #36241E;
}

.wpcf7-list-item-label a, .wpcf7-list-item-label a:hover {
	color: #36241E;
	text-decoration: none;
	border-bottom: 1px solid #36241E;
}

.wpcf7-form.sent p {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	font-size: 3rem;
	font-weight: 500;
	color: #F27F36;
	background: transparent;
	border: none;
	padding: 0!important;
	margin-left: 0;
	margin-top: 3.0rem;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (max-width: 500px) {
	html {
	    font-size: 62.5%;
	}
	.no-desktop {
		display: block;
	}
	.no-mobile {
		display: none !important;
	}
}

@media (min-width: 501px) and (max-width: 767px) {
	html {
	    font-size: 62.5%;
	}
	.no-desktop {
		display: block;
	}
	.no-mobile {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 999px) {
	html {
	    font-size: 62.5%;
	}
	.no-desktop {
		display: block;
	}
	.no-mobile {
		display: none !important;
	}
}

@media (min-width: 1000px) and (max-width: 1200px) {
	html {
	    font-size: 62.5%;
	}
}

@media (min-width: 1201px) and (max-width: 1400px) {
	html {
	    font-size: 62.5%;
	}
}

@media (min-width: 1401px) and (max-width: 1919px) {
	html {
	    font-size: 62.5%;
	}
}

@media (min-width: 1920px) {
	html {
	    font-size: 62.5%;
	}
}

















