/* =================================================================== 
 *
 *  Infinity v1.0 Main Stylesheet
 *  01-02-2017
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  01. webfonts and iconfonts
 *  02. base style overrides
 *  03. typography & general theme styles
 *  04. preloader
 *  05. forms
 *  06. buttons
 *  07. other components
 *  08. common and reusable styles 
 *  09. header styles
 *  10. home
 *  11. about
 *  12. services
 *  13. portfolio
 *  14. testimonials
 *  15. clients
 *  16. contact
 *  17. footer
 *
 * =================================================================== */


/* ===================================================================
 *  01. webfonts and iconfonts - (_document-setup)
 *
 * ------------------------------------------------------------------- */
@import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");
@import url("fonts.css");


/* ===================================================================
 *  02. base style overrides - (_document-setup)
 *
 * ------------------------------------------------------------------- */
html {
  font-size: 10px;
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 9.375px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 9.375px;
  }
}

html, body {
  height: 100%;
}

body {
  background: #111111;
  font-family: "librebaskerville-regular", serif;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #353535;
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------------------------- 
 * links - (_document-setup) 
 * ------------------------------------------------------------------- */
a, a:visited {
  color: #07617d;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  color: #000000;
}


/* ===================================================================
 *  03. typography & general theme styles - (_document-setup.scss) 
 *
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.h01, .h02, .h03, .h04, .h05, .h06 {
  font-family: "montserrat-bold", sans-serif;
  color: #151515;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-bottom: 2.1rem;
}

h3, .h03, h4, .h04 {
  margin-bottom: 1.8rem;
}

h5, .h05, h6, .h06 {
  margin-bottom: 1.2rem;
}

h1, .h01 {
  font-size: 3.1rem;
  line-height: 1.35;
  letter-spacing: -.1rem;
}
@media only screen and (max-width: 600px) {
  h1, .h01 {
    font-size: 2.6rem;
    letter-spacing: -.07rem;
  }
}

h2, .h02 {
  font-size: 2.4rem;
  line-height: 1.25;
}

h3, .h03 {
  font-size: 2rem;
  line-height: 1.5;
}

h4, .h04 {
  font-size: 1.7rem;
  line-height: 1.76;
}

h5, .h05 {
  font-size: 1.4rem;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

h6, .h06 {
  font-size: 1.3rem;
  line-height: 1.85;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: "montserrat-regular", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  p.lead {
    font-size: 1.8rem;
  }
}

em, i, strong, b {
  font-size: 1.6rem;
  line-height: 3rem;
  font-style: normal;
  font-weight: normal;
}

em, i {
  font-family: "librebaskerville-italic", serif;
}

strong, b {
  font-family: "librebaskerville-bold", serif;
}

small {
  font-size: 1.1rem;
  line-height: inherit;
}

blockquote {
  margin: 3rem 0;
  padding-left: 5rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.3);
  font-family: arial, sans-serif;
  position: absolute;
  top: 3.6rem;
  left: 0;
}

blockquote p {
  font-family: "librebaskerville-italic", georgia, serif;
  font-style: italic;
  padding: 0;
  font-size: 1.9rem;
  line-height: 1.895;
}

blockquote cite {
  display: block;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.615;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #4f4f4f;
  border: none;
}

abbr {
  font-family: "librebaskerville-bold", serif;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .05rem;
  color: #4f4f4f;
}

var, kbd, samp, code, pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
  padding: 2.4rem 3rem 3rem;
  background: #F1F1F1;
}

code {
  font-size: 1.4rem;
  margin: 0 .2rem;
  padding: .3rem .6rem;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
}

pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint > code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

mark {
  background: #FFF49B;
  color: #000;
}

hr {
  border: solid #d2d2d2;
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}

/* ------------------------------------------------------------------- 
 * Lists - (_document-setup.scss)  
 * ------------------------------------------------------------------- */
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

ol, ul {
  margin-left: 1.7rem;
}

ul li {
  padding-left: .4rem;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 .8rem;
  position: relative;
}
ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #07617d;
  position: absolute;
  left: -17px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #07617d;
}

dd {
  margin: 0 0 0 2rem;
}

/* ------------------------------------------------------------------- 
 * Spacing - (_document-setup)  
 * ------------------------------------------------------------------- */
button, .button {
  margin-bottom: 1.2rem;
}

fieldset {
  margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.ss-custom-select {
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * floated image - (_document-setup)  
 * ------------------------------------------------------------------- */
img.pull-right {
  margin: 1.5rem 0 0 3rem;
}

img.pull-left {
  margin: 1.5rem 3rem 0 0;
}

/* ------------------------------------------------------------------- 
 * block grids paddings
 * ------------------------------------------------------------------- */
.bgrid {
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .bgrid {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 768px) {
  .bgrid {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .bgrid {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 400px) {
  .bgrid {
    padding: 0;
  }
}

/* ------------------------------------------------------------------- 
 * tables - (_document-setup.scss)  
 * ------------------------------------------------------------------- */
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: "librebaskerville-regular", sans-serif;
}

th,
td {
  padding: 1.5rem 3rem;
  text-align: left;
  border-bottom: 1px solid #E8E8E8;
}

th {
  color: #151515;
  font-family: "montserrat-bold", sans-serif;
}

td {
  line-height: 1.5;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ------------------------------------------------------------------- 
 * pace.js styles - minimal  - (_document-setup.scss)
 * ------------------------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #f9a828;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 100%;
  width: 100%;
  height: 6px;
}


/* ===================================================================
 *  04. Preloader
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0F1215;
  z-index: 800;
  height: 100%;
  width: 100%;
}

.no-js #preloader, .oldie #preloader {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  padding: 0;
  background-color: #f9a828;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}


/* ===================================================================
 *  05. forms - (_forms.scss)
 *
 * ------------------------------------------------------------------- */
fieldset {
  border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  height: 6rem;
  padding: 1.5rem 2rem;
  border: 0;
  outline: none;
  vertical-align: middle;
  color: #444444;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ss-custom-select {
  position: relative;
  padding: 0;
}
.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}
.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}
.ss-custom-select select::-ms-expand {
  display: none;
}
.ss-custom-select::after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -10px;
  bottom: auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  pointer-events: none;
  color: #252525;
}

/* IE9 and below */
.oldie .ss-custom-select::after {
  display: none;
}

textarea {
  min-height: 25rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #000000;
}

label, legend {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  margin-bottom: .6rem;
  color: #020202;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "montserrat-regular", sans-serif;
  line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: .15rem;
}

/* ------------------------------------------------------------------- 
 * Style Placeholder Text - (_forms.scss)
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #8e8e8e;
}

:-moz-placeholder {
  color: #8e8e8e;
  /* Firefox 18- */
}

::-moz-placeholder {
  color: #8e8e8e;
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  color: #8e8e8e;
}

.placeholder {
  color: #8e8e8e !important;
}

/* ------------------------------------------------------------------- 
 * Change Autocomplete styles in Chrome - (_forms.scss)
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #fabc5a;
  transition: background-color 5000s ease-in-out 0s;
}


/* ===================================================================
 *  06. buttons - (_button-essentials.scss)
 *
 * ------------------------------------------------------------------- */
.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  height: 5.4rem;
  line-height: 5.4rem;
  padding: 0 3rem;
  margin: 0 .3rem 1.2rem 0;
  background: #A5A5A5;
  color: #222222;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background: #989898;
  color: #000000;
  outline: 0;
}

.button.button-primary,
a.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  background: #151515;
  color: #FFFFFF;
}

.button.button-primary:hover,
a.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background: #030303;
}

button.full-width, .button.full-width {
  width: 100%;
  margin-right: 0;
}

button.medium, .button.medium {
  height: 5.7rem !important;
  line-height: 5.7rem !important;
  padding: 0 1.8rem !important;
}

button.large, .button.large {
  height: 6rem !important;
  line-height: 6rem !important;
  padding: 0rem 3rem !important;
}

button.stroke, .button.stroke {
  background: transparent !important;
  border: 3px solid #313131;
  line-height: 4.8rem;
}

button.stroke.medium, .button.stroke.medium {
  line-height: 5.1rem !important;
}

button.stroke.large, .button.stroke.large {
  line-height: 5.4rem !important;
}

button.stroke:hover, .button.stroke:hover {
  border: 3px solid #f9a828;
  color: #f9a828;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


/* ===================================================================
 *  07. other components - (_others.scss)
 *
 * ------------------------------------------------------------------- */

/**
 * alert box - (_alert-box.scss)
 * -------------------------------------------------------------------
 */
.alert-box {
  padding: 2.1rem 4rem 2.1rem 3rem;
  position: relative;
  margin-bottom: 3rem;
  border-radius: 3px;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.5rem;
}
.alert-box .close {
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
  cursor: pointer;
}

.ss-error {
  background-color: #ffd1d2;
  color: #e65153;
}

.ss-success {
  background-color: #c8e675;
  color: #758c36;
}

.ss-info {
  background-color: #d7ecfb;
  color: #4a95cc;
}

.ss-notice {
  background-color: #fff099;
  color: #bba31b;
}

/* ------------------------------------------------------------------- 
 * additional typo styles - (_additional-typo.scss)
 * ------------------------------------------------------------------- */
/* drop cap 
 * ----------------------------------------------- */
.drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 1.5rem .6rem 0 0;
  font-size: 8.4rem;
  font-family: "montserrat-bold", sans-serif;
  line-height: 6rem;
  text-indent: 0;
  background: transparent;
  color: #151515;
}

/* line definition style 
 * ----------------------------------------------- */
.lining dt, .lining dd {
  display: inline;
  margin: 0;
}
.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre;
}
.lining dd + dd:before {
  content: ", ";
}
.lining dd + dd:before {
  content: ", ";
}
.lining dd:before {
  content: ": ";
  margin-left: -0.2em;
}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}
.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2em;
}
.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}
.dictionary-style dd:before {
  content: counter(definitions,decimal) ". ";
}

/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *		<blockquote>
 *			<p></p>
 *		</blockquote>
 *	</aside>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
  position: relative;
  padding: 2.1rem 3rem 2.1rem 0px;
}
.pull-quote:before, .pull-quote:after {
  height: 1em;
  position: absolute;
  font-size: 10rem;
  font-family: Arial, Sans-Serif;
  color: rgba(0, 0, 0, 0.3);
}
.pull-quote:before {
  content: "\201C";
  top: 33px;
  left: 0;
}
.pull-quote:after {
  content: '\201D';
  bottom: -33px;
  right: 0;
}
.pull-quote blockquote {
  margin: 0;
}
.pull-quote blockquote:before {
  content: none;
}

/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *		<li><a href="#">[value]<em>[name]</em></a></li>
 *	</ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
  padding: 0;
  margin: 3rem 0;
}
.stats-tabs li {
  display: inline-block;
  margin: 0 1.5rem 3rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid #ccc;
}
.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.stats-tabs li a {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "montserrat-bold", sans-serif;
  border: none;
  color: #252525;
}
.stats-tabs li a:hover {
  color: #07617d;
}
.stats-tabs li a em {
  display: block;
  margin: .6rem 0 0 0;
  font-size: 1.4rem;
  font-family: "montserrat-regular", sans-serif;
  color: #4f4f4f;
}

/**
 * skillbars - (_skillbars.scss)
 * -------------------------------------------------------------------
 */
