  /*--FONT RESET--*/
  /*Tipografia govco*/
  
  @import url('https://fonts.googleapis.com/css?family=Work+Sans&display=swap');
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3, 
  h4,
  h5,
  h6,
  pre,
  form,
  fieldset,
  input,
  textarea,
  p,
  blockquote,
  th,
  td {
      font-family: 'Trebuchet MS', sans-serif;
  }
   
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      font-weight: 700;
      margin-top: 0px !important;
      color: #00609C;
  }
  
  *:focus {
      outline: none;
  }
  
  a,
  p {
      color: #7B868C;
  }
  
  a:visited {
      color: #00609C;
  }
  /*--MAIN--*/
  
  #PublicWrapper {
      padding: 0px;
  }
  
  #MainWrapper,
  #ModuleWrapper,
  #MainContent {
      margin-bottom: 25px;
  }
  
  .top-border {
      height: 4px;
      background: #6db11b;
      /* Old browsers */
      background: -moz-linear-gradient(left, #6db11b 0%, #348a7e 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #6db11b 0%, #348a7e 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #6db11b 0%, #348a7e 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6db11b', endColorstr='#348a7e', GradientType=1);
      /* IE6-9 */
      width: 100%;
  }
  /*--LOGOS--*/
  
  .logo-fogafin a img {
      width: auto;
  }
  
  #top-bar {
      background-color: #F4F4F4;
      height: 0px;
      transition: all 0.4s ease-in-out;
      overflow: hidden;
  }
  
  ul.nav-social>li {
      border-right: 1px solid #DFDFDF;
      margin: 0px;
  }
  
  ul.nav-social>li+li {
      margin: 0px;
  }
  
  ul.nav-social>li:first-child {
      border-left: 1px solid #DFDFDF;
  }
  
  ul.nav-social>li>a {
      width: auto;
      padding: 6px 10px;
      text-transform: inherit;
      font-family: 'Source Sans Pro', sans-serif;
      color: #878787;
      font-size: 12px;
  }
  
  ul.nav-social>li>div {
      height: 30px;
  }
  
  ul.nav-social>li>a.red {
      padding: 0px 10px;
  }
  
  ul.nav-social>li>a:hover {
      background-color: #b7b7b7;
      color: #fff;
      border-radius: 0px;
  }
  
  ul.nav-social>li>div>.redsocial {
      padding: 1px 15px 10px;
      background-position-y: 0px!important;
      background-position-x: 2px !important;
      text-decoration: none;
  }
  
  ul.nav-social>li>div>.redsocial:hover {
      background-color: #b7b7b7 !important;
  }
  
  ul.nav-social>li>div>.redsocial.face {
      background: transparent url(../images/fb_s.png) no-repeat;
  }
  
  ul.nav-social>li>div>.redsocial.face:hover {
      background: transparent url(../images/fb_s_w.png) no-repeat;
  }
  
  ul.nav-social>li>div>.redsocial.twitter {
      background: transparent url(../images/tw_s.png) no-repeat;
  }
  
  ul.nav-social>li>div>.redsocial.twitter:hover {
      background: transparent url(../images/tw_s_w.png) no-repeat;
  }
  
  ul.nav-social>li>div>.redsocial.contraste {
      background: transparent url(../images/contrast.png) no-repeat;
  }
  
  ul.nav-social>li>div>.redsocial.contraste:hover {
      background: transparent url(../images/contrast_w.png) no-repeat;
  }
  
  ul.nav-social>li>div>.redsocial.increase {
      background: transparent url(../images/increase.png) no-repeat;
  }
  
  ul.nav-social>li>div>.redsocial.increase:hover {
      background: transparent url(../images/increase_w.png) no-repeat;
  }
  
  ul.nav-social>li>div>.redsocial.decrease {
      background: transparent url(../images/decrease.png) no-repeat;
  }
  
  ul.nav-social>li>div>.redsocial.decrease:hover {
      background: transparent url(../images/decrease_w.png) no-repeat;
  }
  
  #HeaderWrapper {
      padding-top: 15px;
      padding-bottom: 15px;
  }
  /*--MAIN NAVIGATION--*/
  
  #NavWrapper {
      background-color: #E6E6E6;
  }
  
  #NavWrapper .container {
      border: 0px;
  }
  
  .navbar.navbar-default {
      background-image: none;
      background-color: transparent;
      box-shadow: none;
      margin: 0px;
      padding: 0;
      border-width: 0px;
  }
  
  .collapse.navbar-collapse.navbar {
      margin: 0px;
      padding: 0px;
      border: 0px;
  }
  
  #NavWrapper .navbar-default .navbar-nav>li,
  .navbar.navbar-default.navbar-secondary>li {
      cursor: pointer;
  }
  
  #NavWrapper .navbar-default .navbar-nav>li>a {
      margin-bottom: 0px;
      border-bottom: 2px solid transparent;
      text-transform: inherit;
      cursor: pointer;
      transition: all .1s linear;
  }
  
  #NavWrapper .navbar-default .navbar-nav>li>a:hover,
  #NavWrapper .navbar-default .navbar-nav>li>a:focus {
      background-color: #0b73aa;
      border-bottom: 2px solid #6db11b;
      color: #fff;
  }
  /*--SECONDARY HORIZONTAL NAVIGATION--*/
  
  .navbar.navbar-default.navbar-secondary {
      border: 0px;
      padding: 15px;
  }
  
  .navbar.navbar-default.navbar-secondary ul.nav>li>a {
      font-weight: lighter;
      color: #868686;
      padding-top: 0px;
      padding-bottom: 0px;
      cursor: pointer;
  }
  
  .navbar.navbar-default.navbar-secondary ul.nav>li>a:hover {
      color: #6db11b;
  }
  
  .navbar.navbar-default.navbar-secondary ul.nav>li {
      border-right: 1px solid #868686;
  }
  
  .navbar.navbar-default.navbar-secondary ul.nav>li:last-child {
      border: 0px;
  }
  
  .centerAll {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  /*--FOOTER--*/
  
  #FooterWrapper {
      background-color: #1171b3;
      padding-top: 25px;
      padding-bottom: 25px;
  }
  
  #FooterWrapper .row>.sf_colsOut.sf_4cols_3_40.col-sm-5 {
      border-right: 1px solid #0f5e95;
      border-left: 1px solid #0f5e95;
  }
  
  #FooterWrapper .row>.sf_colsOut.sf_4cols_3_40.col-sm-5:before {
      content: " ";
      background-color: #3989c0;
      position: absolute;
      width: 1px;
      height: 100%;
      top: 0px;
      left: 0px;
  }
  
  #FooterWrapper .row>.sf_colsOut.sf_4cols_3_40.col-sm-5:after {
      content: " ";
      background-color: #3989c0;
      position: absolute;
      width: 1px;
      height: 100%;
      top: 0px;
      right: -2px;
  }
  
  .footer-info h5,
  .footer-info ul.nav li a,
  .footer-info ul.nav li,
  .footer-info p,
  .footer-contact .contact-txt,
  .footer-contact .contact-txt a {
      color: rgba(255, 255, 255, 0.8);
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 0.95em;
  }
  
  .contact .count {
      font-size: 1.6em;
  }
  
  .footer-info>h5 {
      text-transform: uppercase;
      font-weight: 800;
      margin-top: 0px;
  }
  
  .footer-info>p>strong,
  .footer-info>ul.nav>li>a>strong,
  .footer-info>ul.nav>li>strong,
  .footer-info>h5 {
      color: #fff;
  }
  
  .footer-info>ul.nav {
      width: 100%;
      margin-bottom: 10px;
      margin-left: 0px;
  }
  
  .footer-info>ul.nav>li {
      padding-right: 10px;
      border-right: 1px solid rgba(255, 255, 255, 0.8);
      margin-right: 10px;
  }
  
  .footer-info>ul.nav>li:last-child {
      border: 0px;
  }
  
  .footer-info>p>a {
      color: white;
      opacity: 0.8;
  }
  
  .footer-contact>.contact>.contact-icon {
      margin-right: 10px;
      display: flex;
      justify-content: center;
      width: 30px;
  }
  
  .footer-contact>.contact {
      display: flex;
      margin-bottom: 10px;
      align-items: flex-start;
  }
  
  #FooterWrapper img {
      width: auto;
  }
  
  .copy {
      display: flex !important;
      justify-content: center !important;
      color: #939393;
      font-size: 12px;
      margin-bottom: 10px;
      margin-top: 0px !important;
      font-weight: 500 !important;
      line-height: 1.1 !important;
      text-align: center !important;
  }
  
  p.copy {
      display: flex !important;
      justify-content: center !important;
      color: #939393;
      font-size: 12px;
      margin-bottom: 10px;
      margin-top: 0px !important;
      font-weight: 500 !important;
      line-height: 1.1 !important;
      text-align: center !important;
  }
  /*--NEWS IN HOME AND INTERNAL--*/
  
  .News-home,
  .news {}
  
  .News-home .news-home-img img,
  .news .news-img img {
      width: 100%;
  }
  
  .News-home .news-txt {
      padding-left: 0px;
      padding-right: 0px;
  }
  
  .News-home .news-txt>h1,
  .news .news-txt>h1 {
      margin-top: 0px;
  }
  
  h2.news-headline {
      font-size: 17px !important;
  }
  
  .News-home .news-txt>h1>a:hover,
  .News-home .news-txt>h1>a:focus,
  .news .news-txt>h1>a:hover,
  .news .news-txt>h1>a:focus {
      text-decoration: none;
  }
  
  .News-home .news-home-img,
  .news .news-img,
  .News-home .news-txt,
  .news .news-txt {
      padding-left: 0px;
  }
  
  .News-home.row,
  .news.row {
      padding: 15px;
      margin: 0px;
      border-bottom: 1px solid #dfdfdf;
  }
  
  .news.row:hover,
  .News-home.row:hover {
      background-color: #fafafa;
  }
  
  .news-info {
      font-size: 0.9em;
  }
  
  .News-full {
      margin-bottom: 25px;
  }
  
  .sfnewsImage.sfimage img {
      width: 100% !important;
  }
  
  .link-simple {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      min-height: 25px;
      padding: 10px;
      text-transform: uppercase;
      transition: all .2s linear;
  }
  
  .link-simple>a:hover {
      text-decoration: none;
      color: #6db11b;
  }
  
  .fo-content .sfnewsDetails.sfdetails>h1.sfnewsTitle.sftitle {
      color: #1273B2;
  }
  
  .fo-content .sfnewsDetails.sfdetails>.sfnewsAuthorAndDate.sfmetainfo,
  .news-txt>.sfnewsAuthorAndDate.sfmetainfo {
      font-size: 0.9em;
      text-transform: uppercase;
      color: #0a3d5f;
      margin-bottom: 25px;
  }
  
  .fo-content .sfnewsDetails.sfdetails>.sfnewsImage.sfimage {
      max-height: 300px;
      overflow: hidden;
      margin-bottom: 25px;
  }
  
  .fo-content .sfnewsDetails.sfdetails>.sfnewsSummary.sfsummary {
      font-size: 1.5em;
      font-weight: 100;
      margin-bottom: 25px;
      color: #7DAA42;
  }
  
  .fo-content .sfnewsDetails.sfdetails>.RadSocialShare.RadSocialShare_Default {
      border-radius: 0px;
      border: 0px;
      min-height: 40px;
      background: #eeeeee;
      padding: 10px;
      margin-top: 25px;
  }
  
  abbr {
      text-decoration: underline;
      border-bottom: none;
  }
  
  abbr[data-original-title] {
      text-decoration: underline;
      border-bottom: none;
  }
  
  abbr[title] {
      text-decoration: underline;
      border-bottom: none;
  }
  /*--SOCIAL ICONS--*/
  
  .sshIcon {
      width: 30px;
      height: 30px;
      transition: all .2s linear;
      background-position: center center !important;
  }
  
  .sshIcon.sshShareOnFacebook {
      background: transparent url(../images/fb.png) no-repeat;
      background-size: 25px;
  }
  
  .sshIcon.sshShareOnFacebook:hover {
      background-size: 30px;
  }
  
  .sshIcon.sshShareOnTwitter {
      background: transparent url(../images/tw.png) no-repeat;
      background-size: 25px;
  }
  
  .sshIcon.sshShareOnTwitter:hover {
      background-size: 30px;
  }
  
  .sshIcon.sshLinkedIn {
      background: transparent url(../images/li.png) no-repeat;
      background-size: 25px;
  }
  
  .sshIcon.sshLinkedIn:hover {
      background-size: 30px;
  }
  /*---TEXT---*/
  
  .titles-blue {
      color: #0b73aa;
      font-weight: 100;
      font-size: 1.7em;
  }
  
  .border-b {
      border-bottom: 1px solid #DFDFDF;
      padding-bottom: 5px;
  }
  /*--VENTANILLA--*/
  
  #cph_window_C021_ctl00_ctl00_navigationUl {
      margin-bottom: 15px;
  }
  
  #cph_window_C021_ctl00_ctl00_navigationUl li:nth-child(1)>a,
  #cph_window_C022_ctl00_ctl00_navigationUl li:nth-child(1)>a {
      background-color: #4793c2;
      color: #fff;
      text-transform: uppercase;
  }
  
  #cph_window_C021_ctl00_ctl00_navigationUl li:nth-child(2)>a,
  #cph_window_C021_ctl00_ctl00_navigationUl li:nth-child(3)>a,
  #cph_window_C021_ctl00_ctl00_navigationUl li:nth-child(4)>a,
  #cph_window_C021_ctl00_ctl00_navigationUl li:nth-child(5)>a,
  #cph_window_C021_ctl00_ctl00_navigationUl li:nth-child(6)>a,
  #cph_window_C021_ctl00_ctl00_navigationUl li:nth-child(7)>a,
  #cph_window_C022_ctl00_ctl00_navigationUl li:nth-child(2)>a,
  #cph_window_C022_ctl00_ctl00_navigationUl li:nth-child(3)>a,
  #cph_window_C022_ctl00_ctl00_navigationUl li:nth-child(4)>a,
  #cph_window_C022_ctl00_ctl00_navigationUl li:nth-child(5)>a,
  #cph_window_C022_ctl00_ctl00_navigationUl li:nth-child(6)>a {
      background-color: #e7f1f7;
      border-bottom: 1px solid #bcd8e9;
  }
  /*--SEARCH--*/
  
  .search-box {
      padding-bottom: 13px;
      padding-top: 13px;
  }
  
  .search-box .sfsearchBox .sfsearchTxt.k-widget {
      border-style: none;
      min-height: 30px;
      border-radius: 1000px;
      width: 90%;
      position: absolute;
      top: 10px;
  }
  
  .search-box .sfsearchBox .sfsearchTxt.k-widget input.sfsearchTxt.k-input {
      border-style: none !important;
      width: 100% !important;
      min-height: 30px !important;
      border-radius: 1000px !important;
      padding: 0px 36px 0px 10px !important;
  }
  
  .search-box .sfsearchBox .sfsearchTxt.k-state-hover,
  .search-box .sfsearchBox .sfsearchTxt.k-state-focus {
      background-color: transparent;
      background-image: none;
  }
  
  .search-box .sfsearchBox .btn.btn-search {
      width: 30px;
      height: 30px;
      background-image: none;
      background-color: transparent;
      border: 0px;
      box-shadow: none;
      position: absolute;
      top: 10px;
      padding: 0px;
      right: 15px;
  }
  
  .search-box .sfsearchBox i.fa-search {
      position: absolute;
      top: 15px;
      right: 25px;
      color: #7b7b7b;
      font-size: 18px;
      cursor: pointer;
  }
  
  .search-box .sfsearchBox span.fa-search {
      position: absolute;
      top: 15px;
      right: 25px;
      color: #00629b;
      font-size: 18px;
      cursor: pointer;
  }
  /*--CARRUSEL--*/
  
  #myCarousel {
      background: #333;
  }
  
  #myCarousel .carousel-inner .item .item-text {
      display: block;
      z-index: 99;
      position: absolute;
      left: 20%;
      top: 10%;
  }
  
  #myCarousel .carousel-inner .item .item-text>h2,
  #myCarousel .carousel-inner .item .item-text>p {
      font-family: 'Source Sans Pro', sans-serif !important;
      white-space: normal !important;
  }
  
  #myCarousel .carousel-inner .item .item-text>h2 {
      font-size: 1.2em !important;
      font-weight: bolder !important;
      text-transform: uppercase !important;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) !important;
      color: rgb(171, 222, 111) !important;
  }
  
  #myCarousel .carousel-inner .item .item-text>p {
      font-weight: normal;
      font-style: normal;
      color: #fff;
      font-size: 3em;
      z-index: 10;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
      line-height: 40px;
      height: auto;
  }
  
  #myCarousel .carousel-control span {
      top: 45%;
      position: absolute;
      font-size: 25px;
  }
  
  #myCarousel .carousel-control span.left {
      left: -30px;
  }
  
  #myCarousel .carousel-control span.right {
      right: 30px;
  }
  
  #myCarousel .carousel-control .fa-chevron-circle-left:before,
  #myCarousel .carousel-control .fa-chevron-circle-right:before {
      content: "\f111";
      color: black;
      font-size: 50px;
  }
  
  #myCarousel .carousel-control .fa-chevron-circle-left:after {
      content: "\f053";
      position: absolute;
      top: 30%;
      left: 25%;
      color: white;
  }
  
  #myCarousel .carousel-control .fa-chevron-circle-right:after {
      content: "\f054";
      position: absolute;
      top: 30%;
      right: 25%;
  }
  
  .carousel-indicators li {
      box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.5);
  }
  /*--INTERNAL IMAGES--*/
  
  .full-main-img {
      min-height: 220px;
      padding: 0px;
      background: #186BA6;
      /* Old browsers */
      background: -moz-linear-gradient(left, #53A166 0%, #186BA6 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #53A166 0%, #186BA6 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #53A166 0%, #186BA6 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#53A166', endColorstr='#186BA6', GradientType=1);
      /* IE6-9 */
      margin-bottom: 25px;
  }
  
  .full-main-img .sfimageWrp {
      position: absolute;
      top: 0px;
      right: 0px;
  }
  
  .full-main-img .no-pad h2 {
      color: #ffffff;
      width: 70%;
      position: absolute;
      top: 30%;
      left: 6%;
      text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.53);
      padding-top: 5%;
  }
  
  .full-main-img .sfContentBlock {
      position: absolute;
      width: 100%;
      min-height: 220px;
  }
  /*--BREADCRUMB--*/
  
  .sfBreadcrumbWrp {
      position: absolute;
      left: 5.5%;
      padding-top: 9%;
      width: 47%;
  }
  
  #cph_image_TDCF9A909021 {
      min-height: 220px;
      width: 100%;
  }
  
  #cph_image_TDCF9A909021 .sfBreadcrumbWrp {
      position: absolute;
      top: 50%;
      left: 5.5%
  }
  
  .RadSiteMap_Default .rsmOneLevel .rsmLink,
  .RadSiteMap_Default .rsmTwoLevels .rsmLevel1 .rsmLink,
  .RadSiteMap_Default .rsmThreeLevels .rsmLevel1 .rsmLink,
  .RadSiteMap_Default .rsmManyLevels .rsmLevel2 .rsmLink {
      color: #fff;
      text-transform: uppercase;
      font-size: 13px;
  }
  
  .RadSiteMap_Default .rsmOneLevel .rsmLink:hover,
  .RadSiteMap_Default .rsmTwoLevels .rsmLevel1 .rsmLink:hover,
  .RadSiteMap_Default .rsmThreeLevels .rsmLevel1 .rsmLink:hover,
  .RadSiteMap_Default .rsmManyLevels .rsmLevel2 .rsmLink:hover {
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 3px;
      color: #1171b3;
      background-image: none;
  }
  
  span.sfBreadcrumbNodeSeparator {
      color: #fff;
      margin-left: 3px;
  }
  /*--VIDEO--*/
  
  .sfPlayerWrp {
      margin-bottom: 25px;
  }
  
  .RadMediaPlayer.RadMediaPlayer_Default {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 25px;
      height: 0 !important;
      width: 100% !important;
  }
  
  .RadMediaPlayer.RadMediaPlayer_Default iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
  }
  /*---MARGINS---*/
  
  .bot {
      margin-bottom: 15px;
  }
  
  .no-pad {
      padding-right: 0px !important;
      padding-left: 0px !important;
  }
  
  .no-mar-b,
  .no-mar-b>h2 {
      margin-bottom: 0px !important;
  }
  /*---MENU LATERAL PÃGINAS INTERNAS---*/
  
  .interna-sidebar.nav.sidebar-nav {
      background: #f4f4f4;
      font-size: 16px;
      list-style: none;
  }
  
  .interna-sidebar.nav.sidebar-nav>li>a {
      color: #444;
      padding: .4em 1em;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,eeeeee+100 */
      background: rgb(246, 246, 246);
      /* Old browsers */
      background: -moz-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(238, 238, 238, 1) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(238, 238, 238, 1) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(246, 246, 246, 1) 0%, rgba(238, 238, 238, 1) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eeeeee', GradientType=0);
      /* IE6-9 */
      border-bottom: 1px solid #e5e5e5;
      border-top: 1px solid #fff;
      position: relative;
  }
  
  .interna-sidebar.nav.sidebar-nav>li>a:after {
      content: "";
      background: rgba(0, 0, 0, 0.06);
      box-shadow: 0px 1px 0px rgba(255, 255, 255, .2), 0px 2px 2px rgba(0, 0, 0, 0.06) inset;
      width: 30px;
      height: 20px;
      bottom: 0px;
      top: 0px;
      margin: auto;
      right: 20px;
      border-radius: 90px;
      position: absolute;
  }
  
  .interna-sidebar.nav.sidebar-nav>li>a:before {
      content: "\f107";
      font-family: 'FontAwesome';
      position: absolute;
      bottom: 0px;
      top: 0px;
      color: #444;
      margin: auto;
      right: 30px;
      height: 20px;
      font-size: 18px;
  }
  
  .interna-sidebar.nav.sidebar-nav>li>a.sfSel:before {
      color: white;
  }
  
  .interna-sidebar.nav.sidebar-nav>li>ul {
      margin-left: 0px;
      padding-left: 0px;
  }
  
  .interna-sidebar.nav.sidebar-nav>li>ul>li {
      list-style: none;
      font-size: 13px;
  }
  
  .interna-sidebar.nav.sidebar-nav>li>ul>li>a {
      display: block;
      position: relative;
      padding: .3em 1em;
      background: #e6e6e6;
      color: #444;
      border-bottom: 1px solid #d3d3d3;
      transition: all .2s linear;
      padding-left: 2em;
      text-shadow: 0px 1px 0px #ececec;
      font-size: 13px;
  }
  
  .interna-sidebar.nav.sidebar-nav>li>ul>li:first-child>a {
      box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1) inset;
  }
  
  .interna-sidebar.nav.sidebar-nav>li>ul>li:last-child>a {
      box-shadow: 0px -2px 3px -2px rgba(0, 0, 0, 0.1) inset;
  }
  
  .interna-sidebar.nav.sidebar-nav>li>ul>li>a:hover {
      background: #dadada;
      text-decoration: none;
  }
  
  .interna-sidebar.nav.sidebar-nav>li>ul>li>ul>li>a {
      text-decoration: none;
      color: #444 !important;
      font-size: 13px !important;
      font-weight: 500 !important;
  }
  
  .interna-sidebar.nav.sidebar-nav>li>ul>li>ul>li>a:hover {
      text-decoration: none;
      color: #1272b3 !important;
  }
  
  .interna-sidebar.nav.sidebar-nav>li>ul>li>ul>li>a:active {
      text-decoration: none;
      color: #1272b3 !important;
  }
  
  .interna-sidebar.nav.sidebar-nav>li>ul>li>ul>li>a.sfSel {
      text-decoration: none;
      color: #1272b3 !important;
  }
  
  .interna-sidebar.nav.sidebar-nav>li>a.sfSel {
      color: white;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1272b3+0,1066a0+100 */
      background: rgb(18, 114, 179);
      /* Old browsers */
      background: -moz-linear-gradient(top, rgba(18, 114, 179, 1) 0%, rgba(16, 102, 160, 1) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(18, 114, 179, 1) 0%, rgba(16, 102, 160, 1) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(18, 114, 179, 1) 0%, rgba(16, 102, 160, 1) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1272b3', endColorstr='#1066a0', GradientType=0);
      /* IE6-9 */
      font-weight: 500;
  }
  
  .interna-sidebar.nav.sidebar-nav>li>ul>li>a.sfSel {
      color: #1272b3;
      font-weight: 500;
      background: #dadada;
  }
  
  .interna-sidebar.nav.sidebar-nav>li>ul>li>a.sfSel:before {
      width: 6px;
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      bottom: 0px;
      height: 100%;
      background: #74b41f;
  }
  
  .interna-sidebar.nav.sidebar-nav>li>ul {
      display: none;
  }
  /*---MENU LATERAL PÃGINAS INTERNAS FIXED---*/
  
  .interna-sidebar.nav.sidebar-nav.fixed {
      position: fixed;
      top: 20px;
  }
  
  .interna-sidebar.nav.sidebar-nav.fixed.sticky {
      position: absolute;
      z-index: 10;
      max-height: none;
      overflow: auto;
  }
  /*--CONTENIDO--*/
  
  .fo-content {
      padding-left: 70px !important;
      padding-right: 130px !important;
      font-size: 15px;
      letter-spacing: 0.3px;
  }
  
  .fo-content p {
      font-size: 1em;
      line-height: 1.5em;
  }
  
  .fo-content h2 {
      margin-top: 40px !important;
      margin-bottom: 10px !important;
  }
  
  .fo-content>.sfContentBlock:first-child>h2:first-child {
      margin-top: 0px !important;
  }
  
  .fo-content .sfContentBlock ul>li {
      font-size: 1em;
      line-height: 1.4em;
      margin-bottom: 4px;
      color: #333333;
  }
  
  .fo-content img {
      width: auto;
      display: block;
      margin: 0px auto 25px;
  }
  
  .sfdownloadFileWrp {
      width: 100%;
      min-height: 60px;
      background: #f1f1f1;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 5px 10px;
      border-radius: 2px;
      box-shadow: inset 0 7em 10em -5em rgba(255, 255, 255, 0.82), 0 0.3em 0.5em -0.2em rgb(193, 193, 193), 0 1em 2em -0.95em rgba(130, 130, 130, 0.75);
      transition: all .2s linear;
      margin-bottom: 30px;
  }
  
  .sfdownloadFileWrp>div>a,
  .doc-fogafin.sfdownloadFileWrp>a {
      font-size: 1.1em;
      background-size: auto !important;
      padding: 8px 0px 15px 35px !important;
      overflow: visible;
  }
  
  .sfdownloadFileWrp>div>a.sfpdf {
      background: transparent url(../images/icon_pdf.png) no-repeat 0px 5px !important;
  }
  
  .sfdownloadFileWrp>div>a.sfxls {
      background: transparent url(../images/icon_xls.png) no-repeat 0px 5px !important;
  }
  
  .sfdownloadFileWrp>div>a.sfxlsx {
      background: transparent url(../images/icon_xlsx.png) no-repeat 0px 5px !important;
  }
  
  .sfdownloadFileWrp>div>a.sfdoc {
      background: transparent url(../images/icon_doc.png) no-repeat 0px 5px !important;
  }
  
  .sfdownloadFileWrp>div>a.sfdocx {
      background: transparent url(../images/icon_docx.png) no-repeat 0px 5px !important;
  }
  
  .sfdownloadFileWrp>div>a.sfppt {
      background: transparent url(../images/icon_ppt.png) no-repeat 0px 5px !important;
  }
  
  .sfdownloadFileWrp>div>a.sfpptx {
      background: transparent url(../images/icon_pptx.png) no-repeat 0px 5px !important;
  }
  
  .sfdownloadFileWrp>div>a.sfzip {
      background: transparent url(../images/icon_zip.png) no-repeat 0px 5px !important;
  }
  
  .sfdownloadFileWrp>div>a.sf7z {
      background: transparent url(../images/icon_7z.png) no-repeat 0px 5px !important;
  }
  
  .doc-fogafin.sfdownloadFileWrp>a {
      background: transparent url(../images/icon_download.png) no-repeat 0px 5px !important;
      cursor: pointer;
  }
  
  .doc-fogafin {
      margin-top: 25px;
      margin-bottom: 0px;
  }
  
  .link-wrap {
      width: 100%;
      min-height: 40px;
      display: flex;
      align-items: center;
      padding: 10px;
      border-radius: 2px;
  }
  
  .link-wrap:hover {
      background: #f9f9f9;
      cursor: pointer;
      box-shadow: inset 0 7em 10em -5em rgba(255, 255, 255, 0.82), 0 0.3em 0.5em -0.2em rgb(193, 193, 193), 0 1em 2em -0.95em rgba(130, 130, 130, 0.75);
      transition: all .2s linear;
  }
  
  .link-wrap a {
      font-size: 1.1em;
  }
  
  .link-wrap a:hover {
      text-decoration: none;
  }
  
  .link-wrap>a:before {
      content: "\f138";
      font-family: 'fontawesome';
      margin-right: 5px;
      font-size: 20px;
      color: #74b41f;
      top: 3px;
      position: relative;
  }
  /*--ACORDEÃ“N--*/
  
  .accordion.ui-accordion.ui-widget>h3 {
      font-weight: 500;
      min-height: 35px;
      display: flex;
      align-items: center;
  }
  
  .accordion.ui-accordion.ui-widget>h3.ui-accordion-header-active.ui-state-active {
      color: white;
      border-color: #1272b3;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1272b3+0,1066a0+100 */
      background: rgb(18, 114, 179);
      /* Old browsers */
      background: -moz-linear-gradient(top, rgba(18, 114, 179, 1) 0%, rgba(16, 102, 160, 1) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(18, 114, 179, 1) 0%, rgba(16, 102, 160, 1) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(18, 114, 179, 1) 0%, rgba(16, 102, 160, 1) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1272b3', endColorstr='#1066a0', GradientType=0);
      /* IE6-9 */
  }
  
  .accordion {
      margin-top: 25px;
  }
  /*--PAGER--*/
  
  .sf_pagerNumeric {
      text-align: center;
  }
  
  .sf_pagerNumeric>a.sf_PagerCurrent {
      background-color: #6db11b;
      color: #fff;
  }
  
  .sf_pagerNumeric>a {
      font-weight: normal;
      padding: 5px 10px;
      font-size: 14px;
      background: transparent;
      transition: all .2s linear;
  }
  
  .sf_pagerNumeric>a:hover {
      background: #e6e6e6;
      text-decoration: none;
  }
  /*--LISTA DE DOCUMENTOS--*/
  
  .sfdownloadList.sfListMode {
      padding-left: 0px;
  }
  
  .sfLargeIcns>.sfdownloadList>.sfdownloadFile {
      list-style-image: transparent url(../images/chevron_r.png) no-repeat 0px 0px !important;
      min-height: 35px;
      margin-bottom: 5px;
      display: flex;
      align-items: center;
  }
  
  .sfLargeIcns>.sfdownloadList>.sfdownloadFile.sfxlsx>a.sfdownloadTitle {
      font-size: 15px;
      color: #3f3f3f;
      cursor: pointer;
  }
  
  .sfLargeIcns>.sfdownloadList>.sfdownloadFile.sfxlsx>a.sfdownloadTitle:hover {}
  
  .sfLargeIcns>.sfdownloadList>.sfdownloadFile>.sfMetaInfo {
      display: none;
  }
  
  .sfLargeIcns>.sfdownloadList>.sfdownloadFile.sfxlsx {
      background: transparent url(../images/icon_xlsx.png) no-repeat 0px 5px !important;
  }
  
  .sfLargeIcns>.sfdownloadList>.sfdownloadFile.sfxls {
      background: transparent url(../images/icon_xls.png) no-repeat 0px 5px !important;
  }
  
  .sfLargeIcns>.sfdownloadList>.sfdownloadFile.sfpdf {
      background: transparent url(../images/icon_pdf.png) no-repeat 0px 5px !important;
  }
  
  .sfLargeIcns>.sfdownloadList>.sfdownloadFile.sfdoc {
      background: transparent url(../images/icon_doc.png) no-repeat 0px 5px !important;
  }
  
  .sfLargeIcns>.sfdownloadList>.sfdownloadFile.sfdocx {
      background: transparent url(../images/icon_docx.png) no-repeat 0px 5px !important;
  }
  
  .sfLargeIcns>.sfdownloadList>.sfdownloadFile.sfppt {
      background: transparent url(../images/icon_ppt.png) no-repeat 0px 5px !important;
  }
  
  .sfLargeIcns>.sfdownloadList>.sfdownloadFile.sfpptx {
      background: transparent url(../images/icon_pptx.png) no-repeat 0px 5px !important;
  }
  
  .sfLargeIcns>.sfdownloadList>.sfdownloadFile.sfzip {
      background: transparent url(../images/icon_zip.png) no-repeat 0px 5px !important;
  }
  
  .sfLargeIcns>.sfdownloadList>.sfdownloadFile.sf7z {
      background: transparent url(../images/icon_7z.png) no-repeat 0px 5px !important;
  }
  /*--TABLA FUNCIONARIOS--*/
  
  .table-funcionarios {
      width: 100%;
  }
  
  .table-funcionarios>tbody>tr:first-child {
      background: linear-gradient(#74b41f, #619a15);
      height: 25px;
      border-right: 1px solid #95c15b !important;
      border-left: 1px solid #95c15b !important;
      border-bottom: 1px solid #95c15b !important;
  }
  
  .table-funcionarios>tbody>tr:first-child td {
      color: #fff;
      padding: 5px;
      width: 23.7%;
  }
  
  .table-funcionarios>tbody>tr td {
      padding: 10px;
  }
  
  .table-funcionarios>tbody>tr td>a {
      color: #1272b3;
      cursor: pointer;
  }
  
  .table-funcionarios>tbody>tr {
      border-right: 1px solid #efefef;
      border-left: 1px solid #efefef;
      border-bottom: 1px solid #efefef;
  }
  
  .table-funcionarios>tbody>tr:first-child td:nth-child(2n) {
      width: 250px;
  }
  /* Resultado de bÃºsqueda */
  
  .k-list-container .k-list li.k-item.k-state-hover,
  .k-list-container .k-list li.k-item.k-state-focused {
      color: white;
      border-radius: 0px;
      border: none;
      background: rgb(18, 114, 179);
      background: -moz-linear-gradient(top, rgba(18, 114, 179, 1) 0%, rgba(16, 102, 160, 1) 100%);
      background: -webkit-linear-gradient(top, rgba(18, 114, 179, 1) 0%, rgba(16, 102, 160, 1) 100%);
      background: linear-gradient(to bottom, rgba(18, 114, 179, 1) 0%, rgba(16, 102, 160, 1) 100%);
      filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1272b3', endColorstr='#1066a0', GradientType=0);
  }
  
  .singleResultWrp {
      margin-bottom: 20px;
      /* padding-bottom: 20px;*/
      border-bottom: 1px solid #e4e4e4;
  }
  /*.imageResult {
    float: left;
    margin-right: 20px;
    max-width: 150px !important;
    max-height: 105px !important;
    overflow: hidden !important;
  }*/
  
  .singleResultWrp .imageResult img {
      margin-bottom: 10px;
      margin-top: 5px;
  }
  
  .singleResultWrp .sfsearchResultTitle {
      font-size: 24px;
      line-height: 125%;
      font-weight: 500;
      margin-bottom: 7px;
  }
  
  #cph_content_C008_ctl00_ctl00_resultsStats.sfsearchResultStatistics {
      color: #888;
      margin-bottom: 20px;
  }
  
  #cph_content_C008_ctl00_ctl00_resultsStats.sfsearchResultStatistics strong {
      color: #666;
  }
  
  #cph_content_C001_forumsFrontendThreadsList_ctl00_ctl00_threadsPanel table.sfforumThreadsList {
      width: 100%;
  }
  
  #cph_content_C001_forumsFrontendThreadsList_ctl00_ctl00_threadsPanel table.sfforumThreadsList .sfforumThreadTitle {
      font-size: 18px;
  }
  
  .sfsearchResultUrl {
      font-weight: 400;
      color: #888;
  }
  
  .sfsearchResultUrl:hover {
      font-weight: 400;
      color: #888;
      text-decoration: underline;
  }
  
  .sfsearchResultHighLighter:nth-child(n) {
      font-style: normal;
      color: #444;
      font-size: 14px;
      margin-bottom: 20px;
  }
  
  .sfsearchResultHighLighter {
      margin-top: 10px;
  }
  /*--TABLA FOGAFIN--*/
  
  .table-fogafin {
      width: 100%;
      border: 0px !important;
  }
  
  .table-fogafin>tbody>tr>td {
      padding: 5px;
  }
  
  .table-fogafin>tbody>tr>td {
      background-color: white;
      border-bottom: 1px solid #d4d4d4;
      border-right: 1px solid #d4d4d4;
  }
  
  .table-fogafin>tbody>tr>td:first-child {
      border-left: 1px solid #d4d4d4;
  }
  
  .table-fogafin>tbody>tr:first-child>td {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1272b3+0,1066a0+100 */
      background: rgb(18, 114, 179);
      /* Old browsers */
      background: -moz-linear-gradient(top, rgba(18, 114, 179, 1) 0%, rgba(16, 102, 160, 1) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(18, 114, 179, 1) 0%, rgba(16, 102, 160, 1) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(18, 114, 179, 1) 0%, rgba(16, 102, 160, 1) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1272b3', endColorstr='#1066a0', GradientType=0);
      /* IE6-9 */
      color: white;
      font-weight: bold;
      border-right: 1px solid #fff !important;
      border-top: 1px solid #1171b3 !important;
      border-bottom: 1px solid #1171b3 !important;
  }
  
  .table-fogafin>tbody>tr:first-child>td:firt-child {
      border-left: 1px solid #1171b3 !important;
  }
  
  .table-fogafin>tbody>tr:first-child>td:last-child {
      border-right: 1px solid #1171b3 !important;
  }
  /* FOROS */
  
  #cph_content_C001_forumsFrontendThreadsList_ctl00_ctl00_threadsPanel table.sfforumThreadsList {
      width: 100%;
  }
  
  #cph_content_C001_forumsFrontendThreadsList_ctl00_ctl00_threadsPanel table.sfforumThreadsList .sfforumThreadTitle {
      font-size: 18px;
  }
  
  table.sfforumThreadsList .sfforumThreadTitleAndAgeWrp {
      margin-bottom: 10px;
      padding-bottom: 10px;
      margin-top: 10px;
  }
  
  table.sfforumThreadsList tr {
      border-bottom: 1px solid #f0f0f0;
  }
  
  ol.sfforumThreadPostList {
      padding-left: 0px;
      list-style: none;
      margin-top: 20px;
  }
  
  ol.sfforumThreadPostList .sfforumThreadPostUser {
      width: 100px;
      height: 84px;
      background: #f9f9f9;
      float: left;
      padding-top: 0.9em;
      padding-left: .7em;
      padding-right: .7em;
      margin-right: 10px;
      font-size: 0.8em;
      text-transform: uppercase;
      text-align: center;
      color: #0a3d5f;
  }
  
  .sfforumThreadPostContentWrp {
      font-size: 0.8em;
      text-transform: uppercase;
      color: #0a3d5f;
  }
  
  .sfforumSocialShareWrp .sfTop .sfClearfix {
      color: red;
  }
  
  .sfforumThreadPostUser .sfforumUser {
      width: 100%;
      display: block;
      overflow: hidden;
  }
  
  .sfforumLastModified {
      color: #999;
      margin-top: 5px;
  }
  
  ol.sfforumThreadPostList .sfforumUserAvatarWrp,
  .sfforumPostReplyContainer .sfforumUserAvatarWrp {
      border-radius: 100%;
      overflow: hidden;
      margin-bottom: 3px;
      width: 50px;
      height: 50px;
      margin: 4px auto;
  }
  
  ol.sfforumThreadPostList .sfforumUserAvatarWrp img,
  .sfforumPostReplyContainer .sfforumUserAvatarWrp img {
      max-width: 100%;
      width: 50px;
      height: 50px;
      margin-bottom: 0px;
  }
  
  .sfSubmitBtnWrp .sfSubmitBtn,
  .sfforumReplyBtn {
      border: none;
      padding: .5em 1em;
      border-radius: 100px;
      background: #6db53d;
      color: white;
  }
  
  .sfforumThreadPostContent {
      margin: auto;
      text-transform: none;
      color: #444;
      font-size: 14px;
      margin-top: 60px !important
  }
  
  ol.sfforumThreadPostList .sfforumReplyBtn {
      background: #0871ae;
      color: white;
      margin-top: 10px;
  }
  
  ol.sfforumThreadPostList li {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #f4f4f4;
  }
  
  .sfforumReplyPostWrp #cph_content_C001_forumsFrontendPostsList_ctl00_ctl00_rssLink {
      display: none;
  }
  
  .sfforumReplyPostWrp {
      display: inline;
      float: left;
      margin-right: 11px;
  }
  
  .sfforumSocialShareWrp.sfTop.sfClearfix {
      margin-top: 37px;
  }
  
  body .RadSocialShare_Default {
      border: none;
  }
  
  .sfforumPostReplyContainer .sfClose {
      display: none;
  }
  
  .sfforumPostReplyContainer .sfforumReplyThreadContent h2 {
      margin-top: 0px !important;
  }
  
  .sfforumReplyThreadContent .reLayoutWrapper {
      margin-bottom: 8px;
  }
  
  .sfforumReplyThreadContent .sfSubmitBtnWrp {
      padding-top: 8px;
  }
  
  .sfforumsFilterWrp .sfthreadsFilterList {
      padding-left: 0px;
      list-style: none;
  }
  
  .sfforumsFilterWrp {
      margin-top: 8px;
      font-size: 0.8em;
      text-transform: uppercase;
      color: #0a3d5f;
  }
  
  .sfforumsFilterWrp .sfthreadsFilterList li {
      display: inline-block;
      padding-right: 7px;
      margin-right: 5px;
      border-right: 1px solid #f0f0f0;
  }
  
  .sfforumsFilterWrp .sfthreadsFilterList li:last-child {
      border-right: 0px;
  }
  
  .sfforumsFilterWrp #cph_content_C001_forumsFrontendThreadsList_ctl00_ctl00_threadsFilterLabel {
      display: inline;
      float: left;
      margin-right: 10px;
  }
  
  .sfregisterSaveLnk {
      background-color: #6db53d;
      border: none;
      border-radius: 100px;
      color: white;
      font-weight: 500;
      width: 165px;
      height: 30px;
      font-weight: bold;
      margin-top: 10px;
      margin-right: 10px;
  }
  
  .sfRegister[disabled] {
      background-color: lightgray;
      border: none;
      border-radius: 100px;
      color: white;
      font-weight: 500;
      width: 165px;
      height: 30px;
      font-weight: bold;
      margin-top: 10px;
      margin-right: 10px;
  }
  
  #sfSubmitBtn {
      background-color: #6db53d;
      border: none;
      border-radius: 100px;
      font-weight: 500;
      width: 165px;
      height: 30px;
  }
  
  .sfregisterLnkWrp {
      margin-left: 40px !important;
  }
  
  #cph_content_C019_LoginButton {
      background-color: #6db53d !important;
      color: white;
      line-height: 2;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      border-radius: 100px;
      margin-left: 29px !important;
  }
  
  .sfLoginHelp {
      padding-top: 10px !important;
      margin-left: 29px !important;
  }
  
  #cph_content_C008_ctl00_ctl00_firstName_ctl00_ctl00_textBox_write {
      border-radius: 3px;
      border: 1px;
      border-color: #dbdbdb;
      width: 330px;
      height: 30px;
      border-style: solid;
      padding-left: 5px;
  }
  
  #cph_content_C008_ctl00_ctl00_lastName_ctl00_ctl00_textBox_write {
      border-radius: 3px;
      border: 1px;
      border-color: #dbdbdb;
      width: 330px;
      height: 30px;
      border-style: solid;
      padding-left: 5px;
  }
  
  #cph_content_C008_ctl00_ctl00_email_ctl00_ctl00_textBox_write {
      border-radius: 3px;
      border: 1px;
      border-color: #dbdbdb;
      width: 330px;
      height: 30px;
      border-style: solid;
      padding-left: 5px;
  }
  
  #cph_content_C008_ctl00_ctl00_userName_ctl00_ctl00_textBox_write {
      border-radius: 3px;
      border: 1px;
      border-color: #dbdbdb;
      width: 330px;
      height: 30px;
      border-style: solid;
      padding-left: 5px;
  }
  
  #cph_content_C008_ctl00_ctl00_password_ctl00_ctl00_textBox_write {
      border-radius: 3px;
      border: 1px;
      border-color: #dbdbdb;
      width: 330px;
      height: 30px;
      border-style: solid;
      padding-left: 5px;
  }
  
  #cph_content_C008_ctl00_ctl00_reTypePassword_ctl00_ctl00_textBox_write {
      border-radius: 3px;
      border: 1px;
      border-color: #dbdbdb;
      width: 330px;
      height: 30px;
      border-style: solid;
      padding-left: 5px;
  }
  
  #cph_content_C008_ctl00_ctl00_firstName_ctl00_ctl00_titleLabel_write {
      padding-top: 10px;
      color: #444;
  }
  
  #cph_content_C008_ctl00_ctl00_lastName_ctl00_ctl00_titleLabel_write {
      padding-top: 10px;
      color: #444;
  }
  
  #cph_content_C008_ctl00_ctl00_email_ctl00_ctl00_titleLabel_write {
      padding-top: 10px;
      color: #444;
  }
  
  #cph_content_C008_ctl00_ctl00_userName_ctl00_ctl00_titleLabel_write {
      padding-top: 10px;
      color: #444;
  }
  
  #cph_content_C008_ctl00_ctl00_password_ctl00_ctl00_titleLabel_write {
      padding-top: 10px;
      color: #444;
  }
  
  #cph_content_C008_ctl00_ctl00_reTypePassword_ctl00_ctl00_titleLabel_write {
      padding-top: 10px;
      color: #444;
  }
  
  #UserName {
      border-radius: 3px;
      border: 1px;
      border-color: #dbdbdb;
      width: 330px;
      height: 30px;
      border-style: solid;
      padding-left: 5px;
  }
  
  #Password {
      border-radius: 3px;
      border: 1px;
      border-color: #dbdbdb;
      width: 330px;
      height: 30px;
      border-style: solid;
      padding-left: 5px;
      margin-top: 10px;
      margin-bottom: 10px;
  }
  
  #Email {
      border-radius: 3px;
      border: 1px;
      border-color: #dbdbdb;
      width: 330px;
      height: 30px;
      border-style: solid;
      padding-left: 5px;
      margin-top: 10px;
      margin-bottom: 10px;
      margin-left: 10px;
  }
  
  #form-group {
      margin-top: 20px;
      margin-bottom: 10px;
  }
  
  #RepeatNewPassword {
      width: 330px;
      height: 30px;
  }
  
  #NewPassword {
      width: 330px;
      height: 30px;
  }
  
  #sfregisterFieldsList {
      padding-left: 1em !important;
  }
  
  #sfLoginFieldsWrp {
      padding-left: 1em !important;
      padding-top: 7px;
  }
  
  #sfLoginField {
      padding-top: 10px !important;
  }
  
  #cph_content_C019_UserNameLabel {
      padding-top: 10px;
  }
  
  #cph_content_C019_RememberMeTextLabel {
      padding-top: 10px;
      font-size: 14px;
      font-weight: normal;
      color: #444;
  }
  
  .sfError {
      color: #ffb000;
  }
  
  .has-error .help-block .field-validation-error {
      color: #ffb000 !important;
      margin-top: 0px !important;
  }
  
  #cph_content_C001_forumsFrontendList_ctl00_ctl00_forumsLiteral {
      color: #1273B2;
  }
  
  .sfforumsList {
      margin-top: -30px;
  }
  
  .sfforumTitleWrp {
      height: 40px;
  }
  
  .sfforumTitle {
      font-size: 18px !important;
      font-weight: 400;
  }
  
  .sfforumImgWrp {
      padding-right: 15px;
  }
  
  .sfforumGroupTitle {
      margin-top: 30px !important;
      color: #7DAA42;
      font-size: 1.7em;
      font-weight: 300;
      border-bottom: 1px solid #dfdfdf;
  }
  
  .sfforumDescription {
      padding-top: 10px;
      padding-bottom: 30px;
      padding-right: 20px;
      font-size: 14px !important;
  }
  
  .sfforumGroupDescription {
      color: #1273B2;
      font-weight: 500;
      font-size: 17px !important;
  }
  
  .sfforumLastPostWrp {
      padding-left: 10px;
      text-align: left;
      font-size: 0.8em;
      text-transform: uppercase;
      color: #0a3d5f;
  }
  
  .sfforumThreadsCountWrp {
      padding: 34px 5px 10px 5px;
      text-align: left;
      font-size: 0.8em;
      text-transform: uppercase;
      color: #0a3d5f;
      float: left;
  }
  
  .sfforumPostsCountWrp {
      padding: 5px;
      text-align: left;
      font-size: 0.8em;
      text-transform: uppercase;
      color: #0a3d5f;
      float: left;
      width: 80px;
  }
  
  .sfforumThreadWrp {
      font-size: 0.7em;
      color: #0a3d5f;
  }
  
  .sfforumThreadPostsWrp {
      text-align: left;
      font-size: 0.7em;
      text-transform: uppercase;
      color: #0a3d5f;
      width: 6em;
  }
  
  .sfforumThreadViewsWrp {
      text-align: center;
      font-size: 0.7em;
      text-transform: uppercase;
      color: #0a3d5f;
      width: 10em;
      padding-left: 1em;
      padding-right: 1em;
  }
  
  .sfforumThreadLastPostWrp {
      text-align: center;
      font-size: 0.7em;
      text-transform: uppercase;
      color: #0a3d5f;
  }
  
  h1.sfforumTitle {
      font-size: 36px !important;
      font-weight: 500 !important;
      color: #1273B2;
  }
  /*.sfforumTitle:before {
	content: "Foro:";
}*/
  
  td.sfforumThreadPostsWrp {
      text-align: center;
  }
  
  td.sfforumThreadViewsWrp {
      text-align: center;
  }
  
  td.sfforumThreadLastPostWrp {
      padding-left: 10px;
      text-align: center;
      font-size: 0.7em;
      text-transform: uppercase;
  }
  
  .sfforumThreadAgeWrp {
      text-transform: uppercase;
      color: #898989;
  }
  
  .sfforumSubscribeWrp {
      padding-bottom: 10px;
      margin-bottom: 10px;
      display: none;
  }
  
  .sfforumNewThreadLnk {
      background-color: #73b41a;
      border-radius: 100px;
      color: white;
      font-weight: 600;
      width: 110px !important;
      height: 30px;
      padding: 5px;
  }
  
  .sfforumNewThreadLnk:hover {
      background-color: #73b41a;
      border-radius: 100px;
      color: white;
      font-weight: 600;
      width: 110px !important;
      height: 30px;
      padding: 5px;
      text-decoration: underline;
  }
  
  .sfforumNewThreadLnk:focus {
      background-color: #73b41a;
      border-radius: 100px;
      color: white;
      font-weight: 600;
      width: 110px !important;
      height: 30px;
      padding: 5px;
      text-decoration: underline;
  }
  
  .sfforumThreadsList {
      margin-top: 20px;
  }
  
  h1.sfforumPostTitle {
      font-size: 36px !important;
      font-weight: 500 !important;
      color: #1273B2;
  }
  
  a.sfforumThreadTitle {
      font-size: 1.3em !important;
  }
  
  .sfforumThreadAgeWrp>a {
      display: block;
  }
  
  #cph_content_C015>a {
      background-color: #6db53d !important;
      color: white;
      font-weight: 600;
      text-align: center;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      border-radius: 100px;
      width: 8em;
      float: right;
      clear: left;
      margin-bottom: 1em;
  }
  /* EVENTOS */
  
  #ctl00_cph_content_C004_eventsFrontendCalendar_ctl00_ctl00_radScheduler .rsWrap .rsAptContent {
      font-size: 14px;
      padding-left: 9px;
  }
  
  #ctl00_cph_content_C004_eventsFrontendCalendar_ctl00_ctl00_radScheduler.RadScheduler_Metro .rsHeader {
      background-color: #8c8c8c;
      border: none;
  }
  
  .RadScheduler_Metro .rsHeader ul a {
      border: none;
  }
  
  #ctl00_cph_content_C004_eventsFrontendCalendar_ctl00_ctl00_radScheduler .rsHeader h2 {
      margin-top: 0px !important;
  }
  
  .sfeventDetails.sfdetails .sfeventDatesLocationContacts {
      list-style: none;
      padding-left: 0px;
      font-size: 18px;
  }
  
  .sfeventDetails.sfdetails .sfcommentAuthorAvatar {
      display: none;
  }
  
  .sfeventDetails.sfdetails .sfcommentsForm ol {
      padding-left: 0px;
      list-style: none;
  }
  
  .sfeventDetails.sfdetails .sfcommentsSubmitBtn {
      border: none;
      padding: .5em 1em;
      border-radius: 100px;
      background: #6db53d;
      color: white;
  }
  
  .RadScheduler_Metro .rsNonWorkHour,
  .RadScheduler_Metro .rsSunCol,
  .RadScheduler_Metro .rsSatCol {
      background-color: #f6fced;
  }
  
  .RadScheduler_Metro .rsMonthView .rsOtherMonth {
      background-color: #f0f0f0;
  }
  
  .RadScheduler_Metro .rsMonthView .rsDateBox {
      border-bottom: 1px solid #e5e5e5;
      background-color: #f2fbff;
  }
  
  .RadScheduler_Metro .rsMonthView .rsSelectedSlot {
      border-color: #66ace0;
      background: #66ace0;
  }
  
  .RadScheduler_Metro .rsAptCreate,
  .RadScheduler_Metro .rsMonthView .rsAptCreate,
  .RadScheduler_Metro .rsAptCreateRow2,
  .RadScheduler_Metro .rsMonthView .rsAptCreateRow2,
  .RadScheduler_Metro .rsAptCreateRow3,
  .RadScheduler_Metro .rsMonthView .rsAptCreateRow3,
  .RadScheduler_Metro .rsAptCreateRow4,
  .RadScheduler_Metro .rsMonthView .rsAptCreateRow4,
  .RadScheduler_Metro .rsAptCreateRow5,
  .RadScheduler_Metro .rsMonthView .rsAptCreateRow5 {
      background: #e5e5e5;
  }
  
  #ctl00_cph_content_C004_eventsFrontendCalendar_ctl00_ctl00_radScheduler .rsApt.rsAptSimple {
      background-color: #0871ae !important;
      color: white !important;
      height: 23px !important;
  }
  
  .sfeventTitle {
      color: #1273B2 !important;
      font-size: 36px !important;
  }
  
  .sfeventDatesLocationContacts {
      list-style: none;
      padding-left: 0px;
      font-size: 14px !important;
      padding-top: 10px !important;
  }
  
  .RadScheduler .rsAptSimple .rsAptContent {
      margin-top: 2px;
      white-space: nowrap;
      text-overflow: ellipsis;
  }
  
  .RadScheduler .rsAptRecurrence {
      display: none !important;
  }
  
  #cph_content_C025_ctl00_ctl00_firstName_ctl00_ctl00_textBox_write {
      width: 330px !important;
      height: 30px !important;
      padding-left: 5px !important;
      border-radius: 3px !important;
      border-width: 1px !important;
      border-image: initial !important;
      border-color: rgb(219, 219, 219) !important;
      border-style: solid !important;
  }
  
  #cph_content_C025_ctl00_ctl00_lastName_ctl00_ctl00_textBox_write {
      width: 330px !important;
      height: 30px !important;
      padding-left: 5px !important;
      border-radius: 3px !important;
      border-width: 1px !important;
      border-image: initial !important;
      border-color: rgb(219, 219, 219) !important;
      border-style: solid !important;
  }
  
  #cph_content_C025_ctl00_ctl00_email_ctl00_ctl00_textBox_write {
      width: 330px !important;
      height: 30px !important;
      padding-left: 5px !important;
      border-radius: 3px !important;
      border-width: 1px !important;
      border-image: initial !important;
      border-color: rgb(219, 219, 219) !important;
      border-style: solid !important;
  }
  
  #cph_content_C025_ctl00_ctl00_userName_ctl00_ctl00_textBox_write {
      width: 330px !important;
      height: 30px !important;
      padding-left: 5px !important;
      border-radius: 3px !important;
      border-width: 1px !important;
      border-image: initial !important;
      border-color: rgb(219, 219, 219) !important;
      border-style: solid !important;
  }
  
  #cph_content_C025_ctl00_ctl00_password_ctl00_ctl00_textBox_write {
      width: 330px !important;
      height: 30px !important;
      padding-left: 5px !important;
      border-radius: 3px !important;
      border-width: 1px !important;
      border-image: initial !important;
      border-color: rgb(219, 219, 219) !important;
      border-style: solid !important;
  }
  
  #cph_content_C025_ctl00_ctl00_reTypePassword_ctl00_ctl00_textBox_write {
      width: 330px !important;
      height: 30px !important;
      padding-left: 5px !important;
      border-radius: 3px !important;
      border-width: 1px !important;
      border-image: initial !important;
      border-color: rgb(219, 219, 219) !important;
      border-style: solid !important;
  }
  
  #cph_content_C025_ctl00_ctl00_firstName_ctl00_ctl00_textBox_write:focus {
      outline: 0 !important;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  }
  
  #cph_content_C025_ctl00_ctl00_lastName_ctl00_ctl00_textBox_write:focus {
      outline: 0 !important;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  }
  
  #cph_content_C025_ctl00_ctl00_email_ctl00_ctl00_textBox_write:focus {
      outline: 0 !important;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  }
  
  #cph_content_C025_ctl00_ctl00_userName_ctl00_ctl00_textBox_write :focus {
      outline: 0 !important;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  }
  
  #cph_content_C025_ctl00_ctl00_password_ctl00_ctl00_textBox_write:focus {
      outline: 0 !important;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  }
  
  #cph_content_C025_ctl00_ctl00_reTypePassword_ctl00_ctl00_textBox_write:focus {
      outline: 0 !important;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  }
  /* Encuestas */
  
  .sfFormsEditor.sfTopLbls .sfRadioList input {
      margin-right: 6px;
  }
  
  .sfFormsEditor.sfTopLbls .sfFormSubmit input {
      border: none;
      padding: .5em 1em;
      border-radius: 100px;
      background: #6db53d;
      color: white;
  }
  
  #C015_ctl00_ctl00_C002 {
      background-color: #73b41a;
      color: #ffffff;
      font-weight: 700;
      font-size: 13px;
      height: 30px !important;
      width: 100px;
      border-radius: 100px;
      border-style: none;
      margin-left: 104px;
  }
  /* Calculadora */
  
  .tooltip-inner {
      color: #444 !important;
      font-family: 'Source Sans Pro', sans-serif !important;
      font-size: 14px !important;
      text-align: left !important;
      background-color: #e7f1f7 !important;
      padding-top: 10px !important;
      padding-right: 10px !important;
      padding-bottom: 10px !important;
      padding-left: 10px !important;
      max-width: 350px !important;
  }
  
  .tooltip-arrow {
      width: 0;
      height: 0;
      border-left: 20px solid transparent !important;
      border-right: 20px solid transparent !important;
      border-top: 20px solid #e7f1f7 !important;
  }
  
  .sfError .violationMessageC015_ctl00_ctl00_C001 {
      padding-top: 5px;
      font-size: 14px;
      color: #428bca;
  }
  
  .sfErrorSummary {
      padding-bottom: 5px;
      font-size: 14px;
      color: #ffb000;
  }
  
  #C015_ctl00_ctl00_errorsPanel {
      padding-bottom: 5px;
      font-size: 14px;
      color: #ffb000;
  }
  
  .logo-entidades img {
      width: 100%;
  }
  
  .controladores button span {
      margin-top: -5px;
      font-size: 12px;
      line-height: 19px;
  }
  
  .controladores button i {
      font-size: 20px;
  }
  
  .btn-primary:focus,
  .btn-primary:visited {
      color: #fff!important;
  }
  /* INGLES */
  
  .sflanguagesDropDownList {
      background-color: #F4F4F4;
      text-transform: uppercase;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 12px;
      border-style: none;
      margin-top: 6px;
      color: #878787;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      padding-left: 10px !important;
  }
  
  .sflanguagesDropDown {
      background-color: #F4F4F4;
      text-transform: uppercase;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 12px;
      border-style: none;
      margin-top: 6px;
      color: #878787;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      padding-left: 10px !important;
  }
  
  .sflanguagesHorizontalList {
      background-color: #F4F4F4;
      text-transform: uppercase;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 12px;
      border-style: none;
      margin-top: 6px;
      color: #878787;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      padding-left: 10px !important;
  }
  
  .sfimageWrp img {
      margin: auto;
  }
  
  #cajaplaypause {
      display: block;
      position: absolute;
      height: 50%;
      width: 30%;
      left: 35%;
      top: 30%;
      z-index: 100;
  }
  
  .container-btn {
      display: none;
      width: 100%;
      padding-top: 13.2%;
  }
  
  #cajaplaypause:hover .container-btn {
      display: block;
  }
  
  .boton-playpause {
      display: block;
      background: rgba(0, 0, 0, 0.5);
      width: 64px;
      height: 64px;
      margin-left: auto;
      margin-right: auto;
      border-radius: 32px;
      padding: 20px;
      cursor: pointer;
  }
  
  .btn-playpause:hover {
      background: rgba(0, 0, 0, 0.7);
  }
  
  .pause {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAAASAAAAEgARslrPgAAAE9JREFUaN7t0LENgEAMBEGe/ns2OQESwbMBM/lZWh8HANBZbwczM48H11o793fnzu98QUBNQE1ATUBNQE1ATUBNQE1ATUBNQE1ATQAA8GcXumAIOJQsQP8AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDMtMTFUMjE6NDg6NTArMDA6MDCJnOFOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAzLTExVDIxOjQ4OjUwKzAwOjAw+MFZ8gAAACh0RVh0c3ZnOmJhc2UtdXJpAGZpbGU6Ly8vdG1wL21hZ2ljay12SjNIS2NVVgo8JLEAAAAASUVORK5CYII=");
      background-repeat: no-repeat;
      background-position: center center;
  }
  
  .play {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAAASAAAAEgARslrPgAAAQVJREFUaN7t1KFNREEURuEHCFCEZC2hAKgCLBaNXEeQtEALWFrYFghFgGctAoXYD0GmgDczeXc2uaeBe84V/zQlSZIkSbLHYI2DaI+WAHjDZbRLSwD84hnH0U61AYUPXEd7tQTADi84jfarDSh84S7asSWgsMF5tGtLAHzjEYfRzrUBhbEmtyKAkSa3MqAQP7mNAURPboeAQszkdgwozJrcsSbtn9tpmh4Wu9b5+5+4WfRdncTLrJ4sKt8p4B1Xi4t3CPjBE47C5BsCNrgIFa8M2OI+2rkmYIdXrKJ9awKWn8ZOAXHT2CEgdhobAsaYxsqAcaZxZsB40zgz4CzaIUmSJEn2lj9Eptt7AbB/qgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0wMy0xMVQyMTo0NDo1NiswMDowMPBwNPoAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMDMtMTFUMjE6NDQ6NTYrMDA6MDCBLYxGAAAAKHRFWHRzdmc6YmFzZS11cmkAZmlsZTovLy90bXAvbWFnaWNrLW43bjJ2aHBlcpgi7wAAAABJRU5ErkJggg==");
      background-repeat: no-repeat;
      background-position: center center;
  }
  
  #botonplay {
      display: none;
  }

  #InfoWrapper .sfContentBlock {
    display: flex;
    justify-content: center!important; 
    align-items: center;
    }

  @media (max-width: 996px) {

    .video_content h2 {
        font-size: 20px;
    }

    .sfContentBlock a img {
        width: 100%!important;
        padding: 0 1rem;
    }
     
    .mapa_modulos.bg-img { 
        max-width: auto!important;
        height: auto!important;

        background-size: contain!important;
        background-position: 50% 50%!important;
        background-repeat: no-repeat!important;
        padding-bottom: 69.533333%!important;
    }

    .tooltip_modulo {
        font-size: 10px!important;
    }
}
  
  .mapa_modulos.bg-img {
      position: relative;
      width: 100%;
      overflow: hidden;
      max-width: 713px;
      height: 492px; 
  }



  
  .bg-img {
      -webkit-background-size: cover!important;
      background-size: cover!important;
      background-repeat: no-repeat!important;
      background-position: center center!important
  }
  
  
