@charset "utf-8";

@font-face {
    font-family: 'Helvetica';
    src: url('../font/Helvetica-Condensed-Bold.woff2') format('woff2'),
        url('../font/Helvetica-Condensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Condensed';
    src: url('../font/Helvetica-Condensed.woff2') format('woff2'),
        url('../font/Helvetica-Condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
	background: #006d5c;
	/*font-family: 'Nunito', sans-serif;*/
	font-family: 'Helvetica';
	 font-weight: normal;
	color: #FFFFFF;
}
.montevideo-gas{
	width: 144px;
	height: auto;
}
.conecta-gas-natural{
	width: 144px;
	height: auto;
	margin-left: 45px;
}
.promo-title{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.image-box{
	position: fixed;
	height: 100vh;
	z-index: 2;
}
.form-box {
    position: absolute;
    display: flex;
    flex-direction: column;
   /* justify-content: center;*/
   /* background: #441300cc;*/
	background: rgb(0,109,92);
background: linear-gradient(180deg, rgba(0,109,92,0.8) 0%, rgba(0,109,92,0.7) 16%, rgba(0,119,204,0.7) 100%);
    z-index: 2;
    right: 0;
    height: auto;
	min-height: 100vh;
}
	.logo-band {
    right: 55px;
    top: 3vh;
    z-index: 1;
    width: 400px;
   max-width: 399PX;
    background: #FFFFFF;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 0 30px 0 30px;
    MARGIN: 0 auto;
}
@media(max-width:1177px){.logo-band { width: 329px;
	max-width: 329PX;}}
.col-7 {
    flex: auto;
    width: auto;
}
.imagen-familia{
	position: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
	background: url("../../src/images/bg-picture-l.jpg");
	background-position: center center;
	background-repeat: none;
	background-size: cover;
	z-index: 0;
}
.bottom-info{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	margin: auto;
	padding: 30% 60px 0 3%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8519782913165266) 0%, rgba(0,0,0,0) 76%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8519782913165266) 0%, rgba(0,0,0,0) 76%);
	background: linear-gradient(0deg, rgba(0,0,0,0.8519782913165266) 0%, rgba(0,0,0,0) 76%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.generalW{
	--bs-gutter-x: 0;
    --bs-gutter-y: 0;
	gutter-x: 0;
	gutter-y: 0;
}
.form-wrapper {
    width: 60%;
    margin: 35px auto;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    padding: 0;
    height: auto;
    justify-content: center;
}
.h1, h1 {
    font-size: 24px;
	margin: 10% 0 10px;
	line-height: 1;
}
.h1 span, h1 span {
    font-size: 15px;
    line-height: 1;
    margin-top: 3px;
    display: block;
}
.h3, h3 {
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
}
p {
    font-size: 13px;
    margin: 20px 0 30px;
    line-height: 1;
	font-weight: normal;
}
.box-item-premio {
  padding: 10px;
}
.box-item-premio p {
    padding: 10px 14px;
    font-size: 16px;
    margin: 0;
    line-height: 1;
	background: #ffffff60;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
	font-weight: 700;
}
.box-item-premio.menos p {
    font-size: 0.8em;
	font-weight: 600;
}
.box-item-premio.menos p {
	background: #ffffff20;
    border: 1px solid #FFFFFF;
}
.row.special {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    flex-direction: row;
}
.btn-primary {
	width: 100%;
    display: block;
	background: #ffffff;
	margin: 20px 0 5px;
	border: 2px solid #ffffff;
	color:#0873B5;
	padding: 0.3rem 0.75rem;
	font-size: 16px;
	font-weight: 700;
	transition: background ease-in-out .3s;
}
.btn-primary:hover {
	background: #1790CC;
	border: 2px solid #1790CC;
	color: #ffffff
}
.btn-primary:focus {
	background: #1790CC;
	border: 2px solid #1790CC;
	color: #ffffff;
	box-shadow: none;
	outline: none;
}
::-webkit-input-placeholder { /* Edge */
   color: #FFFFFF;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #FFFFFF;
}
.form-control::placeholder {
	color: #FFFFFF;
}
.form-control {
	box-shadow: none;
	outline: none;
    display: block;
    width: 100%;
    padding: 7px 0 7px 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: transparent;
    background-clip: none;
    border-bottom: 2px solid #d7d7d7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 10px;
}
.form-select {
	box-shadow: none;
	outline: none;
    display: block;
    width: 100%;
    padding: 7px 10px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #FFFFFF;
    border: 2px solid #d7d7d7;
    margin-bottom: 15px;
	background-color: transparent;
	background-image: url("../../src/img/select-arrow.svg");
}
.form-control:focus, .form-select:focus {
    color: inherit;
    background-color: transparent;
    border-color: #FFFFFF;
    outline: 0;
    box-shadow: none;
}
.form-check-input {
    width: 1.3em;
    height: 1.3em;
    margin-top: 0;
    vertical-align: middle;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #d7d7d7;
	border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    margin-right: 0.8em;
}
select{
    border: 0;
    outline: 0;
    box-shadow: none;
	padding: 7px 0 7px 0;
	border-radius: 8px;
}
select option {
    background: #0077cc;
    color: #fff;
    text-shadow: none;
	border: 0;
    outline: 0;
    box-shadow: none;
	padding: 7px;
	border-radius: 8px;
}
label {
    font-size: 11px;
	line-height: 1;
	display: block;
}
label a{
	color: #FFFFFF;
	text-decoration: none;
	transition: color ease-in-out .3s;
}
label a:hover, label a:focus{
	text-decoration: underline;
	color: #f3bc33;
	transition: color ease-in-out .3s;
}
label.small {
    display: block;
    align-items: center;
    width: 100%;
    font-size: 11px;
    opacity: 0.7;
    margin-bottom: 4px;
    margin-top: 10px;
}
small {
    font-size: 11px;
    line-height: 1;
	margin-top: 5px;
    display: block;
}
.imagen-familia-m {
	display: none;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.logo-band-m {
    display: none;
}
label.invalid{
	background: #006d5cf2;	
	font-size: 13px;
	padding: 5px 10px;
	position: relative;
	height: 25px;
	width: 100%;
	align-self:baseline;
	margin-top: -10px;
}
.dosCol div{
	width: 50%;
}
.dosCol label.invalid{
	width: 100%;
}
.noSee{
	display: none;
}
#bd-error{
	position: absolute;
	top: 47px;
	left: 0;
}
#gracias{
	background: #006d5cf2;
	text-align: center;
	margin: 10px 0;
	border-radius: 5px;
}

#gracias p{
	font-size: 13px;
	margin: 0;
	line-height: 1;
	font-weight: 400;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}
