@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: "effra",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: 104px;
}

/* 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: 1152px;
  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: 1152px) {
  .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: 1152px;
  margin-left: auto;
  margin-right: auto;
}

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

.section-wrapper .section-container {
  width: 1152px;
  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: 1152px) {
  .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: #000;
  width: 100%;
  position: fixed;
  display: block;
  clear: both;
  white-space: nowrap;
  z-index: 99;
  top: 0;
  padding: 0 0 10px;
}

#header-wrapper.tiny {
  -webkit-box-shadow: 0 0px 6px -2px #545454;
  box-shadow: 0 0px 6px -2px #545454;
}

.top-section {
  color: #fff;
  background-color: #A2C150;
  margin-bottom: 10px;
  text-align: right;
  padding: 12px 0;
  font-size: 12.84px;
  font-weight: 300;
}

.top-section .center {
  width: 1152px;
}

@media (max-width: 1152px) {
  .top-section .center {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.top-section .telefono {
  background-image: url(images/header-tel.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 0 5px 30px;
}

.top-section .correo {
  background-image: url(images/header-mail.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  margin-left: 25px;
}

.header {
  width: 1152px;
  background: #000;
  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: 1152px) {
  .header {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

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

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

.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;
}

.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: 960px) {
  .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: 960px) {
  .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: 13.83px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

@media (max-width: 960px) {
  .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: 960px) {
  .header .main-nav ul.inactivo {
    display: none;
  }
}

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

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

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

@media (max-width: 960px) {
  .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: 960px) {
  .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: 960px) {
  .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: #A2C150 !important;
}

.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 .the-social-icons {
  padding-left: 30px;
}

@media (max-width: 960px) {
  .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]-----------------------*/
/*------------------------------------------------*/
.logo-footer {
  text-align: center;
  background-color: #161616;
  padding: 23px 0;
}

.logo-footer img {
  max-width: 101px !important;
}

#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: #000;
  padding: 50px 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: 1152px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

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

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

@media (max-width: 1152px) {
  .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;
}

#custom-modal-container #close-custom-modal {
  cursor: pointer;
  color: #fff;
}

#custom-modal-container .custom-modal-content {
  background-color: #b9b9b9;
  padding: 40px 30px;
  max-width: 800px;
  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 */
#landing-paneles {
  margin-bottom: 0;
  border-radius: 0;
}

#home-slider {
  margin-bottom: 0;
  border-radius: 0;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#home-slider .table-row {
  position: absolute;
  z-index: 9;
  top: 0;
  height: 100%;
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  left: 0;
  width: 100%;
}

#home-slider .table-row .table-cell {
  vertical-align: middle;
  display: table-cell;
}

#home-slider .table-row .table-content {
  width: 830px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

@media (max-width: 830px) {
  #home-slider .table-row .table-content {
    width: 100%;
  }
}

#home-slider .table-row h2 {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 0px;
}

@media (max-width: 800px) {
  #home-slider .table-row h2 {
    font-size: 40px;
    margin-top: 0;
  }
}

#home-slider .table-row .desc {
  font-size: 17px;
}

#home-slider .table-row a {
  border: 1px solid #fff;
  padding: 10px;
  display: inline-block;
  color: #fff;
  margin-top: 45px;
}

@media (max-width: 600px) {
  #home-slider .table-row a {
    margin-top: 18px;
    padding: 5px 10px;
  }
}

/* Descripción principal */
.home-1-block {
  text-align: center;
}

.home-1-block .section-content {
  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;
}

.home-1-block .section-title {
  font-size: 40px;
}

.home-1-block .image {
  width: 50%;
  padding-right: 25px;
  height: auto;
  max-height: none;
}

.home-1-block .desc {
  width: 50%;
  font-size: 16px;
  color: #484848;
  font-weight: 300;
  line-height: 2;
}

/* Contacto de home */
.contact-home {
  background-image: url(images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact-home .section-container {
  padding: 100px 0 120px;
}

@media (max-width: 1200px) {
  .contact-home .section-container {
    padding: 100px 5% 120px;
  }
}

.contact-home .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1100px) {
  .contact-home .section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.contact-home .wpcf7 {
  width: 71%;
  color: #A2C150;
}

.contact-home .wpcf7 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A2C150;
}

.contact-home .wpcf7 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #A2C150;
}

.contact-home .wpcf7 :-ms-input-placeholder {
  /* IE 10+ */
  color: #A2C150;
}

