@charset "UTF-8";

/* CSS Document */
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #FFF;
    background-color: #CCC;
}

.loader {
    width: 100%;
    height: 100%;
    /*background-color:#0000769b;*/
    background-color: #138FA3;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.loader section {
    width: 250px;
    height: 315px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -210px;
    margin-left: -120px;
}

.loader hr {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
}

.loader section .logo {
    background-image: url(../images/logo-load.png);
    background-repeat: no-repeat;
    left: 50%;
    position: absolute;
    margin-left: -145px;
    width: 250px;
    height: 310px;
    /*animation:apareceLogo 5s ease-in-out;
	-webkit-animation:apareceLogo 5s ease-in-out;*/
    z-index: 10;
    opacity: 0.03;
}

.loader section p {
    padding-top: 335px;
    width: 100px;
    height: 10px;
    margin: auto;
    margin-left: 53px;
}

header {
    position: fixed;
    /*top: -970px;*/
    z-index: 6;
    width: 100%;
    height: 75px;
}

.navigation {
    background-color: rgba(255, 255, 255, 0.5);
    height: 75px;
    position: relative;
}

.navigation img {
    width: 107px;
    height: 51px;
    display: block;
    margin-left: 150px;
    padding-top: 17px;
    margin-bottom: 3px;
}

.navigation nav {
    float: right;
    margin-top: -29px;
    margin-right: 150px;
    position: relative;
    margin-left: 300px;
}

.navigation nav ul {
    padding: 0;
    margin: 0;
    float: left;
}

.navigation nav ul li {
    float: left;
    text-align: center;
    width: 110px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 17px;
    height: 20px;
    color: #FFFFFF;
}

.navigation nav ul.lang {
    margin-left: 20px;
}

.navigation nav ul.lang li {
    width: 15px;
    font-size: 13px;
    line-height: 20px;
}

.navigation nav ul li a {
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    display: block;
    height: 30px;
}

.navigation nav ul li a.actived {
    text-decoration: underline;
    font-weight: bold;
}

.hover {
    font-weight: 700
}

.arrow-up {
    width: 15;
    height: 15;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    z-index: 6;
    border-bottom: 10px solid #66CB02;
    margin-top: 3px;
    display: none;
}

.clear {
    clear: both;
}

hr {
    color: #66CB02;
    margin: 0;
    padding: 0;
    height: 3px;
    background-color: #66CB02;
}

.mainBackground {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
}

.mainBackgroundImage {
    position: absolute;
    z-index: 0;
}

.filter {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMyIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C */
}

.arrow-right {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    top: 50%;
    /*margin-top:-50px;*/
    margin-left: 30px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    font-family: 'Advent Pro', sans-serif;
    text-align: center;
    font-size: 65px;
    color: #66CB02;
    line-height: 50px;
    border: 2px solid #66CB02;
    cursor: pointer;
    display: none;
}

.arrow-left {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    top: 50%;
    margin-right: 30px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    font-family: 'Advent Pro', sans-serif;
    text-align: center;
    font-size: 65px;
    color: #66CB02;
    line-height: 50px;
    border: 2px solid #66CB02;
    right: 0;
    cursor: pointer;
}

.mainContents {
    position: absolute;
    width: 14000px;
    height: 400px;
    top: 0;
    left: 0;
    z-index: 1;
}

.mainContents .mainContent {
    width: 100%;
    height: 400px;
    float: left;
}


/*home*/

.home {
    margin-top: 14%;
}

.home img {
    width: 175px;
    height: 201px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
    margin-top: 2%;
}

.home p {
    width: 500px;
    margin: 0;
    padding: 0;
    margin: auto;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 25px;
}

.tituloHome {
    margin: auto;
    display: block;
    padding: 5px;
    text-align: center;
    min-width: 100px;
    width: 480px;
    height: 57px;
    position: relative;
    overflow: hidden;
}

.tituloHome ul {
    padding: 0;
    margin: 0;
    text-decoration: none;
    position: absolute;
}

.tituloHome li {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 51px;
    color: #FFFFFF;
    list-style: none;
    height: 57px;
    text-align: center;
    width: 480px;
    float: left;
}

.tituloHome li span {
    background-color: #66CB02;
    padding: 10px;
}


/*quem somos*/

.quem-somos {
    background-color: rgba(255, 255, 255, 0.6);
    width: 645px;
    min-height: 355px;
    margin: auto;
    margin-top: 13%;
    padding: 30px;
    -moz-box-shadow: -1px 0px 10px #424242;
    -webkit-box-shadow: -1px 0px 10px #424242;
    box-shadow: -1px 0px 10px #424242;
}

