@charset "utf-8";
#equipecarrossel .wrap:before {display:none !important}
.page-equipe-widgets .widget-title {
    /* display: none; */
}

.page-equipe-widgets article#equipelista, .page-equipe-widgets .w-equipe {
    padding: 0;
	margin-left: -35px;
}


@media screen and (max-width: 700px) {
.content.padding { padding-top: 10px; padding-bottom: 10px;}
}


.content.equipe >div:nth-child(2) {
    padding: 0 44px 0 20px;
    margin-left: 22px;
    margin-bottom: 77px;
}
.equipe .content.padding {padding: 40px 7% 0px 7% !important}
h1.title-equipe {
    /* padding: 0; */
    /* margin: 0 0 -15px; */
    font-size: 33px;
    text-transform: none;
    color:  var(--cor-primaria) !important;
    /* margin-bottom: 0px; */
    /* text-align: left; */
    /* line-height: 120%; */
    /* font-weight: 800; */
}
h1.title-equipe:before {display:none}
.content.equipe {
    /* max-width: 1114px; */
    margin: 0 auto;
    float: none;
}
.equipe .foto {
    width: 100%;
    position: sticky;
    top: 99px;
    /* -webkit-clip-path: polygon(100% 0%, 100% 74%, 77% 100%, 0 100%, 0 0); */
    /* clip-path: polygon(100% 0%, 100% 78%, 78% 100%, 0 100%, 0 0); */
    /* line-height: 0; */
    /* position: relative; */
    /* border-radius: 11px; */
    /* overflow: hidden; */
}
.equipe .foto img {
    width: 100%;
    height: auto;
    min-width: 100%;
}
.infos {margin-bottom: 22px;}
.equipe .midia {margin: 0 0 0px 0px;align-items: center;}
.equipe .midia i {font-size: 22px;margin-right: 11px;}
.equipe .midia a{text-decoration:none !important;color: #1c1c1c;font-size: 18px;font-weight: 600;line-height: 0;display: inline-block;margin: 11px 0;}
.equipe .midia a.email{
    display: flex;
    align-items: center;
}
.equipe span.idiomas { font-size: 14px;}
.cargo {
    display: block;
    margin: 14px 0;
    color: #1c1c1c;
    font-weight: 600;
}
.equipe .telefone {
    margin: 10px 0 23px;
    font-weight: 500;
    color: #1c1c1c;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.telefone i {
    font-size: 22px;
    margin-right: 11px;
    margin-top: -3px;
}
.equipe .relacionado-item {    margin: 0 0 22px 0;  padding: 0px 0 11px; border-bottom:1px solid #ccc;}
.equipe .relacionado-item a {font-size:14px !important}
/*------------------------------------------------------------ */
/* ------------------------- MOBILE -------------------------- */
/*------------------------------------------------------------ */
@media screen and (max-width: 700px) {
.content.equipe>* {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 !important;
}
    h1.title-equipe.sombra{display:none}
    h1.title-equipe{font-size:22px !important; padding: 0 !important;/* margin-top: 40px !important; */position: inherit;}
    .cargo { margin: 0px 0;    }
    .content.equipe >div:nth-child(2) {
    margin: 0;
}
.midia.flex-row {
    flex-direction: row !important;
}
.foto {
    margin-bottom: 40px;
}

    .infos { margin-top:0px}
    .equipe .content.padding {padding: 10px 20px 0px 20px !important}
}