/*
Theme Name: ARESEP Theme
Author: Autoridad Reguladora de los Servicios Públicos (ARESEP)
Author URI: https://aresep.go.cr/
Description: La Autoridad Reguladora de los Servicios Públicos (ARESEP) es una institución pública, que se creó con la Ley 7593 en 1996. Es la encargada de regular los servicios públicos de agua, electricidad, combustibles, transporte público (bus, taxi, cabotaje, tren), entre otros. La ARESEP fiscaliza que los servicios se brinden de forma óptima: calidad, continuidad, oportunidad, confiablidad y precio.
Version: 21.6.28
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: ARESEP Theme
ARESEP Theme: aresep_theme
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.
Designed By: ARESEP;
Developed By: Angel Ugarte Mendoza;
*/

/**
* Table of Contents:
*
* 1.0 - Reset
*   - Normalize
*   - Icons
*   - Typography
*   - Elements
* 2.0 - Inputs Reset
*   - Forms
* 3.0 - Classes Default
* 4.0 - Navigation
* 5.0 - Header
*   - Breadcrumbs
* 6.0 - Slider
* 7.0 - Miscellaneous
*   - Accessibility
*   - Alignments
*   - Clearings
* 8.0 - Custom Widget or Module
*   - Default
* 9.0 - Content
*   - Entry Header
*   - Entry Meta
*   - Entry Content
*   - Post Formats
*   - Post/Paging Navigation
*   - Comments
*   - Attachments
*   - Author Bio
*   - Archives
*   - Search Results/No posts
*   - 404
*   - Multisite
* 10.0 - Sidebar
* 11.0 - Footer
* 12.0 - Media Queries
* 13.0 - Browsers (ie)
* ----------------------------------------------------------------------------
*/


/** Fonts **/


/** Colors **/


/** Menu **/


/** Buttons **/

