/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: Futura;
  src: url("./fonts/Montserrat-Light.otf"); }

@font-face {
  font-family: Cera;
  src: url("./fonts/Montserrat-Light.otf"); }

@font-face {
  font-family: Miller;
  src: url("./fonts/Montserrat-Light.otf"); }

body {
  color: #cecece;
  font-size: 16px;
  font-family: Miller;
  background: black; }
  body .logo_letter {
    opacity: 0;
    -webkit-transition: opacity 0.26s;
    transition: opacity 0.26s; }
    body .logo_letter.show {
      opacity: 1;
      -webkit-transition: opacity 0.26s;
      transition: opacity 0.26s; }
  body #map {
    height: 50vh; }
    body #map a[href^="http://maps.google.com/maps"] {
      display: none !important; }
    body #map a[href^="https://maps.google.com/maps"] {
      display: none !important; }
    body #map .gmnoprint a,
    body #map .gmnoprint span,
    body #map .gm-style-cc {
      display: none; }
    body #map .gmnoprint div {
      background: none !important; }
  body #marker {
    width: 50px;
    height: 60px; }
  body .breeam-logo {
    height: 80px;
    opacity: 0.9;
    cursor: pointer;
    -webkit-transition: opacity 0.26s;
    transition: opacity 0.26s; }
    body .breeam-logo:hover {
      opacity: 1;
      -webkit-transition: opacity 0.26s;
      transition: opacity 0.26s; }
  body .violas-logo,
  body .pop-logo {
    opacity: 0.9;
    cursor: pointer;
    -webkit-transition: opacity 0.26s;
    transition: opacity 0.26s; }
    body .violas-logo:hover,
    body .pop-logo:hover {
      opacity: 1;
      -webkit-transition: opacity 0.26s;
      transition: opacity 0.26s; }
  body section {
    width: 100%;
    height: 100%;
    display: block;
    /* .logo,.quote,.contact,.arrow-down{
                display:flex;
                flex-direction:column;
                flex:1;
                text-align:center;
                margin:auto;*/ }
    body section.cover {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      body section.cover .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0; }
        body section.cover .logo.show {
          opacity: 1 !important; }
    body section .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 52%;
      height: 75%;
      margin: 0 auto; }
      body section .wrapper .logo {
        width: 250px;
        margin: 0 auto; }
    body section img {
      width: 100%;
      height: 100%; }
    body section .quote-text {
      font-size: 16px;
      text-align: center;
      letter-spacing: 14px;
      font-family: Miller;
      line-height: 36px; }
    body section .quote-author {
      font-family: Cera;
      text-align: center;
      font-size: 16px;
      line-height: 36px;
      margin-bottom: 40px;
      letter-spacing: 1px; }
    body section .contact-btn {
      text-align: center;
      border: 1px solid white;
      width: 320px;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 6px;
      line-height: 26px;
      margin: 0 auto;
      font-size: 14px; }
    body section .arrow {
      width: 40px;
      height: 40px;
      color: white;
      position: absolute;
      bottom: 10%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      cursor: pointer;
      -webkit-transition: all 1s;
      transition: all 1s;
      opacity: 0; }
      body section .arrow.show {
        opacity: 0.8;
        -webkit-transition: all 1s;
        transition: all 1s; }
        body section .arrow.show:hover {
          opacity: 1;
          -webkit-transition: all 0.26s;
          transition: all 0.26s; }

.scroll-effect {
  padding: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  background-attachment: scroll; }
  .scroll-effect.unsticky {
    position: relative; }
  .scroll-effect.sticky {
    position: -webkit-sticky;
    position: sticky; }

