﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

    input[type="checkbox"],
    input[type="radio"] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

    input[type="search"] {
        -webkit-appearance: textfield; /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box; /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    font-size: 100%;
    background-color: #EC6060;
}

img, video {
    display: block;
    width: 100%;
}

@media only screen and (min-width: 30em) {
    body {
        font-size: 105%;
    }
}

@media only screen and (min-width: 42.5em) {
    body {
        font-size: 110%;
    }
}

@media only screen and (min-width: 64em) {
    body {
        font-size: 115%;
    }
}

@media only screen and (min-width: 70em) {
    body {
        font-size: 140%;
    }
}

/**********************************************************/
/*                       Layout                           */
/**********************************************************/

body, html {
    height: 100%;
    width: 100%;
}



.md-header {
    position: relative; 
    /*height: 100%;*/
    /*background: url('Imagenes/organic.jpg') center no-repeat fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;*/
}

.compan {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.md-header__overlay {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
    height: 100%;
}

.md-header__name {
    color: white;
    text-align: center;
}

    .md-header__name h1, .md-header__name h3 {
        margin: 0;
        padding: 0;
        font-size: 3.8rem;
    }

    .md-header__name h3 {
        font-size: 1.8rem;
    }

.md-body {
    position: relative; 
}

.second-title {
    text-align: center;
    font-size: 1.4rem;
}

hr {
    margin: 0.5rem auto;
    width: 80%;
    border: none;
    height: 1px;
    background-color: rgb(128, 128, 128);
}

.social-icon {
    text-align: center;
    text-decoration: none;
    margin: 0.2rem;
    font-size: 1.75rem;
    display: inline-block;
    background-color: rgba(0, 0, 0,0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


    .social-icon i {
        color: white;
        line-height: 50px;
    }

    .social-icon:hover i.f, .social-icon:hover i.t, .social-icon:hover i.y, .social-icon:hover i.i {
        color: white;
    }

    .social-icon i.f {
        color: #3b5999;
    }

    .social-icon.f:hover {
        background-color: #3b5999;
    }

    .social-icon i.t {
        color: #55acee;
    }

    .social-icon.t:hover {
        background-color: #55acee;
    }

    .social-icon i.y {
        color: #e52d27;
    }

    .social-icon.y:hover {
        background-color: #e52d27;
    }

    .social-icon i.i {
        color: #3f729b;
    }

    .social-icon.i:hover {
        background-color: #3f729b;
    }

/**
*   SNIPPETS
*/

.shadow-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .shadow-1:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }

/**
*   ARTICLES
*/

.article {
    background-color: white;
    border-radius: 2px;
    padding: 8px 10px;
    margin: 0.5rem;
}

.article__title h1 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: rgb(0, 0, 0);
    cursor: pointer;
}

.article__title span {
    margin: 0;
    font-size: 0.80rem;
    color: rgb(128, 128, 128);
}

.article__intro {
    /*display: flex;
    flex-direction: column;*/
    /*overflow: hidden;*/
}

    .article__intro img {
        display: block;
        /*max-height: 275px;*/
    }

    .article__intro .content {
        padding: 5px 0;
        font-size: 0.85rem;
        color: rgb(103, 100, 100);
    }

/**
*   DETALLE
*/

.detail {
    width: 100%;
    max-width: 980px;
    margin: 1rem auto;
    padding: 0.5rem;
    background-color: white;
}

.detail__img {
    padding: 0.5rem;
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0, 0.45);
}
.detail__img img{
    width: 100%;
    max-width: 580px;
    margin: auto;
}

.detail__title {
    background-color: rgba(0,0,0, 0.45);
    padding: 0.5rem;
}

.detail__title h1 {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 1.5rem;
}

.detail__content {
    margin: 1rem auto;
    width: 100%;
    max-width: 980px;
    padding: 0 1rem;
}

.img-detail {
    position: relative;
    width: 100%;
    min-height: 500px;
    max-height: 500px;
    background: center no-repeat;
    background-size: cover;
    background-position-y: 10%;
}

