body {
  font-family: 'COS-Regular';
}

body {
}

a {
  color: rgba(0,0,0,0.75);
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
  color: rgb(220,3,41);
  transition: all .2s;
}

.nav .fa {
  margin-left: 10px;
  font-size: 14px;
  color: rgb(220,3,41);
}

.nav-link {
  font-size: 18px;
}

#sec-inicio-form {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0px;
  z-index: 1;
  max-height: 460px;
}

.typ-no-ebook #sec-inicio-form{
  padding-top: 0px;
}

.form-container-bg{
  background-image: url(https://dwwwnuevo.segurosbilbao.com/canal/ahorro/_cache_8940/_themesdelivery/TerritoriosTheme/assets/img/fd-manos.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;
  background-size: cover;
  background-repeat: no-repeat;
}

/* La usa el ebook detalle*/
.form-container-bg2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;
  background-size: cover;
  background-repeat: no-repeat;
}

/* la usa landings genericas */
.form-container-bg3{
  background-image: url(../../assets/img/cabecera_generica.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-no-image{
  position: relative;
  height: 412px;
}

.purple-div{
  position: absolute;
    top: 0;
    height: 100%;
    width: 530px;
    left: 10%;
    background: linear-gradient(90deg, rgba(151,112,170,1) 0%, rgba(151,112,170,0.4780287114845938) 100%);
    display: flex;
    justify-content: left;
    align-items: center;
}

.purple-div h2{
  color: white;
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  padding: 40px;
  margin-bottom: 0px;
  font-family: "CO-Bold";
}

#sec-inicio-form.bg-2 {
  background-image: url(../../assets/img/header__2.jpg);
}

form .form-control{
  height: 42px;
}

.form-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.form-title{
  max-width: 535px;
  padding:20px;
  background: white;
  /*margin-bottom: -27px;*/
  position: relative;
  z-index: 2;
  border: 1px solid #BCBDBC;
  border-bottom: none;
  padding-top: 10px;
}

#fila-2 .form-title h2{
  font-family: 'CO-Regular';
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 0px;
    color: #5D5D5D;
}

.form-inicio {
  background: rgb(255,255,255);
	max-width: 535px;
  width: 535px;
  padding: 20px;
  margin-top: -10px;
  position: static;
  border: 1px solid #BCBDBC;
  border-top: none;
}

.form-inicio .container>.row{
  justify-content: center;
}

.form-inicio .col-md-12{
  max-width: 100%;
  flex: 1;
}

.form-container form{
  position: static !important;
}

@media(min-width: 1500px){
  .purple-div{
      width: 630px;
      left: 13%;
  }
  
  .purple-div h2{
    padding: 40px 80px;
    margin-bottom: 0px;
  }
}

@media(max-width: 1199px){

  .form-container .col-md-12{
    flex: 1;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .form-title{
    max-width: 100% !important;
  }

  .form-inicio{
    width: auto;
  }

  .purple-div{
    left: 0;
  }
}

@media (max-width: 990px) {

  #sec-inicio-form {
    max-height: fit-content;
  }

  .form-container section{
    width: 100%;
  }

  .form-container .col-md-12{
    padding: 0px;
    margin-right: 0px;
    margin-left: 0px;

  }

  .form-inicio {
	  max-width: 100%;
    position: relative;
    border: 1px solid #BCBDBC;
    border-top: none;
    width: auto;
	margin-top: -5px;
  }

  .bg-no-image{
    height: 322px;
  }

  .purple-div{
    width: 415px;
  }

  .purple-div h2{
    font-size: 30px;
    line-height: 1em;
  }
}

@media(max-width: 767px){

  .bg-no-image{
    height: 286px;
  }

  .purple-div{
    width: 100%;
    left: 0;
    justify-content: center;
  }
}

@media(max-width: 580px){
  .form-container form{
    padding: 0px 20px !important;
  }

  .bg-no-image{
    height: 100%;
    min-height: 265px;
  }
}

.text-form-top {
  font-family: 'CO-Regular';
  font-size: 18px;
  margin-bottom: 0px;
  color: rgb(220,3,41);
}

