#container-page-title .title-section{
    color: var(--PRINCIPAL-RED, #EE3831);
    
    /* Head/H2 */
    font-family:var(--font);
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px; /* 100% */
    text-transform: uppercase;
}
#container-page-title .text{
    color: var(--principal-00416-a, #00416A);

    /* Body/Body_01 */
    font-family: var(--font-second);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 60px;
}
#container-info {
    /* --bs-gutter-x:0 */
}
#container-info .box{
    border-radius: 8px;
    border: 1px solid var(--principaldde-5-ed, #DDE5ED);
    margin-bottom: 24px;
    padding: 24px;
}
#container-info .box .title-section{
    margin-bottom: 24px;
}
#container-info .box a,
#container-info .box .horario{
    color: #00416A;
    font-family: var(--font);
    font-size: 20px;
}
#container-info .box .horario{
    margin-top: 8px;
}
#container-info .box .text div:first-child{
    color: var(--PRINCIPAL-RED, #EE3831);

    /* Head/H5 */
    font-family: var(--font);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 120% */
}
#container-info .box li.whatsapp{
    background-color: #1BD741;
}
#container-info .box li.whatsapp a{
    color: #fff;
}
#container-info .lista li a .icn.whatsapp {
  --img: url("../img/icons/icn_whatsapp_contato.svg");
  background-color: transparent;
}
#container-info .box li,
#container-info .box .text{
    padding: 12px;
    border-radius: 8px;
    background: var(--principaldde-5-ed, #DDE5ED);
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
#container-info .redes-sociais .icn{
    --width: 20px;
    --height: 20px;
    background-size: 38% auto;
}
#container-info .redes-sociais .icn.instagram,
#container-info .redes-sociais .icn.linkedin{
    background-size: 63% auto;
}
#contato-maps .mb{
    margin-bottom: 24px;
}
#contato-maps iframe{
    width:100%;
    border-radius: 20px;
}
#contato-maps  .btn-border {
  --width: 144px;
  --height: 42px;
  --border-color: #ee3831;
  --color: #ee3831;
  --color-hover: #fff;
  --bg-icon: #ee3831;
  --bg-hover: #ee3831;
  --bg: none;
  --padding-icon: 21px 20px;
  --padding: 0 0 0 0;
  --margin: 0 13px 0 0;
  --justify: none;
  --icon: url("../img/icons/icn_pin.png");
  --border-radius: var(--radius) 0 0 var(--radius);
  text-transform: none;
}

#form-contato .title-section{
    font-size: 28px;
    margin-bottom: 16px;
}
#form-contato .sub-title-section{
    color: var(--principal-00416-a, #00416A);

    /* Body/Body_01 */
    font-family: var(--font-second);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 21px;
}
.frm .btn-border {
  --width: 144px;
  --height: 52px;
  --border-color: #ee3831;
  --color: #ee3831;
  --color-hover: #fff;
  --bg-icon: #ee3831;
  --bg-hover: #ee3831;
  --bg: none;
  --radius:4px;
  --padding: 0 0 0 30px;
  --margin: 0 0 0 0;
}