/* Scss Document */
@font-face {
  font-family: 'BebasNeue';
  src: url("../fonts/bebas-neue/bebasneue_light-webfont.eot");
  src: url("../fonts/bebas-neue/bebasneue_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas-neue/bebasneue_light-webfont.woff2") format("woff2"), url("../fonts/bebas-neue/bebasneue_light-webfont.woff") format("woff"), url("../fonts/bebas-neue/bebasneue_light-webfont.ttf") format("truetype"), url("../fonts/bebas-neue/bebasneue_light-webfont.svg#bebas_neuelight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url("../fonts/bebas-neue/bebasneue_regular-webfont.eot");
  src: url("../fonts/bebas-neue/bebasneue_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas-neue/bebasneue_regular-webfont.woff2") format("woff2"), url("../fonts/bebas-neue/bebasneue_regular-webfont.woff") format("woff"), url("../fonts/bebas-neue/bebasneue_regular-webfont.ttf") format("truetype"), url("../fonts/bebas-neue/bebasneue_regular-webfont.svg#bebas_neue_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url("../fonts/bebas-neue/bebasneue_book-webfont.eot");
  src: url("../fonts/bebas-neue/bebasneue_book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas-neue/bebasneue_book-webfont.woff2") format("woff2"), url("../fonts/bebas-neue/bebasneue_book-webfont.woff") format("woff"), url("../fonts/bebas-neue/bebasneue_book-webfont.ttf") format("truetype"), url("../fonts/bebas-neue/bebasneue_book-webfont.svg#bebas_neuebook") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url("../fonts/bebas-neue/bebasneue_bold-webfont.eot");
  src: url("../fonts/bebas-neue/bebasneue_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas-neue/bebasneue_bold-webfont.woff2") format("woff2"), url("../fonts/bebas-neue/bebasneue_bold-webfont.woff") format("woff"), url("../fonts/bebas-neue/bebasneue_bold-webfont.ttf") format("truetype"), url("../fonts/bebas-neue/bebasneue_bold-webfont.svg#bebas_neuebold") format("svg");
  font-weight: bold;
  font-style: normal;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
  color: #2e2f33;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container-fluid {
  max-width: 1440px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}

.h1, h1 {
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 49px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .h1, h1 {
    font-size: 40px;
  }
}
.h2, h2 {
  margin-bottom: 20px;
}

.has-line {
  padding-bottom: 26px;
  position: relative;
}

.has-line:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  background: #006683;
  height: 2px;
  width: 18px;
}

.has-line.line-lg:after {
  height: 4px;
  width: 112px;
}

.text-center .has-line:after {
  left: 50%;
  margin-left: -9px;
}

.text-center .line-lg:after {
  margin-left: -56px;
}

.fancy-title {
  position: relative;
  z-index: 1;
}
.fancy-title:before {
  border-top: 1px solid #006683;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
.fancy-title span {
  background: #fff;
  padding: 0 15px 0 0;
  line-height: 1.2em;
}

a, button.btn {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /*-webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease;*/
}

a {
  color: #006683;
  text-decoration: none;
}

a:focus, a:hover {
  text-decoration: none;
  color: #002a36;
}

a:focus,
a:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus,
li:focus,
li:active {
  outline: none;
}

a.link {
  text-transform: uppercase;
  display: inline-block;
  margin: 15px 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1pt;
}

a.link .fa {
  font-size: 18px;
  font-weight: bold;
}

.btn {
  border-radius: 0;
  font-size: 16px;
  white-space: normal;
  /*text-transform:uppercase;
  font-size:13px;
  letter-spacing:0.6pt;
  padding:12px 30px;*/
}

.btn-blue {
  font-family: "BebasNeue", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5pt;
  font-size: 19px;
  background-color: #006683;
  border-color: #006683;
  color: #fff;
}
.btn-blue:hover {
  background-color: #2e2f33;
  border-color: #2e2f33;
  color: #fff;
}
.btn-blue:focus {
  background-color: #2e2f33;
  border-color: #2e2f33;
  color: #fff;
}
.btn-blue:active {
  background-color: #2e2f33;
  border-color: #2e2f33;
  color: #fff;
}

.btn-light-blue {
  background-color: #6acae4;
  border-color: #6acae4;
  color: #fff;
}
.btn-light-blue:hover {
  background-color: #006683;
  border-color: #006683;
  color: #fff;
}

.btn-dark {
  background-color: #2e2f33;
  border-color: #2e2f33;
  color: #fff;
}
.btn-dark:hover {
  background-color: #006683;
  border-color: #006683;
  color: #fff;
}

.btn-lg {
  padding: 10px 28px;
  font-size: 25px;
  letter-spacing: 1.5pt;
  text-transform: uppercase;
  font-family: "BebasNeue", sans-serif;
  font-weight: bold;
}

@media (max-width: 600px) {
  .btn-lg {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .btn-lg {
    padding: 8px 20px;
  }
}
.divider-blue {
  border-top: 4px solid #006683;
  clear: both;
  margin-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}

/* IMAGES */
img {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.fa-left {
  margin-right: 5px;
}

.fa-right {
  margin-left: 5px;
}

/* img hover effect */
.rollover {
  transition: background 0.3s ease 0s;
  position: relative;
  overflow: hidden;
}

.rollover:hover {
  background-color: #006683;
}

.rollover:before {
  color: #fff;
  content: "\f055";
  font-family: "FontAwesome", sans-serif;
  font-size: 30px;
  line-height: 30px;
  left: 0;
  right: 0;
  top: 50%;
  margin: -15px auto 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-indent: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transform: translateZ(0);
  transform: translateZ(0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rollover-download:before {
  content: "\f01a";
  font-family: "FontAwesome", sans-serif;
}

.rollover:hover:before {
  opacity: 1;
  visibility: visible;
}

.rollover:hover:before {
  animation: 0.3s ease 0s normal forwards 1 running rotateMore;
}

.rollover-download:hover:before {
  animation: 0.3s ease 0s normal forwards 1 running rotateDownload;
}

@keyframes rotateMore {
  0% {
    transform: rotate(0deg) scale(0);
  }
  100% {
    transform: rotate(180deg) scale(1);
  }
}
@keyframes rotateDownload {
  0% {
    transform: rotate(180deg) scale(0);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
.rollover img {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1.05) translateZ(0px);
  transition: all 0.6s ease 0s;
}

.rollover:hover img {
  opacity: 0.25;
  -webkit-backface-visibility: hidden;
  transform: scale(1) translateZ(0px);
}

/* FORMS */
.form-control {
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}

label.error {
  font-weight: normal;
  color: #DD3D3D;
  font-size: 14px;
}

.form .form-control {
  border: 1px solid #fff;
  border-radius: 0px;
  box-shadow: none;
  height: 50px;
  padding: 6px 18px;
  font-size: 16px;
}

.form textarea.form-control {
  height: auto;
}

.form .checkbox {
  font-size: 14px;
}

.form .form-control::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

.form button.btn {
  height: 50px;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.6pt;
}

/* Form lateral */
.form-lateral .form-control {
  border: 1px solid #ccc;
}

.form-lateral .btn {
  text-transform: uppercase;
  margin-top: 26px;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #6acae4 !important;
}

.alert {
  border-radius: 0;
  font-size: 14px;
}

.alert-danger {
  color: #dd3d3d;
}

.alert-success {
  background-color: #d7efed;
  border-color: #c5e8dd;
  color: #0088a5;
}

/* TABLE */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  vertical-align: middle;
}

/* PAGINATION */
.pagination {
  border-radius: 0;
  border: 1px solid #ddd;
  margin-top: 40px;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border-radius: 0;
}

.pagination > li:before {
  content: "";
}

.pagination > li > a {
  font-size: 18px;
  line-height: normal;
  padding: 10px 18px;
  border: 0;
  color: #006683;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover {
  background: #006683;
}

/* HELPER CLASSES */
.made-table {
  display: table;
  height: 100%;
  width: 100%;
}

.made-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* HEADER
-------------------------------------------------- */
.top-header {
  background: #f7f7f7;
  position: relative;
  z-index: 4;
  line-height: 1.4em;
  padding: 0 4em;
  text-align: right;
}

.social {
  display: inline-block;
}

.social a {
  display: inline-block;
  padding: 4px;
}

.languages {
  display: inline-block;
  margin-left: 40px;
}

.languages a {
  display: inline-block;
  text-transform: lowercase;
  padding: 8px;
  line-height: 14px;
  font-style: normal;
}

.languages .popover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
  border-radius: 2px;
}

@media only screen and (max-width: 1169px) {
  .top-header {
    display: none;
  }
}
/* FOOTER
-------------------------------------------------- */
#footer {
  background: #333;
  color: #fff;
  z-index: 1;
  position: relative;
}

#footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* Footer top */
.footer-top {
  padding: 40px 0;
}

.footer-contact {
  color: #6e6e6e;
  font-size: 14px;
}

.logo-footer {
  margin-bottom: 20px;
}

.footer-contact address,
.footer-contact .phone,
.footer-contact .email {
  padding-left: 24px;
  position: relative;
  display: inline-block;
}

.footer-contact address:before,
.footer-contact .phone:before,
.footer-contact .email:before {
  position: absolute;
  content: "";
  font-family: "FontAwesome", sans-serif;
  left: 0;
  top: 0;
}

.footer-contact address:before {
  content: "\f041";
}

.footer-contact .phone:before {
  content: "\f095";
}

.footer-contact .email:before {
  content: "\f0e0";
  top: 2px;
}

.footer-contact .email {
  color: #6e6e6e;
}

.footer-contact .email:hover {
  color: #fff;
}

.footer-links li {
  display: block;
}

.footer-links .row li:first-child {
  background: url(../imagenes/dot.png) repeat-x left bottom;
}

.footer-links .col-xs-6 {
  margin-top: 30px;
}

.footer-links li a {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.3pt;
  padding: 12px 0;
  display: inline-block;
  color: #007a9c;
}

.footer-links li a:hover {
  color: #006683;
}

.footer-newsletter h4 {
  font-size: 30px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .footer-top .container-fluid {
    max-width: 650px;
  }

  .footer-top {
    text-align: center;
  }

  .logo-footer {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-contact {
    margin-bottom: 30px;
    padding-bottom: 35px;
  }

  .footer-links {
    margin-bottom: 30px;
    padding-bottom: 35px;
  }

  .footer-newsletter h4 {
    font-size: 26px;
  }
}
/* Footer bottom */
.footer-bottom {
  background: #2b2b2b;
  overflow: hidden;
  padding: 18px 0;
}

.legal-links {
  float: left;
}

.legal-links li {
  border-right: 1px solid #4d4d4d;
}

.legal-links li:last-child {
  border-right: none;
}

.legal-links li a {
  color: #bbbbbb;
  font-size: 13px;
  display: block;
  padding: 4px 20px;
}
.legal-links li a:hover {
  opacity: 0.8;
}

.social-links {
  float: right;
}

.social-links a {
  display: inline-block;
  padding: 4px;
}
.social-links a:hover {
  color: #007a9c;
}

@media (max-width: 600px) {
  .legal-links,
  .social-links {
    float: none;
    text-align: center;
  }

  .legal-links {
    margin-bottom: 30px !important;
  }
}
/* BREADCRUMB
-------------------------------------------------- */
.breadcrumb {
  background-color: transparent;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 30px;
  font-size: 14px;
}

.breadcrumb a {
  color: #999;
}

.breadcrumb a:hover {
  color: #006683;
}

.breadcrumb > .active {
  color: #555;
  font-weight: bold;
}

/* GENERAL CONTENT
-------------------------------------------------- */
main#content {
  padding-top: 190px;
  padding-bottom: 100px;
  overflow: hidden;
}

@media (max-width: 1169px) {
  main#content {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  main#content {
    padding-bottom: 0;
  }
}
/* Sidebar Menu */
.sidebar h3 {
  text-transform: uppercase;
  border-bottom: 3px solid #ddd;
  padding-bottom: 15px;
  font-size: 20px;
  color: #555;
  font-weight: bold;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 40px;
  }

  .sidebar h3 {
    text-align: center;
    border-top: 3px solid #ddd;
    padding-top: 15px;
  }
}
.sidebar-menu {
  line-height: 1.42857;
}

.sidebar-menu ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.sidebar-menu li {
  position: relative;
}

.sidebar-menu li a {
  display: block;
  padding: 10px 10px;
  position: relative;
  font-size: 13px;
}

.sidebar-menu > li > a,
.sidebar-menu > li > .link-dropdown > a {
  text-transform: uppercase;
  font-weight: bold;
}

.sidebar-menu > li > a:hover,
.sidebar-menu > li > a:focus {
  background: none;
}

.sidebar-menu li.has-submenu > .link-dropdown > a {
  padding-right: 38px;
}

.sidebar-menu li.active > a,
.sidebar-menu li.active > .link-dropdown > a {
  background: #006683;
  color: #fff;
}

.sidebar-menu li.active > .link-dropdown > .arrow:before {
  color: #fff;
}

.sidebar-menu > li {
  border-bottom: 1px solid #eee;
}

.sidebar-menu li ul {
  background: #D9E9ED;
}

.sidebar-menu li ul li {
  border-bottom: none;
}

.sidebar-menu li ul li a {
  border-top: 1px solid #fff;
}

.sidebar-menu li ul li.active a {
  background: #53A8BB;
}

.sidebar-menu li ul li ul {
  background: #F2F8F9;
}

.link-dropdown {
  position: relative;
}

.sidebar-menu .arrow {
  position: absolute;
  color: #006683;
  right: 0;
  top: 0;
  /*height:43px;*/
  height: 100%;
  /*line-height:43px;*/
  width: 33px;
  text-align: center;
  cursor: pointer;
}

.sidebar-menu .arrow:before {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome", sans-serif;
  color: #006683;
  font-size: 17px;
  line-height: 17px;
  right: 0;
  top: 50%;
  left: 0;
  right: 0;
  margin: -8px auto 0;
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease;
}

.sidebar-menu .arrow.collapsed:before {
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .sidebar {
    max-width: 270px;
  }
}
@media (max-width: 991px) {
  .sidebar {
    margin-bottom: 40px;
  }
}
/* Btn contact */
.btn-contact {
  padding: 20px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Main Content */
.main-content {
  overflow: hidden;
}

.main-content h1 {
  margin-top: 0;
}

.main-content p {
  margin: 0 0 24px;
}

.main-content ul {
  list-style: outside none none;
}

.main-content li {
  margin-bottom: 15px;
  position: relative;
}

.main-content li:before {
  color: #006683;
  content: "\f111";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 6px;
  line-height: 6px;
  font-weight: 700;
  height: 0;
  left: -20px;
  position: absolute;
  top: 12px;
}

/* Aside Contact */
.aside-contact {
  padding: 56px 15px 40px;
}

.aside-contact:before {
  /*background-color: #f7f7f7;*/
  background-color: #eee;
  border-left: 1px solid #ddd;
  content: "";
  display: block;
  height: 99999px;
  position: absolute;
  left: 0;
  top: -120px;
  width: 3000px;
  z-index: -10;
}

.aside-contact h3 {
  color: #555;
  font-size: 21px;
  letter-spacing: 0.5pt;
  font-weight: bold;
  margin-bottom: 36px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .aside-contact {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .aside-contact {
    background-color: #f7f7f7;
    border-top: 1px solid #ddd;
    padding-bottom: 100px;
    padding: 40px 30px;
    margin-top: 60px;
  }

  .aside-contact:before {
    border-left: none;
    height: auto;
    top: 0;
    width: auto;
  }

  .aside-contact h3 {
    text-align: center;
  }
}
/* HOME
-------------------------------------------------- */
@media (min-width: 1200px) {
  .main-content-home.col-md-push-3 {
    left: 300px;
  }
}
/* Hero banner */
.hero-banner {
  background: url(../imagenes/banner-prensaestopas.jpg) no-repeat center #f4f4f4;
  background-size: cover;
  padding: 26px;
}

.banner-container {
  border: 1px solid #006683;
  padding: 60px;
}

.hero-banner h1 {
  text-transform: uppercase;
  font-size: 67px;
  text-shadow: 0px 4px 1px rgba(0, 0, 0, 0.35);
}

.hero-banner .subtitle {
  text-transform: uppercase;
  letter-spacing: 4pt;
  margin-bottom: 28px;
  font-weight: bold;
}

@media (max-width: 600px) {
  .banner-container {
    padding: 40px;
  }

  .hero-banner h1 {
    font-size: 47px;
  }
}
@media (max-width: 480px) {
  .hero-banner {
    padding: 18px;
  }

  .banner-container {
    padding: 30px 20px;
  }

  .hero-banner h1 {
    font-size: 36px;
  }

  .hero-banner .subtitle {
    line-height: 1.2em;
    letter-spacing: 2pt;
    font-size: 15px;
  }
}
/* Slider */
#home-slider{
	position: relative;
}
#home-slider h1{
	position: relative;
	z-index: 3;
	width: 100%;
    font-size: 35px;
	text-transform: uppercase;
	text-align: center;
    text-shadow: 0px 4px 1px rgba(0, 0, 0, 0.15);
	margin: 2rem auto 4rem;
}
#home-slider figure{
	position: relative;
	max-height: 500px;
	overflow: hidden;
}
#home-slider figure img{
	width: 100%;
}
#home-slider .item-info{
	z-index: 2;
	text-align: center;
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#home-slider .info-container{
	max-width: 700px;
    width: 100%;
	height: auto;
	background-color: rgba(0,0,0,.7);
	padding: 2rem;
}
#home-slider .subtitle{
	font-size: 18px;
	line-height: 25px;
	color: #fff;
    letter-spacing: 1pt;
    font-weight: 500;
	margin-top: 0;
}
#home-slider .customNavigation a{
	z-index: 2;
	top: 180px;
}
#home-slider .owl-prev, #home-slider .owl-next {
 color: transparent;
}
#home-slider .owl-prev:after, #home-slider .owl-next:after{
  background-color: #006683;
  height: 32px;
  width: 32px;
  border-radius: 50px;
  top: 50%;
  color: #fff;
  position: absolute;
  cursor: pointer;
  margin-top: -32px;
  z-index: 1000;
  padding: 0.3rem 1rem;
}
#home-slider .owl-prev:after {
  font-family: "FontAwesome", sans-serif;
  content: "\f053";
  left: -2%;
}
#home-slider .owl-next:after {
  font-family: "FontAwesome", sans-serif;
  content: "\f054";
  right: -2%;
}
@media (max-width: 991px) {
	 #home-slider .owl-prev:after {
		left: 5px;
	 }
	 #home-slider .owl-next:after {
		right: 5px;
	 }
}
@media (max-width: 600px) {
	#home-slider h1{
		font-size: 25px;
	}
	 #home-slider .item-info{
		position: relative;
		align-items: flex-end;
	 }
	#home-slider .owl-buttons{
		position: absolute;
		right: 0;
		top: 0;
		display: flex;
		justify-content: flex-end;
	}
	 #home-slider .subtitle {
		font-size: 15px;
		line-height: 18px;
	 }
	 #home-slider .btn-blue{
		font-size: 15px;
	 }
	 #home-slider .owl-prev:after{
		left: 15px;
	 }   
	 #home-slider .owl-prev:after,  #home-slider .owl-next:after {
		position: relative;
		font-size: 10px;
		padding: 0.6rem 0.8rem;
	 }
}
/* Productos destacados */
.products-home {
  margin: 80px 0;
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
}

