
.cont-formulario{
	width: 100%;
	height: auto;
	padding: 5px 0px;
	box-sizing: border-box;
}

.cont-formulario h1{
    font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	text-align: left;
    margin-top: 0px;
}

.cont-formulario h3{
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-align: left;
    margin-top: 0px;
}

.cont-formulario input{
	width:100%;
	background-color: rgba(255, 255, 255, 0);
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #fff;
	padding: 5px 0px 15px 0px;
	box-sizing: border-box;
	margin-top: 15px;
    margin-bottom: 15px;
	color: #ffffff;
	text-align: left;
	font-family: 'Montserrat', sans-serif;

}

.cont-formulario input::placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	text-align: left;
}

.cont-formulario input:focus {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0);
}

/*Tipografia del Select*/
.cont-formulario select{
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color:#fff;
	font-weight: normal;
	text-align: left;
	background-color: rgba(255, 255, 255, 0);
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #fff;
	padding: 5px 0px 15px 0px;
	box-sizing: border-box;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*Tipografia del desplegable opcional*/
.cont-formulario select option{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #777777;
}

.cont-formulario .formulario{
	width: 100%;
	height: auto;
}

.cont-legal{
	width: 100%;
	height:auto ;
	box-sizing: border-box;
}

.cont-legal .legal{
	width: 100%;
	height: auto;
	text-align: center;
}

.cont-legal .legal p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #96999F;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
}

.cont-legal .legal a{
	color: #585C65;
}

.cont-legal .legal a:hover{
	opacity: 1;	
	color: #fff;
}

.cont-whatsapp{
	width: 150px;
	height: 50px;
	margin: 20px auto;
	border-radius: 25px;
	background-color: #25D366;
	padding: 5px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	transition: .5s;
}

.cont-whatsapp:hover{
	background-color: #fd6c0f;
	transition: .5s;
}

.cont-whatsapp .boton{
	width: 130px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0);
	border: 0px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

.cont-whatsapp .boton h2{
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 16px;
	color: #ffffff;
	margin: 5px;
	padding: 0px;
	font-weight: normal;
}

.cont-whatsapp .boton img{
	width: 40px;
	height: 40px;
	float: right;
}

.cont-respuesta{
	width: 300px;
	height: 600px;
	padding: 5px;
	box-sizing: border-box;
	background-color:#25D366 ;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.cont-respuesta h1{
	font-family: "Rubik-Bold";
	font-size: 40px;
	letter-spacing: 2px;
	color:#ffffff ;
}

.cont-respuesta h2{
	font-family:"Rubik-Medium" ;
	font-size: 18px;
	color:#ffffff ;
	font-weight: normal;
}

.cont-respuesta img{
	width: 150px;
	height: 150px;
	margin: 20px 0px;
}

.noclicktag{
	display: none;
}

/*Desactivar flechas del input si se llama number*/

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


@media (max-width: 1000px){

	.cont-legal .legal p{
		font-size: 10px;

	}
	
}