.btn {
  border-radius: 0.25rem;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

a.btn-aresep,
.site-content a.btn-aresep{
  background: #0072c0;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1.375rem 1.75rem;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
}
a.btn-aresep:active, a.btn-aresep:hover,
.site-content a.btn-aresep:active, .site-content a.btn-aresep:hover{
  background: #ff8526;
  color: #ffffff;
  text-decoration: none;
}
.btn-primary {
  color: #fff;
  background-color: #0950a1;
  border-color: #0950a1;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary,
a.btn-secondary,
button.btn-secondary,
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block,
.ui.green.button, 
.ui.green.buttons .button {
    background-color: #55bb57;
    border-color: #55bb57;
    color: #fff;
    font-size: 16px;
    height: auto;
    line-height: 1;
    padding: 10px 20px;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #439045;
  border-color: #439045;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #439045;
  border-color: #439045;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/** Inputs **/


/** Default **/


/** Extra **/


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html{
  font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a,
.site-content a{
    background-color: transparent;
    color: #0950A1;
    text-decoration: none;
}

/*a:hover,
a:active {
    outline: 0;
}*/

a:active,
a:hover,
.site-content a:active,
.site-content a:hover {
    color: #1277DB;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -7px;
}

sub {
    bottom: -4px;
}

/*img {
    border: 0;
}*/

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 15px 0;
}

code,
kbd,
pre,
samp {
    font-size: 14px;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0; 
    max-width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

select {
    text-transform: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

button {
    overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 6px;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"]{
    display:none;
}
input[type="checkbox"] + span.wpcf7-list-item-label::before,
input[type="radio"] + span.wpcf7-list-item-label::before,
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(images/checks.png) no-repeat;
    cursor: pointer;
    transition: none;
    top: 11px;
    margin-right: 15px;
    position: relative;
}
input[type="checkbox"]:checked + span.wpcf7-list-item-label::before,
input[type="checkbox"]:checked + label::before {
    background-position: -30px 0 ;
    transition: none;
}
input[type="radio"] + span.wpcf7-list-item-label::before,
input[type="radio"] + label::before {
    background-position: -60px 0;
    width: 30px;
}
input[type="radio"]:checked + span.wpcf7-list-item-label::before,
input[type="radio"]:checked + label::before {
    background-position: -90px 0;
}*/

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 24px;
    min-width: inherit;
    padding: 12px;
}

fieldset >:last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: hidden;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}


/**
 * 2.0 - Icons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Font Awesome 5 Free"; 
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak-as: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body, button,
input, select, textarea {
    color: #000000;
    font-size: 18px;
    line-height: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

h1, h2, h3, h4, h5, h6,
.site-content h1, .site-content h2, .site-content h3, .site-content h4, .site-content h5, .site-content h6,
p.title_ph1, p.title_ph2 {
  clear: both;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  margin: 0 0 15px 0;
}

h1,
.site-content h1,
p.title_ph1 {
  color: #4c4c4c;
  font-size: 36px;
  margin-bottom: 40px;
  position: relative;
}
h1:after,
p.title_ph1:after,
.module-news h3:after ,
.module-news .moduletable > p:after,
.module-news .wpcu_block_title:after ,
.module-social h2:after,
.module-social h3:after,
.module-social .moduletable > p:after {
  background: #ff8526;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  max-width: 150px;
  position: absolute;
  right: 0;
  width: 100%;
}
h1:after{
  margin: 0;
}
h2,
.site-content h2,
p.title_ph2 {
    color: #0950a1;
    font-size: 24px;
}

h3, h3 a, h3 a:hover,
.site-content h3, .site-content h3 a, .site-content h3 a:hover{
    color: #55BB57;
    font-size: 22px;
}
h3 a:hover,
.site-content h3 a: hover{
    text-decoration: underline;
}
h4,
.site-content h4,
p.title{
    color: #43a4d0;
    font-size: 20px;
}
h5,
.site-content h5{
    color: #55BB57;
    font-size: 18px;
}

h6,
.site-content h6{
    color: #43a4d0;
    font-size: 16px;
}

p,
.site-content p{
    margin: 0 0 20px;
}

dfn, cite,
em, i {
    font-style: italic;
}

blockquote {
    border: 1px solid #fff;
    margin: auto;
    padding: 20px;
    width: 100%;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote p {
    margin-bottom: 20px;
}

blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
    content: "\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

blockquote >:last-child {
    margin-bottom: 0;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

code,kbd,tt,
var,samp,pre {
    font-family: Inconsolata, monospace;
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    line-height: 1.3125;
    margin: 0 0 24px;
    max-width: 100%;
    overflow: auto;
    padding: 24px;
    white-space: pre;
    word-wrap: break-word;
}

code {
    background-color: #d1d1d1;
    padding: 2px 4px;
}

abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}

mark,
ins {
    background: #007acc;
    color: #fff;
    padding: 2px 4px;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/**
 *  Elements
 */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -ms-word-break: none;
    word-break: none;
    word-break: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

#page *,
#page *:before,
#page *:after{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.no-transition, .no-transition *,
.responsive-menu-container,
.rev_slider_wrapper, .rev_slider_wrapper *{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

ul,
ol,
ul.nav {
    margin:0;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
    margin-left: 20px;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin: 0 0 25px;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 24px;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

del {
    opacity: 0.8;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 24px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 5px;
    vertical-align: top;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #434343;
}

:-moz-placeholder {
    color: #434343;
}

::-moz-placeholder {
    color: #434343;
    opacity: 1;
}

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

::selection {
    background-color: #9c9c9c;
    color: #fff;
}

::-moz-selection {
    background-color: #9c9c9c;
    color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

/*Scroll bar*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #999999;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
    background: #999999;
}
::-webkit-scrollbar-thumb:active {
    background: #999999;
}
::-webkit-scrollbar-track {
    background: #efefef;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
    background: #efefef;
}
::-webkit-scrollbar-track:active {
    background: #efefef;
}
::-webkit-scrollbar-corner {
    background: transparent;
}

/**
* 2.0 Inputs Reset
* -----------------------------------------------------------------------------
**/


/**
 * 3.0 - Forms
 */

input {
    line-height: normal;
}


/* Buttons */
/*button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    outline: 0;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    outline: 0;
}*/

.post-password-form {
    margin-bottom: 24px;
}

.post-password-form label {
    color: #565656;
    display: block;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.post-password-form input[type="password"] {
    margin-top: 6px;
}

.post-password-form >:last-child {
    margin-bottom: 0;
}

.search-form {
    position: relative;
}

input[type="search"].search-field {
    color: #565656;
    background: #f2f2f2;
    width: 100%;
}

.search-submit:before {
    content: "\f002";
    font-size: 24px;
    font-weight: 900;
    left: 2px;
    line-height: 34px;
    position: relative;
}

.search-submit {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}

/**
* 3.0 Class Default
* ----------------------------------------------------------------------------
**/
.box-shadow{
  box-shadow: 0 0 15px #e3e1e1;
}
.breadcrumbs {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    right: 0;
}
.breadcrumbs #breadcrumbs {
    padding: 5px 10px 5px;
}
.breadcrumbs p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
.breadcrumbs p a {
    color: #d5d4d4;
    margin-right: 5px;
}
.breadcrumbs p a:hover {
    color: #fff;
}
.breadcrumbs p span {
    margin-left: 5px;
}
.center-page {
    margin: 0 auto;
    max-width: 1720px;
    width: 100%;
}
.clear,
.center-page:after,
.navigation:after{
    clear: both;
}
.element-invisible {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.hide{
    display: none!important;
}
.sidr-class-hide{
    font-size: 0;
}
.inline-block{
    display: inline-block;
    vertical-align: top;
}
.inline-block-middle{
    display: inline-block;
    vertical-align: middle;
}
.left {
    float: left;
}
.name-btn{
    background: #cfcfcf;
}
.min-height-400,
.min-height-400>.vc_column-inner{
  min-height: 400px;
}
.min-height-450,
.min-height-450>.vc_column-inner{
  min-height: 450px;
}
.min-height-500,
.min-height-500>.vc_column-inner{
  min-height: 500px;
}
.pull-right {
    float: right;
}
.right {
    float: right;
}
.show {
    display: initial;
}
table.table{
    border-collapse: separate;
}
table.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.table-bordered td, 
.table-bordered th {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 5px;
}
.text-center,
.text-center p {
    text-align: center;
}
.text-left,
.text-left p {
    text-align: left;
}
.text-right,
.text-right p {
    text-align: right;
}
.width100{
    width: 100%;
}
.width50 {
    width: 50%;
}
.vcenter{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.iex .vcenter{
    display: table;
    width: 100%;
}
.iex .vcenter>div{
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.object-cover, .object-cover img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.breadcrumbs {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    right: 0;
}

.breadcrumbs #breadcrumbs {
    padding: 5px 10px 5px;
}

.breadcrumbs p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.breadcrumbs p a {
    color: #d5d4d4;
    margin-right: 5px;
}

.breadcrumbs p a:hover {
    color: #fff;
}

.breadcrumbs p span {
    margin-left: 5px;
}

.hide {
    display: none;
}

.show {
    display: initial;
}

.no-appearance,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

/*.box-shadow{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(194,194,194,1);
    box-shadow: 0px 0px 10px 0px rgba(194,194,194,1);
}*/

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.button{
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    background-color: #8ac058;
    border: 0;
    color: #fff;
    display: inline-block;
    padding: 10px 25px 10px;
    text-align: center;
    text-indent: 0;    
}

button:hover, button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
button:active {
    background-color: #699442;
    outline: none;
}

input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],  
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea, select{
    border: 1px solid #cfcfcf;
    color: #565656;
    padding: 10px 15px;
    text-indent: 6px;
    margin-bottom: 10px;
}

input[type="search"]{
    margin-bottom: 0;
}

select:focus {
    outline: 0;
}

textarea {
    max-height: 115px;
}

a[class*="-btn"]{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    vertical-align: middle;
    line-height: 1;
    font-weight: 500;
}
a[class*="-btn"]:hover{
    text-decoration: none;
    color: #fff;
}
.primary-btn,
a.primary-btn{
  background-color: #fff;
  border: 1px solid #0950A1;
}
.primary-btn,
.primary-btn span,
a.primary-btn,
a.primary-btn span{
  color: #0950A1;
}
.primary-btn:hover,
a.primary-btn:hover{
  background-color: #0950A1;
}
.primary-btn:hover,
.primary-btn:hover span,
a.primary-btn:hover,
a.primary-btn:hover span{
  color: #fff;
}



.em.pixelbones a.primary-btn{
  background-color: #ffffff!important;
  border: 1px solid #0950A1;
  text-transform: none;
}
.em.pixelbones a.primary-btn,
.em.pixelbones a.primary-btn  span{
  color: #0950A1!important;
}
.em.pixelbones a.primary-btn:hover{
  background-color: #0950A1!important;
}
.em.pixelbones a.primary-btn:hover span{
  color: #fff!important;
}

.em.pixelbones a.secondary-btn{
  background: #0950A1!important;
  border: 1px solid #0950A1;
  padding: 20px 50px;
  text-transform: none;
}
.em.pixelbones a.secondary-btn,
.em.pixelbones a.secondary-btn  span{
  color: #ffffff!important;
}
.em.pixelbones a.secondary-btn:hover{
  background-color: transparent!important;
}
.em.pixelbones a.secondary-btn:hover span{
  color: #0950A1!important;
}
.em.pixelbones .tertiary-btn,
.em.pixelbones a.tertiary-btn{
    background: #55BB57!important;
    border: 1px solid #55BB57;
    padding: 20px 50px;
    text-transform: none;
}
.em.pixelbones .tertiary-btn,
.em.pixelbones .tertiary-btn span{
    color: #ffffff!important;
}
.em.pixelbones .tertiary-btn:hover,
.em.pixelbones .tertiary-btn:hover span{
    background-color: transparent!important;
    color: #55BB57!important;
}


.secondary-btn,
a.secondary-btn{
    background: #0950A1;
    border: 1px solid #0950A1;
    padding: 20px 50px;
    text-transform: none;
}
.secondary-btn,
.secondary-btn span{
    color: #ffffff;
}
.secondary-btn:hover,
.secondary-btn:hover span{
    background-color: transparent;
    color: #0950A1;
}
.tertiary-btn,
a.tertiary-btn{
    background: #55BB57;
    border: 1px solid #55BB57;
    padding: 20px 50px;
    text-transform: none;
}
.tertiary-btn,
.tertiary-btn span{
    color: #ffffff;
}
.tertiary-btn:hover,
.tertiary-btn:hover span{
    background-color: transparent;
    color: #55BB57;
}
.full-btn{
	font-size: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}


/*Style for editor*/
ul.list-iconos,
.entry-content ul.list-iconos,
ul.list-dos-columnas{
  list-style: none;
  margin: 0;
  padding: 0;
}
h4.titulo-icono, h4.titulo-icono a,

ul.list-iconos > li,
ul.list-iconos > li > a,
li.titulo-accesibilidad,
li.titulo-informacion,
li.titulo-rendicion,
li.titulo-usuario,
li.titulo-pregunta,
li.titulo-herramienta,
li.titulo-reglamento,
li.titulo-ley,
li.titulo-informe,
li.titulo-informe-evaluacion,
li.titulo-informe-gestion,
li.titulo-informe-viajes,
li.titulo-estadisticas

h4.titulo-informacion,
h4.titulo-rendicion,
h4.titulo-usuario,
h4.titulo-pregunta,
h4.titulo-herramienta,
h4.titulo-reglamento,
h4.titulo-ley,

h4.titulo-informe,
h4.titulo-informe-evaluacion,
h4.titulo-informe-gestion,
h4.titulo-informe-viajes,
h4.titulo-estadisticas{
  background: #e5e6e8;
  color: #0C84C9;
  font-size: 25px;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  padding: 10px 90px 10px;
  margin-bottom: 15px!important;
  position: relative;
}
ul.list-iconos > li > a,
h4.titulo-icono a,
ul.titulo-icono a{
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0!important;
  padding: 0;
}
ul.list-iconos > li > a:hover,
h4.titulo-icono a:hover{
    text-decoration: underline!important;
}
li.titulo-accesibilidad:before{
  content: "\f193";
  font-weight: 900;
}
h4.titulo-icono:before,
ul.list-iconos > li:before,
ul.lista-documentos li:before,
ul.list-download li:before{
  background: #e5e6e8;
  border-right: 5px solid #fff;
  box-sizing: border-box;
  color: #0C84C9;
  font-family: "Font Awesome 5 Free";  
  height: 100%;
  left: 0;
  margin-right: 10px;
  max-width: 65px;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 9;
}
h4.titulo-informacion:before,
li.titulo-informacion:before{
  content: "\f129";
  font-weight: 900;
}
h4.titulo-rendicion:before,
li.titulo-rendicion:before{
  content: "\f00c";
  font-weight: 900;
}
h4.titulo-usuario:before,
li.titulo-usuario:before{
  content: "\f007";
  font-weight: 900;
}
h4.titulo-pregunta:before,
li.titulo-pregunta:before{
  content: "\f128";
  font-weight: 800;
}
h4.titulo-herramienta:before,
li.titulo-herramienta:before{
  content: "\f013";
  font-weight: 900;
}
h4.titulo-reglamento:before,
li.titulo-reglamento:before{
  content: "\f02d";
  font-weight: 900;
}
h4.titulo-ley:before,
li.titulo-ley:before{
  content: "\f0e3";
  font-weight: 900;
}
h4.titulo-informe:before,
li.titulo-informe:before{
    content: "\f15c";
}
h4.titulo-informe-evaluacion:before,
li.titulo-informe-evaluacion:before{
    content: "\f14a";
}
h4.titulo-informe-gestion:before,
li.titulo-informe-gestion:before{
    content: "\f017";
}
h4.titulo-informe-viajes:before,
li.titulo-informe-viajes:before{
    content: "\f124";
  font-weight: 900;
}
h4.titulo-estadisticas:before,
li.titulo-estadisticas:before{
    content: "\f080";
}
ul.lista-documentos,
.entry-content ul.lista-documentos{
  margin: 0 0 0 65px;
  max-width: 90%;
  padding: 0;
}
ul.lista-documentos li,
ul.lista-documentos li a,
ul.list-download li,
ul.list-download li a{
  color: #0C84C9;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
}
ul.lista-documentos li,
ul.list-download li{
  background: #e5e6e8;
  line-height: 1.2;
  list-style: none;
  padding: 5px 0 5px 60px;
  position: relative;
  margin-bottom: 15px!important;
}
ul.lista-documentos li:before,
ul.list-download li:before{
  content: "\f019";
  max-width: 45px;
  padding: 5px 10px;
  font-weight: 900;
}
ul.list-dos-columnas li{
    display: inline-block;
    margin-right: 1%;
    max-width: 48%;
    vertical-align: top;
    width: 100%;
}
/**
* 4.0 Navigation
* -----------------------------------------------------------------------------
**/
.foro-menu{
    margin-bottom: 12px;
}
.foro-menu li{
    border-bottom: 2px solid transparent;
    display: inline-block;
    list-style: none;
    margin: 0 5px;
}
.foro-menu li:hover{
    border-bottom-color: #ff8526;
}
.foro-menu li a{
    color: #000000;
}
.foro-menu li a:hover{
    text-decoration: none;
}
.aresep-menu{
  float: right;
}
#page .main-menu *{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.main-menu {
    background: none!important;
    padding-top: 5px;
}
.main-menu ul li { 
    margin:0; 
    padding:0 
}
.main-menu .main-navigation, 
.main-menu .main-navigation ul,
.main-menu .main-navigation ul li, 
.main-menu .main-navigation ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999;
}
.main-menu .main-navigation > ul{
    text-align: center;
}
.main-menu .main-navigation ul li{
    margin: 0;
    padding: 0;
}
.main-menu .main-navigation > ul > li{
    display: inline-block;
    float: none;
    position: relative;
}
.main-menu .main-navigation > ul > li > a{
    border: none;
    border-bottom: 2px solid transparent;
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: normal;
    margin: 18px 20px 21px 20px;
    padding: 0 0 5px 0;
    text-decoration: none;
    text-transform: none;
    transition: none;
}
.main-menu .main-navigation > ul > li:hover > a, 
.main-menu .main-navigation > ul > li > a:hover, 
.main-menu .main-navigation > ul > li.current_page_item > a,
.main-menu .main-navigation > ul > li.current-menu-item > a{
    background: none;
    border-bottom-color: #ff8526;
}
.main-menu .main-navigation ul ul{
  background: #ffffff;
  box-shadow: 0 0 15px #a3a2a2;
  position: absolute;
  left: -9999px;
  top: auto;
  padding: 6px 0;
}

.main-menu .main-navigation > ul > li:hover > ul {
    display: block!important;
  left: 0;
  top: auto;
}

.main-menu .main-navigation ul ul li{
    padding: 0 10px;
    text-align: left;
}
.main-menu .main-navigation  ul ul li a, 
.main-menu .main-navigation #navigation-toggle {
    color: #000000;
}
.main-menu #navigation-toggle{
    background: #074387; 
}
.main-menu .main-navigation ul ul li:hover > a, 
.main-menu .main-navigation ul ul li.active > a, 
#navigation-toggle:hover,
.main-menu .main-navigation ul ul li:hover > a, 
.main-menu .main-navigation ul ul li.active > a{
    color: #ffffff;
    background: #0950A1;
}
.main-menu .main-navigation ul ul li a{
  border-bottom: 1px solid #808080;
  padding: 8px 10px;
  text-decoration: none;
  width: 250px;
}
.main-menu .main-navigation ul ul li:first-child a{
  border-top: 1px solid #808080;
}
.main-menu .main-navigation ul ul li.menu-item-has-children > a::after { 
    border: 4px solid transparent;
  content: "\f105";
  color: #ff8526;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  height: auto;
  position: absolute;
  right: 0;
  top: 7px;
  width: auto;
}
.main-menu .main-navigation ul ul li.menu-item-has-children > a:hover:after{
  color: #ffffff;
}

.main-menu .main-navigation ul > li > ul > li > a {
    font-size: 18px!important;
}
.main-menu .main-navigation ul ul > li:hover > ul {
    left: 270px;
    top: 0;
}
.main-navigation ul ul ul {padding-top: 0;padding-left: 6px;}

.main-navigation #menu-button{ color: #FFFFFF; }
.main-navigation > ul > li.has-sub:hover > a {border-top-color: #FFFFFF;}
.main-navigation ul ul ul::after {content: "";position: absolute; width: 0; height: 0; border: 5px solid transparent;  top: 11px; left: -3px;}
.main-navigation > ul > li > ul::after {
    border-bottom-color: #27338A;
}
.main-navigation > ul > li:last-child:hover > ul, 
.main-navigation > ul > li:last-child > a:focus ~ ul{
  left: auto;
  right: 0;
}
/*Style responsive menu*/
.rmp-menu .current_page_parent >a{
  background: #ff8526!important;
  color: #ffffff!important;
}
.rmp-menu .current_page_parent >a .rmp-menu-subarrow{
  color: #ffffff!important;
}
/**
* 5.0 Header
* ----------------------------------------------------------------------------
**/
.site-header{
  box-shadow: 0 -10px 30px #585757;
  position: relative;
  z-index: 999;
}
.site-header-top{
  border-bottom: 1px solid #808080;
  margin-bottom: 20px;
}
.site-header-left{
  color: #808080;
  font-size: 14px;
  margin-top: 22px;
  max-width: 800px;
  width: 100%;
}
.site-header-left a{
  color: #808080;
}
.site-header-left a:hover {
  color: #ff8526;
}
.site-header-left .widget{
  display: inline-block;
  vertical-align: top;
}
.site-header-left .aresep-direccion{
  max-width: 500px;
  width: 100%;
}
.site-header-right{
  margin-top: 22px;
  max-width: 720px;
  text-align: right;
  width: 100%;
}
.site-header-right .widget{
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
}
.site-header-right .aresep-tel{
  color: #0071bf;
  font-size: 20px;
  font-weight: 600;
  margin-left: 15px;
}
.site-header-right .aresep-social{
  max-width: 190px;
  width: 100%;
}
.site-header-right p{
  margin: 0;
}
.site-logo{
  margin-bottom: 15px;
}
/*
* Social Networks
*/
.social-networks{
    margin: 0 !important;
}
.social-networks li{
    list-style: none;
    display: inline-block;
    margin-left: -4px;
    padding: 10px 5px;
}
.social-networks li a{
    font-size: 24px;
}
.social-networks .facebook i{
    color: #3b5998;
}
.social-networks .twitter i{
    color: #1da1f2;
}
.social-networks .google-plus i{
    color: #ea4335;
}
.social-networks .instagram i{
    color: #cd486b;
}
.social-networks .youtube i{
    color: #cd201f;
}
.social-networks .pinterest i{
    color: #bd081c;
}
.social-networks .linkedin i{
    color: #0077b5;
}
.social-networks .whatsapp i{
    color: #25D366;
}
.social-networks .snapchat i{
    color: #fcff00;
}
.social-networks .tripadvisor i{
    color: #00af87;
}
.social-networks i:hover{
    opacity: 0.6;
}
span.company-address a {
    width: calc(100% - 30px);
    display: inline-block;
    vertical-align: top;
}

/**
* 6.0 Slider
* -----------------------------------------------------------------------------
**/

.slider {
    position: relative;
}

.slider-container .tparrows {
    background-repeat: no-repeat;
    height: 59px;
    width: 59px;
}

.slider-container .tparrows:hover {
    opacity: 0.7;
}

.slider-container .tparrows.tp-leftarrow {
    background-position: left center;
}

.slider-container .tparrows.tp-rightarrow {
    background-position: right center;
    right: 0;
}
        
.internal .slider,
.banner-section {
    min-height: 210px;
    margin-top: 10px;
}

/**
* 7.0 Miscellaneous
* -----------------------------------------------------------------------------
**/


/**
 * 7.0 - Accessibility
 */


/* Text meant only for screen readers */

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    /* many screen reader and browser combinations announce broken words as they would appear visually */
    word-wrap: normal !important;
}


/* must have higher specificity than alternative color schemes inline styles */

.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    left: -9999px;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999px;
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}


/**
* 7.3 - Alignments
*/


/* Images */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}

