@charset "UTF-8";
/*
Theme Name: ADN - Inovanto
Theme URI: https://inovanto.com/
Author: Programación 360
Author URI: https://inovanto.com/
Description: Diseño y desarrollo web Inovanto. Tel. 2281890607, correo: hola@inovanto.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inovanto

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Basic */
/*-----------------------------------------------*/
/* Variables Globales */
/*-----------------------------------------------*/
/* Fuentes
------------*/
/* Header containers */
/* Logo */
/* Menu */
/* 16px */
/* Social Icons */
/* Main content */
/* Colores
------------*/
/* Tamaños
------------*/
/*-----------------------------------------------*/
/* Mixins
/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* Funciones */
/*-----------------------------------------------*/
/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Utilities */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -17px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 1;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* Custom Styles */
form .error {
  color: #ff0000;
}

/* Structure */
/* Basic content */
/* Uls */
/* Contents */
/* Background image */
.bgimg {
  background-image: url(images/sample.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg:hover {
  background-image: url(images/sample-hover.jpg);
}

/* Custom bullet img */
ul.custom_bullet {
  padding-left: 27px;
  list-style-image: url("images/medium-black-bullet.png");
}

/* Flexslider custom  arrows */
#custom_flexslider .flex-direction-nav .flex-prev {
  width: 36px;
  height: 60px;
  margin-top: -30px;
  background-image: url(images/flecha-logos-left.png);
  background-position: center;
  background-repeat: no-repeat;
}

#custom_flexslider .flex-direction-nav .flex-prev:before {
  content: '';
}

#custom_flexslider .flex-direction-nav .flex-next {
  margin-top: -30px;
  width: 36px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/flecha-logos-right.png);
}

#custom_flexslider .flex-direction-nav .flex-next:before {
  content: '';
}

/* FIXES */
/* Makes padding grow within container */
* {
  -webkit-box-sizing: Border-box;
  box-sizing: Border-box;
}

/* Fixes elements when they shrink */
.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.group {
  display: inline-block;
  clear: both;
}

/* start commented backslash hack \*/
* html .group {
  height: 1%;
}

.group {
  display: block;
}

/* close commented backslash hack */
/* BASIC STRUCTURES */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
}

body a {
  text-decoration: none;
}

/* UTILITIES */
/* Disappearing html tags under comments */
.form-allowed-tags {
  display: none;
}

/* splitter */
.clear-both {
  clear: both;
  display: block;
  width: 100%;
}

/* Center Item */
.center {
  margin-left: auto;
  margin-right: auto;
}

/* Full section content */
.section-wrapper .section-container.full {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* BASIC STRUCTURES */
.content-wrapper {
  width: 100%;
  margin-top: 0px;
}

/* Full width pages */
#primary {
  width: 100%;
}

#primary #main {
  width: 100%;
}

#primary #main article {
  width: 100%;
}

/* Blog style pages width sidebar */
.blog .content-wrapper, .search .content-wrapper, .archive .content-wrapper, .category .content-wrapper, .single-post .content-wrapper {
  width: 1195px;
  margin-left: auto;
  margin-right: auto;
}

.blog .content-wrapper #primary, .search .content-wrapper #primary, .archive .content-wrapper #primary, .category .content-wrapper #primary, .single-post .content-wrapper #primary {
  width: 60%;
  float: left;
  margin-right: 5%;
}

.blog .content-wrapper #primary.full, .search .content-wrapper #primary.full, .archive .content-wrapper #primary.full, .category .content-wrapper #primary.full, .single-post .content-wrapper #primary.full {
  width: 100%;
}

.blog .content-wrapper #secondary, .search .content-wrapper #secondary, .archive .content-wrapper #secondary, .category .content-wrapper #secondary, .single-post .content-wrapper #secondary {
  width: 35%;
  float: right;
}