.skill-bars {
  list-style: none;
  margin: 6rem 0 3rem;
}
.skill-bars li {
  height: .6rem;
  background: #a1a1a1;
  width: 100%;
  margin-bottom: 6rem;
  padding: 0;
  position: relative;
}
.skill-bars li strong {
  position: absolute;
  left: 0;
  top: -3rem;
  font-family: "montserrat-bold", sans-serif;
  color: #313131;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.skill-bars li .progress {
  background: #313131;
  position: relative;
  height: 100%;
}
.skill-bars li .progress span {
  position: absolute;
  right: 0;
  top: -3.6rem;
  display: block;
  font-family: "montserrat-regular", sans-serif;
  color: white;
  font-size: 1.1rem;
  line-height: 1;
  background: #313131;
  padding: .6rem .6rem;
  border-radius: 3px;
}
.skill-bars li .progress span::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #313131;
  content: "";
}
.skill-bars li .percent5 {
  width: 5%;
}
.skill-bars li .percent10 {
  width: 10%;
}
.skill-bars li .percent15 {
  width: 15%;
}
.skill-bars li .percent20 {
  width: 20%;
}
.skill-bars li .percent25 {
  width: 25%;
}
.skill-bars li .percent30 {
  width: 30%;
}
.skill-bars li .percent35 {
  width: 35%;
}
.skill-bars li .percent40 {
  width: 40%;
}
.skill-bars li .percent45 {
  width: 45%;
}
.skill-bars li .percent50 {
  width: 50%;
}
.skill-bars li .percent55 {
  width: 55%;
}
.skill-bars li .percent60 {
  width: 60%;
}
.skill-bars li .percent65 {
  width: 65%;
}
.skill-bars li .percent70 {
  width: 70%;
}
.skill-bars li .percent75 {
  width: 75%;
}
.skill-bars li .percent80 {
  width: 80%;
}
.skill-bars li .percent85 {
  width: 85%;
}
.skill-bars li .percent90 {
  width: 90%;
}
.skill-bars li .percent95 {
  width: 95%;
}
.skill-bars li .percent100 {
  width: 100%;
}

/* ===================================================================
 *  08. common and reusable styles 
 *
 * ------------------------------------------------------------------- */
.section-intro {
  text-align: center;
  position: relative;
  margin-bottom: 1.5rem;
}
.section-intro h1 {
  font-family: "librebaskerville-bold", serif;
  font-size: 4.8rem;
  line-height: 1.375;
  color: #151515;
}
.section-intro h3 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.8 rem;
  line-height: 1.667;
  color: rgba(242, 242, 242, 0.5);
  text-transform: uppercase;
  letter-spacing: .3rem;
  margin-bottom: 1.2rem;
}
.section-intro .lead {
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.8;
  line-height: 1.833;
}
.section-intro.with-bottom-sep {
  padding-bottom: 4.2rem;
  position: relative;
}
.section-intro.with-bottom-sep::after {
  display: inline-block;
  height: 1px;
  width: 200px;
  background-color: rgba(242, 242, 242, 0.1);
  text-align: center;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * section-intro
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .section-intro h1 {
    font-size: 4.4rem;
  }
  .section-intro .lead {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-intro h1 {
    font-size: 4rem;
  }
  .section-intro h3 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 600px) {
  .section-intro h1 {
    font-size: 3.4rem;
  }
  .section-intro h3 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 500px) {
  .section-intro h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  .section-intro h1 {
    font-size: 3.1rem;
  }
}
.wide {
  max-width: 1300px;
}

.narrow {
  max-width: 800px;
}

.js .animate-this, .js .animate-intro {
  opacity: 0;
}

.oldie .animate-this,
.oldie .animate-intro
.no-cssanimations .animate-this,
.no-cssanimations .animate-intro {
  opacity: 1;
}


/* ===================================================================
 *  09. header styles - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
header {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 700;
}
header .row {
  height: auto;
  max-width: 1300px;
  position: relative;
}

/* ------------------------------------------------------------------- 
 * header logo - (_layout.css) 
 * ------------------------------------------------------------------- */
header .header-logo {
  position: absolute;
  left: 20px;
  top: 42px;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
header .header-logo a {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  width: 200px;
  height: 120px;
  background: url("../images/logo.png") no-repeat center;
  background-size: 200px 120px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* ------------------------------------------------------------------- 
 * menu trigger - (_layout.css) 
 * ------------------------------------------------------------------- */
#header-menu-trigger {
  display: block;
  position: fixed;
  right: 32px;
  top: 30px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header-menu-trigger.opaque {
  background-color: #000000;
}
#header-menu-trigger.opaque .header-menu-text {
  background-color: #000000;
}
#header-menu-trigger:hover, #header-menu-trigger:focus {
  color: #FFFFFF;
}
#header-menu-trigger .header-menu-text {
  display: block;
  position: absolute;
  top: 0;
  left: -75px;
  width: 75px;
  text-align: center;
  background-color: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header-menu-trigger .header-menu-icon {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -1.5px;
}
#header-menu-trigger .header-menu-icon::before, 
#header-menu-trigger .header-menu-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
}
#header-menu-trigger .header-menu-icon::before {
  top: -9px;
}
#header-menu-trigger .header-menu-icon::after {
  bottom: -9px;
}

/* ------------------------------------------------------------------- 
 * off-canvas menu - (_layout.scss) 
 * ------------------------------------------------------------------- */
#menu-nav-wrap {
  background: #0C0C0C;
  color: rgba(255, 255, 255, 0.25);
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 3.6rem 3rem;
  height: 100%;
  width: 240px;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow-y: auto;
  z-index: 800;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#menu-nav-wrap a, #menu-nav-wrap a:visited {
  color: rgba(255, 255, 255, 0.5);
}
#menu-nav-wrap a:hover, #menu-nav-wrap a:focus, #menu-nav-wrap a:active {
  color: white;
}
#menu-nav-wrap h3 {
  color: white;
  font-family: "montserrat-regular", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
#menu-nav-wrap .nav-list {
  font-family: "montserrat-regular", sans-serif;
  margin: 3.6rem 0 1.5rem 0;
  padding: 0 0 1.8rem 0;
  list-style: none;
  line-height: 3.6rem;
}
#menu-nav-wrap .nav-list li {
  padding-left: 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.03);
  line-height: 4.2rem;
}
#menu-nav-wrap .nav-list li:first-child {
  border-top: 1px dotted rgba(255, 255, 255, 0.03);
}
#menu-nav-wrap .nav-list li a {
  color: rgba(255, 255, 255, 0.25);
  display: block;
}
#menu-nav-wrap .nav-list li a:hover, 
#menu-nav-wrap .nav-list li a:focus {
  color: white;
}
#menu-nav-wrap .header-social-list {
  list-style: none;
  display: inline-block;
  margin: 0;
  font-size: 2.1rem;
}
#menu-nav-wrap .header-social-list li {
  margin-right: 12px;
  padding-left: 0;
  display: inline-block;
}
#menu-nav-wrap .header-social-list li a {
  color: rgba(255, 255, 255, 0.15);
}
#menu-nav-wrap .header-social-list li a:hover, 
#menu-nav-wrap .header-social-list li a:focus {
  color: white;
}
#menu-nav-wrap .header-social-list li:last-child {
  margin: 0;
}
#menu-nav-wrap .close-button {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 36px;
  right: 30px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
#menu-nav-wrap .close-button span::before, 
#menu-nav-wrap .close-button span::after {
  content: "";
  display: block;
  height: 2px;
  width: 12px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -1px;
}
#menu-nav-wrap .close-button span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-nav-wrap .close-button span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-nav-wrap .sponsor-text {
  font-family: "librebaskerville-regular", serif;
  font-size: 1.4rem;
  line-height: 3rem;
}
#menu-nav-wrap .sponsor-text span {
  color: rgba(255, 255, 255, 0.5);
}

/* menu is open */
.menu-is-open #menu-nav-wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * header section 
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  header .header-logo a {
    width: 51px;
    height: 24px;
    background-size: 51px 24px;
  }
}
@media only screen and (max-width: 400px) {
  #header-menu-trigger .header-menu-text {
    display: none;
  }
}


/* ===================================================================
 *  10. home - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#home {
  width: 100%;
  height: 100%;
  background-color: #151515;
  background-image: url(../images/blog.jpg);
  background-repeat: no-repeat;
  background-position: center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  min-height: 804px;
  position: relative;
}
#home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background-color: #19191b;
}

.home-content-table {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  text-align: center;
}

.home-content-tablecell {
  display: table-cell;
  vertical-align: middle;
  z-index: 500;
}
.home-content-tablecell .row {
  position: relative;
  padding-top: 16.2rem;
  padding-bottom: 15rem;
}
.home-content-tablecell h3 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 2.2rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: .3rem;
  margin: 0 0 .9rem 0;
}
.home-content-tablecell h1 {
  font-family: "montserrat-bold", serif;
  font-size: 9rem;
  line-height: 1.133;
  color: #FFFFFF;
}
.home-content-tablecell .more {
  margin: 4.8rem 0 0 0;
}
.home-content-tablecell .more .button {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

/* home social-list */
.home-social-list {
  position: absolute;
  left: 48px;
  bottom: 54px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: center;
}
.home-social-list::before {
  display: block;
  content: "";
  width: 2px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.home-social-list li {
  padding-left: 0;
}
.home-social-list li a, .home-social-list li a:visited {
  color: #FFFFFF;
}
.home-social-list li a:hover, 
.home-social-list li a:focus, 
.home-social-list li a:active {
  color: #151515;
}

/* scroll down */
.scrolldown {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  transform-origin: right top 0;
  float: right;
}
.scrolldown i {
  padding-left: 9px;
}
.scrolldown a:hover, .scrolldown a:focus, .scrolldown a:active {
  color: #151515 !important;
}

html[data-useragent*='MSIE 10.0'] .scrolldown,
.oldie .scrolldown {
  display: none;
}

.scroll-icon {
  display: inline-block;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #FFFFFF !important;
  background: transparent;
  position: relative;
  top: 36px;
  right: 42px;
  -webkit-animation: animate-it 3s ease infinite;
  animation: animate-it 3s ease infinite;
}

/* vertical animation */
@-webkit-keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}
@keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}

/* ------------------------------------------------------------------- 
 * responsive:
 * home section 
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .home-content-tablecell h3 {
    font-size: 2.1rem;
  }
  .home-content-tablecell h1 {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 1024px) {
  .home-content-tablecell h3 {
    font-size: 2rem;
  }
  .home-content-tablecell h1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-content-tablecell .row {
    max-width: 600px;
  }
  .home-content-tablecell h3 {
    font-size: 1.8rem;
  }
  .home-content-tablecell h1 {
    font-size: 5.2rem;
  }
  .home-content-tablecell h1 br {
    display: none;
  }

  .home-social-list {
    left: 36px;
    bottom: 30px;
    font-size: 2.1rem;
  }
  .home-social-list::before {
    height: 30px;
  }

  .scrolldown .scroll-icon {
    font-size: 1.2rem;
    top: 24px;
    right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  #home {
    min-height: 702px;
  }

  .home-content-tablecell .row {
    max-width: 480px;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .home-content-tablecell h3 {
    font-size: 1.7rem;
  }
  .home-content-tablecell h1 {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 500px) {
  .home-content-tablecell .row {
    max-width: 420px;
  }
  .home-content-tablecell h3 {
    font-size: 1.5rem;
  }
  .home-content-tablecell h1 {
    font-size: 4.2rem;
  }

  .home-social-list {
    left: 30px;
    bottom: 30px;
    font-size: 1.8rem;
  }
  .home-social-list::before {
    height: 24px;
  }
}
@media only screen and (max-width: 400px) {
  #home {
    min-height: 654px;
  }

  .home-content-tablecell .row {
    padding-top: 4.8rem;
    padding-bottom: 10.8rem;
  }
  .home-content-tablecell h3 {
    font-size: 1.4rem;
  }
  .home-content-tablecell h1 {
    font-size: 3.6rem;
  }
}

/* ===================================================================
 *  11. ComunicaciónIntegral - (_layout.scss)
 *
 * ------------------------------------------------------------------- */


 #ComunicacionIntegral {
  position: relative;
  padding: 1.1rem 0 1rem;
  background-color: #19191b;
  min-height: 0px;
  text-align: center;

}


#ComunicacionIntegral h2 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 2.8rem;
  line-height: 1.667;
  color: #0E7EA1;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
}


/* ===================================================================
 *  11. CaperucitaRoja - (_layout.scss)
 *
 * ------------------------------------------------------------------- */