.titulo-principal-form {
  font-family: 'CO-Bold';
  font-size: 32px;
  margin-bottom: 3px;
  color: #5d5d5d;
}

.sub-titulo-form {
  font-family: 'CO-Regular';
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 0px;
  color: #5D5D5D;
}

label {
  margin-bottom: 4px;
}

.form-check {
  margin-top: 0px;
  padding-left: 0px;
}

.form-group.comentarios-form {
  margin-top: 20px;
}

.label-check strong {
  font-weight: bolder;
  font-family: 'COS-Bold';
}

#boton-enviar-mensaje {
  display: block;
  width: 100%;
  margin-top: 20px;
  background: #dc0329;
  font-family: 'CO-Bold';
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all;
  transition-duration: .3s;
}

/* #region - Header */

.d-flex {
  display: flex;
}

header.co-header {
  padding: 30px 0;
}

header.co-header > .container > .align-items-center{
  align-items: center;
  justify-content: space-between;
  display: grid !important;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0px;
  margin: 0px;
}

header.co-header .rss{
  flex: 0 1 auto;
}

header.co-header .logo-container {
  align-items: center;
  flex: 0 1 auto;
}

header.co-header .buscador {
  flex: 0 1 auto;
}

header.co-header ul.lista-redes{
  padding: 0px;
  margin: 0px;
  display: flex;
}

header.co-header ul.lista-redes li.list-inline-item {
  margin-right: 20px !important;
}

header.co-header ul.lista-redes a{
  width: auto;
  height: auto;
}

header.co-header ul.lista-redes a:hover{
  color: #000;

}


header.co-header .logo {
  width: 135px;
  height: auto;
  display: block;
}

header.co-header .logo-separador {
  background: #828282;
  height: 3.4em;
  width: 2px;
  align-self: center;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 5px;
}

header.co-header .logo-text {
  font-weight: bold;
  color: #828282;
}

@media (max-width: 900px) {
  header.co-header > .container > .align-items-center{
    grid-template-columns: 1fr 1fr;
  }
  header.co-header .logo-container {
    max-width: 300px;
  }
  header.co-header .logo {
  }
  header.co-header .logo-text {
    font-size: 25px;
  }
}

/* #endregion - Header */

header {
  background: rgb(255,255,255);
  /*position: absolute;*/
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

#fila-1 h3 {
  font-family: 'CO-Bold';
  font-size: 24px;
  color: rgba(0,0,0,0.75);
}

#seccion-mas-info p {
  color: #5D5D5D;
  font-size: 19px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 30px;
}

#seccion-mas-info p.centro-recursos{
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 50px;
}

@media (max-width: 990px) {
  .text-share-with {
    text-align: center;
  }
}

#seccion-mas-info a:hover {
  text-decoration: none;
}

#seccion-mas-info {
  padding-bottom: 60px;
  padding-top: 0px;
  margin-top: 30px;
}

#fila-2 h2 {
  font-size: 28px;
  font-family: 'CO-Bold';
  line-height: 33px;
  color: #5D5D5D;
  margin-bottom: 35px;
}

#fila-2 p {
  margin-top: 20px;
}

#fila-2 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#fila-2 li {
  margin-top: 15px;
  font-size: 19px;
  line-height: 32px;
  color: rgb(93,93,93);
}

.contenedor-email li {
  margin-top: 15px;
  font-size: 16px;
  color: #5d5d5d;
}

#fila-2 i {
  font-size: 18px;
  margin-right: 10px;
  float: left;
  position: relative;
  top: 6px;
}

#fila-redes h3 {
  font-size: 22px;
  font-family: 'CO-Bold';
  margin-bottom: 20px;
}

#fila-redes i {
  color: #5d5d5d;
  margin-bottom: 0px;
  font-size: 22px;
  display: block;
  transition: all;
  transition-duration: .3s;
  text-align: center;
  line-height: 42px;
}

#fila-redes i:hover {
  color: #9a9a9a;
  transition: all .3s;
}

