/*
Theme Name: Ezzing Simulator
Theme URL:
Description: Diseño Ezzing Simulator
Author: GaoFreelance
Author
Template: twentyseventeen
Version: 1.0.0
Text Diseño Ezzing Simulator 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;
}

*  {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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;
}

.text-intro-form .elementor-widget-container img {
    width: 200px;
    height: auto;
    margin-bottom: 15px;
}

.text-intro-form .elementor-widget-container * {
    color: var(--color-secondary);
    font-size: 20px;
    font-weight: 700;
}

.text-intro-form .elementor-widget-container h2 {
    font-size: 35px;
    line-height: 120%;
    padding: 0;
}

.text-intro-form .elementor-widget-container p:last-child {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .text-intro-form .elementor-widget-container p {
        font-size: 17px;
    }

    .text-intro-form .elementor-widget-container p:first-child {
        font-size: 22px;
    }
}

.container-ezzingsimulator {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;
}

.container-ezzingsimulator-small {
    width: 100%;
    max-width: 1515px;
    margin: 0 auto;
    padding: 0 15px;
}

.container-left-right {
    width: 100%;
    display: flex;
}

.container-left-right .left-part {
    flex-basis: calc(100% - 180px);
    width: calc(100% - 180px);
}
.container-left-right .right-part {
    flex-basis: 180px;
    width: 180px;
    padding: 25px;
}

@media screen and (max-width: 980px){
    .container-left-right .left-part {
        flex-basis: 100%;
        width: 100%;
    }
    .container-left-right .right-part {
        display: none;
    }
}

.button-standart-ezz {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 8px;
}

.button-standart-ezz:hover {
    cursor: pointer;
}

.button-standart-ezz.button-standart-ezz-primary {
    color: var(--color-primary-text-cta);
    border: 2px solid var(--color-primary-cta);
    background-color: var(--color-primary-cta);
}

.button-standart-ezz.button-standart-ezz-primary:hover {
    background-color: var(--color-primary-text-cta);
    color: var(--color-primary-cta);
}

.button-standart-ezz.button-standart-ezz-secondary {
    color: var(--color-secondary-border-text-cta);
    border: 2px solid var(--color-secondary-border-text-cta);
    background-color: var(--color-secondary-text-cta);
}

.button-standart-ezz.button-standart-ezz-secondary:hover {
    background-color: var(--color-secondary-border-text-cta);
    color: var(--color-secondary-text-cta);
}


/* Input Range */

input[type='range'] {
    width: 100%;
    -webkit-appearance: none;
    height: 8px;
    max-height: 8px;
    border-radius: 10px;
    background: transparent;
    padding: 0;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

input[type='range']::-webkit-slider-thumb {
    cursor: ew-resize;
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    background: url('/wp-content/themes/ezzingsimulator/assets/input-range.png') no-repeat center center;
    background-size: cover;
    box-shadow: none;
}

input[type=range]::-moz-range-thumb {
    width: 30px;
    height: 30px;
    border: 0;
    background: url('/wp-content/themes/ezzingsimulator/assets/input-range.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
    box-shadow: none;
}

.input-tuenergia {
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    border: none;
    outline: none;
    background: #EBEBEB;
    font-size: 14px;
    line-height: 26px;
    color: #222229;
    margin-bottom: 20px;
    font-weight: 500;
}

.form-group-check-special {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.form-group-check-special label {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ACB2AA;
    margin-bottom: 0;
}
.form-group-check-special label a {
    color: var(--color-primary);
}

.form-group-check-special input {
    width: 24px;
    height: 24px;
    border: 3px solid var(--color-primary);
    border-radius: 6px;
}

.form-group-check-special input:checked {
     border: none;
     background: url('/wp-content/themes/ezzingsimulator/assets/check.png');
     background-size: contain;
}



/* Check in circle */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    border-radius: 34px;
    margin: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    border-radius: 34px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid var(--color-primary);
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "NO";
    height: 26px;
    width: 26px;
    left: 2px;
    border-radius: 34px;
    bottom: 2px;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    align-items: center;
    background-color: var(--color-primary);
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider {
    background-color: var(--color-primary);
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px var(--color-primary);
}

.switch input:checked + .slider:before {
    content: "SI";
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #222229;
}


.border-top-simulation-box {
    border-radius: 16px 16px 0px 0px;
    border-top: 84px solid var(--color-primary);
    box-shadow: 0px 24px 48px rgba(0, 42, 84, 0.32);
}

/* 404 Page */

.not-found-page {
    width: 100%;
    height: calc(100vh - 70px);
    background: url('/wp-content/uploads/2023/01/backgroung.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.not-found-page .container-ezzingsimulator {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.not-found-page .container-ezzingsimulator .center-box {
    margin-top: 50px;
    width: 400px;
    background-color: #fff;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.not-found-page .container-ezzingsimulator .center-box img {
    margin-bottom: 30px;
}

.not-found-page .container-ezzingsimulator .center-box * {
    text-align: center;
}

.not-found-page .container-ezzingsimulator .center-box .title-center-box {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: var(--color-primary);
    margin-bottom: 20px;
}

.not-found-page .container-ezzingsimulator .center-box .button-standart-ezz {
    margin-top: 20px;
}

/* Footer */

footer .copyright {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .copyright img {
    margin: 0 3px;
}

footer .copyright a {
    color: #fff;
}

footer .copyright a:hover {
   text-decoration: underline;
}

.footer-home-page {
    position: relative;
    z-index: 15;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    margin-top: -44px;
}

.footer-home-page.footer-home-page-background {
    background-color: var(--color-secondary);
}


.footer-page-complete {
    background-color: var(--color-secondary);
    padding: 15px 0;
}

.footer-page-complete .container-ezzingsimulator-small {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-page-complete .container-ezzingsimulator-small * {
    color: #fff;
}

.footer-page-complete .container-ezzingsimulator-small .left-text {
    width: 100%;
    max-width: 275px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    margin-right: 10px;
}

.footer-page-complete .container-ezzingsimulator-small .image-text-footer {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.footer-page-complete .container-ezzingsimulator-small .image-text-footer img {
    margin-right: 10px;
}

.footer-page-complete .container-ezzingsimulator-small .image-text-footer p {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.8px;
}

.footer-page-complete .container-ezzingsimulator-small .image-text-footer p a {
    color: var(--color-primary);
}

@media screen and (max-width: 1024px) {

    .footer-page-complete {
        padding: 25px 0;
    }

    .footer-page-complete .container-ezzingsimulator-small {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-page-complete .container-ezzingsimulator-small .left-text {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .footer-page-complete .container-ezzingsimulator-small .image-text-footer {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footer-page-complete .container-ezzingsimulator-small .copyright {
        margin-top: 20px;
    }
}

/* Whatsapp */

.whatsapp-icon {
    cursor: pointer;
    z-index: 999;
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 55px;
    height: 55px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4dc247;
    border: 2px solid #4dc247;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.whatsapp-icon svg {
    width: 70%;
    height: auto;
    fill: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.whatsapp-icon:hover {
    background-color: #fff;
}

.whatsapp-icon:hover svg {
    fill: #4dc247;
}

.whatsapp-icon.whatsapp-with-sticky {
    bottom: 95px;
}

@media screen and (max-width: 768px){
    .whatsapp-icon.whatsapp-with-sticky {
        bottom: 150px;
    }
}

/* Google Maps */

.pac-container {
    bottom: 55px !important;
    left: 0 !important;
    top: inherit !important;
    width: 100% !important;
}
