/*
 * Custom CSS
 */
/*importar universRegular.ttf*/
@font-face {
  font-family: 'Univers';
  src: url('https://api.danubio.normapro.es/apps/portalCandidaturas/UniversRegular.ttf') format('truetype');
}
@font-face {
  font-family: 'UniversBold';
  src: url('https://api.danubio.normapro.es/apps/portalCandidaturas/UniversBold.ttf') format('truetype');
}
@font-face {
  font-family: 'UniversLight';
  src: url('https://api.danubio.normapro.es/apps/portalCandidaturas/UniversLight.ttf') format('truetype');
}



 :root {
    --bs-body-bg: var(--bs-gray-100);
    font-family: 'Univers', sans-serif;
  }

  body {
    background-color: var(--bs-body-bg);
    font-family: 'Univers', sans-serif;
  }
  .feature {
    
    padding: 1.5rem;
    margin:1px;
    color: #001e5c !important;
   }


  .feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
  }
  
  .icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
  }
  
  .text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
  .text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
  .text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }
  
  .card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  
  .feature-icon-small {
    width: 3rem;
    height: 3rem;
  }
  
  .navbar{
    background-color: #ffffff !important;
  }
  
  .nav-item{
    margin-right: 10px;
    /*en mayusuclas */
    
    font-size: 12px;
    color: #000000;
    text-replace: uppercase !important;

  }

  .nav-link-active{
    color: #000000 !important;
    /* tiene que estar subrayado en azul cian, y no debe de ocupar todo el texto si no tener un margin de 3 px por cada lado*/

    text-decoration: underline;
    text-decoration-color: #90bde5;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
    text-underline-position: auto;
    /* la linea de subrayado debe comenzar a los 10 px y acabar 10px antes */
    text-decoration-skip-ink: none;




  }

  .backwater{
    
    background-image: url('https://api.danubio.normapro.es/apps/portalCandidaturas/water-texture-background-transparent-liquid.jpg');
    
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
  /* tintar el fondo de azul */

    background-color: #1e6a88;
    
    background-blend-mode: soft-light;
    text-align: center;
    color: white;
    height: 350px;
    padding-top: 40px;
    font-size: 14 px;

  }

  .joinUsdiv{
    background-color: #ffffff;
    padding: 20px;
    margin: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    margin-top: -250px;
    height: 300px;
  }
  .joinUsdiv h2{
    font-size: 18px;
    font-weight: bold;
    color: #66a3cd;
    text-align: center;
    
  }
.divhr{
    /* tiene que ser una  linea roja que ocupe 100px en el centro */
    border: 0;
    height: 3px;
    background-color: #ff0000;
    width: 100px;
    margin: auto;
    margin-top: 10px;
  }  
  .btn-somajasa{
    background-color: white;
    color :#66a3cd;
       border: 1px solid #66a3cd;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
  }
   