@media (max-width: 1195px) {
  .blog .content-wrapper, .search .content-wrapper, .archive .content-wrapper, .category .content-wrapper, .single-post .content-wrapper {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* Social Icons */
.the-social-icons {
  text-align: center;
  display: inline-block;
}

.the-social-icons .s-icon {
  text-align: center;
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #000;
  line-height: 22px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.the-social-icons .s-icon:hover {
  background-color: #000;
  color: #fff;
}

.the-social-icons .s-icon:last-child {
  margin-right: 0;
}

.the-social-icons .s-icon i {
  margin-left: 3px;
}

/* Page */
.page #primary #main article {
  width: 100%;
}

.page #primary #main article .default-section {
  width: 1195px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1195px) {
  .page #primary #main article .default-section {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.section-wrapper .section-container {
  width: 1195px;
  margin-left: auto;
  margin-right: auto;
}

.section-wrapper .section-container .section-header .section-title {
  display: inline-block;
}

.section-wrapper .section-container .section-content img {
  max-width: 100%;
}

@media (max-width: 1195px) {
  .section-wrapper .section-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* blocks */
.base-ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: inline-block;
}

.base-ul li {
  float: left;
}

.base-ul li img {
  max-width: 100%;
}

.base-ul li .thumb {
  width: 100%;
}

.base-ul li .title {
  color: #000;
}

.base-ul li .link {
  background-color: #8b8a8d;
  color: #000;
  line-height: 1;
}

.base-ul li .link:hover {
  background-color: #0074ac;
}

.ul2 li {
  width: 50%;
  max-width: 50%;
  float: left;
}

.ul3 li {
  width: 30%;
  max-width: 30%;
  float: left;
  margin-right: 5%;
}

.ul3 li:nth-child(3n) {
  margin-right: 0;
}

.ul3 li:nth-child(3n+1) {
  clear: left;
}

.ul3 li img {
  max-width: 100%;
}

.ul4 li {
  width: 25%;
  max-width: 25%;
  float: left;
}

.ul5 li {
  width: 20%;
  max-width: 20%;
  float: left;
}

.ul8 li {
  width: 12.5%;
  max-width: 12.5%;
  float: left;
}

.blocks2 .block {
  width: 50%;
  float: left;
}

.blocks2 .block img {
  max-width: 100%;
}

/* FLEXSLIDER */
.flexslider {
  background: none;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  /* Custom flexslider arrows */
}

.flexslider .slides li .slide-content .slide-img {
  width: 100%;
}

.flexslider .slides li .slide-content .slide-title {
  color: #000;
}

.flexslider .slides li .slide-content .slide-description {
  color: #000;
}

.flexslider .flex-direction-nav .flex-prev {
  width: 36px;
  height: 60px;
  margin-top: -30px;
  background-image: url(images/slider-left.png);
  background-position: center;
  background-repeat: no-repeat;
}

.flexslider .flex-direction-nav .flex-prev:before {
  content: '';
}

.flexslider .flex-direction-nav .flex-next {
  margin-top: -30px;
  width: 36px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/slider-right.png);
}

.flexslider .flex-direction-nav .flex-next:before {
  content: '';
}

/*------------------------------------------------*/
/*-----------------[HEADER]-----------------------*/
/*------------------------------------------------*/
#header-wrapper {
  background: transparent;
  width: 100%;
  position: fixed;
  display: block;
  clear: both;
  white-space: nowrap;
  z-index: 99;
  top: 0;
  padding: 24px 0;
}

@media (max-width: 900px) {
  #header-wrapper {
    padding: 12px;
  }
}

#header-wrapper.tiny {
  -webkit-box-shadow: 0 0px 6px -2px #545454;
  box-shadow: 0 0px 6px -2px #545454;
  background-color: #1b1b1b;
  padding: 12px 0 12px;
}

@media (max-width: 650px) {
  #header-wrapper.tiny .navigation-wrapper {
    display: none;
  }
}

@media (max-width: 580px) {
  #header-wrapper.tiny .logo {
    float: left;
    width: auto;
  }
  #header-wrapper.tiny .logo img {
    width: 190px;
  }
  #header-wrapper.tiny .contactitos {
    position: absolute;
    right: 5%;
    top: 1px;
  }
  #header-wrapper.tiny .contactitos li:nth-child(1), #header-wrapper.tiny .contactitos li:nth-child(2) {
    display: none !important;
  }
}

@media (max-width: 400px) {
  #header-wrapper.tiny .logo {
    float: none;
  }
  #header-wrapper.tiny .contactitos {
    position: relative;
    right: auto;
    margin-bottom: 0;
  }
}

.header {
  width: 1195px;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* Logo */
  /* Main Navigation */
  /* Header Social Icons */
}

