<link href="https://fonts.googleapis.com/css?family=Lato:300,400,900" rel="stylesheet">

body, h1, h2, h3, h4, h5, p, a {
    font-family: 'Lato', sans-serif;

}

.logo-header {
    display: none;
    
}



.pre-header {


    background-color: white;
    background-size: cover;
    position: fixed;
    width: 100%;
    z-index: 100;
    padding: 5px 0px 5px 0px;
}

.logo-pre {
    margin-top: 5px;
    margin-bottom: 5px;
}
.info-pre {
text-align: right;

}

.info-pre ul li {
    display: inline-block;
    text-align: right;
    margin-top: 10px;
    padding-left: 0px;
}


.info-fone {

    margin-top: 15px;
    padding-left: 30px;


}
.info-fone i {
color: #29385f;
padding-right: 5px;
font-size: 18px

}
.info-fone a {
    color: #29385f;
     font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 900;
}

.botao-box{

margin-top: 22px;
text-align: right
    
}

.botao-download {
    
color: #ffffff;
background: #0bbc40;
font-family: 'Lato', sans-serif;
font-weight: 900;
font-size: 12px;
text-transform: uppercase;
text-align: center;
border-radius: 25px;
padding: 15px;

box-shadow:0px 2px 1px #014f18;
-moz-box-shadow:0px 2px 1px #014f18;
-webkit-box-shadow:0px 2px 1px #014f18;
border-radius: 5px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
   
}

.botao-download:hover {
margin-top: 11px;
color: #ffffff;
background: #131c39;
box-shadow:0px 2px 1px #000000;
-moz-box-shadow:0px 2px 1px #000000;
-webkit-box-shadow:0px 2px 1px #000000;
border-radius: 5px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
    transition: all .3s ease;
    
}


img {
	display: block;
	max-width: 100%;
}

.menu {
	top: 0;
	width: 100%;
	background: transparent;
	padding: 20px 0;
	z-index: 10;
}

.menu nav {
	text-align: right;
}

.menu nav ul {
	padding: 0px;
	margin: 0px;
}

.menu nav li {
	display: inline-block;
	text-align: right;
}



.menu nav li a {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 15px 0px 15px 10px;
    text-decoration: none;
    float: left;
}

.menu nav li a::after {
	content: '';
	display: block;
	background: white;
	height: 2px;
	width: 0;
	transition: .3s;
    margin-top: 5px;
}

.menu nav li a:hover::after, .menu nav li a.active::after {
	width: 100%;
}

.premios ul {
     list-style-image: url('../img/estrela.png');
}

.introducao {

    width: 100%;
	height: 790px;
	background: url("../img/banner-home.jpg") no-repeat center;
	background-size: cover;
	text-align: left;
    z-index: -1;
    padding-top: 60px

	}

.introducao-escritorio {
    width: 100%;
	height: 480px;
	background: url("../img/banner-escritorio.jpg") no-repeat center;
	background-size: cover;
	text-align: left;
    z-index: -1;
    padding-top: 60px
}

.introducao-solucoes {
    width: 100%;
	height: 480px;
	background: url("../img/banner-solucoes.jpg") no-repeat center;
	background-size: cover;
	text-align: left;
    z-index: -1;
    padding-top: 60px
}

.introducao-reconhecimento {
    width: 100%;
	height: 480px;
	background: url("../img/banner-reconhecimento.jpg") no-repeat center;
	background-size: cover;
	text-align: left;
    z-index: -1;
    padding-top: 60px
}

.introducao-contato {
    width: 100%;
	height: 480px;
	background: url("../img/banner-contato.jpg") no-repeat center;
	background-size: cover;
	text-align: left;
    z-index: -1;
    padding-top: 60px
}

.introducao h2 {
    font-family: 'Lato', sans-serif;
    font-size: 2.8em;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    padding-top: 110px;
    z-index: 100;
    text-align: center;
}

blockquote {
    color: white;
    padding-top: 10px;
    font-family: 'Lato', sans-serif;
    text-align: right;
}
.veja-mais {
font-family: 'Lato', sans-serif;
padding-top: 60px;
text-align: center;
font-size: 1.2em;
margin: 0 auto;

}
.veja-mais a {
color: white;
}

