*,* after, *:before*{
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

body{
    background-image: url(../img/fondo2.jpg);
    background-size: 100%;
    background-attachment: fixed; 
    background-attachment: 0.5;
    color: #000
}

header{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

video{
    width: 100%;
}

.absolute{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1{
    font-size: 80px;
    font-weight: 900;
    z-index: 100;
    color: rgb(255, 255, 255);
    margin-bottom:30px;
}

h1::after{
    display: block;
    width: 30%;
    height: 10px;
    content: "";
    margin: auto;
    background: rgb(255, 255, 255);
}

.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background:rgba(0, 0, 0, 0.267) 
}


h2{
    text-align: center;
    color: rgb(255, 94, 20);
}


h4{
    color: rgb(0, 0, 0);
}

p{
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 50px;
    text-align: justify;
    font-size: 23px
}

.ewin .ewin-image{
    width: 50%;
}


.row{
    background-color: rgb(255, 255, 255);
    width: 100%;
}

.row h3{
   color: #000;
}

.container2 {
    background-color: #000;
}


/* container de proyectos */

.container h3{
    text-align: center;
    color: rgb(255, 94, 20);
}