html {
    min-width: 340px;
    font-size: 15px;
}


@media (max-width: 991.98px) {
    html {
        font-size: 13px;
        /*14 .875 */
        /*font-size: 2px;*/
    }
}

body {
    font-family: 'Roboto Slab', serif !important;
    font-weight: 400;
    /*color: #333333;*/
    color: #444444;
    font-size: 1rem;
    line-height: 1.45;
    overflow-x: hidden;
    letter-spacing: -0.03rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /*.container { max-width:95%; }*/
}


.Color1 {
    color: #DD2C00;
}

.bgColor1 {
    background: #DD2C00;
    color: #fff ! !important;
}

.blackToColor1 {
    filter: brightness(0) saturate(100%) invert(21%) sepia(38%) saturate(5403%) hue-rotate(2deg) brightness(104%) contrast(104%);
}

/* #DD2C00 */

.btn-danger {
    background-color: #DD2C00;
    border-color: #DD2C00;
}

.bg-danger {
    background-color: #DD2C00 !important;
}

.btn-danger.focus,
.btn-danger:hover,
.btn-danger:focus {
    background-color: #242FCD;
    border-color: #0c1158;
}

.btn-danger.focus,
.btn-danger:hover,
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(36, 47, 205, .5);
}


/*
.btn-outline-secondary.focus, .btn-outline-secondary:hover, .btn-outline-secondary:focus{
    background-color: #242FCD;
    border-color: #0c1158;
}

.btn-outline-secondary.focus, .btn-outline-secondary:hover, .btn-outline-secondary:focus{
    box-shadow: 0 0 0 0.2rem rgba(36,47,205,.5);
}
*/



p {
    margin-bottom: 1.3rem;
}

a,
a:hover,
a:focus {
    /*color: #DD2C00;*/
}

section {
    position: relative;
}

/*
.titulo{
    font-size: 100px;
}

@media (max-width: 991.98px){
    .titulo{ font-size: 85px; }
}

@media (max-width: 767.98px){
    .titulo{ font-size: 85px; }
}

@media (max-width: 575.98px){
    .titulo{ font-size: 75px; }
}*/

.titulo h1 {
    /*font-size: 0.6em;*/
    font-weight: 700;
    /*line-height: 0.9em;*/
    /*margin: 0.7em 0 0.3em;*/
}

.titulo h2 {
    /*font-size: 0.2em;*/
    /*font-weight: 500;*/
    /*line-height: 1em;*/
    /*margin: 1em 0 1.2em;*/
}


.socialComp a {
    display: inline-block;

    font-size: 42px;
    line-height: 1;
    /* background-color: #ccc; */
    text-align: center;
    margin: 0 10px 0 0;
    /* color:#444; */

}



@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) and (max-width: 1400px) {}


body .logoScrolled, body .logoScrolled > img {
    -webkit-transition: all 850ms ease-in-out;
    -moz-transition: all 850ms ease-in-out;
    transition: all 850ms ease-in-out;
}



body .logoScrolled {
    opacity: 0.0;
}

body.scrolled .logoScrolled {
    opacity: 1.0;
}

@media (min-width:992px) {
    body .logoScrolled>img {
        width: 0;
        min-width: 0;
        margin-right: 0px;
        height: 0px;
    }

    body.scrolled .logoScrolled>img {
        width: auto;
        min-width: 80px;
        margin-right: 10px;
        height: 25px;
    }
}


/* .fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
} */