@font-face{
	font-family: 'Montserrat';
	font-weight: 400;
	font-style: normal;
	src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
}
/*Carousel animation overwrite */
.carousel .carousel-inner > .item.active.left {
    transform: translate3d(-50%,0,0);
    -webkit-transform: translate3d(-50%,0,0);
    -moz-transform: translate3d(-50%,0,0);
    -ms-transform: translate3d(-50%,0,0);
    -o-transform: translate3d(-50%,0,0);
    z-index: 0;
}
.carousel .carousel-inner > .item.next.left {
    z-index: 1;
}
.carousel .carousel-inner > .item.active.right {
    transform: translate3d(50%,0,0);
    -webkit-transform: translate3d(50%,0,0);
    -moz-transform: translate3d(50%,0,0);
    -ms-transform: translate3d(50%,0,0);
    -o-transform: translate3d(50%,0,0);
    z-index: 0;
}
.carousel .carousel-inner > .item.prev.right {
    z-index: 1;
}
/* Para alterar o timing do slide modificar também o js do bootsrap (Procurar por c.TRANSITION_DURATION=800 no ficheiro minificado)*/
.carousel .carousel-inner > .item {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -moz-transition: -moz-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    -o-transition: -o-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.carousel .carousel-inner > .item {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -moz-transition: -moz-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    -o-transition: -o-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.carousel-control:focus{
    opacity: 0.5;
}
.carousel-control:hover{
    opacity: 0.9;
}
#votarslide .carousel-inner > .item >img {
    width: 100%;
    display: block;
}
#votarslide .carousel-control.left {
    position: relative;
    display: block;
    width: 50px;
    height: 15px;
    float: right;
    margin-right: 193px;
    margin-top: -37px;
    background-image: none;
}
#votarslide .carousel-control.left .arrow-left {
    position: relative;
    display: block;
    height: 11px;
    width: 11px;
    float: right;
    border-top: 2px solid white;
    border-left: 2px solid white;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
#votarslide .carousel-control.left .arrow-left {
    position: relative;
    display: block;
    height: 11px;
    width: 11px;
    float: right;
    border-top: 2px solid white;
    border-left: 2px solid white;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
#votarslide .slide-numeration {
    position: relative;
    display: block;
    float: right;
    margin-top: -46px;
    margin-right: 92px;
}
.slide-numeration .current-slide {
    font-family: 'Lora';
    color: #ffffff;
    font-size: 32px;
    font-style: italic;
    line-height: 29.333px;
    text-align: left;
}
.slide-numeration .slide-numeration-separation {
    font-family: 'Lora';
    color: #ffffff;
    font-size: 29px;
    font-style: italic;
    line-height: 29.333px;
    text-align: left;
}
.slide-numeration .total-slide {
    font-family: 'Lora';
    color: #ffffff;
    font-size: 30px;
    font-style: italic;
    line-height: 29.333px;
    text-align: left;
}
#votarslide .carousel-control.right .arrow-right {
    position: relative;
    display: block;
    height: 11px;
    width: 11px;
    float: left;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#votarslide .carousel-control.right {
    position: relative;
    display: block;
    width: 50px;
    height: 15px;
    float: right;
    margin-right: 30px;
    margin-top: -37px;
    background-image: none;
}
#votarslide .carousel-caption .title-wrapper h1{
	font-family: 'Montserrat';
    color: #ffffff;
    font-size: 42px;
    line-height: 48px;
    font-weight: 400;
    text-align: center;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    margin-top: 25px;
}
#votarslide .carousel-caption .title-wrapper h1 span{
    border-bottom: 2px solid #ffffff;
}
#votarslide .carousel-caption .subtitle-wrapper h5{
	font-family: 'Lora';
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    font-style: italic;
    text-align: center;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    margin-top: 0;
}
.carousel-caption{
	padding-bottom: 0;
	right: 21%;
    left: 21%;
    bottom: 29px;
}
.social-wrapper{
	position: fixed;
    display: block;
    bottom: 0;
    right: 15px;
    cursor: pointer;
    transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
}
.social-wrapper .fa-facebook{
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}
.social-wrapper .fa-google-plus {
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}
.social-wrapper .fa-twitter {
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}
.social-wrapper .fa-share-alt{
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}
.social-wrapper .fa-times {
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}
.social-wrapper .facebook-icon-mobile,
.social-wrapper .google-icon-mobile,
.social-wrapper .twitter-icon-mobile{
    position: absolute;
    display: inline-block;
    padding-top: 18px;
    right: 0;
    top: -18px;
    z-index: -1;
    transition: right .5s ease-in-out;
    -webkit-transition: right .5s ease-in-out;
    -moz-transition: right .5s ease-in-out;
    -ms-transition: right .5s ease-in-out;
    -o-transition: right .5s ease-in-out;
}
.social-wrapper .facebook-icon-mobile.open{
	right: 150px;
}
.social-wrapper .google-icon-mobile.open{
	right: 100px;
}
.social-wrapper .twitter-icon-mobile.open{
	right: 50px;
}