#CaperucitaRoja {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}


#CaperucitaRoja h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#CaperucitaRoja .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#CaperucitaRoja .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#CaperucitaRoja .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#CaperucitaRoja .section-intro h1 {
  color: #FFFFFF;
}
#CaperucitaRoja .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#CaperucitaRoja .services-content {
  text-align: center;
  max-width: 1040px;
}
#CaperucitaRoja .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#CaperucitaRoja .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#CaperucitaRoja .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#CaperucitaRoja .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#CaperucitaRoja .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#CaperucitaRoja .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * CaperucitaRoja
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #CaperucitaRoja .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #CaperucitaRoja .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #CaperucitaRoja {
    padding: 12rem 0 12rem;
  }
  #CaperucitaRoja .services-content {
    max-width: 550px;
  }
  #CaperucitaRoja .services-list .service-item {
    padding: 0 15px;
  }
  #CaperucitaRoja .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #CaperucitaRoja .services-list .service-item {
    padding: 0 10px;
  }
  #CaperucitaRoja .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #CaperucitaRoja .services-list .service-item {
    padding: 0;
  }
}


/* ===================================================================
 *  12. PatitoFeo1 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#PatitoFeo1 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}


#PatitoFeo1 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#PatitoFeo1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#PatitoFeo1 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#PatitoFeo1 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#PatitoFeo1 .section-intro h1 {
  color: #FFFFFF;
}
#PatitoFeo1 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#PatitoFeo1 .services-content {
  text-align: center;
  max-width: 1040px;
}
#PatitoFeo1 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#PatitoFeo1 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#PatitoFeo1 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#PatitoFeo1 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#PatitoFeo1 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#PatitoFeo1 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * PatitoFeo1
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #PatitoFeo1 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #PatitoFeo1 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #PatitoFeo1 {
    padding: 12rem 0 12rem;
  }
  #PatitoFeo1 .services-content {
    max-width: 550px;
  }
  #PatitoFeo1 .services-list .service-item {
    padding: 0 15px;
  }
  #PatitoFeo1 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #PatitoFeo1 .services-list .service-item {
    padding: 0 10px;
  }
  #PatitoFeo1 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #PatitoFeo1 .services-list .service-item {
    padding: 0;
  }
}


/* ===================================================================
 *  13. PatitoFeo2 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#PatitoFeo2 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}


#PatitoFeo2 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#PatitoFeo2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#PatitoFeo2 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#PatitoFeo2 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#PatitoFeo2 .section-intro h1 {
  color: #FFFFFF;
}
#PatitoFeo2 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#PatitoFeo2 .services-content {
  text-align: center;
  max-width: 1040px;
}
#PatitoFeo2 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#PatitoFeo2 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#PatitoFeo2 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#PatitoFeo2 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#PatitoFeo2 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#PatitoFeo2 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * PatitoFeo2
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #PatitoFeo2 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #PatitoFeo2 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #PatitoFeo2 {
    padding: 12rem 0 12rem;
  }
  #PatitoFeo2 .services-content {
    max-width: 550px;
  }
  #PatitoFeo2 .services-list .service-item {
    padding: 0 15px;
  }
  #PatitoFeo2 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #PatitoFeo2 .services-list .service-item {
    padding: 0 10px;
  }
  #PatitoFeo2 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #PatitoFeo2 .services-list .service-item {
    padding: 0;
  }
}



/* ------------------------------------------------------------------- 
 * masonry entries - (_layout.css) 
 * ------------------------------------------------------------------- */
.bricks-wrapper .item-wrap {
  position: relative;
  overflow: hidden;
}
.bricks-wrapper .item-wrap .overlay {
  cursor: zoom-in;
}
.bricks-wrapper .item-wrap .overlay img {
  vertical-align: bottom;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bricks-wrapper .item-wrap .overlay::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.bricks-wrapper .item-wrap .overlay::after {
  content: "...";
  font-family: georgia, serif;
  font-size: 3rem;
  z-index: 1;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.bricks-wrapper .item-wrap .item-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3.6rem 0 0 3rem;
  margin-right: 6rem;
  z-index: 3;
}
.bricks-wrapper .item-wrap .item-text .folio-title {
  color: #FFFFFF;
  font-size: 2.2rem;
  line-height: 1.364;
}
.bricks-wrapper .item-wrap .item-text .folio-types {
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}
.bricks-wrapper .item-wrap .details-link {
  display: block;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 4.6rem;
  width: 4.6rem;
  line-height: 4.6rem;
  color: white;
  text-align: center;
  z-index: 2;
  border-radius: 3px;
  position: absolute;
  top: 3.6rem;
  right: 3rem;
}
.bricks-wrapper .item-wrap .details-link i {
  font-size: 2rem;
  line-height: 4.2rem;
}
.bricks-wrapper .item-wrap .details-link:hover, .bricks-wrapper .item-wrap .details-link:focus {
  background-color: #FFFFFF;
  color: #000000;
}
.bricks-wrapper .item-wrap .item-text, .bricks-wrapper .item-wrap .details-link {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bricks-wrapper .item-wrap:hover .overlay::before {
  opacity: 1;
  visibility: visible;
}
.bricks-wrapper .item-wrap:hover .overlay::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bricks-wrapper .item-wrap:hover .overlay img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.bricks-wrapper .item-wrap:hover .item-text, .bricks-wrapper .item-wrap:hover .details-link {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* ------------------------------------------------------------------- 
 * Light Gallery Overrides - (_layout.css) 
 * ------------------------------------------------------------------- */
.lg-sub-html {
  padding: 12px 20% 15px;
}
.lg-sub-html a, .lg-sub-html a:visited {
  color: #f9a828;
}
.lg-sub-html a:hover, .lg-sub-html a:focus {
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .lg-sub-html {
    padding: 12px 15% 15px;
  }
}
@media only screen and (max-width: 768px) {
  .lg-sub-html {
    padding: 12px 40px 15px;
  }
}

.lg-sub-html h4 {
  color: #FFFFFF;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.8rem;
  line-height: 1.333;
}

.lg-sub-html p {
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.3rem;
  line-height: 2.4rem;
  margin: .6rem 0 0;
  color: rgba(255, 255, 255, 0.6);
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #f9a828;
}

.lg-progress-bar .lg-progress {
  background-color: #FFFFFF;
}

#lg-counter {
  font-family: "montserrat-regular", sans-serif;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * portfolio
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #PatitoFeo2 .intro-wrap {
    padding: 12rem 0 21rem;
  }
}
@media only screen and (max-width: 600px) {
  #PatitoFeo2 .bricks-wrapper .brick {
    float: none;
    width: 100%;
  }

  .bricks-wrapper .item-wrap .item-text .folio-title {
    font-size: 2rem;
    line-height: 1.5;
  }
}


/* ===================================================================
 *  14. testimonials - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#testimonials {
  background: #FFFFFF;
  padding: 12rem 0 7.8rem;
  text-align: center;
}
#testimonials h2 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.8rem;
  line-height: 1.667;
  color: #07617d;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
  margin-bottom: 4.2rem;
}

#testimonials .flex-container {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}

#testimonial-slider {
  margin: 0 0 3rem 0;
  position: relative;
}
#testimonial-slider .slides {
  padding-bottom: 3rem;
}
#testimonial-slider p {
  font-family: "librebaskerville-bold", serif;
  font-size: 3rem;
  line-height: 1.8;
  color: #151515;
}
#testimonial-slider p::before, #testimonial-slider p::after {
  display: inline-block;
  font-family: "librebaskerville-bold", serif;
  font-size: 3.6rem;
  line-height: 1;
}
#testimonial-slider p::before {
  content: '\201C';
}
#testimonial-slider p::after {
  content: '\201D';
}
#testimonial-slider .testimonial-author {
  margin-top: 4.2rem;
}
#testimonial-slider .testimonial-author img {
  width: 7.4rem;
  height: 7.4rem;
  margin: 0 auto 1.2rem auto;
  display: block;
  border-radius: 50%;
  vertical-align: middle;
}
#testimonial-slider .testimonial-author .author-info {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: "librebaskerville-bold", sans-serif;
  font-size: 2rem;
  margin-top: .9rem;
  margin-bottom: 3rem;
  color: #151515;
}
#testimonial-slider .testimonial-author .author-info span {
  display: block;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.6rem;
  line-height: 1.313;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(0, 0, 0, 0.5);
  margin-top: .3rem;
}

/* control nav */
#testimonials .flex-control-nav {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -1.5rem;
}
#testimonials .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}

#testimonials .flex-control-paging li a {
  width: 9px;
  height: 9px;
  background-color: #959595;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
#testimonials .flex-control-paging li a:hover {
  background-color: #555555;
}
#testimonials .flex-control-paging li a.flex-active {
  background-color: #000000;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * testimonials
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #testimonial-slider p {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #testimonials h2 {
    font-size: 1.7rem;
  }

  #testimonial-slider p {
    font-size: 2.5rem;
  }
  #testimonial-slider .testimonial-author img {
    width: 6.6rem;
    height: 6.6rem;
  }
  #testimonial-slider .testimonial-author .author-info {
    font-size: 1.8rem;
  }
  #testimonial-slider .testimonial-author .author-info span {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  #testimonials .flex-container {
    width: 90%;
  }

  #testimonial-slider p {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 500px) {
  #testimonials h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  #testimonials .flex-container {
    width: 100%;
  }

  #testimonial-slider p {
    font-size: 2rem;
  }
}


/* ===================================================================
 *  15. clients - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#clients {
  background-color: #e9eaea;
  padding: 4.8rem 0 4.8rem;
}
#clients .client-lists .owl-item {
  opacity: .6;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#clients .client-lists .owl-item:hover {
  opacity: 1;
}
#clients .owl-carousel .owl-nav {
  margin-top: 1.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#clients .owl-carousel .owl-nav [class*='owl-'] {
  color: #FFFFFF;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.4rem;
  height: 3rem;
  line-height: 3rem;
  margin: .6rem;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
#clients .owl-carousel .owl-nav [class*='owl-']:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  text-decoration: none;
}
#clients .owl-carousel .owl-nav .disabled {
  background: rgba(0, 0, 0, 0.2);
  cursor: default;
}
#clients .owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 1.8rem;
}
#clients .owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#clients .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#clients .owl-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: #959595;
  margin: 6px 6px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50%;
}
#clients .owl-carousel .owl-dots .owl-dot.active span,
#clients .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #000000;
}


/* ===================================================================
 *  16. PatitoFeo3 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#PatitoFeo3 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}


#PatitoFeo3 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#PatitoFeo3 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#PatitoFeo3 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#PatitoFeo3 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#PatitoFeo3 .section-intro h1 {
  color: #FFFFFF;
}
#PatitoFeo3 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#PatitoFeo3 .services-content {
  text-align: center;
  max-width: 1040px;
}
#PatitoFeo3 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#PatitoFeo3 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#PatitoFeo3 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#PatitoFeo3 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#PatitoFeo3 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#PatitoFeo3 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * PatitoFeo3
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #PatitoFeo3 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #PatitoFeo3 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #PatitoFeo3 {
    padding: 12rem 0 12rem;
  }
  #PatitoFeo3 .services-content {
    max-width: 550px;
  }
  #PatitoFeo3 .services-list .service-item {
    padding: 0 15px;
  }
  #PatitoFeo3 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #PatitoFeo3 .services-list .service-item {
    padding: 0 10px;
  }
  #PatitoFeo3 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #PatitoFeo3 .services-list .service-item {
    padding: 0;
  }
}

#message-warning, #message-success {
  display: none;
  background: #000000;
  padding: 3rem;
  margin-bottom: 3.6rem;
  width: 100%;
}

#message-warning {
  color: #D32B2E;
}

#message-success {
  color: #f9a828;
}

#message-warning i,
#message-success i {
  margin-right: 10px;
}

/* form loader */
#submit-loader {
  display: none;
  position: relative;
  left: 0;
  top: 1.8rem;
  width: 100%;
  text-align: center;
  margin-bottom: 4.2rem;
}
#submit-loader .text-loader {
  display: none;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  color: #FFFFFF;
  letter-spacing: .2rem;
  text-transform: uppercase;
}

