/* STYLE GENERAL */
body {
    font-family: "Lato", sans-serif;
    background-color: black;
    font-size: 12px;
}

.row {
    margin: 0;
}

.container {
    padding: 70px 0;
}

p,
li {
    color: #444;
    font-size: 14px;
}

a {
    text-decoration: none;
}

ul.btns-header {
    margin-top: 15px;
}

ul.btns-header li {
    display: inline-block;
    margin-left: 30px;
}
.carousel-steps {
    /* background-image: url(../img/fundo-newhome.jpeg); */
    height: 100vh;
    background-size: cover;
    padding: 70px 70px 0 70px;
    height: auto !important;
}
button.btn-shop-now {
    width: 200px;
    height: 40px;
    background-color: #27032f;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
    border: 0px;
    transition: 1s;
}

button.btn-shop-now:hover {
    width: 200px;
    height: 40px;
    background-color: #3f0b4a;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
    border: 0px;
    transition: 1s;
}

#btn1 {
    background-color: #27032f;
    border-color: #27032f;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: 1s;
}

#btn1:hover {
    background-color: #490d55;
    border-color: #490d55;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    transition: 1s;
}

#btn2 {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #27032f;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 20px;
    display: none;
    transition: 1s;
}

#btn2:hover {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #27032f;
    font-size: 12px;
    text-transform: uppercase;
    transition: 1s;
}

/* bar navegation */
header,
.navbar {
    background-color: transparent;
    padding: 0px 10%;
}

.top-complete {
    width: 100%;
    height: 100%;
    background-color: #ffff;
    background-position: center;
    opacity: 0.9;
    z-index: -1000;
    position: absolute;
    margin-left: -10%;
    display: none;
}

#nav-container {
    padding-top: 0;
    padding-bottom: 0;
}

#logo {
    width: 280px;
    padding: 3px 10px;
    margin: 5px 0px;
    border-radius: 5px;
}

.navbar-brand {
    padding: 0;
    color: #000000;
}

.navbar-brand:hover {
    padding: 0;
}

#navbar-links a {
    color: #000000;
    font-weight: bold;
    transition: 1s;
}

#navbar-links a:hover {
    color: #ffff;
    background-color: #0f0f0f59;
    font-weight: bold;
    transition: 0.1s;
}

.navbar-nav a {
    padding: 1rem 15px;
    text-decoration: none;
    text-transform: uppercase;
}

#background-top {
    width: 100%;
    height: 100vh;
    display: inline-block;
    position: relative;
}

.bg-video-newsite {
    object-fit: cover;
    width: 100% !important;
    opacity: 1 !important;
}

.message_banner_bottom0 {
    font-family: system-ui, cursive;
    font-size: 20px;
    color: #ffff;
    bottom: 25px;
    font-weight: bold;
}

.bg_video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    background: url(images/torre.jpg) no-repeat;
    background-size: cover;
    opacity: 0.8;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    -webkit-opacity: 0.8;
    visibility: visible;
}

.btn-home {
    font-size: 10px;
    font-weight: bold;
    padding: 10px 18px;
    border-radius: 11px;
    background: #470e55;
    color: #ffff;
    border: 1px solid #470e55;
}

.btn-home:hover {
    color: #470e55;
    background: #ffff;
}
.bg_video_vertical {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 0%;
    min-height: 0%;
    width: auto;
    height: auto;
    z-index: -1000;
    background: url(images/torre.jpg) no-repeat;
    background-size: cover;
    opacity: 0.8;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    -webkit-opacity: 0.8;
    visibility: hidden;
}

#box-inf {
    width: 100%;
    margin: 200px 0 0px 0;
}

p#title-welcome {
    font-family: system-ui, cursive;
    color: #ffffff;
    font-size: 40px;
    text-align: center;
}

.btn-join-now {
    border-radius: 15px;
    background-color: #ffff;
    padding: 12px 26px;
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: #686868;
    font-family: system-ui, cursive;
}

