/*
Theme Name: Tema Solar360
Theme URL:
Description: Diseño Solar360
Author: GaoFreelance
Author
Template: twentyseventeen
Version: 1.0.0
Text Diseño Solar360 para Wordpress
*/

input {
    user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}

input.error {
    border: 2px solid red !important;
}

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;
    font-family: 'Roboto';

}

.row {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.col {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

#solar360 {
    height: 100vh;
    width: 100vw;
}

h1,h2,h3,h4,h5 {
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
    color: #FF6200;
}

.elementor-widget:not(:last-child) {
    margin: 0 !important;
}

.loading-icon {
    width: 25px !important;
    height: auto;
}

/* Forms */

.form-group-solar {
    margin-bottom: 25px;
}

.form-group-solar label {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #FF6200;
    margin-bottom: 20px;
}

.form-group-solar.form-group-white label {
    color: #FFFFFF;
}

.form-group-solar input {
    width: 100%;
    height: 40px;
    border: 1px solid #999999;
    border-radius: 4px;
    font-size: 16px;
    line-height: 19px;
    color: #999999;
}

.form-group-solar input::placeholder {
    color: #999999;
    opacity: 1;
}

.form-group-solar.form-group-white input {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
}

.form-group-solar.form-group-white input::placeholder {
    color: #fff;
    opacity: 1;
}

/* Check Box Selector */

.check-selector .check-selector-box {
    cursor: pointer;
    width: 100%;
    height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F2F2F2;
    color: #999999;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.check-selector .check-selector-box.check-selector-box-small {
    width: 100%;
    height: 50px;
    flex-direction: row;
}

.check-selector .check-selector-box.check-selector-box-disabled {
    position: relative;
    opacity: 0.7;
    cursor: auto;
}

.check-selector .check-selector-box.check-selector-box-disabled  .disable-icon {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.check-selector .check-selector-box:hover {
    background: #e2e2e2;
}

.check-selector .check-selector-box .check-selector-box-image {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.check-selector .check-selector-box .check-selector-box-image svg {
    stroke: #999999;
}

.check-selector .check-selector-box span {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
}

.check-selector .check-selector-box.active {
    background: #FF6200;
    color: #fff;
}

.check-selector .check-selector-box.active span {
    color: #fff;
}

.check-selector .check-selector-box.active .check-selector-box-image svg {
    stroke: #fff;
}

    /* Buttons */

.button-solar {
    cursor: pointer;
    display: inline-block;
    padding: 12px 40px;
    font-weight: 700;
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    border: 2px solid #FF6200;
    color: #FF6200;
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.button-solar:hover {
    background-color: #FF6200;
    color: #fff;
}

.button-solar.button-solar-white {
    border: 2px solid #FFFFFF;
    color: #fff;
}

.button-solar.button-solar-white:hover {
    background-color: #fff;
    color: #019DF4;
}

.button-solar.button-solar-grey {
    background-color: transparent;
    border: 2px solid #999999;
    color: #999999;
}

.button-solar.button-solar-grey.hover {
    background-color: #e7e7e7;
}

/* Footer */

footer {
    padding: 15px 70px 15px 15px;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
}

footer p,
footer * {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 1px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

footer p img {
    margin: 0 3px;
}

footer.footer-solar-center {
    padding: 15px;
}

footer.footer-solar-center p {
    justify-content: center;
    color: #828282;
}

footer.footer-solar-center p a {
    color: #828282;
}