.contact-home .wpcf7 :-moz-placeholder {
  /* Firefox 18- */
  color: #A2C150;
}

.contact-home .wpcf7 input, .contact-home .wpcf7 textarea {
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #A2C150;
  max-height: 100px;
  padding: 10px 0;
  font-weight: 300;
}

.contact-home .wpcf7 input[type="submit"] {
  border: 1px solid #A2C150;
  margin-top: 40px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
}

.informacion {
  padding: 70px 0;
}

.informacion .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media (max-width: 990px) {
  .informacion .section-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.informacion .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border: 1px solid #ebebeb;
  width: 357px;
  height: 293px;
  margin: auto;
}

@media (max-width: 990px) {
  .informacion .info {
    margin-bottom: 35px;
    max-width: 100%;
  }
}

/* Default Page */
.page-template-default .content-wrapper {
  margin-top: 160px;
  margin-bottom: 80px;
}

.page-template-in-contacto .content-wrapper, .page-template-in-soluciones .content-wrapper {
  margin-bottom: 80px;
}

/* Soluciones */
.images-top img {
  max-width: 100%;
}

.soluciones {
  text-align: center;
}

.soluciones h1 {
  font-size: 46.9px;
  margin: 50px 0;
}

@media (max-width: 690px) {
  .soluciones h1 {
    font-size: 30px;
  }
}

@media (max-width: 999px) {
  .soluciones .base-ul {
    max-width: 570px;
  }
}