footer {
  background: rgb(0,0,0);
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-family: 'COS-Regular';
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: 0px;
}

footer .nav a {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  color: #b8babb;
}

footer .nav a:hover {
  color: #fff;
}

.copy-footer {
  font-size: 16px;
  margin-bottom: 0px;
  text-align: center;
  color: #b8babb;
  margin-top: 20px;
}

@media (max-width: 990px) {
  footer .nav-item {
    margin-bottom: 10px;
  }
}

@media (max-width: 990px) {
  footer .nav {
    display: block;
  }
}

.info-col {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #fila-2 {
    margin-top: 30px;
  }

  .typ-no-ebook #seccion-mas-info #fila-2 {
    display: flex;
    flex-direction: column;
  }

  .typ-no-ebook #seccion-mas-info #fila-2 .col-lg-6:first-child{
    order: 2;
  }

  .typ-no-ebook #seccion-mas-info #fila-2 .col-lg-6:last-child{
    order: 1;
  }
}

@media (max-width: 990px) {
  .copy-footer {
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.nav-fill .nav-item {
  text-align: left;
}

@media (max-width: 990px) {
  .nav-fill .nav-item {
    text-align: center;
  }
}

.navbar-brand {
  max-width: 185px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,0.75);
  transition: all .2s;
}

.nav-item.email-header {
  margin-right: 20px;
}

.navbar {
  padding: 0rem 0rem;
}

.container-fluid.no-padding {
  padding: 0px;
}

@media (max-width: 990px) {
  .nav-item.email-header {
    margin-right: 0px;
    /*text-align: center;*/
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    margin-left: 15px;
  }
}

#boton-enviar-mensaje:hover {
  background: rgba(0,0,0,0.75);
}

#fila-2 .btn:hover {
  background: rgba(0,0,0,0.75);
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #dc0329;
}

#thank-you-page #fila-2 ul {
  margin-top: 30px;
}

#thank-you-page .titulo {
  font-size: 46px;
  font-family: 'CO-Bold';
  color: rgba(0,0,0,0.75);
}

#sec-mensaje-thank {
  background: url(../../assets/img/thank-you-page-fd.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 180px;
  padding-bottom: 140px;
}

#thank-you-page .titulo span {
  color: #dc0329;
}

#thank-you-page .sub-titulo {
  font-family: 'CO-Regular';
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

#thank-you-page .facebook-col, #thank-you-page .linkedin-col, #thank-you-page .twitter-col, #thank-you-page .email-col {
  padding-left: 0px;
  padding-right: 7px;
}

#fila-redes .jssocials-share{
  margin: 0 1.3em 0.3em 0;
}

#thank-you-page #fila-redes a {
  max-width: 35px !important;
  display: block;
  width: 100%;
  background: white;
  padding: 0px;
}

#thank-you-page #fila-redes i {
  border-radius: 8px !important;
}

#thank-you-page #fila-redes {
  margin-left: 0px;
  margin-top: 15px;
}

#thank-you-page #fila-redes .col-lg-12{
  padding-left: 0px;
}

@media (max-width: 990px) {
  #thank-you-page #fila-redes{
    margin-left: auto;
  }

  #fila-redes .jssocials-shares{
    display: flex;
    justify-content: center;
  }

  #thank-you-page #fila-2 h3 {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  #sec-mensaje-thank {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

#email-page header {
  background: #ffffff;
  position: relative;
  max-width: 660px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

#email-page #logo {
  max-width: 180px;
  width: 100%;
  display: block;
  margin: auto;
}

.contenedor-email {
  max-width: 660px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#email-page {
  font-family: arial;
}

#contenedor-email {
}

.contenedor-email h3 {
  margin-top: 30px;
  font-family: arial;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #5d5d5d;
}

#email-page ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#email-page i {
  font-size: 18px;
  color: #dc0329;
  margin-right: 10px;
  margin-bottom: 20px;
  float: left;
  position: relative;
  top: 5px;
}

