/*
Theme Name:
Theme URI:
Author: jairo villalobos
Author URI:
Description:
Version: 1.2
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,600");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px; }

figure {
  margin: 0; }

img {
  width: 100%; }

.flex {
  display: -ms-flexbox;
  display: flex; }

.hidden {
  display: none !important; }

h1, h2, h3, h4 {
  margin-top: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

:root {
  --color-azul: #30a2e2;
  --color-gris: #333333; }

body {
  font-family: 'Poppins', sans-serif; }

.container {
  max-width: 1200px;
  margin: auto; }

.mouseDown {
  font-size: 0.9em;
  /* CONTROL MOUSE SIZE */
  border: 1px solid #000;
  display: block;
  width: 1.7em;
  height: 2.8em;
  border-radius: 0.9em;
  margin: 0 auto;
  text-decoration: none;
  transition: border 0.2s ease-out;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 10%;
  z-index: 3; }
  .mouseDown .text {
    color: black;
    position: absolute;
    bottom: -20px;
    width: 100px;
    left: -24px; }

.mouseDown:hover {
  border: 2px solid rgba(255, 255, 255, 0.7); }

.mouseDown span {
  display: block;
  background: #000;
  width: 0.2em;
  height: 0.3em;
  margin: 0.7em auto 0;
  border-radius: 0.4em; }

.mouseDown span {
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  animation-iteration-count: infinite;
  will-change: transform; }

.mouseDown:hover span {
  animation-duration: 0.7s; }

@keyframes scroll {
  0%, 20% {
    transform: translateY(0) scaleY(1); }
  10% {
    opacity: 1; }
  100% {
    transform: translateY(1.2em) scaleY(1.5);
    opacity: 0.01; } }

