﻿@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: #333;
}

h1 {
    font-weight: 100;
    font-size: 60px;
    text-transform: uppercase;
}

h3 {
    font-size: 40px;
    font-weight: 100;
    text-transform: uppercase;
}

h4 {
    font-size: 20px !important;
    font-weight: 100 !important;
    text-transform: uppercase !important;
    margin-top:15px;
}



/* SLIDESHOW */

.slideshow,
.slideshow:after {
    position: absolute;
    width: 100%;
    height: 600px;
    overflow: hidden;
    top: 0px;
    left: 0px;
    z-index: 0;
}

    .slideshow li span {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        color: transparent;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: none;
        opacity: 0;
        z-index: 0;
        -webkit-backface-visibility: hidden;
        -webkit-animation: imageAnimation 40s linear infinite 0s;
        -moz-animation: imageAnimation 40s linear infinite 0s;
        -o-animation: imageAnimation 40s linear infinite 0s;
        -ms-animation: imageAnimation 40s linear infinite 0s;
        animation: imageAnimation 40s linear infinite 0s;
    }
    .slideshow li div {
        z-index: 1000;
        position: absolute;
        bottom: 30px;
        left: 0px;
        width: 100%;
        text-align: center;
        opacity: 0;
        color: #fff;
        -webkit-animation: titleAnimation 42s linear infinite 0s;
        -moz-animation: titleAnimation 42s linear infinite 0s;
        -o-animation: titleAnimation 42s linear infinite 0s;
        -ms-animation: titleAnimation 42s linear infinite 0s;
        animation: titleAnimation 42s linear infinite 0s;
    }

    .slideshow li:nth-child(1) span {
        background-image: url(../images/header/Carrossel_SSP_1905x600px_1.jpg);
    }
    .slideshow li:nth-child(2) span {
        background-image: url(../images/header/Carrossel_SSP_1905x600px_2.jpg);
        -webkit-animation-delay: 6s;
        -moz-animation-delay: 6s;
        -o-animation-delay: 6s;
        -ms-animation-delay: 6s;
        animation-delay: 6s;
    }
    .slideshow li:nth-child(3) span {
        background-image: url(../images/header/Carrossel_SSP_1905x600px_3.jpg);
        -webkit-animation-delay: 12s;
        -moz-animation-delay: 12s;
        -o-animation-delay: 12s;
        -ms-animation-delay: 12s;
        animation-delay: 12s;
    }
    .slideshow li:nth-child(4) span {
        background-image: url(../images/header/Carrossel_SSP_1905x600px_4.jpg);
        -webkit-animation-delay: 18s;
        -moz-animation-delay: 18s;
        -o-animation-delay: 18s;
        -ms-animation-delay: 18s;
        animation-delay: 18s;
    }
    .slideshow li:nth-child(5) span {
        background-image: url(../images/header/Carrossel_SSP_1905x600px_2.jpg);
        -webkit-animation-delay: 24s;
        -moz-animation-delay: 24s;
        -o-animation-delay: 24s;
        -ms-animation-delay: 24s;
        animation-delay: 24s;
    }

