/*ESTILOS GERAIS*/

/*Reset*/

@font-face {
    font-family: Comfortaa;
    src: url("../../all/fonts/Comfortaa-Regular.ttf");
}


body{
    font-family: "Comfortaa";
    color: #354251;
    background-color: #F7F7F7;


}

body, h1, h2, h3, p, ul{
    padding: 0;
    margin: 0;
}

/*----------------------ESTILOS GERAIS---------------------------------*/


#subir{
    position:fixed;
    bottom:5px;
    right:18px;
    /*background: #c30101;*/
    background: rgba(195,1,1,0.8) !important;
}

.container {
    width: 85% !important;
}

.s-icon{
    width: 25px;
    height: 25px;
}

.btn-padrão{

    background-color: #c30101 !important;
    color: 	#FFF !important;
    text-transform: none !important;
    font-size: 1em !important;
    font-weight: bold !important;
    border-radius: 10px !important;
    letter-spacing: .1em !important;
    margin: 30px auto 40px auto;
}

.alert-danger-padrao{

    background-color: rgba(195,1,1,0.8);
    color: #FFF;
    text-align: center;
    padding: 10px;
    border: 1px solid transparent;
    border-radius:5px;
    width: 50%;
    margin: 80px auto;
}

.alert-success-padrao{

    background-color: #43a047 ;
    color: #FFF;
    text-align: center;
    padding: 10px;
    border: 1px solid transparent;
    border-radius:5px;
    width: 50%;
    margin: 80px auto;

}



.titulo-padrao {


    font-family: Comfortaa;
    color: #C30101;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 125%;
    text-transform: uppercase;
    margin-top: 40px !important;

}

.sub-titulo-padrao{
    font-family: Comfortaa;
    color: #696969;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 60px !important;
}


.bg-vermelho-padrao{

    background-color: #AE0F0B !important;
}

.paragrafo{
    text-indent: 2em;

}

.texto-padrao{
    font-size: 1.2em !important;
    color: #354251;
    line-height: 33px !important;
    margin: 10px 0;
    padding: 2px 5px !important;
}


/*collections*/

.collection {

    border-radius: 5px !important;
    border: none !important;

}

.collection .collection-item{

    font-weight: bold !important;
    font-size: 1.1em !important;
}

.collection .collection-header{

    background: #c30101 !important;
    color: #FFF !important;
}


/*PAGINAÇÃO*/

.pagination{
    margin: 20px 0 !important;
}

.pagination li {
    display: inline-block !important;
    border-radius: 2px !important;
    text-align: center !important;
    vertical-align: top ;
    height: 30px !important;
    padding: 0 10px !important;
}

.pagination li i {
    font-size: 2rem !important;
}

.pagination li.disabled a {
    cursor: default !important;
    color: #999 !important;
    font-size: 2rem !important;
}

.pagination li a {
    /*color: #444 !important;*/
    display: inline-block !important;
    font-size: 1.2rem !important;
    padding: 0 5px !important;
    line-height: 30px !important;
}

.pagination li.active {
    background-color: #c30101 !important;
    color: #FFF !important;
    padding-top: 2px !important;
    border-radius: 5px !important;
    font-size: 1.2rem !important;
}


/*-------------------------------------------------------- SELECT GOOGLE TRADUTOR-------------------------------------------------------- -----------*/
#google_translate_element img{

    width: 20px !important;
    height: 10px !important;
    padding: 0 !important;
    background-image: none !important;
}



.goog-te-gadget-simple {
    background-color: transparent !important;
    border: none !important;
}

.goog-te-gadget {
    font-family: Comfortaa !important;
}

.goog-te-menu-value span {
    text-decoration: none !important; ;
    color: #FFF !important;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 0.85em !important;
}





/*-------------------------------------------------------- END SELECT GOOGLE TRADUTOR-------------------------------------------------------- -----------*/





/*-------------------------------------------------------- HEADER-------------------------------------------------------- -----------*/