/*** FONT FACE ***/
/*** GENERAL ***/
header {
  padding: 20px 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%; }
  header .container {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  header figure.logo {
    max-width: 304px;
    height: auto; }
    header figure.logo img {
      width: 100%; }
  header .navigation-menu {
    fill: red; }

nav.menu {
  padding: 10px;
  width: 100%;
  display: block;
  height: 100%;
  background-color: #000;
  max-width: 39%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  box-shadow: -5px 7px 12px -5px #cccccc;
  transform: translateX(-950px);
  transition: all 400ms  ease-in-out; }
  nav.menu .header-nav {
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 30px; }
  nav.menu aside.social {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 20px; }
    nav.menu aside.social i {
      color: white;
      font-size: 29px;
      margin: 20px; }
  nav.menu a {
    display: block;
    text-align: left;
    margin-right: 0px;
    padding: 5px 15px;
    font-size: 21px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin-bottom: 25px; }
    nav.menu a:hover {
      color: #fff; }
    nav.menu a.close {
      text-align: right;
      display: block;
      margin: 0; }
      nav.menu a.close i.fas.fa-times {
        font-size: 30px;
        cursor: pointer; }
      nav.menu a.close:hover {
        background: transparent;
        color: #303030; }
  nav.menu.open {
    transform: translateX(0px); }

span.burger i.fas.fa-bars {
  font-size: 25px;
  color: #030303;
  margin-left: 15px; }

figure.mobile {
  width: 139px;
  float: right; }
  figure.mobile img {
    width: 100%; }

section.cover {
  position: relative; }
  section.cover .owl-carousel .item {
    position: relative; }
    section.cover .owl-carousel .item h2 {
      position: absolute;
      font-size: 1.75rem;
      color: black;
      font-weight: 400;
      transform: translate(-50%, -50%);
      text-align: center; }
    section.cover .owl-carousel .item h2.primer-plano {
      left: 35%;
      top: 47%;
      width: 55%; }
    section.cover .owl-carousel .item h2.segundo-plano {
      left: 70%;
      top: 30%;
      width: 46%; }
  section.cover img.mobile {
    display: none; }

section.about {
  background-color: #F7F7F7;
  padding: 30px 0; }
  section.about .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 36px; }
  section.about hr {
    background: rgba(112, 112, 112, 0.35);
    width: 45%;
    margin: auto;
    margin-bottom: 20px; }
  section.about h2 {
    width: 100%;
    font-size: 48px;
    color: black;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 500; }
  section.about p {
    color: black;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    width: 100%;
    margin-bottom: 20px; }
    section.about p.red {
      font-weight: 700;
      margin-top: 2.1875rem;
      color: #E41A23; }
  section.about article {
    background-color: white;
    width: 320px;
    margin: 0 5px 5px 0;
    padding: 34px 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
    section.about article h3 {
      text-align: center;
      font-size: 22px; }
    section.about article figure {
      width: 107px;
      height: auto;
      margin: auto;
      margin-bottom: 23px; }
      section.about article figure.lista {
        width: 76px; }
      section.about article figure.seo {
        width: 110px; }
      section.about article figure img {
        width: 100%; }

section.vision {
  position: relative; }
  section.vision:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 443px;
    background-color: black; }
  section.vision .container figure {
    position: relative;
    width: 80%;
    margin: auto;
    padding-top: 60px; }
    section.vision .container figure img {
      width: 100%; }
    section.vision .container figure .item-conten {
      position: absolute;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 31%; }
      section.vision .container figure .item-conten h2 {
        color: white;
        font-size: 3.125rem;
        margin-bottom: 1.8125rem; }
      section.vision .container figure .item-conten p {
        color: white;
        font-size: 1.375rem;
        font-weight: 400; }

section.ofrecemos {
  background-color: #0a0909;
  position: relative;
  padding: 60px 0;
  z-index: 2; }
  section.ofrecemos .container {
    z-index: 2;
    position: relative; }
  section.ofrecemos figure.descanso {
    width: 100%;
    background-image: url("../images/onda.png");
    background-repeat: no-repeat;
    position: absolute;
    left: -1px;
    height: 300px;
    background-size: cover;
    bottom: -161px;
    background-position: center center; }
    section.ofrecemos figure.descanso img {
      width: 100%; }
  section.ofrecemos h2, section.ofrecemos p {
    color: white;
    text-align: center; }
  section.ofrecemos h2 {
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 500; }
  section.ofrecemos h3 {
    color: white;
    text-align: center;
    font-size: 48px;
    margin-top: 100px;
    margin-bottom: 15px;
    font-weight: 500; }
  section.ofrecemos hr {
    width: 40%;
    margin: auto;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
    margin-bottom: 35px; }
  section.ofrecemos p {
    font-size: 23px;
    font-weight: 400; }
  section.ofrecemos article {
    padding: 20px 5px; }
    section.ofrecemos article p {
      font-size: 17px;
      color: #707070; }
    section.ofrecemos article figure .circle {
      width: 100px;
      height: 100px;
      border: 1px solid rgba(246, 199, 27, 0.35);
      border-radius: 100px;
      margin: auto;
      margin-bottom: 15px;
      position: relative; }
      section.ofrecemos article figure .circle:before {
        content: '';
        position: absolute;
        width: 70px;
        height: 70px;
        border: 1px solid rgba(246, 199, 27, 0.65);
        border-radius: 100px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%; }
      section.ofrecemos article figure .circle:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        border: 2px solid #F6C71B;
        border-radius: 100px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%; }
    section.ofrecemos article figure .circle2 {
      width: 97px;
      height: 97px;
      border: 2px solid #6c0e7f;
      border-radius: 100px;
      margin: auto;
      margin-bottom: 15px;
      position: relative; }
      section.ofrecemos article figure .circle2:before {
        content: '';
        position: absolute;
        width: 90px;
        height: 90px;
        border: 1px solid rgba(108, 14, 127, 0.65);
        border-radius: 100px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 100%; }
      section.ofrecemos article figure .circle2:after {
        content: '';
        position: absolute;
        width: 90px;
        height: 90px;
        border: 1px solid rgba(108, 14, 127, 0.35);
        border-radius: 100px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 10%; }
    section.ofrecemos article figure .cuadrado {
      width: 100px;
      height: 100px;
      border-radius: 20px;
      margin: auto;
      margin-bottom: 15px;
      position: relative;
      border: 2px solid #ff4081; }
      section.ofrecemos article figure .cuadrado:before {
        content: '';
        position: absolute;
        background: #ff4081;
        width: 20px;
        height: 20px;
        border-radius: 100px;
        transform: translate(-50%, -50%);
        top: 20%;
        right: 5%; }
      section.ofrecemos article figure .cuadrado:after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        border: 1px solid #ff4081;
        border-radius: 100px;
        transform: translate(-50%, -50%);
        top: 20%;
        right: -2.1%; }
    section.ofrecemos article figure .cuadrado2 {
      width: 80px;
      height: 80px;
      border: 1px solid rgba(80, 226, 192, 0.61);
      border-radius: 20px;
      margin: auto;
      margin-bottom: 35px;
      position: relative; }
      section.ofrecemos article figure .cuadrado2:before {
        content: '';
        width: 80px;
        height: 80px;
        border: 2px solid rgba(80, 226, 192, 0.61);
        border-radius: 20px;
        transform: translate(-50%, -50%);
        position: absolute;
        top: 17%;
        right: -87%; }
      section.ofrecemos article figure .cuadrado2:after {
        content: '';
        width: 80px;
        height: 80px;
        border: 1px solid rgba(80, 226, 192, 0.61);
        border-radius: 20px;
        transform: translate(-50%, -50%);
        position: absolute;
        top: 83%;
        left: 5%; }

section.servicios {
  padding: 110px 0 60px; }
  section.servicios h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 76px;
    color: black;
    font-weight: 500; }
  section.servicios .item-content.flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    section.servicios .item-content.flex .item {
      width: 320px;
      margin-bottom: 75px; }
      section.servicios .item-content.flex .item h3 {
        font-size: 22px;
        color: black;
        text-align: center; }
      section.servicios .item-content.flex .item p {
        font-size: 22px;
        text-align: center; }
      section.servicios .item-content.flex .item figure {
        width: 86px;
        margin: auto;
        margin-bottom: 15px; }
        section.servicios .item-content.flex .item figure img {
          width: 100%; }
  section.servicios .owl-dots {
    bottom: 0px; }

section.clientes {
  background-color: #F7F7F7;
  padding: 60px 0; }
  section.clientes h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 25px;
    font-weight: 500; }
  section.clientes article {
    padding: 20px 18px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-align: center; }
    section.clientes article figure {
      width: 181px;
      margin: auto;
      margin-bottom: 48px; }
      section.clientes article figure img {
        width: 100%; }
    section.clientes article p {
      color: black;
      font-size: 25px;
      font-weight: 400; }
      section.clientes article p span {
        color: #E41A23;
        display: block;
        margin-top: 48px;
        font-weight: 700; }
      section.clientes article p.person {
        font-size: 18px;
        color: #454F63;
        margin-top: 32px; }
      section.clientes article p.type {
        color: #828591;
        font-size: 14px; }

section.contactanos {
  padding: 60px 0; }
  section.contactanos h2 {
    font-size: 48px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 500; }
  section.contactanos p {
    color: black;
    font-size: 25px;
    text-align: center;
    margin-bottom: 60px; }
  section.contactanos ul {
    list-style: none;
    max-width: 520px;
    margin-top: 60px;
    margin: auto; }
    section.contactanos ul li {
      font-size: 25px;
      color: #707070;
      margin-bottom: 35px;
      font-weight: 400;
      text-indent: -23px;
      padding-left: 40px; }
      section.contactanos ul li strong {
        margin-left: 5px; }
      section.contactanos ul li a {
        text-decoration: none;
        color: #707070;
        font-size: 22px; }

section.formulario {
  padding: 60px 0;
  background: #F7F7F7; }
  section.formulario h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 500; }
  section.formulario p {
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center; }
  section.formulario hr {
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.32); }
  section.formulario form {
    max-width: 560px;
    margin: auto; }
    section.formulario form .btn {
      -ms-flex-pack: center;
          justify-content: center; }
    section.formulario form input.contact {
      width: 100%;
      height: 70px;
      margin-bottom: 15px;
      border: none;
      box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.49);
      border-radius: 9px; }
    section.formulario form label {
      display: block;
      margin-bottom: 15px;
      color: #78849E;
      font-size: 22px;
      font-weight: 500; }
    section.formulario form textarea.contact {
      width: 100%;
      border-radius: 9px;
      margin-bottom: 15px;
      height: 197px;
      border: none;
      box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.49); }
    section.formulario form button.enviar {
      border: none;
      background-color: #E13A3A;
      font-size: 22px;
      color: white;
      border-radius: 12px;
      width: 252px;
      height: 50px; }
    section.formulario form button.cancelar {
      border: none;
      background: rgba(120, 132, 158, 0.16);
      font-size: 22px;
      border-radius: 12px;
      width: 252px;
      height: 50px;
      color: #454F63;
      margin-right: 5px; }
  section.formulario aside.social {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 60px; }
    section.formulario aside.social h2 {
      width: 100%;
      text-align: center;
      font-size: 23px; }
    section.formulario aside.social i.circle {
      width: 40px;
      height: 40px;
      background: #707070;
      border-radius: 100%;
      display: inline-block;
      position: relative;
      margin-right: 10px; }
      section.formulario aside.social i.circle.verde {
        background: #01E675; }
      section.formulario aside.social i.circle i.fab.fa-twitter {
        position: absolute;
        left: 12px;
        top: 13px;
        color: white; }
      section.formulario aside.social i.circle i.fab.fa-facebook-f {
        position: absolute;
        left: 15px;
        top: 13px;
        color: white; }
        section.formulario aside.social i.circle i.fab.fa-instagram {
          position: absolute;
          left: 15px;
          top: 13px;
          color: white; }
      section.formulario aside.social i.circle i.fab.fa-youtube {
        position: absolute;
        left: 11px;
        top: 13px;
        color: white; }
      section.formulario aside.social i.circle i.fab.fa-whatsapp {
        position: absolute;
        left: 11px;
        top: 13px;
        color: white;
        font-size: 20px; }

section.clientes > div > div > div.owl-nav .owl-prev {
  transform: translate(-50%, -50%);
  left: -8px;
  top: 50%;
  position: absolute;
  border: 1px solid #707070;
  background: white;
  width: 45px;
  height: 45px;
  border-radius: 100px; }

section.clientes > div > div > div.owl-nav .owl-next {
  transform: translate(-50%, -50%);
  right: -48px;
  top: 50%;
  position: absolute;
  border: 1px solid #707070;
  width: 45px;
  height: 46px;
  border-radius: 100px;
  background: white; }

.alert-success {
  text-align: center;
  font-size: 18px;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 10px;
  margin-bottom: 10px; }

.alert-danger {
  text-align: center;
  font-size: 18px;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 10px;
  margin-bottom: 10px; }

.owl-dots {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, -50%); }

