html, body {
	font-family: "T1 Body Font", arial, sans-serif;
	color: #282830;
}

.loader {
	border: 4px solid #282830;
	border-radius: 50%;
	border-top: 4px solid #282830;
	width: 20px;
	height: 20px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	display: inline-block;
}

/* Safari */
@-webkit-keyframes spin { 
	0% {-webkit-transform: rotate(0deg);}
	100%{-webkit-transform :rotate (360 deg);}
}

@keyframes spin { 
	0% {transform: rotate(0deg);}
	100%{ transform: rotate (360 deg);}
}

.toyota-title .align-items-center {
	background-color: #282830;
}

.toyota-title h1 {
	font-size: 1.25rem;
	font-family: "T1 Body Font Bold", arial, sans-serif;
	color: #FFFFFF;
}

.toyota-alert-text {
	font-family: "T1 Body Font Bold", arial, sans-serif;
	color: #FF0022;
}

#toyota-auto-select select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 5px 10px;
	color: #333;
	background-color: #EFF0F0;
	border: 1px solid #CECFD0;
	outline: none;
	border-radius: .05rem;
	height: 58px;
	width: 270px;
}

#toyota-auto-select {
	position: relative;
	overflow: hidden;
	max-width: 320px;
	border-radius: 3px;
}

#toyota-auto-select:after {
	content: "\25bc";
	color: #282830;
	padding: 12px 7px;
	top: 36px;
	right: 20px;
	text-align: center;
	pointer-events: none;
	position: absolute;
	transform: scale(2, 1);
	font-size: 20px;
}

.toyota-form-fields  input[type=text], .toyota-form-fields  select, .toyota-form-fields textarea {
	border-radius: .05rem;
	height: 58px;
	background-color: #EFF0F0;
	/*font-size: 0.90rem;*/
	border-color: #CECFD0;
}

.toyota-form-fields textarea {
  resize: none;
  height: 20vh;
}

.toyota-form-fields  input[type='radio']:checked:after {
	background-color: #FF0022;
}

.btn-radio {
	display: inline-block;
	position: relative;
	padding: 0 6px;
	margin: 10px 0 0;
}

.btn-radio input[type='radio'] {
	display: none;
}

.btn-radio label {
	color: #282830;
	font-weight: normal;
}

.btn-radio label:before {
	content: " ";
	display: inline-block;
	position: relative;
	top: 1.5px;
	margin: 0 5px 0 0;
	width: 17px;
	height: 17px;
	border-radius: 11px;
	border: 1px solid #CECFD0;
	background-color: transparent;
}

.btn-radio input[type=radio]:checked+label:after {
	border-radius: 11px;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 8px;
	left: 4.6px;
	content: " ";
	display: block;
	background: #FF0022;
}

.toyota-form-fields .btn.btn-link {
	color: #282830;
	text-decoration: none;
}

.toyota-form-fields .btn.btn-link:hover, .toyota-form-fields .btn.btn-link:focus,
	.toyota-form-fields .btn.btn-link.focus {
	color: #282830;
	text-decoration: none;
}

.campaign-intro {
	background: rgba(0, 0, 0, 0.5)
}

.custom-control-indicator {
	position: absolute;
	top: .25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~.custom-control-indicator
	{
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~.custom-control-indicator
	{
	background-color: #007bff;
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked ~.custom-control-indicator {
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-control-input:checked ~.custom-control-indicator {
	background-color: #228B22
}

.form-check {
	padding-left: 0;
}

.acceptText, .acceptText a, .dealerLabel {
	color: #282830;
}

.btn-secondary {
	background-color: #FF0022;
	border-radius: 50px;
	border: 0;
}

.btn-secondary:hover {
	background-color: #ce0000;
}

.caLegalNote {
	padding-top: 2vh;
	padding-bottom: 2vh;
}

.caLegalNote p {
	font-size: 10px;
}

#errortext .alert {
	border-radius: 0;
	color: #ffffff;
	background-color: #FF0022
}




.tdOk, .tdErro {
	background-image: url(/toyapps/site/media/images/contacto-online/bg_ok.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 10vh;
	padding-bottom: 10vh;
	height: 800px;
}

.tdOk p.title {
	font-size: 50px;
	color: #424141;
	font-weight: bold;
}

.tdErro p.title {
	font-size: 50px;
	color: #424141;
	font-weight: bold;
}

.tdOk p.info {
	font-size: 36px;
	color: #424141;
}

.tdErro p.info {
	font-size: 36px;
	color: #424141;
}

@media screen and (max-width: 768px) {
	.tdOk p.title {
		font-size: 30px;
		color: #424141;
		font-weight: bold;
	}
	.tdErro p.title {
		font-size: 30px;
		color: #424141;
		font-weight: bold;
	}
	.tdOk p.info {
		font-size: 23px;
		color: #FF0022;
	}
	.tdErro p.info {
		font-size: 23px;
		color: #FF0022;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width
	: 1024px) {
}