.container,
.container-lg,
.container-md,
.container-sm,
.container-xl { max-width: 1160px; }

html,
body { scroll-behavior: smooth; }

body {
	/* font-family: "Montserrat", sans-serif; */
	font-family: "Nunito", sans-serif;
	font-size: 16px;
	font-weight: 500;
	/* padding-top: 80px;
  background: #fff url("../img/main-bg-01.jpg") no-repeat scroll center center;
  background-size: cover; */
	height: 100vh;
}

.bg-light-gray { background-color: #fafafa; }

.h2,
h2 { font-size: 1.5rem; }

.h3,
h3 {
	font-size: 1.15rem;
	font-weight: 500;
	margin-bottom: 20px;
}

.h4,
h4 {
	font-size: 1rem;
	font-weight: 500;
}

.h5,
h5 {
	font-size: 14px;
	font-weight: 500;
}

a {
	transition-duration: 0.4s;
	transition-timing-function: ease;
}

.btn { text-transform: uppercase; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"] {
	background-color: #f4f4f4;
	border-radius: 50px;
	font-size: 14px;
	height: 42px;
	padding: 10px 20px;
}

main {
	background: #fff url("../img/main-bg-01.jpg") no-repeat fixed center center;
	background-size: cover;
	min-height: 100vh;
	padding-top: 80px;
}

.search-form .heading {
	color: #fff;
	padding: 0 15px;
}

.search-form .heading h1 {
	font-size: 16px;
	text-shadow: 0 1px 7px rgba(0, 0, 0, 0.7);
}

.search-form .heading p,
.search-form .heading a {
	font-size: 12px;
	text-shadow: 0 1px 7px rgba(0, 0, 0, 0.7);
}

.search-form .card {
	background-color: rgba(0, 0, 0, 0.5);
	border: none;
}

.search-form .card-body { padding: 15px; }

.search-form h1 {
	color: #fff;
	font-size: 18px;
}

.search-form .input-group { margin-bottom: 10px; }

.search-form .form-control { border: none; }

.search-form .location-search-input {
	border: none;
	border-radius: 0 50px 50px 0;
	font-size: 1rem;
	height: 43px;
	padding: 10px 10px 10px 5px;
}

.search-form .location-search-input:focus { outline: none; }

.search-form .input-group-text {
	background-color: #f4f4f4;
	border: none;
	border-radius: 50px 0 0 50px !important;
	padding: 10px 5px 10px 10px;
}

.search-form .form-check { margin: 0 0 30px 10px; }

.search-form .form-check-label {
	color: #fff;
	font-size: 14px;
}

.search-form .btn-group { height: 43px; }

.trans {
	transition-duration: 0.4s;
	transition-timing-function: ease;
}

header .navbar-brand img { max-height: 40px; }

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 1); }

.nav-tabs .nav-link { border-radius: 0; }

header .dropdown-menu { font-size: 14px; }

section,
aside {
	background-clip: border-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	margin-bottom: 20px;
	padding: 1.25rem;
	position: relative;
	word-wrap: break-word;
}

section { padding-bottom: 0; }

aside {
	font-size: 13px;
	font-weight: 400;
	padding: 1.25rem 12px;
	top: 80px !important;
}

/* @media (max-width: 576px) {

section,
aside {
border: none;
padding: 0;
}
} */

aside dt {
	font-weight: 400;
	margin-bottom: 10px;
}

aside dt small { display: block; }

.mw-1 { min-width: 210px; }

.kits li { margin-bottom: 10px; }

.kits li:hover .more-info { display: block; }

.kits .card-body {
	padding: 10px;
	position: relative;
	text-align: center;
}

.kits .card:hover { box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.125); }

.kits .card.active {
	background-color: #f5f5f5;
	border-color: #000;
	box-shadow: inset 0px 0px 0px 1px #000;
}

