@import '../fonts/stylesheet.css';
@import 'classes.css';

body{
	font-family: 'Gotham';
	overflow-x:hidden;
	background-color:#fd6476;
}

/*
=======================
>>> HEADER
=======================
*/

.navbar{
	padding-top:7px;
	padding-bottom:7px;
	background-color:white;    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.4);
    border-radius: 0;
}

.ico-share{
	width:28px;
	height:28px;
	display:inline-block;
	float:left;
}

.ico-share svg path{
	fill:#c6c6c6;
}

.ico-share + span{
	font-size:12px;
	line-height:28px;
	display:inline-block;
	margin-left:7px;
}

.brand-logo{
	display:inline-block;
	width:135px;
	height:auto;
}

/*
=======================
>>> INTERNAS
=======================
*/

section{
	padding-top:175px;
}

/*
=======================
>>> PREGUNTAS
=======================
*/

.preguntas-progress{
	overflow:hidden;
	padding-left:0;
	margin-left:0;
}

.preguntas-progress>li{
	float:left;
	display:block;
	position:relative;
}

.preguntas-progress>li>span{
	display:block;
	width:13px;
	height:13px;
	border-radius:50%;
	border:2px solid #fff;
	text-indent:-9999px;
	overflow:hidden;
}

.preguntas-progress>li.active>span{
	background-color:#fff;
}

.preguntas-progress>li:before{
	content:'';
	width:30px;
	height:3px;
	display:block;
	float:left;
	background-color:#fff;
	margin: 5px -2px 0 0;
}

.preguntas-progress>li:first-child:before{display:none;}

.link-preguntas>a{
	display:block;
	width:auto;
	height:42px;
	float:left;
	margin:0 50px 0 10px;
}

.link-preguntas>a>svg{
	width:auto;
	height:100%;
}

.link-preguntas>a>svg path{
	fill:#FFF;
	transition:fill ease-in-out 0.2s;
}

