/*
Theme Name: Espacio Digital
Author: Andres Saavedra
Description: Wordpress Custom Theme
Version: 0.0.1
*/

/* Normalize */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
overflow-x: hidden;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
overflow-x: hidden;
margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
font-size: 2em;
margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sub {
bottom: -0.25em;
}

sup {
top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
overflow: visible;
outline: none;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
overflow: auto;
outline: none;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
border-radius: 0 !important;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
display: none;
}

/* End Normalize */

/* Extra Normalize */

img {
vertical-align: middle;
max-width: 100%;
}
div:not(.flexbox)>p:first-child {
margin-top: 0;
}
@media screen and (max-width: 991px) {
figure {
margin-left: 0;
margin-right: 0;
}
}

/* End Extra Normalize */

/* Normalize Headings */

h1 {
margin: 0.67em 0;
}
h2 {
margin: 0 0 0.83em 0 !important;
}
h3 {
margin: 1em 0 !important;
}
h4 {
margin: 1.33em 0 !important;
}
h5 {
margin: 1.67em 0 !important;
}
h6 {
margin: 2.33em 0 !important;
}

/**
* Typography
*/

html.fonts-loaded body,
html.fonts-loaded button,
html.fonts-loaded input,
html.fonts-loaded select,
html.fonts-loaded textarea {
font-family: 'Inter', sans-serif;
font-weight: 400;
font-style: normal;
}

html>body,
button,
input,
select,
textarea {
color: var(--black-colour);
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-size: 1.1rem !important;
line-height: 1.5em;
font-variant-ligatures: none;
-webkit-font-variant-ligatures: none;
-ms-font-variant-ligatures: none;
-moz-font-variant-ligatures: none;
-webkit-font-smoothing: antialiased;
}
button {
font-size: 1rem !important;
}
html.fonts-loaded h1 {
font-family: 'Inter', sans-serif;
font-weight: 700 !important;
font-style: normal;
}
html.fonts-loaded h2 {
font-family: 'Inter', sans-serif;
font-weight: 700;
font-style: normal;
}
html.fonts-loaded h3,
html.fonts-loaded h4,
html.fonts-loaded h5 {
font-family: 'Inter', sans-serif;
font-weight: 700;
font-style: normal;
}  
h1,
h2,
h3,
h4,
h5 {
font-family: Arial, Helvetica, sans-serif;
color: var(--black-colour);
line-height: 1.3em;
margin-top: 0;
font-variant-ligatures: none;
-webkit-font-variant-ligatures: none;
-ms-font-variant-ligatures: none;
-moz-font-variant-ligatures: none;
-webkit-font-smoothing: antialiased;
}   
h4,
h5 {
color: var(--gray-color-forms);
}   
.main-page h1 {
font-weight: 400;
font-size: 2.8rem;
margin-bottom: 0 !important;
}
.inner-page h1 {
font-weight: 400;
font-size: 2.3rem;
}
.main-page h2 {
font-weight: 600;
font-size: 2.8rem;
color: var(--black-colour);
margin-bottom: 35px !important;
}
.inner-page h2 {
font-weight: 600;
font-size: 2.3rem;
color: var(--black-colour);
}
.inner-page .hero h1 {
font-size: 1.8rem;
margin-bottom: 0 !important;
}
.inner-page .hero h2 {
font-size: 2.8rem;
margin-bottom: 35px !important;
}
h3 {
font-weight: 600;
font-size: 1.6rem !important;
}   
h4 {
font-weight: 600;
font-size: 1.2rem;
}   
h5 {
font-weight: 400;
font-size: 1.2rem;
}   
h6 {
color: var(--gray-colour); 
font-weight: 300;
font-size: 1.2rem;
}
div:not(.flexbox)>p:last-child {
margin-bottom: 0;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin-top: 0;
margin-bottom: 0;
}   
hr {
border: 1px solid;
margin: -1px 0;
}

/* Responsive Fonts */

@media screen and (min-width: 1441px) {
html>body main h1, html>body .hero h2 {
font-size: 3.5rem !important;
}
html>body .hero.homepage-hero p {
font-size: 1.8rem !important;
}
html>body .hero a {
font-size: 1.3rem !important;
}
html>body {
font-size: 1.2rem !important;
}
.inner-page h2 {
font-size: 2.8rem;
}
}
@media screen and (max-width: 991px) {
html>body {
font-size: 1rem !important;
}
h1 {
font-size: 2rem !important;
}
h2 {
font-size: 1.6rem !important;
}
h3 {
font-size: 1.3rem !important;
}
}

/* Global Styles */

/* Variables */

:root {
--yellow-colour: #FFD129;
--blue-colour: #0050e7;
--dark-blue-colour: #192580;
--dark-navy-blue-colour: #00024d;
--bright-blue-colour: #005dff;
--aquamarine-colour: #00e4e2;
--dark-gray-colour: #1E1E1E;
--purple-colour: #6637ff;
--dark-purple-colour: #331d77;
--red-colour: #d11010;
--dark-red-colour: #bc280d;
--white-colour: #fff;
--black-colour: #1E1E1E;
--light-black-colour: #303030;
--light-blue-colour: #bbdaff;
--light-gray-colour: #F6F6FF;
--burgundy-colour: #4c222d;
--dark-burgundy-colour: #302026;
--space: 100px;
--side-space: 0;
}

