@import "style/bootstrap.css";
@import "style/style.css";
@import "style/plugins/animate.css";
@font-face {
  font-family: "BentonSansBlack";
  src: url(fonts/benton-sans/BentonSans_Black.otf) format("truetype");
}
/* Escritorio*/
@media (min-width: 1200px) {
  /*body { color: red;}*/
}
/* Escritorio pequeño o tablet*/
@media (min-width: 768px) and (max-width: 979px) {
  /*body { color: green;}  */
}
/* Table o smartphone*/
@media (max-width: 767px) {
  /*body { color: blue;} */
}
/* smartphone */
@media (max-width: 480px) {
  /*body { color: yellow;} */
}
body p {
  font-weight: 500;
}
input {
  text-transform: none !important;
}
.nav-menu {
  margin-right: 60px;
}
ul.nav-idiomas {
  list-style: none;
  position: absolute !important;
  right: 10px !important;
  top: 2px !important;
  /* smartphone */
}
@media (max-width: 480px) {
  ul.nav-idiomas {
    right: 80px !important;
  }
}
ul.nav-idiomas li {
  display: inline-block;
  margin-left: 10px;
}
.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.header-pages {
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.header-pages.privacidad {
  background-image: url(../images/headers/header-privacidad.jpg);
}
section#servicios {
  background-image: url(../images/bg/bg-servicios-dark.jpg);
  background-attachment: fixed;
  background-size: cover;
}
section#servicios h1,
section#servicios h4,
section#servicios p,
section#servicios .alt-icon-color {
  color: #FFFFFF !important;
}
section#exportacion {
  background-image: url(../images/bg/fondo-servicios.png);
  background-attachment: fixed;
  background-size: cover;
}
section#portfolio-single ul.tab-nav {
  margin-top: 0px;
}
section#portfolio-single ul.tab-nav li .portfolio-image-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}
section#portfolio-single ul.tab-nav li .portfolio-image-wrap .bg-overlay {
  position: absolute;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
section#portfolio-single ul.tab-nav li .portfolio-image-wrap .bg-overlay .caption {
  width: 100%;
  text-align: center;
}
section#portfolio-single ul.tab-nav li .portfolio-image-wrap .bg-overlay .caption img {
  width: 150px;
}
section#portfolio-single ul.tab-nav li .portfolio-image-wrap .bg-overlay .caption h3 {
  color: #FFFFFF;
}
section#portfolio-single ul.tab-nav li a.active .portfolio-image-wrap .bg-overlay {
  opacity: 0;
}
section.type-page {
  margin-top: 60px;
  margin-bottom: 80px;
  color: #000;
  font-size: 1.2em;
}
section.type-page h2 {
  margin-bottom: 60px;
}
footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
footer img {
  max-width: 300px;
}