.link-preguntas>a:hover>svg path,
.link-preguntas>a:active>svg path{fill:#fff; opacity: 0.8;}

/*
=======================
>>> CONTENIDO
=======================
*/

.title-circle{position:relative;}

.title-circle:before{
	content:'';
	height:29px;
	width:29px;
	border-radius:50%;
	border:6px solid #fff;
	position:absolute;
    top: 23px;
	left:-70px;
}

.titile-circle2:before{top:19px;}
.titile-circle3:before{top:0px;}
.titile-circle4:before{top:15px;}

.first-capitalice:first-letter {
	float: left;
	font-size: 4em;
	line-height: 0.68em;
	padding-top: 4px;
	padding-right: 15px;
	padding-left: 3px;
}

.porcentajes{
	text-align:center;
	color:#fdfb67;
	margin:40px 0;
}

.porcentajes .number{
    font-size: 115px;
    font-weight: 100;
    line-height: 1em;
}

.porcentajes .text{
	font-weight:500;
	font-style:italic;
	font-size:13px;
	line-height: 1.3em;
}


s{
	text-decoration: none;
	background-image: -webkit-linear-gradient(transparent 4px,#400b43 4px,#400b43 11px,transparent 11px);
	background-image:    -moz-linear-gradient(transparent 4px,#400b43 4px,#400b43 11px,transparent 11px);
	background-image:     -ms-linear-gradient(transparent 4px,#400b43 4px,#400b43 11px,transparent 11px);
	background-image:      -o-linear-gradient(transparent 4px,#400b43 4px,#400b43 11px,transparent 11px);
	background-image:         linear-gradient(transparent 4px,#400b43 4px,#400b43 11px,transparent 11px);
}

s>*{
	position:relative;
	z-index:-1;
}

.highlight{
	/*background-color:#400b43;*/
	background-color: rgba(255,255,255,0.2);
	font-weight:700;
	/*box-shadow: 5px 3px 0 #400b43, -5px 3px 0 #400A43, 5px -1px 0 #400b43, -5px -1px 0 #400b43;*/
}

select.highlight {
    border: 0;
    width: 152px;
    font-size: 18px;
    text-transform: CAPITALIZE;
    outline: none!important;
    padding: 0 5px;
    box-shadow: 0px 3px 0 rgba(255,255,255,0.2), 0px -1px 0 rgba(255,255,255,0.2);
}

.highlight.text21 {
	font-size: 21px;
}

select.highlight>option{
	text-transform:none;
	font-size: 19px;
}

.destacado-box{
    font-size: 24px;
    text-align: center;
    color: #400b43;
    width: 70%;
    padding: 30px;
    position: relative;
    line-height: 1.1em;
    margin-left: auto;
    margin-right: auto;
}

.destacado-box:before{
	content:'';
	display:block;
	width:70%;
	height:100%;
	border:7px solid #fdfb67;
	border-left:0;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
}

footer h1{
	width:90%;
	max-width:930px;
	margin-left:auto;
	margin-right:auto;
}

footer .tweet-container{
	position:relative;
	margin-bottom:35px;
}

footer  .tweet-container>.tweet{
	width:90%;
	max-width:770px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	border:0;
	border-top:4px solid #400b43;
	border-bottom:4px solid #400b43;
	background-color:transparent;
	outline:none;
	color:#ffffff;
	font-style:italic;
	font-size:36px;
	padding:10px 15px;
	resize:none;
}

footer .tweet-container:before,
footer .tweet-container:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 40%;
}

footer .tweet-container:before{
    border-left: 14px solid transparent;
    border-top: 17px solid #fd6476;
    margin-left: 3px;
    z-index: 1;
    bottom: -6px;
}

footer .tweet-container:after{
    bottom: -14px;
    border-left: 18px solid transparent;
    border-top: 22px solid #400b43;
}

footer .title-tweet{
	height:55px;
	line-height:55px;
	text-align:center;
	color:white;
	display:inline-block;
	letter-spacing:0.04em;
	text-decoration:none;
}

footer .title-tweet>svg{
	width:auto;
	height:100%;
	display:inline-block;
	float: left;
	margin-right:20px;
}

footer .title-tweet>svg path,
footer .ico-share svg>path{fill:#fff;}

footer .ico-share{
	width:33px;
	height:33px;
	display:inline-block;
	float:none;
}

footer .brand-logo{
	width:160px;
}

footer .brand-logo svg path{fill:#400b43;}

#canvasContainer {
	/*overflow: hidden;*/
}

#canvasContainer > svg#mesh {
	/*width: inherit;*/
	overflow: inherit;
  height: inherit;
}

.aboutTweets {
	color: #fdfa76;
	font-size: 10px;
	text-align: right;
	position: absolute;
	right: 24px;
	top: -24px;
	width: 50%;
}

#canvasContainer {
		margin-bottom: 60px;
}

h2 img.img-responsive {
	margin: 0;
}


/*
=======================
>>> SVG
=======================
*/

#canvasContainer {
	position: relative;
}

#canvasContainer > #mesh > span {
	background-color: #fdfb67;
	transform-origin: 50% 50%;
	position: absolute;
	display: block;
	/*transition: all 1.5s ease-in-out;*/
}

#canvasContainer > #mesh > span.influenced {
	/*transition: all 1.5s ease-in-out;*/
}

#canvasContainer > #mesh > span:hover {
	background-color: #FFF;
}


#canvasContainer > #mesh > span:before {
    content: "";
    width: 5px;
    margin-left: -1px;
    margin-top: -4px;
    height: 9px;
    position: absolute;
    opacity: 0;
    background-color: #FFF;
}


#canvasContainer > #mesh > span:hover:before{
	opacity: 0.1;
}

#canvasContainer > #mesh > span.selected {
	/*transform: rotate(90deg);*/
	/*transition: all 0s ease-in-out;*/
	background-color: #fd6476;
}

#twitterCurrent {
	width: 0px;
	position: absolute;
	transition: width 0.2s ease-in-out;
	margin-top: -9px;
	margin-left: -8px;
	z-index: 999;

}

#twitterCurrent.show {
width: 20px;
}

.logoHashtag {
		width: 70%;
}

.theTweet {
	position: absolute;
	width: 93%;
	height: auto;
  margin-top: 20px;
	visibility: hidden;

}



