/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color: #66c4d9;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  /*font-size: 16px;
  line-height: 25px;
  color: #7a7a7a;*/
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  /*margin-top: 55px;*/
  
}

::selection {
  background: #66c4d9;
  color: #fff;
}

::-moz-selection {
  background: #66c4d9;
  color: #fff;
}

section {
  padding: 40px 0;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

header {
	/*background: url(../img/hero-efinova-mobile.jpg) no-repeat;
	background-size: 101%;
	background-position: top;
	height: 58vh;
	padding: 60px 0;*/
}


header h1 {
	font-weight: 600;
}

header p {
	font-weight: 600;
	font-size: 18px;
}



.btn-primary {
	color: #fff;
	background: #444;
	border: 1px solid #444;
	padding: 10px 25px;
	width: 300px;
	font-weight: 500;
}
.btn-primary:hover {
	background: #fff;
	color: #444;
	border: 1px solid #444;
}

.btn-secondary {
	background: #fff;
	color: #444;
	border: 1px solid #444;
	padding: 10px 25px;
	font-weight: 500;
	width: 300px;
}
.btn-secondary.doble {
	padding: 6px 25px;
	line-height: 1;
}
.btn-transparent {
	background: #fff;
	color: #444;
	border: 1px solid #444;
	padding: 11px 5px;
	font-weight: 500;
	width: 100%;
	line-height: 1;
}
.btn-transparent:hover {
	    background: #21212145;
}
.btn-transparent.doble {
	
	padding: 3px 5px;
	line-height: 1;
}

.btn-cta {
	color: #fff;
	background: #25d366;
	padding: 12px 15px;
	width: 300px;
	font-weight: 500;
}
.btn-cta:hover {
	color: #fff;
	background: #25d36690;
	padding: 12px 15px;
	width: 300px;
	font-weight: 500;
}

.heading {
	text-align: center;
}

.heading h2 {
	font-weight: 700;
	font-size: 24px;
	color: #469031
}
.heading h3 {
	font-weight: 600;
	font-size: 22px;
}
.heading p {
	font-weight: 500;
	font-size: 16px;
}

.card {
	border: none;
	padding: 20px;
	/*width: 250px;*/
}
.card img {
	margin: 0 auto;
}
.card h2 {
	font-size: 20px;
	margin-bottom: 15px
}

.servicios {
	background: #eee8e8;
	color: #374246;
}
.servicios .card-info h2 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}
.cta {
	background: #f4c201;
	padding: 50px 0;
}

.card-logo {
	height: 150px;
	display: flex;
	flex-direction: column;
}

.porque li {
	position: relative;
	margin-bottom: 15px;
	display: flex;
}


.alert-success {
    color: #1ec777;
    background-color: transparent!important;
    border-color: transparent!important;
}

.logo {
	width: 200px;
}

.carousel-item {
	min-height: 335px!important;
}
.carousel-caption {
	color: #000!important;
}

.carousel-caption h1 {
	font-size: 21px;
}

.carousel-control-prev-icon {
    background: url(../img/arrow.svg) no-repeat;
    background-size: cover;
 }
.carousel-control-next-icon {
    background: url(../img/arrow.svg) no-repeat;
    transform: rotate(180deg);
    background-size: cover;
 }
@media (min-width: 540px){
	
	header {
		/*background: url(../img/hero-efinova-desktop.jpg) no-repeat;
		background-size: cover;
		background-position: top;
		/*height: 100vh;
		padding: 60px 0;*/
}
}
@media (min-width: 768px){
	.carousel-item {
		min-height: 270px!important;
	}
	
	
}
@media (min-width: 992px){
	.heading h2 {
		font-weight: 700;
		font-size: 32px;
		color: #469031
	}
	.carousel-caption h1 {
		font-size: 28px;
	}

	.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 2rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
	.logo {
		width: 300px;
	}

	header {
		
		/*background-position: bottom;*/
		
	}
	.productos .card-info {
		min-height: 180px;
	}
	.servicios .card-info {
		min-height: 160px;
	}
}

footer {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding: 30px 0;
}
footer p {
	color: #65676d;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
footer a {
	color: #f25767;
}
footer a:hover {
	color: #f2576780;
}