#home-votar{
	margin-bottom: 50px;
	margin-top: 78px;
}
.container#votar{
	margin-bottom: 116px;
}
.title {
    padding-right: 0;
}
.description-wrapper {
    padding-left: 0;
}
.line-separation-wrapper {
    padding: 0;
}
p.title-page {
    font-family: 'Montserrat';
    color: #c0a062;
    font-size: 30px;
    font-weight: 400;
    line-height: 37.333px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-left: 0px;
}
span.line-separation-title{
	width: calc(100% - 169px);
    border-bottom: 3px solid #eeeeee;
    position: absolute;
    display: inline-block;
    margin-top: -95px;
    margin-left: 213px;
}
span.line-separation{
    display: block;
    width: calc(200% - 187px);
    margin-top: 16px;
    border-bottom: 3px solid #eeeeee;
}
span.page-description p {
    font-family: 'Lora';
    color: #808080;
    font-size: 16px;
    font-style: italic;
    line-height: 26.667px;
    text-align: right;
    text-indent: 27%;
}
.item-instrucao{
	position: relative;
	display: block;
	margin-bottom: 80px;
}
.title .title-wrapper{
	width: 249px;
}
.item-instrucao .item-title{
	position: relative;
	display: block;
	font-family: 'Montserrat';
    color: #c0a062;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    margin-bottom: 5px;
}
.item-instrucao .item-body p{
	position: relative;
	display: block;
	font-family: 'Lora';
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.667px;
    text-align: left;
}
.item-votar{
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 132px;
}
.item-votar a{
    position: relative;
    display: inline-block;
    font-family:'Montserrat';
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    background-color: #333233;
    padding: 17px 90px;
    text-decoration: none;
    border: 3px solid #333233;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.item-votar a:hover{
    background-color: rgba(51, 50, 51,0.90);
    border-color: #444;
}

@media screen and (min-width: 1100px){
	.container#votar{
	    width: 100%;
	    padding-right: 50px;
	    padding-left: 50px;
	}
	.body-text .container{
		width: 750px;
	}
}
@media screen and (min-width: 1400px){
	.container#votar{
		padding-left: 10%;
		padding-right: 10%;
	}
    /*span.line-separation {
        display: block;
        width: calc(200% - 187px);
        margin-top: 16px;
        border-bottom: 3px solid #eeeeee;
    }*/
    span.line-separation-title {
        width: 100%;
        border-bottom: 3px solid #eeeeee;
        position: absolute;
        display: inline-block;
        margin-top: 16px;
        margin-left: -58px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
    /*span.line-separation {
        display: block;
        width: 151%;
        margin-top: 16px;
        border-bottom: 3px solid #eeeeee;
    }*/
    span.line-separation-title {
        width: 100%;
        border-bottom: 3px solid #eeeeee;
        position: absolute;
        display: inline-block;
        margin-top: 16px;
        margin-left: -63px;
    }
    .container#votar{
        padding-left: 10%;
        padding-right: 10%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1099px){
	.container#votar{
		padding-left: 15px;
    	padding-right: 15px;
    	width: 100%;
	}
	.title-wrapper{
		position: relative;
		display: inline-block;
		margin-right: 0px;
	}
	.title p.title-page,
	.title span.page-description p{
		display: inline-block;
	}
}
@media screen and (min-width: 992px){
	.title-wrapper{
		position: relative;
		display: inline-block;
	}
}
@media screen  and (max-width: 991px){
    .carousel-caption {
        right: 0;
        left: 0;
        bottom: 12px;
    }
    span.line-separation-title {
        width: calc(100%);
        border-bottom: 3px solid #eeeeee;
        position: absolute;
        display: inline-block;
        margin-top: -95px;
        margin-left: 183px;
    }
    .container#votar{
        padding-left: 50px;
        padding-right: 50px;
    }
    .container#votar {
        margin-bottom: 85px;
    }
}
@media screen and (min-width: 874px) and (max-width: 1199px){
    span.line-separation-title {
        width: calc(100% - 40px);
        margin-left: -62px;
        margin-top: 16px;
    }
}
@media screen and (max-width: 767px){
	.title p.title-page,
	.title span.page-description p{
		display: inline-block;
	}
    #votarslide .carousel-caption .title-wrapper h1{
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0px;
    }
    .subtitle-wrapper{
        display: none;
    }
    .carousel-caption {
        right: 15px;
        left: 15px;
    }
    span.line-separation-title{
        display: none;
        /*width: calc(100% - 87px);
        margin-top: -95px;
        margin-left: 182px;*/
    }
    span.line-separation {
        width: calc(100% - 363px);
        margin-left: 188px;
        position: absolute;
        /*width: 224%;*/
    }
    .container#votar{
        padding-left: 15px;
        padding-right: 15px;
    }
    .container#votar {
        margin-bottom: 70px;
    }
    .item-votar {
	    margin-bottom: 100px;
	}
}
@media screen and (max-width: 619px){
	span.line-separation-title{
	    width: calc(100% - 192px);
	    border-bottom: 3px solid #eeeeee;
	    margin-top: 32px;
	    margin-left: 0;
        display: block;
	}
	span.page-description p {
		text-indent: 30%;
	}
    div.title {
        width: 100%;
        padding-right: 15px;
        padding-bottom: 20px;
    }
    div.line-separation-wrapper {
        display: none;
    }
    div.description-wrapper {
        width: 100%;
        padding-left: 15px;
    }
    .container#votar {
        margin-bottom: 50px;
    }
}