#email-page .usuario img {
  float: left;
  margin-right: 10px;
  max-width: 52px;
  margin-bottom: 25px;
  position: relative;
  bottom: 5px;
}

#email-page .usuario {
  margin-top: 30px;
}

#email-page .usuario p {
  margin-bottom: -5px;
}

#email-page .call-to {
  border: 1px solid #dc0329;
  margin-top: 30px;
  padding: 25px;
  border-radius: 8px;
}

#email-page .call-to .text-1 {
  font-size: 25px;
  margin-bottom: 0px;
  font-weight: bold;
}

#email-page .call-to .btn {
  background: #dc0329;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0px;
}

@media (max-width: 990px) {
  #email-page .call-to .text-1, #email-page .call-to .text-2 {
    text-align: center;
  }
}

@media (max-width: 990px) {
  #email-page .call-to .btn {
    margin: auto;
    display: block;
  }
}

@media (max-width: 812px) {
  #email-page .call-to {
    margin-left: 0px;
    margin-right: 0px;
  }
}

#fila-redes-email i {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

#email-page footer {
  margin: 0px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f5f5f5;
}

@media (max-width: 767px) {
  #navcol-2 {
    padding: 15px;
  }
}

#thank-you-page #fila-2 .btn {
  max-width: 100%;
}

a:hover {
  color: #dc0329;
}

.form-check a {
  font-weight: 800;
  color: #dc0329;
}

#fila-2 h3 {
  font-size: 22px;
  color: #5d5d5d;
  margin-top: 24px;
  font-family: 'CO-Medium';          
}

#fila-2 li:before {
  width: 10px;
  height: 10px;
  display: block;
  background: #dc0329;
  content: " ";
  float: left;
  border-radius: 100px;
  margin-right: 20px;
  margin-bottom: 38px;
  clear: both;
  position: relative;
  top: 12px;
}

.contenedor-email li:before {
  width: 10px;
  height: 10px;
  display: block;
  background: #dc0329;
  content: " ";
  float: left;
  border-radius: 100px;
  margin-right: 20px;
  margin-bottom: 38px;
  clear: both;
  position: relative;
  top: 7px;
}

.chooose-option-ti {
  font-size: 22px;
  font-family: 'CO-Medium';
  color: #5d5d5d;
}

.lista-redes {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 990px) {
  .lista-redes {
    text-align: center;
  }
}

.lista-redes a {
  width: 42px;
  height: 42px;
  display: block;
}

@media (max-width: 990px) {
  #thank-you-page .img-ebook {
    margin-bottom: 70px !important;
  }
}

footer p {
  margin-bottom: 0px;
  color: #b8babb;
}

#form-thak-you {
  position: relative;
}

#form-thank-you .titulo-principal-form {
  font-size: 28px !important;
  font-family: 'CO-Bold';
  line-height: 33px;
  color: #5D5D5D;
  margin-bottom: 35px;
}

.titulo-gracias {
  font-family: 'CO-Bold';
  color: #fff;
  font-size: 40px;
}

.sub-titu-gracias {
  color: #fff;
  font-size: 16px;
  font-family: 'CO-Regular';
  margin-top: 30px;
  margin-bottom: 30px;
}

#cabeceraauthor #author div.blog-author .avion-papel{
  max-width: 28px;
  margin-right: 7px;
  margin-bottom: 4px;
}

.descar-aqui-link {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.email-sub-titu-gracias {
  float: left;
    clear: both;
    margin-bottom: 30px;
    margin-right: 15px;
    font-size: 18px;
    padding: 5px 8px;
    border: 2px solid #fff;
}

.linea {
  height: 1px;
  background: #fff;
  border:none;
  margin-bottom: 20px;
}

.lista-redes-gracias a {
  color: #fff;
  height: 34px;
  width: 34px;
  display: block;
  text-align: center;
  line-height: 34px;
  transition: all .3s;
}

.lista-redes-gracias a:hover {
  color: #9a9a9a;
}

.lista-redes-gracias li {
  color: #fff;
}

@media (max-width: 576px) {
  .text-comparte-graci {
    display: block;
  }

  #cabeceraauthor #author div.blog-author .avion-papel{
    max-width: 48px !important;
    margin-top: 0px;
    margin-right: 20px;
  }
}

