/* Imports */
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,700");
.mar-none {
  margin: 0 !important; }

.pad-none {
  padding: 0 !important; }

.center {
  margin: 0 auto;
  text-align: center !important; }

.padmax {
  padding-top: 20px;
  padding-bottom: 20px; }

.derecha {
  float: right; }

.full-page {
  min-height: 70vh; }

.bold {
  font-weight: bold !important;
  display: inline-block; }

.light {
  font-weight: lighter; }

.tabla {
  display: table !important; }

.tabla-cell {
  display: table-cell !important; }

.middle {
  vertical-align: middle !important; }

.patop {
  padding-top: 10px; }

.ta-derecha {
  text-align: right; }

.sombra {
  -webkit-box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75); }

.full-width {
  width: 100%; }

.slow {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important; }

.slower {
  -webkit-animation-duration: 5s !important;
  animation-duration: 5s !important; }

.slowest {
  -webkit-animation-duration: 7s !important;
  animation-duration: 7s !important; }

.corazon:hover {
  color: #C30505; }

.palecero {
  padding-left: 0; }

.sombrat {
  text-shadow: -3px 2px 2px rgba(0, 0, 0, 0.5); }

.buwo-mini {
  height: 21px; }

.full-height {
  height: 100%; }

.full-width {
  width: 100%; }

/*  Transparencia entre Slider */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%; }

.slider {
  width: 100%;
  height: 40vh;
  overflow: hidden; }
  .slider img {
    margin-top: -20%;
    min-width: 100%; }

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #5cb85c;
  border-color: transparent;
  color: #ebebeb; }

.alert-success hr {
  border-top-color: transparent; }

.alert-success .alert-link {
  color: #d2d2d2; }

.alert-info {
  background-color: #5bc0de;
  border-color: transparent;
  color: #ebebeb; }

.alert-info hr {
  border-top-color: transparent; }

.alert-info .alert-link {
  color: #d2d2d2; }

.alert-warning {
  background-color: #f0ad4e;
  border-color: transparent;
  color: #ebebeb; }

.alert-warning hr {
  border-top-color: transparent; }

.alert-warning .alert-link {
  color: #d2d2d2; }

.alert-danger {
  background-color: #d9534f;
  border-color: transparent;
  color: #ebebeb; }

.alert-danger hr {
  border-top-color: transparent; }

.alert-danger .alert-link {
  color: #d2d2d2; }

/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 3;
  /* Stay on top */
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  -webkit-transition: 0.5s; }

/* The navigation menu links */
.sidenav a {
  text-transform: uppercase;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  cursor: pointer; }

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus {
  color: #a87c01;
  cursor: pointer; }

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  cursor: pointer; }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
#navbar {
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 10px 0;
  color: #fff;
  font-weight: bold; }
  #navbar a, #navbar span {
    color: #fff; }
    #navbar a:hover, #navbar span:hover {
      text-decoration: none;
      color: #fff; }

.menu-desktop {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 15px 0;
  color: #fff;
  font-weight: bold; }
  .menu-desktop a, .menu-desktop span {
    text-transform: uppercase;
    color: #fff;
    margin: 10px 30px;
    font-size: 16px;
    cursor: pointer; }
    .menu-desktop a:hover, .menu-desktop span:hover {
      text-decoration: none;
      color: #fff;
      cursor: pointer; }
    .menu-desktop a i, .menu-desktop span i {
      font-size: 26px;
      margin-left: 2px; }

#navbar-derecha {
  display: inline-block !important;
  position: absolute;
  right: 20px; }

#navbar-izquierda {
  display: inline-block;
  position: absolute;
  left: 20px; }

#navbar-center {
  text-align: center; }

.sliding-middle-out {
  display: inline-block;
  position: relative;
  padding-bottom: 3px; }

.sliding-middle-out:after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
  -webkit-transition: width .5s ease, background-color .5s ease; }

.sliding-middle-out:hover:after {
  width: 100%;
  background: #a87c01; }

.underline {
  display: inline-block;
  position: relative;
  padding-bottom: 3px; }

.underline:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
  -webkit-transition: width .5s ease, background-color .5s ease; }

.underline:hover:after {
  width: 100%;
  background: #fff; }

/* VARIABLES */
/* COLORES */
/* CODE */
.pad-none {
  padding: 0 !important; }

html * {
  font-family: "Nunito", sans-serif; }

body {
  background-color: #fff;
  color: #000; }

h2 {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase; }

#descripcion {
  padding: 40px 20px; }
  #descripcion p {
    text-align: justify;
    color: #aaa;
    font-size: 18px;
    font-weight: lighter; }

