/*

Template: REINTIVE | Agency Business Responsive Bootstrap 4 Landing Page Template
Author: bulltheme.com
Version: 1.0
Design and Developed by: bulltheme.com

*/

/*====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 - General
    2.0 - PreLoader
    3.0 - Header
    4.0 - Off Canvas
    5.0 - Home
    6.0 - Services
    7.0 - Partner Slider
    8.0 - What comes with this Template?
    9.0 - Video Presentation
   10.0 - Counter
   11.0 - Affordable Price
   12.0 - Our Portfolio
   13.0 - Frequently Asked
   14.0 - What Our Customer Said
   15.0 - Our Awesome Team
   16.0 - WE ARE HIRING CREATIVE PEOPLE
   17.0 - Our Latest News
   18.0 - Google Map
   19.0 - Have any project? Send a message
   20.0 - Get in touch today
   21.0 - Footer
   22.0 - Owl slider customization
   23.0 - Typed Cursor Animation
   24.0 - RESPONSIVE 
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================*/

/* =============================================
    1.0 - General
============================================= */

body {
  font-family: 'TT Rounds Neue Trial Condensed Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  color: #575759;
  line-height: 1.2;
  overflow: hidden;

}


p {
  font-size: 18px;
}

:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

a,
.btn {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

p:last-child {
  margin-bottom: 0;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #aec438;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #aec438;
}

::-webkit-selection {
  color: #fff;
  text-shadow: none;
  background: #aec438;
}

.banner-section {
  width: 100%;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* margin-top: 110px; */
}

.ourteam-section {
  width: 60%;
  height: 80%;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  min-height: 420px;
  max-height: 300px;
}


.home-banner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  /* min-height: 420px;
  max-height: 300px; */
  height: 70vh;
}


.section {
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  background-size: cover;
  background-position: center center;

}

.pattern-1 {
  background: url(http://via.placeholder.com/600x400) repeat left top scroll #fff;
  background-attachment: fixed;
}

.pattern-2 {
  /* background: url(http://via.placeholder.com/600x400) repeat left top scroll #fff; */
  background: url("../images/rostros.png") repeat left top scroll #fff;
  background-attachment: fixed;
}

.back-to-top {
  z-index: 500;
  width: 30px;
  font-size: 15px;
  height: 60px;
  line-height: 60px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  text-decoration: none !important;
  display: none;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 16px;
  color: #fff !important;
  background-color: #3c3c3c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.back-to-top:before {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  position: absolute;
  bottom: -9px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  border-radius: 50%;
}

/* =============================================
    2.0 - PreLoader
============================================= */

.pre-loader-logo {
  letter-spacing: 1.5px;
  font-size: 1.25rem;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.loader {
  position: relative;
  display: flex;
  gap: 0.3em;
}

.loader::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 2em;
  filter: blur(45px);
  background-color: #e299ff;
  background-image: radial-gradient(at 52% 57%,
      hsla(11, 83%, 72%, 1) 0px,
      transparent 50%),
    radial-gradient(at 37% 57%, hsla(175, 78%, 66%, 1) 0px, transparent 50%);
}

.loader__circle {
  initial-letter: 0.6em;
  width: var(size__loader);
  height: var(size__loader);
  border-radius: 50%;
  animation: loader__circle__jumping 2s infinite;
  background-color: #b499ff;
}

.loader__circle:nth-child(2n) {
  animation-delay: 300ms;
  background-color: #e499ff;
}

.loader__circle:nth-child(3n) {
  animation-delay: 600ms;
}

@keyframes loader-circle__jumping {

  0%,
  100% {
    transform: translateY(0px);
  }

  25% {
    transform: translateY(-15px) scale(0.5);
  }

  50% {
    transform: translateY(0px);
  }

  75% {
    transform: translateY(5px) scale(0.9);
  }
}

.pre-loader {
  background: #0d7a34;
  background: -webkit-linear-gradient(to left, #0d7a34, #0d7a34);
  background: linear-gradient(to left, #0d7a34, #0d7a34);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
}

.img-rounded {
  border-radius: 10px;
}

.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 0;
}

.cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  display: inline-block;
}

.cube-folding span::before {
  content: "";
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -moz-animation: folding 2.5s infinite linear both;
  -webkit-animation: folding 2.5s infinite linear both;
  animation: folding 2.5s infinite linear both;
}

.cube-folding .leaf2 {
  -moz-transform: rotateZ(90deg) scale(1.1);
  -ms-transform: rotateZ(90deg) scale(1.1);
  -webkit-transform: rotateZ(90deg) scale(1.1);
  transform: rotateZ(90deg) scale(1.1);
}

.cube-folding .leaf2::before {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: #f2f2f2;
}

.cube-folding .leaf3 {
  -moz-transform: rotateZ(270deg) scale(1.1);
  -ms-transform: rotateZ(270deg) scale(1.1);
  -webkit-transform: rotateZ(270deg) scale(1.1);
  transform: rotateZ(270deg) scale(1.1);
}

.cube-folding .leaf3::before {
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  background-color: #f2f2f2;
}

.cube-folding .leaf4 {
  -moz-transform: rotateZ(180deg) scale(1.1);
  -ms-transform: rotateZ(180deg) scale(1.1);
  -webkit-transform: rotateZ(180deg) scale(1.1);
  transform: rotateZ(180deg) scale(1.1);
}

.cube-folding .leaf4::before {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: #e6e6e6;
}

@-moz-keyframes folding {

  0%,
  10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes folding {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes folding {

  0%,
  10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.cube-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
}

.cube-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
  -moz-animation: shadow 0.5s ease infinite alternate;
  -webkit-animation: shadow 0.5s ease infinite alternate;
  animation: shadow 0.5s ease infinite alternate;
}

.cube-wrapper .loading {
  font-size: 10px;
  letter-spacing: 0.1em;
  display: block;
  color: white;
  position: relative;
  top: 25px;
  z-index: 2;
  -moz-animation: text 0.5s ease infinite alternate;
  -webkit-animation: text 0.5s ease infinite alternate;
  animation: text 0.5s ease infinite alternate;
}

@-moz-keyframes text {
  100% {
    top: 35px;
  }
}

@-webkit-keyframes text {
  100% {
    top: 35px;
  }
}

@keyframes text {
  100% {
    top: 35px;
  }
}

@-moz-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}

@-webkit-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}