.veja-mais img {

text-align: center;
margin: 5px auto;
display: block;
}

/* começa PARTE DOS SERVIÇOS */

.servicos {

    margin: 75px auto;
    text-align: center;

}

.titulo {
    color: #cd171c;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 3em;
    padding-bottom: 25px

}

.titulo-branco {
    color: white;
    padding-top: 75px;
}

.titulo-contato {
    padding-top: 75px;

}

.descricao {

    font-size: 1.4em;
    color: #000000;

}

.descricao a {
    color: black;
    transition: .2s; 
}

.descricao a:hover {
    color: #9d0a0e;
    transition: .2s;
    
}

.lista-escritorio {
    text-align: left;
    font-family: 'Lato', sans-serif;
    list-style-type: circle;
    margin-left: 30px;
    
}

.lista-escritorio li:first-child {
   margin-top: 15px;
}
.lista-escritorio li:last-child {
   margin-bottom: 15px;
    
    
}

.esquerda {
text-align: left;    
    
}

.descricao:after {
    display: block;
    content: "";
   background-color: #9d0a0e;
    width: 100px;
    height: 6px;
    margin: 35px auto;

}

.descricao-esquerda:after {
    display: block;
    content: "";
   background-color: #9d0a0e;
    width: 100px;
    height: 6px;
    margin: 35px 0px;

}

.descricao-branco {

    font-size: 1.4em;
    color: white;
    text-align: center;


}

.descricao-branco:after {
   display: block;
   content: "";
   background-color: white;
   width: 100px;
   height: 6px;
   text-align: center;
    margin: 35px auto;
 


}

.servicos-lista li {
    margin-bottom: 50px

}

.servicos-lista li:last-child {
    margin-bottom: 10px

}

.servicos-lista li img {
    margin: 0 auto;
    text-align: center;



}

.servicos-lista h3{
    color: #9d0a0e;
    font-size: 2.6em;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 1em;
    padding-top: 15px;
    padding-bottom: 8px

}

.servicos p{
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    color: #000000;
    line-height: 1.4em;

}

.saiba-mais {
    color: #cd171c;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    display: block;
    margin: 10px

}

/* começa BOTÃO PERGUNTE AO ADVOGADO */

.btn-pergunte {

    background-color: #269d0a;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    display: block;
    padding: 10px;
    width: 180px;
    margin: 0 auto;
    transition: .6s;
    letter-spacing: .1em;


}

.btn-pergunte:hover {

    background-color: #cd171c;
    color: white;
    transition: .6s;

}

/* começa O ESCRITÓRIO */

.escritorio {

    margin-top: 70px;
    padding-bottom: 70px;
    background: url("../img/banner-2.jpg");
    background-size: conver;
    width: 100%;
}

.escritorio-pagina {

    margin-top: 70px;
    padding-bottom: 70px;
    background-color: #cd171c;
    background-size: conver;
    width: 100%;
}

.escritorio h2{
    font-family: 'Lato', sans-serif;
    font-size: 2.2em;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-align: center;
 }

.escritorio-texto {

    font-family: 'Lato', sans-serif;
    color: white;
    font-size:1.1em;
    line-height: 1.3em


}

.escritorio ul li {
    list-style-type: circle;
    margin-left: 30px;
    
    
}
.escritorio ul li:first-child {
   margin-top: 15px;
}
.escritorio ul li:last-child {
   margin-bottom: 15px;
    
    
}



/* começa O ADVOGADO */

.advogado {

    margin-top: 70px;
    padding-bottom: 70px;
    background-color: white;
    background-size: conver;
    width: 100%;
     text-align: center;
}

.advogado h2{
    font-family: 'Lato', sans-serif;
    font-size: 2.8em;
    color: #cd171c;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
 }

.descricao-vermelho {

    font-size: 1.4em;
    color: #000000;
    text-align: center;

}

.descricao-vermelho:after {
    display: block;
    content: "";
    background-color: #9d0a0e;
    width: 100px;
    height: 6px;
    margin: 35px auto;
    


}

.citacao-p{
    text-align: right!important;
    margin-top: 10px;
    display: inline-block;
   
}


.cita-advogado {

     font-family: 'Lato', sans-serif;
    font-size: 2.2em;
    color: #000000;
    font-weight: normal;
    font-family: 'Lato', sans-serif;

}

