/*css*/
html {
  position: relative;
  min-height: 100%;
}

footer {
  background-color: #3f3f3f;
  color: #d5d5d5;
  padding-top: 2rem;
}

body {
  /*margin-bottom: 60px;*/
  font-family: 'Comfortaa', cursive;
  font-size: 0.9em;
}

.letra12 {
  font-size: 1em;
}

.menuTop {
  height: 50px;
  padding: 15px 8px;
}

.cursiva {
  font-family: 'Pacifico', cursive;
}

.letraTitulo {
  font-size: 1.8em;
}

.topnav-right {
  float: right;
}

.navbar .navbar-nav li a:hover {
  color: #E6B522 !important;
}

.navbar .navbar-nav li a {
  color: #fff !important;
}

.slider_box {
  width: 100%;
  background: url(../images/bg_pattern_1.png);

}

.slider_box2 {
  width: 100%;
  background: url(../images/icons_bg.png) 50% 6px no-repeat;
  padding: 32px 0 66px;
}

a {
  text-decoration: none !important;
  color: #000000 !important;
}

a:hover {
  text-decoration: none !important;
  color: #E6B522 !important;
}

.aa,
.aa:hover {
  color: #ffffff !important;
}

.appWhatsapp {
  position: fixed;
  right: 26px;
  bottom: 100px;
  width: 60px;
  z-index: 1000;
}

.appWhatsapp img {
  width: 58px;
  height: auto;
}

.btnLargo {
  width: 250px !important;
}