/*
Theme Name: Escola de Escritoras
Theme URI: https://casadeescritoras.com.br/
Author: Bruno Cantuaria
Author URI: https://cantuaria.net.br
Description: Tema para a Escola de Escritoras, projeto da Casa de Escritoras.
*/

    body, html {
        overflow-x: hidden;
    }
    :root{
      --magenta:#ED2790;
      --azul:#2D5799;
      --rosa:#F38BB9;
      --bg:#fff8fc;
      --text:#444;
    }

    *{
      margin:0;
      padding:0;
      box-sizing:border-box;
    }

    body{
      font-family:'Montserrat', sans-serif;
      color:var(--text);
      overflow-x:hidden;
      background:#fff;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family:  "Young Serif", cursive;
    }

    section{
      padding:100px 0;
    }

      .logo{
        display: block;
    margin: 0 auto;
      }

    .section-subtitle{
      color:var(--magenta);
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:2px;
      margin-bottom:15px;
      font-size:.9rem;
    }

    .section-title{
      font-size:3rem;
      line-height:1.1;
      color:var(--azul);
      font-weight:800;
      margin-bottom:25px;
    }

    .section-text{
      font-size:1.08rem;
      line-height:1.9;
      color:#5d5d5d;
    }

    .btn-custom{
      background:var(--magenta);
      color:#fff;
      padding:16px 36px;
      border-radius:50px;
      text-decoration:none;
      display:inline-block;
      font-weight:700;
      transition:.3s;
      border:none;
    }

    .btn-custom:hover{
      background:var(--azul);
      color:#fff;
    }

    /* HERO */

    .hero{
      min-height:100vh;
      display:flex;
      align-items:center;
      position:relative;
      overflow:hidden;
      background:
      linear-gradient(135deg, rgba(237,39,144,.08), rgba(45,87,153,.05));
      padding: 50px 0;
    }

    .hero::before{
      content:'';
      width:650px;
      height:650px;
      background:rgba(243,139,185,.12);
      border-radius:50%;
      position:absolute;
      top:-250px;
      right:-200px;
    }

    .logo{
      max-width:360px;
      margin-bottom:40px;
    }

    .hero h1{
      font-size:4.5rem;
      font-weight:800;
      color:var(--azul);
      line-height:1;
      margin-bottom:30px;
    }

    .hero p{
      font-size:1.15rem;
      line-height:1.9;
      margin-bottom:20px;
      color:#555;
    }

    /* CARDS */

    .info-card{
      background:#fff;
      border-radius:28px;
      padding:40px 35px;
      height:100%;
      box-shadow:0 10px 35px rgba(0,0,0,.05);
      transition:.3s;
      border-bottom:5px solid var(--rosa);
    }

    .info-card:hover{
      transform:translateY(-5px);
    }

    .info-icon{
      width:70px;
      height:70px;
      border-radius:20px;
      background:rgba(237,39,144,.12);
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:25px;
    }

    .info-icon i{
      font-size:2rem;
      color:var(--magenta);
    }

    .info-card h4{
      color:var(--azul);
      font-weight:800;
      
      font-family:'Montserrat', sans-serif;
      margin-bottom:18px;
    }

    .info-card p,
    .info-card li{
      color:#666;
      line-height:1.8;
    }

    /* EXPERIÊNCIA */

    .experience-box{
      background:linear-gradient(135deg, var(--azul), #4572b7);
      color:#fff;
      padding:60px;
      border-radius:40px;
    }

    .experience-box h2{
      font-size:3rem;
      font-weight:800;
      margin-bottom:25px;
    }

    .experience-box ul{
      margin-top:30px;
      padding-left:20px;
    }

    .experience-box li{
      margin-bottom:15px;
      font-size:1.05rem;
    }

    /* CINTIA */

    .cintia{
      background:var(--bg);
    }

    .cintia-image{
      width:100%;
      border-radius:40px;
      min-height:650px;
      object-fit:cover;
      box-shadow:0 15px 45px rgba(0,0,0,.12);
    }

    .highlight{
      background:var(--magenta);
      color:#fff;
      padding:4px 14px;
      border-radius:30px;
      font-size:.85rem;
      display:inline-block;
      margin-bottom:20px;
      font-weight:700;
    }

    .feature-list{
      margin-top:30px;
    }

    .feature-list li{
      list-style:none;
      margin-bottom:15px;
      font-size:1.05rem;
      color:#555;  padding-left: 20px;
    }

    .feature-list i{
      color:var(--magenta);
      margin-right:10px;
      margin-left: -30px;
    }

    /* SEMINARIOS */

    .speaker-card{
      background:#fff;
      border-radius:28px;
      overflow:hidden;
      box-shadow:0 10px 35px rgba(0,0,0,.05);
      height:100%;
    }

    .speaker-card img{
      width:100%;
      height:320px;
      object-fit:cover;
    }

    .speaker-content{
      padding:28px;
    }

    .speaker-content h5{
      color:var(--azul);
      font-weight:800;
      margin-bottom:12px;
      font-size:1.3rem;
      font-family:'Montserrat', sans-serif;
    }

    .speaker-content p{
      color:#666;
      line-height:1.7;
    }

    /* INSCRIÇÃO */

    .inscricao{
      background:
      linear-gradient(135deg, var(--azul), #4572b7);
      color:#fff;
      text-align:center;
    }

    .inscricao .section-title{
      color:#fff;
    }

    .inscricao a {
        color: #fff;
        text-decoration: none;
    }

    .form-box{
      background:#fff;
      border-radius:35px;
      padding:60px;
      color:var(--azul);
      margin-top:40px;
      box-shadow:0 15px 45px rgba(0,0,0,.15);
    }

    footer{
      padding:35px 0;
      text-align:center;
      color:#777;
      font-size:.95rem;
    }

    @media(max-width:991px){

    section{
      padding:30px 0;
    }

      .hero{
        padding-top:50px;
        text-align:center;
      }

      .hero h1{
        font-size:2rem;
      }

      .section-title{
        font-size:1.7rem;
      }

      .experience-box{
        padding:40px;
      }

      .experience-box h2{
        font-size:1.3rem;
      }

      .logo{
        display: block;
    margin: 0 auto;
      }

      .cintia-image{
        min-height:450px;
        margin-bottom:40px;
      }

      .mb-5 {
        margin-bottom: 1rem !important;
      }

      .g-5, .gy-5 {
        --bs-gutter-y: 1rem;
        }
        .g-5, .gx-5 {
        --bs-gutter-x: 1rem;
        }
    }
