/*
Theme Name: Ubora
Theme URI: https://cremastudio.com/
Author: CREMA™
Author URI: https://cremastudio.com/
Description: Wordpress boilerplate template used by CREMA™ for custom-coded websites
Version: 2022
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: ubora

Ubora WordPress Theme © 2011-2022 CREMA™
Ubora is distributed under the terms of the GNU GPL
*/

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{line-height:1}a{text-decoration-skip-ink:auto}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}input[type=button],input[type=password],input[type=reset],input[type=search],input[type=submit],input[type=text],textarea{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:2px}big{font-size:120%}small,sub,sup{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,s,strike{text-decoration:line-through}dt{font-weight:700}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{-webkit-tap-highlight-color:transparent}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}

/* Document colours:
--------------------------------
    Gradient blue:      #0071FF
    Gradient yellow:    #FFDE69
    Gradient green:     #00FFD2
    Gradient red:       #ED2603
    White:              #FFF
    Lightest grey:      #F5F5F5
    Lighter grey:       #DEDEDE
    Light grey:         #B2B0B0
    Medium grey:        #707070
    Dark grey:          #575757
    Darkest grey:       #101010
    Black:              #000

    Ubora gradient:     background: linear-gradient(81deg, rgba(0,113,255,1) 0%, rgba(255,222,105,1) 35%, rgba(0,255,210,1) 80%, rgba(237,38,3,1) 100%);
    Crystal black:      background: linear-gradient(122deg, rgba(33,33,33,1) 0%, rgba(0,0,0,1) 100%);
    Off white:          background: linear-gradient(122deg, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%);
    Slider ocean blue:  background: linear-gradient(135deg, rgba(0,113,255,1) 0%, rgba(0,255,210,1) 100%);
*/

/* General layout */

body {
    font-family: 'Poppins', sans-serif;
    background-color: #F5F5F5;
}
.container {
    max-width: 1500px;
    width: 88%;
    margin: 0 auto;
}
h1 {
    font-size: 4.6875em;
    line-height: 1.133333em;
    color: inherit;
    font-weight: 500;
}
h3 {
    font-size: 1.25em;
    line-height: 1.4285em;
    color: #000;
    font-weight: 500;
    margin: 2em 0 1em;
}
p {
    margin: 0 0 1em;
}
p:last-child {
    margin: 0;
}
a {
    transition: all .8s;
}
a:hover {
    transition: all .2s;
}
strong {
    font-weight: 700;
}
::-moz-selection {
    background: #00FFD2;
}
::selection {
    background: #00FFD2;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}

/* Header */

#header {
    position: relative;
    padding: 40px 0;
    color: #FFF;
    text-align: right;
}
#header::before, .headerBg::after, .home section::after, .page-template-sobre-nosotros section::after, .page-template-homepage-TEMP-borrar section::after {
    content: "";
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(0,113,255);
    background: linear-gradient(81deg, rgba(0,113,255,1) 4%, rgba(255,222,105,1) 16%, rgba(0,255,210,1) 41%, rgba(237,38,3,1) 50%, rgba(0,113,255,1) 59%, rgba(0,255,210,1) 83%, rgba(255,222,105,1) 96%);
    background-size: 200% 200%;
    animation: ubora 20s infinite linear;
}
.headerBg::after, .home section::after, .page-template-sobre-nosotros section::after, .page-template-homepage-TEMP-borrar section::after {
    top: unset;
    bottom: 0;
}
@-webkit-keyframes ubora {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}
@keyframes ubora {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}
#header .container {
    max-width: unset;
}
#header h1 {
    font-size: 1em;
}
#logo {
    float: left;
}
#menu {
    display: block;
    padding: 25px 0 0;
}
#menu ul {
    list-style-type: none;
    display: block;
}
#menu ul li {
    margin: 0 0 0 3%;
    display: inline-block;
}
#menu a {
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
    font-weight: 400;
    font-size: 1em;
}
#menu .current-menu-item a {
    font-weight: 700;
}
#header::after {
    content: "";
    display: table;
    clear: both;
}
#mobile-menu {
    display: none;
    width: 99px;
    height: 92px;
    background: url(img/mobile-menu-bg.svg) no-repeat bottom right transparent;
    padding: 39px 13px 13px 42px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 11;
    overflow: hidden;
}
#mobile-menu-button {
    cursor: pointer;
}
#close-menu {
    width: 80px;
    height: 74px;
    background: url(img/close-menu-bg.svg) no-repeat top right transparent;
    padding: 10px 11px 32px 37px;
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 1;
}
.headerBg {
    position: relative;
    padding: 10% 0 6%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.pll-parent-menu-item > ul.sub-menu {
    position: absolute;
    max-height: 0;
    overflow: hidden;
    transition: all .2s;
}
.pll-parent-menu-item:hover > ul.sub-menu {
    max-height: 100px;
}
.lang-item-es a::after, html[lang^="es"] .pll-parent-menu-item > a::after {
    content: "ES";
    color: inherit;
    display: inline-block;
    padding: 0 10px;
}
.lang-item-en a::after, html[lang^="en"] .pll-parent-menu-item > a::after {
    content: "EN";
    color: inherit;
    display: inline-block;
    padding: 0 10px;
}
.lang-item-de a::after, html[lang^="de"] .pll-parent-menu-item > a::after {
    content: "DE";
    color: inherit;
    display: inline-block;
    padding: 0 10px;
}
html[lang^="es"] .pll-parent-menu-item > a::after, html[lang^="en"] .pll-parent-menu-item > a::after, html[lang^="de"] .pll-parent-menu-item > a::after {
    padding: 0 25px 0 10px;
    background: url(img/dropdown-arrow.svg) no-repeat right center transparent;
}
#menu ul.sub-menu > li {
    display: block;
    float: none;
    margin-left: 0;
}

/* Home */

.home #header, .page-template-homepage-TEMP-borrar #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.home #content, .page-template-homepage-TEMP-borrar #content {
    padding: 0;
}
.home .headerBg, .page-template-homepage-TEMP-borrar .headerBg {
    height: 100%;
    min-height: 99vh;
    background-image: url(img/bg-home-ubora.webp);
    background-position: bottom right;
    padding-bottom: 22vh;
}
.no-webp .home .headerBg, .no-webp .page-template-homepage-TEMP-borrar .headerBg  {
    background-image: url(img/bg-home-ubora.jpg);
}
.home .headerBg::before, .page-template-homepage-TEMP-borrar .headerBg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0,0,0,.55);
    background: linear-gradient(135deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.55) 40%, rgba(0,0,0,0) 100%);
}
.home .headerBg [class^="home"], .page-template-homepage-TEMP-borrar .headerBg  [class^="home"] {
    text-shadow: 0 0 40px #000, 0 0 20px #000;
}
.home .headerBg .container, .page-template-homepage-TEMP-borrar .headerBg  .container {
    max-width: unset;
    position: relative;
    z-index: 1;
}
.homeTitle {
    font-size: 4.6875em;
    line-height: 1.133333em;
    color: #FFF;
    font-weight: 500;
    width: 50%;
    display: block;
    margin: 0 0 20px;
}
.homeSubTitle {
    font-size: 1.25em;
    line-height: 1.5em;
    color: #FFF;
    font-weight: 500;
    width: 17em;
    display: block;
}
#content .cta {
    color: #FFF;
}
.cta, .formContainer {
    display: inline-block;
    font-size: 1.125em;
    line-height: 45px;
    height: 45px;
    padding: 0 40px;
    position: relative;
    z-index: 0;
    color: #FFF;
    background: transparent;
    border-radius: 45px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .8s;
}
.headerBg .cta {
    margin: 90px 0 0;
}
.cta::before, .formContainer::before {
    content: "";
    background: rgb(0,113,255);
    background: linear-gradient(122deg, rgba(0,113,255,1) 0%, rgba(0,255,210,1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    border-radius: 45px;
    transition: all .8s;
}
.cta::after, .formContainer::after {
    content: "";
    background: #000;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    z-index: -1;
    border-radius: 41px;
    transition: all .8s;
}
.cta.inputContainer::after {
    display: none;
}
.formContainer::after {
    border-radius: 43px;
}
.page-template-productos input[type=submit] {
    background: rgb(0,113,255);
    background: linear-gradient(122deg, rgba(0,113,255,1) 0%, rgba(0,255,210,1) 100%);
}
.cta:hover, .cta:focus, input[type=submit]:hover, input[type=submit]:focus {
    text-shadow: 0 0 2px #FFF, 0 0 10px #FFF, 0 0 20px #ffffff66, 0 0 40px #ffffff66;
    box-shadow: 0 0 20px #ffffff66;
    transition: all .2s;
}
.cta:hover::before {
    filter: blur(1px) brightness(150%);
    transition: all .2s;
}
section#nuestros-productos {
    position: relative; 
    background: #FFF;
    padding: 7% 0 10%;   
}
section#nuestros-productos a.next {
    filter: invert();
}
.title, #garantias .titulo {
    display: block;
    font-weight: 700;
    font-size: 2.1875em;
    line-height: 1.1428em;
    color: #707070;
    padding: 0 0 2em;
}
ul.thirds {
    list-style-type: none;
} 
ul.thirds li {
    width: 33.333333%;
    padding: 0 4%;
    float: left;
    margin: 0;
}
ul.thirds img {
    margin: 0 auto 1.5em;
}
ul.thirds h2 {
    font-weight: 500;
    font-size: 1.5em;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    display: block;
    margin: 0 0 .75em;
}
ul.thirds p {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5em;
    color: #707070;
    margin: 0 0 40px;
}
ul.thirds .cta::before, ul.thirds .cta::after {
    display: none;
}
ul.thirds .cta {
    background: #000;
    height: 40px;
    line-height: 40px;
    font-size: .875em;
}
ul.thirds::after, ul.motivos::after {
    content: "";
    display: table;
    clear: both;
}
section#motivos {
    position: relative;
    padding: 10% 0;
}
section#motivos .title {
    font-weight: 700;
    font-size: 3.125em;
    line-height: 1.3em;
    padding: 0 0 .75em;
    color: #FFF;
}
section#motivos .container > p {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5625em;
    color: #707070;
    max-width: 68em;
    margin: 0 auto 5em;
}
.black {
    background: #000;
    background: linear-gradient(122deg, rgba(33,33,33,1) 0%, rgba(0,0,0,1) 100%);
    color: #FFF;
}
ul.motivos {
    list-style-type: none;
}
ul.motivos li {
    width: 25%;
    padding: 0 4%;
    float: left;
    margin: 0;
}
ul.motivos .img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
}
ul.motivos h3 {
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.4em;
    color: #FFF;
}
ul.motivos p {
    font-weight: 500;
    font-size: .875em;
    line-height: 1.4285em;
    color: #707070;
}
a.next {
    position: absolute;
    bottom: 40px;
    transform: translateX(-50%);
}
section#app {
    background: #FFF;
    background: linear-gradient(122deg, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%);
    position: relative;
    padding: 14% 0 12%;
}
section#app::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -5%;
    z-index: 0;
    opacity: 0;
    background: no-repeat center transparent;
    background-image: url(img/ubora-app.webp);
    background-size: cover;
    transition: all 2s ease-out;
}
section#app.current::before {
    left: 0;
    opacity: 1;
}
.no-webp section#app::before {
    background-image: url(img/ubora-app.png);
}
section#app .container {
    padding-left: 32%;
    position: relative;
    z-index: 3;
}
#app .title {
    font-weight: 700;
    font-size: 3.125em;
    line-height: 1.3em;
    text-indent: 5em;
    color: #000;
    opacity: .9;
    padding: 0 0 .5em;
}
.caps {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.25em;
    letter-spacing: .12em;
    word-spacing: .2em;
    margin: 0 0 1.5em;
}
#app p {
    font-size: 1em;
    line-height: 1.5625em;
    color: #707070;
    margin: 0 0 3em auto;
    max-width: 33em;
}
#app a {
    display: inline-block;
}
#app a+a {
    margin-left: 36px;
}
section#partner {
    position: relative;
    overflow: hidden;
    padding: 7% 0 20%;
}
section#partner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -5%;
    left: 0;
    z-index: 0;
    opacity: 0;
    background: no-repeat center bottom transparent;
    background-image: url(img/home-bg-resistencia.webp);
    background-size: 100% auto;
    transition: all 1s ease-out;
    pointer-events: none;
}
.no-webp section#partner::before {
    background-image: url(img/home-bg-resistencia.png);
}
section#partner.current::before {
    bottom: 0;
    opacity: 1;
}
#partner .title {
    color: #FFF;
    font-size: 3.125em;
    line-height: 1.3em;
    padding: 0 0 .5em;
}
#partner p {
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.5em;
    color: #707070;
    margin: 0 auto 3em;
    max-width: 50em;
}
section#partner::after {
    display: none;
}
section#calidades {
    position: relative;
}
ul.calidades {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    padding: 0 0 4px;
}
ul.calidades li {
    width: 33.333333%;
    aspect-ratio: 640/390;
    position: relative;
}
ul.calidades li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    cursor: pointer;
}
ul.calidades li::before, ul.calidades li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(122deg, rgba(33,33,33,1) 0%, rgba(0,0,0,1) 100%);
    opacity: .5;
    transition: all .8s;
}
ul.calidades li:hover::before {
    opacity: 0;
    transition: all .2s;
}
ul.calidades li::after {
    z-index: 2;
    opacity: 1;
    background: url(img/icon-play.png) no-repeat center center transparent;
    background-size: 90px;
}
#calidades .uboraPopup.open {
    padding: 75px 7%;
}
.uboraPopup video {
    width: 100%;
    height: 100%;
}
section#garantias {
    padding: 7% 0;
    position: relative;
    text-align: center;
    height: auto;
    overflow: hidden;
}
#garantias::before {
    content: "";
    position: absolute;
    top: Calc(50% - 1px);
    left: 0;
    right: 0;
    height: 2px;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #FFF;
    z-index: -1;
}
#garantias li {
    width: 60vw;
}
#garantias .titulo {
    /*display: block;
    font-weight: 700;
    font-size: 3.125em;
    line-height: 1.4em;
    color: #000;
    opacity: .9;*/
    padding: 0;
    margin: 0 auto 80px;
    transition: .2s all;
}
#garantias .caps {
    display: block;
    font-size: 3.125em;
    line-height: 1.4em;
    color: #000;
    opacity: .9;
    margin: 0 auto 1em;
    letter-spacing: normal;
    transition: .2s all;
}
.cifraContainer {
    display: inline-block;
    margin: auto;
    padding: 0 50px;
    background: #F5F5F5;
    transition: .2s all;
}
.cifra {
    display: inline-block;
    font-weight: 700;
    font-size: 9.375em;
    line-height: .85em;
    letter-spacing: -0.05em;
    background: rgb(0,113,255);
    background: linear-gradient(135deg, rgba(0,113,255,1) 0%, rgba(0,255,210,1) 100%);
    color: transparent;
    text-shadow: -3px -3px 6px rgba(255,255,255,.30);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
       -moz-background-clip: text;
            background-clip: text;
    transition: .2s all;
}
.años {
    display: block;
    color: #B2B0B0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.875em;
    line-height: 1.5em;
    margin: 0 auto 1em;
    transition: .2s all;
}
.subtitulo {
    display: block;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1em;
    color: #000;
    opacity: .9;
    margin: 0 auto .5em;
    transition: .2s all;
}
.explicacion {
    display: block;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5625em;
    color: #707070;
    max-width: 28em;
    margin: 0 auto;
    transition: .2s all;
}
#garantias li:not(.slick-current) .titulo, #garantias li:not(.slick-current) .caps, #garantias li:not(.slick-current) .cifra, #garantias li:not(.slick-current) .años, #garantias li:not(.slick-current) .explicacion {
    opacity: .1;
    filter: blur(4px);
    transition: .2s all;
}
#garantias li:not(.slick-current) .subtitulo {
    color: #DEDEDE;
    filter: blur(4px);
    transition: .2s all;
}
#garantias button, #trabajosRealizados button {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    display: inline-block;
}
#garantias .sliderNext {
    left: unset;
    right: 10%;
}
section#instrucciones {
    position: relative;
    background: no-repeat center center #212121;
    background-size: cover;
    background-image: url(img/bg-formulario-home.webp);
    padding: 7% 0 Calc(7% + 196px);
    color: #FFF;
}
.no-webp section#instrucciones {
    background-image: url(img/bg-formulario-home.jpg);
}
#instrucciones .titulo {
    color: #FFF;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.25em;
    display: block;
    opacity: .9;
}
#instrucciones .titulo.small {
    font-size: 1.875em;
}
#instrucciones p {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5625em;
    color: #707070;
    max-width: 40em;
    margin: 2em auto 0;
}
ol.pasos {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding: 4% 0 0;
}
ol.pasos li {
    width: Calc(25% - 52.5px);
    position: relative;
}
ol.pasos li+li::before {
    content: "";
    background: url(img/long-arrow.svg) no-repeat center center transparent;
    width: 70px;
    height: 16px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}
