body {
  line-height: 1;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
	color: #000;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
blockquote,
q {
  quotes: none;
}
nav ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
del {
  text-decoration: line-through;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
input,
select {
  vertical-align: middle;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}
.wizard a,
.tabcontrol a {
  outline: 0;
}
.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard > .steps .number {
  font-size: 1.429em;
}
.wizard > .steps > ul > li {
  width: 25%;
}
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}
.wizard > .content {
  display: block;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  padding: 2.5%;
}
.wizard > .content > .body.current {
  position: relative;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.wizard > .actions > ul > li {
  margin: 0 0.5em;
}
.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff;
}
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
}
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}
.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}
.tabcontrol > .content > .body ul > li {
  display: list-item;
}
.img-text{
  background-image: url(http://www4.avaya.com/usa/comms/fy19/government/sites/images/Vantage_K155.jpg);
  background-position: center;
  background-size: cover;
  height: 420px;
}
.textcenter{
  padding: 50px;
  color: #575759;
  font-family: 'Gotham Book';
  line-height: 22px;
  text-align: left;
}
.textcenter h2{
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 2.5rem;
  font-size: 30px;
  margin-bottom: 10px;
}
.textcenter ul li{
  color: #575759;
  font-family: 'Gotham Book';
  line-height: 22px;
  text-align: left;
  padding: 5px;
  list-style:url(http://www4.avaya.com/usa/comms/fy19/government/sites/images/li.png); 
  margin-left: 30px
}
.textcenter strong{
	font-size: 18px;
}
.light{
	font-family: 'gotham-light';
	
}
.cards{
  background-color: #f9f9fa;
}
.container-card{
  padding: 0px 20px 40px 20px
}
.card{
  background-color: #ffffff;
  width: 90%;
  height: 320px;
  text-align: center;
  padding: 50px 20px;
  margin: 0 auto;
  color: #000000;
  line-height: 22px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(102,102,102,1);
  -moz-box-shadow: 0px 0px 7px 0px rgba(102,102,102,1);
  box-shadow: 0px 0px 7px 0px rgba(102,102,102,1);
}
.title-cards{
  padding: 40px;
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 2.5rem;
  font-size: 40px;
}
.title-cards img{
  margin-top: 20px
}
.card-1{
  background-image: url(http://www4.avaya.com/usa/comms/fy19/government/sites/images/bg-card-1.jpg);
  background-repeat: no-repeat;
}
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&subset=latin-ext");
@font-face {
  font-family: 'avayaIcon';
  src: url("icomoon-font-path/avayaIcon.eot?y5x7t9");
  src: url("icomoon-font-path/avayaIcon.eot?y5x7t9#iefix") format('embedded-opentype'), url("icomoon-font-path/avayaIcon.ttf?y5x7t9") format('truetype'), url("icomoon-font-path/avayaIcon.woff?y5x7t9") format('woff'), url("icomoon-font-path/avayaIcon.svg?y5x7t9#avayaIcon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'avayaIcon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-logoEngage:before {
  content: icon-logoEngage;
}
.icon-logoEngagePart1:before {
  content: icon-logoEngagePart1;
}
.icon-logoEngagePart2:before {
  content: icon-logoEngagePart2;
}
.icon-arrowDown:before {
  content: icon-arrowDown;
}
.icon-webIcon:before {
  content: icon-webIcon;
}
.icon-aIcon:before {
  content: icon-aIcon;
}
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  font-size: 16px;
  font-family: 'Gotham';
  color: #000;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
input,
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input focus,
select focus {
  outline: none;
}
img {
  display: block;
}
html {
  overflow-y: auto !important;
}
a {
  color: #da291c;
}
a:hover {
  color: #da291c;
}
a:focus {
  color: inherit;
}
sup {
  top: -5px;
}
.uppeNumber {
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}
body {
  padding: 0 !important;
  overflow-x: hidden !important;
  height: auto !important;
}
body.hiddenScroll {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
body .mainContent {
  position: relative;
}
body .mainContent.hiddenScroll {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
body .blackbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: height, 0.3s, 0.1s;
  -moz-transition: height, 0.3s, 0.1s;
  -o-transition: height, 0.3s, 0.1s;
  -ms-transition: height, 0.3s, 0.1s;
  transition: height, 0.3s, 0.1s;
  background-color: rgba(49,49,51,0.8);
  z-index: 1050;
}
body .blackbox .popupModal {
  float: inherit;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 0px 40px rgba(0,0,0,0.5);
  box-shadow: 0 0px 40px rgba(0,0,0,0.5);
  background-color: #fff;
  border-top: 8px solid #da291c;
}
@media screen and (max-width: 767px) {
  body .blackbox .popupModal {
    top: 10%;
  }
}
body .blackbox .popupModal div.cerrar {
  width: 43px;
  height: 43px;
  border-radius: 100px;
  border: 4px solid #f1f1f3;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  background-color: #fff;
  position: absolute;
  z-index: 2;
  right: -21px;
  top: -21px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  body .blackbox .popupModal div.cerrar {
    right: 0;
  }
}
body .blackbox .popupModal div.cerrar:hover {
  background-color: #da291c;
}
body .blackbox .popupModal div.cerrar:hover:before,
body .blackbox .popupModal div.cerrar:hover:after {
  background-color: #fff;
}
body .blackbox .popupModal div.cerrar:before,
body .blackbox .popupModal div.cerrar:after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #575759;
  position: absolute;
  top: 50%;
  left: 50%;
}
body .blackbox .popupModal div.cerrar:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
body .blackbox .popupModal div.cerrar:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
body .blackbox .popupModal .innerPopupModal::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
body .blackbox .innerPopupModal::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: $grisClaro2;
}
body .blackbox .innerPopupModal::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(49,49,51,0.15);
}
body .blackbox .innerPopupModal {
  width: 100%;
  overflow-y: auto;
  max-height: 500px;
  margin: 0 auto;
  padding: 40px 8%;
}
@media screen and (max-width: 767px) {
  body .blackbox .innerPopupModal {
    height: 450px;
  }
}
body .blackbox .innerPopupModal h4 {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 1.875rem;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
body .blackbox .innerPopupModal h4 span {
  font-size: 1.125rem;
  font-size: 18px;
  color: #575759;
}
body .blackbox .innerPopupModal p {
  font-size: 0.875rem;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Gotham Book';
}
body .blackbox .innerPopupModal p b {
  font-weight: bold;
}
body .blackbox .innerPopupModal a.btnPopup {
  float: right;
  display: table;
  padding: 15px 25px;
  margin-top: 40px;
  background-color: #da291c;
  font-size: 0.875rem;
  font-size: 14px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
body .blackbox .innerPopupModal a.btnPopup.centerBtn {
  margin: 40px auto 60px;
  float: none;
}
.ContentGovernment{
	margin: 10px 100px
}
.note{
	font-size: 12px;
	line-height: 120%;
	font-family: 'gotham-light';
	border:solid 1px #000;
	padding: 30px;
	background-color: #F9F9FB;
}
@media screen and (max-width: 767px) {
  body .blackbox .innerPopupModal a.btnPopup {
    margin: 40px auto 0;
    float: none;
  }
}
body .blackbox .innerPopupModal a.btnPopup:hover {
  background-color: #ae2116;
  text-decoration: none;
}
header {
  width: 100%;
  min-height: 70px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 14px 0px rgba(144,144,144,0.2);
  box-shadow: 0px 6px 14px 0px rgba(144,144,144,0.2);
  position: relative;
  z-index: 10;
}
header .logo {
  width: 216px;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-image: url("http://www4.avaya.com/usa/comms/fy19/government/sites/images/bgLogo.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
header .logo svg.logoAvaya {
  width: 100px;
  margin-top: 8px;
  margin-right: 30px;
}
header .logo svg.logoAvaya polygon {
  fill: #fff;
}
footer {
  width: 100%;
  padding: 15px 3%;
}
footer div.contInnerFoot {
  width: 85%;
  margin: 0 auto;
}
footer div.contInnerFoot div.contLogo {
  padding: 0 0;
}
.cta{
	background-color: #f1f1f3; 
	background-image: url(http://www4.avaya.com/usa/comms/fy19/government/sites/images/pattern.png); 
	background-position: right; 
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  footer div.contInnerFoot div.contLogo div {
    display: table;
    margin: 0 auto;
  }
	
}
footer div.contInnerFoot div.contLogo div svg.logoAvaya {
  width: 100px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  footer div.contInnerFoot div.contLogo div svg.logoAvaya {
    margin-top: 0px;
  }
}
footer div.contInnerFoot div.contLogo div svg.logoAvaya polygon {
  fill: #da291c;
}
footer div.contInnerFoot div.legal {
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  footer div.contInnerFoot div.legal {
    display: table;
    padding: 10px 0 0;
    float: none;
  }
}
footer div.contInnerFoot div.legal p {
  text-align: center;
  font-size: 0.875rem;
  font-size: 14px;
  font-family: 'Gotham Book';
}
footer div.contInnerFoot div.legal p a {
  font-family: 'Gotham Book';
  color: #575759;
}
footer div.contInnerFoot div.legal p a.btnCookies {
  cursor: pointer;
}
footer div.contInnerFoot div.legal p a:hover {
  color: #da291c;
}
@media screen and (max-width: 767px) {
  footer div.contInnerFoot div.legal p {
    display: table;
    margin: 0 auto;
  }
  footer div.contInnerFoot div.legal p br {
    display: none;
  }
  footer div.contInnerFoot div.legal p span {
    font-family: 'Gotham Book';
  }
  footer div.contInnerFoot div.legal p span.legalLink {
    display: table;
    margin: 6px auto;
  }
}
footer div.contInnerFoot .contCopy {
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  footer div.contInnerFoot .contCopy {
    padding: 15px 0 0;
    float: none;
  }
}
footer div.contInnerFoot .contCopy p {
  font-size: 0.875rem;
  font-size: 14px;
  text-align: right;
  font-family: 'Gotham Book';
}
@media screen and (max-width: 767px) {
  footer div.contInnerFoot .contCopy p {
    text-align: center;
  }
}
body .mainContainer {
  display: table;
  width: 100%;
}
body .mainContainer section.formRegister {
  padding: 0;
  width: 100%;
  background-image: url("http://www4.avaya.com/usa/comms/fy19/government/sites/images/bg-content.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
}
body .mainContainer section.formRegister .innerContentForm {
  display: table;
  float: none;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
body .mainContainer section.formRegister .innerContentForm.innerContentFormThanks {
  padding: 50px 15px;
}
@media screen and (max-width: 991px) {
  body .mainContainer section.formRegister .innerContentForm.innerContentFormThanks {
    padding: 0;
  }
	.cta{
		background-image: none !important;
	}
	h2{
		font-size: 23px !important;
	}
}
@media screen and (max-width: 991px) {
  body .mainContainer section.formRegister .innerContentForm {
    padding: 0;
  }
}
body .mainContainer section.formRegister .innerContentForm .infoSpeaker {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  body .mainContainer section.formRegister .innerContentForm .infoSpeaker {
    padding: 30px 15px;
  }
}
body .mainContainer section.formRegister .innerContentForm .infoSpeaker figure {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  body .mainContainer section.formRegister .innerContentForm .infoSpeaker figure {
    display: table;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 991px) {
  body .mainContainer section.formRegister .innerContentForm .infoSpeaker .infotxt {
    display: table;
    margin: 0 auto;
  }
}
body .mainContainer section.formRegister .innerContentForm .infoSpeaker .infotxt h2 {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 2.5rem;
  font-size: 40px;
  margin-bottom: 10px;
}
body .mainContainer section.formRegister .innerContentForm .infoSpeaker .infotxt p.redtitle {
  color: #da291c;
  font-size: 1.0625rem;
  font-size: 17px;
  margin-bottom: 20px;
}
body .mainContainer section.formRegister .innerContentForm .infoSpeaker .infotxt p {
  color: #575759;
  font-family: 'Gotham Book';
  line-height: 22px;
}
body .mainContainer section.formRegister .innerContentForm .infoSpeaker .infotxt p b {
  font-size: 1.25rem;
  font-size: 20px;
  color: #575759;
  font-weight: bold;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm {
  display: inline-block;
  vertical-align: middle;
  padding: 40px 5% 70px;
  position: relative;
  background-color: #fff;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm.innerFormThanks {
  padding: 60px 5%;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm h2.tittleForm {
  margin-bottom: 30px;
  font-size: 2.75rem;
  font-size: 44px;
  font-family: 'Playfair Display';
  font-weight: 700;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm h2.tittleForm p {
  margin-top: 30px;
  font-family: 'Gotham Book';
  font-weight: normal;
  font-size: 1rem;
  font-size: 16px;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm h2.tittleForm p span {
  font-weight: bold;
  font-size: 0.875rem;
  font-size: 14px;
  color: #da291c;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form {
  display: block;
  margin: 0px auto 0;
  width: 100%;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm {
  width: 100%;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .steps {
  display: none;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .content {
  background-color: transparent;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild {
  width: 100%;
  padding: 0% 0;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul {
  display: table;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li {
  padding: 0 0 15px;
  position: relative;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li.onlyFild {
  float: none;
  display: table;
  margin: 0 auto;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li.fullFild {
  width: 100%;
  margin-right: 0;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li.selectFild div {
  margin: 0 auto;
  position: relative;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li.selectFild div:after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 2%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #da291c;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li.selectFild div label.error {
  width: 100%;
  margin: 5px 0 0;
  padding-left: 0;
  font-size: 0.75rem;
  font-size: 12px;
  color: #da291c;
  font-weight: bold;
  text-align: center;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li.checkFild >label p {
  font-family: 'Gotham Book';
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li.checkFild >label p b {
  font-weight: bold;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li >label {
  width: 100%;
  margin-bottom: 8px;
  padding-left: 3px;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li >label.error {
  width: 100%;
  margin: 5px 0 0;
  padding-left: 0;
  font-size: 0.75rem;
  font-size: 12px;
  color: #da291c;
  font-weight: bold;
  text-align: center;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li >label p {
  font-weight: bold;
  font-size: 0.875rem;
  font-size: 14px;
  line-height: 14px;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li >label p span {
  color: #da291c;
  font-weight: bold;
  font-size: 1rem;
  font-size: 16px;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li input,
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li textarea,
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li select {
  width: 100%;
  height: 35px;
  display: block;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid rgba(144,144,144,0.5);
  margin: 0 auto;
  padding: 8px;
  font-family: 'Gotham Book';
  font-size: 0.875rem;
  font-size: 14px;
  color: $grisText;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li input:focus,
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li textarea:focus,
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li select:focus {
  border: 1px solid #da291c;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li input::-webkit-input-placeholder,
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li textarea::-webkit-input-placeholder,
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li select::-webkit-input-placeholder {
  color: $grisOsc3;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li input::-moz-placeholder,
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li textarea::-moz-placeholder,
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li select::-moz-placeholder {
  color: $grisOsc3;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li input:-ms-input-placeholder,
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li textarea:-ms-input-placeholder,
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li select:-ms-input-placeholder {
  color: $grisOsc3;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li input:-moz-placeholder,
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li textarea:-moz-placeholder,
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li select:-moz-placeholder {
  color: $grisOsc3;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .placeholderclass:before {
  width: 100%;
  content: attr(placeholder);
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .placeholderclass:hover:before,
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .placeholderclass:active:before,
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .placeholderclass:focus:before {
  width: 0%;
  content: "";
  display: none;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li textarea {
  max-width: 100%;
  min-width: 100%;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  padding: 10px 10px;
  line-height: 18px;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox {
  padding: 0 15px;
  position: relative;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li {
  display: inline-block;
  padding: 0 0 20px;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li:nth-child(odd) {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li {
    padding: 10px 0;
  }
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li:nth-child(odd) {
    margin: 0;
  }
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li[class*="col"] {
  width: 48%;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li[class*="col"] label p,
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li[class*="col"] label span.btnCheckbox {
  float: left;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li[class*="col"] label p {
  width: 90%;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li.onlyFild {
  float: none;
  display: table;
  margin: 0 auto;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li.fullFild {
  width: 100%;
  margin-right: 0;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li label.error {
  width: auto;
  margin: 5px 0 0;
  padding-left: 0;
  font-size: 0.75rem;
  font-size: 12px;
  color: #da291c;
  font-weight: bold;
  text-align: center;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li input[type="radio"] {
  margin: 0;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  position: absolute;
  width: auto;
  height: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li input[type="radio"]:checked ~ label.labelCheck span.btnCheckbox {
  border: 6px solid #da291c;
  background: #da291c;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li label {
  display: block;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li label.segundaFila {
    margin-top: 15px;
  }
	.cta{
		background-image: url(http://www4.avaya.com/usa/comms/fy19/government/sites/images/pattern-small.png);
	}
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li label p {
  display: inline-block;
  vertical-align: middle;
  font-weight: lighter;
  font-size: 1.125rem;
  font-size: 18px;
  text-align: left;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li label p b {
  font-weight: bold;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li label span.btnCheckbox {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 3px solid rgba(241,241,243,0.7);
  margin-right: 5px;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm section.formFild >ul >li .checkBox li label span.btnCheckbox.checkedInput {
  border: 6px solid #da291c;
  background: #da291c;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions {
  text-align: center;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions ul {
  width: 100%;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions ul li {
  width: 100%;
  margin: 0;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions ul li a {
  display: block;
  padding: 12px 25px;
  background-color: #da291c;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions ul li a[href="#previous"] {
  display: block;
  padding: 12px 10px;
  background-color: transparent;
  text-align: center;
  color: #575759;
  font-size: 0.8125rem;
  font-size: 13px;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions ul li a[href="#previous"]:hover {
  color: #da291c;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions ul li a[href="#next"],
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions ul li a[href="#finish"] {
  width: 100%;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions ul li a[href="#next"]:hover,
body .mainContainer section.formRegister .innerContentForm div.innerForm form .slideForm .actions ul li a[href="#finish"]:hover {
  background-color: #ae2116;
  text-decoration: none;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm .contentThankMessage h2 {
  font-size: 2.75rem;
  font-size: 44px;
  font-family: 'Playfair Display';
  font-weight: 700;
  text-align: center;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm .contentThankMessage p {
  margin-top: 30px;
  font-family: 'Gotham Book';
  font-weight: normal;
  font-size: 1rem;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
body .mainContainer section.formRegister .innerContentForm div.innerForm .contentThankMessage p b {
  font-size: 1.25rem;
  font-size: 20px;
  font-weight: bold;
}
body .mainContainer section.textBottom {
  min-height: 300px;
  background: #f1f1f3;
  padding: 80px 20px;
}
body .mainContainer section.textBottom div.innertextBottom {
  max-width: 800px;
  margin: 0 auto;
}
body .mainContainer section.textBottom div.innertextBottom h2 {
  font-family: 'Playfair Display';
  font-weight: bold;
  font-size: 2.1875rem;
  font-size: 35px;
  margin-bottom: 25px;
}
body .mainContainer section.textBottom div.innertextBottom p {
  font-family: 'Gotham Book';
  line-height: 26px;
}
body .mainContainer section.textBottom div.innertextBottom p a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/*# sourceMappingURL=main.css.map */