@font-face {
    font-family: 'Glacial Indifference';
    src: url('./assets/fonts/GlacialIndifference-Bold.woff2') format('woff2'),
        url('./assets/fonts/GlacialIndifference-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glacial Indifference';
    src: url('./assets/fonts/GlacialIndifference-Regular.woff2') format('woff2'),
        url('./assets/fonts/GlacialIndifference-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body, section, h1, h2, h3, h4, p, img, ol, ul, li {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Glacial Indifference';
    font-weight: normal;
    position: relative;
    font-size: 1.1rem;
    line-height: 1.5rem;
}

img {
    max-width: 100%;
}

section {
    padding: 100px 20px;
    border-bottom: 2px solid white;
}

h1, h2, h3 {
    font-weight: bold;
    text-transform: uppercase;
}

h2 {
    text-align: center;
}

h3 {
    font-size: 1.4rem;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

/*NAVBAR*/

.bg-dark {
    background-color: #231f20 !important;
}

.logo {
    position: absolute;
    top: 0;
    max-width: 100px;
}

.navbar {
    padding: .5rem 1rem 0;
    padding-top: 30px;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 1rem;
    color: white;
    text-shadow: 3px 3px 5px #000000cc;
}

.navbar-dark .navbar-nav .nav-link.active {
    background: white;
    border-radius: 20px;
    color: black;
    text-shadow: none;
}

#clases-fijas h2,
#oferta-talleres h2,
#renta h2 {
    color: white;
}

.redes {
    color: white;
    position: absolute;
    top: 10px;
    right: 20px;
}

.redes ul li {
    list-style: none;
    display: inline-block;
    padding: 0 3px;
}

.redes ul li a {
    color: inherit;
    text-decoration: none;
}

/*NOSOTRAS*/

#nosotras {
    background: url("img/black-bg.jpg");
    background-size: cover;
    background-position: center bottom;
}

#nosotras .col-md-8,
#nosotras .col-md-4 {
    padding: 0;
}

#nosotras .intro {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px 20px;
}

#nosotras .intro-img {
    /*background: url("img/equipo-arkali.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: auto;
    max-height: 450px;*/
}

#nosotras .tab-content {
    background: rgba(255, 255, 255, 1);
    color: black;
    border: 3px solid #dfdfdf;
    padding: 20px 30px;
    text-align: center;
}

#nosotras .nav-pills .nav-link {
    text-transform: uppercase;
    color: white;
}

#nosotras .nav-pills .nav-link.active {
    background: #dfdfdf;
    color: black;
    border-radius: 0;
}

#nosotras .nav {
    background: black;
}

#nosotras .valores img {
    height: 90px;
    width: auto;
    margin-bottom: 20px;
}
/*ACTIVIDADES*/

#actividades h3 {
    text-align: center;
    font-size: 1rem;
    margin-top: 10px;
}

#actividades p {
    text-align: center;
}

#actividades .actividad img {
    max-width: 55%;
    margin: 0 auto;
    display: block;
}

#actividades .actividad p {
}

/*CLASES FIJAS*/

#clases-fijas {
    background: url("img/black-bg.jpg") fixed;
    background-size: cover;
    background-position: center center;
    color: white;
    text-align: center;
}

#clases-fijas img {
    box-shadow: 12px 12px 5px #0000004a;
}

#clases-fijas .when {
    border-bottom: 1px solid white;
    margin-bottom: 10px;
}

#recursos {
    background: url("img/white-bg.jpg") fixed;
    background-size: cover;
    background-position: center center;
    color: black;
    text-align: center;
}

/*OFERTA DE TALLERES*/

#oferta-talleres {
    background: url("img/black-bg.jpg") fixed;
    background-size: cover;
    background-position: center center;
}

#oferta-talleres h4 {
    color: white;
    font-size: 1.1rem;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}

#oferta-talleres p {
    color: white;
    text-align: center;
}

/*PROYECTOS*/

#proyectos {
    background: url("img/white-bg.jpg") fixed;
    background-size: cover;
    background-position: center center;
}

#proyectos .item p {
    color: white;
    text-align: center;
    display: none;
    font-size: .9rem;
    padding: 40px 10px 0;
}

#proyectos .item p span {
    font-size: 1rem;
    font-weight: 700;
    display: block;
}

#proyectos .item {
    height: 0;
    padding-bottom: 174%;
}

#proyectos .item:hover {
    background: rgba(0, 0, 0, 0.84);
    height: 0;
    padding-bottom: 174%;
}

#proyectos .item:hover p {
    display: block;
}

#proyectos .item1 {
    width: 100%;
    background: url(img/proyectos/1-caminos-sin-miedo.jpg);
    background-size: contain;
    background-position: center center;;
}

