/*----------
 início - body - barra de serviços
 ----------*/
 #sessao_opcoes .row {
    height: 500px;
    background-color: var(--proreitoria-color);
  }
  
  #footer_copyright{
    border-top: 10px;
  }
  
  .feature-icon {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: #f1f5ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
    
  #icon_servicos{
    width: 8rem;
    height: 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 450ms;
  }
  
  .feature-icon-outer {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-color: #ffffff;
    border: solid 2px #00000009;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Media queries para ajustar os tamanhos */
  @media (min-width: 768px) and (max-width: 1200px) {
    .feature-icon, #icon_servicos {
        width: 6.5rem; /* Ajuste conforme necessário */
        height: 6.5rem; /* Mantém a proporção com a largura */
    }
  
    .feature-icon-outer {
      width: 8rem; /* Ajuste conforme necessário */
      height: 8rem; /* Mantém a proporção com a largura */
    }
  }
  
  
    
  #icon_servicos:hover{
    transition: all 0.15s linear 0s;
    transform: scale(1.20) rotate(2deg);
    transition: transform 450ms;
  }
    
  #icon_servicos img{
    margin-bottom: 0;
  }
    
  .feature-icon:hover {
    opacity: 0.8;
    transition-property: opacity;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
  }
    
  .feature-icon-outer .feature-icon {
    margin-top: 10%;
  }
    
  .b-example-divider {
    width: 100%;
    height: 10rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
    
  .container_options_bg {
    display: flex;
    background-color: #ffffff;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    width: 100%;
    height: auto;
    text-align: center;
  }
     
  .container_options h3{
    width: 100%;
  }
    
  .container_options_bg .container{
    align-items: center;    
  }
  
  .container_options .feature h3{
    align-items: center;  
  }
  
  .container_servicos_grid {
    align-items: center;
  }
  
  .container_servicos_grid .feature {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
  .container_options {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;  
  }
  
  .container_options_top {
    background: linear-gradient(to top, var(--proreitoria-color) 0%, var(--proreitoria-color) 60%, #fff 60%, #fff 100%);
    display: flex;
    width: 100%;
    height: 50%; 
  }
  
  .container_options_bottom {
    padding-top: 6rem;
    background: linear-gradient(to bottom, var(--proreitoria-color) 0%, var(--proreitoria-color) 60%, #fff 60%, #fff 100%);
    display: flex;
    width: 100%;
    height: 50%;   
  }
    
  .container_options_bottom h3{
    color: var(--proreitoria-color) !important;
  }
    
  .text-body-emphasis{
    max-width: 8rem;
    text-align: center !important;
  }
    
  .container_options h3{
    color: #ffffff;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; 
  }
    
  .form-control {
    background-color: #f1f5ff;
  }
  
  .container_servicos{
    background-color: var(--proreitoria-color);
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 6rem;
    width: 100%;
    height: auto;
  }
  
  .container_servicos_grid{
    /*background-color: var(--proreitoria-color);*/
    /* A cor de background da barra de serviços é obtida no functions.php. Obtém a cor personalizada do Customizer */
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 100%;
    height: auto;
  }
  
  #titulo_servicos h3{
    color: #ffffff;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; 
  }
  /*----------
   fim - body - barra de serviços
  ----------*/  


/*---------------------------------------------------------------------------------------------------------------------
=RESPONSIVO
-----------------------------------------------------------------------------------------------------------------------
definições para dispositiovos mobile e telas de menor resolução
----------------------------------------------------------------------------------------------------------------------*/
  @media (max-width: 1200px){
    .container_options_top {
      background: var(--proreitoria-color);
      display: flex;
      height: auto;  
      padding-top: 2rem;
    }
  }
  
  @media (max-width: 1200px){
    .container_options_bottom {
      padding-top: 0rem;
      background: var(--proreitoria-color);
      display: flex;
      height: auto;  
      padding-bottom: 2rem;
    }
  }
  
  @media (max-width: 1200px){
    .container_options_bottom h3{
      color: #ffffff !important;
    }
  }
  
  @media (max-width: 1200px){
    .container_options .feature{
      padding-bottom: 1.8rem;
    }
  }
  
  @media (max-width: 1200px){
    .container_servicos_grid .feature {
      padding-bottom: 0.9rem;
    }
  }
  
  