/*    .slideshow li:nth-child(6) span {
        background-image: url(../images/header/12.jpg);
        -webkit-animation-delay: 32s;
        -moz-animation-delay: 32s;
        -o-animation-delay: 32s;
        -ms-animation-delay: 32s;
        animation-delay: 32s;
    }*/

    .slideshow li:nth-child(2) div {
        -webkit-animation-delay: 6s;
        -moz-animation-delay: 6s;
        -o-animation-delay: 6s;
        -ms-animation-delay: 6s;
        animation-delay: 6s;
    }
    .slideshow li:nth-child(3) div {
        -webkit-animation-delay: 12s;
        -moz-animation-delay: 12s;
        -o-animation-delay: 12s;
        -ms-animation-delay: 12s;
        animation-delay: 12s;
    }
    .slideshow li:nth-child(4) div {
        -webkit-animation-delay: 18s;
        -moz-animation-delay: 18s;
        -o-animation-delay: 18s;
        -ms-animation-delay: 18s;
        animation-delay: 18s;
    }
    .slideshow li:nth-child(5) div {
        -webkit-animation-delay: 24s;
        -moz-animation-delay: 24s;
        -ms-animation-delay: 24s;
        animation-delay: 24s;
    }
    .slideshow li:nth-child(6) div {
        -webkit-animation-delay: 30s;
        -moz-animation-delay: 30s;
        -o-animation-delay: 30s;
        -ms-animation-delay: 30s;
        animation-delay: 30s;
    }
    .slideshow li:nth-child(7) div {
        -webkit-animation-delay: 36s;
        -moz-animation-delay: 36s;
        -o-animation-delay: 36s;
        -ms-animation-delay: 36s;
        animation-delay: 36s;
    }
    .slideshow li:nth-child(8) div {
        -webkit-animation-delay: 42s;
        -moz-animation-delay: 42s;
        -o-animation-delay: 42s;
        -ms-animation-delay: 42s;
        animation-delay: 42s;
    }
    .slideshow li:nth-child(9) div {
        -webkit-animation-delay: 44s;
        -moz-animation-delay: 44s;
        -o-animation-delay: 44s;
    }

    .slideshow li:nth-child(10) div {
        -webkit-animation-delay: 48s;
    }

    .slideshow li:nth-child(11) div {
        -webkit-animation-delay: 52s;
    }

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation {
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation {
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation {
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation {
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) {
    .slideshow li div h3 { font-size: 140px }
	}
@media screen and (max-width: 600px) {
	.slideshow li div h3 {
		font-size: 80px
    }
}


/* HEADER */

.header {
    height: 600px;
}



/* LOGO */

.headlogo {
    height: 130px;
    overflow: hidden;
}


.badgelogo {
    width: 450px;
    height: 360px;
    display: block;
    z-index: 10;
    margin: -200px auto 0px;
    position: relative;
    padding-top: 28px;
}

.logo {
	background-image: url(../images/ssp_logo.png);
	background-repeat: no-repeat;
	width: 375px;
	height:93px;
	margin: 0px auto;
	position: relative;
	top: 185px;
}

.navbar {
    background-color: rgba(0, 40, 87, 0.80);
    height: 44px;
    margin-top: 0px;
    border-radius: 0px;
}

    .navbar ul.menu {
        text-align: center;
    }

        .navbar ul.menu li {
            display: inline;
        }

            .navbar ul.menu li a {
                text-transform: uppercase;
                color: #FFF;
                line-height: 50px;
                font-size: 16px;
                font-family: 'Roboto', sans-serif;
                margin: 0px 15px;
            }

                .navbar ul.menu li a span {
                    color: #8CB22D;
                }

                .navbar ul.menu li a.flag {
                    margin: 0px 5px;
                    cursor: pointer;
                }


.fixed {
    position:fixed;
    top:0;
    z-index:999;
	margin: 0px auto !important;
	clear: both;
	width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .fixed .navbar {
        margin-top: 0px;
    }



/* BOX LOGIN */


.boxLogin {
    background-color: rgba(0, 40, 87, 0.80);
    height: 250px;
    clear: both;
    padding: 10px;
    color: #FFF;
    margin-top: 2%;
}

	.boxLogin h3 {
    color:#FFF;
		text-transform: uppercase;
		font-size: 30px;
		font-weight: 100;
        margin-top: 0px;
        margin-bottom: 25px;
    }

        .boxLogin h3 strong {
            font-weight: 400;
        }

    .boxLogin label {
        font-weight: normal;
        width: 34%;
        text-align: right;
        padding-right: 10px;
    }

.boxLoginPcc label {
    font-weight: normal;
    width: 34%;
    text-align: right;
    padding-right: 10px;
    display: none;
}

.boxLogin input {
	width: 193px;
	border-radius: 4px;
    border:1px solid #FFF;
	height: 30px;
	line-height: 30px;
	color: #111 !important;
    padding: 0px 6px;
}

.boxLoginPcc input {
    width: 193px;
    border-radius: 4px;
    border: 1px solid #FFF;
    height: 30px;
    line-height: 30px;
    color: #111 !important;
    padding: 0px 6px;
    display: none;
}

.boxLogin a {
    float: right;
    margin-right: 20px;
    background-color: #0082BB;
    color: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #52C6E2;
}

    .boxLogin a i {
        position: relative;
        left: 9px;
        top: 4px;
    }

a.botaooff {
    line-height: 30px !important;
    text-indent: 10px !important;
}

    a.botaooff i {
    top:initial;
    }

a.botaoHistory {
    line-height: 30px !important;
    text-indent: 5px !important;
    margin-top: 10px;
    margin-left: 100px;
    font-size: 1em;
}

    a.botaoHistory i {
        top: initial;
    }

/* DESCRIPTION */

.description {
    padding: 70px 0px;
}

    .description h1 {
        text-align: center;
        font-size: 60px;
    }

        .description h1 strong {
            font-weight: 400;
            color: #0082BB;
        }

    .description h3 {
        text-align: center;
		font-weight: 100;
		font-size: 40px;
		text-transform: uppercase;
    margin-bottom:46px;
	}

.feature {
    text-align: center;
}

    .feature .ico {
        width: 124px;
        height: 124px;
		border-radius: 100%;
		background-color: #52C6E2;
		margin: 0px auto;
    text-align:center;
	}

		.feature .ico i {
    color:#FFF;
			font-size: 60px;
			line-height: 124px;
		}

    .feature h5 {
        font-size: 25px;
        text-align: center;
        font-weight: 400;
        margin: 20px 0px;
    }


.downloadflyer {
    margin-top:40px;   
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 14px;
    border-radius: 0px;
    font-weight: 100;
    text-transform: uppercase;
}

.btn i {
    margin-right: 10px;
}

/* VIDEO */

.video {
    background-color: #FAFAFA;
    padding: 70px 0px;
}

    .video h3 {
        margin-bottom: 40px;
    }

    .video h4 {
        margin-top: 40px;
    }

    .video a, .video div.disable:first-of-type {
        margin-top: 40px;
	}

	.video div.disable {
    margin-top:20px;
	}

	.video a.elm {
        margin-top:15px;
        margin-right:15px;
	}


#boxtable {
	margin: 0 auto;
    width: 100%;  /* Ancho del contenedor */
}

	#boxtable input {
        height: 2.5em;
        visibility: hidden;
	}

	#boxtable label {
	background: #f9f9f9;  /* Fondo de las pestañas */
		border-radius: .25em .25em 0 0;
	color: #888;  /* Color del texto de las pestañas */
		cursor: pointer;
		display: block;
		float: left;
	font-size: 1em;  /* Tamaño del texto de las pestañas */
		height: 2.5em;
		line-height: 2.5em;
		margin-right: .25em;
        padding: 0 1.5em;
        text-align: center;
        font-weight: normal;
	}

	#boxtable input:hover + label {
	background: #ddd;  /* Fondo de las pestañas al pasar el cursor por encima */
	color: #666;  /* Color del texto de las pestañas al pasar el cursor por encima */
	}

	#boxtable input:checked + label {
	background: #f1f1f1;  /* Fondo de las pestañas al presionar */
		color: #444; /* Color de las pestañas al presionar */
		border-bottom: 2px solid #52C6E2;
		position: relative;
        z-index: 6;
        /*
	-webkit-transition: .1s;
	-moz-transition: .1s;
	-o-transition: .1s;
	-ms-transition: .1s;
	*/
	}