.preto {
    color: black;
     font-family: 'Lato', sans-serif;
}

.desc-advogado {

    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    padding-top: 15px;
    padding-bottom: 10px;
}

.desc-advogado a {
    color: black;
    transform: .2s
}

.desc-advogado a:hover {
    color: #9d0a0e;
    transform: .2s
}

.btn-adv {


    background-color: white;
    color: #cd171c;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    display: block;
    padding: 10px;
    width: 180px;
    border: solid 2px #cd171c;
    transition: .6s;
    letter-spacing: .1em;
    text-align: center;


}

.btn-adv:hover {

    background-color: #cd171c;
    color: white;
    transition: .6s;

}

.adv-foto {
max-width: 300px;
padding: 5px 0;
}

/* começa CONTATO */

.contato {

    margin-top: 75px;
    padding-bottom: 75px;
    background-color: #f4f4f4;
    background-size: cover;
    width: 100%;
    text-align: center;
    padding-top: 75px;

}

.contato-branco {
    padding-top: 75px;
    margin-top: 0px;
    background-color: #ffffff;
  

}

.contato-itens{
    text-align: left;

}

.contato img {
margin: 0 auto;

}
.contato h4 {
    color: #9d0a0e;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    font-size: 1.4em;
    padding-bottom: 5px;
    padding-top: 5px;

}

.contato h5 {
    color: #9d0a0e;
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;

}

.contato h5 a {
    color: #9d0a0e;
    font-family: 'Lato', sans-serif;
    font-size: 1.em;
    text-decoration: none;
    transition: .3s;

}

.contato h5 a:hover {
    color: black;
    transition: .3s;
    }

.contato-form {
    background-color: #cd171c;
    padding: 50px 120px 80px 120px;
    margin-top: 50px;

}
.contato-form h2 {
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom: 10px;
}

.contato-form p {
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;

}

.formulario{
text-align:left;
}

.formulario label {
    text-align: left;
    display: block;
    padding-bottom: 2px;
    padding-top: 20px;
    color: white;
    text-transform: uppercase



}
.formulario input {
    text-align: left;
    padding: 20px 12px;
    border: solid 2px #9d0a0e;
    width: 100%;
    margin: 10px 0px;

}

.formulario textarea  {
    text-align: left;
    padding: 12px;
    width: 100%;
    height: 200px;
    border: solid 2px #9d0a0e;
    margin: 10px 0px;

}

.formulario button {

    padding: 15px;
    width: 100%;
    background-color: white;
    border: solid 2px #9d0a0e;
    color: #9d0a0e;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.3em;
    transition: .5s;


}

.formulario button:hover {

    color: white;
    border: solid 2px #9d0a0e;
    background-color: #9d0a0e;
    transition: .5s;


}



/* Começa o FOOTER  */

.footer {

    background-color: white;
    background-size: cover;
    width: 100%;
    text-align: left;
    margin-top: 75px;
    padding-bottom: 35px;

}
.footer h3{
    color: #5e5e5e;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 1.4em;

}

.footer-dados {
    margin-top: 10px;
    color: #5e5e5e;
    font-family: 'Lato', sans-serif;
}

.footer ul li {
    padding-bottom: 10px;
}

.footer strong {
    font-weight: 900
}

.icon-footer li {
    display: inline-block;
    margin-top: 10px;
}

.footer a {
    color: #5e5e5e;
    font-family: 'Lato', sans-serif;
    transition: .3s;
}

.footer a:hover{
    color: #9d0a0e;
    transition: .3s;
}

.pos-footer {

    background-color: #ebebeb;
    width: 100%;
    background-size: cover;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    color: #928989;
    line-height: 1.5em;
    font-family: 'Lato', sans-serif;

}

.logo-top {
	opacity: 0;
	transform: translate3d(0px, -50px, 0px);
}

.logo-top-init {
	opacity: 1;
	transition: .3s all ease;
	transform: translate3d(0px, 0px, 0px);
}



