/* ------ Screen XS --------*/
@media screen and (max-width: 727px) {
  .navs-wrap {
    height: 10px;
    padding: 0;
    max-width: 1980px;
    margin: auto; }
    .navs-wrap .nav-container {
      display: block;
      max-width: 1280px;
      padding: 0 50px;
      margin: auto; }
      .navs-wrap .nav-container ul {
        margin: 0;
        padding: 0; }
      .navs-wrap .nav-container .nav-sites {
        float: left;
        overflow: auto;
        display: none; }
        .navs-wrap .nav-container .nav-sites ul {
          height: 40px;
          display: flex;
          float: left; }
          .navs-wrap .nav-container .nav-sites ul li {
            height: inherit;
            display: inline-block; }
            .navs-wrap .nav-container .nav-sites ul li a {
              min-width: 100px;
              padding: 15px 10px 10px 10px;
              display: block;
              height: inherit; }
      .navs-wrap .nav-container .search-bar {
        margin: 0 20px 0 0;
        float: right; }
        .navs-wrap .nav-container .search-bar form {
          float: right;
          height: 40px;
          display: block;
          position: relative;
          margin: 0 20px 0 0; }
          .navs-wrap .nav-container .search-bar form input {
            width: 100%;
            margin: 7px 0 0 0;
            float: right;
            padding: 5px 0 0 30px; }
          .navs-wrap .nav-container .search-bar form button {
            width: 16px;
            height: 16px;
            position: absolute;
            top: 12px;
            left: 4px; }
          .navs-wrap .nav-container .search-bar form .livesearch {
            min-width: 173px;
            position: absolute;
            top: 34px;
            z-index: 999;
            left: 0;
            background: white;
            border: 1px solid lightgrey;
            color: gray;
            opacity: 0;
            transition: all .3s ease; }
            .navs-wrap .nav-container .search-bar form .livesearch a {
              display: block;
              padding: 10px 5px; }
            .navs-wrap .nav-container .search-bar form .livesearch a:hover {
              background: lightslategray;
              color: white;
              text-decoration: none !important; }
          .navs-wrap .nav-container .search-bar form .show {
            opacity: 1 !important; }
      .navs-wrap .nav-container .nav-rrss {
        width: 10%;
        height: 40px;
        float: right;
        overflow: auto; }
        .navs-wrap .nav-container .nav-rrss ul li {
          float: left; }
          .navs-wrap .nav-container .nav-rrss ul li .ui-twitter {
            width: 30px;
            height: 30px;
            margin: 5px;
            float: left; }
          .navs-wrap .nav-container .nav-rrss ul li .ui-facebook {
            width: 30px;
            height: 30px;
            margin: 5px;
            float: left; }
      .navs-wrap .nav-container .nav-lang {
        float: right;
        overflow: auto;
        display: none; }
        .navs-wrap .nav-container .nav-lang ul {
          width: 100%;
          height: 40px; }
          .navs-wrap .nav-container .nav-lang ul li {
            height: inherit;
            display: inline-block; }
            .navs-wrap .nav-container .nav-lang ul li a {
              min-width: 50px;
              padding: 12px 10px 10px 10px;
              display: block;
              height: inherit; }

  .nav-wrap-menu {
    height: 110px;
    margin: auto;
    padding: 0 15px; }
    .nav-wrap-menu span {
      display: block;
      float: left;
      width: 100%;
      margin: 10px 0 0 0; }
      .nav-wrap-menu span img {
        width: 100%;
        height: auto; }
    .nav-wrap-menu ul {
      display: flex;
      height: 90px;
      float: right;
      margin: 0;
      padding: 0; }
      .nav-wrap-menu ul li {
        float: right; }
        .nav-wrap-menu ul li a {
          float: left;
          display: block;
          padding: 72px 25px 14px 25px; }

  .carousel a img {
    margin: 100px 0 0 0; }
  .carousel .carousel-control.left {
    background: none !important; }
  .carousel .carousel-control.right {
    background: none !important; }
  .carousel .item .sldr-uno {
    position: absolute;
    top: 60%;
    right: 0;
    background: white;
    width: 100%;
    height: 100px; }
    .carousel .item .sldr-uno h1 {
      overflow: auto;
      float: left;
      display: inline-table;
      margin: 20px 10px 0 10px;
      font-size: 80px;
      line-height: 80px; }
    .carousel .item .sldr-uno h2 {
      float: left;
      display: flex;
      margin: 20px 0 0 0;
      padding: 0;
      width: 35%; }
    .carousel .item .sldr-uno h3 {
      float: left;
      display: flex;
      margin: 0;
      padding: 0;
      width: 54%; }
  .carousel .item .sldr-dos {
    position: absolute;
    top: 50%;
    right: 0;
    background: white;
    width: 100%;
    height: 180px; }
    .carousel .item .sldr-dos h1 {
      overflow: auto;
      float: left;
      display: inline-table;
      margin: 20px 10px 0 10px;
      font-size: 80px;
      line-height: 80px; }
    .carousel .item .sldr-dos h2 {
      width: 95%;
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 10px 0 0 10px;
      padding: 0;
      font-size: 50px; }
    .carousel .item .sldr-dos h3 {
      width: 95%;
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 0 10px;
      padding: 0;
      font-size: 25px; }
  .carousel .item img {
    width: 100%; }

  .items-home {
    max-width: 1200px;
    margin: 100px auto 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 9999;
    /* a:hover > .home p{
       color: white;
     }*/ }
    .items-home a {
      display: block; }
    .items-home a:hover {
      text-decoration: none !important; }
    .items-home a:hover .home {
      background: rgba(163, 205, 64, 0.3); }
    .items-home .home {
      width: 100%;
      height: 180px;
      padding: 10px 0 0 0; }
      .items-home .home img {
        width: 140px;
        padding: 10px auto 0 auto;
        display: block;
        margin: auto; }

  .data-corp {
    max-width: 1200px;
    margin: 100px auto 0 auto;
    padding: 0 30px; }
    .data-corp .corp span {
      width: 100%;
      display: table; }
      .data-corp .corp span img {
        width: 100%; }

  .recycle {
    max-width: 1200px;
    margin: 100px auto 0 auto;
    padding: 0 30px;
    overflow: hidden; }
    .recycle h1 {
      margin: 70px 0 30px 0; }
    .recycle p {
      font-size: 17px;
      margin: 0 0 30px 0; }
    .recycle .cto-home {
      display: inline-block;
      padding: 10px 30px 6px 30px; }

  .pre-foot {
    width: 100%;
    height: 100px;
    margin: 120px auto 0 auto;
    position: relative; }
    .pre-foot .wrap-prefoot {
      max-width: 900px;
      margin: 100px auto 0 auto;
      padding: 0 30px; }
      .pre-foot .wrap-prefoot span {
        position: absolute;
        top: -45px;
        left: 20%;
        width: 70%;
        display: block;
        overflow: hidden;
        border-radius: 50%; }
        .pre-foot .wrap-prefoot span img {
          width: 100%;
          height: auto;
          margin: auto;
          display: block; }
    .pre-foot h1 {
      width: 100%;
      margin: 150px auto 0 auto;
      display: inline-block; }

  .foot {
    margin: 0 auto;
    height: auto; }
    .foot .foot-wrap {
      max-width: 1200px;
      margin: auto;
      padding: 0 30px; }
    .foot div {
      margin: 0;
      display: table; }
      .foot div img {
        display: block;
        float: left;
        width: 100%; }
      .foot div span {
        width: 90%;
        margin: 50px auto;
        display: inline-table;
        padding: 0 0 0 5%;
        text-align: right;
        font-size: 22px; }
      .foot div h1 {
        padding: 0;
        margin: 0 0 5px 0; }
      .foot div ul {
        padding: 0 0 0 5%;
        margin: 0; }
        .foot div ul li {
          padding: 0 0 10px 0;
          display: inline-block;
          width: 100%; }
      .foot div .form-input {
        width: 100%;
        height: 25px;
        margin: 0 0 5px 0; }
        .foot div .form-input input {
          height: 25px;
          padding: 5px 0 0 5px; }
        .foot div .form-input textarea {
          height: 100px;
          padding: 5px 0 0 5px;
          max-height: 150px;
          display: block; }
        .foot div .form-input .width100 {
          width: 99.2%; }
        .foot div .form-input .width50 {
          width: 49%;
          margin: 0 1% 0 0; }
      .foot div button {
        height: 30px;
        padding: 3px 0 0 0;
        width: 150px;
        float: right;
        border-radius: 6px;
        max-height: 150px;
        display: block;
        transition: all .2s ease; }

  .no-encontrado {
    margin: 200px auto;
    max-width: 1200px;
    text-align: center;
    font-size: 19px;
    display: block; }

  .inner-nav {
    height: 70px; }
    .inner-nav ul {
      max-width: 1140px;
      margin: auto;
      padding: 0;
      height: inherit;
      /*overflow: hidden;*/ }
      .inner-nav ul li:last-child {
        margin: 0; }
      .inner-nav ul li {
        width: 17.6%;
        float: left;
        margin: 0 3% 0 0;
        min-width: 120px;
        list-style: none;
        height: 75px;
        text-align: center; }
        .inner-nav ul li a {
          max-width: 200px;
          width: 100%;
          display: flex; }
          .inner-nav ul li a span {
            display: block;
            float: left;
            max-width: 40px;
            width: 30%;
            height: 70px; }
            .inner-nav ul li a span img {
              margin: 10px 0 0 0;
              width: 50px;
              height: auto;
              display: block;
              float: left; }
          .inner-nav ul li a p {
            padding: 0 0 0 10px;
            text-align: left;
            display: block;
            float: right;
            width: 70%;
            margin: 0;
            height: 70px;
            line-height: 75px;
            font-size: 14px;
            font-family: 'Conv_ufonts.com_din-bold'; }
          .inner-nav ul li a p.line-h {
            line-height: 16px !important;
            padding: 20px 0 0 0 !important;
            margin: 0 0 0 10px; }

  .img-cabecera {
    width: 100%; }
    .img-cabecera span {
      position: relative;
      display: block; }
      .img-cabecera span img {
        display: block;
        margin: auto;
        width: 100%; }
      .img-cabecera span .bajada-img {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 50px;
        font-size: 20px;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
        line-height: 53px; }

  .empresa {
    max-width: 1170px;
    margin: 100px auto 100px auto;
    padding: 0;
    overflow: hidden; }
    .empresa p {
      font-size: 14px;
      padding: 5px 0;
      text-align: justify; }
    .empresa h3 {
      margin: 60px 0; }
    .empresa .imgalt {
      width: 100%; }
    .empresa .paises {
      width: 60%;
      margin: 0 auto 0 auto;
      display: block;
      transition: all .2s ease; }
      .empresa .paises img {
        width: 100%; }
    .empresa .paises:hover {
      margin: -30px auto 0 auto; }
    .empresa .folders {
      width: 100%;
      float: left; }
      .empresa .folders ul {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 100%; }
        .empresa .folders ul li {
          width: 43%;
          float: left;
          display: inline-block;
          padding: 21px;
          margin: 0 20px 20px 0;
          background: #f5f5f5;
          border-radius: 15px;
          transition: all .3s ease; }
          .empresa .folders ul li a {
            display: inline-block;
            width: 100%; }
            .empresa .folders ul li a img {
              width: 70%;
              height: auto;
              margin: auto !important;
              display: block; }
            .empresa .folders ul li a p {
              width: 90%;
              margin: auto;
              display: block;
              font-size: 18px;
              padding: 0;
              text-align: center; }
        .empresa .folders ul li:hover {
          background: #e8e8e8;
          border-radius: 15px; }

  .foot-data {
    padding: 0 !important;
    margin: 0 0 50px 0 !important; }

  .sub {
    height: 120px !important; }
    .sub ul li {
      margin: 14px 0 0 0 !important;
      height: 106px !important; }

  .navbar-brand {
    position: relative;
    width: 100%; }

  .logo-movil {
    position: absolute;
    max-height: 80px;
    top: -40px;
    width: auto;
    float: left; }

  .movil {
    display: block; }

  .desktop {
    display: none; }

  .navbar-fixed-top, .navbar-fixed-bottom {
    position: absolute !important; }

  .carousel {
    margin: 90px 0 0 0; }

  .line-fosforos {
    width: 100%;
    min-height: 40px;
    margin: auto;
    overflow: auto; }
    .line-fosforos .line-container {
      overflow: auto;
      width: 100%;
      margin: auto; }
      .line-fosforos .line-container .line-fact {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 40px 0; }
        .line-fosforos .line-container .line-fact img {
          width: 100%;
          margin: 0; }
      .line-fosforos .line-container .red-arrow {
        margin: 25px 0 0 0;
        height: 50px;
        text-align: center;
        color: white;
        font-size: 25px;
        line-height: 55px;
        background-image: url("../images/line-arrow-r.jpg"), url("../images/line-arrow-l.jpg");
        background-repeat: no-repeat, no-repeat;
        background-position: center right, center left;
        background-color: #E42026; }
      .line-fosforos .line-container .red-arrow-start {
        margin: 25px 0 0 0;
        height: 50px;
        text-align: center;
        color: white;
        font-size: 25px;
        line-height: 55px;
        background-image: url("../images/line-arrow-r.jpg");
        background-repeat: no-repeat;
        background-position: center right;
        background-color: #E42026; }
      .line-fosforos .line-container .red-arrow-end {
        margin: 25px 0 0 0;
        height: 50px;
        text-align: center;
        color: white;
        font-size: 25px;
        line-height: 55px;
        background-image: url("../images/line-arrow-l.jpg");
        background-repeat: no-repeat;
        background-position: center left;
        background-color: #E42026; }

  table.estado-table {
    width: 100%;
    margin: 0 0 50px 0;
    font-size: 12px;
    text-align: center;
    border: 1px solid #CE371E; }
    table.estado-table a {
      text-decoration: none; }
    table.estado-table thead {
      font-family: 'Conv_ufonts.com_din-bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
      background: #CE371E;
      color: white; }
    table.estado-table td {
      padding: 7px 10px;
      transition: all .3s ease; }
    table.estado-table tbody td:hover {
      background: lightgray;
      transition: all .3s ease; }
    table.estado-table tbody td:hover > a {
      color: #CE371E !important; }
    table.estado-table td.ano {
      font-family: 'Conv_ufonts.com_din-bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #CE371E; }

  ul.ul-listados {
    margin: 50px 0 0 0;
    padding: 0; }
    ul.ul-listados li {
      padding: 0;
      list-style: none;
      margin: 30px 0; }
      ul.ul-listados li span {
        font-family: 'Conv_ufonts.com_din-bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #CE371E; }
      ul.ul-listados li a {
        text-decoration: none; }

  .canal-bajar {
    margin: 75px 0 0 0; }
    .canal-bajar img {
      width: 100%;
      border: 1px solid lightgray; } }
.carousel a img.historis {
  margin: 270px 0 0 0 !important; }

/*# sourceMappingURL=screen-xs.css.map */
