body {
    background: url(/img/parallax.jpeg);
    background-attachment: fixed;
    background-size: cover;
    display: grid;
    height: 100vh;
    overflow-x: hidden;
    z-index: -2;
}

.logo {
    position: absolute;
    top: 35px;
    left: 75px;
    z-index: 1000;
    height: 80px;
}

h1 {
    font-family: mongoose, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2em;
    color: rgb(253, 193, 9);
    text-transform: uppercase;
    letter-spacing: 2px;
}

h2 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 0.7em;
    color: rgb(253, 193, 9);
}

h3 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 10px;
    font-size: 1em;
    color: whitesmoke;
}

h4 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 200;
    font-size: 1em;
    text-align: left;
}

h5 {
    font-size: 1.2em;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 700;
    color: rgb(87, 86, 86);
    text-align: center;
}

p {
    color: white;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 100;
    font-size: 0.8em;
    letter-spacing: 1.3px;
}

.p1 {
    color: white;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.6em;
    line-height: 1.2em;
}

/* Header */

.header {
    padding-bottom: 200px;
    background: inherit;
}

#celda {
    background: inherit;
}

/* intralogistica */

.container-intra {
    position: relative;
    top: 230px;
    width: 550px;
    border-radius: 15px;
    background: url(/img/intralogistica-back.svg);
    background: #002B33;
    background: -moz-linear-gradient(-45deg, rgba(0, 30, 35, 1) 0%, rgba(10, 30, 40, 0.8) 60%, rgba(20, 20, 20, 0.35) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 30, 35, 1) 0%, rgba(10, 30, 40, 0.8) 60%, rgba(20, 20, 20, 0.35) 100%);
    background: linear-gradient(135deg, rgba(0, 30, 35, 1) 0%, rgba(10, 30, 40, 0.8) 60%, rgba(20, 20, 20, 0.35) 100%);
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    font-size: 2em;
    line-height: 1em;
    height: 260px;
    margin-left: 10%;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
}

/* Contact Form */

#contactform {
    background: inherit;
    overflow: hidden;
    left: 60%;
    top: -100px;
    border-radius: 10px;
    z-index: 0;
    position: relative;
    width: 380px;
    height: 510px;
    padding-top: 30px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
}

#contactform:before {
    content: "";
    width: 600px;
    height: 600px;
    background: inherit;
    position: absolute;
    left: -200px;
    right: 0;
    top: -30px;
    bottom: 0;
    box-shadow: inset 0 0 0 300px rgb(25 25 25 / 75%);
    filter: blur(5px);
    z-index: -1;
}

.form-control {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 10px;
    border-color: rgba(255, 255, 255, .5);
    margin-bottom: 5px;
}

.formgroup {
    font-size: 0.2em;
}

.btn {
    background-color: rgb(253, 193, 9);
    text-align: center;
    color: white;
    border-radius: 5px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 0.7em;
    font-weight: 700;
    width: auto;
    text-align: center;
}

.form-text {
    text-align: left !important;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8em;
    font-weight: 600;
    vertical-align: text-bottom;
    bottom: 0;
    line-height: 1;
}

textarea {
    height: 230px;
}

/* Cards Soluciones */

.soluciones {
    margin-left: 10%;
    margin-right: 10%;
    width: 80vw;
}

#cards {
    display: block;
    float: left;
    border-radius: 20px;
    height: 400px;
    font-size: 2em;
    line-height: 0.7;
}

.card-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 95%;
    height: 200px;
    object-fit: cover;
    text-align: center;
    border-radius: 1px;
}

#color-col {
    background-color: rgba(3, 24, 31, 0.767);
    margin: 15px;
    padding: 10px;
    border-radius: 13px;
}

a {
    color: rgb(253, 193, 9);
    font-size: 0.8em;
    text-decoration: none;
    font-weight: 100;
}

a:hover {
    color: rgb(253, 193, 9);
}

#barra-cards {
    width: auto;
    height: 3px;
}

.card-body {
    padding: 10px;
}

.mas-info {
    border-top: 3px solid rgb(253, 193, 9);
    padding-top: 10px;
    font-size: 1rem;
    display: block;
    text-align: right;
    padding-right: 22px;
}

/* Servicios */

