@charset "UTF-8";
/**
* Paletas de cores
*/
/**
* Atribuição de cores
*/
/**
* Importações
*/
@import url(../fontsEuSouSenac.css);
/**
* Fontes
*/
/**
* Z-index Position
*/
/**
* Functions
*/
/**
*   Mixins
*/
html, body {
  padding: 0;
  margin: 0; }

.hidde-title {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* para Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.modal {
  z-index: 2000; }

.modal-backdrop {
  opacity: 1 !important;
  background-color: #f2eee6;
  z-index: 1000; }

.hiden {
  visibility: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.nav-icon {
  float: right;
  width: 36px;
  height: 25px;
  position: relative;
  margin-top: 40px;
  margin-right: 19px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer; }
  .nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #f7941e;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s; }
    .nav-icon span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center 0;
      -ms-transform-origin: left center 0;
      -moz-transform-origin: left center 0;
      -o-transform-origin: left center 0;
      transform-origin: left center 0; }
    .nav-icon span:nth-child(2) {
      top: 10px;
      -webkit-transform-origin: left center 0;
      -ms-transform-origin: left center 0;
      -moz-transform-origin: left center 0;
      -o-transform-origin: left center 0;
      transform-origin: left center 0; }
    .nav-icon span:nth-child(3) {
      top: 20px;
      -webkit-transform-origin: left center 0;
      -ms-transform-origin: left center 0;
      -moz-transform-origin: left center 0;
      -o-transform-origin: left center 0;
      transform-origin: left center 0; }

.nav-icon.open span:nth-child(1) {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px; }
.nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }
.nav-icon.open span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
  left: 8px; }

@media (min-width: 320px) {
  .container-in {
    width: 100%;
    padding: 0 15px; }

  .container-out {
    width: 100%; }

  .gradient {
    color: #f7941e;
    background-image: url("../../images/campanhas/eusousenac/paper.jpg");
    background-repeat: no-repeat;
    background-size: 320px;
    background-position: center -98px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; } }
@media all and (min-width: 320px) and (-ms-high-contrast: none), (min-width: 320px) and (-ms-high-contrast: active) {
  .gradient {
    color: #f7941e;
    background-image: none; } }
