* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: 'Roboto', sans-serif;
}

/* Encabezados */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1d273b; /* Cambia el color según tu paleta de colores */
    font-weight: 300;
}

/* Texto principal */
.textos-header_1 p,
.textos-questions p,
.results-text p {
    color: #1d273b; /* Cambia el color según tu paleta de colores */
    font-weight: 600; /* Puedes ajustar el peso de la fuente según sea necesario */
}

/* Enlaces */
.textos-header_1 a,
.textos-questions a,
.results-text a {
    color: #9F8E60; /* Cambia el color según tu paleta de colores */
    text-decoration: none;
    font-weight: 600; /* Puedes ajustar el peso de la fuente según sea necesario */
}

.textos-header_1 a:hover,
.textos-questions a:hover,
.results-text a:hover {
    color: #5D6678; /* Cambia el color según tu paleta de colores */
}

/* Centrar texto en los artículos */
.articulo {
    text-align: center;
}

/* Estilo adicional para los encabezados dentro de los artículos */
.articulo h3 {
    margin-top: 20px; /* Puedes ajustar el margen superior según sea necesario */
}

.articulo p {
    margin-top: 15px; /* Puedes ajustar el margen superior según sea necesario */
}

.contenedor {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}


.contenedor1 {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 60px 0;
}


h1 {
    font-size: 50px;
}


/* Header */
header::before {
    content: "";
    display: block;
    margin-bottom: 80px;
}


nav {
    width: 100%;
    height: 80px;
    background: #15162B;
    border-bottom: 1px solid transparent;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    z-index: 100;
    transition: ease-in-out 0.5s;
}
.contact-button {
    background-color: #9F8E60;
    color: #fff;
    padding: 12px 24px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
  }

.nav {
    display: flex;
    justify-content: space-between;
    height: 80px;
    width: 100%;
    align-items: center;
    padding: 0 40px;
}

.nav .logo {
    height: 80px;

}

.nav .logo img {
    height: 100%;
    vertical-align: top;
}

.enlaces-header {
    font-weight: 300;
    transition: ease-in-out 0.5s;
}

/* Estilo adicional para los enlaces */
.nav .enlaces-header a {
    position: relative;
    padding-bottom: 5px; /* Ajusta el espaciado entre el texto del enlace y la línea */
    color: #fff; /* Color del texto (ajústalo según tus preferencias) */
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    margin-left: 20px;
}

.nav .enlaces-header a:hover {
    color: #9F8E60; /* Cambia el color al pasar el ratón (ajústalo según tus preferencias) */
}

.hamburguer {
    width: 80px;
    height: 80px;
    display: none;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    transition: color 0.5s ease-in;
}

.hamburguer>i {
    font-size: 25px;
    line-height: 80px;
}

.contenido-header {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contenido-header>img {
    width: 550px;
    animation: ease-in animat 1s;
}

@keyframes animat {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}
.portada {
    position: relative;
    height: 100vh; /* Ajusta la altura según tus necesidades */
    display: flex;
    align-items: center;
}

.logo-portada {
    max-width: 200px; /* Ajusta el ancho máximo del logo según tus necesidades */
    margin-left: 20px; /* Ajusta el margen izquierdo según tus necesidades */
}

.fondo-portada {
    flex-grow: 1;
    height: 100%;
    background-size: cover;
    background-position: center;
    /* Agrega cualquier estilo adicional para el fondo */
}

.textos-header_1 {
    margin: 0 0 0 30px;
}
.textos-header_2 {
    margin: 0 0 0 30px;
}

.contenido-header p {
    font-weight: 100;
    margin-top: 14px;
    color: #5D6678;
}


.contenido-header a {
    margin: 28px 0 0 0;
    width: 130px;
    display: inline-block;
    background: #9F8E60;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 8px 32px rgba(126, 108, 7, 0.46);
}

.titulo {
    font-size: 50px;
}

.btn-jobber {
    display: inline-block;
    padding: 12px 24px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
    width: auto; /* Establece el ancho automático para igualar el tamaño */
    margin: 0 10px; /* Agrega margen horizontal entre los botones si es necesario */
}
/* Estilo para el botón cuando está levantado */
.textos-header_1 .btn-jobber.lifted {
    transform: translateY(-5px); /* Ajusta la distancia que se levanta (puedes ajustar según tus preferencias) */
}
/* Estilo adicional si es necesario */
.btn-jobber:nth-child(1) {
    background-color: #9F8E60;
    color: #fff;
}

.btn-jobber:nth-child(2) {
    background-color: #9F8E60;
    color: #fff;
}

/* About us */

.about-us {
    background: #f2f2f2;
}

.contenedor-articulo {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: space-around;
}

.articulo {
    width: 29%;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 45px 30px 60px 30px;
    transition: 0.5s;
}

.articulo:hover {
    box-shadow: 0 4px 10px rgba(17, 29, 48, .26);
}

.articulo>i {
    font-size: 30px;
    color: #fff;
    background: #9F8E60;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    padding-top: 20px;
    border-radius: 50%;
    box-shadow: 0 8px 32px rgba(126, 108, 7, 0.46);
}

.articulo>h3 {
    font-size: 24px;
    margin-top: 30px;
}

.articulo>p {
    font-weight: 100;
    color: #5D6678;
    margin-top: 15px;
    padding-bottom: 20px;
}

.articulo>a {
    color: #5D6678;
    font-weight: 400;
    text-decoration: none;
}

.articulo>a:hover {
    color: #9F8E60;
    transition: color .5s;
}

/* Questions */
/* Estilo para la imagen dentro de la sección de preguntas */
.questions .imagen-ampliable img {
    max-width: 100%;
    height: auto; /* Mantendrá la proporción original de la imagen */
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out; /* Efecto de transición al hacer clic */
}

/* Estilo para el enlace que amplía la imagen */
.questions .imagen-ampliable {
    display: inline-block; /* Para que el enlace ocupe solo el espacio necesario */
    text-decoration: none; /* Elimina el subrayado del enlace */
}

#imagen-ampliada-contenedor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none; /* Inicialmente oculto */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#imagen-ampliada-contenedor img {
    max-width: 90%;
    max-height: 90vh;
}

