:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-116731d *//* =========================================================
   PROGRAMA NAF
========================================================= */

.naf-section{
  width:100%;
  max-width:1280px;

  margin:0 auto;

  padding:45px 25px 75px;

  font-family:inherit;

  color:#222;
}


/* =========================================================
   TARJETA PRINCIPAL
========================================================= */

.naf-main-card{
  position:relative;

  display:grid;

  grid-template-columns:
    1fr .9fr;

  gap:55px;

  align-items:center;

  overflow:hidden;

  padding:55px 55px;

  background:#ffffff;

  border:1px solid #eeeeee;

  border-radius:20px;

  box-shadow:
    0 15px 45px rgba(0,0,0,.07);
}


/* =========================================================
   DECORACIÓN SUPERIOR
========================================================= */

.naf-decoration-circle{
  position:absolute;

  width:260px;
  height:260px;

  top:-140px;
  left:-100px;

  background:#fff0f0;

  border-radius:50%;

  opacity:.9;

  pointer-events:none;
}


/* =========================================================
   CONTENIDO
========================================================= */

.naf-content{
  position:relative;

  z-index:2;
}


.naf-title-line{
  width:45px;
  height:3px;

  margin-bottom:20px;

  background:#c90000;

  border-radius:20px;
}


.naf-content > h2{
  margin:0 0 32px;

  color:#202020;

  font-size:48px;

  font-weight:800;

  line-height:1.1;
}


.naf-content > h2 span{
  color:#c90000;
}


/* =========================================================
   FILAS DE INFORMACIÓN
========================================================= */

.naf-info-row{
  display:grid;

  grid-template-columns:
    62px 1fr;

  gap:22px;

  align-items:flex-start;
}


.naf-info-icon{
  width:58px;
  height:58px;

  display:flex;

  align-items:center;
  justify-content:center;

  color:#c90000;

  background:#fff0f0;

  border-radius:50%;

  font-size:21px;

  box-shadow:
    0 6px 16px rgba(0,0,0,.06);
}


.naf-info-text p{
  margin:0;

  color:#414141;

  font-size:15px;

  line-height:1.85;
}


.naf-info-text strong{
  color:#c90000;
}


/* =========================================================
   CONECTOR VERTICAL
========================================================= */

.naf-connector{
  width:1px;
  height:55px;

  margin:
    7px 0 7px 29px;

  border-left:
    2px dashed #dadada;
}


/* =========================================================
   BLOQUE VISUAL
========================================================= */

.naf-visual{
  position:relative;

  min-height:430px;

  display:flex;

  flex-direction:column;

  align-items:center;
  justify-content:center;

  padding:40px;

  background:#ffffff;

  border:1px solid #eeeeee;

  border-radius:22px;

  box-shadow:
    0 14px 35px rgba(0,0,0,.08);

  overflow:hidden;
}


/* =========================================================
   ESQUINAS ROJAS DECORATIVAS
========================================================= */

.naf-corner{
  position:absolute;

  right:-8px;

  width:120px;
  height:120px;

  border-right:
    20px solid #c90000;
}


.naf-corner-top{
  top:-8px;

  border-top:
    20px solid #c90000;

  border-radius:
    0 28px 0 0;
}


.naf-corner-bottom{
  bottom:-8px;

  border-bottom:
    20px solid #c90000;

  border-radius:
    0 0 28px 0;
}


/* =========================================================
   LOGO
========================================================= */

.naf-logo-area{
  position:relative;

  z-index:2;

  width:100%;

  display:flex;

  align-items:center;
  justify-content:center;

  margin-bottom:25px;
}


.naf-logo-area img{
  display:block;

  max-width:85%;
  max-height:250px;

  width:auto;
  height:auto;

  object-fit:contain;
}


/* =========================================================
   LOGO DE RESPALDO
========================================================= */

.naf-fallback-logo{
  display:flex;

  align-items:center;

  gap:20px;

  color:#063c62;
}


.naf-fallback-icon{
  width:100px;
  height:100px;

  display:flex;

  align-items:center;
  justify-content:center;

  color:#c90000;

  font-size:60px;
}


.naf-fallback-logo strong{
  display:block;

  color:#073c62;

  font-size:70px;

  line-height:1;
}


.naf-fallback-logo span{
  display:block;

  margin-top:7px;

  color:#073c62;

  font-size:14px;

  font-weight:800;

  text-transform:uppercase;
}


/* =========================================================
   SLOGAN
========================================================= */

.naf-slogan{
  position:relative;

  z-index:2;

  text-align:center;
}


.naf-slogan span{
  display:block;

  color:#282828;

  font-size:23px;

  font-style:italic;

  line-height:1.3;
}


.naf-slogan strong{
  display:block;

  margin-top:5px;

  color:#c90000;

  font-size:25px;

  font-style:italic;

  line-height:1.3;
}


/* =========================================================
   INFORMES
========================================================= */

.naf-informes{
  position:relative;

  overflow:hidden;

  margin-top:30px;

  padding:34px 45px 45px;

  background:
    linear-gradient(
      135deg,
      #ffffff,
      #fff7f7
    );

  border:1px solid #f1e3e3;

  border-radius:18px;

  box-shadow:
    0 10px 30px rgba(0,0,0,.04);
}


