@font-face {
	font-family: 'Gotham-Book';
	src: url('../fonts/Gotham-Book.eot');
	src: local('☺'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Medium';
	src: url('../fonts/Gotham-Medium.eot');
	src: local('☺'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Bold';
	src: url('../fonts/Gotham-Bold.eot');
	src: local('☺'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Light';
	src: url('../fonts/Gotham-Light.eot');
	src: local('☺'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:before, *:after{  
  box-sizing: border-box;  
  margin: 0;  
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/*
::-moz-selection { background: rgba(236, 0, 140, 0.5); }
::selection { background: rgba(236, 0, 140, 0.5); }

::-webkit-input-placeholder {   color: white;}
::-moz-placeholder {   color: white;}
:-ms-input-placeholder {   color: white;}
:-moz-placeholder {   color: white;}
*/

-webkit-transition: all  0.3s; -moz-transition: all  0.3s; -ms-transition: all  0.3s; -o-transition: all  0.3s; transition: all  0.3s;

.form-control:focus {
  border-color: #f19dcb;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,3,141,.2);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,3,141,.2);
}

body {background: #FFF; }
ul { list-style-type: none; }
a { text-decoration: none }
p { font-family: 'Gotham-Book';}
a:focus, a:active:focus, a.active:focus, input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline-style: none;
    outline-width: 0px;
    outline-color: #ccc;
    outline-offset: 0;
    text-decoration: none;
}
a:hover{   text-decoration: none;}
textarea {    resize: none;}
.main-container {    padding-top: 0px;    padding-bottom: 0px;}
.relative { position: relative;}
.fixed { position: fixed;}
.no-paddings{ padding: 0px!important}
.textWhite{ color: white;}
.button-green{ background: rgba(0,153,67,1); color: white; 	font-family: 'Gotham-Medium'; -webkit-transition: all  0.3s; -moz-transition: all  0.3s; -ms-transition: all  0.3s; -o-transition: all  0.3s; transition: all  0.3s;}
.button-green:hover{ color: white!important; background: rgba(0,153,67,0.8); -webkit-transition: all  0.3s; -moz-transition: all  0.3s; -ms-transition: all  0.3s; -o-transition: all  0.3s; transition: all  0.3s;}
.button-green:visited{ color: white!important;}
.button-green:focus{ color: white!important;}
div.halfRight, div.halfLeft {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  float: left;
}
div.halfLeft {
  padding-right: 17px;
}
div.halfRight{
	padding-left: 17px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Gotham-Bold';
}
h2{
	font-family: 'Gotham-Medium';
	font-size: 35px;
}
header{
	background: url('../img/bk-header.jpg') center bottom no-repeat;
	background-size: cover;
}
h1{
	font-size: 0px;
	display: inline-block;
	width: 125px;
	height: 45px;
	background: url('../img/logo-white.svg') center center;
	background-size: cover;
	margin: 0px;
	margin-right: 40px;
}
nav{
	background: rgba(255,255,255,0.15);
	padding: 20px;
}
nav .container span{
	font-size: 23px;
	font-family: 'Gotham-Bold';
	color: white;
	margin-left: 10px;
}
nav .container img:last-child{
	float: right;
	margin-top: 10px;
}
footer h1, footer img, footer span, nav h1, nav img, nav span{
	vertical-align: middle;
}
header h2, header a{
	color: white;
}
header .contenido{
	padding: 100px 0px 100px 0px;
}
header .contenido h2{
  font-size: 38px;
	margin-top: 0px;
	margin-bottom: 80px;
	line-height: 48px;
	text-transform: uppercase;
}
header .contenido .button-green{
	display: inline-block;
	width: 300px;
	padding: 10px 20px;
	font-size: 20px;
	position: relative;
}
header .contenido .button-green:after{
	content: url('../img/icon-arrow-bot.png');
	color: white;
	position: absolute;
	right: 0px;
	top: 10px;
	padding: 15px 20px;
	border-left: 2px solid #40b379;
}
.content-float{
	display: inline-block;
}
#form{
	background: white;
	width: 370px;
	display: block;
	margin-right: 15px;
	float: right;
	padding: 12px 20px;
}
#form h3{
	color: #009943;
	text-align: center;
	margin: 15px 0px 20px 0px;
}
#form input, #form textarea{
	display: block;
	border: 2px solid #cacaca;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
}

#form input:focus, #form textarea:focus {
    outline: #00994c auto 5px;
}

#form input[type=submit]{
	border: none;
	font-size: 16px;
}
#bajada1{
	padding: 30px;
	background: white;
}
#bajada1 p{
	color: #505150;
	font-family: 'Gotham-Medium';
	width: 895px;
	margin: 30px auto;
	font-size: 18px;
	text-align: center;
}
#bajada1 h2{
	text-align: center;
	color: #00994c;
}
.flex-container {
	display: flex; 
	flex-direction: row;
	flex-wrap: nowrap;
}
.flex-item {
  flex-grow: 1 3 auto;
  width: 33.3333%;
  padding: 40px 0px 50px 0px;
}
#productos1 .flex-item{
	background-size: cover!important;
}
#productos1 .izquierda{
	background: url('../img/bk-productos-1.jpg') center center no-repeat;
}
#productos1 .medio{
	background: url('../img/bk-productos-2.jpg') center top no-repeat;
}
#productos1 .derecha{
	background: url('../img/bk-productos-3.jpg') center top no-repeat;
}
#productos1 ul li{
	color: white;
	border-bottom: 1px solid white;
}
#productos1 .medio ul{
	border-right: 1px solid white;
	padding: 0px 7% 40px 7%;
}
#productos1 .derecha ul{
	padding-right: 7%;
	padding-left: 7%;
}
#productos1 ul li h3{
	font-family: 'Gotham-Medium';
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 20px;
}
#productos1 ul li p{
	font-family: 'Gotham-Book';
	font-size: 15px;
}
#productos1 .button-green{
	display: block;
	padding: 12px;
	width: 260px;
	margin: 10px auto 0px auto;
	text-align: center;
	font-size: 20px; 
}

