/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html { line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    }
    
/* Sections
   ========================================================================== */
    
/**
 * Remove the margin in all browsers.
 */
    
body {
        margin: 0;
    }
    
/**
 * Render the `main` element consistently in IE.
 */ 
    
main { 
    display: block;
}
    
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
    
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
    
/* Grouping content
   ========================================================================== */
    
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
    
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
    
/** 
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */ 
    
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
    
/* Text-level semantics
   ========================================================================== */
    
/**
 * Remove the gray background on active links in IE 10.
 */
    
a {
    background-color: transparent;
}
    
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
    
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
    
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
    
b,
strong {
    font-weight: bolder;
}
    
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
    
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
    
/**
 * Add the correct font size in all browsers.
 */
    
small {
    font-size: 80%;
}
    
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
    
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
    
sub {
    bottom: -0.25em;
}
    
sup {
    top: -0.5em;
}
    
/* Embedded content
   ========================================================================== */
    
/**
 * Remove the border on images inside links in IE 10.
 */
    
img {
    border-style: none;
}
    
/* Forms
   ========================================================================== */
    
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
    
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
    
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
    
button,
input { /* 1 */
    overflow: visible;
}
    
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
    
button,
select { /* 1 */
    text-transform: none;
}
    
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
    
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
    
/**
 * Remove the inner border and padding in Firefox.
 */
    
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none; 
    padding: 0;    
}
    
/**
 * Restore the focus styles unset by the previous rule.
 */
    
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;    
}
    
/**
 * Correct the padding in Firefox.
 */
    
fieldset { 
    padding: 0.35em 0.75em 0.625em;
}
    
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
       
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
    
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
    
progress {
    vertical-align: baseline;
}
    
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
    
textarea {
    overflow: auto;
}
    
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */ 
    
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
    
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
    
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
    
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
    
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
    
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
    
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
    
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
    
/* Interactive
   ========================================================================== */
    
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
    
details {
    display: block;
}
    
/*
 * Add the correct display in all browsers.
 */
    
summary {
    display: list-item;
}
    
/* Misc
   ========================================================================== */
    
/**
 * Add the correct display in IE 10+.
 */
    
template {
    display: none;
}
    
/**
 * Add the correct display in IE 10.
 */
    
[hidden] {
    display: none;
}




