:root {
    --primary-blue: #0070ff;
    --light-blue: #e8f0ff;
    --background: #F2F2F2;
    --dark-background: #2D353C;
    --text: #2e2e2e;
    --grey: #999999;
    --footer: #535353;

}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font-size: 62.5%;
    font-family: 'Roboto', sans-serif;
    font-family: 'Source Code Pro', monospace;
    background-color: #F2F2F2;
    scroll-behavior: smooth;
}
h1 {
    font-size: 2.2rem;
    color: var(--light-blue);
    margin-top: 1.2rem;
}
header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    min-width: 320px;
    height: 65vh;
    background-color: var(--dark-background);
}
.header__logo {
    height: 6rem;
    line-height: 1.5;
    background-color: var(--dark-background);
    padding: 1.2rem 0 1.2rem 0;
}
.header__title-container {
    margin-top: 15rem;
    text-align: center;
}
.header__title-container img {
    width: 50vw;
    max-width: 31rem;
    margin-bottom: 1rem;
}
.header__title-container p {
    font-family: roboto;
    color: var(--light-blue);
    font-size: 1.6rem;
    margin: 2rem 5rem 6rem 5rem;
    line-height: 1.5;
    padding-bottom: 2rem;
}
.header__title-container .header__button {
    background-color: var(--primary-blue);
    border-radius: 4rem;
    text-decoration: none;
    font-size: 1.6rem;
    color: white;
    position: absolute;
    top: 62vh;
    left: calc(50% - 11rem);
    padding: 0.8rem 2rem;
    display: inline-flex;
    justify-content: center;
    padding-top: 1.2rem;
}
.header__button span {
    width: 2.3rem;
    height: 2.3rem;
    margin-left: 1.3rem;
    display: inline-flex;
    margin-bottom: 0.2rem;
    background-image: url('/assets/img/drop.svg');
    background-repeat: no-repeat;
}

.seccion__ofrecemos--diseño {
        display: flex;
        align-items: center;
        justify-content: center;
}
.seccion__ofrecemos--diseño-img {
        width: 75vw;
        max-width: 110px;
        margin-top: 7rem;
        margin-left: 2rem;
        margin-right: 2rem;
}
.seccion__ofrecemos--diseño-texto h3 {
        font-size: 1.6rem;
        margin-top: 6rem;
        margin-bottom: 0.8rem;
        margin-left: 0.8rem;
}
.seccion__ofrecemos--diseño-texto p {
        font-family: roboto;
        font-size: 1.5rem;
        line-height: 1.6;
        margin-left: 0.8rem;
        margin-right: 2rem;
}

.seccion__ofrecemos--desarrollo {
        display: flex;
        margin-top: 4rem;
}
.seccion__ofrecemos--desarrollo-img {
        width: 85vw;
        max-width: 110px;
        margin-top: 1rem;
        margin-left: 2rem;
        margin-right: 2rem;
}
.seccion__ofrecemos--desarrollo-texto h3 {
        font-size: 1.6rem;
        margin-bottom: 0.8rem;
        margin-left: 0.8rem;
    }
.seccion__ofrecemos--desarrollo-texto p {
        font-family: roboto;
        font-size: 1.5rem;
        line-height: 1.6;
        margin-left: 0.8rem;
        margin-right: 2rem;
}

.seccion__ofrecemos--servicios {
        display: flex;
        margin-top: 4rem;
}
.seccion__ofrecemos--servicios-img {
        width: 77vw;
        max-width: 110px;
        margin-top: 1rem;
        margin-left: 2rem;
        margin-right: 2rem;
}
.seccion__ofrecemos--servicios-texto h3 {
        font-size: 1.6rem;
        margin-bottom: 0.8rem;
        margin-left: 0.8rem;
}
.seccion__ofrecemos--servicios-texto p {
        font-family: roboto;
        font-size: 1.5rem;
        line-height: 1.6;
        margin-left: 0.8rem;
        margin-right: 2rem;
}
.seccion__elegirnos--titulo {
        margin-top: 5rem;
        background-color: var(--dark-background);
        display: flex;
}
.seccion__elegirnos--titulo img {
        width: 50vw;
        max-height: 20rem;
        position: relative;
        display: inline-flex;
        margin-top: 4rem;
        margin-bottom: -4rem;
}
.seccion__elegirnos--titulo-texto {
         color: white;
         display: flex;
         flex-direction: column;
         justify-content: center;
         
}
.seccion__elegirnos--titulo-texto h2 {
        font-size: 2rem;
        line-height: 1.5;
 }
.seccion__elegirnos--titulo-texto p {
        font-family: roboto;
        font-size: 1.6rem;
        line-height: 1.5;
        margin-top: 2rem;
}
.seccion__elegirnos--rep {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin: 7rem 1.5rem 1.5rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 0px 4px 8px rgba(89, 73, 30, 0.16);
}
.seccion__elegirnos--rep img {
    width: 9rem;
    padding: 1.5rem;
}

.seccion__elegirnos--rep-texto h3 {
    font-size: 1.6rem;
}
.seccion__elegirnos--rep-texto p {
    font-size: 1.4rem;
    margin-top: 0.5rem;
    font-family: roboto;
    line-height: 1.5;
}
.seccion__elegirnos--seg {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    max-height: 94px;
    margin: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0px 4px 8px rgba(89, 73, 30, 0.16);
}
.seccion__elegirnos--seg img {
    width: 8rem;
    padding: 1.5rem;
}