.quem-somos img {
    float: left;
}

.quem-somos p {
    float: left;
    width: 410px;
    margin-left: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 15px;
    font-size: 13px;
    color: #666666;
}


img.turismo {
    height: 50px;
    display: block;
}

p span {
    margin-top: 20px;
    display: block;
    margin-left: 10px;
    float: left;
}

.quem-somos a {
    text-decoration: none;
    font-weight: 600;
    color: #666666;
}

.quem-somos a:hover {
    text-decoration: none;
    font-weight: 600;
    color: #66CB02;
}

.quem-somos h1 {
    margin: 10px 0px 35px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #FFF;
    float: left;
}

#titulos {
    background-color: #66CB02;
    padding: 5px;
}


/*video*/

.video {
    background-color: rgba(255, 255, 255, 0.6);
    width: 645px;
    min-height: 275px;
    margin: auto;
    margin-top: 16%;
    padding: 30px;
    -moz-box-shadow: -1px 0px 10px #424242;
    -webkit-box-shadow: -1px 0px 10px #424242;
    box-shadow: -1px 0px 10px #424242;
}


/*serviços*/

.servicos {
    width: 1024px;
    height: 355px;
    margin: auto;
    margin-top: 19%;
}

.servicos ul {
    list-style: none;
}

.servicos ul li {
    width: 256px;
    height: 355px;
    float: left;
    text-align: center;
    text-decoration: none;
}

.servicos ul li .imageContainer {
    width: 215px;
    height: 215px;
    border-radius: 50%;
    border: 3px solid #66CB02;
    margin: auto;
    /*transition: all 0.5s ease-in-out;*/
    background-color: #FFF;
}

.servicos ul li a:hover .imageContainer {
    /*width:250px;
	height: 250px;*/
    border-radius: 50%;
    border: 3px solid #66CB02;
    margin: auto;
    background-color: #FFF;
}

.servicos ul li .imageContainer img {
    width: 215px;
    height: 215px;
    border-radius: 50%;
    /*transition: all 0.5s ease-in-out;*/
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.servicos ul li a:hover .imageContainer img {
    /*width:250px;
	height: 250px;*/
    border-radius: 50%;
    /*filter: alpha(opacity=100);
	opacity: 1;*/
}

.servicos ul li a h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #FFF;
    text-decoration: none;
    margin-top: 15px;
}


/*galeria*/

.galeria {
    width: 647px;
    height: 470px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.6);
    -moz-box-shadow: -1px 0px 10px #424242;
    -webkit-box-shadow: -1px 0px 10px #424242;
    box-shadow: -1px 0px 10px #424242;
    padding: 15px;
    margin-top: 11%;
    position: relative;
}

.galeria ul {
    list-style: none;
}

.fotos {
    width: 100%;
    position: absolute;
}

.fotos .selected {
    display: block;
}

#fotos2 {
    display: none;
}

.galeria ul li {
    width: 207px;
    height: 138px;
    float: left;
    margin-left: 13px;
    margin-bottom: 13px;
    position: relative;
    overflow: hidden;
}

.galeria ul li:nth-child(4),
.galeria ul li:nth-child(7) {
    margin-left: 0;
}

.galeria ul li:first-child {
    margin-left: 0px;
}

.verdeFilto {
    width: 207px;
    height: 138px;
    background-color: rgba(102, 203, 002, 0.5);
    position: absolute;
}

#downFiltro {
    top: 300px;
}

#upFiltro {
    top: -300px;
}

#rightFiltro {
    left: 300px;
}

#leftFiltro {
    left: -300px;
}