@media (max-width: 690px) {
  .soluciones .base-ul {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.soluciones li {
  text-align: center;
  background-color: #ebebeb;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}

.soluciones li:nth-child(4) {
  margin-left: 185px;
}

.soluciones li a {
  color: #000;
}

@media (max-width: 999px) {
  .soluciones li {
    width: 270px;
    max-width: 270px;
  }
  .soluciones li:nth-child(2n) {
    margin-right: 0;
  }
  .soluciones li:nth-child(2n+1) {
    clear: left;
  }
  .soluciones li:nth-child(3n+1) {
    clear: none;
  }
  .soluciones li:nth-child(3n) {
    margin-right: 5%;
  }
  .soluciones li:nth-child(4) {
    margin-left: 0;
  }
}

@media (max-width: 690px) {
  .soluciones li {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
    max-width: 100%;
    float: none;
  }
}

.soluciones li h3 {
  margin-bottom: 30px;
  font-size: 25.55px;
}

@media (max-width: 690px) {
  .soluciones li h3 {
    font-size: 18px;
  }
}

/* Solución individual */
.lista-soluciones .section-header, .lista-programas .section-header {
  text-align: center;
}

.lista-soluciones .anchorcito, .lista-programas .anchorcito {
  padding-top: 115px;
}

.lista-soluciones h1, .lista-programas h1 {
  text-align: center;
  font-size: 46.9px;
  margin: 50px 0;
}

@media (max-width: 690px) {
  .lista-soluciones h1, .lista-programas h1 {
    font-size: 30px;
  }
}

.lista-soluciones h2, .lista-programas h2 {
  font-size: 38px;
  margin: 0 0 20px;
}

@media (max-width: 500px) {
  .lista-soluciones h2, .lista-programas h2 {
    font-size: 18px;
  }
}

.lista-soluciones .solucion-individual, .lista-programas .solucion-individual {
  width: 100%;
}

@media (max-width: 1080px) {
  .lista-soluciones .solucion-individual, .lista-programas .solucion-individual {
    text-align: center;
  }
}

.lista-soluciones .solucion, .lista-programas .solucion {
  clear: both;
  color: #484848;
  display: block;
  margin-bottom: 40px;
}

.lista-soluciones .solucion .desc, .lista-programas .solucion .desc {
  width: 40%;
  float: left;
  font-size: 15.36px;
  font-weight: 300;
  margin-bottom: 80px;
}

@media (max-width: 1080px) {
  .lista-soluciones .solucion .desc, .lista-programas .solucion .desc {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
  }
  .lista-soluciones .solucion .desc h3, .lista-programas .solucion .desc h3 {
    text-align: center;
  }
}

@media (max-width: 800px) {
  .lista-soluciones .solucion .desc, .lista-programas .solucion .desc {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .lista-soluciones .solucion .desc, .lista-programas .solucion .desc {
    width: 80%;
  }
  .lista-soluciones .solucion .desc h3, .lista-programas .solucion .desc h3 {
    font-size: 16px !important;
  }
}

.lista-soluciones .solucion .desc li, .lista-programas .solucion .desc li {
  float: none;
  display: list-item !important;
}

.lista-soluciones .solucion .desc h3, .lista-programas .solucion .desc h3 {
  font-size: 30px;
  color: #a8a8a8;
  margin: 0 0 30px;
}

.lista-soluciones .solucion .desc p, .lista-programas .solucion .desc p {
  margin-top: 0;
}

.lista-soluciones .solucion .desc .contactin, .lista-programas .solucion .desc .contactin {
  background-color: #A2C150;
  color: #fff;
  padding: 10px;
  display: inline-block;
  margin-top: 10px;
}

.lista-soluciones .solucion .solucion-img, .lista-programas .solucion .solucion-img {
  width: 58%;
  max-width: 58%;
  float: right;
  margin-bottom: 80px;
}

@media (max-width: 1080px) {
  .lista-soluciones .solucion .solucion-img, .lista-programas .solucion .solucion-img {
    float: none;
  }
}

.lista-soluciones .solucion .grupo-desc:nth-child(3) .desc, .lista-soluciones .solucion .grupo-desc:nth-child(4) .desc, .lista-programas .solucion .grupo-desc:nth-child(3) .desc, .lista-programas .solucion .grupo-desc:nth-child(4) .desc {
  float: right;
}

@media (max-width: 1080px) {
  .lista-soluciones .solucion .grupo-desc:nth-child(3) .desc, .lista-soluciones .solucion .grupo-desc:nth-child(4) .desc, .lista-programas .solucion .grupo-desc:nth-child(3) .desc, .lista-programas .solucion .grupo-desc:nth-child(4) .desc {
    float: none;
  }
}

.lista-soluciones .solucion .grupo-desc:nth-child(3) img, .lista-soluciones .solucion .grupo-desc:nth-child(4) img, .lista-programas .solucion .grupo-desc:nth-child(3) img, .lista-programas .solucion .grupo-desc:nth-child(4) img {
  float: left;
}

@media (max-width: 1080px) {
  .lista-soluciones .solucion .grupo-desc:nth-child(3) img, .lista-soluciones .solucion .grupo-desc:nth-child(4) img, .lista-programas .solucion .grupo-desc:nth-child(3) img, .lista-programas .solucion .grupo-desc:nth-child(4) img {
    float: none;
  }
}

/* Nosotros */
.page-id-257 .content-wrapper {
  background-image: url("images/marca-1.jpg");
}

.page-id-259 .entry-content img {
  max-width: 100%;
  height: auto;
}

/* Contacto */
.page-template-in-contacto .section-header {
  text-align: center;
}

.page-template-in-contacto .section-header h1 {
  font-size: 60px;
  margin-bottom: 10px;
}

@media (max-width: 500px) {
  .page-template-in-contacto .section-header h1 {
    font-size: 40px;
  }
}

.page-template-in-contacto .section-header h2 {
  margin-top: 0;
  font-size: 35px;
}

@media (max-width: 500px) {
  .page-template-in-contacto .section-header h2 {
    font-size: 30px;
  }
}

.page-template-in-contacto .block {
  width: 39%;
}

.page-template-in-contacto .block:nth-child(1) {
  font-size: 25px;
}

@media (max-width: 900px) {
  .page-template-in-contacto .block:nth-child(1) {
    float: none;
  }
}

@media (max-width: 500px) {
  .page-template-in-contacto .block:nth-child(1) {
    font-size: 20px;
  }
}

.page-template-in-contacto .block:nth-child(2) {
  width: 61%;
}

@media (max-width: 900px) {
  .page-template-in-contacto .block:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
  }
}

@media (max-width: 500px) {
  .page-template-in-contacto .block:nth-child(2) {
    width: 100%;
  }
}

.page-template-in-contacto .block input, .page-template-in-contacto .block textarea {
  margin-bottom: 10px;
}

.page-template-in-contacto .block input[type="submit"] {
  background-color: #A2C150;
  padding: 8px 25px;
  margin-top: 15px;
}

@media (max-width: 900px) {
  .page-template-in-contacto .block {
    width: 100%;
    text-align: center;
  }
}

.page-template-in-contacto .section-footer {
  background-color: #fff;
  text-align: center;
  margin-top: 40px;
  position: relative;
}

.page-template-in-contacto .section-footer .direccion-flotante {
  position: absolute;
  right: 80px;
  font-size: 25px;
  text-align: left;
  font-weight: 100;
}

.page-template-in-contacto .section-footer .direccion-flotante h3 {
  font-weight: 400;
}

@media (max-width: 1279px) {
  .page-template-in-contacto .section-footer .direccion-flotante {
    font-size: 16px;
  }
}

@media (max-width: 899px) {
  .page-template-in-contacto .section-footer .direccion-flotante {
    position: relative;
    right: 0;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .page-template-in-contacto .section-footer .direccion-flotante {
    font-size: 20px;
  }
}

.page-template-in-contacto .section-footer img {
  max-width: 100%;
}

.page-id-257 .entry-title {
  text-align: center;
}

.page-id-257 p {
  color: #484848;
}

.page-id-257 p strong {
  color: #000;
}

.page-id-257 li {
  color: #484848;
}

.page-template-in-landing-paneles {
  /* #header-wrapper {
		background-color: #fff;
	}
	.header {
		padding-top: 20px;
		background-color: #fff;
		display: block;
		text-align: center;
		.logo {
			max-width: 200px;
			@media(max-width: 500px) {
				max-width: 140px;
			}
			img {
				max-width: 200px;
				@media(max-width: 500px) {
					max-width: 140px;
				}
			}
		}
	} */
}

.page-template-in-landing-paneles #contactin .section-container {
  padding: 40px 0 80px;
}

.page-template-in-landing-paneles .frase {
  background-color: #00142A;
  padding: 30px 0;
}

.page-template-in-landing-paneles .frase h1 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: 400;
}

.page-template-in-landing-paneles .kit {
  background-color: #45b1e1;
  padding: 80px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

@media (max-width: 980px) {
  .page-template-in-landing-paneles .kit .block {
    width: 100%;
    text-align: center;
  }
  .page-template-in-landing-paneles .kit li {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 530px) {
  .page-template-in-landing-paneles .kit li {
    font-size: 19px;
    line-height: 1.3 !important;
    margin-bottom: 20px;
  }
}

.page-template-in-landing-paneles .kit ul {
  padding-top: 50px;
}

.page-template-in-landing-paneles .kit ul li {
  line-height: 2;
}

.page-template-in-landing-paneles .kit ul li strong {
  font-weight: 400;
}

.page-template-in-landing-paneles .kit .section-footer a {
  color: #fff;
  background-color: #0f1b2d;
  border-radius: 6px;
  padding: 10px 20px;
  margin-top: 30px;
  display: inline-block;
  font-size: 18px;
}

.page-template-in-landing-paneles .financiamiento {
  background-color: #000C26;
  color: #fff;
}

.page-template-in-landing-paneles .financiamiento h2 {
  font-weight: 400;
  width: 100%;
  text-align: center;
  padding: 0px 0 20px;
}

@media (max-width: 980px) {
  .page-template-in-landing-paneles .financiamiento h2 {
    padding: 0px 0 30px;
  }
}

.page-template-in-landing-paneles .financiamiento h2:after {
  width: 100px;
  height: 3px;
  display: block;
  background-color: #fff;
  content: "";
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 10px;
}

.page-template-in-landing-paneles .financiamiento .block {
  font-size: 18px;
}

@media (max-width: 980px) {
  .page-template-in-landing-paneles .financiamiento .block {
    width: 100%;
  }
  .page-template-in-landing-paneles .financiamiento .block li {
    padding-left: 0 !important;
    text-align: center;
    position: relative;
  }
  .page-template-in-landing-paneles .financiamiento .block li:before {
    content: '-';
    position: absolute;
    margin-left: -15px;
  }
}

.page-template-in-landing-paneles .financiamiento .block:nth-child(1) li {
  width: 100%;
  line-height: 2;
  padding-left: 120px;
}

.page-template-in-landing-paneles .financiamiento .block:nth-child(2) li {
  padding-left: 120px;
  line-height: 2;
  width: 100%;
}

.page-template-in-landing-paneles .financiamiento .section-footer {
  text-align: center;
}

.page-template-in-landing-paneles .financiamiento .section-footer img {
  margin-top: 0px;
  margin-bottom: 30px;
  width: 650px;
  max-width: 100%;
}

@media (max-width: 980px) {
  .page-template-in-landing-paneles .financiamiento .section-footer img {
    max-width: 100%;
    width: 650px;
  }
}

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

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