/* CUSTOM
--------------------------- */
html, body {
	width: 100%;
	height: 100%;
	min-width: 320px;
	min-height: 320px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, main, mark, nav, section, summary, time {
    display: block;
}
main {
	position: relative;
}
section {
	position: relative;
	width: 100%;
	height: auto;
}

header {
	color: #FFF;
	font-size: 100px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 1;
}
a:hover,
a:focus {
	text-decoration: none;
}

.container {
	max-width: initial;
	padding: 0;
	margin: 0;
}

#easter {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 50%;
	bottom: 0;
	background-color: rgb(2, 15, 43);
	padding: 5px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	-webkit-transition: 0.3s;
			transition: 0.3s;
	z-index: 7314;
}
#easter:hover,
#easter:focus {
	width: 40px;
	height: 40px;
	background-color: rgb(2, 15, 43);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#easter img {
	width: 100%;
	height: auto;
	vertical-align: top;
}


/* NAV
--------------------------- */
.navbar {
	display: block;
	width: 100%;
	height: 80px;
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: none;
}
.navbar-brand {
	position: relative;
	height: 50px;
	padding: 5px 20px;
	margin: 0;
	z-index: 1;
}
.navbar-brand img {
	height: 100%;
}
.navbar-collapse {
	position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
	background-color: #9CC602;
	padding: 35px 80px 5px 220px;
    -webkit-transition: 0.3s;
    		transition: 0.3s;
}
.navbar-nav {
	display: block;
	text-align: center;
}
.navbar-nav .nav-item {
	display: inline-block;
}
.navbar-nav .nav-item .nav-link {
	color: #FFF;
	font-size: 20px;
	line-height: 40px;
	padding: 0 20px;
	margin: 0;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.navbar-nav .nav-item .nav-link.active {
	opacity: 1;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	pointer-events: none;
}
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus {
	opacity: 1;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.navbar-toggler {
	display: initial;
	position: relative;
	width: 40px;
	height: 40px;
	background-color: transparent;
	padding: 0 5px;
	margin-top: 5px;
	margin-right: 20px;
	border: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-transition: 0.3s;
			transition: 0.3s;
	float: right;
	z-index: 1;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
    -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
            transform: rotateZ(45deg);
}
.navbar-toggler.active {
	-webkit-transform: none !important;
        -ms-transform: none !important;
          	transform: none !important;
}
.navbar-toggler span {
	display: block;
	width: 40px;
    height: 4px;
	background-color: #9CC602;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	-webkit-transition: 0.3s;
			transition: 0.3s;
}
.navbar-toggler span:first-of-type {
	margin-bottom: 7px;
}
.navbar-toggler.active span:first-of-type,
.navbar-toggler:hover span:first-of-type,
.navbar-toggler:focus span:first-of-type {
	-webkit-transform: rotateZ(45deg) translate(3.5px, 4px);
        -ms-transform: rotate(45deg) translate(3.5px, 4px);
          	transform: rotateZ(45deg) translate(3.5px, 4px);
}
.navbar-toggler.active span:last-of-type,
.navbar-toggler:hover span:last-of-type,
.navbar-toggler:focus span:last-of-type {
	-webkit-transform: rotateZ(-45deg) translate(3.5px, -4px);
        -ms-transform: rotate(-45deg) translate(3.5px, -4px);
          	transform: rotateZ(-45deg) translate(3.5px, -4px);
}

#navContact {
	display: block;
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #9CC602;
	padding: 0 20px;
	z-index: 1;
}
#navContact a {
	display: inline-block;
	position: relative;
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
}
#navContact a:last-child {
	float: right;
}
#navContact a img {
	height: 20px;
	margin-top: 5px;
	vertical-align: top;
}


/* HOME
--------------------------- */
#homeSection {
	height: 100vh;
}
#homeCarousel,
#homeCarousel .carousel-inner,
#homeCarousel .carousel-inner .carousel-item {
	height: 100%;
}
#homeCarousel .carousel-indicators {
	margin-bottom: 0;
}
#homeCarousel .carousel-indicators li {
	width: 20px;
	height: 20px;
	margin: 0 5px;
	background-color: rgba(156, 192, 2, 0.4);
	border: none;
	-webkit-transition: 0.3s;
			transition: 0.3s;
	cursor: pointer;
}
#homeCarousel .carousel-indicators li.active,
#homeCarousel .carousel-indicators li:hover,
#homeCarousel .carousel-indicators li:focus {
	width: 20px;
	height: 20px;
	background-color: rgb(156, 192, 2);
}