.verdeFilto p {
    width: 150px;
    margin: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.lineLarge {
    background-color: #FFF;
    width: 150px;
    height: 5px;
    margin: auto;
    margin-top: 35px;
}

.lineThin {
    background-color: #FFF;
    width: 150px;
    height: 3px;
    margin: auto;
}

.mask {
    display: none;
    background-color: red;
    width: 647px;
    height: 467px;
    position: absolute;
    z-index: 3;
    overflow: hidden;
}

ul.slide {
    margin: 0;
    padding: 0;
    position: absolute;
    list-style: none;
}

ul.slide li {
    margin: 0;
    padding: 0;
    float: left;
    width: 647px;
    height: 467px;
    z-index: 1;
}

.sair {
    width: 44px;
    height: 46px;
    border-radius: 50%;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    font-family: 'Advent Pro', sans-serif;
    text-align: center;
    font-size: 60px;
    color: #66CB02;
    line-height: 45px;
    border: 2px solid #66CB02;
    cursor: pointer;
    padding-right: 2px;
    margin-left: 588px;
    margin-top: 7px;
    top: 0;
}

.sair a {
    text-decoration: none;
    color: #66CB02;
}

.bullets {
    width: 347px;
    height: 15px;
    position: absolute;
    margin-top: 452px;
    text-align: center;
    padding-left: 300px;
}

.bola {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
    text-align: center;
    background-color: #FFF;
}


/*.bullets a.bola{
	background-color:#FFF;
}*/

.active {
    background-color: #66CB02;
}


/*contactos*/

.contactos {
    background-image: url(../images/fundo-contactos.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: -100%;
    position: absolute;
    z-index: 5;
}

.contactos article {
    width: 900px;
    margin: auto;
    position: relative;
    margin-top: 5%;
}

.filter-contactos {
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMyIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C */
    z-index: 0;
    position: absolute;
}

.morada {
    width: 220px;
    height: 250px;
    float: left;
    z-index: 1;
    margin-top: 70px;
}

.morada h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #FFF;
    margin-bottom: 30px;
}

.morada p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
}

.morada p a {
    text-decoration: none;
    color: #FFF;
}

.morada p a:hover {
    text-decoration: none;
    color: #A2FD48;
}

.morada h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    margin-top: 35px;
    margin-bottom: 20px;
}

.mapa {
    width: 500px;
    float: right;
    /*
    background-color: #FFF;
    padding: 5px;
*/
    z-index: 1;
    margin-top: 25px;
}

.facebook {
    width: 225px;
    float: left;
    padding: 5px;
    z-index: 1;
    margin-top: 90px;
}

.facebook p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    line-height: 30px;
    float: left;
}

.facebook a {
    background: url(../images/face.png);
    width: 30px;
    height: 30px;
    border: none;
    display: inline-block;
    float: left;
    margin-left: 10px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.facebook a:hover {
    background: url(../images/face-on.png);
    width: 30px;
    height: 30px;
    border: none;
    display: inline-block;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.form {
    width: 500px;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}

.form .foot {
    width: 330px;
    height: 50px;
    position: absolute;
    bottom: -128px;
    background-color: #2574a9;
}

.form-txt {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
}

.form-msg {
    width: 220px;
    height: 50px;
    background-color: #FFF;
    border: none;
    resize: none;
}

.enviar {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #FFF;
    border: none;
    background: none;
    cursor: pointer;
    float: right;
}

.error {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #A2FD48;
    display: inline-block;
}

#one {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    display: none;
    overflow: hidden;
    top: 0;
    left: 0;
}

#two {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    display: none;
    overflow: hidden;
    top: 0;
    left: 0;
}

#three {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    display: none;
    overflow: hidden;
    top: 0;
    left: 0;
}

#four {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    display: none;
    overflow: hidden;
    top: 0;
    left: 0;
}

.sair-servicos {
    width: 70px;
    height: 72px;
    border-radius: 50%;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    font-family: 'Advent Pro', sans-serif;
    text-align: center;
    font-size: 90px;
    color: #66CB02;
    line-height: 65px;
    border: 2px solid #66CB02;
    cursor: pointer;
    padding-right: 2px;
    top: 50px;
    right: 50px;
}

.sair-servicos a {
    text-decoration: none;
    color: #66CB02;
}


@media (max-width: 980px) {

    /* Selectors and styles affecting screens UP TO 979px (Desktop) */
    .navigation img {
        margin-left: 5%;
    }

    .navigation nav {
        margin-top: -45px;
        margin-right: 5%;
        margin-left: 10px;
    }

    .navigation nav ul li {
        font-size: 23px;
    }

    .navigation nav ul li:first-child {
        width: 141px;
    }

    .navigation nav ul.lang li {
        width: 15px;
    }

    .arrow-up {
        margin-top: 14px;
    }

    .contactos article {
        margin-top: 50%;
    }

    .home,
    .quem-somos,
    .video,
    .galeria {
        margin-top: 50%;
    }

    .servicos {
        margin-top: 45%;
    }

    .quem-somos {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    /* Selectors and styles affecting screens UP TO 767px (Tablet) */
}

@media (max-width: 480px) {
    /* Selectors and styles affecting screens UP TO 480px (Phone) */


}