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

html, body{
	font-family: "Helvetica", "Roboto", sans-serif;
}


body{
	position: relative;
}

p{
	margin-bottom:30px;
}

/*BACKGROUNDS*/

.gradient-black-purple{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,282751+100 */
	background: #000000;
	background: -moz-linear-gradient(top,  #030304 0%, #282751 100%);
	background: -webkit-linear-gradient(top,  #030304 0%,#282751 100%);
	background: linear-gradient(to bottom,  #030304 0%,#282751 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030304', endColorstr='#282751',GradientType=0 );
}

.gradient-blue-purple{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#275286+0,282751+100 */
	background: #275286;
	background: -moz-linear-gradient(top,  #275286 0%, #282751 100%);
	background: -webkit-linear-gradient(top,  #275286 0%,#282751 100%);
	background: linear-gradient(to bottom,  #275286 0%,#282751 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#275286', endColorstr='#282751',GradientType=0 );
}

.gradient-purple-black{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#282751+0,000000+100 */
	background: #282751;
	background: -moz-linear-gradient(top,  #282751 0%, #000000 100%);
	background: -webkit-linear-gradient(top,  #282751 0%,#000000 100%);
	background: linear-gradient(to bottom,  #282751 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282751', endColorstr='#000000',GradientType=0 );
}

.bgcolor-purple{background-color:#282751;}
.bgcolor-pink{background-color:#ff4639;}
.bgcolor-light{background-color:#fdfdf5;}
.bgcolor-cyan{background-color:#30aae1;}

.first-capitalize:first-letter{
	float: left;
	font-size: 3.6em;
	line-height: 0.6em;
	padding-top: 4px;
	padding-right: 6px;
}

.lheight-titulos{line-height:1.5em;}
.lheight-textos{line-height:28px;}
.lheight-18{line-height:18px;}
.lheight-1em{line-height:1em;}

.text-destacado{
	font-family: 'Helvetica LT Std', sans-serif;
	font-size:36px;
	font-weight:bold;
	line-height:44px;
}

.text-destacado-min{
	font-size:21px;
	line-height:28px;
}

.titulo-1{
	max-width:55%;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	opacity: 0;
}

nav{
	background-color:black;
}


.ico-share svg{
    width: 30px;
    height: 30px;
	vertical-align: middle;
}

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

.logo{
	width:125px;
	display:inline-block;
}

.logo > img{
	width:100%;
	height:auto;
	vertical-align:middle;
}

.ico-cross:before{
	content: "";
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    float: left;
    margin-right: 12px;
    line-height: 15px;
    color: black;
    font-weight: bold;
    background: #ef4b3c url(../images/ico-cruz.png) no-repeat center;
	background-size:0.5em;
    font-size: 0.9em;
    text-align: center;
    line-height: 0.75em;
    margin-top: 0.1em;
}


small {
	font-size: 100%;
    margin-top: 9px;
    display: block;
    color: #DDD;
}



input[type=number].input-round,
input[type=text].input-round,
.select-wrapper input.select-dropdown{
	border:1px solid white;
	border-radius:5px;
	text-align:center;
	max-width:320px;
	width: 100%
	height:3.5rem;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:0;
	margin-bottom: 10px;
}

.select-wrapper{max-width:320px;}

input[type=text].input-round:focus{
	border-color:white;
	box-shadow:none!important;
}

input[type=text].no-border{
	border:0!important;
}


input[type=text].input-round.bgcolor-dark-1,
input[type=number].input-round.bgcolor-dark-1{background-color:rgba(0, 0, 0, 0.7);}

input[type=text].input-round.bgcolor-dark-2,
input[type=number].input-round.bgcolor-dark-2
.select-wrapper input.select-dropdown{background-color:rgba(0, 0, 0, 0.5);}

input[type=text].input-round.bgcolor-dark-3,
input[type=number].input-round.bgcolor-dark-3{background-color:rgba(0, 0, 0, 0.3);}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

 .saltearInteraccion {
	 text-decoration: underline;
 }

.select-wrapper span.caret{
	right:10px;
	top: 20px;
	color: white;
	font-size:13px;
}

/*
==========================
>>> GRAFICO SENTIMIEMTOS
==========================
*/

.grafico-sentimientos{
	position: relative;
}

.grafico-sentimientos .word-cloud{
	width:80%;
	margin:0 auto;
}

.grafico-sentimientos .select-wrapper{
	margin-left:auto;
	margin-right:auto;
	clear: both;
}

/*
==========================
>>> PARALLAX
==========================
*/

.parallax-container {
  height: 400px;
}

.parallax-mov img{
	top:0;
	width:100%;
	height:auto;
	display:block;
}

.parallax-container > img{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/*
==========================
>>> ENCIENDE
==========================
*/

.grafico-enciende{position:relative;}

.grafico-enciende > img{
	max-width:100%;
	height:auto;
	margin-top:390px;
	margin-bottom:-3px;
}

.grafico-enciende > .names{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.grafico-enciende > .names > li{
	position:absolute;
	height:auto;
}

.grafico-enciende > .names > li > img{width:100%; height:auto;}

.layer-01{top:31.6%; left:80.5%; width:9%; }
.layer-02{top:41.5%; left:53.5%; width:7%; }
.layer-03{top:40%; left:25%; width:12%; }
.layer-04{top:35.5%; left:41%; width:21%; }
.layer-05{top:28%; left:38%; width:17%; }
.layer-06{top:22%; left:16%; width:17%; }
.layer-07{top:24%; left:54.5%; width:16%; }
.layer-08{top:13%; left:51%; width:18%; }
.layer-09{top:5%; left:33%; width:11%; }
.layer-10{top:44%; left:54%; width:34%; }
.layer-11{top:33%; left:14%; width:21%; }
.layer-12{top:21.5%; left:34%; width:10%; }
.layer-13{top:32%; left:63%; width:8%; }
.layer-14{top:26.5%; left:62%; width:28%; }
.layer-15{top:23%; left:77%; width:13%; }
.layer-16{top:13.2%; left:71.5%; width:6%; }
.layer-17{top:15%; left:72%; width:10%; }
.layer-18{top:6.5%; left:50%; width:17%; }
.layer-19{top:15%; left:19%; width:24%; }
.layer-20{top:12.6%; left:19%; width:8%; }

.layer-21{top:18%; left:61%; width:9%; }
.layer-22{top:40%; left:71%; width:11%; }
.layer-23{top:46%; left:23%; width:16%; }
.layer-24{top:50%; left:41%; width:6%; }
.layer-25 {
    bottom: 12%;
    left: 65%;
    width: 8%;
    height: 650px!important;
}
.layer-25 img{
    /* margin-top: 200px!important; */
    opacity: 1!important;
    bottom: 0px;
    position: absolute;
}

.layer-25.off img.imgOff, .layer-25 img.imgOn{
	display: block!important;
	cursor: pointer;
}

.layer-25.off img.imgOn, .layer-25 img.imgOff{
	display: none!important;
}

.layer-26{top:61.5%; left:17%; width:58%; }

/*
==========================
>>> MEJORAR LA RELACION
==========================
*/

.mejorar-relacion{
	width:60%;
	margin-left:auto;
	margin-right:auto;
}


.plaza{
	margin-bottom:-3px;
	z-index: 2;
    position: relative;
}

#no-data-yet {
    position: absolute;
    top: 8%;
    width: 400px;
    left: 50%;
    color: #EEE;
    margin-left: -208px;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    z-index: 59;
    line-height: 23px;
    background-color: rgba(0,0,0,0.1);
    padding: 13px;
    display: none;
}

#no-data-yet.show {
	display: block;
}

.no-data-yet .ico-share svg{
	width:50px;
	height:50px;
}

/*
==========================
>>> FOOTER
==========================
*/


footer{
	margin-top:-1px;
	position:relative;
}

footer .ico-share svg{
	width:30px;
	height:30px;
}

.center-block{
	margin-left:auto;
	margin-right:auto;
}

.download-cvs{
	width:245px;
	height:50px;
	display:block;
	position:absolute;
	right:0;
	top:40px;
	line-height:47px;
	color:white;
	padding-left:75px;
	padding-right:10px;
	background:#044b64 url(../images/ico-csv.png) no-repeat left 10px center;
	display:none;
}

.linearoja {
	position: absolute;    top: 6px;    left: -1px;    width: 99%;    height: 94%;
}

.download-cvs > span{
	display:inline-block;
	line-height:normal;
	vertical-align:middle;
}

.logo-bid{
	max-width:560px;
	margin-left:auto;
	margin-right:auto;
}

.logo-bid-texto{
	width:65%;
	float:left;
	border-right:3px solid #27CAF3;
	line-height:1.2em;
	padding-right:15px;
	margin-right:20px;
	padding-top: 5px;
    padding-bottom: 5px;
}

.logo-bid-img img{
	height:50px;
	width:auto;
}

/*
==========================
>>> POLICIA
==========================
*/

nav .nav-wrapper {
	    top: -65px;
		opacity:0;
}

.overflow-hidden{overflow:hidden;}

.bigpoli {
	margin-top:-64px;
	padding-top: 64px;
}

.container-policia{
	position:relative;
	height:1000px;
}

.edificios{
	position:relative;
	z-index:1;
	margin-bottom: -1px;
	/*background-color:#FE4737;*/
}

.policia{
	width: 100px;
    margin-left: auto;
    margin-right: auto;
	position: absolute;
	top:300px;
    left: 0;
    right: 0;
    /*margin-top: -120px;*/
	transform-origin: 50% 0;
	-webkit-transform-origin: 50% 0;
	z-index:0;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
   	backface-visibility: hidden;
}

.policia > svg{
	width:100%;
	height:auto;
}

.policia svg path{
	fill:#0071bc;
}

/*
==========================
>>> GRAFICO GORRA
==========================
*/

.grafico-gorra > div{
	position:relative;
}

.grafico-gorra .cara-absolute{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.grafico-gorra .cara-top{z-index:2;}

/*
==========================
>>> GRAFICO CON RECUADRO
==========================
*/

.grafico-recuadro{
	width:100%;
	height:auto;
	min-height:200px;
	border:3px solid #282751;
	border-radius:7px;
	padding:7px 0;
}

.grafico-recuadro > .grafico-recuadro-titulo{
	font-size:31px;
	font-weight:bold;
	line-height:1em;
	width: calc(100% + 6px);
    margin-left: -3px;
    padding: 5px 110px 12px 20px;
    border: 3px solid #282751;
    border-top: 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
	background-size:auto 70%;
	background-repeat:no-repeat;
	background-position:center right 10px;
	position:relative;
	z-index:1;
}

.grafico-recuadro-light{
	background-color:#f9f6df;
	color:#282751;
}

.grafico-recuadro-light > .grafico-recuadro-titulo{background-image:url(../images/ico-ojo-blue.png);}

.grafico-recuadro-dark{
	background-color:#1071b9;
	color:#f9f6df;
}

.grafico-recuadro-dark > .grafico-recuadro-titulo{background-image:url(../images/ico-ojo-white.png);}

.grafico-recuadro-interactivo{
	height:255px;
	margin-top:-3px;
	margin-bottom:-3px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

.grafico-recuadro-footer{
	width: calc(100% + 6px);
    margin-left: -3px;
    padding: 20px;
    border: 3px solid #282751;
    border-bottom: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
	position:relative;
	z-index:1;
	font-size:14px;
}

.grafico-recuadro-footer .row{margin-bottom:0;}

.grafico-recuadro-footer .select-wrapper,
.grafico-sidebar-footer .select-wrapper{
	width:100%;
	max-width:175px;
	margin-left:auto;
	margin-right:auto;
	border-radius:4px;
	border:2px solid transparent;
	height:32px;
}

.grafico-recuadro-footer .select-wrapper input.select-dropdown,
.grafico-sidebar-footer .select-wrapper input.select-dropdown{
	width:100%;
	height:100%;
	background: transparent;
	border:0;
}

.grafico-recuadro-footer .select-wrapper span.caret,
.grafico-sidebar-footer .select-wrapper span.caret{
	top: 9px;
    font-size: 10px;
}

.grafico-recuadro-footer .dropdown-content li,
.grafico-sidebar-footer .dropdown-content li{min-height:30px;}

.grafico-recuadro-footer .dropdown-content li>a,
.grafico-recuadro-footer .dropdown-content li>span,
.grafico-sidebar-footer .dropdown-content li>a,
.grafico-sidebar-footer .dropdown-content li>span{
	font-size: 14px;
    line-height: 20px;
    padding: 6px 16px;
}

.grafico-recuadro-footer .select-dropdown li img,
.grafico-sidebar-footer .select-dropdown li img{
	width:23px;
	height:23px;
}

.select-wrapper input.select-dropdown{
	background-repeat:no-repeat!important;
	background-position:center left 15px!important;
	background-size:40px;
	box-shadow: 0px 0px 0px rgba(255,255,255,0);

}

.grafico-recuadro-footer .select-wrapper input.select-dropdown,
.grafico-sidebar-footer .select-wrapper input.select-dropdown{
	background-size:22px;
}


.grafico-recuadro-light .grafico-recuadro-footer .select-wrapper{
	border-color:#ef4b3c;
}

.grafico-recuadro-light .grafico-recuadro-footer .select-wrapper input.select-dropdown,
.grafico-recuadro-light .grafico-recuadro-footer .select-wrapper span.caret{color:#ef4b3c;}

.grafico-recuadro-dark .grafico-recuadro-footer .select-wrapper{
	background:#c2cfea;
	border-color:#2a3a67;
}

.grafico-recuadro-dark .grafico-recuadro-footer .select-wrapper .dropdown-content{
	background:#c2cfea;
}

.grafico-recuadro-dark .grafico-recuadro-footer .select-wrapper input.select-dropdown,
.grafico-recuadro-dark .grafico-recuadro-footer  .select-wrapper span.caret{color:#2a3a67;}

/*
========================
>>> GRAFICO CONFIANZA
========================
*/

#confianza .barras{
	position:absolute;
	left:0;
	bottom:55px;
	width:100%;
	height:calc(100% - 55px);
	border-bottom:1px solid white;
}

#confianza .barras > div{
	width:23px;
	transition:height ease-in-out 0.4s;
	background-color:white;
	position:absolute;
	bottom:0;
	height:0%;
}

#confianza .barras > div.barra1{left:25%;}
#confianza .barras > div.barra2{right:25%;}

#confianza .barras > div .reference{
    position: absolute;
    top: 14px;
    right: -5px;
    transform: rotate(90deg);
    transform-origin: bottom right;
    font-size: 20px;
    color: white;
    font-weight: 700;
    text-align: right;
}

#confianza .barras > div .reference:after{
	content:'%';
	font-size:10px;
	margin-left:3px;
}

/*
========================
>>> GRAFICO ABUSOS
========================
*/

#abusos .grafico-recuadro-interactivo{height:350px;}

#abusos .esposas{
	width:100%;
	position:absolute;
	bottom:25px;
	left:0;
	border-bottom:1px solid white;
}

#abusos .esposas > div{
	/*width:70%;
	height:150px;*/
	width: 400px;
    height: 110px;
	position:absolute;
	bottom:-3px;
	left:0;
	right:0;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100% auto;
}

#abusos .esposas-top{background-image:url(../images/grafico-esposas/esposa-top.png); z-index:1;}
#abusos .esposas-bottom{background-image:url(../images/grafico-esposas/esposa-bottom.png); z-index:0;}

#abusos .brazos{
	/*width:70%;*/
	width: 400px;
	height:100%;
	position:relative;
	z-index:0;
	margin:0 auto;
}


#abusos .brazos > div{
	position:absolute;
	bottom:0;
    box-sizing: content-box;
    background-repeat:no-repeat;
	background-position:top center;
	background-size:100% auto;
	min-height:25px;
	transition:height ease-in-out 0.4s;
	padding-top: 200px;
}

#abusos .brazos > div.brazo-izq{
    left: 5%;
    /*width: 22%;
    padding-top: 30%;*/
	width: 90px;
    height: 0%;
    background-image: url(../images/grafico-esposas/mano-1.png);
}

#abusos .brazos > div.brazo-der{
    right: 5%;
    /*width: 24%;
	padding-top: 30%;*/
    width: 100px;
    height: 0%;
    background-image: url(../images/grafico-esposas/mano-2.png);
}

#abusos .brazos > div .reference{
	color:#282751;
	font-weight:700;
	text-transform:uppercase;
	position:absolute;
	top:-50px;
	left:-50%;
	font-size:43px;
	line-height: 45px;
	width: 200px;
}


#abusos .brazos > div .reference > span{
	display:inline-block;
	line-height: normal;
    vertical-align: middle;
}

#abusos .brazos > div .reference:after{
	font-size:14px;
	line-height: normal;
    vertical-align: middle;
    display: inline-block;
	width: 90px;
	margin-left: 7px;
}

#abusos .brazos > div.brazo-izq .reference:after{content:'entre 18 y 24 años';}
#abusos .brazos > div.brazo-der .reference:after{content:'mayores de 24 años';}

/*
========================
>>> GRAFICO SIDEBAR
========================
*/

.sidebar {
    padding-left: 60px!important;
}

#orgullo{
	width:250px;
	margin:0 auto;
}

.grafico-sidebar-footer{
	color:white;
	font-size:14px;
	line-height:18px;
	margin-top:5px;
}

.grafico-sidebar-footer .select-wrapper{
	background:#f9f6df;
	border-color:#2a3a67;
}

.grafico-sidebar-footer .select-wrapper .dropdown-content{
	background:#f9f6df;
}

.grafico-sidebar-footer .select-wrapper input.select-dropdown,
.grafico-sidebar-footer  .select-wrapper span.caret{color:#2a3a67;}

#orgullo .grafico-interactivo{position:relative;}

#orgullo .grafico-interactivo > img{position:relative; z-index:1;}

#orgullo .barras{
	width:100%;
	height:calc(100% - 18px);
	position:absolute;
	bottom:9px;
	left:0;
}

#orgullo .barras > div{
	width:100%;
	height:0%;
	position:absolute;
	bottom:0px;
	left:0;
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100% auto;
	transition:height ease-in-out 0.4s;
}

#orgullo .barra-azul{background-image:url(../images/grafico-orgullo/grafico-azul.png)}
#orgullo .barra-roja{background-image:url(../images/grafico-orgullo/grafico-rojo.png)}

#orgullo .barras .reference{
	font-size:22px;
	font-weight:700;
	color:white;
	position:absolute;
	bottom:10px;
}

#orgullo .barra-azul .reference{left:13%;}
#orgullo .barra-roja .reference{right:16%;}



.interrogatorio {
	height: 100vh;
	min-height: 600px;
}



.freeze > *{
	opacity: 0.7;
}

.bottomBarFreeze {
	position: fixed;
	left: 0px;
	height: 30px;
	width: 100%;
	color: #888;
	background-color:#333;
	z-index: 10;
	line-height: 30px;
	bottom: -30px;
	text-align: center;
}

.bottomBarFreeze.show {
	bottom: 0px;
}

.ac-users.ac-appender,
.ac-users2.ac-appender{
	text-align: center;
	margin-bottom: 20px;
	height: 30px;
}

.ac-input {
	max-width: 322px;
    margin: auto;
    text-align: center;}

/*
========================
>>> GRAFICO SUELDOS
========================
*/

#sueldo{
	background-color:#1e3e72;
	width:100%;
	height: 515px;
	position:relative;
}

