﻿ html, body, form {
    margin: 0px !important; /*Por causa do resize da RadImageGallery*/
    padding: 0;
    height: 100%;
    font-family: Verdana, sans-serif;
    font-size: 1em;
}

img {
    max-width: 100%;
    height: auto;
    background-size:cover;
}

/*li {
    list-style-type: square;
}*/

a.customlinks:link {
    color: #333333;
    text-decoration: none;
}

a.customlinks:visited {
    color: #333333;
}

a.customlinks:hover {
    color: #808080;
}

a.customlinks:active {
    color: #333333;
}

a.customlinks_footer:link {
    color: gray;
    text-decoration: none;
    font-family: OtherFontLight;
}

a.customlinks_footer:visited {
    color: gray;
    font-family: OtherFontLight;
}

a.customlinks_footer:hover {
    color: white;
    font-family: OtherFontLight;
}

a.customlinks_footer:active {
    color: gray;
    font-family: OtherFontLight;
}

.footer {
    background-color: #333333;
    font-family: OtherFontMedium;
}

.titulos {
    font-size: 2.5em;
    color: #BF9000;
    font-family: OtherFontMedium;
}

.subtitulos {
    color: #333333;
    font-size: 1.2em;
    font-family: OtherFontMedium;
}

.texto {
    color: #666666;
    font-family: OtherFontLight;
}

.parallax {
    /* The image used */
    background-image: url('../Imagens/consultoria.jpg'); /* Set a specific height */
    height: 500px; /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; /*Necessário por causa do texto aparecer centrado na imagem*/
}

