@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'MontserratBold';
    src: url('../font/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Worksans';
    src: url('../font/WorkSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'WorksansBold';
    src: url('../font/WorkSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
.family-bold{
    font-family: 'MontserratBold' !important;
}
.family-reg{
    font-family: 'Montserrat' !important;
}
.footer-family-bold{
    font-family:  'WorksansBold';
}
.footer-family-reg{
    font-family: 'Worksans';
}
h1 span {
    font-family: 'MontserratBold' !important;
}

h1, h2 {
    font-family: 'MontserratBold', sans-serif; /* Títulos en Montserrat Bold */
}

@media (max-width: 512px) {
    h2 {
        text-align: center !important;
    }
}
/* COLOR */
:root {
    --primary-color: #363636;
    --secondary-color: #18325C;
    --third-color: #557CA0;
    --light-color: #FFFFFF;
}
.letras-azules{
    color: var(--third-color)
}
.letras-azules2{
    color:#557CA0;
}
/* TEXT FONT */
:root {
    --font-primary: 'Montserrat', sans-serif;
    --font-secondary: 'Work Sans', sans-serif;
}

* {
    font-family: var(--font-primary);
   /* color: var(--primary-color); */
    line-height: 1.3;
}

body {
    position: relative;
}

body::before {
    content: "";
    background-image: url('../img/background.jpg');
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/****************************
        HEADER
*****************************/

header {
    overflow: hidden;
    position: relative;
    padding-left: 2.5%;
}

header div.col-lg-6:nth-child(2)>img:nth-child(1) {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/****************************
        NAV MENU
****************************/
#nav {
    position: absolute;
}

.hero {
    position: relative;
}

#title-header {
    align-self: center;
}

header div.col-lg-6:nth-child(1) {
    padding-top: 2.5%;
}

.navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    color: var(--primary-color);
}

.navmenu li {
    position: relative;
}

.navmenu a,
.navmenu a:focus {
    color: var(--secondary-color);
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--font-primary);
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
}

#li-hamb {
    display: none;
}

.offcanvas-header,
.offcanvas-body {
    background-color: var(--secondary-color);
}

.offcanvas-body .nav-link {
    color: white;
    padding: 1rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: white;
}

@media (max-width: 1324px) {
    header div.row:nth-child(1) {
        width: 110vw;
    }
}

/* IDIOMAS */


#nav-idiomas {
    margin: 0;
    border: 1px solid #18325C;
    background-color: #18325C;
    border-right: 0;
    border-top: 0;
    border-radius: 0 0 0 66px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    padding-bottom: 2rem;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
}

#nav-idiomas div {
    margin: 0;
}

#nav-idiomas ul>li {
    padding-top: 2rem;
    padding-right: 1rem;
    list-style: none;
    overflow: hidden;
}

#nav-idiomas a {
    text-decoration: none;
    color: white;
}

#nav-idiomas ul {
    padding-left: 1rem;
}

#nav-nav .logo,
#nav-nav nav {
    align-self: start;
    padding-top: 4rem;
    z-index: 1;
}

.li-idioma a {
    font-size: 0.8rem;
}

.nav-item.idiomas {
    display: none;
}

#nav-mobile {
    display: none;
}

#nav-mobile>div {
    justify-content: end;
}

.menu-icon span {
    display: block;
    height: 3px;
    width: 300px;
    background-color: #557CA0;
    margin-bottom: 0.5rem;
    border-radius: 10px;
}

.navbar-toggler {
    border: none;
    background: none;
    margin-top: 2.5%
}

.navbar-toggler:focus {
    border: none;
    box-shadow: none;
}

.navbar-toggler span {
    height: 3px;
    width: 30px;
    background-color: #557CA0;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    display: flex;
}

@media (max-width: 1200px) {

    #nav-mobile {
        display: block;
        position: absolute;
    }

    #nav-idiomas {
        display: none;
    }

    .navmenu ul {
        display: none;
    }

    .menu-icon span {
        width: 100%;
    }

    .menu-icon {
        position: relative;
        width: 30px;
        height: 100%;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
    }
}

.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100vh;
}

#nav {
    display: grid;
    grid-template-columns: 0.2fr 1fr;
    padding-top: 2.5%;
    z-index: 2;
    width: 50%;
}

#navmenu {
    justify-self: center;
}

#img-head {
    background: url('../img/header/1.webp') no-repeat;
    background-size: cover;
    background-position: center;
}

