@import url(normalize.css);
@import url(font-awesome.min.css);
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamThin.eot");
  src:
    url("../fonts/GothamThin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GothamThin.woff2") format("woff2"),
    url("../fonts/GothamThin.woff") format("woff"),
    url("../fonts/GothamThin.ttf") format("truetype"),
    url("../fonts/GothamThin.svg#GothamThin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Dual-300";
  src: url("../fonts/Dual-300.eot");
  src:
    url("../fonts/Dual-300.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Dual-300.woff2") format("woff2"),
    url("../fonts/Dual-300.woff") format("woff"),
    url("../fonts/Dual-300.ttf") format("truetype"),
    url("../fonts/Dual-300.svg#Dual-300") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Chivo-Black";
  src: url("../fonts/Chivo-Black.eot");
  src:
    url("../fonts/Chivo-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Chivo-Black.woff2") format("woff2"),
    url("../fonts/Chivo-Black.woff") format("woff"),
    url("../fonts/Chivo-Black.ttf") format("truetype"),
    url("../fonts/Chivo-Black.svg#Chivo-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}
/*
font-family: 'Quicksand', sans-serif;
font-family: 'Arimo', sans-serif;
font-family: 'Archivo Black', sans-serif;
*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
figure {
  margin: 0;
  padding: 0;
}
#btnMenu,
#btnClose {
  display: none;
}
.home {
  position: relative;
}
.home nav {
  font-family: "Arimo", sans-serif;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.home nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.home nav ul li,
.marcas nav ul li {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 15px 25px;
  text-transform: uppercase;
  vertical-align: top;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.home nav ul li:hover,
.marcas nav ul li:hover {
  background: rgba(186, 39, 45, 0.6);
}
.home nav ul li.active,
.marcas nav ul li.active {
  background: rgba(186, 39, 45, 0.6);
}
.home .logo {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 75px;
  z-index: 2;
}
.home .slider {
  background: url(../images/imgindex-cadape.png) no-repeat;
  background-size: cover;
  color: #fff;
  height: 100vh;
  /*min-height: 745px;*/
  text-align: center;
  /*padding: 20% 0;*/
  position: relative;
  background-position: center;
}
.home .slider h2 {
  font-size: 44px;
  margin: 0;
  font-family: "Chivo-Black";
}
.home .slider p {
  font-family: "Arimo", sans-serif;
  width: 600px;
  margin: 0 auto;
}
.home .slider .linea {
  background: #fff;
  height: 1px;
  width: 80%;
}
.home .aboutus {
  background: url(../images/bg-nosotros.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  /*background-color: #001F5B;*/
  padding: 50px;
  color: #fff;
  font-size: 17px;
}
.home .aboutus h3 {
  color: #e71c24;
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
}
.home .aboutus p {
  margin: 0;
}
.home .aboutus .nosotros,
.home .aboutus .vision {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: "Dual-300";
}
.home .aboutus .nosotros {
  width: 53%;
  text-align: left;
  font-size: 15px;
  margin-right: 50px;
}
.home .aboutus .nosotros h3 {
  font-family: "Quicksand", sans-serif;
}
.home .aboutus .nosotros .q1 {
  font-size: 17px;
  font-family: "Archivo Black", sans-serif;
  margin-bottom: 8px;
}
.home .aboutus .vision {
  width: 40%;
  text-align: left;
  font-size: 15px;
}
.home .aboutus .vision h3 {
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
}
.home .quotes {
  background-color: #bb272d;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 100px 0;
}
.home .quotes p {
  font-size: 20px;
  margin: 0;
  position: relative;
  display: inline-block;
  font-family: "Archivo Black", sans-serif;
}
.home .quotes img {
  position: absolute;
}
.home .quotes .comillas:first-child {
  left: -45px;
}
.home .quotes .comillas:last-child {
  right: -51px;
  top: 21px;
}
.home .quotes .ondas {
  position: absolute;
  right: 108px;
  width: 213px;
  top: 100px;
}
.home .quotes .ondas img {
  width: 100%;
}
.home .productosimg {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.home .productosimg figure {
  position: relative;
  width: 20%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.home .productosimg figure:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}
.home .productosimg figure img {
  width: 100%;
}
.home .productosimg figure figcaption {
  bottom: 45%;
  color: #fff;
  font-family: "Gotham";
  font-size: 22px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 45%;
  font-weight: bold;
}
.marcas .headerimg {
  background: url(../images/bg-marcas.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
  position: relative;
}
.marcas .headerimg .logo2 {
  padding-top: 50px;
  text-align: center;
}
.marcas nav {
  font-family: "Arimo", sans-serif;
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
}
.marcas nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
/*.marcas nav ul li 
{
	color: #FFF;
	display: inline-block;
	font-size: 14px;
	padding: 15px 25px;
	text-transform: uppercase;
	vertical-align: top;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s; 
}
.marcas nav ul li:hover
{
	background: #001F5B;
	color: #E71C24;
}
.marcas nav ul li.active
{
	background: #001F5B;
	color: #E71C24;
}
*/
.marcas .Container {
  background: #e0e0e0;
  position: relative;
}
.marcas .Container .ContainerInner {
  background: #fff;
  width: 90%;
  margin: 0px auto 0;
  padding: 60px;
  position: relative;
  top: -50px;
}
.marcas .ContentMarcas,
.marcas .logosmarcas {
  display: inline-block;
  vertical-align: top;
}
.marcas .ContentMarcas {
  width: 58%;
}
.marcas .logosmarcas {
  width: 40%;
}
.marcas .ContentMarcas .ContTitle {
  background: #bb272d;
  color: #fff;
  padding: 20px 0;
  width: 620px;
  position: absolute;
  left: -6%;
}
.marcas .ContentMarcas .ContTitle .ondas,
.marcas .ContentMarcas .ContTitle h1 {
  display: inline-block;
  vertical-align: top;
}
.marcas .ContentMarcas .ContTitle .ondas {
  margin: 8px 15px 0 0;
}
.marcas .ContentMarcas .ContTitle h1 {
  font-size: 25px;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.marcas .ContentMarcas .txtMarcas p {
  font-family: "Dual-300";
  font-size: 15px;
  color: #333333;
  width: 500px;
}
.marcas .Container .ContainerInner .ContentMarcas .txtMarcas p:first-child {
  margin-top: 150px;
}
.headerbgprod {
  background: url(../images/bg-productos.jpg) no-repeat !important;
  background-size: cover !important;
}
.body--products .Container {
  height: 444px;
  min-width: 1100px;
}
.body--products .Container .ContainerInner {
  padding-left: 0;
  padding-right: 0;
  min-height: 490px;
}
.typesproducts {
  background: #bb272d;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 216px;
  min-height: 490px;
  font-family: "Dual-300";
}
.typesproducts ul {
  padding: 5px 0 0 55px;
}
.typesproducts ul li {
  color: #c6c6c6;
  padding-bottom: 8px;
  margin-top: 4px;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid transparent;
}
.typesproducts ul li.activeproducts {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.typesproducts .imgbottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.contprod {
  display: inline-block;
  margin-left: 240px;
}
.contprod .infoproducts,
.contprod .imgproducts {
  display: inline-block;
  vertical-align: top;
}
.contprod .infoproducts {
  font-family: "Dual-300";
  font-size: 15px;
  width: 49%;
  padding: 15px;
}
.contprod .infoproducts h1 {
  color: #001f5b;
  font-family: "Quicksand", sans-serif;
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
}
.contprod .infoproducts p {
  color: #333333;
  text-align: justify;
}
.contprod .infoproducts .listtp {
  border-left: 5px solid #001f5b;
  padding: 0;
  margin-top: 80px;
}
.contprod .infoproducts .listtp li {
  list-style: none;
  color: #001f5b;
  margin-left: 8px;
  font-size: 15px;
}
.contprod .imgproducts {
  position: absolute;
  right: 0;
  top: 0;
}
.conservascont,
.marinoscont,
.cefecont,
.materiascont,
.otroscont,
.cerealescont,
.medicalcont,
.meatcont,
.granoscont,
.gascont,
.mineralescont {
  display: none;
}
.titleva {
  line-height: 82px;
}
.txtservices {
  font-family: "Dual-300";
  margin-top: 150px;
  color: #333333;
}
.services figure,
.services .listservices {
  display: inline-block;
  vertical-align: top;
  font-family: "Dual-300";
}
.services figure {
  margin: 15px;
}
.services .listservices {
  padding: 0;
  width: 468px;
  margin-left: 50px;
  float: right;
}
.services .listservices li {
  color: #001f5b;
  font-size: 15px;
  list-style: none;
  padding-bottom: 8px;
  border-bottom: 1px solid #001f5b;
  margin-top: 12px;
}
.formcontact {
  color: #666666;
  font-family: "Gotham";
  font-size: 15.75px;
  margin-top: 150px;
  width: 45%;
}
.formcontact input[type="text"],
.formcontact input[type="mail"] {
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #001f5b;
}
.formcontact input[type="text"],
.formcontact input[type="mail"],
.formcontact textarea {
  padding-left: 10px;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  outline: none;
  font-weight: bold;
}
.formcontact input[type="submit"] {
  background: #bb272d;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 10px 15px;
  font-weight: bold;
  float: right;
  cursor: pointer;
}
.formcontact textarea {
  padding: 10px;
  height: 124px;
  resize: none;
  margin-top: 15px;
  border: 1px solid #001f5b;
}
.containerMap {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-left: 20px;
}
.containerMap iframe {
  width: 100%;
  height: 100%;
}
.footercontact {
  margin-top: -50px;
}
footer {
  background-color: #001f5b;
  padding: 30px 80px;
  position: relative;
  margin-top: -4px;
}
footer .menufooter {
  color: #acacac;
  font-size: 12px;
  display: inline-block;
}
footer .menufooter .menufooter-item {
  border-bottom: 1px solid #fff;
}
footer .menufooter .menufooter-item:last-child {
  border: none;
}
footer .menufooter .menufooter-item p,
footer .menufooter .menufooter-item figure {
  display: inline-block;
  vertical-align: top;
}
footer .menufooter .menufooter-item p:first-child {
  color: #ba272d;
  width: 95px;
}
footer .menufooter .menufooter-item p {
  width: 59px;
}
footer .menufooter .menufooter-item p:last-child {
  width: auto;
}
footer .menufooter .menufooter-item figure {
  padding: 12px 0;
  margin: 0 10px;
}
footer .logo-footer {
  color: #acacac;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 80px;
  bottom: 58px;
}
footer .logo-footer p,
footer .logo-footer figure {
  display: inline-block;
  vertical-align: top;
}
footer .logo-footer p {
  text-align: right;
  margin-right: 15px;
  vertical-align: bottom;
}
footer .logo-footer figure {
  padding-left: 30px;
  border-left: 1px solid #fff;
}

.buttonBrochure {
  color: #fff;
  width: 300px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  padding: 20px 0;
  border: 3px solid #fff;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-family: "Archivo Black", sans-serif;
  margin: 30px auto 15px;
}

/*
	footer .redes, 
	footer ul,
	footer .direccion,
	footer form
	{
		display: inline-block;
		vertical-align: top;
	}
	footer .redes 
	{
		padding: 6% 0 6% 3%;
		width: 30%;
	}
	footer .redes figure
	{
		display: inline-block;
		margin: 0 8px;
		vertical-align: top;
	}
	footer ul 
	{
		margin: 0;
		padding: 0;
		width: 20%;
	}
	footer ul li 
	{
		border-bottom: 1px solid #FFF;
		color: #E71C24;
		font-size: 11px;
		list-style: none;
		padding: 20px 0;
		text-transform: uppercase;
		width: 150px;
	}
	footer form 
	{
		position: absolute;
		right: 20px;
	}
	footer form input,
	footer form textarea
	{
		background: none;
		border: 1px solid #FFF;
		color: #FFF;
		display: block;
		margin: 5px 0;
		padding: 8px;
		width: 270px;
		font-size: 10px;
	}
	footer form input
	{
		height: 19px;
	}
	footer form textarea
	{
		height: 52px;
	}
	footer form input[type="submit"]
	{
		cursor: pointer;
		width: 75px;
		height: auto;
	}
	footer .direccion
	{
		border: 1px solid #FFF;
		color: #FFF;
		font-size: 10px;
		padding: 30px 8px;
		text-align: center;
		margin: 5px 15px 0;
	}
*/
@media (max-width: 1300px) {
  .home .logo {
    top: 10px;
  }
}
@media (max-width: 1200px) {
  .contprod .imgproducts {
    top: 67px;
    height: auto;
    width: 365px;
  }
  .contprod .imgproducts img {
    width: 100%;
  }
  .typesproducts {
    width: 100%;
    min-height: auto;
  }
  .typesproducts ul {
    display: flex;
    padding: 0;
    flex-flow: row wrap;
  }
  .typesproducts ul li {
    display: inline-block;
    vertical-align: top;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 25%;
    text-align: center;
  }
  .typesproducts .imgbottom {
    display: none;
  }
  .contprod {
    margin-left: 0;
  }
  .body--products .contprod {
    margin-top: 120px;
  }
  .body--products .Container {
    min-width: 100%;
  }
  .services .listservices {
    float: none;
  }
  .services figure {
    text-align: center;
    display: block;
  }
}
@media (max-width: 1100px) {
  .home .quotes .ondas {
    display: none;
  }
  .marcas .ContentMarcas .ContTitle {
    top: 50px;
  }
  .marcas .ContentMarcas,
  .marcas .logosmarcas {
    display: block;
  }
  .marcas .ContentMarcas {
    width: 100%;
  }
  .marcas .ContentMarcas .txtMarcas p {
    width: 100%;
  }
  .marcas .logosmarcas {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 900px) {
  #btnMenu {
    display: block;
  }
  #btnMenu,
  #btnClose {
    position: fixed;
    right: 25px;
    top: 25px;
    font-size: 40px;
    color: #acacac;
    cursor: pointer;
    z-index: 999;
  }
  .home nav,
  .marcas nav {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .home nav ul,
  .marcas nav ul {
    display: none;
    background-color: #001f5b;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .home nav ul li,
  .marcas nav ul li {
    display: block;
    width: 100%;
    text-align: center;
    color: #ba272d;
    padding-top: 10%;
  }
  .home nav ul li:hover,
  .marcas nav ul li:hover {
    background: none;
  }
  .home nav ul li.active,
  .marcas nav ul li.active {
    background: none;
  }
  .home .aboutus .nosotros,
  .home .aboutus .vision {
    display: block;
    width: 100%;
  }
  .marcas .headerimg {
    height: 350px;
  }
  footer .menufooter .menufooter-item p,
  footer .menufooter .menufooter-item figure {
    display: none;
  }
  footer .menufooter .menufooter-item p:first-child {
    display: block;
  }
}
@media (max-width: 800px) {
  .contprod .imgproducts {
    position: static;
    text-align: center;
    width: 100%;
  }
  .contprod .imgproducts img {
    width: auto;
  }
  .contprod .infoproducts {
    width: 100%;
  }
  .contprod .infoproducts .listtp {
    margin-top: 0;
  }
  .body--products .Container {
    height: auto;
  }
  .services .listservices {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 680px) {
  .home .quotes p {
    font-size: 16px;
  }
  .home .quotes .comillas {
    width: 25px;
    position: static;
    margin: 0 5px;
  }
  .marcas .ContentMarcas .ContTitle {
    left: 0;
    right: 0;
    width: 100%;
  }
  .marcas .ContentMarcas .ContTitle .ondas {
    display: none;
  }
  .marcas .ContentMarcas .ContTitle h1 {
    text-align: center;
    width: 100%;
  }
  .marcas .Container .ContainerInner {
    width: 100%;
    padding: 60px 20px;
  }
  .formcontact {
    width: 100%;
  }
  .containerMap {
    margin-top: 50px;
    position: static;
    height: 285px;
    width: 100%;
    margin-left: 0;
  }
  footer {
    text-align: center;
  }
  footer .menufooter {
    display: none;
  }
  footer .logo-footer {
    position: static;
    text-align: center;
  }
  footer .logo-footer figure {
    padding-left: 0;
    border-left: none;
  }
}
@media (max-width: 480px) {
  .marcas .logosmarcas img {
    width: 100%;
  }
  .contprod .imgproducts {
    width: 100%;
  }
  .contprod .imgproducts img {
    width: 100%;
  }
  .typesproducts ul {
    display: block;
  }
  .typesproducts ul li {
    width: 49%;
  }
  .contprod .infoproducts {
    margin-top: 50px;
  }
  .services figure {
    width: 100%;
  }
  .services figure img {
    width: 100%;
  }
  .titleva {
    line-height: 46px;
  }
}