footer {
  background-color: black;
  height: auto;
  width: 100%;
  padding: 10%;
  padding-bottom: 7%;
  padding-top: 7%;
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  display: table;
  text-align: left; }
  footer .centered {
    display: table-cell;
    vertical-align: middle; }
  footer a {
    color: #cecece;
    text-decoration: none; }
  footer .row {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    /*   position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);*/ }
    footer .row.agencias {
      border-top: 1px solid white;
      margin-top: 50px;
      padding-top: 50px;
      display: inline-block;
      font-family: Cera;
      line-height: 25px;
      font-size: 20px; }
      footer .row.agencias .logo {
        line-height: 22px;
        font-size: 18px;
        width: 25%;
        float: left; }
        footer .row.agencias .logo .top {
          height: 100px; }
          footer .row.agencias .logo .top a {
            height: 100%;
            width: 100%;
            display: inline-block;
            position: relative; }
          footer .row.agencias .logo .top img {
            width: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-width: 200px; }
        footer .row.agencias .logo .bottom {
          height: 100px;
          color: #cecece;
          text-align: center;
          line-height: 30px; }
    footer .row.contacts {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    footer .row .cell {
      width: 50%;
      display: inline-block;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      footer .row .cell.about, footer .row .cell.logo {
        font-family: Cera; }
      footer .row .cell.logo {
        margin: 0 auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        footer .row .cell.logo img {
          width: 150px;
          margin: 0 auto;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          margin-left: 50%; }
      footer .row .cell.contacts {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        float: left;
        width: 25%;
        margin-right: 5%; }
        footer .row .cell.contacts .logo_bottom {
          height: 100px;
          display: inline-block;
          margin-right: 20px; }
        footer .row .cell.contacts .top a {
          width: 50%;
          display: inline-block;
          float: left; }
      footer .row .cell.about {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        margin: 0 auto;
        float: left;
        width: 65%;
        margin-left: 5%; }
        footer .row .cell.about p {
          width: 90%;
          line-height: 24px;
          font-size: 18px; }
      footer .row .cell .top h1 {
        border: 1px solid white;
        min-width: 320px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 6px;
        line-height: 26px;
        font-size: 13px; }
      footer .row .cell .bottom {
        font-family: Cera;
        line-height: 24px;
        font-size: 18px;
        display: inline-block;
        text-align: left;
        margin-top: 50px;
        margin-bottom: 100px; }

footer .row .cell.contacts .logo_bottom,
body .breeam-logo {
  height: 80px; }

footer .row .cell.contacts .logo_bottom {
  height: 90px;
  margin-bottom: 30px; }

@media (max-width: 1024px) {
  #map {
    height: 100%; }
  footer {
    display: block;
    padding-bottom: 100px;
    font-size: 20px;
    line-height: 24px;
    text-align: center; }
    footer .centered {
      width: 90%; }
    footer .row {
      position: relative;
      -webkit-transform: none;
      transform: none;
      top: 0;
      left: 0;
      width: 100%;
      display: block; }
      footer .row .logo_bottom {
        margin-right: 10px; }
    footer a {
      width: 100%;
      display: inline-block; }
  footer .row .cell.about p {
    width: 100%;
    margin-top: 50px;
    font-size: 18px;
    line-height: 24px; }
  footer .row .cell.contacts .logo_bottom {
    margin: auto;
    margin-bottom: 50px; }
  footer .row .cell .bottom {
    font-family: Cera;
    line-height: 24px;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: left;
    margin-top: 50px; }
  footer .row .cell.about {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    margin: 0 auto;
    padding-bottom: 70px;
    border-bottom: 1px solid white;
    width: 100%; }
  footer .row .cell.contacts .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    float: left;
    width: 100%;
    text-align: center; }
  footer .row .cell.contacts {
    margin-top: 35px !important; }
  footer {
    height: auto; }
  footer .row .cell.contacts {
    width: 100%; }
  footer .centered {
    -webkit-transform: none;
    transform: none;
    position: relative;
    left: 0;
    top: 0; }
  footer .row.agencias .logo {
    width: 50%; }
  footer .row .cell .bottom {
    width: 100%;
    text-align: center; }
  footer .row .cell.contacts .top a {
    width: 100%; } }

@media (max-width: 500px) {
  footer .row.agencias .logo {
    width: 100%; }
  footer .row .cell.contacts .logo_bottom.pop-logo {
    margin-top: 50px !important; } }

.border-btn {
  margin-top: 15px;
  margin-bottom: 30px;
  display: table;
  border: 1px solid #fff;
  clear: both;
  width: auto;
  padding: 5px 25px;
  text-align: center;
}

@media (max-width: 1024px) {
  .border-btn {
    display: inline-table ;
  }
}

.credits-wrapper{
  width: 100%;
  display: table-row;
  text-align: center;
 
}

.credits-wrapper span{
  padding-top:3em;
  display:block;
  cursor:pointer;
}

body .modal{
	position: fixed;
	width:100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.308);
	padding:2em;
opacity: 0;
	top:0;
	left:0;
	pointer-events: none;
z-index: 99999;
	box-sizing: border-box;
	transition:all 0.26s ease-in-out ;
	-webkit-transition:all 0.26s ease-in-out ;
	-moz-transition:all 0.26s ease-in-out ;
	-ms-transition:all 0.26s ease-in-out ;
	-o-transition:all 0.26s ease-in-out ;
	font-family: Miller;
    line-height: 24px;
    font-size: 14px;
	letter-spacing: 1px;
	
	display:flex;
	color:#292929;

	overflow:scroll;
}
body .modal .container {
	max-width: 1200px;
	transition:all 0.6s ease-in-out ;
	-webkit-transition:all 0.6s ease-in-out ;
	-moz-transition:all 0.6s ease-in-out ;
	-ms-transition:all 0.6s ease-in-out ;
	-o-transition:all 0.6s ease-in-out ;
	top: -50vh;
	position: relative;
	opacity: 0;
}
body .modal hr{
	border-bottom: 1px solid #292929;
    max-width: 30px;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    display: block;
}
body .modal .close__btn{
	position: absolute;
	right:0.2em;
	top:0.2em;
	cursor: pointer;
	transition: all 0.26s ease-in-out;
	-webkit-transition: all 0.26s ease-in-out;
	-moz-transition: all 0.26s ease-in-out;
	-ms-transition: all 0.26s ease-in-out;
	-o-transition: all 0.26s ease-in-out;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
}