.products-home h2 {
  text-transform: uppercase;
  letter-spacing: 3pt;
  font-size: 18px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .products-home .list-products .col-sm-3:nth-of-type(4n+1) {
    clear: both;
  }
}
@media (max-width: 600px) {
  .products-home {
    margin: 60px 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 540px) {
  .list-products .col-xs-4 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .products-home {
    margin: 40px 0;
    padding-bottom: 40px;
  }
}
/* Contacto y FAQS */
.contact-faqs {
  margin-bottom: 80px;
}

@media (max-width: 600px) {
  .contact-faqs {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .contact-faqs {
    margin-bottom: 40px;
  }
}
.contact-home h2,
.faqs-home h2 {
  text-transform: uppercase;
  letter-spacing: 3pt;
  font-size: 18px;
  margin-bottom: 30px;
}

.contact-home .form-control {
  background: #F5F5F5;
  border-color: #F5F5F5;
}

.contact-home .btn {
  text-transform: uppercase;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .contact-home {
    margin-bottom: 60px;
  }
}
.faqs-home {
  overflow: hidden;
}

ul.list-faqs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list-faqs li {
  background: url("../imagenes/dot.png") repeat-x scroll left bottom transparent;
  padding: 15px 0;
}

.list-faqs li:last-child {
  background: none;
  border-bottom: 1px solid #006683;
}

.list-faqs li a {
  font-family: "calluna", serif;
  font-style: italic;
  display: inline-block;
  position: relative;
  font-size: 18px;
  padding-left: 20px;
  letter-spacing: 0.4pt;
}

.list-faqs li a:before {
  color: #666;
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome", sans-serif;
  font-size: 15px;
  font-weight: 300;
  height: 0;
  left: 0;
  position: absolute;
  top: 4px;
  font-style: normal;
}

.faqs-home .link {
  float: right;
}

.faqs-home .link .fa {
  font-size: 20px;
}

/* Banner Catalogos */
a.banner-catalogos {
  background: url(../imagenes/catalogos-bg.png) no-repeat center 70% #006683;
  background-size: cover;
  position: relative;
  color: #fff;
  text-align: center;
  display: block;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.banner-catalogos:hover {
  background-color: #004F65;
}

.banner-catalogos .dobla {
  position: absolute;
  top: 0;
  right: 0;
}

.banner-catalogos-container {
  font-size: 38px;
  text-transform: uppercase;
  padding: 34px 40px;
  display: block;
  font-weight: bold;
  letter-spacing: 1.5pt;
  line-height: 0.85em;
}
.banner-catalogos-container span {
  display: block;
  font-family: "calluna", serif;
  font-style: italic;
  color: #ADC8D3;
  text-transform: none;
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.6pt;
  margin-bottom: 4px;
}

@media (max-width: 991px) {
  .banner-catalogos-container {
    font-size: 34px;
  }
  .banner-catalogos-container span {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .banner-catalogos-container {
    font-size: 30px;
  }
  .banner-catalogos-container span {
    font-size: 26px;
  }
}
/* Info importadores */
.importadores-home {
  margin: 80px 0;
  padding-top: 80px;
  border-top: 1px solid #ddd;
}

.importadores-home h2 {
  font-size: 48px;
  margin-bottom: 40px;
  margin-top: 0;
}

.importadores-home .btn {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .importadores-home h2 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .importadores-home {
    margin: 60px 0;
    padding-top: 60px;
  }

  .importadores-home h2 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .importadores-home {
    margin: 40px 0;
    padding-top: 40px;
  }

  .importadores-home h2 {
    font-size: 30px;
  }
}
/* Noticias home */
.news-home {
  margin: 80px 0;
  padding-top: 80px;
  border-top: 1px solid #ddd;
}

.news-home h2 {
  font-size: 48px;
  margin-bottom: 40px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .news-home h2 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .news-home {
    margin: 60px 0;
    padding-top: 60px;
  }

  .news-home h2 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .news-home {
    margin: 40px 0 60px;
    padding-top: 40px;
  }

  .news-home h2 {
    font-size: 30px;
  }
}
/* QUIENES SOMOS
-------------------------------------------------- */
/* QUIENES SOMOS */
#about .main-content h2 {
  font-size: 20px;
  letter-spacing: 2pt;
  margin-bottom: 30px;
  margin-top: 60px;
  text-transform: uppercase;
}

/* CALIDAD */
#calidad .main-content h2 {
  font-size: 20px;
  letter-spacing: 2pt;
  margin-bottom: 30px;
  margin-top: 60px;
  text-transform: uppercase;
}

.list-certificaciones {
  margin-top: 40px;
}

.list-certificaciones .item-img {
  padding: 8px;
  max-width: 280px;
}

@media (max-width: 400px) {
  .list-certificaciones .col-xs-5 {
    margin-left: 0;
    width: 50%;
  }
}
/* DELEGACIONES */
.delegaciones-filters {
  margin-top: 40px;
}

.main-content .delegaciones-filters li {
  margin-bottom: 10px;
  margin-right: 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
}

.main-content .delegaciones-filters li:before {
  content: "";
}

.delegaciones-map {
  margin-bottom: 60px;
}

.delegacion h3 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1.5pt;
  border-bottom: 3px solid #006683;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.delegacion.sede-central h3 {
  border-color: #fff;
}

.delegacion.sede-central a {
  color: #6acae4;
}

.delegaciones-list{
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.delegaciones-list .delegacion {
  padding: 10px 0;
}

.delegaciones-list .delegacion.sede-central {
  background: #006683;
  color: #fff;
  padding: 10px 24px;
}

/* INFORMACION IMPORTADORES */
/* ASESORAMIENTO */
.list-faqs .faq {
  background: url("../imagenes/dot.png") repeat-x scroll left bottom transparent;
  padding: 20px 0;
}

.list-faqs .faq:last-child {
  background: none;
}

.list-faqs .faq h2 {
  font-family: "calluna", serif;
  font-style: italic;
  /*display:inline-block;
  position:relative;
  font-size:18px;*/
  letter-spacing: 0.3pt;
  line-height: 1.3em;
  margin-bottom: 26px;
}

.list-faqs .faq-entry {
  margin-bottom: 0;
}

.list-faqs .faq .btn {
  margin: 20px 0;
}

/* Asesoramiento - Detalle */
.faq-entry {
  margin-bottom: 40px;
}

.faq-img {
  margin-bottom: 40px;
  text-align: center;
}

.faq-img img {
  margin-left: auto;
  margin-right: auto;
}

.faq-text {
  margin-bottom: 40px;
}

.faq-video {
  margin-bottom: 40px;
}

#faq-detail .btn-download {
  margin-bottom: 40px;
}

/* PRODUCTOS
-------------------------------------------------- */
/* Listado de productos */
.item-list .item {
  margin-bottom: 30px;
}

.item-list .item-img {
  border: 1px solid #e1e1e1;
  background: #fff;
}

.item-list .item-img img {
  margin: 0 auto;
}

.item-list .item-info h3 {
  font-family: "BebasNeue", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
}

@media (min-width: 992px) {
  .list-products .col-md-4:nth-of-type(3n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-products .col-sm-3:nth-of-type(4n+1) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .list-products .item-info h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) and (min-width: 540px) {
  .list-products .col-xs-4:nth-of-type(3n+1) {
    clear: both;
  }
}
@media (max-width: 539px) {
  .list-catalogos .col-xs-4 {
    width: 50%;
  }

  .list-products .col-xs-4:nth-of-type(2n+1) {
    clear: both;
  }
}
/* Shadow effect */
.shadow {
  position: relative;
}

.shadow:before, .shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  /*max-width:300px;*/
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-5deg);
}