.boton_modulo1 {
    position: absolute;
    left: calc( 0% - -31px);
    top: calc(100% / 4);
    width: calc(100% / 5);
    height: calc(100% / 3);
}

.boton_modulo2 { 
    position: absolute;
    right: auto;
    top: calc(100% / 2);
    width: calc(100% / 4.3);
    height: calc(100% / 4);
    left: calc(100% / 4.4);
}

.boton_modulo3 {
    position: absolute;
    right: auto;
    top: calc(100% / 1.5);
    width: calc(100% / 4.3);
    height: calc(100% / 3.5);
    left: calc(100% / 2.1);
}

.boton_modulo4 { 
    position: absolute;
    right: auto;
    top: calc(100% / 12);
    width: calc(100% / 4);
    height: calc(100% / 4);
    left: calc(100% / 4);
}

.boton_modulo5 { 
    position: absolute;
    right: calc(100% / 24);
    bottom: calc(100% / 4);
    width: calc(100% / 4);
    height: calc(100% / 3);
    left: auto;
}
  
.nav-pills .nav-link {
    border-radius: .25rem;
    height: 100%;
}
  
.boton_modulo1 a {
      display: block;
      position: relative;
      height: 100%;
}
  
.bg_gradiant {
    display: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    cursor: pointer;
    max-width: max-content;
    padding: 0.4rem 0.3rem!important;
    background: rgb(234,234,234);
    background: -moz-linear-gradient(90deg, rgba(234,234,234,1) 0%, rgba(186,186,186,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(234,234,234,1) 0%, rgba(186,186,186,1) 100%);
    background: linear-gradient(90deg, rgba(234,234,234,1) 0%, rgba(186,186,186,1) 100%); 
    border-radius: 13px;
    /*box-shadow: -0.4rem 0.1rem 1.5rem rgba(0,0,0,.29)!important;*/
}
  
  
.tooltip_modulo {
    position: relative;
    background: rgb(206,206,206);
    background: -moz-linear-gradient(90deg, rgba(206,206,206,0.938813025210084) 0%, rgba(234,234,234,0.9976365546218487) 100%);
    background: -webkit-linear-gradient(90deg, rgba(206,206,206,0.938813025210084) 0%, rgba(234,234,234,0.9976365546218487) 100%);
    background: linear-gradient(90deg, rgba(206,206,206,0.938813025210084) 0%, rgba(234,234,234,0.9976365546218487) 100%);
    border-radius: 12px;
    max-width: max-content;
    color: #00609c;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    
    font-size: 13px;
    height: auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.models_footer {
    position: relative;
    z-index: 3;
    margin-top: -4rem;
}

.modal-body {
    position: relative;
    overflow: hidden;
}

.bt_models1 {
    position: absolute;
    display: table;
    margin: 0 auto;
    top: 19%;
    background-color: transparent;
    border: 0px solid transparent;
    justify-content: center;
    align-items: center;
    max-width: 43%;
    left: 1%;
    right: 1%;
    outline: none!important;
    border: 0px solid transparent;
}

.bt_models1 img {
    width: 100%;
}

.bg-transparent {
    background-color: transparent!important;
}

.bon_mod:hover .bg_gradiant {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.35s ease-in-out;
}
  /*

ESTILOS PARA PLANTILLA CON GOVCO Y NUEVO MOCKUP

*/
  /*govco*/
  
  .top-govco {
      background-color: #3366cc;
      font-family: sans-serif;
      display: inline-block;
      padding: 0;
      width: 100%;
  }
  
  ul.list-govco {
      color: #fff;
      font-family: 'Work Sans', sans-serif;
      font-size: 1.30em;
      text-align: right;
      text-decoration: none;
      display: inline-block;
      vertical-align: middle;
      list-style-type: none;
      padding: 0 .5em;
      margin: 1em .2em 0 0;
  }
  
  ul.list-govco>li {
      float: right;
      padding: 0 .8em;
  }
  
  a.link-govco {
      color: #fff !important;
      font-weight: 500;
      display: inline-block;
      border-bottom: 3px solid transparent;
  }
  
  .logo-govco {
      display: inline;
      height: auto;
      width: 140px;
      padding: .5em 1em;
      margin: .2em 0;
  }
  
  .conthead {
      width: 100% !important;
      margin-right: auto;
      margin-left: auto;
      padding-left: 15px;
      padding-right: 15px
  }
  
  .col-sm-3,
  .col-sm-9 {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px
  }
  
  .right-gc {
      text-align: right;
      padding: 0;
      margin: 0;
      vertical-align: middle;
  }
  
  @media (min-width: 768px) {
      .col-sm-9 {
          width: 75%;
      }
  }
  
  @media (min-width: 768px) {
      .col-sm-3 {
          width: 25%;
      }
  }
  /**/
  
  #HeaderWrapper {
      width: 75%;
  }
  
  .top-govco {
      /*width: 145% !important;
    margin-left: -252px;*/
  }
  
  #MainWrapper {
      width: 1170px;
  }
  
  #FooterWrapper {
      background-color: #3366CC !important;
      padding-top: 25px;
      padding-bottom: 25px;
      font-family: 'Work Sans', sans-serif !important;
  }
  
  #FooterWrapper strong {
      font-weight: 600 !important;
  }
  
  #FooterWrapper p,
  #FooterWrapper span {
      line-height: 30px;
  }
  
  .footer-info h5,
  .footer-info ul.nav li a,
  .footer-info ul.nav li,
  .footer-info p,
  .footer-contact .contact .contact-txt,
  .footer-contact .contact .contact-txt a {
      color: rgba(255, 255, 255, 0.8);
      font-family: 'Work Sans', sans-serif !important;
      font-size: 13px;
  }
  /*.logo-fogafin{
	margin-left: -65%;
}

.logo-entidades{
	margin-left: 100%;
}

.logo-entidades img{
	height:80px;
}*/
  
  .logo-entidades {
      height: 97px;
      display: flex;
      justify-content: flex-end;
  }
  
  #HeaderWrapper .row {
      width: 1157px;
  }
  
  @media screen and (max-width: 768px) {
      .logo-fogafin {
          display: flex;
          justify-content: center;
      }
      .logo-entidades {
          justify-content: center;
      }
      .nav-menu {
          width: 50% !important;
          ;
      }
  }
  
  ul.nav-social>li>a {
      font-family: 'Work Sans', sans-serif !important;
  }
  /*Nuevo menu de busqueda*/
  
  .search-box .sfsearchBox .sfsearchTxt.k-widget input.sfsearchTxt.k-input {
      /* border-style: none !important; */
  }
  
  .sfsearchTxt {
      background: #efefef !important;
      border-bottom: 2px solid #00629b !important;
      border-radius: 0px !important;
      background: #efefef !important;
      border-radius: 0px !important;
  }
  
  #NavWrapper {
      background-color: #efefef;
  }
  /*nuevos estilos*/
  
  #InfoWrapper {
      background: #efefef;
  }
  
  #cph_search_T872B9637033_ctl00_ctl00_searchTextBox::placeholder,
  #cph_search_TDCF9A909017_ctl00_ctl00_searchTextBox::placeholder,
  #cph_search_TDF26A886026_ctl00_ctl00_searchTextBox::placeholder {
      color: #00629b;
  }
  /*reparando pagina de que es fogafin*/
  
  .fo-content .sfContentBlock {
      display: initial !important;
      justify-content: center!important;
      align-items: center;
  }
  /*footer nuevo diseÃ±o*/
  
  .content-footer {
      width: 1170px !important;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
  }
  
  .social-icons {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
  }
  
  .social-icons>* {
      margin: 15px !important;
      padding: 10px!important;
      display: flex!important;
      align-items: center;
      justify-content: center;
  }
  
  .icon-co {
      display: flex;
      justify-content: center;
  }
  
  #FooterWrapper .sf_cols {
      width: 1170px;
      min-width: 0px;
      margin: 0 auto;
  }
  
  @media screen and (max-width:1170px) {
      #MainWrapper {
          width: auto !important;
      }
      #FooterWrapper .sf_cols {
          width: auto !important;
          min-width: 0px;
          margin: 0 auto;
      }
  }
  
  #FooterWrapper .sf_colsOut.sf_2cols_1_75 {
      float: left;
      margin: 0;
      width: 75%!important;
  }
  
  #FooterWrapper .sf_colsOut .sf_2cols_2_25 {
      float: left;
      margin: 0;
      width: 25%!important;
  }
  /*escondiendo widget de idioma*/
  
  #cph_info_T899BE0DC079,
  #cph_info_TD2E6F478051,
  #cph_info_T8C416E65046,
  #cph_info_T189596F8071,
  #cph_info_T45895B68050,
  #cph_info_TF043E3B9047 {
      visibility: hidden;
      height: 0px;
  }
  /*Css para responsive a footer, miga de pan en banner y ancho de textos*/
  /*Para iconos en responsive
*/
  
  @media screen and (max-width:549px) and (min-width:430px) {
      .social-icons {
          width: 132%!important;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
      }
  }
  
  @media screen and (max-width:559px) {
      /*para footer
	*/
      .content-footer {
          width: 1170px !important;
          display: block;
          justify-content: space-between;
          margin: 0 auto;
      }
      #FooterWrapper .sf_colsOut .sf_2cols_2_25 {
          float: left;
          margin: 0;
          width: 100%!important;
          padding-left: 14px;
          margin-top: 10px;
          border-top: 1px solid aliceblue;
      }
      /*para la miga de pan superpuesta
	*/
      .sfBreadcrumbWrp {
          position: absolute;
          left: 5.5%;
          padding-top: 31%;
          width: 78%;
      }
      .RadSiteMap_Default .rsmOneLevel .rsmLink {
          font-size: 13px;
      }
      /*para textos anchos en responsive
	*/
      .fo-content {
          padding-left: 20px !important;
          padding-right: 35px !important;
          font-size: 15px;
          letter-spacing: 0.3px;
      }
  }
  /*
    Estilos que estaban en el codigo html
*/
  /* ---------- LIVE-CHAT ---------- */
  
  #live-chat {
      bottom: 0;
      font-size: 1em;
      right: 24px;
      position: fixed;
      width: 22em;
  }
  
  .chat-title {
      font-size: 1em;
  }
  
  #live-chat header {
      background: #68992f;
      background-color: #68992f;
      border-radius: 7px 5px 0 0;
      color: #fff;
      /*cursor: pointer;*/
      padding: 5px 10px;
      font-family: 'Source Sans Pro', sans-serif;
  }
  
  #live-chat h4 {
      font-size: 1.1em;
      font-family: 'Source Sans Pro', sans-serif;
      margin-bottom: 1px;
  }
  
  #live-chat h4:before {
      color: #1a8a34;
      background-color: inherit;
      border-radius: 50%;
      content: "";
      display: inline-block;
      height: 8px;
      margin: 0 8px 0 0;
      width: 8px;
      display: none;
  }
  
  #live-chat h5 {
      font-size: 0.8em;
      font-family: 'Source Sans Pro', sans-serif;
  }
  
  #live-chat form {
      padding: 24px;
  }
  
  #live-chat input[type="text"] {
      border: 1px solid #ccc;
      border-radius: 3px;
      padding: 8px;
      outline: none;
      width: 20em;
  }
  
  .chat-message-counter {
      color: #e62727;
      background-color: inherit;
      border: 1px solid #fff;
      border-radius: 50%;
      display: none;
      font-size: 0.8em;
      font-weight: bold;
      height: 28px;
      left: 0;
      line-height: 28px;
      margin: -15px 0 0 -15px;
      position: absolute;
      text-align: center;
      top: 0;
      width: 1.75em;
  }
  
  .chat-close {
      background: #ffffff;
      background-color: #ffffff;
      border-radius: 50%;
      color: #1171b3;
      display: block;
      float: right;
      font-size: 1em;
      height: 16px;
      line-height: 16px;
      margin: 2px 0 0 0;
      text-align: center;
      width: 16px;
      text-decoration: none;
  }
  
  .chat {
      color: #fff;
      background-color: inherit;
  }
  
  .chat-history {
      height: 252px;
      padding: 0px 0px;
      overflow-y: hidden;
  }
  
  .chat-message {
      margin: 16px 0;
  }
  
  .chat-message img {
      border-radius: 50%;
      float: left;
  }
  
  .chat-message-content {
      margin-left: 56px;
  }
  
  .chat-time {
      float: right;
      font-size: 0.8em;
  }
  
  .chat-feedback {
      font-style: italic;
      margin: 0 0 0 80px;
  }
  
  #myiframe {
      border-width: 0px;
  }
  /*
Para head govco
*/
  
  @import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700&amp;subset=latin-ext');
  @import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700&amp;subset=latin-ext');
  @import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900&amp;display=swap&amp;subset=latin-ext');
  #top-bar {
      background-color: #36C!important;
      height: 45px!important;
  }
  
  .sfContentBlock {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .nav-menu {
      width: 40%;
      display: flex;
      justify-content: space-between;
      margin: 0;
      padding: 0;
      list-style: none;
      font-family: 'Source Sans Pro', sans-serif !important;
  }
  /*imagenes*/
  
  #HeaderWrapper {
      width: 100%;
      display: flex;
      justify-content: center;
  }
  
  .header-container {
      width: 1170px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-left: 35px;
      padding-right: 5px;
  }
  
  .header-container img {
      height: 80px;
      width: auto;
  }
  
  .img-header {
      height: 100px;
      width: auto;
  }
  
  a.link-govco:hover {
      text-decoration: none;
      border-bottom: 4px solid #fbd015;
  }
  
  @media screen and (max-width:991px) {
      .nav-menu {
          display: none;
      }
  }
  /*
Para footer
*/
  
  @import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
  .az-element {
      position: relative;
  }
  
  .word-gral p,
  div {
      line-height: 1.52em;
  }
  
  .word-gral p,
  div {
      line-height: 1.52em;
  }
  
  .logo-co1 {
      width: 100px;
      height: auto;
      text-align: center;
      padding: .3em;
      margin: auto;
  }
  
  .word-gral p,
  div {
      line-height: 1.52em;
  }
  
  .socialsf-govco {
      display: inline-block;
      padding: .5em .3em !important;
      background-color: #64acfd;
      color: #fff !important;
      height: 60px !important;
      width: 60px !important;
      text-align: center;
      font-size: 2.1em !important;
      text-decoration: none;
      -webkit-transition: .25s ease-in-out all;
      -moz-transition: .25s ease-in-out all;
      -o-transition: .25s ease-in-out all;
      -ms-transition: .25s ease-in-out all;
      transition: .25s ease-in-out all;
      margin: .3em .2em;
      text-decoration: none;
  }
  
  .fa {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  /*iconos*/
  
  .fa-facebook,
  .fa-youtube {
      /*margin-left:114px;*/
      margin-left: 80px;
  }
  
  .fa-twitter,
  .fa-instagram {
      /*margin-right:114px;*/
      margin-right: 80px;
  }
  /*responsive footer*/
  
  @media screen and (min-width: 1500px) {
      /*iconos*/
      .fa-facebook,
      .fa-youtube {
          /*margin-left:114px;*/
          margin-left: 93px;
      }
      .fa-twitter,
      .fa-instagram {
          /*margin-right:114px;*/
          margin-right: 93px;
      }
  }
  
  @media screen and (min-width: 1700px) {
      /*iconos*/
      .fa-facebook,
      .fa-youtube {
          /*margin-left:114px;*/
          margin-left: 126px;
      }
      .fa-twitter,
      .fa-instagram {
          /*margin-right:114px;*/
          margin-right: 126px;
      }
  }
  
  @media screen and (min-width:2000px) {
      /*iconos*/
      .fa-facebook,
      .fa-youtube {
          /*margin-left:114px;*/
          margin-left: 178px;
      }
      .fa-twitter,
      .fa-instagram {
          /*margin-right:114px;*/
          margin-right: 178px;
      }
  }
  
  @media screen and (min-width:2400px) {
      /*iconos*/
      .fa-facebook,
      .fa-youtube {
          /*margin-left:114px;*/
          margin-left: 200px;
      }
      .fa-twitter,
      .fa-instagram {
          /*margin-right:114px;*/
          margin-right: 200px;
      }
  }
  
  @media screen and (max-width:991px) {
      /*iconos*/
      .fa-facebook,
      .fa-youtube {
          /*margin-left:114px;*/
          margin-left: 0px;
      }
      .fa-twitter,
      .fa-instagram {
          /*margin-right:114px;*/
          margin-right: 11px;
      }
  }
  
  #FooterWrapper .listafooter li strong {
      font-weight: 600 !important;
  }
  
  .footer-info>.listafooter>li>strong {
      color: #fff;
  }
  
  #FooterWrapper .listafooter li {
      line-height: 30px;
  }
  
  .footer-info .listafooter li {
      color: rgba(255, 255, 255, 0.8);
      font-family: 'Work Sans', sans-serif !important;
      font-size: 13px;
  }
  
  .footer-info>.listafooter>li>a {
      color: white;
      opacity: 0.8;
  }
  
  .listafooter {
      list-style: none;
      padding-left: 0;
  }
  /*
Para barra lateral govco
*/
  
  .social-bar {
      position: fixed;
      right: 0;
      top: 35%;
      font-size: 1.5rem;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      z-index: 10000;
      border-radius: 1rem 0 0 1rem;
  }
  
  .social-bar .icon {
      color: white;
      text-decoration: none;
      padding: .4rem;
      display: flex;
      transition: all .5s;
      background: /*#007934*/
      #00629B;
      width: 36px;
      font-size: 1.07em;
      border-left: 7px solid #fff;
      box-shadow: -1px 6px 8px -1px rgba(0, 0, 0, 0.75);
  }
  
  .social-bar .icon:first-child {
      border-radius: 1rem 0 0 0;
  }
  
  .social-bar .icon:last-child {
      border-radius: 0 0 0 1rem;
  }
  
  .social-bar .icon:hover {
      padding-right: 1rem;
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.42);
      color: white;
      text-decoration: none;
  }
  
  .social-bar .menu-fixed-text {
      transition: all .1s !important;
  }
  
  .social-bar .contrast {
      border-top: 7px solid #fff;
  }
  
  .social-bar .en {
      border-bottom: 7px solid #fff;
  }
  
  .en,
  .es {
      font-weight: bold;
  }
  
  .menu-fixed-es,
  .menu-fixed-en {
      background: white;
      border-radius: 23px;
      padding-left: 3px;
      padding-right: 3px;
      font-size: 10px;
      color: #00629B;
  }
  
  .no-mark-language {
      color: gray !important;
  }
  /*Cambio 07/07/2020 para subir puntaje en los validadores web*/
  
  .footer-info span {
      color: #ffffff !important;
  }
  
  .blanco {
      color: #fff;
  }
  
  .bg-modelo {
      background-color: #F2F2F2;
  }
  
  .btn-success {
      background-color: #61A60E!important;
      border-color: #61A60E!important;
  }

  .verde {
       color: #61a60e;
  }
  
  .btn-success:active,
  .btn-success:focus,
  .btn-success:visited,
  .btn-success:hover {
      background-color: #61A60E;
      color: #fff;
      font-weight: 700;
      border-color: #61A60E
  }
  
  .btn-success.disabled,
  .btn-success:disabled {
      color: #fff;
      background-color: #61A60E;
      border-color: #61A60E;
      cursor: no-drop;
      pointer-events: inherit!important
  }
  
  .btn-primary {
      background-color: #37A5DE;
      border-color: #37A5DE;
  }
  
  .btn-primary:active,
  .btn-primary:focus,
  .btn-primary:hover {
      background-color: #37A5DE;
      color: #fff!important;
      font-weight: 700;
      border-color: #37A5DE
  }
  
  .btn-primary.disabled,
  .btn-primary:disabled {
      color: #fff!important;
      background-color: #37A5DE;
      border-color: #37A5DE;
      cursor: no-drop;
      pointer-events: inherit!important
  }
  
  .gris_texto {
      color: #7B868C!important;
  }


  a.gris_texto {
      text-decoration:  underline;
      line-height: 24px;
  }

  .contenido_modulo_general a {
      text-decoration: underline;
  }

  .contenido_modulo_general a:visited { 
    color: #7B868C!important;
  }

  .contenido_modulo_general a:hover { 
    color: #61a60e!important;
  }
  
  .gris01 {
      color: #CACCCB;
  }
  
  .blanco {
      color: #fff;
  }
  
  .naranja {
      color: #FEBD61;
  }
  
  .celeste {
      color: #8CDFD8;
  }
  
  .gris {
      color: #2A2A2A;
  }
  
  .bg-standar {
      background: #F7F7FA;
  }
  
  .bg-gris01 {
      background-color: #CACCCB;
  }
  
  .bg-naranja {
      background-color: #FEBD61;
  }
  
  .bg-celeste {
      background-color: #8CDFD8;
  }
  
  .bg-azul {
      background-color: #00609C;
  }
  
  .bg-gris {
      background-color: #2A2A2A;
  }
  
  .bg-naranja.card_content {
      min-height: auto;
  }
  
  .card_content {
      min-height: 216px;
  }
  
  .card_content h5 {
      color: #fff;
  }
  
  .closer {
    position: absolute;
    top: -16px;
    right: -10px;
    background-color: transparent;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 27px;
  }

  #certificadoModal .modal-body {
    position: relative;
    overflow: inherit;
}
  
  .card-radius_right {
      border-radius: 0 130px 130px 0;
  }
  
  .card-radius_left {
      border-radius: 130px 0 0 130px;
  }
  
  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
      color: #fff;
      background-color: transparent;
  }
  
  .certificado_btn,
  .certificado_btn:visited,
  .certificado_btn:focus,
  .certificado_btn:hover {
      text-decoration: underline;
      color: #fff;
      cursor: pointer;
      font-size: 18px;
      font-weight: bold;
  }
  
  .modal-content {
      border: 3px solid #fff;
      border-radius: 0px;
  }
  
  .card_content p {
      font-size: 12px;
      line-height: 24px;
      font-weight: 700;
      line-height: 19px;
  }
  
  .card_letrero {
      position: relative;
  }
  
  .card_letrero::before {
      position: absolute;
      content: '';
      width: 45px;
      height: 70px;
      background-image: url(../images/letrero.png);
      background-size: cover;
      left: 15px;
      top: -30px;
  }
  
  .card_letrero::after {
      position: absolute;
      content: '';
      width: 45px;
      height: 70px;
      background-image: url(../images/letrero.png);
      background-size: cover;
      right: 15px;
      top: -30px;
  }
  
  @media (min-width:1100px) {
      .mt-n6 {
          margin-top: -4.4rem!important;
      }
  }
  
  .media-body a,
  .media-body a:visited,
  .media-body a:focus {
      color: #394049;
      font-weight: 700;
      font-size: 21px;
  }
  
  .img-etica {
      width: 35px!important;
      ;
  }
  
  .media-etica img {
      background-color: #61A60E;
      padding: 8px;
      width: 47px;
      border: 1px solid #61A60E;
  }
  
  .media-etica {
      border-radius: 0 0;
      border: 1px solid #7B868C;
      position: relative;
      background-color: #fff;
  }
  
  .media-etica a {
      font-size: 16px;
  }
  
  .aside hr {
      border-top: 2px dashed #A5A6AA!important;
  }
  
  .content_video {
      position: relative;
  }
  
  .content_titutlo {
      position: absolute;
      top: 20px;
      left: 20px;
      font-size: 30px;
      color: #fff;
  }
  
  .video_content {
      position: absolute;
      left: 0;
      top: 0;
      height: 30%;
      width: 100%;
      z-index: 33;
      padding: 1.3rem;
  }
  
  .video_content h2 {
      color: #fff;text-shadow: 1px 0px 3px rgb(150 150 150);
  }
  
  .custom-video-area {
      position: relative;
      overflow: hidden;
      width: 100%;
      max-width: 72em;
      height: 0;
      margin: auto;
      padding-bottom: 56.25%;
      text-align: left;
  }
  
  .custom-video-area video {
      position: absolute;
      top: 0;
      right: -50%;
      bottom: 0;
      left: -50%;
      min-width: 100%;
      width: 100%;
      min-height: 100%;
      margin: auto;
  }
  
  .video-controls {
      position: absolute;
      z-index: 10;
      right: 0;
      bottom: 0 !important;
      left: 0;
      width: 100%;
      margin: auto;
      padding: 0 0 15px 0;
      transition: all 0.4s ease-in-out;
      background: rgba(0, 0, 0, 0.5);
  }
  
  .video-controls.playing .play-button:before {
      font-family: "Font Awesome 5 Free";
      content: "\f04c";
      font-weight: 900;
      color: #fff;
  }
  
  .video-controls .top-wrapper {
      display: block;
  }
  
  .video-controls .bottom-wrapper {
      padding: 0 20px 0 20px;
      display: block;
  }
  
  .video-controls .progress-bar {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 10px;
      margin-bottom: 9px;
      cursor: pointer;
      background: rgba(194, 194, 194, 0.541);
  }
  
  .video-controls .progress-bar span {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 0;
      height: 100%;
  }
  
  .video-controls .progress-bar .time-bar {
      z-index: 10;
      background: #61A60E;
  }
  
  .video-controls .progress-bar .buffer-bar {
      z-index: 5;
      background: #37a6ded2;
  }
  
  .video-controls .play-button {
      display: inline-block;
      width: 24px;
      cursor: pointer;
      vertical-align: middle;
  }
  
  .video-controls .play-button:before {
      font-family: "Font Awesome 5 Free";
      content: "\f04b";
      font-weight: 900;
      color: #fff;
  }
  
  .video-controls .time {
      font-size: 11px;
      font-weight: 600;
      line-height: 12px;
      display: inline-block;
      width: 80px;
      vertical-align: middle;
      color: #fff;
  }
  
  .video-controls .sound-button {
      display: inline-block;
      width: 16px;
      cursor: pointer;
      vertical-align: middle;
  }
  
  .video-controls .sound-button:before {
      font-family: "Font Awesome 5 Free";
      content: "\f027";
      font-weight: 900;
      color: #fff;
  }
  
  .video-controls .sound-med:before {
      font-family: "Font Awesome 5 Free";
      content: "\f028";
      font-weight: 900;
      color: #fff;
  }
  
  .video-controls .sound-muted:before {
      font-family: "Font Awesome 5 Free";
      content: "\f6a9";
      font-weight: 900;
      color: #fff;
  }
  
  .video-controls .volume {
      position: relative;
      display: inline-block;
      overflow: hidden;
      width: 70px;
      height: 4px;
      cursor: pointer;
      vertical-align: middle;
      border-radius: 10px;
      background-color: rgba(255, 255, 255, 0.6);
  }
  
  .video-controls .volume .volume-bar {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      display: block;
      height: 100%;
      background-color: #fff;
  }
  
  .video-controls .btnFS {
      position: relative;
      top: 3px;
      display: inline-block;
      float: right;
      cursor: pointer;
      vertical-align: middle;
  }
  
  .video-controls .btnFS:before {
      font-family: "Font Awesome 5 Free";
      font-size: 14px;
      font-weight: 900;
      content: "\f31e";
      color: #fff;
  }
  
  .btnSubtitulo {
      position: relative;
      top: 3px;
      display: inline-block;
      float: right;
      cursor: pointer;
      right: 49px;
      vertical-align: middle;
      font-size: 17px;
  }
  
  @-webkit-keyframes animation-body-bg {
      0% {
          background-position: 0% 100%;
      }
      50% {
          background-position: 100% 0%;
      }
      100% {
          background-position: 0% 100%;
      }
  }
  
  @keyframes animation-body-bg {
      0% {
          background-position: 0% 100%;
      }
      50% {
          background-position: 100% 0%;
      }
      100% {
          background-position: 0% 100%;
      }
  }
  /* END "theme" */
  
  .formulario .radio label {
      display: inline-block;
      cursor: pointer;
      color: #7B868C;
      position: relative;
      padding: 5px 15px 5px 51px;
      font-size: 1em;
      border-radius: 5px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
  }
  
  .formulario .radio label:hover {
      background: rgba(0, 116, 217, 0.1);
  }
  
  .formulario .radio label:before {
      content: "";
      display: inline-block;
      width: 17px;
      height: 17px;
      position: absolute;
      left: 15px;
      border-radius: 50%;
      background: none;
      top: 7px;
      border: 3px solid #00609C;
  }
  
  .formulario .radio input[type=radio] {
      display: none;
  }
  
  .formulario .radio input[type=radio]:checked+label:before {
      display: none;
  }
  
  .formulario .radio input[type=radio]:checked+label {
      padding: 5px 15px;
      background: #68992f;
      border-radius: 2px;
      color: #fff;
  }
  
  .formulario .radio input[type=radio]+label.error:before {
      display: none;
  }
  
  .formulario .radio input[type=radio]+label.error {
      padding: 5px 15px;
      background: #ff0000;
      border-radius: 2px;
      color: #fff;
  }
  
  .loading {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, .5);
      z-index: 50;
  }
  
  .loading-wheel {
      width: 20px;
      height: 20px;
      margin-top: -40px;
      margin-left: -40px;
      position: absolute;
      top: 50%;
      left: 50%;
      border-width: 30px;
      border-radius: 50%;
      -webkit-animation: spin 1s linear infinite;
  }
  
  .style-2 .loading-wheel {
      border-style: double;
      border-color: #ccc transparent;
  }
  
  @-webkit-keyframes spin {
      0% {
          -webkit-transform: rotate(0);
      }
      100% {
          -webkit-transform: rotate(-360deg);
      }
  }

 


