* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    color: #000000;
}

a {
    text-decoration: none;
    color: initial;
}

.ahover:hover {
    color: #1F339B;
}

.text-center{
    text-align: center;
}

p,
h2,
h3,
h4,
h5,
h1,
h6 {
    margin: 0px !important;
}

:root {
    --white: #FFFFFF;
    --black: #000000;
    --green: rgb(0,216,196);
    --border: #f1f1f1;
    --borderitem: #e7e7e7;
}

.fz-13{
    font-size: 13px;
}

.fz-14{
    font-size: 14px;
}

.fz-15{
    font-size: 15px;
}

.fz-16{
    font-size: 16px;
}

.fz-18{
    font-size: 18px;
}

.fz-22-5{
    font-size: 22.5px;
}

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

.fz-30{
    font-size: 30px;
}

.fz-45{
    font-size: 45px;
}

.fw-500{
    font-weight: 500;
}

.fw-600{
    font-weight: 600;
}

.fw-700{
    font-weight: 700;
}

.lh-1-2{
    line-height: 1.2;
}

.lh-1{
    line-height: 1.2;
}

body {
    margin: 0 0 0 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: var(--black);
    line-height: 24px;
}

.f-play{
    font-family: "Playfair Display", serif;
}

.desk{
    display: initial !important;
}

.desk-block{
    display: block !important;
}

.desk-flex{
    display: flex !important;
}

.mob{
    display: none !important;
}

.mob-flex{
    display: none !important;
}

.pointer {
    cursor: pointer;
}

button {
    cursor: pointer;
    margin: 0px;
}

.upper-case{
    text-transform: uppercase;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li{
    padding: 0px 15px;
    cursor: pointer;
}


.bt-fs-italic {
    font-style: italic;
}

header{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.header-line{
    height: 25px;
    background: var(--green);
}

.max-container{
    width: 100%;
    max-width: 1300px;
    display: flex;
    margin: auto;
}

.header-account{
    display: flex;
    gap: 24px;
    font-size: 14px;
    margin-right: 30px;
}

.img-logo{
    margin-top: 25px;
    margin-bottom: 25px;
    width: 330px;
    height: auto;
}

.main-menu{
    width: 100%;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    display: flex;
}

.main-menu ul{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}

button{
    background: var(--green);
    border: 0px;
    color: var(--white);
    height: 52px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 18px;
    padding: 0px 15px;
}

button.black{
    background: var(--white);
    font-family: "Montserrat", sans-serif;
    color: var(--black);
    border:1px solid var(--black);
    font-size: 15px;
    padding: 0px 40px;
}

.main-slide{
    display: flex;
    position: relative;
}

.main-slide img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.slid-title{
    position: absolute;
    top: 23%;
    right: 20%;
}

.titlegreen{
    font-family: "Playfair Display", serif;
    font-size: 72px;
    font-weight: 700;
    color: var(--green);
    line-height: 1;
}

.slid-title p{
    font-size: 35px;
    line-height: 2.5;
}

.slid-title button{
    font-size: 18px;
    width: 200px;
}

.item-product{
    width: 279px;
}

.item-product img{
    width: 300px;
    height: 310px;
    border: 1px solid var(--borderitem);
    object-fit: cover;
}

.w30{
    width: 30%;
}

.w50{
    width: 50%;
}

.w70{
    width: 70%;
}

.w100{
    width: 100%;
}

.h600px{
    height: 600px;
}

.h100px{
    height: 70px;
}

.h600px img{
    height: 600px;
    width: 100%;
}

.flex{
    display: flex;
}

.gap-40{
    gap: 40px;
}

.gap-30{
    gap: 30px;
}

.gap-25{
    gap: 25px;
}

.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-start{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-align-base{
    align-items: baseline;
}

.flex-align-center{
    align-items: center;
}

.flex-align-start{
    align-items: flex-start;
}

.flex-wrap{
    flex-wrap: wrap;
}

.flex-column{
    flex-direction: column;
}


.objectfit{
    object-fit: cover;
}

.pdv-30{
    padding-right: 30px;
    padding-left: 30px;
}

.pdv-30-nomobile{
    padding-right: 30px;
    padding-left: 30px;
}

.pdh-15{
    padding-top: 15px;
    padding-bottom: 15px;
}

.pdh-25{
    padding-top: 25px;
    padding-bottom: 25px;
}

.pt-55{
    padding-top: 55px;
}

.pb-70{
    padding-bottom: 70px;
}

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

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

.mt-30{
    margin-top: 30px !important;
}

.mt-40{
    margin-top: 40px !important;
}

.mt-25{
    margin-top: 25px !important;
}

.mt-20{
    margin-top: 20px !important;
}

.mt-50{
    margin-top: 50px !important;
}

.mt-60{
    margin-top: 60px !important;
}

.mt-70{
    margin-top: 70px !important;
}

.mt-90{
    margin-top: 90px !important;
}

.mt-15{
    margin-top: 15px !important;
}

.mt-5{
    margin-top: 5px !important;
}

.mr-20{
    margin-right: 20px;
}

.mr-30{
    margin-right: 30px;
}

.mr-100{
    margin-right: 100px;
}

.ml-40{
    margin-left: 40px;
}

.contact-l{
    position: relative;
    width: 55%;
    height: 410px;
}

.contact-text{
    position: absolute;
    top: 95px;
    left: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.contact-l img{
    width: 100%;
    height: 410px;
}

.contact-text h4{
    line-height: 1.1;
    font-size: 16px;
}

.contact-text h3{
    font-weight: 700;
    font-size: 90px;
    font-family: "Playfair Display", serif;
    line-height: .7;
    color: var(--green);
}

.contact-text p{
    line-height: 1.2;
    font-size: 14px;
    margin-top: 35px !important;
}

.contact-text button{
    margin-top: 20px;
    padding: 0px 50px;
}

.contact-r{
    background-color: var(--green);
    width: 45%;
    height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact-r h4{
    font-family: "Playfair Display", serif;
    color: var(--white);
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px !important;
}

.contact-r p {
    font-size: 12px;
    color: var(--white);
    line-height: 1;
    margin-bottom: 25px !important;
}

.contact-r input {
    width: 100%;
    max-width: 350px;
    font-size: 18px;
    height: 50px;
    border: 0px;
    margin-bottom: 30px;
    padding: 0px 12px;
}

.spacer{
    height: 1px;
    width: 100%;
    background: #949494;
    margin-top: 70px;
    margin-bottom: 70px;
}


.main-product-l{
    width: 63%;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}

.main-product-l img{
    width: 70%;
    max-width: 564px;
    background-color: #f9f9f9;
    height: 555px;
    object-fit: cover;
}

.product-tumbs{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 28px;
}

.product-tumbs img{
    width: 168px;
    height: 166px;
    object-fit: cover;
}

.main-product-r{
    width: 37%;
}

.cantProduct{
    width: 65px;
    height: 51px;
    background: var(--white);
    border: 1px solid var(--borderitem);
    text-align: center;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
    display: block;
}

.header-footer{
    width: 100%;
    height: 100px;
    background-color: var(--green);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
}

.footer-t {
    background-color: var(--white) !important;
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.h-80{
    height: 80px;
    border: 0px;
    background-color: var(--white);
}


button:hover{
    color: var(--black);
    background-color: var(--white);
    border: 1px solid var(--black);
}

button.black:hover{
    color: var(--white);
    background-color: var(--green);
    border: 1px solid var(--white);
}





















