/******whats modal*********/
.tit-form-whats{
	background-color: #171a88;
	padding: 9px;
	font-family: 'Galano Grotesque';
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
	text-align: center;
}
.tit-form-whats img{
	padding-right: 15px;
}
.subtit-form-whats{
	font-family: 'Galano Grotesque';
    font-size: 15px;
    line-height: 20px;
    color: #222222;	
	padding-top: 10px;
	padding-bottom: 10px;
}
.blocoform-whats{
	background-color:#ebe4dc;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}
.bottom-whats img{
	margin-top: -8px;
}
.box-modal-whats{
	padding: 8px 40px;
}
.bg-aviso-modal, .bg-aviso-modal a{
	font-family: 'Galano Grotesque';
	border-radius: 5px;
    font-size: 9px;
    font-weight: normal;
    color: #171a88;
    padding-top: 0;
    line-height: 12px;
	font-style: italic;
}
.form-bg-nome-whats {
	padding-left:5px !important;
	font-size:14px;
	font-family: 'Galano Grotesque';
	border:none;
	background-color: #ffffff;
	line-height:normal;
	border-radius:8px;
	height:40px;
	width:100%;
	color:#222222;
	outline: none;
}
.box-form-whats{
	margin-top: 10px;
}
/*placeholder color*/
.form-bg-nome-whats::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #222222;
    opacity: 1; /* Firefox */
}

.form-bg-nome-whats:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #222222;
}

.form-bg-nome-whats::-ms-input-placeholder { /* Microsoft Edge */
    color: #222222;
}
.btn-enviar-whats{
	font-family: 'Galano Grotesque';
	background-color: #ffb61e;
    border: none;
    border-radius: 8px;
    color: #003399!important;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
	
}
.btn-enviar-whats:hover, .btn-enviar-whats:active {
	color:#ffffff !important;
	text-decoration:none;
	opacity:0.80;
}
/*animação modal*/
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: scale(0.1);
    -webkit-transition: -webkit-transform .4s ease-out;
    -o-transition: -o-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
	transform-origin: bottom right;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: scale(1);
	transform-origin: bottom right;
}
/* fim animação*/
@media (min-width: 768px){
.modal-whats {
    width: 400px;
    bottom: 8%;
    position: absolute;
    right: 5%;
}
}
@media screen and (max-width: 780px) {
	.modal-whats {
    width: auto;
    bottom: 10%;
    position: absolute;
    right: 4%;
}
}