
.btn-submit {
  position: relative;
}
.btn-submit a {
  text-decoration: none;
  line-height: 47px;
  text-align: right;
  float: right;
  padding-right: 60px;
  color: black;
  width: 130px;
  transition: all 0.3s ease-in-out;
}
.btn-submit a:hover {
  background-color: black;
  color: white;
}
.btn-submit a::after {
  content: "→";
  background-color: black;
  color: white;
  width: 51px;
  height: 46px;
  font-size: 30px;
  margin-left: 13px;
  display: block;
  text-align: center;
  right: 0;
  bottom: -47px;
  position: absolute;
  font-weight: 300;
}


.btn-contactenos, .btn-cursos-formacion-a3 {
  position: relative;
}
.btn-contactenos a, .btn-cursos-formacion-a3 a {
  text-decoration: none;
  line-height: 47px;
  text-align: right;
  float: right;
  padding-right: 60px;
  color: #474747;
  padding-left: 10px;
  transition: all 0.3s ease-in-out;
}
.btn-contactenos a:hover {
  background-color: #e5202e;
  color: white;
}
.btn-contactenos a::after {
  content: "→";
  background-color: #e5202e;
  color: white;
  width: 51px;
  height: 46px;
  font-size: 30px;
  margin-left: 13px;
  display: block;
  text-align: center;
  right: 0;
  bottom: -46px;
  position: absolute;
  font-weight: 300;
}
.btn-cursos-formacion-a3 a:hover {
  background-color: #85bc20;
  color: white;
}
.btn-cursos-formacion-a3 a::after {
  content: "→";
  background-color: #85bc20;
  color: white;
  width: 51px;
  height: 46px;
  font-size: 30px;
  margin-left: 13px;
  display: block;
  text-align: center;
  right: 0;
  bottom: -46px;
  position: absolute;
  font-weight: 300;
}


.btn-descargar-pdf {
  position: relative;
  margin-right: -20px;
}

.btn-descargar-pdf a {
  text-decoration: none;
  line-height: 47px;
  text-align: right;
  float: right;
  padding-right: 60px;
  color: #85BC20;
  padding-left: 10px;
  transition: all 0.3s ease-in-out;
}
.btn-descargar-pdf.libros a {
  color: #e5202e;
}
.btn-descargar-pdf a:hover {
  background-color: #85bc20;
  color: white;
}
.btn-descargar-pdf.libros a:hover {
  background-color: #e5202e;
}



.btn-descargar-pdf.a3-new-products a {
  color: white;
  background-color: #e5202e;
}
.btn-descargar-pdf.a3-new-products a::after {
  background-color: #e5202e;
}



.btn-descargar-pdf a::after {
  content: "→";
  background-color: #85bc20;
  color: white;
  width: 51px;
  height: 46px;
  font-size: 30px;
  margin-left: 13px;
  display: block;
  text-align: center;
  right: 0;
  bottom: -46px;
  position: absolute;
  font-weight: 300;
}
.btn-descargar-pdf.libros a::after {
  background-color: #e5202e;
}


.btn-more-info-product {
  position: relative;
  margin-right: -20px;
}
.btn-more-info-product a {
  background-color: #e5202e;
  text-decoration: none;
  line-height: 47px;
  text-align: right;
  float: right;
  color: white;
  padding-left: 10px;
  transition: all 0.3s ease-in-out;
  display: flex;
}
.btn-more-info-product a::after {
  content: "→";
  background-color: #e5202e;
  color: white;
  width: 51px;
  height: 46px;
  font-size: 30px;
  margin-left: 13px;
  display: block;
  text-align: center;
  font-weight: 300;
}

button.franciska-italic:hover {background-color:none;}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #005B92;
    border: 1px solid #666;
    border-bottom-color: transparent;
    cursor: default;
    border-radius:0px;
    font-family: "Franziska", "Times New Roman", Times, serif;
    font-style: italic;
    font-size:22px;
}

.nav-tabs>li>a {
    border-radius: 0px;
    font-family: "Franziska", "Times New Roman", Times, serif;
    font-style: italic;
    font-size:22px;
}
