@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

body {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  overflow: hidden;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:focus, a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/* preloader */
#preloader {
  position: fixed;
  top:0; left:0;
  right:0; bottom:0;
  background: #fff;
  z-index: 100;
}

#loader {
  width: 100px;
  height: 100px;
  position: absolute;
  left:50%; top:50%;
  background: url(../images/loader.gif) no-repeat center 0;
  margin:-50px 0 0 -50px;
} 

:focus {
  outline: 0 !important;
}

.jumbotron {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: inherit;
  background: url(../images/avenida_paulista.jpg) no-repeat center center fixed; !important; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.text-white {
  color:#fff; text-decoration:none;
}


h2
{
  font-size: 38px !important;
  line-height: 38px !important;
  margin: 0 0 20px 0 !important;
  letter-spacing: -1px !important;
  text-transform: uppercase !important;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
/*  background-color:transparent;*/
background:none !important;
  border:none;
}


.fade.in {
/*	opacity: 0;
    filter: alpha(opacity=0);*/
	background:none !important;
	
}

button.close {
  color: #ffffff !important;
  filter: alpha(opacity=100);
  opacity: 1; 
  
  background: #0659A4;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}



.button-home-lf::before {
	
    content: '';
/*    position: absolute;*/
    display: block;
    width: 60px;
    height: 60px;
    top: 0px;
	right:20px;
	
  color: #ffffff !important;
  filter: alpha(opacity=100);
  opacity: 1; 
  
  
  background: #0659A4 url(../images/ico-mail.png) center no-repeat;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  float:left;
}

.button-home-lf:hover {
    padding: 0px 30px;
}




.button-home-lf .text {
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 14px;
	line-height:60px;
	margin-left:-50px;
}

/*---*/





.button-home::before {
	
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 0px;
	right:20px;
	
  color: #ffffff !important;
  filter: alpha(opacity=100);
  opacity: 1; 
  
  background: #0659A4 url(../images/ico-esc.png) center no-repeat;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.button-home:hover {
    padding: 0px 30px;
}




.button-home .text {
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 14px;
	line-height:60px;
}


.button-home.btn-align-right .icon {
    float: right;
}


p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0px 60px 0 60px;
    line-height: 28px;
    letter-spacing: 0px;
}

h4 {margin: 0px 60px 20px 60px;
    font-weight: 700;}
	
	

form {
	margin: 0px 60px 20px 60px;
}

	
input[type="text"], input[type="email"], textarea {
    border-bottom: 2px solid #636363 !important;
    color: #ffffff;
	resize: none;
}

input[type="text"], input[type="email"], textarea {
    position: relative;
    display: block;
    float: left;
    border: none;
    outline: none;
    background: none;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
/*    padding: 0px 20px 0px 40px;*/
	margin-bottom:40px;
    height: 56px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}	


.button-round {
    background: #0659A4;
}

.button-round {
    outline: none;
    border: none;
    position: relative;
    display: inline-block;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    overflow: hidden;
    background: none;
    -webkit-backface-visibility: hidden;
}

.button-round::before {
    background: #0659A4;
}

.button-round::before {
    left: 0px;
    top: 0px;
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
}



.button-home .text, .button-circle.button-dark, .button-round span.text, .button-circle.button-light:hover {
    color: #fff;
}

.button-round span.text {
    position: relative;
    display: block;
    top: 0px;
    line-height: 46px;
    height: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    padding: 0px 35px;
}

.google-maps {
        position: relative;
        padding-bottom: 65%; 
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ffffff !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #ffffff !important;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #ffffff !important;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #ffffff !important;
}