@media (max-width: 1195px) {
  .header {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 1199px) {
  .header {
    display: block;
  }
}

.header .logo {
  max-width: 262px;
}

@media (max-width: 650px) {
  .header .logo {
    display: block;
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
}

.header .logo img {
  max-width: 262px;
  vertical-align: bottom;
}

.header .contactitos {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .header .contactitos {
    position: absolute;
    right: 5%;
    top: 10px;
  }
}

@media (max-width: 900px) {
  .header .contactitos {
    position: relative;
    margin-top: 10px;
    margin-left: 5%;
    margin-bottom: 15px;
  }
}

@media (max-width: 650px) {
  .header .contactitos {
    width: 508px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    right: auto;
  }
  .header .contactitos ul {
    width: auto;
  }
}

@media (max-width: 580px) {
  .header .contactitos {
    width: 152px;
  }
  .header .contactitos ul {
    width: 100%;
  }
  .header .contactitos li {
    display: block !important;
    text-align: ce;
  }
}

.header .contactitos li {
  display: inline-block;
  float: none;
  padding: 0 1.4em;
}

.header .contactitos li a {
  color: #fff;
}

.header .contactitos li:nth-child(1) {
  background-image: url(images/icon-phone.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.header .contactitos li:nth-child(2) {
  background-image: url(images/icon-whats.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 10px;
}

.header .contactitos li:nth-child(3) {
  background-color: #339541;
  padding: 4px 17px;
  cursor: pointer;
}

.header .navigation-wrapper {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media (max-width: 1199px) {
  .header .navigation-wrapper {
    float: right;
  }
}

@media (max-width: 650px) {
  .header .navigation-wrapper {
    display: block;
    float: none;
    margin-top: 20px;
  }
}

.header .main-nav {
  /* Clase del botón del menú que se muestra en pantallas pequeñas */
}

.header .main-nav .toggle-nav {
  display: none;
  padding: 0;
  height: auto;
}

@media (max-width: 1199px) {
  .header .main-nav .toggle-nav {
    display: block;
    margin: 0 auto;
    width: 35px;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    text-transform: uppercase;
    -webkit-transition: color linear 0.15s;
    -o-transition: color linear 0.15s;
    transition: color linear 0.15s;
  }
  .header .main-nav .toggle-nav span {
    background: #fff;
    width: 35px;
    height: 4px;
    display: block;
  }
  .header .main-nav .toggle-nav span:nth-child(2) {
    margin: 5px 0;
  }
}

.header .main-nav .toggle-nav:hover, .header .main-nav .toggle-nav:focus, .header .main-nav .toggle-nav.inactivo {
  text-decoration: none;
  background: transparent;
  color: #444;
}

@media (max-width: 1199px) {
  .header .main-nav #header-menu {
    position: absolute;
    left: 0;
    background-color: #000;
    margin-top: 14px;
    overflow-y: scroll;
    max-height: 90vh;
  }
}

.header .main-nav ul {
  font-size: 1em;
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .header .main-nav ul {
    margin: 0;
    padding: 1rem 0 0;
    width: 100% !important;
    display: block;
    list-style: none;
    font-size: 1.1em;
  }
}

@media (max-width: 1199px) {
  .header .main-nav ul.inactivo {
    display: none;
  }
}

.header .main-nav li {
  float: left;
  position: relative;
}

@media (max-width: 1199px) {
  .header .main-nav li {
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: #339541 1px solid;
  }
}

.header .main-nav a {
  color: #fff;
  display: block;
  line-height: 2em;
  padding: 0px 1.4em;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .header .main-nav a {
    height: 2.625em;
  }
}

.header .main-nav ul ul {
  display: none;
  float: left;
  margin: 0;
  position: absolute;
  top: 1.9em;
  left: 0;
  width: 188px;
  z-index: 99999;
  opacity: 0.95;
  filter: alpha(opacity=95);
  /* For IE8 and earlier */
}

@media (max-width: 1199px) {
  .header .main-nav ul ul {
    position: relative;
    width: 100%;
    top: 0;
    padding: 0;
  }
}

.header .main-nav ul ul a {
  background: #f9f9f9;
  color: #444;
  font-size: .95em;
  font-weight: normal;
  height: auto;
  line-height: 1.2em;
  padding: 10px 10px;
  width: 168px;
}

@media (max-width: 1199px) {
  .header .main-nav ul ul a {
    width: 100%;
    font-size: .65em;
  }
}

.header .main-nav ul ul ul {
  left: 100%;
  top: 0;
}

.header .main-nav ul ul :hover > a,
.header .main-nav a:focus {
  background: #fff;
}

.header .main-nav li:hover > a,
.header .main-nav a:focus {
  background: transparent;
  color: #fff;
}

.header .main-nav .sub-menu {
  white-space: normal;
}

.header .main-nav .sub-menu li:hover > a,
.header .main-nav .sub-menu a:focus {
  color: #fff;
}

.header .main-nav ul li:hover > ul {
  display: block;
}

.header .main-nav .current-menu-item > a,
.header .main-nav .current-menu-ancestor > a,
.header .main-nav .current_page_item > a,
.header .main-nav .current_page_ancestor > a {
  font-weight: normal;
  color: #fff;
}

.header .the-social-icons {
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .header .the-social-icons {
    position: absolute;
    right: 110px;
  }
}

@media (max-width: 600px) {
  .header .the-social-icons {
    display: none;
  }
}

/*--------------------------------------------------*/
/*-------------------[FORMULARIOS]------------------*/
/*--------------------------------------------------*/
/* WP Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
input[type=tel],
textarea,
select {
  background: #fafafa;
  border: 1px solid #ddd;
  color: #888;
  width: 100%;
  padding: 4px 10px;
  line-height: 1.3;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  color: #373737;
}

input[type=submit] {
  background-color: #000;
  color: #fff;
  border: 0;
  padding: 4px 20px;
  float: right;
}

/* COMMENTS */
/* Disappearing html tags under comments */
.form-allowed-tags {
  display: none;
}

/* Placeholders */
::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #888;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

/*------------------------------------------------*/
/*-----------------[HEADER]-----------------------*/
/*------------------------------------------------*/
#footer-menu {
  width: 100%;
  text-align: center;
  background-color: #383838;
  margin: 0;
  list-style: none;
  padding: 0;
}

#footer-menu li {
  display: inline-block;
  padding: 10px;
}

#footer-menu a {
  color: #fff;
}

.footer {
  width: 100%;
  background-color: #151515;
  padding: 21px 0;
}

.footer .the-social-icons {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 10px 0;
}

.footer .the-social-icons .s-icon {
  color: #fff;
  border: 1px solid #fff;
}

.footer .the-social-icons .s-icon:hover {
  background-color: #fff;
  color: #000;
}

.footer .credits {
  text-align: center;
  color: #fff;
  width: 1195px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.footer .credits a {
  color: #fdfdfd;
}

.footer .credits a:hover {
  color: #f0f0f0;
}

@media (max-width: 1195px) {
  .footer .credits {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

/*--------------------------------------------------*/
/*----------------------[MODAL]---------------------*/
/*--------------------------------------------------*/
#custom-modal-container {
  display: none;
  width: 100%;
  height: 100%;
  background-image: url("images/modal-overlay-bg.png");
  position: fixed;
  top: 0;
  z-index: 99999;
  color: #3a3a3a;
}

#custom-modal-container #close-custom-modal {
  cursor: pointer;
  color: #3a3a3a;
  font-weight: 700;
  float: right;
  position: relative;
  top: -28px;
  right: -53px;
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(images/x.png);
}

#custom-modal-container .custom-modal-content {
  background-color: #d2d2d2;
  border-radius: 4px;
  padding: 40px 66px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding-bottom: 140px;
}

@media (max-width: 450px) {
  #custom-modal-container .custom-modal-content {
    padding: 20px 20px 100px;
  }
}

#custom-modal-container .modal-desc {
  text-align: center;
  margin-bottom: 35px;
}

