.elementor-35604 .elementor-element.elementor-element-fd2e2a9{--display:flex;--margin-top:130px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35604 .elementor-element.elementor-element-fd2e2a9.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-35604 .elementor-element.elementor-element-0e8293f{width:100%;max-width:100%;}.elementor-35604 .elementor-element.elementor-element-0e8293f > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-35604 .elementor-element.elementor-element-c032fe9{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-35604 .elementor-element.elementor-element-b58e0fc{width:100%;max-width:100%;}@media(min-width:577px){.elementor-35604 .elementor-element.elementor-element-fd2e2a9{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-0e8293f */<style>
  .psico-hero, .psico-hero *, .psico-hero *::before, .psico-hero *::after {
    box-sizing: border-box; margin: 0; padding: 0;
  }

  .psico-hero {
    --navy: #105f57;
    --gold: #febf2d;
    --gold-hover: #d4b85e;
    --white: #fff;
    --muted: rgba(255,255,255,.85);
    --h: 540px;
    --arrow-x: 52px;  /* posição da seta — ajuste só aqui */
  --curve: 36%;     /* profundidade da curva */
    font-family: 'Montserrat', sans-serif;
    background: var(--navy);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    min-height: var(--h);
    overflow: hidden;
  }

  .psico-hero__grid {
    display: grid;
    grid-template-columns: 44fr 56fr;
    min-height: var(--h);
    height: var(--h);
  }

  .psico-hero__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 32px 48px clamp(32px, 6vw, 88px);
    position: relative;
    z-index: 2;
  }

  .psico-hero__eyebrow {
    font-size: clamp(1rem, 1.8vw, 1.35rem);
    color: var(--white);
    margin-bottom: 6px;
  }

  .psico-hero__heading {
    font-size: clamp(2.6rem, 5vw, 4rem);
    font-weight: 700;
    color: #f2f1f0;
    line-height: 1.05;
    margin-bottom: 22px;
  }

  .psico-hero__desc {
    font-size: clamp(.88rem, 1.3vw, 1.02rem);
    color: var(--muted);
    line-height: 1.65;
    max-width: 400px;
    margin-bottom: 28px;
  }

  .psico-hero__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 32px;
  }

  .psico-hero__list li {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: .9rem;
    font-weight: 500;
    color: var(--white);
  }

  .psico-hero__list li i { color: var(--gold); width: 20px; text-align: center; font-size: 1.05rem; }

  .psico-hero__btns { display: flex; flex-wrap: wrap; gap: 12px; }

  .psico-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    border-radius: 50px;
    font-family: inherit;
    font-size: .88rem;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition: .2s;
    white-space: nowrap;
  }

  .psico-hero__btn--gold { background: var(--gold); color: var(--navy); border-color: var(--gold); }
  .psico-hero__btn--gold:hover { background: var(--gold-hover); }
  .psico-hero__btn--outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,.5); }
  .psico-hero__btn--outline:hover { border-color: var(--gold); color: var(--gold); }
  .psico-hero__btn--outline i { color: #25d366; font-size: 1.1rem; }

  .psico-hero__media {
  position: relative;
  z-index: 3;
  min-height: var(--h);
  height: 100%;
  overflow: hidden;
}

  .psico-hero__slides { z-index: 1; }

  .psico-hero__slides {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + var(--arrow-x));
  height: 100%;
  z-index: 1;
  overflow: hidden;
  transform: translateX(var(--arrow-x));
  border-top-left-radius: var(--curve) 50%;
  border-bottom-left-radius: var(--curve) 50%;
}
.psico-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .6s ease;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

  .psico-hero__slide.is-on {
  opacity: 1;
}


 /* Curva côncava — linha vermelha */
.psico-hero__slides {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  border-top-left-radius: var(--curve) 70%;
  border-bottom-left-radius: var(--curve) 70%;
}
/* Círculo convexo não serve para a linha vermelha */
.psico-hero__shape {
  display: none;
}

  .psico-hero__ctrl {
    position: absolute;
    z-index: 10;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
  }

  .psico-hero__arrow {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--white);
    color: var(--navy);
    font-size: .82rem;
    box-shadow: 0 2px 14px rgba(0,0,0,.22);
    transition: background .2s, transform .2s;
  }

  .psico-hero__arrow:hover { background: var(--gold); }

 /* Seta fixa — curva vem até ela */
