@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700,800,900&display=swap');
body {
	font-family: 'Montserrat', sans-serif;
	margin:0; 
}
.container {width: 100%;max-width: 1024px;position: relative;margin:auto;}
.bg-top { z-index: 999; width:100%; position: relative; margin:auto; height: 600px; background-image: url(../img/bg-top.jpg); background-position: top center;background-repeat: no-repeat;}
.bg-top .logo {margin:20px 80px; display: inline-block;}

.bg-top .recuadro {	margin:25px 80px; background-image: url(../img/recuadro.png); height:62px; width:312px; background-size: cover; padding: 50px }
.bg-top .recuadro h2 {font-size: 22px; font-weight:500;line-height: 1.5em; margin:0; }
.bg-top .recuadro h2 strong {font-size: 25px; font-weight:900; color:#fff; }

.bg-top .formulario {margin: 5px 110px;}
.bg-top .formulario h3 { font-size:17px; font-weight:400; color:#fff;}


.formulario {width: 360px}
.formulario p {margin-top: 12px;margin-bottom: 10px;}

.formulario input {  width: 320px; border: 0; line-height: 34px; padding: 0 5px; font-size: 17px; font-family: 'Montserrat'; color: #000; transition: all 100ms linear; }
.formulario input:focus {outline:2px solid #E9B22B;}

.formulario input[type="submit"] {margin: 5px 85px; text-align: center; width: 150px; color:#fff; font-weight: 300; line-height: 38px; background-color: #E9B22B;}
.formulario input[type="submit"]:hover,
.formulario input[type="submit"]:focus { background-color:transparent; outline:2px solid #E9B22B; }
.formulario span {
	font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 7px;} 


.bg-grasas { width:100%; position: relative; margin:auto; height: 218px; text-align: center; overflow: hidden; /* z-index: 2; */ /*background-image: url(../img/bg-grasas.jpg); background-size: 1024px; background-position: top center; background-repeat: no-repeat;*/ }
.bg-grasas .bg {height: 695px;z-index:1;background-image: url(../img/bg-grasas-big.jpg);width: 100%;background-size: cover;/* top: 100px; */position: absolute;left: 0;background-attachment: fixed;/* position: fixed; */}

.bg-grasas .tit { z-index: 2; position: relative; margin:12px auto ;   background-image: url(../img/bg-tit.png); background-repeat: repeat-y; background-size:100%; padding:12px 25px; display: inline-block;}
.bg-grasas .tit h2 {font-size: 20px; color:#fff; font-weight:500; display: inline-block; margin:0;}
.bg-grasas .txt {z-index: 2;position: relative;display: flex;flex-wrap: wrap;padding-bottom: 26px;width: 100%;justify-content: center;}
.bg-grasas .txt	span { font-size: 17px; color: #ddd;  font-weight: 400;   margin: 5px 7px; }
.bg-grasas .txt strong {font-weight: 900; display: block;}

/*.bg-bottom { width:100%; position: relative; margin:auto; height: 450px; background-image: url(../img/path-bg.svg); background-size: 1px auto; background-position: bottom; background-repeat: repeat-x; }*/
.bg-bottom { width:100%; position: relative; margin:auto; }
.bg-bottom .container {	height: 450px; background-image: url(../img/path-bg.jpg); background-size: auto 100%;  background-position: top; background-repeat: repeat-x; }

.bg-bottom .txt {float:left; width:410px;margin:65px 0 0 140px; display: inline-block;}
.bg-bottom .txt h2 {color:#fff; font-size:33px; font-weight: 400; margin-bottom: 20px}
.bg-bottom .txt strong { font-weight: 900;}
.bg-bottom .txt p {font-size:13.5px; color:#E9B22B; font-weight: 400; line-height:1.4em}

.bg-bottom .img { display: inline-block; margin-top:15px; }


.datos-footer {margin-top:-15px;}
.datos-footer ul {list-style: none;text-align: center}
.datos-footer ul li {border-right:1px solid #fff; display: inline-block; padding: 0 8px; }
.datos-footer ul li a {font-size:15px; color:#fff; line-height:1.1em; text-decoration: none;}
.datos-footer ul li img {position: relative; top: 4px;}

.datos-footer ul.redes li {border:none; padding:0 6px;position: relative; }
.datos-footer ul.redes li a {font-size:16px;}

.datos-footer ul.redes span { position: absolute; left:35px; top: 40px; font-size:13px; color:#fff; line-height:1.1em; display: inline-block;  font-style: italic }
.distribuimos {display: none;  visibility: hidden;}


@media(max-width: 991px){
	body {background-color: #000000}
	.bg-grasas {padding-bottom: 15px;height: 290px;}
	.bg-bottom .txt { float: left; width: 360px; margin: 35px 0 0 30px; display: inline-block; }
	.bg-bottom .img { display: inline-block; margin-top: 65px; }
	.bg-bottom .img img{ width: 340px; }
}

@media(max-width: 767px){
	.bg-top {	height: 727px;background-image: url(../img/bg-top-480.jpg); background-size: 100%;}

	.bg-top .logo {margin:60px 15px; }

	.bg-top .recuadro {	margin: 70px 60px 20px 60px;  height: 59px;  width: 295px;  padding: 45px 40px 45px 45px;}
    .bg-top .recuadro h2 {font-size: 21px; }


	.bg-top .formulario {margin: 10px 60px 10px 80px;}


	.bg-grasas {  height: 290px;  }
	.bg-grasas .bg {  height: 340px; width: 100%; background-size: 800px; background-position: top center; background-repeat: no-repeat; background-attachment: initial;}

	.bg-grasas .tit {background-size: cover; margin:12px auto 20px;}
	.bg-grasas .tit h2 {font-size: 16px; }
	.bg-grasas .txt {padding-bottom: 20px;}
	.bg-grasas .txt	span { font-size: 14px;  margin: 4px 5px; }


	.bg-bottom .container {	height: 770px; }

	.bg-bottom .txt { width:auto;margin:30px 50px 0 50px; }
	.bg-bottom .txt h2 { font-size:31px; margin-bottom: 20px}

	.bg-bottom .txt p {font-size:12px;}

	.bg-bottom .img { text-align: center; margin:auto; display: block;}

	.distribuimos {display: block;  visibility: visible;}
	.distribuimos h4 { font-size: 22px; color:#fff; margin:auto; text-align: center; font-weight: 400;}
	.distribuimos h4 strong {  font-weight: 700;}

	.datos-footer {margin-top:40px;}
	.datos-footer ul {padding-left:10px;}
	.datos-footer ul li {padding: 0 8px 0 8px; }

	.datos-footer ul li a {font-size:14px; }
	.datos-footer ul li img {width: 16px}

	.datos-footer ul.redes li {border:none; padding:0 3px;position: relative; }

	.datos-footer ul.redes li a {font-size:16px;}
	.datos-footer ul.redes li a img {width: 25px}
	.datos-footer ul.redes span {left:20px; }

}

@media(max-width: 479px){
	.bg-top {	height: 485px;}
	.bg-top .logo {margin:40px 10px; }
	.bg-top .logo img {width: 115px;}

	.bg-top .recuadro {	 margin: 35px 60px 20px 20px; height: 60px; width: 210px;background-size: 100%; background-repeat: no-repeat; padding: 31px 35px 25px 35px; }
    .bg-top .recuadro h2 {font-size: 15px; }
	.bg-top .recuadro h2 strong {font-size: 17px; }

	.bg-top .formulario {margin: 20px 40px;}
	.bg-top .formulario h3 { font-size:12px;}


	.bg-grasas {  height: 200px;  }
	.bg-grasas .bg {  height: 340px; width: 100%; background-size: 800px; background-position: top center; background-repeat: no-repeat; background-attachment: initial;}

	.bg-grasas .tit {background-size: cover; margin:10px auto 20px;    padding: 4px 12px;}
	.bg-grasas .tit h2 {font-size: 12px; }
	.bg-grasas .txt {padding-bottom: 20px;}
	.bg-grasas .txt	span { font-size: 10px;  margin: 2px 3px; }


	.bg-bottom .container {	height:515px; }

	.bg-bottom .txt { width:auto;margin:8px 25px 0 25px; }
	.bg-bottom .txt h2 { font-size:21px; margin-bottom: 20px}

	.bg-bottom .txt p {font-size:9px;}


	.bg-bottom .img img {width:280px;}

	.distribuimos h4 { font-size: 14px; }


	.datos-footer ul {padding-left:8px;margin-bottom: 0;}
	.datos-footer ul li {padding: 0 6px 0 0px; }

	.datos-footer ul li a {font-size:10px; }
	.datos-footer ul li img {width: 14px}
	.datos-footer ul.redes {margin-top: 10px}
	.datos-footer ul.redes li {padding:0px; }

	.datos-footer ul.redes li a {font-size:11px;}
	.datos-footer ul.redes li a img {width: 15px}
	.datos-footer ul.redes span {   top: 26px;  left: 0px;font-size:10px; }

	.formulario {width: 230px}
	.formulario p {margin-top: 0;margin-bottom: 10px;}
	.formulario input {  width: 220px;  line-height: 20px; padding: 0 5px; font-size: 12px; }

	.formulario input[type="submit"] {margin: 5px 73px; width: 94px; line-height: 24px;}
	.formulario span {font-size: 9px;   margin-top: 4px;} 
	}