.shadow:after {
  transform: rotate(5deg);
  right: 10px;
  left: auto;
}

/* PRODUCTOS FICHA */
.item-detail-gallery,
.item-detail-info {
  margin-bottom: 40px;
}

.item-detail-gallery img {
  margin: 0 auto;
}

img.img-border {
  border: 1px solid #e1e1e1;
}

/* Img carousel */
#product-detail-carousel {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

#product-detail-carousel .owl-wrapper-outer {
  border: 1px solid #e1e1e1;
}

#product-detail-carousel .item img {
  margin: 0 auto;
}

#product-detail-carousel .owl-prev:before,
#product-detail-carousel .owl-next:before {
  color: #666;
  display: inline-block;
  font-family: "FontAwesome", sans-serif;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  visibility: visible;
}

#product-detail-carousel .owl-prev:before {
  content: "\f053";
}

#product-detail-carousel .owl-next:before {
  content: "\f054";
}

#product-detail-carousel .owl-prev,
#product-detail-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  color: transparent;
  /*visibility:hidden;*/
}

#product-detail-carousel .owl-prev {
  left: 0;
}

#product-detail-carousel .owl-next {
  right: 0;
}

/* Share links */
.share-list {
  text-align: center;
  margin-left: 0;
  margin-bottom: 0;
}