@media (max-width: 404px) {

  #cabeceraauthor #author div.blog-author .avion-papel{
    max-width: 48px !important;
    margin-top: 12px;
    margin-right: 20px;
  }

}
.sub-titu-gracias span {
  display: block !important;
}

#thank-you-page .img-ebook {
  margin: auto;
  display: block;
}

.navbar-toggler {
  margin-right: 15px;
}

.nav-item {
  /*margin-right: 15px;*/
}

.navbar-expand-md .navbar-nav {
  /*width: 80%;*/
}

#navcol-2 {
  max-width: 700px;
}

.sub-titu-oferta {
  text-align: center;
  font-family: 'CO-Regular';
  margin-bottom: 0px !important;
}

.titulo-principal-solicita {
  text-align: center;
  font-family: 'CO-Bold';
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 47px;
  color: #5d5d5d;
}

#form-thank-you {
  padding: 20px;
  border: 1px solid #e3e3e3;
}

.titu-otros-ebooks {
  font-size: 28px;
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
  font-family: 'COS-Regular';
}

.titu-otros-ebooks:after {
  width: 50px;
  height: 3px;
  background: #815491;
  display: block;
  content: "";
  margin-top: 1em;
}

#otros-ebooks {
  background: #e5e5e5;
  padding-top: 30px;
  padding-bottom: 30px;
}

#otros-ebooks h2 {
  font-family: 'CO-Medium';
  color: #815491;
  font-size: 20px;
  text-transform: uppercase;
}

#otros-ebooks h4 {
  font-family: 'COS-Regular';
  color: #111;
}

.ebooks .img-fluid {
  max-width: 175px;
  margin: auto;
  display: block;
  margin-bottom: 30px;
}

.ebooks h4 {
  color: #fff;
  text-align: center;
  font-size: 18px !important;
  font-family: 'CO-Regular';
}

.ebooks a {
  padding: 20px;
  display: block;
  transition: all .3s;
}

.ebooks a:hover {
  background: rgba(255,255,255,0.2);
}

.img-ebook {
  max-width: 270px;
  margin: auto;
  display: block;
  margin-top: 30px;
}

.boton-descargar-ebook {
  margin: auto;
  max-width: 210px;
  background: #dc0329;
  color: #ffffff;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 60px;
  margin-top: 20px;
}

.boton-descargar-ebook:hover {
  color: #fff;
}

.contenedor-email h2 {
  margin-top: 30px;
  font-family: arial;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: bold;
  color: #5d5d5d;
}

.text-share-email {
  clear: both;
}

.red-img-email {
  display: inline-block;
  max-width: 32px;
  margin-right: 15px;
}

.contenedor-email.p p {
  margin-bottom: 15px;
  font-size: 12px;
  text-align: center;
  color: #5d5d5d;
}

.contenedor-email.p a {
  display: inline-block;
  line-height: 7px;
  color: #dc0329;
  font-weight: bold;
}

