body {
  /* -------------------------------------------------------------------------- */
  /*                                  VARIABLES                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  PARALLAX                                  */
  /* -------------------------------------------------------------------------- */

  /* -------------------------------------------------------------------------- */
  /*                                  GENERALES                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   HEADER                                   */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                    MAIN                                    */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   FOOTER                                   */
  /* -------------------------------------------------------------------------- */
}
body .parallax {
  position: relative;
  height: 600px;
  background-size: cover;
  background-position: center top;
}
body .swiper-container {
  margin-left: 0;
}
body .opacitynone {
  opacity: 0 !important;
}
body .transform-cell {
  -o-object-fit: contain;
  object-fit: contain;
}
body .project {
  opacity: 0;
  transform: translateY(100px);
  transition: 1.25s;
}
body .project-down {
  opacity: 0;
  transform: translateY(100px);
  transition: 1.25s;
}
body .project-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: 1.25s;
}
body .project-right {
  opacity: 0;
  transform: translateX(100px);
  transition: 1.25s;
}
body .project-zoom {
  opacity: 0;
  transform: scale(0);
  transition: 0.65s;
}
body .project-zoom_dos {
  opacity: 0;
  transform: scale(0);
  transition: 1.5s;
}
body .project-zoom_tres {
  opacity: 0;
  transform: scale(0);
  transition: 2s;
}
body .project-zoom_cuatro {
  opacity: 0;
  transform: scale(0);
  transition: 2.5s;
}
body .project-zoom_cinco {
  opacity: 0;
  transform: scale(0);
  transition: 2.8s;
}
body .project-zoom_seis {
  opacity: 0;
  transform: scale(0);
  transition: 3.1s;
}
body .fade-left {
  opacity: 1;
  transform: translateX(0);
}
body .fade-right {
  opacity: 1;
  transform: translateX(0);
}
body .fade-in {
  opacity: 1;
  transform: translateX(0);
}
body .zoom-in {
  opacity: 1;
  transform: scale(1);
}
body .fade-up {
  opacity: 1;
  transform: translateY(0);
}
body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body ul li {
  list-style: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a {
  color: #333;
  font-weight: bold;
}
body h1:hover,
body h2:hover,
body h3:hover,
body h4:hover,
body h5:hover,
body h6:hover,
body h1 a:hover,
body h2 a:hover,
body h3 a:hover,
body h4 a:hover,
body h5 a:hover {
  color: #333;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body ul li,
body span,
body ol li,
body em,
body quote,
body strong {
  letter-spacing: 0.06rem;
}
body .container {
  max-width: 70vw;
  margin: 0 auto;
}
body .publicidad {
  text-align: center;
}
body .publicidad img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .titulo {
  padding: 1.5rem 0;
  margin-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body .titulo h1 {
  text-transform: uppercase;
}
body .publicidad-970x90 {
  display: flex;
  justify-content: center;
  text-align: center;
}
body .publicidad-970x90 img {
  width: 100%;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .publicidad-300x600 img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body .publicidadfija-izquierda, body .publicidadfija-derecha {
  position: fixed;
  z-index: 2;
  top: 250px;
  transition: 0.5s;
  width: 12vw;
}
body .publicidadfija-izquierda.activo, body .publicidadfija-derecha.activo {
  top: 100px;
}
body .publicidadfija-izquierda img, body .publicidadfija-derecha img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body .publicidadfija-izquierda {
  left: 15px;
}
body .publicidadfija-derecha {
  right: 15px;
}
body .bigposttitlecat-cat span {
  font-size: 1rem;
  color: rgba(51, 51, 51, 0.6);
  text-transform: uppercase;
  font-weight: bold;
}
body .bigposttitlecat-title h2 {
  font-size: 2vw;
}
body .bigposttitlecat-image img {
  width: 100%;
  height: 15vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .columnposttitlecat-cat span {
  font-size: 1rem;
  color: rgba(51, 51, 51, 0.6);
  text-transform: uppercase;
  font-weight: bold;
}
body .columnposttitlecat-title h2 {
  line-height: 0.9;
}
body .columnposttitlecat-title h2 a {
  font-size: 1.2vw;
  line-height: 0.9vh;
}
body .columnposttitlecat-image img {
  width: 100%;
  height: 20vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .mediumposttitlecat-cat span {
  font-size: 1rem;
  color: rgba(51, 51, 51, 0.6);
  text-transform: uppercase;
  font-weight: bold;
}
body .mediumposttitlecat-title h2 {
  line-height: 1;
}
body .mediumposttitlecat-title h2 a {
  font-size: 1.6vw;
}
body .onlytitle {
  padding: 1.4rem 0;
}
body .onlytitle a {
  color: #003471;
  font-size: clamp(0.6rem, 4vw, 1rem);
  text-decoration: underline;
  padding-left: 1.5rem;
  display: flex;
  position: relative;
}
body .onlytitle a:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #c4790b;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 20px;
}
body .twocolumnsImageTitleCatname-info h2 {
  line-height: 0.75;
  width: 90%;
}
body .twocolumnsImageTitleCatname-info h2 a {
  font-size: 1.2vw;
  line-height: 1;
}
body .twocolumnsImageTitleCatname-image {
  height: 100%;
}
body .twocolumnsImageTitleCatname-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .envivo {
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 20000;
  cursor: pointer;
}
body .envivo img {
  width: auto;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sby_bio {
  color: rgba(51, 51, 51, 0.8);
}
body .header {
  display: block;
}
body .headermobile {
  display: none;
}
body .headermobile, body .modalmenu {
  display: none;
}
body .header.activo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  background-color: #fff;
}
body .header-top {
  background-color: #003471;
}
body .header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .header-top-utility span {
  color: #fff;
  font-weight: bold;
}
body .header-top-logo img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
body .header-top-social {
  display: flex;
}
body .header-top-social .contacto {
  margin-left: 1rem;
}
body .header-top-social .contacto button {
  padding: 0.35rem 2rem;
  background-color: #c4790b;
  color: #fff;
  border: 0;
  border-radius: 2rem;
  text-transform: uppercase;
  font-weight: bold;
}
body .header-top-social ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
body .header-top-social ul li {
  padding-right: 0.3rem;
}
body .header-top-social ul li a {
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
body .header-top-social ul li a svg {
  width: 20px;
  height: 20px;
}
body .header-top-social ul li a svg path {
  fill: #003471;
}
body .header-main {
  padding: 1rem 0;
}
body .header-main > .container {
  max-width: 80vw;
}
body .header-main nav ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 0;
}
body .header-main nav ul li a {
  color: #003471;
  font-weight: bold;
  font-size: 0.95vw;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}
body .header-tags {
  background-color: #c4790b;
  padding: 0.4rem 0;
}
body .header-tags ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 0;
}
body .header-tags ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 1vw;
}
body .main {
  /* -------------------------------------------------------------------------- */
  /*                                  SPOTLIGHT                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 LAST VIEWS                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                           ULTIMA HORA ACTUALIDAD                           */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                           ULTIMA HORA ACTUALIDAD                           */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                INTERNACIONAL                               */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                              CATEGORY SIDEBAR                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                              SINGLE POST PAGE                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  CONTACTO                                  */
  /* -------------------------------------------------------------------------- */
}
body .main-spotlight {
  padding: 2rem;
}
body .main-spotlight .container-fluid .row .col-lg-4 .mediumposttitlecat {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
body .main-spotlight .container-fluid .row .col-lg-4 .mediumposttitlecat:last-of-type {
  border-bottom: 0;
}
body .main-lastviews {
  padding: 1rem 0;
}
body .main-lastviews .container .row .col-lg-3, body .main-lastviews .container .row .col-lg-4 {
  margin-bottom: 2rem;
}
body .main-ultimahoraactualidad {
  padding: 2rem 0;
}
body .main-ultimahoraactualidad-list .twocolumnsImageTitleCatname {
  margin-bottom: 2rem;
}
body .main-ultimahoraactualidad {
  padding: 2rem 0;
}
body .main-ultimahoraactualidad-list .twocolumnsImageTitleCatname {
  margin-bottom: 2rem;
}
body .main-internacional {
  padding: 2rem 0;
}
body .main-internacional .twocolumnsImageTitleCatname {
  margin-bottom: 1rem;
}
body .main-internacional .mediumposttitlecat {
  margin-bottom: 1.5rem;
}
body .main-internacional .columnposttitlecat {
  margin-bottom: 3rem;
}
body .main-category-sidebar-list {
  padding: 1rem 0;
}
body .main-category-sidebar-list-titulo {
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
body .main-category-sidebar-list-titulo h3 {
  font-size: clamp(1rem, 4vw, 1.5rem);
  color: #003471;
}
body .main-category-sidebar-list ul li {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
}
body .main-category-sidebar-list ul li:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}
body .main-category-sidebar-list ul li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #c4790b;
  border-radius: 50%;
}
body .main-category-sidebar-list ul li a {
  color: rgba(51, 51, 51, 0.8);
}
body .main-singlepost {
  padding: 2rem 0;
  padding: 2rem;
}
body .main-singlepost .container {
  max-width: 70vw;
  margin: 0 auto;
}
body .main-singlepost-titulo .titulo {
  margin-bottom: 0;
  border-bottom: 0;
  padding: 1rem 0;
}
body .main-singlepost-titulo .breadcrumb {
  margin-bottom: 0.8rem !important;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.8);
}
body .main-singlepost-titulo .breadcrumb a {
  color: rgba(51, 51, 51, 0.8);
  text-decoration: underline;
  font-weight: bold;
  padding: 0 0.6rem;
}
body .main-singlepost-titulo .breadcrumb a:first-of-type {
  padding-left: 0;
}
body .main-singlepost-titulo .breadcrumb a ~ span {
  padding-left: 0.7rem;
}
body .main-singlepost-titulo .etiquetas span .post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body .main-singlepost-titulo .etiquetas span .post-tags a {
  color: rgba(51, 51, 51, 0.8);
  border: 1px solid rgba(51, 51, 51, 0.6);
  padding: 0.25rem 0.7rem;
  border-radius: 0.4rem;
}
body .main-singlepost-titulo .author a {
  display: flex;
}
body .main-singlepost-titulo .author a em {
  font-weight: normal;
}
body .main-singlepost-titulo .author-name {
  padding-left: 0.5rem;
  color: rgba(51, 51, 51, 0.8);
  font-size: clamp(1rem, 4vw, 1.3rem);
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
body .main-singlepost-titulo .author img {
  border-radius: 50%;
}
body .main-singlepost-imagen {
  padding: 2rem 0;
}
body .main-singlepost-imagen img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .main-singlepost-info p {
  font-size: clamp(1rem, 4vw, 1.3rem);
  letter-spacing: 0.07rem;
  color: rgba(51, 51, 51, 0.8);
  line-height: 1.5;
}
body .main-singlepost-sidebar .portada h3 {
  padding: 1.5rem 0;
}
body .main-singlepost-sidebar .portada ul li {
  list-style: numeric;
  font-size: 1.7rem;
  font-weight: bold;
  color: #c4790b;
}
body .main-singlepost-sidebar .portada ul li::marker {
  top: 20px;
  position: relative;
}
body .main-singlepost-sidebar .mediumposttitlecat {
  margin-bottom: 2rem;
  transform: translateY(-10px);
}
body .main-singlepost-sidebar .mediumposttitlecat-cat {
  margin-top: 0 !important;
}
body .main-singlepost-sidebar .mediumposttitlecat-cat a {
  display: flex;
}
body .main-singlepost-sidebar .mediumposttitlecat-cat a span {
  font-size: 0.85rem;
}
body .main-singlepost-sidebar .mediumposttitlecat-title h2 a {
  font-size: 1vw;
  line-height: 1vh;
}
body .main .main-contacto {
  padding: 5rem 0;
}
body .main .main-contacto-info {
  padding: 0 2rem;
}
body .main .main-contacto-info h3 {
  color: #c4790b;
  font-weight: bold;
  text-transform: uppercase;
}
body .main .main-contacto-info p {
  color: rgba(51, 51, 51, 0.8);
  font-size: clamp(1rem, 4vw, 1.4rem);
  letter-spacing: 0.07rem;
  text-align: justify;
  font-weight: 300;
  padding: 1rem 0;
}
body .main .main-contacto-info ul {
  padding-left: 0;
}
body .main .main-contacto-info ul li {
  padding: 1.5rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
  color: rgba(51, 51, 51, 0.8);
  font-size: clamp(1rem, 4vw, 1.2rem);
  display: flex;
}
body .main .main-contacto-info ul li:last-of-type .icon svg {
  width: 1.2rem;
  height: 1.2rem;
}
body .main .main-contacto-info ul li .icon {
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c4790b;
  border-radius: 50%;
  margin-right: 0.5rem;
}
body .main .main-contacto-info ul li svg {
  width: 1.1rem;
  height: 1.1em;
}
body .main .main-contacto-info ul li svg path {
  fill: #fff;
}
body .main .main-contacto-info ul li a {
  color: rgba(51, 51, 51, 0.8);
  text-decoration: underline;
}
body .main .main-contacto-info ul li:last-of-type {
  border-bottom: 0;
}
body .main .main-contacto-form-titulo h4 {
  color: #c4790b;
  font-weight: 400;
}
body .main .main-contacto-form-info {
  padding: 2rem 0;
}
body .main .main-contacto-form-info form label {
  width: 100%;
}
body .main .main-contacto-form-info form input,
body .main .main-contacto-form-info form textarea {
  border: 0;
  background-color: rgba(0, 52, 113, 0.05);
  width: 100%;
  padding: 1rem;
  border-radius: 0.3rem;
}
body .main .main-contacto-form-info form input:focus, body .main .main-contacto-form-info form input:focus-visible, body .main .main-contacto-form-info form input:focus-within,
body .main .main-contacto-form-info form textarea:focus,
body .main .main-contacto-form-info form textarea:focus-visible,
body .main .main-contacto-form-info form textarea:focus-within {
  outline: none;
}
body .main .main-contacto-form-info form input.wpcf7-submit,
body .main .main-contacto-form-info form textarea.wpcf7-submit {
  background-color: #c4790b;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(1rem, 4vw, 1.2rem);
  font-weight: bold;
  transition: 0.5s;
}
body .main .main-contacto-form-info form input.wpcf7-submit:hover,
body .main .main-contacto-form-info form textarea.wpcf7-submit:hover {
  background-color: #003471;
}
body .footer {
  background: rgba(222, 222, 222, 0.2);
  padding: 2rem 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(222, 222, 222, 0.1);
  text-align: center;
  position: relative;
  z-index: 20000;
}
body .footer-logo {
  padding: 2rem 0 4rem 0;
}
body .footer-logo img {
  width: auto;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .footer-nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
body .footer-nav ul li {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: clamp(0.9rem, 3vw, 0.8rem);
  text-align: left;
}
body .footer-nav ul li:first-of-type, body .footer-nav ul li:last-of-type {
  border-bottom: 0;
}
body .footer-nav ul li:first-of-type strong {
  text-transform: uppercase;
}
body .footer-nav ul li:first-of-type strong a {
  color: #003471;
}
body .footer-nav ul li a {
  color: rgba(51, 51, 51, 0.8);
}

/* -------------------------------------------------------------------------- */
/*                                 RESPONSIVE                                 */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 240px) and (max-width: 1024px) {
  .container {
    max-width: 99% !important;
  }
  body body .main-singlepost-info p {
    font-size: 1.15rem;
  }
  body .main-spotlight, body .main-lastviews, body .main-ultimahoraactualidad, body .main-internacional {
    padding: 2rem 0;
  }
  body .main-spotlight .container, body .main-lastviews .container, body .main-ultimahoraactualidad .container, body .main-internacional .container {
    padding: 0;
  }
  body .bigposttitlecat-image img {
    height: 300px;
  }
  body h2 {
    font-size: 1.4rem !important;
  }
  body h2 a {
    font-size: 1.4rem !important;
  }
  body .publicidad img {
    height: auto;
  }
  body .headermobile {
    display: flex;
    background-color: #003471;
    padding: 0.7rem 0;
  }
  body .headermobile.activo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30000;
  }
  body .headermobile .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body .headermobile-logo img {
    width: auto;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body .headermobile-boton button {
    background-color: transparent;
    border: 0;
  }
  body .headermobile-boton button svg {
    width: 2.8rem;
    height: 2.8rem;
  }
  body .headermobile-boton button svg path {
    fill: #fff;
  }
  body .modalmenu {
    position: fixed;
    display: flex;
    top: 92px;
    width: 100%;
    background-color: #003471;
    padding: 2rem 0;
    height: 600px;
    max-height: 1080px;
    overflow-y: auto;
    z-index: 10000;
    scrollbar-color: #007 #bada55;
    left: -100%;
    transition: 0.5s;
  }
  body .modalmenu.activo {
    left: 0;
  }
  body .modalmenu .contacto {
    margin-left: 2rem;
  }
  body .modalmenu .contacto button {
    padding: 0.35rem 2rem;
    background-color: #c4790b;
    color: #fff;
    border: 0;
    border-radius: 2rem;
    text-transform: uppercase;
    font-weight: bold;
  }
  body .modalmenu-social ul {
    display: flex;
    padding: 2rem;
    margin-bottom: 0;
  }
  body .modalmenu-social ul li {
    padding-right: 0.3rem;
  }
  body .modalmenu-social ul li a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  body .modalmenu-social ul li a svg {
    width: 20px;
    height: 20px;
  }
  body .modalmenu-social ul li a svg path {
    fill: #003471;
  }
  body .modalmenu-main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1rem;
  }
  body .modalmenu-main ul li, body .modalmenu-etiquetas ul li {
    padding: 0.5rem 0;
  }
  body .modalmenu-main ul li a, body .modalmenu-etiquetas ul li a {
    color: rgba(255, 255, 255, 0.7);
  }
  body .header {
    display: none;
  }
  body .header-main .container {
    max-width: 100%;
  }
  body .header-main nav ul li a {
    font-size: 1rem;
  }
  body .container {
    max-width: 100%;
  }
  body .publicidadfija {
    display: none;
  }
  body .footer-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}/*# sourceMappingURL=estilos.css.map */