#img-head1 {
    background: url('../img/header/2.webp') no-repeat;
    background-size: cover;
    background-position: center;
}

#img-head2 {
    background: url('../img/header/3.webp') no-repeat;
    background-size: cover;
    background-position: center;
}

/****************************
        TITULO
****************************/
#title-header {
    padding-left: 2.5%;
    margin: 10vh 0;
}

.hero>div {
    display: flex;
    flex-direction: column;
}

.title h1 {
    font-weight: 700;
    max-width: 800px;
    padding-right: 5%;
    font-size: clamp(1rem, 10vw, 3rem);
    color: var(--primary-color);
}

.title p {
    font-size: clamp(0.5rem, 8vw, 1rem);
    font-weight: 300;
    color: var(--primary-color);
    max-width: 800px;

}

.btn-saber {
    background: linear-gradient(rgba(85, 124, 160, 1), rgba(69, 96, 143, 1), rgba(54, 70, 128, 1));
    display: inline-block;
    padding: 0.5rem 1rem;
    color: var(--light-color);
    border-radius: 29px;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .hero {
        grid-template-columns: 1fr;
    }

    #img-head,
    #img-head1,
    #img-head2,
    #img-head3 {
        display: none;
    }
}

/****************************
        PROBLEMATICAS
****************************/

#problems div:nth-child(1) {
    background-color: var(--secondary-color);
}

#problems div:nth-child(2) {
    background-color: #3D5C8E;
}

#problems h2 {
    padding: 5% 4%;
    color: white;
    max-width: 800px;
    text-align: left;
    /*margin: 0 auto;*/
}
#problems1{
    padding: 5% 5% !important;
    color: white !important;
    max-width: 1280px !important;
    text-align: center !important;
    margin: 0 auto !important;
}
.box-problems {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0;
}

.box-problems img {
    object-fit: cover;
    width: 100%;
    position: relative;
}

.item-problems {
    position: relative;
    overflow: hidden;
}

.item-problems h3,
.item-problems p,
.item-problems a{
    font-size: 1rem;
    color: var(--light-color);
    position: absolute;
    top: 37%;
    text-align: center;
    margin: 2rem;
    z-index: 2;
}

.item-problems h3 {
    font-weight: 600;
    font-size: clamp(0.5rem, 3.5vw, 1rem);
}

.item-problems p {
    opacity: 0;
    padding-top: 1rem;
    font-size: clamp(0.5rem, 3.5vw, 1rem);
}

.item-problems::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    background-color: #18325CC7;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item-problems:hover::before {
    transition: opacity 0.4s ease;
    opacity: 0.78;
}

.item-problems:hover p {
    transition: opacity 0.4s ease;
    opacity: 1;
}

.item-problems:hover h3 {
    transform: translateY(-100%);
    transition: transform 0.4s ease;
}

.box-problems a {
    text-decoration: none;
    right: 0;
    margin-right: 3rem;
    cursor: pointer;
    display: none;
    z-index: 3;
    border: 1px solid white;
    border-radius: 45px;
    padding: 0.5rem 1rem;
}

@media (max-width: 1100px) {
    .box-problems {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 0.5fr);
        overflow: hidden;
    }
}

@media (max-width: 750px) {
    .box-problems {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 0.3fr);
        overflow: hidden;
    }

    .item-problems h3,
    .item-problems p,
    .item-problems a {
        top: calc(50% - 3rem);
    }

    .item-problems h3 {
        width: 60%;
    }

    .item-problems:hover p {
        opacity: 0;
    }

    .item-problems:hover h3 {
        transform: none;
    }

    .box-problems a {
        display: block;
    }

    .item-problems p {
        padding: 0;
    }
}

@media (max-width: 516px) {

    h2 {
        font-size: 1.2rem !important;
    }

    #problems h2 {
        text-align: center;
        padding: 3rem 5% !important;
    }

    .item-problems h3,
    .item-problems p,
    .item-problems a {
        top: 20%;
        margin: 1rem;
        font-size: 0.8rem;
    }

    .item-problems h3 {
        line-height: 1.5;
        padding-right: 1rem;
        text-align: center;
    }

    .item-problems p {
        padding: 0 1rem;
    }

    .btn-saber {
        font-size: 0.9rem;
    }
}


/*******************************
        QUE ES FORESTRUCK
********************************/

#forestruck {
    overflow: hidden;
}