/**
* modal.css
* Author: Pedro Laxe
* Version: 1.0.6
* License: GPLv2
**/
.modal {
	left: 50%;
	margin: -150px 0 0 -32%;
	opacity: 0;
	position: fixed;
	top: 10px;
	visibility: hidden;
	width: 65%;
	box-shadow: 0 3px 3px rgba(0,0,0,.25);
	box-sizing: border-box;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
    z-index: 10000;
}
.modal:target {
	opacity: 1;
	top: 40%;
	visibility: visible;
}
.modal .header, .modal .footer {
	border-bottom: 1px solid #e7e7e7;
	border-radius: 5px 5px 0 0;
}
.modal .footer {
	border: none;
	border-top: 1px solid #e7e7e7;
	border-radius: 0 0 5px 5px;
}
.modal h2 {
	margin: 0;
	color: white;
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
}
/*.modal .btn {
	float: right;
}*/
.modal .copy, .modal .header, .modal .footer {
	padding: 15px;
	color: black;
    
}
.modal-content {
	background: #cd171c;
	position: relative;
	z-index: 20;
	color: #cd171c;
    font-family: 'Lato', sans-serif;
}
.modal .copy {
	
    background-color: rgba(205, 23, 28, 0.7);
}
.modal .overlay {
	background-color: #000;
	background: rgba(0,0,0,.8);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
.copy ul li a {
	color: #333333;
	text-decoration: none;
}

.formulario-modal label {
    text-align: left;
    display: block;
    padding-bottom: 2px;
    padding-top: 5px;
    color: black;
    text-transform: uppercase



}

.formulario-modal input {
    text-align: left;
    padding: 20px 7px;
    border: solid 2px #9d0a0e;
    width: 100%;
    color: black;

}

.formulario-modal textarea  {
    text-align: left;
    padding: 12px;
    width: 100%;
    height: 100px;
    border: solid 2px #9d0a0e;
    margin-bottom: 10px;
     color: black;

}

.formulario-modal button {

    padding: 15px;
    width: 100%;
    background-color: white;
    border: solid 2px #9d0a0e;
    color: #9d0a0e;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.3em;
    transition: .5s;


}

.formulario-modal button:hover {

    color: white;
    border: solid 2px #9d0a0e;
    background-color: #9d0a0e;
    transition: .5s;


}

/* Responsive Options */
@media screen and (min-width: 768px) {
	.modal{
		width:600px;
		margin:-250px 0px 0px -18.2%;
		top: -50%;
	}
}
.modalcss-button {
    /* Structure */
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Firefox: Get rid of the inner focus border */
.modalcss-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.modalcss-button {
    font-family: inherit;
    font-size: 100%;
    padding: 0.5em 1em;
    color: #444; /* rgba not supported (IE 8) */
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
}

.modalcss-button-hover,
.modalcss-button:hover,
.modalcss-button:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.10));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
}
.modalcss-button:focus {
    outline: 0;
}
.modalcss-button-active,
.modalcss-button:active {
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
    border-color: #000\9;
}
.modalcss-button[disabled],
.modalcss-button-disabled,
.modalcss-button-disabled:hover,
.modalcss-button-disabled:focus,
.modalcss-button-disabled:active {
    border: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=40);
    -khtml-opacity: 0.40;
    -moz-opacity: 0.40;
    opacity: 0.40;
    cursor: not-allowed;
    box-shadow: none;
}

.modalcss-button-hidden {
    display: none;
}

/* Firefox: Get rid of the inner focus border */
.modalcss-button::-moz-focus-inner{
    padding: 0;
    border: 0;
}

.modalcss-button-primary,
.modalcss-button-selected,
a.modalcss-button-primary,
a.modalcss-button-selected {
    background-color: rgb(0, 120, 231);
    color: #fff;
}
.button-success,
        .button-error,
        .button-warning,
        .button-secondary {
            color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        }

        .button-success {
            background: rgb(28, 184, 65); /* this is a green */
        }

        .button-error {
            background: rgb(202, 60, 60); /* this is a maroon */
        }

        .button-warning {
            background: rgb(223, 117, 20); /* this is an orange */
        }

        .button-secondary {
            background: rgb(66, 184, 221); /* this is a light blue */
        }
/* Responsive Video */
.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Close Button */
.box3 { 
	width: 25px;
	right: 0px;
	position: absolute;
	margin: 5px;
}
svg {
	display: block;
}
.close-x {
  stroke: black;
  fill: transparent;
  stroke-linecap: round;
  stroke-width: 5;
}