#contenttab {
	background: #f1f1f1;  /* Fondo del contenido */
	min-height: 315px  /* Alto del contenido */
	position: relative;
	width: 100%;
	z-index: 5;
}

    #contenttab div {
        opacity: 0;
        position: absolute;
        z-index: -100;
        /*
	transition: all linear 0.1s;
	*/
    }

#content-1 p {
	clear: both;
	margin-bottom: 1em;
}
	#content-1 p.left img {
		float: left;
		margin-right: 1em;
	}
	#content-1 p.last {
		margin-bottom: 0;
	}

#content-2 p {
	float: left;
	width: 48.5%;
}
	#content-2 p.column-right {
		margin-left: 3%;
	}
	#content-2 p img {
		display: block;
		margin: 0 auto 1em auto;
    }

#content-3 p {
	float: left;
	width: 48.5%;
}
	#content-3 p.column-right {
		margin-left: 3%;
	}
	#content-3 p img {
		display: block;
		margin: 0 auto 1em auto;
    }

#boxtable input#tab-1:checked ~ #contenttab #content-1,
#boxtable input#tab-2:checked ~ #contenttab #content-2,
#boxtable input#tab-3:checked ~ #contenttab #content-3 {
    opacity: 1;
    z-index: 100;
}

input.visible {
    visibility: visible !important;
}


