@charset "utf-8";
/* CSS Document */



body, html { 
	padding: 0; 
	margin: 0;
	line-height: 1;
	width:100%;
	font-size: 20px;
	line-height: 28px;
	color: #202c3f;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	height: 100%;
	}


body{
	/*overflow: hidden;*/
	}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, h1,h2,h3,h4
{
	border: 0;
	font-style: inherit;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
}

p, a, li, div{ margin:0; padding:0; }

a{ 
	text-decoration:none;
}

a img{ border:none;}

:focus, a:focus {
	outline: 0!important;
	text-decoration: none!important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
}

ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}

.clear{ clear:both;}

.clear:after{
	display: block;
	content: '';
	clear:both;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}  



.padding-remove{
	padding: 0;
}

.padding-remove-l{
	padding-left: 0;
}


.padding-remove-r{
	padding-right: 0;
}


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


form:after{
	display: block;
	content: '';
	clear: both;
}

.vertical-center{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/*------------------------------------------------------------------

	BACK TO TOP

-------------------------------------------------------------------*/
#gotop {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 20;
    width: 48px;
    height: 48px;
    background: #195a71;
    border: none;
    padding: 12px 15px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#gotop:after {
    content: '\f106';
    font-family: FontAwesome;
    color: #fff;
    font-size: 26px;
    line-height: 17px;
}

#gotop:hover{
	background-color: #758fb0;
}





/*HEADER --------------------------------------*/


header{
	height: auto;
	background: #fff;
}

#logo{
	    margin: 19px auto 30px;
}

#logo img{
	    margin: 0 auto;
}