.btn-join-now:hover {
    color: #ffffff;
    background-color: #232323;
}

p#title-landing {
    margin-top: -30px;
    font-weight: bolder;
    color: #ffffff;
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
}

.text_new_pages {
    color: #470e55 !important;
}

#section-primary {
    width: 100%;
    height: 700px;
    display: inline-block;
}

button#button-lg {
    text-transform: uppercase;
    border: 0px;
    background-color: #27032f;
    color: #ffffff;
    margin: 30px 0px;
    font-size: 14px;
    padding: 15px 20px;
    transition: 1s;
}

button#button-lg:hover {
    text-transform: uppercase;
    border: 0px;
    background-color: #490d55;
    color: #ffffff;
    margin: 30px 0px;
    font-size: 14px;
    padding: 15px 20px;
    transition: 1s;
}

#title-feat {
    font-size: 25px;
    margin-top: -5px;
}

#line-products {
    padding: 0px 7% 0px 7%;
}

.col-product {
    width: 22%;
    margin: 0px 1.5%;
    height: 520px;
    padding: 0px;
}

#product1 {
    background: url("../images/omega_frasco1.jpeg");
    background-size: 100%;
    cursor: pointer;
    border: 1px #cdcdcd solid;
    transition: 2s;
}

#product1:hover {
    background: url("../images/omega_frasco2.jpeg");
    background-size: 100%;
    cursor: pointer;
    border: 1px #cdcdcd solid;
    transition: 2s;
}

.img-product {
    width: 100%;
    height: 270px;
    background-color: #cdcdcd;
    margin-bottom: 10px;
}

p.title-feat {
    font-size: 12px;
    margin: 0px;
}

p.name-product {
    font-size: 15px;
    margin: 0px;
}

p.price-product {
    font-size: 15px;
    font-weight: bold;
}

#wdt-l1 {
    width: 38.3%;
}

#wdt-c1 {
    width: 23.3%;
}

#wdt-r1 {
    width: 38.3%;
}

#wdt-l2 {
    width: 38.3%;
}

#wdt-c2 {
    width: 23.3%;
}

#wdt-r2 {
    width: 38.3%;
}

#wdt-l3 {
    width: 38.3%;
}

#wdt-c3 {
    width: 23.3%;
}

#wdt-r3 {
    width: 38.3%;
}

button.btn-quickview {
    width: 100%;
    height: 50px;
    background-color: transparent;
    color: transparent;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 220px;
    border: 0px;
    transition: 500ms;
}

button.btn-quickview:hover {
    width: 100%;
    height: 50px;
    background-color: #27032f;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 220px;
    border: 0px;
    transition: 500ms;
}

.row-consciousness {
    width: 100%;
    margin-top: 60px;
}

.col-consci {
    width: 30.3%;
    height: 200px;
    margin: 0 1.5%;
    float: left;
}

.text-consciousness {
    font-size: 20px;
    margin-top: 20px;
}

#section-secundary {
    width: 100%;
    height: 100vh;
    display: inline-block;
}

.section-2 {
    height: 70vh;
}

#section-trice {
    width: 100%;
    height: 100vh;
    display: inline-block;
}

.background-complete {
    width: 100%;
    height: 100%;
    background-image: url(../img/fundo_secundary.jpg);
    background-size: 100%;
    background-position: center;
    opacity: 0.4;
    z-index: -1000;
    position: absolute;
}

.box-maste {
    width: 100%;
    height: 100%;
}

.box-blade {
    width: 50%;
    display: inline-block;
    padding: 100px 150px 100px 150px;
    height: 100vh;
    background: rgb(73, 13, 85);
    background: linear-gradient(
        222deg,
        rgba(73, 13, 85, 1) 0%,
        rgba(73, 13, 85, 1) 45%,
        rgba(135, 48, 153, 1) 100%
    );
}

.section-brand {
    width: 100%;
    margin-top: -5px;
    height: 400px;
    background: #fafafa;
}

