:root {
    --font-size: 16px;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

#app {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

#go-top {
    position: fixed;
    bottom: 1em;
    right: 1em;
    font-size: calc(var(--font-size) * 1.5);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #ca0836;
    color: white;
    width: 2.5em;
    height: 2.5em;
    border: 0;
    border: .15em solid white;
}

#go-top i {
    font-size: calc(var(--font-size) * 3);
    height: .7em;
}


/* section 1 */

.section-1 {
    background-color: #222323;
    padding: 3em 0;
    background-image: url(../img/Header1.png);
    background-size: cover;
    background-attachment: fixed;
}

.section-1 .wolfsa-logo {
    /* position: absolute; */
    height: calc(var(--font-size) * 4);
    font-size: var(--font-size);
}

.section-1 .wolfsa-menu {
    height: calc(var(--font-size) * 4); 
    text-align: center;
}

.section-1 .wolfsa-menu .wolfsa-menu-item {
    padding: 1em 1.25em;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    margin: 0 .5em;
    font-size: calc(var(--font-size) * .75);
    cursor: pointer;
    width: 11em;
    text-align: center;
}

.section-1 .wolfsa-menu .wolfsa-menu-item:not(.blog):hover {
    text-shadow: 0 0 .5em white;
}

.section-1 .wolfsa-menu .wolfsa-menu-item.blog {
    /* border: .25em solid #ca0836;
    color: #ca0836; */
    background-color: #ca0836;
    padding: 1em 2em;
    border-radius: 1em;
    animation-name: blog-button;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.section-1 .wolfsa-menu .wolfsa-menu-item.blog:hover {
    animation-name: none;
    border: .25em solid transparent;
}

.section-1 .wolfsa-menu .wolfsa-menu-item.kit-digital {
    /* border: .25em solid #ca0836;
    color: #ca0836; */
    background-color: #FFCD00;
    padding: 1em 2em;
    border-radius: 1em;
    animation-name: blog-button2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.section-1 .wolfsa-menu .wolfsa-menu-item.kit-digital:hover {
    animation-name: none;
    border: .25em solid transparent;
}

.section-1 .wolfsa-menu .wolfsa-menu-item.metodologies {
    /* border: .25em solid #ca0836;
    color: #ca0836; */
    background-color: #ca0836;
    padding: 1em 2em;
    border-radius: 1em;
    animation-name: blog-button;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.section-1 .wolfsa-menu .wolfsa-menu-item.metodologies:hover {
    animation-name: none;
    border: .25em solid transparent;
}

.section-1 h1 {
    color: white;
    font-size: calc(var(--font-size) * 4);
    font-weight: bolder;
    padding: 1em 0;
}

.section-1 h1 span {
    color: #ca0836;
}

.section-1 h2 {
    color: white;
    font-size: calc(var(--font-size) * 1.25);
    text-transform: uppercase;
}

.section-1 p {
    color: white;
    text-align: justify;
    font-size: calc(var(--font-size) * .9);
    font-family: sans-serif;
    padding: 3em 0;
}

.section-1 .wolfsa-movil-rojo {
    width: 90%;
    /* animation-name: movil;
    animation-duration: 2s;
    animation-iteration-count: infinite; */
}

.section-1 button {
    border: .25em solid #ca0836;
    background: transparent;
    color: white;
    padding: .5em 1em;
    font-family: sans-serif;
    letter-spacing: .1em;
}


/* section 2 */

.section-2 {
    padding: 3em 0 6em 0;
}

.section-2 h2 {
    font-size: calc(var(--font-size) * 1);
    color: rgba(0, 0, 0, .7);
}

.section-2 h1 {
    font-size: calc(var(--font-size) * 4);
    font-weight: bolder;
    padding: .5em 0;
}

.section-2 h3 {
    font-size: calc(var(--font-size) * 1);
    color: #ca0836;
    font-weight: bolder;
    padding: .25em 0;
}

.section-2 p {
    text-align: justify;
    font-size: calc(var(--font-size) * .9);
    font-family: sans-serif;
    margin-top: 2em;
}

.section-2 button {
    border: .25em solid #ca0836;
    background: transparent;
    color: black;
    padding: .5em 1em;
    font-family: sans-serif;
    letter-spacing: .1em;
}

.section-2 .wolfsa-pantalla-perspectiva {
    width: 90%;
    margin-top: -20%;
    margin-bottom: 2em;
}


/* section 3 */

.section-3 {
    background-color: #ca0836;
    padding: 3em 0;
}

.section-3 h1 {
    color: white;
}

.section-3 button {
    border: .25em solid white;
    background: transparent;
    color: white;
    padding: .5em 1em;
    font-family: sans-serif;
    letter-spacing: .1em;
    margin-top: 1.5em;
}

.section-3 .wolfsa-blog-perspectiva {
    height: 170%;
    margin-top: -22%;
    position: absolute;
    max-width: 145%;
}


/* section 4 */

.section-4 {
    padding: 5em 0;
}

.section-4 h2 {
    font-size: calc(var(--font-size) * 1);
    color: rgba(0, 0, 0, .7);
}

.section-4 h1 {
    font-size: calc(var(--font-size) * 4);
    font-weight: bolder;
    padding: .5em 0;
}

.section-4 .wolfsa-reloj-movil {
    width: 90%;
}

.section-4 .steps {}

.section-4 .steps .step {
    display: flex;
    align-items: center;
    padding: 1em;
    min-height: 15em;
    justify-content: center;
}

.section-4 .steps .step .step-icon {}

.section-4 .steps .step .step-info {
    padding: 0 1em;
    border-bottom: .25em solid #ca0836;
    height: 100%;
    margin: 0 2em;
    padding-bottom: 1em;
}

.section-4 .steps .step .step-info .step-title {
    font-size: calc(var(--font-size) * 1.25);
    margin-bottom: 1em;
}

.section-4 .steps .step .step-info .step-title span {
    font-size: calc(var(--font-size) * 1.5);
    margin-right: .5em;
    color: #ca0836;
}

.section-4 .steps .step .step-info .step-description {
    font-size: calc(var(--font-size) * .9);
    color: rgba(0, 0, 0, .7);
    font-family: sans-serif;
}

.section-4 button {
    border: .25em solid #ca0836;
    background: transparent;
    color: black;
    padding: .5em 1em;
    font-family: sans-serif;
    letter-spacing: .1em;
}


/* section 5 */

.section-5 {
    padding: 0 0 5em 0;
}

.section-5 .portfolio {
    display: flex;
}

.section-5 .portfolio .portfolio-item {
    width: 33.33%;
}

.section-5 button {
    border: .25em solid #ca0836;
    background: transparent;
    color: black;
    padding: .5em 1em;
    font-family: sans-serif;
    letter-spacing: .1em;
    margin-top: 5em;
}


/* section 6 */

.section-6 {
    padding: 1em 0;
    background-color: #f7f7f7;
}

.section-6 h2 {
    font-size: calc(var(--font-size) * 1);
    color: rgba(0, 0, 0, .7);
}

.section-6 h1 {
    font-size: calc(var(--font-size) * 1.5);
    font-weight: bolder;
    padding: .5em 0;
}

.section-6 h3 {
    font-size: calc(var(--font-size) * 1.5);
    color: #ca0836;
    font-weight: bolder;
    padding: .5em 0;
    padding: 1em 0;
}

.section-6 .border-top {
    border-top: .25em solid #ca0836 !important;
}

.section-6 .contact-line {
    font-size: calc(var(--font-size) * 1);
    color: rgba(0, 0, 0, .7);
    font-family: sans-serif;
}

.section-6 form {
    width: 25em;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.section-6 form input,
.section-6 form textarea {
    width: 100%;
    margin-bottom: 1em;
    font-family: sans-serif;
    padding: .25em 1em;
    border: .05em solid #eee;
}

.modal-body {
    font-family: sans-serif;
}

.section-6 form button {
    background-color: #ca0836;
    color: white;
    border: 0;
    font-family: sans-serif;
    padding: .5em 1em;
    font-family: sans-serif;
    letter-spacing: .1em;
}


/* section 7 */

.section-7 {
    height: 20em;
}


/* section 8 */

.section-8 {
    background-color: #ca0836;
    color: white;
    padding: 2rem 0;
}

.section-8 h2 {
    font-size: calc(var(--font-size) * 4);
    position: absolute;
}

.section-8 img {
    height: 10rem;
    display: block;
    margin: 8rem auto 1rem auto;
}

.section-8 p {
    text-transform: uppercase;
    text-align: center;
    width: 20rem;
    margin: 2rem auto;
}

.section-8 span {
    font-size: .75rem;
    font-weight: lighter;
    text-align: justify;
    width: 23rem;
    margin: auto;
    display: block;
    font-family: sans-serif;
}

@keyframes movil {
    0% {
        margin-bottom: 0;
    }
    50% {
        margin-bottom: 3em;
    }
    100% {
        margin-bottom: 0;
    }
}

@keyframes blog-button {
    0% {
        border: .25em solid #ca0836;
        background-color: transparent;
        color: #ca0836;
    }
    50% {
        border: .25em solid transparent;
        background-color: #ca0836;
        color: white;
    }
    100% {
        border: .25em solid #ca0836;
        background-color: transparent;
        color: #ca0836;
    }
}

@keyframes blog-button2 {
    0% {
        border: .25em solid #FFCD00;
        background-color: transparent;
        color: #FFCD00;
    }
    50% {
        border: .25em solid transparent;
        background-color: #FFCD00;
        color: white;
    }
    100% {
        border: .25em solid #FFCD00;
        background-color: transparent;
        color: #FFCD00;
    }
}

@media (max-width: 992px) {
    .border-top:nth-child(even) {
        margin-top: 1em !important;
    }
    form {
        width: 100% !important;
    }
    img {
        position: static !important;
        margin: 2em auto 2em auto !important;
        width: 15em !important;
        height: auto !important;
        display: block;
    }
    .wolfsa-menu {
        margin-top: 0 !important;
        width: 100vw;
        overflow-y: auto;
        height: auto !important;
    }
    .step-icon {
        display: none;
    }
    .section-1 h1 {
        font-size: calc(var(--font-size) * 3) !important;
    }
    .section-2 h1 {
        font-size: calc(var(--font-size) * 3) !important;
    }
    .section-4 h1 {
        font-size: calc(var(--font-size) * 3) !important;
    }
    .section-4 .steps .step .step-info {
        padding: 0 !important;
        margin: 0 !important;
        padding-bottom: 1em !important;
    }
    .section-2 {
        padding: 3em 0 !important;
    }
}

@media (max-width: 700px) {
    .section-1 h1 {
        font-size: calc(var(--font-size) * 2.5) !important;
    }
    .section-2 h1 {
        font-size: calc(var(--font-size) * 2.5) !important;
    }
    .section-4 h1 {
        font-size: calc(var(--font-size) * 2.5) !important;
    }
}

/* Proyectos I+D */

.section-10 {
    border-top: .25em solid #ca0836;
}

.section-10 h2 {
    padding: 1rem 0;
    text-align: center;
    background-color: #ca0836;
    color: white;
}

.section-10 .container {
    padding: 1rem 0;
}

.section-10 .info {
    border: .01rem solid black;
    padding: 1rem;
    text-align: center;
    margin: 1rem 0;
}

.section-10 .info p {
    margin-bottom: 0;
}

/* kit digital */

.section-9 {
    border-top: .25em solid #ca0836;
}

.logo-digitalizadores {
    margin-top: .50em;
}


/* .wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.a {
    grid-column: 1;
    align-items: initial !important;
}

.b {
    grid-column: 2;
    grid-row: 1;
    align-items: initial !important;
}

.c {
    grid-column: 1;
    grid-row: 2;
    align-items: initial !important;
}

.d {
    grid-column: 2;
    grid-row: 2;
    align-items: initial !important;
}

.e {
    grid-column: 1;
    grid-row: 3;
    align-items: initial !important;
}

.f {
    grid-column: 2;
    grid-row: 3;
    align-items: initial !important;
} */

.box {
    display: flex;
    flex-direction: column;
}

.contenedor-button {
    display: flex;
    justify-content: end;
}

.button-kit {
    border: none !important;
    /* border-radius: 10px 10px 10px 10px; */
    margin-top: .75em;
    background-color: #ca0836 !important;
    color: #FFF !important;
}

.step-info-4 {
    width: 100%;
}

.www {
    width: 50px;
    height: 50px;
    margin-top: 0px !important;
}

.a {
    align-items: initial !important;
}

.a .box .step-description p,
.a .box .step-description ul {
    text-align: justify;
}

.a .box .step-description ul li .lista {
    font-weight: bold;
}

.digitalizacion {
    text-transform: uppercase;
}

@media only screen and (max-width: 770px) {
    /* .wrapper {
        grid-template-columns: 1fr;
    }
    .a {
        grid-column: 1;
    }
    .b {
        grid-column: 1;
        grid-row: 2;
    }
    .c {
        grid-row: 3;
    }
    .d {
        grid-column: 1;
        grid-row: 4;
    }
    .e {
        grid-row: 5;
    }
    .f {
        grid-column: 1;
        grid-row: 6;
    } */
}


/* modal */


/* .modalContainer {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: none !important;
}

.modalContainer .modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    width: 60%;
    text-align: justify;
}

.gradiant {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    background: linear-gradient(to right, #C8102E 70%, #FFCD00);
    border-top-right-radius: 0.3em;
    border-top-left-radius: 0.3em;
}

.close-modal {
    margin-right: 1rem;
}

.modalContainer .close-modal {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
}

.modalContainer .close-modal:hover,
.modalContainer .close-modal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-content {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    top: 50%;
    transform: translate(0, -50%);
}

.modal-content p,
.modal-content ul {
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
}

.modal-content hgroup,
.modal-content h2,
.modal-content h3 {
    text-align: initial;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
}

.modal-content hgroup {
    padding-left: 30px;
}

.modal-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.analitica,
.clientes,
.commerce,
.procesos,
.sociales,
.www {
    width: 50px;
    height: 50px;
    margin-top: 0px !important;
}

.kit-precio {
    font-weight: bold;
    text-transform: uppercase;
}

.kit-lista {
    font-weight: bold;
}

@media only screen and (max-width: 1500px) {
    #kit-clientes .modal-content,
    #kit-procesos .modal-content {
        width: 90%;
    }
}

@media only screen and (max-width: 1000px) {
    #kit-clientes {
        padding-top: 20px;
    }
    #kit-clientes .modal-content {
        top: initial;
        transform: none;
    }
}

@media only screen and (max-width: 900px) {
    .modalContainer .modal-content {
        width: 90%;
    }
}

@media only screen and (max-width: 675px) {
    #kit-procesos {
        padding-top: 20px;
    }
    #kit-procesos .modal-content {
        top: initial;
        transform: none;
    }
}

@media only screen and (max-width: 620px) {
    #kit-web {
        padding-top: 20px;
    }
    #kit-web .modal-content {
        top: initial;
        transform: none;
    }
}

@media only screen and (max-width: 560px) {
    #kit-commerce {
        padding-top: 20px;
    }
    #kit-commerce .modal-content {
        top: initial;
        transform: none;
    }
}

@media only screen and (max-width: 475px) {
    #kit-redes {
        padding-top: 20px;
    }
    #kit-redes .modal-content {
        top: initial;
        transform: none;
    }
}

@media only screen and (max-width: 395px) {
    #kit-analitica {
        padding-top: 20px;
    }
    #kit-analitica .modal-content {
        top: initial;
        transform: none;
    }
} */


/* @media only screen and (max-width: 900px) {
    .modalContainer {
        padding-top: 20px;
    }
    .modal-content {
        top: initial;
        transform: none;
    }
} */



.step-descriptionq{
    text-align: justify;
    font-size: 14px;
    font-family: sans-serif;
    margin-top: 2em;
    padding-left: 400px !important;
  padding-right: 400px !important;
}

.step-titleq{
    font-size: calc(var(--font-size) * 4);
  font-weight: bolder;
  padding: .5em 0;
  padding-left: 300px;
}

.step-titlep{
    font-size: 23px !important;
    font-weight: bolder;
    padding-left: 380px !important;
}


#puesto-trabaj{
    margin-right: 461px;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 17px;
    padding-right: 19px;
    font-family: sans-serif;
    margin-bottom: 46px;
}