@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,300,300italic,700italic);
/* CSS Document 
* Nombre del proyecto:ERIKA RUBJA
* Nombre del archivo: erika-rubaja.css
* Descripción: Hoja de estilos global
* Fecha de creación: Mayo de 2015
* Autor: Javier Herrera
* Autor eMail: javier@adboxpublicidad.com
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: 0 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000000;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/***************************************/
/*========= CLEANERS & OTHERS =========*/
/***************************************/
* {
  box-sizing: border-box;
  outline: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
}
figure {
  line-height: 0;
}
::-moz-selection {
  background: #cb7600;
  color: #fff;
}
::selection {
  background: #cb7600;
  color: #fff;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  overflow-x: hidden;
  min-height: 1200px;
  background-color: #e9e6dd;
  margin-right: 0 !important;
}
/*-------------
*-- CLEARFIX --*
-------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
.cleaner {
  clear: both;
  margin: 0;
  padding: 0;
  width: 0 !important;
  height: 0 !important;
}
/*-------------
*-- ICONS --*
-------------*/
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?5tpoms');
  src: url('fonts/icomoon.eot?#iefix5tpoms') format('embedded-opentype'), url('fonts/icomoon.woff?5tpoms') format('woff'), url('fonts/icomoon.ttf?5tpoms') format('truetype'), url('fonts/icomoon.svg?5tpoms#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mail:before {
  content: "\e600";
}
.icon-search:before {
  content: "\e601";
}
.icon-link:before {
  content: "\e602";
}
.icon-instagram:before {
  content: "\e055";
}