@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}



/* =============================================
    3.0 - Header
============================================= */

.header {
  background-color: #1e7d3e !important;
  position: sticky;
  z-index: 555;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header.header-sticky {
  background-color: #0d7a34;
  -moz-box-shadow: -3px 13px 24px -1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: -3px 13px 24px -1px rgba(0, 0, 0, 0.09);
  box-shadow: -3px 13px 24px -1px rgba(0, 0, 0, 0.09);
}

.navbar-custom {
  min-height: 80px;
}



.navbar-custom .navbar-nav .nav-link {
  position: relative;
  display: block;
  text-align: left;
  font-size: 18px;
  min-height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-weight: 600;
  color: #fff;
}

.navbar-custom .navbar-nav .show>.nav-link,
.navbar-custom .navbar-nav .active>.nav-link,
.navbar-custom .navbar-nav .nav-link.show,
.navbar-custom .navbar-nav .nav-link.active,
.navbar-custom .navbar-nav .nav-link:hover,
.navbar-custom .navbar-nav .nav-link:focus {
  color: #aec438;
}

.header-social {
  background-color: #0d7a34;
  color: #fff;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 95px 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.header-social.is-visible {
  opacity: 1;
  visibility: visible;
}

.header-social.is-visible .header-social-inner li:nth-child(1) {
  transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
}

.header-social.is-visible .header-social-inner li:nth-child(2) {
  transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  -webkit-transition-delay: 350ms;
}

.header-social.is-visible .header-social-inner li:nth-child(3) {
  transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
}

.header-social.is-visible .header-social-inner li:nth-child(4) {
  transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  -ms-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  -webkit-transition-delay: 450ms;
}

.header-social.is-visible .header-social-inner li:nth-child(5) {
  transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
}

.header-social.is-visible .header-social-inner li:nth-child(6) {
  transition-delay: 550ms;
  -moz-transition-delay: 550ms;
  -ms-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  -webkit-transition-delay: 550ms;
}

.header-social.is-visible .header-social-inner li:nth-child(7) {
  transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
}

.header-social.is-visible .header-social-inner li:nth-child(8) {
  transition-delay: 650ms;
  -moz-transition-delay: 650ms;
  -ms-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  -webkit-transition-delay: 650ms;
}

.header-social.is-visible .header-social-inner li:nth-child(9) {
  transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
}

.header-social.is-visible .header-social-inner li:nth-child(10) {
  transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  -ms-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  -webkit-transition-delay: 750ms;
}

.header-social-inner li a {
  margin-right: 10px;
  color: #fff;
}

.header-social-inner li a:hover {
  color: #aec438;
}

.header-follow-close {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  font-size: 30px;
}

.header-follow-close:hover {
  background-color: #aec438;
  color: #fff;
}

.mobile-menu a {
  float: left;
  height: 80px;
  width: 80px;
  color: #fff;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding: 5px;
}

.navbar-toggler {
  position: relative;
  z-index: 2;
  display: block;
  border-radius: 0;
}

.navbar-toggler span.bar1,
.navbar-toggler span.bar2,
.navbar-toggler span.bar3 {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transition: opacity 0.3s ease, background 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, background 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease,
    -webkit-transform 0.3s ease;
}

.navbar-toggler span.bar1 {
  top: 33px;
}

.navbar-toggler span.bar2 {
  top: 39px;
}

.navbar-toggler span.bar3 {
  top: 45px;
}

/* =============================================
    4.0 - Off Canvas
============================================= */

.fr-offcanvas--is-ready {
  visibility: visible;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 9999;
  overflow: auto;
  padding: 95px 30px 30px;
  width: 100%;
  max-width: 460px;
  height: 100%;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  will-change: translateX;
  -webkit-transition: visibility 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.14, 0.52, 0.255, 0.945);
  transition: visibility 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.14, 0.52, 0.255, 0.945);
  transition: transform 0.4s cubic-bezier(0.14, 0.52, 0.255, 0.945),
    visibility 0.4s;
  transition: transform 0.4s cubic-bezier(0.14, 0.52, 0.255, 0.945),
    visibility 0.4s,
    -webkit-transform 0.4s cubic-bezier(0.14, 0.52, 0.255, 0.945);
}

