/*
Theme Name: Kroptek Theme
Theme URI: https://decubica.com
Author: Decubica
Author URI: http://decubica.com
Description: Kroptek theme creado por Decubica
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
*/

/* ----- General   -----*/


:root {
  --green-light: #1ba99b;
  --green-dark: #065c57;
  --white: #FFFFFF;
  --black: #000000;
  --font-dark: #2b2b2b;
}

body, html {
  overflow-x: hidden;
}

/*---------- Fonts ----------*/

@font-face {
  font-family: AtlasGrotesk-Light;
  src: url('assets/fonts/AtlasGrotesk-Light.ttf'), url('assets/fonts/AtlasGrotesk-Light.woff') format('woff'), url('assets/fonts/AtlasGrotesk-Light.otf') format('opentype'), url('assets/fonts/AtlasGrotesk-Light.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: AtlasGrotesk-Medium;
  src: url('assets/fonts/AtlasGrotesk-Medium.ttf'), url('assets/fonts/AtlasGrotesk-Medium.woff') format('woff'), url('assets/fonts/AtlasGrotesk-Medium.otf') format('opentype'), url('assets/fonts/AtlasGrotesk-Medium.ttf') format('truetype');
}

@font-face {
  font-family: AvenirLTStd-Black;
  src: url('assets/fonts/AvenirLTStd-Black.ttf'), url('assets/fonts/AvenirLTStd-Black.woff') format('woff'), url('assets/fonts/AvenirLTStd-Black.otf') format('opentype'), url('assets/fonts/AvenirLTStd-Black.ttf') format('truetype');
}

@font-face {
  font-family: Avenir-Medium;
  src: url('assets/fonts/Avenir-Medium.ttf'), url('assets/fonts/Avenir-Medium.woff') format('woff'), url('assets/fonts/Avenir-Medium.otf') format('opentype'), url('assets/fonts/Avenir-Medium.ttf') format('truetype');
}

@font-face {
  font-family: AvenirLTStd-Roman;
  src: url('assets/fonts/AvenirLTStd-Roman.ttf'), url('assets/fonts/AvenirLTStd-Roman.woff') format('woff'), url('assets/fonts/AvenirLTStd-Roman.otf') format('opentype'), url('assets/fonts/AvenirLTStd-Roman.ttf') format('truetype');
}

h1, h2, .h2, h3 h4, .h4, h5, h6 {
  font-family: AvenirLTStd-Black;
  font-weight: bold;
}

p {
  font-family: AtlasGrotesk-Light;
}

.btn, .btn.btn-primary {
  font-family: AvenirLTStd-Black;
}

a, a:hover {
  text-decoration: none;
}

/* Container */

/*
  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 576px) {
    .container, .container-sm {
      max-width: 540px;
    }
  }

  @media (min-width: 768px) {
    .container, .container-sm, .container-md {
      max-width: 720px;
    }
  }

  @media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
      max-width: 960px;
    }
  }

  @media (min-width: 1600px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
      max-width: 1540px;
    }
  }

  @media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
      max-width: 1140px;
    }
  } */

.moove-gdpr-modal-left-content {background-color: #006b60 !important;}

.btn {
  color: var(--green-light);
  padding: 20px 0;
}

.btn.btn-primary {
  background-color: var(--green-light);
  color: var(--white);
  font-size: 13px;
  padding: 20px 65px;
  border: 1px solid var(--green-light);
}

.btn-primary.focus, .btn-primary:focus {
  color: var(--white);
  background-color: var(--green-light);
  border-color: var(--green-light);
  box-shadow: none;
}

.btn.btn-primary:hover {
  background-color: var(--white);
  color: var(--green-light);
  border: 1px solid var(--green-light);
}

.btn.btn-white:hover {
  background-color: var(--green-light);
  color: var(--white);
}

.btn.btn-white {
  background-color: var(--white);
  color: var(--green-light);
  font-size: 13px;
  padding: 20px 65px;
  border: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: var(--white);
  background-color: var(--green-light);
  border-color: var(--green-light);
}
.expert.specifications .btn.btn-primary:hover,
#hero .btn.btn-primary:hover,
.customised-spectrum .btn.btn-primary:hover{
  background-color: var(--white);
  color: var(--green-light);
  border: none;
}

p.pd-lr {
  padding: 30px 300px;
}

.contact-template .btn-primary-outline {
  border: 1px solid var(--green-light);
  background-color: var(--white);
  color: var(--green-light);
  font-size: 15px;
  padding: 20px 65px;
  border-radius: .25rem;
  line-height: 1.5;
  margin-top: 15px;
}

.contact-template .btn-primary-outline:hover {
  background-color: var(--green-light);
  color: var(--white);
}

.contact-template .call p {
  margin-bottom: 2rem;
}

/*------- Header --------*/

#header {
  transition: all 0.5s;
  z-index: 997;
}

#header {
  padding: 30px 0;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(0, 0, 0, 1);
  top: 0px !important;
}

#header.header-scrolled, #header.header-inner-pages {
  padding: 10px 0;
}

#header.header-scrolled .logo img {
  max-height: 40px;
}

#header .logo img {
  max-height: 51px;
  margin-left: 40px;
}
.error404 #header {background: #000}
#mega-menu-wrap-menu_principal {margin-right: 65px;}
.mega-drop-down>.mega-sub-menu {
  border: 1px solid #919191 !important
}

.mega-wpml-ls-slot-2 .mega-sub-menu {
  width: 67px !important
}

#mega-menu-wrap-menu_principal #mega-menu-menu_principal > li.mega-menu-item {margin: 0}
#mega-menu-wrap-menu_principal #mega-menu-menu_principal li#mega-menu-item-2896 >a.mega-menu-link,#mega-menu-wrap-menu_principal #mega-menu-menu_principal li#mega-menu-item-2898 >a.mega-menu-link {padding: 0 13px;background: #1ba99b;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;}