.texto_general { color:  #6d7984 ;}
 

@media (min-width: 576px) {
    .modal-sm {
        max-width: 380px!important;
    }
}


.modal-elerning button.close, .modal-elerning button.close:hover {
    position: absolute;
    top: -23px;
    right: -20px;
    opacity: 1;
    outline: 0;
    border: 0px solid transparent!important;
}
 

.media-body small a { 
    font-size: 12px!important;
}

.contenido_modulo_general .media-body a, 
.contenido_modulo_general .media-body a:visited,
.contenido_modulo_general .media-body a:hover {
    color: #7B868C!important;
}





#PublicWrapper {
    padding: 0px;
}

#MainWrapper,
#ModuleWrapper,
#MainContent {
    margin-bottom: 25px;
}

.top-border {
    height: 4px;
    background: #6db11b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #6db11b 0%, #348a7e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #6db11b 0%, #348a7e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6db11b 0%, #348a7e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6db11b', endColorstr='#348a7e', GradientType=1);
    /* IE6-9 */
    width: 100%;
}
/*--LOGOS--*/

.logo-fogafin a img {
    width: auto;
}

#top-bar {
    background-color: #F4F4F4;
    height: 0px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

ul.nav-social > li {
    border-right: 1px solid #DFDFDF;
    margin: 0px;
}

