html { min-height: 100% !important; height: 100% !important; position: relative;}
body {  margin-bottom: 60px;
height: 100%;
min-height: 100%;
/*background-size: cover; -webkit-font-smoothing: antialiased;*/
margin: 0;
}

.container, .row, p{font-family: 'Montserrat', sans-serif;}
/* +++++++++++++++++++++++++++++++++++
\  NAVBAR
  -+++++++++++++++++++++++++++++++++++ */
.navbar-brand { padding: 10px 10px !important;}
.navbar-inverse{
min-height: 70px;
border:none !important;
background: rgba(0,0,0,0.6);
-webkit-transition: all 0.8s ease 0s;
-moz-transition: all 0.8s ease 0s;
-ms-transition: all 0.8s ease 0s;
-o-transition: all 0.8s ease 0s;
transition: all 0.8s ease 0s;
}
.navbar li a{
  margin-top: 10px;
  color:#ffffff !important;
  font-family: 'Montserrat', sans-serif; 
  font-size: 15px font-weight:700; text-transform: uppercase;
}
.navbar li a:hover{color:#cccccc !important;};

.calendario-eventos h3{font-weight: 700;}


/* ++++++++++++++++++++++++++++++++++
\  HELPERS
  -+++++++++++++++++++++++++++++++++++ */
.pl30{padding-left: 30px;}
.pl25{padding-left: 25px;}
.pl20{padding-left: 20px;}
.pl10{padding-left: 10px;}
.pl0{padding-left: 0px !important;}
.pr30{padding-right: 30px;}
.pr25{padding-right: 25px;}
.pr20{padding-right: 20px;}
.pr10{padding-right: 10px;}
.pr0{padding-right: 0px !important;}

.mtop50{margin-top: 50px;}
.mtop40{margin-top: 40px;}
.mtop36{margin-top: 36px;}
.mtop30{margin-top: 30px !important;}
.mtop25{margin-top: 25px;}
.mtop20{margin-top: 20px;}
.mtop15{margin-top: 15px;}
.mtop10{margin-top: 10px;}
.mtop5{margin-top: 5px !important;}
.mtop0{margin-top: 0px !important;}

.mb40{margin-bottom: 40px !important;}
.mb36{margin-bottom: 36px !important;}
.mb30{margin-bottom: 30px !important;}
.mb25{margin-bottom: 25px !important;}
.mb20{margin-bottom: 20px !important;}
.mb10{margin-bottom: 10px !important;}
.mb5{margin-bottom: 5px !important;}
.mb0{margin-bottom: 0px !important;}

.divider {width:260px; height:12px; background: #e1d5a6; margin: 0 auto;}
/* ++++++++++++++++++++++++++++++++++
\  FOOTER
  -+++++++++++++++++++++++++++++++++++ */
.footer {
position: fixed;
bottom: 0;
width: 100%;
height: 50px;
color:#ffffff !important;
background: rgba(0,0,0,0.7);
-webkit-transition: all 0.8s ease 0s;
-moz-transition: all 0.8s ease 0s;
-ms-transition: all 0.8s ease 0s;
-o-transition: all 0.8s ease 0s;
transition: all 0.8s ease 0s;
}
.copy{font-family: 'Montserrat', sans-serif; margin-top: 15px;}

.right-part {
  width: 50%;
  float: left;
}

.social {
  padding:10px  0px;
  margin: 0px;
  text-align: right;
}
.social a {
  background: #8b836d;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  width: 30px;
  margin-left: 4px;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.social i {
  position: relative;
  top: 4px;
}
.social a:hover {
  background: #fff;
  color: #222;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
}
.social a:hover i {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
/* ++++++++++++++++++++++++++++++++++
\  ABOUT
  -+++++++++++++++++++++++++++++++++++ */
.content {
display: table;
width: 100%;
height: 100% !important; min-height: 100% !important;
padding: 100px 0;
color: white;
background: url(../../imgs/bg-pages.jpg) no-repeat bottom center;
background-color: black;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.content-body {  display: table-cell;  vertical-align: middle;}
.about-text {  font-size: 15px;  text-transform: uppercase;}




/* ++++++++++++++++++++++++++++++++++
\  FORM
-+++++++++++++++++++++++++++++++++++ */
input[type="text"], input[type="email"], input[type="password"], textarea {
  background: url(../../imgs/bg-white.png) top left repeat;
  border:none !important;
  color: #ffffff !important;
  font-family: inherit;
  font-size: 13px;
  padding: 7px 10px;
  margin: 0px 0px 2px 0px;
  width: 100%;
}
textarea#message{height:130px;}
#btn-enviar button{
  border-radius: 0;
  height: 40px;
  color:#636363 !important;
  background: #e1d5a6;
  text-transform: uppercase;
  margin: 0;
  border-radius: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ++++++++++++++++++++++++++++++++++
\  TITLES
-+++++++++++++++++++++++++++++++++++ */
.fw400{font-weight: 400;}
.fw700{font-weight: 700;}
.c-gold{color:#e1d5a6;}
.c-white{color:#ffffff;}
.big-title {
  font-size: 50px;
  text-transform: uppercase;
  color:#e1d5a6;
}



/* ###################################
-----------------------------------
\  SCREEN SIZES
-----------------------------------
######################################## */

@media (max-width:768px) { 
  .navbar-inverse{
    min-height: 70px;
    border:none !important;
    background: #000000;
  }
  .copy{margin-top: 15px; font-size: 10px;}
  .social a {
  font-size: 12px;
  height: 20px;
  width: 20px;
  }
  .big-title{font-size: 40px;}
  .divider {width:260px; height:8px; background: #e1d5a6; margin: 0 auto;}
  .calendario-eventos h3{font-weight: 400;}
  .calendario-eventos{margin-bottom: 90px;}

  .contactos-xs{margin-top: 25px !important;}

}

@media (min-width: 720px) and (max-width: 768px) {

}