#nav-home nav {
    background: rgba(0,0,0,0.25) !important;
    height: 125px !important;
    width: 100% !important;
}

.nav-mobile{
    background: linear-gradient(100deg,#c30101,#354251) !important;
    /* background: linear-gradient(150deg,#c30101,#354251) !important;*/
    box-shadow: none !important;
    height: 110px !important;
}

#nav-mobile-home{
    background: linear-gradient(100deg,#c30101,#354251) !important;
    /* background: linear-gradient(150deg,#c30101,#354251) !important;*/
    box-shadow: none !important;
    height: 110px !important;
}

#nav-padrao nav {
   /* background: transparent !important;*/
     background: linear-gradient(250deg,#c30101,#354251) !important;
    box-shadow: none !important;
    height: 125px !important;
    /*border-top: 4px solid #C30101;
    border-bottom: 4px solid #C30101;*/
}

#nav-home .menu-nav {
    -webkit-transition: all 1s ease-in-out !important;
    -moz-transition: all 1s ease-in-out !important;
    transition: all 1s ease-in-out !important;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

#nav-home .menu-auxiliar {

    /*background:#c30101 !important;*/
     background: linear-gradient(250deg,#c30101,#354251) !important;
    transition: all 1s ease-in-out !important;
    -webkit-transition: all 1s ease-in-out !important;
    -moz-transition: all 1s ease-in-out !important;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);

}

nav a img{

    margin-top: 10px !important;
}


.menu-item{

    font-size: 0.85em;
    color: #FFF !important;
    text-decoration: none !important;
    font-weight: bold !important;
    margin-top: 20px;
    text-transform: uppercase;
}

.menu-item:hover{
    background-color: transparent !important;
    border-bottom: 1px solid #FFF !important;
    transition:  all 0.5s ease !important;
}

.dropdown-content li{

    margin: 15px auto !important;
}

.dropdown-content li:hover{

    background-color:transparent !important;
}

.dropdown-content li a:hover{
    background-color:transparent !important;
}

.dropdown-content li a{

    color: #354251 !important;
    font-weight: bold !important;
    font-size: 1em !important;
    /*text-transform: uppercase;*/
    width: 100%; !important;
    margin: 15px auto;

}


.alerta-email{
    background-color: rgba(195,1,1,0.8);
    color: #FFF;
    padding: 10px;
    border: 1px solid transparent;
    border-radius:5px;
    float: left;
    width: 90%;
    margin: 10px 0;
}




/*---------------------------------!*MENU RESPONSIVO------------------------------------*!*/

.background{

    background: linear-gradient(180deg,#c30101,#354251) !important;
}

.sidenav li a span{
    margin-left: 8px;
    text-transform: none;
    font-size: 1em;
}

.estilo-side-nav{
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 8px;
}

.img-side-nav{

    width: 100px;
    height: auto;
    padding: 5px;
    display: block !important;
    margin: 0 auto;
}

#menu-responsivo a:hover{
    background: transparent;
    transition:  color 1s !important;
}
.titulo-redes-socais{

    color: rgba(0,0,0,0.5);
    font-size: 1.1em;
    font-weight: 600;
    font-style: italic;
    text-align: center;
}

.redes-socais a img{
    width: 30px;
    height: 30px;
    margin: 0 10px;
}


/*--------------------------------CAROUSSEL--------------------------------------------------*/
#slide-padrao .carousel-slider{

    position: relative !important;
    height: 650px !important;
    top: -70px !important;
}

/*-----------------------------------------------EVENTOS-------------------------------------*/


.card-eventos{

    border-radius: 6px;
    margin: 10px auto;
}
.card-eventos img{

    border-radius: 6px 6px 0 0;

}

.card-eventos h3{

    font-size: 1.3em;
    font-weight: bold;
    color: #C30101;
    text-align: center;
    margin-top: 8px !important;
    padding: 5px;
}

