/* -ANALIZA DIGITAL STYLES- */

html, body {
	height: 100%;
}

header, nav, article, section, aside, footer {
	display: block;
}

section {
	padding: 70px 0;
	overflow: hidden;
}

footer{
	padding: 30px 0;
	background: #0076A9;
}

img {
	max-width: 100%;
	width: auto;
	-ms-interpolation-mode: bicubic;
}

img, embed, object, video {
	max-width: 100%;
}

li {
	list-style-type: none;
}

a:hover, a:focus {
	text-decoration: none;
}

a:focus, button:focus, input:focus, textarea:focus  {
	outline: none;
}

::selection {
background: rgba(0, 118, 169, 1);
color: rgba(245, 245, 246, 1);
}

::-moz-selection {
background: rgba(0, 118, 169, 1);
color: rgba(245, 245, 246, 1);
}

::-o-selection {
background: rgba(0, 118, 169, 1);
color: rgba(245, 245, 246, 1);
}

::-webkit-selection {
background: rgba(0, 118, 169, 1);
color: rgba(245, 245, 246, 1);
}

.transition {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.inner-match-height {
	position: relative;
	height: 100%;
}

/* -ANALIZA DIGITAL GENERAL- */
body {
	height: 100%;
	background: #FFFFFF;
	background-attachment: fixed;
	font-size: 16pt;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400;
	letter-spacing: .85pt;
	color: #232222;
	overflow-x: hidden;
}

.row {
	margin-right: 0;
	margin-left: 0;
}

.row, .container, col-md-4, col-sm-12, col-xs-12, col-sm-6 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.no-margin {
	margin: 0 !important;
}

.no-padding{
	padding: 0px !important;
}


/* -ANALIZA DIGITAL TOP- */
.analiza-inicio {
	height: 100%;
	width: 100%;
	position: relative;
	margin-top: 70px;
	padding: 0px;
	background: #FFFFFF url(../images/Analiza-Digital_Agencia-Digital_Bg.jpg) 50% 0 no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.analiza-back {
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	background: rgba(34, 34, 34, 0.5);
	background-blend-mode: multiply;
	position: relative;
}

.analiza-back-txt {
	position: absolute;
	text-align: center;
	top: 45%;
	left: 50%;
	margin: 0px auto;
	-webkit-transform: translate(-50%,-45%);
	-moz-transform: translate(-50%,-45%);
	-ms-transform: translate(-50%,-45%);
	-o-transform: translate(-50%,-45%);
	transform: translate(-50%,-45%);
}

.analiza-back-txt div {
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.isologo {
	width: 100%;
	height: auto;
	max-width: 130px;
	min-width: 85px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.analiza-back-txt h1 {
	font-size: 28px;
	line-height: 32px;
	font-weight: 400;
	font-family: 'Roboto Mono', monospace;
	color: #00BFD6;
	margin: 0px auto;
	padding: 30px 0px 10px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.analiza-back-txt h2 {
	width: 60%;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin: 0px auto;
	padding: 10px 0px 30px 0px;
	color: #F5F5F6;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.analiza-back-txt h3 {
	margin: 0px auto;
	padding: 50px 0px 20px 0px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.analiza-back-txt h3 a {
	font-family: 'Roboto Mono', monospace;
	font-size: 22px;
	line-height: 26px;
	font-weight: 300;
	color: #F5F5F6;
	text-decoration: none;
	padding: 7px 20px;
	background-color: transparent;
	border: 2px solid #00BFD6;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.analiza-back-txt h3 a:hover {
	color: #F5F5F6;
	background-color: #00BFD6;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


/* -ANALIZA DIGITAL COPY- */
.analiza-copy {
	background: rgb(245, 245, 246);
}

.analiza-copy h1 {
	font-family: 'Roboto Mono', monospace;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	font-weight: 300;
	color: #222222;
	padding: 0px;
	margin: 0px auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.analiza-copy h1 p {
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
	color: #FF495C;
	padding: 5px 0px 0px 0px;
	margin: 0px auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* -ANALIZA DIGITAL BENEFITS- */
.analiza-benefits {
	padding: 80px 0px;
}

.benefits {
	text-align: center;
	padding: 30px 50px;
	border-right: 1px #D1D3D3 solid;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.benefits:nth-child(1) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.benefits:nth-child(2) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.benefits:nth-child(3) {
	border: none;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.benefits div {
	margin: 0px auto;
	padding: 30px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.icon-benefits {
	width: auto;
	height: 100%;
	max-height: 70px;
	padding: 0px;
	margin: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.benefits h1 {
	font-family: 'Roboto Mono', monospace;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: #0076A9;
	padding: 10px 0px;
	margin: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.benefits h1 span {
	font-weight: 400;
}

.benefits p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #222222;
	padding: 0px;
	margin: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.benefits p span {
	font-weight: 700;
}


/* -ANALIZA DIGITAL SELECT- */
.analiza-select {
	padding: 0px !important;
	background: #F6F6F6;
}

.no-margin {
	margin: 0 !important;
}

.no-padding{
	padding: 0px !important;
}

.select-bg {
	background-image: url(../images/Analiza-Digital_Buscamos-Soluciones-Que-Garantizan-Resultados_Bg.jpg);
	visibility: visible;
	height: 685px;
	position: relative !important;
	background-size: cover !important;
	overflow: hidden !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.select-txt {
	display: table !important;
	padding: 8.2%;
	vertical-align: middle;
	text-align: left;
}

.select-txt h1 {
	font-family: 'Roboto Mono', monospace;
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	color: #0076A9;
	padding: 10px 0px;
	margin: 0px;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.select-txt p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #222222;
	padding: 0px;
	margin: 0px;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.select-txt ul {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	margin: 40px 0px;
	padding: 0px;
	list-style: none;
}

.select-txt li {
	display: block;
	margin: 10px 0px;
	padding: 0px 0px 0px 25px;
	list-style: none;
}

.select-txt li:before {
	content: "\f00c";
	position: absolute;
	left: 16.2%;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #FF495C;
}

.select-txt a:link, .select-txt a:visited {
	font-family: 'Roboto Mono', monospace;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 15px;
	background: #00BFD6;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.select-txt a:hover {
	color: #F5F5F6;
	background-color: #0076A9;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


/* -ANALIZA DIGITAL FOOTER- */
footer.bottom {
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bottom-text {
	margin: 0px auto;
	padding: 30px 0px;
	vertical-align: middle;
	display: table;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bottom-text p {
	font-family: 'Roboto Mono', monospace;
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	color: #FFFFFF;
	margin: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bottom-text p a {
	padding: 9px 10px;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bottom-text p a i {
	font-size: 20px;
}

.bottom-text a:hover {
	color: #D1D3D3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.imagotipo2 {
	height: 100%;
	width: auto;
	max-height: 42px;
	min-height: 30px;
	padding: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.analiza-bottom {
	vertical-align: middle;
	position: relative;
	display: table;
	padding: 15px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.analiza-bottom p {
	font-family: 'Lato', Arial, sans-serif !important;
	font-size: 13px;
	line-height: 17px;
	font-weight: 300;
	color: #F6F6F6;
	padding: 5px 0px;
	margin: 0px auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.analiza-bottom p span {
	font-weight: 400;
}

.analiza-bottom p a {
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.analiza-bottom p a:hover {
	color: #D1D3D3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.social, ul li.social  {
	padding: 20px 0px;
	margin: 0px auto;
}

.social li {
	padding: 0px 20px;
	margin: 0px auto;
	display: inline-block;
	text-align: center;
}

.social li a {
	font-size: 30px;
	line-height: normal;
	color: #FFFFFF;
	padding: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.social li a:hover {
	color: #D1D3D3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.copy {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: 300;
	color: #FFFFFF;
	padding: 15px 0px 0px 0px;
	margin: 0px auto;
}