@font-face {
	font-family: 'Futura';
	src: url('fonts/Futura Md BT Bold.ttf') format(truetype);
}

.font-futura {
	font-family: Futura !important;
}

.sf-menu > li > a, .sf-vertical > li > a {
    color: #8b8b8b !important;
}

.logo-co {
	height: 90px;
    width: auto !important;
    max-width: none;
}

.mediz-body .mediz-main-menu-right-button {
    border-color: #19678e;
}

.mediz-body .mediz-main-menu-right-button {
    background-color: #19678e;
}

.mediz-body .mediz-main-menu-right-button {
    /*border-color: #fff !important;*/
    
}

.mediz-main-menu-right-button.mediz-style-round {
    padding: 3px 14px 3px !important;
}

.mediz-main-menu-right-button {
    margin-left: 15px;
}

.mediz-main-menu-right-button.mediz-style-round {
    margin-top: -5px !important;
}

.new-btn {
	font-size: 12px;
	text-transform: capitalize;
}

.download-guia {
	background-color: #fff!important;
	border-color: #8b8b8b !important;
	color: #8b8b8b !important;
}

.mediz-main-menu-right-button {
    float: left;
    padding: 8px 15px;  
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
}

.section {
    padding-left: 15px;
    padding-right: 15px;
}

.desk-margem {
	max-width: 1260px;
}


.bg-titulo {
    font-size: 145px;
    margin: 0px 5rem;
    font-weight: 600;
    color: #dedede;
    margin-top: -54px;

    margin-right: auto; margin-left: auto;     max-width: 1240px;
}

.contador {
  background-image: linear-gradient(to right, #245b81 , #297f95);
  max-width: none !important;
}

.btn-wpp {
	color: #fff;
    background-color: #39804A !important;
    border-color: #39804A;
}

/* Footer */

.mediz-footer-wrapper .widget:last-child {
    margin-bottom: 0px;
    font-size: 13px;
}

#social .fa {
    /* float: left; */
    /* margin: 14px 14px 14px 0; */
    border: 2px solid #ddd;
    padding: 8px 10px 8px 10px;
    border-radius: 100%;
    cursor: pointer;

}

.h-64 {
	height: 64px;
}

.h-76 {
    height: 76px;
}

	/* Cadastro convenios */

	.wpcf7 .wpcf7-form-control .wpcf7-list-item {
    display: inline !important;
    margin-bottom: 5px;
    padding: 0 15px 0 15px !important;
    /* width: 100px; */
}

.wpcf7-list-item-label {
	padding: 0 10px 0 0;
}




/* Responsivo tamanho maximo 425px / Todos os tamanhos de 425px para baixo */

@media (max-width: 425px) { 
	.chamada_slide {
		white-space: normal !important; 
		text-align: left !important;
		width: 325px !important;
		font-size: 45px !important;
		
	}

	.bg-titulo {
    font-size: 14vw;
    margin: 0px 6%;
    font-weight: 600;
    color: #dedede;
    margin-top: 10%;
    display: none;
	}

	.cta-title {
	font-size: 1.7rem !important;
	}

	#cta h3 {
	font-size: 1.5rem;
	}

	.mobile-pt-0 {
		padding-top: 0px !important;
	}

	.mobile-pt-4 {
		padding-top: 4rem !important;
	}

	.mobile-pb-0 {
		padding-bottom: 0px !important;
	}

	.mobile-pb-3 {
	padding-bottom: 3rem !important;
	}	

	.mobile-pb-4 {
	padding-bottom: 4rem !important;
	}


	.h-64{
		height: auto;

	}

	.h-76 {
    height: auto;
	}






}


@media only screen and (max-width: 767px) {
    .mediz-mobile-header .mediz-logo-inner {
        max-width: 190px !important;
    }

	#gdlr-core-wrapper-2.gdlr-core-pbf-wrapper {
	    padding-top: 10px !important;
	    padding-bottom: 10px !important;
	}



}