ol.pasos li img {
    display: block;
    margin: 0 auto 34px;
}
ol.pasos li .paso {
    font-size: 1.4375em;
    line-height: 1.4782em;
    font-weight: 400;
    color: #FFF;
    display: block;
    margin: 0 auto .75em;
}
ol.pasos li .instrucciones {
    font-weight: 500;
    font-size: .875em;
    line-height: 1.4285em;
    color: #707070;
}
section#calculadora {
    position: relative;
    z-index: 1;
    padding: 0 0 7%;
    background: #575757;
}
.formContainer {
    font-size: 1em;
    height: auto;
    background: rgb(16,16,16);
    background: linear-gradient(315deg, rgba(16,16,16,1) 0%, rgba(33,33,33,1) 100%);
    padding: 70px 8%;
    text-transform: none;
    margin: -196px auto 0;
}
.formContainer .header {
    float: left;
    width: 40%;
    margin: 0 70px 0 0;
}
.formContainer .caps {
    color: #707070;
}
.formContainer .titulo {
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.333333em;
    color: #FFF;
}
.formContainer form {
    width: Calc(60% - 70px);
    float: right;
}
.clr {
    display: table;
    clear: both;
}
section#trabajosRealizados {
    padding: 7% 0;
    position: relative;
}
section#trabajosRealizados::after {
    display: none;
}
#trabajosRealizados button {
    left: 6%;
}
#trabajosRealizados .sliderNext {
    left: unset;
    right: 6%;
}
#trabajosRealizados button img {
    width: 35px;
    height: 35px;
}
ul.trabajosHome {
    display: block;
    width: 100%;
    margin: 0 auto 70px;
}
ul.trabajosHome li {
    width: 21vw;
    margin: 0 52px;
}
ul.trabajosHome li img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 404/246;
    object-fit: cover;
}
ul.trabajosHome li strong {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.25em;
    display: block;
    margin: 1em auto .75em;;
}
ul.trabajosHome li .caps {
    font-size: 1em;
    color: #707070;
    letter-spacing: normal;
    word-spacing: normal;
    margin: 0 auto;
}
#trabajosRealizados .cta {
    background: #000;
    font-size: .875em;
    line-height: 31px;
    height: auto;
}
#trabajosRealizados .cta::before, #trabajosRealizados .cta::after {
    display: none;
}

/* Forms */