.introducao-pagina {
    margin: 0 auto;
    text-align:center;
    color: white;
    font-family: 'Lato', sans-serif;
}

.titulo-pagina {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 2.8em;
    padding-top: 40px;
    padding-bottom: 30px;
}

.reconhecimento {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 2.8em;
    padding-top: 40px;
    padding-bottom: 30px;
}

.descricao-pagina{
    font-size: 1.5em;
    color: white;
    font-family: 'Lato', sans-serif;
}


.descricao-pagina:after{
     display: block;
    content: "";
   background-color: white;
    width: 100px;
    height: 6px;
    margin: 40px auto;
    
    
}

.centralizado {
    text-align: center;
}

.tab-menu {
	text-align: center;
	margin: 0px 0 40px 0;
}

.tab-menu li {
	display: inline-block;
}

.tab-menu li a {
	display: inline-block;
	color: white;
	border: 4px solid;
	padding: 15px 0px;
	width: 200px;
	margin: 0px 20px 10px 20px;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
    font-weight: 900;
    font-size: 1.2em;
}

.item {
	overflow: hidden;
    text-align: left;
    color: white;
    font-family: 'Lato', sans-serif;
}


.item-img {
	max-width: 280px;
    width: 100%;
    padding: 5px 0px;
   
    
}

.info-social a{
    line-height: 1.5em;
    font-size: 1em;
    color: white;
    transition: .3s;
    
}

.info-social a:hover{
    color: black;
     transition: .3s;
    
}

.item-info {
	
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
    font-weight: 900;
    font-size: 1.2em;
    color: white;
    text-align: left;
}

.item-info h3 {
    padding-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.5em;
    
}

.item-info p {
    padding-bottom: 20px;
    
}

.item-info a {
    color: white;
    transition: .2s    
}

.item-info a:hover {
    color: black;
    transition: .2s    
}

/*.item-info > div {
	width: 50%;
	float: left;
}*/



.js [data-target] {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(-50px,0,0);
	position: absolute;
	top: 0;
}

.js [data-click].active {
	background: white;
	color: #9d0a0e;
	border-color: #9d0a0e;
}

.js [data-target].active {
	opacity: 1;
	visibility: visible;
	transition: .3s;
	position: relative;
	top: auto;
	transform: translate3d(0px,0,0);
}



.tab-menu-vermelho li a {
	
	color: white;
    background-color: #ce171c;
    border: 4px solid #9d0a0e;
    letter-spacing: 0px;
    font-size: 1.2em;
    padding: 15px 0px;
	width: 240px;
	margin: 0px 0px 20px 10px;
	
}

.tab-menu-vermelho li a:hover {
	
	color: #ce171c;
    background-color: white;
    border: 4px solid #9d0a0e;
    letter-spacing: 0px;
    font-size: 1.2em;
    padding: 15px 0px;
	width: 240px;
	margin: 0px 0px 20px 10px;
	
}


.item {
	overflow: hidden;
    text-align: left;
    color: white;
    font-family: 'Lato', sans-serif;
}

.item-solucoes{
text-align: center;


}

.item-solucoes img {
 
    margin: 0 auto;
}

.item-img {
	max-width: 280px;
    width: 100%;
   
    
}

.info-social-vermelho a{
    line-height: 1.5em;
    font-size: 1.5em;
    color: #9d0a0e;
    transition: .3s;
    
}



.item-info {
	
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
    font-weight: 900;
    font-size: 1.2em;
    color: white;
    text-align: left;
}

.item-info-vermelho h3 {
   color: #9d0a0e;
    
}

.item-info p {
    padding-bottom: 20px;
    
}

.premios {
    padding-top: 25px;
    text-align: left;
    font-family: 'Lato', sans-serif;
    padding-left: 85px;
}

.premios h3 {
    color: #9d0a0e;
    font-weight: 900;
    font-size: 2.5em;
    padding-bottom: 35px;
    
}

.premios ul li {
    margin-bottom: 35px;
    color: #000000;
    font-size: 1.5em;
    
        
}

.mapa {
    width: 100%;
    
}

.link-preto {
color: #9D0A0E!important;
}

.link-preto:hover {
color: black!important; 
}