.share-list li {
  margin-bottom: 0;
}

.share-list li:before {
  content: "";
}

.share-list li a {
  display: inline-block;
  font-size: 18px;
  padding: 10px;
}

@media (min-width: 992px) and (max-width: 1196px) {
  .share-list li a {
    font-size: 16px;
    padding: 8px 6px;
  }
}
/* product info */
.item-detail-info .item-desc {
  margin-bottom: 30px;
}

.item-detail-info .btn-download {
  margin-bottom: 18px;
}

.btn-download {
  padding-right: 2.3em;
  position: relative;
  transform: translateZ(0px);
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
}

.btn-download:before {
  content: "\f01a";
  font-family: FontAwesome;
  padding: 0 1px;
  position: absolute;
  right: 1em;
  transform: translateZ(0px);
  font-weight: normal;
  top: 50%;
  margin-top: -17px;
}

.btn-download:hover:before, .btn-download:focus:before, .btn-download:active:before {
  animation-duration: 0.75s;
  animation-name: hvr-icon-down;
  animation-timing-function: ease-out;
}

@keyframes hvr-icon-down {
  0%, 50%, 100% {
    transform: translateY(0px);
  }
  25%, 75% {
    transform: translateY(6px);
  }
}
.item-detail-info-2 {
  margin: 20px 0 40px;
}