.list-quality .row .col-12 {margin: 0 auto}
.list-aplication .row .col-lg-4 {margin-bottom: 50px}
.margin0auto {
  margin: 0 auto;
}
.pad0 {padding-top: 0px !important}
.col-center {
  float: none;
  margin: 0 auto;
}
.ash1 {font-size: 40px;font-weight: 700}
.mw100 {max-width: 100%}
.blueblod {color: var(--green-light);font-weight: bold}
.box-proven-home ul.services-list.proven h1 {    font-size: 2rem;}
.box-proven,.box-proven-home {display: inline-block}
.box-proven-home .content .text a {color: var(--green-light);font-family: AvenirLTStd-Black;}
.box-proven-home .content .text a:hover{color: #212529;}
.proveico, .proveico2 {cursor: pointer}
.box-proven-home .box-numero img {width: 65px;
  display: block;
margin: auto auto;
vertical-align: middle;
margin-top: 12px;
margin-right: 20px;}
.box-proven-home .box-numero {height: 100px;
    width: 100px;
    text-align: center;
    vertical-align: middle;}
.box-proven .content {width: 80%;margin: 0 auto;max-width: 704px;}
.box-proven-home .content {width: 100%;margin: 0 auto}
.box-proven .text {display: inline-block; max-width: 79%;vertical-align: top}
.box-proven .image {display: inline-block; max-width: 18%;margin-right: 2%}
.box-proven-home .image {display: inline-block; max-width: 46%;margin-right: 2%}
.box-proven-home .text {display: inline-block; max-width: 51%;vertical-align: top;text-align: left}
.box-proven {width: 100%}
.box-proven,.box-proven-home .text h3 {margin-bottom: 20px}
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -80px;
    top: 0px;
    background: transparent !important;
    color: var(--gray-text) !important;
}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -80px;
    top: 0px;
    background: transparent !important;
    color: var(--gray-text) !important;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}
.carousel-arrow-right {
    background-image: url(assets/svg/arrow-right.svg);
    width: 24px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}
.carousel-arrow-left {
    background-image: url(assets/svg/arrow-left.svg);
    width: 24px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Style the buttons that are used to open and close the accordion panel */
.section-accordion .accordion {
  position:relative;
  background-color: #ffffff;
  border: solid 2px var(--green-light);
  border-radius: 10px;
  margin-bottom: 30px;
  font-family: AvenirLTStd-Black;
  color: var(--green-light);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.section-accordion .accordion::after {
  content: " ";
  background: url('assets/icons/arrow-right.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 30px;
  right: 23px;
  top: 18px;
  position: absolute;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.section-accordion .active, .section-accordion .accordion:hover {
  background-color: rgba(27,169,155,0.2);
}
.section-accordion .accordion.active::after,.section-accordion .accordion.active:hover::after {
  content: " ";
  background: url('assets/icons/arrow-down.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 30px;
  right: 23px;
  top: 18px;
  position: absolute;
}
.section-accordion a {color: var(--green-light);font-weight: bold}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.ash5 {
  font-size: 20px
}

@media (max-width: 992px) {
  .services-list.proven {display: none}
  #header {
    border: 0;
    padding: 15px 0;
  }
  .box-proven-home ul.services-list.proven li,.box-proven ul.services-list.proven li {width: 80px;height: 80px}
  .box-proven-home ul.services-list.proven li::before,.box-proven ul.services-list.proven li::before {transform: none;top:26px;right: 0;left: 104px}
  .box-proven-home ul.services-list.proven li,.box-proven ul.services-list.proven li {margin: 15px 14px;}
  .box-proven-home .box-numero img,.box-proven .box-numero img {width: 49px;margin-top: 12px;margin-left: 13px;margin-right: 0}
  .box-proven-home .box-numero,.box-proven .box-numero {width: 68px;height: 75px;    line-height: 75px !important;}


}



/*------- Header Transparent --------*/

header#header.transparent {
  transition: all 0.5s;
  z-index: 997;
  background-image: linear-gradient(to bottom, #8f98aa, #acb0bf, #c8cad3, #e4e4e9, #ffffff);
  margin-bottom: 30px;
}

#header.transparent {
  padding: 30px 0;
}

#header.transparent.header-scrolled, #header.transparent.header-inner-pages {
  background: rgba(0, 0, 0, 1);
  top: 0px !important;
}

#header.transparent.header-scrolled, #header.transparent.header-inner-pages {
  padding: 10px 0;
}

#header.transparent.header-scrolled .logo img {
  max-height: 40px;
}

#header.transparent .logo img {
  max-height: 60px;
}

@media (max-width: 992px) {
  #header.transparent {
    border: 0;
    padding: 15px 0;
  }
}

/*------------- Navigation Menu ---------------*/

/* Desktop Navigation */

#mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item>a.mega-menu-link {
  font-family: Avenir-Medium;
  font-size: 16px;
}

#mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-family: Avenir-Medium;
}

.nav-menu ul, #mega-menu-wrap-menu_principal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul, #mega-menu-wrap-menu_principal>ul {
  display: flex;
}

.nav-menu>ul>li, #mega-menu-wrap-menu_principal>ul>li {
  position: relative;
  white-space: nowrap;
  margin: 15px 12px;
}

.nav-menu a, #mega-menu-wrap-menu_principal.mega-menu a {
  display: block;
  position: relative;
  color: var(--white);
  transition: 0.3s;
  font-size: 15px;
  padding: 15px 3px;
  text-transform: uppercase;
  font-family: AtlasGrotesk-Medium;
}

.nav-menu>ul>li>a:before, #mega-menu-wrap-menu_principal>ul>li>a:before, #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item>a.mega-menu-link::before, #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item.mega-current-menu-item::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 15px;
  left: 0;
  background-color: var(--green-light);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover>a:before, .nav-menu .active>a:before, #mega-menu-wrap-menu_principal a:hover:before, #mega-menu-wrap-menu_principal li:hover>a:before, #mega-menu-wrap-menu_principal .active>a:before, #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item>a.mega-menu-link:hover::before, #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item:hover>a.mega-menu-link::before, #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item .active>a.mega-menu-link::before {
  visibility: visible;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link::before, #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link::before, #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link::before {
  visibility: visible;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.nav-menu a:hover, .nav-menu .active>a, .nav-menu li:hover>a, #mega-menu-wrap-menu_principal a:hover, #mega-menu-wrap-menu_principal .active>a, #mega-menu-wrap-menu_principal li:hover>a {
  /*color: rgba(255, 255, 255, 0.7);*/
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-top: 2px solid var(--green-light);
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #282828;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active>a, .nav-menu .drop-down ul li:hover>a {
  color: var(--green-light);
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

img.image.wp-image-768.attachment-full.size-full, img.image.wp-image-772.attachment-full.size-full, img.image.wp-image-1897.attachment-full.size-full {
  margin-top: 50px;
}
.textwidget.custom-html-widget h2 a,.textwidget.custom-html-widget h2 a:hover {color: #000}

/*
  .nav-menu  ul li ul, .nav-menu  ul li ul li ul {
    display: block !important;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: var(--white);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-top: 2px solid var(--green-light);
  }

  .nav-menu ul li:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

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

  .nav-menu ul li ul li a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #282828;
  }

  .nav-menu  ul li ul li a:hover, .nav-menu ul li ul .active>a, .nav-menu ul li ul li:hover>a {
    color: var(--green-light);
  }

  .nav-menu ul li ul>a:after {
    content: "\eac8";
    font-family: IcoFont;
    padding-left: 5px;
  }

 .nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
  }

  .nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
  }

  @media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
      left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover>ul {
      left: -100%;
    }
    .nav-menu .drop-down .drop-down>a:after {
      content: "\ea9d";
    }
  }*/

/*  Button */

#mega-menu-wrap-menu_principal #mega-menu-menu_principal>li#mega-menu-item-306.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li#mega-menu-item-306.mega-current-menu-ancestor>a.mega-menu-link {
  background: rgba(27, 169, 155, 0.916);
  color: #f3f3f3;
  font-size: 13px;
  padding: 0 30px;
}

