/* Start CSS */
body { color: #2f2f2f; background-image: url("../img/citybg.jpg"); background-color: #fff; background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; font-family: "Open Sans"; font-size:16px; padding:0px; }
a { -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; transition:all 200ms linear; cursor:pointer; text-decoration:none; }
a:hover, a:active, a:focus { text-decoration:underline; outline:none; }
.clearfix10 { display:block; clear:both; height:10px; }
.clearfix20 { display:block; clear:both; height:20px; }
.clearfix30 { display:block; clear:both; height:30px; }
.text-red { color:#e43b2c; }
.d-block { display: block;}

.progress {
    height: 10px;
    margin: 20px 0;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 10px;
    color: #fff;
    text-align: left;
    background-color: #337ab7;
    padding-left: 10px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-bar-danger {
    background-color: #e43b2c;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes progress-bar-stripes {
	from {
	  background-position: 40px 0;
	}
	to {
	  background-position: 0 0;
	}
  }
  @keyframes progress-bar-stripes {
	from {
	  background-position: 40px 0;
	}
	to {
	  background-position: 0 0;
	}
  }

.progress-lg {
	border: 3px solid #7f7f7f;
	background-color: #7f7f7f;
	height: 35px;
    margin: 0 0 20px 0;
}
.progress-lg .progress-bar {
	padding-top: 8px;
    font-size: 14px;
}

.main { background: #fff; border: 10px solid #e43b2c; margin: 50px 0 0 0; padding: 50px; text-align: center; }
.main__h1 { font-size: 75px; line-height: 75px; margin: 0; padding: 0; text-align: center; }
.main__text { display: block; font-family: "Poppins"; font-size: 30px; margin: 10px 0 0 0; }
.main__hr { border-top: 2px dashed #d6d6d6; }
.main__h2 { color:#e43b2c; font-family: "Oswald"; font-size: 47px; margin: 0; padding: 0; }

.list { list-style: none; margin: 0; padding: 0; }
.list:after { content: ""; clear: both; display: block; }
.list__item { display: block; float: left; font-family: "Oswald"; font-size: 31px; padding: 0; width: 33.33%; }
.list__label { border-radius: 5px; cursor: pointer; display: block; padding: 10px; transition:all 200ms linear; }
.list__label:hover, .list__label.is-active { background:#ce351a; color:#fff; }


.footer { display:block; padding:90px 0 60px 0; font-size: 14px; text-align:center; }
.footer__logo { display: block; margin: 0 auto; max-width: 200px; }
.footer__links { display:block; margin: 15px 0 0 0; }
.footer__links a { color: #000; display:inline-block; text-shadow: 1px 1px 1px rgba(255,255,255,0.5); text-decoration: none; }
.footer__links a:hover { color:#e43b2c; text-shadow: none; text-decoration: underline; }

.nodoBadge { position: fixed; bottom: 0px; right: 0px; }
.modal .form { padding: 30px; }
.modal .form__title { font-size: 48px; line-height: 48px; }
.modal .form__intro { text-align: center; }
.modal-close { background: url(../img/closemodal.png) center center no-repeat; border: none; height: 33px; width:33px; right: -10px; position: absolute; top: -10px; z-index: 1; }

.form { display:block; padding-left: 30px; }
.form__title { font-size: 32px; margin: 0; padding: 0; text-align:center; }
.form__box { display: block; position: relative; padding-left: 110px; padding-top: 5px; }
.form__arrow { display: block; height: 75px; width: 75px; position: absolute; left: 15px; top:15px; }
.form__info { color: #afafaf; font-size: 12px; text-align:center; }
.form__control { border: 2px solid #cccccc; border-radius: 5px; background: #fff; color: #2f2f2f; display: block; font-size: 16px; margin: 20px 0 0 0; padding: 15px 20px; width: 100%; position: relative; }
.is-invalid {
	border: 2px solid rgb(185, 21, 23);
}
.is-valid {
	border: 2px solid green;
}
.form__control:focus { outline: 0; border: 2px solid #42b0e2; }
.form__button { background: #e43b2c; border-radius: 5px; border: 1px solid rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); color: #fff; display: block; font-size: 21px; font-weight: 700; margin: 15px 0; padding: 13px 15px; width: 100%; }
.form__button-icon { height: 22px; width: 22px; fill: #fff; vertical-align: top; margin: 4px 0 0 5px; }
.form__button:hover { background: #cd291a; }
.form__button:focus { outline: 0; }
.progress-lg .progress-bar {font-size: 30px;}
/* =============== Start Tablet & Phone Device CSS =============== */
@media (min-width: 1200px) { 
	.container { width: 970px; }
}
@media (min-width: 768px) { 
	.modal .modal-dialog { width: 720px; }
}
@media (max-width: 991px) {
	.main { margin: 30px 0 0 0; padding: 30px; }
	.main__h1 { font-size: 56px; line-height: 56px; }
	.main__text { font-size: 24px; }
	.main__h2 { font-size: 42px; }
	.footer { padding:30px 0;}
	.form { font-size: 18px; }
	.form__title { font-size: 22px; }
	.form__button { font-size: 18px; }
	.form__button-icon { height: 20px; width: 20px; margin: 2px 0 0 5px; }
}
@media (max-width: 767px) { 
	.main { margin: 15px 0 0 0; padding: 15px; }
	.main__h1 { font-size: 44px; line-height: 44px; }
	.main__text { font-size: 18px; }
	.main__h2 { font-size: 36px; }
	.list__item { font-size: 22px; }
	.main__hr { margin: 15px 0;}
	.form { padding: 20px 0 0 0; font-size: 16px; }
	.modal .form { padding: 15px; }
	.modal .form__title { font-size: 36px; }
	.modal .main__img { margin: 5px 0 15px 0; }
}
@media (max-width: 575px) { 
	.main__h1 { font-size: 25.5px; line-height: 34px; }
	.main__text { font-size: 12px; }
	.main__h2 { font-size: 24px; }
	.list__item { float: none; width: 100%; }
	.list__item .img-responsive { margin: 0 auto; }
	.form { font-size: 12px; }
	.modal .form { padding: 0; }
	.modal .form__title { font-size: 36px; line-height: 36px; }

	.progress-lg .progress-bar { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
}
@media (max-width: 467px) { 
	.modal .form__title { font-size: 14px; }
	.footer {font-size: 11px;}
	.form__button-icon {margin-top: -2px}
	.form__button {font-size: 11px;}
	.form__control {font-size: 12px;}
	
}
@media (max-width: 359px) { 

	.form__button { font-size: 16px; }
	.form__button-icon { height: 18px; width: 18px; }
	.modal .form__title { font-size: 20px; }
}
/* =============== End Tablet & Phone Device CSS =============== */