html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background: #ffffff !important;
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  overflow-x: hidden;
  color: #313131;
}

.overflow-hidden {
  overflow: hidden;
}

img {
  border-style: none;
}

button,
[type='button'],
[type='submit'],
[type='reset'] {
  -webkit-appearance: button;
}

input {
  font-size: 1em;
}

textarea {
  overflow: auto;
  font-size: 1.1em;
}

[hidden] {
  display: none;
}

button,
textarea,
select,
input {
  outline: 0;
}

@media (min-width: 1399px) {
  .containerWidth {
    max-width: 1399px;
    padding: 0 !important;
  }
}

.containerWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}

:root {
  /* Header */
  --bg-top-header: #07237b;
  --color-top-header: #ffffff;

  --bg-middle-header: #fffcf8;
  --color-search-input: #cccccc;
  --color-search-input-placeholder: #cccccc;
  --color-search-button: #c29563;
  --color-close-button: #c29563;
  --color-search-icon: #c29563;
  --color-search-icon-responsive: #c29563;

  --bg-bottom-header: #fffcf8;
  --color-bottom-link: #c29563;
  --color-bottom-link-hover: black;
  --bg-bottom-submenu: white;
  --color-bottom-sublink: #313131;
  --color-bottom-sublink-hover: #07237b;

  --bg-infos-header: #e6e6e6;
  --color-infos-header: #888888;

  --bg-responsive: #ffffff;
  --color-responsive-button: #c29563;
  --bg-responsive-content: gray;
  --color-text-responsive-content: white;

  /* Topicos */
  --bg-topics: #dcc2a4;
  --bg-topics-card: white;
  --color-topics-icon: #c29563;
  --color-topics-text: #555555;
  --color-topics-description: #666666;

  /* Categorias */
  --bg-categories: white;
  --color-categories: white;
  --shadow-categories-text: 2px 2px 4px rgba(0, 0, 0, 0.5);
  --bg-categories-hover: rgba(0, 0, 0, 0.6);

  /* Destaques */
  --bg-highlights: white;
  --color-highlights-title: #c29563;
  --color-highlight-name: #c29563;
  --color-highlight-description: #666666;
  --color-old-price: rgb(204, 66, 66);
  --color-price: #313131;

  /* Blog */
  --bg-blog: white;
  --color-blog-title: black;
  --color-blog-item-name: #004e91;
  --color-blog-item-description: #858585;
 
  /* Logos */
  --bg-logos: #3c3c3c;
  --color-logos-title: white;
  --color-logos-nav-button: #ffffff;
  --color-logos-nav-button-hover: white;

  /* Banners */
  --bg-banners: white;
  --color-banners-title: black;

  /* Seção de localização */
  --bg-location: #efefef;
  --bg-card-map: white;
  --color-title-location: c29563;
  --color-address-text-location: #313131;

  /* Footer */
  --bg-footer-top: #c29563;
  --bg-footer-top-text: white;
  --bg-footer-top-link: black;
  --color-footer-top-link: white;
  --bg-footer-down: #fffcf8;
  --color-titles-footer: #c29563;
  --color-texts-footer: #000000;
  --color-socials-footer: #c29563;
  --color-hover-links-footer: #000000;
  --color-text-copyright: #000000;

  /* Gerais */
  --color-whatsapp: rgb(30, 145, 30);
  --border-primary: #d9e0eb;
  --shadow-default: 0px 6px 15px 0px #79797961;
  --bg-overlay: rgba(0, 0, 0, 0.45);
}