.img-detail--cover{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top: 0;
    background-color: rgba(0,0,0, 0.25);
}

.img-detail__title {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0, 0.45);
    padding: 0.5rem;
}

@media only screen and (min-width: 480px) {

    .img-detail__title {
        bottom: 10px;
        left: 10px;
    }
}

.img-detail__title h1 {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 1.5rem;
}

.content-detail {
    margin: 1rem auto;
    width: 100%;
    max-width: 980px;
    padding: 0 1rem;
}

.img-detail__back {
    position: absolute;
    top: 2rem;
    width: 38px;
    height: 38px;
    margin: 0.5rem;
    color: white;
    background-color: #439AD4;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

    .img-detail__back:hover {
        background-color: #EC6060;
    }

        .img-detail__back:hover i {
            color: rgba(0, 0, 0, 0.75);
        }


    .img-detail__back i {
        vertical-align: middle;
        line-height: 38px;
    }


.ellipsis {
    max-height: 6rem;
    overflow: hidden;
    position: relative;
    text-align: justify;
}

    .ellipsis:after {
        content: '...';
        position: absolute;
        bottom: 0;
        right: 0;
    }

/****/


.md-menu {
    display: none;
    width: 100%;
}

.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list__item {
    background-color: #439AD4;
    text-align: center;
    border-bottom: 2px solid rgba(0,0,0,0.12);
}

    .list__item a {
        color: #E3EAF3;
        display: block;
        padding: 8px 20px;
        cursor: pointer;
        text-decoration: none;
    }

    .list__item:hover {
        /*background-color: #34495e;*/
        border-bottom: 2px solid #c0c0c0;
    }

input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + label {
        display: inline-block;
        margin: 0.5rem;
        text-align: left;
        padding: 2px 6px;
        font-size: 30px;
        cursor: pointer;
        background-color: #EC6060;
    }

    input[type=checkbox]:checked ~ .md-menu {
        display: block;
    }

/*.logo {
    display: none;
}*/

@media screen and (min-width: 42.5em) {

    .md-menu {
        display: block;
        padding: 5px 0;
    }

    input[type=checkbox] + label {
        display: none;
    }

    .list {
        display: flex;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list__item {
        margin: 5px 4px;
    }


        .list__item:hover {
            border-bottom: 2px solid #fff ;
        }

    .logo {
        display: inline-block;
    }
}

.margin-top {
    margin-top: 2rem;
}

.padding {
    padding: 2rem 0;
}

.promo {
    position: relative;
    text-decoration: none;
    outline: none;
    background-color: #2ecc71;
    padding: 0.75rem 1.5rem;    
    border-bottom: 2px solid #279d59;
    box-shadow: inset 0 -2px #279d59;
    text-shadow: 0 1px 2px rgba(0,0,0,0.25);
    color: white;     
}

.promo--active {    
    -moz-animation: active-promo 1.5s ease-in-out infinite; 
    -o-animation: active-promo 1.5s ease-in-out infinite;
    -webkit-animation: active-promo 1.5s ease-in-out infinite;
    animation: active-promo 1.5s ease-in-out infinite;
}

@keyframes active-promo {
    50% {
        background-color: #00ff21;
        border-bottom: 2px solid #24d971;
        box-shadow: inset 0 -2px #23c869;
    }
    100% { 
        background-color: #0be887; 
        border-bottom: 2px solid #2cb968;
        box-shadow: inset 0 -2px #25be66;
    }
} 


/**
*   GRID XCH
*/

.xhc-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0.5rem 0;
}

    .xhc-container .xhc-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0;
    }

    .xhc-container .xhc-container--nested {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

.xhc-container--start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .xhc-container--start .xhc-container__item {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

.xhc-container--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .xhc-container--center .xhc-container__item {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

.xhc-container--end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .xhc-container--end .xhc-container__item {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

.xhc-container--top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.xhc-container--middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.xhc-container--bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.xhc-container--around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

    .xhc-container--around .xhc-container__item {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

.xhc-container--between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .xhc-container--between .xhc-container__item {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

.xhc-container--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.xhc-container__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.2rem;
}

.xhc-container__item--first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.xhc-container__item--last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.xhc-container__item--1 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.xhc-container__item--2 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.xhc-container__item--3 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.xhc-container__item--4 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.xhc-container__item--5 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.xhc-container__item--6 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.xhc-container__item--7 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.xhc-container__item--8 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.xhc-container__item--9 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.xhc-container__item--10 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.xhc-container__item--11 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.xhc-container__item--12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media only screen and (min-width: 30em) {
    .xhc-container__item--1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    }

    .xhc-container__item--2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    }

    .xhc-container__item--3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .xhc-container__item--4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    }

    .xhc-container__item--5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    }

    .xhc-container__item--6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .xhc-container__item--7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    }

    .xhc-container__item--8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    }

    .xhc-container__item--9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }

    .xhc-container__item--10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    }

    .xhc-container__item--11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    }

    .xhc-container__item--12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 42.5em) {
    .xhc-container__item--breadth {
        margin-top: 0.5rem;
        -webkit-flex-basis: 75% !important;
        -ms-flex-preferred-size: 75% !important;
        flex-basis: 75% !important;
    }

        .xhc-container__item--breadth:first-child {
            margin-top: 0;
        }
}



