@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://use.typekit.net/qiw7szt.css");

:root{
    --navy: rgb(23 22 73);
    --gris: rgb(125 125 128);
    --jade:rgb(56 215 91);
    --blanco:#FFF;
    --gris:rgb(248 248 248);
    --font-noto-sans: 'Noto Sans', sans-serif;
    --font-sofia-pro: 'sofia-pro', sans-serif;
}

.dropdown-toggle::after {
    vertical-align: 0.1em !important;
}


.sfp-regular{
font-family: "sofia-pro", sans-serif;
font-weight: 400;
font-style: normal;
}

.sfp-md{
font-family: "sofia-pro", sans-serif;
font-weight: 500;
font-style: normal;
}

.sfp-smb{
    font-family: "sofia-pro", sans-serif;
font-weight: 600;
font-style: normal;
}

.sfp-b{
    font-family: "sofia-pro", sans-serif;
font-weight: 700;
font-style: normal;
}



.font-noto-sans {
    font-family: var(--font-noto-sans),ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

.font-sofia-pro {
    font-family: var(--font-sofia-pro),ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

body{
    font-size:16px;
    font-family: "sofia-pro", sans-serif;
}

p{
    font-family: var(--font-noto-sans);
    font-weight: 400;
    font-style: normal;
}

#header{
    background-color: var(--navy);
    padding-left: 60px;
    padding-right: 60px;
    height: 120px;
    display: flex;
    align-items: center;
}

.logoFrese{
 width: 174px;

}

.nav-link{
    color: var(--blanco);
    font-size: 1.1rem;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    font-family: "sofia-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.nav-link:hover{
    color: var(--jade);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--jade);
}

#banner{
    background-image: url("../images/slider.jpg");
    background-size: cover;
    background-position: center;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner svg{
    right:0;
    height: 100%;

}

.degradado{
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, var(--navy) 0%, rgba(23, 22, 73, 0) 100%);
    z-index: 1;
}

.contenido-banner{
     position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 5%;
  color: #FFF;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.contenido-banner h1{
    font-size: 3.5rem;
}

.svg-banner{
    position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 0; /
}

.svg-banner svg {
    height: 100%;
    max-height: 700px;
}

.academia{
    background-color: var(--navy); border-radius: 5px; color:#FFF; padding-left: 75px;
    background-image: url("../images/ilustracion.webp");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;

}

.academia h2{
    color:#FFF;
}

.academia ul li a{
    color:#FFF;
    text-decoration: none;
    font-size: 1.2rem;
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.kieback{
    background-color: var(--navy); border-radius: 5px; color:#FFF; padding-left: 75px;
    background-image: url("../images/fondo-KP.webp");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;

}

.kieback h2{
    color:#FFF;
}

.imgStore{
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 150px;
    filter: drop-shadow(0 0 10px white);
}

#banner-referencias {
    background-image: url(../images/slider.jpg);
    background-size: cover;
    background-position: center;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.paginacion {
    text-align: center;
}

.paginacion ul li {
    list-style: none;
    display: inline;
    padding: 15px;
    font-size: 1.2rem;
}

.active {
    background-color: #FFF;
    color: #000;
    border: 2px solid #FFF;
}

.contenidoNoticia p{
    margin-bottom: 15px;
}

.contenidoNoticia a{
    text-decoration: underline;
    font-weight: 700;
}

#frese-app h3{
    font-size: 25px;
    padding-top: 15px;
}

#frese-app ul li{
    list-style: disc;
    padding-top: 5px;
    padding-left: 5px;
    margin-left: 30px;;
    
}

.breadCrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: var(--navy);
}

.breadCrumb > li {
    display: inline-block;
    color: #FFF;
}

#cuadroCategorias h1{
    font-size: 2rem;
    font-weight: 700;
    padding-top: 15px;
    color: var(--navy);
}

.producto p, .producto li{
    font-size: 1rem;
    font-family: var(--font-sofia-pro);
    line-height: 1.6rem;;
}

.producto p{
    margin-bottom: 1rem;;
}
.producto ul{
    margin-bottom: 1rem;;
}
.producto li{
    list-style: disc;
    list-style-position: outside;
    margin-left: 2rem;;
}

.producto h2{
    font-family: var(--font-sofia-pro);
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.producto img{
    border-radius: 5px;;
}

.descargas{
    background-color: var(--navy);
    color: #FFF;
    padding: 2rem;
    border-radius: 5px;
}

.descargas h3{
    font-family: var(--font-sofia-pro);
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 0;
}

.descargas li{
    list-style: disc;
    list-style-position: outside;
    margin-left: 2rem;
}

.h2Categoria{
    font-size: 1.5rem;;
}

.obligatorio{
    color: red;
}

.oculto{
  display: none;
} 

.error{
  color: red;
  font-size: 1rem;
  background-color: #f8d7da;
  color:#58151d;
  border: 1px solid #f1aeb5;
  border-radius: 0.2rem;
  padding: 5px;
  margin-top: 5px;
}

/* Oculta visualmente el honeypot sin display:none */
.hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;}

.btnEnviar{
    background-color: var(--navy);
    color: #FFF;
    border-radius: 0;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 1rem;
    border:0;
}

.btnEnviar:hover{
    background-color: #FFF;
    color: var(--navy);
    border-radius: 0;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 1rem;
    border:1px solid var(--navy);
}

.accordion-body p{
    font-size: 1rem;
    font-family: var(--font-sofia-pro);
    line-height: 1.6rem;
    margin-bottom: 10px;
}

.accordion-body ul li{
    font-size: 1rem;
    font-family: var(--font-sofia-pro);
    line-height: 1.6rem;
    margin-bottom: 5px;
    list-style-type: circle;
    list-style-position: inside;
}

/* Cambiar el color de las rayas */
.navbar-toggler {
  border-color: transparent; /* cambia el borde */
}


.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2351ab58' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22 M4 15h22 M4 23h22'/%3E%3C/svg%3E");
}


/* Deja crecer el header cuando se abre el menú */
#header{
  background-color: var(--navy);
  padding-left: 60px;
  padding-right: 60px;
  min-height: 120px;   /* en vez de height fijo */
  height: auto;        /* permite crecer */
  display: flex;
  align-items: center;
  position: sticky;    /* opcional, para fijarlo arriba */
  top: 0;              /* si usas sticky */
  z-index: 2000;       /* por encima de banners/gradientes */
}

/* En móvil, pon fondo al desplegable para que no “flote” */
.navbar-collapse {
  background: var(--navy);
}

/* (opcional) elimina el borde de foco del toggler */
.navbar-toggler:focus {
  box-shadow: none;
}

#cuadroBusqueda{
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

#cuadroBusqueda.mostrar{
    display: block;
    opacity: 1;
}