:root {
    --beige1: #f3e5da;
    --beige2: #efdccc;
    --beige3: #e9d3c0;
    --beige4: #dbc2ad;
    --beige5: #d1b7a1;
    --beige6: #a18167;
    --white: #ffffff;
    --greytittle: #a8a8a8;
    --greybody: #8a8a8a;
}

/** GLOBALES by lemon **/
html {
    font-size: 50%;
    box-sizing: border-box;
    scroll-snap-type: y mandatory;
    font-family: Darker Grothesque;
}

body {
    font-family: Darker Grothesque;
    margin: 0;
    padding: 0;
}

/** GENERAL TEXT **/

header {
    background-color: var(--beige1);
    height: 22px;
    width: 100%;
    margin: 0;
}

h1 {
    font-size: 14px;
    font-family: Darker Grotesque;
    color: var(--greybody);
    text-align: center;
    margin: 0;
    font-weight: 600;
}

h2 {
    text-align: center;
    font-size: 26px;
    font-family: Darker Grotesque;
    color: var(--beige6);
    font-weight: 200;
}

h3 {
    font-size: 22px;
    color: var(--greytittle);
    text-decoration: underline;
}

h4 {
    font-size: 26px;
    background-color: #e9d3c0;
    width: 100%;
    text-align: center;
    color: white;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
} 

h5 {
    display: inline-block;
    background-color: var(--beige3);
    border-radius: 16px;
    font-size: 26px;
    font-weight: bold;
    color: var(--white);
    padding: 10px;
    box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.4);
}

p {
    font-size: 18px;
    text-align: justify;
    color: var(--greybody);
}

/* HEADER SECTION */

.header-section {
    margin: 0;
}

/** SLOGANS **/

.slogan-section {
    background-color: var(--white);
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slogan {
    font-size: 24px;
}

.success {
    color: var(--white);
    font-size: 24px;
    font-family: Bungee Shade;
    color: var(--beige6);
    font-weight: 200;
}

.slogan-image {
    width: 100px;
    height: 60px;
    box-shadow: -8px 8px 4px rgba(219, 194, 173, 0.5);
}

/** NAV BAR **/

/* Estilo para la sección */
.zonaA {
    background-color: #D1B7A1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    height: 20px;
}

/* Estilo para el texto "Lemon Designs" */
.zonaB {
    font-family: "Darker Grotesque", sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

/* Estilo para la zona de enlaces */
.zonaC {
    display: flex;
}

/* Estilo para los enlaces */
.zonaC a {
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 20px;
    font-family: "Darker Grotesque", sans-serif;
    font-size: 20px;
}

/* Estilo para los enlaces al pasar el ratón */
.zonaC a:hover {
    text-decoration: underline;
}

/* HOME SLOGAN */

.home-slogan {
    font-family: "Darker Grotesque", sans-serif;
    font-size: 24px;
    color: var(--greytittle);
    font-weight: 600;
    text-align: center;
    padding: 20px;
}

.home-slogan-span {
    color: var(--greytittle);
    font-weight: 600;
}

.image-homeslogan {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
}

.slogan-background {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    overflow: hidden;
    position: relative;
    padding: 0 0 40px 0;
    margin-bottom: 40px;
}

/* SERVICES HOME */

.services-home {
    display: flex;
    justify-content: center;
    max-width: 980px;
    margin: 0 auto;
    align-items: center;
}
  
.services-home > div {
    flex: 1;
    margin: 0 40px;
    text-align: center;
}
  
.servicios {
    font-size: 18px;
}

.circle-container1,
.circle-container2,
.circle-container3 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-container1 {
    background-color: #DBC2AC;
}

.circle-container2 {
    background-color: #E9D4C1;
}

.circle-container3 {
    background-color: #F3E5DA;
}

.icons-home {
    color: var(--white);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
  
.design,
.business,
.development {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Alinear verticalmente el contenido */
.services-home > .design,
.services-home > .development,
.services-home > .business {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* SECTION CURRICULUM */

.imagery {
    position: relative;
    display: inline-block;
    flex: 30%;
    text-align: center;
    margin-right: 10px;
}

.imagery img {
    height: 230px;
    width: 150px;
    box-shadow: -8px 8px 4px rgba(0, 0, 0, 0.25);
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.2));
}

.imagery::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.curriculum {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
  
.text-presentation {
    flex: 70%;
    padding: 20px;
}

h3.name {
    text-decoration: none;
    font-size: 24px;
}

.curriculum-text {
    font-size: 18px;
    margin-right: 60px;
}

/* BRANDS PORTFOLIO */

.portfolio-header {
    font-size: 24px;
    margin-left: 40px;
}

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

.logos img {
    height: 45px;
    width: 135px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
}

/* FOOTER */

p.footer-text {
    font-size: 12px;
    text-align: center;
    align-items: center;
}

a.footer-link {
    color: var(--greybody);
    font-size: 12px;
    text-decoration: none;
}

.footer {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}

/* SERVICES.HTML STARTS HERE */

.servicios {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
}

.servicios > div {
    display: flex;
    align-items: center;
    padding: 30px;
}

.servicios > div > .tamaño {
    flex: 0 0 auto;
    margin-right: 30px;
}

.servicios > div > .contenido {
    flex: 1;
    padding: 20px;
}

.servicios > div > .contenido > h3,
.servicios > div > .contenido > p {
    margin-bottom: 10px; 
}

.tamañoimagen {
    width: 150px;
    height: 150px;
}

.servicio-header {
    font-weight: bold;
}

.servicio-text {
    font-size: 18px;
    font-weight: lighter;
    color: var(--greytittle);
}

/* GALLERY.HTML STARTS HERE */

.gallerygrid {
    padding: 30px;
}

.project1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    grid-gap: 10px;
    margin-bottom: 30px;
    position: relative;
}

.project1::after {
    content: '';
    position: absolute;
    top: calc(100% + 20px);
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: var(--beige5);
}

.section1 {
    grid-column: 1 / 3;
}

.section1end {
    grid-column: 1/4;
}

.project2 {
    display: flex;
    margin-top: 50px;
}

.mainsection2::after {
    content: '';
    position: absolute;
    margin-top: 20px;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: var(--beige5);
}

.section2 {
    display: block;
    margin-left: 40px;
}

.section3 {
    display: flex;
    margin-top: 70px;
}

.text-section3 {
    align-items: center;
    justify-content: center;
    margin-left: 40px;
}

/* IMAGERY */

.tamaño1 {
    width: 330px;
    height: 200px;
    margin: auto;

}

.tamaño2 {
    width: 160px;
    height: 130px;
}

.tamaño3 {
    width: 330px;
    height: 200px;
    margin-right: 20px;
}

.tamaño4 {
    width: 330px;
    height: 200px;
}

/* METHODOLOGY.HTML STARTS HERE */

.cabezal {
    padding: 20px;
    text-align: justify;
    color: var(--greybody);
    font-weight: 100;
    font-size: 18px;
}   

.size {
    height: 200px;
    width: 200px;
    box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.4);
    margin-left: auto;
    margin-right: auto;
}

.commitment,
.knowledge,
.detail {
    padding: 20px;
    display: flex;
    align-items: flex-end;
}

.values {
    margin-right: 40px;
}

.width-methodology {
    width: 500px;
    font-size: 18px;
}

/* CONTACT.HTML STARTS HERE */

.position,
.contactext {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.underline {
    text-decoration: underline;
}

.sorry {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.imagesorry {
    width: 650px;
    height: 450px;
    border-radius: 16px;
}