.kits .card .more-info {
	display: none;
	font-size: 15px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.kits .card .price { margin-bottom: 5px; }

.kits .card h4 { margin-bottom: 0; }

.read-more {
	font-size: 13px;
	margin: 20px 0;
	text-align: center;
}

.more-information { margin-bottom: 40px; }

.pill {
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 50px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}

.pill h5 { margin: 0; }

.pill-group {
	border: none;
	text-align: left;
}

.pill-group i {
	float: left;
	font-size: 50px;
}

.pill-group .pill-group-content { margin-left: 15px; }

.btn {
	border-radius: 50px;
	font-size: 14px;
	padding: 10px 20px;
}

.btn-lg { font-size: 16px; }

.background-overlay {
	background-color: transparent;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.75) 90%);
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: fixed;
	top: 0;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	width: 100%;
}

#cash-financed-content.tab-content {
	background-color: #fafafa;
	padding: 20px 10px 0;
}

.powerbank h1 {
	font-weight: 100;
	line-height: 1rem;
	margin-top: 20px;
}

.powerbank h1 small { font-size: 20px; }

.input-group .input-group-append button { border-radius: 0 40px 40px 0 !important; }

.input-group-number {
	margin: 0 auto;
	max-width: 120px;
}

.input-group-number button {
	color: #007bff;
	font-size: 18px !important;
}

.input-group-number input {
	border: none;
	font-size: 20px !important;
	text-align: center;
}

.input-group-number input:focus { box-shadow: none; }

.supplies {
	font-size: 12px;
	margin-top: 50px;
}

.supplies li {
	margin-bottom: 15px;
	min-height: 62px;
	text-align: center;
}

.add-invoice {
	padding-bottom: 40px;
	padding-top: 40px;
}

.add-invoice .attach-file {
	border: 1px dashed #ccc;
	display: block;
	margin-bottom: 10px;
	padding: 30px;
	text-align: center;
	width: 100%;
}

.add-invoice .info {
	text-align: left;
	width: 100%;
}

.form-label-group { margin-bottom: 20px; }

.form-label-group small.form-text,
.form-label-group label { padding-left: 20px; }

.form-label-group label {
	font-size: 14px;
	font-weight: 500;
}

.btn-google,
.btn-facebook { text-align: left; }

.btn-google span,
.btn-facebook span { padding-left: 30px; }

.btn-google i,
.btn-facebook i {
	float: left;
	padding-top: 4px;
}

.btn-google {
	background-color: #c94130;
	border-color: #c94130;
}

.btn-google:hover {
	background-color: #aa221a;
	border-color: #aa221a;
}

.btn-facebook {
	background-color: #3a63be;
	border-color: #3a63be;
}

.btn-facebook:hover {
	background-color: #174ca3;
	border-color: #174ca3;
}

.consumer-type a:hover { text-decoration: none; }

.consumer-type .card-body { padding: 2.5rem 1.25rem; }

.consumer-type h3 { margin: 0; }

.map-container {
	height: 0;
	overflow: hidden;
	/* padding-bottom:56.25%; */
	position: relative;
}

.map-container iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.accordion > .card { margin-bottom: 15px; }