body .modal .close__btn:hover{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
}


body .modal.active{
	
	pointer-events: all;

	opacity: 1;
	transition:all 1s ease-in-out ;
	-webkit-transition:all 1s ease-in-out ;
	-moz-transition:all 1s ease-in-out ;
	-ms-transition:all 1s ease-in-out ;
	-o-transition:all 1s ease-in-out ;
  overflow: scroll;
}
body .modal.active .container{
	transition:all 1s ease-in-out ;
	top: 0vh;
	position: relative;
	opacity: 1;
	-webkit-transition:all 1s ease-in-out ;
	-moz-transition:all 1s ease-in-out ;
	-ms-transition:all 1s ease-in-out ;
	-o-transition:all 1s ease-in-out ;
}
body .modal .row{
	width:100%;
	display:inline-block;
	position: relative;
}

.modal strong{
	font-weight: 600;
	color:#161616;
	margin-bottom:0.5em;
	font-size:1.1em;
}
body .modal .container{
	height: auto;
	width: 100%;
	margin:auto;
	display: inline-block;
	border-radius:33px;
	-webkit-border-radius:33px;
	-moz-border-radius:33px;
	-ms-border-radius:33px;
	-o-border-radius:33px;
	
	background:white;
	padding:2em;
    box-sizing: border-box;
}
body .modal h2{
	font-size: 2em;
	
	line-height: 1.2em;
}

body .modal .footer-logo{
padding: 2em 0;
max-width: 180px;
width: 80%;

box-sizing: border-box;
}

body .modal a,body .modal a:visited,body .modal a:focus{
	color:#3f3f3f;
	transition: color 0.26s ease-in-out;
	cursor: pointer;
	-webkit-transition: color 0.26s ease-in-out;
	-moz-transition: color 0.26s ease-in-out;
	-ms-transition: color 0.26s ease-in-out;
	-o-transition: color 0.26s ease-in-out;
}

body .modal a:hover{
	color:#292929;
	text-decoration:underline;
	transition: color 0.26s ease-in-out;
	-webkit-transition: color 0.26s ease-in-out;
	-moz-transition: color 0.26s ease-in-out;
	-ms-transition: color 0.26s ease-in-out;
	-o-transition: color 0.26s ease-in-out;
	
}
body .modal h3{
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 1em;
}

body .modal p{
	font-size: 1.1em;
	font-weight: 300;
}

body .modal .container .cell{
	width:33.333%;
	float:left;
	padding:0.5em;

	box-sizing: border-box;
}

small{
	font-size:86%;
}
@media (max-width: 768px) {
	body .modal .container .cell{
		width: 100%;
	}
}


@media only screen and (max-width: 768px) {
	body .modal .container .cell{
		width: 100%;
	}

	body .modal .container{
	
		border-radius:0px;
		padding:0.8em;

	}
	footer .row.end .credits {
	
		margin-bottom:100px;
		padding-bottom:80px;
	}

	body .modal .close__btn{
		position:relative;
		float:right;
		margin-bottom:10px;
  }
  
  
}
.credits-wrapper{
  font-size:13px;
}