@media (min-width: 768px) and (max-width: 1024px) { 
	.chamada_slide {
		line-height: 85px !important; 
		font-size: 95px !important;
		white-space: normal !important; 		
		width: 650px !important;
	}



}


@media (min-width: 1025px) and (max-width: 2560px) { 
	.chamada_slide {
		line-height: 85px !important; 
		font-size: 94px !important;
		white-space: normal !important; 		
		width: 650px !important;
	}

	.font-futura {
	font-family: Futura !important;
	
	}



}

/* ===================================
   SLIDER CUSTOMIZADO RESPONSIVO
   =================================== */

.custom-slider-container {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    max-height: 800px;
    overflow: hidden;
}

.custom-slider {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
}

.slide-item {
    position: relative;
    min-width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slide-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 68, 158, 0.4);
    z-index: 2;
}

.slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slide-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    text-align: center;
}

.slide-content-inner {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.slide-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff important;
    margin-bottom: 20px;
    line-height: 1.2;
}

.slide-subtitle {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.6;
}

.btn-slide {
    display: inline-block;
    background: transparent;
    color: #ffffff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
}

.btn-slide:hover {
    background: #ffffff;
    color: #17449e;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Navegação do Slider */
.slider-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    backdrop-filter: blur(10px);
}

.slider-nav:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1);
}

.slider-nav.prev {
    left: 20px;
}

.slider-nav.next {
    right: 20px;
}

/* Indicadores do Slider */
.slider-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.slider-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.slider-indicator.active {
    background: #ffffff;
    transform: scale(1.2);
}

.slider-indicator:hover {
    background: rgba(255, 255, 255, 0.8);
}

/* ===================================
   RESPONSIVIDADE DO SLIDER
   =================================== */

/* Tablets (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .custom-slider-container {
        height: 70vh;
        min-height: 400px;
    }
    
    .slide-title {
        font-size: 2.8rem;
    }
    
    .slide-subtitle {
        font-size: 1.1rem;
    }
    
    .slide-content-inner {
        padding: 30px;
    }
    
    .slider-nav {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}

/* Mobile (até 767px) */
@media (max-width: 767px) {
    .custom-slider-container {
        height: 60vh;
        min-height: 350px;
    }
    
    .slide-content {
        padding: 0 15px;
    }
    
    .slide-content-inner {
        padding: 25px 20px;
        margin: 0 10px;
    }
    
    .slide-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .slide-subtitle {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    
    .btn-slide {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .slider-nav {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    .slider-nav.prev {
        left: 10px;
    }
    
    .slider-nav.next {
        right: 10px;
    }
    
    .slider-indicators {
        bottom: 20px;
    }
    
    .slider-indicator {
        width: 10px;
        height: 10px;
    }
}

/* Mobile pequeno (até 480px) */
@media (max-width: 480px) {
    .custom-slider-container {
        height: 50vh;
        min-height: 300px;
    }
    
    .slide-title {
        font-size: 1.6rem;
    }
    
    .slide-subtitle {
        font-size: 0.9rem;
    }
    
    .slide-content-inner {
        padding: 20px 15px;
    }
    
    .btn-slide {
        padding: 10px 20px;
        font-size: 12px;
    }
    
    .slider-nav {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
}

/* ===================================
   ANIMAÇÕES DO SLIDER
   =================================== */

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.slide-item.active {
    animation: fadeIn 0.5s ease-out;
}

/* ===================================
   MELHORIAS DE ACESSIBILIDADE
   =================================== */

.slider-nav:focus,
.slider-indicator:focus {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.slider-nav:focus:not(:focus-visible) {
    outline: none;
}

/* Suporte para preferências de movimento reduzido */
@media (prefers-reduced-motion: reduce) {
    .custom-slider {
        transition: none;
    }
    
    .slide-item.active {
        animation: none;
    }
    
    .btn-slide:hover {
        transform: none;
    }
    
    .slider-nav:hover {
        transform: translateY(-50%);
    }
}