.psico-hero__arrow--prev {
  left: var(--arrow-x);
  transform: translate(-50%, -50%);
}
  .psico-hero__arrow--prev:hover { transform: translate(-50%, -50%) scale(1.06); }

  .psico-hero__arrow--next {
    right: 36px;
    transform: translateY(-50%);
  }

  .psico-hero__arrow--next:hover { transform: translateY(-50%) scale(1.06); }

  .psico-hero__dots {
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 9px;
    background: none;
    padding: 0;
  }

  .psico-hero__dot {
    width: 10px; height: 10px;
    min-width: 10px; min-height: 10px;
    border-radius: 50%;
    border: 2px solid var(--white) !important;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: 0 1px 5px rgba(0,0,0,.3);
    transition: background .2s, transform .2s;
  }

  .psico-hero__dot.is-on {
    background: var(--white) !important;
    transform: scale(1.15);
  }

  @media (max-width: 900px) {
    .psico-hero { --h: auto; }
    .psico-hero__grid { grid-template-columns: 1fr; height: auto; }
    .psico-hero__text { padding: 40px 24px 28px; }
    .psico-hero__media { height: 300px; min-height: 300px; }
    .psico-hero__shape { display: none; }
    .psico-hero__arrow--prev { left: 14px; transform: translateY(-50%); }
    .psico-hero__arrow--prev:hover { transform: translateY(-50%) scale(1.06); }
    .psico-hero__arrow--next { right: 14px; }
    
    @media (max-width: 900px) {
  .psico-hero__media {
    height: 300px;
    min-height: 300px;
  }
  .psico-hero__slides {
    width: 100%;
    transform: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
  }

  @media (max-width: 480px) {
    .psico-hero__btns { flex-direction: column; }
    .psico-hero__btn { width: 100%; justify-content: center; }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b58e0fc */.curso-section{
    width:calc(100% - 120px);
    max-width:1500px;
    margin:0 auto;
    padding:50px 0;
    background:#fff;
    font-family:Arial, sans-serif;
    color:#07163b;
}

.tab img{
    width:;
    height:60px;
    object-fit: fill;
    display:block;
    margin:0 auto 8px;

    transform:translateZ(0);
    backface-visibility:hidden;
}

.curso-tabs{
    width:100%;
    max-width:1500px; /* ajuste como preferir */
    margin:0 auto 40px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:18px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);

    overflow:hidden;
}

.tab{
  flex:1;
  padding:11px 0px 12px;
  background:none;
  border:0;
  cursor:pointer;
  color:#07163b;
  font-size:28px;
  font-weight:600;
  position:relative;
}

.tab span{
  display:block;
  font-size:15px;
  margin-top:8px;
}

.tab.active::after{
  content:"";
  position:absolute;
  left:12%;
  bottom:0;
  width:76%;
  height:4px;
  background:#07163b;
  border-radius:10px;
}

.curso-content{
    display:none;
    align-items:center;
    gap:130px;
    padding-left: 100px;
    width:100%;
    max-width:1500px;
    margin:0 auto;

    animation:fade .4s ease;
}

.curso-content.active{
  display:flex;
}

.curso-img{
  position:relative !important;
  overflow:visible !important;
}

.curso-pontos{
  position:absolute;
  left: 234px;
  top: 200px;
  width:120px;
  height:180px;
  background-image:radial-gradient(#d0a64f 2px, transparent 2px);
  background-size:18px 18px;
  z-index:-1;
}


.curso-img img{
  position:relative;
  z-index:2;
}

.curso-img{
    width:40% !important;
    max-width:520px !important;
    min-width:520px !important;
    flex-shrink:0;
    position:relative;
}

.curso-img img{
    width:100%;
    height:390px !important;
    object-fit:cover;
    object-position:center;
    border-radius:8px;
    
    display:block;
}

.curso-texto{
    width:99% !important;
    padding-left:5px;
}

.curso-img img{
  position:relative;
  z-index:1;
  width:100%;
  height:390px;
  object-fit:cover;
  object-position:center;
  border-radius:26px;
  display:block;
}



.curso-texto{
  width:66%;
}

.curso-texto.full{
  width:100%;
  max-width:900px;
  margin:auto;
}

.curso-texto span{
  color:#d0a64f;
  font-size:15px;
  font-weight:700;
  letter-spacing:2px;
}

.curso-texto h2{
  font-size:42px;
  line-height:1.2;
  margin:18px 0 22px;
  color:#105f57;
}

.curso-texto p{
  font-size:18px;
  line-height:1.7;
  color:#4f566b;
  margin-bottom:25px;
}

.curso-texto ul{
  list-style:none;
  padding:0;
  margin:0 0 30px;
}

.curso-texto li{
  font-size:17px;
  margin-bottom:14px;
  color:Black;
  font-weight:500;
}

.curso-texto li::before{
  content:"✓";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  margin-right:12px;
  border-radius:50%;
  background:#d0a64f;
  color:#fff;
  font-size:14px;
}

.curso-btn{
  display:inline-block;
  padding:15px 28px;
  border:1px solid #105f57;
  border-radius:10px;
  color:#105f57;
  text-decoration:none;
  font-weight:700;
  margin-top: 10px;
}

.curso-btn:hover{
    color:#d0a64f;
    border:1px solid #d0a64f;
}

details{
  border:1px solid #ddd;
  border-radius:10px;
  padding:18px;
  margin-bottom:12px;
  background:#fff;
}

summary{
  cursor:pointer;
  font-weight:700;
  color:#07163b;
}

@keyframes fade{
  from{
    opacity:0;
    transform:translateY(15px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}



@media(max-width:900px){
  .curso-tabs{
    overflow-x:auto;
  }

  .tab{
    min-width:160px;
  }

  .curso-content.active{
    flex-direction:column;
    gap:35px;
  }

  .curso-img,
  .curso-texto{
    width:100%;
  }

  .curso-texto h2{
    font-size:32px;
  }

  .curso-img img{
    height:320px;
  }
}

.processo-seletivo{
    margin:30px 0;
}

.processo-seletivo h3{
    margin:0 0 18px;
    font-size:18px;
    font-weight:700;
    color:#105f57;
    line-height:1.2;
}

.processo-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
}

.processo-item i{
    font-size:15px;
    color:#1d1d1d;
    margin-top:5px;
    flex-shrink:0;
}

.processo-item p{
    margin:0;
    font-size:20px;
    line-height:1.45;
    color:#3d3d3d;
}

/* Matriz Curricular */

.matriz-box{
    width:100%;
}

.matriz-header{
    max-width:760px;
    margin:0 auto 45px;
    text-align:center;
}

.matriz-header span{
    color:#d0a64f;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;
}

.matriz-header h2{
    font-size:42px;
    color:#07163b;
    margin:15px 0;
}

.matriz-header p{
    font-size:18px;
    line-height:1.7;
    color:#4f566b;
}

.matriz-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:24px;
}

.semestre-card{
    background:#fff;
    border:1px solid #e4e7ec;
    border-radius:22px;
    padding:28px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.3s ease;
    position:relative;
    overflow:hidden;
}

.semestre-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:#105f57;
}

.semestre-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.10);
}

.semestre-card h3{
    margin:0 0 18px;
    color:#105f57;
    font-size:24px;
}

.semestre-card p{
    margin:0 0 10px;
    color:#07163b;
    font-size:16px;
    line-height:1.4;
}

.semestre-card p::before{
    content:"•";
    color:#d0a64f;
    font-weight:bold;
    margin-right:8px;
}

@media(max-width:900px){
    .matriz-grid{
        grid-template-columns:1fr;
    }

    .matriz-header h2{
        font-size:32px;
    }
}/* End custom CSS */
/* Start custom CSS */div.tp-blog-details-wrap {
    display: none;
}/* End custom CSS */