/*!
Theme Name: iexce
Author: Hasitago
Author URI: http://www.hasitago.com/
Description: Tema personalizado desarrollado por Hasitago Agencia de Comunicación para iEXCE
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: iexce
*/

@font-face {
  font-family: "Calibri";
  src: url("fonts/Calibri-Light.eot");
  src: url("fonts/Calibri-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/Calibri-Light.woff2") format("woff2"),
    url("fonts/Calibri-Light.woff") format("woff"),
    url("fonts/Calibri-Light.ttf") format("truetype"),
    url("fonts/Calibri-Light.svg#Calibri-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("fonts/Calibri.eot");
  src: url("fonts/Calibri.eot?#iefix") format("embedded-opentype"),
    url("fonts/Calibri.woff2") format("woff2"),
    url("fonts/Calibri.woff") format("woff"),
    url("fonts/Calibri.ttf") format("truetype"),
    url("fonts/Calibri.svg#Calibri") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("fonts/Calibri-Bold.eot");
  src: url("fonts/Calibri-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Calibri-Bold.woff2") format("woff2"),
    url("fonts/Calibri-Bold.woff") format("woff"),
    url("fonts/Calibri-Bold.ttf") format("truetype"),
    url("fonts/Calibri-Bold.svg#Calibri-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("fonts/Calibri-BoldItalic.eot");
  src: url("fonts/Calibri-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("fonts/Calibri-BoldItalic.woff2") format("woff2"),
    url("fonts/Calibri-BoldItalic.woff") format("woff"),
    url("fonts/Calibri-BoldItalic.ttf") format("truetype"),
    url("fonts/Calibri-BoldItalic.svg#Calibri-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("fonts/Aileron-Black.eot");
  src: url("fonts/Aileron-Black.eot?#iefix") format("embedded-opentype"),
    url("fonts/Aileron-Black.woff2") format("woff2"),
    url("fonts/Aileron-Black.woff") format("woff"),
    url("fonts/Aileron-Black.ttf") format("truetype"),
    url("fonts/Aileron-Black.svg#Aileron-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ElegantIcons";
  src: url("fonts/ElegantIcons.eot");
  src: url("fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"),
    url("fonts/ElegantIcons.woff") format("woff"),
    url("fonts/ElegantIcons.ttf") format("truetype"),
    url("fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}

:root {
  --red: rgb(228, 5, 33);
  --red-90: rgba(228, 5, 33, 0.9);
  --gray: rgb(52, 51, 44);
  --gray-10: rgba(52, 51, 44, 0.1);
  --gray-50: rgba(51, 51, 44, 0.5);

  --calibri: "Calibri", sans-serif;
  --elegant: "ElegantIcons";
  --aileron: "Aileron", sans-serif;
  --phone: "\e090";
  --rounded-left: "\e045";
  --rounded-right: "\e046";
  --down: "\33";
  --left: "\34";
  --right: "\35";
  --dot: "\5b";
  --dot-full: "\5c";
  --close: "\4d";
  --download: "\e070";
}

/* theme styles */
body,
html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  text-decoration: none;
  background-color: transparent;
  color: #000;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  width: 100%;
  max-width: 100%;
}
button,
input {
  overflow: visible;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[hidden] {
  display: none;
}
/* end theme styles */
/* estilos generales */

body {
  width: 100%;
  margin: auto;
  font-family: var(--calibri);
  font-weight: 300;
}
a,
.btn,
.btn:hover {
  cursor: pointer;
}
a,
header,
header.fixed,
.site-branding,
.button_container,
.button_container.active,
.button_container.active .top,
.button_container.active .middle,
.button_container.active .bottom,
.btn,
.btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fullw {
  width: 100%;
  max-width: 2500px !important;
  margin: auto;
}
.limitw,
section:not(.fullw),
header .content {
  width: 80%;
  max-width: 2500px;
  margin: auto;
}
.pd0 {
  padding: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.upper {
  text-transform: uppercase;
}
.only-mobile {
  display: none !important;
}

.white {
  color: #fff !important;
}
.bk {
  color: #000 !important;
}
.red {
  color: var(--red) !important;
}
.text-center {
  text-align: center;
}
p {
  line-height: 1.5em;
}
.btn {
  display: inline-block;
  text-align: center;
  border: none;
  outline: none;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-family: var(--calibri);
  font-weight: bold;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--gray);
}
.btn:hover {
  background-color: var(--red);
}

/* flex */
.flex-row,
.flex-col {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-4 {
  width: 25%;
}
.col-20 {
  width: 20%;
}
.col-30 {
  width: 30%;
}
.col-40 {
  width: 40%;
}
.col-60 {
  width: 60%;
}
.col-70 {
  width: 70%;
}
.col-80 {
  width: 80%;
}

/* menu */
header#masthead {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}

.header-phone {
  padding-top: 0.5rem;
  text-align: right;
}

.header-phone a {
  font-size: 0.875rem;
  line-height: 1;
}

.header-phone a::before {
  content: var(--phone);
  font-family: var(--elegant);
  font-size: 1em;
  color: var(--red);
  padding-right: 0.5rem;
}

.header-container {
  align-items: flex-end;
  padding-bottom: 0.5rem;
}

.site-branding {
  height: 4rem;
}

.site-branding img {
  height: 100%;
  width: auto;
  max-width: none;
}

.main-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-navigation ul li a {
  display: block;
  text-align: center;
  font-weight: normal;
  color: var(--blue);
  padding: 0rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  position: relative;
  transition: 0.3s;
}

.main-navigation ul li:last-of-type a {
  padding-right: 0;
}

.main-navigation ul li a:hover,
.main-navigation ul li.active a {
  color: var(--red);
  font-weight: bold;
}

/* menu responsive */
.button_container {
  display: none;
  height: 1.25rem;
  width: 1.5rem;
  cursor: pointer;
  z-index: 100;
  position: relative;
}
.button_container span {
  background: #000;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 8px;
}
.button_container span:nth-of-type(3) {
  top: 16px;
}
.button_container.active .top {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -moz-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  -o-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
}
.button_container.active .middle {
  opacity: 0;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -o-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}
/* footer */
footer {
  padding: 0.5rem 0;
  background-color: #fff;
}
footer p,
footer a {
  color: #000;
  font-size: 0.875rem;
}
footer a:hover {
  color: var(--red);
}
/* formularios */
.wpcf7-form span {
  display: block;
}
input:not(.btn),
textarea,
select {
  font-family: var(--calibri);
  font-weight: 400;
  font-size: 0.875rem;
  padding: 0.5rem;
}
span.wpcf7-list-item {
  margin: 0;
}
.acceptance-611 {
  clear: both;
  display: inline-block !important;
}
.wpcf7-acceptance,
.wpcf7-list-item,
.accept {
  display: inline-block !important;
}

.wpcf7-acceptance input,
.wpcf7-list-item input {
  width: 0.875rem !important;
  height: 0.875rem !important;
  margin: 0 0.5rem 0 0 !important;
}
.wpcf7-acceptance {
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1;
}
.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7-list-item-label {
  font-size: 0.75rem;
  font-family: var(--calibri);
  font-weight: 400;
}

.accept {
  font-size: 14px;
  line-height: 1em;
  width: calc(100% - 30px);
  vertical-align: middle;
}
.wpcf7-acceptance a {
  color: #fff;
  text-decoration: underline;
}

form .form-txt {
  margin: 0 5% 5% !important;
}
form p {
  margin-bottom: 0;
}

.wpcf7-response-output {
  color: #fff;
  border: 0 !important;
  margin: 0.25rem !important;
  padding: 0 !important;
  padding-top: 1rem !important;
  font-family: var(--calibri);
  font-weight: 400;
  font-size: 0.875rem;
}
span.wpcf7-not-valid-tip {
  padding-top: 5px;
  line-height: 1.2em;
  font-family: var(--calibri);
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--gray);
}
div.wpcf7 .ajax-loader {
  display: none !important;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background-color: #000;
  text-align: center;
  text-transform: uppercase;
}
div.wpcf7-mail-sent-ok {
  color: #398f14;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #a80000;
}
input[name='txtreunion'] {display: none;}
/* plugin cookies */
.cn-notice-text {font-size: 14px;}
#cookie-notice .cn-button {border: unset;text-shadow:unset;text-transform: uppercase;}
#cookie-notice .cn-button {
    margin-left: 10px;
    background-color: var(--gray);
    background-image: unset;
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto auto;
    background-origin: padding-box;
    background-clip: border-box;
    color: #fff;
}
#cookie-notice .cn-button:hover {
    color: var(--gray);
    background-color: #fff;
    background-image: unset;
}
/* fin estilos generales */

h1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
}

section.seccion {
  position: relative;
  padding-top: 2rem;
}

.seccion-titulos {
  padding-bottom: 1rem;
}

.seccion-titulos .pretitulo {
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 2rem;
}

.seccion-titulos .pretitulo::before {
  content: "";
  display: inline-block;
  background-image: url("./img/pretit-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 1em;
  width: 1em;
  vertical-align: bottom;
  margin-right: 0.5rem;
}

.seccion-titulos .titulo {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 1rem;
}

.seccion-titulos .titulo .red {
  color: var(--red);
}

.seccion-titulos .subtitulo {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 300;
}

.next {
  display: block;
  padding-top: 2rem;
  text-align: center;
}

.next .icon-next::before {
  content: var(--down);
  font-family: var(--elegant);
  line-height: 1;
  font-size: 2rem;
  color: var(--gray);
}

.anchor {
  display: block;
  position: relative;
  top: -6.25rem;
  visibility: hidden;
}

/* Formularios de sección */

.formulario {
  width: 100%;
  padding: 1rem;
  color: #fff;
  background-color: var(--red-90);
}

.formulario-texto {
  margin: 0.25rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
}

.formulario-texto .titulo {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
}

.formulario-texto .subtitulo {
  font-size: 1rem;
  font-weight: bold;
}

.formulario .flex-row > .wpcf7-form-control-wrap {
  width: 50%;
}

.formulario .wpcf7-form-control-wrap {
  padding: 0.25rem;
}

.formulario input:not(.btn),
.formulario select,
.formulario textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  border: 1px solid #fff;
}

.formulario input:not(.btn)::placeholder,
.formulario textarea::placeholder {
  opacity: 1;
  color: #fff;
}

.formulario .btn {
  font-size: 0.875rem;
  margin: 0.25rem;
}

.formulario .form-bottom {
  padding-top: 0.5rem;
}

.formulario .caja-reunion {
  display: none;
}

.formulario .reunion {
  display: block;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  margin: 0.25rem;
}

.formulario .reunion .wpcf7-list-item {
  width: 100%;
}

.formulario .reunion .wpcf7-list-item label {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
}

.formulario .reunion .wpcf7-list-item-label {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  font-weight: 700;
}

.formulario .reunion .wpcf7-list-item input[type="checkbox"] {
  height: 1rem;
  width: 1rem;
  cursor: pointer;
}

.formulario .caja-reunion p {
  font-size: 0.875rem;
}

.formulario .horas-caja .horas {
  padding: 0.5rem 0;
}

.formulario .horas-caja .horas .h {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0.5rem 0;
  text-align: center;
  width: 49.5%;
  margin-bottom: 0.25rem;
  transition: 0.3s;
}

.formulario .horas-caja .horas .h:hover,
.formulario .horas-caja .horas .h.active {
  background-color: #fff;
  color: var(--red);
  font-weight: 700;
}

.formulario .horas-caja .hora {
  display: none;
}

.formulario .popup-cerrar {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

.formulario .popup-cerrar::before {
  content: var(--close);
  font-family: var(--elegant);
  color: #fff;
  font-size: 1.5rem;
}

/* Sección Home */

.seccion-home {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.seccion-home .left {
  padding: 6rem 0 4rem;
}

.seccion-home h1 {
  padding-bottom: 2rem;
}

.seccion-home .left .subtitulo {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.02em;
}

.seccion-home .right {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.seccion-home .formulario .dossier {
  display: none;
}

/* Sección Solución */

.soluciones {
  display: flex;
  padding-bottom: 2rem;
}

.solucion {
  width: 33.33%;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--gray-50);
  background-blend-mode: multiply;
  color: #fff;
  transition: 0.3s;
  overflow: hidden;
}

.solucion.active {
  width: 60%;
  height: calc(100vw * 0.8 * 0.6 / 2);
}

.solucion.not-active {
  width: 20%;
  cursor: pointer;
}

.solucion-container {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 3rem 2rem 3rem 4rem;
  transition: 0.3s;
  position: relative;
}

.solucion:hover .solucion-container {
  background-color: var(--red-90);
}

.solucion.not-active .solucion-container {
  padding: 2rem;
  align-items: center;
}

.solucion.active .solucion-container {
  padding: 3rem;
  background-color: var(--red);
}

.solucion.active .solucion-titulo {
  width: 40%;
  align-self: center;
}

.solucion .solucion-titulo h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  width: 12rem;
  padding-bottom: 1rem;
  transform: translateY(90%);
  transition: transform 0.3s;
}

.solucion.not-active .solucion-titulo h3,
.solucion.active .solucion-titulo h3 {
  transform: translate(0);
}

.solucion:hover .solucion-titulo h3 {
  transform: translate(0);
}

.solucion p {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 1rem;
}

.solucion .solucion-text-btn {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.solucion:hover .solucion-text-btn,
.solucion.active .solucion-text-btn {
  opacity: 1;
  pointer-events: all;
}

.solucion.not-active .solucion-text-btn {
  display: none;
}

.solucion .btn-solucion {
  background-color: #fff;
  border: 1px solid #fff;
  color: var(--red);
}

.solucion .btn-solucion:hover {
  color: #fff;
  background-color: var(--red);
}

.solucion.active .btn-solucion {
  display: none;
}

.solucion .solucion-imagenes {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s 0.5s;
}

.solucion.active .solucion-imagenes {
  position: relative;
  width: 60%;
  padding-left: 2.5rem;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.solucion .solucion-slider {
  height: 100%;
  width: 100%;
}

.solucion .solucion-slider img {
  outline: none;
}

.solucion-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}

.solucion-slider .slick-arrow::before {
  content: "";
  font-family: var(--elegant);
  font-size: 1.5rem;
  color: #fff;
}

.solucion-slider .slick-prev {
  left: -2rem;
}

.solucion-slider .slick-next {
  right: -2rem;
}

.solucion-slider .slick-prev::before {
  content: var(--rounded-left);
}

.solucion-slider .slick-next::before {
  content: var(--rounded-right);
}

/* Popup Presupuesto */

.presupuesto-popup {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}

.presupuesto-popup.show {
  opacity: 1;
  pointer-events: all;
}

.presupuesto-popup .formulario {
  width: 50%;
  padding: 2rem 2rem 1rem;
  position: relative;
}

.presupuesto-popup .btn-archivo {
  background-color: transparent;
  border: 1px solid #fff;
}

.presupuesto-popup .btn-archivo:hover {
  background-color: #fff;
  color: var(--red);
}

.presupuesto-popup .btn-archivo span::before {
  content: var(--download);
  font-family: var(--elegant);
  font-size: 1.25em;
  padding-right: 0.5rem;
  vertical-align: bottom;
}

.presupuesto-popup .form-bottom .flex-row {
  padding-top: 0.5rem;
}

.presupuesto-popup .form-bottom .flex-row > * {
  width: 50%;
}

.presupuesto-popup .file-upload .archivo {
  display: none;
}

/* Sección Proceso */

.seccion-proceso {
  background-color: var(--gray-10);
  padding: 4rem 0 !important;
  margin-top: 2rem;
}

.seccion-proceso .subtitulo {
  width: 80%;
}

.proceso-pasos {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
  position: relative;
  padding-bottom: 4rem;
}

.paso-wrap {
  padding-bottom: 8rem;
  outline: none;
}

.paso {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.paso .paso-texto {
  margin-left: 4rem;
  width: 25%;
  color: #fff;
}

.paso .paso-id {
  position: relative;
  font-size: 10rem;
  font-weight: bold;
  line-height: 1;
  padding: 3.5rem 0;
}

.paso .paso-texto h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.02em;
  text-shadow: 0.125rem 0.125rem 0.5rem rgba(0, 0, 0, 0.3);
}

.proceso-pasos .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}

.proceso-pasos .slick-arrow::before {
  content: "";
  font-family: var(--elegant);
  font-size: 2rem;
  color: var(--red);
}

.proceso-pasos .slick-prev {
  left: -4rem;
}

.proceso-pasos .slick-next {
  right: -4rem;
}

.proceso-pasos .slick-prev::before {
  content: var(--rounded-left);
}

.proceso-pasos .slick-next::before {
  content: var(--rounded-right);
}

.cta-reunion .left {
  text-align: right;
  font-size: 1.25rem;
  line-height: 1;
  margin-right: 4rem;
  margin-left: auto;
}

/* Sección Clientes */

.seccion-clientes .seccion-titulos {
  padding-bottom: 3rem;
}

.testimonios-container {
  background-color: var(--red);
}

.testimonios-slider {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
  padding: 4rem 0;
  width: 90% !important;
}

.testimonios-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.testimonio {
  color: #fff;
  padding: 0 0.25rem;
  outline: none;
}

.testimonio .testimonio-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2rem;
  text-transform: uppercase;
}

.testimonio .cargo {
  font-weight: bold;
}

.testimonio .texto {
  font-size: 1.5rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.15;
}

.testimonios-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}

.testimonios-slider .slick-arrow::before {
  content: "";
  font-family: var(--elegant);
  font-size: 2rem;
  color: #fff;
}

.testimonios-slider .slick-prev {
  left: -3rem;
}

.testimonios-slider .slick-next {
  right: -3rem;
}

.testimonios-slider .slick-prev::before {
  content: var(--left);
}

.testimonios-slider .slick-next::before {
  content: var(--right);
}

.testimonios-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2rem;
}

.testimonios-slider .slick-dots li button {
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.testimonios-slider .slick-dots li button::before {
  content: var(--dot);
  font-family: var(--elegant);
  font-size: 1.5rem;
  color: #fff;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.testimonios-slider .slick-dots li.slick-active button::before {
  content: var(--dot-full);
}

.testimonios-quote p {
  font-family: var(--aileron);
  font-size: 20rem;
  font-weight: 900;
  line-height: 10rem;
  color: var(--gray);
  text-align: center;
  pointer-events: none;
}

/* Sección Sobre Nosotros */

.seccion-nosotros {
  padding-bottom: 4rem;
}

.nosotros-content {
  background-color: var(--gray);
  color: #fff;
  padding: 4rem 0;
}

.nosotros-content .subtitulo,
.nosotros-caja .caja-texto {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.1;
}

.nosotros-content .subtitulo {
  padding-bottom: 2rem;
}

.nosotros-caja {
  flex: 1;
  align-items: center;
}

.nosotros-caja:not(:last-child) {
  padding-right: 1rem;
}

.nosotros-caja .caja-icono {
  margin: 2rem 0;
  height: 5rem;
}

.nosotros-caja .caja-icono img {
  height: 100%;
  width: auto;
  max-width: none;
}

.nosotros-caja .caja-texto {
  width: 75%;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
}

/* Sección Contacto */

.seccion-contacto .pretitulo {
  padding: 0;
}

.contacto-content {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
}

.contacto-content > .flex-row > .left {
  padding: 4rem 2rem 4rem 0;
}

.contacto-content .left .titulo {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
}

.contacto-content .left .subtitulo {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: normal;
  padding-bottom: 2rem;
}

.contacto-content .contacto-info {
  align-items: flex-end;
}

.contacto-content .contacto-info iframe {
  height: calc(100vw * 0.8 / 3);
}

.contacto-content .contacto-info .right {
  padding-left: 2rem;
}

.contacto-content .contacto-info .contacto-logo {
  height: 3rem;
  margin-bottom: 2rem;
}

.contacto-content .contacto-info .contacto-logo img {
  height: 100%;
  width: auto;
  max-width: none;
}

.contacto-content .contacto-info .direccion {
  font-weight: bold;
  text-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
}

.contacto-content .contacto-info .direccion a {color: #fff;}

.contacto-content .right {
  margin-top: -3.5rem;
}

.contacto-content .right .titulo {
  font-size: 1.25rem;
  padding-bottom: 2rem;
}

.contacto-content .right .subtitulo {
  font-size: 0.875rem;
  font-weight: normal;
}

.contacto-content .right .form-bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacto-content .right .form-bottom .flex-col {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-bottom: 1rem;
}

/* PÁG AVISO LEGAL */
.page-id-145 #page {
  background-color: #f7f7f7;
}
.page-id-145 #primary {
    width: 80%;
    max-width: 1920px;
    margin: auto;
    min-height: calc(100vh - 180px);
    padding: 5% 0;
}
.page-id-145 #primary h1 {color: #000;margin-bottom: 30px;}
.page-id-145 #primary p {margin-bottom: 20px;font-size: 18px;}
.page-id-145 #primary a {color: var(--red) !important;}
.page-id-145 #primary a:hover {color: #000 !important;}

/* Media queries */

@media screen and (max-width: 980px) {
  .button_container {
    display: block;
  }

  .only-mobile {
    display: block !important;
  }

  .only-desktop {
    display: none !important;
  }

  .flex-row,
  .flex-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .col-1-2,
  .col-1-3,
  .col-1-4,
  .col-20,
  .col-30,
  .col-40,
  .col-60,
  .col-70,
  .col-80 {
    width: 100%;
  }
  .flex-row div:not(:last-of-type) {
    margin-right: 0;
  }

  .header-container {
    padding: 1rem 0;
  }

  .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;

    height: 3rem;
  }

  .site-branding a {
    height: 100%;
  }

  .main-navigation {
    opacity: 0;
    pointer-events: none;

    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .main-navigation.open {
    opacity: 1;
    pointer-events: all;
  }

  .main-navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem 0;
  }

  .main-navigation ul li a {
    font-size: 1.25rem !important;
    padding: 1rem 0 !important;
  }

  .anchor {
    top: -4rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  .seccion-titulos .titulo {
    font-size: 2.5rem;
  }

  .seccion-home .left .subtitulo {
    padding-bottom: 2rem;
  }

  .seccion-home .home-botones {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
    margin: auto;
  }

  .seccion-home .home-botones .btn {
    background-color: var(--red);
  }

  .seccion-home .home-botones .btn:not(:last-child) {
    margin-bottom: 1rem;
  }

  .seccion-home .right {
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
  }

  .seccion-home .right.show {
    opacity: 1;
    pointer-events: all;
  }

  .seccion-home .formulario {
    position: relative;
    width: 90%;
  }

  .seccion-home .formulario h3 {
    padding-right: 1.5rem;
  }

  .formulario .wpcf7-form-control-wrap {
    width: 100%;
  }

  .seccion-home .form-bottom {
    flex-flow: row nowrap;
  }

  /* soluciones */

  .soluciones,
  .solucion-container {
    flex-direction: column;
  }

  .solucion,
  .solucion-titulo,
  .solucion-imagenes {
    width: 100% !important;
  }

  .solucion-container {
    padding: 3rem 4rem;
  }

  .solucion-titulo h3 {
    text-align: center;
    width: 80% !important;
    margin: 0 auto;
  }

  .solucion.active {
    height: unset;
  }

  .solucion.active .solucion-titulo h3 {
    width: 100% !important;
  }

  .solucion-imagenes {
    padding: 0 !important;
  }

  .solucion:not(.active):hover .solucion-titulo h3,
  .solucion.not-active .solucion-titulo h3 {
    transform: translateY(90%);
  }

  .solucion:not(.active):hover .solucion-text-btn {
    opacity: 0;
    pointer-events: none;
  }

  .solucion.not-active .solucion-text-btn {
    display: block;
  }

  .presupuesto-popup .formulario {
    width: 90%;
  }

  .presupuesto-popup .form-bottom-row {
    flex-flow: row nowrap;
  }

  /* proceso */

  .seccion-proceso .subtitulo {
    width: 100%;
    padding-bottom: 1rem;
  }

  .proceso-pasos {
    padding-bottom: 2rem;
  }

  .paso-wrap {
    padding-bottom: 0;
  }

  .paso {
    padding-bottom: 8rem;
  }

  .paso .paso-texto {
    margin-left: 0;
    padding-left: 2rem;
    width: 100%;
  }

  .proceso-pasos .slick-prev {
    left: -1rem;
  }

  .proceso-pasos .slick-next {
    right: -1rem;
  }

  .cta-reunion {
    flex-direction: column;
    align-items: center;
  }

  .cta-reunion .left {
    text-align: center;
    margin: 0;
    padding-bottom: 1rem;
  }

  .cta-reunion .right {
    text-align: center;
  }

  /* clientes */

  .testimonios-container > .flex-row {
    position: relative;
  }

  .testimonios-quote {
    position: absolute;
    right: 10%;
    top: -8%;
  }

  .testimonios-quote p {
    font-size: 15rem;
  }

  .testimonios-slider {
    width: 100% !important;
  }

  .testimonios-slider .slick-arrow {
    top: unset;
    bottom: 3rem;
  }

  .testimonios-slider .slick-prev {
    left: 0;
  }

  .testimonios-slider .slick-next {
    right: 0;
  }

  /* nosotros */

  .nosotros-content .subtitulo {
    text-align: justify;
  }

  .nosotros-caja {
    flex-direction: column;
    align-items: center;
  }

  .nosotros-caja .caja-texto {
    text-align: center;
  }

  /* contacto */

  .contacto-content .right .flex-col {
    flex-direction: column;
  }

  .contacto-content .contacto-titulos-movil {
    order: 1;
    padding-bottom: 0 !important;
  }

  .contacto-content .right {
    order: 2;
    margin-top: 0;
  }

  .contacto-content .contacto-info-col {
    order: 3;
    padding-right: 0 !important;
  }

  .contacto-content .contacto-info iframe {
    height: calc(100vw * 0.8);
    margin-bottom: 2rem;
  }

  .contacto-content .contacto-info .right {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .limitw {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
}