/* Estilo para la imagen cuando se hace clic */
.questions .imagen-ampliable img:hover {
    transform: scale(1.1); /* Efecto de ampliación al hacer clic */
}
/* Estilo para el fondo semitransparente */
#imagen-ampliada-fondo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Color de fondo semitransparente */
    z-index: 999; /* Coloca el fondo sobre otros elementos */
    display: none; /* Inicialmente oculto */
}


.questions {
    height: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.questions>img {
    width: 550px; /* Ajusta el tamaño máximo de la imagen al 100% del contenedor */
    display: block; /* Elimina cualquier espacio adicional debajo de la imagen */
    margin-top: 40px; /* Agrega espacio superior entre la imagen y el texto */
    margin-bottom: 40px; /* Agrega espacio inferior entre la imagen y el texto */
}

.textos-questions {
    margin: 0 0 0 30px;
}

.textos-questions p {
    font-weight: 100;
    margin-top: 14px;
    color: #5D6678;
}


.textos-questions a {
    margin: 28px 0 0 0;
    width: 130px;
    display: inline-block;
    background: #9F8E60;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 8px 32px rgba(126, 108, 7, 0.46);
}

/* Results */

.results {
    background: #4D4E61;
    padding-top: 30px;
}

.conten-results {
    display: flex;
    justify-content: space-evenly;
}

.numbers {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
/* Aplica este estilo para quitar el subrayado de los enlaces */
.number a {
    text-decoration: none;
}

.numbers .number {
    width: 45%;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    border-radius: 10px;
    padding: 40px 35px;
    margin-bottom: 20px;
}

.numbers .number h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    /* Agrega esta línea para permitir el salto de palabras */
}


.numbers .number p {
    color: #f2f5fc;
    font-weight: 300;
}

.results-text {
    width: 37%;
}

.results-text h4 {
    color: #fff;
    font-size: 40px;
    text-align: left; /* Alinea el texto a la derecha */
    margin-top: 20px; /* Agrega espacio en la parte superior */
}

.results-text p {
    color: #fff;
    font-weight: 300;
    margin: 20px 0;
    text-align: left; /* Alinea el texto a la derecha */
    margin-top: 20px; /* Agrega espacio en la parte superior */
}


.results-text>a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 0;
    width: 120px;
    text-align: center;
    border-radius: 5px;
}

/* Services */

.services {
    display: flex;
    justify-content: space-between;
}

.services>img {
    width: 500px;
}

.box-skills {
    margin: 30px 30px 0 0;
}

.box-skills h4 {
    font-size: 24px;
    background: #f2f2f2;
    width: 350px;
    border-radius: 6px;
    padding: 10px 0 10px 15px;
    margin-bottom: 10px;
}

.box-skills i {
    color: #9F8E60;
    font-size: 20px;
}

/* footer */

footer {
    background: #15162B;
    padding: 60px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
}

