/* Outfit Font */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*Iconos*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");

/* Variables CSS */
:root {
    --color-1: #9F48D9;
    --color-2: #0F7CBF;
    --color-3: #0B8CBF;
    --color-4: #F2CB05;
    --color-5: #F29F05;
}

/* Aplicar tipografía a todo */

* {
    font-family: 'Outfit', Arial, Helvetica, sans-serif !important;
}

body {
    background-color: #fff;
    padding: 0 !important;
}

main {
    margin-top: 100px;
}

.logo-protagoniza {
    width: 180px;
    height: auto;
}

/* ++++++++++++++++++++ Menu ++++++++++++++++++++ */

.menu .nav-link {
    color: #333;
}

.nav-item {
    margin: 10px 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #ff4747;
}

.navbar-toggler {
    background-color: #999 !important;
    border: #999;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 15px !important;
}

.centrar {
    text-align: center;
}

.justificar {
    text-align: justify;
    text-align-last: left;
}

/* ++++++++++++++++++++ Breadcrumbs ++++++++++++++++++++ */

ol.breadcrumb {
    background-color: #fff;
}


li.breadcrumb-item>a {
    font-size: 16px;
    color: #ff4747;
}

.breadcrumb-item.active {
    font-size: 16px;
    color: #333;
}

/* ++++++++++++++++++++ Redes sociales NAV +++++++++++++++++++ */

.ico-rrss {
    height: 18px;
    width: auto;
    fill: #fff;
    padding: 0;
}

.justify-center {
    justify-content: center;
}

.rrss-box {
    width: 40px;
    height: 40px;
    padding: 0 0 2px 0;
    border-radius: 20px;
    margin: 5px;
}

/* ++++++++++++++++++++ Carrusel ++++++++++++++++++++ */
.carousel-control-next,
.carousel-control-prev {
    background: none;
    border: none;
}

/* ++++++++++++++++++++ Destacado ++++++++++++++++++++ */

.bg-destacado {
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    color: #333;
    padding: 10px;
}

.bg-destacado-img {
    background-image: url('../images/png/banner-voluntarios.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* ++++++++++++++++++++ Colaboradores ++++++++++++++++++++ */

.logo-colaborador {
    width: 90%;
    padding: 0 5%;
}

.bg-white {
    background-color: #fff;
    box-shadow: 1px 0px 20px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

/* ++++++++++++++++++++ Noticias ++++++++++++++++++++ */
.card {
    border-color: #eaeaea;
    border-radius: 20px;
    background: none;
}

.card-body {
    background-color: #fff;
    color: #333;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.card-img,
.card-img-top {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.br-1 {
    border-radius: 1rem;
}

img.img-destacada-noticia {
    width: 100%;
    margin: 20px 0 40px 0;
}

/* ++++++++++++++++++++ Footer ++++++++++++++++++++ */

.ufooter {
    background-color: #22262E;
    color: #525E70;
    margin-top: 30px;
}

.ufooter .container .row h5 {
    font-size: 1rem;
    text-align: center;
    line-height: 200%;
    font-weight: 600;
}

.ufooter .container .row p {
    font-size: .85rem;
    text-align: center;
    line-height: 180%;
}

.ufooter-bottom {
    border-top: 1px solid #525E70;
}

.nav-rrss {
    align-items: center;

}

.nav-rrss ul {
    list-style-type: none;
    justify-content: flex-end;
}

.nav-rrss ul li a i {
    color: #525E70;
    font-size: 1.4rem;
    margin-left: 0.7rem;
    transition: all 0.2s ease-in-out;
}

.nav-rrss ul li a i:hover {
    color: #fff;
}

/* ++++++++++++++++++++ Botones ++++++++++++++++++++ */

.ubtn {
    color: #fff;
    background-color: #ff4747;
    border-color: #ff4747;
}

.ubtn:hover {
    color: #fff;
    background-color: #ff2b2b;
    border-color: #ff2b2b;
}

.ubtn-secondary {
    background: none;
    border: 1px solid #525E70;
    color: #525E70;
}

.ubtn-secondary:hover {
    border: 1px solid #fff;
    color: #fff;
}


/* ++++++++++++++++++++ Nosotros > Equipo ++++++++++++++++++++ */

.equipo .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.equipo .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}




.bg-banner {
    background-image: url(../images/jpg/banner.jpg);
    background-size: cover;
    background-repeat: no-reapeat;
    background-position: center;

    color: #fff;

    height: 30vh;
    display: flex;
    align-items: center;
    position: relative;
}

.bg-banner::after {
    content: '';
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;

    background: rgb(2, 0, 36);
    background: linear-gradient(0deg, rgba(34, 38, 46, 1) 0%, rgba(34, 38, 46, 0) 100%);
    position: absolute;
}

.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 11;
    top: 0px;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.108);
}