.card-eventos p{

    padding: 15px !important;
    font-size: 1.1em;
    text-align: center;
    line-height: 1.6em;
    color: #354251;
}

.card-eventos .btn-padrão{

    border: 1px solid #C30101 !important;
    color: #C30101 !important;
    background-color: transparent !important;
}

.card-eventos .btn-padrão:hover{

    background-color: #C30101 !important;
    color: 	#FFF !important;
    transition: all 1s ;
}

#eventos-page .titulo-padrao{

    margin-top: 100px  !important;

}

#eventos-page .sub-titulo-padrao{

    margin-bottom: 60px !important;
}

.eventos-lista li{

    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0 10px 0;
}

.eventos-lista h3{

    color: #354251;
    font-size: 1.4em;
    font-weight: 600;
    margin: 10px 0 !important;
}

.eventos-lista span{

    color: rgba(0,0,0,0.5);
    font-size: 1em;
    font-weight: 600;
}

.eventos-lista p{
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #354251;
}

.eventos-lista img{
    border-radius: 10px;
}


#ver-evento .titulo-padrao{

    margin-top: 100px !important;
}

#ver-evento .data-evento{

    margin-bottom: 50px !important;

}

#ver-evento .data-evento{


    font-size: 1.1em;
    color: rgba(0,0,0,0.5);
    font-weight: bold;

}

#ver-evento .data-evento i{
    margin: 0 2px !important;
  vertical-align: middle;

}



#ver-evento .img-capa{

    /*padding: 2px 10px!important;*/
    border-radius: 20px !important;

}


#ver-evento .texto-padrao{

    margin: 30px 0 !important;
    text-align: justify;
}


.redes-sociais-evento{

    width: 35px;
    height: 35px;
    margin: 10px 5px !important;
    border-radius: inherit !important;
}




/*--------------------------------------SERVIÇOS------------------------*/

.card-servico{

    margin: 5px auto !important;


}

.card-servico img{

    border-radius: 3px;
}


#servicos-page .collection{

    margin: 20px auto!important;
    padding: 5px !important;
}

#servicos-page .titulo-padrao{

    margin-top: 100px  !important;
}

#servicos-page .sub-titulo-padrao{
    margin-bottom: 50px  !important;

}


/*-----------------------------------------NUMEROS-------------------------------------------------------*/

#numeros{

    margin: 80px auto;

}

#empresa .titulo-padrao{

    margin-top: 3.5em !important;

}


.texto-numeros{

    margin-top: 20px !important;
    font-size: 1.2em !important;
    color: #354251;
    line-height: 30px;
    text-align: justify;
}

li:nth-child(even)  .grafico {

    width: 150px;
    height: 150px;
    border-radius: 100px;
    border: 8px solid #354251;
    border-left: 8px solid #F3F3F3 !important;
    text-align: center;
    color: #010101;
    font-size: 2.2em;
    margin: 30px auto;
}

li:nth-child(odd) .grafico{

    width: 150px;
    height: 150px;
    border-radius: 100px;
    border: 8px solid #c30101 !important;
    /*border-top: 8px solid #FFF !important;*/
    border-left: 8px solid #F3F3F3 !important;
    text-align: center;
    color: #010101;
    font-size: 2.2em;
    margin: 30px auto;
}

.grafico span{

    display: block;
    margin: 40px auto !important;
}


.legenda-numeros img{

    width: 40px;
    height: 40px;
    margin: 5px auto !important;
    display: block;
}

.legenda-numeros span{

    color: #696969;
    display: block;
    text-align: center !important;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 400;
    padding-bottom: 10px;
}


/*------------------------------------------------GALERIA--------------------------------------------*/

#galeria .titulo-padrao{

    margin-top: 80px !important;

}


#galeria .sub-titulo-padrao{

    margin-bottom: 30px !important;

}

.galeria-fotos div{

    margin: 20px 0;

}

.margin-video{

    margin: 15px auto;
}

.titulo-video{

    font-size: 1.6em;
    margin: 8px auto;
    color: #c30101;
    font-weight: bold;
    text-align: center;
}


