/* -- CSS -- */
/* -- GENERAL -- */
.center-title-loader{
   /* position: fixed;
    top: 46.8%;
    width: 100%;*/
    height: 100%;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}
.center-title-loader a{
  color: #2196F3;
}
p {
  line-height: 2rem;
}
.button-collapse {
  color: #2196F3;
}
.parallax-container {
  min-height: 380px;
  line-height: 0;
  color: rgba(255,255,255,.9);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}
@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}
.que-reparamos-style{
  margin-top:100px;
}
.hero-style{
  color:white;
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}
.title-style{
  -webkit-margin-before:0;
  font-family: 'Fredoka One', cursive;
}
blockquote{
  border-left:5px solid #2196F3;
}
.card-panel{
  margin:0;
}
.btn{
  background-color: #2196F3;
}
.btn:hover, .btn-large:hover{
  background-color: #2196F3;
}
.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
input:not([type]):focus:not([readonly]) + label, input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label{
  color: #2196F3;
}
input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]){
  border-bottom: 1px solid #2196F3;
  box-shadow: 0 1px 0 0 #2196F3;
}
.nopad{
  padding: 0px!important;
}

.g-recaptcha div:first-child{
  margin: 0 auto;
  display: block;
  margin-bottom: 35px;
}
/* -- NAV -- */
nav ul a,
nav .brand-logo {
  font-size: 18px;
  color: #444;
}
.title-blue{
  color:#2196F3 !important;
}
/* -- INICIO -- */
.carousel{
  height:235px;
}

.no-margin-bottom-style{
  margin-bottom: 0px;
}
.image-logo-style{
  max-width: 185px;
  display:block;
  margin-top: 6%;
}
.image-profile-style{
    max-width: 320px;
    padding-top: 8%;
}
.subnav{
  background: #2196F3 !important;
  width: 100%;
  height: 30px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.subnav-alert{
  background: #f32121 !important;
}
.subnav .title-style{
  color: white;
  text-align: center;
  position: relative;
  top: -15px;
}
@media only screen and (max-width : 992px) {
  .image-profile-style{
   max-width: 325px;
   width: : 100%;
   padding-top: 3%;
  }
  .image-logo-style{
  }
}
@media only screen and (max-width : 600px) {
  .image-profile-style{
   max-width: 325px;
   width: : 100%;
   padding-top: 15%;
  }
  .subnav{
    display: none;
  }
}

/* CONTACTO */
.contact-card{
  min-height:500px;
}
.map-content-style{
  min-height:450px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0;
  padding: 0!important;
}
.form-style{
  padding:0px 15% !important;
}

/* MAPA */
.map-style{
  width: 100%;
  min-height:500px;
}
#consultas .container{
  padding-bottom: 5%;
}

/* -- FOOTER -- */
footer.page-footer {
  margin: 0;
}

.material-icons{
  color:#444;
}

.projects-image-style{
  width: 160%;
}
.pincelit-link{
  color:white;
}

/* WPP */
.wpp-btn{
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 20px;
  z-index: 10;
}

.wpp-btn img{
  max-width: 70px;
}
@media only screen and (max-width : 600px) {
  .subnav-alert {
    display: block !important;
    height: auto;
  }
}

.subnav-alert {
  background: #f32121 !important;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 4px 12px;
  line-height: 1.4;
}

.subnav-alert .title-style {
  color: white !important;
  position: static;
}