.textoParallax {
    font-size: 9vw;
    font-family: OtherFontLight;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.textoParallax2 {
    font-size: 3vw;
    font-family: OtherFontLight;
    text-align: center;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.animacao_fade_up {
    opacity: 0;
}

/*Zoom image*/
.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(0.8);
}

.header-zoom-in {
    overflow: hidden;
}

.zoom-in {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 10s ease-in infinite;
  animation: zoomin 10s ease-in infinite;
  transition: all .5s ease-in-out;
  overflow: hidden;
}

@-webkit-keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.03);}
    100% {transform: scale(1);}
}
@keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.03);}
    100% {transform: scale(1);}
}

 @font-face {
    font-family: "OtherFontMedium";
    src: url('../Fonts/Montserrat-Medium.otf');
    font-weight: normal;
    font-style: normal;
}

 @font-face {
    font-family: "OtherFontLight";
    src: url('../Fonts/Montserrat-Light.otf');
    font-weight: normal;
    font-style: normal;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

/*Container do cabeçaçho*/
.nav-container {
     font-family: OtherFontMedium;
}

/* Matém o cabeçalho fixo */
.f-nav {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%; /*-moz-box-shadow: 0 0 13px 0 #696868, 0 0 13px 0 #696868;
    -webkit-box-shadow: 0 0 13px 0 #696868, 0 0 13px 0 #696868;
    box-shadow: 0 0 13px 0 #696868, 0 0 13px 0 #696868;*/
    background-color: #FFFFFF;
    animation-duration: 1s;
    transition-timing-function: ease-out;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #333333;
}

.corMenu {
    color: #BF9000;
}

/*Container imagem de topo*/
/*.container{
    background-position-x: center;
    background-position-y: 78%;
    background-size: cover;
    height: 600px;
}*/

/*Texto sobre a aimagem de topo*/
/*.assinatura {
    padding: 40px;
    position: absolute;
    left: 30px;
    top: 100px;
    width: 50%;
    font-size:50px;
    color:white;
    font-family: OtherFontMedium;
}*/

/*Telerik controls*/

/*PageLayout*/
html .t-container-fluid,
html .t-row-wrap > .t-row {
    max-width: none;
}

.radPageLayoutCustomBackground {
    background-color: #F5F5F5;
}

.alinhamentoLayoutColumn {
    text-align: center;
}

/*Navigation*/
.RadNavigation_Default .rnvRootGroupWrapper {
    border-color: #FFFFFF !important;
    background: #ffffff !important;
    /*font-size: large !important;
    font-weight: bolder !important;*/
    color: #333333 !important;
}

.RadNavigation_Default .rnvMore {
    background: #ffffff !important;
}

.RadNavigation_Default .rnvHovered.rnvMore, .RadNavigation_Default .rnvHovered > .rnvRootLink {
    /*border-style: solid !important;
    border-width: thin thin medium thin !important;*/
    border-color: #FFFFFF #FFFFFF #BF9000 #FFFFFF !important;
    background-color: #FFFFFF !important;
    background-image: none !important;
    color: #333333 !important;
}

.RadNavigation_Default .rnvSelected.rnvMore,
.RadNavigation_Default .rnvSelected > .rnvRootLink {
    /*border-style: solid !important;
    border-width: thin thin medium thin !important;*/
    border-color: #FFFFFF #FFFFFF #BF9000 #FFFFFF !important;
    background-color: #FFFFFF !important;
    background-image: none !important;
    color: #333333 !important;
}

.RadNavigation_Default .rnvFocused.rnvMore, .RadNavigation_Default .rnvFocused > .rnvRootLink {
    border-color: #FFFFFF #FFFFFF #BF9000 #FFFFFF !important;
    box-shadow: inset 0 0 0 0 #ffffff !important;
}

.radSkin_Default .rnvPopup {
    font-family: otherFontMedium !important;
    padding-top: 20px !important;
    font-size: 0.8em !important;
}

/*RadImageGallery*/

/* Cor da bolinha dentro das várias páginas dependendo do n.º de imagens*/
.RadImageGallery_Default .rigDotList .rigCurrentItem {
    color: #333333  !important;
}

/*Instruções para quando se redimensiona o browser a imagem também redimensione, 
senão fica com o mesma altura e fica desporpocionada*/

.rigItemBox {
    width: 100% !important; }

.RadImageGallery {
    background-color: transparent !important; 
}

.rigToolbar {
    display: none; 
}

.rigActiveImage img {
    padding: 0px !important;
    width: 100% !important;
    height: auto !important; 
}

/*PanelBar*/
.RadPanelBar_Default {
  border-color: #F5F5F5 !important;
  color: #003366 !important;
  background-color: #F5F5F5 !important;
}

.RadPanelBar_Default .rpRootLink,
.RadPanelBar_Default .rpHeaderTemplate {
    border-color: #F5F5F5 !important;
    color: #003366 !important;
    background-color: #F5F5F5 !important;
    background-image: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.RadPanelBar_Default .rpLink.rpHovered {
    border-color: #F5F5F5 !important;
    background-image: none !important;
    color: #BF9000 !important;
}

.RadPanelBar_Default .rpLink.rpSelected {
    border-color: #F5F5F5 !important;
    color: #BF9000 !important;
    background-color:  #F5F5F5 !important;
    background-image: none !important;
}

.RadPanelBar_Default .rpRootLink.rpSelected {
    border-color: #F5F5F5 !important;
    color: #BF9000 !important;
    background-color:  #F5F5F5 !important;
    background-image: none !important;
  }

 .RadPanelBar_Default .rpLink.rpFocused {
    border-color: #F5F5F5 !important;
    box-shadow: 0 0 0 0 #F5F5F5 !important;
 }
 
 .RadPanelBar_Default .rpRootLink.rpFocused {
    border-color: #F5F5F5 !important;
    box-shadow: 0 0 0 0 #F5F5F5 !important;
 }

/*.RadPanelBar_Default .rpRootLink,
.RadPanelBar_Default .rpHeaderTemplate {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #333333 !important;
}*/

/*.RadPanelBar_Default .rpLink.rpSelected {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #FFFFFF !important;
    background-color: #0b4437 !important;
}*/

/*.RadPanelBar_Deafult .rpGroup .rpItem {
    padding: 10px !important;
  }*/
