/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,800|Raleway:700,800,900&display=swap");
body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden; }

a {
  color: #1dc8cd;
  transition: 0.5s; }

a:hover,
a:active,
a:focus {
  color: #1dc9ce;
  outline: none;
  text-decoration: none; }

p {
  padding: 0;
  margin: 0 0 30px 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  background-color: white;
  top: 30px;
  right: 0;
  transition: all 0.5s;
  z-index: 997; }

#header.header-fixed {
  background: #fff;
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s; }

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.nav-menu li {
  position: relative;
  white-space: nowrap; }

.nav-menu > li {
  /*float: left;*/ }

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block; }

.nav-menu ul ul {
  top: 0;
  left: 100%; }

.nav-menu ul li {
  min-width: 180px; }

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px; }

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal; }

.sf-arrows ul .sf-with-ul:after {
  content: "\f105"; }

/* Nav Meu Container */
#nav-menu-container {
  /*float: right;*/
  width: 100%;
  text-align: center;
  margin: 0; }

.nav-menu > li {
  display: inline-block;
  margin-left: 10px; }

@media (max-width: 1024px) {
  .nav-menu > li {
    margin-left: 5px; } }

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff; }

.nav-menu ul li {
  transition: 0.3s; }

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none; }

.nav-menu ul li:hover > a {
  color: #1dc8cd; }

.nav-menu ul ul {
  margin: 0; }

.nav-menu {
  width: 100%; }

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer; }

/* Mobile Nav Styling */
#mobile-nav ul li li {
  padding-left: 30px; }

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff; }

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd; }

#mobile-nav ul .menu-item-active {
  color: #1dc8cd; }

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  display: none; }

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden; }

body.mobile-nav-active #mobile-nav {
  left: 0; }

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff; }

/* Section with background
--------------------------------*/
.section-bg {
  background: #f9f9f9; }

/* About Us Section
--------------------------------*/
#about {
  padding: 60px 0;
  overflow: hidden; }

#about .about-img {
  height: 510px;
  overflow: hidden; }

#about .about-img img {
  margin-left: -15px;
  max-width: 100%; }

#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px; }

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic; }

#about .content p {
  line-height: 26px; }

#about .content p:last-child {
  margin-bottom: 0; }

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #1dc8cd; }

#about .content ul {
  list-style: none;
  padding: 0; }

#about .content ul li {
  padding-bottom: 10px; }

/* Product Featuress Section
--------------------------------*/
#features {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden; }

#features .features-img {
  text-align: center;
  padding-top: 20px; }

#features .features-img img {
  max-width: 100%; }

#features .box {
  margin-bottom: 15px;
  text-align: center; }

#features .icon {
  margin-bottom: 10px; }

#features .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s; }

#features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

#features .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 22px; }

#features .title a {
  color: #111; }

#features .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px; }

#features .section-description {
  padding-bottom: 10px; }

/* Product Advanced Featuress Section
--------------------------------*/
#advanced-features {
  overflow: hidden; }

#advanced-features .features-row {
  padding: 60px 0 30px 0; }

#advanced-features h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000; }

#advanced-features h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #999; }

#advanced-features p {
  line-height: 24px;
  color: #777;
  margin-bottom: 30px; }

#advanced-features i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1; }

#advanced-features i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px; }

#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0; }

/* Call To Action Section
--------------------------------*/
#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff; }

#call-to-action .cta-btn:hover {
  background: #1dc8cd;
  border: 2px solid #1dc8cd; }

/* More Features Section
--------------------------------*/
#more-features {
  padding: 60px 0 60px 0;
  overflow: hidden; }

#more-features .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s; }

#more-features .icon {
  float: left; }

#more-features .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0; }

#more-features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

#more-features h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px; }

#more-features h4 a {
  color: #111; }

#more-features p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px; }

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
  background: #fff;
  overflow: hidden; }

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0; }

#clients img:hover {
  opacity: 1; }