.oldie #submit-loader .s-loader {
  display: none;
}
.oldie #submit-loader .text-loader {
  display: block;
}

/* --------------------------------------------------------------- 
 * loader animation - (_layout.scss)
 * --------------------------------------------------------------- */
.s-loader {
  margin: 1.2rem auto 3rem;
  width: 70px;
  text-align: center;
  -webkit-transform: translateX(0.45rem);
  -ms-transform: translateX(0.45rem);
  transform: translateX(0.45rem);
}

.s-loader > div {
  width: 9px;
  height: 9px;
  background-color: #FFFFFF;
  border-radius: 100%;
  display: inline-block;
  margin-right: .9rem;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.s-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* ------------------------------------------------------------------- 
 * responsive:
 * contact 
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {
  .contact-info {
    width: 38%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-content {
    max-width: 600px;
    text-align: center;
  }

  .contact-info {
    width: 100%;
    margin-top: 3.6rem;
  }
}
@media only screen and (max-width: 600px) {
  .contact-content {
    max-width: 480px;
  }
}
@media only screen and (max-width: 400px) {
  .contact-info {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}






/* ===================================================================
 *  16. Pulgarcita1 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#Pulgarcita1 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}


#Pulgarcita1 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#Pulgarcita1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#Pulgarcita1 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#Pulgarcita1 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#Pulgarcita1 .section-intro h1 {
  color: #FFFFFF;
}
#Pulgarcita1 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#Pulgarcita1 .services-content {
  text-align: center;
  max-width: 1040px;
}
#Pulgarcita1 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#Pulgarcita1 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#Pulgarcita1 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#Pulgarcita1 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#Pulgarcita1 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#Pulgarcita1 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * Pulgarcita1
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #Pulgarcita1 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #Pulgarcita1 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #Pulgarcita1 {
    padding: 12rem 0 12rem;
  }
  #Pulgarcita1 .services-content {
    max-width: 550px;
  }
  #Pulgarcita1 .services-list .service-item {
    padding: 0 15px;
  }
  #Pulgarcita1 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #Pulgarcita1 .services-list .service-item {
    padding: 0 10px;
  }
  #Pulgarcita1 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #Pulgarcita1 .services-list .service-item {
    padding: 0;
  }
}




/* ===================================================================
 *  16. Pulgarcita2 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#Pulgarcita2 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}


#Pulgarcita2 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#Pulgarcita2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#Pulgarcita2 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#Pulgarcita2 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#Pulgarcita2 .section-intro h1 {
  color: #FFFFFF;
}
#Pulgarcita2 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#Pulgarcita2 .services-content {
  text-align: center;
  max-width: 1040px;
}
#Pulgarcita2 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#Pulgarcita2 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#Pulgarcita2 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#Pulgarcita2 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#Pulgarcita2 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#Pulgarcita2 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * Pulgarcita2
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #Pulgarcita2 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #Pulgarcita2 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #Pulgarcita2 {
    padding: 12rem 0 12rem;
  }
  #Pulgarcita2 .services-content {
    max-width: 550px;
  }
  #Pulgarcita2 .services-list .service-item {
    padding: 0 15px;
  }
  #Pulgarcita2 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #Pulgarcita2 .services-list .service-item {
    padding: 0 10px;
  }
  #Pulgarcita2 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #Pulgarcita2 .services-list .service-item {
    padding: 0;
  }
}







/* ===================================================================
 *  16. Pulgarcita3 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#Pulgarcita3 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}


#Pulgarcita3 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#Pulgarcita3 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#Pulgarcita3 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#Pulgarcita3 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#Pulgarcita3 .section-intro h1 {
  color: #FFFFFF;
}
#Pulgarcita3 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#Pulgarcita3 .services-content {
  text-align: center;
  max-width: 1040px;
}
#Pulgarcita3 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#Pulgarcita3 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#Pulgarcita3 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#Pulgarcita3 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#Pulgarcita3 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#Pulgarcita3 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * Pulgarcita3
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #Pulgarcita3 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #Pulgarcita3 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #Pulgarcita3 {
    padding: 12rem 0 12rem;
  }
  #Pulgarcita3 .services-content {
    max-width: 550px;
  }
  #Pulgarcita3 .services-list .service-item {
    padding: 0 15px;
  }
  #Pulgarcita3 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #Pulgarcita3 .services-list .service-item {
    padding: 0 10px;
  }
  #Pulgarcita3 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #Pulgarcita3 .services-list .service-item {
    padding: 0;
  }
}







/* ===================================================================
 *  16. TesoroDorado1 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#TesoroDorado1 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}


#TesoroDorado1 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#TesoroDorado1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#TesoroDorado1 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#TesoroDorado1 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#TesoroDorado1 .section-intro h1 {
  color: #FFFFFF;
}
#TesoroDorado1 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#TesoroDorado1 .services-content {
  text-align: center;
  max-width: 1040px;
}
#TesoroDorado1 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#TesoroDorado1 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#TesoroDorado1 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#TesoroDorado1 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#TesoroDorado1 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#TesoroDorado1 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * TesoroDorado1
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #TesoroDorado1 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #TesoroDorado1 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #TesoroDorado1 {
    padding: 12rem 0 12rem;
  }
  #TesoroDorado1 .services-content {
    max-width: 550px;
  }
  #TesoroDorado1 .services-list .service-item {
    padding: 0 15px;
  }
  #TesoroDorado1 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #TesoroDorado1 .services-list .service-item {
    padding: 0 10px;
  }
  #TesoroDorado1 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #TesoroDorado1 .services-list .service-item {
    padding: 0;
  }
}



/* ===================================================================
 *  16. TesoroDorado2 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#TesoroDorado2 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}


#TesoroDorado2 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#TesoroDorado2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#TesoroDorado2 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#TesoroDorado2 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#TesoroDorado2 .section-intro h1 {
  color: #FFFFFF;
}
#TesoroDorado2 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#TesoroDorado2 .services-content {
  text-align: center;
  max-width: 1040px;
}
#TesoroDorado2 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#TesoroDorado2 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#TesoroDorado2 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#TesoroDorado2 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#TesoroDorado2 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#TesoroDorado2 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * TesoroDorado1
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #TesoroDorado2 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #TesoroDorado2 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #TesoroDorado2 {
    padding: 12rem 0 12rem;
  }
  #TesoroDorado2 .services-content {
    max-width: 550px;
  }
  #TesoroDorado2 .services-list .service-item {
    padding: 0 15px;
  }
  #TesoroDorado2 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #TesoroDorado2 .services-list .service-item {
    padding: 0 10px;
  }
  #TesoroDorado2 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #TesoroDorado2 .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. TesoroDorado3 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#TesoroDorado3 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}


#TesoroDorado3 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#TesoroDorado3 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#TesoroDorado3 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#TesoroDorado3 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#TesoroDorado3 .section-intro h1 {
  color: #FFFFFF;
}
#TesoroDorado3 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#TesoroDorado3 .services-content {
  text-align: center;
  max-width: 1040px;
}
#TesoroDorado3 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#TesoroDorado3 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#TesoroDorado3 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#TesoroDorado3 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#TesoroDorado3 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#TesoroDorado3 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * TesoroDorado3
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #TesoroDorado3 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #TesoroDorado3 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #TesoroDorado3 {
    padding: 12rem 0 12rem;
  }
  #TesoroDorado3 .services-content {
    max-width: 550px;
  }
  #TesoroDorado3 .services-list .service-item {
    padding: 0 15px;
  }
  #TesoroDorado3 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #TesoroDorado3 .services-list .service-item {
    padding: 0 10px;
  }
  #TesoroDorado3 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #TesoroDorado3 .services-list .service-item {
    padding: 0;
  }
}


/* ===================================================================
 *  16. LaSirenita1 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#LaSirenita1 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}


#LaSirenita1 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#LaSirenita1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#LaSirenita1 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#LaSirenita1 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#LaSirenita1 .section-intro h1 {
  color: #FFFFFF;
}
#LaSirenita1 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#LaSirenita1 .services-content {
  text-align: center;
  max-width: 1040px;
}
#LaSirenita1 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#LaSirenita1 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#LaSirenita1 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#LaSirenita1 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#LaSirenita1 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#LaSirenita1 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * LaSirenita1
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #LaSirenita1 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #LaSirenita1 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #LaSirenita1 {
    padding: 12rem 0 12rem;
  }
  #LaSirenita1 .services-content {
    max-width: 550px;
  }
  #LaSirenita1 .services-list .service-item {
    padding: 0 15px;
  }
  #LaSirenita1 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #LaSirenita1 .services-list .service-item {
    padding: 0 10px;
  }
  #LaSirenita1 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #LaSirenita1 .services-list .service-item {
    padding: 0;
  }
}


/* ===================================================================
 *  16. LaSirenita2 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#LaSirenita2 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}


#LaSirenita2 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#LaSirenita2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#LaSirenita2 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#LaSirenita2 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#LaSirenita2 .section-intro h1 {
  color: #FFFFFF;
}
#LaSirenita2 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#LaSirenita2 .services-content {
  text-align: center;
  max-width: 1040px;
}
#LaSirenita2 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#LaSirenita2 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#LaSirenita2 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#LaSirenita2 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#LaSirenita2 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#LaSirenita2 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * LaSirenita2
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #LaSirenita2 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #LaSirenita2 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #LaSirenita2 {
    padding: 12rem 0 12rem;
  }
  #LaSirenita2 .services-content {
    max-width: 550px;
  }
  #LaSirenita2 .services-list .service-item {
    padding: 0 15px;
  }
  #LaSirenita2 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #LaSirenita2 .services-list .service-item {
    padding: 0 10px;
  }
  #LaSirenita2 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #LaSirenita2 .services-list .service-item {
    padding: 0;
  }
}


/* ===================================================================
 *  16. LaSirenita3 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#LaSirenita3 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}


#LaSirenita3 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#LaSirenita3 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#LaSirenita3 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#LaSirenita3 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#LaSirenita3 .section-intro h1 {
  color: #FFFFFF;
}
#LaSirenita3 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#LaSirenita3 .services-content {
  text-align: center;
  max-width: 1040px;
}
#LaSirenita3 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#LaSirenita3 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#LaSirenita3 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#LaSirenita3 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#LaSirenita3 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#LaSirenita3 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * LaSirenita3
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #LaSirenita3 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #LaSirenita3 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #LaSirenita3 {
    padding: 12rem 0 12rem;
  }
  #LaSirenita3 .services-content {
    max-width: 550px;
  }
  #LaSirenita3 .services-list .service-item {
    padding: 0 15px;
  }
  #LaSirenita3 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #LaSirenita3 .services-list .service-item {
    padding: 0 10px;
  }
  #LaSirenita3 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #LaSirenita3 .services-list .service-item {
    padding: 0;
  }
}
/* ===================================================================
 *  16. LaPincesaGuisante1 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#LaPincesaGuisante1 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}


#LaPincesaGuisante1 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#LaPincesaGuisante1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#LaPincesaGuisante1 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#LaPincesaGuisante1 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#LaPincesaGuisante1 .section-intro h1 {
  color: #FFFFFF;
}
#LaPincesaGuisante1 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#LaPincesaGuisante1 .services-content {
  text-align: center;
  max-width: 1040px;
}
#LaPincesaGuisante1 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#LaPincesaGuisante1 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#LaPincesaGuisante1 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#LaPincesaGuisante1 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#LaPincesaGuisante1 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#LaPincesaGuisante1 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * LaPincesaGuisante1
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #LaPincesaGuisante1 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #LaPincesaGuisante1 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #LaPincesaGuisante1 {
    padding: 12rem 0 12rem;
  }
  #LaPincesaGuisante1 .services-content {
    max-width: 550px;
  }
  #LaPincesaGuisante1 .services-list .service-item {
    padding: 0 15px;
  }
  #LaPincesaGuisante1 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #LaPincesaGuisante1 .services-list .service-item {
    padding: 0 10px;
  }
  #LaPincesaGuisante1 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #LaPincesaGuisante1 .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. LaPincesaGuisante2 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#LaPincesaGuisante2 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}


#LaPincesaGuisante2 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#LaPincesaGuisante2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#LaPincesaGuisante2 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#LaPincesaGuisante2 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#LaPincesaGuisante2 .section-intro h1 {
  color: #FFFFFF;
}
#LaPincesaGuisante2 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#LaPincesaGuisante2 .services-content {
  text-align: center;
  max-width: 1040px;
}
#LaPincesaGuisante2 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#LaPincesaGuisante2 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#LaPincesaGuisante2 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#LaPincesaGuisante2 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#LaPincesaGuisante2 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#LaPincesaGuisante2 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * LaPincesaGuisante2
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #LaPincesaGuisante2 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #LaPincesaGuisante2 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #LaPincesaGuisante2 {
    padding: 12rem 0 12rem;
  }
  #LaPincesaGuisante2 .services-content {
    max-width: 550px;
  }
  #LaPincesaGuisante2 .services-list .service-item {
    padding: 0 15px;
  }
  #LaPincesaGuisante2 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #LaPincesaGuisante2 .services-list .service-item {
    padding: 0 10px;
  }
  #LaPincesaGuisante2 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #LaPincesaGuisante2 .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. CofreVolador1 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#CofreVolador1 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}


#CofreVolador1 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#CofreVolador1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#CofreVolador1 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#CofreVolador1 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#CofreVolador1 .section-intro h1 {
  color: #FFFFFF;
}
#CofreVolador1 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#CofreVolador1 .services-content {
  text-align: center;
  max-width: 1040px;
}
#CofreVolador1 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#CofreVolador1 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#CofreVolador1 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#CofreVolador1 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#CofreVolador1 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#CofreVolador1 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * CofreVolador1
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #CofreVolador1 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #CofreVolador1 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #CofreVolador1 {
    padding: 12rem 0 12rem;
  }
  #CofreVolador1 .services-content {
    max-width: 550px;
  }
  #CofreVolador1 .services-list .service-item {
    padding: 0 15px;
  }
  #CofreVolador1 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #CofreVolador1 .services-list .service-item {
    padding: 0 10px;
  }
  #CofreVolador1 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #CofreVolador1 .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. CofreVolador2 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#CofreVolador2 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#CofreVolador2 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#CofreVolador2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#CofreVolador2 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#CofreVolador2 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#CofreVolador2 .section-intro h1 {
  color: #FFFFFF;
}
#CofreVolador2 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#CofreVolador2 .services-content {
  text-align: center;
  max-width: 1040px;
}
#CofreVolador2 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#CofreVolador2 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#CofreVolador2 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#CofreVolador2 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#CofreVolador2 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#CofreVolador2 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * CofreVolador2
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #CofreVolador2 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #CofreVolador2 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #CofreVolador2 {
    padding: 12rem 0 12rem;
  }
  #CofreVolador2 .services-content {
    max-width: 550px;
  }
  #CofreVolador2 .services-list .service-item {
    padding: 0 15px;
  }
  #CofreVolador2 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #CofreVolador2 .services-list .service-item {
    padding: 0 10px;
  }
  #CofreVolador2 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #CofreVolador2 .services-list .service-item {
    padding: 0;
  }
}
/* ===================================================================
 *  16. CofreVolador3 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#CofreVolador3 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#CofreVolador3 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#CofreVolador3 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#CofreVolador3 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#CofreVolador3 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#CofreVolador3 .section-intro h1 {
  color: #FFFFFF;
}
#CofreVolador3 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#CofreVolador3 .services-content {
  text-align: center;
  max-width: 1040px;
}
#CofreVolador3 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#CofreVolador3 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#CofreVolador3 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#CofreVolador3 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#CofreVolador3 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#CofreVolador3 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * CofreVolador3
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #CofreVolador3 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #CofreVolador3 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #CofreVolador3 {
    padding: 12rem 0 12rem;
  }
  #CofreVolador3 .services-content {
    max-width: 550px;
  }
  #CofreVolador3 .services-list .service-item {
    padding: 0 15px;
  }
  #CofreVolador3 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #CofreVolador3 .services-list .service-item {
    padding: 0 10px;
  }
  #CofreVolador3 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #CofreVolador3 .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. TrajeNuevoEmperador1 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#TrajeNuevoEmperador1 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#TrajeNuevoEmperador1 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#TrajeNuevoEmperador1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#TrajeNuevoEmperador1 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#TrajeNuevoEmperador1 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#TrajeNuevoEmperador1 .section-intro h1 {
  color: #FFFFFF;
}
#TrajeNuevoEmperador1 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#TrajeNuevoEmperador1 .services-content {
  text-align: center;
  max-width: 1040px;
}
#TrajeNuevoEmperador1 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#TrajeNuevoEmperador1 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#TrajeNuevoEmperador1 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#TrajeNuevoEmperador1 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#TrajeNuevoEmperador1 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#TrajeNuevoEmperador1 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * TrajeNuevoEmperador1
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #TrajeNuevoEmperador1 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #TrajeNuevoEmperador1 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #TrajeNuevoEmperador1 {
    padding: 12rem 0 12rem;
  }
  #TrajeNuevoEmperador1 .services-content {
    max-width: 550px;
  }
  #TrajeNuevoEmperador1 .services-list .service-item {
    padding: 0 15px;
  }
  #TrajeNuevoEmperador1 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #TrajeNuevoEmperador1 .services-list .service-item {
    padding: 0 10px;
  }
  #TrajeNuevoEmperador1 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #TrajeNuevoEmperador1 .services-list .service-item {
    padding: 0;
  }
}
/* ===================================================================
 *  16. TrajeNuevoEmperador2 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#TrajeNuevoEmperador2 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#TrajeNuevoEmperador2 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#TrajeNuevoEmperador2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#TrajeNuevoEmperador2 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#TrajeNuevoEmperador2 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#TrajeNuevoEmperador2 .section-intro h1 {
  color: #FFFFFF;
}
#TrajeNuevoEmperador2 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#TrajeNuevoEmperador2 .services-content {
  text-align: center;
  max-width: 1040px;
}
#TrajeNuevoEmperador2 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#TrajeNuevoEmperador2 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#TrajeNuevoEmperador2 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#TrajeNuevoEmperador2 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#TrajeNuevoEmperador2 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#TrajeNuevoEmperador2 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * TrajeNuevoEmperador2
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #TrajeNuevoEmperador2 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #TrajeNuevoEmperador2 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #TrajeNuevoEmperador2 {
    padding: 12rem 0 12rem;
  }
  #TrajeNuevoEmperador2 .services-content {
    max-width: 550px;
  }
  #TrajeNuevoEmperador2 .services-list .service-item {
    padding: 0 15px;
  }
  #TrajeNuevoEmperador2 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #TrajeNuevoEmperador2 .services-list .service-item {
    padding: 0 10px;
  }
  #TrajeNuevoEmperador2 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #TrajeNuevoEmperador2 .services-list .service-item {
    padding: 0;
  }
}
/* ===================================================================
 *  16. TrajeNuevoEmperador3 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#TrajeNuevoEmperador3 {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#TrajeNuevoEmperador3 h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#TrajeNuevoEmperador3 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#TrajeNuevoEmperador3 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#TrajeNuevoEmperador3 .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#TrajeNuevoEmperador3 .section-intro h1 {
  color: #FFFFFF;
}
#TrajeNuevoEmperador3 .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#TrajeNuevoEmperador3 .services-content {
  text-align: center;
  max-width: 1040px;
}
#TrajeNuevoEmperador3 .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#TrajeNuevoEmperador3 .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#TrajeNuevoEmperador3 .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#TrajeNuevoEmperador3 .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#TrajeNuevoEmperador3 .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#TrajeNuevoEmperador3 .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * TrajeNuevoEmperador3
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #TrajeNuevoEmperador3 .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #TrajeNuevoEmperador3 .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #TrajeNuevoEmperador3 {
    padding: 12rem 0 12rem;
  }
  #TrajeNuevoEmperador3 .services-content {
    max-width: 550px;
  }
  #TrajeNuevoEmperador3 .services-list .service-item {
    padding: 0 15px;
  }
  #TrajeNuevoEmperador3 .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #TrajeNuevoEmperador3 .services-list .service-item {
    padding: 0 10px;
  }
  #TrajeNuevoEmperador3 .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #TrajeNuevoEmperador3 .services-list .service-item {
    padding: 0;
  }
}




/* ===================================================================
 *  16. lapizAnimado - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#lapizAnimado {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#lapizAnimado h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#lapizAnimado .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#lapizAnimado .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#lapizAnimado .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#lapizAnimado .section-intro h1 {
  color: #FFFFFF;
}
#lapizAnimado .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#lapizAnimado .services-content {
  text-align: center;
  max-width: 1040px;
}
#lapizAnimado .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#lapizAnimado .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#lapizAnimado .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#lapizAnimado .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#lapizAnimado .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#lapizAnimado .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * lapizAnimado
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #lapizAnimado .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #lapizAnimado .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #lapizAnimado {
    padding: 12rem 0 12rem;
  }
  #lapizAnimado .services-content {
    max-width: 550px;
  }
  #lapizAnimado .services-list .service-item {
    padding: 0 15px;
  }
  #lapizAnimado .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #lapizAnimado .services-list .service-item {
    padding: 0 10px;
  }
  #lapizAnimado .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #lapizAnimado .services-list .service-item {
    padding: 0;
  }
}



/* ===================================================================
 *  11. ComunicaciónIntegral - (_layout.scss)
 *
 * ------------------------------------------------------------------- */


 #ComunicacionIntegralFabulas {
  position: relative;
  padding: 1.1rem 0 1rem;
  background-color: #19191b;
  min-height: 0px;
  text-align: center;

}


#ComunicacionIntegralFabulas h2 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 2.8rem;
  line-height: 1.667;
  color: #0E7EA1;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
}




/* ===================================================================
 *  16. ZorraRacimo - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#ZorraRacimo {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#ZorraRacimo h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#ZorraRacimo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#ZorraRacimo .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#ZorraRacimo .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#ZorraRacimo .section-intro h1 {
  color: #FFFFFF;
}
#ZorraRacimo .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#ZorraRacimo .services-content {
  text-align: center;
  max-width: 1040px;
}
#ZorraRacimo .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#ZorraRacimo .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#ZorraRacimo .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#ZorraRacimo .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#ZorraRacimo .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#ZorraRacimo .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * ZorraRacimo
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #ZorraRacimo .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #ZorraRacimo .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #ZorraRacimo {
    padding: 12rem 0 12rem;
  }
  #ZorraRacimo .services-content {
    max-width: 550px;
  }
  #ZorraRacimo .services-list .service-item {
    padding: 0 15px;
  }
  #ZorraRacimo .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #ZorraRacimo .services-list .service-item {
    padding: 0 10px;
  }
  #ZorraRacimo .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #ZorraRacimo .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. PerrosHambrientos - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#PerrosHambrientos {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#PerrosHambrientos h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#PerrosHambrientos .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#PerrosHambrientos .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#PerrosHambrientos .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#PerrosHambrientos .section-intro h1 {
  color: #FFFFFF;
}
#PerrosHambrientos .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#PerrosHambrientos .services-content {
  text-align: center;
  max-width: 1040px;
}
#PerrosHambrientos .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#PerrosHambrientos .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#PerrosHambrientos .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#PerrosHambrientos .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#PerrosHambrientos .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#PerrosHambrientos .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * PerrosHambrientos
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #PerrosHambrientos .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #PerrosHambrientos .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #PerrosHambrientos {
    padding: 12rem 0 12rem;
  }
  #PerrosHambrientos .services-content {
    max-width: 550px;
  }
  #PerrosHambrientos .services-list .service-item {
    padding: 0 15px;
  }
  #PerrosHambrientos .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #PerrosHambrientos .services-list .service-item {
    padding: 0 10px;
  }
  #PerrosHambrientos .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #PerrosHambrientos .services-list .service-item {
    padding: 0;
  }
}


/* ===================================================================
 *  16. GatitosHuerfanos - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#GatitosHuerfanos {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#GatitosHuerfanos h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#GatitosHuerfanos .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#GatitosHuerfanos .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#GatitosHuerfanos .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#GatitosHuerfanos .section-intro h1 {
  color: #FFFFFF;
}
#GatitosHuerfanos .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#GatitosHuerfanos .services-content {
  text-align: center;
  max-width: 1040px;
}
#GatitosHuerfanos .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#GatitosHuerfanos .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#GatitosHuerfanos .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#GatitosHuerfanos .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#GatitosHuerfanos .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#GatitosHuerfanos .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * GatitosHuerfanos
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #GatitosHuerfanos .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #GatitosHuerfanos .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #GatitosHuerfanos {
    padding: 12rem 0 12rem;
  }
  #GatitosHuerfanos .services-content {
    max-width: 550px;
  }
  #GatitosHuerfanos .services-list .service-item {
    padding: 0 15px;
  }
  #GatitosHuerfanos .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #GatitosHuerfanos .services-list .service-item {
    padding: 0 10px;
  }
  #GatitosHuerfanos .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #GatitosHuerfanos .services-list .service-item {
    padding: 0;
  }
}


/* ===================================================================
 *  11. CienciaAmbienteVida - (_layout.scss)
 *
 * ------------------------------------------------------------------- */


 #CienciaAmbienteVida {
  position: relative;
  padding: 1.1rem 0 1rem;
  background-color: #19191b;
  min-height: 0px;
  text-align: center;

}