#mega-menu-wrap-menu_principal #mega-menu-menu_principal li#mega-menu-item-306>a.mega-menu-link {
  font-size: 13px;
  padding: 0 30px;
}

#mega-menu-wrap-menu_principal #mega-menu-menu_principal li#mega-menu-item-306>a.mega-menu-link::before {
  content: none;
}

#mega-menu-wrap-menu_principal #mega-menu-menu_principal li#mega-menu-item-306>a.mega-menu-link:hover, #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li#mega-menu-item-306.mega-current-menu-ancestor>a.mega-menu-link:hover {
  background: var(--white);
  color: var(--green-light);
}

.nav-menu a.btn.btn-primary:hover, .nav-menu .active>a.btn.btn-primary, .nav-menu li:hover>a.btn.btn-primary, #mega-menu-wrap-menu_principal a.btn.btn-primary:hover, #mega-menu-wrap-menu_principal .active>a.btn.btn-primary, #mega-menu-wrap-menu_principal li:hover>a.btn.btn-primary {
  color: var(--green-light);
}

.mega-get-started-btn {
  background-color: var(--green-light);
  color: var(--white);
  border-radius: 4px;
  font-size: 13px;
  padding: 0 30px;
  white-space: nowrap;
  transition: 0.3s;
  display: inline-block;
  text-transform: uppercase;
}

.mega-get-started-btn:hover {
  background-color: var(--green-light);
  color: var(--white);
}

#header .get-started-btn {
  background-color: var(--green-light);
  color: var(--white);
  border-radius: 4px;
  padding: 0px 30px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
}

#header .get-started-btn:hover {
  background-color: var(--green-light);
  color: var(--white);
}

li#menu-item-306.get-started-btn {
  background-color: var(--green-light);
  color: var(--white);
  border-radius: 4px;
  padding: 0px 30px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
}

li#menu-item-306.get-started-btn:hover {
  background-color: var(--green-light);
  color: var(--white);
  font-size: 13px;
  padding: 0 30px;
}

@media (max-width: 992px) {
  li#menu-item-306.get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
  .desktop {display: none}
  /*invertim newsletter/twitter footer */
  .footer .row .col-lg-7 .row div:first-child {order: 2;color: #fff}
  .footer .row .col-lg-7 .row div:nth-child(2) {order: 1;color: #000}
  #applications .applications img {height: 300px !important}
  .crops ul.list-spectrum li {max-width: 49%;display: inline-block}
  .crops ul.list-spectrum li:nth-child(even) {margin-right: 0}
  .expert.specifications {padding: 30px 0 !important}
  #mega-menu-474-0 .mega-sub-menu .mega-menu-column p,#mega-menu-474-0 .mega-sub-menu .mega-menu-column a,#mega-menu-474-0 .mega-sub-menu .mega-menu-column img {display: none}
  #mega-menu-474-0 .mega-sub-menu .mega-menu-column h2 a {display: inline-block;color: #000}
  #mega-menu-474-0 .mega-sub-menu .mega-menu-column h2 {font-size: 17px !important;margin-bottom: 0 !important;}
  #mega-menu-474-0 .mega-sub-menu li {min-height: 0 !important;padding: 0 0 10px 0 !important}
  #mega-menu-474-0-1,#mega-menu-474-0-3 {display: none !important}
  .mega-menu-item-474 .mega-sub-menu {border: none !important}

  .ord3 {order: 3}

  .page-template-product-template .features h1 {font-size: 1.5rem !important;}
  .page-template-product-template .features-carousel {margin-top: 0 !important}

  .services .hero-img .row .col-lg-8 {display: none}
  .services-planning > .row .col-lg-8 {display: none}
  .services-customised > .row .col-lg-7 {display: none}
  .home .products .container .row .col-lg-6 {order: 2}
  .about > .row .col-lg-7  {order: 2}
  .about .row:last-child {display: none}
  .list-aplication .row .col-lg-7 {order:2}

  .product-list .list-product .align-items-center .col-lg-6 {text-align: center}
  .list-quality .row .col-12 .col-sm-12 {width: 33%}
  .list-proven-quiality .col-lg-3 {display: inline-block;
    width: 20%;}
    .list-proven-quiality  .col-lg-9 {width: 79%}
  .list-proven-quiality .list-item {margin-bottom: 25px !important}
  .list-proven-quiality .list-item .col-lg-3 {order: 1}
  .list-proven-quiality .list-item .col-lg-9 {order: 2}
  .list-proven-quiality .list-item .col-lg-3 img {margin-top: 0}
  .list-services .list-item:nth-child(2n), .list-proven-quiality .list-item:nth-child(2n) {flex-direction:row !important}

}

/* Mobile Navigation */

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

#header.header-scrolled button.mobile-nav-toggle {
  top: 18px;
}

.mobile-nav-toggle {
  top: 61px;
}

.mobile-nav-toggle i {
  color: var(--white);
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: var(--white);
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #282828;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active>a, .mobile-nav li:hover>a {
  color: var(--green-light);
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(15, 15, 15, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: var(--white);
}

#products h1 {margin-top: 30px}
/*-------------  Hero Section Banner --------------------*/

#hero, #hero .carousel-item {
  width: 100%;
  height: 800px;
  background-size: 100% auto;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}

#heroProduct {
  width: 100%;
  height: auto;
  background-size: 100% auto;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}

#heroProduct .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: var(--green-light);
}

.page-home-template #hero, .page-home-template .carousel-item {
  border-bottom: 25px solid var(--green-dark);
  align-items: center;
  display: flex;
}

#hero:before, #hero .carousel-item::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 0;
}

#hero .carousel-item {
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hero .container, .carousel-item .container {
  padding-top: 72px;
  position: relative;
  text-align: center;
}

#hero h1, .carousel-item h1 {
  margin: 0 0 20px 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 56px;
  color: var(--white);
}

#hero .carousel-control-next, .carousel-control-prev {
  display: none;
}

