#commonFooter {
  background-image: linear-gradient(to top, #3a3b3b, #474747);
  background-color: #3a3b3b;
  color: white;
  margin: auto;
}
#commonFooter .generalContent {
  max-width: 1250px;
  padding: 10px 0 20px;
  margin: auto;
  border-bottom: 1px solid #cecece;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
}
#commonFooter .col {
  vertical-align: middle;
  padding: 10px;
  text-align: center;
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
}
#commonFooter .col.col-legal {
  font-size: 14px;
}
#commonFooter .col.col-info {
  font-size: 12px;
}
#commonFooter .col.col-social {
  font-size: 14px;
  text-align: center;
}
#commonFooter .col.col-social .iconosRedesSociales {
  white-space: nowrap;
}
#commonFooter .col .col-content {
  display: inline-block;
  text-align: left;
}
#commonFooter .col .col-content.center {
  text-align: center;
}
#commonFooter .col .col-content .not-decorated {
  text-decoration: none;
}
@media (max-width: 800px) {
  #commonFooter .col {
    flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
  }
}
@media (max-width: 600px) {
  #commonFooter .col {
    flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
  }
  #commonFooter .col .col-content {
    text-align: center;
  }
}
#commonFooter a.imglink,
#commonFooter a.imglink:hover,
#commonFooter a.imglink:visited,
#commonFooter a.imglink:link,
#commonFooter a.imglink:active {
  text-decoration: none;
}
#commonFooter .footerLink {
  cursor: pointer;
  display: block;
  white-space: nowrap;
  text-decoration: none;
  color: white;
}
#commonFooter .footerLink:hover {
  text-decoration: underline;
}
#commonFooter .logoFooter {
  display: inline-block;
  background: url("/images/logos/negativo-blanco-442x161.png") no-repeat center center;
  background-size: contain;
  height: 60px;
  width: 200px;
}
#commonFooter .social--iconos {
  display: inline-block;
  margin: 10px 1px 0;
  height: auto;
  width: 31px;
  text-decoration: none;
}
#commonFooter .divFooterCopyright {
  margin: auto;
  max-width: 1000px;
  padding-bottom: 30px;
}
#commonFooter .divFooterCopyright .footerCopyright {
  padding: 20px 10px 20px;
  font-size: 12px;
  float: left;
}
#commonFooter .divFooterCopyright .footerCopyright span {
  white-space: nowrap;
}
@media (max-width: 550px) {
  #commonFooter .divFooterCopyright .footerCopyright {
    display: block;
    float: none;
    text-align: center;
  }
  #commonFooter .divFooterCopyright .footerCopyright span {
    display: block;
  }
}
#commonFooter .divFooterCopyright .footerCountry {
  display: inline-block;
  float: right;
}
@media (max-width: 550px) {
  #commonFooter .divFooterCopyright .footerCountry {
    display: block;
    float: none;
    text-align: center;
  }
}
#commonFooter .divFooterCopyright .currentL10n {
  font-size: 14px;
  border: solid 1px #d9e1eb;
  border-radius: 20px;
  display: inline-block;
  padding: 2px;
  text-decoration: none;
  cursor: pointer;
  margin: 5px auto;
}
@media (max-width: 1200px) and (min-width: 550px) {
  #commonFooter .divFooterCopyright .currentL10n {
    margin-right: 80px;
  }
}
#commonFooter .divFooterCopyright .currentL10n span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
  text-decoration: underline;
}
#commonFooter .divFooterCopyright .currentL10n img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
#commonFooter .divFooterCopyright .currentL10n:hover {
  background-color: #ffffff20;
}
#commonFooter .divFooterCopyright .currentL10n:active {
  background-color: #080808;
}
.navbar {
  background-color: white;
  box-shadow: 0 5px 5px -4px #dfdfdf;
}
.logoCabeceraNoHome {
  margin-left: 210px;
  width: 160px;
  height: 49px;
  margin-right: 100px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  overflow: hidden;
  z-index: 50;
}
@media (max-width: 1200px) {
  .logoCabeceraNoHome {
    margin-left: 50px;
  }
}
@media (max-width: 600px) {
  .logoCabeceraNoHome {
    margin-left: 20px;
  }
}
@media (max-width: 800px) {
  .contenedorSocial {
    width: 250px;
  }
}
.clearfix {
  clear: both;
}
#commonFooter .footer-dialog {
  position: fixed;
  top: 5%;
  transform: translateX(-50%);
  left: 50%;
  background: white;
  width: 95%;
  max-width: 800px;
  height: 90%;
  z-index: 10;
  border: 5px solid #8a8080;
  border-radius: 10px;
  color: #8a8080;
}
#commonFooter .footer-dialog .title {
  background: #8a8080;
  color: white;
  padding: 0 10px;
  position: relative;
  border-bottom: 5px solid #8a8080;
  box-sizing: border-box;
  line-height: 22px;
  font-size: 22px;
  height: 30px;
}
#commonFooter .footer-dialog .title .close-bt {
  text-decoration: none;
  float: right;
  font-size: 30px;
  color: white;
}
#commonFooter .footer-dialog .legal-content a,
#commonFooter .footer-dialog .legal-content a:visited {
  color: #fba62d;
}
#commonFooter .footer-dialog .content {
  overflow: auto;
  height: calc(90% - 10px);
}
#commonFooter .footer-dialog .content iframe {
  width: 100%;
  height: 100%;
  border: none;
}
