 * {
     padding: 0;
     margin: 0;
     box-sizing: border-box;
     list-style-type: none;
 }

 body {
     background-color: #505c45;
 }

 html {
     -webkit-text-size-adjust: 100%;
 }

 .logoInspiree {
     width: 220px;
     height: 100px;
     margin-top: 15px;
     margin-bottom: 20px;
 }

 .linkRetorno {
     all: unset;
     cursor: pointer;
     margin-top: 40px;
     font-family: "Merriweather", serif;
     font-weight: 200;
     font-style: normal;
     color: #E6D3B3;
 }

 .principalMenu {
     margin-top: 30px;
 }

 .principalMenu a {
     all: unset;
     cursor: pointer;
     margin-top: 40px;
     font-family: "Merriweather", serif;
     font-weight: 200;
     font-style: normal;
     color: #E6D3B3;
 }

 .firstLine,
 .secondLine,
 .thirdLine,
 .fourthLine {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 150px;
 }

 .service {
     width: 550px;
     height: auto;
     padding-bottom: 40px;
 }

 .titleFacialCare {
     font-family: "Merriweather", serif;
     font-size: 28px;
     font-weight: 300;
     line-height: 1.5;
     color: #E6D3B3;
 }

 .line {
     margin-bottom: 30px;
     color: #E6D3B3;
 }

 .subtitleFacialCare {
     max-width: 500px;
     font-family: "Merriweather", serif;
     font-weight: 300;
     line-height: 1.5;
     margin-bottom: 15px;
     color: #E6D3B3;
 }

 .benefits {
     font-family: "Merriweather", serif;
     font-weight: 300;
     line-height: 1.5;
     color: #E6D3B3;
 }

 .buttonFacialCare {
     all: unset;
     display: flex;
     width: 180px;
     height: 44px;
     cursor: pointer;
     justify-content: center;
     align-items: center;
     font-family: "Merriweather", serif;
     font-size: 16px;
     margin-top: 20px;
     color: #505c45;
     background-color: #E6D3B3;
     border-radius: 50px;
 }

 .buttonFacialCare a {
     all: unset;
 }

 .buttonFacialCare:hover {
     background-color: white;
     color: #505c45;
 }

 /* Responsividade Para Celulares */
 @media (max-width: 360px) {

     .logoInspiree {
         width: 220px;
         height: 100px;
         margin-top: 15px;
         margin-bottom: 20px;
     }

     .linkRetorno {
         all: unset;
         cursor: pointer;
         margin-top: 40px;
         font-family: "Merriweather", serif;
         font-weight: 200;
         font-style: normal;
         color: #E6D3B3;
     }

     .principalMenu {
         gap: 100px;
         margin-top: 30px;
     }

     .principalMenu a {
         all: unset;
         cursor: pointer;
         margin-top: 40px;
         font-family: "Merriweather", serif;
         font-weight: 200;
         font-style: normal;
         color: #E6D3B3;
     }

     .firstLine,
     .secondLine,
     .thirdLine,
     .fourthLine {
         display: flex;
         justify-content: center;
         align-items: center;
         gap: 150px;

     }

     .service {
         width: 550px;
         height: auto;
         padding-bottom: 40px;
     }

     .titleFacialCare {
         font-family: "Merriweather", serif;
         font-size: 28px;
         font-weight: 300;
         line-height: 1.5;
         color: #E6D3B3;
     }

     .line {
         margin-bottom: 30px;
         color: #E6D3B3;
     }

     .subtitleFacialCare {
         max-width: 500px;
         font-family: "Merriweather", serif;
         font-weight: 300;
         line-height: 1.5;
         margin-bottom: 15px;
         color: #E6D3B3;
     }

     .benefits {
         font-family: "Merriweather", serif;
         font-weight: 300;
         line-height: 1.5;
         color: #E6D3B3;
     }

     .buttonFacialCare {
         all: unset;
         display: flex;
         width: 180px;
         height: 44px;
         cursor: pointer;
         justify-content: center;
         align-items: center;
         font-family: "Merriweather", serif;
         font-size: 16px;
         margin-top: 20px;
         color: #505c45;
         background-color: #E6D3B3;
         border-radius: 50px;
     }

     .buttonFacialCare a {
         all: unset;
     }

     .buttonFacialCare:hover {
         background-color: white;
         color: #505c45;
     }
 }

 @media (max-width: 414px) {

     .firstLine,
     .secondLine,
     .thirdLine,
     .fourthLine {
         display: flex;
         justify-content: center;
         align-items: center;
         flex-direction: column;
         padding-left: 400px;
         gap: 0px;
     }

     .service {
         width: 600px;
         padding: 0;
         box-sizing: border-box;
     }

     .principalMenu {
         gap: 100px;
         margin-top: 30px;
     }


     .principalMenu a {
         all: unset;
         cursor: pointer;
         margin-top: 40px;
         font-family: "Merriweather", serif;
         font-weight: 200;
         font-style: normal;
         color: #E6D3B3;
         padding-right: 100px;
     }

     .titleFacialCare {
         font-family: "Merriweather", serif;
         font-size: 28px;
         font-weight: 300;
         line-height: 1.5;
         color: #E6D3B3;
     }

     .subtitleFacialCare {
         max-width: 400px;
         font-family: "Merriweather", serif;
         font-weight: 300;
         line-height: 1.5;
         margin-bottom: 15px;
         color: #E6D3B3;
     }

     .buttonFacialCare {
         width: 100%;
         max-width: 200px;
         font-size: 15px;
     }
 }

 @media (max-width: 480px) {

     .firstLine,
     .secondLine,
     .thirdLine,
     .fourthLine {
         display: flex;
         justify-content: center;
         align-items: center;
         flex-direction: column;
         padding-left: 400px;
         gap: 0px;
     }

     .service {
         width: 600px;
         padding: 0;
         box-sizing: border-box;
     }

     .principalMenu {
         gap: 100px;
         margin-top: 30px;
     }


     .principalMenu a {
         all: unset;
         cursor: pointer;
         margin-top: 40px;
         font-family: "Merriweather", serif;
         font-weight: 200;
         font-style: normal;
         color: #E6D3B3;
         padding-right: 100px;
     }

     .titleFacialCare {
         font-family: "Merriweather", serif;
         font-size: 28px;
         font-weight: 300;
         line-height: 1.5;
         color: #E6D3B3;
     }

     .subtitleFacialCare {
         max-width: 400px;
         font-family: "Merriweather", serif;
         font-weight: 300;
         line-height: 1.5;
         margin-bottom: 15px;
         color: #E6D3B3;
     }

     .buttonFacialCare {
         width: 100%;
         max-width: 200px;
         font-size: 15px;
     }
 }

 @media (max-width: 768px) {

     .firstLine,
     .secondLine,
     .thirdLine,
     .fourthLine {
         flex-direction: column;
         gap: 40px;
         align-items: center;
         padding-left: 40px;
     }

     .service {
         width: 100%;
         max-width: 90%;
         padding: 0 20px;
         margin-bottom: 40px;
         box-sizing: border-box;
     }

     .logoInspiree {
         width: 180px;
         height: auto;
         margin: 20px auto;
         display: block;
     }

     .titleFacialCare {
         font-size: 24px;
     }

     .subtitleFacialCare,
     .benefits {
         font-size: 14px;
         text-align: justify;
     }

     .buttonFacialCare {
         width: 100%;
         max-width: 200px;
         font-size: 15px;
     }

     .principalMenu {
         gap: 100px;
         margin-top: 30px;
     }


     .linkRetorno,
     .principalMenu a {
         display: block;
         text-align: center;
         margin-top: 20px;
         font-size: 15px;
     }
 }

 @media (min-width: 1024px) {

     .firstLine,
     .secondLine,
     .thirdLine,
     .fourthLine {
         display: flex;
         justify-content: center;
         align-items: center;
         gap: 90px;
         padding-left: 40px;
         padding-right: 40px;
     }

     .principalMenu {
         gap: 100px;
         margin-top: 30px;
     }


     .titleFacialCare {
         font-family: "Merriweather", serif;
         font-size: 25px;
         font-weight: 300;
         line-height: 1.5;
         color: #E6D3B3;
     }

 }

 @media (max-width: 1200px) {

     .firstLine,
     .secondLine,
     .thirdLine,
     .fourthLine {
         display: flex;
         justify-content: center;
         align-items: center;
         gap: 90px;
         padding-left: 40px;
         padding-right: 40px;
     }

     .principalMenu {
         gap: 100px;
         margin-top: 30px;
     }


     .titleFacialCare {
         font-family: "Merriweather", serif;
         font-size: 25px;
         font-weight: 300;
         line-height: 1.5;
         color: #E6D3B3;
     }

 }


 /* Telas Maiores */
 /* @media (min-width: 768px) {

     .firstLine,
     .secondLine,
     .thirdLine,
     .fourthLine {
         flex-direction: column;
         gap: 40px;
         align-items: center;
         padding-left: 40px;
     }

 }

 @media (min-width: 600px) and (max-width: 900px) {

     .firstLine,
     .secondLine,
     .thirdLine,
     .fourthLine {
         display: flex;
         justify-content: center;
         align-items: center;
         gap: 0px;
     }

     .service {
         width: 550px;
         height: auto;
         margin-bottom: 70px;
     }

     .principalMenu a {
         all: unset;
         cursor: pointer;
         margin-top: 40px;
         font-family: "Merriweather", serif;
         font-weight: 200;
         font-style: normal;
         color: #E6D3B3;
         padding-right: 100px;
     }

 } */