/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), 
  local("MaterialIcons-Regular"), 
  url("fonts/icons/MaterialIcons-Regular.ttf") format("truetype"), 
  url("fonts/icons/MaterialIcons-Regular.woff2") format("woff2"), 
  url("fonts/icons/MaterialIcons-Regular.woff") format("woff"), 
  url("fonts/icons/MaterialIcons-Regular.eot");
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
/*
--------------------------------------------- Roboto fonts
 */
@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), 
    url("fonts/roboto/Roboto-Thin.woff2") format("woff2"), 
    url("fonts/roboto/Roboto-Thin.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Roboto";
  src: local(Roboto Light),    
    url("fonts/roboto/Roboto-Light.woff2") format("woff2"), 
    url("fonts/roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), 
    url("fonts/roboto/Roboto-Regular.woff2") format("woff2"), 
    url("fonts/roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: local(Roboto Medium), 
    url("fonts/roboto/Roboto-Medium.woff2") format("woff2"), 
    url("fonts/roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: local(Roboto Bold), 
    url("fonts/roboto/Roboto-Bold.woff2") format("woff2"), 
    url("fonts/roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
}
/*
--------------------------------------------- Scrollbar
 */
::-webkit-scrollbar {
    width: 8px;    
    height: 8px;    
}
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
  /*background: #d4d4d4;*/
  background: rgba(0, 0, 0, 0.3);
}
/*
--------------------------------------------- Modal
 */
.modal{
  top: 5% !important;
  /*min-height: 80% !important;*/
}
.modal-fixed-footer{
  width: 90% !important;
  min-height: 90% !important;
}
.close-icon{
  position: absolute; 
  right:1rem; 
  top: 1rem;
}
.btn-modal{
  position: absolute;
  width: 90%!important;
  bottom: 0;
  margin-bottom: 24px;
}
.btn-flat:hover{
  background: transparent !important;
}
/*
--------------------------------------------- Texto 3D
 */
.text-3d {
  text-shadow: 
   /* 0px 1px 0px   #ccc,
    0px 2px 0px   #c9c9c9,
    0px 3px 0px   #bbb,
    0px 4px 0px   #b9b9b9,
    0px 5px 0px   #aaa,*/
    0px 6px 2px   rgba(0,0,0,0.3),
    0px 0px 6px   rgba(0,0,0,0.4),
    0px 1px 2px   rgba(0,0,0,0.5),
    0px 2px 3px   rgba(0,0,0,0.4),
    0px 4px 6px  rgba(0,0,0,0.45),
    0px 6px 6px rgba(0,0,0,0.4),
    0px 12px 12px rgba(0,0,0,0.35)
  ;
  position: relative;
  z-index: 2;
}
.text-shadow{
  text-shadow: 1px 1px 3px #000;
}
.breathing {
  animation: breathing ease-in-out 5s infinite;        
}
@keyframes breathing {
  0% {transform: none;}
  30% {transform: scale(1.1);}
  100% {transform: none;}
}

.gradient{
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); 
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
  background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}
.section {
    padding-top: 12rem;
    padding-bottom: 12rem;
}
/*
--------------------------------------------- Input y form
 */
.input-field {
    margin-bottom: 0px !important;
}
.label-icon i{
  font-size: 1rem !important;
  -webkit-transition: .4s;
  transition: .4s;
}
.helper-text{
  /*margin-top: -6px;*/
  font-size: 0.8rem !important;
}
.password{
  padding: 0;
}
.datepicker-modal{
  width: 80%;
}

.switch label{font-size: 1rem;}

select{
  border: none !important;
  box-shadow: 0px 1px 0px 0.2px #ccc; 
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 3rem !important;
}

.select2 .selection .select2-selection--single, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
    min-height: 3.05rem !important;  
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
}

.select2-results__option {
    color: #26a69a;
    padding: 8px 16px;
    font-size: 1.1rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eee !important;
    color: #26a69a !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e1e1e1 !important;
}

.select2-dropdown {
    border: none !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.select2-container--default .select2-results__option[role=group] .select2-results__group {
    background-color: #333333;
    color: #fff;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}

.select2-container, .select2-selection--multiple {
    min-height: 3.05rem !important;
    font-size: 1.1rem !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #ddd !important;
    color: rgba(0,0,0,0.26);
    border-bottom: 1px dotted rgba(0,0,0,0.26);
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  &.valid + label::after,
  &.invalid + label::after,
  &:focus.valid + label::after,
  &:focus.invalid + label::after {
    white-space: pre;
  }
  &.empty {
    &:not(:focus).valid + label::after,
    &:not(:focus).invalid + label::after {
      top: 2.8rem;

    } 
  }
} 

.input-field .prefix {
  position: absolute;
  font-size: 1.3rem;
  width: 1rem;
  -webkit-transition: color .2s;
  transition: color .2s;
  top: 0.8rem;
  left: 1.5rem;
}

.row{
  margin-bottom: 5px!important;
}
.superponer{
  position: relative;
  z-index: 100;
}

.navbar{
  position: absolute;
  width: 100%;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container .parallax img {
  opacity: 1 !important;
}
.parallax-container {
  min-height: 100vh;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .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;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