.theTweet .mark {
    width: 14px;
    z-index: 999;
    height: 20px;
    display: block;
    background-image: url(../images/mark.png);
    background-color: transparent;
    margin-bottom: 0px;
    position: absolute;
}

.theTweet .separator {
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #e0d3a7;
	margin: 1px 4px;
}

.theTweet .retweets {
    /* width: 50px; */
    background-image: url(../images/retweet.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-left: 22px;
    height: 17px;
		margin-right: 10px;
    line-height: 11px;
}

.theTweet .like {
    /* width: 50px; */
    background-image: url(../images/heart.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto 90%;
    padding-left: 22px;
    height: 17px;
    line-height: 11px;
}

.theTweet .information {
    width: 100%;
    margin-top: 17px;
    z-index: 0;
    max-width: 770px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    border-top: 3px solid #400b43;
		border-bottom: 3px solid #400b43;
    background-color: rgba(254,100,118,0.9);
    outline: none;
    color: #e0d3a7;
    font-style: italic;
    font-size: 36px;
    padding: 10px 15px;
    position: absolute;
		z-index: 1;
}

.theTweet .information .content {
		clear: both;
}

.theTweet .information .content a {
	color: #dce18b;
}

.theTweet .information .counter {
	position: absolute;
	bottom: -23px;
	right: 0;
	opacity: 0;
}
#canvasContainer {
		margin-bottom: 60px;
}

h2 img.img-responsive {
	margin: 0;
}


/*
=======================
>>> SVG
=======================
*/

#canvasContainer {
	position: relative;
}

#canvasContainer > #mesh > span {
	background-color: #fdfb67;
	transform-origin: 50% 50%;
	position: absolute;
	display: block;
	/*transition: all 1.5s ease-in-out;*/
}

#canvasContainer > #mesh > span.influenced {
	/*transition: all 1.5s ease-in-out;*/
}

#canvasContainer > #mesh > span:hover {
	background-color: #FFF;
}


#canvasContainer > #mesh > span:before {
    content: "";
    width: 5px;
    margin-left: -1px;
    margin-top: -4px;
    height: 9px;
    position: absolute;
    opacity: 0;
    background-color: #FFF;
}


#canvasContainer > #mesh > span:hover:before{
	opacity: 0.1;
}

#canvasContainer > #mesh > span.selected {
	/*transform: rotate(90deg);*/
	/*transition: all 0s ease-in-out;*/
	background-color: #fd6476;
}

#twitterCurrent {
	width: 0px;
	position: absolute;
	transition: width 0.2s ease-in-out;
	margin-top: -9px;
	margin-left: -9px;
	z-index: 999;

}

#twitterCurrent.show {
width: 20px;
}

.logoHashtag {
		width: 70%;
}

.theTweet {
	position: absolute;
	width: 93%;
	height: auto;
  margin-top: 20px;
	visibility: hidden;

}



.theTweet .mark {
    width: 14px;
    z-index: 999;
    height: 20px;
    display: block;
    background-image: url(../images/mark.png);
    background-color: transparent;
    margin-bottom: 0px;
    position: absolute;
}

.theTweet .separator {
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #e0d3a7;
	margin: 1px 4px;
}