.icon-pinterest:before {
  content: "\e604";
}
.icon-linkedin:before {
  content: "\e605";
}
/*-------------
*-- WRAPPER --*
-------------*/
.wrapper {
  max-width: 900px;
  margin: auto;
  position: relative;
  background-color: #fbfbfb;
}
.content {
  width: 98.33%;
  margin: auto;
  border-right: dotted 1px #AAAAAA;
  border-left: dotted 1px #AAAAAA;
  padding-bottom: 15px;
}
.main-title {
  border-top: dotted 1px #AAAAAA;
  border-bottom: dotted 1px #AAAAAA;
  padding: 4px 0;
  font-size: 1em;
  width: 94.56%;
  margin: auto;
}
.main-title span {
  display: block;
  background-color: #dedbd3;
  text-align: right;
  font: normal 700 1.6em/1.3em 'Open Sans Condensed';
  color: #fe9400;
  padding: 0 0.3em;
}
.main-title span em {
  color: #767583;
  font-style: normal;
  border-left: solid 1px #767583;
  padding-left: 5px;
}
[data-id=title-servicios-rwd] {
  display: none;
}
/********************************************/
/*=========      $HEADER-&-NAV     =========*/
/********************************************/
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 500;
  background-color: #e9e6dd;
}
.header-wrap {
  margin: auto;
  max-width: 900px;
  position: relative;
  padding-top: 25px;
}
.logo-bar {
  background: url(../images/bg-logo-bar.jpg);
  background-size: cover;
  overflow: hidden;
  padding-top: 12.77%;
  position: relative;
}
.logo {
  position: absolute;
  width: 33%;
  margin: 2.22% 0 0 3.8%;
  left: 0;
  top: 0;
}
.copy {
  position: absolute;
  width: 12.77%;
  margin: 3% 1.9% 0 0;
  right: 0;
  top: 0;
}
.btn-nav-responsive {
  display: none;
}
/*-------------
*-- NAV --*
-------------*/
nav {
  min-height: 25px;
  background-color: #E0DED8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
nav > ul {
  float: right;
  margin: 2px 1.5% 0 0;
}
nav > ul > li {
  display: inline-block;
  position: relative;
  font: normal 700 1.5em/20px 'Open Sans Condensed';
  color: #fe9400;
}
nav > ul > li > a {
  color: inherit;
  display: block;
  padding: 0 1em;
}
nav > ul > li:hover,
nav > ul > li.active {
  color: #fff;
}
nav > ul > li:hover[data-role],
nav > ul > li.active[data-role] {
  background-color: #fe9400;
  border-radius: 5px 5px 0 0;
}
nav > ul > li:hover .sub-menu,
nav > ul > li.active .sub-menu {
  display: block;
}
.sub-menu {
  display: none;
  position: absolute;
  background-color: #fe9400;
  padding-top: 5px;
}
.sub-menu li {
  line-height: 1em;
  padding: 0 0.5em;
}
.sub-menu li:last-child a {
  border-bottom: none;
}
.sub-menu li.active a {
  color: #fff;
}
.sub-menu a {
  display: block;
  color: #e9e6dd;
  font-size: 0.86em;
  border-bottom: dotted 1px #535362;
  text-align: center;
  padding: 0.2em 0;
}
.sub-menu a:hover {
  color: #fff;
}
.sub-menu::after {
  content: '';
  background: url(../images/bg-submenu.png);
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
/*******************************************/
/*==========  $MAIN-BANNER-HOME  ==========*/
/*******************************************/
.main-banner {
  width: 94.56%;
  margin: 15.55% auto 0;
  position: relative;
  overflow: hidden;
  background: url(../images/bg-preload.gif) no-repeat center center;
}
.rslides {
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.rslides > li {
  position: absolute;
  display: none;
  width: 100%;
  line-height: 0;
}
.rslides > li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides > li > img {
  width: 100%;
  height: auto;
}
/***********************************/
/*==========  $SLIDER's  ==========*/
/***********************************/
.slide-wrapper {
  width: 97.39%;
  margin: 15px auto;
  position: relative;
  border-bottom: dotted 1px #AAAAAA;
  padding-bottom: 30px;
}
.slide-wrapper > span {
  color: #646473;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 20px;
  margin-bottom: 10px;
  float: right;
  padding-right: 60px;
}
.title-img {
  width: 35px;
  position: absolute;
  right: -57px;
  top: -8px;
  z-index: 100;
}
[id^=slide-] figure {
  position: relative;
  max-width: 190px;
  margin: 0 12px;
}
[id^=slide-] figure > img {
  width: 100%;
}
[id^=slide-] figure::after {
  content: '';
  background: url(../images/bg-shadow-thumb.png) no-repeat;
  background-size: 100% 9px;
  width: 100%;
  height: 9px;
  position: absolute;
  left: 0;
  bottom: -9px;
}
[id^=slide-] figure.websites {
  margin-bottom: 35px;
}
[id^=slide-] figure.websites::after {
  content: '';
  background: url(../images/img-bg-web.jpg) no-repeat;
  background-size: 100% 100%;
  width: 38.42%;
  padding-top: 7.5%;
  position: absolute;
  left: 50%;
  bottom: -18%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
[id^=slide-] figure.websites div {
  border-radius: 4px;
}
[id^=slide-] figure div {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
[id^=slide-] figure div:hover {
  opacity: 1;
}
[id^=slide-] figure div ul {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
[id^=slide-] figure div ul li {
  display: inline-block;
  background-color: #292C2E;
  background-clip: padding-box;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 3px rgba(255, 187, 0, 0.5);
  box-sizing: content-box;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
[id^=slide-] figure div ul li a {
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 1.8em;
}
[id^=slide-] figure div ul li:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.title-thumb,
.txt-thumb {
  width: 90.90%;
  color: #666;
}
.title-thumb {
  font: normal 700 1.3em 'Roboto';
  margin: 12px 12px 0;
}
.txt-thumb {
  font-size: 1.3em;
  line-height: 1.2em;
  margin: 0 12px;
}
/***************************************/
/*==========  $TABLE-LAYOUT  ==========*/
/***************************************/
.table {
  display: table;
  width: 94.56%;
  margin: 15px auto;
}
.row {
  display: table-row;
}
[class^=col-] {
  display: table-cell;
  border: solid 1px #dedbd3;
  background-color: #e9e6dd;
  padding: 1.2em;
  vertical-align: top;
}
[class^=col-] :first-child {
  margin-top: 0;
}
.col-x3 {
  width: 74.33%;
}
.col-x1 {
  width: 22.33%;
}
.col-x1.orange {
  background-color: #fe9400;
}
.col-sep {
  width: 3.33%;
  background-color: transparent;
  border: none;
  position: relative;
}
.col-sep span {
  display: block;
  border-right: dotted 1px #aaa;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
}
/****************************************/
/*==========  $NUESTRO-NORTE  ==========*/
/****************************************/
.subtitle {
  font: normal 700 1.6em/1.3em 'Open Sans Condensed';
  color: #fe9400;
}
.testimonies {
  color: #999999;
  position: relative;
  margin-bottom: 25px;
}
.testimonies h2 {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 0;
}
.testimonies h2 + p {
  font-weight: 700;
  font-style: normal;
}
.testimonies p {
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 0;
  font-style: italic;
}
.testimonies span {
  color: #646473;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.rslides-2 {
  overflow: hidden;
}
.rslides-2 > li {
  position: absolute;
  display: none;
  width: 100%;
}
.rslides-2 > li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides-2_nav {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 70px;
  text-indent: -9999px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(../images/bg-arrows.png) #ffbc00;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.rslides-2_nav.next {
  left: 95px;
  background-position: -20px 0;
}
.rslides-2_nav.next:hover {
  background-position: -20px -20px;
}
.rslides-2_nav:hover {
  background-position: 0 -20px;
}
.white-text {
  color: #fff;
  font: italic 400 1.4em/1.3em 'Roboto';
}
.item-list {
  margin-top: 25px;
}
.item-list li {
  color: #fff;
  font: italic 300 1.4em/1.3em 'Roboto';
}
.item-list li:before {
  content: '+';
  margin-right: 5px;
}
/***********************************/
/*==========  $CLIENTES  ==========*/
/***********************************/
.client-list li {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 0.3em;
  color: #727284;
  position: relative;
  padding-left: 12px;
}
.client-list li::before {
  content: '';
  background-color: #fe9400;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 4px;
}
/***********************************/
/*==========  $CONTACTO  ==========*/
/***********************************/
#contact-form {
  overflow: hidden;
  display: block;
  width: 100%;
}
#contact-form label {
  width: 21.85%;
  float: left;
  text-align: right;
  padding-right: 1em;
  font: normal 700 1.3em/1.2em 'Roboto';
  padding-top: 0.6em;
  color: #666666;
  clear: left;
}
#contact-form input,
#contact-form textarea {
  width: 78.15%;
  height: 30px;
  float: left;
  border: solid 1px #fff;
  background-color: #dedbd3;
  padding: 0 0.6em;
  color: #fe9400;
  font-size: 1.4em;
  margin-bottom: 10px;
}
#contact-form input:focus,
#contact-form textarea:focus {
  background-color: #fff;
}
#contact-form textarea {
  resize: vertical;
  min-height: 75px;
  padding: 0.6em;
}
#contact-form button {
  float: right;
  border: solid 1px #fff;
  background-color: #dedbd3;
  font: normal 700 1.3em 'Roboto';
  color: #666666;
  padding: 0.5em 0.9em;
  margin-left: 0.5em;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#contact-form button:hover {
  background-color: #fe9400;
  color: #fff;
}
#contact-form span {
  float: right;
  color: #fe9400;
  font-size: 1.2em;
  line-height: 26px;
}
.contact-link {
  color: #e9e6dd;
  display: block;
  font: normal 700 1.3em 'Roboto';
  margin-bottom: 5px;
}
.contact-link:hover {
  color: #fff;
}
/*********************************/
/*==========  $FOOTER  ==========*/
/*********************************/
footer {
  background-color: #dedbd3;
  overflow: hidden;
  padding: 30px 40px;
  position: relative;
}
footer p {
  float: left;
  font-size: 1.2em;
  color: #666666;
  margin: 0;
}
footer p a {
  color: #666666;
}
footer p a:hover {
  color: #FC9417;
}
.social-links {
  float: right;
}
.social-links li {
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 5px;
  background-color: #535353;
  margin-left: 4px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.social-links li:hover {
  transform: scale(1.2) rotate(360deg);
  -ms-transform: scale(1.2) rotate(360deg);
  -webkit-transform: scale(1.2) rotate(360deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.social-links li a {
  display: block;
  text-align: center;
}
.social-links li a span {
  color: #fff;
  font-size: 1.3em;
  line-height: 25px;
}
.wrap-top-btn {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 900px;
  margin: auto;
}
#btn-top {
  display: none;
  width: 30px;
  position: absolute;
  right: -40px;
  bottom: 0;
  cursor: pointer;
}
#btn-top:hover {
  opacity: 0.7;
}
/**************************************************/
/*=========      $ALERTAS-FORMULARIO     =========*/
/**************************************************/
#popup_container {
  font-family: inherit;
  font-size: 14px;
  line-height: 18px;
  min-width: 300px;
  /* Dialog will be no smaller than this */
  max-width: 600px;
  /* Dialog will wrap after this width */
  background: #FFF;
  border: solid 5px #999;
  color: #333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#popup_title {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75em;
  color: #666;
  background: #cccccc url(../images/alerts/title.gif) top repeat-x;
  border: solid 1px #FFF;
  border-bottom: solid 1px #999;
  cursor: default;
  padding: 0em;
  margin: 0em;
}
#popup_content {
  background: 10px 16px no-repeat url(../images/alerts/info.png);
  padding: 1em 1.75em;
  margin: 0em;
}
#popup_container button {
  cursor: pointer;
  border: 1px solid #666;
  padding: 5px 2px;
  border-radius: 5px;
  outline: none;
}
#popup_container button:hover {
  background: #666;
  color: #FFF;
}
#popup_content.alert {
  background-image: url(../images/alerts/info.png);
}
#popup_content.confirm {
  background-image: url(../images/alerts/important.gif);
}
#popup_content.prompt {
  background-image: url(../images/alerts/help.gif);
}
#popup_message {
  padding-left: 48px;
}
#popup_panel {
  text-align: center;
  margin: 1em 0em 0em 1em;
}
#popup_prompt {
  margin: .5em 0em;
}
#contact-form label.antispamlabel{
  width: auto;
  color: #fe9400;
  float: right;
  padding: 7px 6px 7px 0;
} 

