/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 14 2025 | 19:54:18 */
@import url("https://www.unimedfortaleza.com.br/resources/tipografia/tipografia-unimed.css");

/* Main project properties */
:root {
    --neutral-200: #f5f5f5;
    --primary-600: #00995d;
    --secondary-600: #b0d14b;
    --accent-600: #ef7925;
    --tertiary-700: #08484c;
    --dark-600: #1F1F1F;
    --dark-300: #56514D;

    --ff-regular: "unimed_sansregular";
    --ff-semibold: "unimed_sanssemibold";
    --ff-bold: "unimed_sansbold";
    --ff-black: "unimed_sansbold";

    --ff-serif-regular-itl: "unimed_slabitalic";
}

/* DEFAULT RESET */
/* Remove default margin and define scroll behavior*/
* {
    margin: 0;
}

/* Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
    box-sizing: border-box;
}
/* Typographic tweaks! Add accessible line-height | Improve text rendering */
body {
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    font-family: var(--ff-regular);
    color: var(--neutral-900);
    overflow-x: hidden;
    /* prevent AOS library overflow */
}

/* Improve media defaults */
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

/* Remove built-in form typography styles */
input,
button,
textarea,
select {
    font: inherit;
}

/*Avoid text overflows*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
    hyphens: none;
}

/* Reset titles inline space */
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
;    color: inherit;
}

html,
body {
    scroll-behavior: smooth;
    font-family: var(--ff-regular);
    background-color: var(--neutral-200);
    color: var(--dark-600);
}

 @media only screen and (max-width: 768px) {
    body {
        padding-top: 1px !important;
    }
}


/* HERO */
.hero{
    height: 80dvh;
    background: center/cover no-repeat url('https://www.unimedfortaleza.com.br/portaluploads/uploads/2025/06/hero-historico-de-saude.png');
}
.hero h1{
    font-family: var( --ff-semibold);
    color: var(--neutral-200);
    font-size: 3rem;
	margin-top:3rem;
}
.hero h1 span{
    font-family: var( --ff-semibold);
    color: var(--neutral-200);
    font-size: 3rem;
	font-weight: bold;
}
.hero-slider{
    background-color: var(--tertiary-700);
    height: 6px;
    display: flex;
    justify-content: center;
}
.slider{
    overflow-y: hidden;
    height: 50px;
    border-radius: 0 0 5px 5px;
    background-color: var(--tertiary-700);
    color: var(--neutral-200);
    display: flex;
    justify-content: center;

}
.slider-items{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 0 2rem;
  
}
.slider span{
    line-height: 50px;
    height: 50px; 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
 }
 
/* CONTATOS */
.info-card-item {
    max-width: 250px;
}

.info-card-item-header {
    min-height: 100px;
    padding: 1.5rem 1rem;
    border-radius: 0 0 1rem 1rem;
    text-transform: uppercase;
    text-wrap: balance;
    font-family: var(--ff-bold);
    background-color: var(--primary-200);
}

.info-card-item-desc {
    padding: 1rem 2rem;
}

/* VANTAGENS */
.vantagens-title h2{
    font-family: var( --ff-semibold) !important;
    color: var(--dark-300);
    font-size: 3rem;
}
.vantagens-title h2 strong{
    font-family: var( --ff-semibold) !important;
    color: var(--dark-600);
    font-size: 3rem;
}
.vantagens-texto{
    font-family: var( --ff-semibold);
    color: var(--dark-600);
    font-size: 2rem;
 	line-height: 1.2;
}

.vant-icon{
    display: block;
    min-width: 60px;
    padding: .75rem;
    border-radius: .5rem;
    background-color: var(--primary-600);
    position: relative;  
    z-index: 2;  
    box-shadow: -5px 5px var(--tertiary-700);
}

.aceitar{
    height: 80dvh;
    background: center/cover no-repeat url('https://www.unimedfortaleza.com.br/portaluploads/uploads/2025/06/historico-saude-dados.png');

}

.aceitar h1{
    font-family: var(--ff-semibold);
    color: var(--neutral-200);
   
}
.aceitar-texto{
    gap: 80px;
}

.aceitar-rodape{
    overflow-y: hidden;
    
    border-radius: 0 0 5px 5px;
    background-color: var(--tertiary-700);
    color: var(--neutral-200);  
    padding-left: 4rem;
    padding-right: 3rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.rodape-aceitar-dados{
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: start;
display: block;

}

.container-historico {
    flex-grow: 1; 
    
    padding: 15rem 7rem; 
}
.container-historico h2 {
	 color: var(--dark-600);
		  font-family: var( --ff-semibold) !important;
		 font-size: 3rem;
	font-weight:bold;
}
.container-historico h2 span{
	 color: var(--dark-300);
		  font-family: var( --ff-semibold) !important;
		 font-size: 3rem;
	font-weight:bold;
}

.text-muted-custom .lead { 
    color: var(--dark-300) ;
	 font-family: var( --ff-semibold) !important;
		 font-size: 1rem;
}

.custom-btn {
    background-color: var(--neutral-200); 
    border-color: var(--dark-600); 
    color: var(--dark-600); 
    padding: 12px 30px; 
    border-radius: 8px; 
    font-weight: 500; 
    transition: all 0.2s ease-in-out; 
}

.custom-btn:hover {
    background-color: var(--neutral-200); 
    border-color:  var(--dark-600);
    color: var(--tertiary-700);

}

@media (max-width: 768px) {
   
    .display-4 {
        font-size: 2.5rem; 
    }

    .lead {
        font-size: 1rem;
    }

    .custom-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    .d-flex.justify-content-center.gap-3 {
        flex-direction: column; 
        align-items: center; 
    }
}
@media (min-width: 700px) and (max-width: 768px), handheld and (orientation: portrait) {
    body {
        padding-top: 1px ;
    }
}