#forestruck div:nth-child(1) {
    padding: 0%;
    margin-bottom: 2rem;
}

.font-weight-bold {
    font-weight: 900;
}

#forestruck div:nth-child(1) img {
    width: 100%;
    max-width: 800px;
    object-fit: cover;
}

#logo-ftk {
    max-width: 250px !important;
    margin-bottom: 3rem;
}

#forestruck .col-lg-6:nth-child(2) {
    order: -1;
}

.glightbox {
    font-size: calc(5rem + .9vw);
}

.glightbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100vw;
}

#video a {
    text-decoration: none;
    color:white;
}

#video>div {
    z-index: 3;
}

#video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 54, 12);
    opacity: 0.4;
}

#icon-video {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

#texto-video div{
    max-width: 650px;
}

.bi.bi-play-circle {
    font-size: clamp(3rem, 20vw, 5rem);
}

#video {
    position: relative;
    background: url('../img/background-2.jpeg') no-repeat;
    background-size: cover;
    background-position: 0%;
    padding: 5%;
}

#video span {
    font-size: calc(0.8rem + .9vw);
}

#video h3 {
    max-width: 600px;
    font-size: calc(1.325rem + .9vw);
    padding-left: 2%;
}

@media (max-width: 516px) {
    #forestruck h2,
    #forestruck p {
        text-align: center;
    }
}

/*******************************
            CONTRATAR
********************************/
#contratar {
    padding: 5% 0;
}

#contratar h2 {
    color: var(--primary-color);
    max-width: 800px;
    font-weight: 700;
    text-align: left;
    padding: 0 5%;
}

#carousel {
    padding-bottom: 2rem;
}

.font-forest {
    color: var(--third-color);
    font-weight: 900 !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.card-info {
    margin: 1rem 2rem;
    display: grid;
    grid-template-rows: 150px 200px;
    justify-items: center;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-info p {
    text-align: center;
    padding: 10%;
    align-self: start;
}

.card-info img {
    width: 30%;
    margin-top: 1rem;
}

#info-contratar h3 {
    max-width: 400px;
}

/*******************************
            AGENDAR
********************************/

#agendar {
    background: url('../img/fondo-telefono.png') no-repeat;
    background-size: cover;
    background-position: 60%;
    padding: 5%;
    position: relative;
}

#agendar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
}

#agendar>div {
    display: flex;
    flex-direction: column;
}

#agendar h2,
#agendar a {
    z-index: 1;
    width: fit-content;
}

#agendar a {
    margin-top: 2rem;
}

@media (max-width: 512px) {

    #agendar {
        background-position: 60%;
        padding: 8%;
        position: relative;
    }
    #agendar h2 {
        text-align: left !important;
    }

    #agendar a {
        margin-top: 1rem;
    }
}

/*******************************
            INFOGRAFIA
********************************/
#infografia {
    padding: 0 5%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#infografia img {
    max-height: 100vh;
    max-width: 100vw;
    margin-top: 5%;
}

@media (max-width: 900px) {
    #infografia {
        display: none;
    }
}

/*******************************
            MODULOS
********************************/
#modulos {
    margin: 5%;
}

#modulos h2 {
    color: var(--third-color);
    font-weight: 700;
    padding: 1.5rem 0;
}

#modulos .row {
    margin-left: 2rem;
}

#modulos .row div button {
    width: 100%;
    height: 90%;
    padding: 1rem;
    margin: 0.3rem;
}

#modulos .btn:hover {
    background-color: #5D91C0;
    color: #fff;
}

.color-1 {
    background-color: var(--third-color);
    color: #fff;
}

.color-2 {
    background-color: #3D5C8E;
    color: #fff;
}

.color-3 {
    background-color: #CAD7EB;
    color: #475B7F;
}

.color-4 {
    background-color: #B8CADB;
    color: #4A5671;
}

/* MODAL MODULOS */

.modal .btn-close {
    position: absolute;
    right: 0;
    z-index: 3;
    margin: 1rem;
    --bs-btn-close-color : white;
}


.btn-close:focus {
    box-shadow: none;
}

.modal-fullscreen {
    padding: 2% 5%;
}

.modal-content {
    border-radius: 0;
    overflow: hidden;
}

.modal-body {
    padding: 0;
}