@media (min-width: 320px) {
  .essenac-menu-container {
    position: relative;
    width: 100%;
    height: 121px;
    background-image: url("../../images/campanhas/eusousenac/barratopo.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0;
    margin: 0; }

  .essenac-menu-principal {
    height: auto;
    margin: 0 auto; }

  .essenac-menu-brand {
    width: 100%;
    height: auto;
    text-align: center; }
    .essenac-menu-brand li {
      display: block;
      line-height: 94px; }

  .essenac-menu-nav {
    width: 100%;
    height: auto;
    text-align: center; }
    .essenac-menu-nav li {
      display: block;
      margin: 0 26px;
      line-height: 94px; }
      .essenac-menu-nav li a {
        font-size: 15px;
        font-size: 1.5rem;
        font-family: "Raleway bold";
        color: #004a8d; }
        .essenac-menu-nav li a:hover {
          text-decoration: none; }

  .essenac-menu-social {
    width: 100%;
    height: auto;
    text-align: center; }
    .essenac-menu-social li {
      display: inline;
      margin: 0 10px;
      line-height: 94px; }

  .essenac-menu-principal.responsive {
    position: absolute;
    top: -5000%;
    left: 0;
    height: 100vh;
    background-color: #ffffff;
    z-index: 2000;
    -webkit-transition: top 300ms ease-in-out 0s;
    -moz-transition: top 300ms ease-in-out 0s;
    -o-transition: top 300ms ease-in-out 0s;
    transition: top 300ms ease-in-out 0s; }

  .essenac-menu-principal.open {
    top: 90px; }

  .essenac-oque-container {
    width: 100%;
    height: auto;
    background-color: #f1efe8;
    background-image: url("../../images/campanhas/eusousenac/topobarra.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 92px;
    overflow: hidden; }

  .essenac-oque-image {
    position: relative;
    margin: 0 auto; }
    .essenac-oque-image a {
      position: absolute;
      bottom: -25px;
      left: 10%;
      font-size: 12px;
      font-size: 1.2rem;
      font-family: "Raleway extrabold";
      color: #000000; }
      .essenac-oque-image a span {
        font-size: 16px;
        font-size: 1.6rem; }

  .essenac-oque-content {
    margin: 60px auto; }

  .essenac-oque-title {
    float: left;
    width: 100%;
    text-align: center; }
    .essenac-oque-title h2 {
      font-size: 61px;
      font-size: 6.1rem;
      font-family: "Raleway bold";
      color: #dedad1;
      line-height: 90px;
      margin: 0 0 30px; }

  .essenac-oque-text {
    float: right;
    width: 100%; }
    .essenac-oque-text p {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "Raleway regular";
      color: #545046;
      margin: 0; }

  .essenac-numeros-container {
    width: 100%;
    height: auto;
    background-image: url("../../images/campanhas/eusousenac/basebarra.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 92px;
    overflow: hidden; }

  .essenac-numeros-title {
    margin: 0 auto; }
    .essenac-numeros-title h2 {
      font-size: 40px;
      font-size: 4rem;
      font-family: "Raleway bold";
      color: #dedad1;
      text-align: right; }

  .essenac-numeros-content {
    margin: 50px auto 0; }
    .essenac-numeros-content .essenac-numeros-content-title h3 {
      font-size: 24px;
      font-size: 2.4rem;
      font-family: "Raleway bold";
      color: #000000;
      text-align: right;
      margin: 0; }
    .essenac-numeros-content .essenac-numeros-content-title p {
      font-size: 20.15px;
      font-size: 2.015rem;
      font-family: "Raleway regular";
      color: #000000;
      text-align: right;
      margin: 0; }
    .essenac-numeros-content .essenac-numeros-content-list {
      text-align: right; }
      .essenac-numeros-content .essenac-numeros-content-list li {
        display: inline-block;
        vertical-align: top;
        text-align: right;
        margin: 40px 0 0 25px; }
        .essenac-numeros-content .essenac-numeros-content-list li p {
          margin: -20px 0; }
          .essenac-numeros-content .essenac-numeros-content-list li p:first-of-type {
            font-size: 55.58px;
            font-size: 5.558rem;
            font-family: "Tw Cen MT Condensed Extra"; }
          .essenac-numeros-content .essenac-numeros-content-list li p:last-of-type {
            font-size: 14px;
            font-size: 1.4rem;
            font-family: "Raleway bold";
            color: #000000; }
        .essenac-numeros-content .essenac-numeros-content-list li small {
          font-size: 18px;
          font-size: 1.8rem;
          font-family: "Raleway regular";
          color: #000000; }

  .essenac-participe-container {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f1efe8;
    overflow: hidden; }

  .essenac-participe-title {
    margin: 0 auto; }
    .essenac-participe-title h2 {
      font-size: 40px;
      font-size: 4rem;
      font-family: "Raleway bold";
      color: #dedad1;
      margin: 0; }
    .essenac-participe-title p {
      font-size: 20px;
      font-size: 2rem;
      font-family: "Raleway extrabold";
      color: #000000; }

  .essenac-participe-alert {
    position: relative;
    text-align: center;
    margin-top: 40px;
    -moz-transform: rotate(0deg);
    /* FF3.5/3.6 */
    -o-transform: rotate(0deg);
    /* Opera 10.5 */
    -webkit-transform: rotate(0deg);
    /* Saf3.1+ */
    transform: rotate(0deg); }
    .essenac-participe-alert p {
      font-size: 27.91px;
      font-size: 2.791rem;
      font-family: "MV Boli";
      color: #a33946;
      line-height: 29px; }
    .essenac-participe-alert span {
      font-size: 50px;
      font-size: 5rem;
      font-family: "MV Boli"; }

  .essenac-participe-list {
    width: 76%;
    height: auto;
    padding: 0 15px;
    margin: 40px auto 0; }
    .essenac-participe-list li {
      float: left;
      width: 198px;
      height: 198px;
      cursor: pointer;
      margin-right: 5px;
      margin-bottom: 5px;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: gray;
      overflow: hidden; }
      .essenac-participe-list li:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: unset; }
      .essenac-participe-list li .persona {
        position: relative;
        width: 100%;
        height: 100%; }
        .essenac-participe-list li .persona .moldura {
          position: absolute;
          top: 0;
          height: 0;
          width: 100%;
          height: 100%;
          background-image: url("../../images/campanhas/eusousenac/Tema_Facebook.png");
          background-repeat: no-repeat;
          background-position: center 0;
          background-size: 106%;
          z-index: 500; }

  .essenac-participe-form-container {
    margin: 80px auto 100px; }
    .essenac-participe-form-container .cropme {
      position: relative;
      float: none;
      width: 290px;
      height: 290px;
      margin: 0 auto 40px; }
      .essenac-participe-form-container .cropme .mascara {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #dedad1;
        background-color: rgba(222, 218, 209, 0.8);
        z-index: 1000; }
        .essenac-participe-form-container .cropme .mascara > span {
          position: relative;
          display: block;
          top: 50%;
          width: 225px;
          border-radius: 20px;
          border: 5px solid #c9c2b3;
          margin: -80px auto 0;
          font-family: "Raleway regular";
          color: #b3aa96;
          font-size: 20.31px;
          font-size: 2.031rem;
          text-align: center;
          padding: 10px 0; }
          .essenac-participe-form-container .cropme .mascara > span span {
            font-family: "Raleway bold";
            text-decoration: underline; }
        .essenac-participe-form-container .cropme .mascara:hover {
          background-color: #dedad1;
          background-color: rgba(84, 80, 70, 0.7); }
      .essenac-participe-form-container .cropme .persona {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0 auto 0 auto; }
        .essenac-participe-form-container .cropme .persona img {
          max-width: 100%;
          width: 100%; }
        .essenac-participe-form-container .cropme .persona .moldura {
          position: absolute;
          bottom: -38px;
          height: 0;
          width: 100%;
          height: 60%;
          background-image: url("../../images/campanhas/eusousenac/Tema_Facebook.png");
          background-repeat: no-repeat;
          background-position: center 100%;
          background-size: 107%;
          z-index: 500; }
      .essenac-participe-form-container .cropme .btn-confirmar {
        display: none;
        font-family: "Raleway extrabold";
        position: absolute;
        border: none;
        bottom: -40px;
        left: 50%;
        margin-left: -82.75px;
        z-index: 1000; }
    .essenac-participe-form-container .form-container {
      float: none;
      margin: 80px 0 0;
      width: 100%;
      font-family: "Raleway regular"; }
      .essenac-participe-form-container .form-container .form-input {
        height: 40px;
        border-radius: 0;
        border: 1px solid #dedad1;
        padding-left: 26px; }
      .essenac-participe-form-container .form-container .form-textarea {
        width: 100%;
        height: 194px;
        border-radius: 0;
        border: 2px dotted #dedad1;
        margin: 29px 0 0 0px; }
      .essenac-participe-form-container .form-container .form-group:nth-of-type(1) {
        float: left;
        width: 100%; }
      .essenac-participe-form-container .form-container .form-group:nth-of-type(2) {
        float: left;
        width: 100%;
        margin: 0 0 13px 0; }
      .essenac-participe-form-container .form-container .form-group:nth-of-type(3) {
        width: 100%;
        clear: both;
        background-color: #ffffff;
        border: 1px solid #dedad1;
        padding: 26px;
        margin: 13px 0 0 0; }
        .essenac-participe-form-container .form-container .form-group:nth-of-type(3) label {
          font-family: "Raleway regular";
          color: #dedad1;
          display: block; }
      .essenac-participe-form-container .form-container .form-group:nth-of-type(4) {
        margin: 15px 0 0;
        text-align: right; }
        .essenac-participe-form-container .form-container .form-group:nth-of-type(4) .g-recaptcha {
          display: inline-block; }
      .essenac-participe-form-container .form-container .form-group:nth-of-type(5) {
        margin: 40px 0 0;
        text-align: right; }
        .essenac-participe-form-container .form-container .form-group:nth-of-type(5) .btn-cancelar {
          margin: 0 0 20px 0; }

  .btn-cancelar {
    border: none;
    border-radius: 10px;
    background-color: #f7941e;
    color: #ffffff;
    font-size: 17px;
    font-size: 1.7rem;
    font-family: "Raleway extrabold";
    padding: 10px 20px; }
    .btn-cancelar:hover {
      background-color: #f7941e;
      color: #ffffff; }

  .btn-enviar {
    width: 183px;
    height: 52px;
    border-radius: 15px;
    background-image: url("../../images/campanhas/eusousenac/paper.jpg");
    background-repeat: no-repeat;
    background-position: 0px -160px;
    background-size: 389px;
    color: #ffffff;
    line-height: 52px;
    padding: 0;
    font-size: 17px;
    font-size: 1.7rem;
    font-family: "Raleway extrabold"; }

  .error-form {
    background-color: #ff8288 !important; }
    .error-form label {
      color: #ffffff !important; }
    .error-form input, .error-form textarea {
      background-color: #ff8288;
      color: #ffffff; }
    .error-form ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #ffffff;
      opacity: 1;
      /* Firefox */ }
    .error-form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #ffffff; }
    .error-form ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #ffffff; }

  .feedback {
    display: none;
    width: 100%;
    height: auto;
    background-color: #e7e4d8; }
    .feedback div {
      padding: 40px 0; }
      .feedback div p {
        text-align: center; }
        .feedback div p:nth-of-type(1) {
          font-family: "Raleway extrabold";
          font-size: 20px;
          font-size: 2rem;
          color: #000000; }
        .feedback div p:nth-of-type(2) {
          font-family: "Raleway regular";
          font-size: 15px;
          font-size: 1.5rem;
          color: #000000; }

  .view {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #f2eee6;
    overflow: scroll; }
    .view .modal-dialog {
      position: relative;
      top: 0;
      left: 0;
      margin-top: 90px;
      margin-left: auto;
      margin-right: auto;
      height: auto; }

  .modal .close, .view .close {
    font-size: 120px;
    font-size: 12rem;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100); }

  .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -50%;
    height: auto; }

  .modal-content {
    box-shadow: none;
    border: none;
    background-color: transparent; }

  .modal-body .gradient {
    font-size: 30.7px;
    font-size: 3.07rem;
    font-family: "Raleway extrabold";
    background-size: cover;
    background-position: center; }
  .modal-body .persona {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto; }
    .modal-body .persona img {
      width: 100%; }
    .modal-body .persona .moldura {
      position: absolute;
      top: 0;
      height: 0;
      width: 100%;
      height: 100%;
      background-image: url("../../images/campanhas/eusousenac/Tema_Facebook.png");
      background-repeat: no-repeat;
      background-position: center 0;
      background-size: 107%;
      z-index: 500; }
  .modal-body .text {
    float: none;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 0 15px; }
    .modal-body .text h3 {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "Raleway bold";
      color: #545046;
      margin: 0 0 30px; }
    .modal-body .text p {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "Raleway regular";
      color: #545046; }
    .modal-body .text .social {
      margin: 20px 0 0; }
      .modal-body .text .social a {
        font-size: 12px;
        font-size: 1.2rem;
        font-family: "Raleway extrabold";
        color: #000000; }

  .essenac-footer-container {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f1efe8;
    background-image: url("../../images/campanhas/eusousenac/background-footer.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    overflow: hidden; }

  .essenac-footer-content {
    margin: 270px auto 0; }
    .essenac-footer-content p {
      float: none;
      width: 100%;
      height: 75px;
      margin: 0 auto;
      font-size: 32.81px;
      font-size: 3.281rem;
      font-family: "Raleway extrabold";
      color: #ffffff;
      text-align: center; }
    .essenac-footer-content ul {
      float: none;
      height: 75px;
      margin: 0 auto;
      text-align: center; }
      .essenac-footer-content ul:first-of-type {
        width: 100%; }
      .essenac-footer-content ul:last-of-type {
        width: 100%; }
        .essenac-footer-content ul:last-of-type li {
          margin: 0 15px; }
      .essenac-footer-content ul li {
        display: inline;
        line-height: 75px; }
        .essenac-footer-content ul li a {
          font-size: 12px;
          font-size: 1.2rem;
          font-family: "Raleway extrabold";
          color: #ffffff; }
          .essenac-footer-content ul li a span {
            font-size: 16px;
            font-size: 1.6rem; }
          .essenac-footer-content ul li a:hover {
            text-decoration: none; } }
@media (min-width: 576px) {
  .essenac-oque-image a {
    bottom: 0; }

  .essenac-oque-title h2 {
    font-size: 91px;
    font-size: 9.1rem; }

  .essenac-numeros-title h2 {
    font-size: 70px;
    font-size: 7rem; }

  .essenac-numeros-content .essenac-numeros-content-title h3 {
    font-size: 34px;
    font-size: 3.4rem; }
  .essenac-numeros-content .essenac-numeros-content-list li {
    text-align: center;
    margin: 25px 25px; }
    .essenac-numeros-content .essenac-numeros-content-list li p:first-of-type {
      font-size: 70.58px;
      font-size: 7.058rem; }
    .essenac-numeros-content .essenac-numeros-content-list li p:last-of-type {
      font-size: 18px;
      font-size: 1.8rem; }

  .essenac-participe-title h2 {
    font-size: 70px;
    font-size: 7rem; }

  .essenac-participe-alert {
    -moz-transform: rotate(-9deg);
    /* FF3.5/3.6 */
    -o-transform: rotate(-9deg);
    /* Opera 10.5 */
    -webkit-transform: rotate(-9deg);
    /* Saf3.1+ */
    transform: rotate(-9deg); }

  .essenac-participe-list {
    margin: 70px auto 0; }

  .essenac-participe-form-container .cropme {
    width: 420px;
    height: 420px; }
    .essenac-participe-form-container .cropme .mascara > span {
      width: 315px;
      font-size: 25.31px;
      font-size: 2.531rem; }
  .essenac-participe-form-container .form-container {
    margin: 0; }
    .essenac-participe-form-container .form-container .form-group:nth-of-type(5) .btn-cancelar {
      margin: 0 43px 0 0; }

  .feedback div {
    width: 565px;
    margin: 0 auto; }
    .feedback div p:nth-of-type(1) {
      font-size: 30px;
      font-size: 3rem; }
    .feedback div p:nth-of-type(2) {
      font-size: 25px;
      font-size: 2.5rem; }

  .modal-body .gradient {
    font-size: 47.7px;
    font-size: 4.77rem;
    background-position: center -180px; }

  .essenac-footer-content p {
    width: 405px;
    font-size: 52.81px;
    font-size: 5.281rem; }
  .essenac-footer-content ul:first-of-type {
    width: 307px; }
  .essenac-footer-content ul:last-of-type {
    width: 210px; } }
@media (min-width: 768px) {
  .essenac-participe-alert {
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -185px;
    width: 370px; }

  .essenac-participe-list {
    margin: 120px auto 0;
    width: 85%; }

  .modal-dialog {
    margin-top: -257.5px;
    height: 715px; }

  .modal-body .gradient {
    font-size: 87.7px;
    font-size: 8.77rem;
    background-position: center -370px; }
  .modal-body .persona {
    width: 555px;
    height: 555px; } }
@media (min-width: 992px) {
  .nav-icon {
    display: none; }

  .essenac-menu-principal {
    height: 100%; }

  .essenac-menu-brand {
    float: left;
    width: 92px;
    height: 94px;
    text-align: left; }
    .essenac-menu-brand li {
      display: inline; }

  .essenac-menu-nav {
    float: left;
    width: 659px;
    height: 94px; }
    .essenac-menu-nav li {
      display: inline; }

  .essenac-menu-social {
    float: left;
    width: 157px;
    height: 94px; }

  .essenac-oque-title h2 {
    font-size: 111px;
    font-size: 11.1rem; }

  .essenac-numeros-title h2 {
    font-size: 90px;
    font-size: 9rem; }

  .essenac-numeros-content .essenac-numeros-content-list li {
    margin: 25px 45px; }
    .essenac-numeros-content .essenac-numeros-content-list li:last-child {
      margin-right: 25px; }

  .essenac-participe-title h2 {
    font-size: 90px;
    font-size: 9rem; }

  .essenac-participe-list {
    margin: 90px auto 0; }

  .essenac-participe-form-container .cropme {
    float: left; }
  .essenac-participe-form-container .form-container {
    float: left;
    margin: 0 0 0 10px;
    width: 532px; }
    .essenac-participe-form-container .form-container .form-group:nth-of-type(1) {
      width: 315px; }
    .essenac-participe-form-container .form-container .form-group:nth-of-type(2) {
      width: 204px;
      margin: 0 0 0 13px; }

  .feedback div {
    padding: 127px 0; }

  .modal-dialog {
    margin-top: -357.5px;
    margin-left: -516px; }

  .modal-body .text {
    padding: 0; }

  .essenac-footer-container {
    height: 377px; }

  .essenac-footer-content {
    margin: 230px auto 0; }
    .essenac-footer-content p {
      float: left; }
    .essenac-footer-content ul {
      float: left; }
      .essenac-footer-content ul:last-of-type {
        background-image: url("../../images/campanhas/eusousenac/barra-lateral.png");
        background-repeat: no-repeat;
        background-position: left center; } }
@media (min-width: 1200px) {
  .container-in {
    width: 1108px;
    padding: 0; }

  .container-out {
    width: 1177px; }

  .essenac-menu-nav {
    width: 859px; }

  .essenac-oque-image a {
    left: 10%; }

  .essenac-oque-title {
    width: 331px;
    text-align: left; }
    .essenac-oque-title h2 {
      margin: 0; }

  .essenac-oque-text {
    width: 691px; }

  .essenac-participe-list {
    width: 1015px;
    padding: 0; }

  .essenac-participe-form-container .form-container {
    width: 608px; }
    .essenac-participe-form-container .form-container .form-textarea {
      width: 555px; }
    .essenac-participe-form-container .form-container .form-group:nth-of-type(1) {
      width: 361px; }
    .essenac-participe-form-container .form-container .form-group:nth-of-type(2) {
      width: 234px; }

  .modal-dialog {
    height: 715px; }

  .modal-body .persona {
    float: left;
    margin: 0 0 0 85px;
    overflow: hidden; }
  .modal-body .text {
    float: left;
    width: 346px;
    margin: 0 0 0 50px; }

  .essenac-footer-content p {
    float: left;
    width: 590px;
    height: 111px;
    font-size: 77.81px;
    font-size: 7.781rem; }
  .essenac-footer-content ul {
    height: 111px; }
    .essenac-footer-content ul li {
      line-height: 111px; } }

/*# sourceMappingURL=eusousenac.css.map */