ul.nav-social > li + li {
    margin: 0px;
}

ul.nav-social > li:first-child {
    border-left: 1px solid #DFDFDF;
}

ul.nav-social > li > a {
    width: auto;
    padding: 6px 10px;
    text-transform: inherit;
    font-family: 'Source Sans Pro', sans-serif;
    color: #878787;
    font-size: 12px;
}

ul.nav-social > li > div {
    height: 30px;
}

ul.nav-social > li > a.red {
    padding: 0px 10px;
}

ul.nav-social > li > a:hover {
    background-color: #b7b7b7;
    color: #fff;
    border-radius: 0px;
}

ul.nav-social > li > div > .redsocial {
    padding: 1px 15px 10px;
    background-position-y: 0px!important;
    background-position-x: 2px !important;
    text-decoration: none;
}

ul.nav-social > li > div > .redsocial:hover {
    background-color: #b7b7b7 !important;
}

ul.nav-social > li > div > .redsocial.face {
    background: transparent url(../images/fb_s.png) no-repeat;
}

ul.nav-social > li > div > .redsocial.face:hover {
    background: transparent url(../images/fb_s_w.png) no-repeat;
}

ul.nav-social > li > div > .redsocial.twitter {
    background: transparent url(../images/tw_s.png) no-repeat;
}

