html {
  font-family: 'PT Serif';
  font-size: 13px;
}

body {
  background-color: #fff;
}

.separador_banner {
  width: 26%;
}

html ul {
  list-style: none !important;
  padding: 0px;
}

html a {
  text-decoration: none !important;
}

.navbar .navbar-nav > li > a {
  font-size: 13px;
}

.contenido_articulo .perfil > .linea_divisoria {
  width: 30%;
  margin-left: 35%;
}
.contenido_articulo .perfil > span {
  padding: 10px 15px;
}
.contenido_articulo .perfil > span:nth-child(4) {
  color: #000000;
}
.contenido_articulo .perfil > span:last-child {
  text-align: left;
  padding: 0px;
}
.contenido_articulo .perfil > span a span {
  color: #000000;
}
.contenido_articulo .perfil > span.visible-xs {
  color: #2fd7da;
  font-style: oblique;
  font-size: 13px;
  padding: 0px;
}

@media (max-width: 992px) {
  .contenido_articulo .perfil > span:last-child {
    position: absolute;
    left: 0;
  }

  .pie_articulo, .tags_articulo {
    display: none;
  }

  .similares > div:first-child > div:nth-child(2) {
    display: block;
  }
  .similares > div:first-child > div:first-child {
    display: none;
  }
}
.cuerpo_articulo {
  margin-top: 70px;
}

.container div div.linea_divisoria {
  width: 10%;
  margin-left: 45%;
}

.ok_lectura {
  display: none;
}

#contenido_articulo #cuerpo_articulo a {
  color: #79B1DF;
}

#contenido_articulo {
  line-height: 30px;
  font-family: 'pt serif';
  font-size: 18px;
}

.ancho-completo {
  padding-left: 0;
  padding-right: 0;
}

.efecto {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.efecto:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.capa {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.postits {
  font-family: 'AlegreyaSansSC-Regular';
  background-color: #fff;
  color: #000;
  border: solid 2px #565747;
  padding: 7px 17px;
  text-transform: uppercase;
  font-size: 20px;
}

.titulo {
  font-family: 'Bitter-Regular';
  color: #282828;
  font-size: 23px;
  margin-top: 17px;
}

.lugar {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'AlegreyaSansSC-Regular';
  font-size: 17px;
}

.lugar .glyphicon {
  color: #237097 !important;
}

.por {
  color: #0D6FD9;
}

.suscribete {
  background-color: #d5f1ff;
}
.suscribete .checkbox label {
  text-decoration: none;
}

.pie-foto {
  line-height: 13px;
}

.pie-video {
  line-height: 13px;
}

#barra_social {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#barra_social .recuadro {
  background-color: #AACFEE;
  padding: 10px 0px;
}

#barra_social li a {
  font-size: 25px;
}

.primera-fila p:first-of-type:first-child:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

@media (min-width: 992px) {
  #perfil .pull-right-nosm {
    width: 70%;
  }

  .pull-right-nosm {
    float: right !important;
  }

  /* #suscribete {
    display: table;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  #suscribete > [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
  } */
}
@media (min-width: 768px) {
  #barra_social {
    position: fixed;
    left: 0px;
    height: 100%;
    width: auto;
  }

  #barra_social li {
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  #barra_social {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: auto;
  }

  #barra_social li {
    display: block;
    float: left;
    padding: 5px 15px;
  }

  /* #principal .titulo {
    font-size: 30px !important;
  } */
  .perfil > .fecha_articulo {
    float: left;
  }
}
#div_img_principal {
  color: #C8C8C8;
}

#div_img_principal p {
  font-family: 'AlegreyaSansSC-Regular' !important;
  font-size: 15px !important;
  padding-top: 11px;
  color: black;
}

#div_img_principal span:not(.fa) {
  font-family: 'Josefin Sans' !important;
  font-size: 13px !important;
}

#introduccion > div {
  text-align: center;
  background-color: #fff;
  position: relative;
  padding: 0px 50px;
}

#introduccion .postits {
  position: relative;
  top: -10px;
}

.principal label {
  letter-spacing: 8px;
  font-family: 'AlegreyaSansSC-Regular';
  color: #666666;
  font-size: 20px;
}
.principal div > a > label {
  cursor: pointer;
}

#principal .titulo {
  margin-top: 0px;
  font-size: 49px;
}

#principal #div_img_principal * {
  margin: 0 auto;
}

#principal p {
  font-family: 'PT Serif';
  font-size: 20px;
}

#principal .postits {
  cursor: pointer;
}

#perfil {
  text-align: center;
}

#foto_autor {
  margin: auto;
  overflow: hidden;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

#foto_autor img {
  min-height: 100%;
  min-width: 100%;
}