.seccion__elegirnos--seg-texto h3 {
    font-size: 1.6rem;
    margin-left: 1rem;
}
.seccion__elegirnos--seg-texto p {
    font-size: 1.4rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    margin-left: 1rem;
    font-family: roboto;
    line-height: 1.5;
}

.seccion__elegirnos--sop {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    max-height: 94px;
    margin: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0px 4px 8px rgba(89, 73, 30, 0.16);
}
.seccion__elegirnos--sop img {
    width: 9rem;
    padding: 1.5rem;
}

.seccion__elegirnos--sop-texto h3 {
    font-size: 1.6rem;
    
}
.seccion__elegirnos--sop-texto p {
    font-size: 1.4rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    font-family: roboto;
    line-height: 1.5;
}
.seccion__sistemas--logos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#GSC {
    width: 15rem;
    margin: 3rem;
    margin-top: 5rem;
}
#dpy {
    width: 21rem;
    margin: 3rem;
}
#jc {
    width: 21rem;
    margin: 3rem;
}
#jres {
    width: 17rem;
    margin: 3rem;
}
#sef {
    width: 14.5rem;
    margin: 3rem;
}
#mbk {
    width: 14.5rem;
    margin: 3rem;
}
#origo {
    width: 10rem;
    margin: 3rem;
}
#vending {
    width: 10rem;
    margin: 3rem;
}
#gf {
    width: 17rem;
    margin: 3rem;
}
.contacto__header {
    background-color: #21CEA4;
    margin-top: 3.5rem;
}
.contacto__header--content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contacto__header h3 {
    color: white;
    padding: 1.5rem;
    align-self: center;
    font-size: 1.8rem;
    text-align: center;
}
.contacto__header--content img {
    width: 5rem;
    padding-bottom: 2rem;
}
.contacto__header--content p {
    font-family: roboto;
    color: white;
    font-size: 1.5rem;
    margin-left: 1rem;
    padding-bottom: 2rem;
    width: 22rem;
}
.contacto__form {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding-bottom: 3rem;
}
.contacto__form h2 {
    font-size: 2rem;
    margin: 2.5rem;
    text-align: center;
}
#form-name {
    font-size: 1.5rem;
    font-family: roboto;
    width: 32rem;
    height: 3.5rem;
    border-style: none;
    border-radius: 0.5rem;
    padding: 1.5rem;
    background-color: #F2F2F2;
    color: var(--text);
}
#form-email {
    font-size: 1.5rem;
    font-family: roboto;
    width: 32rem;
    height: 3.5rem;
    border-style: none;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-top: 1.5rem;
    background-color: #F2F2F2;
    color: var(--text);
}
#form-mens {
    font-size: 1.5rem;
    font-family: roboto;
    width: 32rem;
    height: 25rem;
    border-style: none;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-top: 1.5rem;
    background-color: #F2F2F2;
    color: var(--text);
}
.contacto__form--fields #enviar {
    width: 17rem;
    height: 4.5rem;
    background-color: var(--primary-blue);
    border-style: none;
    margin-top: 2rem;
    border-radius: 3rem;
    color: white;
    font-family: source code pro;
    font-size: 1.6rem;
    -webkit-appearance: none;
}
.contacto__form--fields {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.seccion__sistemas h2 {
    font-size: 2rem;
    margin-top: 4rem;
    margin-left: 4rem;
    margin-bottom: 0.2rem;
}
.seccion__sistemas--line {
    display: inline-block;
    background-color: var(--text);
    padding: 0.2rem;
    width: 3rem;
    margin-left: 4rem;
    border-radius: 1rem;
}
.seccion__resp {
    background-color: var(--primary-blue);
    margin: 1.5rem;
    margin-top: 4rem;
    border-radius: 1rem;
    padding: 1rem;
}
.seccion__resp--title {
    display: flex;
    flex-direction: row;
}
.seccion__resp--title-img {
    width: 11.5rem;
    position: absolute;
    margin-left: 63%;
    margin-top: -2.5rem;
    
}
.seccion__resp--title-text {
    display: flex;
    flex-direction: column;
}
.seccion__resp--title-line {
    display: inline-block;
    background-color: white;
    padding: 0.2rem;
    width: 3rem;
    margin-left: 1.5rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
}
.seccion__resp--title-text h2{
    color: white;
    font-size: 2rem;
    margin: 3rem 2rem 0.75rem 1.5rem;
}
.seccion__resp p {
    font-family: roboto;
    color: white;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 0 1.5rem 3rem 1.5rem;
}
footer {
    background-color: var(--grey);
    text-align: center;
}
.footer__contacto {
    padding: 1rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    color: white;
}
.footer__contacto--tel p {
    font-weight: 700;
    padding: 2rem;
    text-decoration: none;
}
.footer__contacto--dir p {
    line-height: 1.5;
    padding-bottom: 2rem;
}
.footer__copyright {
    background-color: var(--footer);
    padding: 2rem;
    color: white;
    font-family: roboto;
    font-size: 1.4rem;
}
nav {
    position: fixed;
    top: 0;
    align-self: center;
    background-color: var(--dark-background);
    padding: 1rem 100vw 0;
    box-shadow: 0px 4px 8px rgba(45, 53, 60, 0.3);
    z-index: 9999;
}
.animate__animated .animate__slideInUp {
    --animate-duration: 2s;
}