
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bree+Serif&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bree+Serif&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

html{
    font-size: 18px;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    color: #333333;
}
.container{
    max-width: 1248px;
}
img {
    max-width: 100%;
}
h1, h2{
    font-family: "Playfair Display", serif;
}

h1{
  padding: 90px 0 85px 0;
  font-weight: normal;
}
h2{
    color: #4F5D2F;
    border-left: solid 4px #F1962F;
    padding-left: 15px;
    font-weight: normal;
}
ul {
    margin-left: 0;
    padding-left: 18px;
}
#logo-header{
    height: 60px;
}
p {
    line-height: 1.9em;
}
.descripcion p{
    text-indent: 18px;
    padding-right: 80px;
}
section#section2,
section#section5{
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #F6F6F6 50%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    padding: 150px 0;
}
.que-hago , .contacto{
    display: flex;
    align-items: center;
    justify-content: center;
}
.que-hago-text .texto {
    padding-left: 75px;
}
.que-hago-text .texto  li {
    margin-top: 10px;
    
}
.que-hago-text .texto ul{
    margin-top: 40px;
    margin-bottom: 40px;
}
.texto ul li::marker {
    color: #4F5D2F; /* color del bullet */
}
p.destacado {
    color: #4F5D2F;
}
.navbar-brand {
    margin-top: 15px;
}
/* ── Navbar ── */
#main-nav {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 0.6rem 0;

    border-bottom: solid 1px #4F5D2F;

}

#main-nav img#logo-header {
    /* width: 160px; */
    max-width: 100%;
    display: inline-block;
    margin: 0;
}
#main-nav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}
#main-nav .nav-link {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    color: #3a3a3a;
    padding: 0.4rem 1rem;
    transition: color 0.2s;
}

#main-nav .nav-link:hover,
#main-nav .nav-link.active {
    color: #F1962F;
}

#main-nav .navbar-toggler {border: none;}

#main-nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991px) {
    #main-nav .navbar-collapse {
        background-color: #fff;
        border-top: 1px solid #e8e8e8;
        padding: 0.5rem 0;
    }
    #main-nav .nav-link {
        padding: 0.6rem 1rem;
        border-bottom: 1px solid #f0f0f0;
    }
    #main-nav .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none;
        padding-right: 1rem;
    }
}


.como-trabajo, .trayectoria{
    padding: 150px 35px;
}
.trayectoria{
    background: transparent linear-gradient(90deg, #F8F8F8 0%, #F5F5F5 36%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.como-trabajo h2, .trayectoria h2{
    margin-bottom: 100px;
}
.como-trabajo p, .trayectoria p{
    width: 80%;
}
section#section4 {
    padding: 150px 0 110px;
}
section#section4 h2{
    margin: auto;
    display: block;
    width: fit-content  ;
}

.contacto-info {
    padding-right: 15%;
}
/* ── Footer ── */
#main-footer {
    border-top: 1px solid #e8e8e8;
    padding: 120px 0;
    background-color: #fff;
    padding-bottom: 150px;
}

.footer-brand img {
    width: 185px;
    max-width: 100%;
}

.footer-nav ul li {
    margin: 0 0.6rem;
}

.footer-nav ul li a {
    font-family: "Playfair Display", serif;
    font-size: 1rem;
    color: #3a3a3a;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-nav ul li a:hover {
    color: #F1962F;
}

.footer-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.6rem;
}

.footer-social a , .contact-links i{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 1.4rem;
    border: 1.5px solid #9a9a8a;
    border-radius: 50%;
    color: #4F5D2F;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.2s, border-color 0.2s;
}
.contact-links a{
    
    width: 2.2rem;
    height: 2.2rem;
    color: #333333;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.2s, border-color 0.2s;
}
.contact-links li{
    margin-bottom: 10px;
}
.footer-social a:hover, .social a:hover {
    color: #F1962F;
    border-color: #F1962F;
}
.social{

}
section#section4 {
    border-top: solid 1px #4F5D2F;
    border-bottom: solid 1px #4F5D2F;
    
}
.clientes{
    display: flex;
}
@media (max-width: 991px) {
    .footer-brand,
    .footer-nav,
    .footer-social {
        text-align: center;
        justify-content: center;
        margin-bottom: 0.8rem;
    }
}
.redes {
    display: flex;
    justify-content: space-around;
}
.redes i {
    font-size: 4rem;
    color: #33ade6;
    text-decoration: none;
}
.redes a:hover {
    margin-top: -5px;
    /* display: block; */
}
.redes a {
    font-size: 1rem;
    color: #33ade6;
    text-decoration: none;
    transition: .3s;
}
div#loading img {
    animation: pulse 1s infinite;
    position: absolute;
    left: 47%;
    top: 40%;
}