#autor_articulo {
  font-family: 'Chapaza';
  font-size: 13px;
}

#twitter_autor {
  font-family: 'AlegreyaSansSC-Regular';
  color: #3ab6f1;
  font-size: 14px;
}

#twitter_autor a {
  color: #3ab6f1 !important;
}

#fecha_articulo {
  font-family: 'AlegreyaSansSC-Regular';
  color: #838373;
  text-transform: uppercase;
  font-size: 14px;
}

#contenido_articulo.collapse {
  overflow: hidden;
  height: 1000px;
  position: relative;
  display: block !important;
}

#contenido_articulo.collapse.in {
  height: auto;
}

#contenido_articulo.collapsing {
  -webkit-transition: height 2s ease;
  -o-transition: height 2s ease;
  transition: height 2s ease;
}

#contenido_articulo.collapse .fog {
  position: absolute;
  top: 900px;
  left: 0px;
  width: 100%;
  height: 100px;
  z-index: 100;
  -moz-box-shadow: inset 0px -50px 51px -35px white;
  -webkit-box-shadow: inset 0px -50px 51px -35px white;
  box-shadow: inset 0px -50px 51px -35px white;
}

#contenido_articulo.collapse.in .fog {
  display: none;
}

#tags_articulo a {
  display: inline-block;
  font-family: "AlegreyaSansSC-Regular" f;
  color: #9B9B9B;
  margin: 5px 13px 5px 13px;
  text-transform: uppercase;
}

#tags_articulo a:hover {
  color: #3AB6F1;
}

#pie_articulo {
  text-align: center;
}

#pie_articulo .titulo {
  color: #5E5E5F;
}

#pie_articulo #franja_share ul {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

#pie_articulo #franja_share li {
  text-align: center;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  white-space: nowrap;
}

#pie_articulo #franja_share a {
  color: #fff;
}

#franja_login li, #franja_logout li {
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  white-space: nowrap;
}

#pie_articulo #franja_share li {
  background-color: #9B9B9B;
}

#pie_articulo #franja_share li.facebook_circle {
  background-color: #2B5094;
}

#pie_articulo #franja_share li.twitter_circle {
  background-color: #1D9FF8;
}

#pie_articulo #franja_share li.whatsapp_circle {
  background-color: #00B053;
}

#pie_articulo #franja_share li.google_circle {
  background-color: #D1403D;
}

#franja_login {
  font-family: 'AlegreyaSansSC-Regular';
  font-size: 15px;
}

#franja_login li .fa-facebook {
  color: #2B5094;
}

#franja_login li .fa-twitter {
  color: #1D9FF8;
}

#franja_login li .fa-google-plus {
  color: #D1403D;
}

#franja_login li .fa-user, #franja_login li .fa-user-plus, #franja_logout li .fa-sign-out {
  color: black;
  cursor: pointer;
}

#pie_articulo #franja_share a, #franja_login a, #franja_logout a {
  font-size: 25px;
}

#comentarios #antiguos {
  max-height: 400px;
  overflow-y: auto;
}

#comentarios #antiguos .linea {
  border-top: solid 3px #D2D8DC;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

#comentarios #nuevo .linea1 {
  border-top: solid 3px #00AEE1;
}

#comentarios #nuevo .linea2 {
  border-top: solid 3px #D2D8DC;
}

#comentarios .publicacion {
  padding: 10px;
}

#comentarios .fecha_publicacion {
  font-family: 'AlegreyaSansSC-Regular';
  color: #C8C8C8;
  text-transform: uppercase;
  font-size: 10px;
}

#comentarios .nombre-comentario {
  font-family: 'AlegreyaSansSC-Regular';
  color: #555;
  text-transform: uppercase;
  font-size: 12px;
}

#comentarios #nuevo .textarea-group textarea {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-width: 2px;
  border-bottom-width: 1px;
}

#comentarios #nuevo .textarea-group button {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-width: 2px;
  border-top-width: 1px;
  background-color: #F2F2F2;
}

#num-comentarios {
  font-family: 'AlegreyaSansSC-Regular';
}

/*  
 @media (max-width: 768px) {
   .xs-nopadding {
     padding-left: 0px !important;
     padding-right: 0px !important;
   }
 
   .xs-nopadding img {
     width: 100%;
   }
 
   #div_img_principal p {
     padding-left: 10px;
   }
 
   .postit-tags {
     width: 100% !important;
   }
 
   .navbar .navbar-brand {
     padding-top: 0px;
     padding-right: 0px;
     left: 0;
   }
 
   #pie_articulo #franja_share li {
     width: 40px;
     height: 40px;
     line-height: 40px;
   }
 
   #foto_actual {
     margin-bottom: 10px;
   }
 
    #suscribete .h1 {
     font-size: 39px;
   } 
 } */