/**
*   MASONRY
*/
 

.xhc-masonry-filter {
  width: 100%;
  text-align: center;
  padding: .5rem;
  color: #fff; }

.xhc-masonry {
  position: relative;
  width: 100%;
  margin: auto;
  margin: 2rem 0; }
  .xhc-masonry__item {
    position: initial;
    padding: 0.5rem;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out, opacity 0.8s ease-in-out;
    transition: all 0.5s ease-in-out, opacity 0.8s ease-in-out; }
    .xhc-masonry__item--diminish {
      opacity: 0; }
    .xhc-masonry__item--hidden {
      display: none !important; }
    @media only screen and (min-width: 30em) {
      .xhc-masonry__item {
        position: absolute;
        padding: 5px;
        width: 300px; }
      .xhc-masonry__item:last-of-type {
        margin-bottom: 0; } }
  .xhc-masonry__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0; }
    .xhc-masonry__group__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      .xhc-masonry__group__item .xhc-masonry__item {
        padding: 0.2rem;
        padding-top: 0; }


/**
*   CARDS
*/
 
.card {
  background-color: white;
  color: #999999;
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }
  .card:hover .card__image {
    -webkit-filter: contrast(100%);
            filter: contrast(100%); }
  .card__image {
    -webkit-filter: contrast(70%);
            filter: contrast(70%);
    position: relative;
    -webkit-transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
    transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
    transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
    transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91), -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91); }
  .card__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5rem; }
    .card__content p {
      margin: 0; }
  .card__title {
    color: #696969;
    font-family: "Roboto Regular", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding-top: 0.125rem;
    margin-bottom: 0.35rem;
    letter-spacing: 0; }
  .card__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    color: #aaa;
    font-family: "Roboto Regular", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
    padding-top: 0.25rem;
    margin-bottom: 0.30rem;
    letter-spacing: 0; }
  .card__buttons {
    display: block;
    padding: 0.5rem 0; }


/**
*   BUTTONS
*/
  