#columns {
    column-width: 320px;
    column-gap: 15px;
    width: 90%;
    max-width: 1100px;
    margin: 50px auto;
}

div#columns figure {
    background: #fefefe;
    border: 2px solid #fcfcfc;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.8);
    border-radius: 2px;
    margin: 0 2px 15px;
    padding: 15px;
    padding-bottom: 10px;
    transition: opacity .4s ease-in-out;
    display: inline-block;
    column-break-inside: avoid;
}

div#columns figure img {
    width: 100%; height: auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

div#columns figure figcaption {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #c30101;
    line-height: 1.5;
}

div#columns figure span {
    color: #696969;
    font-weight: bold;
    text-align: center;
    display: block;
}

div#columns small {
    font-size: 1rem;
    float: right;
    text-transform: uppercase;
    color: #aaa;
}

div#columns small a {
    color: #666;
    text-decoration: none;
    transition: .4s color;
}

div#columns:hover figure:not(:hover) {
    opacity: 0.4;
}

@media screen and (max-width: 750px) {
    #columns { column-gap: 0px; }
    #columns figure { width: 100%; }
}


/*-------------------------------------------------------CONTATO------------------------------------*/

#contato .titulo-padrao{
    margin-top: 100px !important;

}

#contato .sub-titulo-padrao{

    margin-bottom: 60px !important;

}

.contato-lista li{

    font-size: 1.2em;
    margin: 20px auto;
    color: #010101;
    font-weight: 700;
}

.contato-lista li i{

    font-size: 1.7em;
    margin-right: 10px !important;
    color: #696969;
    vertical-align: middle;

}

.titulo-redes{

    color: #C30101;
    font-size: 1.6em;
    font-weight: 600;
}

.logo-redes li{

    display: inline-block;
    margin: 10px 10px;
}

.logo-redes li img{

    width: 30px;
    height: 30px;
    margin-left: 3px;
}

.contato-form{
    padding-right: 60px;
}


#contato .contato-form label{

    display: block;
    font-size: 1.2em;
    line-height: 25px;
    margin-bottom: 4px;
    font-weight: 700;
    color: #696969 !important;
}


#contato input[type=text]:not(.browser-default), input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default), input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default), input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default), .materialize-textarea {
    border: 2px solid #010101 !important;
    padding: 2px 5px !important;
    border-radius: 4px !important;
}

#contato .contato-form textarea{

    height: 120px !important;
}

#contato .contato-form button{

    margin-top: 0 !important;
}


/*-------------------------------------------------SOBRE---------------------------------------------------------*/


#diretor-executivo .titulo-padrao{

    margin-top: 100px !important;
}

#diretor-executivo .sub-titulo-padrao{

    margin-bottom: 50px !important;
}


.texto-sobre{

    font-size: 1.2em !important;
    color: #354251;
    line-height: 33px;
    text-align: justify;
}

#diretor-executivo p{
    text-indent: 2em;

}

#sobre-medalhas .titulo-padrao{

    margin-top: 10px !important;
}

#sobre-medalhas ul li{

    font-size: 1.2em;
    margin: 7px auto;
}

#sobre-medalhas ul li i{

    vertical-align: middle;
    color: #C30101;
    font-weight: bold;
}

/*----------------------------------------------------EQUIPE---------------------------------------*/
#equipe .titulo-padrao{

    margin-top: 80px !important;
}


/*circulo*/
.equipe-perfil li img{

    width: 200px !important;
    height: 200px !important;

}

.equipe-perfil li{

    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0 10px 0;
}

.equipe-perfil h3{

    color: #C30101;
    font-size: 1.5em;
    font-weight: 600;
    margin: 10px 0 !important;
    text-align: center !important;
}

.equipe-perfil span{

    color: #696969;
    font-size: 1.2em;
    font-weight: 600;
    margin: 10px 0 !important;
    text-align: center !important;
}