#hero p, #hero h2, .carousel-item h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 22px;
  font-family: AtlasGrotesk-Light;
  font-weight: normal;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-left, #hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-left, #hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-left, #hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

/*

Zoom
*/

@-webkit-keyframes zoom {
  0% {
    background-size: 100% auto;
  }
  50% {
    background-size: 120% auto;
  }
  100% {
    background-size: 100% auto;
  }
}

@keyframes zoom {
  0% {
    background-size: 100% auto;
  }
  50% {
    background-size: 120% auto;
  }
  100% {
    background-size: 100% auto;
  }
}

#hero, .page-home-template .carousel-item.active {
  -webkit-animation: zoom 30s;
  animation: zoom 30s;
}

@media (max-width: 768px) {
  .box-proven-home ul.services-list.proven li::before,.box-proven ul.services-list.proven li::before {transform: none;top:26px;right: 0;left: 86px}
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*----------- Back to top button ---------------*/

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: var(--green-light);
  color: var(--white);
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: var(--green-light);
  color: var(--white);
}

/*----- Carousel ------*/

.products-carousel .owl-stage {
  right: 150px;
}

.carousel-products .owl-carousel .owl-item img {
  width: 100%;
  min-height: 200px;
  height: 200px;
  object-fit: contain;
}

.carousel-products .owl-carousel .owl-item h1.h2 {
  font-family: AvenirLTStd-Black;
  font-size: 18px;
  color: var(--black);
}

.carousel-products .owl-carousel .owl-item h1 {
  min-height: 60px;
}

.carousel-products .owl-carousel.owl-drag .item {
  height: 320px;
}

.box {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 30px;
}

.box:before {
  width: 0;
  background-image: linear-gradient(to bottom, rgba(107, 198, 189, 1), rgba(249, 250, 250, 0.9) 90%);
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all .5s ease 0s;
  content: '';
}

.box:hover:before {
  width: 100%;
}

.box img {
  width: 100%;
  height: auto;
}

.box img:hover:before {
  opacity: 0.2;
  content: '';
}

.box .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 50px;
  transform: scale(0);
  transition: all .3s ease 0s;
}

.box:hover .box-content {
  transform: scale(1);
}

.box .title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 10px 0;
}

.box .post {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin: 20px 0;
}

