body {
    background-repeat: no-repeat !important;
    background: rgb(0, 81, 155);
    background: -moz-radial-gradient(circle, rgba(0, 81, 155, 1) 0%, rgba(0, 151, 215, 1) 50%, rgba(255, 184, 0, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(0, 81, 155, 1) 0%, rgba(0, 151, 215, 1) 50%, rgba(255, 184, 0, 1) 100%);
    background: radial-gradient(circle, rgba(0, 81, 155, 1) 0%, rgba(0, 151, 215, 1) 50%, rgba(255, 184, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00519b", endColorstr="#ffb800", GradientType=1);
    font-family: 'Montserrat', 'Roboto', sans-serif;
}

/*
FlexBox 
 */
.fd-column {
    flex-direction: column;
}

.jc-center {
    justify-content: center;
}

.jc-end {
    justify-content: end;
}

.jc-between {
    justify-content: space-between
}

.ai-center {
    align-items: center;
}

.ai-end {
    align-items: end;
}

.ai-fstart {
    align-items: flex-start;
}

/* Fin Flex */

/* Quienes Somos*/
h2 {
    font-size: 26px;
    font-weight: 700;
}

p {
    font-size: 20px;
}

.nosotros {
    flex-direction: column;
    justify-content: center;
    border-radius: 2rem;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.img-nosotros {
    justify-content: center;

}

.img-nosotros img {
    background: radial-gradient(circle, rgba(0, 81, 155, 1) 0%, rgba(0, 151, 215, 1) 50%, rgba(255, 184, 0, 1) 75%);
    border-radius: 35%;
    width: 80%;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}

/* Fin Quienes Somos */

/* Menu de navegación */
.navbar-nav a {
    font-weight: 600;
    font-size: 20px;
    --bs-nav-link-hover-color: #00519b;
    border-bottom: 3px solid #ffffff;
    margin-left: 5px;
}

.navbar-nav a:hover {
    color: #00519b;
    border-bottom: 3px solid #00519b;
}

.navbar-nav a:active {
    border-bottom: 3px solid #00519b;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end !important;
}

.navbar-brand {
    width: 35%;
}

.navbar-brand img {
    width: 25%;
}

/* Fin Menu de Navegacion */

/* Reportes */
.reportes {
    background: linear-gradient(to right bottom, rgba(17, 48, 124) 15%, rgba(2, 241, 255));
    border-radius: 2rem;
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
}

.reportesTexto {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reportes img {
    border-radius: 2rem;
    box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.2);
}

.reportesImg {
    justify-content: center;
}

.reportesTexto img {
    width: 50px;
}

.btnWhats {
    justify-content: center;
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2rem;
    padding: 10px;
    width: 250px;
    transition: transform .2s;
    margin: auto;
}

.btnWhats:hover {
    transform: scale(1.03);
}

.btnWhats a {
    display: flex;
    margin-left: 16px;
    align-items: center;
    text-decoration: none;
}

.btnWhats a:hover {
    font-weight: bold;
    color: #ffffff;
}

.btnWhats p {
    margin-bottom: 0px;
    margin-left: 16px;
}

.tu-eres {
    font-size: 30px;
}

.equipo {
    font-size: 40px;
    font-weight: bold;
}

/* Fin Reportes */
/* Carrousel */
.carousel-inner {
    border-radius: 2rem;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.carousel-indicators button {
 width: 10px!important;
 height: 10px!important;
 border-radius: 50%;
}
/* Fin Carrousel */
/* Redes Sociales */
.redesSociales {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(132deg, rgba(0, 0, 0, 1) 20%, rgba(228, 11, 40, 1) 50%, rgba(5, 0, 78, 1) 75%);
    background: -webkit-linear-gradient(132deg, rgba(0, 0, 0, 1) 20%, rgba(228, 11, 40, 1) 50%, rgba(5, 0, 78, 1) 75%);
    background: linear-gradient(132deg, rgba(0, 0, 0, 1) 20%, rgba(228, 11, 40, 1) 50%, rgba(5, 0, 78, 1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#05004e", GradientType=1);
    border-radius: 2rem;
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.3);
    padding: 5rem;
}
.redesSociales h3{
    letter-spacing: 1px;
    font-size: 38px;
}
iframe{
    border-radius: 1rem;
    box-shadow: 5px 5px 5px 1px;
}

/*Fin Redes Sociales  */


/* Contacto */
.contacto {
    background: rgb(5, 3, 57);
    background: -moz-radial-gradient(circle, rgba(5, 3, 57, 1) 30%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(5, 3, 57, 1) 30%, rgba(0, 0, 0, 1) 100%);
    background: radial-gradient(circle, rgba(5, 3, 57, 1) 30%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050339", endColorstr="#000000", GradientType=1);
    border-radius: 1rem;
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 50px 0px;
}

.iconRedes {
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

ul {
    position: relative;
    display: flex;
    padding: 0;
}

ul li {
    position: relative;
    list-style: none;
    margin: 0 20px;
    cursor: pointer;
}

ul li a {
    text-decoration: none;

}

ul li a .fa-brands {
    font-size: 2em;
    color: rgb(160, 51, 51);
}

ul li a::before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2em;
    height: 0;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

ul li:nth-child(1) a::before {
    content: "\f16d";
    background-image: linear-gradient(45deg,
            #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%,
            #bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 4px solid #dc2743;
    margin-top: -8px;
}

ul li:nth-child(2) a::before {
    content: "\f39e";
    color: #3b5998;
    border-bottom: 4px solid #3b5998;
    margin-top: -8px;
}

ul li:nth-child(3) a::before {
    content: "\f099";
    color: #1DA1F2;
    border-bottom: 4px solid #1DA1F2;
    margin-top: -8px;
}

ul li:hover a::before {
    height: 120%;
}

.contact span {
    font-size: 25px;
}

/* Fin Contacto */
.reproductor {
    position: fixed;
    width: 100%;
    height: 100px;
    /* background-image: url(../images/transparencia2.png); */
    left: 0px;
    bottom: 0px;
    z-index: 100;
}

/* Footer */
footer {
    background: rgba(17, 48, 124);
    height: 285px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* Fin Footer */
.color-principal {
    color: #00519b;
}

.texto-blanco {
    color: #ffffff;
}
/* Media Query */


@media screen and (max-width:767px) {
    .nosotros{
        margin-top: 0px!important;
    }

    .redesSociales {
        padding: 1rem;
    }
    .redesSociales h3 {
        font-size: 32px;
    }
    footer p {
        font-size: 16px;
    }

    footer {
        padding: 15px;
    }

    footer img {
        width: 70%;
    }

    h2 {
        font-size: 24px;
    }

    p {
        font-size: 18px;
    }


}
@media screen and (max-width:991px) {

    .redesSociales {
        padding: 1rem;
        justify-content: center;
    }
    .carousel-item img{
        height: 220px;
    }
}

/* Fin media */