blockquote.alignleft {
    margin: 5px 12px 12px 0;
}

blockquote.alignright {
    margin: 5px 0 12px 12px;
}

blockquote.aligncenter {
    margin-bottom: 18px;
}


/**
 * 7.4 - Clearings
 */

.clear:before,
.clear:after,
.center-page:after,
.navigation:after,
.site-footer .center-page:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table;
}

.clear:after,
.center-page:after,
.navigation:after,
.site-footer .center-page:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both;
}


/**
* 8.0 Custom Widget or Module
* -----------------------------------------------------------------------------
**/

.widget-title {
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
}

.widget-sidebar {
    margin-bottom: 20px;
}


/* Responsive Menu < 3.0 */

.responsive-menu {
    display: none;
}

.responsive-menu-container {
    position: relative;
}

#responsive-menu {
    height: auto !important;
    margin-top: 45px;
}

#responsive-menu.RMOpened {
    min-width: 220px;
}

#responsive-menu ul li {
    padding-bottom: 0;
    padding-top: 0;
}

#responsive-menu .RMImage {
    margin: auto !important;
    display: block !important;
}

#responsive-menu .sub-menu {
    max-height: 100%;
    max-width: 100%;
}

#responsive-menu #responsive-menu-title {
    display: none;
}

#click-menu {
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.appendLink {
    text-align: center;
    width: 50px;
}

.widget ul,
.widget ol {
    margin: 0;
}

.widget li {
    padding: 5px 0;
}