.xhc-button, a.xhc-button {
  position: relative;
  display: inline-block;
  width: 6.5rem;
  height: 2rem;
  background: #dfdfdf;
  color: #fff;
  border: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 2px;
  font-family: "Roboto Medium", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3rem;
  letter-spacing: 0;
  text-transform: uppercase; }
  .xhc-button--small, a.xhc-button--small {
    width: 4.5rem; }
  .xhc-button--medium, a.xhc-button--medium {
    width: 7.5rem; }
  .xhc-button--large, a.xhc-button--large {
    width: 10rem; }
  .xhc-button--red, a.xhc-button--red {
    background-color: #D32F2F; }
    .xhc-button--red:hover, a.xhc-button--red:hover {
      background-color: #F44336; }
  .xhc-button--blue, a.xhc-button--blue {
    background-color: #1976D2; }
    .xhc-button--blue:hover, a.xhc-button--blue:hover {
      background-color: #2196F3; }
  .xhc-button--lightblue, a.xhc-button--lightblue {
    background-color: #0288D1; }
    .xhc-button--lightblue:hover, a.xhc-button--lightblue:hover {
      background-color: #03A9F4; }
  .xhc-button--indigo, a.xhc-button--indigo {
    background-color: #303F9F; }
    .xhc-button--indigo:hover, a.xhc-button--indigo:hover {
      background-color: #3F51B5; }
  .xhc-button--green, a.xhc-button--green {
    background-color: #388E3C; }
    .xhc-button--green:hover, a.xhc-button--green:hover {
      background-color: #4CAF50; }
  .xhc-button--lightgreen, a.xhc-button--lightgreen {
    background-color: #689F38; }
    .xhc-button--lightgreen:hover, a.xhc-button--lightgreen:hover {
      background-color: #8BC34A; }
  .xhc-button--lime, a.xhc-button--lime {
    background-color: #AFB42B; }
    .xhc-button--lime:hover, a.xhc-button--lime:hover {
      background-color: #CDDC39; }
  .xhc-button--yellow, a.xhc-button--yellow {
    background-color: #FBC02D; }
    .xhc-button--yellow:hover, a.xhc-button--yellow:hover {
      background-color: #FFEB3B; }
  .xhc-button--amber, a.xhc-button--amber {
    background-color: #FFA000; }
    .xhc-button--amber:hover, a.xhc-button--amber:hover {
      background-color: #FFC107; }
  .xhc-button--orange, a.xhc-button--orange {
    background-color: #F57C00; }
    .xhc-button--orange:hover, a.xhc-button--orange:hover {
      background-color: #FF9800; }
  .xhc-button--deeporange, a.xhc-button--deeporange {
    background-color: #E64A19; }
    .xhc-button--deeporange:hover, a.xhc-button--deeporange:hover {
      background-color: #FF5722; }
  .xhc-button--grey, a.xhc-button--grey {
    background-color: #616161; }
    .xhc-button--grey:hover, a.xhc-button--grey:hover {
      background-color: #9E9E9E; }
  .xhc-button--white, a.xhc-button--white {
    background-color: #fff;
    color: #646464; }
    .xhc-button--white:hover, a.xhc-button--white:hover {
      background-color: #F5F7FA; }
  .xhc-button--grapefruit, a.xhc-button--grapefruit {
    background-color: #DA4453; }
    .xhc-button--grapefruit:hover, a.xhc-button--grapefruit:hover {
      background-color: #ED5565; }
  .xhc-button--bittersweet, a.xhc-button--bittersweet {
    background-color: #E9573F; }
    .xhc-button--bittersweet:hover, a.xhc-button--bittersweet:hover {
      background-color: #FC6E51; }
  .xhc-button--sunflower, a.xhc-button--sunflower {
    background-color: #FCBB42;
    color: #646464; }
    .xhc-button--sunflower:hover, a.xhc-button--sunflower:hover {
      background-color: #FFCE54; }
  .xhc-button--grass, a.xhc-button--grass {
    background-color: #8CC152; }
    .xhc-button--grass:hover, a.xhc-button--grass:hover {
      background-color: #A0D468; }
  .xhc-button--mint, a.xhc-button--mint {
    background-color: #37BC9B; }
    .xhc-button--mint:hover, a.xhc-button--mint:hover {
      background-color: #48CFAD; }
  .xhc-button--aqua, a.xhc-button--aqua {
    background-color: #3BAFDA; }
    .xhc-button--aqua:hover, a.xhc-button--aqua:hover {
      background-color: #4FC1E9; }
  .xhc-button--lavender, a.xhc-button--lavender {
    background-color: #967ADC; }
    .xhc-button--lavender:hover, a.xhc-button--lavender:hover {
      background-color: #AC92EC; }
  .xhc-button--pink, a.xhc-button--pink {
    background-color: #D770AD; }
    .xhc-button--pink:hover, a.xhc-button--pink:hover {
      background-color: #EC87C0; }
  .xhc-button--lightgray, a.xhc-button--lightgray {
    background-color: #E6E9ED;
    color: #646464; }
    .xhc-button--lightgray:hover, a.xhc-button--lightgray:hover {
      background-color: #F5F7FA; }
  .xhc-button--mediumgray, a.xhc-button--mediumgray {
    background-color: #AAB2BD; }
    .xhc-button--mediumgray:hover, a.xhc-button--mediumgray:hover {
      background-color: #CCD1D9; }
  .xhc-button--darkgray, a.xhc-button--darkgray {
    background-color: #434A54; }
    .xhc-button--darkgray:hover, a.xhc-button--darkgray:hover {
      background-color: #656D78; }
  .xhc-button--raised, a.xhc-button--raised {
    -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
    .xhc-button--raised:active, a.xhc-button--raised:active {
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
  .xhc-button--fullwidth, a.xhc-button--fullwidth {
    display: block;
    width: 100%; }
  .xhc-button--disabled, a.xhc-button--disabled {
    background-color: #CCD1D9;
    color: #666666;
    box-shadow: 0 0 0 0 transparent; }
    .xhc-button--disabled .xhc-ripple--effect, a.xhc-button--disabled .xhc-ripple--effect {
      display: none; }
    .xhc-button--disabled:hover, .xhc-button--disabled:active, .xhc-button--disabled:focus, a.xhc-button--disabled:hover, a.xhc-button--disabled:active, a.xhc-button--disabled:focus {
      cursor: no-drop;
      background-color: #CCD1D9;
      box-shadow: 0 0 0 0 transparent; }

a.xhc-button {
  text-decoration: none;
  text-align: center;
  line-height: 2rem; }



/**
*    Ripple
*/
@-webkit-keyframes ripple {
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }
@keyframes ripple {
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }

.xhc-ripple {
  position: relative;
  overflow: hidden; }
  .xhc-ripple--effect {
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    -webkit-transform: scale(0);
            transform: scale(0); }
  .xhc-ripple--show {
    -webkit-animation: ripple 0.8s normal forwards cubic-bezier(0, 0, 0.2, 1);
            animation: ripple 0.8s normal forwards cubic-bezier(0, 0, 0.2, 1); }


.home {
    width: 100%;    
}
.home > div {
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 0.5rem;
}
.home__title {
    text-align: center;
    color: white;
    font-size: 2rem;
    margin: 0;
}
.home > div p {
    color: #CCD1D9;
    text-align: center;
}
.home__company {
    width: 100%;
}
.mision h3, .vision h3 {
    text-align: center;
    color: white;
    font-size: 1.4rem;
}

.home__services {
    width: 100%;
    max-width: 780px;
    margin: auto;
}

    .home__services h3 {
        text-align: center;        
        color: white;
    }

    .home__services ul {        
        list-style: none;    
        text-align: center;
    }

    .home__services ul li{        
        display: inline-block;
        margin: 0.2rem;
        padding: 0 0.2rem;
        background-color: #CCD1D9;
        color: rgba(0, 0, 0, 0.75);
    }

    

/* Estilos basicos del Slider*/

ul.slides {
background-color: #000;
}

.metaslider .caption-wrap {
background: transparent!important;
opacity: 1!important;
text-align: center;
bottom: 45%!important;
right: 0!important;
left: inherit!important;
line-height: inherit!important;
}

.metaslider .caption {
font-family: 'Lora', serif;
font-size: 40px;
font-weight: 400;
text-transform: uppercase;
padding: 0!important; 
}

.metaslider .slides li .caption-wrap .caption {
opacity: 0;
}

/*.metaslider .slides li:hover .caption-wrap .caption {
opacity: 1;
transition: all 0.5s ease-out;
}

.metaslider .slides li:hover img {
opacity: 0.5;
transition: all 0.5s ease-out;
}*/