/* Pricing Section
--------------------------------*/
#pricing {
  background-color: #fff;
  padding: 0px 0 60px 0;
  overflow: hidden; }

#pricing h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 28px; }

#pricing h4 {
  font-size: 46px;
  color: #1dc8cd;
  font-weight: 300; }

#pricing h4 sup {
  font-size: 20px;
  top: -20px; }

#pricing h4 span {
  color: #bababa;
  font-size: 20px; }

#pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px; }

#pricing ul li {
  padding-bottom: 12px; }

#pricing .featured {
  border: 2px solid #1dc8cd; }

#pricing .featured .get-started-btn {
  background: linear-gradient(45deg, #1de099, #1dc8cd); }

/* Frequently Asked Questions Section
--------------------------------*/
#faq #faq-list {
  padding: 0;
  list-style: none; }

#faq #faq-list li {
  border-bottom: 1px solid #ddd; }

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px; }

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px; }

#faq #faq-list p {
  margin-bottom: 6px; }

#faq #faq-list a.collapse {
  color: #1dc8cd; }

/* Our Team Section
--------------------------------*/
#soluciones {
  padding: 60px 0;
  background-color: #fff;
  overflow: hidden; }

#soluciones .solucion {
  text-align: center;
  margin-bottom: 20px; }

#soluciones .solucion .pic {
  margin-bottom: 15px;
  overflow: hidden; }

#soluciones .solucion .pic img {
  max-width: 100%; }

#soluciones .solucion h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px; }

#soluciones .solucion .social {
  margin-top: 15px; }

#soluciones .solucion .social a {
  color: #b3b3b3; }

#soluciones .solucion .social a:hover {
  color: #1dc8cd; }

#soluciones .solucion .social i {
  font-size: 18px;
  margin: 0 2px; }

/* Gallery Section
--------------------------------*/
#gallery {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden; }

#gallery .container-fluid {
  padding: 0px; }

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s; }

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center; }

#gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%; }

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7); }

