/*
Theme Name: INGENIERIA VERTICAL
Theme URI: https://www.ingver.cl
Description: Theme Realizado por "Tanque a Pedales" a petecion exclusiva de nuestro cliente "INGENIER�A VERTICAL".
Version: 1.0
Author: Estudio Tanque
Author URI: https://www.estudiotanque.cl
Developer: Agustin Ortiz
Tags: WebDesign, Web Responsive, Tanque a Pedales, 2019, onepage
Text Domain: INGENIERIA VERTICAL
*/
.animated {
  opacity: 0;
}
.animated.zoomIn {
  opacity: 1;
}
.cc-animate,
animation-duration(time_normal),
-webkit-animation-fill-mode both,
animation-fill-mode both,
.text-mask {
  width: 100%;
  display: block;
  overflow: hidden;
}
.cc-animate .text-item,
animation-duration(time_normal) .text-item,
-webkit-animation-fill-mode both .text-item,
animation-fill-mode both .text-item,
.text-mask .text-item {
  display: inline-block;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.ccSlideInD,
animation-name(ccSlideInD),
time_fade = 1.2s,
.cc-animated {
  -webkit-transition: all time_fade ease;
  -moz-transition: all time_fade ease;
  transition: all time_fade ease;
}
.cc-animated.ccFade {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.ccFadeInUp {
  opacity: 0;
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  transform: translateY(120px);
}
.ccFadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  transform: translateY(40px);
}
.cc-animated.ccSlide {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.ccSlideInDown {
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.loading-animation,
border-radius 50%,
width 30px,
height 30px,
border .4rem solid #444,
border-top-color #FFF,
animation spin 0.7s infinite linear,
.loading-mask {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #131a22;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.loading .loading-mask {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.delay-1 {
  -webkit-animation-delay: 1s !important;
  -moz-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.delay-2 {
  -webkit-animation-delay: 1.4s !important;
  -moz-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}
.delay-3 {
  -webkit-animation-delay: 1.8s !important;
  -moz-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}
.delay-4 {
  -webkit-animation-delay: 2.2s !important;
  -moz-animation-delay: 2.2s !important;
  animation-delay: 2.2s !important;
}
.delay-5 {
  -webkit-animation-delay: 2.8s !important;
  -moz-animation-delay: 2.8s !important;
  animation-delay: 2.8s !important;
}
.line-animated {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}
.line-animated.line-left,
.line-animated.to-right {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  transform-origin: right center;
}
.line-animated.line-right,
.line-animated.to-left {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
  background-color: #e0b52b !important;
}
@media (max-width: 991px) {
  .line-animated {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
  }
  .line-animated.to-right {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
  }
  .line-animated.to-left {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
  }
}
@-moz-keyframes ccFadeOutR {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes ccFadeOutR {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@-o-keyframes ccFadeOutR {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes ccFadeOutR {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@-moz-keyframes ccFadeOutL {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes ccFadeOutL {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-o-keyframes ccFadeOutL {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes ccFadeOutL {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-moz-keyframes ccSlideInD {
  from {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ccSlideInD {
  from {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes ccSlideInD {
  from {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ccSlideInD {
  from {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes Pulse {
  0% {
    opacity: 0.6;
    -webkit-transform: scaleX(1) scaleY(1);
    -moz-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }
  60% {
    opacity: 0;
    -webkit-transform: scaleX(1.6) scaleY(1.6);
    -moz-transform: scaleX(1.6) scaleY(1.6);
    transform: scaleX(1.6) scaleY(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(1.6) scaleY(1.6);
    -moz-transform: scaleX(1.6) scaleY(1.6);
    transform: scaleX(1.6) scaleY(1.6);
  }
}
@-webkit-keyframes Pulse {
  0% {
    opacity: 0.6;
    -webkit-transform: scaleX(1) scaleY(1);
    -moz-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }
  60% {
    opacity: 0;
    -webkit-transform: scaleX(1.6) scaleY(1.6);
    -moz-transform: scaleX(1.6) scaleY(1.6);
    transform: scaleX(1.6) scaleY(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(1.6) scaleY(1.6);
    -moz-transform: scaleX(1.6) scaleY(1.6);
    transform: scaleX(1.6) scaleY(1.6);
  }
}
@-o-keyframes Pulse {
  0% {
    opacity: 0.6;
    -webkit-transform: scaleX(1) scaleY(1);
    -moz-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }
  60% {
    opacity: 0;
    -webkit-transform: scaleX(1.6) scaleY(1.6);
    -moz-transform: scaleX(1.6) scaleY(1.6);
    transform: scaleX(1.6) scaleY(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(1.6) scaleY(1.6);
    -moz-transform: scaleX(1.6) scaleY(1.6);
    transform: scaleX(1.6) scaleY(1.6);
  }
}
@keyframes Pulse {
  0% {
    opacity: 0.6;
    -webkit-transform: scaleX(1) scaleY(1);
    -moz-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }
  60% {
    opacity: 0;
    -webkit-transform: scaleX(1.6) scaleY(1.6);
    -moz-transform: scaleX(1.6) scaleY(1.6);
    transform: scaleX(1.6) scaleY(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(1.6) scaleY(1.6);
    -moz-transform: scaleX(1.6) scaleY(1.6);
    transform: scaleX(1.6) scaleY(1.6);
  }
}
@-moz-keyframes PulseItem {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(0.8) scaleY(0.8);
    -moz-transform: scaleX(0.8) scaleY(0.8);
    transform: scaleX(0.8) scaleY(0.8);
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1);
    -moz-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(0.8) scaleY(0.8);
    -moz-transform: scaleX(0.8) scaleY(0.8);
    transform: scaleX(0.8) scaleY(0.8);
  }
}
@-webkit-keyframes PulseItem {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(0.8) scaleY(0.8);
    -moz-transform: scaleX(0.8) scaleY(0.8);
    transform: scaleX(0.8) scaleY(0.8);
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1);
    -moz-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(0.8) scaleY(0.8);
    -moz-transform: scaleX(0.8) scaleY(0.8);
    transform: scaleX(0.8) scaleY(0.8);
  }
}
@-o-keyframes PulseItem {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(0.8) scaleY(0.8);
    -moz-transform: scaleX(0.8) scaleY(0.8);
    transform: scaleX(0.8) scaleY(0.8);
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1);
    -moz-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(0.8) scaleY(0.8);
    -moz-transform: scaleX(0.8) scaleY(0.8);
    transform: scaleX(0.8) scaleY(0.8);
  }
}
@keyframes PulseItem {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(0.8) scaleY(0.8);
    -moz-transform: scaleX(0.8) scaleY(0.8);
    transform: scaleX(0.8) scaleY(0.8);
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1);
    -moz-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(0.8) scaleY(0.8);
    -moz-transform: scaleX(0.8) scaleY(0.8);
    transform: scaleX(0.8) scaleY(0.8);
  }
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
   BODY
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
html {
  height: 100%;
}
body {
  height: 100%;
  letter-spacing: 0.03em;
  font-family: 'Poppins', sans-serif;
  font-size: 100%;
  line-height: 1.1em;
  background: #000;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: 0;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.vc_row.section-wrapper {
  margin: 0;
}
.container-fullwidth {
  padding: 0 15px;
}
.container-fullwidth .vc_column-inner {
  padding: 0 !important;
}
.p-relative {
  position: relative;
}
.burger {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
  display: none;
  width: 32px;
  height: 18px;
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.burger:after,
.burger:before,
.burger span {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.burger span {
  width: 24px;
}
.burger:after {
  top: 16px;
}
.burger span {
  top: 8px;
}
.burger:hover span {
  width: 100%;
}
.burger:hover:before {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  transform: translateY(-3px);
}
.burger:hover:after {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  transform: translateY(3px);
}
.close {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.close:after,
.close:before {
  content: '';
  display: block;
  height: 3px;
  width: 28px;
  background-color: color_main;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close:hover:after,
.close:hover:before {
  background-color: color_main !important;
  opacity: 1 !important;
}
.close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
#header.stick .burger:after,
#header.stick .burger:before,
#header.stick .burger span {
  background-color: #000;
}
.burger.burger-red:after,
.burger.burger-red:before,
.burger.burger-red span {
  background-color: color_red;
}
img {
  max-width: 100%;
  height: auto;
}
.imagenes-servicios img {
    padding-left: 10px;
    padding-right: 10px;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.container.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.container.flex:before,
.container.flex:after {
  display: none;
}
.overflow-hidden {
  overflow: hidden;
}
/* Grid
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.grid {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  margin-top: -25px;
  margin-bottom: 100px;
}
.grid .row {
  margin-left: -25px;
  margin-right: -25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.grid .column {
  display: block;
  float: left;
  padding: 25px;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.grid.three-columns .column {
  width: 33.3%;
}
.grid:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
/* Separador
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.line-separator {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  width: 100%;
  z-index: 2;
  height: 3px;
}
/* Titulos
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1em;
  font-weight: 500;
}
.hanshand {
  line-height: 0.7em;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
   HEADER
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.header-wrapper {
  width: 100%;
  height: 120px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-wrapper .flex {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.header-wrapper .logo {
  width: 100%;
  height: auto;
  max-width: 207px;
}
#header.stick {
  height: 90px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.admin-bar #header.stick {
  top: 32px;
}
/* NAVEGACION
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.navigation {
  display: inline-block;
  -webkit-align-self: flex-end;
     -moz-align-self: flex-end;
          align-self: flex-end;
}
.navigation li {
  display: inline-block;
  padding: 0 50px;
  position: relative;
  padding-bottom: 50px;
  -webkit-transition: padding 0.3s ease-out;
     -moz-transition: padding 0.3s ease-out;
          transition: padding 0.3s ease-out;
}
.navigation li:first-child {
  padding-left: 15px;
}
.navigation li:last-child {
  padding-right: 15px;
}
.navigation li a {
  font: 700 15px/1.1em 'Poppins';
  color: #000;
}
.navigation li a:hover {
  color: #e0b52b;
  border-top: solid 2px #e0b52b;
}
.navigation li + li:after {
  content: '';
  height: 20px;
  width: 2px;
  display: block;
  background-color: #e0b52b;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -4px;
}
.navigation li:hover .sub-menu {
  opacity: 1;
  -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
          transform: scaleY(1);
}
.navigation .sub-menu {
  opacity: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 60%;
  min-width: 220px;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
     -moz-transform-origin: top center;
          transform-origin: top center;
}
.navigation .sub-menu li {
  padding: 0 !important;
  display: block;
}
.navigation .sub-menu li a {
  padding: 20px;
  display: block;
  background-color: #e0b52b;
  color: #fff;
  font-size: 13px;
}
.navigation .sub-menu li a:hover {
  background-color: #000;
  padding-left: 15px;
  border: none;
}
.navigation .sub-menu li:after {
  display: none;
}
#header.stick .navigation .sub-menu {
  top: 100%;
}
#header.stick .navigation .menu > li {
  padding-bottom: 35px;
}
/* MENU MOBILE
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.menu_mobile {
  height: 100%;
  position: fixed;
  width: 100%;
  background-color: #e0b52b;
  color: #fff;
  z-index: 59999;
  top: 0;
  left: 0;
  padding: 90px 0 25px;
  overflow: auto;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-flow: column nowrap;
     -moz-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu_mobile.open {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
          transform: translateX(0);
}
.menu_mobile .close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.menu_mobile .close:after,
.menu_mobile .close:before {
  background-color: #fff;
}
.menu_mobile .menu-responsive li {
  font: 700 16px/1.05em 'Poppins';
}
.menu_mobile .menu-responsive li a {
  display: block;
  padding: 25px 35px;
  color: #000;
  position: relative;
  text-transform: unset;
  background-color: rgba(0,0,0,0);
}
.menu_mobile .menu-responsive li a:hover {
  color: #fff;
}
.menu_mobile .menu-responsive li.menu-item-has-children > a:after {
  content: '\f107';
  display: block;
  font-family: FontAwesome;
  font-size: 24px;
  color: #fff;
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu_mobile .menu-responsive li.menu-item-has-children.active > a:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.menu_mobile .menu-responsive li .sub-menu {
  display: none;
  width: 100%;
  background-color:rgba(224, 181, 43, 0.7);
}
.menu_mobile .menu-responsive li .sub-menu a {
  font-size: 15px;
  padding: 15px 45px;
  background-color: rgb(0 0 0 / 15%);
}
.menu_mobile .menu-responsive li .sub-menu a:hover {
  color: #fff;
}
.menu_mobile .social-links {
  height: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
/* REDES SOCIALES
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.social-links {
  display: inline-block;
  float: right;
  margin: -6px;
}
.social-links li {
  padding: 6px;
  display: inline-block;
}
.social-links li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #e0b52b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.social-links li a:hover {
  background-color: #000;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* CHAKRAS
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.chakra-line {
  position: relative;
  width: 100%;
  display: block;
}
.chakra {
  display: inline-block;
  position: absolute;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
}
.chakra .fa.fa-instagram {
  display: none;
	position: absolute;
  color: #fff;
	margin: 10px 10px 10px 11px;
  z-index: 100;
}
.chakra .fa.fa-instagram:hover {
    color: #000;
}
.chakra span,
.chakra i {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background-color: #e0b52b !important;
  color: #e0b52b !important;
  position: relative;
  z-index: 2;
}
.chakra span {
  -webkit-animation: PulseItem 1.8s ease infinite;
  -moz-animation: PulseItem 1.8s ease infinite;
  animation: PulseItem 1.8s ease infinite;
}
.chakra i {
  color: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: currentColor;
  -webkit-animation: Pulse 1.8s ease infinite;
  -moz-animation: Pulse 1.8s ease infinite;
  animation: Pulse 1.8s ease infinite;
}
a.insta-serv {
  display: none;
  width: 50%;
  width: calc(50% - 78px);
  margin-top: 22px;
  color: #e0b52b;
  font-weight: 500;
  font-size: 27px;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
   CONTACTO
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.contact-wrap {
  width: 90%;
  max-width: 680px;
  margin: 0 auto 0;
}
.field-group {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #b2b2b2;
}
.field-group:after {
  content: '';
  height: 4px;
  width: 100%;
  background-color: #e0b52b;
  position: absolute;
  z-index: 30;
  left: 0;
  bottom: -4px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform-origin: center left;
  -moz-transform-origin: center left;
  transform-origin: center left;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}
.field-group.active:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}
.field-group + .field-group,
.field-group + .field-row {
  margin-top: 24px;
}
.field-group .input,
.field-group .textarea {
  width: 100%;
  padding: 0 12px;
  height: 50px;
  border: 0;
  resize: none;
  outline: 0;
  color: #fff;
  font: 400 15px/1em 'Poppins';
  background-color: transparent;
}

.field-group .input::placeholder,
.field-group .textarea::placeholder {
  color: #e0b52b;
}
.field-group .textarea {
  min-height: 50px;
  height: auto;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0) !important;
}
.contact-wrap .field-group.field-icon {
  padding-left: 52px;
}
.field-group .icon {
    display: inline-block;
    height: 36px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}
i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 25px;
    color: #b2b2b2;
    line-height: 16px;
    vertical-align: text-top;
}
.contact-wrap .field-group.field-icon .icon {
  position: absolute;
  left: 10px;
  top: 65%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-wrap .field-group.field-icon .icon.icon-message {
  top: 6px !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.field-row {
  width: 100%;
}
.field-row + .field-group,
.field-row + .field-row {
  margin-top: 16px;
}
.field-row .field-group {
  width: calc(50% - 12px);
  float: left;
  margin: 0;
}
.field-row .field-group:last-child {
  float: right;
}
.field-row:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  clear: both;
}
#form-submit {
  margin: 30px auto;
}
.submit {
  margin-top: 40px;
  background-color: #e0b52b;
  display: block;
  font: 700 20px/1em 'Poppins';
  padding: 15px 35px;
  color: #000;
  border: 0;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
          transition: all 0.5s ease;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
}
.submit:hover {
  color: #fff;
  padding: 15px 45px;
}
.field-group span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -35px;
  left: 15px;
  font-size: 12px;
  color: #de1d17;
  font-weight: 600;
}
.field-group .your-message span.wpcf7-not-valid-tip {
  bottom: -19px;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ok {
  width: 90%;
  max-width: 680px;
  margin: 0 auto 0;
  position: relative;
  top: -14px;
  border: 0;
  background-color: #f7d300;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 15px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2);
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wpcf7 div.wpcf7-mail-sent-ok {
  background-color: #e0b52b;
}
div.wpcf7 .ajax-loader {
  position: relative;
  top: -30px;
  left: 15px;
  z-index: 10;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
   SERVICIOS
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.services-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  z-index: 100;
  padding: 0 50px;
  margin-top: -160px;
  margin-bottom: 100px;
}
.services-wrap.single .service-item:first-child .service-container {
  padding-top: 210px !important;
}
.service-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 100%;
  position: relative;
}
.service-item.has-miniature {
  margin-bottom: 150px;
}
.service-item .service-content,
.service-item .service-image {
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  float: left;
  padding: 0;
}
.service-item .service-content {
  width: 60%;
}
.service-item .service-image {
  width: 40%;
  padding: 2% 5%;
}
.service-item .service-container-wrap {
  width: 100%;
  padding-top: 10px;
}
.service-item .service-container {
  text-align: left;
  padding-top: 0px;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.service-item.no-mini-thumb {
  margin-bottom: 0;
}
.service-item:first-child .service-container {
  padding-top: 180px;
}
.service-item .service-thumbnail,
.service-item .mini-thumb {
  position: relative;
}
.service-item .service-thumbnail .base,
.service-item .mini-thumb .base {
  width: 100%;
  height: auto;
}
.service-item .service-thumbnail .thumb,
.service-item .mini-thumb .thumb {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
  width: auto;
  min-width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service-item .mini-thumb {
  position: absolute;
  z-index: 10;
  left: 50%;
  width: 80%;
  max-width: 250px;
  margin: 0 auto;
  bottom: -200px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.service-item .title-block {
  width: 100%;
  margin: 0 0 15px 0;
}
.service-item .title-block h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}
.service-item .title-block .chakra-line {
  padding: 0;
}
.service-item .title-block .chakra-line .chakra {
  left: -65px;
  top: -24px;
  width: 45px;
  height: 45px;
  display: none;
}
.service-item .service-text,
.service-item .wpb_text_column {
  color: #fff;
  font: 400 15px/1.7em 'Poppins';
  margin-bottom: 0;
}
.service-item .service-text p,
.service-item .wpb_text_column p {
  margin-top: 0;
  margin-bottom: 0;
}
.service-item .service-text p + p,
.service-item .wpb_text_column p + p {
  margin-top: 14px;
}
.service-item .readmore {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #e0b52b;
  border-radius: 20px;
}
.service-item .readmore:hover {
  color: #fff;
  padding: 10px 25px;
}
.service-item .service-container {
  padding-left: 65px;
}
.service-item.to-right .service-container {
  padding: 0 65px;
}
.service-item.to-right .service-content {
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
}
.service-item.to-right .service-image {
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
}
.service-item.to-right .chakra-line .chakra {
  right: -111px;
  left: auto;
}
.page:not(.page-template-template-home) .service-item:first-child .service-container {
  padding-top: 160px;
}
.frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.frame span {
  position: absolute;
  left: -5px;
  top: -5px;
  display: inline-block;
  width: 80%;
  height: 10px;
  background-color: #e0b52b !important;
}
.frame span.two {
  height: 50%;
  width: 10px;
}
.frame.top-right span {
  left: auto;
  right: 0;
}
.frame.bottom-left span {
  top: auto;
  bottom: 0;
}
.frame.bottom-right span {
  left: auto;
  top: auto;
  right: -5px;
  bottom: -5px;
}
.frame.bottom-right span.two {
  height: 80%;
}
.frame.bottom-right span.one {
  width: 50%;
}
.service-item .cost {
  position: absolute;
  right: 0;
  bottom: 150px;
  z-index: 10;
  background-color: #54bfe0;
  display: inline-block;
  padding: 5px 10px 5px 25px;
  text-align: right;
}
.service-item .cost span {
  color: #fff;
  font: 700 17px/1.05em 'Poppins';
  display: inline-block;
}
.service-item .cost h6 {
  margin: 0;
  color: #fff;
  font: 700 30px/1.05em 'Poppins';
}
.service-item.to-right .cost {
  right: auto;
  left: 0;
  padding-left: 25px;
  padding-right: 10px;
  text-align: left;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
   FOOTER
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.footer-wrapper {
  margin-top: 60px;
  background-color: #e0b52b;
  text-align: center;
  width: 100%;
}
.footer-wrapper .footer-menu {
  height: 68px;
  padding: 0 0 0 0;
  background-color: #b2b2b2;
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.footer-wrapper .footer-menu .logo {
  position: absolute;
  left: 60px;
  width: 100%;
  height: auto;
  max-width: 207px;
}
.footer-wrapper .menu--footer {
  font: 400 13px/1.05em 'Poppins';
  color: #fff;
  padding: 0;
  margin: 0;
}
.footer-wrapper .menu--footer li {
  display: inline-block;
}
.footer-wrapper .menu--footer li a {
  color: #fff;
  display: inline-block;
  padding: 0 25px;
}
.footer-wrapper .menu--footer li a:hover {
  color: #000;
}
.footer-wrapper .menu--footer li + li:before {
  margin-right: 10px;
  content: '|';
  display: inline-block;
  color: #000;
  font: 700 13px/1em 'Poppins';
}
.footer-wrapper .footer-content {
  text-align: center;
  color: #fff;
  padding: 0 12px;
}
.footer-wrapper .footer-content p {
  margin: 0;
}
.footer-wrapper .footer-content .location {
  padding: 20px;
  color: #000;
  font: 400 11px/1.1em 'Poppins';
}
.footer-wrapper .footer-content .line-separator {
  position: relative;
  width: 90%;
  max-width: 480px;
  height: 3px;
  margin: 0 auto;
}
.footer-wrapper .footer-content .contact-info {
  padding: 9px 0 0 0;
  color: #000;
  font: 400 13px/1em 'Poppins';
  letter-spacing: 0.03em;
}
.footer-wrapper .footer-content .contact-info.phone a {
  font: 700 22px/1em 'Poppins';
  color: #fff;
}
.footer-wrapper .footer-content .copyright {
  padding: 20px 0;
  letter-spacing: 0.03em;
  font: 400 11px/1em 'Poppins';
  color: #000;
}
.footer-wrapper .footer-content .copyright p {
  display: inline;
}
.footer-wrapper .footer-content .copyright a {
  color: #000;
}
.to-top {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 112px;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  background-color: rgba(255,255,255,0.1);
  border-left: 1px solid rgba(255,255,255,0.1);
}
.to-top:hover {
  background-color: rgba(255,255,255,0.2);
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
   BLOG
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.blog-wrapper {
  overflow: hidden;
  margin-top: 60px;
}
.blog-content .post-item {
  width: 100%;
  display: block;
}
.blog-content .post-item .thumbnail-anchor {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-content .post-item .thumbnail-anchor img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.blog-content .post-item .thumbnail-anchor img.base-image {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  transform: translate(0);
  position: static;
  width: 100%;
  min-height: 0;
  height: auto;
}
.blog-content .post-item .thumbnail-anchor .thumb-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.blog-content .post-item .thumbnail-anchor:hover .thumb-image {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}
.blog-content .post-item .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.blog-content .post-item .post-thumbnail .category {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background-color: #e0b52b;
  padding: 10px 15px;
  font: 600 14px/1.4em 'Poppins';
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-content .post-item .post-thumbnail .category a {
  display: block;
  color: #fff;
}
.blog-content .post-item .post-thumbnail .category:hover {
  background-color: #e0b52b;
}
.blog-content .post-item .post-content {
  margin-top: 15px;
  margin-bottom: 25px;
  font: 400 14px/1.4em 'Poppins';
  color: #95989a;
}
.blog-content .post-item .post-content p {
  margin: 0;
}
.blog-content .post-item .post-content p + p {
  margin-top: 15px;
}
.blog-content .post-item .post-title {
  margin: 0;
  font: 700 20px/1.2em 'Poppins';
}
.blog-content .post-item .post-title a {
  color: #e0b52b;
}
.blog-content .post-item .post-data {
  color: #e0b52b;
  font: 700 14px/1.2em 'Poppins';
  margin: 0 -10px;
}
.blog-content .post-item .post-data p {
  padding: 10px;
  margin: 0;
  display: inline-block;
}
.blog-content .post-item .post-data i {
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
  color: #e0b52b;
}
.blog-content .post-item .post-data a {
  color: #e0b52b;
}
.blog-content .post-item .viewmore {
  font-weight: 600;
  font-size: 16px;
  color: #807e81;
}
.blog-content .post-item .viewmore i {
  display: inline-block;
  margin-right: 5px;
}
.blog-content .post-item .viewmore:hover {
  color: #e0b52b;
}
.blog-content .post-item + .post-item {
  margin-top: 70px;
}
.blog-page-title {
  font: 600 28px/1em 'Poppins';
  color: #807e81;
  margin: 0 0 30px;
}
.pagination {
  display: block;
  margin-top: 30px;
}
.pagination .page-numbers {
  display: inline-block;
  width: 32px;
  height: 32px;
  font: 600 16px/1em 'Poppins';
  color: #fff;
  background: #e0b52b;
  text-align: center;
  line-height: 32px;
}
.pagination span.page-numbers,
.pagination .page-numbers:hover {
  background: #e0b52b;
}
.pagination .page-numbers + .page-numbers {
  margin-left: 5px;
}
/* CONTENIDO POST
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.blog-wrapper.single-wrapper .post-item .post-title {
  font-size: 28px;
}
.blog-wrapper.single-wrapper .post-item .post-content h1,
.blog-wrapper.single-wrapper .post-item .post-content h2,
.blog-wrapper.single-wrapper .post-item .post-content h3,
.blog-wrapper.single-wrapper .post-item .post-content h4,
.blog-wrapper.single-wrapper .post-item .post-content h5,
.blog-wrapper.single-wrapper .post-item .post-content h6 {
  font-weight: 600;
  margin: 15px 0;
  color: #595959;
}
.blog-wrapper.single-wrapper .post-item .post-content .text-center {
  text-align: center !important;
}
.blog-wrapper.single-wrapper .post-item .post-content .text-left {
  text-align: left !important;
}
.blog-wrapper.single-wrapper .post-item .post-content .text-right {
  text-align: center !important;
}
.blog-wrapper.single-wrapper .post-item .post-content img.aligncenter {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.blog-wrapper.single-wrapper .post-item .post-content p {
  margin: 12px 0;
}
.blog-wrapper.single-wrapper .post-item .post-content ul {
  margin: 12px 0;
  padding-left: 60px;
  list-style-type: disc;
}
.blog-wrapper.single-wrapper .tags {
  font-size: 18px;
}
.blog-wrapper.single-wrapper .tags a {
  font-size: 14px;
  margin-left: 5px;
  display: inline-block;
  background: #95989a;
  color: #fff;
  padding: 5px 12px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.blog-wrapper.single-wrapper .tags a:hover {
  background-color: #e0b52b;
}
/* COMENTARIOS
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.comments-area {
  margin-top: 60px;
}
.comments-area input[type="url"],
.comments-area input[type="email"],
.comments-area input[type="text"],
.comments-area textarea {
  height: 42px;
  width: 100%;
  display: block;
  border: 1px solid #d9d9d9;
  padding: 0 15px;
  outline: 0;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.comments-area input[type="url"]:focus,
.comments-area input[type="email"]:focus,
.comments-area input[type="text"]:focus,
.comments-area textarea:focus {
  border-color: #e0b52b;
}
.comments-area textarea {
  padding: 15px;
  height: 160px;
}
.comments-area label,
.comments-area .comment-form-comment label {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 14px;
  display: block;
}
.comments-area .form-submit {
  position: relative;
}
.comments-area .form-submit .submit {
  margin-top: 10px;
  background-color: #e0b52b;
  width: 100%;
  display: block;
  height: 50px;
  color: #000;
  border: 0;
  font: 700 18px/1em 'Poppins';
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.comments-area .form-submit .submit:hover {
  color: #fff;
}
.comments-area p.error-validate {
  margin-left: 8px;
  display: inline-block;
  color: #da3f3f;
}
.comments-area .comment-notes {
  font-size: 13px;
  margin: 5px 0;
  color: #95989a;
}
.comment-reply-title,
.comments-title {
  font-size: 24px;
  color: #333;
  font-weight: 400;
  margin: 0;
  line-height: 1.1em;
  text-transform: uppercase;
}
.comment-reply-title a,
.comments-title a {
  color: #e0b52b;
}
.comment-reply-title small,
.comments-title small {
  font-size: 14px;
  font-weight: 600;
}
.comment-list {
  padding: 0;
  margin: 25px 0;
  list-style-type: none;
}
.comment-list .comment-body {
  padding: 10px;
  border: 1px solid #d9d9d9;
  position: relative;
  margin-bottom: 8px;
}
.comment-list .comment-author {
  font-size: 14px;
  margin-bottom: 5px;
}
.comment-list .comment-author img {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 10px;
}
.comment-list .comment-author .url {
  color: color_main;
}
.comment-list .comment-metadata {
  display: inline-block;
  font-size: 13px;
}
.comment-list .comment-metadata a {
  color: #e0b52b;
}
.comment-list .comment-awaiting-moderation {
  clear: both;
  font-size: 13px;
  font-style: italic;
  padding-top: 4px color #999;
}
.comment-list .comment-content {
  font-size: 13px;
  line-height: 1.1em;
  padding-top: 4px;
}
.comment-list .comment-content p {
  margin: 0;
}
.comment-list .comment-content p + p {
  margin-top: 10px;
}
.comment-list .reply {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 600;
  font-size: 13px;
}
.comment-list .reply a {
  color: #e0b52b;
}
.comment-list .reply a:before {
  content: '\f112';
  font-family: FontAwesome;
  font-size: 16px;
  display: inline-block;
  margin-right: 6px;
}
.comment-list ol.children {
  list-style-type: none;
}
.logged-in-as a {
  font-size: 13px;
  color: #e0b52b;
  font-weight: 600;
}
.banner-block {
  width: 100%;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  margin-bottom: 90px !important;
  padding: 65px 0 80px;
}
.banner-block .title-block {
  margin-top: 0;
  margin-bottom: 0;
}
.last-posts {
  display: block;
}
.last-posts .post-item {
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-box-shadow: inset 0 0 0 2px #f7d300;
  -moz-box-shadow: inset 0 0 0 2px #f7d300;
  box-shadow: inset 0 0 0 2px #f7d300;
}
.last-posts .column:nth-child(4) {
  display: none;
}
.last-posts .thumb {
  width: 100%;
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
}
.last-posts .thumb:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.last-posts .thumb:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.last-posts .thumb img {
  width: 100%;
  min-height: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.last-posts .thumb img.base-image {
  width: 100%;
  height: auto;
  position: static;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
.last-posts .thumb .image-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.last-posts .thumb:hover .image-thumb {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}
.last-posts .thumb:hover .link-icon {
  opacity: 0.8;
}
.last-posts .thumb .link-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -21px;
  margin-left: -21px;
  display: inline-block;
  opacity: 0;
  background-color: #54bfe0;
  color: #fff;
  width: 42px;
  height: 42px;
  z-index: 30;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0.2s;
  -moz-transition: all 0.3s ease-out 0.2s;
  transition: all 0.3s ease-out 0.2s;
}
.last-posts .post-content {
  padding: 20px 20px 40px 20px;
}
.last-posts .post-content p {
  margin: 0;
}
.last-posts .post-date {
  margin: 0;
  color: #e0b52b;
  font: 700 13px/1em 'Poppins';
  margin-bottom: 20px;
}
.last-posts .post-title {
  color: #e0b52b;
  text-transform: uppercase;
  margin-bottom: 5px;
  font: 700 14px/1.2em 'Poppins';
}
.last-posts .post-description {
  color: #95989a;
  font: 400 12px/1.25em 'Poppins';
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.readmore {
  font: 700 11px/1.2em 'Poppins';
}
.readmore i {
  display: inline-block;
  margin-right: 3px;
  font-size: 12px;
}
.post-item .readmore {
  bottom: 20px;
  position: absolute;
}
.title-block {
  position: relative;
  max-width: 620px;
  margin: 40px auto 80px;
}
.title-block h3 {
  position: relative;
  z-index: 2;
  font-size: 28px;
  margin-bottom: 10px;
}
.titulo-bienvenidos h3 {
  position: relative;
  z-index: 2;
  font-size: 50px;
}
.title-block h2 {
  padding-top: 1px;
}
.hanshand-sub {
  font-size: 20px;
  margin: 15px 0;
}
.titulo-bienvenidos h2 {
	margin-top: 5px;
  width: auto;
  background-color: rgba(224, 181, 43, 0.7);
  padding: 5px 20px;
}
.titulo-bienvenidos h2.hanshand-sub {
    width: auto !important;
    max-width: max-content;
}
.titulo-bienvenidos .title-block .description {
  padding-top: 15px;
  letter-spacing: 0;
  font-weight: 400;
  color: #95989a;
}

.title-block .description {
  padding-top: 15px;
  letter-spacing: 0;
  font-weight: 400;
  font: 100 16px/1.3em 'Poppins';
  color: #95989a;
}
.title-block .description p {
  margin: 0;
}
.title-block .chakra-line {
  width: 100%;
  padding: 11px 15px;
  position: relative;
  display: -webkit-flex;
     display: -moz-flex;
          display: flex;
  -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-align-items: center;
          align-items: center;
}
.title-block .chakra-line .line-item {
  width: 40%;
  width: calc(50% - 30px);
  height: 2px;
  background-color: #e0b52b !important;
  display: inline-block;
}
.title-block .chakra-line .chakra {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.title-block .reverse {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: column-reverse nowrap;
  -moz-flex-flow: column-reverse nowrap;
  flex-flow: column-reverse nowrap;
  margin-bottom: 20px;
}
.services-block .title-block {
  margin-bottom: 50px;
  max-width: none;
}
.service-item .title-block {
  max-width: none !important;
}
.title-block.text-left {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: none;
}
.title-block.text-left .description {
  padding: 0;
}
.title-block.text-left .chakra-line {
  padding: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.title-block.text-left .chakra-line .chakra {
  left: auto;
  width: 25px;
  height: 25px;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.title-block.text-left .description-content {
  margin-top: 20px;
  width: auto;
  background-color: rgba(224, 181, 43, 0.7);
  max-width: max-content;
  padding: 2px 20px;
}
.main-banner {
  display: block;
  width: 100%;
  height: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.main-banner .banner-image {
  z-index: 1;
  width: 100%;
  min-height: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-banner .container {
  height: 100%;
}
.main-banner.banner-module .banner-content,
.main-banner.banner-module .title-block {
  height: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.main-banner.banner-module h3,
.main-banner.banner-module h1 {
  font-size: 95px;
  color: #e0b52b;
}
.titulo-bienvenidos .hanshand {
	color: #fff !important;
  background-color: rgba(224, 181, 43, 0.7);
  padding: 15px 20px;
}
.main-banner.banner-module h2 {
  font-size: 30px;
}
.main-banner.banner-module .description {
  position: relative;
  width: auto;
  width: calc(50% - 78px);
  margin-top: 22px;
  font-weight: 300;
  font-size: 25px;
}
.main-banner.banner-module .description p {
  margin-top: 0;
}
.main-banner.banner-module .title-block {
  margin: 0;
}
.page-template-template-home .main-banner {
  height: 768px;
}
.service-icons {
  display: block;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  top: -40px;
}
.service-icons .service-list {
  padding-top: 0;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.service-icons .service-list li {
  display: inline-grid;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 8px;
  width: 25%;
  max-width: 260px;
}
.service-icons .service-list li img {
  margin: 0 auto;
}
.service-icons .service-list li a {
  margin-top: 20px;
  display: inline-block;
  font: 700 14px/1.4em 'Poppins';
  text-align: center;
  padding: 12px;
  background-color: #e0b52b;
  border-radius: 25px;
}
.service-icons .service-list li a i {
  left: 10px;
  top: 2px;
  position: absolute;
  display: none;
  margin-right: 6px;
}
.service-icons .service-list li a:hover {
 background-color: #fff;
}
.service-item .service-icons {
  display: block;
  top: 0;
  margin-bottom: 0;
}
.service-item .service-icons .service-list {
  padding-top: 30px;
  margin: -8px;
  display: block;
}
.service-item .service-icons .service-list li {
  width: 50% !important;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  max-width: none;
}
.services-block .service-icons {
  padding-bottom: 70px;
}
.main-banner.page-banner {
  padding-top: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.main-banner.page-banner .title-block {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 10;
}
.main-banner.page-banner h3 {
  font-size: 56px;
}
.main-banner.page-banner h2 {
  font-size: 64px;
}
.service-testimonies {
  margin-top: 40px;
  max-width: 100%;
  width: 100%;
}
.testimonies-list li {
  border: 0;
  outline: 0;
}
.testimonies-list li .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.service-item .testimony-thumb .thumb {
  width: 100px;
  position: relative;
  display: inline-block;
}
.service-item .testimony-thumb .thumb:after {
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  border: 5px solid rgba(224, 181, 43, 0.7);
}
.service-item .testimony-info {
  padding-left: 15px;
}
.service-item .testimony-info .date {
  display: block;
  color: #e0b52b;
  font: 600 15px/1.05em 'Poppins';
  margin-bottom: 5px;
}
.service-item .testimony-info h3 {
  color: #e0b52b;
  font: 700 30px/1.05em 'Poppins';
  margin-bottom: 2px;
}
.service-item .testimony-info .occupation {
  color: #95989a;
  font: 700 16px/1.05em 'Poppins';
  margin-bottom: 12px;
  display: block;
}
.service-item .testimony-info .testimony-text {
  color: #e0b52b;
  font: 400 12px/1.29em 'Poppins';
}
.service-item .testimonies-control {
  margin: -8px;
  margin-top: 4px;
  padding-left: 114px;
}
.service-item .testimonies-control a {
  cursor: pointer;
  margin: 8px;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 24px;
  background-color: #cccec9;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  text-align: center;
}
.service-item .testimonies-control a:hover {
  background-color: #e0b52b;
}
.faq-accordion {
  display: block;
  margin: 80px 0;
}
.faq-accordion .faq-title {
  cursor: pointer;
  padding: 12px 20px;
  padding-right: 35px;
  font: 400 18px/1.3em 'Poppins';
  position: relative;
  background-color: rgba(224, 181, 43, 1);
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-accordion .faq-title:hover {
  background-color: rgba(224, 181, 43, 0.8);
}
.faq-accordion .faq-title i {
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 24px;
  margin-top: -12px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-accordion .faq-title.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-accordion .faq-item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
}
.faq-accordion .faq-item + .faq-item {
  margin-top: 20px;
}
.faq-accordion .faq-content {
  display: none;
  font: 400 14px/1.27em 'Poppins';
  padding: 20px;
  color: #fff;
}
.faq-accordion .faq-item:first-child .faq-title i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-accordion .faq-item:first-child .faq-title.active i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq-accordion .faq-item:first-child .faq-content {
  display: block;
}
.sidebar {
  width: 100%;
  position: relative;
}
.blog-widget .widget-title {
  font: 600 19px/1em 'Poppins';
  display: block;
  margin: 0 0 15px;
}
.blog-widget ul {
  display: block;
  font-size: 15px;
}
.blog-widget ul li a,
.blog-widget ul li a:visited,
.blog-widget ul li a:active,
.blog-widget ul li a:link {
  display: block;
  color: #807e81;
}
.blog-widget ul li a:hover {
  color: #e0b52b;
}
.blog-widget ul li + li {
  margin-top: 15px;
}
.blog-widget.widget_search .screen-reader-text {
  display: none;
}
.blog-widget.widget_search .search-form {
  position: relative;
}
.blog-widget.widget_search input[type="submit"] {
  display: inline-block;
  height: 36px;
  background-color: #e0b52b;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  outline: 0;
  padding: 0 15px;
  margin: 0;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-widget.widget_search input[type="submit"]:hover {
  background-color: #e0b52b;
}
.blog-widget.widget_search label input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 36px;
  font-size: 16px;
  padding: 0 12px;
  padding-right: 85px;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.blog-widget.widget_search label input:focus {
  outline: 0;
  border-color: #e0b52b;
}
.blog-widget.widget_categories label {
  display: none;
}
.blog-widget.widget_categories select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  display: block;
  height: 36px;
  font-size: 16px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-widget.widget_categories select:focus {
  outline: 0;
  border-color: #e0b52b;
}
.blog-widget + .blog-widget {
  margin-top: 40px;
}
.blog-widget.widget_media_image img {
  width: 100%;
  height: auto;
}
.blog-widget .tagcloud {
  margin: -2px;
}
.blog-widget .tagcloud .tag-cloud-link {
  margin: 2px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 8px 10px;
  background-color: #e0b52b;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.blog-widget .tagcloud .tag-cloud-link:hover {
  background-color: #e0b52b;
}
.blog-widget.widget_calendar .calendar_wrap table {
  width: 100%;
  font-size: 13px;
}
.blog-widget.widget_calendar .calendar_wrap table caption {
  background-color: rgba(0,0,0,0.1);
  font-size: 14px;
  font-weight: 700;
  padding: 8px 0;
  margin-bottom: 8px;
}
.blog-widget.widget_calendar .calendar_wrap table thead tr th {
  font-weight: 600;
  padding: 5px;
}
.blog-widget.widget_calendar .calendar_wrap table tbody tr td {
  text-align: center;
  color: #807e81;
  padding: 2px 0;
}
.blog-widget.widget_calendar .calendar_wrap table tbody tr td a {
  display: inline-block;
  padding: 2px;
  color: #fff;
  font-weight: 700;
  background-color: #e0b52b;
}
.blog-widget.widget_calendar .calendar_wrap table tfoot td {
  padding-top: 10px;
}
@media (min-width: 1366px) {
  .services-wrap.single .service-item:first-child .service-container {
  padding-top: 125px !important;
 }
}
@media (min-width: 1200px) {
  .menu_responsive {
    -webkit-transform: translateX(-100%) !important;
    -moz-transform: translateX(-100%) !important;
    transform: translateX(-100%) !important;
  }
}
@media (max-width: 1199px) {
  .header-wrapper .flex {
    padding-right: 90px;
  }
  .header-wrapper .burger {
    display: inline-block;
  }
  .header-wrapper .navigation {
    display: none;
  }
}
@media (max-width: 1100px) {
  .page-template-template-home .main-banner {
    height: 620px;
  }
  .main-banner.page-banner {
    height: 360px;
  }
  .title-block h2 {
    font-size: 52px;
  }
  .title-block .description {
    font-size: 20px;
  }
  .services-wrap {
    margin-top: -90px;
  }
  .service-item:first-child .service-container {
    padding-top: 90px;
  }
  .page .page-wrapper .service-item:first-child .service-container {
    padding-top: 90px;
  }
  .services-wrap {
    padding: 0 15px;
  }
  .service-item.has-miniature {
    margin-bottom: 120px;
  }
  .service-item.to-right .service-container {
    padding-right: 35px;
  }
  .service-item .service-container {
    padding-left: 35px;
  }
  .service-item .mini-thumb {
    bottom: -150px;
    max-width: 180px;
  }
  .service-item .readmore {
    margin-top: 40px;
  }
  .service-item .testimony-info h3 {
    font-size: 20px;
  }
  .service-item .testimony-info .date,
  .service-item .testimony-info .occupation {
    font-size: 14px;
  }
  .service-item .testimony-thumb .thumb {
    width: 80px;
  }
  .service-item .testimony-thumb .thumb:after {
    border-width: 3px;
  }
  .service-item .title-block .chakra-line .chakra {
    width: 40px;
    height: 40px;
    top: -21px;
    left: -34px;
  }
  .service-item.to-right .title-block .chakra-line .chakra {
    right: -73px;
    left: auto;
  }
  .service-item .cost h6 {
    font-size: 24px;
  }
  .service-item .cost span {
    font-size: 16px;
  }
  .service-icons .service-list li img {
    max-width: 50px;
    max-height: 50px;
  }
  .service-icons .service-list li a {
    font-size: 13px;
  }
  .frame span {
    height: 8px;
  }
  .frame span.two {
    width: 8px;
  }
  .grid {
    padding: 0 15px;
  }
  .grid .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .grid .column {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .page-template-template-home .main-banner.banner-module .title-block {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
  }
  .page-template-template-home .main-banner.banner-module .title-block .title-items,
  .page-template-template-home .main-banner.banner-module .title-block .description {
    width: 100%;
  }
  .page-template-template-home .main-banner.banner-module .title-block .chakra-line .chakra {
    left: 50%;
    right: auto;
    margin-left: -22px;
  }
  .page-template-template-home .main-banner.banner-module .title-block .line-separator {
    background-color: transparent !important;
  }
  .page-template-template-home .main-banner.banner-module .title-block .line-separator:after,
  .page-template-template-home .main-banner.banner-module .title-block .line-separator:before {
    content: '';
    display: block;
    width: calc(50% - 60px);
    height: 3px;
    background-color: currentColor;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-template-template-home .main-banner.banner-module .title-block .line-separator:after {
    left: auto;
    right: 0;
  }
  .services-wrap {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .services-wrap.single .service-item:first-child .service-container {
    padding-top: 30px !important;
  }
  .service-item {
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .service-item.to-right {
    -webkit-flex-flow: column-reverse nowrap;
    -moz-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }
  .service-item .service-image {
    width: 100%;
  }
  .service-item .service-content {
    width: 100%;
    padding: 0;
  }
  .service-item .service-content .service-container {
    padding: 30px 0 50px !important;
  }
  .service-item .title-block {
    text-align: center;
    max-width: 620px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .service-item .title-block h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .service-item .title-block h2:after {
    content: '';
    display: inline-block;
    background-color: #000;
    z-index: 4;
    height: 10px;
    width: 120px;
    margin-left: -60px;
    position: absolute;
    left: 50%;
    bottom: -6px;
  }
  .service-item .title-block .chakra-line .chakra {
    right: auto !important;
    left: 50% !important;
    z-index: 6;
  }
  .service-item .service-container-wrap {
    padding: 10px 35px 40px;
    text-align: center;
  }
  .service-item .mini-thumb {
    display: none;
  }
  .service-item.has-miniature {
    margin-bottom: 25px;
  }
  .service-icons .service-list li {
    width: 100%;
    margin-top: 30px;
    -webkit-justify-content: center;
       -moz-justify-content: center;
            justify-content: center;
  }
  .footer-wrapper .menu--footer li a {
    padding: 0 15px;
  }
  .footer-wrapper .footer-content .contact-info {
    font: 400 12px/1em 'Poppins';
  }
}
@media (max-width: 940px) {
  .grid .row {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .grid.three-columns .column {
    width: 50%;
    -webkit-flex: none;
    -moz-flex: none;
    flex: none;
  }
  .grid .column:nth-child(4) {
    display: block;
  }
  .chakra .fa.fa-instagram {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  html.markup {
    margin-top: 0 !important;
  }
  #wpadminbar {
    display: none !important;
  }
  .header-wrapper {
    top: 0 !important;
  }
}
@media (max-width: 767px) {
  .main-banner.banner-module h3,
  .main-banner.banner-module h1 {
    font-size: 70px;
  }
  .main-banner.banner-module h2 {
    font-size: 32px;
	width: 100%;
  }
  .main-banner.banner-module .description {
    margin-top: 30px;
    font-size: 18px;
  }
  .main-banner.banner-module .description .description-content {
    margin-top: 30px;
  }
  .title-block.text-left .description-content {
    max-width: none;
  }
  .titulo-bienvenidos h2.hanshand-sub {
    max-width: none;
  }
  .titulo-bienvenidos .description-content {
    width: 100%;
  }
  .main-banner.page-banner h3 {
    font-size: 42px;
  }
  .main-banner.page-banner h2 {
    font-size: 40px;
  }
  .grid.three-columns .column {
    width: 100%;
    -webkit-flex: none;
    -moz-flex: none;
    flex: none;
  }
  .grid .column:nth-child(4) {
    display: none;
  }
  .blog-wrapper .sidebar {
    margin-top: 40px;
    border-top: 3px double #d9d9d9;
    padding-top: 40px;
  }
  .footer-wrapper .footer-menu .logo {
    display: none;
  }
  .service-icons .service-list {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .imagenes-servicios img {
    padding-left: 17%;
    padding-right: 17%;
  }
}
@media (max-width: 600px) {
  .title-block {
    margin-bottom: 40px;
  }
  .title-block .description {
    font-size: 16px;
  }
  .contact-wrap .field-row .field-group {
    width: 100%;
  }
  .contact-wrap .field-row .field-group + .field-group {
    margin-top: 24px;
  }
}
@media (max-width: 520px) {
  .title-block h3 {
    font-size: 22px;
  }
  .title-block h2 {
    font-size: 28px;
  }
  a.insta-serv {
    width: calc(50% - 78px);
    font-size: 22px;
  }
  .chakra .fa.fa-instagram {
    font-size: 22px;
  }
  .service-item .mini-thumb {
    max-width: 130px;
  }
  .services-wrap,
  .banner-block,
  .grid {
    margin-bottom: 60px !important;
  }
  .banner-block .title-block h2 {
    font-size: 28px;
  }
  .page-template-template-home .main-banner {
    height: 500px;
  }
  .main-banner .banner-image {
    width: auto;
    max-width: none;
    height: 100%;
    min-width: 100%;
  }
  .main-banner.banner-module h3,
  .main-banner.banner-module h1 {
    font-size: 50px;
  }
  .main-banner.banner-module h2 {
    font-size: 24px;
  }
  .main-banner.banner-module .description {
    font-size: 16px;
  }
  .page-template-template-home .main-banner.banner-module .title-block .chakra-line .chakra {
    margin-left: -22px;
    top: 10px;
  }
  .page-template-template-home .main-banner.banner-module .title-block .chakra-line .chakra span,
  .page-template-template-home .main-banner.banner-module .title-block .chakra-line .chakra i {
    width: 25px;
    height: 25px;
  }
  .page-template-template-home .main-banner.banner-module .title-block .line-separator:after,
  .page-template-template-home .main-banner.banner-module .title-block .line-separator:before {
    width: calc(50% - 20px);
  }
  .service-item .title-block h2:after {
    width: 80px;
    margin-left: -40px;
  }
  .title-block .chakra-line .line-item {
    width: calc(50% - 20px);
  }
  .submit {
    font: 700 15px/1em 'Poppins';
  }
  .to-top {
    width: 60px;
  }
  .footer-wrapper .footer-menu {
    padding-right: 60px;
    -webkit-justify-content: center;
       -moz-justify-content: center;
            justify-content: center;
  }
}
@media (max-width: 420px) {
  .faq-accordion .faq-title {
    font: 400 15px/1.3em 'Poppins';
  }
  .main-banner.banner-module h3,
  .main-banner.banner-module h1 {
    font-size: 35px;
  }
  .main-banner.banner-module h2 {
    font-size: 20px;
  }
  .header-wrapper .flex {
    padding-right: 68px;
  }
  .header-wrapper .social-links {
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .frame span {
    height: 6px;
  }
  .frame span.two {
    width: 6px;
  }
  .service-item .title-block h2 {
    margin-bottom: 35px;
  }
  .service-item .title-block h3 {
    font-size: 22px;
  }
  .service-item .service-icons .service-list li,
  .service-list li {
    width: 100% !important;
    width: 50%;
  }
  .service-icons {
    top: -10px;
  }
  .contact-wrap .field-group.field-icon {
    padding-left: 35px;
  }
  .field-group .icon {
	height: 36px;
	width: 25px;
  }
  i.icon {
	font-size: 20px;
  }
  .contact-wrap .field-group .input,
  .contact-wrap .field-group .textarea {
    font-size: 14px;
    font-weight: 600;
  }
  .footer-wrapper .menu--footer {
    font: 400 12px/1.05em 'Poppins';
  }
  .footer-wrapper .footer-content .location {
    padding: 15px;
    font: 400 9px/1.1em 'Poppins';
  }
  .footer-wrapper .footer-content .copyright {
    font: 400 9px/1em 'Poppins';
  }
}