#carousel1 {
	background: url("../media/home/1.jpg") no-repeat left center;
	background-size: cover;
}
#carousel2 {
	background: url("../media/home/2.jpg") no-repeat left center;
	background-size: cover;
}
#carousel3 {
	background: url("../media/home/3.jpg") no-repeat left center;
	background-size: cover;
}
#carousel4 {
	background: url("../media/home/4.jpg") no-repeat left center;
	background-size: cover;
}
#carousel5 {
	background: url("../media/home/5.jpg") no-repeat left center;
	background-size: cover;
}
#carousel6 {
	background: url("../media/home/6.jpg") no-repeat left center;
	background-size: cover;
}
#carousel7 {
	background: url("../media/home/7.jpg") no-repeat left center;
	background-size: cover;
}


/* ABOUT
--------------------------- */
#aboutSection {
	padding: 0;
}
#aboutSection .container {
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 100px 80px 100px 270px;
	background-color: #9CC602;
}
#aboutSection .container>span {
	display: block;
	position: absolute;
	width: 150px;
	height: 150px;
	left: 80px;
	top: 50%;
	padding: 52.5px;
	border: 7.5px solid #FFF;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#aboutSection .container>span span {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

#aboutSection .container p {
	color: #FFF;
	font-size: 24px;
	text-align: justify;
	margin-bottom: 0;
}

#mission {
	display: inline-block;
	width: 50%;
	background-color: #8EAF04;
	padding: 20px 40px;
}
#vision {
	display: inline-block;
	width: 50%;
	background-color: #A1BA0F;
	padding: 20px 40px;
}
#mission h1,
#vision h1 {
	color: #FFF;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	margin: 0;
}
#mission p,
#vision p {
	color: #FFF;
	font-size: 22px;
	text-align: justify;
	margin: 0;
}

#impact {
	display: block;
	width: 767px;
	line-height: 1;
	padding: 20px 0;
	margin: 0 auto;
}
#impact span {
	display: inline-block;
	position: relative;
	width: -webkit-calc(100%/3);
	width: calc(100%/3);
	text-align: center;
	padding: 0 20px;
}
#impact span:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 50%;
	top: 25%;
	right: 0;
	background-color: #9CC602;
}
#impact span:last-of-type:after {
	display: none;
}
#impact span header {
	color: #9CC602;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	text-align: center;
}
#impact span p {
	color: #323232;
	font-size: 20px;
	margin: 0;
}

#aboutSection>img {
	width: 100%;
	background-color: #FFF;
	padding: 40px 20%;
}
#aboutSection>h4 {
	color: #323232;
	line-height: 1.5;
	margin: -100px 0 0 80px;
}
#aboutSection>h4 span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #9CC602;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	vertical-align: middle;
}


/* SERVICES
--------------------------- */
#servicesSection {
	padding-top: 100px;
}
#servicesSection>header {
	color: #323232;
	text-align: center;
}
#servicesSection>img {
	width: 100%;
}
#servicesSection>h1 {
	position: absolute;
	top: 240px;
	right: 40px;
	color: #323232;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
#servicesSection span {
	display: inline-block;
	width: -webkit-calc(100%/7);
	width: calc(100%/7);
	height: 30vh;
}
#servicesSection span:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(156, 192, 2, 0.7);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: 0.3s;
			transition: 0.3s;
}
#servicesSection span:hover:after,
#servicesSection span:focus:after {
	opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#incendios {
	background: url("../media/services/incendios.jpg") no-repeat center center;
	background-size: auto 100%;
}
#cctv {
	background: url("../media/services/cctv.jpg") no-repeat center center;
	background-size: auto 100%;
}
#automatizacion {
	background: url("../media/services/automatizacion.jpg") no-repeat center center;
	background-size: auto 100%;
}
#electrico {
	background: url("../media/services/electrico.jpg") no-repeat center center;
	background-size: auto 100%;
}
#gases {
	background: url("../media/services/gases.jpg") no-repeat center center;
	background-size: auto 100%;
}
#solar {
	background: url("../media/services/solar.jpg") no-repeat center center;
	background-size: auto 100%;
}
#luminarias {
	background: url("../media/services/luminarias.jpg") no-repeat center center;
	background-size: auto 100%;
}

