html{
	height: 100% !important;
}
body{
	background-image: url(../images/fondo.png); 
	background-size: cover; 
	background-repeat: no-repeat;
	height: 100% !important;
}
#toyota{
	padding: 20px;
    float: left;
    width: 20%;
}
#coti{
	margin-top: 20px;
	width: 80%;
}
#visi{
	width: 80%;
}
.form1{
	  
	  padding: 30px;
}
.carro{
		text-align: center;
	}
}

@media(max-width: 767px){
	#coti{
		width: 60% !important;
	}
	.form1{
	    background-color: #13121266;
    	padding: 15px;
	}
	#visi{
		width: 50% !important;
		
	}
	.visit-cont {
          text-align:  center; 
          padding: auto;
    }
}

@media (max-width: 600px) {
	body{

		    background-size: 220%;
		    background-repeat: no-repeat;
		    background-color: #b80f17;
	}
	.toyota{
		text-align: center;
	}
		
	#toyota {
		    width: 50%!important;
		    float: unset;
	}
	#form{
		/*<!--background-color: #272929!important;*/
		padding: 20px!important;
		padding-left: 40px!important;
		padding-right: 25px!important;
	}
	#coti{
		width: 70% !important;
	}
	#digital,#solana{
		width: 100px;
	}
	#carro{
		width: 100%
	}
	.form1{
	  margin-top: 10px;
	  padding: 10px;
	}
	.carro{
		text-align: center;
		margin-top: 20px
	}
}

