#about-aturnos {
    background-image: url('../../patterns/fondo2.png');
    background-size: 100%;
    background-image: center;
    background-repeat: no-repeat;
    padding-top:125px;
    padding-bottom:125px;
}


.img-fluid {
    padding:5px;
}

.nav-link:active {
    color: inherit;
}


.nav-link-teams{
    color: #536a8d;
    padding-bottom: 15px;
    display: inline-flex;
    align-items: center;
}

.padding-team {
    padding-top: 5rem;
}

.ceo-image {
    border-radius: 50%;
    border: 10px solid black;
    max-height: 175px;
}

#team-tabs {
    width: 100%;
    /* background-color: #f8e3f3; */
    /* height: 70px; */
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
/* 
#button-teams {
    background-color: #f8e3f3; 
}
*/

#team-tabs .nav-item {
    margin: auto;
}

#team-tabs .nav-link-teams{
    margin: 8px;
    color: #536a8d;
    background-color: #f8e3f3;
    padding: 15px;
    border-radius: 15px;
    min-height: 87px;
}

.card-team {
    height: 450px;
    width: auto;
    border: 4px solid rgba(0, 0, 0, 0.125);
}

.card-pet {
    border: 4px solid rgba(0, 0, 0, 0.125);
}

.footer-team {
    border: none;
    background: none;
}

.team-photo {
    width: 135px;
    height: 135px;
    border: 8px solid #05ad82;
    border-radius: 50%;
    margin: auto;
    margin-top: 10px;
}

.team-pet {
    width:135px;
    height:135px;
    border: 8px solid #f8e3f3;
    border-radius: 50%;
    margin: auto;
    margin-top: 10px;
}

.team-modal-name {
    background: #05ad82;
    border-radius: 20px;
    padding: 5px;
    font-size: 20px;
    color: black;
    font-weight: bold;
    margin-top: 20px
}

.text-justify {
    text-align: justify;
}

#navbarScroll-teams {
    color: black;
    /* background: #f8e3f3; */
}

/* #team-tabs {
    background-color: #f8e3f3; 
} */

.modal-text {
    font-size: 19px;
    margin-bottom: 20px;
}

.tabmarketing-comunication:hover, .tabceo:hover, 
.tabconsult:hover, .tabcomercial:hover, 
.tabdevelop:hover,.tabadmin:hover, 
.tabsupport:hover, .tabbusiness:hover {
    color: white !important;
    cursor: pointer;
    background-color: #b14197 !important;
}

.color-tabequipo {
    color: white !important;
    background-color: #b14197 !important;
}

.background-verde-sobreaturnos {
    border: 3px solid #05ad82;
    border-radius: 25px;
    color: #05ad82 !important;
    margin: auto;
    padding: 20px;
}

.texto-sobreaturnos {
    font-size: 18px !important;
    line-height: 2.25rem;
    color: #05ad82 !important;
}

@media (max-width: 768px) { 
    #about-aturnos {
        background-image: none;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    #team-tabs .nav-link-teams{
        min-height: auto;
    }
}

@media (max-width: 992px) {
    #about-aturnos {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

@media (max-width: 1200px) { 
    #about-aturnos {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #team-tabs {
        height: auto;
        color: #536a8d;
    }
    #team-tabs .nav-link-teams{
        color: #536a8d;
    }
    #team-tabs .nav-link:hover, 
    #team-tabs .nav-link:focus {
        background-color: #f8e3f3;
        color: white;
    }

    

}

@media (max-width: 576px) { 
    #about-aturnos {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    #img-flex {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
 }
.container-team {
    margin-top: 50px;
}

.navbar-departments {
    justify-content: center;
}