#custom-modal-container .modal-desc h3 {
  font-size: 30px;
  margin: 0;
}

#custom-modal-container input {
  border: 0;
  margin-bottom: 10px;
  padding: 4px 25px;
  font-size: 14px;
}

#custom-modal-container input[type="submit"] {
  background-color: #339541;
  width: 100%;
  line-height: 48px;
}

#custom-modal-container .g-recaptcha > div:nth-child(1) {
  margin-left: auto;
  margin-right: auto;
}

/* Templates */
/* Default */
/* Contacto */
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/* HOME */
.main-banner {
  background-image: url(images/banner-principal.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 750px;
  color: #fff;
  padding-top: 165px;
}

@media (max-width: 1195px) {
  .main-banner {
    min-height: auto;
    padding-bottom: 70px;
  }
}

@media (max-width: 959px) {
  .main-banner {
    padding-bottom: 30px;
  }
}

@media (max-width: 580px) {
  .main-banner {
    padding-top: 250px;
  }
}

@media (max-width: 959px) {
  .main-banner .block {
    width: 100%;
    text-align: center;
  }
}

.main-banner .block:nth-child(1) {
  padding-right: 60px;
}

@media (max-width: 959px) {
  .main-banner .block:nth-child(1) {
    padding-right: 0;
  }
}

.main-banner .block:nth-child(1) h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 300;
  text-shadow: 3px 6px 9px #040404;
}