.owl-carousel button.owl-dot {
  width: 15px;
  height: 15px;
  background: white !important;
  border-radius: 100px;
  margin-right: 5px;
  border: 1px solid #707070 !important; }

div.owl-dots > button.owl-dot.active {
  color: white !important;
  background-color: red !important;
  border: 1px solid white; }

section.clientes > div > div > div.owl-dots {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 5px;
  bottom: -38px; }

.owl-carousel.owl-servicios.mobile {
  display: none; }

footer {
  background-color: #CC2B43;
  text-align: center;
  padding: 20px 0;
  position: relative; }
  footer p {
    color: white; }
  footer .circle {
    width: 62px;
    height: 62px;
    background-color: #CC2B43;
    position: absolute;
    right: 100px;
    top: -15px;
    border-radius: 100%;
    box-shadow: 10px 10px 5px -10px rgba(0, 0, 0, 0.75); }
    footer .circle i.fas.fa-chevron-up {
      color: white;
      position: absolute;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      font-size: 25px; }

/********** RESPONSIVE ***********/
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  html {
    font-size: 14px; } }

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  html {
    font-size: 13px; }
  .container {
    max-width: 1024px !important; }
  header {
    padding: 20px 5px; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  html {
    font-size: 11px; }
  body {
    height: 100vh; }
  .container {
    max-width: 959px !important; }
  header {
    padding: 20px 5px; }
  section.ofrecemos .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
  section.ofrecemos article {
    width: 320px;
    margin: 10px; } }

