*{
    font-family: Arial, Helvetica, sans-serif;
}
body{
    background: whitesmoke;
}

.section-padding{
    padding: 70px 0;
}

.carousel-item{
    height: 89vh;
    /*width: 175vh;*/
    min-height: 300px;
}

/*.carousel-item img{
    align-content: center;
    border-radius: 100;
}*/

.carousel-caption{
    bottom: 25px; /* 25px */
    z-index: 2;

} 

.carousel-caption h5{
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
    text-shadow: 2px 2px 4px black;
}

.carousel-caption p{
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
    text-align: justify;
    text-shadow: 1px 1px 2px black;
}

    .carousel-inner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0, 30, 82, 0.327);*/ 
    z-index: 1;
    }

    .institucion-img{
        box-shadow: 4px 4px 15px rgba(0, 0, 0, 1);
        background-color: #fff;
        
    }
    .institucion-text{
        text-align: justify;
    }

    .section-header p{
        text-align: justify;
        
    }


    .navbar { 
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 1);
        background-color: whitesmoke;
    }

    .navbar-brand{
        font-weight: bold;
        font-size: 24px;
    }

    .navbar-nav a { 
        font-size: 15px; /*tamaño de items de navegacion*/
        text-transform: uppercase;
        font-weight: 550; /*500*/
        color: #000;
    }

    .navbar-dark .navbar-brand { /*nombre en barra de nav*/
        color: #000;
        font-size: 20px;
        text-transform: bold;
        letter-spacing: 2px;
    }

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: #000
        }

        .w-100 {
            height: 100vh;
        }
    .navbar-toggler {
        padding: 1px 5px;
        font-size: 18px;
        line-height: 0.3;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    }

    .modalidades .card {/*portfolio*/
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
        font-size: 30px;
        
    }
    .modalidades .card p{
        font-size: 14px;
    }
    
    .institucion-text h2{
        text-align: center;
    }

    .btn {
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
    }

    .institucional .card {/*services*/
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
        font-size: 30px;
    }

    .institucional .card p{
        font-size: 14px;
    }

    .linksdeinteres .card-body i{ /*team*/
        
        font-size: 14px;   
    }
    .linksdeinteres .card{
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
    }

    @media(max-width:767px){
        .navbar-nav{
        text-align: center;
        }
        .carousel-item{
        height: 70vh;
        /*width: 150;*/
        }
        
        w-100 {
            height: 70vh;
        }
        .carousel-caption {
            bottom: 125px;
        }
        .carousel-caption h5 {
            font-size: 17px;
        }
        .carousel-caption a {
            padding: 10px 15px;
            font-size: 15px;
        }
        .carousel-caption p {
            width: 100%;
            line-height: 1.5;
            font-size: 12px;
        }
        .institucion-text {
            padding-top: 50px;
            text-align: justify;
        }
        .card {
            margin-bottom: 30px;
        }
        .section-padding {
            padding: 50px;
        }

}