#CienciaAmbienteVida h2 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 2.8rem;
  line-height: 1.667;
  color: #0E7EA1;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
}


/* ===================================================================
 *  16. LaCelula - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#LaCelula {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#LaCelula h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#LaCelula .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#LaCelula .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#LaCelula .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#LaCelula .section-intro h1 {
  color: #FFFFFF;
}
#LaCelula .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#LaCelula .services-content {
  text-align: center;
  max-width: 1040px;
}
#LaCelula .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#LaCelula .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#LaCelula .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#LaCelula .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#LaCelula .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#LaCelula .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * LaCelula
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #LaCelula .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #LaCelula .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #LaCelula {
    padding: 12rem 0 12rem;
  }
  #LaCelula .services-content {
    max-width: 550px;
  }
  #LaCelula .services-list .service-item {
    padding: 0 15px;
  }
  #LaCelula .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #LaCelula .services-list .service-item {
    padding: 0 10px;
  }
  #LaCelula .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #LaCelula .services-list .service-item {
    padding: 0;
  }
}




/* ===================================================================
 *  16. Celula - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#Celula {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#Celula h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#Celula .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#Celula .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#Celula .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#Celula .section-intro h1 {
  color: #FFFFFF;
}
#Celula .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#Celula .services-content {
  text-align: center;
  max-width: 1040px;
}
#Celula .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#Celula .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#Celula .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#Celula .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#Celula .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#Celula .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * Celula
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #Celula .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #Celula .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #Celula {
    padding: 12rem 0 12rem;
  }
  #Celula .services-content {
    max-width: 550px;
  }
  #Celula .services-list .service-item {
    padding: 0 15px;
  }
  #Celula .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #Celula .services-list .service-item {
    padding: 0 10px;
  }
  #Celula .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #Celula .services-list .service-item {
    padding: 0;
  }
}


/* ===================================================================
 *  16. TiposCelula - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#TiposCelula {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#TiposCelula h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#TiposCelula .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#TiposCelula .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#TiposCelula .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#TiposCelula .section-intro h1 {
  color: #FFFFFF;
}
#TiposCelula .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#TiposCelula .services-content {
  text-align: center;
  max-width: 1040px;
}
#TiposCelula .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#TiposCelula .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#TiposCelula .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#TiposCelula .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#TiposCelula .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#TiposCelula .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * TiposCelula
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #TiposCelula .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #TiposCelula .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #TiposCelula {
    padding: 12rem 0 12rem;
  }
  #TiposCelula .services-content {
    max-width: 550px;
  }
  #TiposCelula .services-list .service-item {
    padding: 0 15px;
  }
  #TiposCelula .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #TiposCelula .services-list .service-item {
    padding: 0 10px;
  }
  #TiposCelula .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #TiposCelula .services-list .service-item {
    padding: 0;
  }
}


/* ===================================================================
 *  16. CelulaEnCuerpo - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#CelulaEnCuerpo {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#CelulaEnCuerpo h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#CelulaEnCuerpo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#CelulaEnCuerpo .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#CelulaEnCuerpo .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#CelulaEnCuerpo .section-intro h1 {
  color: #FFFFFF;
}
#CelulaEnCuerpo .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#CelulaEnCuerpo .services-content {
  text-align: center;
  max-width: 1040px;
}
#CelulaEnCuerpo .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#CelulaEnCuerpo .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#CelulaEnCuerpo .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#CelulaEnCuerpo .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#CelulaEnCuerpo .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#CelulaEnCuerpo .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * CelulaEnCuerpo
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #CelulaEnCuerpo .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #CelulaEnCuerpo .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #CelulaEnCuerpo {
    padding: 12rem 0 12rem;
  }
  #CelulaEnCuerpo .services-content {
    max-width: 550px;
  }
  #CelulaEnCuerpo .services-list .service-item {
    padding: 0 15px;
  }
  #CelulaEnCuerpo .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #CelulaEnCuerpo .services-list .service-item {
    padding: 0 10px;
  }
  #CelulaEnCuerpo .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #CelulaEnCuerpo .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. CitoplasmaCelula - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#CitoplasmaCelula {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#CitoplasmaCelula h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#CitoplasmaCelula .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#CitoplasmaCelula .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#CitoplasmaCelula .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#CitoplasmaCelula .section-intro h1 {
  color: #FFFFFF;
}
#CitoplasmaCelula .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#CitoplasmaCelula .services-content {
  text-align: center;
  max-width: 1040px;
}
#CitoplasmaCelula .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#CitoplasmaCelula .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#CitoplasmaCelula .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#CitoplasmaCelula .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#CitoplasmaCelula .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#CitoplasmaCelula .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * CitoplasmaCelula
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #CitoplasmaCelula .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #CitoplasmaCelula .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #CitoplasmaCelula {
    padding: 12rem 0 12rem;
  }
  #CitoplasmaCelula .services-content {
    max-width: 550px;
  }
  #CitoplasmaCelula .services-list .service-item {
    padding: 0 15px;
  }
  #CitoplasmaCelula .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #CitoplasmaCelula .services-list .service-item {
    padding: 0 10px;
  }
  #CitoplasmaCelula .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #CitoplasmaCelula .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. MembranaCelularAnimado - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#MembranaCelularAnimado {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#MembranaCelularAnimado h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#MembranaCelularAnimado .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#MembranaCelularAnimado .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#MembranaCelularAnimado .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#MembranaCelularAnimado .section-intro h1 {
  color: #FFFFFF;
}
#MembranaCelularAnimado .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#MembranaCelularAnimado .services-content {
  text-align: center;
  max-width: 1040px;
}
#MembranaCelularAnimado .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#MembranaCelularAnimado .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#MembranaCelularAnimado .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#MembranaCelularAnimado .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#MembranaCelularAnimado .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#MembranaCelularAnimado .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * MembranaCelularAnimado
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #MembranaCelularAnimado .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #MembranaCelularAnimado .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #MembranaCelularAnimado {
    padding: 12rem 0 12rem;
  }
  #MembranaCelularAnimado .services-content {
    max-width: 550px;
  }
  #MembranaCelularAnimado .services-list .service-item {
    padding: 0 15px;
  }
  #MembranaCelularAnimado .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #MembranaCelularAnimado .services-list .service-item {
    padding: 0 10px;
  }
  #MembranaCelularAnimado .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #MembranaCelularAnimado .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. NucleoCelular - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#NucleoCelular {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#NucleoCelular h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#NucleoCelular .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#NucleoCelular .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#NucleoCelular .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#NucleoCelular .section-intro h1 {
  color: #FFFFFF;
}
#NucleoCelular .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#NucleoCelular .services-content {
  text-align: center;
  max-width: 1040px;
}
#NucleoCelular .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#NucleoCelular .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#NucleoCelular .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#NucleoCelular .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#NucleoCelular .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#NucleoCelular .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * NucleoCelular
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #NucleoCelular .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #NucleoCelular .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #NucleoCelular {
    padding: 12rem 0 12rem;
  }
  #NucleoCelular .services-content {
    max-width: 550px;
  }
  #NucleoCelular .services-list .service-item {
    padding: 0 15px;
  }
  #NucleoCelular .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #NucleoCelular .services-list .service-item {
    padding: 0 10px;
  }
  #NucleoCelular .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #NucleoCelular .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. LosRibosomas - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#LosRibosomas {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#LosRibosomas h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#LosRibosomas .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#LosRibosomas .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#LosRibosomas .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#LosRibosomas .section-intro h1 {
  color: #FFFFFF;
}
#LosRibosomas .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#LosRibosomas .services-content {
  text-align: center;
  max-width: 1040px;
}
#LosRibosomas .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#LosRibosomas .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#LosRibosomas .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#LosRibosomas .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#LosRibosomas .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#LosRibosomas .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * LosRibosomas
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #LosRibosomas .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #LosRibosomas .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #LosRibosomas {
    padding: 12rem 0 12rem;
  }
  #LosRibosomas .services-content {
    max-width: 550px;
  }
  #LosRibosomas .services-list .service-item {
    padding: 0 15px;
  }
  #LosRibosomas .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #LosRibosomas .services-list .service-item {
    padding: 0 10px;
  }
  #LosRibosomas .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #LosRibosomas .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. OrganulosCelulares - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#OrganulosCelulares {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#OrganulosCelulares h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#OrganulosCelulares .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#OrganulosCelulares .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#OrganulosCelulares .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#OrganulosCelulares .section-intro h1 {
  color: #FFFFFF;
}
#OrganulosCelulares .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#OrganulosCelulares .services-content {
  text-align: center;
  max-width: 1040px;
}
#OrganulosCelulares .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#OrganulosCelulares .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#OrganulosCelulares .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#OrganulosCelulares .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#OrganulosCelulares .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#OrganulosCelulares .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * OrganulosCelulares
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #OrganulosCelulares .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #OrganulosCelulares .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #OrganulosCelulares {
    padding: 12rem 0 12rem;
  }
  #OrganulosCelulares .services-content {
    max-width: 550px;
  }
  #OrganulosCelulares .services-list .service-item {
    padding: 0 15px;
  }
  #OrganulosCelulares .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #OrganulosCelulares .services-list .service-item {
    padding: 0 10px;
  }
  #OrganulosCelulares .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #OrganulosCelulares .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. CelulaProcariota - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#CelulaProcariota {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#CelulaProcariota h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#CelulaProcariota .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#CelulaProcariota .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#CelulaProcariota .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#CelulaProcariota .section-intro h1 {
  color: #FFFFFF;
}
#CelulaProcariota .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#CelulaProcariota .services-content {
  text-align: center;
  max-width: 1040px;
}
#CelulaProcariota .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#CelulaProcariota .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#CelulaProcariota .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#CelulaProcariota .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#CelulaProcariota .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#CelulaProcariota .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * CelulaProcariota
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #CelulaProcariota .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #CelulaProcariota .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #CelulaProcariota {
    padding: 12rem 0 12rem;
  }
  #CelulaProcariota .services-content {
    max-width: 550px;
  }
  #CelulaProcariota .services-list .service-item {
    padding: 0 15px;
  }
  #CelulaProcariota .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #CelulaProcariota .services-list .service-item {
    padding: 0 10px;
  }
  #CelulaProcariota .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #CelulaProcariota .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. Mitosis - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#Mitosis {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#Mitosis h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#Mitosis .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#Mitosis .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#Mitosis .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#Mitosis .section-intro h1 {
  color: #FFFFFF;
}
#Mitosis .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#Mitosis .services-content {
  text-align: center;
  max-width: 1040px;
}
#Mitosis .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#Mitosis .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#Mitosis .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#Mitosis .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#Mitosis .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#Mitosis .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * Mitosis
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #Mitosis .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #Mitosis .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #Mitosis {
    padding: 12rem 0 12rem;
  }
  #Mitosis .services-content {
    max-width: 550px;
  }
  #Mitosis .services-list .service-item {
    padding: 0 15px;
  }
  #Mitosis .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #Mitosis .services-list .service-item {
    padding: 0 10px;
  }
  #Mitosis .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #Mitosis .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. Meiosis - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#Meiosis {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#Meiosis h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#Meiosis .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#Meiosis .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#Meiosis .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#Meiosis .section-intro h1 {
  color: #FFFFFF;
}
#Meiosis .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#Meiosis .services-content {
  text-align: center;
  max-width: 1040px;
}
#Meiosis .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#Meiosis .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#Meiosis .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#Meiosis .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#Meiosis .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#Meiosis .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * Meiosis
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #Meiosis .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #Meiosis .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #Meiosis {
    padding: 12rem 0 12rem;
  }
  #Meiosis .services-content {
    max-width: 550px;
  }
  #Meiosis .services-list .service-item {
    padding: 0 15px;
  }
  #Meiosis .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #Meiosis .services-list .service-item {
    padding: 0 10px;
  }
  #Meiosis .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #Meiosis .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. FasesMitosis - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#FasesMitosis {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#FasesMitosis h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#FasesMitosis .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#FasesMitosis .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#FasesMitosis .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#FasesMitosis .section-intro h1 {
  color: #FFFFFF;
}
#FasesMitosis .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#FasesMitosis .services-content {
  text-align: center;
  max-width: 1040px;
}
#FasesMitosis .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#FasesMitosis .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#FasesMitosis .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#FasesMitosis .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#FasesMitosis .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#FasesMitosis .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * FasesMitosis
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #FasesMitosis .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #FasesMitosis .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #FasesMitosis {
    padding: 12rem 0 12rem;
  }
  #FasesMitosis .services-content {
    max-width: 550px;
  }
  #FasesMitosis .services-list .service-item {
    padding: 0 15px;
  }
  #FasesMitosis .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #FasesMitosis .services-list .service-item {
    padding: 0 10px;
  }
  #FasesMitosis .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #FasesMitosis .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  11. CienciaAmbienteADN - (_layout.scss)
 *
 * ------------------------------------------------------------------- */


 #CienciaAmbienteADN {
  position: relative;
  padding: 1.1rem 0 1rem;
  background-color: #19191b;
  min-height: 0px;
  text-align: center;

}