input, textarea {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1em;
    color: #B2B0B0;
    outline: none;
    transition: all .8s;
}
input:focus, input:hover, textarea:focus, textarea:hover {
    border-color: #B2B0B0 !important;
    color: #FFF;
    text-shadow: 0 0 2px #FFF, 0 0 10px #FFF, 0 0 20px #ffffff66, 0 0 40px #ffffff66;
    transition: all .2s;
}
input[type=text], input[type=number], input[type=tel], #calculadora input[type=email], #calculadora input[type=tel], .page-template-productos input[type=tel], .page-template-productos input[type=email] {
    background: transparent;
    line-height: 1.875em;
    padding: 2px 28px 2px;
    border-radius: 99px;
    border: 1px solid #707070;
    box-shadow: inset 5px 5px 10px rgba(3,0,0,.45);
    display: block;
    width: 100%;
    margin: 0 0 27px;
    -moz-appearance: textfield;
}
.page-template-productos .uboraPopup input:not([type=submit]) {
    margin-bottom: 18px;
}
.page-template-productos .uboraPopup form {
    padding-top: 1em;
}
input::placeholder {
    color: #B2B0B0;
    text-shadow: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
label {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.875em;
    color: #B2B0B0;
}
input[type=submit] {
    position: relative;
    line-height: 38px;
    color: #000;
    text-transform: uppercase;
    padding: 0 28px;
    margin: 0;
    border: none;
    border-radius: 99px;
    background: transparent;
    cursor: pointer;
    display: block;
}
form .inputContainer {
    padding: 2px;
    width: fit-content;
    display: block;
    margin: 27px 0 0 auto;
    height: 42px;
}
.flexRadioContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.flexRadioContainer > label:first-child {
    max-width: Calc(100% - 160px);
    line-height: 1.25em;
}
input[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;
    font: inherit;
}
input[type=radio]::before, .radio.selected::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    pointer-events: none;
    border-radius: 99px;
    border: 2px solid transparent;
    transition: all .8s;
}
input[type=radio]:focus::before {
    border: 1px solid #B2B0B0;
    transition: all .2s;
}
input[type=radio]:checked::before, .radio.selected::before {
    border: 2px solid #0071FF;
    transition: all .2s;
}
.radio {
    display: inline-block;
    position: relative;
    color: #FFF;
    border: 1px solid #707070;
    border-radius: 99px;
    width: 70px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: all .8s;
}
*+.radio {
    margin-left: 10px;
}
.radio:hover, .radio:focus {
    border-color: #B2B0B0;
    transition: all .2s;
}
.gridInputContainer {
    display: grid;
    grid-column-gap: 27px;
    grid-row-gap: 0;
    grid-template-columns: repeat(2, 1fr);
    margin: 27px 0 0;
}
.page-template-presupuesto-personalizado #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.page-template-presupuesto-personalizado #logo img {
    filter: none;
}
.page-template-presupuesto-personalizado #content {
    padding: 0;
}
.page-template-presupuesto-personalizado .headerBg {
    padding: Calc(7% + 70px) 0 266px;
    text-align: center;
    background: no-repeat center center #212121;
    background-size: cover;
    background-image: url(img/bg-formulario-home.webp);
}
.no-webp .page-template-presupuesto-personalizado .headerBg {
    background-image: url(img/bg-formulario-home.jpg);
}
.page-template-presupuesto-personalizado h1 {
    font-size: 2.5em;
    line-height: 1.333333em;
    color: #FFF;
    padding: 0;
}
.page-template-presupuesto-personalizado h1 .small {
    font-size: .75em;
    display: block;
    margin: 0 auto 25px;
}
.page-template-presupuesto-personalizado .headerBg p {
    color: #707070;
    font-size: 1em;
    line-height: 1.5625em;
    max-width: 25em;
    margin: 0 auto;
}
#presupuesto {
    background: #575757;
    padding-bottom: 7%;
}
#presupuesto .formContainer {
    background: rgb(255,255,255);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    color: #000;
    padding-bottom: 0;
}
#presupuesto .formContainer::after {
    background: rgb(255,255,255);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
}
#presupuesto form {
    width: 100%;
}
#presupuesto form .title {
    display: block;
    font-size: 1.875em;
    line-height: 1.333333em;
    font-weight: 400;
    color: #000;
    opacity: .9;
    padding: 0 0 10px;
    margin-left: -40px;
}
.tabBox {
    display: block;
    position: relative;
    margin-top: 30px
}
.tabBox .option {
    display: block;
    width: 100%;
    border-radius: 35px;
    background: #FFF;
    padding: 46px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.05);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.tabBox .option.selected {
    position: relative;
    z-index: 1;
    opacity: 1;
}
.optionRow {
    display: block;
    position: relative;
}
.tabRow {
    position: relative;
    display: block;
    padding: 0 65px;
}
.tabRow::after {
    content: "";
    display: table;
    clear: both;
}
.tab {
    display: block;
    float: left;
    position: relative;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    background: #DEDEDE;
    color: rgba(0,0,0,.9);
    text-transform: uppercase;
    text-align: center;
    padding: 0 65px;
    font-size: 1.25em;
    font-weight: 500;
    cursor: pointer;
}
.tab.selected {
    background: #FFF;
    color: #0071FF;
    box-shadow: 2px 2px 5px rgba(0,0,0,.15);
}
.tab+.tab {
    margin-left: 14px;
}
.bottomTabs .tab {
    border-radius: 0 0 20px 20px;
}
.bottomTabs .tab.selected {
    z-index: 2;
}
.bottomTabs .tab.selected::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #FFF;
}
.topTabs .tab {
    border-radius: 20px 20px 0 0;
    text-transform: none;
    width: Calc(50% - 7px);
    padding: 0;
}
.topTabs .tab.selected::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #FFF;
}
.option {
    text-align: center;
}
.option::after {
    content: "";
    display: table;
    clear: both;
}
.option .leftCol, .option .rightCol {
    width: 50%;
    padding: 0;
    margin: 0;
}
.option .rightCol {
border-left: 1px solid #DEDEDE;
}
.option img {
    display: block;
    margin: 0 auto;
}
.option .producto {
    font-size: 1.5em;
    line-height: 1.25em;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
}
.option .variante {
    font-size: 1em;
    line-height: 1.25em;
    color: #707070;
    text-transform: uppercase;
}
.masInfo {
    display: block;
    width: fit-content;
    background: #707070;
    color: #FFF;
    height: 25px;
    line-height: 25px;
    font-size: 1em;
    border-radius: 25px;
    padding: 0 25px 0 22px;
}
#presupuesto form section {
    padding: 0 40px 45px;
    border-bottom: 1px solid #DEDEDE;
}
#presupuesto form section+section {
    padding-top: 45px;
    border-top: 1px solid #FFF;
}
#presupuesto form section.doubleCol {
    padding-left: 0;
    padding-right: 0;
}
#presupuesto .gastoMensual {
    float: right;
    width: 166px;
    margin: 0 0 0 20px;
    color: #000;
    background: transparent;
    box-shadow: none;
    border: 2px solid #0071FF;
}
#presupuesto p {
    font-size: 1em;
    line-height: 1.25em;
}
.gris p {
    color: #707070;
}
.nomargin {
    margin: 0;
}
span.direccion {
    color: #0071FF;
    display: inline-block;
    padding: 0 17px 0 27px;
    background: url(img/icon-map-marker.svg) no-repeat left center transparent;
}
span.instPrevia {
    color: #0071FF;
    display: inline-block;
}
.doubleCol .leftCol, .doubleCol .rightCol {
    width: Calc(50% - 35px);
    padding: 0 40px;
}
.doubleCol::after {
    content: "";
    display: table;
    clear: both;
}
#presupuesto input, #presupuesto label, #presupuesto .radio {
    color: #000;
}
#presupuesto .radio {
    width: 129px;
    height: 40px;
    line-height: 40px;
}
#presupuesto .flexRadioContainer {
    justify-content: flex-start;
}
section.presupuesto {
    position: relative;
    z-index: 0;
}
section.presupuesto::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: Calc(119.04% - 4px);
    margin: -1px Calc(-9.52% + 2px);
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 8%, rgba(255,255,255,1) 92%, rgba(255,255,255,0) 100%);
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    display: block;
}
#presupuesto #resultado {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*padding-bottom: 45px;
    border-bottom: 1px solid #DEDEDE;*/
}
#presupuesto #resultado > div {
    padding-right: 0;
}
#presupuesto #resultado .rightCol {
    margin-left: 70px;
}
#presupuesto #resultado .title {
    font-weight: 500;
    padding: 0;
    margin-top: 0;
    margin-bottom: .15em;
}
#presupuesto #resultado .caps {
    font-size: 1em;
    letter-spacing: normal;
    word-spacing: normal;
}
.resultado {
    display: inline-block;
    float: right;
}
.precio {
    font-weight: 700;
    font-size: 4.375em;
    font-size: 4vw;
    line-height: 1em;
    color: #000;
}
.euro {
    font-weight: 700;
    font-size: 1.875em;
    color: #707070;
}
#otrosDatos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 45px;
}
#otrosDatos li {
    padding: 0 40px;
}
#otrosDatos .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 30px;
    height: 130px;
}
#otrosDatos .top img {
    margin: 0 30px 0 0;
}
#otrosDatos .top span {
    font-size: 1.25em;
    line-height: 1.25em;
    font-weight: 700;
    color: #000;
}
#otrosDatos .bottom {
    text-align: center;
}
#otrosDatos .precio {
    font-size: 3.125em;
}
.puntoCarga, .recibeEmail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.puntoCarga {
    align-items: flex-start;
}
.puntoCarga > div {
    width: 25%;
}
.puntoCarga > div:first-child {
    width: 66.666666%;
}
.puntoCarga .option .rightCol {
    border-left: 0;
    text-align: left;
}
#puntoCarga p {
    line-height: 1.5em;
}
.puntoCarga .option {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    min-height: 100%;
    height: auto;
    opacity: 0
}
#presupuesto form #puntoCarga .title {
    margin: 0 0 20px;
    font-size: 1.5625em;
    line-height: 1.44em;
}
#presupuesto form #puntoCarga .puntoCarga .title {
    margin-top: 30px;
}
#puntoCarga h3 {
    font-weight: 400;
}
#puntoCarga .radio {
    width: Calc(50% - 15px);
}
#puntoCarga .radio+.radio {
    margin-left: 30px;
}
#puntoCarga .radio.sistemaFase {
    width: 100%;
    max-width: unset;
    margin-left: 0 !important;
}
#puntoCarga .radio.sistemaFase+.radio {
    margin-top: 25px;
}
.flexRadioContainer.sistemaFase {
    flex-direction: column;
}
#puntoCarga .flexRadioContainer > label:first-child {
    max-width: unset;
}
#puntoCarga .flexRadioContainer.pCarga {

}
#presupuesto #recibeEmail {
    padding: 45px 0 70px;
}
#presupuesto #recibeEmail .title {
    margin-left: 0;
    font-weight: 700;
    font-size: 3.125em;
    line-height: 1.3em;
}
.recibeEmail > div {
    width: 40%;
}
.recibeEmail > div:first-child {
    width: 57%;
}
#recibeEmail input, .contactBlock input, textarea, .contactBlock .radio, #recibeEmail .radio {
    background: transparent;
    line-height: 1.875em;
    padding: 2px 28px 2px;
    border-radius: 99px;
    border: 1px solid #DEDEDE;
    display: block;
    width: 100%;
    margin: 0 0 27px;
    -moz-appearance: textfield;
    box-shadow: none;
    color: #707070;
}
.contactBlock .radio, #recibeEmail .radio {
    width: auto;
    white-space: nowrap;
    line-height: 40px;
}
#recibeEmail .radio {
    padding: 0 14px;
}
#recibeEmail *+.radio {
    margin-left: 14px;
}
.contactBlock input[type=radio], #recibeEmail input[type=radio] {
    padding: 0;
    margin: 0;
    border: 0;
    height: 0;
}
.contactBlock .flexRadioContainer, #recibeEmail .flexRadioContainer {
    align-items: baseline;
}
#recibeEmail ::placeholder, .contactBlock ::placeholder, textarea ::placeholder {
    color: #B2B0B0;
}
#recibeEmail #first_name, #recibeEmail #last_name {
    width: Calc(50% - 16px);
    display: inline-block;
}
#recibeEmail #last_name {
    margin-left: 27px
}
#recibeEmail p, #recibeEmail label, .contactBlock label {
    color: #707070;
    font-size: 1em;
    line-height: 1.5625em;
}
#recibeEmail input[type=checkbox], .contactBlock input[type=checkbox] {
    width: 1em;
    height: 1em;
    margin: 0 .5em 0 0;
    display: inline-block;
}
#recibeEmail .inputContainer {
    overflow: hidden;
    height: 41px;
    padding: 0;
    width: 100%;
    margin: 10px 0 0;
}
#recibeEmail .inputContainer::after {
    display: none;
}
#recibeEmail input[type=submit] {
    color: #000;
    border: 0;
    font-size: .875em;
    line-height: 41px;
    height: 41px;
    margin: 0;
    width: 100%;
}
#recibeEmail input:last-child {
    margin-bottom: 0;
}
#presupuesto #recibeEmail.presupuesto::before {
    border-radius: 0 0 44px 44px;
}
.contactBlock textarea:focus, .contactBlock textarea:hover {
    text-shadow: none;
    color: #707070;
}
input.required:invalid, textarea.required:invalid, select.required:invalid, input[type=radio].required:invalid::before {
    border-color: red !important;
    box-shadow: 0 0 10px 0 red, inset 0 0 10px 0 red !important;
}

/* Content */

#content {
    padding: 7% 0;
    overflow: hidden;
}
#content a {
    color: #0071FF;
    text-decoration: inherit;
}
#content h1 a, .blog #content h2 a {
    transition: all .8s;
    text-decoration: inherit;
    color: inherit;
}
article img {
    max-width: 100%;
    height: auto;
}
article img.attachment-blog-header {
    margin: 0 0 7%;
}
.leftCol {
    float: left;
    width: Calc(100% - 354px);
    margin: 0;
    padding: 0 7%;
}
.rightCol {
    float: right;
    width: 354px;
}
article::after {
    content: "";
    display: table;
    clear: both;
}
article h1 {
    font-size: 3.125em;
    line-height: 1.1em;
    font-weight: 500;
    color: #000;
    opacity: .9;
}
.entry-meta, .widget-title {
    text-transform: uppercase;
    color: #707070;
    display: block;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5em;
    padding: 1em 0 1.5em;
    margin: 0;
    border-bottom: 1px solid #B2B0B0;
}
.widget-title {
    padding-bottom: .4em;
}
.entry-content {
    display: block;
    padding: 1em 0;
    border-top: 1px solid #FFF;
    font-size: 1em;
    line-height: 1.5625em;
    color: #707070;
}
.entry-content ul {
    list-style-type: disc;
    padding: 0 0 0 2em;
    margin: 0 0 1em;
}
.entry-content ol {
    list-style-type: decimal-leading-zero;
    padding: 0 0 0 2em;
    margin: 0 0 1em;
}
.entry-content li {
    padding: 0;
    margin: .5em 0 0 1em;
}
.entry-content strong {
    font-weight: 500;
}
#recent-posts li {
    border-top: 1px solid #FFF;
}
#recent-posts .entry-title {
    color: #000;
    font-size: 1.375em;
    line-height: 1.363636em;
    display: inline-block;
    padding: 1em 0 0;
}
#recent-posts .entry-title:hover, #content h1 a:hover, .blog #content h2 a:hover {
    color: #0071FF;
}
#recent-posts .entry-meta {
    font-size: .875em;
}
#recent-posts ul {
    border-bottom: 1px solid #FFF;
}
.post-edit-link {
    display: block;
    padding: 1em 0 0;
}
.post-navigation {
    border-top: 1px solid #B2B0B0;
    padding: 0;
    margin: 2.5em 0 0;
}
#content .nav-links a {
    color: #B2B0B0;
    font-size: .875em;
}
#content .nav-links a:hover {
    color: #0071FF;
}
.nav-links {
    border-top: 1px solid #FFF;
    padding: 1em 0 0;
}
body.single .nav-links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
body.single .nav-previous {
    margin-right: 10px;
}
body.single .nav-next {
    margin-left: 10px;
}
body.single .nav-links > div a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
body.single .nav-links > .nav-next a {
    justify-content: flex-end;
    text-align: right;
}
.nav-links .meta-nav {
    opacity: .6;
    vertical-align: top;
}
.nav-next .meta-nav {
    padding-left: 2em;
}
.nav-previous .meta-nav {
    padding-right: 2em;
}
img.prevArrow {
    transform: rotate(180deg);
}

