/*****************************
SITE: JAME SOUZA
DATA: 25/07/2024
DESIGN: JAME SOUZA
DESENVOLVIDO POR: JAME SOUZA
*****************************/

/*Geral*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

*{margin:0; padding:0;}
img a{border:0;}
a img{border:0;}
a {text-decoration: none !important;  cursor: pointer; outline: none;}

h1, h2, h3, h4, h5 ,h6{letter-spacing: 1px;}

h1{font-size: 1.6em; margin: .67em 0 }
h2{font-size: 1.5em; margin: .75em 0 }
h3{font-size: 1.17em; margin: .83em 0 }
h4{font-size: 1em; margin: .73em 0 }
h5{font-size: .83em; margin: 1.5em 0 }
h6{font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,h5, h6{font-weight: bolder }

.clear{clear: both;}

body {margin: 0; font-family: "Open Sans", sans-serif;}

.top-bar{width: 100%; height: 20px; background-color: #024BA3; top: 0px; left: 0px; z-index: 99;}
header{width: 100%; position: fixed; top: 20px; left: 0px; z-index: 999;}
header .menu-button, .mlogo{display: none;}
header .menu.menu-2 {background: #131A2D;}
header .menu.menu-2 {width: 100%; height: 115px; background: #fff; box-shadow: 0px 0px 20px -10px; display: flex; flex-wrap: wrap; -webkit-align-items: center; align-items: center; justify-content: center; -webkit-justify-content: center; flex-direction: row;  -webkit-flex-direction: row; align-content: center;}
header .menu.menu-2 .link-menu {color: #000;}
header .menu.menu-2 .link-menu {margin: 0 10px;  font-weight: bold; font-size: 1.2rem; letter-spacing: 1px; text-transform: uppercase; display: flex; flex-wrap: wrap; -webkit-align-items: center; align-items: center; justify-content: center; -webkit-justify-content: center; flex-direction: column; -webkit-flex-direction: column; align-content: center; transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s;}
header .menu.menu-2 .link-menu img {width: 200px;}
header .menu.menu-2 .logo{margin-right: 212px;}
header .menu.menu-2 .link-menu:hover{background: -webkit-linear-gradient(270deg, rgb(2 70 152) 0%, rgb(2 73 158) 50%, rgba(62, 64, 149, 1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}

header .menu.menu-2 .social-menu { margin-left: 30px; display: flex; flex-wrap: wrap; -webkit-align-items: center; align-items: center; justify-content: center; -webkit-justify-content: center; flex-direction: row; -webkit-flex-direction: row; align-content: center;}
header .menu.menu-2 .social-menu li {margin-right: 20px; width: 20px; height: 20px; padding: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: -webkit-linear-gradient(270deg, rgb(2 70 152) 0%, rgb(2 73 158) 50%, rgba(62, 64, 149, 1) 100%);}
header .menu.menu-2 .social-menu .zap {background: #fff !important;}
header .menu.menu-2 .social-menu a .zap i {color:#009879;  font-size: 40px; padding: 0px;}
header .menu.menu-2 .social-menu a li i {width: 20px; height: 20px; font-size: 25px; color: #fff; display: flex; flex-wrap: wrap; -webkit-align-items: center; align-items: center; justify-content: center; -webkit-justify-content: center; flex-direction: column; -webkit-flex-direction: column; align-content: center;}
header .menu.menu-2 .social-menu li:hover{opacity:.5;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s}

.social-menu-2 { display: flex; flex-wrap: wrap; -webkit-align-items: center; align-items: center; justify-content: center; -webkit-justify-content: center; flex-direction: row; -webkit-flex-direction: row; align-content: center;}
.social-menu-2 li {margin: 0 10px; width: 20px; height: 20px; padding: 10px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; background: rgb(2, 75, 163);}
.social-menu-2 li a i {width: 20px; height: 20px; font-size: 18px; color: #fff; display: flex; flex-wrap: wrap; -webkit-align-items: center; align-items: center; justify-content: center; -webkit-justify-content: center; flex-direction: column; -webkit-flex-direction: column; align-content: center;}
.social-menu-2 li:hover{opacity:.5;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s}

/*SLIDER*/
.swiper-container {width: 100%;height: 100vh; /* Ajuste a altura conforme necessário */overflow-x: hidden;}
.swiper-slide {position: relative; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; height: 100%; overflow: hidden;}
.swiper-slide img {width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0;}
.swiper-slide .content {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; color: #fff; text-align: center; padding: 20px; width: 70%; }
.swiper-slide .content .title {font-size: 7em; font-weight: bold; opacity: 0; transform: translateY(20px); transition: all 0.5s ease; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);}
.swiper-slide .content .subtitle {font-size: 2.5em; margin-top: 10px; padding: 10px; border: 1px solid #024ba3b8; background: #024ba3b8; border-radius: 5px; display: inline-block; opacity: 0; transform: translateY(20px); transition: all 0.5s ease;}
.swiper-slide-active .content .title, .swiper-slide-active .content .subtitle {opacity: 1; transform: translateY(0);}

/*HOME*/
.home-contato{margin: 50px auto; max-width: 1300px;}
.home-contato .capa{width: 617px; float: left;}
.home-contato .capa img{width: 100%; float: left;}
.home-contato .info{width: 617px; float: right; margin-top:40px;}
.home-contato .info p{margin-top: 32px; font-weight: 500; color: #024BA3; text-align: center; font-size: 1.5rem; line-height: 1.2;}
.home-contato .info .btn{font-size: 0.9rem; font-weight: bold; color: #fff; letter-spacing: 3px; display: flex; flex-wrap: wrap; -webkit-align-items: center; align-items: center; justify-content: center; -webkit-justify-content: center; flex-direction: row; -webkit-flex-direction: row; align-content: center; margin: 32px auto; width: 200px; height: 44px; -webkit-border-radius: 0px 20px 0px 20px; -moz-border-radius: 0px 20px 0px 20px; border-radius: 0px 20px 0px 20px; background: -webkit-linear-gradient(270deg, rgb(2 70 152) 0%, rgb(2 73 158) 50%, rgba(62, 64, 149, 1) 100%); text-transform: uppercase;}
.home-contato .info .logo{margin: 0 auto; float: none; width: 289px;}

.home-exames{background: #f4f4f4 url("../images/bg-min.png"); padding: 50px 0px !important; top:-70px; position: relative;}
.home-exames .conteudo{max-width: 1200px; float: none; margin: 0 auto; padding: 20px 0 0 0; background-color: #02499f; padding-bottom: 32px;}
.home-exames .conteudo h2{color: #fff; text-align: center; text-transform: uppercase; margin-bottom: 10px; font-size: 1.6rem;}
.home-exames .conteudo p{color: #fff; text-align: center; text-transform: uppercase; font-weight: bold; margin-bottom: 32px;}
.home-exames .conteudo .btnmais{width: 246px; padding: 10px 0; margin: 0 auto; float: none; font-weight: bold; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background-color: #fff; color: #3B4693; text-transform: uppercase; display: flex; flex-wrap: wrap; -webkit-align-items: center; align-items: center; justify-content: center; -webkit-justify-content: center; flex-direction: row; -webkit-flex-direction: row; align-content: center;}
.home-exames .conteudo .exames{max-width: 1100px; padding: 20px; background-color: #0000001f; margin: 0 auto; margin-bottom: 32px;}
.home-exames .conteudo .exames ul{}
.home-exames .conteudo .exames ul li{float: left; width: calc(25% - 1px); margin-bottom: 32px;}
.home-exames .conteudo .exames ul li span{padding: 0.5rem 1.8rem;  float: none; margin:  0 auto; display: table;}
.home-exames .conteudo .exames ul li span i{border-color:#333333;border-width:1px;background-color:#ffffff;height:60px;width:60px;line-height:60px;border-radius:100%;color:#02499F;font-size:21px;text-align: center;}
.home-exames .conteudo .exames ul li.bd5{border-left: 1px #6EC1E4 solid;}
.home-exames .conteudo .exames ul li img{margin: 0 auto; float: none; display: flex; width: 26%;}
.home-exames .conteudo .exames ul li h3{text-align: center; color: #fff; font-size: 0.8em;}

.home-clientes{background: url(../images/bg-cliente.jpg) fixed top right no-repeat; padding: 90px 0 150px 0;     background-size: cover;}
.home-clientes .conteudo{max-width: 1200px; float: none; margin: 0 auto;}
.home-clientes .conteudo h2{font-size: 1.6rem; margin-top: 0px; margin-bottom: 10px; color: #FFFFFF; text-align: center;}
.home-clientes .conteudo h4{font-size: 1.0rem; font-weight: 300; text-transform: uppercase; margin-top: 0px; color: #FFFFFF; text-align: center;}
.home-clientes .conteudo p{font-size: 1.0rem; padding-bottom: 32px;}
.home-clientes .conteudo .btnresultado{width: 186px; padding: 10px 0; float: left; letter-spacing: 3px; font-size:  0.7rem; font-weight: bold; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background-color: #024BA3; color: #fff; text-transform: uppercase; display: flex; flex-wrap: wrap; -webkit-align-items: center; align-items: center; justify-content: center; -webkit-justify-content: center; flex-direction: row; -webkit-flex-direction: row; align-content: center;}
.home-clientes .conteudo .btnagendar{width: 186px; padding: 10px 0; margin-left: 40px; float: left;  letter-spacing: 3px; font-size:  0.7rem; font-weight: bold; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background-color: #48BFB2; color: #fff; text-transform: uppercase; display: flex; flex-wrap: wrap; -webkit-align-items: center; align-items: center; justify-content: center; -webkit-justify-content: center; flex-direction: row; -webkit-flex-direction: row; align-content: center;}
.home-clientes .cliente-conteudo{max-width: 1200px; margin: 0 auto; float: none; padding-top: 40px}
.lista-cliente img{box-shadow: 0px 0px 18px -10px; width: calc(100% - 4px) !important;}
.owl-nav{float: none; margin: 30px auto !important; width: 52px;}
.owl-nav .owl-prev{margin-right: 10px !important;}
.owl-nav .owl-prev i{color: #fff}
.owl-nav .owl-next{margin-left: 10px !important;}
.owl-nav .owl-next i{color: #fff;}

.home-infovalores{margin: 0px auto 50px auto; max-width: 1292px; padding: 32px 26px; top:-70px; position: relative;  background-color: #02499F;}
.home-infovalores h2{color: #fff; text-align: center; text-transform: uppercase; margin-bottom: 10px; font-size: 1.6rem;}
.home-infovalores ul{margin-top: 32px; margin-bottom: 32px;}
.home-infovalores ul li{float: left; width: calc(33.33333333333333% - 6.5%); padding: 0 3% 32px 3%;}
.home-infovalores ul li.linha{border-left: 0.2em solid #fff; width: calc(33.33333333333333% - 6.5%)}
.home-infovalores ul li h2{color: #fff; font-size: 1.0rem; text-align: center; margin-top: 0px;}
.home-infovalores ul li p{color: #fff; text-align: justify; font-size: 1.0rem;}
.home-infovalores ul li span{padding: 0.5rem 1.8rem;  float: none; margin:  0 auto; display: table;}
.home-infovalores ul li span img{width:60px;}
.home-infovalores ul li span i{border-color:#333333;border-width:1px;background-color:#ffffff;height:60px;width:60px;line-height:60px;border-radius:100%;color:#02499F;font-size:21px;text-align: center;}
.home-infovalores .btnmais{width: 246px; padding: 10px 0; margin: 0 auto; float: none; letter-spacing: 3px; font-size:  0.7rem;  font-weight: bold; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background-color: #fff; color: #02499F; text-transform: uppercase; display: flex; flex-wrap: wrap; -webkit-align-items: center; align-items: center; justify-content: center; -webkit-justify-content: center; flex-direction: row; -webkit-flex-direction: row; align-content: center;}
.home-infovalores .btnmais:hover{background-color:#ffffffc7;}
.rodape{margin: 0 auto; max-width: 1344px; float: none; top:-30px; position: relative;}
.rodape .borda{margin: 0 auto 42px auto; width: 100%; height: 2px; background-color: #4E5255; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.rodape .conteudo{max-width: 1344px; margin: 0 auto;}
.rodape .conteudo ul{}
.rodape .conteudo ul li{float: left;}
.rodape .conteudo ul li.logo{max-width: 190px;padding-top: 24px;position: relative;}
.rodape .conteudo ul li.logo img{width: 100%}
.rodape .conteudo ul li.info{max-width: 400px; left: 100px; position: relative; padding-top: 15px;}
.rodape .conteudo ul li.info ul{}
.rodape .conteudo ul li.info ul li{display: table; float: inherit; color: #024BA3; font-size: 0.7em; line-height: 1.0; text-align: left; padding-bottom: 10px;}
.rodape .conteudo ul li.info ul li a{color: #024BA3;}
.rodape .conteudo ul li.info ul li i{color: #000; font-size: 20px;}
.rodape .conteudo ul li.info ul li i.end1{margin-left:4px;}
.rodape .conteudo ul li.info ul li i.end2{margin-left:2px;}
.rodape .conteudo ul li.maps{margin-left: 32px; width: 630px; float: right;}
.rodape .conteudo ul li.maps iframe{width: 100%;}
.assinatura{width: 100%; padding: 30px 0px 10px 0px; text-align: center; font-size: 0.8rem;}
.assinatura a{color: #000; text-decoration:  none;}

/*EMPRESA*/
.pagina_empresa{max-width:1200px; margin:20px auto; padding:140px 0px 80px 0px; clear:both; }
.pagina_empresa h2{text-align: center !important; color: #024BA3;  font-size: 1.6rem; margin-bottom: 10px;}
.pagina_empresa h2.quebra{margin-top:50px;}
.pagina_empresa p{text-align: justify; margin-bottom:10px;}
.pagina_empresa img{float: left; width: 40%; margin-right: 20px; margin-top: 8px; margin-bottom: 10px;}

/*INFORMACOES*/
.pagina_informacoes{max-width:1200px; margin:20px auto; padding:140px 0px 80px 0px; clear:both; }
.pagina_informacoes h2{text-align: center !important; color: #024BA3;  font-size: 1.6rem; margin-bottom: 10px;}
.pagina_informacoes h3{margin-top:50px; font-size:1.2rem; text-align: center;}
.pagina_informacoes h3 a{color: #024BA3;}
.pagina_informacoes p.title{text-align: justify; margin-bottom:10px;font-size:0.9rem; font-weight: bold;}
.pagina_informacoes p.info{text-align: justify; margin-bottom:10px; font-size:0.8rem;}
.pagina_informacoes .container{max-width: 1200px; min-width: 300px; margin: 0 auto; float: none;}
.pagina_informacoes .wrapper{background-color: #ffffff; margin-bottom: 20px; padding: 15px 40px; border-radius: 5px; box-shadow: 0 15px 25px rgba(0,0,50,0.2);}
.pagina_informacoes .toggle, .pagina_informacoes .content{}
.pagina_informacoes .toggle{ width: 100%; background-color: transparent; display: flex; align-items: center; justify-content: space-between; font-size: 16px; color: #111130; font-weight: bold; border: none; outline: none; cursor: pointer; padding: 15px 0; text-align: left;}
.pagina_informacoes .content{position: relative; font-size: 14px; text-align: justify; line-height: 30px; height: 0; overflow: hidden; transition: all 1s;}

/*CONTATO*/
.pagina_contato{max-width:1200px; margin:50px auto; padding:100px 0px 20px 0px; clear:both;}
.pagina_contato h2{text-align: center !important; color: #024BA3; font-size: 1.6rem; margin-bottom: 10px;}
.pagina_contato .form_conteudo{width:750px; float:left;}
.formulario{width:60%;}
.formulario span{font-size: 1em; color: #000; font-weight: 600;}
.formulario-nome{margin:20px 0px 20px 0px; min-width:56%; font-size: 18px;}
.formulario-camponome{min-width:98%; border:0px;  font-size: 16px; background: #f9f9f9; border-bottom: 1px solid #024BA3;}
.formulario-tel{margin:20px 0px 20px 0px; min-width:56 %;  font-size: 18px;}
.formulario-campotel{min-width:98%; border:0px;  font-size: 16px; background:#d1d6e6;}
.formulario-ass{margin:20px 0px 20px 0px; min-width:56 %;  font-size: 18px;}
.formulario-campoass{min-width:98%; border:0px;  font-size: 16px; background:#d1d6e6;}
.formulario-msg{margin:20px 0px 10px 0px; min-width:58%;  font-size: 18px;  text-align:left;}
.formulario-campomsg{min-width:98%; height:200px;  font-size: 16px; border:0px; background: #f9f9f9; border-bottom: 1px solid #024BA3;}
.btn-contato{width: 100%; padding: 14px; margin: 10px 0 30px 0; border: none; background: #024BA3; color: #fff; font-weight: 900; text-align: center; font-size: 0.8em; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; display: block;}
.btn-contato:hover{background:#024BA3; color:#fff;}
input,textarea{color: #000; padding:1%;}

.success{padding: 10px;
    width: calc(100% - 24px);
    background: #71ca73 ;
    border-radius: 10px;
    border: 2px solid #008000;
    color: #fff;
    font-weight: 500;}
    
.message{padding: 10px;
    width: calc(100% - 24px);
    background: #ffafaf  ;
    border-radius: 10px;
    border: 2px solid #ff0000;
    color: #fff;
    font-weight: 500;}

.pagina_contato_sidebar{width:430px; margin-left:20px; float:right; color:#1a3281;}
.pagina_contato_sidebar .endereco{margin-bottom:20px;}
.pagina_contato_sidebar .endereco h3{color:#000; font-size:1em; margin-bottom:0px;}
.pagina_contato_sidebar .endereco p{color:#000; text-align:justify}
.pagina_contato_sidebar .telefone{margin-bottom:20px;}
.pagina_contato_sidebar .telefone h3{color:#000;font-size:1em;}
.pagina_contato_sidebar .telefone p{color:#000; text-align:justify}


/*  Responsive code  */
@media (max-width:1499px){
    header .menu.menu-2 .link-menu{font-size: 1.0rem; margin: 0 10px;}
    header .menu.menu-2 .resultado-menu li span{font-size: 1.0rem;}
    header .menu.menu-2 .resultado-menu li{width: 145px; margin-right: 0px;}
    header .menu.menu-2 .resultado-menu li span{margin-top: 3px;}
    header .menu.menu-2 .logo {margin-right: 100px !important;}

    .home-contato .capa{width: 46%; margin: 0 2%;}
    .home-contato .info{width: 46%; margin: 65px 2% 0 2%;}

}

@media (max-width:1300px){
    header .menu.menu-2 .link-menu, header .menu.menu-2 .resultado-menu, header .menu.menu-2 .social-menu{display: none;}
    header .menu-button{display: grid; z-index: 2;}
    .mlogo{display: grid; margin-right: 50px; width: 200px;}   
}

@media (max-width:1199px){    
    .home-exames .conteudo .exames ul li{width: calc(50% - 1px);}
    .home-exames .conteudo .exames ul li.bd5{border-left:none;}
    .home-exames .conteudo .exames ul li.bd3{border-left: 1px #6EC1E4 solid !important;} 

    .home-clientes  .conteudo{padding: 0 2%; width: 96%;}

    .rodape .conteudo ul li.logo{margin-left: 5%; float: left;}
    .rodape .conteudo ul li.info{padding-top: 40px; float: right; left: -5%;}
    .rodape .conteudo ul li.maps{margin: 32px 5%; width: 90%;} 

    /*EMPRESA*/
    .pagina_empresa{width: 94%; margin: 0 3%;}
    .pagina_empresa img {float: left; width: 100%; margin-right: 20px; margin-top: 8px; margin-bottom: 10px;}

    /*INFORMACOES*/
    .pagina_informacoes{width: 94%; margin: 0 3%;}

    /*CONTATO*/
    .pagina_contato{width: calc(100% - 10px); padding: 100px 0px 20px 0px;}
    .pagina_contato h2{margin-left:3%;}
    .pagina_contato .form_conteudo{width:94% !important; margin:0px 3%; padding-bottom: 50px;}
    /*.pagina_contato_sidebar{width:94%; margin:0px 3%;}*/
    .pagina_contato_sidebar{width: 94%; margin: 0 auto; color: #1a3281;float: none;}
    .btn-contato{width: 100%; font-size: 1.2em;}
}

@media (max-width:980px){
    .mlogo{display: grid; margin-left: 50px; width: 200px;} 
    .mlogo img{width: 100%;}   
    .home-infovalores{top:0px !important; margin-top: 0px !important;}
    .home-infovalores ul li{width: 90% !important; margin: 0 5% 32px 5% !important; top:0px !important;}
    .home-infovalores ul li.linha{border:0px !important; width: 90% !important; margin: 0 5% 32px 5% !important;}  

    .home-contato .info{margin-top:0px;}
    .home-contato .info p{font-size: 1.4rem; margin-top:5px;}

    .home-clientes {padding: 106px 0 120px 0; background-size: cover; }
    .home-clientes .conteudo{width: 90%; padding: 0 5%;}

    .home-exames{padding: 0% !important; top: -10px;}
    .home-exames .conteudo{padding: 5% !important;}


    .home-clientes{padding: 40px 0;     background-size: cover;}
    .home-clientes .conteudo h2{margin-top:0;}

    .home-infovalores{top:-1px;}

    .rodape{top: 0px;}
}

@media (max-width:800px){
    .home-contato .info p{font-size: 1.8rem;}
    .home-contato .capa, .home-contato .info{width: 90%; margin: 0 5%;}
    .home-contato .capa img{width: 100%;}
    .home-contato .info{width: 90%; margin: 0 5%; padding-top: 30px;}

    .home-exames .conteudo .exames ul li{width: 90%; margin: 0 5%; padding: 32px 0px;}
    .home-exames .conteudo .exames ul li.bd3{border-left:none !important;}
    .home-exames .conteudo .exames ul li.bd1{border-bottom: 1px #6EC1E4 solid !important;}
    .home-exames .conteudo .exames ul li img{width: 15%;}

    .rodape .borda{margin-top: 40px;}
    .rodape .conteudo ul li.logo{margin: 0 auto; float: none;}
    .rodape .conteudo ul li.info{margin: 0 auto; float: none; width: 250px; left:0px;}
}

@media (max-width: 768px) {
    .swiper-slide .content .title {font-size: 3em;}
    .swiper-slide .content .subtitle {font-size: 1.2em; padding: 8px;}
}

@media (max-width:600px){
    .mlogo{display: grid; margin-left: 10px; width: 150px;}
    .home-contato .info p{font-size: 1.0rem;}
    .home-clientes .conteudo .btnresultado,.home-clientes .conteudo .btnagendar{margin: 5%; width: 90%;}
    .home-exames .conteudo .exames ul li img{width: 25%;}

    .assinatura{width: 94%; margin: 0 3%;}
}

@media (max-width:480px){
    .home-contato .info .logo{width: 90%; margin: auto 5%;}
    .home-contato .info .logo img{width: 100%;}

    .mlogo{position: relative;  width: 150px;} 

    header .menu-button {
        display: grid;
        z-index: 2;
        float: right !important;
        position: relative;
       
    }

    .swiper-slide .content .title {font-size: 1.9em;}
    .swiper-slide .content .subtitle {font-size: 1em; padding: 6px;}
}



/* Estilos do botão do WhatsApp - VERSÃO SIMPLIFICADA */
        .whatsapp-float {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 1000;
        }
        
        .whatsapp-button {
            width: 70px;
            height: 70px;
            background-color: #25D366;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        
        .whatsapp-button:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
            animation: none;
        }
        
        .whatsapp-button i {
            color: white;
            font-size: 36px;
        }
        
        /* Responsividade */
        @media (max-width: 768px) {
            .whatsapp-float {
                bottom: 20px;
                right: 20px;
            }
            
            .whatsapp-button {
                width: 65px;
                height: 65px;
            }
            
            .whatsapp-button i {
                font-size: 32px;
            }
        }
        
        @media (max-width: 480px) {
            .container {
                padding: 20px;
            }
        }