/* =========================================================
   CABECERA INFORMES
========================================================= */

.naf-informes-header{
  position:relative;

  z-index:2;

  text-align:center;

  margin-bottom:28px;
}


.naf-informes-header h2{
  margin:0;

  color:#c90000;

  font-size:28px;

  font-weight:800;
}


.naf-informes-line{
  width:45px;
  height:3px;

  margin:15px auto 0;

  background:#c90000;

  border-radius:20px;
}


/* =========================================================
   DOCUMENTOS
========================================================= */

.naf-documents{
  position:relative;

  z-index:2;

  display:grid;

  grid-template-columns:
    repeat(2,1fr);

  gap:35px;
}


/* =========================================================
   TARJETA DOCUMENTO
========================================================= */

.naf-document{
  display:grid;

  grid-template-columns:
    92px 1fr 48px;

  gap:20px;

  align-items:center;

  min-height:130px;

  padding:18px 20px;

  color:inherit;

  background:#ffffff;

  border:1px solid #eeeeee;

  border-radius:16px;

  text-decoration:none !important;

  box-shadow:
    0 8px 25px rgba(0,0,0,.06);

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}


.naf-document:hover{
  transform:translateY(-5px);

  border-color:#e9caca;

  box-shadow:
    0 15px 35px rgba(0,0,0,.09);
}


/* =========================================================
   ICONO PDF
========================================================= */

.naf-document-icon{
  width:85px;
  height:90px;

  display:flex;

  flex-direction:column;

  align-items:center;
  justify-content:center;

  color:#ffffff;

  background:
    linear-gradient(
      145deg,
      #d40000,
      #ae0000
    );

  border-radius:13px;

  box-shadow:
    0 7px 18px rgba(176,0,0,.2);
}


.naf-document-icon i{
  margin-bottom:5px;

  font-size:35px;
}


.naf-document-icon span{
  font-size:14px;

  font-weight:900;
}


/* =========================================================
   TEXTO DOCUMENTO
========================================================= */

.naf-document-content h3{
  margin:0 0 7px;

  color:#222;

  font-size:17px;

  font-weight:800;
}


.naf-document-content p{
  margin:0;

  color:#777;

  font-size:12px;

  line-height:1.55;
}


/* =========================================================
   FLECHA
========================================================= */

.naf-document-arrow{
  width:42px;
  height:42px;

  display:flex;

  align-items:center;
  justify-content:center;

  color:#c90000;

  background:#fff0f0;

  border-radius:50%;

  font-size:14px;

  transition:.25s ease;
}


.naf-document:hover .naf-document-arrow{
  color:#ffffff;

  background:#c90000;

  transform:translateX(3px);
}


/* =========================================================
   PUNTOS DECORATIVOS
========================================================= */

.naf-dots{
  position:absolute;

  width:120px;
  height:75px;

  opacity:.45;

  background-image:
    radial-gradient(
      #d60000 1.5px,
      transparent 1.5px
    );

  background-size:
    12px 12px;
}


.naf-dots-left{
  left:-10px;
  bottom:0;
}


.naf-dots-right{
  right:-10px;
  top:55px;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:1000px){

  .naf-main-card{
    grid-template-columns:
      1fr 1fr;

    gap:30px;

    padding:40px;
  }


  .naf-content > h2{
    font-size:40px;
  }


  .naf-info-text p{
    font-size:13px;
  }


  .naf-document{
    grid-template-columns:
      75px 1fr 40px;
  }


  .naf-document-icon{
    width:70px;
    height:76px;
  }

}


/* =========================================================
   MÓVIL
========================================================= */

@media(max-width:767px){

  .naf-section{
    padding:
      35px 16px 60px;
  }


  .naf-main-card{
    grid-template-columns:1fr;

    gap:35px;

    padding:
      30px 20px;

    border-radius:16px;
  }


  .naf-content > h2{
    font-size:36px;
  }


  .naf-info-row{
    grid-template-columns:
      50px 1fr;

    gap:15px;
  }


  .naf-info-icon{
    width:48px;
    height:48px;

    font-size:17px;
  }


  .naf-connector{
    margin-left:24px;
  }


  .naf-info-text p{
    font-size:13px;

    line-height:1.7;
  }


  .naf-visual{
    min-height:330px;

    padding:30px 20px;
  }


  .naf-logo-area img{
    max-width:90%;
  }


  .naf-slogan span{
    font-size:18px;
  }


  .naf-slogan strong{
    font-size:20px;
  }


  .naf-informes{
    padding:
      30px 18px 35px;
  }


  .naf-documents{
    grid-template-columns:1fr;

    gap:15px;
  }


  .naf-document{
    grid-template-columns:
      65px 1fr 38px;

    gap:13px;

    min-height:110px;

    padding:15px;
  }


  .naf-document-icon{
    width:62px;
    height:68px;
  }


  .naf-document-icon i{
    font-size:27px;
  }


  .naf-document-icon span{
    font-size:11px;
  }


  .naf-document-content h3{
    font-size:14px;
  }


  .naf-document-content p{
    font-size:10.5px;
  }

}/* End custom CSS */