/* CPT: Trabajos realizados */

.blog #header, .post-type-archive-trabajos-realizados #header, .page-template-trabajos-realizados #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.post-type-archive-trabajos-realizados .headerBg, .page-template-trabajos-realizados .headerBg {
    background-image: url(img/headerBg-trabajos-realizados.jpg);
    color: #FFF;
}
ul.trabajosRealizados {
    width: 100%;
    list-style-type: none;
    display: block;
}
ul.trabajosRealizados > li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 3.333333%;
    position: relative;
}
ul.trabajosRealizados > li::after {
    content: "";
    height: 1px;
    width: 88%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #DEDEDE;
}
ul.trabajosRealizados > li:last-child::after {
    height: 2px;
    border-bottom: 1px solid #FFF;
}
ul.trabajosRealizados > li+li {
    padding-top: 3.333333%;
}
ul.trabajosRealizados > li+li::before {
    content: "";
    height: 1px;
    width: 88%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
}
ul.trabajosRealizados .images {
    width: 956px;
    height: 525px;
    overflow: hidden;
    max-width: 65%;
}
ul.trabajosRealizados .images img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.details {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    min-width: 490px;
    width: 35%;
    margin-left: 3.333333%;
}
.details h2 {
    display: block;
    width: 100%;
    padding: 0 0 1.5em;
    border-bottom: 1px solid #B2B0B0;
}
.details h2 span {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5em;
    color: #707070;
    letter-spacing: .03em;
}
.details h2 strong {
    display: block;
    font-weight: 700;
    font-size: 2.1875em;
    line-height: 1.1428em;
    color: #000;
    opacity: .9;
}
.details .features {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #B2B0B0;
    padding-top: 1.5em;
}
.details .features li {
    flex-basis: 50%;
    text-align: center;
    height: 140px;
}
.details .features li > * {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.details .features li img {
    margin-bottom: .5em;
    object-fit: none;
    height: 45px;
}
.details .features li .label {
    text-transform: uppercase;
    font-size: .8125em;
    line-height: 1.5em;
    margin-bottom: .75em;
    color: #707070;
    font-weight: 400;
}
.details .features li .label span {
    color: #B2B0B0;
    display: inline-block;
}
.details .features li .data {
    color: #000;
    font-weight: 500;
    line-height: 1.3125em;
    white-space: nowrap;
}
.slideControls {
    border-top: 1px solid #FFF;
    padding-top: 1.5em;
    font-size: .875em;
}
.slideControls button, #garantias button, #trabajosRealizados button {
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: none;
}
.slideIndex {
    display: inline-block;
    padding: 0 25px;
    color: #B2B0B0;
}
.currentIndex {
    color: #707070;
}
.prevSlide img, .sliderPrev img {
    transform: rotate(180deg);
}

/* CPT: Recortes de Prensa */

.post-type-archive-recortes-de-prensa h1, .page-template-recortes-de-prensa h1 {
    font-size: 1.875em;
    line-height: 1.333333em;
    font-weight: 500;
    color: #B2B0B0;
    padding: 0 0 .5em;
    border-bottom: 1px solid #DEDEDE;
}
.post-type-archive-recortes-de-prensa #content, .page-template-recortes-de-prensa #content {
    max-width: 1300px;
    padding: 0 0 7%;
}
.post-type-archive-recortes-de-prensa #header, .page-template-recortes-de-prensa #header {
    padding-bottom: 100px;
    color: #707070;
}
.post-type-archive-recortes-de-prensa #logo img, .page-template-recortes-de-prensa #logo img {
    filter: invert();
}
ul.recortesDePrensa {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
ul.recortesDePrensa li {
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    border-bottom: 1px solid #DEDEDE;
}
ul.recortesDePrensa li .details {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-width: unset;
    max-width: unset;
    margin: 0 0 0 8.5%;
}
.medio, .fecha {
    color: #000;
    display: block;
    margin: 0 0 1em;
    text-transform: uppercase;
}
.fecha {
    color: #707070;
}
ul.recortesDePrensa .details h2 {
    font-weight: 700;
    font-size: 1.875em;
    line-height: 1.333333em;
    border: 0;
    padding: 0 0 1em;
}
.uboraPopup {
    position: fixed;
    overflow: hidden;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    width: 0;
    height: 0;
    padding: 0;
    z-index: 12;
    background: #FFF;
    display: flex;
    transition: all .8s;
}
.uboraPopup.open {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 7%;
    background: rgba(0,0,0,.88);
    transition: all .2s;
}
.uboraPopup a.close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.uboraPopup .container {
    position: relative;
    z-index: 1;
    background: #000;
    padding: 7%;
    color: #FFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.uboraPopup .medio {
    color: #707070;
}
.uboraPopup .titulo {
    color: #FFF;
    opacity: .9;
    font-weight: 700;
    font-size: 1.875em;
    line-height: 1.33333em;
}
.uboraPopup .info {
    width: Calc(50% - 100px);
}
.uboraPopup .image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uboraPopup .controls {
    width: 40px;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.uboraPopup img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.uboraPopup .clickOutside {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    cursor: pointer;
}
.uboraPopup[id^=modal-employee] {
    position: fixed;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    transition: all .4s;
}
.uboraPopup[id^=modal-employee].open {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all .2s;
}
.uboraPopup[id^=modal-employee] a.close {
    z-index: 3;
    background-color: #000;
    border-radius: 99px;
    overflow: hidden;
    height: 40px;
}
.employee {
    position: relative;
    z-index: 2;
    width: 375px;
    max-width: 100%;
    margin: auto auto 0;
    padding: 109px 30px 0;
    text-align: left;
    background: #EFEFEF;
}
.employee::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgb(0,113,255);
    background: linear-gradient(81deg, rgba(0,113,255,1) 4%, rgba(255,222,105,1) 16%, rgba(0,255,210,1) 41%, rgba(237,38,3,1) 50%, rgba(0,113,255,1) 59%, rgba(0,255,210,1) 83%, rgba(255,222,105,1) 96%);
}
.employee::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 0;
    right: 0;
    height: 76px;
    background: url(img/logo-ubora.svg) no-repeat #010101;
    background-size: 162px 37px;
    background-position: 30px 18px;
}
#nuestroEquipo ul.equipo li .employee .position {
    color: #707070;
}
.employee > img, .employee .leftCol > img {
    border-radius: 99px;
    margin: 0 auto 20px;
}
.employee .leftCol > img {
    width: 128px;
    height: auto;
}
.employee .contactDetails {
    display: block;
    margin: 20px 0 40px;
    color: #0071FF;
    font-size: .8125em;
    line-height: 1.9230em;
}
.employee .contactDetails .header {
    color: #707070;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.4em;
    margin: 0 0 0.5em
}
.employee a {
    display: block;
}
#content .cta.vcardDl {
    text-transform: uppercase;
    letter-spacing: 0.36px;
    margin: -13px 0;
    padding: 0 13px;
    width: 100%;
    color: #000;
    height: 26px;
    line-height: 27px;
    font-size: .75em;
    font-weight: 600;
    text-align: center;
}
#content .cta.vcardDl::after {
    content: "";
    position: static;
    display: inline-block;
    margin: -4px 0 -4px 8px;
    line-height: 1em;
    width: 27px;
    height: 18px;
    border-radius: 0;
    vertical-align: middle;
    background: url(img/icon-vcard.svg) no-repeat center center transparent;
    background-size: contain;
}
.company {
    position: relative;
    z-index: 1;
    width: 375px;
    max-width: 100%;
    margin: 0 auto auto;
    padding: 43px 30px 30px;
    text-align: left;
    background: #FFF;
    color: #707070;
    font-size: .8125em;
    line-height: 1.9230em;
}
.company strong {
    color: #000;
    font-weight: 600;
}
.company .telephone, .company a {
    color: #0071FF;
}
body.single .employee::before, body.single .employee::after, body.page-template-contacto .employee::before, body.page-template-contacto .employee::after {
    display: none;
}
body.single .employee, body.page-template-contacto .employee {
    background: none;
    padding: 0;
    margin: 7vw 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: unset;
}
body.single .employee > *, body.page-template-contacto .emplyee > * {
    float: none;
    width: fit-content;
}
body.single .employee .leftCol, body.page-template-contacto .employee .leftCol {
    padding-left: 0;
}
.contactBlock > p:only-child {
    align-self: center;
    margin: auto auto 36px;
}
.contactBlock.employees {
    justify-content: center;
}
body.page-template-contacto .employee {
    margin: 36px 18px 20px;
}
.employee-languages {
    display: block;
    margin: 20px 0 0;
}
.employee-languages .flag-icon {
    margin: 0 10px 10px 0;
    font-size: 20px;
    border-radius: 99px;
}

/* Productos */

