body {

}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    margin: 0 0 20px 0;
    margin-bottom: 20px;
    padding: 0;
}
.backColor {
    background: #9ac649;
}
#header {
    background: transparent;
    transition: all 0.5s;
    padding: 15px 15px;
}
#header .nav-link {
    display: block;
    padding: 0 8px 10px 8px;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight:700;
}
#header a:not(.dropdown-item):not(.sub-dropdown-toggle) {
    color: white;
}
#header a:not(.dropdown-item):not(.sub-dropdown-toggle):hover {
    color: #9ac649;
    transition: all 0.5s;
}
#header .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: coral;
}
#header.header-fixed {
    background: rgba(52, 59, 64, 0.9);
    padding: 15px 15px;
    height: 72px;
    transition: all 0.5s;
}
@media (min-width: 576px) {
    .navbar-brand .logoBrand {
        font-size: 1.5rem;
    }
}
@media (min-width: 992px) {
    .navbar-brand .logoBrand {
        font-size: 1.8rem;
    }
    #header .nav-link {
        display: block;
        padding: .5rem 0;
        white-space: nowrap;
    }
}
@media (min-width: 1200px) {
  #header .nav-link {
      display: block;
      padding: .5rem 1rem;
      white-space: normal;
  }
  #header {
    padding: 15px 55px;
  }
  #header.header-fixed {
    padding: 15px 55px;
  }
}
/*-------------------------------------------------------------- #List --------------------------------------------------------------*/

#list .dropdown-submenu {
    position: relative;
}
#list .dropdown-submenu>.sub-dropdown-toggle {
    color: black;
}
#list .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
#list .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
#list .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
#list .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
#list .dropdown-submenu.pull-left {
    float: none;
}
#list .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
#list .active {
    border-bottom: 2px solid #9ac649;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
/*-------------------------------------------------------------- #Movile List --------------------------------------------------------------*/

#mobile-nav-toggle {
    position: absolute;
    display: inline-block;
    padding: .3125rem 0;
    white-space: nowrap;
    background: none;
    font-size: 1.5rem;
    transition: all 0.4s;
    outline: none;
    border: 0;
    cursor: pointer;
    vertical-align: middle;
    right: 0;
    margin-right: 1rem;
}
#mobile-nav-toggle i {
    color: #fff;
}
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 1030;
    background: rgba(52, 59, 64, 0.9);
    left: -80%;
    width: 80%;
    overflow-y: auto;
    transition: 0.4s;
}
#mobile-nav a,
#nav-menu-container #mobile-nav a {
    color: white;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#mobile-nav .dropdown-submenu ul li {
    margin-left: 15px;
}
#mobile-nav .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
#mobile-nav .dropdown-submenu > a::after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.navbar-nav {
    position: absolute;
    top: 0;
    padding: 15px 0;
}
#mobile-nav .dropdown-menu {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}
/* #mobile-nav .navbar-brand{line-height: 1; font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 2.5rem; } */

body.mobile-nav-active {
    overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
    left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}
#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 990;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

/* -----------------------------------------------------------Carrousel----------------------------------------------------------------- */
#fullCarousel {
    background-color: rgba(0, 0, 0, .9);
    height: 100vh;
    min-height: 100vh;
}
.carousel-item img {
    height: 100vh;
    min-height: 100vh;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.65;
    transition: all 0.2s ease-out;
}
.carousel-control {
    z-index: 2;
    font-size: 2rem;
}
.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 0px;
    left: 0%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
h2 .super-heading {
    font-size: 28px;
    font-weight: 700
}
.carousel-caption h2 {
    /*text-shadow: 4px 4px 2px rgba(150, 150, 150, .6);*/
}
p .super-paragraph {
    font-size: 13px;
        font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.carousel-control-next,
.carousel-control-prev {
    display: none;
}

#fullCarousel .carousel-indicators .active {
    background: #9ac649;
}
@media (min-width: 576px) {
    .carousel-caption {
        right: 10%;
        left: 10%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width: 768px) {
    h2 .super-heading {
        font-size: 2.5rem;
    }
    p .super-paragraph {
        font-size: 20rem;
        color: white;
    }
    .carousel-caption {
        right: 10%;
        left: 10%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        display: block;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 10%;
        color: #fff;
        text-align: center;
        opacity: .5;
    }
}
@media (min-width: 992px) {
    h2 .super-heading {
        font-size: 3.5rem;
        
    }
}
@media (min-width: 1200px) {
    .h2 .super-heading {
      font-size: 30px;
      font-weight: 700
    }
}
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #9ac649;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

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

    /*-------------------------------------------------------about us---------------------------------------------------*/
#about {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #9ac649;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #9ac649;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #9ac649;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/*-----------------------------------------servisios--------------------------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #9ac649;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

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

#services .box:hover .title a {
  color: #9ac649;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

#productos {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}
#productos::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#productos .container {
  position: relative;
  z-index: 10;
}

#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #9ac649;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #9ac649;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .form #sendmessage {
  color: #9ac649;
  border: 1px solid #9ac649;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #9ac649;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}
#footer .copyright {
  text-align: center;
  padding-top: 10px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
.back-to-top {
  position: fixed;
  display: none;
  background: #9ac649;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