.item-detail-info-2 .table {
  color: #006683;
}

.item-detail-info-2 .table > tbody > tr > td,
.item-detail-info-2 .table > thead > tr > th {
  border: 0;
}

.item-detail-info-2 .table th {
  background: #0088A5;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.item-detail-info-2 .table td {
  font-size: 14px;
}

.item-detail-info-2 .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #F3F6F7;
}

@media (max-width: 767px) {
  .item-detail-gallery,
  .item-detail-info {
    text-align: center;
  }

  .item-detail-info .item-detail-info {
    text-align: left;
  }
}
/* Galeria productos relacionados */
#related-products {
  position: relative;
  margin-bottom: 60px;
}

#related-products h2 {
  text-transform: uppercase;
  letter-spacing: 3pt;
  font-size: 18px;
  margin-bottom: 40px;
}

#products-carousel .item {
  margin: 5px;
}

.customNavigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background: #006683;
  height: 32px;
  width: 32px;
  line-height: 32px;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  position: absolute;
  /*top:45%;*/
  top: 140px;
}

.customNavigation a:hover {
  background: #003e50;
}

.btn-arrow.prev {
  left: -10px;
}

.btn-arrow.next {
  right: -10px;
}

@media (max-width: 480px) {
  .customNavigation a {
    top: 160px;
  }
}
/* CATALOGOS
-------------------------------------------------- */
.list-catalogos .item {
  margin-bottom: 40px;
}

