[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

* {
    position: relative;
}

html {

    height: 100%;

}
a, a:link, a:hover{
    text-decoration:none;
    color: #ffffff;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    min-width: 320px;
    height: 100%;
    color: #ffffff;
}

img {
    vertical-align: middle;
}

.section {
    position: relative;
    width:100%;
    height: 100%;
}

.home-container{
    width: 100%;
    position: relative;

      height: 100%;
}

.action-button {
    cursor: pointer;
    outline: none;
}

.socials{
  background-color: #F05050;
  padding: 10px;

}

.white{
    cursor: pointer;
    outline: none;
    background-color: white;
}

.divider {
    height: 1px;
    background: #ffffff;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 15px 30px 15px 30px;
    background-color: white;
}

.logo {
    width: 25%;
}

#fullpage{
    padding-top: 60px;
}

.round-button {
    height: 30px;
    line-height: 30px;
    width: 150px;
    border-radius: 25px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1.5px;
    background-color: #F05050;
    font-size: 10px;
}


img.main-image {

    width: 75%;
    height: 7%;
}

.cascais-image {
    width: 20%;
    margin: auto;
}

.main-video{
    width: 100%;
    height: 400px;
    margin: 10px 40px;

}

.img-rec{
    width:90%;

    margin-bottom: 10%;
}

.img-cascais{
    width: 100%;
    margin-bottom: 70px;
}

.title-box{
    max-width: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.wrap {
    flex-wrap: wrap;
}

.project-title {
    font-family: 'Montserrat' sans-serif;
    font-size: 40px;
    width: 75%;
    padding-top: 50px;
    padding-bottom: 20px;
    max-height: 60px;
    color: #F05050;
    font-weight: 700;

  }



.mais-info{
    font-family: 'Montserrat' sans-serif;
    font-size: 24px;
    text-align: center;
    color: #F05050;
    font-weight: 700;
}

hr {
    padding-top:0px;
    border: 0.1em solid #ffffff;
    width: 75%;

}

.info-container {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;

}

.description {
    order: 1;
    width: 70%;
    flex-basis: 100%;

}

.more-info {
    order: 2;
    width: 60%;
    left: 10%;
    flex-basis: 100%;
}

.info-title {
    font-family: "Montserrat", sans-serif;
    width: 90%;
    text-align: left;
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    color: #00C8B4;

}
.info-text {
    text-align: justify;
    font-size: 13px;
    width:90%;


    color: #70706f;
}

.images-container {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    width: 100%;

    position: relative;

}


.logos-container {
    margin-right: 0px;


  }
.v-block {
    height: 70%;
    margin-bottom: 5%;
}
.centrar{
    width: 75%;
}

.alcado {
    width: 100%;
}.image-alcado {
    width: 65%;
}

.end{
    height: 20%;
}


.logos-container img {
    height: 20px;
    margin-right: 10px;
}

#footer {
    
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 15px 30px 15px 30px;
    background-color: white;
}

.info-footer {
  font-size: 12px;
  color: #9e9e9e;
}

.scale-animation {
    animation-name:zoomIn;
    animation-duration: 1.5s;
}


.row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.column{
    display: flex;
    flex-direction: column;
    flex-basis: 100%;

}

.double-row {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;

  }
  .flex-row {
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .flex-col {
    margin: 0px 0px;
    display: flex;
    align-items: center;
    flex: 1;
    flex-direction: column;
    color: white;
    box-sizing:border-box;
  }



  @media (max-width:767px) {
    .flex-col {
      flex-basis: calc(50% - 12px);
    }

    .info-container {
        margin-top: 100px;
    }
  }

  @media (max-width:460px) {
    .flex-col {
      flex-basis: 100%;
    }

  }

@keyframes scroll {
  0% {
    opacity: 0;
    cy: 481;
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    cy: 231;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}
