@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: 5px 0rem;
}
.interna .compartir {
    margin-top: 25px;
}
.issuuembed{
	margin-top: 4rem;
	width:100%;
	height:780px;
}
.logoAbogados{
	width: 180px;
float: left;
}
.logoAbogados img{
	width: 100%
}
.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-twitter:before {
	content: "\ea96";
}
.hi-icon-book:before {
	content: "\e900";
}
/* 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(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.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: 710px;
	background-position: center;
}
.share{
	width: 100%;
	border-bottom: 1px solid  rgba(255, 255, 255, 0.3);
	text-align: right;
	padding: 1.5rem 0rem;
}
.share span{
	color: #fff;
	font-family: 'roboto-regular';
	font-size: 13px;
	letter-spacing: 1px;
}
.hi-icon-effect-2.hi-icon-effect-2a {
	float: right;
	height: 26px;
}
.grid-container {
	max-width: 1160px;
}
.grid-container.header{

}
.titulo{
	color: #fff;
}
h1{	
	font-size: 30px;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
	font-family: 'roboto-regular';
	margin-top: 6rem;
	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: 4rem;
	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;
}
h2{
	font-family: 'poppins-bold';
	font-size: 30px;
	text-align: center;
	margin-top: 11rem;
}
footer{
	font-family: 'roboto-regular';
	font-size: 14px;
	background-color: #074d7c;
	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;
}
.firma.uno{
	background-image: url(../img/logos/1.svg);
    width: 102px;
    min-height: 63px;
	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;
}
.firma{
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	margin:auto;
	cursor: pointer;
}
.firma.dos{
	background-image: url(../img/logos/2.svg);
	width: 131px;
    min-height: 43px;

}
.firma.tres{
	background-image: url(../img/logos/3.svg);
	width: 122px;
    min-height: 46px;
}
.firma.cuatro{
	background-image: url(../img/logos/4.png);
	width: 115px;
	min-height: 37px;
}
.firma.cinco{
	background-image: url(../img/logos/5.svg);
    width: 118px;
    min-height: 48px;
}
.firma.seis{
	background-image: url(../img/logos/6.svg);
	width: 118px;
    min-height: 57px;
}
.firma.siete{
	background-image: url(../img/logos/7.svg);
	width: 116px;
    min-height: 45px;
}
.firma.ocho{
	background-image: url(../img/logos/8.svg);
	width: 122px;
    min-height: 49px;
}
.firma.nueve{
	background-image: url(../img/logos/9.svg);
    width: 74px;
    min-height: 62px;
}
.firma.diez{
	background-image: url(../img/logos/12.svg);
    width: 128px;
    min-height: 44px;

}

.firma.uno:hover, .firma.dos:hover, .firma.tres:hover, .firma.cuatro:hover, .firma.cinco:hover, .firma.seis:hover, .firma.siete:hover, .firma.ocho:hover, .firma.nueve:hover, .firma.diez:hover, .firma.once:hover, .firma.doce:hover, .firma.trece:hover, .firma.catorce:hover, .firma.quince:hover, .firma.dieciseis:hover, .firma.diecisiete:hover, .firma.dieciocho:hover, .firma.diecinueve:hover, .firma.veinte:hover, .firma.veintiuno:hover, .firma.veintidos:hover, .firma.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;
	}	
	
	.issuuembed {
		margin-top: 4rem;
		width: 100%;
		height: 510px;
	}
}



@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;
		left: 11px;
	}
	.interna .compartir {
    margin-top: 5px;
}
	.iframe {
		margin-top: 4rem;
		width: 100%;
		height: 360px !important;
	}
	.interna h2 {
		font-family: 'poppins-bold';
		font-size: 30px;
		text-align: center;
		margin-top: 3rem;
	}

	h1 {
		font-size: 24px;
		text-shadow: none;
		margin-top: 0rem;
		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;
		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:3rem;
	}
	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;
	}

	.apertura {
		background-position: left;
		background-size: cover;
		height: auto;
	}

	.logoAbogados {
    width: 148px;
    float: left;
}
.hi-icon-effect-2.hi-icon-effect-2a {
 float: initial;
 margin-top: 5px
}
}
