@font-face {
    font-family: monserrat;
    src: url("s/fonts/monserrat.woff2");
}

@font-face {
    font-family: electrolize;
    src: url("s/fonts/electrolize.woff2");
}

* {
    box-sizing: border-box;
    font-family: monserrat;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

video {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

header {
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 50;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.ceo,
#btn-menu {
    display: none;
}

header label {
    position: fixed;
    top: 0;
    display: none;
    width: 44px;
    height: 41px;
    margin-top: 5px;
    margin-left: 5px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 15px;
    z-index: 1000;
}

header label:hover {
    cursor: pointer;
}

header label::before {
    content: "";
}

#pepe {
    margin-left: 50px;
}

.menu {
    color: #fff;
    z-index: 79;
}

.menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
}

.menu li {
    border-right: 1px solid #fff;
    padding-bottom: 0;
    text-align: center;
    flex-grow: 1;
}

.menu li:hover {
    background: rgba(0, 30, 100, 0.6);
    cursor: pointer;
}

#M0,
#M01 {
    padding-top: 6px;
    z-index: 80;
}

#CompLogo2 {
    display: none;
    margin-top: 10px;
    padding-top: 5px;
}

.M1,
.M11 {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 11px;
    padding-bottom: 5px;
    color: #fff;
    text-decoration: none;
    z-index: 81;
}

.M1L {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 1px;
    color: #fff;
    text-decoration: none;
    z-index: 82;
}

.Menu1 {
    padding-top: 30px;
}

main {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 40px;
    color: steelblue;
    padding: 4px;
    z-index: 3;
}

.CompStr {
    left: 40%;
    width: 57%;
    background: rgba(0, 0, 0, 0.65);
    margin-top: 20px;
    margin-left: 40%;
    color: rgb(205, 235, 255);
    padding: 1px 20px;
}

.Texto1 {
    left: 20%;
    width: 60%;
    background: rgba(0, 0, 0, 0.03);
    margin-top: 20px;
    margin-left: 20%;
    color: black;
    line-height: 1.6;
    padding: 1px 20px;
}

.Texto1 h1,
.Texto1 h3 {
    color: steelblue;
}

.Texto1 li {
    padding-bottom: 15px;
}

.Texto1 li a {
    color: rgba(15, 58, 122, 1);
    text-decoration: none;
}

.Tabla1 {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    font-size: 13px;
}

.Tabla1 th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    background: rgba(0, 30, 80, 0.65);
    text-align: left;
    color: white;
    padding: 5px;
}

.Tabla1 td {
    display: table-cell;
    vertical-align: top;
    padding: 6px 6px 8px 12px;
    border-bottom: 1px solid rgba(20, 50, 90, 0.25);
    background: rgba(0, 0, 0, 0.05);
    text-align: left;
    width: 33.3%;
}

#youtube1 {
    height: 30vw;
    margin-bottom: 5px;
    overflow: hidden;
    z-index: -1;
}

.ServiciosTit {
    color: white;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.4);
    margin-top: 50px;
    margin-left: 4%;
    padding: 10px 6px;
    width: 90%;
    border-left: 6px solid #fff;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-left: 4%;
}

.Servicios {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: rgba(0, 0, 0, 0.55);
    margin-top: 10px;
    margin-right: 40px;
    padding-left: 8px;
    padding-right: 8px;
    width: 190px;
    height: 60px;
    border-left: 6px solid #fff;
    text-align: center;
}

.Servicios:hover {
    cursor: pointer;
    background: rgba(0, 30, 80, 0.65);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.4);
}

.LinkC3 {
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    z-index: 600;
}

.LinkC3:hover {
    color: white;
}

.Clientes {
    color: rgb(205, 235, 255);
    margin-top: 10px;
    margin-bottom: 35px;
    margin-left: 0;
    padding: 1px 5px 5px;
    width: 99%;
    z-index: 5;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-16383px);
    }
}

.slider {
    height: 100px;
    margin-bottom: 10px;
    margin-top: 3px;
    overflow: hidden;
    position: relative;
}

.slider::before,
.slider::after {
    content: "";
    height: 100px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    animation: scroll 60s linear infinite;
    animation-direction: alternate;
    display: flex;
    width: calc(14000px);
}

.slider .slide {
    height: 100px;
    width: 250px;
}

footer {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 0;
    background: rgba(0, 0, 0, 0.65);
    bottom: 0;
    width: 100%;
    height: 30px;
    position: fixed;
    z-index: 900;
}

body.cs-home main {
    color: rgb(205, 235, 255);
    margin-bottom: 0;
}

body.cs-home .menu {
    color: rgb(205, 235, 255);
}

body.cs-home .menu li:hover {
    background: rgba(34, 86, 131, 0.85);
}

body.cs-home #CompLogo2 {
    margin-top: 0;
}

body.cs-home .Texto1 {
    line-height: normal;
}

body.cs-home .ServiciosTit {
    color: rgb(205, 235, 255);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 66%, rgba(0, 0, 0, 0) 100%);
    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    height: 25px;
}

body.cs-home .Servicios {
    color: rgb(205, 235, 255);
    background: rgba(0, 0, 0, 0.65);
}

body.cs-home .Servicios:hover {
    background: rgba(34, 86, 131, 0.85);
}

body.cs-home .LinkC3,
body.cs-home footer {
    color: rgb(205, 235, 255);
}

@media (max-width: 740px) {
    header label {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    #btn-menu:checked + label img {
        display: none;
    }

    #btn-menu:checked + label::before {
        content: "X";
        color: #b8b8b8;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 30px;
        font-weight: 300;
        line-height: 1;
    }

    #CompLogo2 {
        display: inline;
        padding-top: 0;
        text-align: right;
        width: 200px;
        height: 29px;
        padding-bottom: 0;
        z-index: 600;
    }

    .menu {
        position: absolute;
        background: rgba(0, 0, 0, 0.65);
        left: 0;
        right: 0;
        width: 100vw;
        max-width: 100vw;
        top: 50px;
        margin-left: -100vw;
        transition: all 0.5s;
        z-index: 100;
    }

    .menu ul {
        flex-direction: column;
        margin-top: 0;
        width: 100%;
    }

    .menu li {
        border-top: 1px solid rgb(255, 255, 255);
        border-right: 0;
        width: 100%;
    }

    .menu li:first-child {
        display: none;
    }

    #btn-menu:checked ~ .menu {
        margin-left: 0;
    }

    #M0 {
        width: 200px;
        height: 29px;
        margin-top: 5px;
        padding-top: 0;
        padding-bottom: 0;
        z-index: 600;
    }

    .M1 {
        display: block;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        z-index: 600;
        height: 50px;
    }

    .M1L {
        display: block;
        width: 100%;
    }

    #jose {
        height: 50px;
    }

    .Texto1 {
        left: 5%;
        width: 90%;
        background: rgba(0, 0, 0, 0.03);
        margin-left: 5px;
    }

    .Texto1 h1 {
        font-size: 23px;
    }

    .Texto1 h3 {
        font-size: 19px;
    }

    .ServiciosTit {
        margin-top: 30px;
        margin-left: 5%;
    }

    body.cs-home #CompLogo2 {
        margin-top: 6px;
        height: 33px;
    }

    body.cs-home .ServiciosTit {
        height: 50px;
    }
}