#servicesSection .container {
	text-align: center;
	padding: 0 40px;
	margin-top: 40px;
}
#servicesSection .container>h1 {
	color: #9CC602;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
}
#servicesSection .container .step {
	display: inline-block;
	width: -webkit-calc(100%/7);
	width: calc(100%/7);
	padding: 0 20px;
	vertical-align: top;
}
#servicesSection .container .step img {
	max-width: 100%;
	max-height: 60vh;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
#servicesSection .container .step h1 {
	color: #323232;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	margin: 0;
}
#servicesSection .container .step p {
	color: #323232;
	font-size: 20px;
	line-height: 1;
}
#servicesSection .container .step.big {
	width: -webkit-calc(100%/3);
  	width: calc(100%/3);
	padding: 0 40px;
	vertical-align: middle;
}
#servicesSection .container .step.big img {
	-webkit-border-radius: 0;
          	border-radius: 0;
}
#servicesSection .container .step.big header {
	color: #323232;
	text-align: center;
	text-transform: none;
}


/* CATALOGS
--------------------------- */
#catalogsSection {
	text-align: center;
	padding: 100px 20% 40px;
}
#catalogsSection header {
	color: #9CC602;
	text-align: center;
}
#catalogsSection .container {
	position: relative;
	width: auto;
	padding: 0;
	margin: 0;
	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
	-webkit-column-gap: 0;
	   -moz-column-gap: 0;
	        column-gap: 0;
}
.catalog {
	display: inline-block;
	position: relative;
	padding: 5px;
	overflow: hidden;
}
.catalog img {
	width: 100%;
}
.catalog span {
	display: block;
	position: absolute;
	width: 230px;
	height: 50px;
	left: 50%;
	top: 50%;
	background-color: rgba(156, 192, 2, 0.7);
	padding: 6px 0;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: 0.3s;
			transition: 0.3s;
}
.catalog:hover span,
.catalog:focus span {
	width: -webkit-calc(100% - 10px);
  	width: calc(100% - 10px);
	height: -webkit-calc(100% - 10px);
	height: calc(100% - 10px);
	padding: 50% 10px;
}
.catalog p {
	position: absolute;
	width: 100%;
	height: 24px;
	left: 50%;
	top: 50%;
	vertical-align: middle;
	color: #FFF;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 0;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.catalog p i {
	vertical-align: middle;
	margin-bottom: 4px;
}


/* CONTACT
--------------------------- */
#contactSection {
	background-color: #9CC602;
	padding: 100px 80px;
}

#contactForm {
	display: inline-block;
	width: 50%;
	padding-right: 40px;
}
#contactForm .form-control {
	color: #323232;
	font-size: 20px;
	background-color: transparent;
	padding: 10px 5px;
	border: none;
	border-bottom: 1px solid #323232;
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
#contactForm .form-control::placeholder {
   color: #323232;
}
#contactForm button {
	color: #FFF;
	font-size: 20px;
	background-color: #323232;
	padding: 5px 20px;
	border: none;
}

#contactSection .container {
	display: inline-block;
	position: relative;
	width: 50%;
	float: right;
	vertical-align: top;
	padding-left: 40px;
}
#contactSection .container header {
	color: #323232;
	margin-bottom: 20px;
}
#contactSection .container a,
#contactSection .container p {
	color: #323232;
	font-size: 24px;
}
#contactSection .container i {
	float: left;
	margin: 5px 5px 0 0;
}

#alertBox {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.4);
	z-index: 1030;
}
#alertBox .container {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	background-color: #FFF;
	padding: 20px 40px;
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
	        box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
#alertBox .container h4 {
	color: #9CC602;
	font-weight: bold;
	margin: 0;
}
#alertBox .container span {
	display: inline-block;
	color: #9CC602;
	font-weight: bold;
	padding: 5px 20px;
	border: 1px solid #9CC602;
	margin-top: 10px;
	-webkit-transition: 0.3s;
			transition: 0.3s;
	cursor: pointer;
}
#alertBox .container span:hover,
#alertBox .container span:focus {
	-webkit-box-shadow: inset 0px 0px 1px 1px #9CC602;
          	box-shadow: inset 0px 0px 1px 1px #9CC602;
}