.page-template-productos #header {
    color: #707070;
    padding-bottom: 0;
}
.page-template-productos #logo img {
    filter: invert();
}
.page-template-productos #content .container, .page-template-contacto #content .container {
    max-width: 1322px;
}
#productos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
#productos > *+* {
    margin-left: 7.56%;
}
#content .ancla {
    display: block;
    font-weight: 500;
    font-size: 1em;
    line-height: 40px;
    height: 40px;
    color: #B2B0B0;
    border: 1px solid #B2B0B0;
    border-radius: 20px;
    padding: 0 27px;
    white-space: nowrap;
    transition: all .2s;
}
.ancla+.ancla {
    margin-top: 25px;
}
#content .ancla.selected {
    color: #000;
    border: 2px solid #0071FF;
}
#productos .title {
    font-size: 3.125em;
    line-height: 1.1em;
    color: #000;
    opacity: .9;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
}
#productos .title+* {
    padding: 25px 12px 0;
    border-top: 1px solid #FFF;
}
#productos section {
    border-bottom: 1px solid #B2B0B0;
}
#productos section+section {
    border-top: 1px solid #FFF;
    padding-top: 70px;
}
#productos section:last-child {
    border-bottom: 0;
}
#productos .intro {
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.25em;
    color: #000;
    margin-bottom: 1em;
}
#productos p {
    font-size: 1em;
    line-height: 1.5625em;
    color: #707070;
}
ul.productos {
    list-style-type: none;
    display: block;
    margin: 0 -12px;
    margin: 50px 0;
}
ul.productos li+li {
    margin-top: 50px;
}
ul.productos li .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #DEDEDE;
    padding: 0 12px 30px;
}
ul.productos li .header > * {
    display: inline-block;
    margin: 0;
}
ul.productos li h3 {
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.5625em;
    color: #000;
    opacity: .9;
}
ul.productos .product {
    border-top: 1px solid #FFF;
    padding: 27px 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
ul.productos .product .img-container {
    width: 24%;
}
ul.productos .product .text-container {
    width: 69.333333%;
    margin: auto 0 auto 6.666666%;
}
ul.productos .product .text-container p {
    margin-bottom: 4px;
}
ul.productos .product img {
    mix-blend-mode: multiply;
}
.cta.gris {
    font-weight: 500;
    font-size: .75em;
    line-height: 23px;
    height: 23px;
    background: #B2B0B0;
    color: #FFF;
    margin: 32px auto auto 0;
    text-transform: none;
    cursor: pointer;
}
.cta.gris::before, .cta.gris::after {
    display: none;
}

/* Sobre Nosotros */

.page-template-sobre-nosotros #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: #707070;
}
.page-template-sobre-nosotros #logo img {
    filter: invert();
}
.page-template-sobre-nosotros .headerBg {
    background: no-repeat center center #000;
    background-image: url(img/bg-sobre-nosotros.jpg);
    background-size: cover;
    height: 31.77vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.page-template-sobre-nosotros h1 {
    color: #FFF;
}
.page-template-sobre-nosotros #content {
    padding: 0;
}
.page-template-sobre-nosotros section {
    padding: 7% 0;
    position: relative;
}
.manifiesto {
    font-weight: 500;
    font-size: 2.1875em;
    line-height: 1.2857em;
    color: #707070;
    display: block;
    max-width: 32em;
    margin: auto;
}
.light .manifiesto {
    font-weight: 700;
    font-size: 3.125em;
    line-height: 1.4em;
    color: #000;
    opacity: .9;
}
#somosUbora {
    background: rgb(255,255,255);
    background: linear-gradient(240deg, rgba(255,255,255,0) 100%, rgba(222,222,222,1) 100%);
    box-shadow: inset 0 -300px 0 0 #FFF;
}
#somosUbora .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#somosUbora .container > * {
    width: Calc(50% - 55px);
    position: relative;
}
#somosUbora .caps {
    margin-bottom: 0;
}
#somosUbora .logo {
    filter: invert();
    margin: 0 auto 50px 0;
}
#somosUbora p {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5625em;
    color: #707070;
    margin: 0 0 .5em;
}
#somosUbora .cta.negro {
    margin: 145px auto 77px 0;
    padding: 0 16px;
}
#somosUbora .slideControls {
    position: absolute;
    bottom: 0;
    right: Calc(100% + 44px);
    width: fit-content;
    padding: 0;
}
#somosUbora .container > div:last-child {
    display: flex;
    justify-content: stretch;
}
#somosUbora .container > div:last-child ul.slider {
    height: 100%;
    width: 100%;
}
#somosUbora .slick-list {
    height: inherit !important;
    display: flex !important;
}
#somosUbora .slick-track {
    height: inherit !important;
    display: flex !important;
}
#somosUbora .slick-slide {
    height: inherit !important;
    display: flex !important;
}
#somosUbora .slick-slide img {
    height: inherit !important;
    width: inherit !important;
    object-fit: cover;
}
#somosUbora video {
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: cover;
}
#nuestroEquipo {
    background: #0071FF;
    color: #FFF;
}
#nuestroEquipo .title {
    color: #FFF;
    font-size: 3.125em;
    line-height: 1.8em;
    letter-spacing: 0.5px;
    padding-bottom: 0;
    margin-bottom: .5em;
}
#nuestroEquipo .explicacion {
    color: #FFF;
    margin: 0 auto 5em;
}
#nuestroEquipo ul.equipo {
    width: Calc(120% - 128px);
    margin: 0 Calc(-10% + 64px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
#nuestroEquipo ul.equipo li {
    text-align: center;
    width: 20%;
    margin: 0 0 48px;
    padding: 0 20px;
}
#nuestroEquipo ul.equipo li > a > img {
    border-radius: 999px;
    margin: 0 auto 20px;
}
#nuestroEquipo ul.equipo li > a > span, .employee > span, .employee .leftCol > span , .contactDetails > span {
    display: block;
}
#nuestroEquipo ul.equipo li .name , .employee .name {
    color: #010101;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.4em;
}
.employee .name {
    font-weight: 600;
}
#nuestroEquipo ul.equipo li .position, .employee .position {
    color: #FFF;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.4em;
}
.employee .position {
    color: #707070;
}
.employee .rightCol > * {
    display: block;
}
.employee .bio {
    color: #707070;
    font-size: .8125em;
    line-height: 1.5em;
    margin: 1em 0;
}
#nuestroEquipo ul.equipo li a {
    text-decoration: none;
    cursor: pointer;
}
#nuestroEquipo ul.equipo li .vcard {
    color: #80B8FF;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.75em;
    text-decoration: underline;
}
#porQueElegirnos .title {
    font-weight: 700;
    font-size: 3.125em;
    line-height: 1.3em;
    color: #FFF;
    padding-bottom: 70px;
}
#porQueElegirnos ul.motivos {

}
#porQueElegirnos ul.motivos li {
    width: 20%;
}
#porQueElegirnos ul.motivos h3 {
    margin: 0 auto 27px;
}
.split::before, .split::after, .page-template-sobre-nosotros #calculadora::before, .page-template-sobre-nosotros #calculadora::after {
    display: none;
}
#trabajaConNosotros, #uboraEnLosMedios {
    padding: 7% 0;
    background: url(img/bg-trabaja-con-nosotros.jpg) no-repeat center center #F5F5F5;
    background-size: cover;
}
#uboraEnLosMedios {
    background-image: url(img/bg-ubora-en-los-medios.jpg);
}
.split .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.split .container > * {
    width: Calc(50% - 55px);
}
.split .title {
    text-align: right;
}
.split p {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5625em;
    margin-bottom: 1.5625em;
    color: #707070;
}
.cta.negro {
    background: #000;
    color: #FFF;
    height: 31px;
    line-height: 31px;
    font-size: .875em;
    padding: 0 31px;
    position: static;
    overflow: hidden;
    cursor: pointer;
}
.cta.negro:hover, .cta.negro:focus {
    box-shadow: none;
    border: 0;
    outline: 0;
}
.cta.negro::before, .cta.negro::after, .cta.negro:hover::before, .cta.negro:focus::after {
    display: none;
}

/* Blog */

.blog #logo img {
    filter: none;
}
.blog #content.container {
    max-width: 1300px;
    border-bottom: 1px solid #FFF;
}
.blog .headerBg {
    color:#FFF;
}
.blog h2 {
    font-size: 1.875em;
    line-height: 1.333333em;
    font-weight: 500;
    color: #000;
    opacity: .9;
}
.single-post #header {
    padding-bottom: 100px;
    color: #707070;
}
.single-post #logo img {
    filter: invert();
}
.single-post #content {
    padding-top: 0;
}
.preview {
    padding-bottom: 33px;
    border-bottom: 1px solid #DEDEDE;
}
.preview + .preview {
    padding-top: 70px;
    border-top: 1px solid #FFF;
}
.preview::after {
    content: "";
    display: table;
    clear: both;
}
.preview .attachment-thumbnail {
    float: left;
    margin: 0 7% 0 0;
}
.preview .entry-summary {
    float: right;
    width: Calc(93% - 394px);
}
.preview .entry-meta {
    border: 0;
    padding-bottom: .5em;
}
.preview p {
    font-size: 1em;
    line-height: 1.5625em;
    color: #707070;
}
.preview p::after {
    content: "";
}
.preview p a::before {
    content: "";
}
.excerpt-footer {
    display: block;
    margin: 1em 0 0;
}
#content .read-more {
    cursor: pointer;
    display: inline-block;
    width: fit-content;
    height: 23px;
    padding: 0 1em;
    border-radius: 99px;
    background: #000;
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    font-size: .75em;
    line-height: 23px;
    margin: 0 1em 0 0;
}
#content .read-more:hover, #content .read-more:focus {
    background: #0071FF;
}
.excerpt-footer .author {
    display: inline-block;
    font-weight: 500;
    font-size: .75em;
    line-height: 23px;
    display: inline-block;
    width: fit-content;
    height: 23px;
    padding: 0 1em;
    border-radius: 99px;
    border: 1px solid #707070;
    color: #707070;
}
.other-posts ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}
.other-posts ul li {
    border-radius: 3px;
    background: #FFF;
    padding: 14px;
    width: Calc(33.333333% - 13.333333px);
}
.other-posts ul li+li {
    margin-left: 20px;
}
.other-posts ul li img {
    display: block;
    margin: 0 auto 15px;
    width: 215px;
    height: 120px;
    object-fit: fill;
    border-radius: 3px;
}
.other-posts ul li .title {
    font-size: 1em;
    padding-bottom: 0;
    margin: 0;
}
.other-posts-title {
    display: inline-block;
    margin: 0 auto 1em 0;
}

/* Contacto */

.page-template-contacto #header {
    padding-bottom: 0;
    color: #707070;
}
.page-template-contacto #logo img {
    filter: invert();
}
.page-template-contacto .title, .page-template-productos .title {
    color: #B2B0B0;
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.25em;
    display: block;
    padding-bottom: 27px;
    border-bottom: 1px solid #DEDEDE;
    margin: 0 0 50px;
}
.contactBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contactBlock .leftCol, .contactBlock .rightCol {
    padding: 0;
    width: Calc(50% - 18px);
}
.contactBlock input[type=submit] {
    margin: 30px 0 0;
    background: #000;
    color: #FFF;
    border: 0;
}
.contactBlock textarea {
    border-radius: 18px !important;
}
.contactBlock label span {
    font-size: .625em;
    color: #B2B0B0;
}
.contactBlock p {
    color: #707070;
}
.datos p {
    color: #707070;
    font-size: 1em;
    line-height: 1.5625em;
}
.datos strong {
    color: #000;
    font-weight: 500;;
}
.datos .contacto {
    font-size: 1.375em;
}
.datos .contacto a {
    display: block;
}

/* Page */

body.page-template-default {
    background: rgba(0,0,0,.82);
    color: #FFF;
    padding: 0;
    position: relative;
}
body.page-template-default #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
body.page-template-default #content > .container {
    background: #000;
    padding: 7vh;
    margin: 9vh auto 5vh;
    height: 86vh;
}
body.page-template-default #content {
    padding: 0;
}
body.page-template-default article {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    height: 72vh;
}
body.page-template-default .entry-title {
    color: #FFF;
    font-weight: 700;
    font-size: 3.125em;
    line-height: 1.3em;
    height: fit-content;
}
body.page-template-default .entry-content {
    color: #FFF;
    border: 0;
    overflow: auto;
    padding: 0 7vh 0 0;
}
body.page-template-default .entry-content {
    color: #B2B0B0;
}
body.page-template-default h2, body.page-template-default h3, body.page-template-default h4, body.page-template-default h5, body.page-template-default h6, body.page-template-default strong {
    color: #FFF;
}
body.page-template-default #footer {
    display: none;
}
/* width */
body.page-template-default ::-webkit-scrollbar {
    width: 22px;
}
/* Track */
body.page-template-default ::-webkit-scrollbar-track {
    border-left: 10px solid #000;
    border-right: 10px solid #000;
    background: #707070;
}
/* Handle */
body.page-template-default ::-webkit-scrollbar-thumb {
    width: 22px;
    border-radius: 99px;
    border: 4px solid #000;
    background: #0071FF;
    background: linear-gradient(135deg, rgba(0,113,255,1) 0%, rgba(0,255,210,1) 100%);
}
/* Handle on hover */
body.page-template-default ::-webkit-scrollbar-thumb:hover {
    background: #B2B0B0;
}

/* Footer */

#footerLogos {
    padding: 58px 0;
    background-color: #707070;
}
#footerLogos .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#footerMain {
    padding: 70px 0;
    background-color: #000;
}
#footerMain .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#footerMain .menu {
    padding-top: 25px;
}
#footerMain a {
    color: inherit;
}
.cols {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.cols > *+* {
    margin-left: 70px;
}
ul[id^='menu-menu-footer-principal'] li a {
    color: #EEE !important;
    opacity: .7;
    font-weight: 400;
    font-size: 1em;
    line-height: 2.5em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    white-space: nowrap;
}
ul[id^='menu-menu-footer-secundario'] li a {
    color: #EEE !important;
    opacity: .4;
    font-weight: 400;
    font-size: .75em;
    line-height: 3.333333em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    white-space: nowrap;
}
#footerMain .right {
    text-align: right;
    color: #707070;
    line-height: 1.875em;
    padding-top: 25px;
}
.socialIcons {
    display: block;
    margin: 8px 0 32px;
}
.socialIcons > *+* {
    margin-left: 12px;
}
#footerMain .right span {
    display: inline-block;
    font-size: .75em;
}

/* Botón flotante llamada */