.servicios {
    margin-top: 50px;
    position: relative;
    background-color: white;
    text-align: center;
    width: 100vw;
    height: 220px;
    z-index: 100;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.service-title {
    border-right: 2px solid rgb(253, 193, 9);
    height: 130px;
    line-height: 130px;
    padding-right: 20px;
}

.servicios div {
    display: inline-block;
}

.icons {
    position: relative;
    width: 170px;
    height: 100px;
    display: block;
    object-fit: cover;
}

.serv-ico {
    position: relative;
    height: 46%;
}

.service-info {
    margin-top: auto;
    margin-bottom: 25px;

}

.serv-col {
    background: blue;
}

#iconos {
    background: blueviolet;
}

.linea-serv {
    height: 40%;
    width: 100px;
}

/* About Quintino  */

.about {
    position: relative;
    margin-left: 6em;
    margin-right: 6em;
    font-size: 1.3em;
    background-color: rgba(7, 41, 41, 0.856);
}

.about-text {
    padding: 1.5em 7em;
}

.cryptedmail:after {
    content: attr(data-name) "@"attr(data-domain) "."attr(data-tld);
}

/* Footer */

.foot {
    padding: 25px 0;
    position: relative;
    background-color: white;
    height: auto;
    text-align: center;
}

#partners {
    width: 10%;
    max-height: 65px;
    object-fit: scale-down;
}

#lineafooter {
    padding-top: 30px;
}

#redes {
    padding-top: 30px;
    padding-right: 10px;
}

#wzp {
    display: grid !important;
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 10px;
    right: 10px;
    background-color: #00454d;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px !important;
    box-shadow: 2px 2px 3px #999;
    z-index: 1500;
    display: inline-block;
}

#wzp a {
    color: #fff;
    font-size: 30px !important;
}

#wzp .wzp-float {
    margin-top: 14px;
}

/* Media Queries */
@media screen and (max-width: 1366px) {
    html {
        font-size: 0.95rem;
    }

}

@media screen and (max-width: 1240px) {
    html {
        font-size: 0.85rem;
    }

    .container-intra {
        width: 500px;
    }

    #barra-cards {
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    .container-intra {
        width: 375px;
        margin-left: 4%;
    }

    #contactform {
        width: 300px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .icons {
        width: 140px;
        height: 80px;
    }

    #color-col {
        padding: 5px
    }
}

@media screen and (max-width: 768px) {
    .div-logo {
        position: initial;
        display: block;
        height: 160px;
    }

    .logo {
        position: relative;
        margin: auto;
        display: block;
        left: 0;
        height: auto;
    }

    .container-intra {
        width: 90%;
        position: initial;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-right: 20px;
    }

    #contactform {
        width: 90%;
        left: 0%;
        margin: auto;
        top: 35px;
        margin-bottom: 60px;
    }

    #contactform:before {
        left: 0;
        width: auto;
        height: auto;
        filter: blur(3px);
    }

    #contactform .btn {
        display: block;
        width: 75%;
        font-size: 1rem;
        margin: auto;
        color: white;
        margin-top: 15px;
    }

    #cards {
        height: auto;
    }

    .soluciones {
        width: 87%;
        margin: auto;
    }

    #color-col {
        margin: 15px 0;
    }

    .servicios {
        display: block;
        height: auto;
        width: auto;
        padding: 25px;
    }

    .icons {
        margin: auto;
    }

    .service-title {
        display: block;
        border-right: 0;
        line-height: inherit;
        height: 70px;
        padding-right: 0;
    }

    .service-title::after {
        display: block;
        content: '';
        height: 4px;
        background-color: rgb(253, 193, 9);
        width: 90%;
        margin: auto;
    }

    .servicios div,
    .service-info {
        min-width: 40%;
        display: inline-grid;
    }

    .service-info {
        font-size: 1.2em;
        font-weight: 400;
    }

    #about {
        margin: 0 30px;
    }

    .about-text {
        padding: 2em;
    }

    #partners {
        width: 27%;
    }

    #lineafooter {
        padding: 20px 0;
        width: 70%;
    }

    .redes h4 {
        text-align: center;
    }

    .redes .row {
        padding: 0;
        margin: 0;
    }

    #redes {
        padding: 10px 5px;
        margin: 10px 0;
        width: 30px;
        height: 50px;
    }

    #wzp {
        background-color: #25d366 !important;
    }
}