/*
Theme Name: CremaLand
Author: CREMA™
Author URI: https://cremastudio.com/
Text Domain: cremaland

CremaLand WordPress Theme © 2020-2021 CREMA™
*/

/* WEBFONTS */
@font-face {
    font-family: 'Helvetica Now Text';
    src: url('fonts/HelveticaNowText-Regular.eot');
    src: url('fonts/HelveticaNowText-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNowText-Regular.woff') format('woff'),
         url('fonts/HelveticaNowText-Regular.woff2') format('woff2'),
         url('fonts/HelveticaNowText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Now Text';
    src: url('fonts/HelveticaNowText-Bold.eot');
    src: url('fonts/HelveticaNowText-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNowText-Bold.woff') format('woff'),
         url('fonts/HelveticaNowText-Bold.woff2') format('woff2'),
         url('fonts/HelveticaNowText-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

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

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
html, body {
    min-height: 100vh;
}
body {
    font-family: 'Helvetica Now Text', Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    color: #000;
}

/* header */

#header {
    padding: 20px 0;
}

/* main */

.container {
    margin: 0 auto;
    width: 90%;
}
.uncontained {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}
.filled {
    padding: 0;
    overflow: hidden;
}
.filled > * {
    width: 100%;
    height: auto;
    display: block;
    border: none;
    object-fit: cover;
}
.padded {
    padding: 5vw;
}
.vpadded {
    padding: 5vw 0;
}
.hpadded {
    padding: 0 5vw;
}
.extraVpad {
    padding: 2.5em 0;
}
.extraTopPad > :first-child {
    padding-top: 15px;
}
.w28 {
    width: 28%;
}
.w33 {
    width: 33.333333%;
}
.w40 {
    width: 40%;
}
.w50 {
    width: 50%;
}
.w60 {
    width: 60%;
}
.w72 {
    width: 72%;
}
.gray {
    background: #ededed;
}
.centered {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.subTitle.centered {
    width: 100%;
    display: block;
}
.caps {
    text-transform: uppercase;
    display: block;
}
.title, .subTitle, .xl {
    display: inline-block;
    font-weight: 700;
    line-height: 1.166667em;
    font-size: 3.2em;
    margin: 0 0 .75em;
}
.titleGroup .caps {
    font-size: 1.083334em;
    line-height: 1.25em;
    margin: 0 0 .5em;
}
.subTitle {
    font-size: 2.4em;
}
p {
    font-size: 1.083334em;
    line-height: 1.45em;
}
p:not(:last-child) {
    margin-bottom: 1em;
}
.xl {
    font-size: 3.666667em;
}
.large {
    font-size: 1.5em;
}
.cta {
    font-weight: 700;
    font-size: 1.166667em;
    line-height: 1.25em;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    text-decoration: none;
    margin: 2.25em -2px 0;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: .75em 1.5em .6em 1.75em;
    outline: none;
    box-shadow: none;
    transition: all .8s ease;
}
.cta:focus {
    background: #390;
    transition: all .2s ease;
}
.cta:active {
    color: #000;
    background: #fff;
    border-color: #000;
}
.cta:after {
    content: "";
    background-image: url(img/cta_white.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: .8em;
    height: .8em;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 1em;
    transition: all .5s ease;
}
.cta:hover:after, .cta:focus:after {
    transform: rotate(-45deg);
    transform-origin: center;
    transition: all .2s ease;
}
.cta:active:after {
    background-image: url(img/cta_black.svg);
}
.testB .cta:after {
    background-image: url(img/icon-whatsapp.svg);
    width: 1em;
    height: 1em;
}
.list3cols {
    list-style-type: none;
    width: 94%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list3cols li {
    width: 30%;
    padding: 0 0 3em;
}
.list3cols li .listItemTitle {
    color: #000;
    font-size: 1.166667em;
    font-weight: 700;
    display: block;
    margin: 0 0 1em;
    padding-left: 2.5em;
}
.list3cols li .listItemTitle span {
    display: inline-block;
    width: 1.666667em;
    height: 1.666667em;
    font-weight: 400;
    vertical-align: baseline;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 99px;
    margin: 0 1em 0 -2.7em;
    padding-top: .333334em;
}
.list3cols li p {
    color: #5e5e5e;
    font-size: 1em;
}
.slick-track {
    display: flex !important;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
}
.testimonials {
    list-style-type: none;
}
.testimonials li {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 20px 0 0;
    padding: 20px;
    background: #e6e6e6;
    min-height: 250px;
    height: 100%;
}
.testimonials li p {
    font-size: 1em;
    margin: 20px 0;
    color: #666;
}
.testimonials li .author {
    font-size: 1em;
    line-height: 1.5em;
    color: #000;
}
.testimonials li .position {
    font-weight: 700;
    display: block;
}
.testimonials li:focus {
    outline: none;
    border: none;
}
button.slick-prev, button.slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 5%;
    opacity: 0;
    cursor: pointer;
}
button.slick-prev {
    left: 0;
}
button.slick-next {
    right: 0;
}
button.slick-disabled {
    z-index: -1;
}
.brand {
    margin: 0 0 40px 0;
    display: block;
    text-transform: uppercase;
}
.brand img {
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: baseline;
}
.page-template-thank-you .container {
    text-align: center;
}
.page-template-thank-you img {
    margin: 0 auto;
}
.page-template-thank-you p a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;
}
.page-template-thank-you p a:hover {
    text-decoration: underline;
}

/* forms */

form {
    width: 100%;
    max-width: 500px;
}
label {
    display: block;
}
input, select, textarea {
    font-family: 'Helvetica Now Text', Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.25em;
    border: 1px solid #000;
    color: #000;
    background: transparent;
    border-radius: 12px !important;
    width: 100%;
    padding: 1em .5em;
    margin: .5em 0 .25em;
    outline: none;
    transition: all .8s;
}
input:hover, select:hover, textarea:hover, input:focus, select:focus, textarea:focus {
    background: #fff;
    transition: all .2s;
}
input:active, select:active, textarea:active {
    background: #000;
    transition: all .2s;
}
input[type="submit"] {
    font-weight: 700;
    font-size: 1.166667em;
    line-height: 1.25em;
    text-transform: uppercase;
    outline: none;
    box-shadow: none;
    transition: all .2s ease;
    cursor: pointer;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 99px !important;
    padding: .75em 2em .6em 1.75em;
    background-color: #000;
    background-image: url(img/cta_white.svg);
    background-position: right 1.75em center;
    background-size: .8em;
    background-repeat: no-repeat;
}
input[type="submit"]:disabled {
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
    background-image: url(img/cta_black.svg);
    transition: all .8s ease;
}
input[type="submit"]:focus:not(:disabled) {
    background-color: #390;
}
input[type="checkbox"] {
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 12px !important;
    width: 2.666667em;
    height: 2.666667em;
    float: left;
    margin: 0 10px 20px 0;
    appearance: none;
}
input[type="checkbox"]:checked {
    background: #390;
}
.legal {
    font-size: .75em;
    line-height: 1.25em;
}
.legal a {
    color: inherit;
    text-decoration: none;
}
.legal a:hover, .legal a:focus {
    text-decoration: underline;
}
.acceptance span {
    margin-left: 0;
}
.grecaptcha-badge {
    visibility: hidden;
}
::placeholder {
    color: #666;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #666;
}
::-ms-input-placeholder {
    color: #666;
}

/* footer */

#footer {
    background: #000;
    color: #fff;
    padding: 6% 0;
}
#footer .container {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#footer .container > * {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#footerLogo img {
    filter: invert(1);
}
#footer a {
    color: #fff;
    text-decoration: none;
    font-size: .833333em;
}
#footerLinks ul {
    list-style-type: none;
}
#footerLinks ul li {
    padding: 0;
    float: left;
}
#footerLinks ul li+li {
    border-left: 1px solid #fff;
    padding-left: .5em;
    margin-left: .5em;
}

