@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
:root{
    --clr-black: #161623;
    --clr-blue-light: rgb(57, 206, 226);
}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Poppings', sans-serif;

}
.body-main{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: var(--clr-black);
    background-image: url("../img/img1.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    background-blend-mode:hard-light;
}

big{
    font-size:20pt;
    color:var(--clr-blue-light);
}

.banner{
    position: fixed;
    top:0;
    left:0;
    color:#fff;
    z-index: 2;
    background-color: var(--clr-black);
    width: 100%;
    box-shadow: 20px 30px 50px rgba(0,0,0,0.5);
    margin-bottom: 10px;
    
}
.banner img{
    max-height: 100px;
    padding: 5px 30px;
    margin-bottom: 10px;
}

.banner div{
    display: inline;
}

.logo{
    margin-right: 7em;
}

.banner .contatos{
    position: relative;
    top:-30px;
    white-space: nowrap;
    display: inline;
}

.banner .contatos img{
    height: 30px;
    padding: 1px 10px 0px 30px;
    position: relative;
    top: 20px;
}

.menu-itens{
    position: relative;
    left:auto;
    background-color: var(--clr-black);
}

.menu-itens .menu-item{
    padding: 15px 5px;
    width:100%;
    
}
.menu-itens .menu-item a{
    text-decoration: underline;
    color: #fff;
    
}

.container{
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
    z-index: 1;
}
.esystem-card-services{
    position: relative;   
    width: 280px;
    height: 400px;
    margin: 30px;
    box-shadow: 20px 30px 50px rgba(0,0,0,0.5);
    border-radius: 15px;
    background: rgba(255,255,255, 0.1);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255,255,255, 0.5);
    border-left: 1px solid rgba(255,255,255, 0.5);
    backdrop-filter: blur(45px);
}

.esystem-card-services .content{
    padding: 20px;
    text-align: center;
    transform: translateY(100px);
    transition: 0.5s;
    opacity: 0;
}

form h4{
    color:#fff;
}
.form-control{
    font-size:16pt;
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 350px;
}

#btn_enviar{
    background-color: dodgerblue; 
    color:white;
    border-radius: 10px;
    padding: 15px 15px 15px 15px;
    width: 350px;
    cursor: pointer;

}

#msg_area2{
    margin-top: 10px;
    color:white;
    font-size:16pt;

}

.esystem-card-services .titulo{
    padding: 20px;
    text-align: center;
    transform: translateY(0px);
    opacity: 1;
    display: block;
    flex-wrap: nowrap;
    color: #fff;
    margin-left: 120px;
}

.banner .menu-icon{
    display: none;
    position: relative;
    top:-150px;
    left: 70%;
    height: 0;
}
.banner .menu-icon img{
    height: 70px;
}
.esystem-card-services .titulo h2{
    margin-left: 240px;
}
.esystem-card-services:hover .titulo{
    display: none;
    
}

.esystem-card-services:hover .content{
    transform: translateY(0px);
    opacity: 1;
}

.esystem-card-services .content h2{
    position: absolute;
    top: -80px;
    right: 30px;
    font-size: 8em;
    color: rgba(255,255,255, 0.05);
    pointer-events: none;
}
.esystem-card-services .content h3{
    font-size: 1.8em;
    color: #fff;
    z-index: 1;
}

.esystem-card-services .content p{
    font-size: 1em;
    margin-top: 15px;
    color: #fff;
    z-index: 1;
    font-weight: 300;
}

.esystem-card-services .content a, .btn-saiba-mais{
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    margin-top: 15px;
    background: #fff;
    color: #000;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);


}

li{
    color:white;
}

.esystem-chamada{
    position:inherit;
    margin-top: 120px;
    left:0;
    color:#fff;
    z-index: 2;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.esystem-chamada .esystem-conteudoo-chamada{
    backdrop-filter: blur(45px);
    width: calc(100vh - 100px);
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 50px 50px 50px  50px;

}
.esystem-chamada .esystem-conteudoo-chamada h2{
    font-weight: 100;
}

.esystem-chamada .esystem-conteudoo-chamada big{
    margin: 30px 0px 10px;
}

.esystem-h1-smart{
    margin-top:-20px;
    display: none;
}
.esystem-h1-desk{
    display: flex;
    margin-bottom:-50px;
}

@media(max-width: 700px){
    .container{
        top:80px;
    }
    .body-main{
        min-height: 100vh;
        background-size:contain;
        background-repeat: repeat-y;
        background-blend-mode:difference;
        background-position: bottom;
    }

    .banner .contatos{
        display:flex;
        margin-left: 30px;
    }

    .banner .menu-icon{
        display: flex;
        height: 0px;
    }

    .menu-itens{
        margin-left: 15px;
    }
 
    .esystem-chamada{
        position:static;
        left:0;
        margin-top:20px;
        justify-content: center;
        align-items: center;
        
    }
    
    .esystem-h1-smart{
        margin-top:-20px;
        display: flex;
    }
    .esystem-h1-desk{
        display: none;
    }
     .esystem-chamada .esystem-conteudoo-chamada{
        width: 100%;
        display: flex;
        justify-content:left;
        align-items:center;
        border-radius: 0 0 0  0;
    }

    .esystem-chamada .esystem-conteudoo-chamada a{
        background-color: #fff;
        text-decoration: none;
        border-radius: 15px;
        margin-top: 20px;
        padding: 10px 15px 10px 15px;
        color: #000;
        margin-bottom: 30px;
    }

}