.main-banner .block:nth-child(1) h1 span {
  color: #ff0000;
  font-weight: 700;
}

.main-banner .block:nth-child(1) .desc {
  margin-top: 23px;
}

.main-banner .block:nth-child(2) {
  padding-top: 15px;
  font-size: 18px;
}

.main-banner .block:nth-child(2) .video-desc, .main-banner .block:nth-child(2) .yt-video {
  max-width: 368px;
  margin-left: auto;
  margin-right: auto;
}

.main-banner .block:nth-child(2) .yt-video {
  text-align: center;
  color: #339541;
  font-size: 30px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px 0;
  margin-top: 30px;
  cursor: pointer;
}

.main-banner .block:nth-child(2) .yt-video a {
  color: #339541;
}

.main-banner .section-footer ul {
  margin-top: 160px;
}

@media (max-width: 959px) {
  .main-banner .section-footer ul {
    margin-top: 100px;
  }
}

.main-banner .section-footer ul li {
  padding: 0 25px 0 80px;
  background-repeat: no-repeat;
  background-position: left top;
}

@media (max-width: 959px) {
  .main-banner .section-footer ul li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.main-banner .section-footer ul li:nth-child(1) {
  background-image: url(images/icon-like.png);
}

.main-banner .section-footer ul li:nth-child(2) {
  background-image: url(images/icon-piggy.png);
}

.main-banner .section-footer ul li:nth-child(3) {
  background-image: url(images/icon-flash.png);
}

.main-banner .section-footer ul li h3 {
  margin: 0 0 15px;
}

.aplicaciones-usos {
  background-color: #eeeeee;
  padding: 86px 0 135px;
}

@media (max-width: 959px) {
  .aplicaciones-usos {
    padding: 60px 0 60px;
  }
  .aplicaciones-usos .block {
    width: 100%;
    max-width: 100%;
  }
  .aplicaciones-usos .block:nth-child(1) {
    margin-bottom: 40px;
  }
  .aplicaciones-usos .block .desc {
    padding-right: 0;
  }
}

.aplicaciones-usos h2 {
  font-size: 30px;
  color: #373737;
  margin: 0 0 18px;
}

.aplicaciones-usos .desc {
  padding-right: 150px;
}

.aplicaciones-usos ul {
  -webkit-column-count: 2;
  column-count: 2;
}

.aplicaciones-usos li {
  float: none;
  padding-left: 40px;
  background-image: url(images/icon-check.png);
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 2.1;
  color: #373737;
}

.productos {
  color: #373737;
  padding: 112px 0 112px;
}

@media (max-width: 959px) {
  .productos {
    padding: 60px 0;
  }
}

.productos .section-title {
  margin: 0 0 25px;
  text-align: center;
  width: 100%;
  font-size: 36px;
}

.productos .section-title span {
  color: #ff0000;
}

.productos .desc {
  text-align: center;
}

.productos .products-name {
  text-align: center;
  margin: 40px 0 20px;
  font-weight: 600;
  font-size: 22px;
}

.productos .products-name:after {
  width: 700px;
  max-width: 100%;
  height: 3px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  content: "";
  background-color: #339541;
}

.productos #accordion {
  width: 700px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.productos #accordion div {
  background-color: #eeeeee;
  padding: 20px;
  display: block;
}

.productos #accordion div p {
  display: block;
}

.productos #accordion .contenidito img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.productos #accordion .desc {
  text-align: left;
}

.productos #accordion .listita {
  text-align: left;
  list-style-type: none;
}

.productos #accordion .listita li {
  text-align: left;
}

.productos #accordion .listita li:before {
  content: "•";
  margin-right: 4px;
  font-size: 22px;
  color: #339541;
  position: relative;
  top: 3px;
}

.productos h3 {
  font-size: 16px;
  color: #fff;
  background-color: #313131;
  font-weight: 400;
  padding: 8px 20px;
}

.productos h3:before {
  content: "+";
  color: #339541;
  margin-right: 13px;
}

.productos h3.ui-state-active:before {
  content: "-";
}