#CienciaAmbienteADN h2 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 2.8rem;
  line-height: 1.667;
  color: #0E7EA1;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
}

/* ===================================================================
 *  16. CromosomasADN - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#CromosomasADN {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#CromosomasADN h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#CromosomasADN .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#CromosomasADN .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#CromosomasADN .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#CromosomasADN .section-intro h1 {
  color: #FFFFFF;
}
#CromosomasADN .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#CromosomasADN .services-content {
  text-align: center;
  max-width: 1040px;
}
#CromosomasADN .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#CromosomasADN .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#CromosomasADN .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#CromosomasADN .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#CromosomasADN .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#CromosomasADN .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * CromosomasADN
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #CromosomasADN .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #CromosomasADN .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #CromosomasADN {
    padding: 12rem 0 12rem;
  }
  #CromosomasADN .services-content {
    max-width: 550px;
  }
  #CromosomasADN .services-list .service-item {
    padding: 0 15px;
  }
  #CromosomasADN .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #CromosomasADN .services-list .service-item {
    padding: 0 10px;
  }
  #CromosomasADN .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #CromosomasADN .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. ADN - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#ADN {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#ADN h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#ADN .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#ADN .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#ADN .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#ADN .section-intro h1 {
  color: #FFFFFF;
}
#ADN .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#ADN .services-content {
  text-align: center;
  max-width: 1040px;
}
#ADN .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#ADN .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#ADN .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#ADN .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#ADN .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#ADN .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * ADN
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #ADN .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #ADN .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #ADN {
    padding: 12rem 0 12rem;
  }
  #ADN .services-content {
    max-width: 550px;
  }
  #ADN .services-list .service-item {
    padding: 0 15px;
  }
  #ADN .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #ADN .services-list .service-item {
    padding: 0 10px;
  }
  #ADN .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #ADN .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. Cromosomas - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#Cromosomas {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#Cromosomas h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#Cromosomas .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#Cromosomas .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#Cromosomas .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#Cromosomas .section-intro h1 {
  color: #FFFFFF;
}
#Cromosomas .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#Cromosomas .services-content {
  text-align: center;
  max-width: 1040px;
}
#Cromosomas .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#Cromosomas .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#Cromosomas .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#Cromosomas .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#Cromosomas .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#Cromosomas .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * Cromosomas
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #Cromosomas .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #Cromosomas .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #Cromosomas {
    padding: 12rem 0 12rem;
  }
  #Cromosomas .services-content {
    max-width: 550px;
  }
  #Cromosomas .services-list .service-item {
    padding: 0 15px;
  }
  #Cromosomas .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #Cromosomas .services-list .service-item {
    padding: 0 10px;
  }
  #Cromosomas .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #Cromosomas .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. ExtraccionADN - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#ExtraccionADN {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#ExtraccionADN h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#ExtraccionADN .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#ExtraccionADN .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#ExtraccionADN .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#ExtraccionADN .section-intro h1 {
  color: #FFFFFF;
}
#ExtraccionADN .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#ExtraccionADN .services-content {
  text-align: center;
  max-width: 1040px;
}
#ExtraccionADN .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#ExtraccionADN .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#ExtraccionADN .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#ExtraccionADN .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#ExtraccionADN .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#ExtraccionADN .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * ExtraccionADN
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #ExtraccionADN .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #ExtraccionADN .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #ExtraccionADN {
    padding: 12rem 0 12rem;
  }
  #ExtraccionADN .services-content {
    max-width: 550px;
  }
  #ExtraccionADN .services-list .service-item {
    padding: 0 15px;
  }
  #ExtraccionADN .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #ExtraccionADN .services-list .service-item {
    padding: 0 10px;
  }
  #ExtraccionADN .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #ExtraccionADN .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  11. CienciaAmbienteHuesos - (_layout.scss)
 *
 * ------------------------------------------------------------------- */


 #CienciaAmbienteHuesos {
  position: relative;
  padding: 1.1rem 0 1rem;
  background-color: #19191b;
  min-height: 0px;
  text-align: center;

}