.list-catalogos .item-img {
  padding: 5px;
}

@media (min-width: 1200px) {
  .list-catalogos {
    padding: 0 20px;
  }

  .list-catalogos .item {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .list-catalogos .col-md-4:nth-of-type(3n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-catalogos .col-sm-3:nth-of-type(4n+1) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .list-catalogos .item-info h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) and (min-width: 540px) {
  .list-catalogos .col-xs-4:nth-of-type(3n+1) {
    clear: both;
  }
}
@media (max-width: 539px) {
  .list-catalogos .col-xs-4 {
    width: 50%;
  }

  .list-catalogos .col-xs-4:nth-of-type(2n+1) {
    clear: both;
  }
}
/* Catalogo detalle */
#catalogo-detail .item-detail {
  margin-bottom: 40px;
}

#catalogo-detail .item-desc {
  margin-bottom: 40px;
}

#catalogo-detail .item-img {
  border: 1px solid #e1e1e1;
  padding: 5px;
  background: #fff;
  max-width: 300px;
  margin: 0 auto 30px;
}
#catalogo-detail .capitulos h2{
  font-size: 38px;
  text-align: center;
}
#catalogo-detail .capitulos .item-desc{
  font-size: 17px;
  text-align: center;
}
#catalogo-detail .capitulos .btn-blue{
  color: #006683;
  background-color: #fff;
  border: 0;
  text-align: left;
}
#catalogo-detail .capitulos h3{
    font-size: 22px;
}
@media (max-width: 480px) {
  #catalogo-detail .item-detail .col-xs-4,
  #catalogo-detail .item-detail .col-xs-8 {
    width: 100%;
  }
}
/* NOTICIAS
-------------------------------------------------- */
.list-news .post {
  margin-bottom: 40px;
}