.title-section-1 {
    color: #5f48ba;
    font-weight: bold;
}

.font-title-sections {
    font-size: 2.7vw;
    color: #5f48ba;
    font-weight: bold;
}
.emphasis-text {
    color: #5f48ba;
}

.emphasis-min {
    font-size: 1.3vw;
}

.subtitle-section-size {
    font-size: 1.5vw;
}

.subtitle-2 {
    line-height: 1.2;
}

.font-50 {
    font-size: 50px;
}

.font-35 {
    font-size: 35px;
    color: #5f48ba;
}

.color-purple2 {
    color: #a064f0;
}

.line-horizontal {
    border-bottom: 3px solid #606060;
    position: relative;
}

.mt-80 {
    margin-top: 80px;
}

.list-circles {
    position: absolute;
    bottom: -18px;
}

.estilize-img::before {
    /* background-image: url(../img/fundo-newhome.jpeg); */
    opacity: 0.4;
}

.about-description {
    font-size: 20px;
    text-align: center;
    color: #3d3d3d;
}

.background-complete-bloco1 {
    /* background-image: url(../img/fundo-newhome.jpeg); */
}

.background-complete-bloco1-2 {
    align-items: start;
    /* background-image: url(../img/fundo-newhome.jpeg); */
}

.content-carosel-images {
    width: 100vw;
    overflow: hidden;
}

.background-complete-bloco2 {
    width: 100%;
    height: 100vh;
    background-image: url(../images/pexels-centre-for-ageing-better-7849191.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    z-index: -1000;
    position: absolute;
}

.icon-logo {
    background-image: url(../img/icon-globe.png);
    background-size: 70%;
    background-position: left;
}

.font-70 {
    font-size: 70px;
}

.bar-top {
    width: 200px;
    height: 4px;
    background-color: #490d55;
    margin-top: 250px;
}

.text-subscript-block {
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
}

.box-form {
    width: 60%;
    margin: 0px 20%;
}

.box-text-brand {
    width: 60%;
    margin: 0px 20%;
    padding-top: 100px;
}

.text-subscript-brand {
    font-size: 50px;
    line-height: 52px;
    text-transform: uppercase;
    font-weight: bold;
    color: #212121;
}

.text-brand {
    font-size: 18px;
    color: #212121;
}

.input-subscript {
    width: 100%;
    height: 48px;
    border: 0px;
    border-radius: 5px;
    opacity: 0.6;
    outline: none;
    padding: 0 20px;
    font-size: 20px;
    border-radius: 100px;
    transition: 1s;
}

.card-content {
    width: 300px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: -1px 1px 14px 0px #363636;
    padding-top: 30px;
}

.content-img {
    min-height: 300px;
    height: 25vh;
    display: flex;
    justify-content: center;
}

.content-img-why {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 70vh; */
    width: 70vh;
    overflow: hidden;
    border-radius: 35vh;
}

.card-img-content {
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-name {
    font-weight: bold;
    color: #5f48ba;
    font-size: 20px;
}
.background_new_pages {
    /* backdrop-filter: blur(0px);background-image: url('/images/background-01.jpeg'); background-size: 100%; background-repeat: no-repeat; */
    /* background-color: #ffff; */
}

.card-details {
    height: 80px;
    position: relative;
}

.icons-list {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -35px;
    width: 100%;
}

.midia-people-say {
    min-height: 300px;
    height: 22vh;
    display: flex;
    justify-content: center;
}

.height-screen-100 {
    height: 100vh;
}

.card-icon {
    border-radius: 10px;
    font-size: 20px;
    background-color: #ffff;
    width: 44px;
    height: 44px;
    box-shadow: 3px 1px 15px 0px black;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.img-item-carosel {
    width: 150px;
}

.content-footer {
    height: 100%;
}

.card-icon:hover {
    background-color: #2f2f2f;
    color: #ffff;
}

.font-25 {
    font-size: 25px;
}

.w-300 {
    width: 300px;
}

.w-450 {
    width: 450px;
}

.footer-columns *,
h5 {
    color: #3d3d3d;
}

.footer-columns {
    position: relative;
    margin-top: 120px;
    min-width: 230px;
    max-width: 400px;
}

.txt-reference {
    font-size: 18px;
    margin-top: 15px;
}

.btn-send-footer {
    right: 0;
    height: 100%;
    top: 0;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    background-color: #68077b;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-img-contact {
    width: 50%;
}

.img-contact-only {
    width: 100%;
    border-radius: 50%;
}

.btn-send-footer-icon {
    font-size: 25px;
}

.title-name-footer {
    font-size: 18px;
}

.navigation-footer-bar ul li {
    list-style-type: none;
    font-weight: bold;
    color: #3d3d3d;
}

.email-footer {
    border-radius: 22px;
    background-color: #ffff;
    height: 48px;
    border: 1px solid #3f3f3f;
}

.navigation-footer-bar ul {
    padding: 0;
    margin: 0;
}

.input-subscript:hover {
    width: 100%;
    height: 48px;
    border: 0px;
    border-radius: 5px;
    opacity: 0.9;
    outline: none;
    padding: 0 20px;
    font-size: 20px;
    border-radius: 100px;
    transition: 1s;
}

.text-subscript {
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin-top: 270px;
}

button#btn-subscript {
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    height: 48px;
    opacity: 0.6;
    margin-left: 10px;
    border-radius: 100px;
    transition: 1s;
}

button#btn-subscript:hover {
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    height: 48px;
    opacity: 1;
    margin-left: 10px;
    border-radius: 100px;
    transition: 1s;
}

#footer-primary {
    background-color: #27032f;
    /* background: linear-gradient(180deg, rgba(64,5,77,1) 0%, rgba(204,90,230,1) 100%); */
}