body{
    margin: 0;
    padding: 0;
    background: #000101;
    justify-self: center;
    align-items: center;
    overflow-x: hidden;
    background-image:url(/img/HNSite4Bkg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    
}


.contopner{
    position: fixed;
    margin-top: 0;
    width: 100%;
    z-index: 1;    
}

.thcenter{
    background-color: rgba(0, 5, 19, 0.9);
    position: absolute;
    width: 100%;
    height: 1.8rem;
    margin-top: 0.8rem;
    padding-bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.slider{
    font-family: 'Montserrat';
    font-size: 0.75rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    color: rgb(94, 255, 0);
}
.slide1{
    overflow: hidden;
    height: 24px;
    margin-top: 14px;
    color: #ffee00;
}
.slide1 div:nth-child(1){
    animation: animate1 15s linear infinite;
}
@keyframes animate1{
    0%{margin-top: -0.5px;}
    1%{margin-top: -18px;}
    37%{margin-top: -18px;}
    38%{margin-top: -18px;}
    73%{margin-top: -18px;}
    74%{margin-top: -18px;}
    74.5%{margin-top: -0.5px;}
    99.99%{margin-top: -0.5px;}
    100%{margin-top: -0.5px;}
}
.slide2{
    overflow: hidden;
    height: 24px;
    margin-top: -23px;
    color: #7bcaff;
}
.slide2 div:nth-child(1){
    animation: animate2 15s linear infinite;
}
@keyframes animate2{
    0%{margin-top: 22.5px;}
    1%{margin-top: -1.5px;}
    37%{margin-top: -1.5px;}
    38%{margin-top: -36px;}
    73%{margin-top: -36px;}
    74%{margin-top: -36px;}
    74.3%{margin-top: 22.5px;}
    99.99%{margin-top: 22.5px;}
    100%{margin-top: 22.5px;}
}
.slide3{
    overflow: hidden;
    height: 24px;
    margin-top: -25px;
}
.slide3 div:nth-child(1){
    animation: animate3 15s linear infinite;
}
@keyframes animate3{
    0%{margin-top: 22.5px;}
    1%{margin-top: 22.5px;}
    37%{margin-top: 22.5px;}
    38%{margin-top: -2px;}
    73%{margin-top: -2px;}
    74%{margin-top: -36px;}
    74.3%{margin-top: 22.5px;}
    99.99%{margin-top: 22.5px;}
    100%{margin-top: 22.5px;}
}
.heromenu{
    background-color: rgba(0, 5, 19, 0.8);
    align-items: center;
    justify-content: center;
    display:flex;
    width: 100%;
    margin-top: 0rem;
    padding-top: 1.5%;
}

.hero{
    display: flex;
    padding-bottom: 15px;
    padding-top: 1%;
    padding-left: 13%;
    padding-right: 13%;
}
.hero img{
    position: relative;
    display:flex;
    width: 300px;
}
nav{
    display:flex;
    width: 100%;
}
.nav-links{
    position: absolute;
    display: flex;
    right:0;
    align-items: center;
    justify-content: center;
    margin-right: 10%;
    margin-top: -4.5rem;
}
.nav-links li{
    align-content: space-between;
    padding: 20px;
    list-style: none;
}

.nav-links .quem{
    font-size: 0.8rem;
    letter-spacing: 1px;
    margin-top: 0rem;
    color:rgb(255, 255, 255);
}

.nav-links .quem:hover{
    color: rgb(0, 123, 255);
    transition: .2s ease-in-out;
}

nav ul li a{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 0.9rem;
    color:rgb(255, 255, 255);
    text-decoration: none;
    text-transform: capitalize;
}

.fa-envelope:hover{
    color: rgb(0, 123, 255);
    transition: .1s ease-in-out;
}


.section{
    width: 100%;
    padding-top: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sliden video{
    display:flex;
    width: 1000px;
    height: 260px;
    border-radius: 7px;
    overflow: hidden;
    margin-right: 50%;
    transform: translate(50%, 0%);
}


.materia{
    display: flex;
    padding-top: 5rem;
    justify-content: center;
}

.materia h2{
    font-family: 'Days One';
    font-weight: 400;
    font-size: 2rem;
    color: #338df3;
    padding-top: 0.3%;
}

.materia h3{
    font-family: 'Days One';
    font-weight: 100;
    font-size: 2rem;
    color: #338df3;
    padding-left: 1.5rem;
    padding-top: 0%;
}

.producent1{
    width: 80%;
    display: flex;
    overflow: hidden;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 1rem;
    margin-left: 50%;
    transform: translate(-49.2%, 0%);
}

.child1{
    width: 200px;
    height: 260px;
    background-image: url("../img/WSY_BKG.png");
    background-size: 180px 240px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.child1:hover{
    background-size: 170px 230px;
    transition: .1s;
}

.child2{
    width: 200px;
    height: 260px;
    background-image: url("../img/WLN_BKG.png");
    background-size: 180px 240px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.child2:hover{
    background-size: 170px 230px;
    transition: .1s;
}

.child3{
    width: 200px;
    height: 260px;
    background-image: url("../img/WVG_BKG.png");
    background-size: 180px 240px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.child3:hover{
    background-size: 170px 230px;
    transition: .1s;
}


.producent2{
    width: 80%;
    display: flex;
    overflow: hidden;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 4rem;
    margin-left: 50%;
    transform: translate(-49.2%, 0%);
}

.child4{
    width: 200px;
    height: 260px;
    background-image: url("../img/WCC_BKG.png");
    background-size: 180px 240px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.child4:hover{
    background-size: 170px 230px;
    transition: .1s;
}

.child5{
    width: 200px;
    height: 260px;
    background-image: url("../img/WSC_BKG.png");
    background-size: 180px 240px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.child5:hover{
    background-size: 170px 230px;
    transition: .1s;
}

.child6{
    width: 200px;
    height: 260px;
    background-image: url("../img/CREATINE_BKG.png");
    background-size: 180px 240px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.child6:hover{
    background-size: 170px 230px;
    transition: .1s;
}

.garantia{
    display: flex;
    padding-top: 3rem;
    align-content: space-between;
    justify-content: center;
}

.garantia img{
    width: 600px;
    display: flex;
    justify-content: center;
}

.section2 {
    display: flex;
    width: 360px;
    margin-top: 4rem;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: 50%;
    transform: translate(-49.2%, 0%);
}

.sliden2 video{
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.producent3{
    width: 90%;
    display: flex;
    overflow: hidden;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 4rem;
    margin-left: 50%;
    transform: translate(-48.4%, 0%);
}

.child7{
    width: 200px;
    height: 260px;
    background-image: url("../img/RWG_BKG.png");
    background-size: 180px 240px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.child7:hover{
    background-size: 170px 230px;
    transition: .1s;
}

.child8{
    width: 200px;
    height: 260px;
    background-image: url("../img/RYS_BKG.png");
    background-size: 180px 240px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.child8:hover{
    background-size: 170px 230px;
    transition: .1s;
}

.child9{
    width: 230px;
    height: 280px;
    background-image: url("../img/RAL_BKG.png");
    background-size: 180px 240px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.child9:hover{
    background-size: 170px 230px;
    transition: .1s;
}

.coQ10 {
    position: relative;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: justify;
    text-decoration: none;
    list-style: none;
    left: 50%;
    transform: translate(-50%);
    margin-top: 1%;
}

.coQ10 li a {
    font-family: 'Poppins';
    font-size: 0.8rem;
    letter-spacing: 1px;
    line-height: 1.5rem;
    color:#ffffff;
}

.parceiro{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-top: 5rem;
    padding-right: 3.5rem;
    padding-left: 3.5rem;
}

.parceiro a{
    font-family: Poppins;
    font-size: 1rem;
    font-weight: 200;
    list-style: none;
    color: #ffffff;
}


.socialmenu {
    position: relative;
    width: 100%;
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.nav-social{
    display: flex; 
}

.nav-social li{
    align-content: space-between;
    margin-left: -40px;
    padding: 60px;
    list-style: none;
}


.nav-social a{
    font-size: 1.2rem;
    color:rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
}

a .fa-twitter:hover{
    color: rgb(0, 123, 255);
    font-size: 1.2rem;
    transition: .1s ease-in-out;
}

a .fa-instagram:hover{
    font-size: 1.2rem;
    transition: .1s ease-in-out;
    background: -webkit-linear-gradient(rgb(182, 65, 255), rgb(255, 205, 25));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a .fa-youtube:hover{
    color: rgb(229, 1, 1);
    font-size: 1.2rem;
    transition: .1s ease-in-out;
}


.Thoth {
    position:absolute;
    display: flex;
    left: 50%;
    transform: translate(-50%);
}

.Thoth a{
    font-family: Poppins;
    font-size: 0.6rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #ffffff;
}





@media screen and (max-width:2000px){


    .heromenu{
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .section {
        width: 100%;
    }

    .sliden video{
        width: 800px;
        height: 240px;
        left: 50%;
        transform: translate(0%);
    }

    .materia{
        margin-top: -2rem;
    }

    .parceiro a{
        line-height: 2rem;
    }
  
    .coQ10{
        width: 900px;
    }


}




@media screen and (max-width:1440px){

    .thcenter{
        z-index: 1;
    }


    .hero {
        margin-top: 0.9%;
    }

    .nav-links {
        margin-top: -4.5rem;
    }

     .materia{
        margin-top: -3rem;
    }

    .producent1{
        display: flex;
        margin-top: 4rem;
        justify-content: space-evenly;
        align-content: center;
    }

    .producent2{
        display: flex;
        margin-top: 2rem;
        justify-content: space-evenly;
        align-content: center;
    }

    .producent3{
        display: flex;
        margin-top: 4rem;
        justify-content: space-evenly;
        align-content: center;
    }
    
    .garantia{
        margin-top: 2rem;
    }

    .garantia img{
        width: 600px;

    }

    .parceiro {
        margin-top: -2rem;
    }

    .parceiro a{
        font-family: Poppins;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    
    .coQ10{
        width: 900px;
        top:1rem;
        padding-bottom: 2rem;
        text-align: justify;
    }

    .coQ10 a{
        font-size: 0.75rem;
    }

    .nav-social li{
        margin-left: -40px;
        padding:60px;
    }

    .Thoth {
        transform: translate(-50%);
    }

    .Thoth a{
        text-align: center;
        line-height: 1rem;
    }

}


@media screen and (max-width:1100px){

    .thcenter{
        z-index: 1;
    }

    .hero {
        display: flex;
        margin-top: 1.2rem;
    }

    .nav-links {
        margin-top: -4.5rem;
        margin-right: 5%;
        transform: translate(0%);
        
    }

     .materia{
        margin-top: -3rem;
    }

    .producent1{
        display: flex;
        height: 900px;
        margin-top: -17rem;
        justify-content: space-evenly;
        align-content: center;
    }

    .producent2{
        display: flex;
        height: 900px;
        margin-top: -31.5rem;
        justify-content: space-evenly;
        align-content: center;
    }

    .producent3{
        display: flex;
        height: 900px;
        margin-top: -13rem;
        justify-content: space-evenly;
        align-content: center;
    }
    
    .garantia{
        margin-top: -18rem;
    }

    .garantia img{
        width: 600px;

    }

    .parceiro {
        margin-top: -17rem;
    }

    .parceiro a{
        font-family: Poppins;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    
    .coQ10{
        width: 900px;
        top:1rem;
        padding-bottom: 2rem;
        text-align: justify;
    }

    .coQ10 a{
        font-size: 0.75rem;
    }

    .nav-social li{
        margin-left: -40px;
        padding:60px;
    }

    .Thoth {
        transform: translate(-50%);
    }

    .Thoth a{
        text-align: center;
        line-height: 1rem;
    }

}


@media screen and (max-width:760px){

    .thcenter{
        z-index: 1;
    }

    .heromenu{
        width: 100%;
        align-items: center;
        justify-content: center;
        display:flex;
        flex-direction:column;
        margin-top: 0rem;
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    .nav-links {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-right: 0%;
        margin-top: -3rem;
    }

    .sliden {
        margin-top: -1rem;
        width: 700px;
    }

     .sliden video{
        width: 700px;
        padding-top: 0rem;
        left: 50%;
        transform: translate(2%);
     }

     .materia{
        margin-top: -6rem;
    }

     .producent1{
        display: flex;
        height: 900px;
        margin-top: -10rem;
        justify-content: space-evenly;
        align-content: center;
    }

     .producent2{
        display: flex;
        height: 900px;
        margin-top: -21rem;
        justify-content: space-evenly;
        align-content: center;
    }

     .producent3{
        display: flex;
        height: 900px;
        margin-top: -8rem;
        justify-content: space-evenly;
        align-content: center;
    }
    
    .garantia{
        margin-top: -13rem;
    }

    .garantia img{
        width: 600px;

    }

    .parceiro {
        margin-top: -15rem;
    }

    .parceiro a{
        font-family: Poppins;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    
    .coQ10{
        width: 700px;
        top:1rem;
        padding-bottom: 2rem;
        text-align: justify;
    }

    .coQ10 a{
        font-size: 0.75rem;
    }

    .nav-social li{
        margin-left: -40px;
        padding:60px;
    }

    .Thoth {
        width: 700px;
        overflow-x: hidden;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .Thoth a{
        text-align: center;
        line-height: 1rem;
        font-size: 0.6rem;
    }

}



@media screen and (max-width:600px){

    body{
        margin: 0;
        padding: 0;
        width: 600px;
        overflow-x: hidden;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .thcenter{
        width: 100%;
        height: 1.2rem;
        margin-top: 0.4rem;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .heromenu{
        width: 100%;
        align-items: center;
        justify-content: center;
        display:flex;
        flex-direction:column;
        margin-top: 1rem;
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    .hero img{
        display:flex;
        align-items: center;
        justify-content: center;

    }

    .nav-links{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: -3rem;
    }

    .sliden {
        margin-top: -1rem;
        margin-left: 1.5rem;
    }

     .sliden video{
        width: 500px;
        padding-top: 0rem;
        left: 50%;
        transform: translate(2%);
     }

    .materia {
        margin-top: -6rem;
        margin-left: -1rem;
    }

    .producent1{
        display: flex;
        height: 900px;
        margin-top: -1rem;
        flex-direction: column;
        justify-content: space-evenly;
        align-content: center;
        margin-left: 50%;
        transform: translate(-51%, 0%);
    }

    .producent2{
        display: flex;
        height: 900px;
        margin-top: -1.5rem;
        flex-direction: column;
        justify-content: space-evenly;
        align-content: center;
        margin-left: 50%;
        transform: translate(-51%, 0%);
    }

    .section2 {
        display: flex;
        width: 340px;
        margin-top: 4rem;
        justify-content: center;
        align-items: center;
        border-radius: 0px;
        overflow: hidden;
        margin-left: 50%;
        transform: translate(-49.2%, 0%);
    }

    .sliden2 video{
        width: 340px;
    }

    .producent3{
        display: flex;
        height: 900px;
        margin-top: 2rem;
        flex-direction: column;
        justify-content: space-evenly;
        align-content: center;
        margin-left: 50%;
        transform: translate(-48%, 0%);
    }

    .materia h2{
       font-size: 1.3rem;
    }

    .materia h3{
       font-size: 1.3rem;
       padding-left: 1.5rem;
    }
    .garantia{
        margin-top: 1rem;
    }

    .garantia img{
        width: 460px;
        margin-top: -3rem;
        margin-left: -1rem;
    }

    .section2 {
        margin-left: 50%;
        transform: translate(-54%, 0%);
    }

    .parceiro {
        margin-top: -5rem;
    }

    .parceiro a{
        font-family: Poppins;
        font-size: 0.7rem;
        font-weight: 600;
        line-height: 1.5rem;
        margin-left: 0%;
        transform: translate(-10%, 0%);
    }

    .coQ10{
        width: 400px;
        top:2rem;
        padding-bottom: 2rem;
        text-align: justify;
        margin-left: 0%;
        transform: translate(-52%, 0%);
    }

    .coQ10 a{
        font-size: 0.7rem;
    }

    .nav-social li{
        margin-left: -40px;
        padding: 50px;
        margin-left: 0%;
        transform: translate(-30%, 0%);
    }

    .Thoth {
        width: 500px;
        overflow-x: hidden;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .Thoth a{
        text-align: center;
        line-height: 1rem;
        font-size: 0.5rem;
    }

}




@media screen and (max-width:500px){

    .sliden {
        margin-top: -1rem;
        width: 480px;
        margin-left: -6rem;
    }

    .sliden video{
        width: 480px;
    }


    .materia {
        margin-left: -6rem;
    }

    .producent1{
        margin-left: 50%;
        transform: translate(-60%, 0%);
    }

    .producent2{
        margin-left: 50%;
        transform: translate(-60%, 0%);
    }

    .producent3{
        margin-left: 50%;
        transform: translate(-56%, 0%);
    }

    .garantia img{
        margin-left: -6rem;
    }

    .section2 {
        margin-left: 50%;
        transform: translate(-67%, 0%);
    }

    .parceiro a{
        margin-left: 0%;
        transform: translate(-50%, 0%);
    }

    .coQ10{
        margin-left: 0%;
        transform: translate(-65%, 0%);
    }

    .nav-social li{
        margin-left: 0%;
        transform: translate(-63%, 0%);
    }
}



@media screen and (max-width:430px){

    body{
        margin: 0;
        padding: 0;
        width: 430px;
        overflow-x: hidden;
        background-image:url(/img/HNSite4MobBkg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .thcenter{
        width: 430px;
        height: 1.2rem;;
        left: 0%;
        transform: translate(0%, -50%);
    }

    .heromenu{
        width: 430px;
        align-items: center;
        justify-content: center;
        display:flex;
        flex-direction:column;
        padding-top: 0rem;
        padding-bottom: 2rem;
        left: 50%;
        transform: translate(0%, 0%);
    }

    .hero img{
        display:flex;
        align-items: center;
        justify-content: center;
    }

    .nav-links{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: -3rem;
    }

    .section {
        width: 430px;
    }

    .sliden {
        width: 430px;
    }

     .sliden video{
        width: 420px;
        margin-top: -3rem;
        left: 50%;
        transform: translate(0%);
     }

     .materia{
        width: 430px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: -8rem;
     }

     .materia h2{
        font-size: 1.3rem;
     }
 
     .materia h3{
        font-size: 1.3rem;
        margin-top: -0.5rem;
        padding-right: 1.5rem;
     }

    .producent1{
        width: 430px;
        display: flex;
        height: 900px;
        margin-top: -1rem;
        flex-direction: column;
        justify-content: space-evenly;
        align-content: center;
    }

    .producent2{
        width: 430px;
        display: flex;
        height: 900px;
        margin-top: -1.2rem;
        flex-direction: column;
        justify-content: space-evenly;
        align-content: center;
    }

    .producent3{
        width: 430px;
        display: flex;
        height: 900px;
        margin-top: 1.5rem;
        flex-direction: column;
        justify-content: space-evenly;
        align-content: center;
    }

    .section2{
        width: 430px;
    }

    .garantia {
        width: 430px;
    }

    .garantia img{
        width: 380px;
    }

    .parceiro {
        margin-top: -5rem;
    }

    .parceiro a{
        font-family: Poppins;
        font-size: 0.7rem;
        font-weight: 600;
        line-height: 1.5rem;
    }

    .coQ10{
        overflow-x: hidden;
        width: 380px;
        top:3rem;
        padding-bottom: 2rem;
        text-align: justify;
    }

    .coQ10 a{
        font-size: 0.7rem;
    }

    .nav-social {
        overflow-x: hidden;
        display: flex;
        flex-direction:row;
        justify-content: center;
        width: 430px;
    }

    .nav-social li{
        margin-left: -40px;
        padding: 50px;
    }

    .Thoth {
        width: 430px;
        overflow-x: hidden;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .Thoth a{
        line-height: 1rem;
        font-size: 0.5rem;
    }

}



@media screen and (max-width:320px){

    .sliden img{
        width: 375px;
        transform: translate(2%);
    }
        
    .coQ10{
        width: 340px;
        top:7rem;
    }

}