
*{margin:0;padding:0;box-sizing:border-box;}

@font-face {font-family: 'Lufga';src: url('../font/Lufga_Regular.otf') format('opentype');font-weight: 400;font-style: normal;font-display: swap;}
@font-face {font-family: 'Lufga';src: url('../font/Lufga_Light.otf') format('opentype');font-weight: 300;font-style: normal;font-display: swap;}

html, body{width:100%;min-height:100%; }

body{font-family:'Poppins',sans-serif;background-image: url("../img/body.jpg");background-position: top center;background-size: cover;background-repeat: no-repeat;}

.top-header{position:absolute;top:60px;left:0;  width:100%;display:flex;justify-content:flex-end;align-items:center;gap:5px;padding:0 90px;z-index:999;}

/* Redes sociais */
.social-box{display: flex;justify-content: space-around;width: 174px; height: 51px; background-image: url('../img/fundo-rede.png');background-repeat: no-repeat;background-size: cover;}
.social-box img{width: 30px;}
.fab1, .fab2{display: flex;}

/* Portal + telefone */

.contact-box{ width: 373px; height: 51px;
background-image: url("../img/fundo-contato.png");
display:flex; background-repeat: no-repeat; background-size: cover;}
.portal{font-family: 'Lufga';color:#1d423f;font-weight:700;font-size:14px;line-height:15px;
padding:0px 18px;display:flex;justify-content:center;align-items:center;}
.phone{font-family: 'Lufga'; display:flex;align-items:center;gap:10px;padding-left:20px;
color:#1d423f;text-decoration:none;font-size:22px;font-weight:bold;}
.phone img{width: 30px}


/* Menu */

.menu-btn{background:none;border:none;width:48px;height:25px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;padding:0; margin-top: 5px; margin-left: 40px;}

.menu-btn span{display:block;width:100%;height:3px;background:#fff;border-radius:20px;}

.container{max-width: 1600px;}

input{display: block; width:450px;height:50px;border:none;margin-bottom:15px;padding-left:20px;font-size:18px;border-left:6px solid #15C5C8; outline: none;}
input:focus{border-left-color:#0fbdb7;}
.left{transform: translateY(45%);}
.left h1{font-family: 'Lufga'; font-weight: bold; max-width: 730px; color: #fff; padding-bottom: 20px; font-size: 55px;}
.left h2{font-family: 'Lufga'; font-weight: bold; color: #fff;}


.bottom{position:absolute;bottom:0px;left:80px;display:flex;gap:20px;z-index:10;}
.fundo-w{width: 80%;}
.realizacao{position: fixed;display: flex;align-items: center;justify-content: center;bottom: 30px;left: 40%;right: 25%;color: #fff;gap: 5px;}
.realizacao p{padding: 0; margin: 0;}
.whatsapp{position:absolute;right:40px;bottom:40px;width:126px;height:109px;
background:#113B39;border-radius:0px 76px 0 89px;display:flex;justify-content:center;align-items:center;font-size:50px;color:#FFF;text-decoration:none;z-index:20;}
.whatsapp img{width: 50px;}

@media (max-width:1440px){
    .left{margin-bottom: 225px;}
    .fundo-w {width: 30%;}
    .bottom {position: relative;bottom: 0;left: 0px;display: flex;gap: 150px;z-index: 10; }
    .whatsapp{position: fixed; right: 20px;bottom: 20px;display: flex;z-index: 10;}
    .realizacao{position: initial; padding: 30px 0;}
}

@media (max-width:990px){
    body{background-image:url("../img/body-mobile.jpg");background-size: 120%;background-position:top center;background-repeat:no-repeat; }
    .top-header{top:20px;padding:0 15px;gap:10px;justify-content:space-between;}
    .social-box{width:120px;height:35px;background-size:100% 100%;}
    .social-box img{ width:20px;}
    .contact-box{width:250px;height:35px;background-size:100% 100%;}
    .portal{font-size:8px;line-height:10px;padding:0 15px;}
    .phone{font-size:13px;padding-left:8px;gap:5px;}
    .phone img{width:18px;}
    .menu-btn{width:35px;height:20px; display: none;}
    .menu-btn span{height:2px;}
    .container{padding:0 20px;}
    .left{transform:none;padding-top:80px;text-align:center; margin: auto; padding-bottom:150px;}
    .left h1{ font-size:25px;line-height:40px;max-width:100%; padding: 0; line-height: 1;}
    .left h2{ margin:25px 0 15px;font-size:24px;}
    /* FORM */
    input{width:100%;height:35px;font-size:13px;}
    /* RODAPÉ */
    .bottom{position:relative;left:0;bottom: 0px; margin-top:40px;justify-content:left;}
    .fundo-w{width:50%;}
    /* WHATSAPP */
    .whatsapp{position:absolute; width:70px; height:70px;right:15px;bottom:45px;border-radius:0 40px 0 40px;}
    .whatsapp img{width:30px;}
    .realizacao{position: fixed; width: 100%;left: 0;transform: none;bottom: 20px;
    display: flex; justify-content: center; align-items: center; gap: 8px;padding: 0 15px;font-size: 13px;}
    .realizacao img{ height: 22px; width: auto;}

}


@media (max-width:648px){
    .left {padding-top: 125px; padding-bottom: 295px;}
}

@media (max-width:500px){
    .left{transform:none;padding-top:80px;text-align:center; margin: auto; padding-bottom:150px;}
}


    