#sueldo .referencia{
	color:white;
	position:absolute;
	left:0;
	top:0;
	padding:10px;
	width:100%;
	height:100%;
}

#sueldo .referencia span{
	display:block;
	height: calc(100% / 21);
	line-height:2.3em;
	position:relative;
}

#sueldo .referencia span:after{
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#sueldo .datos{
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
}

#sueldo .datos > a{
	position:absolute;
	text-align:center;
	pointer-events:none;
}

#sueldo .datos > a > .red-dot{
	width:16px;
	height:16px;
	background-color:#ed1f24;
	border-radius:50%;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
		pointer-events:all;

}

#sueldo .datos > a.data-top > .red-dot{bottom:0px;}
#sueldo .datos > a.data-bottom > .red-dot{top:-40px;}

#sueldo .datos > a img {
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 0;
    margin-left: -14px;
	margin-bottom: -14px;
}

#sueldo .datos .ttip{
	color: white;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: absolute;
    left: 50%;
	margin-top: 117px!important;
    width: 140px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	opacity:0;
	pointer-events:none;
}

#sueldo .datos > a.data-top:hover .ttip{
	animation: anim-top 0.2s 0s 1 alternate forwards;
	-o-animation: anim-top 0.2s 0s 1 alternate forwards;
	-ms-animation: anim-top 0.2s 0s 1 alternate forwards;
	-moz-animation: anim-top 0.2s 0s 1 alternate forwards;
	-webkit-animation: anim-top 0.2s 0s 1 alternate forwards;
}

