@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('../fonts/SohoGothicPro-Medium.woff2') format('woff2'),
        url('../fonts/SohoGothicPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('../fonts/SohoGothicPro-Bold.woff2') format('woff2'),
        url('../fonts/SohoGothicPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Soho Gothic Pro';
    src: url('../fonts/SohoGothicPro-Regular.woff2') format('woff2'),
        url('../fonts/SohoGothicPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body {
  font-family: 'Soho Gothic Pro';
  font-weight: 400;
}

.container {
  margin-bottom: 70px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

.image {
  position: relative;
}
.image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.is-16-9 {
  position: relative;
  padding-top: 56.25%;
}
.button {
  font-weight: 700;
  color: #FFF;
  border: 0;
  outline: 0 !important;
  display: inline-flex;
  padding: 11px 18px;
  background-color: #000;
  font-size: 11px;
  line-height: 1em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
}

.cover-header {
  padding-top: 50px;
  position: relative;
  color: #FFF;
}
.cover-header.container {margin-bottom: 60px;}
.cover-header .header-back {
  background-color: #003DC2;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 200%;
  left: 50%;
  transform: translateX(-50%);
}
.cover-header .header-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover-header .title {
	font-weight: 700;
    font-size: 55px;
    line-height: 1.2857;
    margin-bottom: 10px;
	letter-spacing: -2px;
	font-family: 'Soho Gothic Pro';
}
.cover-header .title img {
  width: 100%;
}
.cover-header .description {
  font-weight: 500;
  font-size: 16px;
  width: 50%;
  font-family: 'Soho Gothic Pro';
}

a#CartaLectores{background: #f5d627;font-weight: 500;font-size: 1.5rem;color: #003dc2;padding: 3px 11px 4px;border-radius: 14px;margin-top: 10px;
  display: inline-block; font-family: 'Soho Gothic Pro';} 


/* Destacadas */
.top-news {
	font-family: 'Soho Gothic Pro';
}
.top-news .note {

}
.top-news .note .summary {
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.top-news .note a:hover .summary {
  transform: translateY(0);
  opacity: 1;
}
.top-news .note a .overlay {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.top-news .note a:hover .overlay {
  background-color: rgba(0,34,101,0.95);
}
.top-news .note a {
  width: 100%;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFF !important;
}
.top-news .note a .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top-news .note a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
.top-news .note-one {
}

}
.top-news .note-one a {
  padding-top: 39.8420%;
}
.top-news .note-one a .overlay {
  padding: 20px 40px;
  
  background: -moz-linear-gradient(left, rgba(0,34,101,1) 0%, rgba(0,34,101,0.5) 60%, rgba(0,34,101,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,34,101,1) 0%,rgba(0,34,101,0.5) 60%,rgba(0,34,101,0) 100%);
  background: linear-gradient(to right, rgba(0,34,101,1) 0%,rgba(0,34,101,0.5) 60%,rgba(0,34,101,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002265', endColorstr='#00002265',GradientType=1 );
}

.top-news .note-one .section {
  font-weight: 500;
  font-size: 11px;
  width: 33.3333%;
  margin-bottom: 0px;
  margin-top: 24px !important;
  
}
.top-news .note-one .head {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2857;
  width: 33.3333%;
  margin-bottom: 0px;
}
.top-news .note-one .summary {
  font-size: 14px;
  width: 33.3333%;
  line-height: 1.5em;
}
.top-news .note-two {

}
.top-news .note-two a {
  height: 450px;
}
.top-news .note-two a .overlay {
  padding: 20px 40px;
  background: -moz-linear-gradient(top, rgba(0,34,101,1) 0%, rgba(0,34,101,0) 70%, rgba(0,34,101,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,34,101,1) 0%,rgba(0,34,101,0) 70%,rgba(0,34,101,0) 100%);
  background: linear-gradient(to bottom, rgba(0,34,101,1) 0%,rgba(0,34,101,0) 70%,rgba(0,34,101,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002265', endColorstr='#00002265',GradientType=0 );
}


.top-news .note-two .section {
  font-weight: 500;
  font-size: 10px;
  margin-bottom: 10px;
  margin-top: 24px !important;
}
.top-news .note-two .head {
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.top-news .note-two .summary {
  font-size: 13px;
  line-height: 1.5em;
}
.top-news .note-three {

}
.top-news .note-three a {
  height: 450px;
}
.top-news .note-three a .overlay {
  padding: 20px;
  background: -moz-linear-gradient(top, rgba(0,34,101,1) 0%, rgba(0,34,101,0) 70%, rgba(0,34,101,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,34,101,1) 0%,rgba(0,34,101,0) 70%,rgba(0,34,101,0) 100%);
  background: linear-gradient(to bottom, rgba(0,34,101,1) 0%,rgba(0,34,101,0) 70%,rgba(0,34,101,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002265', endColorstr='#00002265',GradientType=0 );
}

.top-news .note-three .section {
  font-weight: 500;
  font-size: 10px;
  margin-bottom: 10px;
  margin-top: 24px !important;
}
.top-news .note-three .head {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.top-news .note-three .summary {
  font-size: 13px;
  line-height: 1.5em;
}


.for-video {
  position: relative;
  margin-bottom: 120px;
}
.for-video .carousel-inner {
  overflow: unset;
}
.for-video .carousel-inner .carousel-item {

}
.for-video .back-image {
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  background-color: #F5D627;
  bottom: -2rem;
  left: 2rem;
}
.for-video .back-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.05;
}
.for-video .video {

}
.for-video .video video {

}
.for-video .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.for-video .info {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  color: #002265;
}
.for-video .section {
  font-weight: 700;
  font-size: 18px;
  margin-top: 110px;
  margin-bottom: 8px;
  font-family: 'Soho Gothic Pro';
}
.for-video .head {
  font-size: 24px;
  line-height: 1.375em;
  font-family: 'Soho Gothic Pro';
}
.for-video .buttons {
  display: flex;
  justify-content: space-between;
}
.for-video .buttons .button {
  background-color: #002265;
}
.for-video .buttons .button img {
  height: 10px;
}
.for-video .buttons .prev-video img {
  transform: rotate(180deg);
  margin-right: 8px;
}
.for-video .buttons .next-video img {
  margin-left: 8px;
}

.notes-feed .note {
  margin-bottom: 20px;
  min-height:400px;
}
.notes-feed .note a {
  display: inline-block;
  color: #000 !important;
  text-decoration: none;
}
.notes-feed .note .image {
  margin-bottom: 6px;
}
.notes-feed .note .section {
  font-size: 11px;
  font-weight: 500;
  color: #003399;
  margin-bottom: 6px;
  margin-top: 24px !important;
}
.notes-feed .note .head {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}
.notes-feed .note .summary {
  font-size: 13px;
}
.notes-feed .buttons {
  text-align: center;
  margin-top: 80px;
}



/* Mobile */
@media (max-width: 767px) {
  .container {
    margin-bottom: 50px;
  }
  .cover-header {
    padding-top: 40px;
    text-align: center;
  }
  .cover-header .header-back {
    height: 160%;
  }
  .cover-header .header-back img {
    object-position: right;
    
  }
  .cover-header .title {
    width: 100%;
    margin-bottom: 8px;
	font-size: 30px !important;
	display: inline-block !important;;
  }
  
  .cover-header .description {
    font-size: 16px;
    width: 100%;
  }
  .top-news .row {
    margin-bottom: unset;
  }
  .top-news .note {
    margin-bottom: 20px;
  }
  .top-news .note a {
    height: unset;
    padding-top: 56.25%;
  }
  .top-news .note a .overlay {
    padding: 15px;
  }
  .top-news .note .section {
    font-size: 10px;
    width: 100%;
    margin-bottom: 8px;
  }
  .top-news .note .head {
    font-size: 22px;
    width: 100%;
    line-height: 1.44em;
  }
  .top-news .note .summary {
    display: none !important;
  }
  
 

  .for-video {
    margin-bottom: 70px;
  }
  .for-video .back-image {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    height: calc(100% - 30px);
  }
  .for-video .section {
    font-size: 13px;
    margin-top: 10px;
  }
  .for-video .head {
    font-size: 18px;
  }
  .for-video .buttons {
    text-align: left;
    margin-top: 30px;
  }



  .notes-feed .note .section {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .notes-feed .note .head {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .notes-feed .note .summary {
    font-size: 12px;
  }
  .notes-feed .buttons {
    margin-top: 40px;
  }
}
