@font-face {
    font-family: roboto;
    src: url(fonts/Roboto-Condensed.ttf)
}

@font-face {
    font-family: audiowide;
    src: url(fonts/Audiowide.ttf)
}

header {
    background: url(../images/2.jpg) no-repeat center;
    background-size: cover;
    min-height: 100vh;
}

header .navbar {
    background-color: transparent !important;
}

header nav a {
    color: white;
}

header .p1 {
    font-family: audiowide;
    font-size: 50px;
    color: white;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

header .p2 {
    font-family: roboto;
    font-size: 30px;
    color: white;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

header .p3 {
    font-family: roboto;
    font-size: 25px;
    color: white;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.redes {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 1000;
}

section p {
    font-size: 25px;
    font-family: roboto;
}

hr {
    height: 2px;
    background-color: #343434;
    margin-top: 20px;
}

footer p {
    background-color: #343434;
    padding: 0;
    margin: 0%;
    color: white;
    font-family: roboto;
}

.secc p {
    font-family: audiowide;
    font-size: 40px;
}

@media screen and (max-width:1000px) {
    header .p1 {
        font-size: 25px;
    }
    header .p2 {
        font-size: 20px;
    }
    header .p3 {
        font-size: 15px;
    }
    .redes {
        position: fixed;
        bottom: 25px;
        right: 15px;
        z-index: 1000;
    }
    p .subt {
        font-size: 1em;
    }
    /* .carousel,
    .carousel-inner>.item>img {
        height: 100px;
    } */
}