.widget .children li:last-child {
    padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
    margin-left: 20px;
}

.widget .widget-title:empty {
    margin-bottom: 0;
}


/* Calendar widget */

.widget.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;
    padding: 0;
    text-align: center;
}

.widget_calendar caption {
    font-weight: 900;
    margin-bottom: 24px;
}

.widget_calendar tbody a {
    background-color: #007acc;
    color: #fff;
    display: block;
    font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #686868;
    color: #fff;
}


/* Recent Posts widget */

.widget_recent_entries .post-date {
    color: #686868;
    display: block;
    font-size: 13px;
    line-height: 1.615384615;
    margin-bottom: 7px;
}

.widget_recent_entries li:last-child .post-date {
    margin-bottom: 0;
}


/* RSS widget */

.widget_rss .rsswidget img {
    margin-top: -5px;
}

.widget_rss .rss-date,
.widget_rss cite {
    color: #686868;
    display: block;
    font-size: 13px;
    font-style: normal;
    line-height: 1.615384615;
    margin-bottom: 7px;
}

.widget_rss .rssSummary:last-child {
    margin-bottom: 30px;
}

.widget_rss li:last-child:last-child {
    margin-bottom: 0;
}


/* Tag Cloud widget */

.tagcloud a {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    line-height: 1;
    margin: 0 2px 6px 0;
    padding: 7px 6px 7px;
}

.tagcloud a:hover,
.tagcloud a:focus {
    border-color: #007acc;
    color: #8ac058;
    outline: 0;
}


/* Search widget */

.search-form {
    margin: auto;
    max-width: 300px;
    position: relative;
}
.search-form label{
  display: inline;
}

/*Styel widget link social*/
.aresep-social,
.site-footer-top .aresep-social i,
.aresep-social a:before,
.site-footer-top .aresep-social  a:before{
    font-size: 32px;
}
.aresep-social a,
.site-footer-top .aresep-social a{
    display: inline-block;
    font-size: 0;
    margin: 0 10px;
    vertical-align: top;
}
.aresep-social a:hover,
.site-footer-top .aresep-social a:hover{
  color: #ff8526;
}
.aresep-social a:last-child{
    margin-right: 0;
}
.aresep-chat{
    font-size: 19px;
    /*font-family: Roboto;*/
}
.aresep-chat span,
.aresep-chat i{
    vertical-align: top;
}
.aresep-chat i,
.aresep-chat .far{
    font-size: 35px;
    margin-left: 10px;
    margin-top: -10px;
}
/*Style back top*/
#back-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 99;
}
#back-top a {
    background: #1f85d2;
    color: #fff;
    height: 51px;
    width: 51px;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
#back-top span {
    display: block;
    padding-top: 8px;
}
#back-top span:before{
    content: "\f106";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
}
/*Style Homepage services*/
.site-services{
  background: #f3f6fa;
  padding: 60px 0 35px;
}
.homepage-services {
    margin-bottom: 30px;
}
.homepage-services-title{
    color: #4c4c4c;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 75px;
    position: relative;
    text-align: center;
}
.homepage-services-title:after{
    background: #ff9d00;
    bottom: -15px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    max-width: 150px;
    position: absolute;
    right: 0;
    width: 150px;
}
.homepage-services .service{
    background: #fff;
    box-shadow: 0 0 15px #e3e1e1;
    cursor: pointer;
    margin: 0 10px 25px;
    max-width: 400px;
    min-height: 300px;
    padding: 30px;
    width: 100%;
}
.homepage-services .service:hover{
    background: #ff8526;
}
.homepage-services .service:hover img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(159%);
}
.homepage-services .service:hover .service-title,
.homepage-services .service:hover .service-description{
    color: #ffffff;
}
.homepage-services .service a,
.homepage-services .service img {
    display: block;
}
.homepage-services .service img{
    margin-bottom: 15px;
}
/*.homepage-services .service a:hover img{
    transition: all 1s;
    transform: scale(0.9);
}*/
.service-title{
    color: #4c4c4c;
    font-size: 20px;
    font-weight: 800;
}
.service-description{
    color: #000000;
    font-size: 16px;
}
/*Style site featured */
.site-featured{
  padding: 60px 0 35px;
}
.site-featured .col-12{
  padding-right: 30px;
  padding-left: 30px;
}
.site-featured-content{
  border: 1px solid #808080;
  margin-bottom: 30px;
  min-height: 620px;
  padding: 10px 10px 80px;
  position: relative;
}
.site-featured-description{
  margin-bottom: 25px;
  max-width: 450px;
}
.site-featured img{
  margin-bottom: 20px;
}
.site-featured .btn-aresep{
  bottom: 10px;
  left: 10px;
  position: absolute;
}

/*Noticias y redes sociales homepage*/
.site-news-social,
.site-news-social.row{
  margin-left: 0;
  margin-right: 0;
}
.module-news{
  background: #f3f6fa;
  padding: 60px 0 35px;
}
.site-content-below .moduletable > p,
.module-news h2,
.module-news h3,
.module-news .wpcu_block_title,
.module-social h3,
.module-social .moduletable > p{
  color: #4c4c4c;
  display: block;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 70px;
  position: relative;
  text-align: center;
}
.module-news .widget{
  float: right;
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

.module-news .insideframe{
  background: #ffffff;
  box-shadow: 0 0 15px #e3e1e1;
  display: inline-block;
  margin: 0 20px;
  max-width: 525px;
  min-height: 555px;
  vertical-align: top;
  width: 100%;
}
.module-news .img_cropper{
  max-height: 370px;
}
.module-news .wplp_listposts .title,
.module-news .wplp_container.default .title{
  background: url(images/bg-noticias.jpg) no-repeat 35px 35px;
  color: #4c4c4c;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  min-height: 85px;
  padding: 30px 40px 0 90px;
  text-align: left;
}
.module-news .wplp_listposts .title:hover{
  color: #0071bf;
}


.module-social{
  background: #e5e5e5;
  padding: 60px 0 35px;
}

.module-social .fb-page{
  padding-left: 40px;
  margin-bottom: 20px;
}
.module-social .fb_iframe_widget{
    width:100%!important;
}

/*Style pagina servicios publicos*/
.info_servicio{
    background: #fff;
    box-shadow: 0 0 15px #e3e1e1;
    cursor: pointer;
    min-height: 300px!important;
    /*margin: 0 10px 25px;
    max-width: 400px;
    padding: 30px;
    width: 100%;*/
}
.info_servicio:hover{
    background: #ff8526;
}
.info_page_servicios_publicos .title,
.info_page_servicios_publicos .title a{
    color: #4c4c4c;
    display: block;
    font-weight: 800;
    font-size: 20px;
}
.info_servicio:hover .title,
.info_servicio:hover .title a,
.info_servicio:hover .description{
    color: #ffffff;
}
.info_servicio .description{
    color: #000000;
    font-size: 16px;
}
#page .info_servicio .description .wpb_wrapper,
#page .info_servicio .description p{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.info_servicio:hover img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(159%);
}
.info_servicio img {
    max-height: 190px;
}
/*Style grid opciones servicios*/
.grid_opciones_servicios > .vc_column-inner,
.grid_opciones_servicios.vc_col-has-fill > .vc_column-inner{
  padding-left: 0;
  padding-right: 0;
  padding-top: 300px;
}
.grid_opciones_servicios .title{
  background: #0071bfbf;
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 0;
  padding: 0;
}
.grid_opciones_servicios .title > a{
  display: block;
  padding: 40px 0 25px;
}
.grid_opciones_servicios .title:hover{
  background: #ff8526e6;
}
/*Style grid kendo*/
/*.page-template {
  font-family: "DejaVu Sans", "Arial", sans-serif;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}*/
.page-template .header {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  border-bottom: 1px solid #888;
  color: #888;
}
.page-template .footer {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  border-top: 1px solid #888;
  text-align: center;
  color: #888;
}
.page-template .watermark {
  font-weight: bold;
  font-size: 400%;
  text-align: center;
  margin-top: 30%;
  color: #aaaaaa;
  opacity: 0.1;
  transform: rotate(-35deg) scale(1.7, 1.5);
}

.customer-photo {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: 32px 35px;
  background-position: center center;
  vertical-align: middle;
  line-height: 32px;
  box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
  margin-left: 5px;
}
kendo-pdf-document .customer-photo {
  border: 1px solid #dedede;
}
.customer-name {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  padding-left: 3px;
}
/*Style kendo list contact*/
.body__info_taxi_detail .site-content,
.info_taxi_detail .site-content{
    min-height: 0;
}
.k-animation-container, .k-animation-container *, .k-animation-container :after, .k-block .k-header, .k-dialog .k-window-content, .k-list-container, .k-widget, .k-widget *, .k-widget :before {
    -webkit-transition: none;
    transition: none;
}
.info_taxis .k-grid thead{
  text-align: center;
}