.list-news h3 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1pt;
  border-bottom: 3px solid #006683;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#news .list-news h3 {
  margin-bottom: 10px;
}

.list-news h3 a {
  color: #2e2f33;
}

.list-news h3 a:hover {
  color: #006683;
}

.post-entry {
  font-family: "calluna", serif;
  font-style: italic;
}

.post-meta {
  overflow: hidden;
}

.list-news .post-meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-right: 10px;
  border-bottom: 1px dotted #ddd;
}

.post-date .fa {
  color: #006683;
}

.post-link {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

@media (min-width: 992px) {
  #news .list-news .col-sm-4:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #news .list-news .col-sm-4:nth-of-type(3n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  #news .list-news .col-sm-4:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (max-width: 400px) {
  #news .list-news .col-xs-6 {
    width: 100%;
  }
}
/* Noticias detalle */
#post-detail .post-meta {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}

#post-detail .post-date {
  margin: 5px 0;
}

#post-detail .share-links .share-list li a {
  padding: 4px 6px;
  font-size: 16px;
}

#post-detail .post-entry {
  font-size: 21px;
  margin-bottom: 40px;
}

#post-detail .post-img {
  margin-bottom: 40px;
}

#post-detail .post-img img {
  margin: 0 auto;
}

#post-detail .post-text {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #post-detail .post-entry {
    font-size: 18px;
  }
}
/* CONTACTO
-------------------------------------------------- */
@media (min-width: 1200px) {
  #contact .main-content.col-md-push-3 {
    left: 300px;
  }
}
#contact-form {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