#proyectos .item2 {
    width: 100%;
    background: url(img/proyectos/2-ciberseguridad.jpg);
    background-size: contain;
    background-position: center center;;
}

#proyectos .item3 {
    width: 100%;
    background: url(img/proyectos/3-colectividad.jpg);
    background-size: contain;
    background-position: center center;;
}

#proyectos .item4 {
    width: 100%;
    background: url(img/proyectos/4-ddssrr.jpg);
    background-size: contain;
    background-position: center center;;
}

#proyectos .item5 {
    width: 100%;
    background: url(img/proyectos/5-defensa-personal.jpg);
    background-size: contain;
    background-position: center center;;
}

#proyectos .item6 {
    width: 100%;
    background: url(img/proyectos/6-encuentros-escritoras.jpg);
    background-size: contain;
    background-position: center center;;
}

#proyectos .item7 {
    width: 100%;
    background: url(img/proyectos/7-laboratorio-ninas.jpg);
    background-size: contain;
    background-position: center center;;
}

#proyectos .item8 {
    width: 100%;
    background: url(img/proyectos/8-voluntades-indomitas.jpg);
    background-size: contain;
    background-position: center center;;
}

#proyectos .item9 {
    width: 100%;
    background: url(img/proyectos/9-mujeres-sordas.jpg);
    background-size: contain;
    background-position: center center;;
}

/*RENTA*/

#renta {
    background: url("img/black-bg.jpg") fixed;
    background-size: cover;
    background-position: center center;
}

#avisos {
    background: url("img/white-bg.jpg") fixed;
    background-size: cover;
    background-position: center center;
}

/*AVISOS*/

#avisos .nav-item {
    max-width: 19.57%;
    margin-right: 4px;
}

#avisos .aviso-thumbnail {
    max-width: 100%;
    display: block;
    text-align: center;
}

#avisos .card {
    background-color: transparent !important;
    border: none;
}

#avisos .card-header {
    text-align: center;
    color: black;
    background: #fdfcfc;
    font-size: 1rem;
    padding: 0;
    border-radius: 0;
    border: none;
}

#avisos .card-header button {
    background: transparent;
    border: none;
    padding: 10px 10px 20px 10px;
}

#avisos .card-header button:focus {
    border: none;
    outline: none;
}

#avisos .card-header > button:focus,
#avisos .card-header > button.active {
    background: #171616;
    color: white;
}

#avisos .card-header img {
    margin-bottom: 10px;
}

#avisos .card-header:focus {
    background: #171616;
    color: white;
}

#avisos .card-body {
    background: #171616;
    padding: 13px 27px;
    border-radius: 0;
}

/*APORTACIONES*/

#aportaciones {
    background: white;
    color: black;
}

#aportaciones button {
    width: 100%;
    border: none;
    padding: 10px;
    font-weight: bold;
}

.card-header {
    background-color: transparent;
    border: none;
}

/*CONTACTO*/

#contacto {
    background: black;
    color: white;
}

#contacto h2 {
    text-align: left;
    font-size:1.5rem;
}

#contacto p {
}

#contacto input,
#contacto textarea {
    width: 100%;
    border-radius: 0;
    background: transparent;
    border: 1px solid white;
}

#contacto textarea {
    padding: .375rem .75rem;
}

#contacto input[type="submit"] {
    background: white;
    color: black;
    border: none;
    width: auto;
    float: right;
    padding: 4px 25px;
}

#contacto ul li {
    list-style: none;
}

#contacto ul li i {
    color: white;
    padding-right: 10px;
}

#contacto .redes {
    position: initial;
}

::placeholder {
    color: white !important;
  }

#contacto .footer {
      border-top: 1px solid white;
      font-size: .9rem;
      text-align: center !important;
      margin-top: 80px;
  }

  #contacto .footer p {
      text-align: center;
      padding-top: 40px;
  }

.hide-desktop {
    display: none;
}

.hide-mobile {
    display: block;
}

  @media screen and (max-width:700px) {

    .hide-desktop {
        display:block;
    }

    .hide-mobile {
        display: none;
    }

     #actividades .actividad {
         padding-bottom: 30px;
     } 

     #clases-fijas .day {
         margin-bottom: 30px;
     }

     .redes {
         display: none;
     }

     .navbar {
        padding-bottom: 30px;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding-left: 20px;
    }
  }

  #clases-fijas2 {
    background: url(img/white-bg.jpg) fixed;
    background-size: cover;
    background-position: center center;
    color: black;
    text-align: center;
}

.financiamientos img {
    height: 75px;
    margin: 5px;
    width: auto;
    display: inline-block;
}