/* MEDIA
--------------------------- */
@media (max-width: 767px) {
	section {
		height: auto;
	}

	.navbar-collapse {
		padding: 80px 0 0;
	}
	.navbar-nav .nav-item {
		display: block;
	}
	.navbar-nav .nav-item .nav-link {
		padding: 0;
	}

	#aboutSection .container>span {
		display: none;
	}
	#mission, #vision {
		width: 100%;
	}
	#impact {
		width: 100%;
	}

	.catalog {
		padding: 2.5px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	header {
		font-size: 50px;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}

	#aboutSection .container {
		padding: 40px;
	}
	#aboutSection .container p {
		font-size: 20px;
	}
	#aboutSection>img {
		padding: 20px;
	}
	#aboutSection>h4 {
		margin: -50px 0 0 20px;
	}
	#mission, #vision {
		padding: 40px;
	}
	#mission p, #vision p {
		font-size: 18px;
	}
	#impact {
		padding: 20px 10%;
	}
	#impact span {
		padding: 0 10px;
	}
	#impact span p {
		font-size: 14px;
	}

	#servicesSection {
		padding-top: 70px;
	}
	#servicesSection h1 {
		top: 140px;
		right: 20px;
	}
	#servicesSection span {
		height: 75px;
	}
	#servicesSection .container {
		padding: 0 20px;
		margin-top: 20px;
	}
	#servicesSection .container .step {
		width: 50%;
		padding: 0 40px;
	}
	#servicesSection .container .step p {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#servicesSection .container .step.big {
		padding: 0 10px;
	}

	#catalogsSection {
		padding: 70px 20px 20px;
	}
	.catalog span {
		width: 190px;
		height: 40px;
	}
	.catalog p {
		height: 20px;
		font-size: 20px;
	}
	.catalog p i {
		font-size: 20px;
		margin-bottom: 3px;
	}

	#contactSection {
		padding: 70px 20px 40px;
	}
	#contactSection .container {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 20px;
	}
	#contactSection .container a {
		font-size: 20px;
	}
	#contactSection .container p {
		font-size: 20px;
		margin-bottom: 5px;
	}
	#contactSection .container i {
		font-size: 20px;
		margin: 4px 4px 0 0;
	}
	#contactForm {
		width: 100%;
		padding: 0;
	}
	#contactForm .form-group {
		margin-bottom: 10px;
	}
	#contactForm .form-control {
		font-size: 18px;
	}
	#contactForm button {
		font-size: 18px;
		padding: 5px 15px;
	}
}

@media (max-width: 480px) {
	header {
		font-size: 36px;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 14px;
	}
	h5 {
		font-size: 12px;
	}

	#homeCarousel .carousel-indicators li {
		width: 15px;
		height: 15px;
		margin: 0 2.5px;
	}
	#homeCarousel .carousel-indicators li.active, #homeCarousel .carousel-indicators li:hover, #homeCarousel .carousel-indicators li:focus {
		width: 15px;
		height: 15px;
	}

	#aboutSection .container {
		padding: 20px;
	}
	#aboutSection .container p {
		font-size: 18px;
	}
	#aboutSection>img {
		padding: 10px;
	}
	#aboutSection>h4 {
		margin: -30px 0 0 10px;
	}
	#mission, #vision {
		padding: 20px;
	}
	#mission p, #vision p {
		font-size: 16px;
	}
	#impact {
		padding: 10px 5%;
	}
	#impact span {
		padding: 0 5px;
	}
	#impact span p {
		font-size: 12px;
	}

	#servicesSection {
		padding-top: 60px;
	}
	#servicesSection h1 {
		top: 110px;
		right: 10px;
	}
	#servicesSection span {
		height: 50px;
	}
	#servicesSection .container {
		padding: 0 10px;
		margin-top: 10px;
	}
	#servicesSection .container .step {
		width: 50%;
		padding: 0 20px;
	}
	#servicesSection .container .step p {
		font-size: 14px;
		margin-bottom: 5px;
	}
	#servicesSection .container .step.big {
		padding: 0 10px;
	}

	#catalogsSection {
		padding: 60px 10px 10px;
	}
	.catalog span {
		width: 130px;
		height: 24px;
	}
	.catalog p {
		height: 14px;
		font-size: 14px;
	}
	.catalog p i {
		font-size: 14px;
		margin-bottom: 2px;
	}

	#contactSection {
		padding: 60px 10px 40px;
	}
	#contactSection .container {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 10px;
	}
	#contactSection .container a {
		font-size: 16px;
	}
	#contactSection .container p {
		font-size: 16px;
		margin-bottom: 5px;
	}
	#contactSection .container i {
		font-size: 16px;
		margin: 3px 3px 0 0;
	}
	#contactForm {
		width: 100%;
		padding: 0;
	}
	#contactForm .form-group {
		margin-bottom: 5px;
	}
	#contactForm .form-control {
		font-size: 14px;
	}
	#contactForm button {
		font-size: 14px;
		padding: 5px 10px;
	}
}