.body-image {
    background-image: url(../img/fundo-newhome.jpeg) !important;
}

p.about-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

p.about-text {
    color: #ffffff;
}

hr.line-about {
    width: 100%;
    border: 1px solid #ffffff;
    margin: 10px 0px;
}

#logo-footer {
    width: 170px;
    margin-top: -20px;
}

ul.footer-menu li {
    display: flex;
}

ul.footer-menu li a p {
    color: #ffffff;
    transition: 1s;
}

ul.footer-menu li a p:hover {
    color: #eeeeee;
    transition: 1s;
}

ul.footer-network li {
    display: inline-block;
    margin-right: 20px;
}

ul.footer-network li i {
    color: #3d3d3d;
    transition: 50ms;
    scale: 1;
}

ul.footer-network li i:hover {
    color: #470e55;
    transition: 50ms;
    scale: 1.2;
}

.footer-secundary {
    background-color: #27032f;
    /* background-color: rgba(204,90,230,1); */
}

.line-card {
    width: 100%;
    margin: 0px 0%;
    display: inline-block;
}

.card-item {
    width: 30.3%;
    height: 400px;
    margin: 0px 1.5%;
    float: left;
}

.card-img {
    width: 100%;
    height: 340px;
    margin: 0px 1.5%;
    background: rgb(65, 65, 75);
    float: left;
}

.line-card-text {
    width: 100%;
    height: 60px;
    display: inline-block;
}

p.text-card {
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}

#line-winner {
    width: 100%;
    height: 500px;
}

#line-actve {
    width: 100%;
    height: 500px;
}

.colunm3 {
    padding-left: 50px;
}

.model-menu {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.box-model-menu {
    width: 80%;
    margin: 0px 6%;
    border-radius: 20px;
    margin-top: 100px;
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4);
}

.input-search {
    width: 90%;
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
    margin-left: 10%;
    outline: none;
    margin-top: -5px;
    opacity: 0.8;
}

#search-top-toggle {
    display: none;
    font-weight: bold;
    font-size: 15px;
    color: #490d55;
}

#btn-search-toggle-out {
    display: none;
}