#CienciaAmbienteHuesos h2 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 2.8rem;
  line-height: 1.667;
  color: #0E7EA1;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
}

/* ===================================================================
 *  16. SistemaEsqueletico - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#SistemaEsqueletico {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#SistemaEsqueletico h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#SistemaEsqueletico .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#SistemaEsqueletico .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#SistemaEsqueletico .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#SistemaEsqueletico .section-intro h1 {
  color: #FFFFFF;
}
#SistemaEsqueletico .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#SistemaEsqueletico .services-content {
  text-align: center;
  max-width: 1040px;
}
#SistemaEsqueletico .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#SistemaEsqueletico .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#SistemaEsqueletico .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#SistemaEsqueletico .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#SistemaEsqueletico .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#SistemaEsqueletico .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * SistemaEsqueletico
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #SistemaEsqueletico .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #SistemaEsqueletico .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #SistemaEsqueletico {
    padding: 12rem 0 12rem;
  }
  #SistemaEsqueletico .services-content {
    max-width: 550px;
  }
  #SistemaEsqueletico .services-list .service-item {
    padding: 0 15px;
  }
  #SistemaEsqueletico .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #SistemaEsqueletico .services-list .service-item {
    padding: 0 10px;
  }
  #SistemaEsqueletico .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #SistemaEsqueletico .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. SistemaOseo - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#SistemaOseo {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#SistemaOseo h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#SistemaOseo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#SistemaOseo .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#SistemaOseo .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#SistemaOseo .section-intro h1 {
  color: #FFFFFF;
}
#SistemaOseo .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#SistemaOseo .services-content {
  text-align: center;
  max-width: 1040px;
}
#SistemaOseo .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#SistemaOseo .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#SistemaOseo .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#SistemaOseo .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#SistemaOseo .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#SistemaOseo .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * SistemaOseo
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #SistemaOseo .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #SistemaOseo .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #SistemaOseo {
    padding: 12rem 0 12rem;
  }
  #SistemaOseo .services-content {
    max-width: 550px;
  }
  #SistemaOseo .services-list .service-item {
    padding: 0 15px;
  }
  #SistemaOseo .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #SistemaOseo .services-list .service-item {
    padding: 0 10px;
  }
  #SistemaOseo .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #SistemaOseo .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  11. CienciaAmbienteMusculos - (_layout.scss)
 *
 * ------------------------------------------------------------------- */


 #CienciaAmbienteMusculos {
  position: relative;
  padding: 1.1rem 0 1rem;
  background-color: #19191b;
  min-height: 0px;
  text-align: center;

}


#CienciaAmbienteMusculos h2 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 2.8rem;
  line-height: 1.667;
  color: #0E7EA1;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
}

/* ===================================================================
 *  16. SistemaMuscular - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#SistemaMuscular {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#SistemaMuscular h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#SistemaMuscular .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#SistemaMuscular .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#SistemaMuscular .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#SistemaMuscular .section-intro h1 {
  color: #FFFFFF;
}
#SistemaMuscular .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#SistemaMuscular .services-content {
  text-align: center;
  max-width: 1040px;
}
#SistemaMuscular .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#SistemaMuscular .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#SistemaMuscular .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#SistemaMuscular .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#SistemaMuscular .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#SistemaMuscular .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * SistemaMuscular
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #SistemaMuscular .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #SistemaMuscular .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #SistemaMuscular {
    padding: 12rem 0 12rem;
  }
  #SistemaMuscular .services-content {
    max-width: 550px;
  }
  #SistemaMuscular .services-list .service-item {
    padding: 0 15px;
  }
  #SistemaMuscular .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #SistemaMuscular .services-list .service-item {
    padding: 0 10px;
  }
  #SistemaMuscular .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #SistemaMuscular .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. Musculos - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#Musculos {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#Musculos h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#Musculos .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#Musculos .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#Musculos .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#Musculos .section-intro h1 {
  color: #FFFFFF;
}
#Musculos .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#Musculos .services-content {
  text-align: center;
  max-width: 1040px;
}
#Musculos .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#Musculos .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#Musculos .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#Musculos .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#Musculos .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#Musculos .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * Musculos
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #Musculos .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #Musculos .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #Musculos {
    padding: 12rem 0 12rem;
  }
  #Musculos .services-content {
    max-width: 550px;
  }
  #Musculos .services-list .service-item {
    padding: 0 15px;
  }
  #Musculos .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #Musculos .services-list .service-item {
    padding: 0 10px;
  }
  #Musculos .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #Musculos .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  11. CienciaAmbienteRespiratorio - (_layout.scss)
 *
 * ------------------------------------------------------------------- */


 #CienciaAmbienteRespiratorio {
  position: relative;
  padding: 1.1rem 0 1rem;
  background-color: #19191b;
  min-height: 0px;
  text-align: center;

}


#CienciaAmbienteRespiratorio h2 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 2.8rem;
  line-height: 1.667;
  color: #0E7EA1;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
}

