.navbar-toggler:focus 
{
    outline: none;
    box-shadow: none;
}

.card-body.modulo
{
    min-height: 500px !important;
}

.card-body ul
{
    margin-top: 15px;
}

.card-body ul li
{
    margin-bottom: 15px;
}

@media (min-width: 1200px) 
{
    .display-4 
    {
        font-size: 3rem;
    }
}

/*--------------------------------------------------------------
# Whatsapp Section
--------------------------------------------------------------*/
.whatsapp-float 
{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.whatsapp-float img 
{
    width: 30px;
    height: 30px;
}

.whatsapp-float:hover
{
    background-color: #1fee6b;
    color: #fff;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item 
{
    background-color: white;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    padding: 60px 30px 60px 70px;
    transition: all ease-in-out 0.3s;
    border-radius: 18px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
  
.services .service-item .icon 
{
    position: absolute;
    left: -20px;
    top: calc(50% - 30px);
}
  
.services .service-item .icon i 
{
    font-size: 74px;
    line-height: 1;
}
  
.services .service-item h3 
{
    font-weight: 800;
    margin: 10px 0 15px 0;
    font-size: 22px;
}
  
.services .service-item p 
{
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
}

@media (max-width: 900px) 
{
    .navbar-brand img
    {
        display: none;
    }

    .navbar
    {
        background-image: url(../img/logo_capacita_c.webp);
        background-size: 25%;
        background-position: 10px 2px;
        background-repeat: no-repeat;
    }
}

@media (max-width: 600px) 
{
    .navbar-brand img
    {
        display: none;
    }

    .navbar
    {
        background-image: url(../img/logo_capacita_c.webp);
        background-size: 45%;
        background-position: 10px 2px;
        background-repeat: no-repeat;
    }

    .sobre-publico
    {
        border-left: none !important;
    }

    .sobre-info .p-5,
    .sobre-publico .p-5,
    .modulo .p-5
    {
        padding: 1rem !important;
    }

    .social-links
    {
        text-align: center;
        justify-content: center;
    }

    .footer-links
    {
        display: none;
    }
}