#sueldo .datos > a.data-bottom:hover .ttip{
	animation: anim-bottom 0.2s 0s 1 alternate forwards;
	-o-animation: anim-bottom 0.2s 0s 1 alternate forwards;
	-ms-animation: anim-bottom 0.2s 0s 1 alternate forwards;
	-moz-animation: anim-bottom 0.2s 0s 1 alternate forwards;
	-webkit-animation: anim-bottom 0.2s 0s 1 alternate forwards;
}

@keyframes anim-top {
  from { opacity:0; top:-35px; }
  to { opacity:1; top:-50px; }
}

@-o-keyframes anim-top {
  from { opacity:0; top:-35px; }
  to { opacity:1; top:-50px; }
}

@-ms-keyframes anim-top {
  from { opacity:0; top:-35px; }
  to { opacity:1; top:-50px; }
}

@-moz-keyframes anim-top {
  from { opacity:0; top:-35px; }
  to { opacity:1; top:-50px; }
}

@-webkit-keyframes anim-top {
  from { opacity:0; top:-35px; }
  to { opacity:1; top:-50px; }
}

@keyframes anim-bottom {
  from { opacity:0; bottom:-40px; }
  to { opacity:1; bottom:-55px; }
}

@-o-keyframes anim-bottom {
  from { opacity:0; bottom:-40px; }
  to { opacity:1; bottom:-55px; }
}