.modal-body .row {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.modal-body .row div {
    padding: 0;
    margin: 0;
}

#img-circle {
    position: absolute;
    top: 50%;
    left: 17%;
    transform: translate(-50%, -50%);
    width: 25%;
    max-width: 300px;
}

#img-circle-2 {
    position: absolute;
    top: 70%;
    left: 17%;
    transform: translate(-50%, -50%);
    width: 15%;
    max-width: 300px;
}

#text {
    position: absolute;
    top:20%;
    left:32%;
    padding-right: 5%;
}

#text p {
    font-size: clamp(0.5rem, 1.3vw, 1rem);
}

#text li {
    color: white;
}

#text h2 {
    color: white;
    font-weight: 900;
}

#img-logo {
    position: absolute;
    top: 5%;
    left: 28%;
    width: 20%;
}

.flecha-right,
.flecha-left {
    display: none;
    position: absolute;
    margin: 2rem;
}

.flecha-right {
    bottom: 0;
    right: 0;
}

.flecha-left {
    bottom: 0;
    left: 25%;
}

@media (max-width: 991px) {
    #modulos button {
        pointer-events: none;
    }
}

/***********************************
            NAV UL
************************************/

#tabmod .nav-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#tabmod .nav-link img {
    opacity: 0;
    height: 50px;
}

#tabmod .nav-link {
    color: var(--primary-color);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#tabmod .nav-link:not(.active) span {
    transform: translateY(-100%);
}

#tabmod .nav-link a {
    color: var(--primary-color);
}

#tabmod .nav-link.active img {
    transition: opacity 1s ease;
    opacity: 1;
}

#tabmod .nav-link.active span {
    transition: transform 0.5s ease;
    transform: translateY(0%);
}

#tabmod-cont .tab-pane {
    margin: 5%;
}

#tabmod-cont {
    margin-bottom: 3rem;
}

#tabmod-cont img {
    width: 30vw;
    max-width: 200px;
    height: auto;
    margin-right: 1rem;
}

#tabmod-cont .row div:nth-child(1) {
    text-align: right;
    margin-bottom: 2rem;
}

#tabmod-cont .row div:nth-child(2) {
    max-width: 600px;
}

.info-cont h2 {
    color: var(--third-color);
    font-weight: 800;
}

.info-cont a {
    text-decoration: none;
    margin-top: 2rem;
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1;
}

@media (max-width:991px) {
    #tabmod-cont {
        text-align: center;
    }

    #tabmod-cont .row {
        justify-content: center;
    }

    #modulos .row {
        margin: 0 auto;
    }

    #modulos .row div {
        padding: 0;
    }

    #tabmod-cont .row div:nth-child(1) {
        text-align: center;
    }
}
/**************************
    POR QUÉ CONTRATAR
***************************/
#carousel-contratar {
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff;
}

#carousel-contratar .swiper-slide img {
    width: 100%;
    position: relative;
}

#carousel-contratar .swiper-slide div {
    position: absolute;
    top: 0;
    margin: 8%;
}

#carousel-contratar .swiper-slide div hr{
    color: white;
    opacity: 0.8;
}

/**************************
        SERVICIOS
***************************/
#servicios {
    padding: 5%;
}

#servicios .row {
    margin-left: 5%;
}

#servicios h2 {
    font-weight: 900;
}

#servicios .services h3,
#servicios .services p {
    max-width: 400px;
}

.services {
    display: grid;
    gap: 1rem;
    grid-template-rows: 1fr 0.4fr 1fr;
    grid-column: 1fr;
}

@media (max-width:991px) {
    #servicios {
        text-align: center;
    }

    #servicios .row .services {
        justify-items: center;
    }

    #servicios .row {
        margin-left: 0;
    }

    #servicios h2 {
        margin: 3rem 5%;
    }
}

@media (max-width: 516px) {
    #servicios h3 {
        font-size: 1rem;
        margin-bottom: 1rem !important;
        font-weight: 600;
    }

    .services {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 3rem;
    }

    .services img {
        width: 40%;
    }

    #img-3 {
        width: 30%;
    }
}

/**************************
        PRODUCTOS
***************************/


#productos .swiper-slide {
    height: auto;
}

#productos .swiper-slide .row {
    height: 100%;
}

#img1{
    background: url('../img/productos/1-docs.webp') no-repeat;
    background-size: cover;
}

#img2{
    background: url('../img/productos/2-mijornada.webp') no-repeat;
    background-size: cover;
}