.equipe-perfil p{
    /*max-width: 700px;*/
    margin: 20px 0 !important;
    padding-left: 10px !important;
    border-left: none !important;
    text-align: center !important;
    font-style: italic;
    font-family: Comfortaa;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #696969;
}

.equipe-perfil cite{
    font-weight: 700;
    font-style: normal;
    font-size: 1em;
    letter-spacing: .1em;
    color: #2D2D2D;
    text-align: center !important;
    display: block;
}




/*circulo*/
.tags-list {
    /*  margin: 50px 0;*/
}

.tags-list .tag-item {
    text-align: center;
    margin: 10px auto;
}

.tags-list .tag-item img {
    background: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    border: 5px solid #F7F7F7;
    box-shadow: 0 0 0 5px #c30101;
    /*margin: 15px 15px;*/
}

.equipe-perfil .redes-socais-perfil img{

    width: 35px !important;
    height: 35px !important;
    margin: 15px 0 0 20px;
    border: none;
    box-shadow: none;
    border-radius: inherit;
}


/*ACADÊMIA BOMBEIRO CIVIL*/



#depoimentos .carousel{

    height: 100% !important;
}

#depoimentos .card-depoimento{

    background-color: #FFF;
    padding: 10px !important;
    margin: 8px 0;
    border-radius: 25px 25px 0 25px;


}

.card-depoimento span{

    display: block !important;

}


.card-depoimento img{
    background: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    /* border: 5px solid #F7F7F7;
     box-shadow: 0 0 0 5px #c30101;*/
    /*margin: 15px 15px;*/
}

#depoimentos .nome{

    font-size: 1.2em;
    font-weight: bold;
    padding: 0 2px;
    color: #354251;
}

#depoimentos .profissao{

    font-weight: bold;
    padding: 0 2px;
    color: #c30101;
  /*  margin-top: 10px;*/
}

.card-depoimento p{

    font-size: 1.06em;
    color: #5a5f61;
    text-align: left;
    line-height: 1.3em;
    margin-top: 0 !important;
    border-top: 1px solid #e0e0e0;
    padding: 10px 0 !important;
    overflow-y: auto;
    height:100px;
}



#comentario .header{
    color: #c30101;

}


#comentario .estrelas input[type=radio] {
    display: inline-block !important;
}
#comentario .estrelas label i.fa:before {
    content:'\f005';
    color: #FC0;
    font-size: 1.3em;

}
#comentario .estrelas input[type=radio]:checked ~ label i.fa:before {
    color: #CCC;
}

#comentario #estrelas label{

    display: inline-block !important;
}


#comentario .comentario-form label{

    display: block;
    font-size: 1em;
    line-height: 25px;
    margin-bottom: 4px;
    font-weight: 500;
    color: #696969 !important;
}


#comentario  input[type=text]:not(.browser-default), input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default), input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default), input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default), textarea.materialize-textarea {
    border: 1px solid rgba(0,0,0,0.5) !important;
    padding: 2px 5px !important;
    border-radius: 4px !important;
}

#comentario .comentario-form textarea{

    height: 150px !important;
}

/*#turmas .nome-turma{

    color: #FFF;
    background: rgba(195,1,1,0.6);
    position: relative !important;
    top: -100px;
    padding: 2px 0;

}*/


/*--------------------------------------CLIENTES------------------------------------------------*/

#clientes .titulo-padrao{

    margin-top: 100px !important;

}


#clientes .sub-titulo-padrao{

    margin-bottom: 60px !important;

}

#clientes-lista li{

    height: 150px !important;
    margin: 7px 0;
    border: 5px solid #F7F7F7;
    border-radius: 8px;
    background-color: rgba(0,0,0,0.1);
}



#clientes-lista li div{
    background: transparent !important;
}


#clientes-lista li:hover{

    background-color: rgba(0,0,0,0.2) !important;
    transition: all 0.4s ease-in-out;
}