.titulo-centro-recursos {
  font-family: 'CO-Bold';
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.sub-titu-centro-recursos {
  color: #fff;
  font-size: 22px;
  font-family: 'CO-Regular';
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.centro-recursos-section {
  background-image: url(../../assets/img/centro_recursos.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 170px;
  padding-bottom: 170px;
  margin-bottom: 0px;
  z-index: 1;
  max-height: 460px;
}

.titulo-categoria-recurso {
  font-family: 'CO-Bold';
  color: #5d5d5d;
  font-size: 28px;
  margin-bottom: 0px;
  line-height: 28px;
}

.link-cat-rec {
  color: #dc0329;
  font-size: 16px;
  font-family: 'CO-Regular';
  margin-left: 10px;
}

.link-cat-rec i {
  margin-left: 10px;
  font-size: 16px !important;
  margin-left: 8px;
}

.fila-titulo-cat-rec {
  margin-bottom: -6px;
}

.col-recurso {
  /*background: #f9f9f9;*/
  /*padding: 20px 40px;*/
  padding: 0px 5px;
  margin-bottom: 15px;
}

.col-recurso img {
  display: block;
  margin: auto;
}

.caja-ebook-recurso {
  padding: 20px;
  background: #f9f9f9;
  width: 100%;
  display: block;
}

.section-rec-info {
  padding-top: 45px;
  padding-bottom: 45px;
}

.cate-rec-tex {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  color: #5d5d5d;
  font-size: 14px;
  margin-bottom: 6px;
}

.cate-rec-titu {
  padding-left: 15px;
  padding-right: 15px;
  color: #5d5d5d;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 6px;
  font-family: 'CO-Medium';
}

.caja-info-titulo-cat-rec:hover {
  background: rgba(0,0,0,0.12);
  transition: all .3s;
}

.row.fila-cat-rec {
  margin-bottom: 30px;
}

.lista-redes li {
  margin-right: 25px !important;
}

.text-share-with.centro-recursos {
  text-align: center;
  margin-bottom: 0px;
  color: #5d5d5d;
}

.list-inline.lista-redes.centro-recursos {
  text-align: center;
}

.logo-blanco {
  max-width: 150px;
  height: 35px;
  margin: auto;
  display: block;
  margin-bottom: 40px;
}

.contac-informa-legal {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'COS-Medium';
}

.linea-footer {
  max-width: 353px;
  background: #fff;
  height: 1px;
  color: #b8babb;
  border: none;
}

.lista-redes-gracias a i {
  font-size: 18px;
}

.buscar-ico {
  font-size: 18px !important;
  margin-left: 0px !important;
}

.container-header {
  max-width: 1140px;
  display: block;
  margin: auto;
}

/* Circulo rojo input*/
.container-f {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-f input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 1px;
    left: -20px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #5d5c5d;
}

label.form-check-label.container-f {
    padding-left: 10px;
}

.container-f:hover input ~ .checkmark {
  border-color: #dc0329;
}

.container-f input:checked ~ .checkmark {
  border-color: #dc0329;
  border:1px solid #dc0329;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-f input:checked ~ .checkmark:after {
  display: block;
}

.container-f .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dc0329;
}
/* FIN Circulo rojo input*/


/* Check rojo */
.container-check {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-check input {
  position: static;
  opacity: 1;
  cursor: pointer;
  height: 12px;
  width: 12px;
  display: inline-block;
}

.checkmark-ch {
  position: absolute;
  top: 0;
  left: -20px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #5d5c5d;
}

.container-check:hover input ~ .checkmark-ch {
  background-color: #E3E3E3;
}

.container-check input:checked ~ .checkmark-ch {
  background-color: #dc0329;
}

.checkmark-ch:after {
  content: "";
  position: absolute;
  display: none;
}

.container-check input:checked ~ .checkmark-ch:after {
  display: block;
}

.container-check .checkmark-ch:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media(max-width: 767px){
  .container-check {
    padding-left: 10px;
  }
}

/* FIN Check rojo */



/* ------ IC ------ */
/* Desktop */
.mean-bar {
  display: none;
}
/* Mobile */
.mean-container {
  padding-top: 50px;
}
.mean-container #header-menu {
  display: none;
}
.mean-container .mean-bar {
  display: block;
}
.mean-container .mean-bar .mobile-menu-nav-back {
  border-bottom: 0px !important;
}
.mean-container #dropdown_mobile ul {
  display: none
}
.mean-container #dropdown_mobile.mostrar ul {
  display: block;
}

/* Cabecera */

#cabeceraauthor.no-ebook{
  padding: 0px;
  min-height: 412px;
}

#cabeceraauthor.no-ebook #author .media{
  margin-left: 0px;
}

#cabeceraauthor.no-ebook .blog-author .media{
  transform: translateY(25%);
}

#cabeceraauthor .item-title {
  font-size: 30px !important;
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  font-family: 'CO-Bold';
  
}

#cabeceraauthor.no-ebook .item-title {
  font-size: 50px !important;
  display: flex;
  align-items: flex-start;
  font-family: 'CO-Bold';
}