.partFooter {
    width: 20%;
    text-align: center;
}

.partFooter h4 {
    color: #adb6c7;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.partFooter a {
    display: block;
    text-decoration: none;
    color: #5D6678;
    font-weight: 300;
    transition: color .3s ease-in-out;
    margin-bottom: 10px;
}


.partFooter a:hover {
    color: #9F8E60;
}

.partFooter img {
    width: 70%;
}

.social-media i {
    font-size: 20px;
    color: #adb6c7;
    border: 1px solid #adb6c7;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    transition: all ease-in-out .3s;
    margin-right: 5px; /* Ajusta el valor según tu preferencia */
}

.social-media i:hover {
    color: #fff;
    background-color: #9F8E60;
    border-color: #9F8E60;
}

/* Breakpoints responsive */

@media screen and (max-width:800px) {
    .titulo {
        font-size: 45px;
    }

    .contenido-header {
        flex-direction: column;
        justify-content: space-evenly;
        height: 720px;
    }

    .contenido-header>img {
        width: 400px;
    }

    .textos-header {
        margin: 0;
    }

    /* About us */

    .articulo {
        width: 45%;
    }

    /* Questions */

    .questions {
        height: 720px;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .questions>img {
        width: 400px;
    }

    /* results */

    .conten-results {
        flex-direction: column-reverse;
    }

    .results-text>a {
        margin-bottom: 60px;
    }

    .numbers {
        width: 100%;
        /* justify-content: space-between; */
    }

    .results-text {
        width: 100%;
    }

    /* Services */

    .services {
        flex-direction: column-reverse;
        align-items: center;
    }

    .box-skills {
        margin: 0 0 40px 0;

    }

    .box-skills h4 {
        width: 500px;
    }

    .services>img {
        width: 400px;
    }

    /* Footer */

    footer {
        justify-content: space-evenly;
    }

    .partFooter {
        width: 40%;
        margin-bottom: 40px;
    }
    .social-media {
        display: flex; /* Cambia el display a flex para alinear los iconos horizontalmente */
        justify-content: center; /* Centra los iconos horizontalmente */
        margin-top: 0; /* Elimina el margen superior */
    }
        .social-media a {
        margin-right: 10px; /* Añade un espacio entre los iconos */
    }
}

@media screen and (max-width:600px) {
    .titulo {
        font-size: 35px;
    }

    h1 {
        font-size: 40px;
    }

    .contenido-header {
        height: 650px;
    }

    .nav {
        padding: 0 10px;
    }

    .contenido-header>img {
        width: 200px;
    }

    .enlaces-header {
        position: fixed;
        background: #696875;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #15162B, #15162B, #15162B, #15162B);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #15162B, #15162B, #15162B, #15162B);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-evenly;
        clip-path: circle(0.0% at 100% 0);
    }

    .nav .menudos {

        -webkit-clip-path: circle(150% at 100% 0);
        clip-path: circle(150% at 100% 0);

    }

    .nav .enlaces-header a {
        color: #fff;
    }

    .hamburguer {
        display: block;
    }

    /* About us */

    .articulo {
        width: 95%;
    }

    /* Questions */

    .questions>img {
        width: 200px;
    }

    /* results */

    .numbers .number {
        width: 95%;
    }

    .results-text h4 {
        font-size: 35px;
    }

    /* Services */

    .services>img {
        width: 200px;
    }

    .box-skills h4 {
        width: 100%;
    }

    /* Footer */
    .partFooter {
        width: 95%;
        margin-bottom: 40px;
    }
    .social-media {
        display: flex; /* Cambia el display a flex para alinear los iconos horizontalmente */
        justify-content: center; /* Centra los iconos horizontalmente */
        margin-top: 0; /* Elimina el margen superior */
    }

    .social-media a {
        margin-right: 10px; /* Añade un espacio entre los iconos */
    }
}

/* Estilo para la versión de escritorio (pantallas anchas) */
@media screen and (min-width: 601px) {
    .social-media {
        display: flex; /* Alinea los iconos horizontalmente en una fila */
        justify-content: center; /* Centra los iconos horizontalmente */
    }

    .social-media a {
        margin-right: 10px; /* Añade un espacio entre los iconos */
    }
}
@media screen and (max-width: 600px) {
    .contact-button {
        margin-right: 5px; /* Ajusta el valor según sea necesario */
        padding: 8px 10px; /* Puedes ajustar el relleno para reducir el tamaño del botón */
    }
    
        .hamburguer>i {
            color: #9F8E60; /* Cambia este color al blanco que desees */
        }
}