#estadisticas{
	background: white;
	padding: 60px 0px;
}
#estadisticas h2{
	color: #00994c;
	text-align: center;
	margin-bottom: 50px;
}
#estadisticas .numero-est{
	font-size: 35px;
	font-family: 'Gotham-Medium';
	color: #00994c;
	display: block;
	margin: auto;
	text-align: center;
}
#estadisticas .col-5{
	display: inline-block;
	width: 20%;
	float: left;
	padding: 0px 15px;
}
#estadisticas .numero-est{
	font-size: 45px;
	font-family: 'Gotham-Bold';
	color: #00994c;
	margin-bottom: 25px;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	border: 6px solid #009943;
	padding-top: 24px;
}
#estadisticas p{
	text-align: center;
	font-size: 18px;
}
#testimonios{
	background: url('../img/bk-test-1.jpg') center center;
	background-size: cover;
}
#testimonios .contenido{
	width: 700px;
	color: white;
	text-align: center;
	padding: 70px 0px 60px 0px;
	position: relative;
}
#testimonios .contenido .test-1{
	top: 80px;
	left: 0px;
	background: url('../img/testimonio-1.png') center center no-repeat;
}
#testimonios .contenido .test-2{
	top: 200px;
	right:  0px;
	background: url('../img/testimonio-2.png') center center no-repeat;
}
#testimonios .contenido .test-2, #testimonios .contenido .test-1{
	position: absolute;
	display: inline-block;
	background-size: cover;
	width: 147px;
	height: 105px;
}
#testimonios .contenido .line-white{
	background: white;
	height: 3px;
	width: 80px;
	display: block;
	margin: 10px auto 20px auto;
}
#testimonios .contenido h2{
	margin-bottom: 10px;
}
#testimonios .contenido span{
	font-family: 'Gotham-Medium';
	font-size: 26px;
}
#testimonios .carousel-control-fran img{
  margin: 10px 20px;
}
#testimonios .carousel-indicators{
	display: none;
}
#testimonios .item{
	height: 210px;
}
#testimonios .item p{
	padding: 20px 0;
	font-size: 16px;
}
#testimonios .carousel-inner{
	width: 70%;
	margin: auto;
}
#testimonios .carousel-indicators{
	margin-bottom: 40px;
}
#contacto{
	background: url('../img/bk-2.jpg') center bottom no-repeat;
	background-size: cover;
	padding: 100px 0px 90px 0px;
}
#contacto p{
	color: white;
	width: 650px;
	text-align: center;
	margin: auto;
	font-size: 18px;
	margin-bottom: 25px;
}
#contacto .button-green{
	display: block;
	padding: 12px;
	width: 260px;
	margin: auto;
	margin-top: 50px;
	text-align: center;
	font-size: 20px;
}
footer{
	background: #e6e6e6;
	padding: 30px 0px 40px 0px;
}
footer .container span{
	font-size: 23px;
	font-family: 'Gotham-Bold';
	color: #6e6e6e;
	margin-left: 10px;
}
footer .container img:last-child{
	float: right;
	margin-top: 10px;
}
footer .container .col-xs-12 > img:first-child{
	width: 123px;
	margin-right: 45px;
}
#go-top{
	width: 50px;
	height: 50px;
	display: inline-block;
	position: fixed;
	bottom: 40px;
	right: 40px;
	background: url('../img/go-top.png') center center no-repeat;
	background-size: cover;
	font-size: 0px;
	z-index: 999;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all  0.3s; -moz-transition: all  0.3s; -ms-transition: all  0.3s; -o-transition: all  0.3s; transition: all  0.3s;
  -ms-transform: scale(0);   -webkit-transform: scale(0);   transform: scale(0);
  pointer-events: none;
}
#go-top.show{
	pointer-events: all;
	opacity: 0.8;
	-webkit-transition: all  0.3s; -moz-transition: all  0.3s; -ms-transition: all  0.3s; -o-transition: all  0.3s; transition: all  0.3s;
  -ms-transform: scale(1);   -webkit-transform: scale(1);   transform: scale(1);
}
#go-top.show:hover{
	-webkit-transition: all  0.3s; -moz-transition: all  0.3s; -ms-transition: all  0.3s; -o-transition: all  0.3s; transition: all  0.3s;
	opacity: 1;
}