.info_taxi_touch{
  display: none;
}
/*Style modulo empleo*/
.body__empleo h1,
.page_empleo h1{
    display: none;
}
.body__empleo .site-content,
.page_empleo .site-content{
    min-height: 0;
}
/*.body__empleo .site-content>.center-page,
.page_empleo .site-content>.center-page{
    max-width: none;
}*/
.body__empleo .site-bottom>.moduletable
.page_empleo .site-bottom>.moduletable{
    margin: 0;
}
.aresep-empleo > .center-page{
    background: url(images/empleo-aresep.jpg) no-repeat 100% 0;
}
.aresep-empleo,
.aresep-empleo p,
.aresep-empleo strong,
.aresep-empleo em,
.aresep-empleo table{
    font-family: 'Lato', sans-serif;
}
.aresep-empleo-header .titulo{
    color: #4A9FDC;
    display: block;
    font-size: 44px;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase;
}
.aresep-empleo-header .subtitulo{
    color: #0071BC;
    font-size: 46px;
    font-weight: 900;
    padding: 5px 0 0;
}
.aresep-empleo-header .contenido,
.aresep-empleo-header .contenido p,
.aresep-empleo-header .contenido span,
.aresep-empleo-header .contenido strong,
.aresep-empleo-header .contenido em{
    color: #4D4D4D;
    font-size: 20px;
}
.aresep-empleo-header .contenido{
    margin-bottom: 20px;
}
.pasos{
    margin-bottom: 85px;
}
.pasos>span{
    color: #00a1e1;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 80px;
}
.paso{
    cursor: pointer;
    display: inline-block;
    max-width: 130px;
    position: relative;
    vertical-align: top;
    text-align: center;
    width: 100%;
}
.paso .titulo {
    left: 0;
    line-height: 1;
    position: absolute;
    width: 100%;
}
.pasos .paso:nth-child(odd) .titulo{
    top: 50px;
}
.pasos .paso:nth-child(even) .titulo {
    top: -50px; 
}
.bola{
    background: #0072c0;
    border-radius: 21px;
    color: #fff;
    display: inline-block;
    height: 42px;
    padding: 10px;
    position: relative;
    width: 42px;
    z-index: 1;
}
.paso:before{
    background: #a3d3f1;
    content: '';
    height: 6px;
    position: absolute;
    right: 50%;
    top: 16px;
    width: 100%;
}

.paso-1:before{
    display: none;
}
.paso:hover .bola{
    background: #55bb57;  
}
a.btn-empleo{
    background: #4A9FDC;
    border-radius: 16px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    margin: 0 auto 25px;
    max-width: 250px;
    padding: 7px 0;
    text-align: center;
    width: 100%;
}
a.btn-empleo:hover{
   background: #55bb57;  
   color: #ffffff; 
}
.aresep-empleo-footer{
    background: #0071BC;
    color: #ffffff;
    font-size: 20px;
    min-height: 50px;
    padding: 10px 0;
    text-align: center;
}

/*Style ARESEP Popup*/
.aresep-popup-overlay-fixed {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    right: 0;
    top: 0;
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    z-index: 999999;
}
.aresep-popup-wrap{
  height: 100%;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  width: 100%;
}
.aresep-popup-skin {
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: rgba(0, 0, 0, 1);
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    max-height: 100%;
    width: 100%;
}
.aresep-popup-inner{
  padding: 30px 15px 15px;
  position: relative;
  overflow: auto;
  text-align: left;
}
.aresep-popup-inner > img{
  display: block;
  margin: 0 auto;
}
.aresep-popup-close {
    background-color: rgba(0,15,51,.8);
    border-radius: 15px;
    height: auto;
    padding: 4px 10px 6px;
    position: absolute;
    right: -10px!important;
    text-align: center;
    top: -15px;
    width: auto;
    z-index: 8040;
}
.aresep-popup-close:before {
  color: #fff;
    content: "x";
    font-size: 21px;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}
/**
* 9.0 Content .site-content
* ----------------------------------------------------------------------------
**/
html,
body{
    height: 100%;
}

.site-content {
    /*padding-bottom: 8px;*/
    padding-top: 32px;
    position: relative;
}
.site-content.template-no-title{
  padding-top: 0;
}
/* Templates */

.home .page-title-container .entry-header {
    max-width: 50%;
}

.template-fullwidth .article-container {
    min-width: 100%;
}

.template-internal #main.left,
.single .article-container.left,
.archive .article-container.left,
.blog .article-container.left,
.category .article-container.left,
.search .article-container.left,
.template-internal #main.right,
.single .article-container.right,
.archive .article-container.right,
.blog .article-container.right,
.category .article-container.right,
.search .article-container.right{
    width: 75%;
}

.template-internal .sidebar-container,
.single .sidebar-container,
.archive .sidebar-container,
.blog .sidebar-container,
.category .sidebar-container,
.search .sidebar-container {
    width: 20%;
}

.archive .article-container h2,
.blog .article-container h2,
.category .article-container h2,
.search .article-container h2 {
    margin-bottom: 8px;
}

.archive .hentry,
.blog .hentry,
.category .hentry,
.search .hentry {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.archive .hentry a img,
.blog .hentry a img,
.category .hentry a img,
.search .hentry a img {
    transition: all .5s ease-in-out;
}

.archive .hentry a img:hover,
.blog .hentry a img:hover,
.category .hentry a img:hover,
.search .hentry a img:hover {
    transform: scale(0.97);
}

.archive .hentry a img {
    width: 100%;
}

.archive h2.entry-title {
    display: inline-block;
}

span.title-line {
    width: 100%;
    display: block;
    border-top: 1px solid #e2e2e2;
    margin: 20px 0;
}


/* Contact Form 7 */

.wpcf7-form {
    width: 100%;
}
.wpcf7-form .form-group {
    margin: 0 auto 12px;
}
.wpcf7-form .form-group .wpcf7-text,
.wpcf7-form .form-group .wpcf7-textarea {
    margin-bottom: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 14px;
}
.wpcf7-form .wpcf7-response-output {
    margin: 10px auto;
    padding: 8px 20px;
    text-align: center;
}
.wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]){
    width: 100%;
}
.wpcf7-form select,
.wpcf7-form textarea{    
    width: 100%;
}
div.wpcf7-response-output {
    margin: 15px 0;
    padding: 10px;
}
div.wpcf7-validation-errors {
    display: none !important;
}
span.wpcf7-list-item-label {
    color: #b1b1b1;
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    line-height: 34px;
}
span.wpcf7-list-item {
    margin: 0;
}
#responsive-form{
    margin:0 auto;
    width:100%;
}
.form-row{
    width: 100%;
}
.form-row:after {
    content: '';
    display: block;
    clear: both;
}
.column-100, .column-90, .column-80, .column-70, .column-60, 
.column-50, .column-40, .column-30, .column-20, .column-10{
    float: left;
    position: relative;
    padding: 0.65rem 0;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (min-width: 835px) { 
    .form-row{
        display: inline-block;
    }
    .column-100, .column-90, .column-80, .column-70, .column-60, 
    .column-50, .column-40, .column-30, .column-20, .column-10{
        padding: 0.65rem;
    }
    .column-90{
        width: 90%;
    }
    .column-80{
        width: 80%;
    }
    .column-70{
        width: 70%;
    }
    .column-60{
        width: 60%;
    }
    .column-50{
        width: 50%;
    }    
    .column-40{
        width: 40%;
    }
    .column-30{
        width: 30%;
    }
    .column-20{
        width: 20%;
    }
    .column-10{
        width: 10%;
    }
}

/* Responsive Menu */

#responsive-menu-container #responsive-menu-title {
    text-align: center;
}

.responsive-menu-button .responsive-menu-box {
    height: 40px;
}


/* Visual Composer */

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #000 !important;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #000 !important;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #000 !important;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #000 !important;
    }
}

.flex-control-paging {
    display: none;
}


/* Icon */