@-ms-keyframes anim-bottom {
  from { opacity:0; bottom:-40px; }
  to { opacity:1; bottom:-55px; }
}

@-moz-keyframes anim-bottom {
  from { opacity:0; bottom:-40px; }
  to { opacity:1; bottom:-55px; }
}

@-webkit-keyframes anim-bottom {
  from { opacity:0; bottom:-40px; }
  to { opacity:1; bottom:-55px; }
}


/*
========================
>>> GRAFICO SIN MIEDOS
========================
*/

.graficos-sinmiedos .titulo{
	width:200px;
}

#mapa{
	width:100%;
	position:relative;
	background-color:#FBFAE6;
	padding:10px;
	border:1px solid #1071b9;
}

#mapa .escudos{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#mapa .escudos > a{
	display:block;
	width:25px;
	height:30px;
	background:url(../images/grafico-mapa/ico-escudo.png) no-repeat 0 0;
	background-size:100% auto;
	position:absolute;
	opacity:0.7;
	transition:opacity ease-in-out 0.1s;
}

#mapa .escudos > a.esc-argentina{top:85%; left:65%;}
#mapa .escudos > a.esc-bolivia{top:50%; left:47%;}
#mapa .escudos > a.esc-salvador{top: 15%;left: 34%;}
#mapa .escudos > a.esc-brasil{top: 61%; left: 90%;}
#mapa .escudos > a.esc-nicaragua {top: 19%; left: 35%;}
#mapa .escudos > a.esc-jamaica {top: 10%; left: 45.5%;}
#mapa .escudos > a.esc-panama {top: 24%; left: 40.5%;}
#mapa .escudos > a.esc-haiti {top: 9%; left: 51%;}
    



