/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

#header_logo{
  width: 80px;
  height: 80px;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
    margin-top: 31px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

@media (min-width: 992px) {
  #phone{
    display: none;
  }
}
@media (max-width: 991.99px) {
  #desk{
    display: none;
  }
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

.navbar-nav li a:hover{
  text-decoration: underline;
  color: rgba(252, 225, 35, 1);
}

.slick-prev{
  left: 10px !important;
  z-index: 99;
}

.slick-next{
  right: 10px !important;
  z-index: 99;
}

.slick-prev:before, .slick-next:before{
  text-shadow: 0 0 15px rgb(0 0 0 / 45%);
  color: #316e20 !important;
}

.slick-slide img {
    width: 100%;
}

.slick-dotted.slick-slider{
  margin-top: 31px;
}


#ql_row{
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-evenly;
  margin-top: 70px;
}

#ql_row .ql-item{
  margin: 0 10px;
}

#ql_row .ql-item .ql-img{
  width: 100%
}

#ql_row .ql-item a{
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  z-index: 0;
  transition-duration: 0.3s;
  transition-property: color;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}

#ql_row .ql-item a .label {
  margin-bottom: -25px;
  text-shadow: 0 0 15px rgb(0 0 0 / 45%);
  transition: margin .25s ease-in;
  font-size: 2.25em;
  font-weight: 900;
  top: 45%;
  position: absolute;
}

#ql_row .ql-item a:hover .label {
  text-decoration: underline;
}



#ql_row .ql-item a:before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

#ql_row .ql-item .ql-color1:before{
  background: rgba(49, 110, 32, 0.65);
}

#ql_row .ql-item .ql-color2:before{
  background: rgba(252, 225, 35, 0.65);
}

#ql_row .ql-item .ql-color2:hover:before{
  background: rgba(57, 70, 34, 0.65);
}

#ql_row .ql-item .ql-color1:hover:before{
  background: rgba(57, 70, 34, 0.65);
}


#green_row{
  width: 100%;
  background-color: #316e20;
  padding: 30px 0;
  margin-top: 70px;

}

#dark_green_row{
  width: 100%;
  /* background-color: #316e20; */
  padding: 30px 0;
  margin-top: 70px;

}

#white_row{
  width: 100%;
  background-color: #FFF;
  padding: 30px 0;
  margin-top: 70px;
}

#green_row2{
  width: 100%;
  background-color: #316e20;
  padding: 10px 0 0 0;
  margin-top: 70px;

}

#message_row{
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

#message_row h2{
  font-size: 3em;
  text-align: left;
  width: 100%;
  color: #ffffff;
  margin: 10px 0 30px 0;
}

#message_row .message-content{
  display: flex;
  justify-content: space-evenly;
}

#message_row .message-content .message-text{
  width: 45%;
}

#message_row .message-content .message-text .summary{
  line-height: 2.5;
  font-size: 16px;
  color: #ffffff;
}

#message_row .message-content .message-text .button{
  width: 100%;
  margin-top: 70px;
  text-align: center;
}

#message_row .message-content .message-text .button a{
  color: #000;
  background-color: #FBE121;
  padding: 15px;
}

#message_row .message-content .message-text .button a:hover{
  color: #fff;
  background-color: #394622;
}

#message_row .message-content .message-img{
  width: 45%;
}

#message_row .message-content .message-img img{
  width: 100%;
}


#message_row2{
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

#message_row2 h2{
  font-size: 3em;
  text-align: left;
  width: 100%;
  color: #000;
  margin: 10px 0 30px 0;
}

#message_row2 .message-content{
  display: flex;
  justify-content: space-evenly;
}

#message_row2 .message-content .message-text{
  width: 45%;
}

#message_row2 .message-content .message-text .summary{
  line-height: 2.5;
  font-size: 16px;
  color: #000;
}

#message_row2 .message-content .message-text .button{
  width: 100%;
  margin-top: 70px;
  text-align: center;
}

#message_row2 .message-content .message-text .button a{
  color: #fff;
  background-color: #394622;
  padding: 15px;
}

#message_row2 .message-content .message-text .button a:hover{
  color: #000;
  background-color: #FBE121;
}

#message_row2 .message-content .message-img{
  width: 45%;
}

