/*
Theme Name: ND Mais
Theme URI: https://ndmais.com.br
Version: 3.0
Description: Tema do portal de conteúdo do Grupo ND
Author: Diêgo Deyvison
Author URI: https://ndmais.com.br
Tags: ND Mais
*/

:root {
	--blue-dark: #174184;
	--blue: #0277BD;
    --nd-azul: var(--blue);
	--blue-light: #00ABE5;
	--blue-extra-light: #F2F8FB;
	--black: #171717;
	--purple: #9E2798;
	--gray-dark: #546E7A;
	--gray: #91A4AE;
	--gray-light: #EEEFF6;
	--gray-extra-light: #F9F9F9;
	--gradient-start: rgb(34, 202, 247);
	--gradient-end: rgb(155, 54, 247);
     --nd-azul: #23AAE2;
    --nd-roxo: #90288D;
    --jornal-nd-azul: #002866;
    --bs-container-width : 100%;
}
/* RESET */
ul {
    list-style: none;
}
a {
    text-decoration: none!important;
}
/* 404 */
.error-404 {
    padding: 50px 0;
}

.error-404 .number-label {
    font-size: 50px;
    display: block;
    text-align: center;
    font-weight: 900;
    color: var(--blue-dark);
    width: 100%;
    margin-bottom: 20px;
    line-height: 1;
}

.error-404 .title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 30px 0;
}


@media only screen and (min-width:768px) {
    /* 404 */
    .error-404 .number-label {
        font-size: 65px;
        margin-bottom: 30px;
    }
    .error-404 .title {
        font-size: 40px;
        margin: 0 0 40px 0;
    }
    .error-404 .description {
        font-size: 22px;
        line-height: 1.2;
    }
}

@media only screen and (min-width:992px) {
    /* 404 */
    .error-404 .number-label {
        font-size: 120px;
        margin-bottom: 40px;
    }
    .error-404 .title {
        font-size: 50px;
        margin: 0 0 40px 0;
    }
    
}

@media (min-width: 576px) {

	:root {
        --bs-container-width : 540px;
    }
    
}

@media (min-width: 768px) {
	:root {
        --bs-container-width : 720px;
	}
}

@media (min-width: 992px) {
	:root {
        --bs-container-width : 960px;
	}
}

@media (min-width: 1200px) {
	:root {
        --bs-container-width : 1140px;
	}
}

@media (min-width: 1350px) {
	:root {
        --bs-container-width : 1320px;
	}
}

@media (min-width: 1400px) {
	:root {
        --bs-container-width : 1320px;
	}
}