﻿body {
    background-position-x: left;
    background-repeat: no-repeat;
}

@media(min-width: 576px) {
    body {
        background-position-x: initial;
    }
}

h1 {
    font-weight: 800;
    font-size: 1em;
}

h4 {
    font-size: 0.7em;
    font-weight: 600;
}

/*
h1, h2, h3, h4, p {
    color: #FFFFFF;
}
    */
@media(min-width: 576px) {

    h1 {
        
        font-size: 2em;
    }

    h2 {
        font-size: 1em;
    }


}


    .pagina-texto-header {
        padding-top: 100px;
    }

        .pagina-texto-header span {
            color: #FFFFFF;
            font-size: .8em;
            font-weight: 800;
        }

    .info-escola {
        margin-top: 20px;
        margin-bottom: 45px;
    }

    .cursos {
        background-color: #FFFFFF;
        box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        padding: 0;
    }

    .cursos-header {
        padding: 0 0 0 0;
    }

@media(min-width: 576px) {
    .cursos-header h1 {
        font-weight: initial !important;
        font-size: 2em !important;
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }
    .cursos-header h3 {
        font-size: 1.5em !important;
        font-weight: 700 !important;
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }
    .cursos-header h4 {
        font-size: 1em !important;
        font-weight: 500 !important;
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }
}

.cursos h1, h2 {
    color: #FFFFFF;
}
.cursos-header h1, h2, h3, h4 {
    color: #FFFFFF;
}
.cursos-header h1 {
    font-size: 1em;
    color: #fff;
}

.cursos-header h3 {
    font-size: 1em;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.cursos-header h4 {
    font-size: 0.8em;
    font-weight: 300;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

        .cursos-header span {
            color: #525050;
            font-weight: 600;
            position: relative;
        }

    ul.dash {
        padding: 10px 20px 20px 20px;
        margin-top: 0px;
    }

        ul.dash a {
            color: #000000;
            font-size: .8em;
            text-decoration: underline;
        }

@media (min-width: 576px) {
    ul.dash a {
        font-size: .9em;
    }
}

    ul.dash a:hover {
        color: #e30613;
    }

body {
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 1200px;
}

@media (min-width: 576px) {
    body {
        background-position-x: initial;
        background-size: initial;
    }
}

    .btn {
        background-color: transparent;
    }

    .cursos-header {
        height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        text-align: center;
    }
/*
@media (min-width: 576px) {
    .cursos-header {
        height: 400px;
    }
}

    */

.pagina-texto-shadow {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 100px;
    border-radius: 0;
}

@media (min-width: 576px) {
    .pagina-texto-shadow {
        border-radius: initial;
    }
}

.pagina-texto-shadow .pagina-texto {
    padding: 20px 20px 0px 20px;
}

@media (min-width: 576px) {
    .pagina-texto-shadow .pagina-texto {
        padding: 30px;
    }
}

    .pagina-texto-shadow .pagina-texto h2 {
        font-weight: 700;
        font-size: 1em;
    }

@media (min-width: 576px) {
    .pagina-texto-shadow .pagina-texto h2 {
        font-size: 1.8em;
    }
}


    .carousel-item > img {
        object-fit: cover;
        height: 300px;
    }


    @media(min-width: 576px) {
        .carousel-item > img {
            height: 300px;
        }
    }


    @media(min-width: 768px) {
        .carousel-item > img {
            height: 400px;
        }
    }


    @media(min-width: 992px) {
        .carousel-item > img {
            height: 450px;
        }
    }


    @media(min-width: 1200px) {
        .carousel-item > img {
            height: 500px;
        }
    }

    .carousel-control-next, .carousel-control-prev {
        width: 2%;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }

    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%343A40' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
    }

    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%343A40' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    }

    .btn-voltar {
        background-color: #e30613;
        border-color: #e30613;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: bold;
        color: #fff;
    }

    .text-black {
        color: black;
    }