.accordion > .card:not(:last-of-type) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.accordion > .card:not(:first-of-type) {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.accodion .card-header { background-color: #fafafa; }

.go-back {
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.onoffswitch {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	margin-bottom: 1.5rem !important;
	overflow: hidden;
	position: relative;
	width: 50px;
	width: 100%;
}

.onoffswitch-checkbox {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.onoffswitch-label {
	/* border: 2px solid #999999;  */
	border-radius: 20px;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	width: 50px;
}

.onoffswitch-inner {
	display: block;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
	width: 200%;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
	box-sizing: border-box;
	color: white;
	display: block;
	float: left;
	font-size: 10px;
	/* font-family: Trebuchet, Arial, sans-serif;  */
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0;
	width: 50px;
}

.onoffswitch-inner:before {
	background-color: #28a745;
	color: #ffffff;
	content: "SI";
	padding-left: 5px;
}

.onoffswitch-inner:after {
	background-color: #dc3545;
	color: #fff;
	content: "NO";
	padding-right: 5px;
	text-align: right;
}

.onoffswitch-switch {
	background: #ffffff;
	border-radius: 20px;
	bottom: 2px;
	display: block;
	height: 16px;
	margin: 0px;
	position: absolute;
	right: 31px;
	top: 2px;
	transition: all 0.3s ease-in 0s;
	width: 16px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner { margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { right: 2px; }

ul.timeline {
	list-style-type: none;
	position: relative;
}

ul.timeline:before {
	background: #d4d9df;
	content: " ";
	display: inline-block;
	height: 100%;
	left: 29px;
	position: absolute;
	width: 2px;
	z-index: 400;
}

ul.timeline > li {
	margin: 20px 0;
	padding-left: 20px;
}

ul.timeline > li:before {
	background: white;
	border: 3px solid #d22928;
	border-radius: 50%;
	content: " ";
	display: inline-block;
	height: 20px;
	left: 20px;
	position: absolute;
	width: 20px;
	z-index: 400;
}

ul.timeline > li.active::before { background-color: #d22928; }

ul.timeline h3 { margin-bottom: 0px; }

ul.timeline .active h3 {
	color: #d22928;
	font-weight: 600;
}

.switch {
	display: inline-block;
	height: 40px;
	position: relative;
	width: 400px;
}

.switch input {
	height: 0;
	opacity: 0;
	width: 0;
}

.switch-slider {
	-webkit-transition: 0.4s;
	background-color: #eee;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.4s;
}

.switch-slider::before {
	-webkit-transition: 0.4s;
	background-color: white;
	bottom: 4px;
	content: "";
	height: 32px;
	left: 4px;
	position: absolute;
	transition: 0.4s;
	width: calc(50% - 8px);
}

.switch-slider label {
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	width: 50%;
}

input:checked + .switch-slider { background-color: #eee; }

input:focus + .switch-slider { box-shadow: 0 0 1px #eee; }

input:checked + .switch-slider:before {
	-ms-transform: translateX(200px);
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
}

.switch-slider.round { border-radius: 40px; }

.switch-slider.round::before { border-radius: 20px; }

.switch-slider.active label:nth-child(1) span,
.switch-slider label:nth-child(2) span { opacity: 0.5; }

.switch-slider.active label:nth-child(2) span,
.switch-slider label:nth-child(1) span { opacity: 1; }

.custom-switch .custom-control-label {
	color: #fff;
	font-size: 14px;
}

.custom-control-input:checked ~ .custom-control-label::before {
	background-color: #008000;
	border-color: #008000;
	color: #fff;
}

.steps-form .steps-row { position: relative; }

.steps-form .steps-row::before {
	background-color: #ccc;
	bottom: 0;
	content: " ";
	height: calc(100% - 22px);
	left: 8px;
	position: absolute;
	top: 8px;
	width: 1px;
}

.steps-form .steps-step { margin-bottom: 10px; }

.steps-form a {
	background-color: #fff;
	border: 2px solid #d22928;
	border-radius: 15px;
	display: inline-block;
	font-size: 12px;
	height: 16px;
	line-height: 20px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 16px;
}

.steps-form .active a {
	background-color: #d22928;
	color: #fff;
}

.steps-form p {
	display: inline;
	margin: 0;
	position: relative;
	top: -3px;
}

@media (min-width: 768px) {
	.steps-form .steps-row {
		display: flex;
		text-align: center;
	}

	.steps-form .steps-row:before {
		height: 2px;
		left: 0;
		width: 100%;
	}

	.steps-form .steps-step { width: 20%; }

	.steps-form a {
		display: block;
		margin: 0 auto 15px;
	}

	.steps-form p { }
}

#powerbank-no { max-width: 100%; }

@media (min-width: 576px) {
	.panels-powerbank { position: relative; }

	#powerbank-no,
	#powerbank-yes {
		max-width: 260px;
		position: absolute;
		right: 0;
		top: 110px;
	}

	#powerbank-yes { top: 60px; }
}

#navbar-country img {
	margin-bottom: 4px;
	width: 18px;
}

.dropdown-country img {
	padding-right: 5px;
	width: 24px;
}

.btn-switch {
	background-color: #eee;
	border-radius: 50px;
	padding: 3px;
	width: 100%;
}

/*.btn-switch > .btn-switch:not(:last-child) > .btn,
    .btn-switch > .btn:not(:last-child):not(.dropdown-toggle) {
        border-radius: 50px;
    }*/

/*    .btn-switch {
        border-radius: 50px;
    }*/

.btn-switch .btn.active {
	background-color: #fff !important;
	border: none;
	color: #000 !important;
	opacity: 1;
}

.btn-switch .btn {
	border-radius: 50px !important;
	opacity: 0.5;
	text-transform: none;
}

@media (max-width: 576px) {
	#step-1 #address-autocomplete {
		border-radius: 0 50px 50px 0;
		width: calc(100% - 27px);
	}

	#step-1 .input-group-append { width: 100%; }

	#step-1 #lblConectadoRed {
		border-radius: 50px !important;
		margin-top: 10px;
		text-align: left;
		width: 100%;
	}

	#step-1 .dropdown-toggle::after {
		float: right;
		margin-top: 6px;
	}

	.input-group-number button { font-size: 25px !important; }
}

aside h3 a { color: #231f20 !important; }

#home main {
	background: none;
	padding: 0;
}

#projects,
#projects main { background: none; }

#projects .navbar.bg-transparent { background-color: #231f20 !important; }

#projects section { border: none; }

#home section {
	background-attachment: scroll;
	background-color: transparent;
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	/* height: 100vh; */
}

#home section::before {
	background-color: rgba(0, 0, 0, 0.55);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#home h2 {
	font-size: 2.5rem;
	margin-bottom: 30px;
}

@media (min-width: 576px) {
	#home section { min-height: 100vh; }

	#home #contact-us { min-height: auto; }
}

#home h4 {
	font-size: 1.25rem;
	text-transform: uppercase;
}

#get-quote { background-image: url("../img/main-bg-01.jpg"); }

#residential { background-image: url("../img/AdobeStock_207933510-scaled.jpeg"); }

#commercial { background-image: url("../img/AdobeStock_232789903-scaled.jpeg"); }

#company {
	background-color: #fff;
	background-position: right center !important;
	background-size: contain !important;
	padding-bottom: 70px !important;
	padding-top: 70px !important;
}

