/*Content*/
body.external .container-intelly-title {
    width: 100%;
}
body.external h1 {
	color: #148ed5;
}
body.external.red h1 {
	color: #cf090c;
}
body.external.green h1 {
	color: #0e5608;
}
body.external.orange h1 {
	color: #cc4e00;
}
body.external.purple h1 {
	color: #4E1C74;
}
body.external.black h1 {
	color: #555555;
}

body.view,
body.external {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #EEEEEE;
}

body.view main,
body.external main {
	width: 758px;
	border: 1px solid #D4D4D4;
}

body.view .container-isend-header, 
body.view .container-isend-footer,
body.external .container-isend-header,
body.external .container-isend-footer {
	font-family: Arial, Helvetica, sans-serif;
}

/*Content*/

/*Header*/

body.view .container-isend-header,
body.external .container-isend-header {
	background: #0058A0 url("../img/bgHeaderBlue.jpg") repeat-x;
	width: calc(100% - 30px);
	padding: 10px 15px;
	border-bottom: 1px solid #D4D4D4;
}

body.view.red .container-isend-header,
body.external.red .container-isend-header {
	background: #c80003 url("../img/red/bgHeader.jpg") repeat-x;
}

body.view.green .container-isend-header,
body.external.green .container-isend-header {
	background: #0b8c04 url("../img/green/bgHeader.jpg") repeat-x;
}

body.view.orange .container-isend-header,
body.external.orange .container-isend-header {
	background: #d45b00 url("../img/orange/bgHeader.jpg") repeat-x;
}

body.view.purple .container-isend-header,
body.external.purple .container-isend-header {
	background: #3C1B52 url("../img/purple/bgHeader.jpg") repeat-x;
}

body.view.black .container-isend-header,
body.external.black .container-isend-header {
	background: #222222 url("../img/black/bgHeader.jpg") repeat-x;
}

/*Header*/

/*Footer*/

body.view .container-isend-footer,
body.external .container-isend-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: calc(100% - 30px);
	padding: 15px;
	border-top: 1px solid #D4D4D4;
	background: #F3F3F3;
	color: #5F5F5F;
}

body.view .container-isend-footer .container-intelly-info,
body.external .container-isend-footer .container-intelly-info {
	display: flex;
	align-items: center;
}

body.view .container-isend-footer .container-intelly-logo,
body.external .container-isend-footer .container-intelly-logo {
	width: 16%;
}

body.view .container-isend-footer .container-intelly-address,
body.external .container-isend-footer .container-intelly-address {
	width: calc(62% - 2px);
	border-right: 2px solid #D4D4D4;
}

body.view .container-isend-footer .container-intelly-info.container-social-networks,
body.external .container-isend-footer .container-intelly-info.container-social-networks {
	justify-content: center;
	width: 22%;
}

.container-intelly-info .intelly-logo {
	display: flex;
	width: 100%;
	height: 45px;
	background: url(../img/img_intelly.png) no-repeat;
	background-position: center;
}

.container-intelly-info .intelly-info {
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px 0 0;
	margin: 0;
	font-size: 9px;
	line-height: 15px;
}

span.separete-address {
	margin: 0 2px;
}

.container-intelly-info .intelly-info a, 
.container-intelly-info .intelly-info a:visited, 
.container-intelly-info .intelly-info a:focus, 
.container-intelly-info .intelly-info a:hover {
	color: #5F5F5F;
	font-weight: bold;
	text-decoration: none;
}

.container-intelly-info .intelly-info strong {
	font-weight: bold;
}

.container-intelly-info .content-social-networks {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0 0 0 15px;
}

.container-intelly-info .social-network {
	width: 25px;
	height: 25px;
	background: #a4a6a5;
}

.container-intelly-info .social-network.twitter {
	-webkit-mask: url(../svg/social-networks/twitter.svg) center / contain no-repeat;
	mask: url(../svg/social-networks/twitter.svg) center / contain no-repeat;
}

.container-intelly-info .social-network.facebook {
	-webkit-mask: url(../svg/social-networks/facebook.svg) center / contain no-repeat;
	mask: url(../svg/social-networks/facebook.svg) center / contain no-repeat;
}

.container-intelly-info .social-network.linkedin {
	-webkit-mask: url(../svg/social-networks/linkedin.svg) center / contain no-repeat;
	mask: url(../svg/social-networks/linkedin.svg) center / contain no-repeat;
}

.container-intelly-info .social-network.isend-blog {
	-webkit-mask: url(../svg/social-networks/blog-isend.svg) center / contain no-repeat;
	mask: url(../svg/social-networks/blog-isend.svg) center / contain no-repeat;
}

/*Footer*/

@media all and (max-width: 767px) {
	div#isend-forms-not-robot {
		transform: scale(0.75);
		transform-origin: center top;
		-webkit-transform-origin: center top;
	}
	.container-intelly-info .social-network {
		width: 30px;
		height: 30px;
	}
}

@media all and (max-width: 992px) {
	body.view main,
	body.external main {
		width: 100%;
		border: none;
	}
	
	div.content-isend-logo {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	body.view .container-isend-footer .container-intelly-logo, 
	body.view .container-isend-footer .container-intelly-address, 
	body.view .container-isend-footer .container-intelly-info.container-social-networks,
	body.external .container-isend-footer .container-intelly-logo, 
	body.external .container-isend-footer .container-intelly-address, 
	body.external .container-isend-footer .container-intelly-info.container-social-networks {
		width: 100%;
	}
	
	body.view .container-isend-footer .container-intelly-address,
	body.external .container-isend-footer .container-intelly-address {
		margin: 10px 0;
		border: none;
	}
	
	.container-intelly-info .intelly-info {
		padding: 0;
		text-align: center;
		font-size: 10px;
		line-height: 20px;
	}
	
	.container-intelly-info .intelly-info span {
		width: 100%;
	}
	
	.container-intelly-info .intelly-info .separete-address {
		display: none;
	}
	
	.container-intelly-info .content-social-networks {
		justify-content: space-around;
		width: 65%;
		margin: 0;
	}
}

@media all and (min-width: 768px) and (max-width: 992px) {
	.content-isend-logo img {
		height: 90px;
	}
	
	.container-intelly-info .intelly-logo {
		height: 70px;
		background-size: contain;
	}
	
	.container-intelly-info .intelly-info {
		margin: 20px 0;
		font-size: 1.4em;
		line-height: 1.6em;
	}
	
	.container-intelly-info .social-network {
		width: 60px;
		height: 60px;
	}
}