@font-face{
  font-family: BeauSans;
  src: url('../../sites/all/themes/tufinanciera/fonts/PFBeauSansPro-Bold.ttf'), url(../../sites/all/themes/tufinanciera/fonts/PFBeauSansPro-Bold.woff);
}
body {
  background-image: url('../../sites/all/themes/tufinanciera/img/inicio.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #F0D6B5;
}
#tufi-main-navbar-container-productos, #tufi-main-navbar-container-hacete-amigo, #tufi-main-navbar-container-conocenos, #tufi-main-navbar-container-llega-pues, #tufi-main-navbar-container-tufi-web{
  padding: 10px 0 0 10px;
  font-family: BeauSans;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}
#tufi-main-navbar-container-productos:hover, #tufi-main-navbar-container-hacete-amigo:hover, #tufi-main-navbar-container-conocenos:hover, #tufi-main-navbar-container-llega-pues:hover {
  text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}
#tufi-main-navbar-container-empty{
  color: #898989;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tufi-main-navbar-container-contactanos > p{
  flex-grow: 1;
}
#tufi-main-navbar-container-productos{
  background-color: #9bd16c;
 }
#tufi-main-navbar-container-productos > p{
  height: 140px;
  max-heightheight: 140px;
}
#tufi-main-navbar-container-productos > p.nav-link.active{
  width: calc(100% + 10px);
}
#tufi-main-navbar-container-hacete-amigo{
  background-color: #ff9b00;
}
#tufi-main-navbar-container-hacete-amigo > p{
  height: 140px;
  max-heightheight: 140px;
}
#tufi-main-navbar-container-hacete-amigo > p.nav-link.active{
  width: calc(100% + 10px);
}
#tufi-main-navbar-container-conocenos{
  background-color: #ffb859;
}
#tufi-main-navbar-container-conocenos > p{
  height: 140px;
  max-heightheight: 140px;
}
#tufi-main-navbar-container-conocenos > p.nav-link.active{
  width: calc(100% + 10px);
}
#tufi-main-navbar-container-llega-pues{
  background-color: #fff;
  color: #9bd16c;
}
#tufi-main-navbar-container-llega-pues > p{
  height: 140px;
  max-heightheight: 140px;
}
#tufi-main-navbar-container-llega-pues > p.nav-link.active{
  width: calc(100% + 10px);
}
#tufi-main-navbar-container-llega-pues > .nav-link.active{
  color: inherit;
  background-color: inherit;
  height: 50px;
}
.nav-link > .fa.fa-chevron-right{
  margin-right: 3%;
}
#tufi-main-navbar-container-contactanos > p > i {
  margin-right: 0;
  margin-left: 3%;
}
.nav-link.active > .fa.fa-chevron-right{
  transition-duration: 500ms;
  transform: rotate(90deg);
}
.nav-link.active + .triangle-bottomleft {
  width: 0;
  height: 0;
  border-bottom: 36px solid rgba(255,255,255,0.3);
  border-right: 36px solid transparent;
  margin-top: -52px;
  margin-left: -10px;
  transition: 0.3s;
}
#tufi-main-navbar-container-productos > .nav-link.active{
  color: inherit;
  background-color: inherit;
  height: 160px;
  margin-left: -10px;
  margin-right: -10px;
  transition: 0.3s;
}
#tufi-main-navbar-container-hacete-amigo > .nav-link.active{
  color: inherit;
  background-color: inherit;
  height: 160px;
  margin-left: -10px;
  margin-right: -10px;
  transition: 0.3s;
}
#tufi-main-navbar-container-conocenos > .nav-link.active{
  color: inherit;
  background-color: inherit;
  height: 160px;
  margin-left: -10px;
  margin-right: -10px;
  transition: 0.3s;
}
#tufi-main-navbar-container-llega-pues > .nav-link.active{
  color: inherit;
  background-color: inherit;
  height: 160px;
  margin-left: -10px;
  margin-right: -10px;
  transition: 0.3s;
}
#tufi-main-navbar-container-tufi-web{
  color: #FF9B00;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 25px 0 25px ;
}
#tufi-main-navbar-container-tufi-web > p{
  margin-bottom: 2%;
}
.login>div{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  background-color: #9BD16C;
  height: 30px;
  font-size: 16px;
}
.login>div:hover{
  text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}