@media screen and (min-width: 992px) and (max-width:1400px){
	#productos1 ul li h3 {	  margin-bottom: 5px;	  margin-top: 10px;	  font-size: 18px;	}
	#productos1 ul li p {    font-size: 14px;	}
	.flex-item {    padding: 30px 0px 40px 0px;	}
}

@media screen and (min-width: 1200px){
	header .contenido h2{		  width: 560px;	}
}

@media screen and (min-width: 992px) and (max-width:1200px){
	.flex-container .flex-item:first-child {		display: none!important;	}
	.flex-item {	  width: 50%;	}
	#productos1 .button-green {    display: none;	}
	#productos1 .medio {    background: url(../img/bk-productos-2-1.jpg) center top no-repeat;	}
	#testimonios .contenido {    width: 570px;	}
	#testimonios .item {    height: 220px;}
	#testimonios .contenido span {    font-size: 20px;	}

}

@media screen and (min-width:768px) and (max-width: 992px){
	.flex-container .flex-item:first-child {		display: none!important;	}
	.flex-item {	  width: 50%;	}
	#productos1 .button-green {    display: none;	}
	#productos1 .medio {    background: url(../img/bk-productos-2-1.jpg) center top no-repeat;	}
	header .contenido h2 {    font-size: 30px;    margin-bottom: 50px;    line-height: 38px;	}
	header .contenido .button-green {    width: 260px;    font-size: 16px;	}
	header .contenido .button-green:after {    top: 7px;	}
	#form {    width: 350px;	}
	#bajada1 p {    width: auto;	}
	#productos1 ul li h3 {	  margin-bottom: 5px;	  margin-top: 10px;	  font-size: 18px;	}
	#productos1 ul li p {    font-size: 14px;	}
	#testimonios .contenido {    width: 480px;	}
	#testimonios .item {    height: 245px;}
	#testimonios .contenido span {    font-size: 20px;	}
	#estadisticas p {    font-size: 16px;	}
	#estadisticas .numero-est {    font-size: 35px;    margin-bottom: 20px;    width: 100px;    height: 100px;    padding-top: 18px;	}
}

@media screen and (min-width:767px){
	.block-baja{ display: block;}
	main header nav > .container > .row > .col-sm-12{		padding: 0px;	}
}

@media screen and (max-width:767px){
	.flex-container .flex-item:first-child, .flex-container .flex-item:nth-child(3) {		display: none!important;	}
	.flex-item {	  width: 100%;	}
	#productos1 .medio ul {    border:none; padding: 0px 7% 0px 7%;	}
	#productos1 .medio {    background: url(../img/bk-productos-2-1.jpg) center top no-repeat;	}
	#productos1 .button-green {    margin: 30px auto 0px auto;}
	.content-float{		float: right;	}
	nav .container img:last-child , .content-float span{ display: none;}
	header .contenido h2 {    font-size: 30px;    margin: auto;    margin-bottom: 30px;    text-align: center;    line-height: 38px;    max-width: 320px;	}
	header .contenido {    padding: 30px 0px 50px 0px;	}
	header .contenido .button-green:after {    content: none;	}
	header .contenido .button-green {    width: 100%;    padding: 10px 20px;    font-size: 16px;    margin: auto;    margin-bottom: 40px;    display: block;    text-align: center;    max-width: 320px;	}
	#form {    width: 100%;    padding: 10px 14px;    max-width: 320px; float: none; margin: auto;	}
	#bajada1 p {    width: auto;    margin: 30px auto;    font-size: 16px;	}
	h2 {    font-size: 30px;	}
	#estadisticas p {    margin-bottom: 40px;	}
	#estadisticas .numero-est {    margin-bottom: 20px;	}
	#estadisticas {    padding: 60px 0px 30px 0px;	}
	#testimonios .contenido p {    width: auto;	}
	#testimonios .contenido {    width: auto;    padding: 70px 0px 60px 0px;	}
	#testimonios {    background: #4fa976;	}
	#testimonios .item {    height: 285px;}
	#testimonios .contenido span {    font-size: 20px;	}
	#testimonios .carousel-inner {    width: 100%;    margin: auto;	}
	#contacto p {    width: auto;    font-size: 16px;    margin-bottom: 25px;	}
	footer .container img:last-child {    display: none;	}
	header .container.contenido > div.row{		margin: 0px;	}
	#go-top{		width: 40px;		height: 40px;		bottom: 20px;		right: 20px;	}
	header nav .col-sm-12{ padding: 0px;}
	#estadisticas .col-5 {    display: block;    width: 100%;    float: none;    padding: 0px 15px;	}
	#estadisticas p {    font-size: 16px;	margin-bottom: 40px;}
	#estadisticas .numero-est {    font-size: 35px;    margin-bottom: 15px;    width: 100px;    height: 100px;    padding-top: 18px;	}
}