.fr-offcanvas--is-ready[aria-hidden="false"] {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  box-shadow: 5px 0 40px rgba(0, 0, 0, 0.1);
}

.fr-offcanvas-close-btn {
  position: absolute;
  top: 0;
  left: 0;
}

.social-black>li {
  display: inline-block;
  margin: 5px;
}

.social-black>li>a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 5px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #3b3b3b;
}

.social-black>li>a:hover {
  background-color: #aec438;
}

/* =============================================
    5.0 - Home
============================================= */

.full-home {
  min-height: 50vh;
  padding-top: 150px;
  padding-bottom: 75px;
}

.half-home {
  min-height: 5vh;
  max-height: 10vh;
}

.where-home {
  min-height: 80vh;
  margin-right: 60px;
  margin-left: 80px;
  margin-top: -20px;
  margin-bottom: 100px;
}

.half-home {
  min-height: 70vh;
  padding-top: 150px;
  padding-bottom: 75px;
}

.semi-home {
  min-height: 40vh;
  max-height: 200vh;
  max-width: 250vh;
  min-width: 40vh;
  width: 65%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  object-fit: cover;
}

.image-derecha {

  margin-right: 20px;
}

.home-subscribe .form-control {
  height: 60px;
}

.border-team {
  border-radius: 10px;
  width: 100%;
  height: 105px;
  bottom: 0;
  left: 0;
  padding-top: 3px;
  margin-top: -10px;
  background-color: #0d7a34;
  text-align: center;
  line-height: 12;
  margin-right: auto;
  margin-left: auto;
}

.text-team {
  font-size: 20px;
}

.particles-home,
.particles-home canvas,
.particles-home .particles-js-canvas-el {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  width: 100% !important;
}

.home-slider .owl-theme .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0;
}

.home-slider .owl-theme .owl-nav:before,
.home-slider .owl-theme .owl-nav:after {
  content: "";
  width: 50%;
  display: block;
  height: 8px;
  position: absolute;
  bottom: 0;
}

.home-slider .owl-theme .owl-nav:before {
  left: 0;
  background-color: #0d7a34;
}

.home-slider .owl-theme .owl-nav:after {
  right: 0;
  background-color: #aec438;
}

.home-slider .owl-carousel .owl-nav button.owl-next,
.home-slider .owl-carousel .owl-nav button.owl-prev {
  color: #fff;
  margin: 0;
  width: 100px;
  height: 50px;
  border-radius: 0;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  padding: 0 !important;
  position: relative;
  z-index: 5;
}

.home-slider .owl-carousel .owl-nav button.owl-next {
  background-color: #aec438;
}

.home-slider .owl-carousel .owl-nav button.owl-prev {
  background-color: #0d7a34;
}

.home-slider .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #3d9c96;
}

.home-slider .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #8cab59;
}

