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

@media only screen and (min-width: 601px){
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 80px;
        line-height: 64px;
    }
}
nav .brand-logo {
    padding-left: 10px;
    padding-top: 10px;
}
nav {
    height: 75px;
}
.navbar-fixed {
    height: 75px;
}

.IconTipoEmpresa{
    font-size: 125px;
    color: #173748;
}
.IconTipoEmpresa:hover{
    font-size: 150px;
}
.MyBody{
background: url("../../assets/imgs/inicio.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 1650px;
  padding-top: 10px;
}

.ContenedorText{
    background: #173649;
    min-height: 400px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px; 
    font-size: 20px;
    /* border-bottom:  solid #ea864d; */
}
.ContenedorCompletoText{
    background: #173649;
    color: white;
    font-size: 20px;
}
.ContenedorBlanco{
    color: #173649;
    background: white;
    font-size: 20px;
}
.ColorOscuro{
        color: #173649;
}
.ContenedorImg{
  /* background: url("../../assets/Fotos/contenedor2.png") no-repeat  fixed;  */
  /* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover; */
  height: 500px;
  padding: 0;
  /* width: 700px;   */
}
.ImgContenedor{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.divider{
    height: 600px;
    background: transparent;
}
.TipoEmpresa{
    /* background: rgba(0, 0, 0, 0.23921568627450981) */
    /* min-height: 300px; */
    background: rgba(255, 255, 255, 0.8196078431372549);
}
.TipoEmpresaText{
font-size: 20px;
}
.RowTipoEmpresa{
    padding-top: 60px;
}
.TextoCentrado{
    text-align: center !important;
}


.parallax-container {
    z-index: 2 !important;
}


/* just for jsfiddle */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v18/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

.middle-indicator{
   position:absolute;
   top:50%;
   }
  .middle-indicator-text{
   font-size: 4.2rem;
  }
  a.middle-indicator-text{
    color:white !important;
  }
.content-indicator{
    width: 64px;
    height: 64px;
    background: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px; 
  }
    .indicators{
  	visibility: hidden;
  }

  nav{
    background: white !important;
}

.ColorPrincipal{
    color: #173649;
}
.ColorHeader{
    color: #424242;
}
.ColorSubHeader{
    color: #757575;
    font-size: 17px;
}
.container{
    background: #fcfcfc;
    padding: 20px;
}
.FondoPrincipal{
    background: #173649;
}
body{
    color: #444;
}

.MyCursor{
    cursor: pointer;
}
nav a {
    color: #444 !important;
}

.page-footer {
    padding-top: 20px;
    color: #173649;
    background-color:#173649;
}
.page-footer .footer-copyright {
    color: #173649;
    background-color: rgba(51, 51, 51, 0.08);
}
.page-footer[_ngcontent-c3] {
    padding-top: 0px;
}
.page-footer[_ngcontent-c3] .footer-copyright[_ngcontent-c3] {
    color: #173649;
    background-color: rgb(23, 56, 71);
}

.AlertSuccess {
    padding: 20px;
    background-color: #4caf50;
    color: white;
}
.AlertDanger {
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.closebtn:hover {
    color: black;
}
nav ul a {
    color: #0b4c79 !important;
    font-size: 20px;
}

.sidenav-overlay {
    z-index: 99 !important;
}