/* Colours */

.white {
color: var(--white-colour) !important;
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white p {
color: var(--white-colour);
}
.white-bg {
background-color: var(--white-colour);
}
.light-blue-bg {
background-color: var(--light-blue-colour);
}
.gray-bg {
background-color: #F7F7F7;
}
.yellow-bg {
background-color: var(--yellow-colour);
}
.blue {
color: var(--blue-colour);
}
.blue-bg {
background-color: var(--blue-colour);
}
.dark-blue {
color: var(--dark-blue-colour);
}
.dark-blue-bg {
background-color: var(--dark-blue-colour);
}
.dark-navy-blue-bg {
background-color: var(--dark-navy-blue-colour);
}
.bright-blue-bg {
background-color: var(--bright-blue-colour);
}
.aquamarine-bg {
background-color: var(--aquamarine-colour);
}
.red-bg {
background-color: var(--red-colour);
}
.dark-red-bg {
background-color: var(--dark-red-colour);
}
.purple-bg {
background-color: var(--purple-colour);
}
.dark-purple-bg {
background-color: var(--dark-purple-colour);
}
.black-bg {
background-color: var(--light-black-colour);
}
.light-blue-bg {
background-color: var(--light-blue-colour);
}
.light-gray-bg {
background-color: var(--light-gray-colour);
}
.burgundy-bg {
background-color: var(--burgundy-colour);
}
.dark-burgundy-bg {
background-color: var(--dark-burgundy-colour);
}

/* End Colours */

/* Flexbox */

.single-box-col-1{
width: 6.333333333333333%;
box-sizing: border-box;
}
.single-box-col-1.no-margin {
width: 8.333333333333333%;
margin: unset;
}
.single-box-col-2 {
width: 14.6666666666666%;
margin: 1%;
box-sizing: border-box;
}
.single-box-col-2.no-margin {
width: 16.6666666666666%;
margin: unset;
}
.single-box-col-3 {
width: 23%;
margin: 1%;
box-sizing: border-box;
}
.single-box-col-3.no-margin {
width: 25%;
margin: unset;
}
.single-box-col-4 {
width: 31.3333333333%;
margin: 1%;
box-sizing: border-box;
}
.single-box-col-4.no-margin {
width: 33.3333333333%;
margin: unset;
}
.single-box-col-5 {
width: 39.6666666667%;
margin: 1%;
box-sizing: border-box;
}
.single-box-col-5.no-margin {
width: 41.6666666667%;
margin: unset;
}
.single-box-col-6 {
width: 48%;
margin: 1%;
box-sizing: border-box;
}
.single-box-col-6.no-margin {
width: 50%;
margin: unset;
}
.single-box-col-7 {
width: 56.3333333333%;
margin: 1%;
box-sizing: border-box;
}
.single-box-col-7.no-margin {
width: 58.3333333333%;
margin: unset;
}
.single-box-col-8 {
width: 64.6666666667%;
margin: 1%;
box-sizing: border-box;
}
.single-box-col-8.no-margin {
width: 66.6666666667%;
margin: unset;
}
.single-box-col-9{
width: 73%;
margin: 1%;
box-sizing: border-box;
}
.single-box-col-9.no-margin {
width: 75%;
margin: unset;
}
.single-box-col-10 {
width: 81.3333333333%;
margin: 1%;
box-sizing: border-box;
}
.single-box-col-10.no-margin {
width: 83.3333333333%;
margin: unset;
}
.single-box-col-11 {
width: 89.6666666667%;
margin: 1%;
box-sizing: border-box;
}
.single-box-col-11.no-margin {
width: 91.6666666667%;
margin: unset;
}
.single-box-col-12{
width: 100%;
box-sizing: border-box;
}
.flexbox {
display: flex;
}
.flex-column {
flex-direction: column;
justify-content: center;
}
.flex-center {
align-items: center;
justify-content: center;
}
.flex-evenly {
align-items: center;
justify-content: space-evenly;
}
.flex-start, .flex-start-left {
align-items: center;
justify-content: flex-start;
}
.flex-column.flex-start {
align-items: flex-start;
justify-content: center;
}
.flex-end {
align-items: center;
justify-content: flex-end;
}
.flex-column.flex-end {
align-items: flex-end;
justify-content: center;
}
.flex-between {
align-items: center;
justify-content: space-between;
}
.flex-around {
align-items: center;
justify-content: space-around;
}
.flex-bottom {
align-items: flex-end;
}
.wrap {
flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
.single-box-col-1, .single-box-col-2, .single-box-col-3, .single-box-col-4, .single-box-col-5, .single-box-col-6, .single-box-col-7, .single-box-col-8, .single-box-col-9, .single-box-col-10, .single-box-col-11 {
margin: 1%;
}
}
@media screen and (max-width: 768px) {
.reverse {
flex-direction: column-reverse;
}
.single-box-col-1, .single-box-col-2, .single-box-col-3, .single-box-col-4, .single-box-col-5, .single-box-col-6, .single-box-col-7, .single-box-col-8, .single-box-col-9, .single-box-col-10, .single-box-col-11 {
width: 100% !important;
box-sizing: border-box;
}
}
/* End Flexbox */

/* General */

/* General */

.hidden {
display: none;
}
.relative {
position: relative;
}
.overflow-visible {
overflow: visible !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.bg-cover {
background-size: cover;
background-repeat: no-repeat;
background-position: top;
}
.left {
text-align: left;
}
.center {
text-align: center;
}
.center button {
text-align: center !important;
}
.right {
text-align: right;
}
.capitalize {
text-transform: capitalize;
}
.uppercase, .uppercase button {
text-transform: uppercase;
}
.no-padding-top, .container section .no-padding-top {
padding-top: 0 !important;
}
.no-padding-bottom, .container section .no-padding-bottom {
padding-bottom: 0 !important;
}
.no-padding-left {
padding-left: 0 !important;
}
.no-padding-right {
padding-right: 0 !important;
}
.no-margin-top, .container section .no-margin-top {
margin-top: 0 !important;
}
.no-margin-bottom, .container section .no-margin-bottom {
margin-bottom: 0 !important;
}
.no-margin-left {
margin-left: 0 !important;
}
.no-margin-right {
margin-right: 0 !important;
}
@media screen and (min-width: 1441px) {
.inner-page .container>section.hero {
min-height: 85vh;
display: flex;
align-items: center;
}
}
@media screen and (min-width: 992px) {
.desktop-hidden {
display: none !important;
}
main .container>section.hero {
position: relative;
padding-top: calc(var(--space)/2);
padding-bottom: calc(var(--space)/2);
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
main .container>section, main .container .row-section, main .container>article section, footer .row-section {
position: relative;
padding-top: var(--space);
padding-bottom: calc(var(--space)/2);
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
main .container>section:last-child, main .container>article section:last-child {
position: relative;
padding-top: var(--space);
padding-bottom: var(--space);
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
main.landing-page .inner-section, main .inner-section, footer .inner-section {
position: relative;
padding-top: calc(var(--space)/2);
padding-bottom: calc(var(--space)/2);
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
main .container>section.no-padding-top, main .container>article section.no-padding-top {
padding-top: 0 !important;
}
main .container>section.no-padding-bottom, main .container>article section.no-padding-bottom {
padding-bottom: 0 !important;
}
.half-padding {
padding: calc(var(--space)/2) 0 !important;
}
.reduced-width {
width: 80%;
margin-left: auto;
margin-right: auto;
}
.half-width {
width: 55%;
margin-left: auto;
margin-right: auto;
}
}
@media screen and (max-width: 991px) {
.mobile-hidden {
display: none !important;
}
.mobile-left {
text-align: left;
justify-content: flex-start;
}
.mobile-center {
text-align: center;
justify-content: center;
}
main .container>section, main .row-section, main .container>article section, footer .row-section {
position: relative;
padding: calc(var(--space)/2) 15px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
main .container>section.no-padding-top, main .container>article section.no-padding-top {
padding-top: 0 !important;
}
main .container>section.no-padding-bottom, main .container>article section.no-padding-bottom {
padding-bottom: 0 !important;
}
main.landing-page .inner-section, main .inner-section, footer .inner-section {
position: relative;
padding: calc(var(--space)/2) 15px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.m-padding-top10 {
padding-top: 10px;
}
.m-padding-top20 {
padding-top: 20px;
}
.m-padding-top30 {
padding-top: 30px;
}
.m-padding-top40 {
padding-top: 40px;
}
.m-padding-top50 {
padding-top: 50px;
}
}

/* Containers */

@media screen and (min-width: 992px) {
header>.container, section>div.container, section>div>div.container {
width: 85%;
height: 100%;
margin: 0 auto;
}
section.hero>div.container>.flexbox:not(.flex-column) {
width: 100%;
height: 100%;
}
}

/* Images */

picture {
display: inline-block;
width: 100%;
height: 100%;
text-align: center;
}
figure {
display: inline-block;
width: auto;
height: auto;
margin: 0;
}
img {
max-width: 100%;
height: auto;
}

/* End Images */

/* Buttons */

div.button a:hover, form input[type=submit]:hover, a.button:hover, div.vc_btn3-container:hover, .transparent-btn:hover {
transform: translateY(-1px);
-webkit-transform: translateY(-1px);
}
div.button a:hover, form input[type=submit]:hover, a.button:hover, button:hover {
box-shadow: 0 4px 20px -5px rgba(0,0,0,.5);
-webkit-box-shadow: 0 4px 20px -5px rgba(0,0,0,.5);
}
.wpforms-submit:hover::after{
transform: translateX(-5px);
-webkit-transform: translateX(-5px);
transition: 0.3s;
-webkit-transition: 0.3s;
}

/* End Buttons */

/* Fonts */

body {
line-height: 1.6em;
}

/* End Fonts */

/* End General */

/* VHs */

.ten-vh {
min-height: 10vh;
}
.twenty-vh {
min-height: 20vh;
}
.thirty-vh {
min-height: 30vh;
}
.fourty-vh {
min-height: 40vh;
}
.fifty-vh {
min-height: 50vh;
}
.sixty-vh {
min-height: 60vh;
}
.seventy-vh {
min-height: 70vh;
}
.eighty-vh {
min-height: 80vh;
}
.ninety-vh {
min-height: 90vh;
}
.hundred-vh {
min-height: 100vh;
}
.ten-vh, .twenty-vh, .thirty-vh, .fourty-vh, .fifty-vh, .sixty-vh, .seventy-vh, .eighty-vh, .ninety-vh, .hundred-vh {
max-height: 1080px;
}

/* End VHs */

/* Paddings and Margins */

.vertical-half-padding {
padding-top: calc(var(--space)/2) !important;
padding-bottom: calc(var(--space)/2) !important;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.vertical-padding {
padding-top: var(--space) !important;
padding-bottom: var(--space) !important;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.padding-around {
padding: 10px !important;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.margin-around {
margin: 10px !important;
}

/* End Paddings */

/* Normalize WPBakery */

.vc_column-inner {
padding-top: 0 !important;
}
.hero .vc_row-o-equal-height .wpb_wrapper, .hero .vc_row-o-equal-height .wpb_text_column, .full-height .vc_row-o-equal-height .wpb_wrapper, .full-height .vc_row-o-equal-height .wpb_text_column {
height: 100% !important;
}
@media screen and (min-width: 992px) {
.hero>.vc_row-o-full-height {
height: 100vh;
max-height: 1080px;
}
.hero .vc_row-o-full-height .img-column div {
display: flex;
align-items: center;
}
.hero .vc_row-o-full-height .img-column, .hero .vc_row-o-full-height .img-column div, .hero .vc_row-o-full-height .img-column figure, .full-height .vc_row-o-full-height .img-column, .full-height .vc_row-o-full-height .img-column div, .full-height .vc_row-o-full-height .img-column figure, .full-height .wpb_wrapper, .full-height .wpb_wrapper .wpb_text_column {
height: 100%;
}
.full-height .vc_row-o-full-height img {
height: 100% !important;
object-fit: cover;
}
}

/* End Normalize WPBakery */

/* End Global */

/* Espacio Digital */

.capitalize {
text-transform: capitalize;
}
body.homepage {
background-color: #F6F6FF;
}
.vc_btn3.vc_btn3-style-custom {
background-image: none !important;
}
ul.blogs-list {
padding-left: 0;
list-style: none;
}
.bg.box {
align-self: stretch;
padding: 50px;
}
ul.blogs-list {
padding-left: 0;
}
.portfolio-row {
margin-bottom: 35px;
}
.portfolio-row p {
margin-top: 0;
}
.portafolio>div>div:last-child {
padding-bottom: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error {
border: 1px solid var(--white-colour) !important;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
color: var(--white-colour) !important;
}
body.page .ss-popup-overlay {
display: none;
}
@media screen and (max-width: 991px) {
ul.blogs-list div.article {
margin-bottom: 35px;
}
main .container>section.hero.no-padding-top {
padding-top: calc(var(--space)/2) !important;
}
.hero .button {
margin-top: 20px;
margin-bottom: 15px;
margin-left: 0 !important;
margin-right: 0 !important;
}
.nosotros {
padding-top: 0 !important;
}
.portafolio {
padding-left: 0 !important;
padding-right: 0 !important;
}
.portafolio>div>div:last-child {
padding-top: 0;
}
.portafolio .bg.box {
padding-left: 15px;
padding-right: 15px;
}
.article {
margin-top: 20px;
}
.article .preview-content {
margin-top: 20px;
}
footer .reverse>div {
margin: 10px 0;
}
}
@media (min-width: 992px) and (max-width: 1440px) {
body.page .hero {
min-height: 95vh !important;
}
}
@media screen and (max-width: 1440px) {
body.page .hero {
min-height: 75vh;
display: flex;
align-items: center;
}
}
@media (min-width: 992px) and (max-width: 1440px) {
.hero .single-box-col-6 {
display: flex;
}
.hero .single-box-col-6 picture {
display: flex;
align-items: center;
}
}

/* Mega Menu */

html.menu--opened, body.menu--opened {
overflow-y: hidden;
}
body.menu--opened:after {
content: "";
background-color: #000;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.4;
}
header {
display: flex;
align-items: center;
background-color: #0050e7;
width: 100%;
height: 100px;
}
header>.inner-header {
background-color: #0050e7;
display: flex;
align-items: center;
}
header>.inner-header>.menu {
height: 100%;
display: flex;
align-items: center;
}
.main-menu li a, .main-menu li>span {
color: #fff;
font-weight: 500;
text-decoration: none;
padding: 10px 15px;
display: block;
transition: 0.2s;
}
.main-menu li a:hover, .main-menu li>span:hover {
color: #FFD129;
transition: 0.2s;
cursor: pointer;
}
header .hamburger .line{
width: 30px;
height: 3px;
background-color: #FFFFFF;
display: block;
margin: 8px auto;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
header .hamburger:hover{
cursor: pointer;
}
#hamburger-6.is-active{
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transition-delay: 0.6s;
-o-transition-delay: 0.6s;
transition-delay: 0.6s;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#hamburger-6.is-active .line:nth-child(2){
width: 0px;
}
#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3){
-webkit-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
}
#hamburger-6.is-active .line:nth-child(1){
-webkit-transform: translateY(13px);
-ms-transform: translateY(13px);
-o-transform: translateY(13px);
transform: translateY(13px);
}
#hamburger-6.is-active .line:nth-child(3){
-webkit-transform: translateY(-9px) rotate(90deg);
-ms-transform: translateY(-9px) rotate(90deg);
-o-transform: translateY(-9px) rotate(90deg);
transform: translateY(-9px) rotate(90deg);
}
.menu {
width: 100%;
position: relative;
}
.menu-container {
margin: 0 auto;
background: #e9e9e9;
}
.menu img {
max-width: 100%;
}
.menu-mobile {
display: none;
padding: 20px;
}
.menu>nav {
height: 100%;
max-height: 100vh;
overflow-y: auto;
}
.menu>nav>ul {
height: 100%;
display: flex;
align-items: center;
justify-content: space-evenly;
margin: 0 auto;
list-style: none;
padding: 0;
/* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
box-sizing: border-box;
clear: right;
}
.menu > nav > ul:before,
.menu > nav > ul:after {
content: "";
display: table;
}
.menu > nav > ul:after {
clear: both;
}
.menu > nav > ul > li {
height: 100%;
float: left;
padding: 0;
margin: 0;
}
.menu > nav > ul > li a, .menu > nav > ul > li > span {
text-decoration: none;
padding: 10px 10px;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
box-sizing: border-box;
}
.menu > nav > ul > li > ul {
display: none;
width: 100%;
background: #f0f0f0;
padding: 0;
position: absolute;
z-index: 99999;
left: 0;
margin: 0;
list-style: none;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.menu > nav > ul > li > ul.menu--opened {
display: flex !important;
}
.menu > nav > ul > li > ul:before,
.menu > nav > ul > li > ul:after {
content: "";
display: table;
}
.menu > nav > ul > li > ul:after {
clear: both;
}
.menu > nav > ul > li > ul > li {
position: relative;
float: left;
padding: 3% 4%;
list-style: none;
width: 33.33%;
background: none;
align-self: stretch;
display: flex;
flex-direction: column;
align-items: self-start;
justify-content: flex-start;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.menu > nav > ul > li > ul > li:nth-child(1n+1):not(:last-child) {
background-color: #F6F6FF;
}
.menu > nav > ul > li > ul > li:last-child {
background-color: #eeedfb;
}
.menu > nav > ul > li > ul > li > div > div > span {
position: relative;
color: #000;
font-size: 1.4rem;
font-weight: 700;
}
.menu > nav > ul > li > ul > li > div > div > span > label {
position: absolute;
right: -85%;
font-size: .9rem;
top: 0px;
background-color: var(--yellow-colour);
padding: 2px 10px;
}
.menu > nav > ul > li > ul > li > div > div > p {
color: #888888;
font-size: .9rem;
}
.menu > nav > ul > li > ul > li a {
position: relative;
height: auto;
color: var(--black-colour);
padding: 10px 20px;
width: 95%;
min-height: 46px;
background-color: var(--white-colour);
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 10px;
}
.menu > nav > ul > li > ul > li a:after {
right: 20px;
}
.menu > nav > ul > li > ul > li a:hover{
color:var(--blue-colour);
}
.menu > nav > ul > li > ul > li > ul {
display: block;
padding: 0;
margin: 10px 0 0;
list-style: none;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.menu > nav > ul > li > ul > li > ul:before,
.menu > nav > ul > li > ul > li > ul:after {
content: "";
display: table;
}
.menu > nav > ul > li > ul > li > ul:after {
clear: both;
}
.menu > nav > ul > li > ul > li > ul > li {
float: left;
width: 100%;
margin: 0;
font-size: .8em;
}
.menu > nav > ul > li > ul > li > ul > li a {
border: 0;    
font-size: 14px;
}
.menu > nav > ul > li > ul.normal-sub {
width: 300px;
left: auto;
padding: 10px 20px;
}
.menu > nav > ul > li > ul.normal-sub > li {
width: 100%;
}
.menu > nav > ul > li > ul.normal-sub > li a {
border: 0;
padding: 1em 0;
}
.main-menu>li:last-child {
display: flex;
align-items: center;
justify-content: center;
padding-top: 1.5em;
padding-bottom: 1.5em;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.menu-cta {
position: relative !important;
}
.menu-cta a {
height: unset !important;
position: relative;
background-color: var(--white-colour);
color: var(--black-colour) !important;
padding: 14px 60px 14px 25px !important
}
.menu-cta a:after {
content: url('images/cita.svg');
display: inline-block;
width: 30px;
position: absolute;
right: 20px;
}
.menu-cta > a:visited {
color: var(--black-colour) !important;
}
.menu-cta > a:hover {
color: var(--black-colour) !important;
transform: translateY(-1px);
-webkit-transform: translateY(-1px);
box-shadow: 0 4px 20px -5px rgba(0,0,0,.5);
-webkit-box-shadow: 0 4px 20px -5px rgba(0,0,0,.5);
}
@media screen and (min-width: 1025px) {
header {
position: absolute;
top: 0;
z-index: 9999;
}
header.fixed-header.gm-navbar--has-shadow {
position: fixed;
top: 0;
z-index: 9999;
}
header.gm-navbar--has-shadow {
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
body.blog.article-content header.fixed-header {
position: fixed !important;
width: 100%;
z-index: 9999 !important;
background-color: var(--white-colour);
}
header .logo img {
width: 140px;
height: auto;
}
/*.menu > nav > ul > li.menu-item-has-children:hover > ul {
display: flex;
}*/
header .menu-cta {
position: absolute !important;
right: 0;
}
.menu>nav>ul>li.short-menu>ul {
width: 33.33%;
left: unset;
right: 5%;
}
.menu>nav>ul>li.short-menu>ul>li {
width: 100%;
padding: 50px;
}
.menu > nav > ul > li > ul {
box-shadow: 0 4px 20px -5px rgb(0 0 0 / 50%);
-webkit-box-shadow: 0 4px 20px -5px rgb(0 0 0 / 50%);
}
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 1024px) {
header {
height: auto;
position: absolute;
justify-content: space-between;
}
body.homepage header {
position: relative !important;
}
header>.inner-header {
position: relative;
width: 100%;
height: 100%;
justify-content: space-between;
z-index: 9999;
}
header.fixed-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
}
header>.inner-header>.menu {
flex-wrap: wrap;
}
header .logo picture {
text-align: left !important;
width: auto;
}
header .logo img {
width: 105px;
}
header .single-box-col-2 {
width: 100% !important;
height: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
padding-top: 15px;
padding-bottom: 18px;
padding-left: 15px;
}
header nav.single-box-col-9 {
width: 100% !important;
}
.menu-container {
width: 100%;
}
.menu-mobile {
position: absolute;
top: 0;
right: 0;
display: block;    
float: right;    
padding: 13px 20px 0;
}
.main-menu>li {
height: 100% !important;
}
.menu > nav > ul {
display: none;
width:100%;
padding-top: 15px;
}
.menu > nav > ul > li {
width: 100%;
float: none;
display: block;
}
.menu > nav > ul > li a, .menu > nav > ul > li > span {
padding: 1.5em 15px;
width: 100%;
display: block;
font-size: 1rem;
border-bottom: 1px solid rgb(0 0 0 / 15%);
}
.menu > nav > ul > li > ul {
position: relative;
}
.menu > nav > ul > li > ul.normal-sub {
width: 100%;
}
.menu > nav > ul > li > ul > li {
float: none;
width: 100%;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 35px;
}
.menu > nav > ul > li > ul > li:first-child {
margin: 0;
padding-top: 35px;
}
.menu > nav > ul > li > ul > li:last-child {
padding-top: 35px;
}
.menu > nav > ul > li > ul > li > ul {
position: relative;
width: 100%;
}
.menu > nav > ul > li > ul > li > ul > li {
float: none;
}
.menu .show-on-mobile {
display: block;
margin-bottom: 250px;
}
.main-menu>li:last-child a {
max-height: 100%;
}
.menu-cta {
left: 0 !important;
margin-top: 10px !important;
padding-left: 15px !important;
padding-right: 15px !important;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.menu-cta a:after {
width: 25px;
top: 10px;
}
}

/* End Mega Menu */

/* Forms */

.transparent-form input:not([type="submit"]), .transparent-form textarea {
background-color: transparent !important;
color: var(--white-colour) !important;
}
.transparent-form input:not([type="submit"]), .transparent-form textarea {
width: 100% !important;
border: 1px solid var(--white-colour);
color: var(--black-colour);
padding-left: 20px;
min-height: 45px;
}
.transparent-form input::placeholder, .transparent-form textarea::placeholder {
color: var(--white-colour) !important;
}
form input::placeholder, form textarea::placeholder {
color: var(--black-colour);
}
.transparent-form input[type="submit"] {
background-color: var(--dark-gray-colour);
color: var(--white-colour);
border: 1px solid var(--dark-gray-colour);
}
.transparent-form input[type="submit"]:hover {
background-color: transparent;
color: var(--white-colour);
border: 1px solid var(--dark-gray-colour);
}
form input[type="submit"] {
padding-top: 5px;
padding-bottom: 5px;
background-color: var(--blue-colour);
color: var(--white-colour);
width: 100%;
border: 1px solid var(--blue-colour);
padding-left: 20px;
text-align: left;
min-height: 50px;
}
form input[type="submit"]:hover {
background-color: transparent;
color: var(--black-colour);
border: 1px solid var(--blue-colour);
}
.transparent-form .wpforms-submit-container button {
width: 100% !important;
background-color: var(--black-colour) !important;
color: var(--white-colour) !important;
border-color: var(--black-colour) !important;
text-align: left;
display: flex !important;
align-items: center;
}
.transparent-form textarea {
height: 150px !important;
}
form button:after {
content: url(images/yellow-arrow.svg);
width: 30px;
height: 30px;
position: absolute;
right: 15px;
}
.vc_btn3-style-custom .fa-arrow-circle-right {
right: 5px !important;
background-color: var(--yellow-colour);
border-radius: 100%;
width: 30px;
height: 30px !important;
position: relative;
}
.vc_btn3-style-custom .fa-arrow-circle-right:before {
color: var(--black-colour);
font-size: 16px;
content: "\f061" !important;
position: absolute;
top: 8px;
left: 8px;
}
/* Chat */
._78cfbf41 ._05d9dbfa .d6494776 {
    background-color: var(--white-colour) !important;
    box-shadow: none!important;
    width: 70px!important;
    height: 70px!important;
    border-radius: 100% !important;
    border: 3px solid var(--blue-colour);
}
/* End Chat */
/* Footer */
footer {
background-color: var(--white-colour);
}
.footer-social .box {
margin: 0 10px;
}
footer>section {
padding: 35px 0;
}
footer ul {
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
footer ul>li {
list-style: none;
margin: 0 10px;
}
footer ul>li>a {
color: var(--black-colour);
text-decoration: none;
}
footer ul>li>a:hover {
color: var(--blue-colour);
}
.footer-social .box a:hover img {
filter: sepia(100%) hue-rotate(190deg) saturate(500%) brightness(275%);
}
footer a, footer p{
font-size: 1rem;
}
footer .last-row {
margin: 35px 0 0 0;
}
@media screen and (max-width: 991px) {
footer {
text-align: center;
}
footer div.container>div>div:not(:first-child) {
margin: 15px 0;
}
}

/* Custom */

main.main-page .wpml-ls-statics-post_translations {
display: none;
}
body.page:not(.homepage) .hero .white h1, body.page:not(.homepage) .hero .black h1 {
margin-bottom: 0 !important;
}
.hero a {
text-decoration: none;
}
.hero>.black .transparent-btn a.white {
color: var(--black-colour) !important;
}
.pasos-proceso .tabs-proceso .tab-content {
text-align: left;
}
@media screen and (max-width: 991px) {
.hero>div:first-child {
padding-top: 50px!important;
}
.hero>div>div>div.vc_column-inner {
padding-left: 15px;
padding-right: 15px !important;
}
main>div.container>section:nth-child(4) {
margin-top: 0 !important;
}
.yellow-bg h2 {
margin-bottom: 0 !important;
}
.nosotros .yellow-bg {
padding-top: 0 !important;
padding-bottom: 35px !important;
}
.accordion_head {
padding-right: 15%;
}
.pasos-proceso .tabs-proceso .wpb_row.vc_inner {
display: flex;
justify-content: center;
}
.pasos-proceso .tab-content h2 {
margin-top: 0 !important;
}
.pasos-proceso .tabs-proceso>div>div>div .vc_inner>.wpb_column:not(:last-child), .pasos-proceso .tabs-proceso>div>div>div .vc_inner>.wpb_column:last-child {
height: 150px !important;
width: 33.33%;
}
.pasos-proceso .tabs-proceso h2 {
padding: 0 15px calc(var(--space)/2) 15px;
}
.pasos-proceso .tabs-proceso .tab a {
font-size: 1.1rem !important;
}
.pasos-proceso .tabs-proceso>div:nth-child(odd) label {
font-size: 14px !important;
}
.pasos-proceso .tabs-proceso>div:nth-child(even) label {
font-size: 14px !important;
}
}
@media screen and (max-width: 768px) {
.hero>div:first-child {
padding-top: 40px!important;
}
main.inner-page .hero .white h1, main.inner-page .hero .black h1 {
font-size: 1.4rem !important;
}
.white-bg-column .vc_column-inner .wpb_single_image img, .resultados-email img {
max-width: 80px !important;
}
.pasos-proceso .tabs-proceso .tab a {
padding-left: 15px;
padding-right: 15px;
}
.pasos-proceso .tabs-proceso .tab-content img {
min-width: 150px;
max-width: 150px !important;
max-height: 150px !important;
}
.pasos-proceso .tabs-proceso>div>div>div .vc_inner>.wpb_column:not(:last-child), .pasos-proceso .tabs-proceso>div>div>div .vc_inner>.wpb_column:last-child {
height: 135px !important;
}
.pasos-proceso .tabs-proceso .tab a {
font-size: .7rem !important;
}
.pasos-proceso .tabs-proceso>div:nth-child(odd) label {
font-size: 12px !important;
}
.pasos-proceso .tabs-proceso>div:nth-child(even) label {
font-size: 12px !important;
}
.accordion_head .plusminus {
top: 25px;
}
.accordion_head, .accordion_body p {
font-size: .9rem;
}
}
@media screen and (min-width: 992px) {
body header.fixed-header .gm-inner {
position: fixed !important;
width: 100%;
z-index: 9999 !important;
background-color: var(--blue-colour);
}
body.blog.article-content header.fixed-header .gm-inner {
position: fixed !important;
width: 100%;
z-index: 9999 !important;
background-color: var(--white-colour);
}
.moon-bg h3 {
margin-top: 0 !important;
}
}

/* Blogs Previews */
.latest-post-preview {
border: 1px solid #b7b7b7;
padding-top: 20px;
padding-bottom: 20px;
}
.articles-espacio ul {
padding-left: 0;
}
.blogs-list .article>.flexbox>div {
width: 100%;
}
.prev-posts-link a, .prev-posts-link i {
color: #aeaeae;
font-weight: bold;
font-size: 16px;
}
.prev-posts-link i {
vertical-align: middle;
font-weight: 100;
}
.next-posts-link a, .next-posts-link i {
color: #aeaeae;
font-weight: bold;
font-size: 16px;
}
.next-posts-link i {
vertical-align: middle;
font-weight: 100;
}
.article picture img {
width: 100%;
object-fit: cover;
}
.article .preview-content {
margin-top: 20px;
}
.article h2 {
margin-top: 15px !important;
margin-bottom: 25px !important;
}
label.blog-article-meta.post-date {
margin-top: 10px;
text-transform: capitalize;
font-size: .8rem;
}
.article h2.blog-article-title {
height: auto;
margin-top: 0px !important;
line-height: 1.4rem;
}
.article h2 a {
font-size: 1.6rem;
line-height: 2rem;
}
.articles-espacio .article .preview-content {
width: 100%;
}
.article p {
font-size: 1rem;
line-height: 1.4rem;
}
.article a {
color: var(--black-colour);
text-decoration: none;
}
.article a:hover {
color: var(--blue-colour);
text-decoration: underline;
}
.article a.arrow-left:before {
content: url('images/flecha-sin-linea.svg');
margin-right: 10px;
}
.yellow-btn {
background-color: #ffd129;
display: flex;
align-items: center;
justify-content: center;
}
.yellow-btn a {
background-color: #ffd129;
width: 100%;
color: var(--black-colour);
font-size: 1.1rem;
font-weight: 500;
padding: 14px 25px;
text-decoration: none;
}
.yellow-btn a:hover {
text-decoration: none;
color: var(--black-colour);
}
.yellow-arrow a {
position: relative;
}
.yellow-arrow a:after {
content: url(images/yellow-arrow.svg);
width: 30px;
height: 30px;
position: absolute;
right: -45px;
}
.yellow-arrow:hover {
transform: none !important;
box-shadow: none !important;
}
.yellow-arrow:hover a:after {
transform: translateX(-5px);
-webkit-transform: translateX(-5px);
transition: .3s;
-webkit-transition: .3s;
}
.blue-btn {
display: flex;
align-items: center;
justify-content: center;
}
.blue-btn a {
background-color: var(--blue-colour);
width: auto;
color: var(--black-colour);
font-size: 1.1rem;
font-weight: 500;
padding: 14px 25px;
text-decoration: none;
}
.blue-btn a:hover {
text-decoration: none;
}
.black-btn {
margin-top: 10px;
display: inline-flex;
}
.black-btn a {
background-color: var(--black-colour);
width: auto;
color: var(--white-colour);
font-size: 1.1rem;
font-weight: 500;
padding: 10px 25px;
text-decoration: none;
}
.black-btn a:hover {
text-decoration: none;
color: var(--white-colour);
}
.transparent-btn.yellow-arrow a {
color: var(--black-colour);
}
.transparent-btn a {
font-size: 1.1rem;
font-weight: 500;
}
.transparent-btn a:hover {
box-shadow: none !important;
}
@media screen and (max-width: 991px) {
.articles-espacio li {
height: 550px;
}
main.blog-posts .blogs-list>li {
margin-bottom: 35px;
}
.prev-next-posts a {
font-size: 1rem !important;
}
.bottom-cta h3 {
text-align: center;
}
}
@media screen and (min-width: 992px) {
.articles-espacio li {
height: 550px;
}
main.blog-posts .blogs-list>li {
margin-bottom: 50px;
}
}
/* End Blogs Previews */

/* End Espacio Digital */