#contact-form input.antispaminput{
  float: right;
  max-width: 173px;
  width: 100%;
}
#contact-form label.antispamlabelmedia {
  display: none;
  color: #fe9400;
}
/*****************************************/
/*=========    $MEDIA-QUERIES   =========*/
/*****************************************/
@media screen and (max-width: 990px) {
  #btn-top {
    right: 10px;
  }
  .slide-wrapper {
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 10px;
  }
  #title-servicios,
  .title-img {
    display: none;
  }
  [data-id=title-servicios-rwd] {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 730px) {
  [id^=slide] figure {
    max-width: 210px;
  }
}
@media screen and (max-width: 660px) {
  .logo-bar {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .logo {
    min-width: 300px;
    position: relative;
    float: left;
  }
  .copy {
    position: relative;
    min-width: 115px;
    float: right;
  }
  .btn-nav-responsive {
    display: block;
    float: right;
    width: 35px;
    margin: 15px;
    background-color: #fff;
    padding: 10px 5px;
  }
  .btn-nav-responsive span {
    display: block;
    width: 100%;
    height: 14px;
    border-top: solid 2px #fe9400;
    border-bottom: solid 2px #fe9400;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
  }
  .btn-nav-responsive span::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fe9400;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
  }
  nav {
    display: none;
    position: relative;
    background-color: #D8D5CC;
  }
  nav > ul {
    float: none;
    margin: 0;
  }
  nav > ul > li {
    display: block;
  }
  nav > ul > li:last-child > a {
    border-bottom: none;
  }
  nav > ul > li > a {
    text-align: center;
    padding: 0.5em;
    border-bottom: dotted 1px #aaa;
  }
  nav > ul > li:hover[data-role],
  nav > ul > li.active[data-role] {
    background-color: transparent;
    border-radius: 0;
  }
  .sub-menu {
    position: relative;
    background-color: #E9E6DD;
    padding-top: 0;
  }
  .sub-menu li {
    line-height: 1em;
    padding: 0 0.5em;
  }
  .sub-menu li.active a {
    color: #fe9400;
  }
  .sub-menu a {
    color: #656472;
    border-bottom: dotted 1px #535362;
    padding: 0.5em 0;
  }
  .sub-menu::after {
    content: none;
  }
  .main-banner {
    margin-top: 125px;
  }
  #clientes .row {
    display: block;
  }
  #clientes [class^=col-] {
    display: block;
    min-height: 310px;
  }
  #clientes .col-x1 {
    width: 47%;
    float: left;
  }
  #clientes .col-x1:nth-child(1),
  #clientes .col-x1:nth-child(3) {
    margin-bottom: 20px;
  }
  #clientes .col-sep {
    float: left;
    width: 6%;
  }
  #clientes .col-sep:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  [id^=slide] figure {
    width: 90%;
    max-width: 250px;
    margin: 0;
  }
  .copy {
    display: none;
  }
  .row {
    display: block;
    position: relative;
  }
  #norte .row {
    padding-top: 220px;
  }
  #norte [class^=col-] {
    display: block;
    width: 100%;
  }
  #norte .col-x1 {
    position: absolute;
    left: 0;
    top: 0;
  }
  #norte .col-sep {
    display: none;
  }
  #contacto [class^=col-] {
    display: block;
    width: 100%;
  }
  #contacto .col-sep,
  #contacto .col-x1 {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  #clientes .col-sep {
    display: none;
  }
  #clientes .col-x1 {
    float: none;
    width: 100%;
    border-bottom: none;
    border-top: none;
    min-height: 0;
    padding-bottom: 0;
  }
  #clientes .col-x1:nth-child(1),
  #clientes .col-x1:nth-child(3) {
    margin-bottom: 0;
  }
  #clientes .col-x1:nth-child(1) {
    border-top: solid 1px #dedbd3;
  }
  #clientes .col-x1:nth-child(7) {
    border-bottom: solid 1px #dedbd3;
    padding-bottom: 1.2em;
    padding-top: 4px;
  }
  #clientes .col-x1:nth-child(3),
  #clientes .col-x1:nth-child(5) {
    padding-top: 4px;
  }
  .client-list li:last-child {
    margin-bottom: 0;
  }
  #contact-form label {
    width: 100%;
    display: block;
    float: none;
    text-align: left;
    padding: 0;
    margin-bottom: 5px;
  }
  #contact-form input,
  #contact-form textarea {
    width: 100%;
    height: 30px;
    float: none;
    display: block;
  }
  #contact-form button {
    margin-bottom: 10px;
  }
  footer {
    text-align: center;
  }
  footer p {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .social-links {
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 380px) {
  .btn-nav-responsive {
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px;
  }
  .slide-wrapper > span {
    display: none;
  }
  [id^=slide-] figure {
    max-width: 190px;
    margin: 0 auto;
  }
  .title-thumb,
  .txt-thumb {
    width: 100%;
    max-width: 190px;
    margin: auto;
  }
  .title-thumb {
    margin-top: 12px;
  }
  .slick-prev,
  .slick-next {
    top: 50% !important;
    margin-top: -10px;
    left: 10px;
  }
  .slick-next {
    left: auto;
    right: 10px !important;
  }
  #norte .row {
    padding-top: 240px;
  }
  #contact-form input.antispaminput {
    float: left;
    max-width: 173px;
    width: 100%;
  }
  #contact-form label.antispamlabelmedia {
    display: block;
  }
  #contact-form label.antispamlabel{
    display: none;
  }
}
@media screen and (max-width: 330px) {
  .logo {
    min-width: 0;
    width: 95%;
    margin: 15px 2.5% 0;
  }
  header {
    position: static;
  }
  .main-banner {
    margin-top: 0;
  }
}
.icon-instagram:before {
  content: "\e055";
  background: url(/assets/images/insta.png);
  width: 25px;
  /* height: 20px; */
  background-size: 17px;
  display: block;
  background-repeat: no-repeat;
  background-position: 4px 4px;
  padding: 0 !important;
  margin: 0 !important;
  filter: invert(1);
}