#contenido{
    position: relative;
    background: rgba(77,169,255,1);
    background: -moz-linear-gradient(left, rgba(77,169,255,1) 0%, rgba(57,156,246,1) 40%, rgba(28,137,233,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(77,169,255,1)), color-stop(40%, rgba(57,156,246,1)), color-stop(100%, rgba(28,137,233,1)));
    background: -webkit-linear-gradient(left, rgba(77,169,255,1) 0%, rgba(57,156,246,1) 40%, rgba(28,137,233,1) 100%);
    background: -o-linear-gradient(left, rgba(77,169,255,1) 0%, rgba(57,156,246,1) 40%, rgba(28,137,233,1) 100%);
    background: -ms-linear-gradient(left, rgba(77,169,255,1) 0%, rgba(57,156,246,1) 40%, rgba(28,137,233,1) 100%);
    background: linear-gradient(to right, rgba(77,169,255,1) 0%, rgba(57,156,246,1) 40%, rgba(28,137,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da9ff', endColorstr='#1c89e9', GradientType=1 );
}

#sec0{
    padding: 30px 50px;
    color: rgba(54,159,255,1);
    background: white; 
    padding-top: 130px;
}

#sec1{
    padding: 30px 50px;
    color: rgba(54,159,255,1);
    background: white; 
}

#sec2{
    padding: 50px 50px;
    background: rgba(77,169,255,1);
    background: -moz-linear-gradient(left, rgba(77,169,255,1) 0%, rgba(57,156,246,1) 40%, rgba(28,137,233,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(77,169,255,1)), color-stop(40%, rgba(57,156,246,1)), color-stop(100%, rgba(28,137,233,1)));
    background: -webkit-linear-gradient(left, rgba(77,169,255,1) 0%, rgba(57,156,246,1) 40%, rgba(28,137,233,1) 100%);
    background: -o-linear-gradient(left, rgba(77,169,255,1) 0%, rgba(57,156,246,1) 40%, rgba(28,137,233,1) 100%);
    background: -ms-linear-gradient(left, rgba(77,169,255,1) 0%, rgba(57,156,246,1) 40%, rgba(28,137,233,1) 100%);
    background: linear-gradient(to right, rgba(77,169,255,1) 0%, rgba(57,156,246,1) 40%, rgba(28,137,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da9ff', endColorstr='#1c89e9', GradientType=1 );
    color: white;
}

#contenido h2{
    font-size: 28px;
    padding-bottom: 40px;
}

#contenido p{
    font-size: 23px;
    text-align: justify;
}

.triangulo{
    width: 0; 
    height: 0; 
    border-left: 100vw solid rgba(255,255,255,1);
    border-bottom: 50px solid transparent; 
}

.triangulo2{
    width: 0; 
    height: 0; 
    border-left: 100vw solid white;
    border-top: 50px solid transparent;
    position: relative;
}

#img{
    width: 220px;
    height: 46px;
    transform: translateY(10px);
    padding: 0px 10px;
}

img{
    width: 100%;
}

p#flex{
    text-align: right;
    font-size: 28px;
    font-weight: bold;
}

h1#flex{
    display: flex;
    justify-content: flex-end;
}

video#animacion{
    width: 100%;
}

div.texto{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 0 30px;
}

div.uno{
    width: 20%;
    min-width: 280px;
    text-align: center;
    overflow: hidden;
}

div.dos{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 70px;
}