.cotizador {
  height: 380px;
  background-image: url(images/green-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

@media (max-width: 959px) {
  .cotizador {
    height: auto;
    padding-bottom: 60px;
  }
}

.cotizador h2 {
  margin-top: 103px;
  font-weight: 400;
  font-size: 30px;
}

@media (max-width: 959px) {
  .cotizador h2 {
    margin-top: 60px;
    font-size: 26px;
  }
}

.cotizador .cotizacion-trigger {
  margin-top: 15px;
  cursor: pointer;
  color: #339541;
  font-weight: 700;
  font-size: 30px;
  background-color: #fff;
  display: inline-block;
  padding: 27px 0;
  width: 366px;
  border-radius: 4px;
}

@media (max-width: 959px) {
  .cotizador .cotizacion-trigger {
    width: 280px;
    font-size: 24px;
    font-weight: 400;
    padding: 12px 0;
  }
}

.cobertura {
  color: #373737;
  padding: 210px 0 214px;
  background-image: url(images/camion.png);
  background-repeat: no-repeat;
  background-position: right center;
}

@media (max-width: 959px) {
  .cobertura {
    background-position: right bottom;
    padding: 60px 0 414px;
  }
}

@media (max-width: 959px) {
  .cobertura {
    background-position: left bottom;
  }
}

.cobertura h2 {
  margin: 0 0 40px;
  width: 50%;
  padding-right: 120px;
  font-size: 30px;
}

@media (max-width: 959px) {
  .cobertura h2 {
    font-size: 26px;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}

.cobertura .desc {
  width: 50%;
  padding-right: 120px;
}

@media (max-width: 959px) {
  .cobertura .desc {
    padding-right: 0;
    width: 100%;
  }
}

.nosotros {
  padding: 73px 0;
  background-color: #1b1b1b;
  color: #fff;
}

@media (max-width: 959px) {
  .nosotros {
    padding: 60px 0;
    background-image: url(images/icon-sello.png);
    background-repeat: no-repeat;
    background-position: center 280px;
    padding-bottom: 200px;
  }
}

@media (max-width: 700px) {
  .nosotros {
    background-position: center 340px;
    padding-bottom: 240px;
  }
}

@media (max-width: 600px) {
  .nosotros {
    background-position: center 390px;
  }
}

@media (max-width: 400px) {
  .nosotros {
    background-position: center 450px;
  }
}

@media (max-width: 300px) {
  .nosotros {
    background-position: center 520px;
  }
}

@media (max-width: 600px) {
  .nosotros .block {
    width: 100%;
  }
}

.nosotros .block:nth-child(1) h2 {
  margin: 0 0 30px;
  padding-right: 300px;
}

@media (max-width: 959px) {
  .nosotros .block:nth-child(1) h2 {
    padding-right: 50px;
  }
}

@media (max-width: 600px) {
  .nosotros .block:nth-child(1) h2 {
    padding-right: 0;
  }
}

.nosotros .block:nth-child(1) h2 span {
  color: #339541;
  font-size: 30px;
}

.nosotros .block:nth-child(1) .desc {
  font-size: 14px;
  padding-right: 130px;
}

@media (max-width: 959px) {
  .nosotros .block:nth-child(1) .desc {
    padding-right: 50px;
  }
}

@media (max-width: 600px) {
  .nosotros .block:nth-child(1) .desc {
    padding-right: 0;
  }
}

.nosotros .block:nth-child(2) {
  background-image: url(images/icon-sello.png);
  background-repeat: no-repeat;
  background-position: right center;
}

@media (max-width: 959px) {
  .nosotros .block:nth-child(2) {
    background-image: none;
  }
}

.nosotros .block:nth-child(2) h3 {
  margin: 0;
  font-size: 18px;
  padding-right: 190px;
}

@media (max-width: 959px) {
  .nosotros .block:nth-child(2) h3 {
    padding-right: 50px;
  }
}

@media (max-width: 600px) {
  .nosotros .block:nth-child(2) h3 {
    padding-right: 0;
  }
}

.nosotros .block:nth-child(2) .desc {
  margin-top: 70px;
  font-size: 14px;
  padding-right: 230px;
}

@media (max-width: 959px) {
  .nosotros .block:nth-child(2) .desc {
    padding-right: 50px;
  }
}

@media (max-width: 600px) {
  .nosotros .block:nth-child(2) .desc {
    padding-right: 0;
  }
}

/* Default */
/* Landing */
.landing-section {
  padding: 60px 0;
}

/*# sourceMappingURL=style.css.map */