#mapa .escudos > a > .mapa-ttip{
    width: 250px;
    position: absolute;
	top: 0;
    margin-top: -40px;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    color: #282751;
    background-color: rgba(251, 250, 230, 1);
    padding: 10px;
	border-bottom:2px solid #282751;
	opacity:0;
	pointer-events:none;
}

#mapa .escudos > a > .mapa-ttip:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #282751;
    position: absolute;
    bottom: -15px;
}

#mapa .escudos > a > .mapa-ttip-left,
#mapa .escudos > a > .mapa-ttip-left:after{left: 0;}
#mapa .escudos > a > .mapa-ttip-right,
#mapa .escudos > a > .mapa-ttip-right:after{right: 0;}

#mapa .escudos > a > .mapa-ttip > .mapa-date{
	font-size:11px;
	font-weight:700;
}

#mapa .escudos > a > .mapa-ttip > .mapa-title{
	margin:15px 0;
	font-size:14px;
	font-weight:700;
}

#mapa .escudos > a > .mapa-ttip > .mapa-text{
	font-size:12px;
}

#mapa .escudos > a:hover{opacity:1;}

#mapa .escudos > a:hover > .mapa-ttip{
	animation: anim-mapa 0.2s 0s 1 alternate forwards;
	-o-animation: anim-mapa 0.2s 0s 1 alternate forwards;
	-ms-animation: anim-mapa 0.2s 0s 1 alternate forwards;
	-moz-animation: anim-mapa 0.2s 0s 1 alternate forwards;
	-webkit-animation: anim-mapa 0.2s 0s 1 alternate forwards;
}