#clientes-lista img{

    margin: 0 auto !important;
    padding: 8px;
    display: block;
    width: auto;
    height: 130px;

}


#clientes-lista span{

    color: #FFF;
    display: block;
    text-align: center;
    font-size: 1.125em;
    font-weight: bold;
    padding: 3px;
    border-radius: 0 0 5px 5px;
}

#clientes-lista li:nth-child(even)   span {
    background: rgba(53,66,81,0.8) !important;

}


#clientes-lista li:nth-child(odd)   span {

    background: rgba(195,1,1,0.8) !important;
}


#depoimentos-clientes .card-depoimento-cliente{

    background-color: #FFF;
    padding: 10px !important;
    margin: 10px 0;
    border-radius: 25px 25px 0 25px;


}

.card-depoimento-cliente span{

    display: block !important;

}


.card-depoimento-cliente img{
    background: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 110px;
    height: 110px;
}

.card-depoimento-cliente p{

    font-size: 1.06em;
    color: #5a5f61;
    text-align: left;
    line-height: 1.3em;
    margin-top: 10px !important;
    border-top: 1px solid #e0e0e0;
    padding: 10px 0 !important;
}

#depoimentos-clientes .nome{

    font-size: 1.2em;
    font-weight: bold;
    color: #354251;
}

#depoimentos-clientes .profissao{

    font-weight: bold;
    color: #c30101;
    margin-top: 10px;
}


/*----------------------------------------------LINKS ÚTEIS-----------------------------------------*/


#links .titulo-padrao{

    margin-top: 80px !important;

}


#links .sub-titulo-padrao{

    margin-bottom: 30px !important;

}

/*#links .collection {

    border-radius: 5px !important;
    border: none !important;

}

#links .collection .collection-item{

    font-weight: bold !important;
}*/
.lista-links{

    margin: 5px auto !important;
    background-color: #FFF;
    border-radius: 10px;
    border: 4px solid #F7F7F7;

}

.links-item{

    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin: 10px auto 5px 5px;
    padding: 5px !important;
}

.links-item p{

    font-weight: bold;
    font-size: 1.08em;
}

.lista-links i{

    color: #c30101 !important;

}

/*----------------------------------------------ESPAÇO INFANTIL-----------------------------------------*/

#infantil .titulo-padrao{

    margin-top: 80px !important;

}


#infantil .sub-titulo-padrao{

    margin-bottom: 30px !important;

}



/*----------------------------------------------FOOTER-----------------------------------------*/

footer{

    background-color:#354251 !important;

}

.page-footer{

    color: #FFF !important;
    font-size: 1em;
}





footer .mapa-site a{

    display: block;
    margin: 5px auto !important;
    text-decoration: none !important;
    color: #FFF;
    font-weight: 400;
    text-align: left;

}


footer .mapa-site a:hover{

    color: #c30101;
    transition: all 0.5s;

}

footer .mapa-site a i{

    color: #c30101 !important;
    vertical-align: middle;
    margin-right: 8px !important;
    border: 1px solid #c30101;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1em;

}

.social-network  li{

    display: inline-block !important;
    margin-right: 10px;
}
.social-network  li img{

    width: 30px;
    height: 30px;
    margin-top: 10px;
}

.img-footer-margem{
    margin-bottom: -9px;
}

.titulo-footer{

    font-weight: bold;
    text-transform: uppercase;
    color: #FFF !important;
    font-size: 1.1em;
    margin: 10px 0 12px 0!important;
    display: block !important;
    text-align: left;
}

.endereco li p{

    margin: 7px 0 !important;
}

.endereco i{

    color: #c30101 !important;
    vertical-align: middle;
    margin-right: 8px !important;
    border: 1px solid #c30101;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1em;
}

.page-footer .footer-copyright {
    /*background-color: #C30101 !important;*/
    background: linear-gradient(150deg,#c30101,#354251) !important;
}

.page-footer .footer-copyright div span {
    color: #FFF !important;
    font-size: 0.9em !important;
}









