* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'open sans';
    font-size: 16px;
    background:linear-gradient(#000, #000000 );
}


header {
    
    width: 100%;
    height: 650px;
    background-image: url(4546.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

header .textos {
    margin-top: 152px;
}

header .titulo {
    font-size: 85px;
     ;
}

header .subtitulo {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 32px;
}

header .boton {
    padding: 14px 40px;
    border: 1px solid #00bfff;
    background: #000;
    color: white;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background, color, 300ms;
    text-decoration: none;
    border-radius: 20px;
}
header .boton:hover{
    background: #00bfff;
    
}

.sesgoarriba {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 35vh 100vw 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.contenedor {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 52px 0;
}

/* Main */

.sobre-nosotros {
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #D3D3D3;
}


.parrafo {
    margin-bottom: 23px;
    font-weight: 300;
    text-align: justify;
    line-height: 20px;
    color:#dedede;
}

.titulos {
   text-align: center;
    font-size: 90px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;

}
.footer {
  background: #080808;
  color: #bebebe;
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
  font-size: 1rem;
  padding-bottom: 20px;
}
/*PRUEBASAAASAADASFAWFERGV*/

.footer__social{
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}

.footer__link{
    text-decoration: none;
    width: 40px;
}
