@charset "UTF-8";

/*Fontes importadas*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'idroid';
    src: url(../fonts/idroid.otf) format(opentype);
}

:root {
    --cor1: #1776CA;
    --cor2: #50A8F0;
    --cor3: #EBDB81;
    --cor4: #EBE8DD;
    --whitespace: #fefaf1;
    --letterign: 'idroid', times, 'times new roman', serif;
    --fontgeral: 'Poppins', 'Open Sans', sans-serif;
    --fontTitulos: 'Roboto', system-ui, sans-serif;
}

* {
    padding: 0px;
    margin: 0px;
    font-family: var(--fontgeral);
    box-sizing: border-box;
}
h1, h2, h3 {
    font-family: var(--fontTitulos);
    font-weight: bold;
}
body, html {
    height: 100%;
    width: 100%;
    background-color: var(--whitespace);
}

nav {
    display: block;
    position: fixed;
    top: -1px;
    padding: 8px;
    backdrop-filter: blur(30px);
    background-color: #217bcabb;
    color: rgb(219, 218, 218);
    width: 100%;
}
h1#nomeloja {
    padding: 5px;
    padding-left: 10px;
    font-size: 1.7em;
    display: inline-block;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.356);
    font-family: var(--letterign);
    font-weight: normal;
}
#iconmenu {
    font-size: 2em;
    font-weight: bold;
    padding: 5px;
    float: right;
    cursor: pointer;
    margin-right: 10px;
}
#iconmenu:hover {
    border-radius: 50%;
    background-color: rgba(133, 133, 133, 0.288);
}
menu {
    display: none;
    padding-top: 5px;
}
menu > ul {
    list-style-type: none;
    display: block;
    background-color: rgb(245, 244, 244);
    border-radius: 5px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.329);
    overflow: hidden;
}
menu > ul > li {
    text-align: center;
    border-top: 1px solid black;
}
menu > ul > li > a {
    text-decoration: none;
    width: 100%;
    display: block;
    font: normal bold 1.1em var(--fontgeral);
    color: black;
    padding: 5px;
}
menu > ul > li:hover{
    background-color: var(--cor4);
}
menu > ul > li > a > .material-symbols-outlined {
    padding-right: 5px;
    transform: translateY(5px);
}

header {
    background: white url(../imgs/remote-control1.jpg) center bottom no-repeat fixed;
    background-size: cover;
    color: white;
    height: 48%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1#tituloPrincipal {
    font: normal bold 1.8em var(--fontTitulos);
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.452);
}
#mainapresentation {
    width: 100%;
    text-align: center;
}
header > p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.301);
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    header {
        height: 60vh;
    }
}

section#anuncio {
    padding: 1em;
}
section#anuncio > article {
    margin: 10px 0px;
}
.fraseefeito {
    font: normal bold 1.7em var(--fontTitulos);
    padding: 1.5em 0.6em 0.2em 0em;
    text-align: justify;
}
section#anuncio > article  p {
    text-align: justify;
    line-height: 1.5em;
    padding: 3px ;
    padding-bottom: 1em;
}
section#anuncio img{
    width: 80%;
    display: block;
    margin: auto;
    border-radius: 10px;
    border: 5px solid var(--cor1);
}

section#servicos {
    background-color: var(--cor2);
    color: white;
    padding: 1em;
    border-radius: 1em 1em 0em 0em;
}
section#servicos > h2 {
    text-align: center;
    text-shadow: 2px 2px 2px rgba(32, 32, 32, 0.507);
    font-size: 2em;
    
}

#camposerviceconteudo {
    display: flex;
    flex-flow: column nowrap;
}
.servicetype {
    width: 90%;
    margin: 1em auto;
    color: black;
    background-color: var(--whitespace);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 2px 2px rgba(49, 49, 49, 0.452);
}
.backimgservice {
   width: 100%;
   background: #FFCB70 url(../imgs/back-tv.jpg) center center no-repeat scroll;
   background-size: cover;
   height: 15em;
}
.textservice {
    padding: 1em 2em 2em 2em;
}
.textservice h3 {
    text-align: center;
    padding-bottom: 1em;
    font-size: 1.4em;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.137);
}
.textservice p {
    text-align: justify;
}
#itv {
    background-image: url(../imgs/back-tv.jpg);
}
#imicroondas {
    background-image: url(../imgs/back-microondas.jpg);
}
#iairfryer {
    background-image: url(../imgs/back-airfryer.jpg);
}

section#infos {
    padding: 2em;
    background-color: var(--cor1);
    color: white;
    border-radius: 0px 0px 1em 1em;
}
section#infos article {
    padding: 1em;
}
section#infos h2 {
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 0.8em;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.301);
}
section#infos p {
    text-align: justify;
    font-size: 1.1em;
}
section#infos > article > div {
    padding-top: 1em;
}
#whatscampo {
    padding: 1em;
    display: block;
    text-align: center;
}
#whatscampo > p { 
    display: inline-block;
    transform: translate(-0px, -12px);
}
#iconzap {
    width: 40px;
    padding-top: 1em;
}


footer {
    background-color: var(--whitespace);
    color: rgb(0, 0, 0);
    padding: 1em 0em 0.5em 0em;
}
#isobrenos {
    padding: 0.8em 2em 0.7em 2em;
    
}
#isobrenos > h2 {
    font-size: 1.1em;
    padding-bottom: 0.3em;
    text-shadow: 1px 2px 2px rgba(100, 96, 96, 0.61);
}
#isobrenos > p {
    text-align: justify;
    font-size: 0.8em;
    width: 90%;
    font-weight: 500;
}
footer > p {
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.8em;
    padding-top: 1em;
    display: block;
    border-top: 1px solid #27262579;
    font-weight: 800;
}

@media screen and (max-width: 600px) {
    h1#nomeloja {
        font-size: 1.4em;
    }

    #iconmenu {
        font-size: 1.8em;
    }
}