#cabeceraauthor .item-subtitle p {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 1.5em;
}

#cabeceraauthor.no-ebook .item-subtitle p {
  font-size: 20px;
}
#cabeceraauthor .blog-author {
  margin: 5px;
}
@media (min-width: 1200px) {
  #cabeceraauthor .blog-author .media{
    margin-top: 0px !important;
    transform: translateY(-50%);
  }

}

@media(min-width: 1200px){
  #cabeceraauthor.no-ebook .blog-author .media{
    transform: translateY(30%);
  }
}

@media(min-width: 1600px){
  #cabeceraauthor.no-ebook #author .media{
    transform: translateY(50%);
    margin-left: -50px;
  }
}

@media(max-width: 1200px){
  #cabeceraauthor.no-ebook .blog-author .media{
    margin-left: 20px !important;
    margin-top: 0px !important;
    transform: translateY(30%);
  }

  #cabeceraauthor.no-ebook .blog-author .media .media-body{
    max-width: 350px;
    margin-left: -50px;
  }

  #cabeceraauthor.no-ebook .item-title {
    font-size: 40px !important;
  }

  #cabeceraauthor.no-ebook .item-subtitle p{
    font-size: 17px;
  }
}
#cabeceraauthor .blog-author h1::before{
  display: none !important;
}
@media (max-width: 991px) {
  #cabeceraauthor .media-img-auto {
    display: none;
  }

  #cabeceraauthor .item-title {
    font-size: 30px;
    font-size: 28px;
  }
  #cabeceraauthor #author .media {
    max-width: 45% !important;
    margin-left: -20px !important;
  }

  #cabeceraauthor.no-ebook{
    min-height: 320px;
  }

  #cabeceraauthor.no-ebook  .media-body {
    margin-left: 0px;
  }

  #cabeceraauthor.no-ebook .item-title{
    font-size: 30px !important;
  }

}

@media (max-width: 768px) {
  #cabeceraauthor .media-img-auto {
    display: block;
    margin-top: 0px;
  }

  #cabeceraauthor.no-ebook{
    min-height: 286px;
  }
  #cabeceraauthor #author .media {
    max-width: 100% !important;
    margin-left: 20px !important;
  }

  #cabeceraauthor.no-ebook .blog-author .media{
    margin-left: 0px !important;
    margin-top: 40px !important;
  }
}

@media(max-width: 580px){

  #cabeceraauthor.no-ebook .blog-author .media .media-body{
    margin-left: 0px;
  }

  #cabeceraauthor.no-ebook .item-title{
    line-height: 1em;
  }
}

@media(max-width: 505px){
  #cabeceraauthor.no-ebook {
    min-height: 236px;
}
  #cabeceraauthor.no-ebook .blog-author .media{
    margin-top: 0px !important;
  }

  #cabeceraauthor.no-ebook  .media-body {
    margin-top: 0px !important;
  }
}

/* Post Listing */

.titulo-principal-solicita.no-ebook{
  max-width: 80%;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 40px;
}

.post-listing-wrapper{
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}

.post-listing .post{
  border-radius: 0px;
  border: 1px solid #eee;
  overflow: hidden;
  cursor: pointer;
  transition: all 300ms;
}

.post-listing .post-image-container {
  overflow: hidden;;
}

.post-listing .post-image-container img{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  transition: all 300ms;
}

.post-listing .post:hover .post-image-container img{
  
  transform: scale(1.1) rotateZ(2deg);
}

.post-listing .post:hover {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.178);
}

.post-listing .post-text-container{
  padding: 20px;
}

#seccion-mas-info .post-text-container h3{
  font-weight: bold;
  margin-bottom: 10px;
}

#seccion-mas-info .post-text-container p{
  margin-top: 0px;
  font-size: 15px;
  line-height: 26px;
}

#seccion-mas-info .post-listing .leer-mas{
  color: #815491;
  text-transform: uppercase;
}