@media only screen and (max-width:990px) {
  .box {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width:767px) {

.box-proven-home ul.services-list.proven li,.box-proven ul.services-list.proven li {height: 75px;width: 75px;margin: 6px}
.box-proven-home ul.services-list.proven li::before,.box-proven ul.services-list.proven li::before {content: none}
.box-proven-home .box-numero,.box-proven .box-numero {width: 68px;height: 75px;    line-height: 75px !important;}
.box-proven-home .box-numero img,.box-proven .box-numero img {margin-top: 8px;width: 50px;margin-right: 0;margin-left: 10px;}
.box-proven-home .text, .box-proven-home .image,.box-proven .text, .box-proven .image {max-width: 90%}
.owl-carousel .owl-nav .owl-prev {left: -19px}
.owl-carousel .owl-nav .owl-next {right: -19px}

  .box:before {
    /*left: -400px;*/
  }
  .box:hover:before {
    /*width: 300%;*/
  }
}

/*------ Services ----- */

section.services p {
  font-family: AvenirLTStd-Roman;
}
section.services {
  margin-top: -40px;
}

section.services, section.applications {
  padding: 0 0 60px 0;
}

a.white {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.services .p-top {
  padding-top: 60px;
}

.img-mtop {
  position: absolute;
  bottom: 0;
}

.services-planning .services-planning-img2 {
  top: -200px;
  position: absolute;
  max-width: 500px;
}

.services-planning, .services-customised {
  padding-bottom: 150px;
  padding-top: 50px;
}

.services-customised .img-2 {
  top: -200px;
  position: absolute;
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.services .services-btn.btn.btn-primary {
  margin-top: 50px;
  margin-bottom: 170px;
}

.services h1 {
  margin-top: 30px;
}

.list-services .row.list-item {
  margin-bottom: 60px;
}

.list-services .list-item:nth-child(2n), .list-proven-quiality .list-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.list-proven-quiality .icono-quality{
  margin-top: 20px;
}

.proven-template{
  padding: 60px 0 0;
}

.titulo-proven{
  margin-bottom: 20px;
}

.list-proven-quiality .list-item{
  margin-bottom: 90px;
}

.services-content, .spectrum-content, .contact-content {
  padding: 80px 0;
}

.contact-content {
  margin-bottom: 60px;
}

ul.services-list.proven li.active {
  background: var(--green-light);
}

.box-proven a {color: var(--green-light);text-decoration: underline;}

ul.services-list.proven li {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: solid 2px var(--green-light);
    text-align: center;
    display: inline-block;
}
ul.services-list.proven li .box-numero {
  line-height: 100px;
  font-family: AvenirLTStd-Black;
  font-size: 38px;
  color: var(--green-light);

}
ul.services-list.proven li.active .box-numero {color: #fff}

ul.services-list {
  display: inline-flex;
  list-style-type: none;
  padding-inline-start: 0;
  display: grid;
    list-style-type: none;
    grid-gap: 15px;
    grid-template-columns: 19% 19% 19% 19% 19%;
    padding: 10px;
}



ul.services-list li {
  margin: 15px 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
ul.services-list li p{
  font-family: AvenirLTStd-Black;
}

ul.services-list li::before {
  content: " ";
  background: url('assets/icons/noun_Arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 30px;
  right: -50px;
  top: 40px;
  position: absolute;
}

ul.services-list li:last-child:before {
  content: " " !important;
  background: none !important;
  width: 0;
  right: 0;
}

.services-list .icono {
  width: 50px;
}

ul.services-list li .box-icono {
  width: 100px;
  height: 100px;
  padding: 15px;
  border: 3px solid var(--green-light);
  border-radius: 50px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.spectrum-template .features {
  color: var(--black);
  background-image: linear-gradient(to bottom, #065c57, #ffffff, #ffffff, #ffffff, #ffffff);
}

/*--- Productos ----*/

section.products {
  padding: 50px 0;
}


.products .item:first {
  padding-bottom: 30px;
}

.products .item p, .products .item h1 {
  color: var(--black) !important;
}
.products .item ul {margin-left: -20px;}

/*------ Aplicaciones -----*/

.applications.box-applications .col-lg-4 {
  padding-right: .25rem !important;
  padding-left: 0!important;
  padding-bottom: .25rem;
}

.simple-application section.connectivity {
  padding: 0;
}

.simple-application section.crops {
  padding: 30px 0 100px;
}

.simple-application .features {
  background-image: linear-gradient(to bottom, #065C57, #ffffff);
}

.simple-application .list-connectivity ul li {
  font-size: 16px;
}

.simple-application .testimonils {
  padding: 50px 0 150px;
  margin-bottom: 15px;
}
.testimonils .container .item {margin-top: 52px;}
.testimonils .container .owl-item .item {margin-top: 0}

.box-green {
  background-color: var(--green-dark);
  color: var(--white);
  padding: 60px 40px;
  height: 300px;
}

.box-img {
  background-position: center;
  background-size: cover;
  position: relative;
  height: 300px;
  padding: 60px 40px;
}

.box-img:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.box-img:hover:before {
  background: rgba(0, 0, 0, 0.6);
}

.box-img h1 {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 56px;
  color: var(--white);
}

.box-img span, .box-img p {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: var(--white) !important;
}

/* ---- --- Testimonios Carousel -----*/

.testimonils {
  background-position: top;
  background-size: cover;
  position: relative;
  padding: 50px 0;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

.testimonils::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(250, 250, 250), rgba(250, 250, 250, 0.3));
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.testimonils .circle-img {
  width: 100px !important;
  height: 100px;
  border-radius: 50px;
}

.testimonils p {
  font-size: 16px;
  font-weight: 500;
  font-family: AtlasGrotesk-Medium;
}

.testimonils p.name {
  font-size: 16px;
  font-weight: 300;
  padding: 10px 0;
  margin: 0;
  color: #2b2b2b;
  font-family: AtlasGrotesk-Medium;
}

.testimonils .btn {
  padding: 0px 0;
}

.testimonils h4 {
  color: var(--green-light) !important;
  font-size: 15px !important;
  font-weight: 500;
  padding: 15px 0;
  font-family: AtlasGrotesk-Medium;
}

.testimonial-carousel.owl-carousel .item {
  padding: 60px 0;
}

.testimonial-carousel.owl-carousel .owl-dots .owl-dot.active span, .testimonial-carousel.owl-carousel .owl-dots .owl-dot:hover span {
  background: var(--green-light);
  border-radius: 0 !important;
}

.testimonial-carousel.owl-carousel .owl-dots {
  display: inline-block;
  width: 49%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}

.testimonial-carousel.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.testimonial-carousel.owl-carousel .owl-dots .owl-dot span {
  background: rgb(194, 194, 194);
  display: inline-block;
  height: 6px;
  margin: 0 2px 5px;
  width: 40px;
  border-radius: 0;
}

.testimonial-carousel .circle-img {
  width: 100px !important;
  height: 100px;
  border-radius: 50px;
}

.testimonial-carousel.owl-carousel .item p {
  font-size: 16px;
  font-weight: 500;
  font-family: AtlasGrotesk-Medium;
}

.testimonial-carousel.owl-carousel .item p.name {
  font-size: 16px;
  font-weight: 300;
  padding: 10px 0;
  margin: 0;
  color: #2b2b2b;
  font-family: AtlasGrotesk-Medium;
}

.testimonial-carousel.owl-carousel .item .btn {
  padding: 0px 0;
}

.testimonial-carousel.owl-carousel .item h4 {
  color: var(--green-light);
  font-size: 15px;
  font-weight: 600;
  padding: 15px 0;
  font-family: AtlasGrotesk-Medium;
}

/* ---- About -----*/

section.about {
  padding-top: 150px;
}

.about p {
  font-family: AvenirLTStd-Roman;
}

.about .about-img2 {
  top: -200px;
  position: relative;
  max-width: 500px;
}

.about .row.about-img {
  margin: 0;
}

.about .img-about-1 {
  height: 700px;
  object-fit: cover;
  width: 100%;
}

.about .btn.btn-primary {
  padding: 20px 80px;
}

.embed-container {
  position: relative;
 /* padding-bottom: 56.25%;*/
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-content {
  padding: 80px 0 0;
}

.about-includes{
  padding: 40px 0 80px;
}

.about-container {

}

#about-template p {
  font-family: AvenirLTStd-Roman;
}

/*---- Clients ----*/

.page-home-template .clients {
  margin-top: -100px;
  padding-bottom: 60px;
}

.clients-img {
  height: 82px;
  max-width: 200px;
  object-fit: cover;
}

.clients {
  margin-top: 0px;
  padding-bottom: 120px;
  padding-top: 120px;
}

.home .clients {
  padding-top: 0px !important;
}

.product-details .clients, #products-archive .clients {
  margin-top: 0px;
  padding-bottom: 120px;
  padding-top: 120px;
}
.page-template-quality-template .clients {padding-top: 0}

/* ----- Footer  -----*/

.footer {
  background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0.2), rgba(6, 93, 88, 1));
}

.footer .img-footer {
  content: "";
  background-image: url('../images/Capa-1133.png');
  position: absolute;
  bottom: 0px;
  left: 0;
}

.copyright {
  color: var(--white);
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

footer.footer .row {
  margin-right: 0;
  margin-left: 0;
}

.menu-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.menu-footer ul li {
  position: relative;
  white-space: nowrap;
  margin: 0 12px 0 0;
}

.menu-footer ul li:last-child {
  margin: 0;
}

.menu-footer a {
  display: block;
  position: relative;
  color: var(--white);
  transition: 0.3s;
  font-size: 15px;
  padding: 15px 3px;
  text-transform: uppercase;
  font-family: AtlasGrotesk-Medium;
}

.footer .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 10px;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
}

.footer .social-links a:hover {
  color: var(--green-dark);
}

.footer .nav-menu-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .nav-menu-footer>ul {
  display: flex;
}

.footer .nav-menu-footer>ul>li {
  position: relative;
  white-space: nowrap;
  margin: 0;
  text-decoration: none;
}

/* .footer .nav-menu-footer ul li a::after {
   content: "-";
   margin: 0 10px;
  }

  .footer .nav-menu-footer ul li a:last-child:after{
    content: " ";
    margin: 0;
   } */

.footer .nav-menu-footer a {
  display: block;
  position: relative;
  float: right;
  color: var(--white);
  transition: 0.3s;
  font-size: 16px;
  padding: 10px 3px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
  font-family: AvenirLTStd-Black;
}

.footer .copyright p.credits {
  margin-top: 0;
  font-family: AvenirLTStd-Roman;
}

.footer .copyright a::after, .footer .copyright p.credits::after {
  content: "-";
  margin: 0 5px;
}
.footer .copyright a:last-child::after {content:none}


.footer .copyright a {
  color: var(--white);
  display: inline-block;
  font-family: AvenirLTStd-Black;
  text-decoration: none;
}

/*----- PAGINA DE APLICACIONES ------*/

#applications section.applications {
  padding: 150px 0;
}

#applications .clients, #product-details .clients, #products-archive .clients {
  margin-top: 0px;
  padding: 150px 0;
}

#applications .applications img {
  height: 600px;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

#applications .applications span {
  display: block;
  margin: 15px 0;
}

#applications .applications .row.mt-50 {
  margin-top: -50px;
}

#applications .applications .list-aplication div.list-item {
  margin-top: -25px;
}

#applications .applications .list-aplication div.list-item:first-child {
  margin-top: 0;
}

