body {
    /*    font-family: 'Work Sans', sans-serif;*/
    font-family: 'Poppins', sans-serif !important;
}

h1,
h2,
h3 {
    font-weight: 700;
}


/*NavBar*/

.navbar {
    background-color: rgba(255, 255, 255, 0.7);
}

.navbarsupport {
    background-color: rgba(255, 255, 255, 0.7);
}

.nav-item {
    margin: 0 10px;
}


.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-link2 {
    color: #000000;
    font-weight: 350;

}

a.nav-link2 .active {
    font-weight: 1000;
}

.active a {
   /* color: #F38A8A;*/
    /*border-bottom: 3px solid #F38A8A;*/
    color: #000000;
    font-weight: 600;
    border-bottom: 3px solid #000000;
}

.enlacee {
    color: #000000;
}

.itemLogin {
    /*V2.0*/
    border-radius: 20px;
    border: 2px solid #fff;
}

.btn-language {
    background-color: #3b1765;
    border: none;
    cursor: pointer;
}

.langLink {
    text-decoration: none;
    color: black;
}

/*
.flagLanguage {
    margin: 0 10px;
}
*/

.iconLanguage {
    height: 25px;
    width: 25px;
}

.selected {
    border-bottom: 2px solid white;
}

/* Header*/
nav.header {
    padding-top: 30px;

text-align: right;
}


a.icon-nav {
    padding-left: 50px;
}

img.icon-nav {
    width: 200px;
}

.headerLanguage {
    margin-right: 15%;
}



button.background-color {
    background-color: rgba(0, 0, 0, 0);
}

img.flags {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}







.container-set {
    background-color: rgb(242, 242, 231);
    padding-top: 50px;
    padding-bottom: 100px;
}

h1.title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 50px;
    margin-top: 40px;
}

a.title {
    text-decoration: none;
    color: #000000;
}

.days {
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    margin-top: 35px;
}

.title-form-container {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.container-form {
    width: 80%;
    background-color: white;
    padding: 50px;
}

.submit-button {
    background-color: rgb(56, 67, 94);
    color: white;
    margin: auto;
    padding: 20px 50px;
    font-size: 20px;
}

div.declaration {
    margin-top: 80px;
    margin-bottom: 50px;
    text-align: center;
}

.footer-container {
    background-color: rgb(56, 67, 94);
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact {
    -webkit-box-shadow: -4px 7px 13px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 7px 13px 1px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 7px 13px 1px rgba(0, 0, 0, 0.2);

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.width-footer-business4ALL {
    width: 80%;
}

.width-footer-icons {
    width: 50px;
}

/* Auxiliars */
.auto-margin {
    margin: auto;
}

.white-color {
    color: white;
}

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 100px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #38435e;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #38435e;
  background-image: #38435e;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #38435e;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}




/* transferencia*/
.fuentee {
        color: rgb(56, 67, 94);
    font-weight: 700;
    font-size: 16px;
}