#errorForm{
	background: #6b1515f2;
	text-align: center;
	margin: 10px 0;
	border-radius: 5px;
}

#errorForm p{
	font-size: 13px;
	margin: 0;
	line-height: 1;
	font-weight: normal;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}
.form-check{
	margin-top: 1rem;
}

#bd{
	font-weight: 900;
	text-decoration: underline;
}
input{padding-left: 7px}
@media (max-width: 1280px) {
	.form-wrapper {
		width: 70%;
	}
	.h1, h1 {
		font-size: 22px;
		margin: 5% 0 5px;
	}
	.h1 span, h1 span {
		font-size: 12px;
	}
	.form-control {
		margin-bottom: 10px;
	}
	.bottom-info {
		padding: 30% 2% 0 2%;
	}
	.box-item-premio p {
		font-size: 16px;
	}
	.btn-primary {
		margin: 5% 0 5px;
	}
	.form-wrapper {
		margin: 25px auto;
	}
}
@media (max-width: 1180px) {
	.box-item-premio p {
		font-size: 15px;
	}
	.montevideo-gas {
		width: 124px;
		height: auto;
	}
	.conecta-gas-natural {
		width: 124px;
		height: auto;
		margin-left: 25px;
	}
	.form-control, .form-select {
		font-size: .8rem;
	}
	.form-check-input {
		width: 1.25em;
		height: 1.25em;
	}
	.logo-band {
		padding: 0px 30px 0 20px;
	}
}
@media (max-width: 1024px) {
	.box-item-premio p {
		font-size: 13px;
	}
	.imagen-familia{
		background: url("../../src/images/bg-picture-m.jpg");
		background-position: center center;
		background-repeat: none;
		background-size: cover;
		z-index: 0;
	}
}
@media (max-width: 992px) {
	.logo-band-m {
    display: block;
    z-index: 1;
    background: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
		padding: 0 20px 0 20px;
		margin: 0 auto 8%;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.h1, h1 {
		font-size: 28px;
		margin: 10% 0 10px;
	}
	.h1 span, h1 span {
		font-size: 18px;
	}
	.montevideo-gas {
		width: 45%;
		max-width: 110px;
		height: auto;
	}
	.conecta-gas-natural {
		width: 45%;
		max-width: 110px;
		height: auto;
		margin-left: 5%;
	}
	.form-control {
		margin-bottom: 15px;
	}
	.btn-primary {
		margin: 7% 0 5px;
	}
	.general-wrapper .row.generalW {
		flex-direction: column-reverse;
	}
	.promo-title {
		width: 80%;
		max-width: 360px;
		height: auto;
		margin: auto;
		text-align: center;
	}
	.form-wrapper {
		width: auto;
		margin: 0 10%;
		padding: 5vh 0 1vh 0;
		max-width: 80%;
	}
	.image-box {
		position: relative;
		flex-direction: column-reverse;
		height: auto;
	}
	.form-box {
		position: relative;
		flex-direction: column-reverse;
	}
	.bottom-info {
		position: relative;
		padding: 20px 10% 5vh;
		background: none;
	}
	.bottom-info .col-md-6 {
		flex: 0 0 auto;
		width: 100%;
		margin: 0 0 20px;
		padding: 0;
	}
	.bottom-info .col-md-12 {
		flex: 0 0 auto;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.logo-band {
		display: none;
	}
	.imagen-familia {
		background-position: 30% center;
		top: 0;
	}
	.imagen-familia-m {
		display: block;
	}
	.form-box {
		background: no-repeat #006d5ccf;;
		background-size: cover;
		background-position: center bottom;
	}
	.image-box {
    	background: no-repeat #006d5ccf;;
		background-size: cover;
		background-position: center bottom;
	}
	.bottom-info .col-md-12 {
		flex: 0 0 auto;
		width: 100%;
		margin: 0 0 10px;
		padding: 0;
	}
}

@media (max-width: 560px) {
	.form-wrapper {
		width: auto;
		margin: 0 5%;
		padding: 4vh 0;
		max-width: 90%;
	}
	.bottom-info {
		position: relative;
		padding: 4vh 5% 4vh;
		background: none;
	}
	p {
		font-size: 11px;
	}
}
@media (max-width: 360px) {
	.input-group>.form-control, .input-group>.form-select {
		width: 100%;
		min-width: 100%;
	}
}