.login>div>a{
  color: #FFF;
  text-decoration: none;
}
#main-navbar-container-logo-tu{
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 30px;
}
#main-navbar-logo-tu{
  height: 100%;
  background-color: white;
  padding: 0;
}
.navbar-item-container{
  height: 140px;
  cursor: pointer;
}
.navbar-item-container-secundary{
  height: 60px;
  cursor: pointer;
}
@media (max-width: 999px){
  #main-navbar-logo-tu{
    height: 80%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #main-navbar {
    display: none;
  }
}
#mobile-navbar{
  background-color: #ffffff;
  padding: 0;
}
#mobile-navbar > div:first-child{
  padding: 0;
  margin: 0;
}
#mobile-navbar > div:first-child > li > img {
  padding: 0;
  margin: 0;
}
@media (min-width: 767px) {
  #mobile-navbar {
    display: none;
  }
}
#mobile-navbar-toggle-button{
  border: #ff9b00 1px solid;
  color: #ff9b00;
  margin-right: 15px;
}
.fa.fa-chevron-right {
  margin: 2%;
}
@media screen and (max-width: 767px) {
  .whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }
}
@media screen and (min-width: 768px) {
  .whatsapp {
    position: fixed;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-width: 50px;
    max-height: 50px;
    max-width: 50px;
    top: 0.5vh;
    right: 17vw;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }
}
@media screen and (min-width: 1198px) {
  .whatsapp {
    right: 17.5vw;
  }
}
@media screen and (max-width: 980px) {
  #tufi-main-navbar-container-productos, #tufi-main-navbar-container-hacete-amigo, #tufi-main-navbar-container-conocenos, #tufi-main-navbar-container-llega-pues, #tufi-main-navbar-container-tufi-web {
    font-size: 12px;
  }
}
@media screen and (max-width: 980px) {
  #tufi-main-navbar-container-productos, #tufi-main-navbar-container-hacete-amigo, #tufi-main-navbar-container-conocenos, #tufi-main-navbar-container-llega-pues, #tufi-main-navbar-container-tufi-web {
    font-size: 12px;
  }
}
@media screen and (min-width: 1500px) {
  #tufi-main-navbar-container-productos, #tufi-main-navbar-container-hacete-amigo, #tufi-main-navbar-container-conocenos, #tufi-main-navbar-container-llega-pues, #tufi-main-navbar-container-tufi-web {
    font-size: 22px;
  }
}
#tufi-welcome{
  background-color: rgba( 255, 255, 255, 0.8);
  padding: 50px;
  font-size: 17px;
}
#tufi-welcome-header{
  font-size: 46px;
  color: #80A767;
  font-weight: bold;
}
#tufi-welcome-subtitle{
  color: #FF8734 !important;
  font-size: 17px !important;
  font-weight: bold;
}
.tufi-welcome-content{
  font-size: 14px;
}
#tufi-productos, #tufi-hacete-amigo, #tufi-conocenos, #tufi-llega-pues, #tufi-contacto{
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
#tufi-productos-content, #tufi-hacete-amigo-content, #tufi-conocenos-content, #tufi-llega-pues-content, #tufi-contactanos-content{
  padding: 30px;
}
.request-button-container{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 30px;
}
.request-button > a{
  background-color: #ff9b00;
  width: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -30px;
  margin-right: -30px;
  padding: 10px 30px 15px 30px;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
.request-button > a:hover{
  text-decoration: none;
  color: white;
  text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}
.primary-button > a{
  background-color: #9bd16c;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 10px 30px 15px 30px;
  color: #FFF !important;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
.primary-button > a:hover{
  text-decoration: none;
  color: white;
  text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}
.title-content{
  font-size: 1.1em;
  margin-top: 35px;
}
.title-content-header{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 46px;
  font-weight: 700;
  color: #80A767;
}
.sub-title-content-header{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #FF9B00;
}
#logo-mobile-view{
  height: 50px;
  cursor: pointer;
}
#mobile-navbar-options-container{
  color: #FFF;
}
#element1{
  background-color: #9bd16c;
}
#element2{
  background-color: #ff9b00;
}
#element3{
  background-color: #ffb859;
}
#element4{
  color: #9bd16c;
}
#element5{
  background-color: #fcf7f0;
  padding: 8px 0 8px 16px;
}
#element5 > a {
  color: #ffb859;
}
#element5 > a:hover {
  text-decoration: none;
}
.collapse-item {
  background-color: #9bd16c;
}
#collapse-2 {
  background-color: #9bd16c;
}
#collapse-2 > a{
  padding-left: 16px;
  height: 20px;
  background-color: #9bd16c;
  color: #FFF;
  text-decoration: none;
}
#element1, #element2, #element3, #element4, #element5, #collapse-2{
  height: 40px;
  cursor: pointer;
}
.mobile-menu-item.nav-link.active{
  color: inherit;
  background-color: inherit;
}
.body-container-default{
  background-image: url('../../sites/all/themes/tufinanciera/img/inicio.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #F0D6B5;
}
.body-container-productos{
  background-image: url('../../sites/all/themes/tufinanciera/img/productos.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #F0D6B5;
}
.body-container-hacete-amigo{
  background-image: url('../../sites/all/themes/tufinanciera/img/haceteamigo.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #F0D6B5;
}
.body-container-conocenos{
  background-image: url('../../sites/all/themes/tufinanciera/img/conocenos.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #F0D6B5;
}
.body-container-llega-pues{
  background-image: url('../../sites/all/themes/tufinanciera/img/llegapues.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #F0D6B5;
}
@media screen and (max-width: 767px) {
  .body-container-default, .body-container-productos, .body-container-hacete-amigo, .body-container-conocenos, .body-container-llega-pues{
    background-image: none;
    background-color: #F0D6B5;
  }
}

.nav ul {
  *zoom:1;
  list-style:none;
  margin:0;
  padding:0;
  background:#333;
}
.nav ul:before,.nav ul:after {
  content:"";
  display:table;
}
.nav ul:after {
  clear:both;
}
.nav ul > li {
  float:left;
  position:relative;
}
.nav a {
  display:block;
  padding:10px 20px;
  line-height:1.2em;
  color:#fff;
}
.nav a:hover {
  text-decoration:none;
}
.nav li ul {
  background:#273754;
}
.nav li ul li {
  width:200px;
}
.nav li ul a {
  border:none;
}
.nav li ul a:hover {
  background:rgba(0,0,0,0.2);
}

.nav li ul {
  position:absolute;
  left:0;
  top:36px;
  z-index:1;
}
.nav li ul li {
  overflow:hidden;
  height:0;
  -webkit-transition:height 700ms ease-in;
  -moz-transition:height 700ms ease-in;
  -o-transition:height 700ms ease-in;
  transition:height 700ms ease-in;
}
.nav ul > li:hover ul li {
  height:36px;
}