.entry-content .vc_icon_element {
    font-size: inherit;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content {
    margin-bottom: 0;
    padding: 5px 0;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content p {
    margin: 0;
    line-height: 24px;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content .vc_icon_element-inner {
    height: auto;
    margin: 0 6px;
    vertical-align: middle;
    width: auto;
}

.vc_icon_element.vc_icon_element-outer.icon_with_content .vc_icon_element-inner .vc_icon_element-icon {
    bottom: 0;
    left: 0;
    position: relative;
    top: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
}

.wpb_posts_slider .wpb_flexslider .flex-caption {
    padding: 30px 45px;
    text-align: center;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border {
    padding: 1px !important;
}

.vc-custom-buttons-wrap {
    position: relative;
    z-index: 5;
}

.vc_gitem-col.col-post-right-image {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.vc-internal-border-wrap {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

/*Content Column*/
.content-column{
    max-width: 650px !important;
    margin: 0 auto;
    padding-top: 95px !important;
    padding-bottom: 70px;
}

/*
* Color box
*/
.vc_row-o-equal-height .wpb_wrapper{
    height:100%;
}
.vc-color-box{
    padding: 20px;
    height: 100%;
}
.vc-color-box *{
    color: #fff;
}
.vc-color-box h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 30px !important;
}
.color-box-content.left {
    width: 75%;
}

/* WooCommerce */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    max-width: 100%;
}
.woocommerce .woocommerce-info {
    border-color: #699442;
}

.woocommerce .woocommerce-info:before {
    color: #699442;
}

.woocommerce form .form-row textarea,
.woocommerce .select2-container .select2-choice {
    -moz-box-shadow: inset -1px 0px 1px #b9b9b9, inset 0px -1px 1px #8f8f8f;
    -webkit-box-shadow: inset -1px 0px 1px #b9b9b9, inset 0px -1px 1px #8f8f8f;
    box-shadow: inset -1px 0px 1px #b9b9b9, inset 0px -1px 1px #8f8f8f;
}

.woocommerce .select2-container .select2-choice {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    margin-bottom: 13px;
    padding: 4px 0 5px 14px;
    text-indent: 6px;
}

.woocommerce .apb-room-selected_item > h6 {
    font-size: 18px;
}

.woocommerce .apb-room-selected_item,
.woocommerce .apb-room-seleted_current {
    padding: 10px 20px;
}

.woocommerce .woocommerce-checkout .apb-room-selected_content span {
    font-size: 16px;
}

.woocommerce #order_review .place-order .button:hover {
    background-color: #699442;
}

.woocommerce-product-gallery__wrapper * {
    transition: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    display: none;
}

/*
* Theme elements
*/
.theme-element .vc_row,
.theme-element .row{
    width: 100%;
    margin: 0 auto;
}
.theme-element .vc_row.vc_row-o-equal-height{
    max-width: 1180px;
}

/*
* Carousel
*/
.aresep-carousel-logos-wrapper {
    margin: 40px auto;
    overflow: hidden;
}
.aresep-carousel-logo {
    text-align: center;
    position: relative;
    display: inline-block;
}
.aresep-carousel-logo img {
    height: 160px;
    width: 100%;
    object-fit: contain;
    margin: 0 auto 20px;
}
.aresep-carousel-logo a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*Testimonials*/
.aresep-testimonial{
    text-align: center;
}
.testimonial-quote {
    font-style: italic;
}
span.testimonial-author,
span.testimonial-position {
    display: block;
}
.aresep-testimonials .slick-dots{
    list-style: none;
    margin: 0;
    text-align: center;
}
.aresep-testimonials .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.aresep-testimonials .slick-dots li button{
    padding: 10px;
    line-height: 1;
    font-size: 0;
}

/**
* 9.1 Entry Header
* ----------------------------------------------------------------------------
**/

.entry-thumbnail img {
    display: block;
    margin: 0 auto 10px;
}


/**
* 9.2 Entry Meta
* ----------------------------------------------------------------------------
*/

.entry-meta {
    clear: both;
    font-size: 14px;
}

.entry-meta a {
    color: #f07724;
}

.entry-meta a:hover {
    color: #8ac058;
}

.entry-meta > span {
    margin-right: 20px;
}

.entry-meta > span:last-child {
    margin-right: 0;
}

/*.featured-post:before {
    content: "\f308";
    font-family: "Genericons";
    margin-right: 2px;
}

.entry-meta .date a:before {
    content: "\f303";
    font-family: "Genericons";
}

.comments-link a:before {
    content: "\f300";
    font-family: "Genericons";
    margin-right: 2px;
    position: relative;
    top: -1px;
}

.entry-meta .author a:before {
    content: "\f304";
    font-family: "Genericons";
    position: relative;
    top: -1px;
}

.categories-links a:first-child:before {
    content: "\f301";
    font-family: "Genericons";
}

.tags-links a:first-child:before {
    content: "\f302";
    font-family: "Genericons";
    position: relative;
    top: -1px;
}*/
.edit-link,
.post-edit-link{
  margin-right: 10px;
}
.edit-link a:before {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    position: relative;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none;
}


/**
* 9.3 Entry Content
* ----------------------------------------------------------------------------
**/

/*.entry-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}*/

.entry-content blockquote {
    font-size: 20px;
    line-height: 1.2;
    background: #e0e0e0;
    margin: 20px 0;
}

.entry-content blockquote cite,
.entry-content blockquote small {
    font-size: 16px;
}

.entry-content ul,
.entry-content ol{
    margin: 0 0 35px 25px;
}
.entry-content li ul, 
.entry-content li ol {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 20px;
}
.entry-content li {
    margin-bottom: 0;
}

.entry-content p {
    margin-bottom: 25px;
}

.entry-content body:not(.home) .section-book-now p,
body:not(.home) .entry-content .section-book-now p,
.entry-content .vc_grid-item .room-types p,
.vc_grid-item .entry-content .room-types p {
    color: #fff;
}

.entry-footer {
    margin-top: 25px;
}

.entry-footer * {
    font-size: 15px;
}

.entry-footer > span {
    margin-right: 8px;
}

.entry-footer .avatar {
    margin-right: 5px;
}

.entry-footer .posted-on .updated {
    display: none;
}

.entry-content >:last-child,
.entry-summary >:last-child,
body:not(.search-results) .entry-summary >:last-child,
.page-content >:last-child,
.comment-content >:last-child,
.textwidget >:last-child {
    margin-bottom: 0;
}

.more-link {
    white-space: nowrap;
}

.author-info {
    border-color: inherit;
    border-style: solid;
    border-width: 1px 0 1px 0;
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
}

.author-avatar .avatar {
    float: left;
    height: 42px;
    margin: 0 15px 15px 0;
    width: 42px;
}

.author-description >:last-child {
    margin-bottom: 0;
}

.entry-content .author-title {
    clear: none;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.75;
    margin: 0;
}

.author-bio {
    color: #686868;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 15px;
    overflow: hidden;
}

.author-link {
    white-space: nowrap;
}

.entry-attachment {
    margin-bottom: 15px;
}

.entry-caption {
    color: #686868;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 15px;
}

.entry-caption >:last-child {
    margin-bottom: 0;
}

.content-bottom-widgets {
    margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
    margin-bottom: 30px;
}


/* Page links */

.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}

.page-links a,
.page-links > span {
    background: #fff;
    border: 0;
    padding: 5px 10px;
    text-decoration: none;
}


/**
* 9.4 Post Formats
* ----------------------------------------------------------------------------
**/

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
    font-size: 19px;
    line-height: 1.473684211;
    margin-bottom: 12px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
    display: none;
}

/**
* 9.4 Post Formats
* ----------------------------------------------------------------------------
**/

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
    font-size: 19px;
    line-height: 1.473684211;
    margin-bottom: 20px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
    display: none;
}


/**
* 9.5 Post/Paging Navigation
* ----------------------------------------------------------------------------
**/

.post-navigation {
    border-bottom: 2px solid #e2e2e2;
    border-top: 2px solid #e2e2e2;
    clear: both;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 15px auto;
    padding: 5px 0;
}

.post-navigation span {
    display: block;
}

.post-navigation .meta-nav {
    color: #686868;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.6153846154;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.post-navigation .post-title {
    display: inline;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
}

.post-navigation a {
    color: #1a1a1a;
    display: block;
    font-size: 18px;
    padding: 0 5px;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
    color: #007acc;
}

.post-navigation div + div {
    border-top: 4px solid #1a1a1a;
}

.paging-navigation .nav-links {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}

.nav-links .page-numbers {
    margin-right: 15px;
}

.nav-links .page-numbers.current {
    color: #8ac058;
}

.sidebar .paging-navigation .nav-links {
    max-width: 1040px;
}

.paging-navigation a {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

.paging-navigation .meta-nav {
    border-radius: 50%;
    color: #e63f2a;
    display: inline-block;
    font-size: 26px;
    padding: 3px 0 8px;
    text-align: center;
    width: 50px;
}

.paging-navigation .nav-next .meta-nav {
    margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
    text-decoration: none;
}

.post-navigation .nav-links {
    margin: 0 auto;
    max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
    padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
    float: right;
    text-align: right;
}


/**
* 9.6 Comments
* ----------------------------------------------------------------------------
**/

.comments-area {
    margin: 5% 7.6923% 5%;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 24px;
}

.comments-title,
.comment-reply-title {
    border-top: 4px solid #1a1a1a;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3125;
    padding-top: 17px;
}

.comments-title {
    margin-bottom: 17px;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    padding: 24px 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding-left: 12px;
}

.comment-author {
    color: #1a1a1a;
    margin-bottom: 6px;
}

.comment-author .avatar {
    float: left;
    height: 28px;
    margin-right: 12px;
    position: relative;
    width: 28px;
}

.bypostauthor > article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px;
}

.comment-metadata,
.pingback .edit-link {
    font-size: 13px;
    line-height: 1.6153846154;
}

.comment-metadata {
    margin-bottom: 30px;
}

.comment-metadata a,
.pingback .comment-edit-link {
    color: #517722;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #8ac058;
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 7px;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 21px 17px;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-reply-link {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    margin-top: 30px;
    padding: 7px 7px 6px;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    border-color: currentColor;
    color: #8ac058;
    outline: 0;
}

.comment-form {
    padding-top: 24px;
}

.comment-form label {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.6153846154;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.comment-list .comment-form {
    padding-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #686868;
    font-size: 13px;
    line-height: 1.6153846154;
    margin-bottom: 30px;
}

.no-comments {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    margin: 0;
    padding-top: 24px;
}

.comment-navigation + .no-comments {
    border-top: 0;
    padding-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #007acc;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #8ac058;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -5px;
}


/**
* 9.7 Attachments
* ----------------------------------------------------------------------------
**/

.attachment .hentry {
    background-color: #e8e5ce;
    margin: 0;
    padding: 0;
}

.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0;
}

.attachment .entry-title {
    float: left;
    margin: 0;
}

.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px;
}

.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px;
}

.attachment footer.entry-meta {
    display: none;
}

.attachment-meta:before {
    content: "\f307";
}