#img3{
    background: url('../img/productos/3-gpssmart.webp') no-repeat;
    background-size: cover;
}

#img4{
    background: url('../img/productos/4-secure.webp') no-repeat;
    background-size: cover;
}

#img5{
    background-size: cover;
    background: url('../img/productos/5-forms.webp') no-repeat;
}

.text-info {
    color: white;
    background-color: var(--secondary-color);
    padding: 5%;
}

.text-info p {
    margin: 3rem 0;
    font-size: clamp(0.5rem, 3.5vw, 1rem);
}

.text-info a {
    font-size: clamp(0.5rem, 3.5vw, 1rem);
}

.btn-conocer {
    color: white;
    border-radius: 45px;
    border: 1px solid white;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

#carousel-productos {
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff;
}

#productos .swiper-pagination {
    width: 50%;
}

@media (max-width: 991px) {
    #productos .swiper-pagination {
        width: 100%;
    }

    #productos {
        text-align: center;
    }

    .text-info p {
        margin: 0 2rem;
        margin-bottom: 2rem;
    }

    .text-info {
        padding-bottom: 3rem;
    }

    #productos .row div:nth-child(2) {
        display: none;
    }
}

/* Se oculta para todos lo carousel */
@media (max-width: 700px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}


/****************************
            CLIENTES
*****************************/


#clientes .swiper-slide {
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
}

#clientes img {
    width: 200px;
}

#cautin {
    width: 100px;
}

img.w-d {
    width: 50% !important;
}
#carousel-clientes .swiper-wrapper {
    margin-bottom: 5%;
}

#clientes h2 {
    margin: 5% 5% 0 5%;
}

/****************************
            BANNER
*****************************/

.banner {
    position: relative;
}

.banner img:not(.logo) {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.banner div.row {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0 5%;
}

.banner div.row div {
    display: flex;
    align-items: center;
    color: white;
}

.banner .logo {
    width: 30vw;
    max-width: 200px;
    margin-bottom: 1rem;
}

@media (max-width: 516px) {
    /* .banner img:not(.logo) {
        height: 200px;
        object-fit: cover;
        object-position: 70%;
    }

    .banner h2 {
        text-align: left !important;
    } */

    .banner {
        display: none;
    }

    #modulos {
        display: none;
    }
}

/****************************
            FORM
*****************************/
#formulario .row {
    margin: 0;
}

form {
    padding: 5%;
}


#formulario .col-lg-5 {
    background: url('../img/fondo-form.webp') no-repeat;
    background-size: cover;
}

form .form-control {
    border-radius: 0;
}

form .form-group {
    margin-bottom: 1rem;
}

form .btn-saber {
    margin-top: 2rem;
}

/* Alineacion figma */

.alineacion_figma{
    padding-top: 8%;
    text-align: left;   
}
.sombreado{
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Cambia los valores según tus preferencias */
  }


/* footer */
footer {
    background-color: #000000;
    padding: 20px 0;
}

.container {
    margin: 0 auto;
}

.container-fluid {
    margin-top: 1%;
}

.row {
    margin-top: 3%;
}

li img {
    left: 0;
    margin: 0 30;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

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

ul li {
    margin-bottom: 10px;
}

ul li a {
    color: #ffffff;
    text-decoration: none;
}

.col-md-3 {
    width: 25%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .col-md-3 {
        width: 50%;
        float: none;
        margin-bottom: 15px;
    }
}

.alineacion {
    text-align: left;
}

footer {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
}

footer h1 {
    font-size: medium;
    width: 29%;
}

footer li {
    color: #FFFFFF;
    font-size: small;
    word-spacing: 0px;
    width: 68%;
}

footer ul {
    width: 100%;
    line-height: 18px;
}

footer img {
    width: 200px;
}

footer .container-fluid .row {
    margin: 0 3%;
}

#logo-w {
    width: 150px;
    margin-bottom: 2rem;
}

#logo-wdh {
    width: 250px;
}
#text ul li {
    list-style: disc !important;
}

.color-negros{
    color: #363636 !important;
}

.text-info img {
    width: 50%;
    margin-top: 2%;
}

/* titulo faltante */
#nav-ul>h2{
    color: var(--third-color);
    font-weight: 700;
    margin: 5%;
}

@media (max-width: 512px) {
    #nav-ul>h2 {
        margin: 3rem 5%;
    }

    #clientes h2,
    #contratar h2 {
        margin: 3rem 5%;
    }
}