#similares {
  text-align: left;
}

#similares .infinite-container h2.titulo {
  text-transform: uppercase;
}

#similares .recurso-principal {
  width: 100%;
}

#similares .recurso-principal.video {
  min-height: 400px;
}

#similares .linea {
  border-top: solid 1px #888888;
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}

#similares .img-responsive {
  margin: auto;
}

#similares .titulo {
  color: #000;
}

#similares .lateral {
  background-color: #EEEEEE;
  padding: 10px;
}

#similares .lateral h1 {
  font-size: 36px;
  color: #333333;
}

#similares .social_relacionado {
  margin: 5px 0px;
}

#similares a {
  font-size: 18px;
  color: #000;
}

#similares .tags .postits {
  font-size: 10px;
  font-weight: bold;
}

/* .titulo_nav label {
  font-family: 'Rajdhani', sans-serif;
} */
.carousel-inner > .item > img {
  max-height: 400px;
}

/* .navbar #nav_adc .navbar-nav .titulo_nav a {
  line-height: 25px;
  padding-bottom: 0;
}

.navbar #nav_adc .navbar-nav .titulo_nav {
  width: 90%;
} */
.division-vertical {
  border-right: solid 1px black !important;
}

/* .navbar .division-vertical {
  border-right: solid 1px #fff !important;
} */
.territorio1 a:focus, .territorio1 a:hover {
  color: #0cf397 !important;
}

.labelTerri {
  padding: 0px;
  border: solid 7px #0cf397;
}

.contenidoTerri {
  background: #0cf397;
  font-family: Rajdhani, sans-serif;
  color: #fff;
}

.contenidoTerri > div {
  width: 100%;
  position: relative;
}

.contenidoTerri div h6 {
  margin: 0px;
  font-size: 1.5vw;
  letter-spacing: 1vw;
  padding-top: 10px;
}

.contenidoTerri div div h1 {
  font-size: 4vw;
  margin-top: 0px;
}

@media (min-width: 992px) {
  #perfil .pull-right-nosm {
    width: 70%;
  }

  .pull-right-nosm {
    float: right !important;
  }

  /* #suscribete {
    display: table;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  #suscribete > [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
  } */
}
@media (min-width: 768px) {
  #barra_social {
    position: fixed;
    left: 0px;
    height: 100%;
    width: auto;
  }

  #barra_social li {
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  #barra_social {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: auto;
  }

  #barra_social li {
    display: block;
    float: left;
    padding: 5px 15px;
  }

  #principal .titulo {
    font-size: 30px !important;
  }
}
@media (max-width: 768px) {
  .xs-nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xs-nopadding img {
    width: 100%;
  }

  #div_img_principal p {
    padding-left: 10px;
  }

  .postit-tags {
    width: 100% !important;
  }

  /* .navbar .navbar-brand {
    padding-top: 0px;
    padding-right: 0px;
    left: 0;
  } */
  #pie_articulo #franja_share li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  #foto_actual {
    margin-bottom: 10px;
  }

  /* #suscribete .h1 {
    font-size: 39px;
  } */
}
@media (max-width: 991px) {
  .contenidoTerri {
    padding: 8px 0px;
  }

  .contenidoTerri div h6 {
    font-size: 1.2vw;
  }

  .contenidoTerri div div h1 {
    font-size: 3.5vw;
  }

  .labelTerri div h5 {
    font-size: 1.5vw;
  }
}
.contextTerri {
  text-transform: none;
  font-family: Josefin Sans;
}

.navbar_articulo .social {
  top: inherit;
}
.navbar_articulo .social span {
  color: #000000;
}

@media (max-width: 380px) {
  .suscribete > div:first-child .h1 {
    font-size: 3em;
  }
}
.navbar #nav_adc .navbar-nav .titulo_nav {
  width: 90%;
}
.navbar #nav_adc .navbar-nav .titulo_nav label {
  margin-bottom: 0px;
}

#principal .titulo-video {
  margin-top: 30px;
  font-family: 'PlayfairDisplay-Regular';
  font-size: 46px;
  text-align: center;
}
@media (max-width: 767px) {
  #principal .titulo-video {
    font-size: 30px;
  }
}

#principal .boton_play {
  font-size: 4.2em;
}

@media (max-width: 768px) {
  #video-principal {
    height: 200px;
  }
}
@media (min-width: 768px) {
  #principal iframe {
    height: 480px;
    margin-top: 20px;
    max-width: 854px;
  }
}
/*# sourceMappingURL=est_articulo.css.map */

/*# sourceMappingURL=est_articulo.css.map */