@keyframes anim-mapa {
  from { opacity:0; margin-top:-25px; }
  to { opacity:1; margin-top:-40px; }
}

@-o-keyframes anim-mapa {
  from { opacity:0; margin-top:-25px; }
  to { opacity:1; margin-top:-40px; }
}

@-ms-keyframes anim-mapa {
  from { opacity:0; margin-top:-25px; }
  to { opacity:1; margin-top:-40px; }
}

@-moz-keyframes anim-mapa {
  from { opacity:0; margin-top:-25px; }
  to { opacity:1; margin-top:-40px; }
}

@-webkit-keyframes anim-mapa {
  from { opacity:0; margin-top:-25px; }
  to { opacity:1; margin-top:-40px; }
}

/*
========================
>>> HANDSHAKE
========================
*/

.anim{
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}


.animated {
	display: none;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#handshake {
    position:relative;
	height: calc(100vh - 64px);
	width:70%;
	margin-left:auto;
	margin-right:auto;
}

#handshake.fixed {
    position: fixed;
    top: 64px;
	display:block;
}

li.ac-item.ac-hover {
	background-color: #CCC;
}

.blink_input {
  animation: blinker 1s linear infinite;
}


.mano-gif {
	width: 100%;
	display: none;
}


@keyframes blinker {
  50% {     box-shadow: 0px 0px 30px rgba(255,255,255,0.3);  }
}