/* ===================================================================
 *  16. AparatoRespiratorio - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#AparatoRespiratorio {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#AparatoRespiratorio h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#AparatoRespiratorio .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#AparatoRespiratorio .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#AparatoRespiratorio .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#AparatoRespiratorio .section-intro h1 {
  color: #FFFFFF;
}
#AparatoRespiratorio .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#AparatoRespiratorio .services-content {
  text-align: center;
  max-width: 1040px;
}
#AparatoRespiratorio .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#AparatoRespiratorio .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#AparatoRespiratorio .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#AparatoRespiratorio .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#AparatoRespiratorio .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#AparatoRespiratorio .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * AparatoRespiratorio
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #AparatoRespiratorio .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #AparatoRespiratorio .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #AparatoRespiratorio {
    padding: 12rem 0 12rem;
  }
  #AparatoRespiratorio .services-content {
    max-width: 550px;
  }
  #AparatoRespiratorio .services-list .service-item {
    padding: 0 15px;
  }
  #AparatoRespiratorio .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #AparatoRespiratorio .services-list .service-item {
    padding: 0 10px;
  }
  #AparatoRespiratorio .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #AparatoRespiratorio .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. SistemaRespiratorio - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#SistemaRespiratorio {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#SistemaRespiratorio h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#SistemaRespiratorio .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#SistemaRespiratorio .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#SistemaRespiratorio .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#SistemaRespiratorio .section-intro h1 {
  color: #FFFFFF;
}
#SistemaRespiratorio .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#SistemaRespiratorio .services-content {
  text-align: center;
  max-width: 1040px;
}
#SistemaRespiratorio .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#SistemaRespiratorio .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#SistemaRespiratorio .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#SistemaRespiratorio .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#SistemaRespiratorio .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#SistemaRespiratorio .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * SistemaRespiratorio
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #SistemaRespiratorio .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #SistemaRespiratorio .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #SistemaRespiratorio {
    padding: 12rem 0 12rem;
  }
  #SistemaRespiratorio .services-content {
    max-width: 550px;
  }
  #SistemaRespiratorio .services-list .service-item {
    padding: 0 15px;
  }
  #SistemaRespiratorio .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #SistemaRespiratorio .services-list .service-item {
    padding: 0 10px;
  }
  #SistemaRespiratorio .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #SistemaRespiratorio .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  11. CienciaAmbienteDigestivo - (_layout.scss)
 *
 * ------------------------------------------------------------------- */


 #CienciaAmbienteDigestivo {
  position: relative;
  padding: 1.1rem 0 1rem;
  background-color: #19191b;
  min-height: 0px;
  text-align: center;

}


#CienciaAmbienteDigestivo h2 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 2.8rem;
  line-height: 1.667;
  color: #0E7EA1;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
}

/* ===================================================================
 *  16. AparatoDigestivo - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#AparatoDigestivo {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#AparatoDigestivo h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#AparatoDigestivo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#AparatoDigestivo .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#AparatoDigestivo .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#AparatoDigestivo .section-intro h1 {
  color: #FFFFFF;
}
#AparatoDigestivo .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#AparatoDigestivo .services-content {
  text-align: center;
  max-width: 1040px;
}
#AparatoDigestivo .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#AparatoDigestivo .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#AparatoDigestivo .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#AparatoDigestivo .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#AparatoDigestivo .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#AparatoDigestivo .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * AparatoDigestivo
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #AparatoDigestivo .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #AparatoDigestivo .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #AparatoDigestivo {
    padding: 12rem 0 12rem;
  }
  #AparatoDigestivo .services-content {
    max-width: 550px;
  }
  #AparatoDigestivo .services-list .service-item {
    padding: 0 15px;
  }
  #AparatoDigestivo .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #AparatoDigestivo .services-list .service-item {
    padding: 0 10px;
  }
  #AparatoDigestivo .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #AparatoDigestivo .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. Digestion - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#Digestion {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#Digestion h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#Digestion .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#Digestion .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#Digestion .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#Digestion .section-intro h1 {
  color: #FFFFFF;
}
#Digestion .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#Digestion .services-content {
  text-align: center;
  max-width: 1040px;
}
#Digestion .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#Digestion .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#Digestion .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#Digestion .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#Digestion .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#Digestion .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * Digestion
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #Digestion .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #Digestion .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #Digestion {
    padding: 12rem 0 12rem;
  }
  #Digestion .services-content {
    max-width: 550px;
  }
  #Digestion .services-list .service-item {
    padding: 0 15px;
  }
  #Digestion .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #Digestion .services-list .service-item {
    padding: 0 10px;
  }
  #Digestion .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #Digestion .services-list .service-item {
    padding: 0;
  }
}


/* ===================================================================
 *  16. SistemaDigestivo - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#SistemaDigestivo {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#SistemaDigestivo h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#SistemaDigestivo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#SistemaDigestivo .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#SistemaDigestivo .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#SistemaDigestivo .section-intro h1 {
  color: #FFFFFF;
}
#SistemaDigestivo .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#SistemaDigestivo .services-content {
  text-align: center;
  max-width: 1040px;
}
#SistemaDigestivo .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#SistemaDigestivo .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#SistemaDigestivo .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#SistemaDigestivo .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#SistemaDigestivo .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#SistemaDigestivo .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * SistemaDigestivo
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #SistemaDigestivo .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #SistemaDigestivo .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #SistemaDigestivo {
    padding: 12rem 0 12rem;
  }
  #SistemaDigestivo .services-content {
    max-width: 550px;
  }
  #SistemaDigestivo .services-list .service-item {
    padding: 0 15px;
  }
  #SistemaDigestivo .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #SistemaDigestivo .services-list .service-item {
    padding: 0 10px;
  }
  #SistemaDigestivo .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #SistemaDigestivo .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  16. SistemaDigestivoSerpiente - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#SistemaDigestivoSerpiente {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#SistemaDigestivoSerpiente h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#SistemaDigestivoSerpiente .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#SistemaDigestivoSerpiente .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#SistemaDigestivoSerpiente .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#SistemaDigestivoSerpiente .section-intro h1 {
  color: #FFFFFF;
}
#SistemaDigestivoSerpiente .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#SistemaDigestivoSerpiente .services-content {
  text-align: center;
  max-width: 1040px;
}
#SistemaDigestivoSerpiente .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#SistemaDigestivoSerpiente .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#SistemaDigestivoSerpiente .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#SistemaDigestivoSerpiente .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#SistemaDigestivoSerpiente .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#SistemaDigestivoSerpiente .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * SistemaDigestivoSerpiente
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #SistemaDigestivoSerpiente .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #SistemaDigestivoSerpiente .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #SistemaDigestivoSerpiente {
    padding: 12rem 0 12rem;
  }
  #SistemaDigestivoSerpiente .services-content {
    max-width: 550px;
  }
  #SistemaDigestivoSerpiente .services-list .service-item {
    padding: 0 15px;
  }
  #SistemaDigestivoSerpiente .services-list .icon i {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 600px) {
  #SistemaDigestivoSerpiente .services-list .service-item {
    padding: 0 10px;
  }
  #SistemaDigestivoSerpiente .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #SistemaDigestivoSerpiente .services-list .service-item {
    padding: 0;
  }
}

/* ===================================================================
 *  11. CienciaAmbienteExcretor - (_layout.scss)
 *
 * ------------------------------------------------------------------- */


 #CienciaAmbienteExcretor {
  position: relative;
  padding: 1.1rem 0 1rem;
  background-color: #19191b;
  min-height: 0px;
  text-align: center;

}


#CienciaAmbienteExcretor h2 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 2.8rem;
  line-height: 1.667;
  color: #0E7EA1;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
}




/* ===================================================================
 *  16. SistemaExcretor - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#SistemaExcretor {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#SistemaExcretor h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#SistemaExcretor .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#SistemaExcretor .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#SistemaExcretor .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#SistemaExcretor .section-intro h1 {
  color: #FFFFFF;
}
#SistemaExcretor .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#SistemaExcretor .services-content {
  text-align: center;
  max-width: 1040px;
}
#SistemaExcretor .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#SistemaExcretor .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#SistemaExcretor .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#SistemaExcretor .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#SistemaExcretor .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#SistemaExcretor .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}




/* ===================================================================
 *  16. SistemaExcretor - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#Excretor {
  background-color: #19191b;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 450;
  position: relative;
  padding: 1.2rem 0 12rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

#Excretor h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 4.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}
#Excretor .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#Excretor .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#Excretor .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#Excretor .section-intro h1 {
  color: #FFFFFF;
}
#Excretor .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#Excretor .services-content {
  text-align: center;
  max-width: 1040px;
}
#Excretor .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#Excretor .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#Excretor .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#Excretor .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#Excretor .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#Excretor .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}




























































































/* ===================================================================
 *  17. footer - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
footer {
  margin: 0 0 5.4rem 0;
  padding: 0;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.4);
}
footer a, footer a:visited {
  color: #FFFFFF;
}
footer a:hover, footer a:focus {
  color: #f9a828;
}
footer .row {
  max-width: 1024px;
}
footer h4.h05 {
  color: #FFFFFF;
  position: relative;
  padding-bottom: 4.2rem;
  margin-bottom: 3.6rem;
}
footer h4.h05::after {
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* footer main
 * --------------------------------- */
.footer-main {
  padding-top: 9.6rem;
  padding-bottom: 3rem;
}
.footer-main ul {
  font-size: 1.5rem;
  margin-left: 0;
}
.footer-main ul li {
  list-style: none;
  padding-left: 0;
}
.footer-main ul a, .footer-main ul a:visited {
  color: rgba(255, 255, 255, 0.4);
}
.footer-main ul a:hover, .footer-main ul a:focus {
  color: #FFFFFF;
}
.footer-main .subscribe-form {
  position: relative;
}
.footer-main #mc-form {
  margin: 0;
  padding: 0;
}
.footer-main #mc-form input[type="email"] {
  height: 6rem;
  padding: 1.5rem 8rem 1.5rem 2rem;
  margin-bottom: 1.5rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.footer-main #mc-form button {
  background-color: #f9a828;
  color: #000000;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.footer-main #mc-form button:hover {
  background-color: #f89e0f;
}
.footer-main #mc-form button i {
  font-size: 2.6rem;
  line-height: 6rem;
  margin: 0;
  position: relative;
  left: .2rem;
}
.footer-main #mc-form label {
  color: #f9a828;
  font-family: "montserrat-regular", sans-serif;
}

/* footer bottom
 * --------------------------------- */
.footer-bottom {
  margin-top: 3rem;
  text-align: center;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.4rem;
}
.footer-bottom .copyright span {
  display: inline-block;
}
.footer-bottom .copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
  color: rgba(255, 255, 255, 0.1);
}
.footer-bottom .copyright span:last-child::after {
  display: none;
}

#go-top {
  position: fixed;
  bottom: 42px;
  right: 30px;
  z-index: 700;
  display: none;
}
#go-top a {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 63px;
  width: 60px;
  line-height: 63px;
  text-align: center;
  background-color: #000000;
  color: #888;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#go-top a i {
  font-size: 1.7rem;
  line-height: inherit;
}
#go-top a:visited {
  background: #000000;
  color: #888;
}
#go-top a:hover, #go-top a:focus {
  background: #000000;
  color: #FFFFFF;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #go-top {
    bottom: 0;
    right: 0;
  }

  .footer-main {
    text-align: center;
  }
  .footer-main .row {
    max-width: 480px;
  }
  .footer-main [class*="col-"] {
    margin-bottom: 3.6rem;
  }

  footer h4.h05 {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }

  footer h4.h05::after {
    left: 50%;
    margin-left: -50px;
  }
}
@media only screen and (max-width: 600px) {
  .footer-bottom {
    padding-bottom: .6rem;
  }
  .footer-bottom .copyright span {
    display: block;
  }
  .footer-bottom .copyright span::after {
    display: none;
  }
}
