/**
* Template Name: Siimple - v4.8.0
* Template URL: https://bootstrapmade.com/free-bootstrap-landing-page/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/

* Redesign: ZLMultimedia.
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", Open Sans, sans-serif;
  color: #333333;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  color: #ffcc33;
  text-decoration: none;
}

/*--eu criei--*/
a1 {
  text-decoration: none;
  color: #808080;
}

a1:hover {
  color: #ffcc33;
  text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Poppins", sans-serif;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 20px;
  padding: 30px 0;
  z-index: 10;
  position: relative;

}

#header .logo h1 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400px;
  letter-spacing: 4px;
  color: #ffffff
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #ffffff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 20px;
    padding: 8px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  right: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(34, 34, 34, 0.8);
  transition: 0.4s;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu a,
.nav-menu a:focus {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #ffcc33;
  text-decoration: none;
}


.nav-menu-active {
  right: 0;
}

.nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: rgba(34, 34, 34, 0.5);
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 10px 12px;
  border-radius: 2px;
}

/*--eu alterei--*/
.nav-toggle i {
  color: #ffcc33;
  font-size: 18px;
}

.nav-toggle-active {
  right: 275px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

/*--eu alterei--*/
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #884922;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

/*--eu alterei--*/
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fd680e;
}

/*--eu alterei--*/
.navbar .getstarted,
.navbar .getstarted:focus {
  background: #fd680e;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #ffcc33;
}

/*--eu alterei--*/
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #ffcc33;
  background: #333333;
}



/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #ffcc33;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #333333;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(75, 40, 19, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #ffcc33;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:hover {
  padding: 10px 20px;
  font-size: 15px;
  color: #ffffff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffffff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #333333;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #fd680e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*--eu alterei--*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.webp") center center;
  background-size: cover;
  position: relative;
  margin-top: -80px;
  z-index: 9;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

/*--eu alterei--*/
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 56px;
  line-height: 76px;
  color: #ffcc33;
  font-family: "Krone One", popins, sans-serif;
}


/*--eu criei--*/
#hero img {
	max-height: 100px;
	justify-content: center;
    align-items: center;
}


/*--eu alterei--*/
#hero h3 {
  color: #ffffff;
  margin-bottom: 30px;
  margin-top:10px;
  font-size: 25px;
  font-family: popins, sans-serif;
}


/*--eu criei_2024--*/
#hero h2 {
  color: #ffffff;
  font-size: 16px;
  font-family: popins, sans-serif;
}


@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
	font-family: "Krone One", popins, sans-serif;
  }

  #hero h2 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
	font-family: popins, sans-serif;
  }
  
  #hero h3 {
	margin-bottom: 30px;
	margin-top:12px;
	font-size: 18px;
	font-family: popins, sans-serif;
  }
  
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
}

/*--eu alterei--*/
.section-bg {
  background-color: #ffcc33;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;

}

/*--eu alterei--*/
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  background: #ffcc33;/*--esta é alinha por debaixo do texto--*/
  bottom: 0;
  left: calc(50% - 40px);

}


/*--eu alterei--*/
.section-title p {
  margin-bottom: 0;
  font-style: italic;
  color: #ffffff;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us h3 {
  font-weight: 300;
  font-size: 26px;
}


.about-us ul {
  list-style: none;
  padding: 0;
}

.about-us ul li {
  padding-bottom: 10px;
}

.about-us ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ffcc33;
}

.about-us p:last-child {
  margin-bottom: 0;
}

/*--- eu criei 240210 ---*/
.about-us .section-title h2 {
  font-weight: 400;
  color: #ffcc33;

}


/*--------------------------------------------------------------
# The Team
--------------------------------------------------------------*/
.the-team {
  padding-bottom: 30px;
}

/*--eu criei--*/
.the-team h2 {
  color: #ffffff;
  font-weight: 400;
}

.the-team .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.the-team .card-icon {
  text-align: center;
  margin-top: -32px;
}

.the-team .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 10px;
  text-align: center;
  background-color: #ffcc33;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}

.the-team .card-body {
  padding-top: 12px;
}

.the-team .card-title {
  font-weight: 700;
  text-align: center;
}

.the-team .card-title a {
  color: #ffcc33;
}


.the-team h5 {
  color: #ffcc33;
}

/*--.the-team .card-title a:hover {
  color: #333399;
}--*/

.the-team .card-text {
  color: #333333;
}

.the-team .card:hover .card-icon i {
  background: #333399;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .the-team {
    background-attachment: scroll;
  }
}

/*--eu coloquei em 240210--*/
.the-team .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  background: #ffffff;/*--esta é alinha por debaixo do texto--*/
  bottom: 0;
  left: calc(50% - 40px);
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-bottom: 30px;
}

/*--eu criei--*/
.why-us h2 {
  color: #ffffff;
  font-weight: 400;
}

.why-us .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.why-us .card-icon {
  text-align: center;
  margin-top: -32px;
}

.why-us .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 10px;
  text-align: center;
  background-color: #ffcc33;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}

.why-us .card-body {
  padding-top: 12px;
}

.why-us .card-title {
  font-weight: 700;
  text-align: center;
}