/* media-queries */

@media screen and (max-width: 767px) {
    html, body {
        overflow-x: hidden;
    }
    .container {
        width: Calc(100% - 40px);
    }
    .uncontained {
        flex-direction: column;
    }
    .uncontained > * {
        width: 100%;
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .filled {
        padding: 0 !important;
    }
    .padded + .vpadded {
        padding-top: 0;
    }
    .centered .w60:only-child {
        width: 90%;
    }
    .hpadded + * {
        margin-top: 20px;
    }
    .sliderContainer {
        padding-right: 0;
    }
    .titleGroup .caps {
        font-size: .816667em;
    }
    .title, .subTitle, .xl {
        font-size: 2em;
    }
    .subTitle {
        font-size: 1.25em;
    }
    .subTitle:last-child {
        margin-bottom: 0;
    }
    .xl {
        font-size: 1.5625em;
        line-height: 1.2em;
    }
    .large {
        font-size: 1.09375em;
        line-height: 1.45em;
    }
    p {
        font-size: 1em;
        line-height: 1.45em;
    }
    .cta {
        display: none;
    }
    .header .cta {
        display: block;
        position: fixed;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        padding: 1.25em;
        border-radius: 0;
        text-align: center;
        border: none !important;
    }
    .list3cols li {
        width: 100%;
        padding: 0 0 1.5em;
    }
    .list3cols li .listItemTitle {
        font-size: 1em;
        line-height: 1.45em;
        margin: 0 0 .5em;
        padding-left: 2.25em;
    }
    .list3cols li .listItemTitle span {
        width: 1.333334em;
        height: 1.333334em;
        padding-top: 0;
        margin: 0 1em 0 -2.4em;
    }
    .list3cols li p {
        font-size: .875em;
        line-height: 1.45em;
        padding-left: 2.5em;
    }
    .testimonials li {
        min-height: 300px;
    }
    .testimonials li p {
        font-size: .875em;
        line-height: 1.45em;
    }
    .testimonials li:last-child {
        margin-right: 40px;
    }
    .testimonials li .author {
        font-size: .8125em;
        line-height: 1.53em;
    }
    button.slick-prev, button.slick-next {
        display: none;
    }
    .brands {
        width: 100%;
    }
    .brands li {
        margin: 0 20px 0 0;
        padding: 0;
    }
    .brands li p {
        padding-left: 0;
    }
    .brands li img {
        display: inline-block !important;
        max-width: 30%;
        height: auto;
    }
    .brands .brand {
        font-size: .8125em;
        line-height: 1.53em;
    }
    #pedir-presupuesto {
        padding: 0;
        position: relative;
        z-index: 2;
    }
    #pedir-presupuesto .w72 {
        width: 100%;
    }
    #pedir-presupuesto > div:last-child {
        padding-bottom: 40px;
    }
    #pedir-presupuesto a {
        color: inherit;
    }
    input, select, textarea {
        font-size: .875em;
        line-height: 1.45em;
    }
    textarea {
        height: 98px;
    }
    #footer {
        text-align: center;
        padding: 4em 0;
        position: relative;
        z-index: 2;
    }
    #footer .container {
        flex-direction: column;
    }
    #footerLogo img {
        max-width: 50%;
        height: auto;
        margin: 0 auto 2em;
    }
    #footerLinks ul li {
        float: none;
        display: block;
    }
    #footerLinks ul li+li {
        border: none;
        padding: 0;
        margin: 0;
    }
    #footerLinks ul li a {
        padding: .5em;
        display: inline-block;
    }
}