@media (min-width: 768px) {
	#company { background-image: url("../img/mapa.jpg"); }
}

#contact-us {
	background-color: #fff;
	background-image: none;
}

#home section#company::before,
#home section#contact-us::before { display: none; }

@media (min-width: 767px) {
	#company .history { margin-bottom: 50px; }
}

#company .years {
	border-bottom: 1px solid #ffd939;
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

#company .years .featured { color: #ffd939; }

#company .icon {
	margin-bottom: 30px;
	width: 80px;
}

.contact-details { font-size: 1.25rem; }

.social-media { font-size: 1.75rem; }

.social-media a { opacity: 0.5; }

.social-media a:hover { opacity: 1; }

@media (max-width: 767px) {
	#awards .bg-light-gray { background-color: #fff; }
}

#awards { text-align: center; }

footer {
	background-color: #fafafa;
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative;
}

/* ---------- toolkit ---------- */

.image-grid { width: 100%; }

.image-grid img { max-width: 100%; }

div[data-grid="images"] { }

img[data-action="zoom"] {
	cursor: zoom-in;
	max-width: 100%;
}

.zoom-img,
.zoom-img-wrap {
	position: relative;
	transition: all 300ms ease 0s;
	z-index: 1080;
}

img.zoom-img { cursor: zoom-out; }

.zoom-overlay {
	background: #ffffff none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 300ms ease 0s;
	z-index: 1079;
}

.zoom-overlay-open .zoom-overlay { opacity: 0.6; }

.zoom-overlay-open,
.zoom-overlay-transitioning { cursor: default; }

/* ---------- /toolkit ---------- */

.whatsapp {
	bottom: 20px;
	cursor: pointer;
	/* visibility: hidden; */
	opacity: 0.9;
	position: fixed;
	right: 20px;
	z-index: 99999999;
}

.whatsapp:hover { opacity: 1; }

.whatsapp img { width: 50px; }