body {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5em;
  color: #666;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

h2,
h3 {
  font-weight: 500;
}

img {
  display: block;
}

p {
  margin: 0 0 1.2em;
}

.btnCuadrado {
  background-color: #999;
  transition: 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none;
  padding: 5px 20px;
  color: #444;
}

.editarPost a {
  color: rgba(255, 255, 255, 0.35) !important;
  transition: 0.2s ease-out;
  text-decoration: none;
  font-size: 12px;
}
.editarPost a:hover {
  color: white !important;
}

.linkEditar {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  position: fixed;
  display: block;
  height: 50px;
  padding: 5px;
  width: 35px;
  top: 27%;
  left: 0;
}
.linkEditar a {
  background: url(../img/create-sharp.svg) no-repeat 5px 0px;
  background-size: 30px;
  text-decoration: none;
  padding-top: 30px;
  line-height: 20px;
  font-size: 12px;
  display: block;
  color: #333;
  height: 20px;
  width: 40px;
}

.oculto {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
  padding: 0;
  margin: 0;
  height: 0;
}

header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #666;
  width: calc(100% - 60px);
  padding: 20px 30px;
  position: fixed;
  height: 35px;
  z-index: 4;
  right: 0;
  top: 0;
}

#logoAgonSvg .logoLetras {
  display: none;
}

.logo {
  display: inline-block;
  vertical-align: top;
  width: 110px;
}
.logo a {
  display: block;
}
.logo img {
  display: block;
  width: 100%;
}
.logo .grisLogo {
  fill: #fff;
}
.logo .negroLogo {
  fill: #fff;
}
.logo .naranjaLogo {
  fill: #f4801a;
}

.nav {
  width: calc(100% - 220px);
  display: inline-block;
  vertical-align: top;
  height: 30px;
}

.wrprHdr {
  max-width: 1024px;
  min-width: 830px;
  margin: 0 auto;
  width: 100%;
}

.sliderHdr {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 400px;
  width: 100%;
}
.sliderHdr .bannerImg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 100%;
}
.sliderHdr .tituloHome {
  background: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  width: calc(100% - 20px);
  justify-content: center;
  position: absolute;
  padding: 15px 10px;
  font-size: 20px;
  display: flex;
  bottom: 0;
  margin: 0;
}
.sliderHdr .tituloHome span {
  border-right: solid #f4801a 4px;
  border-left: solid #f4801a 4px;
  padding: 2px 7%;
  display: block;
}
.sliderHdr .tituloHome span a {
  text-decoration: none;
  color: #666;
}
.sliderHdr .tituloHome span a:hover {
  text-decoration: none;
}