ul.nav-social > li > div > .redsocial.twitter:hover {
    background: transparent url(../images/tw_s_w.png) no-repeat;
}

ul.nav-social > li > div > .redsocial.contraste {
    background: transparent url(../images/contrast.png) no-repeat;
}

ul.nav-social > li > div > .redsocial.contraste:hover {
    background: transparent url(../images/contrast_w.png) no-repeat;
}

ul.nav-social > li > div > .redsocial.increase {
    background: transparent url(../images/increase.png) no-repeat;
}

ul.nav-social > li > div > .redsocial.increase:hover {
    background: transparent url(../images/increase_w.png) no-repeat;
}

ul.nav-social > li > div > .redsocial.decrease {
    background: transparent url(../images/decrease.png) no-repeat;
}

ul.nav-social > li > div > .redsocial.decrease:hover {
    background: transparent url(../images/decrease_w.png) no-repeat;
}

#HeaderWrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}
/*--MAIN NAVIGATION--*/

#NavWrapper {
    background-color: #E6E6E6;
}

#NavWrapper .container {
    border: 0px;
}

.navbar.navbar-default {
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    margin: 0px;
    border-width: 0px;
}

.collapse.navbar-collapse.navbar {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#NavWrapper .navbar-default .navbar-nav > li,
.navbar.navbar-default.navbar-secondary > li {
    cursor: pointer;
}

#NavWrapper .navbar-default .navbar-nav > li > a {
    margin-bottom: 0px;
    border-bottom: 2px solid transparent;
    text-transform: inherit;
    cursor: pointer;
    font-size: 13px;
    transition: all .1s linear;
}

