
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap');



body {
  background-color: #e1e1e1;
}

h3 {
	color: #fff;
	
 
}
.formulario {
	border: solid 1px #E3E3E3;
	width: 90%;
	height:31em;
	margin-top: 1em;
	float: left;
	background: #e1e1e1;


}

.titulo_form {
	background: #4A4949;
	height: 2.7em;
}

.texto_form {
	color: white;
	font-weight: 400;
	font-size: 1.3em;
	margin: 0 0 0 0.5em;
	padding-top: 0.3em;

}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #00ce1b;
    background-color: #303030;
}

.btn-default {
    color: #303030;
    background-color: #00ce1b;
    }

.btn {
    display: inline-block;
    padding: 6px 60px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    text-align: right;

}

.form {
	background: #e1e1e1;
	color: #4A4949;
	float: left;
	width: 100%;
	height: 22em;
	margin: 10.5em auto auto 0;
	padding: 50px;
}

select#soflow, select#soflow-color {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100%;
   
}

/* para 768px o menos */
@media screen and (max-width:768px) {
		.formulario {
			width: 75%;
			height:31em
		}

/* para 330px o menos */
@media screen and (max-width:330px) {
		.formulario {
			width: 100%;
			height:31em
		}

		.form {
			float: left;
			width: 100%;
			height: 30em;
			margin: 1em 1em auto 0;
		}

		.confianza_logo {
			display: none;
			float: right;
			margin: 0.4em 0.5em 0 0;
		}

		.contenedor_dcha {
			height: auto;
			float:left;
			display: block;
			margin-top: 2em;
		}