/* QUICK NEWS */

.quicknews {
    background-color: #FAF5FF;
    padding: 40px 0px 50px;
}

.quicknewsholder {
margin-top:10px;
}
.news {
	border: 1px solid #CCC;
padding:15px 30px 15px 60px;
word-break:break-word;
	margin-bottom: 8px;
background-image:url(../images/iconews.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

	.news .date {
    color:#999;
		margin-bottom: 7px;
	}

/* RESOURCES */


.resources {
    background-color: rgba(0, 40, 87, 0.80);
    padding: 40px 0px 50px;
}

	.resources h3 {
    color:#FFF;
	}

	.resources a:link, .resources a:visited {
    color:#Fff;
	}

	.resources a:hover {
    text-decoration:none;
	}

.resources .inside:hover  {
		background-color: rgba(0, 40, 87, 1);
	}

.resourcesholder {
margin-top:10px;
}
.inside {
	border: 1px solid #CCC;
padding:15px 30px 15px 30px;
word-break:break-word;
	margin-bottom: 8px;
}

	.inside .date {
    color:#ccc;
		margin-bottom: 7px;
	}




/* PROMOTIONS */

.promotions {
	background-color: #FAFAFA;
    padding: 40px 0px 50px;;
}

	.promotions h3 {
        margin-bottom: 40px;
    }

    .promotions a {
        margin-top: 40px;
    }

/* ROUTES AND DESTINATIONS */

.routes {
    background-color: #0082BB;
    color: #FFF;
    padding: 70px 0px;
    text-align: center;
}

    .routes h1 {
        text-align: center;
        font-size: 60px;
    }

        .routes h1 strong {
            font-weight: 400;
        }

    .routes h3 {
        text-align: center;
		font-weight: 100;
		font-size: 40px;
		text-transform: uppercase;
    margin-bottom:46px;
    color:#333333;
	}

	.routes .btn, .downloadflyer .btn {
        margin: 0px 20px;
    }

.btn-primary {
    color: #fff;
    background-color: #0082BB;
    border-color: #fff;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
		background-color: #52C6E2;
		border-color: #fff;
	}
	.btn-primary:hover {
		color: #fff;
		background-color: #52C6E2;
		border-color: #fff;
	}
	.btn-primary:active,
	.btn-primary.active,
	.open > .dropdown-toggle.btn-primary {
		color: #fff;
		background-color: #52C6E2;
		border-color: #fff;
	}
		.btn-primary:active:hover,
		.btn-primary.active:hover,
		.open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #52C6E2;
            border-color: #fff;
        }

.btn-default.disable {
	background-color: #EEEDED;
    cursor:default !important;
}

.pdfdocumentation {
    position: relative;
    top: -30px;
}



/* hover Destinations */

.no-padding {
    margin: 0px !important;
    padding: 0px !important;
}

.view {
    width: 100%;
    height: 250px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
	cursor: default;
	background-color: #FFF;
}
.view .mask,.view .content {
		width: 100%;
		height: 250px;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
	}
	.view img {
		display: block;
		position: relative;
		width: 100%;
	}
	.view h2 {
		text-transform: uppercase;
		color: #fff;
        text-align: center;
        position: relative;
		font-size: 35px;
		text-transform: uppercase;
		font-weight: 100;
    margin-top:17%;
		margin-bottom: 0px !important;
	}
	.view h3 {
		font-size: 20px;
		position: relative;
        color: #fff;
        padding: 10px;
		text-align: center;
		margin: 0px !important;
	}
	.view a.info {
		display: inline-block;
		text-decoration: none;
        padding: 7px 14px;
        background-color: rgba(0, 40, 87, 0.60);
        color: #fff;
        text-transform: uppercase;
        -webkit-box-shadow: 0 0 1px #000;
		-moz-box-shadow: 0 0 1px #000;
		box-shadow: 0 0 1px #000;
		margin-top: 10px;
    cursor:pointer;
	}
		.view a.info:hover {
			background-color: rgba(0, 40, 87, 1);
		}
.view-mkt img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.view-mkt .mask {
	background-color: rgba(0, 40, 87, 0.80);
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-mkt a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.view-mkt:hover img {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.view-mkt:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-mkt:hover h2,.view-mkt:hover p,.view-mkt:hover a.info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}


/* MyPlan */

.myplan {
    background-image: url(../images/_Revista_Azorean_Spirit_IMG_1500x530px_SSP.jpg);
    background-position: top center;
    background-size: cover;
    padding: 70px 0px;
    color: #000;
    background-blend-mode: color-burn;
    background-color: rgba(63, 107, 159, 0.21);
}

	.myplan h3 {
		margin-bottom: 40px;
 color:#FFF;
	}

	.myplan p {
        font-weight: 100;
    }

    .myplan a {
        margin-top: 40px;
    }

.btn-inverse {
    color: #fff;
    background-color: #1E392B;
    border-color: #fff;
}

    .btn-inverse:focus,
    .btn-inverse.focus {
        color: #fff;
		background-color: #1E392B;
		border-color: #fff;
	}
	.btn-inverse:hover {
		color: #fff;
		background-color: #52C6E2;
		border-color: #75D3E7;
	}
	.btn-inverse:active,
	.btn-inverse.active,
	.open > .dropdown-toggle.btn-inverse {
		color: #fff;
		background-color: #52C6E2;
		border-color: #75D3E7;
	}
		.btn-inverse:active:hover,
		.btn-inverse.active:hover,
		.open > .dropdown-toggle.btn-inverse:hover,
        .btn-inverse:active:focus,
        .btn-inverse.active:focus,
        .open > .dropdown-toggle.btn-inverse:focus,
        .btn-inverse:active.focus,
        .btn-inverse.active.focus,
        .open > .dropdown-toggle.btn-inverse.focus {
            color: #fff;
            background-color: #52C6E2;
            border-color: #fff;
        }

.logomp {
    text-align: center;
}

.magazine {
    border: 1px solid #CCC;
    padding: 15px 30px 15px 30px;
    word-break: break-word;
    margin-bottom: 8px;
    background: rgba(0, 40, 87, 0.80);
    color: #fff;
}


/* Blog */


.blog {
    padding: 70px 0px;
    background-color: #f4f4f4;
}


    .blog h1 {
        text-align: center;
        font-size: 60px;
    }

        .blog h1 strong {
            font-weight: 400;
            color: #0082BB;
        }

    .blog h3 {
        text-align: center;
		font-weight: 100;
		font-size: 40px;
		text-transform: uppercase;
    margin-bottom:46px;
	}

.blogEntry h5 {
    font-size: 25px;
    height: 55px;
    margin: 25px;
}

.blogEntry p {
    font-size: 14px;
    font-weight: 100;
    line-height: 180%;
    width: 90%;
    margin: 0px auto;
}

.blogEntry .readon {
    margin-top: 25px;
}




/* Links */


.links {
    padding: 70px 0px;
}

    .links h1 {
        text-align: center;
        font-size: 60px;
    }

        .links h1 strong {
            font-weight: 400;
            color: #0082BB;
        }

    .links h5 {
        text-align: center;
		font-weight: 100;
		font-size: 20px;
		text-transform: uppercase;
    margin-bottom:46px;
	}


.linklogo {
    border: 1px solid #f6f6f6;
    height: 190px;
    text-align: center;
    line-height: 190px;
	cursor: pointer;
}

.linklogo img{
		width: 80%;
		-webkit-filter: grayscale(100%);
		filter: gray;
        filter: grayscale(100%);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .linklogo:focus img,
    .linklogo:hover img {
        -webkit-filter: grayscale(0%);
        filter: gray;
        filter: grayscale(0%);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .linklogo:focus,
    .linklogo:hover {
        border: 1px solid #999;
    }


/* FOOTER */


.footer {
    height: 205px !important;
    background-image: url(../images/Footer_Breath_image_1920x318.jpg);
    background-color: rgba(109, 109, 109, 0.8);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-blend-mode: lighten;
}

	.footer h3 {
		margin-top: 55px;
		margin-bottom: 20px;
 color:#FFF;
	}

		.footer h3 strong {
            font-weight: 400;
        }

    .footer div {
        text-align: right;
    }

    .footer a,
    .footer a:visited {
        color: inherit;
        font-weight: inherit;
        font-size: 20px;
        text-decoration: underline;
        /* position: absolute; */
        /* text-align-last: center; */
    }


/* Back to Top */

a.backtop {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #52C6E2 url("../images/up-arrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.backtop {
	background-color: rgba(0, 40, 87, 0.80);
}


.campanhaimg {
width:349px;
height:180px;
overflow:hidden;
}

	.campanhaimg img {
        width: 350px !important;
        height: auto;
    }

/* carousel */

.multi-item-carousel .carousel-inner > .item {
	-webkit-transition: 500ms ease-in-out left;
	transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
	left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
	left: 33%;
}
.multi-item-carousel .carousel-inner .next {
	left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
	left: -33%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.multi-item-carousel .carousel-inner > .item {
		-webkit-transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out left;
        -webkit-transition: 500ms ease-in-out all;
        transition: 500ms ease-in-out all;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
    -webkit-transform: none!important;
            transform: none!important;
    }
}
.multi-item-carousel .carousel-control.left,
.multi-item-carousel .carousel-control.right {
    background-image: none;
}

.promotions a.left,
.promotions a.right {
    margin-top:0px !important;
    background: none !important;
    color:#333;
}


a.left.carousel-control {
left:-135px;
}

a.right.carousel-control {
    right: -135px;
}




/* End carousel */

.video-description {
    padding-bottom: 130px;
}


.footer h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000; /* preto */
    text-shadow: 1px 1px 3px rgba(255,255,255,0.9); /* sombra clara para contraste */
}

.footer h5 a {
    font-family: inherit;
    color: #000000; /* preto também no link */
    text-decoration: underline;
    text-shadow: 1px 1px 3px rgba(255,255,255,0.9); /* mesma sombra */
}

.routesTitle {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.9); /* sombra preta forte */
}
.routesSubTitle {
    margin-top: -20px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.9); /* sombra preta forte */
    text-transform: none !important;
}