div#loading {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.logo {
    display: flex;
    justify-content: start;
    margin-top: 1.75rem;
}

#slide-imagen {
    width: 100%;
    height: 66.667rem;
    background-image: url('/images/slide-web.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background-repeat: no-repeat;
}

#slide h1 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
    font-size: 3.833rem;
    color: #FFFFFF;
    background-color: #005698;
    position: absolute;
    top: 17rem;
    padding: 0.917rem 14.25rem 0.917rem 35.083rem;
    text-align: end;
}

#slide h2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 3.083rem;
    color: #637588;
    background-color: #FFF;
    box-shadow: 7px 7px 5px #17100DBF;
    padding: 1.833rem 3.333rem 1.833rem 3.333rem;
    position: absolute;
    top: 53rem;
    left: 18%;
}

.grilla {
    display: grid;
    grid-template-columns: 50% 50%;
    height: 36.167rem;
}

#macetas .imagen {
    grid-column: 1/2;
    background-image: url('/images/Macetas.jpg');
}

#macetas .donde-estamos {
    grid-column: 2/3;
    background-color: #F6F6F5;
    padding-left: 4.8rem;
    padding-top: 2.167rem;
}

#macetas h1 {
    color: #637588;
    font-weight: 400;
    font-size: 4.917rem;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 3.333rem;

}

#macetas p {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    color: #637588;
    font-size: 1.833rem;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 3rem;
}

.donde-estamos div{
    margin-bottom: 2.833rem;
}

.mobile{
    display: none;
}


#thalu {
    background: #E6E6E6;
    width: 100%;
    height: 3em;
    display: flex;
    justify-content: start;
    align-items: center;
}

#thalu #logo {
    background-image: url('/images/logonegro.svg');
    float: right;
    height: 3.333em;
    width: 8.333em;
    background-repeat: no-repeat;
    background-position-y: 13px;
    background-position-x: 0;
}

#thalu #desarrollo {
    color: #4B4A4A;
    float: right;
    font-family: 'Asap', sans-serif;
    margin-right: 5px;
    line-height: 3.3;
    font-size: 14px;
    padding: 2px 0px;
}

@media (max-width:992px) {
  
    body{
        font-size: 16px;
    }
    img{
        max-width: 100%;
    }
    h1{
        text-align: center;
        font-size: 44px;
    }
    h2{
        display: block;
        width: fit-content;
        margin: auto;
        margin-bottom: 35px;
    }
    a.navbar-brand {
        margin: 0;
    }
    a.navbar-brand img#logo-header {
        height: 45px;
    }
    #main-nav .navbar-toggler {
        border: none;
        box-shadow: none;
    }
    .como-trabajo h2, .trayectoria h2 {
        margin-bottom: 35px;
    }
    .descripcion p {
        padding-right: 0px;
    }
    section#section2, section#section5 {
        padding: 100px 0;
    }
    .que-hago-text .texto {
        padding-left: 0px;
    }
    .como-trabajo p, .trayectoria p {
        width: 100%;
    }
    .clientes{
        display: block;
        margin-top: 35px;

    }
    
    .clientes img{
        width: 31%;
    }
    .contacto-info {
        padding-right: 15px;
        margin-top: 30px;
    }
    ul.contact-links.list-unstyled {
        margin-left: 27%;
        margin-top: 40px;
    }
    ul.contact-links.list-unstyled li{
        margin-bottom: 15px;
    }
    ul.list-unstyled.d-flex.flex-wrap.justify-content-center.mb-0 {
        display: flex;
        flex-direction: column;
        margin: 15px;
    }
    ul.list-unstyled li{
        margin-bottom: 15px;
    }
    .footer-social {
        margin-top: 25px;
    }
    section#section1 img {
        margin-top: 50px;
    }
}

/* =============================================
   FIRMA THALU
============================================= */
#thalu {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

section#thalu a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: flex-end;
}

#thalu #logo {
    width: 70px;
}

#thalu #desarrollo {
    color: #000;
    font-size: 12px;
}