.notFounded {
  padding: 64px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.notFounded strong {
  color: var(--color-primary);
  font-size: 20px;
}

.flex-row {
  display: flex;
  align-items: center;
}

/* =========================================================
   IESDC - HISTÓRICO INSTITUCIONAL
   ========================================================= */

.iesdc-historia {
    width: 100%;
    background: #f7f9fc;
    padding: 80px 0 100px;
    color: #1d2433;
}

.iesdc-container {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
}


/* =========================================================
   CABEÇALHO
   ========================================================= */

.iesdc-header {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.iesdc-label,
.iesdc-card-label {
    display: inline-block;
    color: #153b8f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.iesdc-header h1 {
    margin: 0 0 15px;
    color: #0c286b;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
}

.iesdc-header p {
    margin: 0;
    color: #667085;
    font-size: 18px;
    line-height: 1.7;
}


/* =========================================================
   INTRODUÇÃO
   ========================================================= */

.iesdc-intro {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 30px;
    align-items: start;

    background: #ffffff;
    padding: 40px;
    margin-bottom: 55px;

    border-radius: 16px;
    border: 1px solid #e6eaf1;
    box-shadow: 0 12px 35px rgba(18, 43, 89, 0.07);
}

.iesdc-intro-icon {
    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #0d2e82;
    color: #ffffff;

    font-size: 20px;
    font-weight: 800;
}

.iesdc-intro h2 {
    margin: 0 0 15px;
    color: #172554;
    font-size: 28px;
}

.iesdc-intro p {
    margin: 0 0 12px;
    color: #596579;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   TIMELINE
   ========================================================= */

.iesdc-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 70px;
}


/* linha vertical */

.iesdc-timeline::before {
    content: "";
    position: absolute;

    top: 20px;
    bottom: 20px;
    left: 48px;

    width: 2px;

    background: #d8e0ef;
}


/* =========================================================
   CARD
   ========================================================= */

.iesdc-card {
    position: relative;

    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 25px;

    background: #ffffff;

    border: 1px solid #e5e9f0;
    border-radius: 16px;

    padding: 30px;

    box-shadow: 0 8px 25px rgba(18, 43, 89, 0.05);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.iesdc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(18, 43, 89, 0.11);
}


/* =========================================================
   ANO
   ========================================================= */

.iesdc-card-year {
    position: relative;
    z-index: 2;

    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #0d2e82;
    color: #ffffff;

    border-radius: 50%;

    font-size: 16px;
    font-weight: 800;

    box-shadow: 0 0 0 8px #f7f9fc;
}


/* =========================================================
   CONTEÚDO CARD
   ========================================================= */

.iesdc-card-content {
    min-width: 0;
}

.iesdc-card-content h2 {
    margin: 0 0 15px;

    color: #172554;

    font-size: 25px;
    line-height: 1.25;
    font-weight: 800;
}

.iesdc-card-content p {
    margin: 0 0 13px;

    color: #596579;

    font-size: 15px;
    line-height: 1.75;
}

.iesdc-card-content strong {
    color: #263b68;
}


/* =========================================================
   LOCALIZAÇÃO
   ========================================================= */

.iesdc-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: 8px;
    padding: 10px 14px;

    background: #f3f6fb;
    border-radius: 8px;

    color: #536176;
    font-size: 13px;
}


/* =========================================================
   TAGS DE CURSOS
   ========================================================= */

.iesdc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin: 18px 0;
}

.iesdc-tags span {
    display: inline-flex;

    padding: 8px 13px;

    background: #edf3ff;
    color: #173b87;

    border-radius: 50px;

    font-size: 13px;
    font-weight: 700;
}


/* =========================================================
   CARD DESTAQUE IESDC
   ========================================================= */

.iesdc-card-highlight {
    background: linear-gradient(
        135deg,
        #0d2e82 0%,
        #173f9b 100%
    );

    border: none;
}

.iesdc-card-highlight .iesdc-card-year {
    background: #ffffff;
    color: #0d2e82;
}

.iesdc-card-highlight .iesdc-card-label {
    color: #b9cdfc;
}

.iesdc-card-highlight h2 {
    color: #ffffff;
}

.iesdc-card-highlight p {
    color: #e5ebfa;
}

.iesdc-card-highlight strong {
    color: #ffffff;
}


/* =========================================================
   IDENTIDADE
   ========================================================= */

