/* Charset */
!important @charset "utf-8";
/* ====== */
/* Remove Broswer defaults */
!important * { margin: 0; padding: 0; border: 0; outline: none; }
/* ===== */
/* Fonts */
/* font-family: 'Indie Flower'; 
   font-family: 'Josefin Sans', sans-serif;
   font-family: 'Architects Daughter', cursive;
   font-family: 'Bad Script';
   font-family: 'Bubbler One'; */
 
/* ===== */
/* # */
/* A */
article {
  border: 1px solid black;
  border-radius: 1px;
}
/* B */

/* Modo Full Width en pantallas grandes */
@media (min-width: 1400px) {
  .tabs.is-fullwidth ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: stretch !important;
    width: 100% !important;
  }

  .tabs.is-fullwidth ul li {
    flex: 1 1 auto !important;
    max-width: 100% !important;
  }

  .tabs.is-fullwidth ul li a {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
}

/* Ajustes para pantallas ≤768px */
@media (max-width: 768px) {
  .tabs ul {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .tabs ul li {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }

  .tabs ul li a {
    padding: 0.20em 0.25em !important;
    font-size: 0.85rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
}

/* Pantallas ≤500px */
@media (max-width: 500px) {
  .tabs ul {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .tabs ul li {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .tabs ul li a {
    padding: 0.25em 0.5em !important;
    font-size: 0.75rem !important;
    line-height: 1.2 !important;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100% !important;
  }
}

/* Pantallas muy pequeñas ≤320px */
@media (max-width: 320px) {
  .tabs ul li a {
    padding: 0.15em 0.2em !important;
    font-size: 0.7rem !important;
    line-height: 1 !important;
  }
}



.claro {
  --bulma-box-background-color: #4a7ea7 !important;
  --bulma-box-color: #f5f5f5 !important;
  --bulma-subtitle-color: #ffe900 !important;
}

h2 .claro {
  --bulma-subtitle-color: #ffe900 !important;
}	


body {
  background: #c1dbde; /* #F2F2F2, dbe8eb*/
  color: #125688;
  font-family: 'Montserrat', sans-serif !important;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 0;	
}

@font-face {
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'),
    url(https://fonts.googleapis.com/css?family=Josefin+Sans|Montserrat)
      format('woff2');
  font-display: swap;
}


/* B = Border */
#Inicio .container, #Fines .container, #Acciones .container, #Puente .container {
  border: 2px solid #125888;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 20px;
  padding: 25px;
}

#Fam .title {
  padding-top: 20px !important;
}
/* Title as T but in B */

.title {
  --bulma-title-color: #125688 !important;
}

/* Diestra as D but in B */

.diestra {
  text-align: right !important;
}

/* C */
#colabora, 
#hoy, 
#presentacion, 
#fines, 
#familia, 
#acciones, #puente, #proyectos, #centros, #actividades {
  border: 2px solid #125888;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 15px;
  padding: 25px;
}
/* D */
div .divider {
  margin-top: 8.5rem;
  margin-bottom: 1rem;
}
/* E */
/* F */

footer .footer {
  --bulma-footer-background-color: #4a7ea7 !important;
  --bulma-background-color: #4a7ea7 !important;
  background-color: #4a7ea7 !important;
}

footer {
  --bulma-footer-background-color: #2d5a7f !important;
  color: #ffe900 !important;
}

footer a {
  color:#ffe900 !important;
}

/* G */
/* H */
/* I */
/* J */
/* K */
/* L */
.logo {
  width: 55%;
  align-content: center;
}

/* M */
main {
  flex: 1 0 auto;
}

/* N */
/* O */
/* P */
/* Q */
/* R */
/* S */

.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-wrapper > main {
  flex: 1;
}

/* T */
.tabs {
  background-color:#8e336d !important; 
  border-radius: 2px;
  padding-left: none; padding-right: none;
  border-left: none; border-right: none;
  width: 100% !important;
  --bulma-tabs-toggle-link-active-border-color: #8e336d !important;
}
.tabs a:hover {
  background-color: rgba(255,255,255,0.2) !important;
}
.tabs a {
  color: #ffe900 !important;
}
.tabs .indicator {
  background-color: #ffe900 !important;
  height: 3px;
}

.tabs ul li.is-active a {
  background-color: #c15896 !important;
  color: black !important;
  font-weight: bold !important;	
  
}

.tabs li a:focus {
  outline: none important;
  inline: none important;
  border-color: none !important;
  box-shadow: 0 0 0 2px rgba(142, 51, 109, 0.5) !important; /* un glow a tono */
  border-radius: 4px !important;
  border-bottom-color: none !important;
  border-left-color: none !important;
  border-right-color: none !important;
  border-top-color: none !important;
  --bulma-tabs-toggle-link-active-border-color: #8e336d !important;
}

/* U */
/* V */
/* W */
/* X */
/* Y */
/* Z */


.h3 {
  font-size: 1.8em;

}
.h3-m {
  font-size: 1.2em;
}

.nav {
  width: 100%;
  height: 6rem;
}


.titulo2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
 }
 .titulo3 {
  font-size: 22px;
 }
 .right {
  text-align: right;
  padding-left: 15px;
 }
 .left {
  text-align: left;
  padding-right: 15px;
 }
 .center {
  text-align: center;
  padding: 15px 0 15px 0;
 }
.right-content {
  text-align: right;
}
.left-content {
  text-align: left;
}
 .cuadro2 {
  background-color: white;
  border: 1.5px solid #FCFAAC;
  border-radius: 3px;
  padding: 15px 15px 10px 5px;
 }
  .cuadro {
  background-color: white;
  border: 1.5px solid #FCFAAC;
  border-radius: 3px;
  padding: 10px 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
 }


.verdi {
  border-left: 1.5px solid #848484;
}
