
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #ebecf3;
}

button.navbar-toggler:focus{
  box-shadow: none;

}

a:hover, a:active, a:focus {
  color: #cfd1db;
  outline: none;
  text-decoration: none;
  transition: 0.5s;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  text-align: justify;

}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #6f79b3;
  text-align:center;
}


.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #6f79b3;
  color: #fff;
}

#header {
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.9s;
  z-index: 997;

}



#header.header-fixed {
  background: rgba(52, 59, 64, 1);
  padding: 20px 0;
  height: 78px;
  transition: all 0.9s;
}


#header.header-fixed1 {
  height: 330px;
  background: rgba(52, 59, 64, 0.9);
}
@media (min-width: 994px) {
  #header.header-fixed1  {
    height: 78px;
  }
  
}

#inicio {
  width: 100%;
  height: 100vh;
  background: url(../img/banner/quetzaltenango1.jpg) top center;
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  #inicio {
    background-attachment: fixed;
  }
}

#inicio:before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.inicio-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;
  background-color: rgba(0,0,0,0.5)
}

#inicio h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 994px) {
  #inicio h1 {
    font-size: 28px;
    line-height: 36px;
   
  }
  
}

#inicioContainer{
  transition: 0.5s;
}

.iniciofixed{
  pointer-events: none;
  opacity: 0.5;
}

@media (min-width: 994px){
  .iniciofixed {
      margin-top: 75px;
      pointer-events: all;
      opacity: 1;
  }
}


#inicio h2 {
  color: #eee;
  font-size: 24px;
}

@media (max-width: 768px) {
  #inicio h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#inicio .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#inicio .btn-get-started:hover {
  background: #6f79b3;
  border: 2px solid #6f79b3;
  color: #fff;
}

@media (max-width:994px){
  #inicio .btn-get-started {
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 6px;
    border: 2px solid #fff;
    color: #fff;
  }
}


.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}


.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}



.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}


.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f107";
  position: absolute;
  font-style: normal;
  margin-left: 5px;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

#nav-menu-container {
  float: right;
  margin: 0;
  padding-left:20px ;
  

}



.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #6f79b3;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3 s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li a:hover {
  background: #6f79b3;
  color: #fff;
}


.nav-menu ul ul {
  margin: 0;
}


.section-header .section-title {
  font-size: 32px;
    color: #6f79b3;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}


#footer {
  background: #343b40;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

.form-check-input:checked {
  background-color: #6f79b3;
  border-color: #6f79b3;
}

.form-check-label{
  color: #333;
}