#message_row2 .message-content .message-img img{
  width: 100%;
}

#rec_row .message-content{
  text-align: center;
}

#rec_row .message-content h2{
  color: #316e20;
  margin: 10px 0 30px 0;
}

#rec_row .message-content img{
  width: 75%;
}


#logos_row{
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}

#logos_row .logos-row-inner{
  display: flex;
  justify-content: space-evenly;
}

#logos_row h2{
  font-size: 3em;
  text-align: center;
  width: 100%;
  color: #316e20;
  margin: 30px 0;
}

#logos_row img{
  width: 100%;
}


/* Footer Styles */

footer{
  background-image: url(../img/logo-watermark.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding-bottom: 50px;
  margin: 50px 0 0 0;
}

#footer_row{
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

#footer_row h2{
  font-size: 3em;
  text-align: left;
  width: 100%;
  color: #fff;
  margin: 30px 0;
}

#footer_row .footer-row-inner{
  display: flex;
  justify-content: space-evenly;
}

#footer_row .footer-row-inner .contact{
  width: 45%;
  text-align: left;
  font-size: 18px;
  color: #fff;
}

#footer_row .footer-row-inner .contact a{
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

#footer_row .footer-row-inner .contact div{
  margin-bottom: 20px;
}

#footer_row .footer-row-inner .contact a:hover{
  text-decoration: underline;
}

#footer_row .footer-row-inner .map{
  width: 45%;
}

.bottom-row{
  display: flex;
  justify-content: space-evenly;
  background-color: #394622;
  height: 50px;
  align-items: center;
}

.bottom-row div{
  color: #FFF;
}

.bottom-row div a{
  color: #FFF;
}

.bottom-row div a:hover{
  color: #FFF;
}

/* breadcrumb */

.breadcrumb li a{
  color: #316E20;
}

.breadcrumb li.active{
  color:  #122d0a;
}


/* titles from pages */

h1{
  color: #316E20;
}

h2{
  color: #84BF6D;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}






/* proyecto semilla */

#message_row .message-content .message-text .summary-page{
  line-height: 2.5;
  font-size: 16px;
  color: #000;
}

/* Fundamentos */

#green{
  background-color: #316E20;
}

#green h4{
  color: #FFF;
}

#light-green{
  background-color: #84BF6D;
}

#light-green h4{
  color: #FFF;
}

#dark-green{
  background-color: #122d0a;
}

#dark-green h4{
  color: #FFF;
}



/* programas */

#myTab{
  background-color: #122d0a;
}
#myTab li.active a{
  background-color: #316E20;
}
#myTab li a:hover{
  background-color: #84BF6D;
}
#myTab li a{
  color: #fff;
}

.fa-inverse{
  color: #F8DF2B !important;
}

/* Contact Page */

.contact-page{
  width: 45%;
  text-align: left;
  font-size: 18px;
  color: #000;
}

.contact-page a{
  text-decoration: none;
  color: #000;
  font-size: 18px;
}

.contact-page div{
  margin-bottom: 20px;
}

.contact-page a:hover{
  text-decoration: underline;
}






/* Responsive Styles */

@media(max-width:1199px) {
    .slick-dotted.slick-slider{
      margin-top: 111px;
    }
}

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

    .slick-dotted.slick-slider{
      margin-top: 111px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

    .slick-dotted.slick-slider{
      margin-top: 31px;
    }
}


@media (max-width: 991.99px) {
  #ql_row{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-evenly; */
    margin-top: 70px;
  }

  #message_row{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #message_row .message-content{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }

  #message_row .message-content .message-text{
    width: 90%;
    margin: auto;
  }

  #message_row .message-content .message-img{
    width: 90%;
    margin: auto;
    margin-top: 70px;
  }

  #message_row2{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #message_row2 .message-content{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }

  #message_row2 .message-content .message-text{
    width: 90%;
    margin: auto;
  }

  #message_row2 .message-content .message-img{
    width: 90%;
    margin: auto;
  }


  #footer_row{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #footer_row .footer-row-inner{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }

  #footer_row .footer-row-inner .contact{
    width: 90%;
    margin: auto;
  }

  #footer_row .footer-row-inner .map{
    width: 90%;
    margin: auto;
  }
}

.slick-img{
  width: 100%;
  margin-top: 30px;
}
