html {
  /*height: 100%;*/
}
body{
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  height: 100%;
}

main {
  height: 100%;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

#page {
  height: 100%;
}

#page1 {
  height: 100%;
}

#page1 > div {
  height: 100%;
}

.titular{
  font-size: 50px;
  margin-top: 150px;
}


.brand {
  padding-top: 100px;
  margin: auto;
    margin-bottom: 50px;
}

.brand img {
  width: 190px;

}


.scriptfooter{
  font-size: 15px;
  color: #fff;
  margin:auto;
}

.txt{
  font-size: 30px;
  margin: auto;
  margin-bottom: 50px;
}

input[type="checkbox"] {
  width: 50px;
  height: 50px;
}

.form-check-label {
  margin-left: 50px;
}

.list{
  list-style-type:none;
  margin: auto;
  margin-top: 25px;

}

.list img{
  width: 20px;
}

.list span{
  font-size: 20px;
  margin-left: 10px;
}

.row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.box{
  margin: auto;
}
.scriptitle{
  margin-top: 90px;
  margin-bottom: 50px;
  font-size: 20px;
  color: #fff;
  width: 100%;
  text-align: center
}

.center{
  margin: auto;
}

.errormsg {
  font-size: 20px;
  color: yellow;
  height: 64px;
  margin-bottom: 5px;
}

#errormsg2 {
  color: red;
}

.footer{
  display: table;
  background: #0F89A2;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;

}

.footer img{
  margin-left: 50px;
  width:150px;
}

.scriptitle span{

}

.formcont{
  margin-left: 40px;
}

.cont {
    text-align: center;
  	margin-top: 20px;
    margin-bottom: 10px;
  	font-size: 15px;
  	color: #333;
}

.from-group{
  padding-top: 30px;
  margin: auto;
}

.letter{
  font-size: 20px;
  font-weight: bold;
  color:#2F2F2F;
  margin-left;
  margin-top: 90px;
  margin-bottom: 30px;
}

.lettertwo{
  font-size: 15px;
  font-weight: bold;
  color:#2F2F2F;
  margin-left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.letterthree{
  margin-left: 70px;
  font-size: 18px;
  font-weight: bold;
  color:#2F2F2F;
  margin-left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.selec{
}


.contlabel{

  margin-left: 40px;
  margin-right: 20px;
}

.scriptcont span{
  margin-left: 40px;
  margin-bottom: 50px;
  font-size: 15px;
  color: #fff;

}

.script1 span{
  padding-top: 40px;
  font-size: 15px;
  color: #000;
}

.contlabel1{

  margin-bottom: 30px;
}

.co{
  margin-bottom: 40px;
}

.house-button {
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.house-button label {
  margin-bottom: 10px;
}
.house-button button {
  background-color: transparent;
  border: 0;
  padding: 0;
  transition-duration: 0.4s;
}
.house-button button:hover {
  color: white;
}
.house-button button:active {
  border-radius: 25px; 
  box-shadow: 0 0 5px 5px #F78500;
  -webkit-box-shadow: 0 0 5px 5px #F78500;
  -moz-box-shadow: 0 0 5px 5px #F78500;
}
.house-button button:focus {
  border-radius: 25px; 
  box-shadow: 0 0 5px 5px #F78500;
  -webkit-box-shadow: 0 0 5px 5px #F78500;
  -moz-box-shadow: 0 0 5px 5px #F78500;
}
.house-button img {
  border-radius: 25px; 
}

/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  border-radius: 25px; 
  box-shadow: 0 0 5px 5px #F78500;
  -webkit-box-shadow: 0 0 5px 5px #F78500;
  -moz-box-shadow: 0 0 5px 5px #F78500;
}

.selected {
  border-radius: 25px; 
  box-shadow: 0 0 5px 5px #F78500;
  -webkit-box-shadow: 0 0 5px 5px #F78500;
  -moz-box-shadow: 0 0 5px 5px #F78500;
}

.text{
  font-size: 15px;
  color: #fff;
  margin-left: 40px;
  margin-right: 20px;
}


.iconform img {
  margin-bottom: 15px;
  width: 130px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  text-align: center;
}

.bg{
  background: url("../images/imag-pa.png") no-repeat;
  background-size: cover;
  width: 960px;
  height: 800px;
}

.center img{

  margin: auto;
  width: 90px;

}

.button1 {
  margin: auto;
  margin-top: 40px;
  background-color: #4CAD16;
  border-radius: 37px 37px 37px 37px;
  font-size: 20px;
  color: #ffff;
  padding: 10px;
  transition-duration: 0.2s;
  padding-left: 30px;
  padding-right: 30px;
}

.button1:hover{
  background-color: #326715;
  color: #ffffff;
}

.buttonback {
  margin: auto;
  margin-top: 40px;
  background-color: #ffffff;
  border-radius: 37px 37px 37px 37px;
  border: 1px solid #4CAD16;
  font-size: 20px;
  color: #4CAD16;
  padding: 10px;
  transition-duration: 0.2s;
  padding-left: 30px;
  padding-right: 30px;
}

.buttonback:hover{
  background-color: #4CAD16;
  color: #ffffff;
}

.cont {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

.cont img{
  display: block;
	margin:auto;
	width: 70px;
	padding-top: 30px;
}

.box2{
  margin-top: 100px;
  width: 230px;
}

.no-lp {
  padding-left: 0;
}
.no-rp {
  padding-right: 0;
}

/* Thank you */

#thankyoubg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
  overflow:hidden;

}

#thankyoubox {

  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  color: #000000;
  width: 100%;
  max-width: 800px;
  position: fixed;
  margin-top: 0px;
  z-index: 10;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 1000ms linear;
  transition: opacity 1000ms linear;
  margin: auto;
  padding: 10px 20px 100px 20px;
  left: 0;
  right: 0;
  top: 25%;

}

#thankyoutxt {
  margin: auto;
  text-align: center;
  /*padding-top: 15%;*/
  font-size: 2.5vw;
}

#thankyouimg img {
  position: relative;
  top: -50px;
  max-width: 100px;
}

/*#thankyoutxt1 {
  color: #000000;
}
#thankyoutxt2 {
  color: #000000;
}*/

/*#thankyouhr {
  background-color: #d20f1d;
  height: 5px;
  width: 50%;
  margin: 10px auto 10px auto;
}*/

@media (max-width: 768px) {

}
