﻿@font-face {
    font-family: 'BebasBold';
    src: url('Fonts/Bebas.ttf') format('truetype');
}
body {
    margin:0 auto;
    font-family:'Segoe UI';
}
.div2{
    width:100%;
    height:400px;
    background-color:#ffa200;
}
.top {
    background-color: #111416;
    width: 100%;
    height: 120px;
    z-index: 1;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.logo{
    height:110px;
    width:auto;
    margin-left:5%;
    float:left;
}
.logo img{
    height:100%;
    width:auto;
    margin-top:5px;
}
#banner2 {
    height: 300px;
}
.banner {
    width: 100%;
    height: 500px;
    background-color: #202427;
    z-index: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    position: relative;
}
.banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position:absolute;
    top:0;
    left:0;
}
#titulo2 {
    height: 300px;
}
.titulo {
    width: 60%;
    height: 500px;
    display: table;
    text-align: center;
    position: absolute;
    top:0;
    left:20%;
    z-index: 10;
}
.titulo a {
    font-family: BebasBold;
    font-size: 92px;
    color: #fff;
    display:table-cell;
    vertical-align:middle;
    user-select:none;
}
.resaltar {
    color: #ffa200;
}
.contenedor_redes{
    width:150px;
    height:60px;
    float:right;
    margin-right:5%;
    margin-top:30px;
}
.redes{
    width:60px;
    height:60px;
    float:right;
    margin-left:15px;
    cursor:pointer;
}
.menu {
    width: 100%;
    height: 90px;
    background-color: #111416;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 6px solid #ffa200;
    position: relative;
    z-index: 1;
}
.boton {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
}
.boton a{
    text-decoration:none;
    color:#fff;
    transition: all 0.2s ease;
}
.boton:hover a{
    text-decoration:none;
    color:#fff;
    color:#ffa200;
    transition: all 0.2s ease;
}
.isologo{
    margin-left:20px;
    margin-right:20px;
}
.marcas {
    height: 150px;
    width: 100%;
    max-width:100%;
    overflow-x:auto;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info{
    width:100%;
    height:90vh;
}
.mapa {
    height: 70vh;
    width: 40%;
    margin-left: 5%;
    margin-top: 10vh;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    float: left;
}
.contacto {
    height: 70vh;
    width: 40%;
    margin-right: 5%;
    margin-top: 10vh;
    float:right;
}
.boton_wapp {
    width: 200px;
    height: 60px;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 3px solid #fff;
}
.boton_wapp img{
    height:80%;
    width:auto;
}
.boton_wapp:hover{
    border:3px solid #6ebf63;
    transition: all 0.2s ease;
}
.titulo_form{
    width:100%;
    margin-top:30px;
    font-size:18px;
}
.Textbox_Form {
    width: 80%;
    height: 30px;
    border: none;
    outline: none;
    border: 1px solid #c1c1c1;
    background-color: #f1f1f1;
    margin-top: 10px;
    border-radius: 7px;
    padding-left: 2%;
    font-size: 14px;
    transition: all 0.2s ease;
}
.Textbox_Form:hover{
    background-color:#c1c1c1;
    transition: all 0.2s ease;
}
.Button_Form {
    border: none;
    outline: none;
    width: 30%;
    margin-top: 10px;
    height: 40px;
    border-radius: 7px;
    background-color: #ffa200;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
}
.Button_Form:hover{
    background-color:#00627d;
    transition: all 0.2s ease;
}
.datos_form{
    width:100%;
    margin-top:30px;
    font-size:14px;
}
.empresa {
    width: 100%;
    height: 70vh;
    background-color: #202427;
    background-image: url('Imagenes/imagenbanner2.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.empresa img{
    height:15vh;
}
.institucional {
    width: 100%;
    height: 80vh;
    background-color: #111416;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-bottom: 6px solid #ffa200;
}
.titulo_empresa{
    width:50%;
    height:10vh;
    margin-left:5%;
    font-family:BebasBold;
    font-size:52px;
    color:#fff;
    position:relative;
    top:10vh;
}
.texto_empresa {
    width: 45%;
    margin-left: 5%;
    font-size: 18px;
    color: #fff;
    max-height: 40vh;
    height: 40vh;
    overflow-y: scroll;
    position: relative;
    top: 10vh;
    float:left;
}
.video {
    height: 55vh;
    float: right;
    position: absolute;
    right: 5%;
    width: 35%;
    background-color: #000;
    margin-top: 0vh;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    z-index: 8;
}
.footer {
    width: 100%;
    height: 30vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link{
    cursor:pointer;
}
.oscurecer {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.imagen_repuestos{
    height:400px;
    width:50%;
    margin-left:5%;
    text-align:left;
    float:left;
}
.imagen_repuestos img{
    height:100%;
}
.texto_repuestos{
    height:400px;
    width:40%;
    float:left;
    margin-right:5%;
    text-align:left;
    font-size:28px;
    display:table;
}
.texto_repuestos a{
    display:table-cell;
    vertical-align:middle;
}
.texto_repuestos a span{
    color:#00627d;
    cursor:pointer;
}
.slider-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    text-align: center;
    width: 100%;
    align-items: center;
    
}

    .slider img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
@media all and (max-width: 1000px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1000px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 100px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 100px), only screen and (min-device-pixel-ratio: 2) and (max-width: 100px), only screen and (min-resolution: 192dpi) and (max-width: 100px), only screen and (min-resolution: 2dppx) and (max-width: 100px) {
    .banner {
        width: 100%;
        height: 400px;
        background-color: #202427;
        z-index: 0;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        position:relative;
    }

    .redes {
        width: 60px;
        height: 60px;
        right: 15px;
        top:0;
        cursor: pointer;
        position:absolute;
    }

    #redes2{
        top:60px;
    }

    .titulo {
        width: 60%;
        height: 400px;
        margin-left: 2.5%;
        display: table;
        text-align: center;
        position:absolute;
    }

        .titulo a {
            font-family: BebasBold;
            font-size: 42px;
            color: #fff;
            display: table-cell;
            vertical-align: middle;
            user-select: none;
        }

    .menu {
        width: 100%;
        height: 90px;
        background-color: #111416;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 6px solid #ffa200;
        position: relative;
        z-index: 1;
    }

    .marcas {
        height: 130px;
        width: 100%;
        max-width: 100%;
        overflow-x: scroll;
        position: relative;
        z-index: 0;
        text-align: left;
        display: flex;
        justify-content: left;
        align-items: flex-start;
    }

    .info {
        width: 100%;
        height: 150vh;
    }

    .mapa {
        height: 70vh;
        width: 95%;
        margin-left: 2.5%;
        margin-top: 10vh;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        float: left;
    }

    .contacto {
        height: 70vh;
        width: 95%;
        margin-right: 2.5%;
        margin-top: 10vh;
        float: right;
    }

    .boton_wapp {
        width: 90%;
        margin-left:5%;
        height: 60px;
        border-radius: 15px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
        cursor: pointer;
        transition: all 0.2s ease;
        border: 3px solid #fff;
    }

        .boton_wapp img {
            height: 80%;
            width: auto;
        }

        .boton_wapp:hover {
            border: 3px solid #6ebf63;
            transition: all 0.2s ease;
        }

    .titulo_form {
        width: 90%;
        margin-left:5%;
        margin-top: 30px;
        font-size: 18px;
    }

    .Textbox_Form {
        width: 88%;
        margin-left: 5%;
        height: 30px;
        border: none;
        outline: none;
        border: 1px solid #c1c1c1;
        background-color: #f1f1f1;
        margin-top: 10px;
        border-radius: 7px;
        padding-left: 2%;
        font-size: 14px;
        transition: all 0.2s ease;
    }

        .Textbox_Form:hover {
            background-color: #c1c1c1;
            transition: all 0.2s ease;
        }

    .Button_Form {
        border: none;
        outline: none;
        width: 60%;
        margin-left: 5%;
        margin-top: 10px;
        height: 40px;
        border-radius: 7px;
        background-color: #ffa200;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.2s ease;
    }

        .Button_Form:hover {
            background-color: #00627d;
            transition: all 0.2s ease;
        }

    .datos_form {
        width: 90%;
        margin-left: 5%;
        margin-top: 30px;
        font-size: 14px;
    }

    .empresa {
        width: 100%;
        height: 70vh;
        background-color: #202427;
        background-image: url('Imagenes/imagenbanner2.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
    }

        .empresa img {
            height: 12vh;
        }

    .institucional {
        width: 100%;
        height: 130vh;
        background-color: #111416;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        border-bottom: 6px solid #ffa200;
    }

    .titulo_empresa {
        width: 90%;
        height: 10vh;
        margin-left: 5%;
        font-family: BebasBold;
        font-size: 32px;
        color: #fff;
    }

    .texto_empresa {
        width: 90%;
        margin-left: 5%;
        font-size: 18px;
        color: #fff;
        max-height: 40vh;
        height: 40vh;
        overflow-y: scroll;
        margin-top: 2vh;
    }

    .video {
        height: 55vh;
        margin-left: 0%;
        width: 90%;
        background-color: #000;
        margin-top: 15vh;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }

        .video video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .footer {
        width: 100%;
        height: 30vh;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align:center;
    }

    .link {
        cursor: pointer;
    }

    .oscurecer {
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
    }

    .imagen_repuestos {
        height: 250px;
        width: 95%;
        margin-left: 2.5%;
        padding-top:20px;
    }

        .imagen_repuestos img {
            width: 100%;
            height:auto;
        }

    .texto_repuestos {
        height: 250px;
        width:90%;
        margin-left: 5%;
        font-size: 18px;
        display: table;
    }

        .texto_repuestos a {
            display: table-cell;
            vertical-align: middle;
        }

            .texto_repuestos a span {
                color: #00627d;
                cursor: pointer;
            }

    .div2 {
        width: 100%;
        height: 500px;
        background-color: #ffa200;
    }


}