#seccion-mas-info  .post-listing i{
  margin-bottom: 0px;
  font-size: 20px;
  margin-left: 5px;
  color: #815491;
  font-size: 15px;
}

#seccion-mas-info .post-listing .leer-mas:hover{
  color: #111;
}

#seccion-mas-info .post-listing .leer-mas:hover i{
  animation: headShake 0.5s;
}

@keyframes headShake{
  0%{
    transform: translateX(0);
  }6.5%{
    transform: translateX(-6px) rotateY(-9deg);
  }18.5%{
    transform: translateX(5px) rotateY(7deg);
  }31.5%{
    transform: translateX(-3px) rotateY(-5deg);
  }43.5%{
    transform: translateX(2px) rotateY(3deg);
  }50%{
    transform: translateX(0);
  }
}


@media(max-width: 1300px){
  .post-listing-wrapper{
    max-width: 90%;
  }
}



@media(max-width: 767px){
  .post-listing-wrapper{
    grid-template-columns: repeat(2, 1fr);
  }
}


@media(max-width: 580px){

  .titulo-principal-solicita.no-ebook{
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 38px;
  }

  .post-listing .post{
    max-width: 400px;
    margin: 0 auto;
  }

  .post-listing-wrapper{
    max-width: 95%;
  }

  .post-listing-wrapper{
    grid-template-columns: 1fr;
  }
}

/*Estilos agregados nuevos #################
###########################################*/

/* Cabecera */
#cabeceraauthor .item-title {
  font-size: 30px !important;
  display: flex;
  align-items: flex-start
}
#cabeceraauthor .item-subtitle p {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 1.5em;
}
#cabeceraauthor .blog-author {
  margin: 5px;
}
@media (min-width: 1200px) {
  #cabeceraauthor .blog-author .media{
    margin-top: 0px !important;
    transform: translateY(-50%);
  }
}
#cabeceraauthor .blog-author h1::before{
  display: none !important;
}
@media (max-width: 991px) {
  #cabeceraauthor .media-img-auto {
    display: none;
  }
  #cabeceraauthor .item-title {
    font-size: 30px;
    font-size: 28px;
  }
  #cabeceraauthor #author .media {
    max-width: 45% !important;
  }
}

@media (max-width: 768px) {
  #cabeceraauthor .media-img-auto {
    display: block;
    margin-top: 0px;
  }
  #cabeceraauthor #author .media {
    max-width: 100% !important;
  }
}

/*Centro recursos*/

.redes-footer i.fa.fa-facebook {
    background: #3a5998 !important;
    color: #fff !important;
}

.redes-footer i.fa.fa-twitter {
    background: #03aced !important;
    color: #fff !important;
}

.redes-footer i.fa.fa-linkedin-square {
    background: #027bb6 !important;
    color: #fff !important;
}

.redes-footer i.fa.fa-whatsapp {
    background: #29a628 !important;
    color: #fff !important;
}

.redes-footer i.fa.fa-at {
    background: #3490f3 !important;
    color: #fff !important;
}

.centro-recursos-section .col-12 {
    padding-left: 75px;
}

.ebook-img img, .infogra-img img  {
    max-width: 200px;
}

.ico-search-header i:before {
    font-size: 20px !important;
}

footer ul.nav.nav-pills.nav-fill.d-lg-flex.align-items-lg-center {
    max-width: 900px;
    margin: auto;
}

@media screen and ( max-width: 1200px ) {

  .centro-recursos-section .col-12 {
      padding-left:0px;
  }

}

@media (max-width: 991px) {

  .centro-recursos-section {
    /*background-position-x: -290px;*/
    /*background-position-x: -196px;*/
    padding-top: 54px;
    padding-bottom: 54px;
    background-position-x: -127px;
    background-size: 150%;
  }

}

@media (max-width: 768px) {

  .centro-recursos-section {
    background-image: url(../../assets/img/PU_territorio_mobile.jpg);
    background-position-x: center;
    background-size: 100%;
  }

  h1.titulo-centro-recursos, p.sub-titu-centro-recursos {
    padding-left: 20px;
  }

}
