@font-face {
  font-family: "roboto-regular";
  src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: "roboto-bold";
  src: url("../fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "poppins-bold";
  src: url("../fonts/Poppins-Bold.otf");
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?j8k1wy");
  src: url("../fonts/icomoon.eot?j8k1wy#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?j8k1wy") format("truetype"),
    url("../fonts/icomoon.woff?j8k1wy") format("woff"),
    url("../fonts/icomoon.svg?j8k1wy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
footer img {
  height: 50px;
}
footer .rp {
  margin-left: 10px;
}
.interna .share {
  padding: 1rem 0 2rem 0;
}
.interna .back a{
  color: #fff;
  font-family: "roboto-regular";
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.interna .compartir {
  margin-left: auto;
}
.issuuembed {
  margin-top: 4rem;
  width: 100%;
  height: 780px;
}
.logo{
  flex-grow: 1;
  text-align: center;
  padding: 4px 0;
}
.logo img {
  width: 140px;
}

.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 0px 0px 0px 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
#flipbook {
  margin-top: 51px;
  padding: 0.75rem;
}
.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.hi-icon:before {
  font-family: "icomoon";
  speak: none;
  font-size: 13px;
  line-height: 25px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.hi-icon-facebook:before {
  content: "\ea90";
}
.hi-icon-x:before {
  content: "\e901";
}
.hi-icon-book:before {
  content: "\e900";
}
.hi-icon-back:before {
  content: "\e902";
}
/* Effect 1 */
.hi-icon-effect-1 .hi-icon {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.hi-icon-effect-1 .hi-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
/* Effect 1a */
.hi-icon-effect-1a .hi-icon:hover {
  background: rgba(255, 255, 255, 1);
  color: #41ab6b;
}

.hi-icon-effect-1a .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 2 */
.hi-icon-effect-2 .hi-icon {
  color: #fff;
  box-shadow: 0 0 0 1px #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.hi-icon-effect-2 .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
/* Effect 2a */
.hi-icon-effect-2a .hi-icon:hover {
  color: #fff;
}
.hi-icon-effect-2a .hi-icon:hover:after {
  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  -ms-transform: scale(0.65);
  transform: scale(0.65);
}
.apertura {
  background-image: url("../img/bg.jpg");
  height: 680px;
  background-position: center;
}
.share {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding: 1.5rem 0rem;
  align-items: center;
}
.share-home{
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: flex-end;
    padding: 1.5rem 0rem;
    align-items: center;
}
.share-home, .share span {
  color: #fff;
  font-family: "roboto-regular";
  font-size: 13px;
  letter-spacing: 1px;
  margin-left: auto;
}
.share .compartir{
	margin-left: auto;
}
.hi-icon-effect-2.hi-icon-effect-2a {
  float: right;
  height: 26px;
}
.grid-container {
  max-width: 1160px;
}
.grid-container.header {
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
  width: 100%;
}

.grid-container.header .cover {
  flex: 0.8;
}
.titulo {
  color: #fff;
  flex: 1;
}
h1 {
  font-size: 40px;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
  font-family: "roboto-regular";
  margin-top: 4rem;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
h1 strong {
  font-family: "roboto-bold";
}
.titulo {
  padding-left: 0.5rem;
}
.text1 {
  font-family: "roboto-bold";
  font-size: 21px;
}
.text2 {
  font-family: "roboto-regular";
  font-size: 15px;
}
.logos a {
  display: contents;
  cursor: pointer;
}
a.btFlip {
  background-color: #f2a512;
  color: #fff;
  border-radius: 5px;
  padding: 22px 23px 14px;
  display: inline-block;
  line-height: 100%;
  transition: background-color 0.3s ease;
}
a.btFlip:hover {
  background-color: #557286;
  transition: background-color 0.3s ease;
}
div.summary {
  margin-top: 3rem;
  font-family: "roboto-regular";
  letter-spacing: 1px;
  font-size: 17px;
}
div.summary div {
  font-family: "icomoon";
  margin-right: 10px;
  font-size: 28px;
  float: left;
  margin-bottom: 8px;
  margin-top: -4px;
}
.sponsors {
  font-family: "poppins-bold";
  font-size: 30px;
  text-align: center;
  margin-top: 6rem;
}
.sponsors-int{
  font-family: "poppins-bold";
  font-size: 30px;
  text-align: center;
  margin-top: 16rem;
}
footer {
  font-family: "roboto-regular";
  font-size: 14px;
  background-color: #3b3b3b;
  padding: 1.5rem 0rem;
  color: #fff;
}
.copyright {
  text-align: center;
  line-height: 1.3;
  font-size: 12px;
  margin-top: 8px;
}
.ardilalule {
  margin-top: 20px;
  text-align: right;
}
.ardilalule a {
  color: #fff;
  text-decoration: underline;
}
footer img {
  max-width: 270px;
}
.logos {
  padding-bottom: 100px;
  margin-top: 3rem;
}
.company.uno {
  background-image: url(../img/logos/1.png);
  width: 102px;
  min-height: 66px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  margin: auto;
  cursor: pointer;
}
.logos .cell.child {
  border-right-style: none;
}
.logos .cell.child.down {
  border-bottom-style: none;
}
.logos .cell.down {
  border-bottom-style: none;
}
.logos .cell {
  background-color: #ffffff;
  border-color: #e5e5e5;
  border-width: 1px;
  border-style: solid;
  margin: 0 auto;
  border-top-style: none;
  border-left-style: none;
  height: 90px;
  line-height: 100%;
  display: flex;
  cursor: pointer;
}
.company {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  margin: auto;
  cursor: pointer;
}
.company.dos {
  background-image: url(../img/logos/2.png);
  width: 80px;
  min-height: 82px;
}
.company.tres {
  background-image: url(../img/logos/3.png);
  width: 80px;
  min-height: 82px;
}
.company.cuatro {
  background-image: url(../img/logos/4.png);
  width: 80px;
  min-height: 88px;;
}
.company.cinco {
  background-image: url(../img/logos/5.png);
  width: 120px;
  min-height: 43px;
}
.company.seis {
  background-image: url(../img/logos/6.png);
  width: 100px;
  min-height: 77px;
}
.company.siete {
  background-image: url(../img/logos/7.png);
  width: 120px;
  min-height: 70px;
}
.company.ocho {
  background-image: url(../img/logos/8.png);
  width: 80px;
  min-height: 82px;
}
.company.nueve {
  background-image: url(../img/logos/9.png);
  width: 105px;
  min-height: 64px;
}
.company.diez {
  background-image: url(../img/logos/10.png);
  width: 120px;
  min-height: 73px;
}

.company.uno:hover,
.company.dos:hover,
.company.tres:hover,
.company.cuatro:hover,
.company.cinco:hover,
.company.seis:hover,
.company.siete:hover,
.company.ocho:hover,
.company.nueve:hover,
.company.diez:hover,
.company.once:hover,
.company.doce:hover,
.company.trece:hover,
.company.catorce:hover,
.company.quince:hover,
.company.dieciseis:hover,
.company.diecisiete:hover,
.company.dieciocho:hover,
.company.diecinueve:hover,
.company.veinte:hover,
.company.veintiuno:hover,
.company.veintidos:hover,
.company.veintitres:hover {
  background-position: bottom;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  h1 {
    font-size: 23px;
    margin-top: 6rem;
  }
  .text1 {
    font-size: 19px;
  }
  .apertura {
    height: 420px;
  }
  .issuuembed {
    margin-top: 4rem;
    width: 100%;
    height: 510px;
  }
}

@media (min-width: 320px) and (max-width: 376px) {
  .tittle-company {
    margin-top: 18rem;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  .tittle-company {
    margin-top: 22rem;
  }
}
@media (min-width: 425px) and (max-width: 480px) {
  .tittle-company {
    margin-top: 23rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .compartir {
    width: 126px;
    margin: auto;
    float: right;
    text-align: center;
  }

  .share {
    padding: 1rem 0rem 1rem;
  }
  img#portada {
    margin-left: 26px;
    width: 90%;
    z-index: 10;
    position: relative;
    margin: auto;

  }

  .iframe {
    margin-top: 4rem;
    width: 100%;
    height: 360px !important;
  }
  .interna h2 {
    font-family: "poppins-bold";
    font-size: 30px;
    text-align: center;
    margin-top: 0rem;
  }

  h1 {
    font-size: 32px;
    text-shadow: none;
    margin-top: 1rem;
    line-height: 1;
    color: #4a7a92;
    margin-bottom: 1.25rem;
  }
  .text1 {
    font-size: 18px;
  }

  .titulo {
    background-color: #f9f9f9;
    margin-top: -82px;
    padding-top: 90px;
    z-index: 0;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid-container.header {
    text-align: center;
    padding-left: 0px;
	display: block;
    padding-right: 0px;
  }
  .text1,
  .text2 {
    color: #000;
    text-align: left;
  }
  .grid-container.header .text1 {
    text-align: left;
    line-height: 1;
  }
  h2 {
    font-size: 22px;
    margin-top: 0rem;
  }
  div.summary {
    margin-top: 2rem;
  }
  .logos {
    margin-top: 2rem;
    padding-bottom: 50px;
  }
  .logos .cell.child {
    border-right-style: solid;
  }
  footer {
    text-align: center;
    padding: 1.5rem 0rem 2rem;
  }
  .ardilalule {
    text-align: center;
  }
  footer img {
    margin: 1rem 0rem 2.5rem;
  }
  .logos .cell.down {
    border-bottom-style: solid;
  }
  #flipbook {
    margin-top: 5px;
  }
  .interna .apertura {
    height: auto;
  }
  .apertura {
    background-position: left;
    background-size: cover;
	   height: auto;

  }

  .logoAbogados {
    width: 148px;
    float: left;
    text-align: left;
   
  }
  .logoAbogados img {
    margin-left: 0px;
  }
  .hi-icon-effect-2.hi-icon-effect-2a {
    float: initial;
    margin-top: 5px;
  }
  .tittle-company{
	margin-top: 2rem;
  }
}
