

p{
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  h1 h2 h3 h4 h5{
    font-family: "Manrope", sans-serif;
    font-weight: 200; 
    color: #c20e1a;
  }

 

/*----NavBar----*/

.gris-mockup{
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar{
    padding-top: 0;
    padding-bottom: 0;
    font-family:"Manrope", sans-serif;
    font-weight: 700;
}
.nav-logo{
    height: 10vh;
}

a.nav-link{
    padding: 10px 16px !important;
    font-weight: 900;
}
.navbar-light .navbar-nav .nav-link{
    color: #c20e1a;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: black;
}
.navbar-toggler{
    border-color:#c20e1a ;
}

/*----INICIO----*/
.inicio{
    background-color: #fffaf2;
    margin-top: 6.3rem;
}

/*-----Nosotros-----*/
.nosotros{
    background-image: url(./img/fondonosotros.svg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.icon-service{
    --box-size:65px;
    width: var(--box-size);
    height: var(--box-size);
    padding: 8px;
    background-color: #c20e1a;
  }
  .glass{
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .display-2{
    color: #c20e1a;
  }

  .text-capitalize{
    color: #c20e1a;

  }
/*----ProgramasSociales-----*/

.ProgramasSociales .card-body{
    margin-top: 30px;
}
.bg-programasSociales{
    background: #fffaf2;

}
.col-md-8 .text-start{

    margin-left: 15px;
}

/*-----Blog----*/
.colaboradores{
    background: #fffaf2;
}


.iconos-footer{
    height: 45px;
    margin-bottom: 15px;
}

.owl-carousel figcaption{
    background-color: rgba(0, 0, 0, 0.548);
    color: white;
    padding: 10px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    position: relative;
    bottom: 44px;
}

.instagram { 
    color: white; /* Color del enlace */
    text-decoration: none; /* Quita el subrayado */
    transition: 0.3s; /* Suaviza el cambio */
    font-family: "Poppins", sans-serif;
}
.tik-tock{ 
    color: white; /* Color del enlace */
    text-decoration: none; /* Quita el subrayado */
    transition: 0.3s; /* Suaviza el cambio */
    font-family: "Poppins", sans-serif;
}
.direccion{
    color: white; /* Color del enlace */
    text-decoration: none; /* Quita el subrayado */
    transition: 0.3s; /* Suaviza el cambio */
    font-family: "Poppins", sans-serif;
}

.blog{
    background-color:#fffaf2 ;
}



@media (min-width: 320px) {
    .col-md-10 {
        margin-bottom: 40px;
    }
}


@media (min-width: 425px) {
    .col-md-10 {
        margin-bottom: 40px;
    }
}



@media screen and (min-width: 768px) {
    
    .col-md-10 {
        margin-bottom: 30px;
    }
    
    .ProgramasSociales .col-md-4 .img-fluid {
        max-width: 90%;
        height: auto;
        margin-top: 40px;
        margin-top: 10px;
    }
    .ProgramasSociales .col-md-8 .display-2 {
        font-size: 1.5rem;
    }
    .d-md-block {
        display: block !important;
        margin-bottom: 10px;
    }
    
}

@media (min-width: 1024px){
    .ProgramasSociales .col-md-8 .display-2 {
        font-size: 2rem;
    }

}

@media (min-width: 1px) {
    .ProgramasSociales .display-2 {
        font-size: 3.5rem;
    }
}
  
.ProgramasSociales{
    background-image: url(./img/fondoprogramassociales.svg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