#NavWrapper .navbar-default .navbar-nav > li > a:hover,
#NavWrapper .navbar-default .navbar-nav > li > a:focus {
    background-color: #0b73aa;
    border-bottom: 2px solid #6db11b;
    color: #fff;
}
/*--SECONDARY HORIZONTAL NAVIGATION--*/

.navbar.navbar-default.navbar-secondary {
    border: 0px;
    padding: 15px;
}

.navbar.navbar-default.navbar-secondary ul.nav > li > a {
    font-weight: lighter;
    color: #868686;
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;
}

.navbar.navbar-default.navbar-secondary ul.nav > li > a:hover {
    color: #6db11b;
}

.navbar.navbar-default.navbar-secondary ul.nav > li {
    border-right: 1px solid #868686;
}

.navbar.navbar-default.navbar-secondary ul.nav > li:last-child {
    border: 0px;
}

.centerAll {
    display: flex;
    justify-content: center;
    align-items: center;
}


.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  .nav > li {
    position: relative;
    display: block; 
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
  }
  .nav > li.disabled > a {
    color: #999999;
  }
  .nav > li.disabled > a:hover,
  .nav > li.disabled > a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca;
  }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .nav > li > a > img {
    max-width: none;
  }
  .nav-tabs {
    border-bottom: 1px solid #dddddd;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
  }
  .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
  }
  .nav-tabs.nav-justified > li {
    float: none;
  }
  .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
  }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #dddddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #ffffff;
    }
  }
  .nav-pills > li {
    float: left;
  }
  .nav-pills > li > a {
    border-radius: 4px;
  }
  .nav-pills > li + li {
    margin-left: 2px;
  }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #428bca;
  }
  .nav-stacked > li {
    float: none;
  }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  .nav-justified {
    width: 100%;
  }
  .nav-justified > li {
    float: none;
  }
  .nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs-justified {
    border-bottom: 0;
  }
  .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd;
  }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a {
      border-bottom: 1px solid #dddddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #ffffff;
    }
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
  }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px;
    }
  }
  @media (min-width: 768px) {
    .navbar-header {
      float: left;
    }
  }
  .navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 0px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none;
    }
    .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
    }
    .navbar-collapse.in {
      overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0;
    }
  }
  .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
  }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0;
    }
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0;
    }
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
  }
  .navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
  }
  .navbar-brand:hover,
  .navbar-brand:focus {
    text-decoration: none;
  }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px;
    }
  }
  .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .navbar-toggle:focus {
    outline: none;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none;
    }
  }
  .navbar-nav {
    margin: 7.5px -15px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
      background-image: none;
    }
  }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0;
      flex-direction: row!important;
    }
    .navbar-nav > li {
      float: left;
    }
    .navbar-nav > li > a {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .navbar-nav.navbar-right:last-child {
      margin-right: -15px;
    }
  }
  @media (min-width: 768px) {
    .navbar-left {
      float: left !important;
    }
    .navbar-right {
      float: right !important;
    }
  }
  .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
  }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .navbar-form .input-group > .form-control {
      width: 100%;
    }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0;
      vertical-align: middle;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      float: none;
      margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0;
    }
  }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px;
    }
  }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
      margin-right: -15px;
    }
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px;
    }
    .navbar-text.navbar-right:last-child {
      margin-right: 0;
    }
  }
  .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
  }
  .navbar-default .navbar-brand {
    color: #777777;
  }
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
  }
  .navbar-default .navbar-text {
    color: #777777;
  }
  .navbar-default .navbar-nav > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > .disabled > a,
  .navbar-default .navbar-nav > .disabled > a:hover,
  .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle {
    border-color: #dddddd;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555555;
  }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #333333;
      background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555555;
      background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #cccccc;
      background-color: transparent;
    }
  }
  .navbar-default .navbar-link {
    color: #777777;
  }
  .navbar-default .navbar-link:hover {
    color: #333333;
  }
  .navbar-inverse {
    background-color: #222222;
    border-color: #080808;
  }
  .navbar-inverse .navbar-brand {
    color: #999999;
  }
  .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-text {
    color: #999999;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav > .disabled > a,
  .navbar-inverse .navbar-nav > .disabled > a:hover,
  .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #333333;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010;
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #ffffff;
  }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #ffffff;
      background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #ffffff;
      background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444444;
      background-color: transparent;
    }
  }
  .navbar-inverse .navbar-link {
    color: #999999;
  }
  .navbar-inverse .navbar-link:hover {
    color: #ffffff;
  }
 
  .list_recursos a {
      display: block;
      position: relative;
  }

  .list_recursos a:before {
    content: '';
    position: absolute;
    left: -19px;
    top: 7px;
    background-color: #61a60e;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
 
.modal_texto {
    position: absolute;
    width: 80%;
    top: 11%;
    margin: 0 auto;
    max-width: 80%;
    left: 1%;
    right: 1%;
}

.modal_texto_tres {
    position: absolute;
    width: 100%;
    top: 31%;
    max-width: 37%;
    left: 7%; 
}

.modal_texto_cuatro {
    position: absolute;
    width: 100%;
    top: 24%;
    max-width: 37%;
    right: 7%; 
}

.modal_texto_cinco {
    position: absolute;
    left: 36%;
    width: 48%;
    top: 26%;
}

.modal_texto_seis {
    position: absolute;
    bottom: 14%;
    width: 80%;
    margin: 0 auto;
    left: 1%;
    right: 1%;
}

.modal_texto_cinco img { display: block; }

.omitir {
    position: absolute;
    bottom: 36px;
    background-color: transparent;
    border: 0px solid transparent;
    right: 6%;
    z-index: 99;
    cursor: pointer;
}



@media (max-width: 562px) {

    .models_footer { 
        margin-top: -3rem;
    }

    .modal_pasos  .modal-body > div { 
        font-size: 12px;
    }

    .modal_texto_seis { 
        bottom: 20%; 
    }

    .modal_texto_cinco { 
        top: 15%;
    }

    .omitir {
        bottom: 30px; 
        right: 5%; 
    }
    

}

#PublicWrapper > .bg-modelo > .container,
#PublicWrapper, #PublicWrapper > .bg-modelo {
    height: 100vh;
}
 