.iesdc-feature {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 30px;

    padding: 50px;
    margin-bottom: 60px;

    background: #ffffff;

    border-radius: 18px;

    box-shadow: 0 12px 35px rgba(18, 43, 89, 0.07);
}

.iesdc-feature-number {
    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background: #edf3ff;
    color: #0d2e82;

    font-size: 20px;
    font-weight: 800;
}

.iesdc-feature h2 {
    margin: 0 0 18px;

    color: #172554;
    font-size: 30px;
}

.iesdc-feature p {
    margin: 0 0 14px;

    color: #596579;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   COMPROMISSO COM O FUTURO
   ========================================================= */

.iesdc-futuro {
    padding: 55px;

    background: #0b2466;

    border-radius: 20px;

    color: #ffffff;
}

.iesdc-futuro-header {
    max-width: 700px;
    margin-bottom: 40px;
}

.iesdc-futuro-header .iesdc-card-label {
    color: #a9c2ff;
}

.iesdc-futuro-header h2 {
    margin: 0 0 12px;

    font-size: 32px;
    color: #ffffff;
}

.iesdc-futuro-header p {
    margin: 0;

    color: #cbd7f0;
    font-size: 16px;
}


/* =========================================================
   MINI CARDS
   ========================================================= */

.iesdc-futuro-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.iesdc-mini-card {
    padding: 25px;

    background: rgba(255,255,255,0.08);

    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
}

.iesdc-mini-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    background: #ffffff;
    color: #0d2e82;

    border-radius: 10px;

    font-size: 12px;
    font-weight: 800;
}

.iesdc-mini-card h3 {
    margin: 0 0 10px;

    color: #ffffff;
    font-size: 17px;
}

.iesdc-mini-card p {
    margin: 0;

    color: #c8d3e9;
    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
   TEXTO FINAL
   ========================================================= */

.iesdc-final {
    margin-top: 45px;
    padding-top: 35px;

    border-top: 1px solid rgba(255,255,255,0.15);
}

.iesdc-final p {
    max-width: 900px;

    margin: 0 0 15px;

    color: #d6dfef;
    font-size: 15px;
    line-height: 1.8;
}

.iesdc-final strong {
    display: block;
    margin-top: 25px;

    color: #ffffff;
    font-size: 16px;
}

.iesdc-final span {
    display: block;
    margin-top: 3px;

    color: #aebedb;
    font-size: 13px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .iesdc-futuro-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .iesdc-historia {
        padding: 50px 0 70px;
    }

    .iesdc-container {
        width: 92%;
    }

    .iesdc-header {
        margin-bottom: 35px;
    }

    .iesdc-header h1 {
        font-size: 30px;
    }

    .iesdc-header p {
        font-size: 15px;
    }


    /* INTRO */

    .iesdc-intro {
        grid-template-columns: 1fr;
        padding: 25px;
        gap: 20px;
    }

    .iesdc-intro-icon {
        width: 55px;
        height: 55px;
        font-size: 15px;
    }

    .iesdc-intro h2 {
        font-size: 23px;
    }


    /* TIMELINE */

    .iesdc-timeline::before {
        display: none;
    }

    .iesdc-card {
        grid-template-columns: 1fr;
        padding: 25px;
        gap: 20px;
    }

    .iesdc-card-year {
        width: 58px;
        height: 58px;
        box-shadow: none;
    }

    .iesdc-card-content h2 {
        font-size: 21px;
    }


    /* IDENTIDADE */

    .iesdc-feature {
        grid-template-columns: 1fr;
        padding: 30px 25px;
        gap: 20px;
    }

    .iesdc-feature h2 {
        font-size: 25px;
    }


    /* FUTURO */

    .iesdc-futuro {
        padding: 35px 25px;
    }

    .iesdc-futuro-header h2 {
        font-size: 27px;
    }

    .iesdc-futuro-grid {
        grid-template-columns: 1fr;
    }

}