#contact-form p.lead {
  font-family: "calluna", serif;
  font-style: italic;
  margin-bottom: 40px;
}

#contact-form .form {
  text-align: left;
}

#contact-form .form-control {
  background: #F5F5F5;
  border-color: #F5F5F5;
}

#contact-form .form .btn {
  text-transform: uppercase;
  margin-top: 24px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#contact-localizacion h2 {
  font-size: 40px;
  margin-bottom: 40px;
}

.contact-sede-central {
  background: #006683;
  margin-bottom: 40px;
  color: #fff;
  padding: 10px;
}

.contact-sede-central .sede-central {
  padding: 30px 15px 30px 30px;
}

.contact-delegaciones {
  font-size: 15px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  #contact .main-content {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .contact-sede-central .sede-central {
    padding: 30px;
  }

  .contact-sede-central .map-fluid {
    padding-bottom: 50%;
  }
}
/* AVISO LEGAL Y POLITICA PRIVACIDAD
-------------------------------------------------- */
/* Check Contact Page */
#politica-privacidad .main-content h3 {
	margin-top: 40px;
}
.check-text {
	font-size: 13px;
}
/* Check Newsletter Footer */
.check-dropdown .btn-check {
	background-color: transparent;
	font-size: 14px;
	text-align: left;
	border: none;
	padding: 0;
}
.check-dropdown .btn-check:focus {
	border: none;
	outline: none;
}
.check-dropdown .btn-check:after {
  content: "\f078";
  font-family: "FontAwesome", sans-serif;
}
.footer-newsletter .checkbox a{
	color: #fff;
    font-size: 13px;
}
.footer-newsletter .checkbox a:hover{
	color: #007a9c;
}
.footer-newsletter .check-text {
	font-size: 12px;
}
/* MAPA WEB
-------------------------------------------------- */
.list-mapa-web li a {
  text-transform: uppercase;
  font-weight: bold;
  color: #2e2f33;
}

.list-mapa-web li a:hover {
  color: #006683;
}

.list-mapa-web li ul {
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.list-mapa-web li ul li {
  margin-bottom: 10px;
}

.list-mapa-web li ul li a {
  text-transform: none;
  font-weight: normal;
}

.list-mapa-web li:before {
  content: "";
}

.list-mapa-web li ul li:before {
  content: "\f111";
}

/* ERROR 404
-------------------------------------------------- */
/* BUSCADOR
-------------------------------------------------- */
/* MAPS
-------------------------------------------------- */
.map-fluid {
  position: relative;
  padding-bottom: 75%;
  /*padding-top: 30px;*/
  height: 0 !important;
  overflow: hidden;
  /*margin-bottom:20px;*/
}

.map-fluid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

/* COOKIES POP UP
-------------------------------------------------- */
#cookies-popup {
  position: fixed;
  bottom: 0;
  background: #D8D8DA;
  width: 100%;
  z-index: 1000;
  padding: 20px 0 10px 0;
  color: #2e2f33;
}

#cookies-popup p.titulo {
  font-size: 14px;
  margin: 0 0 5px 0;
  font-weight: bold;
}

#cookies-popup p {
  font-size: 12px;
  margin-bottom: 10px;
}

#cookies-popup .link {
  border-bottom: 1px dotted;
  margin: 0;
}

#cookies-popup a:hover.link {
  border-bottom: none;
}

#cookie-btn {
  padding: 4px 13px;
  margin-bottom: 10px;
  font-size: 11px;
  font-family: "sofia-pro", sans-serif;
}