#applications .applications .list-aplication div.list-item:nth-child(2n) {
  flex-direction: row-reverse;
}
#applications .applications .list-aplication div.list-item h1 {padding-top: 30px}

.mt-18 {
  margin-top: -100px;
}

.expert {
  background-position: top;
  background-size: cover;
  position: relative;
  padding: 150px 0;
}

.expert::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to bottom, rgb(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.expert h1, .expert p {
  color: var(--white);
}

.simple-application .customised-spectrum p {
  color: var(--black);
}

.main .products h2 {
  text-transform: uppercase;
}

.product {
  padding: 130px 0;
}

.item-product {
  border: 1px solid var(--green-light);
  padding: 60px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 48px -25px rgba(27, 169, 155, 1);
  -moz-box-shadow: 0px 0px 48px -25px rgba(27, 169, 155, 1);
  box-shadow: 0px 0px 48px -25px rgba(27, 169, 155, 1);
  position: relative;
}

.item-product::after {
  content: " ";
  background-image: url('assets//icons/noun_like_2099259.png');
  height: 80px;
  width: 80px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: initial;
  background-size: 65%;
  background-position: center;
  right: 40px;
  bottom: -35px;
  position: absolute;
}

.main .products .btn.btn-text {
  padding: 10px 0;
}

.main .products .btn.btn.btn-primary, .services .services-btn.btn.btn-primary {
  padding: 25px 120px;
}

.letter-text {
  letter-spacing: 5px;
}

.simple-application img.img-connectivity {
  height: 430px;
  width: 100%;
  object-fit: cover;
}

/*----- PAGINA DE PRODUCTOS ------*/

#products-archive .product-list {
  padding: 100px 0 30px;
}

#products-archive .product-list .list-product .row {
  margin: 60px 0;
}

#products-archive .product-list .list-product div.list-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.simple-application .item-product .row {
  margin: 10px 0;
}

.simple-application .item-product div.list-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.controlled-template .product {
  padding: 0px 0 170px;
}

#productCarousel .carousel-item img {
  min-height: 580px;
}

#product-details .customised-spectrum {
  padding: 10px;
}
section.proven_performance .proven-performance-carousel {margin-bottom: 100px}
section.proven_performance .proven-performance-carousel .owl-item {text-align: center}
section.proven_performance p em {font-style: normal;color: var(--green-light)}
section.crops {
  padding: 20px 0 50px;
}

section.crops.quality {
  margin-top: 60px;
}


#product-details section.connectivity {
  padding: 50px 0 20px;
}

.crops ul.list-spectrum li {
  margin: 0 30px 0 0;
}

.crops .list-spectrum li img {
  width: auto;
  height: 65px;
}

.crops .list-spectrum p {
  font-family: AvenirLTStd-Black;
  font-size: 16px;
}

.crops.quality .list-spectrum p {
  font-family: AvenirLTStd-Roman;
  font-size: 18px;
}

/*----- PAGINA - DETALLES DE PRODUCTOS ------*/

.single-product {
  width: 100%;
  height: auto;
  margin-top: 180px;
  margin-bottom: 100px;
  text-align: center;
  background-color: #fff;
}

#product-details .single-product h1, #product-details .single-product h2, #product-details .single-product p {
  color: var(--font-dark);
}

#product-details .single-product p {
  margin: 30px 0;
}

.product-image-carousel.owl-carousel .owl-dots .owl-dot.active span, .product-image-carousel.owl-carousel .owl-dots .owl-dot:hover span {
  background: var(--green-light);
}

.product-image-carousel.owl-carousel .owl-dots .owl-dot span {
  background: #eee;
  display: inline-block;
  height: 10px;
  margin: 0 2px 5px;
  width: 10px;
  border-radius: 50px;
}

.features-carousel {
  margin-top: 30px;
}

.features {
  padding: 40px 0 0;
  color: var(--white);
  background: linear-gradient(to bottom, rgba(6, 92, 87, 1) 0%, rgba(255, 255, 255, 1) 86%, rgba(255, 255, 255, 1) 100%);
}

.features .features-carousel img.w-80 {
  width: auto;
  height: 120px;
  display: initial;
  margin: 20px 0;
}
.features.mb-5 {margin-bottom: 6rem!important}

.features .features-carousel h5 {
  color: var(--font-dark);
  font-size: 32px;
}

.features .features-carousel p {
  color: var(--font-dark);
  font-size: 18px;
}

.features-carousel.owl-carousel .item {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 400px;
  object-fit: cover;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.features-carousel.owl-carousel .owl-item {
  height: 380px;
  position: relative;
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: all 0.2s;
  -webkit-transform: all 0.2s;
  z-index: 1;
}

@media (max-width: 768px) {
  section.crops.quality .img-fluid {max-width: 50px}

  .features-carousel.owl-carousel .owl-item {
    height: 470px;
  }
	.main .products .btn.btn.btn-primary, .services .services-btn.btn.btn-primary {
    padding: 25px 35px;
}
	#header .logo img {
    margin-left: 10px;
}
}

@media (max-width: 380px) {
  .features-carousel.owl-carousel .owl-item {
    height: 400px;
  }
}

.features-carousel.owl-carousel .owl-item.big {
  transform: scale(1);
  -ms-transform: scale(1);
  z-index: 3;
}

.features-carousel.owl-carousel .owl-item.medium {
  transform: scale(0.9);
  -ms-transform: scale(0.9);
  z-index: 2;
  opacity: 0.6;
}

.features-carousel.owl-carousel .owl-item.medium.mdright {
  position: relative;
  left: -30px;
  opacity: 0.6;
}

@media (min-width: 768px) {
  .features-carousel.owl-carousel .owl-item.medium.mdright {
    left: 0px;
  }
}

.features-carousel.owl-carousel .owl-item.medium.mdleft {
  /*border: solid 1px blue;*/
  position: relative;
  right: -30px;
}

@media (min-width: 768px) {

  .features-carousel.owl-carousel .owl-item.medium.mdleft {
    right: 0px;
  }
}

.features-carousel.owl-carousel .owl-item.smallRight {
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  position: relative;
  left: -20px;
  opacity: 0.5;
}

