    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
        
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #1d273b;
        font-weight: 300;
    }
        
    .contenedor {
        width: 100%;
        transition: ease-in-out 0.1s;
        margin: auto;
        overflow: hidden;
    }
        
    h1 {
        font-size: 50px;
    }
        
    header::before {
        content: "";
        display: block;
        margin-bottom: 120px;
    }
        
    nav ul li {
        text-decoration: none;
    }
        
    nav {
        width: 100%;
        height: 80px;
        background: #fff;
        border-bottom: 1px solid transparent;
        box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .2);
        position: fixed;
        top: 0;
        justify-content: space-between;
        z-index: 100;
        transition: ease-in-out 0.5s;
    }
        
    .nav {
        display: flex;
        flex-direction: row;
        height: 120px;
        width: 100%;
        align-items: center;
        padding: 0 40px;
    }
        
    .logo {
        height: 120px;
    }
        
    .nav .logo img {
        height: 100%;
        vertical-align: top;
        width: auto;
        object-fit: cover;
        margin-left: 50px;
    }
        
    .enlaces-header {
        display: flex;
        font-weight: 300;
        transition: ease-in-out 0.5s;
        flex-direction: row-reverse;
    }
        
    .nav .enlaces-header a {
        padding-bottom: 20px;
        font-size: 30px;
        font-weight: 300;
        margin: 20px;
        color: #000;
        /****SUBRAYADO AL HACER HOVER EN NAV **/
        text-decoration: none;
        margin-left: 20px;
        text-decoration: none;
        background-image: linear-gradient(#ff9306, #ff9306);
        background-position: 0% 100%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        transition: background-size .3s;
    }
    /****SUBRAYADO AL HACER HOVER EN NAV **/
        
    .nav .enlaces-header a:hover,
    .nav .enlaces-header a:focus {
        background-size: 100% 2px;
    }
        
    .contenido-header {
        padding-top: 50px;
        background-image: url(/img/fondoPrincipal.jpg);
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        max-width: none!important;
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        min-height: 827px;
    }
        
    .textos-header h1,
    .textos-header p {
        color: white;
        text-shadow: 2px 2px 2px black;
    }
        
    .textos-header h1 {
        font-size: 55px;
        font-weight: bold;
    }
        
    .textos-header p {
        font-size: 30px;
    }
        
    .nosotros {
        background: #fff;
        align-items: center;
        width: 100%;
    }
        
    .textos-derecha {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap!important;
    }
        
    .textos-derecha>p {
        flex-wrap: wrap;
    }
        
    .quienesSomos {}
        
    .quienesSomos h1 {
        margin-bottom: 20px;
        color: #5D6678;
    }
        
    .quienesSomos p {
        text-align: justify;
        width: 500px;
        color: #5D6678;
    }
        
    .imagenes-nosotros {}
        
    .valores {
        display: flex;
        padding: 15px;
    }
        
    .mision {
        margin: 5px;
    }
        
    .valores p,
    .valores h1 {
        color: white;
    }
        
    .valores h1 {
        text-align: center;
    }
        
    .valores p {
        font-size: 15px;
        text-align: justify;
    }
        
    .imagen-nosotros {
        margin: 0;
        padding: 0;
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        box-sizing: content-box;
    }
        
    .imagen-nosotros img {
        width: 50%;
        height: 300px;
        object-fit: cover;
    }
        
    .servicios {
        display: flex;
        flex-wrap: wrap;
        flex-flow: row wrap;
    }
        
    .servicios {
        background-image: url(/img/maniobra-con-montacargas-mm.jpg);
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        max-width: none!important;
        width: 100%;
    }
        
    .principalServicios {
        margin-top: 90px;
        margin-bottom: 70px;
        text-align: center;
        width: 100%;
        overflow: hidden;
    }
        
    .principalServicios p {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
    }
        
    .servicio-card {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
        width: 25%;
    }
        
    .servicio-card p {
        margin-top: 30px;
    }
        
    .servicio-card h1,
    .servicio-card p {
        color: white;
    }
        
    .principalServicios h1 {
        color: #ff9306;
        font-weight: 300;
        font-size: 60px;
    }
        
    .marcas {
        background: #fff;
    }
        
    .servicio-card i {
        font-size: 30px;
        color: #fff;
        background: #ff9306;
        ;
        display: inline-block;
        width: 70px;
        height: 70px;
        text-align: center;
        padding-top: 20px;
        border-radius: 50%;
        box-shadow: 0 8px 32px rgb(222 119 31 / 46%);
        margin-bottom: 20px;
    }
        
    .servicio-card h1 {
        font-size: 25px;
        font-weight: bold;
    }
        
    .servicio-card p {
        font-size: 20px;
        margin: 40px;
        font-weight: 600;
    }
        
    .marcas {
        min-height: 250px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
        
    .marcas>h1 {
        font-weight: 400;
    }
        
    .imagenes-marcas {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
        
    .imagenes-marcas img {
        margin: 15px;
        height: 120px;
        width: 250px;
        margin-bottom: 80px;
    }
        
    .marcas h1 {
        margin-top: 30px;
        color: #ff9306;
        font-size: 60px;
    }
        
    .contacto {
        padding-bottom: 30px;
        padding-top: 50px;
        background-image: url(/img/fondoContacto.jpg);
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        max-width: none!important;
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        min-height: 200px;
    }
        
    .botons {
        color: white;
    }
        
    div.dmInner input[type=email],
    div.dmInner input[type=number],
    div.dmInner input[type=password],
    div.dmInner input[type=tel],
    div.dmInner input[type=text],
    div.dmInner select,
    div.dmInner textarea,
    .botons {
        font-size: 16px;
        background-color: rgba(102, 102, 102, .15);
        border: 2px solid #fff;
        width: 100%;
        margin: 3px 0;
        height: 40px;
        padding: 0 10px;
        color: white;
        font-weight: bold;
    }
        
    .contacto h1 {
        text-shadow: 2px 2px 2px black;
    }
        
    .dmInner {
        font-weight: bold;
        text-shadow: 2px 2px 2px black;
    }
        
    footer {
        background: #ffff;
    }
        
    .footer {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        min-height: 100px;
        background: #ffff;
    }
        
    .footer a:hover {
        color: #5D6678;
    }
        
    .footer a {
        font-size: 20px;
        text-decoration: none;
        color: #ecb337;
        font-weight: 600;
    }
        
    @media screen and (max-width: 600px) {
        .hamburguer {
            display: block;
        }
    }
        
    .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;
    }
        
    @media screen and (max-width: 634px) {
        .telefono {
            display: none;
        }
    }
        
    {}
        
    @media screen and (max-width: 790px) {
        .nav .enlaces-header a {
            color: #ffff;
        }
        .hamburguer {
            display: block;
        }
        .enlaces-header {
            position: fixed;
            background: #8E2DE2;
            background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
            background: linear-gradient(to right, #e7ad0d, #ecb337);
            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 {
        clip-path: circle(140.2% at 99% 1%);
    }
        
    .telefono h1 {
        font-size: 18px;
        font-size: 30px;
    }
        
    .telefono a {
        text-decoration: none;
        color: #ff9306;
        font-size: 30px;
    }
        
    .telefono i {
        font-size: 30px;
        margin-right: 15px;
        text-decoration: none;
        color: #ff9306;
    }
        
    .telefono a:hover {
        color: black;
    }
    /*****EFECTO CARRUSEL **/
        
    @-webkit-keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-250px * 7));
        }
    }
        
    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-250px * 7));
        }
    }
        
    .slider {
        height: 130px;
        margin: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }
        
    .slider::before,
    .slider::after {
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }
        
    .slider::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
    }
        
    .slider::before {
        left: 0;
        top: 0;
    }
        
    .slider .slide-track {
        -webkit-animation: scroll 40s linear infinite;
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 14);
    }
        
    .slider .slide {
        height: 100px;
        width: 350px;
    }
        
    #map {
        display: block;
        width: 100%;
        height: 600px;
        margin: 0 auto;
        -moz-box-shadow: 0px 5px 20px #ccc;
        -webkit-box-shadow: 0px 5px 20px #ccc;
        box-shadow: 0px 5px 20px #ccc;
    }
        
    .img-footer img {
        width: 250px;
        height: 250px;
    }
        
    .info-footer {
        color: #ff9306;
        font-weight: 600;
    }
        
    .info-footer p span {
        color: #5D6678;
    }
        
    @media(max-width: 808px) {
        .servicio-card {
            width: 50%;
        }
        .quienesSomos p {
            width: auto;
        }
        .principalServicios h1 {
            font-size: 35px;
        }
        .principalServicios p {
            font-size: 17px;
        }
        .servicio-card h1 {
            font-size: 23px;
            font-weight: bold;
        }
        .servicio-card p {
            font-size: 16px;
            margin: 40px;
            font-weight: 600;
        }
        .marcas h1 {
            font-size: 30px;
            padding: 5px;
            text-align: center;
        }
    }
        
    @media(max-width: 668px) {
        .servicio-card {
            width: 100%;
        }
    }
        
    .whatsapp {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        z-index: 100;
    }
        
    .whatsapp1 {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        z-index: 50;
    }
        
    .whatsapp-icon {
        margin-top: 13px;
    }