#trigger-llamada {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9;
    padding: 10px;
    border-radius: 99px;
    cursor: pointer;
    background: #0071FF;
    background: linear-gradient(135deg, rgba(0,113,255,1) 0%, rgba(0,255,210,1) 100%);
    transition: all .5s;
}
#trigger-llamada:hover {
    box-shadow: 0 0 20px #ffffff66;
    transition: all .2s;
}
#trigger-llamada svg {
    filter: invert(1);
    width: 36px;
    display: block;
    transition: all .5s;
}
#trigger-llamada:hover svg {
    filter: invert(0) blur(.75px) brightness(250%);
    transition: all .2s;
}
.trigger-llamada {
    padding: 8px 4px 8px 30px;
    border-radius: 99px;
    background: #0071FF;
    background: linear-gradient(135deg, rgba(0,113,255,1) 0%, rgba(0,255,210,1) 100%);
}
.trigger-llamada svg {
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.whatsapp.row {
    margin: 27px auto 70px;
}
.whatsapp a {
    color: inherit;
    text-decoration: none;
    transition: all .5s;
}
.whatsapp a:hover {
    text-shadow: 0 0 2px #FFF, 0 0 10px #FFF, 0 0 20px #ffffff66, 0 0 40px #ffffff66;
    box-shadow: 0 0 20px #ffffff66;
    filter: brightness(150%);
    transition: all .2s;
}
.titulo+.medio {
    margin-top: 12px;
}
#modal-llamada .container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: auto;
    align-self: center;
}
#modal-llamada input[type=tel] {
    max-width: 12em;
}
.form.row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.form.row > * {
    height: 38px;
    margin: 0;
    max-width: Calc(50% - 13.5px);
}
.form.row .inputContainer {
    margin: 0 0 0 27px;
}


/* Media queries */

@media screen and (max-width: 1600px) {
    #nuestroEquipo ul.equipo li .name, #nuestroEquipo ul.equipo li .position {
        font-size: 1.1em;
    }
    #nuestroEquipo ul.equipo li .vcard {
        font-size: .85em;
    }
}

@media screen and (max-width: 1440px) {
    #nuestroEquipo ul.equipo li {
        width: 25%;
    }
}

@media screen and (max-width: 1024px) {
    #nuestroEquipo ul.equipo li {
        width: 33.3%;
    }
}
@media screen and (max-width: 767px) and (max-height: 667px) {
    /* Specific for old phones with a not very tall viewport */
    .uboraPopup[id^=modal-employee] a.close {
        top: 13px;
        right: 30px;
    }
    .employee {
        padding: 89px 30px 0;
    }
    .employee::after {
        height: 56px;
        background: url(img/logo-ubora.svg) no-repeat #010101;
        background-size: auto 27px;
        background-position: 30px 13px;
    }
    .employee > img, .employee .leftCol > img {
        margin-bottom: 17px;
    }
    .employee .contactDetails {
        margin: 17px 0 40px;
        line-height: 1.8em;
    }
    .company {
        padding: 40px 30px 28px;
        line-height: 1.8em;
    }
}

