/* -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;
}

iframe {
	border: 0 !important;
}

::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 PHONE- */
.analiza-phone {
	margin: 0px auto;
	background: #F5F5F6;
	padding: 70px 0px 0px 0px !important;
}

.analiza-phone-txt {
	display: block;
}

.analiza-phone-txt h1 {
	font-family: 'Roboto Mono', monospace;
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	color: #0076A9;
	padding: 30px 0px;
	margin: 0px auto;
	display: block;
	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;
}

.phone-txt {
	display: block;
	margin: 0px auto;
	background: #00BFD6;
	border-right: 1px solid #F5F5F6;
}

.phone-txt:last-child {
	border-right: none;
}

.phone-txt p {
	font-weight: 400;
	text-align: center;
	padding: 20px 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;
}

.phone-txt p a {
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	padding: 30px;
	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;
}

.phone-txt p a:hover {
	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;
}

.phone-txt p a i {
	display: initial;
	padding: 0px 20px;
}


/* -ANALIZA DIGITAL CONTACT- */
.analiza-contact {
	background: #0076A9;
}

.contact-bg {
	background-image: url(../images/Analiza-Digital_Contactanos-Podemos-Ayudarte_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;
}

.contact-txt {
	padding: 5%;
	vertical-align: middle;
	text-align: left;
}

.contact-txt h1 {
	font-family: 'Roboto Mono', monospace;
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 10px 0px 30px 0px;
	margin: 0px auto;
	text-align: center;
	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;
}

.contact-txt ul {
	display: block;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	font-weight: 400;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}

.contact-txt li {
	display: block;
	margin: 10px auto;
	padding: 0px 20px;
	list-style: none;
	position: relative;
	vertical-align: middle;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contact-txt li:last-child {
	display: block;
	margin-top: 30px;
}

.contact-txt input, select, textarea, select  {
	color: #FFFFFF;
	width: 100%;
	padding: 10px 20px;
	background: transparent;
	border: 1px solid #FFFFFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

select, select option {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

select option  {
	color: #222222;
	width: 100%;
	padding: 10px 20px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .8);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.select-style {
	width: 100%;
	overflow: hidden;
	background: url(../images/select-arrow.png) no-repeat 97% 50%;
	margin-bottom: 20px;
}

::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 1; !important
}
:-moz-placeholder {
	color: #FFFFFF;
	opacity: 1; !important
}
::-moz-placeholder {
	color: #FFFFFF;
	opacity: 1; !important
}
:-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 1; !important
}

button.submit {
	font-family: 'Roboto Mono', monospace;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1pt;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 60px;
	background: transparent;
	border-radius: 30px;
	margin: 0px auto;
	display: block;
	border: 1px solid #00BFD6;
	-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;
}

button.submit: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;
}

.LV_valid {
	color: #FFFFFF;
	display: none;
}

.LV_invalid {
	color: #FFFFFF;
}

.LV_validation_message{
	width: 35%;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	font-weight: 400;
	background-color: #FF495C;
	border: 1px solid #FF495C;
	padding: 10px;
	margin: -44px 0px 0px 0px;
	position: relative;
	float: right;
	z-index: -9;
}

.LV_validation_message:last-child {
	margin: -64px 0px 0px 0px;
	z-index: -9;
}

.LV_valid_field, option.LV_valid_field:hover, option.LV_valid_field:active, select.LV_valid_field:hover, select.LV_valid_field:active,
input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active, .fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field, .fieldWithErrors select.LV_valid_field, .fieldWithErrors option.LV_valid_field {
	border: 1px solid #00BFD6;
}

.LV_invalid_field, option.LV_invalid_field:hover, option.LV_invalid_field:active, select.LV_invalid_field:hover, select.LV_invalid_field:active,
input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active, .fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field, .fieldWithErrors select.LV_invalid_field, .fieldWithErrors option.LV_invalid_field {
	border: 1px solid #FF495C;
}


/* -ANALIZA DIGITAL MAP- */
.map {
	position: relative;
	margin: 0px auto;
	background-color: #F5F5F6;
	margin-bottom: -8px;
}

.map h1 {
	font-family: 'Roboto Mono', monospace;
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	color: #0076A9;
	padding: 30px 0px;
	margin: 0px auto;
	display: block;
	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;
}

.map iframe {
	position: relative;
	z-index: 998;
	max-width: 100%;
	width: 100%;
	min-height: 500px;
	border: 0 !important;
}


/* -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;
}