#nosotros {
  padding: 40px 0; }

#confidencialidad {
  padding: 40px 0; }

#header {
  position: relative;
  background: url(../imagenes/header.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  padding: 0; }

#servicios {
  font-family: "Nunito", sans-serif;
  background-color: #414141;
  color: #fff; }
  #servicios i {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-left: 5px; }
  #servicios a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    color: #fff;
    text-decoration: none; }
  #servicios h3 {
    font-family: "Nunito", sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 16px; }
  #servicios .servicio {
    padding: 50px 0;
    height: 210px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-align: center; }
    #servicios .servicio:hover {
      cursor: pointer;
      border-bottom: solid 8px #a87c01; }
      #servicios .servicio:hover i {
        margin-left: 12px; }
  #servicios h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold; }

.modal-title {
  text-align: center;
  color: #a87c01;
  text-transform: uppercase; }
  .modal-title button {
    margin-right: 20px; }
  .modal-title h1 {
    font-weight: bold;
    font-family: "Nunito", sans-serif; }

.modal-body {
  padding: 30px;
  text-align: justify !important; }
  .modal-body p {
    text-align: justify !important; }

#legal-modal .imagen {
  content: '';
  width: 100%;
  height: 200px;
  background: url(../imagenes/fondo-legal.jpg) no-repeat center center;
  background-size: cover;
  border-bottom: solid 6px #a87c01; }

#fiscal-modal h2 {
  margin-bottom: 20px; }
#fiscal-modal .imagen {
  content: '';
  width: 100%;
  height: 200px;
  background: url(../imagenes/fiscal.jpg) no-repeat center center;
  background-size: cover;
  border-bottom: solid 6px #a87c01; }
#fiscal-modal .linea {
  margin-top: 30px;
  margin-bottom: 5px; }

.socio {
  padding: 20px 0; }
  .socio h3 {
    font-weight: bold; }
  .socio p {
    text-align: justify; }

#socios {
  padding: 20px 0; }
  #socios h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: #000; }

#comercio-modal .imagen {
  content: '';
  width: 100%;
  height: 200px;
  background: url(../imagenes/comercio-exterior.jpg) no-repeat center center;
  background-size: cover;
  border-bottom: solid 6px #a87c01; }

.leer {
  position: absolute;
  bottom: 10px; }
  .leer i {
    color: #a87c01; }

#legal {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  background: url(../imagenes/fondo-legal-b.jpg) no-repeat center center;
  background-size: cover; }
  #legal:hover {
    background: url(../imagenes/fondo-legal.jpg) no-repeat center center;
    background-size: cover; }

#fiscal {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  background: url(../imagenes/fiscal-b.jpg) no-repeat center center;
  background-size: cover; }
  #fiscal:hover {
    background: url(../imagenes/fiscal.jpg) no-repeat center center;
    background-size: cover; }

#comercio {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  background: url(../imagenes/comercio-exterior-b.jpg) no-repeat center center;
  background-size: cover; }
  #comercio:hover {
    background: url(../imagenes/comercio-exterior.jpg) no-repeat center center;
    background-size: cover; }

.linea {
  margin: 20px 0;
  content: '';
  background-color: #a87c01;
  height: 2px;
  width: 200px; }

.logo-header {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }

.aviso-privacidad {
  text-align: justify !important; }

#blog {
  padding: 50px 0 160px;
  background-color: #f0f0f0; }
  #blog h2 {
    display: inline-block; }
  #blog a {
    color: #414141;
    text-decoration: none; }
    #blog a:hover {
      color: #a87c01; }
      #blog a:hover .info-nota {
        bottom: 0px; }

#mapa-box {
  height: 900px;
  position: relative; }

#footer {
  background-color: #414141;
  color: #fff;
  padding: 30px 0;
  text-align: center; }
  #footer strong {
    color: #a87c01;
    margin: 0 5px; }
  #footer a {
    text-decoration: none;
    color: #fff;
    font-weight: lighter;
    font-family: "Nunito", sans-serif;
    text-align: center;
    font-size: 16px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
    #footer a:hover {
      font-size: 18px; }
  #footer i {
    color: #a87c01;
    margin: 0 5px; }

