/*
Theme Name: Tema HogarVerde
Theme URL:
Description: Diseño HogarVerde
Author: GaoFreelance
Author
Template: twentyseventeen
Version: 1.0.0
Text Diseño HogarVerde para Wordpress
*/

input {
    user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}

input, input:before, input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
    -webkit-appearance: none;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

*  {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
    overflow-x: hidden;
}

h1,h2,h3,h4,h5 {
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0;
}

.elementor-widget:not(:last-child) {
    margin: 0 !important;
}

.margin-right-auto > div {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.min-height-no-header > .elementor-container {
    min-height: calc(100vh - 100px - 44px);
}

.min-height-no-header-center > .elementor-container {
    align-items: center;
}

.container-hv {
    width: 100%;
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
}

.card-hv {
    width: 100%;
    padding: 45px 80px 45px 45px;
    background-color: #fff;
    box-shadow: 0px 16px 32px rgba(38, 66, 29, 0.48);
    border-radius: 24px;
}

.text-legal h1,
.text-legal h2 {
    font-weight: bold;
    color: #000;

}

.text-legal h2 {
    font-size: 18px;
    margin: 15px 0;
}

@media screen and (max-width: 768px) {
    .card-hv {
        padding: 20px;
    }
}
/* Intro */

.intro-form-left h1 {
    color: #fff;
    font-weight: 400;
    font-size: 35px;
    line-height: 120%;
    margin-bottom: 35px;
}

.intro-form-left p {
    width: 100%;
    text-align: center;
    padding: 15px 55px;
    background: #FFFFFF;
    border-radius: 20px;
    color: #358200;
    font-size: 18px;
    line-height: 125%;
}

.intro-form-left-bottom h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
    color: #fff;
}

.intro-form-left-bottom-box img {
    border-radius: 50% !important;
    margin-bottom: 15px;
}

.intro-form-left-bottom-box p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 125%;
}

/* With Info PopUp */

.with-popup {
    display: block;
    position: relative;
}

/* Forms */

.form-group-hv {
    width: 100%;
    margin-bottom: 40px;
}

.form-group-hv label {
    display: block;
    color: #214C56;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    margin-bottom: 15px;
    padding-right: 25px;
}

.form-group-hv input[type='text'],
.form-group-hv input[type='number'],
.form-group-hv input[type='password'],
.form-group-hv input[type='email'] {
    width: 100%;
    height: 45px;
    border: 2px solid #ACB2AA;
    border-radius: 15px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 125%;
    color: #214C56;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.form-group-hv .error {
    border-color: darkred !important;
}

.form-group-hv .form-group-hv-range-box {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
}

.form-group-hv .form-group-hv-range-box .arrow-little {
    cursor: pointer;
    position: absolute;
    top: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #214C56;
}

.form-group-hv .form-group-hv-range-box .arrow-little.arrow-little-left {
    left: 0;
}

.form-group-hv .form-group-hv-range-box .arrow-little.arrow-little-right {
    right: 0;
}

.form-group-hv .form-group-hv-range-box .arrow-little img {
    width: 60%;
    height: auto;
}

.form-group-hv .form-group-hv-range-box .form-group-range-content {
    z-index: 1;
    position: relative;
    width: calc(100% - 32px - 32px);
    margin: 0 auto;
}

.form-group-hv .form-group-hv-range-box .form-group-range-content .number {
    z-index: 2;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 180px;
    height: 40px;
    margin-top: -20px;
    background: #214C56;
    border-radius: 20px;
    font-weight: 700;
    font-size: 23px;
    line-height: 125%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-group-hv .form-group-hv-range-box .form-group-range-content input[type='range'] {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    -webkit-appearance: none;
    height: 6px;
    background: #ACB2AA;
    padding: 0;
    -webkit-appearance: none;
}

.form-group-hv .form-group-hv-range-box .form-group-range-content input[type='range']::-webkit-slider-thumb  {
    -webkit-appearance: none;
    z-index: 3;
    cursor: pointer;
    position: relative;
    width: 180px;
    height: 40px;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.form-group-hv .form-group-hv-range-box .form-group-range-content input[type='range']::-moz-range-thumb {
    z-index: 3;
    cursor: pointer;
    position: relative;
    width: 180px;
    height: 40px;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.form-group-hv .form-group-hv-check-box {
    cursor: pointer;
    width: 100%;
    padding: 25px;
    text-align: center;
    border: 2px solid #214C56;
    border-radius: 20px;
    color: #214C56;
    font-size: 16px;
    line-height: 125%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.form-group-hv .form-group-hv-check-box:hover {
    background-color: rgba(33, 76, 86, 0.24);
}

.form-group-hv .form-group-hv-check-box.active {
    color: #fff;
    background-color: #214C56;
}

@media screen and (max-width: 768px) {
    .form-group-hv label {
        font-size: 15px;
    }

    .form-group-hv .form-group-hv-check-box {
        font-size: 12px;
    }

    .form-group-hv .form-group-hv-range-box {
        height: 35px;
    }

    .form-group-hv .form-group-hv-range-box .arrow-little {
        top: 0;
    }

    .form-group-hv .form-group-hv-range-box .number {
        height: 35px;
    }

    .form-group-hv .form-group-hv-range-box input[type='range'] {
        height: 4px;
    }

    .form-group-hv .form-group-hv-range-box span img {
        display: none;
    }

    .form-group-hv .form-group-hv-range-box input[type='range']::-webkit-slider-thumb  {
        height: 35px;
    }

    .form-group-hv .form-group-hv-range-box input[type='range']::-moz-range-thumb {
        height: 35px;
    }
}


/* Buttons */

.button-hv {
    cursor: pointer;
    width: auto;
    background: #358200;
    border: 2px solid #358200;
    height: 55px;
    padding: 0 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 8px 16px rgba(33, 76, 86, 0.24);
    border-radius: 34px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.button-hv.button-hv-disable,
.button-hv.button-hv-disable:hover {
    opacity: 0.5;
}


.button-hv.button-hv-secondary {
    color: #358200;
    background: #fff;
}

.button-hv img {
    margin: 0 10px;
}

.button-hv:hover {
    background: #295700;
}

.button-hv.button-hv-secondary:hover {
    background: rgba(41, 87, 0, 0.2);
}

.button-hv-two {
    cursor: pointer;
    width: 100%;
    cursor: pointer;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #214C56;
    border-radius: 20px;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.button-hv-two.button-hv-two-primary {
    background: #214C56;
    color: #fff;
}

.button-hv-two.button-hv-two-primary:hover {
    background: #1f3640;
}

.button-hv-two.button-hv-two-secondary {
    color: #214C56;

}
.button-hv-two.button-hv-two-secondary:hover {
    background-color: rgba(33, 76, 86, 0.24);
}

@media screen and (max-width: 768px) {
    .button-hv,
    .button-hv-two {
        font-size: 14px;
        line-height: 18px;
    }
}

/* Footer */
footer {
    padding: 15px 0;
    width: 100%;
    text-align: center;
    background-color: #a1d901;
}

footer p,
footer * {
    font-weight: 400;
    color: #358200;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer p img {
    margin: 0 3px;
}

footer.footer-wekiwi-right p {
    justify-content: flex-end;
    margin-right: 25px;
}

footer.footer-wekiwi-white {
    background-color: #358200;
}

footer.footer-wekiwi-white p,
footer.footer-wekiwi-white * {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    footer.footer-wekiwi-right p {
        justify-content: center;
        margin: 0;
    }
}