/*
Theme Name: ofertas2020 fct
Text Domain: ofertas
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://www.factorenergia.com;
Theme URI: https://www.factorenergia.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */


html,
body {
	font-family: 'Roboto', sans-serif;
	border: none;
	margin: 0;
	padding: 0;
	color: #535353;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	outline: none;
}
a { text-decoration: none; }

blockquote::before,
blockquote::after {
	content: "";
}

/* END reset */
/* -------------------------------------------------------------------------- */

.hero {
	width: 100%;
	height: 485px;
	background: url('../img/landing_sem/hero_bg.jpg') no-repeat center center;
	background-size: cover;
}
.hero__top {
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%);
	color: white;
	width: 100%;
	height: 125px;
}
.hero .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 125px;
}
.phone {
	font-size: 20px;
	text-align: right;
}
.phone__call {
	font-size: 50px;
	font-weight: 700;
	display: block;
	color: white;
}
.wrapper {
	width: 1160px;
	margin: 0 auto;
}
@media (max-width: 1160px) {
	.wrapper {
		width: 90%;
	}
}
.hero__content {
	height: 360px;
	display: flex;
	align-items: center;
}
.hero__content .wrapper {
	display: flex;
	justify-content: flex-end;
}
.hero__txt {
	background-color: #224699;
	color: white;
	font-size: 40px;
	line-height: 50px;
	padding: 30px;
}
.hero__txt--a {
	display: block;
	font-size: 30px;
	margin-top: 45px;
	background: url('../img/landing_sem/arrow.svg') no-repeat left center;
	padding-left: 25px;
	cursor: pointer;
	transition: all 250ms;
	color: white;
}
.hero__txt--a:hover {
	color: yellow;
}
.main {
	padding: 70px 0 180px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(243,247,255,1) 100%);
}
.ttl {
	height: 60px;
	background: url('../img/landing_sem/light-bulb.svg') no-repeat left center;
	padding-left: 60px;
	font-size: 40px;
	font-weight: 700;
	color: #224699;
	display: flex;
	align-items: center;
	width: 300px;
	margin: 0 auto 40px;
}
.ttl__gas {
	background: url('../img/landing_sem/flame.svg') no-repeat left center;
}
.offer-group {
	display: flex;
	justify-content: space-between;
}
.offer-group__left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 40%;
	margin-right: 40px;
}
.offer-group__left--ttl {
	font-size: 25px;
	line-height: 30px;
	color: #224699;
	margin-bottom: 10px;
	font-weight: 700;
}
.offer-group__left--txt {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
.offer-group__left--subtxt {
	font-size: 11px;
	line-height: 14px;
	color: #9A9A9A;
}
.offer-group__right {
	margin-top: 30px;
}
.offer-group__right--ttl {
	font-size: 25px;
	text-align: center;
	margin-bottom: 30px;
}
.offer-group__right--content {
	border: 3px solid #538AE9;
	display: flex;
	background-color: white;
	border-radius: 10px;
}
.offer-group__offer {
	position: relative;
	text-align: center;
	width: 240px;
	padding: 15px 35px 30px;
}
.offer-group__offer:first-of-type:before {
	content: "";
	position: absolute;
	top: 20%;
	right: 0;
	width: 1px;
	height: 60%;
	border-right: 1px dotted #538AE9;
}
.offer-group__offer--ttl {
	color: #224699;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
	height: 53px;
	background: url('../img/landing_sem/ttl_bg.svg') no-repeat;
	background-size: cover;
	justify-content: center;
}
.offer-group__offer--subttl {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 5px;
}
.offer-group__offer--subttl2 {
	font-style: italic;
	font-size: 12px;
	margin: 20px 0 5px;	
}
.offer-group__offer--price {
	font-size: 18px;
	color: #224699;
	font-weight: 700;
	margin-bottom: 10px;
}
.offer-group__offer--price.single {
	margin-bottom: 52px;
}
.offer-group__offer--price span {
	color: #9F9F9F;
	font-size: 10px;
	font-weight: 400;
}
.offer-group__offer--price2 {
	font-size: 18px;
	color: #538AE9;
	font-weight: 700;
}
.offer-group__offer--price2 span {
	color: #9F9F9F;
	font-size: 10px;
	font-weight: 400;
}
.offer-group__offer--a {
	margin-top: 25px;
	color: white;
	background-color: #224699;
	font-size: 20px;
	font-weight: 700;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 10px rgba(99,124,183,0.25);
	transition: all 250ms;
}
.offer-group__offer--a:hover {
	background-color: #538AE9;
}
.offer-group__right--exception {
	font-size: 11px;
	line-height: 14px;
	color: #9A9A9A;
	text-align: right;
	margin-top: 10px;
}
.offer-group2 {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.offer-group2 .offer-group__left--ttl {
	color: #538AE9;
	margin-bottom: 10px;
}
.offer-group2 .offer-group__offer--a {
	background-color: #538AE9;
}
.offer-group2 .offer-group__offer--a:hover {
	background-color: #224699;
}
.offer-group2 .offer-group__right {
	margin-top: 0;
}
.offer-group__left--ribbon {
	color: white;
	background-color: #FEC238;
	display: flex;
	font-size: 25px;
	font-weight: 900;
	width: 150px;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	height: 40px;
}
.offer-group__left--ribbon span {
	margin-left: 20px;
	display: block;
	font-size: 10px;
	line-height: 11px;
	font-weight: 300;
}
.calling {
	text-align: center;
	width: 480px;
	margin: 50px auto 0;
}
.calling__ttl {
	color: #224699;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.calling__content {
	height: 50px;
	border: 1px solid #92C200;
	border-radius: 50px;
	background-color: white;
}
.calling__content input[name="your-tel"] {
	height: 40px;
    border: none;
    background-color: white;
    width: 258px;
    padding: 0 0 0 20px;
    border-radius: 50px 0 0 50px;
    outline: none;
    font-size: 16px;
}
.calling__content input[name="your-tel"]::placeholder {
	color: #7D7D7D;
	font-style: italic;
}
.calling__content input[type="submit"] {
	border: none;
    border-radius: 0 50px 50px 0;
    background-color: #92C200;
    color: white;
    font-weight: 700;
    height: 50px;
    font-size: 20px;
    width: 200px;
    padding: 0;
    outline: none;
}
.features .wrapper {
	padding-top: 20px;
	margin: -100px auto 120px;
	background-color: white;
	height: 180px;
	box-shadow: 0 30px 70px rgba(0,0,0,0.15);
	display: flex;
	justify-content: space-around;
}
.features__each {
	width: 30%;
	padding-left: 80px;
	padding-right: 20px;
}
.features__each.trust {
	background: url('../img/landing_sem/trust_icon.svg') no-repeat;
}
.features__each.green {
	background: url('../img/landing_sem/green_icon.svg') no-repeat;
}
.features__each.own {
	background: url('../img/landing_sem/own_icon.svg') no-repeat;
}
.features__each.saving {
	background: url('../img/landing_sem/saving_icon.svg') no-repeat;
	background-size: 85px;
}
.features__each--ttl {
	font-size: 25px;
	margin: 20px 0;
}
.features__each--txt {
	font-size: 16px;
	line-height: 22px;
}
.customers {
	padding: 30px 0 70px;
}
.customers__ttl {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
}
.customers__subttl {
	text-align: center;
	font-size: 25px;
	margin-bottom: 60px;
}
.customers__content {
	height: 280px;
	display: flex;
	justify-content: space-around;
}
.customers__content--1, 
.customers__content--2, 
.customers__content--3, 
.customers__content--4 {
	width: 140px;
	height: 140px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-top: 140px;
	transition: all 250ms;
	position: relative;
	margin-right: 20px;
	cursor: pointer;
}
.customers__content--1 {
	background: url('../img/landing_sem/customer1.jpg') no-repeat;
	background-position: top center;
}
.customers__content--2 {
	background: url('../img/landing_sem/customer2.jpg') no-repeat;
	background-position: top center;
}
.customers__content--3 {
	background: url('../img/landing_sem/customer3.jpg') no-repeat;
	background-position: top center;
}
.customers__content--4 {
	background: url('../img/landing_sem/customer4.jpg') no-repeat;
	background-position: top center;
}
.customers__content--1:after, 
.customers__content--2:after, 
.customers__content--3:after, 
.customers__content--4:after {
	position: absolute;
	content: '';
	width: 140px;
	height: 140px;
	background: black;
	opacity: 0.6;
}
.customers__content--1.active,
.customers__content--2.active,
.customers__content--3.active,
.customers__content--4.active {
	width: 140px;
	height: 280px;
	margin-top: 0;
	box-shadow: 5px 10px 10px rgba(0,0,0,0.20);
}
.customers__content--1.active:after,
.customers__content--2.active:after,
.customers__content--3.active:after,
.customers__content--4.active:after {
	opacity: 0;
}
.customers__content--1:hover,
.customers__content--2:hover,
.customers__content--3:hover,
.customers__content--4:hover {
	height: 280px;
	margin-top: 0;
	transition: all 250ms;
	box-shadow: 5px 10px 10px rgba(0,0,0,0.20);
}
.customers__content--1:hover:after,
.customers__content--2:hover:after,
.customers__content--3:hover:after,
.customers__content--4:hover:after {
	opacity: 0;
}
.customers__content--txt {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.customers__content--ttl {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
}
.customers__content--rating {
	margin-bottom: 20px;
}
.customers__content--text {
	font-size: 16px;
	line-height: 24px;
}
.customer__txt1,
.customer__txt2,
.customer__txt3,
.customer__txt4 {
	display: none;
}
.customer__txt1.active,
.customer__txt2.active,
.customer__txt3.active,
.customer__txt4.active {
	display: block;
}

.banner {
	height: 250px;
	background: url('../img/landing_sem/banner.jpg') no-repeat center center;
	background-size: cover;
	color: white;
	font-size: 40px;
	line-height: 50px;
	display: flex;
	align-items: center;
	text-align: center;
}
.footer {
	background-color: #DEE3F0;
	padding: 60px 0 50px;
}
.footer__logo {
	width: 350px;
	height: 94px;
	margin: 0 auto 20px;
	background: url('../img/landing_sem/logo_blue.svg') no-repeat;
}
.footer__down {
	display: flex;
	justify-content: space-between;
}
.footer__down--left {
	width: 212px;
	height: 70px;
	background: url('../img/landing_sem/iso.svg') no-repeat;
}
.footer__down--right {
	text-align: right;
}
.footer__tel {
	color: #224699;
	font-size: 30px;
	display: block;
	font-weight: bold;
	margin-bottom: 7px;
}
.footer__mail {
	color: #224699;
	font-size: 14px;
}
.footer__legal {
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
}
.footer__legal a {
	display: inline;
	margin: 0 10px;
	color: #224699;
}

@media (max-width: 1160px) {
	.features__each--txt {
		line-height: 18px;
	}
}

@media (max-width: 990px) {
	.features__each--txt {
		font-size: 12px;
		line-height: 16px;
	}
}

@media (max-width: 900px) {
	.hero__txt {
		width: 100%;
	}
	.offer-group, .offer-group2 {
		flex-direction: column;
	}
	.offer-group__right--content {
		justify-content: space-between;
	}
	.offer-group__left {
		width: 100%;
		margin: 0 0 30px;
	}
	.offer-group__offer {
		width: 50%;
	}
	.offer-group__left--ttl {
		margin: 0 20px 20px 0;
	}
	.offer-group__left--ttl-ribbon {
		display: flex;
		align-items: center;
	}
	.offer-group2 .offer-group__left--ttl {
		margin: 0 20px 20px 0;
	}
	.features__each--ttl {
		font-size: 16px;
	}
	.customers__content {
		align-items: center;
	}
	.customers__content--1, 
	.customers__content--2, 
	.customers__content--3, 
	.customers__content--4 {
		width: 100px;
		height: 100px;
		margin-top: 100px;
	}
	.customers__content--1:after, 
	.customers__content--2:after, 
	.customers__content--3:after, 
	.customers__content--4:after {
		width: 100px;
		height: 100px;
	}
	.customers__content--1:hover, 
	.customers__content--2:hover, 
	.customers__content--3:hover, 
	.customers__content--4:hover {
		height: 200px;
	}
	.customers__content--1.active, 
	.customers__content--2.active, 
	.customers__content--3.active, 
	.customers__content--4.active {
		width: 100px;
		height: 200px;
	}
	.customers__content--text {
		font-size: 12px;
		line-height: 18px;
	}
}
@media (max-width: 750px) {
	.hero__txt {
		font-size: 25px;
		line-height: 35px;
	}
	.main {
		padding: 50px 0 150px;
	}
	.ttl {
		font-size: 30px;
		background-size: 30px auto;
		padding-left: 40px;
	}
	.features .wrapper {
		flex-direction: column;
		height: auto;
		padding: 20px 20px 20px 0;
		margin: -100px auto 40px;
	}
	.features__each {
		width: calc(100% - 80px);	
	}
	.banner {
		font-size: 25px;
		line-height: 35px;
		height: auto;
		padding: 40px 20px;
	}
}
@media (max-width: 500px) {
	.hero {
		padding-top: 20px;
		height: auto;
	}
	.hero .wrapper {
		height: 55px;
	}
	.hero__top {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 55px;
		z-index: 10;
	}
	.logo img{
		width: 100px;
	}
	.bot {
		background: white;
		color: #224699;
		height: 35px;
		width: 160px;
		font-weight: 700;
		font-size: 16px;
		justify-content: center;
		display: flex;
		align-items: center;
	}
	.calling {
		width: 100%;
	}
	.hero__content {
		height: 320px;
	}
	.hero__txt {
		padding: 20px;
	}
	.hero__txt--a {
		font-size: 20px;
		margin-top: 30px;
	}
	.main {
		padding: 50px 0 230px;
	}
	.offer-group {
		margin-top: 60px;
	}
	.offer-group__right--content {
		flex-direction: column;
	}
	.offer-group__offer {
		width: calc(100% - 40px);
		padding: 30px 20px;
	}
	.offer-group__offer:first-of-type:before {
		border: none;
		border-bottom: 1px dotted #538AE9;
		top: auto;
		bottom: 0;
		width: 40%;
		height: 1px;
		left: 30%;
		right: auto;
	}
	.offer-group__right--ttl {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.offer-group2 {
		margin-top: 60px;
	}
	.calling__content {
		width: 90%;
		margin: 0 auto;		
	}
	.features .wrapper {
		width: 80%;
		margin: -175px auto 40px;
	}
	.features__each--ttl {
		margin: 20px 0 10px;
	}
	.calling__content {
		height: auto;
    	border: none;
    	border-radius: 0;
    	background-color: transparent;
	}
	.calling__content input[name="your-tel"] {
		padding: 0 20px;
		text-align: center;
		width: calc(100% - 40px);
		height: 50px;
		border: 1px solid #92C200;
		margin-bottom: 10px;
		border-radius: 50px;
	}
	.calling__content input[type="submit"] {
		width: 90%;
		margin: 0 auto;
		border-radius: 50px;
		display: block;
	}
	.customers__ttl {
		font-size: 30px;
		line-height: 35px;
	}
	.customers__subttl {
		font-size: 16px;
	}
	.swiper-slide {
		padding-bottom: 50px;
	}
	.swiper__head {
		display: flex;
		margin-bottom: 20px;
		font-weight: 700;
	}
	.swiper__head img {
		width: 40px;
		height: 40px;
		margin-right: 10px;
		border-radius: 50%;
	}
	.swiper__txt {
		font-size: 16px;
		line-height: 25px;
	}

	.footer__logo {
		margin-bottom: 40px;
		width: 290px;
		background-size: 100%;
	}
	.footer__down {
		flex-direction: column;
		align-items: center;
	}
	.footer__down--right {
		order: 0;
		margin-bottom: 50px;
	}
	.footer__down--left {
		order: 1;
	}
}