/* Contact Section
--------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #333;
  font-size: 14px; }

#footer .credits {
  font-size: 13px;
  color: #888; }

#footer .footer-links a {
  color: #666;
  padding-left: 15px; }

#footer .footer-links a:first-child {
  padding-left: 0; }

#footer .footer-links a:hover {
  color: #1dc8cd; }

@media (min-width: 769px) {
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px; }
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

@media (min-width: 1025px) {
  #intro {
    background-attachment: fixed; } }

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0; }
  #header #logo img {
    max-height: 40px; }
  #intro h2 {
    font-size: 28px;
    line-height: 36px; }
  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px; }
  #nav-menu-container {
    display: none; }
  #mobile-nav-toggle {
    display: inline; }
  #about .about-img {
    height: auto; }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px; }
  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 50%; }
  #faq #faq-list a {
    font-size: 18px; }
  #faq #faq-list i {
    top: 13px; } }

@media (max-width: 767px) {
  #intro .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px; }
  #intro .product-screens .product-screen-2,
  #intro .product-screens .product-screen-3 {
    display: none; }
  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0; }
  #more-features .box {
    margin-bottom: 20px; }
  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px; }
  #more-features h4,
  #more-features p {
    margin-left: 0;
    text-align: center; } }

* {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box; }

html {
  height: 100%; }

body p {
  font-size: 14px; }

body a {
  color: inherit; }
  body a.verde {
    color: #75AA39; }
  body a:hover {
    text-decoration: none;
    color: inherit; }

body h3 {
  font-size: 38px;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  color: #003F23; }

@media (max-width: 767px) {
  body h3 {
    font-size: 18px; }
  body p {
    font-size: 12px; } }

body h1 {
  font-size: 48px;
  font-weight: 800;
  font-family: "Raleway", sans-serif; }

@media (max-width: 991px) {
  body h1 {
    font-size: 35px; } }

@media (max-width: 767px) {
  body h1 {
    font-size: 25px; } }

.btn {
  text-decoration: none;
  padding: 15px 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  border: 0;
  display: inline-block; }
  .btn.btn-g {
    background-color: #75AA39; }
  .btn.btn-gO {
    background-color: #003F23; }
  .btn:hover {
    color: #fff; }
  @media (max-width: 991px) {
    .btn {
      padding: 10px 35px;
      font-size: 14px;
      border-radius: 3px; } }

.info-barra {
  background-color: #003F23;
  color: #fff;
  width: 100%;
  padding: 0px 2vw;
  font-size: 12px;
  text-align: right;
  min-height: 30px;
  line-height: 2.5em;
  position: fixed;
  top: 0;
  font-weight: 600;
  z-index: 9; }
  @media (max-width: 480px) {
    .info-barra {
      padding: 7px 2vw;
      font-size: 9px;
      text-align: center;
      line-height: 1em; } }
  .info-barra a {
    text-decoration: none; }

.d-none {
  display: none; }

@media (min-width: 1024px) {
  .d-lg-inline {
    display: inline; } }

header {
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.5); }
  header .container {
    display: flex;
    padding: 0 2vw; }
  header #nav-menu-container {
    text-align: right; }

#header #logo {
  transition: all 0.3s;
  margin-top: -5px; }
  #header #logo img {
    max-height: 60px;
    margin-top: -10px; }

#header.header-fixed {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
  #header.header-fixed #logo {
    display: block;
    margin-top: 0px;
    opacity: 1; }
    #header.header-fixed #logo img {
      margin-top: -15px; }

@media (max-width: 767px) {
  #header .container {
    max-width: 100%; } }

#header .nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  letter-spacing: 0.8px;
  font-weight: 400;
  font-size: 15px;
  outline: none; }
  #header .nav-menu a.menu-active {
    color: #75AA39; }
  @media (max-width: 1024px) {
    #header .nav-menu a {
      font-size: 12px;
      padding: 0 0px 10px 8px; } }

#header .lang {
  font-size: 10px; }
  #header .lang a {
    font-size: 10px; }
  #header .lang .active {
    color: #75AA39; }

.nav .fixed-top {
  top: 9px;
  padding: 0; }

.nav .navbar-brand {
  margin-left: 35px; }

.nav .navbar-collapse {
  justify-content: flex-end; }

.nav .navbar-light .navbar-toggler {
  border: 0; }

.nav .navbar-toggler {
  outline: none;
  position: fixed;
  cursor: pointer;
  right: 2vw;
  top: 60px;
  z-index: 999;
  background: transparent;
  transition: all 0.3s; }
  @media (min-width: 769px) {
    .nav .navbar-toggler {
      display: none; } }
  @media (max-width: 767px) {
    .nav .navbar-toggler {
      right: 15px; } }
  .nav .navbar-toggler div {
    width: 25px;
    height: 3px;
    background-color: #0a3d22;
    margin: 6px 0;
    transition: all 0.3s; }
  .nav .navbar-toggler.cerrar div {
    transform: rotateZ(45deg); }
    .nav .navbar-toggler.cerrar div:first-child {
      opacity: 0; }
    .nav .navbar-toggler.cerrar div:last-child {
      transform: rotateZ(-45deg);
      margin-top: -9px; }
  @media (max-width: 992px) {
    .nav .navbar-toggler {
      top: 60px; }
      .nav .navbar-toggler div {
        background-color: #0a3d22; }
      .nav .navbar-toggler.navbar-fixed {
        top: 50px; } }

#navbarNav {
  position: fixed;
  z-index: 99;
  right: -100%;
  top: 80px;
  padding: 0;
  transition: all 0.6s ease-in-out;
  height: auto !important;
  background: #fff;
  margin-top: 22px; }
  #navbarNav.ver {
    right: 0; }
  #navbarNav.navFixed {
    top: 60px; }
    #navbarNav.navFixed ul {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
  #navbarNav ul {
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.5);
    padding: 0;
    margin: 0;
    margin-top: 20px;
    padding-bottom: 10px; }
    #navbarNav ul li {
      list-style-type: none; }
      #navbarNav ul li a {
        text-decoration: none;
        padding: 10px 20px;
        display: block; }
        #navbarNav ul li a.menu-active {
          color: #75AA39; }
      #navbarNav ul li.lang {
        font-size: 12px; }
        #navbarNav ul li.lang a {
          display: inline-block; }
  @media (min-width: 769px) {
    #navbarNav {
      display: none !important; } }

#mobile-nav {
  background: #fff;
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s; }
  #mobile-nav #logo {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 30px; }
    #mobile-nav #logo img {
      width: 100%; }
  #mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    #mobile-nav ul li {
      position: relative; }
      #mobile-nav ul li a {
        font-size: 14px;
        overflow: hidden;
        padding: 10px 22px 10px 15px;
        position: relative;
        text-decoration: none;
        width: 100%;
        display: block;
        outline: none; }
        #mobile-nav ul li a:hover {
          color: inherit; }
      #mobile-nav ul li.lang a {
        display: inline-block; }

.titulo-seccion {
  background-color: #57a7b3;
  color: #fff;
  margin-top: 92px;
  padding: 53px 15px; }
  .titulo-seccion h1 {
    font-size: 46px;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1em; }
    @media (max-width: 480px) {
      .titulo-seccion h1 {
        font-size: 35px; } }
  .titulo-seccion p {
    font-size: 25px;
    margin-bottom: 0; }
    @media (max-width: 480px) {
      .titulo-seccion p {
        font-size: 20px; } }

footer {
  color: #fff;
  background-color: #003F23;
  text-align: center;
  padding: 40px 0;
  font-size: 16px; }

.separador {
  margin-top: -70px;
  padding-top: 70px; }

#contact .form-control.error {
  border: 1px solid #fdbfbf !important; }

#contact label.error {
  color: #d06565 !important; }

#intro {
  background-image: url(../img/home.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  padding-top: 25px;
  margin-top: -25px;
  position: relative;
  display: flex;
  align-items: flex-end; }
  #intro:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(88, 74, 74, 0), rgba(0, 0, 0, 0.46) 32%, #000000);
    z-index: 0; }
  #intro .intro-text {
    position: relative;
    color: #fff;
    width: 100%;
    padding: 0 3vw 4vw; }
    #intro .intro-text big {
      font-size: 4vw;
      font-family: "Raleway", sans-serif;
      font-weight: 900;
      display: block;
      max-width: 900px; }
    #intro .intro-text p {
      margin-top: 15px;
      margin-bottom: 45px;
      font-size: 1.8vw; }
    @media (max-width: 991px) {
      #intro .intro-text big {
        font-size: 40px; }
      #intro .intro-text p {
        font-size: 20px; } }
    @media (max-width: 767px) {
      #intro .intro-text big {
        font-size: 25px; }
      #intro .intro-text p {
        font-size: 14px;
        margin-bottom: 15px; } }

#servicios {
  background: #F8F8F8;
  padding: 80px 15px 120px;
  margin-top: 50px;
  padding-top: 150px; }
  #servicios .container {
    margin-bottom: 70px; }
  #servicios .container-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    max-width: 1120px;
    margin: 0 auto;
    grid-gap: 40px;
    text-align: center; }
    #servicios .container-grid .text p {
      padding: 0 15px;
      font-size: 14px;
      color: #000;
      line-height: 30px; }
      @media (max-width: 767px) {
        #servicios .container-grid .text p h1 {
          font-size: 12px;
          line-height: 22px; } }
    #servicios .container-grid .imagen {
      background: #f1f1f1;
      padding: 20px;
      text-align: center;
      display: flex;
      flex-direction: column;
      margin-bottom: 30px;
      min-height: 250px; }
      #servicios .container-grid .imagen img {
        object-fit: fill;
        object-position: center;
        height: 100px;
        margin-top: auto;
        margin-bottom: auto; }
      #servicios .container-grid .imagen b {
        font-weight: 600;
        color: #003F23; }
    @media (max-width: 991px) {
      #servicios .container-grid {
        grid-template-columns: repeat(auto-fill, minmax(45%, 1fr)); } }
  #servicios h1 {
    text-align: center;
    color: #000; }

.descanso {
  min-height: 400px;
  display: flex;
  background: url(../img/descanso.jpg);
  flex-direction: column;
  justify-content: center;
  background-attachment: fixed;
  background-size: cover; }
  .descanso .contenido {
    margin-top: auto;
    margin-bottom: auto;
    width: 80%;
    text-align: center;
    max-width: 915px;
    margin: 0 auto;
    padding: 0 15px; }
    @media (max-width: 480px) {
      .descanso .contenido {
        width: 100%; } }
  .descanso h1 {
    margin-bottom: 35px;
    font-weight: 600;
    color: #fff;
    font-size: 35px; }
  @media (max-width: 991px) {
    .descanso h1 {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .descanso h1 {
      font-size: 25px; } }

#instalaciones {
  padding: 80px 15px 120px;
  margin-top: -80px;
  padding-top: 180px; }
  #instalaciones .container {
    margin-bottom: 70px; }
  #instalaciones .container-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2.5fr;
    margin: 0 auto;
    grid-gap: 10px;
    text-align: left; }
    #instalaciones .container-grid .video {
      display: flex;
      align-items: center;
      background: #eee;
      padding: 20px; }
      #instalaciones .container-grid .video > div {
        width: 100%; }
    @media (max-width: 1024px) {
      #instalaciones .container-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: "col1 col2 col3" "video video video"; }
        #instalaciones .container-grid .video {
          grid-area: video;
          margin-top: 35px; } }
    @media (max-width: 767px) {
      #instalaciones .container-grid {
        grid-template-columns: 1fr;
        grid-template-areas: unset; }
        #instalaciones .container-grid .video {
          grid-area: unset;
          margin-top: 35px; } }
    #instalaciones .container-grid .text h2 {
      font-weight: 600;
      color: #000;
      line-height: 30px;
      font-size: 14px;
      font-family: "Raleway", sans-serif; }
      @media (max-width: 480px) {
        #instalaciones .container-grid .text h2 {
          line-height: 32px;
          font-size: 28px; } }
    #instalaciones .container-grid .text ul {
      font-size: 12px;
      color: #000;
      line-height: 30px;
      margin-right: 20px; }
      @media (max-width: 480px) {
        #instalaciones .container-grid .text ul {
          font-size: 14px;
          line-height: 25px; } }
      #instalaciones .container-grid .text ul li {
        list-style-type: none;
        display: flex; }
        #instalaciones .container-grid .text ul li:before {
          content: '-';
          display: inline-block;
          margin-right: 10px; }
    #instalaciones .container-grid .imagen {
      text-align: center;
      margin-bottom: 30px;
      height: 200px; }
      #instalaciones .container-grid .imagen img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center;
        margin-top: auto;
        margin-bottom: auto; }
      @media (max-width: 991px) {
        #instalaciones .container-grid .imagen img {
          object-fit: contain; } }
    #instalaciones .container-grid .ins2 .imagen img {
      object-fit: contain; }
  #instalaciones h1 {
    text-align: center;
    color: #000; }

#contact iframe {
  height: 100%; }

#contact .datos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1vw;
  font-size: 12px;
  margin-top: 35px; }
  @media (max-width: 767px) {
    #contact .datos {
      grid-template-columns: 1fr; } }
  #contact .datos b {
    display: block;
    margin-bottom: 20px; }

#contact .container {
  display: flex;
  align-items: stretch; }

#contact input, #contact textarea {
  border-radius: 4px;
  border: solid 2px #d7d7d7;
  padding: 15px 10px 10px;
  width: 100%;
  resize: none; }

#contact .nombre {
  grid-area: col1; }

#contact .tel {
  grid-area: col2; }

#contact .asunto {
  grid-area: asunto; }

#contact .mensaje {
  grid-area: mensaje; }

#contact form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "col1 col2" "asunto asunto" "mensaje mensaje" "enviar enviar";
  grid-gap: 1vw; }
  @media (max-width: 480px) {
    #contact form {
      grid-template-areas: "col1 col1" "col2 col2" "asunto asunto" "mensaje mensaje" "enviar enviar"; } }

#contact .input {
  position: relative; }
  #contact .input label {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 9px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    color: #828282; }
    #contact .input label.error {
      top: auto;
      bottom: -10px; }

#contact .enviar {
  grid-area: enviar;
  text-align: right; }
  @media (max-width: 480px) {
    #contact .enviar {
      text-align: left; } }
  #contact .enviar #submit {
    width: 50%;
    border: 0;
    padding: 10px 15px; }

#contact .col-8 {
  color: #000;
  min-width: 55%; }

#contact .col-4 {
  min-width: 45%;
  background: #F3F3F3;
  padding: 50px 15px 50px; }
  #contact .col-4 > div {
    max-width: 80%;
    margin: 0 auto; }
    @media (max-width: 480px) {
      #contact .col-4 > div {
        max-width: 100%; } }

#contact p {
  color: #000;
  font-size: 15px; }
  @media (max-width: 480px) {
    #contact p {
      font-size: 12px; } }

#contact h1 {
  text-align: left;
  color: #003F23;
  font-weight: 600; }

@media (max-width: 768px) {
  #contact .container {
    display: block; }
  #contact iframe {
    height: 250px;
    margin-bottom: -7px; } }

#nosotros {
  margin-top: -70px;
  padding-top: 70px;
  overflow: hidden; }
  #nosotros .container {
    display: flex;
    align-items: stretch; }
    #nosotros .container .col-8 {
      background: #E4E4E4;
      color: #000;
      display: flex;
      align-items: center;
      padding: 80px;
      min-width: 55%;
      /* flex-direction: column; */
      text-align: left;
      justify-content: center; }
      #nosotros .container .col-8 > div {
        max-width: 600px; }
      #nosotros .container .col-8 h1 {
        color: #003F23; }
      #nosotros .container .col-8 p {
        line-height: 1.88em; }
    #nosotros .container .col-4 {
      min-width: 45%;
      background-size: cover; }
    #nosotros .container div img {
      object-fit: cover;
      object-position: center; }
  @media (max-width: 991px) {
    #nosotros .container {
      flex-direction: column; }
    #nosotros .col-4 {
      min-width: 100%;
      height: 350px; }
    #nosotros .col-8 {
      min-width: 100%; } }
  @media (max-width: 480px) {
    #nosotros .container .col-8 {
      padding: 40px 15px; } }
  #nosotros img.nextArrow.fadeIn.slick-arrow {
    position: absolute;
    right: 15px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
    border-radius: 100px; }
  #nosotros img.prevArrow.fadeIn.slick-arrow {
    position: absolute;
    left: 15px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
    border-radius: 100px;
    z-index: 1; }
  #nosotros .mvv {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: space-around;
    text-align: center; }
    #nosotros .mvv div {
      padding: 50px 20px; }
      #nosotros .mvv div p {
        max-width: 320px;
        margin: 0 auto; }
    @media (max-width: 991px) {
      #nosotros .mvv {
        display: block; } }

.owl-carousel {
  height: 100%; }
  .owl-carousel button {
    outline: 0; }
    .owl-carousel button.disabled {
      opacity: 0.6; }
    .owl-carousel button.owl-next {
      right: 15px;
      position: absolute; }
    .owl-carousel button.owl-prev {
      margin-left: 15px;
      position: absolute; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    width: 100%; }
    .owl-carousel .owl-nav img {
      width: 40px;
      /* box-shadow: 3px 1px 1px black; */
      display: inline-block;
      height: auto;
      border-radius: 1000px;
      /* border: 1px solid white; */ }
  .owl-carousel * {
    height: 100%; }
  .owl-carousel .owl-item div {
    background-size: cover;
    background-position: center; }
