/*
Theme Name:         Pluton Deep Theme
Theme URI:          https://www.pluton.cc
Description:        Pluton Deep is a theme beyond unknown.
Version:            1.0.0
Author:             n3m3da
Author URI:         http://www.d3cod3.org
Text Domain:        plutondeep
License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––

- Body
- Mainteinance Mode
- Header
- Menus
- Animations
- Buttons
- Typography
- Contact Form 7
- Footer
- Spacing
- Media Queries

*/

/* Body
–––––––––––––––––––––––––––––––––––––––––––––––––– */

*{
	margin: 0;
}

body {
  color: #231F20;
	background-color: rgb(37,37,37);
}

html, body {
    height: 100%;
		overflow: auto;
		overflow:initial;
}

ul {
	list-style: none;
	list-style-type: none;
}

p {
	color:#dadada;
}

h1, h2, h3, h4, h5, h6 {
  color:#dadada;
}

.container {
  max-width: 1200px;
}

/* Mainteinance Mode
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
  font-family: "SourceCodePro", Helvetica, Arial, sans-serif;
}

.background{
  background: url(images/pluton_server.jpg) no-repeat center top fixed;
  background-size: cover;
}

.box{
  background-color:rgba(17,17,17,0.4);
	height: 100%;
  padding-bottom: 1px;
}

.wrap{
  text-align:center;
  color:#F2F2F2;
}

.maintenance-text{
	font-size: 18px;
	max-width: 500px;
	margin: 0 auto;
	text-align: justify;
	padding: 4px 14px 20px 14px;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-title{
	font-size: 42px;
	text-align: center;
	margin: 0px auto;
	color: #dadada;
	font-weight: 600;
}

.section-title-inverted{
	font-size: 42px;
	text-align: center;
	margin: 0px auto;
	color: #231F20;
	font-weight: 600;
}

.superscript{
	vertical-align: super;
	font-size: 10px;
}

/* Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #29abd0;
	text-decoration: none;
}
a:hover {
  color: #e3115b;
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header{
  background-color: rgba(53,53,53,0.9);
}

.header-height{
	height: 160px;
}

.sticky-header{
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.header-logo{
  padding: 0px;
}

.hide-mobile {
  display: none;
}

#responsive-menu-container{
	background-color: rgba(53,53,53,0.9)!important;
}

#responsive-menu-container #responsive-menu-wrapper {
	background-color: rgba(53,53,53,0.0)!important;
}

#responsive-menu-title{
	background-color: rgba(53,53,53,0.0)!important;
	padding-bottom: 49px!important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a:hover{
	background-color: rgba(53,53,53,0.0)!important;
}

.container {
  max-width: 1200px !important;
}

/* Larger than desktop */
@media (min-width: 1200px) {
  .hide-mobile {
    display: block;
  }
}

/* Larger than tablet */
@media (min-width: 750px) {
  /* Navbar */
  .navbar + .docs-section {
    border-top-width: 0;
  }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
  }
  .navbar-spacer {
    display: none;
  }
  .navbar > .container {
    width: 100%;
  }
  .navbar-list {
    list-style: none;
    margin-bottom: 0;
  }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0;
  }
  .navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 10px;
    text-decoration: none;
    line-height: 8.5rem;
    color: #DEDEDE;
  }
  .navbar-link.active {
    color: #ee3987;
  }
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0;
  }
  .has-docked-nav .navbar-spacer {
    display: block;
  }
  /* Re-overiding the width 100% declaration to match size of % based container */
  .has-docked-nav .navbar > .container {
    width: 80%;
  }
}

.header-logo-image{
  width: 60%;
  height: 60%;
	position: relative;
	top: -24px;
}

/* Larger than phablet */
@media (min-width: 550px) {
  .header-logo-image{
    width: 90px;
    height: 90px;
  }
}

/* Larger than tablet */
@media (min-width: 750px) {
  .header-logo-image{
    width: 140px;
    height: 140px;
  }
}

/* Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.fullscreen{
  width: 100%;
  max-width: 100%;
  max-height: 230px;
  margin: 0px;
  padding: 0px;
}

/* Larger than tablet */
@media (min-width: 750px) {
  .fullscreen {
    max-height: 100%;
  }
}

.parallax-row {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 150px!important;
}

/* Larger than mobile */
@media (min-width: 400px) {
  .parallax-row {
    height: 150px!important;
  }
}

/* Larger than tablet */
@media (min-width: 750px) {
  .parallax-row {
    height: 400px!important;
  }
}

.video-section{
  width: 100%;
}

/* Larger than mobile */
@media (min-width: 400px) {
  .video-section{
    height: 250px;
  }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
  .video-section{
    height: 344px;
  }
}

/* Larger than tablet */
@media (min-width: 750px) {
  .video-section{
    height: 470px;
  }
}

/* Larger than desktop */
@media (min-width: 1000px) {
  .video-section{
    height: 625px;
  }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
  .video-section{
    height: 750px;
  }
}

.img-responsive {
  width:100%;
}

/* Larger than tablet */
@media (min-width: 750px) {
  .img-responsive {
    width:auto;
  }
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  background: rgba(0,0,0,0);
  border: 0px solid;
}

/* Actividades
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.actividadTitle {
	color: rgb(245, 245, 245);
	font-size: 36px;
	text-transform: uppercase;
	padding: 35px 35px 0px 25px;
	margin: 0px 20px 0px 0px;
}

.actividadParticipantes {
	color: #29abd0;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 25px;
}

.dateInfo {
		width: 130px;
    text-align: center;
    padding: 35px 25px;
    background: #252525;
    color: #f8f8f8;
    text-transform: uppercase;
    font-weight: bold;
}

.dayInfo {
    font-size: 45px;
    line-height: 40px;
}

.timeInfo {
    font-size: 10px;
    line-height: 11px;
    display: inline-block;
    margin: 0 auto 10px;
    padding: 5px 8px 2px;
    background: #f8f8f8;
    color: #000;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.monthInfo {
    font-size: 14px;
    line-height: 14px;
}

/* Logs
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Dispositivo
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.registroTitle {
    color:#29abd0;
    text-align: center;
}

.registroActividad {
    color:#e3115b;
    text-align: right;
    text-transform: uppercase;
}

.registroInfo {
    color: #ffffff;
    font-size: 22px;
    text-align: center;
}

/* LA ZONA
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Contact Form 7
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wpcf7-form  p{
  overflow: hidden;
}

.wpcf7-form label{
  font-size: 13px;
}

.wpcf7-form-control{
  width: 100%;
  padding: 4px 10px;
  background-color: #F1F2F2!important;
  border: 0px solid #DFDFDF!important;
  border-bottom-color: #fff;
  font-weight: 300;
  font-size:18px;
  border-radius: 3px;
  color: #455560;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7-textarea{
  height: 75px;
}
input[type="checkbox"].wpcf7-form-control{
  position: relative;
  top: 2px;
  width: auto;
}

.wpcf7-submit{
  display: inline-block!important;
  width: auto!important;
  height: 28px;
	line-height: 39px!important;
  padding: 0 20px;
  font-size: 13px!important;
  line-height: 28px;
  color: #fff!important;
  background-color: rgba(241, 252, 255, 0.31) !important;
  border: none;
  border-radius: 3px;
  cursor: pointer!important;

  -webkit-transition: all .3s ease!important;
  transition: all .3s ease!important;
}

.wpcf7-submit:hover{
  opacity: .7!important;
}

.wpcf7-form span.wpcf7-not-valid-tip{
  clear: both;
  font-size: 13px;
  color: #CC5E1F;
}

.wpcf7-form div.wpcf7-validation-errors {
  border: none;
  color: #CC5E1F;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7-form div.wpcf7-response-output {
  margin: 0;
  padding: 20px 0;
}

.wpcf7-form p {
  margin-bottom: 15px;
  font-size: 12px;
	color:beige;
}

.wpcf7-form .bts {
  position: relative;
  margin-bottom: 0;
  line-height: 36px;
  font-size: 14px;
  overflow: hidden;
}
.wpcf7-form .bts .wpcf7-submit {
  float: right;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.wpcf7-form .bts .ajax-loader {
  float: right;
  margin: 10px 10px 0 0;
}
.wpcf7-form .bts a {
  font-weight: 600;
}
.wpcf7-form .bts a:hover {
  text-decoration: underline;
}
.wpcf7-form .note {
  display: block;
  color: #aaa;
}

.wpcf7-recaptcha{
	box-shadow:none!important;
	background:none!important;
	padding:0px!important;
}

.wpcf7-form div.wpcf7-response-output {
    margin: 0;
    padding: 20px 0px 20px 10px!important;
    color: beige!important;
}

div.wpcf7 {
  margin-right: 7px!important;
}

.custom-submit {
  float: right;
  font-weight:600;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  background-color: #0F0F0F;
  color:#F2F2F2;
}

.footer-credits{
  text-align: center;
  font-size: 11px;
  color: #3E3E3E;
  line-height: 16px;
}
.footer-credits a{
  border-bottom: dotted 1px #3E3E3E;
	color: beige;
	text-decoration: none;
}
.footer-credits a:hover{
	color: #3E3E3E;
	text-decoration: none;
}

.footer-menu-links a {
  color:beige;
  font-weight: 600;
  padding-right: 10px;
}

.footer-menu-links a:hover {
  color:#e3115b;
}

.footer-mail a{
  color:beige;
}

.footer-mail a:hover{
  color:#e3115b;
}

.bt-goto-top {
  position: fixed;
  bottom: 16px;
  right: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 2px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* Animations
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.height-transition {
  -webkit-transition: max-height 0.6s ease-in-out;
  -moz-transition: max-height 0.6s ease-in-out;
  -o-transition: max-height 0.6s ease-in-out;
  transition: max-height 0.6s ease-in-out;
  overflow-y: hidden;
}
.height-transition-hidden {
  max-height: 0;
}

/* Tooltipster
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.tooltip_templates {
  display: none;
}

/* VISUAL COMPOSER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.vc_parallax_height{
	height:500px;
}

.vc_row_80{
	height: 80px !important;
	min-height: 80px !important;
}

.vc_parallax_middle_height{
	height:300px;
}

.vc_no_margin_bottom {
	margin-bottom: 0px!important;
}

.vc_no_margin_no_padding {
	margin: 0px!important;
	padding: 0px!important;
}

.vc_dark_row{
	background-color: #0F0F0F;
	color:#dadada;
}

.vc_blue_row{
	background: #29abd0;
}

.vc_gray_row{
	background: rgb(37,37,37);
}

.vc_lightgray_row {
  background: #f5f5f5;
}

.vc_logs_row {
  background: #e9e9e9;
}

.vc_sw-align-right {
    text-align: right;
}
.vc_sw-align-center {
    text-align: center;
}
.vc_sw-align-justify {
    text-align: justify;
}

.vc_actividad-fecha{
	font-size: 24px;
	color: #29abd0;
}

.vc_actividad-fecha-small{
	font-size: 14px;
	color: #29abd0;
}

.vc_grid-filter-color-turquoise {
	color: #29abd0!important;
}

.vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover {
    background:#29abd0!important;
}

.vc_bold_font{
	font-weight: 600;
}

.vc_grid-filter{
	text-transform: uppercase!important;
}

.vc_btn3.vc_btn3-color-peacoc, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat {
    background:#29abd0!important;
}

.vc_btn3.vc_btn3-color-turquoise, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat{
	background:#29abd0!important;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.empty10 {
  width: 100%;
  height: 10px;
}

.empty30 {
  width: 100%;
  height: 30px;
}

.empty100 {
  width: 100%;
  height: 100px;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