.full-size-link a:before {
    content: "\f402";
}

.full-size-link:before {
    content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08;
}

.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0;
}

.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
}

.image-navigation a:hover {
    text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px;
}

.image-navigation .nav-previous {
    left: 0;
}

.image-navigation .nav-next {
    right: 0;
}

.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center;
}

.attachment .entry-attachment .attachment {
    display: inline-block;
}

.attachment .entry-caption {
    text-align: left;
}

.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0;
}


/**
* 9.8 Author Bio
* ----------------------------------------------------------------------------
**/

.author-info {
    margin: 0 auto;
    max-width: 604px;
    padding: 30px 0 10px;
    text-align: left;
    /* gallery & video post formats */
    width: 100%;
}

.author.sidebar .author-info {
    max-width: 1040px;
    padding: 30px 376px 10px 60px;
}

.single .author-info {
    padding: 50px 0 0;
}

.author-avatar .avatar {
    float: left;
    margin: 0 30px 30px 0;
}

.single-format-status .author-description {
    color: #f7f5e7;
}

.author-description .author-title {
    clear: none;
    margin: 0 0 8px;
}

.author-link {
    color: #f07724;
    margin-left: 2px;
}

.author.archive .author-link {
    display: none;
}


/**
* 9.9 Archives
* ----------------------------------------------------------------------------
**/

.archive-meta {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-top: -15px;
    padding: 0 0 11px;
}

.sidebar .archive-meta {
    padding-right: 316px;
}


/**
* 9.10 Search Results/No posts
* ----------------------------------------------------------------------------
**/

.page-title {
    width: 100%;
}

.page-content {
    margin: 0 auto;
    max-width: 604px;
    padding: 40px 0;
    width: 100%;
}

.sidebar .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding: 40px 376px 40px 60px;
}

.search-form input {
    padding: 6px;
}


/**
* 9.11 404
* ----------------------------------------------------------------------------
**/

.error404 .page-title {
    margin: 0;
    padding-bottom: 0;
    position: relative;
    text-align: center;
    width: auto;
}

/*.error404 .page-title:after {
    color: #454545;
    content: "\f423";
    font-family: "Genericons";
    font-size: 25vw;
    line-height: 1;
    left: 0px;
    overflow: hidden;
    width: 100%;
    right: 0;
    top: 25px;
    display: block;
}*/

.error404 .page-header,
.error404 .page-content {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
}

.error404 .page-header p,
.error404 .page-content p {
    text-align: center;
}


/**
* 9.12 Multisite
* ----------------------------------------------------------------------------
**/

.site-main .mu_register {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}

.mu_alert {
    margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
    font-size: inherit;
    width: 270px;
}

.site-main .mu_register input[type="submit"] {
    width: auto;
}

/**
* 9.13 Foro bbpress
* ----------------------------------------------------------------------------
**/
#bbpress-forums,
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results, 
#bbpress-forums ul.bbp-topics{ 
    font-size: 16px;
    line-height: 1.2;
}

/**
* 10.0 Sidebar
* ----------------------------------------------------------------------------
**/

.sidebar-container ul li {
    list-style-position: inside;
}

/**
* 11.0 Footer site-footer
* ----------------------------------------------------------------------------
**/

.site-footer h3{
    color: #fff;
}
.site-footer-top{
    background: #0950A1;
}
.site-footer-top,
.site-footer-top a{
    color:#ffffff;
    font-size: 16px;
}
.site-footer-top .widget-title{
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/*.site-footer-top .footer-horario .widget-title{
  margin-bottom: 15px;
}*/
.site-footer-top-left,
.site-footer-top-right{
    padding-bottom: 10px;
    padding-top: 40px;
}
.site-footer-top-left .widget{
    display: inline-block;
    margin-bottom: 20px;
    max-width: 325px;
    width: 100%;
    vertical-align: top;
}

.site-footer-top-left .widget.footer-contactenos{
  margin-right: 40px;
  max-width: 350px;
}
.site-footer-top-left .footer-contactenos .textwidget p,
.site-footer-top-left .footer-localizacion .textwidget p{
  border-bottom: 1px solid #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.site-footer-top-left .footer-contactenos .textwidget p:last-child,
.site-footer-top-left .footer-localizacion .textwidget p:last-child{
  border-bottom: none;
  padding-bottom: 0;
}
.footer-contactenos h3,
.aresep-chat h3,
.footer-contactenos .widget-title,
.aresep-chat .widget-title{
    font-weight: 800;
}
.footer-contactenos > div,
.footer-localizacion > div,
.footer-horario > div{
    position: relative;
}
/*.footer-contactenos > div:before,
.footer-localizacion > div:before,
.footer-horario > div:before,*/
.footer-contactenos > div > .fas,
.footer-contactenos > div > .far,
.footer-localizacion > div > .fas,
.footer-localizacion > div > .far,
.footer-horario > div > .fas,
.footer-horario > div > .far{
    content: "\f3c5";
    font-family: 'Font Awesome 5 Free';
    font-size: 30px;
    font-weight: 900;
    height: 33px;
    left: 0;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 33px;
}
/*.footer-contactenos > div:before{
    content: "\f879";
}
.footer-horario > div:before{
  content: "\f017";
}*/
.site-footer-top-left > .footer-localizacion{
  padding-top: 55px;
}
.site-footer-top-right{
  text-align: left;
}
.site-footer-top-right .widget{
  display: inline-block;
  max-width: 620px;
  vertical-align: top;
  width: 100%;
}
.site-footer-top-right .widget,
.site-footer-top-right .widget-title{
    margin-bottom: 25px;
}
.site-footer-top-right .aresep-social{
  max-width: 200px;
}
.site-footer-top-right ul.menu {
  padding: 0;
}
.site-footer-top-right .menu li{
    border-bottom: 1px solid #ffffff;
    float: left;
    font-weight: 600;
    list-style: none;
    margin-bottom: 10px;
    margin-right: 4%;
    max-width: 42%;
    padding-bottom: 10px;
    width: 100%;
}
.site-footer-top-right .menu li:nth-child(5),
.site-footer-top-right .menu li:nth-child(6){
  border-bottom: none;
}
.site-footer-top-right .menu a{
  position: relative;
  padding-left: 15px;
}
.site-footer-top-right .menu a:after{
  content: "\f105";
  color: #ffffff;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 5px;
  width: auto;
}
.site-footer-top-right .menu a:hover,
.site-footer-top-right .menu a:hover:after,
.site-footer-top a:hover{
  color: #ff8526;
}
/*Style footer bottom*/
.site-footer-bottom{
    background: #fff;
}
.site-footer-bottom-left{
    padding-top: 45px;
}
.site-footer-bottom-left .widget{
        margin-bottom: 15px;
}
.site-footer-bottom-left .menu li{
    display: inline-block;
    vertical-align: top;
}
.site-footer-bottom-left .menu li,
.db8sitelastmodified li{
    list-style: none;
}
.site-footer-bottom-left .db8sitelastmodified li{
  text-align: center;
}
.site-footer-bottom-left .menu a,
.site-footer-bottom-left .db8sitelastmodified li,
.site-footer-bottom-left .db8sitelastmodified li a{
    color: #808080;
    font-size: 16px;

}
.site-footer-bottom-left ul.menu > li > a{
    border-right: 2px solid #0950A1;
    display: block;
    font-weight: bold;
    line-height: 18px;
    margin-right: 6px;
    padding-right: 6px;
}
.site-footer-bottom-left ul.menu > li:last-child > a{
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}
.site-footer-bottom-right{
    padding-top: 15px;
}
.site-footer-bottom-right>div{
    margin-bottom: 20px;
    padding: 0;
}
.site-footer-bottom-right img{
  margin: 0 10px;
}
.footer-transparencia{
    padding-left: 5px;
    padding-top: 5px;
}
.secure_sitelock, 
.secure_globalsign {
    display: block;
    margin-top: 15px;
}


/*
* Gravity Forms
*/
.gform_wrapper .top_label .gfield_label{
    display:none !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
    display: none;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin: 4px 0 0 0;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background:initial;
    border: 0;
}
.gform_wrapper li.gfield.gfield_error input[type=email], .gform_wrapper li.gfield.gfield_error input[type=number], 
.gform_wrapper li.gfield.gfield_error input[type=password], .gform_wrapper li.gfield.gfield_error input[type=tel], 
.gform_wrapper li.gfield.gfield_error input[type=text], .gform_wrapper li.gfield.gfield_error input[type=url], 
.gform_wrapper li.gfield.gfield_error textarea{
    background:#A71933;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
    margin:0 1em 0 0;
}
.gf_left_half {
    float: left;
}
body .gform_wrapper label.gfield_label+div.ginput_container{
    margin:0 0 8px 0 !important;
}

body #page .gform_wrapper ul li.gfield{
    margin-top: 0;
    padding-right: 0;
}
body #page .gform_wrapper.gf_browser_chrome select {
    padding: 6px 0 7px 3px;
    margin-top: 2px;
}
 #page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    margin-bottom: 0;
    margin-top: 2px;
}

/**
 * 11.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* Media Queries 1180px*/