@media screen and (max-width: 767px) {
    body {
        background-color: #FFF;
    }
    .container {
        width: Calc(100% - 32px);
    }
    h1 {
        font-size: 2.5em;
        line-height: 1.25em;
    }
    #header {
        padding: 50px 0 0;
    }
    #header a {
        display: block;
    }
    .headerBg {
        padding: 185px 0 60px;
    }
    .homeTitle {
        font-size: 2.5em;
        width: 100%;
    }
    html[lang^=de] .homeSubTitle {
        font-size: 4.75vw;
    }
    html[lang^=de] .homeTitle {
        font-size: 8.5vw;
    }
    .headerBg .cta {
        margin-top: 35px;
        color: #000 !important;
        font-size: .75em;
        font-weight: 700;
        padding: 0 16px;
    }
    .cta, .formContainer {
        height: 26px;
        line-height: 26px;
        text-shadow: none !important;
    }
    .cta::after {
        display: none;
    }
    .home .headerBg, .page-template-homepage-TEMP-borrar .headerBg {
        background-image: url(img/bg-home-ubora-mobile.webp);
        height: 100vh;
        min-height: unset;
        padding: 135px 0 45%;
        background-position: bottom center;
        background-size: contain;
        background-color: #000;
    }
    .no-webp .home .headerBg, .no-webp .page-template-homepage-TEMP-borrar .headerBg {
        background-image: url(img/bg-home-ubora-mobile.jpg);
    }
    .home #logo img, .page-template-homepage-TEMP-borrar #logo img {
        filter: none;
    }
    #logo {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 35.2%;
    }
    #logo img {
        margin: auto;
        width: 100%;
        height: auto;
        filter: invert();
    }
    #menu {
        text-align: center;
        position: fixed;
        left: 100%;
        top: 100%;
        z-index: 12;
        height: 100%;
        width: 100%;
        overflow: hidden;
        border-radius: 50vw;
        padding: 50px 10px;
        font-size: 0;
        background: #010101;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        transition: all .8s;
    }
    #menu.open {
        left: 0;
        top: 0;
        border-radius: 0;
        font-size: 1em;
        transition: all .2s;
    }
    #menu a {
        transition: all .4s;
    }
    #menu ul li {
        display: block;
        margin: 0 auto;
    }
    #menu ul li+li {
        margin-top: 1em;
    }
    #menu::before {
        content: "";
        height: 3px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: rgb(0,113,255);
        background: linear-gradient(81deg, rgba(0,113,255,1) 4%, rgba(255,222,105,1) 16%, rgba(0,255,210,1) 41%, rgba(237,38,3,1) 50%, rgba(0,113,255,1) 59%, rgba(0,255,210,1) 83%, rgba(255,222,105,1) 96%);
        background-size: 200% 200%;
        animation: ubora 20s infinite linear;
    }
    #mobile-menu {
        display: block;
    }
    #menu-menu-principal a {
        font-size: 1.25em;
        line-height: 1.5em;
        color: #B2B0B0;
        letter-spacing: .05em;
    }
    #header ul[id^='menu-menu-footer-secundario'] li a {
        font-size: .6875em;
        height: 2.5em;
    }
    #menu p {
        font-size: .6875em;
        line-height: 1.25em;
        color: #707070;
    }
    ul.trabajosRealizados > li {
        flex-direction: column;
    }
    ul.trabajosRealizados .images {
        display: block;
        width: 100%;
        height: auto;
        max-width: unset;
        aspect-ratio: 956/525;
    }
    ul.trabajosRealizados .details {
        min-width: unset;
        max-width: unset;
        margin: 0;
        width: 100%;
    }
    .slideControls {
        order: -1;
        align-self: flex-end;
        padding-top: 12px;
        font-size: .5625em;
    }
    .slideControls button img {
        width: 19px;
        height: 8px;
        object-fit: cover;
        object-position: center right;
    }
    .slideIndex {
        padding: 0 5px;
    }
    .details h2 span {
        font-size: .6875em;
    }
    .details h2 strong {
        font-size: 1.5em;
    }
    .details .features li .label {
        font-size: .5625em;
    }
    .details .features li .data {
        font-size: .625em;
    }
    ul.trabajosRealizados > li::before, ul.trabajosRealizados > li::after {
        width: 100%;
    }
    ul.trabajosRealizados > li {
        padding-bottom: 0;
    }
    ul.trabajosRealizados > li+li {
        padding-top: 45px;
    }
    ul.trabajosRealizados .images img {
        height: auto;
        aspect-ratio: 614/352;
    }
    .details h2, .details .features, .slideControls {
        border-top: none;
        border-bottom: none;
    }
    .details .features {
        padding: 0;
    }
    .details .features li {
        height: 33vw;
    }
    #footerLogos {
        padding: 30px 0 Calc(30px - 1em);
    }
    #footerLogos .container {
        flex-wrap: wrap;
    }
    #footerLogos .container > * {
        width: 27.5%;
        height: auto;
        margin: 0 auto 1em;
        padding: 0 5px;
    }
    #footerMain .container {
        flex-direction: column;
    }
    #footerMain .cols {
        flex-wrap: wrap;
    }
    #footerMain .cols .col:nth-child(odd) {
        width: 55%;
        margin-left: 0;
    }
    #footerMain .cols .col:nth-child(even) {
        width: 45%;
        margin-left: 0;
        text-align: right;
    }
    #footerMain .cols .col:nth-child(3) {
        width: 45%;
    }
    #footerMain .cols .col:nth-child(4) {
        width: 55%;
    }
    footer img {
        max-width: 100%;
        height: auto;
    }
    .socialIcons {
        text-align: right;
    }
    ul[id^='menu-menu-footer-principal'] li a {
        font-size: .8125em;
    }
    #footerMain .menu-menu-footer-secundario-es-container > ul, #footerMain .menu-menu-footer-secundario-en-container > ul, #footerMain .menu-menu-footer-secundario-de-container > ul {
        padding-top: 38px;
    }
    #footerMain .menu-menu-footer-secundario-es-container li a, #footerMain .menu-menu-footer-secundario-en-container li a, #footerMain .menu-menu-footer-secundario-de-container li a {
        font-size: .5625em;
        height: 3.333333em;
        display: block;
        color: #EEE;
        opacity: .4;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
    }
    #footerMain .right {
        padding-top: 40px;
        text-align: left;
        font-size: .6875em;
    }
    #footerMain .right span {
        font-size: .85em;
    }
    ul[id^='menu-menu-footer-secundario'] li a {
        line-height: 1em;
        white-space: normal;
        display: inline-block;
        margin: .8em 0 .5em;
    }
    .post-type-archive-trabajos-realizados .headerBg, .page-template-trabajos-realizados .headerBg {
        background-image: url(img/headerBg-trabajos-realizados-mobile.jpg);
    }
    .pll-parent-menu-item > ul.sub-menu {
        padding-top: 18px;
        left: 50%;
        transform: translateX(-50%);
    }
    .title {
        font-size: 1.375em;
    }
    ul.thirds li {
        width: 60%;
        min-width: 275px;
        margin: 0 auto;
        padding: 0;
        float: none;
        display: block;
    }
    ul.thirds li img {
        height: 235px;
        width: auto;
    }
    ul.thirds h2 {
        font-size: 1.125em;
    }
    ul.thirds p {
        font-size: .8125em;
        margin-bottom: 30px;
    }
    ul.thirds li+li {
        margin-top: 70px;
    }
    ul.thirds .cta {
        font-size: .625em;
        line-height: 20px;
        height: 20px;
        padding: 0 1em;
    }
    section#motivos .title {
        font-size: 1.5625em;
        line-height: 1.44em;
    }
    section#motivos .container > p {
        font-size: .8125em;
    }
    ul.motivos li {
        width: 50%;
        padding-bottom: 20px;
    }
    ul.motivos .img-container {
        height: 93px;
    }
    ul.motivos img {
        transform: scale(.8);
    }
    ul.motivos h3 {
        margin: 26px auto .75em;
        font-size: .8125em;
    }
    ul.motivos p {
        font-size: .6875em;
    }
    a.next {
        width: 14px;
        height: 8px;
        bottom: 20px;
    }
    a.next img {
        width: 100%;
        height: auto;
    }
    section#app {
        text-align: center;
        padding-bottom: 50vh;
    }
    section#app::before {
        background-size: auto 50%;
        background-position: bottom left -70px;
    }
    section#app .container {
        padding-left: 0;
    }
    #app .title {
        font-size: 1.5625em;
        line-height: 1.44em;
        text-indent: 0;
    }
    .caps {
        font-size: .8125em;
        line-height: 1.5384em;
        word-spacing: .075em;
    }
    #app p {
        font-size: .8125em;
        line-height: 1.5384em;
    }
    #app .container a img {
        max-width: 110px;
        height: auto;
    }
    section#partner {
        padding-bottom: 115px;
    }
    #partner .title {
        font-size: 1.5625em;
        line-height: 1.44em;
    }
    #partner p {
        font-size: .8125em;
        line-height: 1.5384em;
    }
    #partner img {
        max-width: 124px;
        height: auto;
    }
    ul.calidades {
        flex-direction: column;
    }
    ul.calidades li {
        width: 100%;
    }
    ul.calidades li::after {
        background-size: 52px;
    }
    section#garantias {
        height: 75vh;
    }
    #garantias li {
        width: 100vw;
    }
    #garantias .titulo, #garantias .caps, .subtitulo {
        font-size: 1.5625em;
        line-height: 1.44em;
    }
    #garantias .titulo {
        max-width: 15em;
        min-height: 2.88em;
        vertical-align: bottom;
    }
    #garantias .caps {
        margin-bottom: 2em;
    }
    .cifraContainer {
        background-color: #FFF;
    }
    .explicacion {
        font-size: .8125em;
        line-height: 1.5384em;
        max-width: 20em;
    }
    #garantias button, #garantias button img {
        width: 25px;
        height: 25px;
    }
    section#instrucciones {
        padding-bottom: 194px;
    }
    #instrucciones .titulo.small {
        font-size: 1.25em;
    }
    #instrucciones .titulo {
        font-size: 1.5625em;
        line-height: 1.44em;
    }
    #instrucciones p {
        font-size: .8125em;
        line-height: 1.5384em;
        max-width: 23em;
    }
    ol.pasos {
        flex-direction: column;
        padding: 40px 0;
    }
    ol.pasos li {
        width: 100%;
    }
    ol.pasos li .paso {
        font-size: 1em;
        max-width: 14em;
    }
    ol.pasos li .instrucciones {
        display: block;
        margin: 0 auto;
        font-size: .625em;
        max-width: 23em;
    }
    ol.pasos li+li {
        margin-top: 80px;
    }
    ol.pasos li+li::before {
        transform: rotate(90deg) translateX(-50%) translateY(50%);
        transform-origin: center center;
        background-position: right center;
        width: 19px;
        top: -40px;
        left: 50%;
    }
    section#calculadora {
        padding: 0 0 70px;
    }
    .formContainer {
        border-radius: 10px;
        margin: -124px auto 0;
        padding: 46px 27px 50px;
        height: auto;
        min-width: unset;
        max-width: 100%;
    }
    .formContainer::before {
        border-radius: 10px;
    }
    .formContainer::after {
        border-radius: 8px;
    }
    .formContainer .header {
        text-align: center;
        padding-bottom: 30px;
    }
    .formContainer .header, .formContainer form {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .formContainer .titulo {
        font-size: 1em;
        line-height: 1.5625em;
    }
    .formContainer .caps {
        margin-bottom: 1em;
    }
    input, textarea {
        font-size: .6875em;
    }
    input[type=text], input[type=number], #calculadora input[type=email], #calculadora input[type=tel] {
        padding: 2px 10px;
        margin: 0 0 20px;
    }
    .flexRadioContainer {
        flex-wrap: wrap;
    }
    .flexRadioContainer > label:first-child {
        font-size: .6875em;
        max-width: 100%;
        display: block;
        margin: 0 0 8px;
    }
    .gridInputContainer {
        grid-column-gap: 20px;
        margin: 20px 0 0;
    }
    label {
        font-size: .6875em;
    }
    .radio {
        width: Calc(50% - 8px);
        height: 26px;
        line-height: 26px;
    }
    *+.radio {
        margin-left: 0;
    }
    .radio+.radio {
        margin-left: 16px;
    }
    input[type=submit] {
        height: 26px;
        line-height: 26px;
        width: 100%;
        color: #000;
        font-weight: 700;
    }
    form .inputContainer {
        height: auto;
        width: 100%;
    }
    section#trabajosRealizados {
        padding-bottom: 80px;
    }
    ul.trabajosHome {
        margin-bottom: 25px;
    }
    ul.trabajosHome li {
        width: auto;
        margin: 0 20px;
    }
    ul.trabajosHome li img {
        width: 234px;
        height: auto;
        max-width: 100%;
        margin: auto;
    }
    ul.trabajosHome li strong {
        font-size: 1.125em;
    }
    ul.trabajosHome li .caps {
        font-size: .8125em;
    }
    section#nuestros-productos, section#motivos, section#app, section#partner, section#garantias, section#instrucciones, section#trabajosRealizados {
        padding-top: 70px;
    }
    .page-template-sobre-nosotros .headerBg {
        height: Calc(100vh - 261px);
    }
    .page-template-sobre-nosotros section {
        padding: 70px 0;
    }
    .manifiesto {
        font-size: 1em;
    }
    .light .manifiesto {
        font-size: 1.5625em;
        line-height: 2em;
    }
    #somosUbora .container {
        flex-direction: column;
    }
    #somosUbora .container > * {
        width: 100%;
        margin: 0;
    }
    #somosUbora .logo {
        margin-bottom: 30px;
        max-width: 75%;
        height: auto;
    }
    #somosUbora p {
        font-size: .8125em;
    }
    #somosUbora .cta.negro {
        margin: 30px auto 45px 0;
    }
    #somosUbora .container > div:last-child {
        flex-direction: column-reverse;
    }
    #somosUbora .slideControls {
        position: static;
        display: block;
        padding: 14px 0 0;
    }
    #somosUbora .slick-track {
        height: unset !important;
    }
    #nuestroEquipo .title {
        font-size: 1.5em;
        line-height: 1.4em;
        max-width: 12em;
        margin: 0 auto;
    }
    #nuestroEquipo ul.equipo {
        width: Calc(100% + 24px);
        margin: 0 -12px;
    }
    #nuestroEquipo ul.equipo li {
        width: 50%;
        padding: 0 12px;
    }
    #nuestroEquipo ul.equipo li .name, #nuestroEquipo ul.equipo li .position {
        font-size: 1em;
    }
    #porQueElegirnos .title {
        font-size: 1.5625em;
        padding-bottom: 50px;
    }
    #porQueElegirnos ul.motivos {
        display: flex;
        flex-directioN: row;
        justify-content: stretch;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    #porQueElegirnos ul.motivos li {
        width: 50%;
    }
    #porQueElegirnos ul.motivos li:nth-child(1) {
        order: 2;
    }
    #porQueElegirnos ul.motivos li:nth-child(2) {
        order: 3;
    }
    #porQueElegirnos ul.motivos li:nth-child(3) {
        order: 1;
        width: 100%;
    }
    #porQueElegirnos ul.motivos li:nth-child(4) {
        order: 4;
    }
    #porQueElegirnos ul.motivos li:nth-child(5) {
        order: 5;
    }
    #porQueElegirnos ul.motivos li:nth-child(4) h3 {
        margin-top: -1em;
    }
    #porQueElegirnos ul.motivos li:nth-child(5) h3 {
        margin-top: -1em;
    }
    #porQueElegirnos ul.motivos h3 {
        margin-bottom: 8px;
    }
    .split .container {
        flex-direction: column;
    }
    .split .container > * {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .split .title {
        text-align: center;
        padding: 0 0 20px;
    }
    #trabajaConNosotros, #uboraEnLosMedios {
        padding: 70px 0;
    }
    .cta.negro {
        font-size: .625em;
        line-height: 20px;
        height: 20px;
        padding: 0 20px;
    }
    .page-template-sobre-nosotros #calculadora::after {
        display: block;
    }
    .page-template-presupuesto-personalizado h1 {
        font-size: 1.5em;
    }
    .page-template-presupuesto-personalizado h1 .small {
        font-size: .583333em;
        margin-bottom: 0;
    }
    .page-template-presupuesto-personalizado .headerBg p {
        display: none;
    }
    .page-template-presupuesto-personalizado .headerBg {
        padding-bottom: 225px;
    }
    #presupuesto .formContainer {
        margin-top: -198px;
        padding: 27px 15px 0;
        background: #EFEFEF;
    }
    #presupuesto .formContainer::after {
        background: #EFEFEF;
    }
    #presupuesto form .title {
        font-size: 1em;
        padding: 0;
        margin: 0 auto 20px 0;
    }
    #presupuesto form section {
        padding: 0 0 27px;
    }
    #presupuesto form section+section {
        padding-top: 27px;
    }
    .tabBox {
        margin-top: 20px;
        border-radius: 10px;
    }
    .tabBox .option {
        border-radius: 10px;
        padding: 14px;
    }
    .tab {
        font-size: .6875em;
        line-height: 25px;
        height: 25px;
        padding: 0;
        flex: 1;
    }
    .tab+.tab {
        margin-left: 20px;
    }
    .bottomTabs .tab {
        border-radius: 0 0 10px 10px;
    }
    .topTabs .tab {
        border-radius: 10px 10px 0 0;
    }
    .tabRow {
        padding: 0 20px;
        display: flex;
        flex-direction: row;
        justify-content: stretch;
        align-items: stretch;
    }
    .option .leftCol, .option .rightCol {
        width: 100%;
        float: none;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .option .rightCol {
        border-left: 0;
        border-top: 1px solid #DEDEDE;
    }
    .option > div > img {
        max-width: Calc(42% - 2em);
        height: auto;
        margin: 0 1em;
    }
    .option > div > img+div {
        width: 85%;
        text-align: left;
    }
    .option .producto {
        font-size: .8125em;
    }
    .option .variante {
        font-size: .625em;
    }
    .masInfo {
        font-size: .5625em;
        height: 20px;
        line-height: 20px;
        padding: 0 12px 0 10px;
    }
    #presupuesto p {
        font-size: .8125em;
    }
    #presupuesto form section:nth-child(2) {
        display: flex;
        flex-direction: column;
    }
    #presupuesto form section:nth-child(2) .title { order: 1; }
    #presupuesto form section:nth-child(2) p:first-of-type { order: 2; }
    #presupuesto form section:nth-child(2) input { order: 3; }
    #presupuesto form section:nth-child(2) p:nth-of-type(2) { order: 4; }
    #presupuesto .gastoMensual {
        margin: 0 0 14px;
        width: 100%;
    }
    span.direccion {
        font-size: .6875em;
        padding: 0 0 10px 27px;
        background-position: 4px top;
    }
    span.instPrevia {
        font-size: .6875em;
    }
    .doubleCol .leftCol, .doubleCol .rightCol {
        width: 100%;
        padding: 0;
        float: none;
    }
    #presupuesto .radio {
        height: 25px;
        line-height: 25px;
        font-size: .75em;
        width: auto;
        padding: 0 11px;
        min-width: 3.4em;
        max-width: Calc(33.3% - 7.5px);
        white-space: nowrap;
    }
    #presupuesto label input[type=radio] {
        width: 0;
        padding: 0;
    }
    #presupuesto .doubleCol .radio {
        margin-bottom: 0;
    }
    .radio+.radio {
        margin-left: 11px;
    }
    .doubleCol .leftCol {
        border-bottom: 1px solid #DEDEDE;
        padding-bottom: 25px;
    }
    .doubleCol .rightCol {
        border-top: 1px solid #FFF;
        padding-top: 25px;
    }
    #presupuesto #resultado {
        flex-direction: column;
        padding-bottom: 0;
    }
    #presupuesto #resultado .rightCol {
        margin: 0;
    }
    #presupuesto #resultado > div {
        padding-left: 14px;
        padding-right: 14px;
    }
    #presupuesto #resultado .leftCol .caps {
        display: none;
    }
    #presupuesto #resultado .title {
        font-size: .8125em;
        max-width: 40%;
    }
    .euro {
        font-size: .875em;
    }
    .precio {
        font-size: 1.875em;
        line-height: 1em;
    }
    section.presupuesto::before {
        width: 100%;
        margin: -1px 0;
    }
    #otrosDatos {
        flex-direction: column;
        padding: 0;
    }
    #otrosDatos li {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 14px;
        border-bottom: 1px solid #DEDEDE;
    }
    #otrosDatos li+li {
        border-top: 1px solid #FFF;
    }
    #otrosDatos li:last-child {
        border-bottom: 0;
    }
    #otrosDatos .top {
        padding: 0;
        width: 50%;
        height: auto;
    }
    #otrosDatos .top img {
        max-width: 38px;
        height: auto;
        margin: 0 10px 0 0;
    }
    #otrosDatos .top span {
        font-size: .8125em;
        line-height: 1.1em;
    }
    #otrosDatos .precio {
        font-size: 1.5625em;
        line-height: 1.2em;
    }
    #presupuesto form section.doubleCol.presupuesto {
        padding-bottom: 0;
    }
    #presupuesto form #puntoCarga .title {
        font-size: 1em;
        line-height: 1.25em;
    }
    .puntoCarga .option {
        align-items: flex-start;
    }
    .puntoCarga, .recibeEmail {
        flex-direction: column;
    }
    .puntoCarga > div:nth-child(n+0) {
        width: 100%;
    }
    #puntoCarga .option p {
        font-size: .6875em;
    }
    .puntoCarga .option .leftCol {
        width: 40%;
    }
    .puntoCarga .option .rightCol {
        border-top: 0;
        flex-direction: column;
    }
    .option > div > img {
        max-width: Calc(100% + 28px);
        margin: 0 -14px;
    }
    #tipoInstalacion {
        margin: 14px 0 30px;
    }
    #puntoCarga .radio {
        width: Calc(50% - 10px);
        margin-bottom: 0;
        min-width: unset;
        max-width: unset;
    }
    #puntoCarga .radio+.radio {
        margin-left: 20px;
    }
    #presupuesto #recibeEmail {
        padding: 27px 0 33px;
    }
    #presupuesto #recibeEmail .title {
        font-size: 1.375em;
    }
    #presupuesto #recibeEmail.presupuesto::before {
        border-radius: 0;
    }
    .recibeEmail > div:nth-child(n+0) {
        width: 100%;
    }
    .recibeEmail > div+div {
        margin: 20px 0 0;
    }
    #recibeEmail input, .contactBlock input, textarea {
        margin-bottom: 18px;
    }
    #recibeEmail #first_name, #recibeEmail #last_name {
        width: Calc(50% - 10px);
    }
    #recibeEmail #last_name {
        margin-left: 14px;
    }
    #recibeEmail label {
        font-size: .8125em;
    }
    #recibeEmail input[type=checkbox], .contactBlock input[type=checkbox] {
        width: 2em;
        height: 2em;
        vertical-align: text-top;
    }
    #recibeEmail input[type=submit] {
        font-size: .75em;
        line-height: 26px;
        height: 26px;
    }
    #recibeEmail .inputContainer {
        height: 26px;
    }
    .blog #content.container {
        width: 100%;
        padding: 0;
    }
    .preview {
        padding: 50px 30px;
        border: 0;
    }
    .preview:nth-child(even) {
        background: #EFEFEF;
    }
    .preview .attachment-thumbnail {
        width: 100%;
        float: none;
        margin: 0 0 25px;
    }
    .blog h2 {
        font-size: 1.25em;
        line-height: 1.3em;
    }
    .entry-meta, .widget-title {
        font-size: .6875em;
    }
    .preview .entry-summary {
        float: none;
        width: 100%;
    }
    .preview p {
        font-size: .8125em;
    }
    #content .read-more {
        height: 18px;
        line-height: 18px;
        font-size: .5626em;
        padding: 0 20px;
        margin: 13px 0 0 auto;
    }
    .single-post #header {
        padding: 50px 0 32px;
    }
    .single-post #content {
        padding: 0;
    }
    article h1 {
        font-size: 1.25em;
        line-height: 1.2em;
    }
    .single article .leftCol, .single article .rightCol {
        width: 100%;
        float: none;
        padding: 40px 30px 50px;
        margin: 0;
    }
    .entry-meta, .widget-title {
        border-color: #DEDEDE;
    }
    article .entry-content img {
        margin: 14px 0;
    }
    article .entry-content img:first-child {
        margin-top: 0;
    }
    .single .entry-content {
        font-size: .8125em;
    }
    #content .nav-links a {
        font-size: .5626em;
    }
    .nav-next .meta-nav {
        padding-left: 5px;
    }
    .nav-previous .meta-nav {
        padding-right: 5px;
    }
    .single #content > .container {
        width: 100%;
    }
    .single article > img {
        width: Calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
        display: block;
    }
    .single article .rightCol {
        background: #EFEFEF;
        padding-top: 25px;
        margin: 0;
    } 
    #recent-posts .entry-title {
        font-size: 1.25em;
        line-height: 1.3em;
        font-weight: 500;
    }
    #recent-posts .entry-meta {
        font-size: .6875em;
    }
    .post-type-archive-recortes-de-prensa #header, .page-template-recortes-de-prensa #header {
        padding-bottom: 50px;
    }
    .post-type-archive-recortes-de-prensa h1, .page-template-recortes-de-prensa h1, .page-template-contacto .title, .page-template-productos .title {
        font-size: 1.25em;
        line-height: 1.3em;
        padding-bottom: 14px;
    }
    ul.recortesDePrensa li {
        padding: 23px 0;
        flex-direction: column;
    }
    ul.recortesDePrensa li .details {
        margin: 0;
        padding: 23px 0 0;
        width: 100%;
    }
    .medio, .fecha {
        font-size: .6875em;
    }
    ul.recortesDePrensa .details h2 {
        font-size: 1.25em;
        line-height: 1.2em;
        padding-bottom: 0;
    }
    .page-template-contacto .title {
        margin: 0 0 27px;
    }
    .contactBlock {
        flex-direction: column;
    }
    .contactBlock .datos {
        order: 2;
        border-top: 1px solid #FFF;
        padding-top: 27px;
    }
    .datos p {
        font-size: .8125em;
        line-height: 1.5em;
    }
    .datos .contacto {
        font-size: 1em;
    }
    .contactBlock form {
        order: 1;
        border-bottom: 1px solid #DEDEDE;
        padding-bottom: 40px;
    }
    .contactBlock form p {
        font-size: .6875em;
        line-height: 1.454545em;
        margin: 0 0 23px;
    }
    .contactBlock .leftCol, .contactBlock .rightCol {
        width: 100%;
        margin: 0;
        float: none;
    }
    .contactBlock input[type=submit] {
        margin-top: 14px;
    }
    body.page-template-default #content > .container {
        margin: 0;
        min-height: 100vh;
        height: 100%;
        width: 100%;
        padding: 100px 30px 50px;
    }
    body.page-template-default #header #logo img {
        filter: none;
    }
    body.page-template-default .entry-title {
        font-size: 1.5625em;
        line-height: 1.4em;
        margin: 25px 0;
    }
    body.page-template-default #content {
        min-height: 100vh;
    }
    body.page-template-default .entry-content {
        padding: 0;
        font-size: .8125em;
    }
    body.page-template-default article {
        height: auto;
    }
    .uboraPopup.open {
        padding: 0;
    }
    .uboraPopup .container {
        width: 100%;
        padding: 50px 30px;
        flex-direction: column;
        justify-content: center;
    }
    .uboraPopup .medio {
        color: #B2B0B0;
    }
    .uboraPopup .info {
        width: 100%;
        margin: 0 0 30px;
    }
    .uboraPopup .image {
        max-width: 100%;
        max-height: 60vh;
        width: auto;
        height: auto;       
    }
    .uboraPopup .titulo {
        font-size: 1.5625em;
        line-height: 1.4em;
        opacity: 1;
    }
    .uboraPopup img {
        height: auto;
    }
    .uboraPopup .controls {
        height: auto;
        width: 100%;
        display: block;
        text-align: right;
        margin-top: 27px;
    }
    .uboraPopup a.close {
        z-index: 2;
    }
    .employee .contactDetails a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    body.single .employee {
        flex-direction: column;
        margin-top: 50px;
    }
    body.single .employee > * {
        padding: 0;
        background: none;
    }
    body.single .employee .contactDetails {
        margin-bottom: 50px;
    }
    body.page-template-contacto .employee .contactDetails {
        margin-bottom: 0;
    }
    body.single .employee .leftCol > img, body.page-template-contacto .employee .leftCol > img {
        width: 86px;
    }
    body.page-template-contacto .employee .leftCol {
        width: auto;
        margin-right: 20px;
    }
    .other-posts-title {
        font-size: .8125em;
        line-height: 1.5em;
        color: #707070;
        margin-bottom: 30px;
    }
    .other-posts ul {
        flex-direction: column;
    }
    .other-posts ul li {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .other-posts ul li+li {
        margin: 30px 0 0;
    }
    .other-posts ul li img {
        width: 100%;
        height: auto;
    }
    .page-template-productos #content .container {
        width: 100%;
    }
    #productos {
        flex-direction: column;
        padding: 0;
    }
    #productos > * {
        padding: 0 30px 27px;
    }
    #productos > *, #productos > *+* {
        margin-left: 0;
        width: 100%;
    }
    #productos > *+* {
        background: #EFEFEF;
        padding: 40px 30px 0;
    }
    .page-template-productos .title {
        margin: 0 30px 27px;
    }
    #content .ancla {
        margin: 0 40px;
        line-height: 26px;
        height: 26px;
        text-align: center;
    }
    #content .ancla+.ancla {
        margin-top: 13px;
    }
    #productos .title {
        font-size: 1.5625em;
        line-height: 1.1em;
        font-weight: 700;
        padding: 0 0 10px;
    }
    #productos .title+* {
        padding: 20px 0 0;
    }
    #productos .intro {
        font-size: 1em;
    }
    #productos p {
        font-size: .8125em;
    }
    ul.productos {
        width: Calc(100% + 60px);
        margin: 40px -30px 0;
        background: #FFF;
    }
    ul.productos li {
        padding: 40px 30px;
    }
    ul.productos li+li {
        margin-top: 0;
        border-top: 1px solid #DEDEDE;
    }
    ul.productos li .header {
        flex-direction: column;
        padding: 0;
        border: 0;
    }
    ul.productos li .header > h3 {
        border-bottom: 1px solid #DEDEDE;
        display: block;
        padding: 0 0 14px;
        margin: 0 0 15px;
        font-size: 1.25em;
        line-height: 1.3em;
        font-weight: 700;
        width: 100%;
    }
    ul.productos .product {
        flex-direction: column;
        padding: 0;
    }
    ul.productos .product .img-container {
        width: 100%;
        text-align: center;
    }
    ul.productos .product .text-container {
        width: 100%;
        margin: 0;
    }
    #productos section {
        border-bottom: 0;
    }
    #productos section+section {
        border-top: 0;
    }
    .cta.gris {
        margin-left: auto;
        line-height: 18px;
        height: 18px;
        background: #000;
        font-size: .5625em;
        display: block;
        width: fit-content;
    }
    #productos section:last-child ul.productos {
        padding-bottom: 40px;
    }
    .page-template-productos #content {
        padding-bottom: 0;
    }
    .contactBlock .radio, #recibeEmail .radio {
        width: 100%;
        margin: 0 0 5px;
        line-height: 21px;
        padding: 2px 10px;
        font-size: .6875em;
        min-width: unset;
        max-width: unset;
    }
    .contactBlock .radio:last-child, #recibeEmail .radio:last-child {
        margin-bottom: 18px;
    }
    /* Smallest .625em font-size increasing requested by Stamina */
    ol.pasos li .instrucciones, .details .features li .data, ul.thirds .cta, ol.pasos li .instrucciones, .cta.negro, .option .variante {
        font-size: .75em;
    }
    section#garantias {
        height: 150vw;
    }
    #garantias .titulo {
        margin-bottom: 12vw;
    }
    .cifraContainer {
        padding: 0 6vw;
    }
    #trigger-llamada {
        padding: 7px;
        left: 13px;
        bottom: 13px;
    }
    #trigger-llamada svg {
        width: 26px;
        filter: invert();
    }
    .trigger-llamada {
        white-space: nowrap;
        padding: 7px 4px 8px 14px;
        font-size: .8em;
    }
    .form.row {
        flex-direction: column;
    }
    #modal-llamada .form.row > * {
        max-width: unset;
        width: 100%;
        height: 26px;
        margin: 0 0 10px;
    }
    .titulo+.medio {
        line-height: 1.4em;
        max-width: 60%;
        margin: 12px auto 0;
    }
}

@media screen and (max-width: 375px) {
    .home .headerBg, .page-template-homepage-TEMP-borrar .headerBg {
        padding-top: 100px;
    }
    .home .headerBg .container,.page-template-homepage-TEMP-borrar .headerBg .container {
        font-size: 4vw;
    }
}