.theTweet .retweets {
    /* width: 50px; */
    background-image: url(../images/retweet.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-left: 22px;
    height: 17px;
		margin-right: 10px;
    line-height: 11px;
}

.theTweet .like {
    /* width: 50px; */
    background-image: url(../images/heart.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto 90%;
    padding-left: 22px;
    height: 17px;
    line-height: 11px;
}

.theTweet .information {
    width: 100%;
    margin-top: 17px;
    z-index: 0;
    max-width: 770px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    border-top: 3px solid #400b43;
		border-bottom: 3px solid #400b43;
    background-color: rgba(254,100,118,0.9);
    outline: none;
    color: #e0d3a7;
    font-style: italic;
    font-size: 36px;
    padding: 10px 15px;
    position: absolute;
		z-index: 1;
}

.theTweet .information .content {
		clear: both;
}

.theTweet .information .content a {
	color: #dce18b;
}

.theTweet .information .counter {
	position: absolute;
	bottom: -23px;
	right: 0;
	opacity: 0;
}


.sectionTitle {
	font-family: 'Gotham';
	font-weight: 900;
  color: #5a0058;
  font-size: 48px;
  margin-bottom: 74px;
  letter-spacing: 1px;
}

.sectionTitle i {
	font-family: 'freight_text_pro';
  font-weight: 800;
}


@media (min-width: 768px) {

	/*

	.container {
    width: 100%;
	}
	.col-sm-7 {
    width: 50.33333333%;
	}
	.col-sm-5 {
	    margin-left: 5%;
	}

	*/

}


@media (min-width: 1400px) {

	/*

	.col-special{
		width: 50%;
	    margin-left: 8.33333333%;
	}

	.col-special{
		width: 50%;
	    margin-left: 8.33333333%;
	}

	.col-header-special {
		margin-left: 8.33333333%;
	}

	*/

}

@media (min-width: 1650px) {

	/*

	.col-special{
		width: 58%;
		margin-left: 0;
	}

	.col-header-special {
		margin-left: 8.33333333%;
	}

	*/

}

@media (max-width: 1024px) {

	#canvasContainer {
		  margin-bottom: 60px;
	}

}


@media (max-width: 768px) {

	.pleft-mob-0{padding-left:0!important;}

	.destacado-box{
		width: 100%;
		padding: 20px;
		font-size: 20px;
	}


	.fsize-75{font-size:40px;}
	.fsize-50{font-size:34px;}
	.fsize-42{font-size:30px;}
	.fsize-24{font-size:15px;}

	.porcentajes .number{font-size:60px;}
	.porcentajes .text{font-size:12px;}

	footer .tweet-container>.tweet{font-size:26px;}

	div.col-xs-12.col-md-7.col-header-special > h1 {
		padding-left: 0px;
		width: 60%;
	}

	div.col-xs-12.col-md-7.col-header-special > div {
		padding-left: 0px;
	}

	.aboutTweets {
		width: 75%;
	}


}

@media (max-width: 480px) {

	#mesh {
		width: 100%;
    position: relative;
    margin-left: -26px;
	}

	div.col-xs-12.col-md-7.col-header-special > h1 {
		padding-left: 0px;
		width: 95%;
	}

	.aboutTweets {
		display: none;
	}

	.theTweet {
    position: fixed;
    width: 100%;
    /* background-color: #400b43; */
    left: 0;
    height: 146px;
    margin-top: 20px;
    visibility: hidden;
    top: 100vh;
    z-index: 9;
    margin-top: -146px;
	}

	.theTweet .mark {
    width: 14px;
    z-index: 999;
    height: 20px;
    display: block;
    background-image: url(../images/mark-mobile.png);
    background-color: transparent;
    margin-bottom: 0px;
    position: absolute;
    top: 1px;
    left: 88%;
    z-index: 0;
	}

	.theTweet .information {
    width: 100%;
    margin-top: 17px;
    z-index: 0;
    max-width: 770px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    border-top: 3px solid #400b43;
    border-bottom: 3px solid #400b43;
    background-color: rgb(64, 11, 67);
    outline: none;
    color: #e0d3a7;
    font-style: italic;
    font-size: 36px;
    padding: 10px 15px;
    position: absolute;
    z-index: 1;
	}

	.theTweet .information .content {
		height: 64px;
	}


	select.highlight {
    text-align: center;
    border: 0;
    width: 88px;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: CAPITALIZE;
    outline: none!important;
    padding: 0 5px;
    box-shadow: 0px 3px 0 #400b43, 0px -1px 0 #400b43;
		-webkit-appearance:none;
	}

	.highlight.text21 {
		font-size: 16px;
	}

	#canvasContainer {
		width: 100%;
	}

	footer .brand-logo {
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    clear: both;
	}

	footer .brand-logo img {
	  width: 120px;
	}


	#twitterCurrent {
		margin-left: -35px;
	}

	.sectionTitle {
    font-family: 'Gotham';
    font-weight: 900;
    font-size: 26px;
    margin-bottom: 50px;
    letter-spacing: 1px;
	}

}