.home-scroller {
  z-index: 1;
  bottom: 50px;
  line-height: 100%;
  font-size: 40px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/* =============================================
    6.0 - Services
============================================= */

.service-box {
  position: relative;
  z-index: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

.service-box .service-box-inner {
  padding: 50px 20px;
  position: relative;
  overflow: hidden;
  color: #fff;
  transition: all 630ms;
  -moz-transition: all 600ms;
  -ms-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
}

.service-box .service-hidden-content {
  overflow: hidden;
  height: 0;
  transition: all 600ms;
  -moz-transition: all 600ms;
  -ms-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
}

.service-box .service-read-more {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -20%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  display: block;
  padding: 8px 5px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  transition: all 600ms;
}

.service-box:hover .service-box-inner {
  margin-top: -50px;
  letter-spacing: 1px;
}

.service-box:hover .service-hidden-content {
  height: 150px;
}

.service-box:hover .service-read-more {
  bottom: 0;
}

/* =============================================
    7.0 - Partner Slider
============================================= */

.partner-slider .owl-item {
  border: 1px solid #eaeaea;
  border-right: 0;
}

.partner-slider .item {
  min-height: 200px;
  padding: 20px;
  position: relative;
}

.partner-slider .item img {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.partner-slider .item:hover img {
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: inherit;
}

/* =============================================
    8.0 - What comes with this Template?
============================================= */

.service-icon-on-left-list:before,
.service-icon-on-right-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  height: 100%;
  width: 1px;
  display: block;
  z-index: 0;
}

.service-icon-on-right-list:before {
  left: auto;
  right: 12px;
}

.service-icon-on-right-list:before {
  border-right: 1px dashed #ccc;
}

.service-icon-on-left-list:before {
  border-left: 1px dashed #ccc;
}

/* =============================================
    9.0 - Video Presentation
============================================= */

.video-item {
  position: relative;
}

.btn-play {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -55px;
  margin-left: -55px;
  color: #aec438;
}

/* =============================================
    10.0 - Counter
============================================= */

.counter {
  min-height: 200px;
}

.counter-inner {
  position: relative;
  z-index: 2;
  margin-top: -50px;
}

.counter .counter-icon {
  font-size: 3.75rem;
}

.number-back {
  font-size: 60px;
  font-weight: 800;
  position: absolute;
  color: rgba(0, 0, 0, 0.15);
  z-index: 0;
  margin-top: 60px;
}

/* =============================================
    11.0 - Affordable Price
============================================= */

.price-table {
  margin-left: -1px;
  position: relative;
}

.price-table.active {
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 5;
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
}

.price-table-border-top {
  width: 100%;
  height: 10px;
}

.price-table-header {
  min-height: 160px;
  width: 100%;
  padding: 20px 15px 10px 15px;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.price-table-body {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.price-table-body ul li {
  font-size: 16px;
  min-height: 70px;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 15px;
}

.price-table-body ul li:nth-child(odd) {
  background-color: #f8f8f8;
}

.price-table-footer .btn {
  font-size: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.price-table-plan {
  font-size: 1.875rem;
  line-height: 100%;
}

.price-table-price {
  font-size: 26px;
  line-height: 100%;
}

.price-table-price span {
  font-size: 0.875rem;
}

/* =============================================
    12.0 - Our Portfolio
============================================= */

.portfolio-filter li {
  padding: 10px 15px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  font-size: 16px;
}

.portfolio-filter li.active,
.portfolio-filter li.active:hover {
  color: #aec438;
}

.portfolio-item {

  padding: 10px;
}

.portfolio-item .portfolio-item-inner {
  position: relative;
  overflow: hidden;
}

.portfolio-item .portfolio-item-img img {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.portfolio-item .portfolio-item-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0d7a3475;
  padding: 0px;
  opacity: 0;
  transition: all 0.2s;
  text-align: left;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.portfolio-item .portfolio-item-view,
.portfolio-item .portfolio-item-link {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #aec438;
  color: #fff;
  line-height: 40px;
  padding: 5px;
  position: absolute;
  font-size: 18px;
}

.portfolio-item .portfolio-item-view {
  left: 0;
  top: 0;
}

.portfolio-item .portfolio-item-link {
  right: 0;
  bottom: 0;
}

.portfolio-item:hover .portfolio-item-content {
  opacity: 1;
}

.portfolio-item:hover .portfolio-item-img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.bodypremio {
  display: flex;
  height: 400px;
  justify-content: flex-start;

  column-gap: 10px;


}

/* =============================================
    13.0 - Frequently Asked Questions
============================================= */

.bodypremio .card .face {
  width: 300px;
  height: 200px;
  transition: .4s;

}

.container .card .face.face1 {
  position: relative;
  display: flex;
  background: white;
  justify-content: center;
  align-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}

/* .container .card:hover .face.face1 {
  transform: translateY(0);

} */


.container .card .face.face1 .content {
  opacity: 1;
  color: black;
  transition: 0.5s;
  text-align: center;
}

.container .card:hover .face.face1 .content {
  opacity: 1;

}

.container .card .face.face1 .content i {
  font-size: 3em;
  color: black;
  display: inline-block;

}

.container .card .face.face1 .content h3 {
  font-size: 1em;
  color: black;
  text-align: center;


}

.container .card .face.face1 .content a {
  transition: .5s;
}

.container .card .face.face2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .8);
  transform: translateY(-100px);

}

.container .card:hover .face.face2 {
  transform: translateY(0);


}

.container .card .face.face2 .content p,
a {
  font-size: 10pt;
  margin: 0;
  padding: 0;
  color: #333;
}

.container .card .face.face2 .content a {
  text-decoration: none;
  color: black;

  padding: 10px;
  margin: 15px 0 0;
  display: inline-block;
  color: black;
}

/* .container .card .face.face2 .content a:hover {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
} */

/* =============================================
    14.0 - What Our Customer Said
============================================= */

.testimonial {
  box-shadow: 0px 0px 35px 0 rgba(0, 0, 0, 0.3);
}

.quote-icon {
  display: block;
  font-size: 45px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  line-height: 100%;
  padding: 10px;
}

.quote-icon:before {
  content: "";
  background-color: #aec438;
  display: block;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  right: 0;
  top: 0;
  width: 115px;
  height: 115px;
}

.testimonial-img {
  width: 100px;
  height: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px dashed #eaeaea;
  padding: 7px;
}

/* =============================================
    15.0 - Our Awesome Team
============================================= */

.team {
  overflow: hidden;
}

.team .team-overlay {
  background-color: rgba(30, 125, 62, 0.8) 0%;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(30, 125, 62, 0.8) 0%),
      to(#aec438 100%));
  background-image: -webkit-linear-gradient(bottom,
      rgba(30, 125, 62, 0.8) 0%,
      #aec438 100%);
  background-image: -moz-linear-gradient(bottom,
      rgba(30, 125, 62, 0.8) 0%,
      #aec438 100%);
  background-image: -ms-linear-gradient(bottom,
      rgba(30, 125, 62, 0.8) 0%,
      #aec438 100%);
  background-image: -o-linear-gradient(bottom,
      rgba(30, 125, 62, 0.8) 0%,
      #aec438 100%);
  background-image: linear-gradient(bottom, #efa500 0%, #aec438 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(30, 125, 62, 0.80) 0%', endColorStr='#aec438 100%');
  height: 100%;
  left: 0;
  position: absolute;
  top: 75px;
  width: 100%;
  -webkit-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
}

.team .team-overlay:before {
  content: "";
  background-color: #aec438;
  height: 75px;
  position: absolute;
  top: -75px;
  left: 0;
  width: 100%;
}

.team .team-image {
  position: relative;
}

.team .team-thumbnail img {
  -webkit-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}

.team .team-social {
  padding: 17px 0 25px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  opacity: 0;
  filter: alpha(opacity=0);
}

.team .team-social a {
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.team .team-social a:hover {
  background-color: #aec438;
}

.team .team-meta {
  -webkit-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}

.team:hover .team-thumbnail img {
  transform: translateY(75px);
  -webkit-transform: translateY(75px);
  -moz-transform: translateY(75px);
  -o-transform: translateY(75px);
  -ms-transform: translateY(75px);
}

.team:hover .team-social,
.team:hover .team-overlay {
  opacity: 1;
  filter: alpha(opacity=1);
}

.team:hover .team-meta {
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
}

/* =============================================
    16.0 - WE ARE HIRING CREATIVE PEOPLE
============================================= */

/*================== WE ARE HIRING CREATIVE PEOPLE ==================*/

.drop-cv {
  background-color: #f8f8f8;
  border: 1px solid #eaeaea;
  padding: 15px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.drop-cv-inner {
  border: 2px dashed #eaeaea;
  padding: 70px 15px;
}

.cv-icon {
  font-size: 70px;
  color: #eaeaea;
}

.drop-cv .custom-file-input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

/* =============================================
    17.0 - Our Latest News
============================================= */

.blog {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  background-color: #fff;
}

.blog .blog-img {
  overflow: hidden;
}

.blog .blog-img img {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.blog .blog-content {
  padding: 35px 20px 20px;
}

.blog .blog-content-top {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 600;
}

.blog .blog-content h5 {
  font-weight: 400;
  line-height: 1.6;
}

.blog .blog-content h6 {
  font-weight: 400;
  min-height: 38px;
}

.blog .blog-content h5 a {
  color: #3b3b3b;
  display: block;
}

.blog.blog-content p {
  margin-top: 10px;
  margin-bottom: 25px;
}

.blog .blog-content-bottom {
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
  font-weight: 600;
  font-size: 13px;
}

.blog .blog-content .blog-read-more {
  display: block;
  padding: 13px 0;
  color: #3b3b3b;
}

.blog .blog-content .blog-read-more span {
  display: inline-block;
  margin-left: 7px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.blog .blog-content .blog-social-share>li {
  float: left;
  margin-left: 8px;
}

.blog .blog-social-share>li>a {
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  color: #3b3b3b;
  font-size: 11px;
  padding: 0 2px;
}

.blog .blog-bottom-border {
  height: 4px;
  width: 100%;
}

.blog:hover .blog-img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.blog .blog-content h5 a:hover,
.blog .blog-social-share>li>a:hover {
  color: #aec438;
}

.blog .blog-content .blog-read-more:hover span {
  margin-left: 20px;
}

/*===== Blog post =====*/

.blog-widget>li {
  margin-bottom: 5px;
}

.blog-widget>li>a {
  color: #707070;
  position: relative;
  padding-left: 15px;
}

.blog-widget>li>a:before {
  content: "\f054";
  /* font-family: Font Awesome\ 5 Free; */
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 3px;
}

.blog-widget>li>a:hover {
  color: #aec438;
}

.widget-search .btn {
  width: 50px;
  height: 50px;
  padding: 5px;
}

.page-link {
  color: #3b3b3b;
}

.page-item.active .page-link {
  background-color: #aec438;
  border-color: #aec438;
}

.page-link:hover {
  color: #aec438;
}

.blog-meta {
  font-size: 13px;
}

.blog-meta>li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog-meta>li>a {
  color: #707070;
}

.blog-meta>li>a:hover {
  color: #aec438;
}

.post-content blockquote {
  border-left: 3px solid #aec438;
}

.blog-user {
  max-width: 80px;
}

.breadcrumb {
  background-color: rgba(255, 255, 255, 0.1);
}

.breadcrumb-item>a {
  color: #fff;
}

.breadcrumb-item.active {
  color: #aec438;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.text-secondary {
  color: #939598;
}

/* =============================================
    18.0 - Google Map
============================================= */

.map {
  height: 500px;
}

/* =============================================
    19.0 - Have any project? Send a message
============================================= */

.containerForm {
  width: 50%;
  margin: 0 auto;
}

.form-contact {
  width: 100%;
  font-family: 'TT Rounds Neue Trial' !important;
  src: url("assets/fonts/tt-rounds-neue-trial-compressed-medium.ttf");
}

.form-contact-input {
  width: 100%;
  color: #292929;
  font-size: 18px;
  background-color: #E9E9E9;
  border: 1px solid #E9E9E9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  margin-bottom: 20px;
  border-bottom: 3px solid #0d7a34;
  border-left: 1px solid #ccc;
  text-indent: 20px;
}

.form-contact-textarea {
  width: 100%;
  color: #292929;
  font-size: 18px;
  background-color: #E9E9E9;
  border: 1px solid #E9E9E9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 250px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-indent: 20px;
  padding-top: 16px;
  padding-left: 0;
  padding-right: 0;
  font-family: 'TT Rounds Neue Trial' !important;
  src: url("assets/fonts/tt-rounds-neue-trial-compressed-medium.ttf");
}

.form-contact-button {
  width: 100%;
  font-size: 18px;
  border-radius: 4px;
  color: #fff;
  height: 40px;
  opacity: .8;
  margin-bottom: 20px;
  cursor: pointer;
  background: #f58607;
  display: block;
  border: none;
  border-bottom: 1px solid #500707;
  border-right: 1px solid #500707;
  transition: 1s;

}

.form-contact-button:hover {
  opacity: 1;
}


.have-project-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 70px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  font-size: 25px;
}

/* =============================================
    20.0 - Get in touch today
============================================= */

.form-group {
  margin-bottom: 1.875rem;
}

.form-control {
  color: #3b3b3b;
  position: relative;
  z-index: 2;
  height: 50px;
  font-size: 0.875rem;
  border-radius: 0;
  font-weight: 600;
  border-color: #eaeaea;
  border-width: 0 0 1px 0;
  background-color: transparent;
  box-shadow: none !important;
}

.rcorners1 {
  border-radius: 25px;

  padding: 20px;
  width: 300px;
  height: 250px;
}

.rcornersMt {
  border-radius: 10px;
  padding: 0px;
  object-fit: cover;
  width: 300px;
  height: 350px;
}

.rcorners2 {
  border-radius: 25px;
  padding: 20px;
  width: 100%;
  object-fit: cover;
  height: 250px;
  min-width: 350px;
}

.ImgAdministraccion {
  border-radius: 25px;
  width: 100%;
  height: max-content;
}

.semaforos {
  display: block;
  margin: 0 auto;
  max-width: auto;
  height: 120px;
  border-radius: 50%;
  float: left;
}

.semaforos img {
  width: 100%;
  height: 50%;
}

.mdf {
  width: 20%;
  margin: 0 auto;
}

.mdf:last-child {
  margin-bottom: 0;
}

.containersemaforo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  position: relative;

}

.columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 10px 0;
  box-sizing: border-box;
}

.column {
  flex: 1;

  margin: 2px;
  box-sizing: border-box;
  padding: 30px;

  &:first-child {
    margin-left: 0;
  }

  &:last-child {
    margin-right: 0;
  }

}

.wrapper {
  padding: 5px;
  max-width: 960px;
  width: 95%;
  margin: 0px auto;
  box-sizing: border-box;
}

.responsive {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 980px) {
  .columns .column {
    margin-bottom: 5px;
    flex-basis: 40%;

    &:nth-last-child(2) {
      margin-right: 0;
    }

    &:last-child {
      flex-basis: 100%;
      margin: 0;
    }
  }
}

@media (max-width: 767px) {

  .home-banner .container{
      display: none;
    }
  
}

@media screen and (max-width: 680px) {
  .columns .column {
    flex-basis: 100%;
    margin: 0 0 5px 0;
  }
}

.textoPasos {
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.texto {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 20px;
}

.textoPobreza {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-size: 20px;
}

.texto2 {
  text-align: right;
  vertical-align: middle;
  top: 100%;
  left: 100%;
  transform: translate(-20%, -250%);
  -webkit-transform: translate(-20%, -250%);
  -moz-transform: translate(-20%, -250%);
  -ms-transform: translate(-20%, -250%);
  -o-transform: translate(-20%, -250%);
}

.semaforospasos {
  display: block;
  margin: auto auto;
  max-width: 500px;
  height: 100px;
  border-radius: 50%;
  padding: 10px;

}

.semaforospasos img {
  width: 100%;
  height: 50%;
}

.containerNews1 {
  display: flexbox;
  width: 70%;
  min-width: 300px;
  vertical-align: top;
}

.containerNews2 {
  width: 30%;
  display: flexbox;
  vertical-align: top;
  margin-left: 2px;

}

.news1 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.news2 {
  display: flexbox;
  float: left;
  margin-bottom: 2px;
}

.imagenews {
  width: 100%;
  object-fit: cover;
}

.btnnews {
  border-radius: 7px !important;
  /* width: 180px; */
  display: flex;
  /* height: 15px; */
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.textMartin {
  font-size: 20px;
  border-radius: 5px;
  font-weight: bold;
  font-style: normal;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 50%;
  height: 70px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  padding-top: 10px;
  vertical-align: middle;
  background-color: #0d7a34;
  text-align: center;
}

.text-gray {
  color: #7e8082;
}

.textMartinDS {
  font-size: 18px;
  border-radius: 5px;
  font-style: normal;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 85%;
  height: 230px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
  padding-top: 15px;
  background-color: #0d7a34;
  text-align: center;
}

.texthubsDerecha {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 75%;
  height: 70px;
  padding: 20px;
  box-sizing: border-box;
  margin-right: calc(10px);
  margin-left: calc(20px);
  margin-top: -40px;
  line-height: 1;
  padding-left: 10px;
  vertical-align: middle;
  background-color: #f58607;
  text-align: center;
  align-items: center;
  border-radius: 0px 10px 10px 10px;
}

.texthubsIzquierda {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 60%;
  height: 80px;
  padding: 20px;
  box-sizing: border-box;
  margin-right: calc(10px);
  margin-left: calc(20px);
  margin-top: -40px;
  line-height: 1;
  padding-left: 10px;
  vertical-align: middle;
  background-color: #f58607;
  border-radius: 0 10px 10px 10px;
}

.texthubsIzquierda2 {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 76%;
  height: 80px;
  padding: 20px;
  box-sizing: border-box;
  margin-right: calc(10px);
  margin-left: calc(20px);
  margin-top: -40px;
  line-height: 1;
  padding-left: 10px;
  vertical-align: middle;
  background-color: #f58607;
  border-radius: 0 10px 10px 10px;
}

.textarea.form-control {
  height: auto;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #eaeaea;
  background-color: transparent;
}

.form-control~label {
  position: absolute;
  left: 12px;
  width: 100%;
  top: 13px;
  color: #3b3b3b;
  font-size: 0.875rem;
  margin-bottom: 0;
  font-weight: 600;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.form-control~.focus-border {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.form-control:focus~label,
.has-content.form-control~label {
  top: -10px;
  left: 0;
  font-size: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.form-control:focus~.focus-border,
.has-content.form-control~.focus-border {
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.form-control::-webkit-input-placeholder {
  color: #3b3b3b;
}

.form-control::-moz-placeholder {
  color: #3b3b3b;
}

.form-control:-ms-input-placeholder {
  color: #3b3b3b;
}

.form-control::-ms-input-placeholder {
  color: #3b3b3b;
}

.form-control::placeholder {
  color: #3b3b3b;
}

.img-book-appointment {
  position: absolute;
  bottom: 0;
  right: 15px;
}

.help-block {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
}

.has-error .form-control {
  border-color: #dc3545;
}

.help-block ul,
.help-block ol {
  margin-bottom: 0;
  padding-left: 0;
}

/* =============================================
    21.0 - Footer
============================================= */

.footer-social>li {
  display: inline-block;
  margin: 5px;
}

.footer-social>li>a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 5px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.06);
}

.footer-social>li>a:hover {
  background-color: #aec438;
}

/* =============================================
    22.0 - Owl slider customization
============================================= */

.owl-carousel .owl-item img {
  width: auto;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  border-radius: 0;
  background-color: #3b3b3b;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-theme .owl-dots .owl-dot span:before {
  border: 2px solid transparent;
  content: "";
  height: 14px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #3b3b3b;
}

.owl-theme .owl-dots .owl-dot.active span:before,
.owl-theme .owl-dots .owl-dot:hover span:before {
  border-color: #3b3b3b;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

.font-title {
  font-family: "GlacialIndifference";
  src: url("assets/fonts/GlacialIndifference-Bold.ttf");
}

.font-title1 {
  font-family: 'TT Rounds Neue Trial' !important;
  src: url("assets/fonts/tt-rounds-neue-trial-compressed-medium.ttf");
}

.font-title-glacial {
  font-family: "Glacial Indifference", sans-serif;
  font-weight: 900 !important;
  width: 100%;
  text-align: center;
  color: #007e37;
}

.font-title-glacial2 {
  font-family: "Glacial Indifference Regular", sans-serif !important;
  font-weight: 900 !important;
  color: #007e37;
  width: 100%;
}

.font-title-glacial3 {
  font-family: "Glacial Indifference", sans-serif;
  font-weight: 900 !important;

}

.font-title-glacial4 {
  font-family: "Glacial Indifference Bold", sans-serif;


}

.font-title-glacialBold {
  font-family: "Glacial Indifference Bold", sans-serif;
  font-weight: 900 !important;

}

.font-text-Candara {
  font-family: 'TT Rounds Neue Trial' !important;
  src: url("assets/fonts/tt-rounds-neue-trial-compressed-medium.ttf");
}

.font-text-glacial {
  font-family: "Glacial Indifference", sans-serif;
  src: url("assets/fonts/tt-rounds-neue-trial-compressed-medium.ttf");
}

/* =============================================
    23.0 - Typed Cursor Animation
============================================= */

.typed-cursor {
  font-weight: 100;
  -webkit-animation-name: cursor-blink;
  animation-name: cursor-blink;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes cursor-blink {

  0%,
  to {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes cursor-blink {

  0%,
  to {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

/* =============================================
    24.0 - RESPONSIVE
============================================= */

@media only screen and (max-width: 1305px) {
  .navbar-custom .navbar-nav .nav-link {
    font-size: 17px;
    line-height: 22px;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    position: fixed;
    z-index: 1030;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 10%;
    overflow-y: auto;
    background-color: #3b3b3b;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
}

@media only screen and (max-width: 767px) {
  body {
    word-break: break-word;
  }

  .btn {
    white-space: normal;
  }
}

@media only screen and (max-width: 658px) {
  .navbar-brand {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 575px) {
  .header {
    margin: 0;
  }
}

@media only screen and (max-width: 400px) {
  .mobile-menu a {
    width: 45px;
  }
}

.language-menu-wrap {
  position: relative;
  right: 0;
  margin-right: 2%;

}

.selectpicker {
  color: white;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: transparent;
  scroll-behavior: smooth;

}

.selectpicker option {
  background-color: #007e37;

}

.header-finder-wrap {
  position: relative;
  right: 0;
  margin-right: 1%;

}

.header-finder {
  position: relative;
}

.header-finder .form-control {
  padding-left: 40px;
  height: 21px;
}

.header-finder img {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 10px;
  margin: auto;
}

/* ------------- HAMBURGER MENU ----------------- */
/* HAMBURGER STYLES ----- */

.burger-menu-wrap {
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 10005;
  width: 300px;
  height: 100%;
  padding: 40px 5px 10px 5px;
  background-color: #0d7a34;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transform: translate3d(360px, 0, 0);
}

.burger-menu-wrap.active {
  transform: translate3d(0px, 0, 0);
}

.burger-menu-wrap .bmenu .burger-icon-list a {
  position: relative;
  font-family: 'TT Rounds Neue Trial' !important;
  src: url("assets/fonts/tt-rounds-neue-trial-compressed-medium.ttf");
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #eee;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 10005;
}

.burger-menu-wrap .bmenu .burger-icon-list a::before {
  z-index: 10005;
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  top: 80%;
  transition: all 0.3s ease;
}

.burger-menu-wrap .bmenu .burger-icon-list a:hover {
  color: #cddc39;
}

.burger-menu-wrap .bmenu .burger-icon-list a:hover::before {
  width: 50%;
  background-color: #cddc39;
}

/* Buttons */
.burger-menu-button,
.burger-close-button {
  z-index: 10005;
  position: fixed;
  color: #ffa200;
  top: 25px;
  width: 50px;
  height: 50px;
  background-color: #0d7a34;
  font-size: 24px;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0 0 1px rgba(9, 9, 9, 0.2);
}

.burger-menu-button {
  right: 3%;
  z-index: 10005;
}

.burger-close-button {
  left: -50px;
  z-index: 10005;
}

.line-normal{
  line-height: 1.5;
}


.color-orange {
  color: #f58607;
}

.color-green {
  color: #0d7a34;
}

.bg-green {
  background-color: #0d7a34;
}

.bg-orange {
  background-color: #f58607 !important;
}


.text-banner-orange {
  width: 100%;
  height: 70px;
  padding: 20px;
  margin-top: 10px;
  /* font-style: italic; */
  font-size: 1rem;
  color: white;
  display: flex;
  line-height: 1;
  background-color: #f58607;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Glacial Indifference", sans-serif;
}