.slider{
	background: url(http://analiticaderetail.com/contenidos/ebook-business-intelligence/images/bg.jpg) no-repeat center;
	/*background-attachment: fixed;*/
	background-size: cover;
	padding: 100px 0
}

.slider h1 {
    color: #de423e;
    font-size: 80px;
    line-height: 75px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 800;
    margin-top: 19px;
    margin-bottom: 10px;
}
.slider h1.strong{
	color: #de423e;
	font-size: 105px;
	line-height: 55px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 800;
	margin-top: 30px;
}

.slider h2{
	margin: 5px 0 12px;
    font-size: 44px;
    line-height: 48px;
	font-weight: 700;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}
.slider h4 {
    background: #195A71;
    width: 100%;
    max-width: 600px;
    color: white;
    padding: 20px 30px;
    font-size: 34px;
}

.slider .flag{
	background: #195a71;
	padding: 8px 17px;
	display: inline-block;
}

.tnk .container-fluid{
	height: 100%;
}

.gracias{
	background: url(http://analiticaderetail.com/contenidos/ebook-business-intelligence/images/bg.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	padding:  0;
	height: 100%;
}

.gracias-in{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
	margin-top: 15px;
	}



.gracias footer{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
}


.slider .flag p{
	color: #fff;
	font-size: 34px;
	text-transform: uppercase;
}


.gracias .flag{
    position: relative;
}


.gracias .flag:before{
	position: absolute;
	left: 0;
	top:-40px;
	background: url(http://analiticaderetail.com/contenidos/ebook-business-intelligence/images/like.png) no-repeat 0 0;
	background-size: contain;
	width: 124px;
	height: 123px;
	content: '';
}


.gracias .flag h2{
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    background: #de423e;
    padding: 8px 28px 8px 74px;
    display: inline-block;
}



.gracias-in p{
	font-size: 37px;
	line-height: 46px;
    color: #fff;
    margin: 22px 0 40px;
}



.gracias-in .btn {
    font-size: 25px;
    font-weight: 600;
    color: #da4742;
    background-color: #fff;
    display: inline-block;
    padding: 7px 37px;
    border-radius: 22px;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.gracias-in .btn span {
	font-weight: 600;
}


.gracias .flag h2, .gracias-in p, .gracias-in .btn{
	margin-left: 60px;
}



.gracias-in .btn:hover{
	color: #fff;
    background-color: #da4742;
}

.form{
	background-color: #e6e6e6;
	padding: 60px 35px;
	margin-top: 18px;
}

.form h3, .form p{
	text-align: center;
}

.form h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 33px;
	font-weight: 500;
	color: #1a1a1a;
	margin-bottom: 20px;
}

.form h3 span{
	font-weight: 700;
	color: #da4742;
}

.form p{
	margin: 9px 0 26px;
}

.form-group {
    margin-bottom: 8px;
}


.form-group.enviar {
    margin-bottom: 0;
}

.form-control {
	border: 0;
	background: #fff;
	padding: 13px 12px;
	border-radius: 0;
	height: auto;
	font-size: 14px;
}

input[type='submit']{
	border: none;
	display: block;
	background-color: #da4742;
	border-radius: 18px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 9px 15px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

input[type='submit']:hover{
	background-color: #195a71;
}

.form-control:focus::-webkit-input-placeholder{
	   color:transparent;
	}

.form-control:focus:-moz-placeholder{ /* Firefox 18- */
	   color:transparent; 
	}

.form-control:focus::-moz-placeholder{  /* Firefox 19+ */
	   color:transparent; 
	}

.form-control:focus:-ms-input-placeholder{  
	   color:transparent;
	}


/*------------------------------------------------------------------

	CONTENIDO

-------------------------------------------------------------------*/

section{
	background-color: #fff;
	padding: 80px 0 80px;
}

section .titulo{
	position: relative;
    margin: 30px 0 90px;
}

.titulo:before{
    text-align: center;
    content: 'BENEFICIOS';
    font-size: 169px;
    font-weight: 700;
    position: absolute;
    z-index: 0;
    color: rgba(117, 117, 117, 0.1);
    left: 0;
    right: 0;
    top: 18px;
    text-transform: uppercase;
}

.titulo h5{
    font-size: 32px;
    text-align: center;
    margin: 0 auto 60px;
    color: #da4742;
    font-weight: 400;
	text-transform: uppercase;
	padding-top: 20px;
}

.titulo h5 b{
    font-weight: 700;
}


.item{
	width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
	text-align: center;
	position: relative;
}

.item .icon{
	margin: 0 auto 10px;
    display: block;
    position: relative;
	height: 98px;
	
}

.item .icon img{
	display: block;
	max-height: 100%;
    position: absolute;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.item:hover .icon img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.item .numero{
	font-size: 22px;
	font-weight: 700;
	color: #b3b3b3;
	margin-bottom: 10px;
}

.item .numero:after{
	display: block;
	margin: 0 auto;
	width: 74px;
	height: 2px;
	background-color: #b3b3b3;
	content: '';
}

.item .equis {
    position: absolute;
    right: -6px;
    top: 22%;
    width: 13px;
    height: 13px;
}

.item:last-child .equis{
	display: none;
}

.item h6{
	color: #195a71;
	font-size: 20px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 600;
}

.bg-gracias{
	background: url(http://analiticaderetail.com/contenidos/ebook-business-intelligence/images/bg-gracias.png) no-repeat top left;
	background-size: cover;
	color: #fff;
}

.bg-gracias .col-equal > .col-sm-12{
	padding-left: 30px;
	padding-right: 30px;
}
.bg-gracias h1{
	font-size: 73px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #fff;
	margin: 31px 0 0;
}

.bg-gracias h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 42px;
	font-weight: 300;
}

.bg-gracias p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	font-weight: 100;
	margin: 22px 0 30px;
	letter-spacing: 1px;
}

.bg-gracias .btn{
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	background-color: #1da0d8;
	display: inline-block;
	padding: 7px 37px;
	border-radius: 22px;
	text-transform: uppercase;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.bg-gracias .btn:hover{
	background-color: #003bab;
}

/*------------------------------------------------------------------

	FOOTER

-------------------------------------------------------------------*/


footer {
    padding: 0 0 15px;
    line-height: 23px;
    background: #da4742;
    color: #fff;
    padding-bottom: 0;
}


footer .copyright {
    font-size: 14px;
    padding: 35px 0;
	line-height: 1;
}

p.copyright .hidden-xs {
    display: inline-block;
}


.crandi {
	width: 64px;
    height: 12px;
    background: url(../../commonweb/crandi-footer.png) no-repeat 0 0;
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
}





@media only screen and (min-width: 1700px) {
	.gracias{
		height: 900px;
	}
}


@media only screen and (max-width: 1499px) {

}


@media only screen and (max-width: 1199px) {
	.slider h1 {
    font-size: 95px;
	line-height: 90px;
	}
	.slider h2 {
    font-size: 48px;
	}
	.slider .flag p {
    font-size: 30px;
	}
	
	.form h3 {
    font-size: 27px;
	}
	body{
	font-size: 16px;
	}
	input[type='submit'] {
    font-size: 20px;
	}
	.gracias .flag h2 {
    color: #fff;
    font-size: 52px;
	}
	.gracias-in p {
    font-size: 30px;
	}
	
}

@media only screen and (max-width: 1024px) {
	.titulo:before {
    font-size: 134px;
	}
	.gracias {
    background-position: 20%;
	}
}
@media only screen and (min-width: 992px) {
	.row.col-equal {
    display: table;
	height: 100%;
	width: 100%;
	}


	.col-equal > [class*="col-"] {
    float: none;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
	}
}
@media only screen and (max-width: 991px) {
	.slider {
    padding: 50px 0 70px;
	}
	.slider h1{
	color: #de423e;
	font-size: 65px;
	line-height: 65px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 800;
	margin-top: 5px;
}
.slider h1.strong{
	color: #de423e;
	font-size: 80px;
	line-height: 50px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 800;
	margin-top: 19px;
}

.slider h2{
	margin: 5px 0 12px;
    font-size: 45px;
    line-height: 45px;
	font-weight: 700;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}
.slider h4 {
    background: #195A71;
    width: 100%;
    max-width: 550px;
    color: white;
    padding: 20px 30px;
    font-size: 30px;
}

	.form {
    background-color: #e6e6e6;
    padding: 40px 15px;
	margin-top: 30px;
	}
	.titulo h5 {
    font-size: 28px;
	}


	
	
	input[type='submit'] {
    font-size: 18px;
	}
	.bg-gracias h3 {
    font-size: 36px;
	}
	.gracias .flag h2 {
    font-size: 42px;
	}
	.gracias-in p {
    font-size: 26px;
	}
	
	.gracias .flag:before {
    top: -30px;
    width: 70px;
    height: 70px;
	}
	.gracias .flag h2, .gracias-in p, .gracias-in .btn {
    margin-left: 30px;
	}
	.gracias .flag h2 {
    padding: 8px 28px 8px 53px;
	}
}

@media only screen and (max-width: 768px) {
	.titulo:before {
    font-size: 100px;
	}
	.slider {
    background-position: 20%;
	}
	
}


@media only screen and (max-width: 768px) {
	.item .equis {
    display: none;
	}


	section h3 {
    font-size: 25px;
	padding: 16px 26px 14px;
	line-height: 32px;
	}
	.item p {
    font-size: 12px;
	}
	
	body, html{
	height: 100%;
	}
	
	body.gracias .container-fluid{
	height: 100%;
	}
	
	
	.item {
    width: 100%;
    margin-bottom: 20px;
	}
}


@media only screen and (max-width: 767px) {
	.col-equal [class*="col-"] {
    float: none;
    display: block;
    height: inherit;
    vertical-align: top;
	}
	
	.bg-gracias .col-equal{
	height: 94%;
	}
	
	
	
	.item {
    margin-bottom: 50px;
	}
	.item .icon {
    margin-bottom: 20px;
	}
	.item p {
    font-size: 16px;
	}

	
	
	
	
	
	
	
	section {
    padding: 80px 0 50px;
	}
	
	
	
	.bg-gracias {
    padding: 30px;
    background-size: cover;
	}
	.bg-gracias h1 {
    font-size: 61px;
	margin: 15px 0 0;
	}
	.bg-gracias h3 {
	font-size: 30px;
	}
	.gracias-in .btn {
    font-size: 22px;
    padding: 7px 62px;
	}
	.gracias img.descarga{
		width: 130px;
	}
	footer .copyright {
    padding: 25px 0;
	}
	
	.bg-gracias p {
    font-size: 22px;
	}
	
}

@media only screen and (max-width: 736px) and (orientation:landscape) {
	.gracias {
    height: auto;
	}
	.gracias-in {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    width: 100%;
    margin-top: 15px;
    padding-top: 50px;
	padding-bottom:30px;
	}
	.gracias footer {
    position: relative;
	}
}



 
@media only screen and (max-width: 667px) {

	.gracias .flag h2 {
    font-size: 37px;
	}
	.gracias-in p {
    font-size: 22px;
	}
}

@media only screen and (max-width: 568px) {
	.titulo:before {
    font-size: 80px;
	}
		.slider h1{
	color: #de423e;
	font-size: 55px;
	line-height: 65px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	margin-top: 5px;
}
.slider h1.strong{
	color: #de423e;
	font-size: 70px;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	margin-top: 19px;
}

.slider h2{
	margin: 5px 0 12px;
    font-size: 42px;
    line-height: 42px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.slider h4 {
    background: #195A71;
    width: 100%;
    max-width: 400px;
    color: white;
    padding: 20px 30px;
    font-size: 25px;
    text-align: center;
    float: none;
    margin: 0 auto;
    display: none;
}
	.gracias .flag h2 {
    font-size: 29px;
	}
}
@media only screen and (max-width: 543px) {
			.slider h1{
	color: #de423e;
	font-size: 55px;
	line-height: 65px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	margin-top: 5px;
}
.slider h1.strong{
	color: #de423e;
	font-size: 70px;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	margin-top: 19px;
}

.slider h2{
	margin: 5px 0 12px;
    font-size: 42px;
    line-height: 42px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.slider h4 {
    background: #195A71;
    width: 100%;
    max-width: 400px;
    color: white;
    padding: 20px 30px;
    font-size: 25px;
    text-align: center;
    float: none;
    margin: 0 auto;
}
	.titulo:before {
    font-size: 90px;
	top: 6px;
	}
	.titulo h5 {
    font-size: 20px;
	}
	
	section {
    padding: 40px 0 0px;
	}

	.gracias {
    background-attachment: inherit;
    background-size: auto;
    background-position: 20%;
    background-position-y: -7%;
	}


}


@media only screen and (min-width: 486px) {
	.visible-xxs {
    display: none;
	}
	
}

@media only screen and (max-width: 485px) {
	.hidden-xxs {
    display: none;
	}
	
	
	#gotop {
    right: 0px;
	}

	
	section {
    padding: 40px 0 20px;
	}
	footer .copyright {
    font-size: 12px;
    padding: 28px 0;
    line-height: normal;
	}
	#gotop {
    bottom: 70px;
	}
	section h3{
	margin-bottom: 35px;
	}
	.bg-gracias {
    padding: 15px;
	}
	.bg-gracias .col-equal > .col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
	}
	.bg-gracias h1 {
    font-size: 45px;
	}
	.bg-gracias h3 {
    font-size: 28px;
	}
		.slider h1{
	color: #de423e;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	margin-top: 5px;
}
.slider h1.strong{
	color: #de423e;
	font-size: 60px;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	margin-top: 19px;
}

.slider h2{
	margin: 5px 0 12px;
    font-size: 30px;
    line-height: 30px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.slider h4 {
    background: #195A71;
    width: 100%;
    max-width: 320px;
    color: white;
    padding: 20px 30px;
    font-size: 16px;
    text-align: center;
    float: none;
    margin: 0 auto;
}
	.slider .flag p {
    font-size: 22px;
	}
	.slider {
    padding: 15px 0;
	}
	.titulo h5 {
    font-size: 24px;
    line-height: 28px;
	margin-bottom: 0;
	}
	
	.titulo:before {
    font-size: 60px;
    top: 17px;
	}
	section .titulo {
    position: relative;
    margin: 10px 0 40px;
	}
	#logo {
    margin: 20px auto;
    max-width: 80%;
	}
	.form {
    padding: 20px 15px;
	}
	
	.gracias-in p {
    font-size: 20px;
	line-height: 30px;
	}

}

@media only screen and (max-width: 414px) {	

}

@media only screen and (max-width: 375px) {
	
	
	section h3 {
    font-size: 21px;
	}
	
.slider h1 {
    color: #de423e;
    font-size: 45px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    margin-top: 5px;
}
.slider h1.strong {
    color: #de423e;
    font-size: 65px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    margin-top: 19px;
}

.slider h2 {
    margin: 5px 0 12px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: -15px;
}
.slider h4 {
    background: #195A71;
    width: 100%;
    max-width: 280px;
    color: white;
    padding: 20px 10px;
    font-size: 14px;
    text-align: center;
    float: none;
    margin: 0 auto;
}
	.slider .flag p {
    font-size: 18px;
	}
	
	.titulo:before {
    font-size: 53px;
	}
	.gracias-in .btn {
    padding: 7px 46px;
    margin-bottom: 10px;
    width: 85%;
	}
	
}


@media only screen and (min-width: 361px) {
	
}

@media only screen and (max-width: 360px) {
	
	.bg-gracias h1 {
    font-size: 39px;
	}
	.gracias-in .btn {
    font-size: 19px;
	}
	footer .copyright {
    padding: 18px 0;
	}
	.gracias .flag h2 {
    font-size: 24px;
	}
}

@media only screen and (max-width: 320px) {
	
	
	.form h3 {
    font-size: 23px;
	}
	.bg-gracias h1 {
    font-size: 34px;
	}
	.bg-gracias p {
    margin: 16px 0 17px;	
	}
	
	.titulo:before {
    font-size: 44px;
	}
	.titulo h5 {
    font-size: 20px;
    line-height: 24px;
	}
.slider h1 {
    color: #de423e;
    font-size: 36px;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    margin-top: 5px;
}
.slider h1.strong{
	color: #de423e;
	font-size: 55px;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	margin-top: 19px;
}

.slider h2{
	margin: 5px 0 12px;
    font-size: 26px;
    line-height: 30px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.slider h4 {
    background: #195A71;
    width: 100%;
    max-width: 280px;
    color: white;
    padding: 20px 10px;
    font-size: 14px;
    text-align: center;
    float: none;
    margin: 0 auto;
}
	.slider .flag {
    padding: 4px 9px;
    display: inline-block;
	}
	.slider .flag p {
    font-size: 16px;
	}
	
	.gracias .flag:before {
    top: -20px;
    width: 40px;
    height: 40px;
	}
	.gracias .flag h2, .gracias-in p, .gracias-in .btn {
    margin-left: 20px;
	}
	.gracias .flag h2 {
    padding: 8px 8px 8px 27px;
	font-size: 22px;
	}
	
	.gracias-in .btn {
    padding: 7px 36px;
	}
	


}