@media (max-width: 1720px){
  .center-page{
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-menu div#gruemenu > ul > li > a{
    margin: 18px 10px 21px 10px;
  }
  .homepage-services .service{
    margin: 0 5px 25px;
    max-width: 350px;
  }
  .module-social .fb-page {
    padding-left: 10px;
  }
  .module-social .fb-page span,
  .module-social .fb_iframe_widget iframe{
    max-width: 100%;
  }
  .module-news .lnpd_item_wrapper .lnpd_item_with_intro{
    margin: 0 1%;
    max-width: 47%;
    min-height: 460px;
  }
  .site-footer-top-right .moduletable{
    max-width: 500px;
  }
  .site-footer-top-left .moduletable.footer-contactenos{
    margin-right: 20px;
  }
}
@media (max-width: 1600px){
  .site-logo{
    max-width: 350px;
  }
  .main-menu .main-navigation > ul > li > a{
    margin: 18px 16px 21px 16px;
  }
}
@media (max-width: 1500px){
  .site-header-left{
    max-width: 400px;
  }
  .site-header-left .aresep-direccion {
    max-width: 400px;
  }
  .site-header-right{
    max-width: 480px;
  }
  .site-logo{
    float: none;
    text-align: center; 
  }
  .main-menu .moduletable.aresep-menu{
    float: none;
  }
  .body__frontpage .col-content {
    padding-top: 20px;
  }
  .site-featured-content{
    min-height: 530px; 
  }
}
@media (max-width: 1368px){
  .homepage-services .service {
      max-width: 310px;
      min-height: 320px;
  }
}
@media (max-width: 1200px){ 
  .module-news .lnpd_item_wrapper .lnpd_item_with_intro{
    min-height: 520px;
  }
  .module-social .fb-page span{
    display: block;
    margin: 0 auto;  
  }
  .body__frontpage .site-content-aside-left{
    text-align: center;
  }
  .body__frontpage .site-content-aside-left img{
    float: none!important;
  }
  .homepage-services .service {
    max-width: 300px;
    padding: 20px;
  }
  .site-footer-top,
  .site-footer-top-right{
    text-align: center;
  }
  .site-footer-top .widget{
    text-align: left;
  }
  .site-footer-bottom-right{
    text-align: center;
  }
  .site-footer-bottom-right>div{
    display: inline-block;
    float: none;
    vertical-align: top;
  }
    .primary-menu > li > a {
        padding-left: 0;
    }
    .widget-footer-top {
        margin-left: 5%;
        max-width: 35%;
    }
}

@media (max-width: 1180px){
    .aresep-empleo>.center-page{
        background-size: 40%;  
    }
    .body__empleo .site-bottom.center-page,
    .page_empleo .site-bottom.center-page{
        padding-left: 0;
        padding-right: 0;  
    }
}
@media screen and (max-width: 1024px) {
    .site-header-left,
    .site-header-right{
      max-width: none;
      text-align: center;
    }
    .primary-menu > li > a {
        padding-right: 12px;
    }
    .widget-header-right {
        top: 20px;
    }
}

/*Tablet devices*/

@media screen and (max-width: 990px) {

}

@media (max-width: 880px){
    .paso{
        max-width: 100px;
    }
    
}
@media screen and (max-width: 834px) {
    .single .article-container,
    .single .sidebar-container,
    .template-internal #main,
    .template-internal .sidebar-container {
        float: none;
        margin: 0 auto 35px;
        width: 100% !important;
    }
    .breadcrumbs {
        position: relative;
        text-align: center;
    }
    .home .page-title-container .center-page {
        padding: 0;
    }
    .home .page-title-container .entry-header {
        background: rgba(0, 0, 0, 0.3);
        min-width: 100%;
        text-align: center;
    }
    .internal-slider img {
        min-height: 300px;
    }
    .template-internal .slider {
        margin: auto;
        position: unset;
        width: auto;
    }
    .template-internal #main, .single .article-container, .archive .article-container, .blog .article-container, .category .article-container, .search .article-container,
    .template-internal .sidebar-container, .single .sidebar-container, .archive .sidebar-container, .blog .sidebar-container, .category .sidebar-container, .search .sidebar-container{
        width:100%;
    }
}

@media (max-width: 812px){
    .site-header-left img,
    .site-logo img{
        max-width: 300px;
    }
    .header-right {
        margin-top: 35px;
    }
    .site-footer-bottom-left,
    .site-footer-bottom-right{
        text-align: center;
    }
    .site-footer-bottom-right .right,
    .site-footer-bottom-right aside{
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .footer-transparencia {
        padding-left: 0;
        padding-top: 0;
    }

}
/* Mobile devices */

@media (max-width: 768px){
    .homepage-services{
        margin-left: auto;
        margin-right: auto;
        max-width: 380px;
        text-align: center;
    }
    .site-header-right .widget{
      display: block;
    }

}
@media screen and (max-width: 767px) {

    /*div[class*="vc_custom"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }*/
    iframe,
    .fb_iframe_widget span,
    .module-social .fb_iframe_widget{
        max-width: 100%;
    }
    .site{
        padding-top: 0;
    }
    .site-header{
        position: static;
        top: auto;
    }
    .site-header-foro-menu{
        margin-bottom: 10px;
    }
    .main-menu .main-navigation{
        display: none;
    }
    .site-header-lef,
    .site-logo{
        text-align: center;
        width: 100%;
    }
    .header-right{
        display: inline-block;
        float: none;
        margin-top: 20px;
        text-align: center;
        vertical-align: top;
        width: 100%; 
    }
    .header-right .widget:first-child {
        margin-right: 20px;
    }
    #navigation-toggle { z-index:999; display:block; position:fixed; top:10px; right:10px; padding:10px 10px; box-shadow:0px 1px 1px rgba(0,0,0,0.15);  border-radius:3px;  text-shadow:0px 1px 0px rgba(0,0,0,0.5); font-size:20px;        transition:color linear 0.15s; text-decoration: none !important; }
    #navigation-toggle span.nav-line { display:block; height:3px; width:20px; margin-bottom:4px; background:#fff}
    #navigation-toggle:hover {text-decoration:none; }

    #gruemenu {display: none;}
    ul.ListsubMenu li.span4{
        width: 100%;
    }
    .module-social{
        text-align: center;
    }
    .site-footer-top-right {
        padding-top: 5px;
        text-align: left;
    }
    .footer-images{
        text-align: center;
    }
    /*Style Popup*/
    .aresep-popup-skin{
      border-radius: 0;
      overflow-y: auto;
      width: 100%;
    }
    .info_datos_abiertos_servicio_dataset{
      text-align: center;
    }
    .aresep-popup-close{
      right: 5px!important;
      top: 5px;
    }
    /* Override VC Elements */
    .vc_gitem-col.col-post-right-image {
        position: relative;
    }
    .site-footer-top div[class*="col-"]{
        width:100%;
        margin: 20px 0;
    }

    .site-footer-top-left .widget,
    .site-footer-top-left .widget.footer-contactenos,
    .site-footer-top-right .widget.aresep-social{
      margin-right: 0;
      max-width: none;
    }
    .site-footer-top-left > .footer-localizacion {
      border-top: 1px solid #ffffff;
      padding-top: 20px;
    }
    .site-footer-top-right .menu li{
      margin-right: 0;
      max-width: none;
    }
    .site-footer-top-right .menu li:nth-child(5){
      border-bottom: 1px solid #ffffff;
    }
}

@media (max-width: 736px){
    .pasos{
        margin: 0 auto;
        max-width: 400px;
        text-align: center;
    }
    .paso {
        max-width: 120px;
        margin-bottom: 120px;
    }    
    .paso-4:before{
        display: none;
    }
}
@media screen and (max-width: 640px) {
    body #page .gform_wrapper ul li.gfield {
        width: 100%;
    }
    body #page .gform_wrapper ul li.gfield {
        margin-top: 0;
    }
    body #page .gform_wrapper.gf_browser_chrome select{
        padding-bottom: 0;
    }    
}

@media (max-width: 575px){
    .aresep-empleo>.center-page{
        background-position: 0 100%;
        background-size: 100%;
        padding-bottom: 550px;
    }
    .pasos {
        max-width: 300px;
    }
    .paso{
        max-width: 90px;
    }
}
@media screen and (max-width: 480px) {
    .header-top-right {
        float: none;
        text-align: center;
    }
    .header-top-right ul li {
        display: block;
    }
    .header-top-right ul li:after {
        display: none;
    }
    div.bbp-search-form button, div.bbp-search-form input{
        font-size: 20px;
        padding: 10px 25px 10px;   
    }
    div.bbp-search-form input{
        max-width: 250px;
        padding: 8px 15px 8px;  
    }
    .bbp-remember-me label{
        width: 100%;
    }
    .aresep-empleo>.center-page{
        padding-bottom: 450px;
    }
}
@media (max-width: 414px){
    .header-left img,
    .site-logo img {
        max-width: 240px;
    }
    .header-right .widget:first-child {
        margin-right: 10px;
    }
    .aikon-search label, .aikon-search p{
      font-size: 30px;
    }
    .aresep-empleo>.center-page{
        padding-bottom: 414px;
    }
}
@media (max-width: 360px){
    .aresep-empleo>.center-page{
        padding-bottom: 320px;
    }
    .aresep-empleo-header .titulo {
        font-size: 34px;
    }
    .aresep-empleo-header .subtitulo {
        font-size: 36px;
    }
}
@media screen and (max-width: 320px) {

}