#leer-notas {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
  background-color: #a87c01;
  border: solid 1px #a87c01;
  color: #fff !important;
  padding: 3px 7px;
  font-size: 16px;
  margin-top: 20px;
  text-decoration: none; }
  #leer-notas:hover {
    background-color: transparent;
    color: #a87c01 !important; }

.logo-footer {
  margin: 0 auto;
  max-width: 180px; }

.redes {
  margin: 0 0 20px; }
  .redes a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin: 20px;
    font-size: 24px; }
  .redes i {
    color: #a87c01; }

#contacto {
  width: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(17, 17, 17, 0.8);
  height: 300px;
  z-index: 99999999;
  color: #fff; }
  #contacto h2 {
    text-align: center;
    text-transform: none;
    font-weight: bold; }

.iso {
  margin: 0 auto;
  max-width: 70px;
  margin-top: 50px; }

#mapa {
  width: 100%;
  height: 100%; }

.elemento {
  width: 100%; }

#test {
  position: absolute; }

.square {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  width: 100%;
  height: 300px;
  position: relative;
  margin: 40px 0; }

.info-nota {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  font-family: "Nunito", sans-serif;
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  bottom: -40px;
  height: 250px;
  padding: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%); }
  .info-nota h2 {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-weight: bold;
    text-transform: none;
    font-size: 22px;
    margin: 20px 0; }
  .info-nota p {
    color: #aaa;
    font-family: "Nunito", sans-serif;
    font-weight: lighter;
    font-size: 14px;
    text-align: justify; }
  .info-nota h3 {
    font-family: "Nunito", sans-serif;
    font-weight: lighter;
    color: #a87c01;
    font-size: 16px;
    margin: 0; }

.linea-nota {
  content: '';
  height: 2px;
  width: 20px;
  background-color: #a87c01;
  margin: 20px 0; }

/* ---- .grit-item ---- */
div.wpcf7-mail-sent-ok {
  border: none !important;
  background-color: #22b17a;
  margin-top: -21px;
  color: #fff !important; }

span.wpcf7-not-valid-tip {
  color: #fff !important;
  font-size: 1em;
  display: block;
  background-color: #e74545;
  text-align: center;
  margin-top: 0px; }

div.wpcf7-validation-errors {
  border: none !important;
  background-color: transparent;
  text-align: center; }

.corazon {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  color: #a87c01;
  cursor: pointer; }

#forma input {
  border-radius: 7px;
  background-color: transparent;
  border: solid 2px #a87c01;
  color: #fff; }
#forma textarea {
  height: 60px;
  background-color: transparent;
  border: solid 2px #a87c01;
  color: #fff; }
#forma .boton-forma {
  background-color: #a87c01;
  color: #fff; }

.privacidad {
  margin: 20px 0; }
  .privacidad strong {
    color: #a87c01; }
  .privacidad a {
    font-family: "Nunito", sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    color: #fff;
    text-transform: uppercase; }
    .privacidad a:hover {
      color: #a87c01; }

.cabecera {
  background: url(../imagenes/header.jpg) no-repeat center center;
  background-size: cover;
  height: 250px;
  font-family: "Nunito", sans-serif; }

.logo-header-normal {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  display: inline-block;
  max-width: 200px;
  margin-top: 30px; }
  .logo-header-normal:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); }

.idioma {
  display: inline-block;
  margin-left: 20px; }
  .idioma a {
    display: inline-block; }
  .idioma strong {
    display: inline-block; }

.menu {
  display: inline-block;
  margin-top: 40px; }
  .menu a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin: 10px; }
    .menu a:hover {
      cursor: pointer; }
  .menu strong {
    color: #a87c01; }

.nota {
  padding: 40px 0; }
  .nota h1 {
    margin-top: 0;
    text-transform: none;
    font-size: 26px;
    font-family: "Nunito", sans-serif;
    font-weight: bold; }
  .nota h4 {
    color: #a87c01;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    font-weight: lighter; }

.caja-imagen {
  margin: 20px 0;
  content: '';
  width: 100%;
  height: 300px; }

.contenido {
  color: #aaa;
  text-align: justify; }

@media (max-width: 768px) {
  .info-nota {
    bottom: 0px; }

  .privacidad strong {
    display: none; } }
@media (max-width: 580px) {
  .desaparece-ch {
    display: none; }

  .logo-header {
    max-width: 75%; } }

/*# sourceMappingURL=style.css.map */