.features-carousel.owl-carousel .owl-item.smallLeft.active {
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  position: relative;
  right: -20px;
  opacity: 0.5;
}

.features-carousel.owl-carousel .owl-item.smallLeft.active img, .features-carousel.owl-carousel .owl-item.smallRight img {
  height: 90px;
}

.features-carousel.owl-carousel .owl-item.medium.mdright img, .features-carousel.owl-carousel .owl-item.medium.mdleft img {
  height: 100px;
}

.features-carousel.owl-carousel .owl-item.smallLeft.active h5, .features-carousel.owl-carousel .owl-item.smallRight h5, .features-carousel.owl-carousel .owl-item.medium.mdright h5, .features-carousel.owl-carousel .owl-item.medium.mdleft h5 {
  font-size: 30px;
}

.features-carousel.owl-carousel .owl-item.smallLeft.active p, .features-carousel.owl-carousel .owl-item.smallRight p, .features-carousel.owl-carousel .owl-item.medium.mdright p, .features-carousel.owl-carousel .owl-item.medium.mdleft p {
  font-size: 16px;
}

.customised-spectrum {
  padding: 80px 0;
}

ul.list-spectrum {
  display: inline-flex;
  list-style-type: none;
  padding-inline-start: 0;
}

ul.list-spectrum li {
  margin: 0 15px 0 0;
}

ul.list-spectrum li img {
  width: 64px;
  height: 64px;
}

.list-connectivity ul {
  list-style: none;
  padding-inline-start: 0;
}

.list-connectivity ul li {
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
  font-family: AvenirLTStd-Roman;
}

.list-connectivity ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin: 0 20px 0 10px;
  padding: 0 10px;
  background-color: var(--green-light);
}

.list-connectivity ul li::marker {
  font-size: 50px;
  color: #1BA99B;
}

.galery-led {
  padding: 20px 0;
}

.galery-led .galery-led-carousel .item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.expert.specifications {
  background-size: cover;
  position: relative;
  background-position: center;
  padding: 150px 0;
  color: var(--white);
}

.expert.specifications::before, .expert.improve::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.expert.improve {
  background-size: cover;
  position: relative;
  padding: 150px 0;
  color: var(--white);
}

#product-details .testimonils {
  margin-bottom: 150px;
}

#product-details .features {
  padding: 100px 0 20px;
}

.product-image-carousel {
  margin-top: 20px;
  margin-bottom: 50px;
}

/* FORMULARIOS */

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: AvenirLTStd-Roman;
  color: #054859;
  background-color: #f2f9fb;
  background-clip: padding-box;
  border: 1px solid #054859;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

::placeholder {
  color: #054859 !important;
  font-family: AvenirLTStd-Roman;
}

/* contact  */

.text-contact ul {
  list-style-type: none;
  padding-inline-start: 0;
}

.text-contact ul li {
  font-family: AvenirLTStd-Black;
  font-size: 17px;
  margin-bottom: 11px;
}

.text-contact ul li::before {
  content: "";
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0px;
  padding: 0 10px;
  background-image: url('assets/images/check.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.text-contact ul li::marker {
  font-size: 50px;
  color: #1BA99B;
}

.icono-text {
  width: 40px;
  object-fit: cover;
  height: auto;
}

.icon-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.icon-text h2 {
  margin-bottom: 0;
  padding: 0 0 0 20px;
}

.ml-60 {
  margin-left: 60px;
}

.call {
  padding: 80px 0 0;
}

.call a {
  text-decoration: none;
  color: var(--black);
}

.call a:hover {
  color: var(--font-dark);
}

.call .btn-primary-outline {
  position: absolute;
  bottom: -60px;
}

/* MAp */

.acf-map {
  width: 100%;
  height: 600px;
  border: #ccc solid 1px;
}

.acf-map img {
  max-width: inherit !important;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 20px 0 0;
  line-height: 1;
}

.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form .wpcf7-radio input[type=radio] {
  position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio]+span {
  /*   border: 3px solid red;  */
  margin: 0 15px;
  font-family: AvenirLTStd-Roman;
}

.wpcf7-form .wpcf7-radio input[type=radio]+span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: 0px;
  border: 1px solid #054859;
  background-color: #fff;
}

.wpcf7-form .wpcf7-radio input[type=radio]+span:after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 4px;
  left: 4px;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked+span:before {
  background: transparent;
  /*     border-color: red; */
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked+span:after {
  background: #054859;
  visibility: visible;
}

div#ctf {
  background-color: #fff;
}

/*------------------------- Media --------------------------*/

@media only screen and (max-width:1440px) {
  .services-planning .services-planning-img2 {
    top: -100px;
    position: absolute;
    max-width: 340px;
  }
  .services-customised .img-2 {
    top: -130px;
    position: absolute;
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
  .nav-menu>ul>li {
    margin: 15px 5px;
  }
  .wpcf7-form .form-row.row-md-interes .col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .features-carousel.owl-carousel .owl-item {
    height: 400px;
  }
}

@media only screen and (max-width:1366px) {
  #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item>a.mega-menu-link {
    font-size: 14px;
    padding: 0 10px;
  }
  .contact-template .btn-primary-outline {
    padding: 15px 45px;
  }
}

@media only screen and (max-width:1280px) {
  .h1, h1 {
    font-size: 2rem;
  }
  .contact-template .btn-primary-outline {
    padding: 15px 25px;
}
}
@media only screen and (max-width:1200px) {
  ul.services-list li {
    margin: 15px 1px;
  }
}
@media only screen and (max-width:1024px) {
  ul.services-list li::before {right: -30px}
  .wpcf7-form .wpcf7-radio input[type=radio]+span {
    font-size: 13px;
  }
  #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item {
    margin: 0;
  }
  #mega-menu-wrap-menu_principal #mega-menu-menu_principal li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    min-height: 400px;
  }
  .h1, h1 {
    font-size: 2rem;
  }
  .contact-template .btn-primary-outline {
    padding: 15px 20px;
}
}