/*==========  Non-Mobile First Method  ==========*/


	


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

			
			.firstSection {
				background-color: #fdfdf5;
			}
			
			.grafico-handshake {
				display:none;
			}
			
			.mano-gif {
	width: 100%;
	display: block;
}


			#multipleInput, #multipleInput2 {
				font-size: 16px;
			}
			

			.grafico-recuadro-dark .grafico-recuadro-footer  .select-wrapper span.caret {
				display: none;
			}
			
			#sueldo .datos > a img { 
				width: 25px;
				height: 25px;
				position: absolute;
				bottom: 0;
				margin-left: -5px;
				margin-bottom: 0;
			}
			
			#abusos .brazos {
				width: 100%;
				max-width: 400px;
				height: 100%;
				position: relative;
				z-index: 0;
				margin: 0 auto;
			}
			

			.grafico-gorra,.grafico-recuadro-interactivo, section {
				overflow: hidden;
			}




										.parallax-container {
											max-height: 150px;
										}

										#orgullo .barras {
											margin-bottom:5px;
										}

										.grafico-recuadro > .grafico-recuadro-titulo{
											padding: 5px 20px 12px 19px;
											background-image: none!important;
											font-size: 23px
										}

										body {
											height: auto!important;
											overflow: auto!important;
										}

										section,nav{
											padding-right: 0px!important;
										}

										.#abusos .brazos {
											max-width: 400px;
											width: 70%;
										}

										#abusos .esposas > div {
									    width: 86%;
									  }

										#abusos .brazos > div .reference {
										    font-weight: 700;
										    text-transform: uppercase;
										    position: absolute;
										    top: -50px;
										    left: 6px;
										    margin-left: -18px;
										    font-size: 24px;
										    line-height: 45px;
										    width: 192px;
										}

										.grafico-recuadro-footer .select-dropdown li img, .grafico-sidebar-footer .select-dropdown li img {
											display: none;
										}

										.grafico-recuadro-footer .select-wrapper input.select-dropdown, .grafico-sidebar-footer .select-wrapper input.select-dropdown,
										.grafico-recuadro-dark .grafico-recuadro-footer .select-wrapper input.select-dropdown, .grafico-recuadro-dark .grafico-recuadro-footer  .select-wrapper span.caret {
											background-image: none!important;
										}

										.interrogatorioWrapper .fsize-47 {
											font-size: 27px;
										}

										.interrogatorioWrapper .fsize-26 {
											font-size: 20px
										}

										.text-destacado,.fsize-42 {
											font-size: 31px;
											line-height: 1.1em;
										}



										.mejorar-relacion {
										    width: 90%;
										}

										.fsize-87 {
									    font-size: 40px;
										}

										.interrogatorioWrapper,.respuestaWrapper {

										}


										.titulo-1{
											max-width: 90%;
										}

										.logo-bid-texto {
										    border: 0px;
										    width: 100%;
										    text-align: center;
										    margin-bottom: 13px;
										    padding: 20px;
										}

										.logo-bid-img {
											text-align: center;
										}

										#rendered {
											width: 90%;
											margin-left: 5%;
											min-height: 200px;
										}

										#no-data-yet {
											padding: 13%;
											background-color: transparent;
											margin-top: -30px;
										}

										.escala {
									    background-image: url(images/escala-mobile.png);
											}

		}

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



		}