.nav ul {
  justify-content: flex-end;
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.nav ul li {
  padding: 0 15px;
}
.nav a {
  transition: 0.2s ease-in-out;
  text-transform: uppercase;
  color: #ccc;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 30px;
  font-size: 15px;
  display: block;
  outline: none;
  height: 30px;
}
.nav a:hover {
  color: #FFF;
}
.nav a:hover::after {
  width: 100%;
  left: 0%;
}
.nav a::after {
  background-color: #FFF;
  transition: 0.3s ease-in-out;
  position: absolute;
  display: block;
  content: "";
  bottom: 0px;
  height: 4px;
  width: 0%;
  left: 50%;
}
.nav .current_page_item a {
  color: #FFF;
}
.nav .current_page_item a:hover::after {
  width: 100%;
  left: 0%;
}
.nav .current_page_item a::after {
  width: 100%;
  left: 0%;
}
.nav .lang-item {
  align-items: center;
  padding-left: 20px;
  display: flex;
}
.nav .lang-item a {
  border: solid 2px #ccc;
  border-radius: 10px;
  line-height: 20px;
  padding: 5px;
  height: 20px;
  width: 30px;
}
.nav .lang-item a::after {
  content: none;
}
.nav .lang-item a:hover {
  border-color: #FFF;
}

.wrapper {
  min-width: 890px;
  padding-top: 150px;
  position: relative;
  margin: 0 auto;
}

.footer {
  background-color: #666;
  min-width: 890px;
  color: #fff;
}

.logoFooter {
  width: 70px;
}
.logoFooter .grisLogo {
  fill: #fff;
}
.logoFooter .negroLogo {
  fill: #fff;
}
.logoFooter .naranjaLogo {
  fill: #f4801a;
}
.logoFooter .logoLetras {
  display: none;
}

.wraprFooter {
  justify-content: space-between;
  width: calc(100% - 40px);
  align-items: flex-end;
  max-width: 1024px;
  line-height: 1.3em;
  font-size: 14px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
}
.wraprFooter h3 {
  font-size: 15px;
  color: #f4801a;
  margin-top: 0;
}

.footermodulos {
  text-align: center;
  padding: 5px 10px;
  flex-basis: 33%;
}
.footermodulos:first-child {
  text-align: left;
}
.footermodulos:last-child {
  text-align: right;
}
.footermodulos .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footermodulos .menu li {
  padding: 0 5px 10px 0;
  display: inline-block;
  vertical-align: top;
}
.footermodulos .menu li:last-child {
  padding-bottom: 0;
}
.footermodulos .menu li.politicLink {
  display: block;
}
.footermodulos .menu li.twitterLink a {
  background: url(../img/twitter.png) no-repeat left top;
  color: rgba(0, 0, 0, 0);
  background-size: cover;
  display: block;
  font-size: 0;
  height: 30px;
  width: 30px;
}
.footermodulos .menu li.linkedinLink a {
  background: url(../img/Linkedin-AGON.png) no-repeat left top;
  color: rgba(0, 0, 0, 0);
  background-size: cover;
  display: block;
  font-size: 0;
  height: 30px;
  width: 30px;
}
.footermodulos .menu li.linkedInLink a {
  background: url(../img/linkedin.png) no-repeat left top;
  color: rgba(0, 0, 0, 0);
  background-size: cover;
  display: block;
  font-size: 0;
  height: 30px;
  width: 30px;
}
.footermodulos .menu li a {
  text-decoration: none;
  font-size: 14px;
  color: #FFF;
}

.pagination {
  text-align: center;
  color: #f4801a;
}
.pagination a {
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  color: #f4801a;
  padding: 0 5px;
  margin: 0 5px;
  height: 30px;
  width: auto;
}
.pagination span {
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  color: #666;
  font-size: 18px;
  padding: 0 5px;
  margin: 0 5px;
  height: 30px;
  width: auto;
}
.pagination .next {
  position: relative;
  font-size: 0;
  height: 30px;
  width: 15px;
}
.pagination .next::before {
  border-right: 1px solid #f4801a;
  border-top: 1px solid #f4801a;
  transform: rotateZ(45deg);
  position: absolute;
  display: block;
  height: 20px;
  content: "";
  width: 20px;
}
.pagination .prev {
  position: relative;
  font-size: 0;
  height: 30px;
  width: 15px;
}
.pagination .prev::before {
  border-left: 1px solid #f4801a;
  border-bottom: 1px solid #f4801a;
  transform: rotateZ(45deg);
  position: absolute;
  display: block;
  height: 20px;
  content: "";
  width: 20px;
}

.gridLogros {
  margin: 0 auto;
  max-width: 600px;
}

.logroArticle {
  padding-bottom: 50px;
}
.logroArticle .encabezados {
  display: inline-block;
  padding-bottom: 10px;
  color: #f4801a;
}
.logroArticle .encabezados h2 {
  font-weight: 500;
  color: #666;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.logroArticle .encabezados p {
  font-size: 18px;
  margin: 0;
}
.logroArticle .encabezados strong {
  font-weight: 500 !important;
  color: #f4801a;
}
.logroArticle .contPrinc {
  background-color: #666;
  display: flex;
}
.logroArticle .contPrinc a {
  color: #fff;
}
.logroArticle .contPrinc .logroImage {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  flex-basis: 40%;
}
.logroArticle .contPrinc .logroImage img {
  width: 100%;
  opacity: 0;
}
.logroArticle .contPrinc .titLogro {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  flex-basis: 100%;
  color: #fff;
  padding: 10px;
}
.logroArticle .contPrinc .titLogro h2 {
  line-height: 1.2em;
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
  height: auto;
  margin: 0;
}
.logroArticle .contPrinc .titServ {
  border-bottom: solid 1px #f4801a;
  text-transform: uppercase;
  padding-bottom: 5px;
  line-height: 1.2em;
  font-size: 15px;
}
.logroArticle .contPrinc .txtCont {
  flex-basis: 60%;
  padding: 15px;
  color: #fff;
}
.logroArticle .contPrinc .txtCont p:last-child {
  margin: 0;
}
.logroArticle .contPrinc .wrpTitTxt {
  align-items: center;
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.container .page {
  max-width: 1024px;
  padding: 15px 0;
  margin: 0 auto;
  width: 90%;
}
.container .page h1 {
  text-transform: uppercase;
  width: calc(100% - 20px);
  justify-content: center;
  padding: 15px 10px 50px;
  font-size: 20px;
  display: flex;
  margin: 0;
}
.container .page h1 span {
  border-right: solid #f4801a 4px;
  border-left: solid #f4801a 4px;
  padding: 2px 7%;
  display: block;
}
.container .page h2 {
  text-transform: uppercase;
  line-height: 1.2em;
  font-weight: 500;
  font-size: 20px;
  margin: 30px 0;
}
.container .page h3 {
  text-transform: uppercase;
  line-height: 1.2em;
  font-weight: 500;
  font-size: 17px;
  margin: 20px 0;
}

.btnCuadrado:hover {
  background-color: #f4801a;
  color: #fff;
}

/*# sourceMappingURL=estilo-general.css.map */
