/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

#bg {
    background:url("../imagens/bg.jpg") no-repeat;;
    margin-bottom: 50px;
}

#bg h2 {
	color:#fff;
}


#bg p {
	color:#fff;
}

#bg a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto';
}

#bg a:hover {
   text-decoration: none;
}


#bg .card-body {
    border-radius: 10px;
}


#bg .card-img-top {
    max-width: 150px;
    padding: 0 !important;
}


#bg .card {
	background: none;

}

#contato {
    background: url(../imagens/bg-dep.jpg) repeat-y;
    background-position: top left;
    padding-bottom: 0;
    background-size: 50%;
    margin-top: 62px;
}


#formulario-contato {
    text-align: left;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    padding-right: 50px;
}

#formulario-contato span {
    color:#2D2D2D;
    text-align: left;
    padding-bottom: 10px;
}




#formulario-contato input {
    width: 100%;
    height: 40px;
    padding: 4px 9px;
    outline: none;
    border-radius: 4px;
    border: solid 1px #1B1B1B;
    font-size: 14px;
    color: red;
}



#formulario-contato input::placeholder {
    color:#000;
}


#formulario-contato select {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding: 4px 9px;
    outline: none;
    border-radius: 4px;
    border: solid 1px #1B1B1B;
    font-size: 14px;
}

#formulario-contato textarea {
    width: 100%;
    min-height: 180px;
    padding: 12px 12px;
    outline: none;
    border-radius: 4px;
    border: solid 1px #1B1B1B;
    font-size: 14px;
    color: red;
    margin-top: 15px;
}


#formulario-contato textarea::placeholder {
    color:#000;
}


#formulario-contato button {
    width: 200px;
    height: 40px;
    background: #E90606;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
    margin-top: 12px;
}


.check {
	max-width: 50px;	
}



input:checked {
    background: #ED161A !important;
}
	


#formulario-contato h2 {
    color: #000;
    margin-bottom: 30px;
}


#formulario-contato b {
    color: #000;
    display: inline-block;
    line-height: 41px;
}

#formulario-contato .checkbox {
    width: 20px !important;
    margin-right: 5px;
    float: left;
}

#contatos {
	color: #000;
}

#contatos a {
	color: #000;
}


.chk input {
    display: none;
}

.chk span {
    width: 12px;
    height: 12px;
    display: block;
    background-color: #fff;
    border: 1px solid #DDD;
}

.chk input:checked + span {
    background-color: #c03;
}



input:checked {
		background-color: #ED161A !important;
	}
