/* pacifico-regular - latin */

@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url('../fonts/pacifico-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+ */
    url('../fonts/pacifico-v7-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-regular - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url('../fonts/open-sans-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+ */
    url('../fonts/open-sans-v13-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-700 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v13-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+ */
    url('../fonts/open-sans-v13-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    font-family: "Open Sans";
    margin: 0;
    border: 0;
}

.franja-superior {
    background-color: rgb(236, 144, 75);
    height: 100px;
}

.about-text {
    font-family: "Open Sans";
    color: rgb(78, 74, 80);
    padding: 10px;
    margin: 0;
}

.titulo {
    font-family: "Pacifico";
    font-size: 36px;
    color: rgb(236, 144, 75);
    text-align: center;
    margin: 2px;
}

.download__content {
    text-align: center;
}

.download__content p {
    margin: 5px auto;
}

img.download__content__badge {
    width: 150px;
}

img.amigos {
    margin-top: -50px;
    width: 200px;
    height: 96px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.captura {
    width: 90%;
    display: block;
    margin: 30px auto;
    max-width: 568px;
}

@media (min-width: 768px) {
    .about-text {
        padding: 0 20%;
        margin: 10px auto;
        max-width: 1000px;
    }
    .titulo {
        font-family: "Pacifico";
        font-size: 48px;
        color: rgb(236, 144, 75);
        text-align: center;
        margin: 2px;
    }
}

a {
    color: rgb(236, 144, 75);
    text-decoration: none;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}