.why-us .card-title a {
  color: #ffcc33;
}


.why-us h5 {
  color: #ffcc33;
}

/*--.why-us .card-title a:hover {
  color: #333399;
}--*/

.why-us .card-text {
  color: #333333;
}

.why-us .card:hover .card-icon i {
  background: #333399;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .why-us {
    background-attachment: scroll;
  }
}

/*--eu coloquei em 240210--*/
.why-us .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  background: #ffffff;/*--esta é alinha por debaixo do texto--*/
  bottom: 0;
  left: calc(50% - 40px);
}

/*--------------------------------------------------------------
# The tours
--------------------------------------------------------------*/
.the-tours {
  padding-bottom: 30px;
  }

/*--eu criei--*/
.the-tours h2 {
  color: #ffffff;
  font-weight: 400;
}

.the-tours .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.the-tours .card-icon {
  text-align: center;
  margin-top: -32px;
}

.the-tours .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 10px;
  text-align: center;
  background-color: #ffcc33;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}

.the-tours .card-body {
  padding-top: 12px;
}

.the-tours .card-title {
  font-weight: 700;
  text-align: center;
}

.the-tours .card-title a {
  color: #ffcc33;
}

.the-tours .card-title a:hover {
  color: #333399;
}

.the-tours .card-text {
  color: #333333;
    text-align: center;
}

.the-tours .card:hover .card-icon i {
  background: #333399;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .the-tours {
    background-attachment: scroll;
	
  }
}

/*--eu coloquei em 240210--*/
.the-tours .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  background: #ffffff;/*--esta é alinha por debaixo do texto--*/
  bottom: 0;
  left: calc(50% - 40px);
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url("../assets/img/call-to-action-bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #ffcc33;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #ffcc33;
  border: 2px solid #fff;
}







/*--------------------------------------------------------------
# Meet Ecuador
--------------------------------------------------------------*/
.meet-ecuador {
  padding-bottom: 30px;
}

/*--eu criei--*/
.meet-ecuador h2 {
  color: #ffffff;
  font-weight: 400;
}

.meet-ecuador .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.meet-ecuador .card-icon {
  text-align: center;
  margin-top: -32px;
}

.meet-ecuador .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 10px;
  text-align: center;
  background-color: #ffcc33;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}

.meet-ecuador .card-body {
  padding-top: 12px;
}

.meet-ecuador .card-title {
  font-weight: 700;
  text-align: center;
}

.meet-ecuador h5 {
  color: #ffcc33;
}


.meet-ecuador .card-text {
  color: #333333;
}

.meet-ecuador .card:hover .card-icon i {
  background: #333399;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .meet-ecuador {
    background-attachment: scroll;
  }
}

/*--eu coloquei em 240210--*/
.meet-ecuador .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  background: #ffffff;/*--esta é alinha por debaixo do texto--*/
  bottom: 0;
  left: calc(50% - 40px);
}


/*--------------------------------------------------------------
# FAQs - Frequenty Asked Questions
--------------------------------------------------------------*/

/*--Eu alterei este item--*/
.faqs {
  padding-bottom: 90px;
}

.faqs .faqs-list {
  padding: 0;
  list-style: none;
}

.faqs .faqs-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/*--eu criei--*/
.faqs h2 {
  color: #ffcc33;
  font-weight: 400;
}


.faqs .faqs-list a {
  display: block;
  position: relative;
  font-family: #333333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}

.faqs .faqs-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faqs .faqs-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  font-family: "popins", sans-serif;
}

.faqs .faqs-list .icon-show {
  display: none;
}

.faqs .faqs-list a.collapsed {
  color: #333333;
}

.faqs .faqs-list a.collapsed:hover {
  color: #ffcc33;
}

.faqs .faqs-list a.collapsed .icon-show {
  display: inline-block;
}

.faqs .faqs-list a.collapsed .icon-close {
  display: none;
}

/*--eu criei--*/
.faqs h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  background: #ffcc33;
  bottom: 0;
  left: calc(50% - 40px);
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact-us .info {
  color: #333333;
}

.contact-us h7{
  color: #333333;
}

.contact-us h2{
  color: #ffffff;
  font-weight: 400;
}

.contact-us .info i {
  font-size: 30px;
  color: #ffffff;
  display: float;
}


.contact-us .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 16px;
}

.contact-us .info .email p {
  padding-top: 5px;
}

.contact-us .social-links a {
  font-size: 5px;
  display: inline-block;
  background: #ffcc33;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 60%;
  text-align: center;
  width: 45px;
  height: 45px;
  transition: 0.3s;
}


.contact-us .social-links a:hover {
  background: #333399;
  color: #fff;
}

/*--eu coloquei em 240210--*/
.contact-us .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  background: #ffffff;/*--esta é alinha por debaixo do texto--*/
  bottom: 0;
  left: calc(50% - 40px);
}
 

@media (max-width: 768px) {
  .contact-us .social-links {
    text-align: center;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #333333;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

#footer .politics a{
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #808080;
  text-decoration: none;
}	

#footer .politics a:hover {
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #ffcc33;
  text-decoration: none;
}

