/*
Theme Name: Diego Muñoz
Description: Un tema moderno de WordPress con Bootstrap 5
Author: David Rosado De la Cruz
Version: 1.0
Text Domain: diego-munoz
*/

/* Reset y variables CSS */
:root {
  --primary-color: #fff;
  --secondary-color: #828282;
  --dark-color: #000;
  --light-color: #f8fafc;
  --font-family: 'Inter', sans-serif;
}

/* Base styles */
body {
    background-color: var(--primary-color);
    font-family: var(--font-family);
    line-height: 1.5;
    color: var(--secondary-color);
    font-size: 16px;
}
h2, .h2, h3, .h3 {font-weight: 400;}
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2.2em;
    }
}
b, strong {
    font-weight: 600;
}

/*Header*/
.header-grid {
    align-items: center;
    justify-content: space-between;
    padding-block: 25px;
}
.header_nav #menu-principal {
    display: flex;
    gap: 2em;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.header_nav #menu-principal li a {
    text-decoration: none;
    color: var(--secondary-color);
}
.header_nav #menu-principal li a:hover {
    color: var(--dark-color);
}

/*Banner*/
.banner-page {
    position: relative;
}
.banner-page .banner-image {
    border: none;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.banner-page .banner-text {
    display: flex;
    position: absolute;
    padding-top: 10%;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
}
.banner-page .banner-text .wrapper-text {
    max-width: 730px;
}
.banner-page .banner-text .wrapper-text h2 {font-size: 2.2em; color: var(--primary-color);}
.page-template-template-diego .banner-page .banner-text {
    padding-top: 0;
    align-items: center;
} 
@media (max-width: 1024px) {
    .banner-page .banner-image {
        min-height: 50vh;
        object-fit: cover;
    }
    .banner-page .banner-text .wrapper-text h2 {font-size: 1.5em;}
}

.items-home {position: relative; margin-top: 10px;}
.item-home .item-text {position: relative;}
.item-home .item-text .contenedor {
    padding-block: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.5em;
    margin: auto;
    max-width: 400px;
    min-height: 300px;
    height: 100%;
}
.item-home .item-text .contenedor > * {
    margin-bottom: 0;
}
.item-home .item-text .contenedor h3 {
    font-size: 1.5em;
    color: var(--dark-color);
    font-weight: 500;
}
.item-home .item-text .contenedor h4 {
    font-size: 1rem;
    margin-bottom: 1.2em;
}
.item-home .item-text .contenedor ul {
    list-style: none;
    padding-left: 0;
}
.item-home .item-text .contenedor a {
    color: var(--secondary-color);
    text-decoration: none;
}
.item-home .item-text .contenedor a:hover {color: var(--dark-color)}
.items-home .item-home:nth-child(2) .row {
    flex-direction: row-reverse;
}
@media (max-width: 1024px) {
    .item-home .item-text .contenedor {padding-block: 50px;}
}

/*Diego Muñox*/
@media (min-width: 1024px) {
    .description-diego .row {
        justify-content: end;
    }
    .description-diego .description-content {
        font-size: 1.5em;
        width: 717px;
    }
}
.description-diego .description-content {
    color: var(--dark-color);
    padding-block: 80px;
    font-size: 1.3em;
    display: flex;
    flex-direction: column;
    gap: 40px
}
.description-diego .description-content p {
    margin-bottom: 0;
}
.highlights .content-highlights {
    padding-block: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.5em;
    margin: auto;
    max-width: 400px;
    min-height: 300px;
    height: 100%;
}
.highlights .content-highlights  > * {
    margin-bottom: 0;
}
.highlights .content-highlights h3 {
    font-size: 1.5em;
    color: var(--dark-color);
    font-weight: 500;
}
.highlights .content-highlights h4 {
    font-size: 1rem;
    margin-bottom: 1.2em;
}
.highlights .content-highlights ul {
    list-style: none;   
    padding-left: 0;
}
.highlights .content-highlights a {
    color: var(--secondary-color);
    text-decoration: none;
}
.highlights .content-highlights a:hover {color: var(--dark-color)}

@media (max-width: 1024px) {
    .highlights .content-highlights {padding-block: 50px;}
}

.slider-featured-journeys-dots {position: relative;}
.slider-featured-journeys .slick-dots {
    position: absolute;
    top: 25px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: 0;
}
.slider-featured-journeys .banner-text {
    color: var(--dark-color);
}
.slider-featured-journeys .slick-dots li button:before {
    color: var(--secondary-color);
    font-size: 20px;
}
.slider-featured-journeys .slick-dots li.slick-active button:before {
    color: var(--dark-color);
}
.slider-featured-journeys .slick-dots li {margin-inline: 10px}
@media (max-width: 1024px) {
    .slider-featured-journeys .slick-dots li button:before {
        font-size: 15px;
    }
}

#menu3t {
    padding-block: 3.5em;
}
#menu3t ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 2.5em;
}
#menu3t ul li a {
    text-decoration: none;
    color: var(--dark-color);
    font-weight: 500;
    font-size: 1.1em;
    text-decoration: underline;
}
#menu3t ul li a:hover {
    font-weight: 600;
}
#projects {
    margin-bottom: 3.5rem;
    position: relative;
}
.projects-content {
    background-color: #fffaf0;
}
.projects-content h3, .projects-content h4 {
    color: var(--dark-color);
}
.projects-content img {
    min-height: 550px;
    object-fit: cover;
}
.project-text {
    display: flex;
    align-items: end;
    padding: 3.5rem;
}
nav.projects-menu {
    position: absolute;
    right: 5%;
    top: 5%;
    padding: 2rem;
}
nav.projects-menu ul {
    list-style: none;
    flex-direction: column;
    padding-left: 0;
    gap: 2.5em;
}
nav.projects-menu ul li {margin-bottom: 1rem;}
nav.projects-menu ul li a {
    color: var(--dark-color);
    text-decoration: none;
}
nav.projects-menu ul li a:hover, nav.projects-menu ul li.active a {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .project-text {
        padding: 2rem;
    }
}

/*Footer*/
.footer-button {
    margin-block: 3.5em;
}
.footer-button a {
    text-decoration: none;
    color: var(--primary-color);
    background-color: var(--dark-color);
    border: 2px solid var(--dark-color);
    padding: 1em 2em;
    border-radius: 5px;
    display: block;
    text-align: center;    
}
.footer-button a:hover {
    background-color: var(--primary-color);
    border-color: var(--dark-color);
    color: var(--dark-color);
}
.footer-socials {
    margin-bottom: 2.5rem;
}
.socials-list{
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 1.5em;
}

.title-section {
    font-weight: 500;
    color: var(--dark-color);
    margin-bottom: 2.5rem;
}
.subtitle-section {
    font-weight: 500;
    font-size: 1.2em;
    color: var(--dark-color);
    margin-bottom: 1.5rem;
}
.member-name {
    color: var(--dark-color);
    margin-block: 1.5rem 2rem;
    font-size: 1.2em;
}
.member-image img {border-radius: 10px;}
.slick-slide img {max-width: 100%!important;}

@media (max-width: 767px) {
    .footer-button a {font-size: 14px;}
    .socials-list {justify-content: center;}
    .member-3tigres {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }    
    .member-image {
        display: flex;
        margin-inline: auto;
    }    
    .title-team-3tigres {
        text-align: center;
    }
}