.btn-cascata {
    width: 200px;
    height: 40px;
    background: transparent;
    color: #ffffff;
}

.section-new-block {
    width: 100%;
    height: 100vh;
    display: inline-block;
}

.master-block-info {
    display: inline-block;
    width: 100%;
}

.block-master-l {
    width: 50%;
    height: 100vh;
    background: rgb(73, 13, 85);
    background: linear-gradient(
        222deg,
        rgba(73, 13, 85, 1) 0%,
        rgba(73, 13, 85, 1) 45%,
        rgba(135, 48, 153, 1) 100%
    );
    float: left;
    padding: 100px 150px;
}

.block-master-r {
    width: 50%;
    height: 100vh;
    float: left;
    background-image: url("/images/pexels-cottonbro-studio-5310782.jpg");
    background-size: 100%;
    background-position: center;
}

.block-masterx-r {
    width: 50%;
    height: 100vh;
    float: left;
    background-image: url("/images/pexels-pixabay-416809.jpg");
    background-size: cover;
    background-position: center;
}

p.text-subscript-new-block {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    margin-top: 100px;
}

p.text-prime-block {
    font-size: 18px;
    color: #ffffff;
    margin-top: 30px;
}

.master_zero {
    background-image: url("/images/fundo_master.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.master_1 {
    background-image: url("/images/fundo_master1.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.master_2 {
    background-image: url("/images/fundo_master2.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.master_3 {
    background-image: url("/images/fundo_master3.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.master_4 {
    background-image: url("/images/fundo_master4.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.subtitulo-content-max {
    font-size: 30px;
    font-weight: bold;
}

.cart-mobile {
    width: 0px;
    visibility: hidden;
}

.button-panel {
    width: 90px;
    height: 40px;
    background-color: #5d116d;
    color: #ffffff !important;
    font-weight: bold;
    border: 0px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    transition: 500ms;
}

.button-panel:hover {
    width: 90px;
    height: 40px;
    background-color: #5d116d;
    color: #ffffff;
    font-weight: bold;
    border: 0px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    transition: 500ms;
}

.button-panel-2 {
    width: 150px;
    height: 40px;
    background-color: #490d55;
    color: #ffffff;
    font-weight: bold;
    border: 0px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    transition: 500ms;
}

.button-panel-2:hover {
    width: 150px;
    height: 40px;
    background-color: #5d116d;
    color: #ffffff;
    font-weight: bold;
    border: 0px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    transition: 500ms;
}

.button_newlatter {
    width: 70%;
    margin: 0px 15%;
    height: 40px;
    border-radius: 5px;
    background-color: #fafafa;
    color: #490d55;
    font-size: 14px;
    font-weight: bold;
}

.modal_news {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.box_modal {
    width: 800px;
    height: 400px;
    border-radius: 10px;
    padding: 40px;
    background: #ffffff;
    margin: 10% auto 0px auto;
}

p.title_popup {
    font-size: 25px;
    font-weight: bold;
    color: #212121;
}

.line_popup {
    width: 100%;
    display: inline-block;
}

.ba {
    width: 49%;
    float: left;
    margin-right: 1%;
}

.bb {
    width: 49%;
    float: left;
    margin-left: 1%;
}

.input_popup {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    outline: none;
    padding-left: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

p.form-text-1 {
    font-size: 15px;
}

button.button_popup {
    width: 40%;
    height: 40px;
    font-weight: bold;
    margin-top: 20px;
    font-size: 17px;
    border-radius: 100px;
    background-color: #5d116d;
    color: #ffffff;
}

ul.list_payment_ul li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}

/* RESPONSIVIDADE */
@media all and (min-width: 2px) and (max-width: 820px) {
    #navbar-top {
        width: 101%;
        padding: 0px 21px;
        margin-left: -2px;
        position: fixed;
    }

    .top-complete {
        width: 100%;
        height: 100%;
        background-color: #ffff;
        background-position: center;
        opacity: 0.9;
        z-index: -1000;
        position: absolute;
        margin-left: -5%;
        display: none;
    }

    #background-top {
        width: 100%;
        height: 80vh;
        display: inline-block;
    }

    #box-inf {
        width: 100%;
        margin: 250px 0 0px 0;
    }

    p#title-welcome {
        font-family: system-ui, cursive;
        color: #ffffff;
        font-size: 30px;
        text-align: center;
    }

    p#title-landing {
        margin-top: -30px;
        font-weight: bolder;
        color: #ffffff;
        font-size: 50px;
        text-align: center;
        text-transform: uppercase;
    }

    #wdt-l1 {
        width: 23.3%;
    }

    #wdt-c1 {
        width: 53.3%;
    }

    #wdt-r1 {
        width: 23.3%;
    }

    #wdt-l2 {
        width: 20.3%;
    }

    #wdt-c2 {
        width: 59.3%;
    }

    #wdt-r2 {
        width: 20.3%;
    }

    #wdt-l3 {
        width: 15.3%;
    }

    #wdt-c3 {
        width: 69.3%;
    }

    #wdt-r3 {
        width: 15.3%;
    }

    p#title-feat {
        font-size: 25px;
        line-height: 26px;
        margin-top: 0px;
    }

    #line-winner {
        width: 100%;
        height: auto;
    }

    #line-actve {
        width: 100%;
        height: auto;
    }

    .card-item {
        width: 90%;
        height: 400px;
        margin: 0px 6% 0px 4%;
        float: left;
    }

    .col-product {
        width: 90%;
        margin: 0px 6% 0px 4%;
        height: 520px;
        padding: 0px;
    }

    .col-consci {
        width: 90%;
        height: 270px;
        margin: 0px 6% 0px 4%;
        float: left;
    }

    #indicators {
        display: none;
    }

    #btn-controll1 {
        display: none;
    }

    #btn-controll2 {
        display: none;
    }

    #section-secundary {
        width: 100%;
        display: inline-block;
        height: 400px;
    }

    .sections-default {
        width: 100%;
        display: inline-block;
        height: 800px;
    }

    .background-complete {
        background-size: 160%;
        background-position: top;
    }

    p.text-subscript {
        margin-top: 120px;
        font-size: 25px;
        line-height: 25px;
    }

    .box-form {
        width: 80%;
        margin: 0px 10%;
    }

    button#btn-subscript {
        font-size: 10px;
        line-height: 12px;
    }

    #colunm1 {
        width: 100%;
        margin-top: 0px;
    }

    #colunm2 {
        display: none;
    }

    #colunm3 {
        width: 100%;
        margin: 30px 0px 0px 0px;
        padding: 0px;
    }

    #colunmxd {
        width: 100%;
    }

    .footer-menu {
        margin-left: 0px;
        padding-left: 11px;
    }

    .footer-network {
        float: right;
    }

    .model-menu {
        background-color: transparent;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: none;
    }

    .box-model-menu {
        width: 90%;
        margin: 0px 5%;
        border-radius: 20px;
        margin-top: 100px;
        background-color: #ffffff;
        padding: 30px;
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4);
    }

    .input-search {
        width: 100%;
        height: 40px;
        border-radius: 5px;
        padding-left: 10px;
        margin-left: 0%;
        border: solid 1px #a19e9e;
        margin-bottom: 25px;
        outline: none;
        margin-top: 5px;
        background: #fafafa;
    }

    .navbar-model-menu a {
        display: flex;
        margin-bottom: 10px;
        font-size: 18px;
        color: #490d55;
        font-weight: bold;
    }

    .bg_video_vertical {
        position: absolute;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -1000;
        background: url(images/torre.jpg) no-repeat;
        background-size: cover;
        opacity: 0.8;
        -moz-opacity: 0.4;
        -ms-opacity: 0.4;
        -o-opacity: 0.4;
        -webkit-opacity: 0.8;
        visibility: visible;
    }

    .bg_video {
        position: absolute;
        right: 0;
        bottom: 0;
        min-width: 0%;
        min-height: 0%;
        width: auto;
        height: auto;
        z-index: -1000;
        background: url(images/torre.jpg) no-repeat;
        background-size: cover;
        opacity: 0.8;
        -moz-opacity: 0.4;
        -ms-opacity: 0.4;
        -o-opacity: 0.4;
        -webkit-opacity: 0.8;
        visibility: hidden;
    }

    .bar-top {
        width: 200px;
        height: 4px;
        background-color: #490d55;
        margin-top: 150px;
    }

    /* .background-complete-bloco1 {
        width: 100%;
        height: 100%;
        background-image: url(../images/view-red-cottages-by-coastline-hamn-y-lofoten-islands-norway.jpg);
        background-size: 370%;
        background-position: top;
        opacity: 0.4;
        z-index: -1000;
        position: absolute;
    }

    .background-complete-bloco1 {
        width: 100%;
        height: 100vh;
    } */

    .text-subscript-block {
        font-size: 35px;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        line-height: 38px;
        margin-top: 20px;
    }

    .background-complete-bloco2 {
        width: 100%;
        height: 100%;
        background-image: url(../images/pexels-centre-for-ageing-better-7849191.jpg);
        background-size: 370%;
        background-position: center;
        opacity: 0.4;
        z-index: -1000;
        position: absolute;
    }

    .box-blade {
        width: 100%;
        display: inline-block;
        padding: 40px;
        height: 550px;
        background: rgb(73, 13, 85);
        background: linear-gradient(
            222deg,
            rgba(73, 13, 85, 1) 0%,
            rgba(73, 13, 85, 1) 45%,
            rgba(135, 48, 153, 1) 100%
        );
    }

    .section-brand {
        width: 100%;
        margin-top: -5px;
        height: 650px;
        background: #fafafa;
    }

    .text-subscript-brand {
        font-size: 35px;
        line-height: 36px;
        text-transform: uppercase;
        font-weight: bold;
        color: #212121;
    }

    .section-new-block {
        width: 100%;
        height: 100vh;
        display: inline-block;
    }

    .master-block-info {
        display: inline-block;
        width: 100%;
    }

    .block-master-l {
        width: 100%;
        height: 550px;
        background-color: blue;
        float: left;
        padding: 50px;
    }

    .block-master-r {
        width: 100%;
        height: 550px;
        float: left;
        background-image: url("/images/pexels-cottonbro-studio-5310782.jpg");
        background-size: 100%;
        background-position: center;
    }

    p.text-subscript-new-block {
        font-size: 35px;
        line-height: 37px;
        text-transform: uppercase;
        font-weight: bold;
        color: #ffffff;
        margin-top: 30px;
    }

    p.text-prime-block {
        font-size: 18px;
        color: #ffffff;
        margin-top: 30px;
    }

    .block-masterx-r {
        width: 100%;
        height: 550px;
        float: left;
        background-image: url("/images/pexels-pixabay-416809.jpg");
        background-size: 100%;
        background-position: center;
    }

    .master_zero {
        background-image: none;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .master_1 {
        background-image: none;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .master_2 {
        background-image: none;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .master_3 {
        background-image: none;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .master_4 {
        background-image: none;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .subtitulo-content-max {
        font-weight: bold;
        font-size: 30px;
        line-height: 32px;
    }

    ul.products-itens {
        margin-left: -15px;
    }

    ul.products-itens li {
        list-style: none;
        margin-bottom: 10px;
    }

    .container-pag {
        padding: 50px 15px;
    }

    .cart-mobile {
        width: auto;
        visibility: visible;
    }
}

#background-primary {
    /* background: #ffff; */
}

#section-secundary1 {
    width: 100%;
    height: 100vh;
    display: inline-block;
}

.background-coastiline {
    background-image: url(../images/view-red-cottages-by-coastline-hamn-y-lofoten-islands-norway.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
