@font-face {
    font-family: 'NoeDisplay-Bold';
    src: url('./fonts/Noe-display/NoeDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('./fonts/Noe-display/NoeDisplay-Bold.woff') format('woff'), url('./fonts/Noe-display/NoeDisplay-Bold.ttf') format('truetype'), url('./fonts/Noe-display/NoeDisplay-Bold.svg#NoeDisplay-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NoeDisplay-Regular';
    src: url('./fonts/Noe-display/NoeDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('./fonts/Noe-display/NoeDisplay-Regular.woff') format('woff'), url('./fonts/Noe-display/NoeDisplay-Regular.ttf') format('truetype'), url('./fonts/Noe-display/NoeDisplay-Regular.svg#NoeDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSans';
    src: url('./fonts/Neo-sans/NeoSans.eot?#iefix') format('embedded-opentype'), url('./fonts/Neo-sans/NeoSans.woff') format('woff'), url('./fonts/Neo-sans/NeoSans.ttf') format('truetype'), url('./fonts/Neo-sans/NeoSans.svg#NeoSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSans-Light';
    src: url('./fonts/Neo-sans/NeoSans-Light.eot?#iefix') format('embedded-opentype'), url('./fonts/Neo-sans/NeoSans-Light.woff') format('woff'), url('./fonts/Neo-sans/NeoSans-Light.ttf') format('truetype'), url('./fonts/Neo-sans/NeoSans-Light.svg#NeoSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
}

.container-video {
    width: 100%;
    max-height: 422px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -100;
}

.video {
    position: relative;
    width: auto;
    min-width: 100%;
    height: auto;
    background: transparent url('./images/img-head.jpg') no-repeat;
    background-size: cover;
    display: block;
}

.img-head {
    height: 422px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title {
    display: block;
    font-size: 84px;
    font-family: 'NoeDisplay-Regular', serif;
    color: #fff;
    margin: 0 auto;
    padding: 0px 10px;
    text-align: center;
    z-index: 10000;
}

.container-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
}

.brand {
    font-size: 20px;
    font-family: 'NeoSans-Light', sans-serif;
    color: #561e4c;
    padding: 10px 20px;
    background-color: #fff;
    text-align: center;
    margin: 25px 0px 0px 0px;
    display: inline-block;
    z-index: 100000;
}

.container-general {
    padding: 77px 90px 95px 90px;
}

.container-all {
    display: flex;
}

.color-1 {
    background-color: #561e4c;
    width: 185px;
    height: calc(100% - 58px);
    content: "";
}

.color-2 {
    background-color: #fbbb21;
    width: 185px;
    height: 58px;
    display: block;
    content: "";
}

.container-first-list {
    background-color: #712057;
    padding: 70px 74px 89px 70px;
    font-size: 26px;
    font-family: 'NoeDisplay-Regular', serif;
    color: #fff;
    width: 100%;
}

.first-list {
    margin-top: 0px;
    margin-bottom: 56px;
}

.first-list:last-of-type {
    margin-bottom: 0px;
}

.subtitle {
    font-size: 28px;
    font-family: 'NeoSans', sans-serif;
    color: #004253;
    margin: 85px 0px;
}

.container-second-list {
    font-size: 24px;
    font-family: 'NeoSans-Light', sans-serif;
    color: #004253;
}

.second-list {
    margin-top: 0px;
    margin-bottom: 36px;
}

.second-list:last-of-type {
    margin-bottom: 0px;
}

.second-list:before {
    background-color: #712057;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 32px;
}

.footer {
    background-color: #e8e7e7;
    padding: 87px 0px 84px 0px;
}

.container-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.container-btn-1 {
    display: flex;
    margin-right: 42px;
}

.container-btn-2 {
    display: flex;
}

.img-pdf {
    margin-right: 40px;
}

.button-1 {
    font-size: 18px;
    font-family: 'NeoSans', sans-serif;
    padding: 33px 43px;
    background-color: #561e4c;
    color: #fff;
    border: none;
    text-decoration: none;
    text-align: center;
}

.button-1:hover {
    font-size: 18px;
    font-family: 'NeoSans', sans-serif;
    padding: 33px 43px;
    background-color: transparent;
    color: #561e4c;
    border: 1px solid #561e4c;
    text-decoration: none;
    text-align: center;
}

.container-logo {
    background-color: #00495d;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

.img-indra {
    padding: 38px 65px;
}

.color-indra {
    background-color: #fbbb21;
    width: 181px;
    height: 46px;
    display: block;
    content: "";
    align-self: flex-end;
}


/* botones nuevos */


/* .container-buttons-s {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    margin-top: 56px;
}

.container-btn-s1 {
    display: flex;
    margin-right: 42px;
}

.container-btn-s2 {
    display: flex;
}

.img-pdf-white {
    margin-right: 23px;
}

.button-s1 {
    font-size: 16px;
    font-family: 'NeoSans', sans-serif;
    padding: 14px 20px;
    color: #561e4c;
    background-color: #fff;
    border: none;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

.button-s2 {
    font-size: 16px;
    font-family: 'NeoSans', sans-serif;
    padding: 14px 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    text-align: center;
} */

@media (min-width: 606px) and (max-width: 830px) {
    .container-buttons {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }
    .container-btn-1 {
        display: flex;
        margin-bottom: 40px;
        margin-right: 0px;
    }
    .container-btn-2 {
        display: flex;
    }
    .color-1 {
        background-color: #561e4c;
        width: 55px;
        height: calc(100% - 58px);
        content: "";
    }
    .color-2 {
        background-color: #fbbb21;
        width: 55px;
        height: 58px;
        content: "";
    }
}

@media (min-width: 490px) and (max-width: 660px) {
    .container-buttons {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }
    .container-btn-1 {
        display: flex;
        margin-bottom: 40px;
        margin-right: 0px;
    }
    .container-btn-2 {
        display: flex;
    }
    .color-1 {
        background-color: #561e4c;
        width: 10px;
        height: calc(100% - 58px);
        content: "";
    }
    .color-2 {
        background-color: #fbbb21;
        width: 10px;
        height: 58px;
        content: "";
    }
    .container-general {
        padding: 65px 60px 80px 60px;
    }
}

@media (max-width: 490px) {
    .container-buttons {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }
    .container-btn-1 {
        display: flex;
        margin-bottom: 40px;
        margin-right: 0px;
    }
    .container-btn-2 {
        display: flex;
    }
    .color-1 {
        background-color: #561e4c;
        width: 10px;
        height: calc(100% - 58px);
        content: "";
    }
    .color-2 {
        background-color: #fbbb21;
        width: 10px;
        height: 58px;
        content: "";
    }
    .title {
        font-size: 64px;
    }
    .subtitle {
        margin: 55px 0px;
    }
    .container-first-list {
        font-size: 20px;
        padding: 50px 34px 59px 30px;
    }
    .container-general {
        padding: 40px 20px 50px 20px;
    }
    .footer {
        padding: 87px 20px 84px 20px;
    }
    .button-1 {
        font-size: 16px;
    }
    .button-2 {
        font-size: 16px;
    }
    .brand {
        font-size: 16px;
        padding: 10px 20px;
        background-color: #fff;
        text-align: center;
        margin: 25px 0px 0px 0px;
        display: inline-block;
        z-index: 100000;
    }
    /* botones nuevos */
    /* .button-s1 {
        font-size: 12px;
    }
    .button-s2 {
        font-size: 12px;
    } */
}


/* botones nuevos */


/* @media (max-width: 1100px) {
    .container-buttons-s {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .container-btn-s1 {
        display: flex;
        margin-right: 0;
        margin-bottom: 20px;
    }
} */
