@font-face {
    font-family: foco;
    src: url(../fonts/Foco.ttf);
}

html{
    min-height: 100%;
    background: #000;
    height: 100%;
}

body {
    font-family: Arial;
    height: 100%;
}

.lot-background{
    background-image: url("../img/fondo0.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 68px;
    background-size: cover;
}

.container-fuild{
    height:100%;
}

.browser-notsupport10-container{
    height:100%;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.lot-panel-container{
    margin-left: 10px;
    position: relative;
    margin-right: 10px;
    max-width: 824px;
    min-height: 513px;
    background: rgba(0,0,0,.6);
    border-radius: 15px;
    border: 2px solid #ffffff;
}

.lot-form-container {
	max-width: 600px;
	color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}

.logo-container {
	max-width: 600px;
	margin: 0 auto;
	width: 100%;
	display: table;
	padding-top: 46.5px;
	padding-bottom: 46.5px;
}

.browser-error-logo-container {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    display: table;
    padding-top: 46.5px;
    padding-bottom: 46.5px;
}

.browser-error-logo-container img {
    margin-left: 40px;
	float: left;
	padding-right: 15px;
}

.logo-container img {
    float: right;
    padding-right: 15px;
}

.subtitle {
	border-top: 1px solid #ffffff;
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
    margin-bottom: 40px;
}

.title {
	font-size: 35px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
}

input, select {
	color: #000000;
    border-radius: 6px;
    width: 100%;
    background-color: white;
    height: 30px;
    padding-left: 5px;
    text-transform: uppercase;
    font-size: 12px;
}

button {
    margin: 0 auto;
    width: 100px;
    display: block;
    height: 40px;
    background-color: #f68300;
    border-color: #f68300;
    border-radius: 9px;
    font-size: 23px;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0 10px;
}

.first-option {
	color: #a9a9a9;
}

label.error, div.error {
	color: red;
    font-weight: normal;
}

.aditional-info {
	display: flex;
}

.aditional-info label{
    font-size: 12px;
    font-weight: normal;
    padding-top: 10px;
    padding-right: 5px;
}

.aditional-info input {
	width: initial;
	margin-right: 10px;
	background: transparent;
}

select option[data-default] {
  color: #888;
}

.browser-not-supported-lot-background-{
    background-color: #2e6da4;
    padding-bottom: 68px;
    background-size: cover;
    height:100%;
    width: 25%;
}

.browser-error-lot-background-{
    background-image: url("../img/fondo.png");
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 68px;
    background-size: cover;
    height:100%;
    width: 25%;
}

.browser-error-lot-form-container {
    color: #5e5e5e;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}

.browser-error-message{
    padding-top: 30px;
}

.browser-error-title{
    margin-top: 150px;
    font-size: 40px;
    font-weight: bold;
    color: #2e6da4;
}

.browser-error-subtitle{
    font-size: 25px;
}

.thanks-title {
	font-size: 40px;
    font-weight: bold;
}

.thanks-subtitle {
	font-size: 25px;
}

.thanks-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    height: 120px;
    right: 0;
    text-align: center;
    width: 280px;
}

.g-recaptcha {
    transform:scale(0.9);
    transform-origin:0 0;
    margin-left: 15px;
    display: inline-block;
    margin-top: 10px;
}

@media only screen and (min-width: 350px) {
    .g-recaptcha {
        transform:scale(1);
        transform-origin:0 0;
        margin-left: 0;
    }
}

@media only screen and (min-width: 858px) {
	.lot-panel-container{
	    margin: 0 auto;
	}

	.lot-form-container {
	    padding-left: 0;
	    padding-right: 0;
	}
}

.modal-content {
    background-color: #C0E4F2;
    color: #59686F;
}

.modal-header {
    padding: 0px;
    border-bottom: 1px dashed #508491;
}

.modal-title {
    text-align: center;
    margin-top: 18px;
    color: #59686F;
    margin-bottom: 12px;
}

button.close {
    color: #59686F;
    position: absolute;
    right: -33px;
    opacity: 1;
}

.checkbox-field p {
    margin-bottom: 0px;
}

.checkbox-field .checkbox-input-wrapper {
  margin: 0;
  font-weight: normal;
}