@media only screen and (max-width: 767px) {
  section.about h2 {
    font-size: 20px; }
  section.about .container {
    padding-top: 15px; }
  .mouseDown {
    position: relative;
    transform: none;
    left: 0;
    margin-top: 10px; }
  section.cover {
    background-color: #F7F7F7; }
  section.about > div.container.flex > article > h3 > br {
    display: contents; }
  .mouseDown .text {
    position: relative;
    margin-top: 14px;
    left: -27px; }
  section.about article {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    padding: 15px; }
    section.about article figure {
      width: 50px;
      margin: 0;
      margin-right: 8px; }
    section.about article figure.lista {
      width: 40px;
      margin: 0;
      margin-right: 8px; }
    section.about article figure.seo {
      width: 54px;
      margin: 0;
      margin-right: 8px; }
  section.about article h3 {
    font-size: 14px;
    text-align: left; }
  section.about p.red {
    text-align: center;
    font-size: 18px;
    line-height: 25px; }
  section.about > div > h2 {
    font-size: 32px;
    text-align: left; }
  section.about p {
    font-size: 16px;
    text-align: left; }
  section.vision h2 {
    text-align: center; }
  section.vision h2 i.fas.fa-arrow-down {
    display: none; }
  section.about, section.ofrecemos, section.contactanos, section.formulario, section.clientes {
    padding: 30px 15px; }
  section.vision:before {
    height: 210px; }
  section.vision .container figure .item-conten {
    position: relative;
    transform: none;
    left: 0;
    margin-top: 10px; }
  section.vision .container figure .item-conten h2 {
    font-size: 20px;
    color: black; }
  section.vision .container figure .item-conten p {
    color: black;
    text-align: center;
    margin-bottom: 50px; }
  section.ofrecemos .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  section.ofrecemos h2 {
    font-size: 20px;
    text-align: center; }
  section.ofrecemos p {
    font-size: 18px;
    text-align: center;
    line-height: 25px; }
  section.ofrecemos h3 {
    font-size: 20px; }
  section.ofrecemos hr {
    width: 80%; }
  section.ofrecemos article p {
    font-size: 18px; }
  section.ofrecemos article {
    margin-bottom: 10px; }
  section.servicios h2 {
    font-size: 20px; }
  section.servicios .item-content.flex .item h3 {
    font-size: 18px; }
  section.servicios .item-content.flex .item p {
    font-size: 18px; }
  section.clientes h2 {
    font-size: 20px; }
  section.clientes article p {
    font-size: 16px; }
  section.contactanos h2 {
    font-size: 20px; }
  section.contactanos p {
    font-size: 18px; }
  section.contactanos ul li {
    font-size: 14px;
    margin-bottom: 20px; }
  section.contactanos ul li a {
    font-size: 15px; }
  section.formulario h2 {
    font-size: 20px; }
  section.formulario p {
    font-size: 18px; }
  section.formulario form label {
    font-size: 19px; }
  section.formulario form input.contact {
    font-size: 50px; }
  section.formulario form button.cancelar, section.formulario form button.enviar {
    width: 152px; }
  footer {
    padding: 35px 0; }
  footer .circle {
    left: 50%;
    transform: translate(-50%, -50%);
    top: -3px;
    width: 40px;
    height: 40px;
    cursor: pointer; }
  footer .circle i.fas.fa-chevron-up {
    font-size: 20px; }
  .owl-carousel.owl-servicios.mobile {
    display: block; }
  .owl-carousel.owl-servicios.desktop {
    display: none; }
  .owl-carousel .owl-slider .owl-carousel .owl-stage-outer {
    overflow-y: visible !important;
    background-color: #F7F7F7; }
  section.cover .owl-carousel .item h2.segundo-plano, section.cover .owl-carousel .item h2 {
    position: relative;
    left: 0 !important;
    display: block;
    transform: none;
    font-size: 16px;
    width: 84% !important;
    background: white;
    margin: auto;
    padding: 15px 5px; }
  section.cover .owl-carousel .item {
    background-color: #F7F7F7; }
  header figure.logo {
    max-width: 100px; }
  img.mobile {
    display: block !important; }
  img.desktop {
    display: none !important; }
  section.cover > div > div.owl-dots {
    bottom: 150px; }
  section.clientes > div > div > div.owl-dots {
    left: 39%;
    bottom: -23px; }
  section.clientes article {
    margin-bottom: 5px; }
  nav.menu {
    max-width: 98%; } }

@media only screen and (max-width: 480px) {
  section.ofrecemos figure.descanso {
    background-size: contain; } }

@media only screen and (max-width: 320px) {
  section.cover > div > div.owl-dots {
    bottom: 100px; } }

/********** OWL SLIDER ***********/
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 0;
  left: 50%; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 40px;
      height: 6px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: RGBA(255, 255, 255, 0.7); }

/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 0;
  left: 50%; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 40px;
      height: 6px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: RGBA(255, 255, 255, 0.7); }

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 0;
  left: 50%; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 40px;
      height: 6px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: RGBA(255, 255, 255, 0.7); }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