@media only screen and (max-width:768px) {
  #mega-menu-wrap-menu_principal {margin-right: 0}
  .services .p-top, section.services, section.applications {padding: 0}
  .services-planning, .services-customised {padding: 0 20px}
  .services .services-btn.btn.btn-primary {margin-bottom: 40px}
  .page-home-template section.products {padding: 0 20px}
  .page-home-template .applications.box-applications .row div {margin-bottom: 25px}
  .testimonils {padding: 10px 0;margin-bottom: 40px !important;}
  .list-services .row.list-item {
    margin-bottom: 19px;
}
  .expert.specifications .container h1 {margin-top: 30px}

  .page-home-template section.about {padding: 0}
  .page-home-template section.about .container .row div {margin-bottom: 15px}

  #applications section.applications {padding: 40px 0}
  .list-aplication .aos-animate {margin-top: 10px}

  .hero-img .row {margin-left: 0;margin-right: 0}

  .pl-5, .px-5 {padding-left: 1rem !important}
  .simple-application section.crops {padding-top: 0}
  .list-spectrum li {margin: 0}
  .crops .list-spectrum li img {height: 100px}
  .simple-application section.crops {
    padding: 0px 0 14px;
}
.product {
    padding: 40px 0;
}
.product .container .item-product .row h1 {font-size: 1.5rem;}
.carousel-item {height: 460px !important;}
#products-archive .product-list {
    padding: 50px 0 0px;
}
.features {
    padding: 50px 0 0;
  }
  .features-carousel {
    margin-top: 50px;
}
#product-details .features {
    padding: 50px 0 0;
}
#product-details .customised-spectrum {
  padding: 0 10px;
}

  .services-content, .spectrum-content, .contact-content {
    padding: 80px 0 10px;
}
ul.services-list, ul.list-spectrum {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.page-template-contact-template .clients {
    padding-top: 0px !important;
    margin-top: 0;
}
.contact-content {margin-bottom: 0}
.call {
    padding: 20px 0 0;
}
section.products .title h1 {padding-top: 30px}
.h2.text-dark.mb-3 {padding-top: 15px}
.aos-animate h2 {margin-top: 15px}
#productCarousel .carousel-item img {min-height: auto}
.product-details .carousel-fade .carousel-item {height: 240px !important}
.product-details .single-product {margin-bottom: 36px}
.about-content {
    padding: 80px 0 0;
}

  .menu-footer ul {display: inline-block}
  .menu-footer a {padding: 5px 3px}
  .footer .copyright a {width: 100%}
  .footer .copyright p.credits {margin-bottom: 0}
  .footer .copyright a::after, .footer .copyright p.credits:after {
    content: none
  }
  .about .about-img2 {
    top: 0;
    position: relative;
    max-width: 100%;
    display: none;
  }
  .services-customised .img-2 {
    top: 0;
    position: relative;
    height: 350px;
    width: 100%;
    object-fit: cover;
  }
  .services-planning .services-planning-img2 {
    top: 0;
    position: relative;
    max-width: 100%;
  }
  .img-mtop {
    position: relative;
    bottom: 0;
    max-width: 100%;
  }
  .testimonial-carousel.owl-carousel .owl-dots {
    display: inline-block;
    width: 49%;
    text-align: center;
    position: relative;
    top: 0;
    bottom: 0;
  }
  .clients {
    margin-top: 40px;
    padding: 0;
  }
  .clients-carousel img {
    width: 100% !important;
    height: 80px !important;
    min-height: 80px !important;
    object-fit: contain !important;
  }
  .clients .owl-carousel .owl-item img.logos-clients {
    display: block;
    width: 100%;
    height: 80px;
    min-height: 80px;
    object-fit: contain;
  }
  #applications .applications .row.mt-50 {
    margin-top: 0px;
    padding: 30px 0;
  }
  .btn.btn-primary {
    margin: 15px 0;
  }
  .products-carousel .owl-stage {
    right: 0px;
  }
  ul.services-list, ul.list-spectrum {
    flex-direction: column;
  }
  ul.services-list li::before {
    width: 20px;
    height: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 150px;
    position: absolute;
    transform: rotate(90deg);
  }
  ul.services-list{
    grid-template-columns: auto;
  }
  ul.list-spectrum li {
    margin: 10px 0;
    display: inline-block;
  }
  #product-details section.connectivity {padding: 0 0 20px}
  .footer {
    background-image: linear-gradient(to bottom, rgba(6, 93, 88, 1), rgba(6, 93, 89, 0.815));
    padding: 30px 0 0;
  }
  footer.footer .row {
    flex-direction: column-reverse;
  }
  #applications .applications .list-aplication div.list-item {
    margin-top: 30px;
  }
  #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link::before, #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link::before, #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link::before {
    width: 100%;
    bottom: 0;
  }
  .nav-menu>ul>li>a:before, #mega-menu-wrap-menu_principal>ul>li>a:before, #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item>a.mega-menu-link::before, #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item.mega-current-menu-item::before {
    width: 100%;
    bottom: 0;
  }
  .nav-menu a:hover:before, .nav-menu li:hover>a:before, .nav-menu .active>a:before, #mega-menu-wrap-menu_principal a:hover:before, #mega-menu-wrap-menu_principal li:hover>a:before, #mega-menu-wrap-menu_principal .active>a:before, #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item>a.mega-menu-link:hover::before, #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item:hover>a.mega-menu-link::before, #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item .active>a.mega-menu-link::before {
    width: 100%;
  }
  #mega-menu-wrap-menu_principal #mega-menu-menu_principal>li.mega-menu-item {
    padding: 5px 0;
  }
  #hero, .carousel-item {
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
  }
  .call .btn-primary-outline {
    position: relative;
    bottom: 0;
  }
  .ml-60 {
    margin-left: 0;
  }
  .mt-sm-60 {
    margin-top: 80px;
  }

  .about .img-about-1 {
    height: auto;
    object-fit: cover;
    width: 100%;
}
}

@media only screen and (max-width:425px) {
  .products-carousel .owl-stage {
    right: 0px !important;
  }
  img.image.wp-image-768.attachment-full.size-full, img.image.wp-image-772.attachment-full.size-full {
    margin-top: 10px;
  }
  section.connectivity {
    padding: 50px 0;
  }
}

@media only screen and (max-width:375px) {}

@media only screen and (max-width:320px) {}

header.vp-title-header {
  display: none !important;
}

/* MEGA MENU*/

#mega-menu-wrap-menu_principal #mega-menu-menu_principal li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
  position: relative;
}

#mega-menu-wrap-menu_principal #mega-menu-menu_principal li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
  min-height: 310px;
}

#mega-menu-menu_principal a.btn.btn-primary {
  position: absolute;
  bottom: 0;
}

.page-template-contact-template .clients {
  padding-top: 60px;
}

.single-aplicaciones img.img-responsive.responsive--full.img-fluid.wp-post-image {
  height: 200px;
  object-fit: contain;
}


.page-template-led-lights-template .img.img-responsive.responsive--full.img-fluid.wp-post-image {
  height: 300px;
  object-fit: contain;
}

iframe#hs-form-iframe-1, iframe#hs-form-iframe-0{
  width: 100% !important;
}

.carousel-product-aplication .carousel-item p{
  min-height: 50px;

}
