/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 */
.myIcon {
  
}
body, html {
  height: 100%;
}
h1, h4{
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
p{
	color: #00535e;
	font-size: 18px;
}
.container-Facturacion{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 10px 0px 10px 0px;
    text-align: center;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-cover{
	
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 50%;
    padding-top: 25%;
}

.video-cover, .video {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
}

.video-container{
	height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.parallax-container{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    width: 100%;
    height:100%;
}

.parallax{
}

.nav-extended{
	background: linear-gradient(rgba(24,102,93,0.7), rgba(24,102,93,0))!important;
	padding: 0px;
	box-shadow: none;
}

.navColorText{
 color: #8492a6 !important;
}

.navOptionsColorText{
 color: #8492a6;
}

.buttonDemoStyle{
	border-radius: 50px 50px;
	padding: 0px 30px 0px 30px;
	background-color: #26a69a !important;
	color: white !important;
	line-height: 35px;
}

.nav-access-item.button.outline.rounded{
	border-radius: 50px 50px;
	padding: 0px 30px 0px 30px;
	background-color: white;
	color: #26a69a;
	line-height: 35px;
}

.nav-access-item.button.outline.rounded:hover{
	background-color: #26a69a;
	color: white;
}

.imgLogoStyle{
	background: url("../imgs/miFavIcon.png") no-repeat !important;
	background-size: 40px 40px !important;
    padding-left: 40px;
    vertical-align: middle !important;
    box-sizing: border-box !important;
}

.opacity-zero{
	opacity: 0;
	position: relative !important;
}

.buttonMobileMenu{
	color: #8492a6 !important;
}

.hoverLinksWhiteNav{
	color: #26a69a;
}

.hoverLinksTransparentNav{
	color: #fff;
}

.side-nav{
	background-color: #00b19d;
}

.side-nav .mobileOpMenu{
	color: white;
	border-bottom: 1px solid rgba(221,221,221,0.5);
}
a.opMenu:hover{
	border-radius: 40px !important;
}
a.opMenu.active{
    border-radius: 0!important;
    border-bottom: 2px solid #fff;
    background-color: transparent;
}

.activeWhiteNav{
	color: #00c3ad;
    border-radius: 0!important;
    border-bottom: 2px solid #00c3ad!important;
    background-color: transparent !important;
}
.opMenuWhiteHover:hover{
 	color: #00c3ad;
 	background-color: transparent;
}
.container-vedeotutoriales{
    position: relative;
    margin: 30px;
    text-align: center;
}
.videoT{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    border: none;
    cursor: pointer;
}
.navMenu{
	background-color: white;
	top: 0;
}
h3{
	font-size: 18px;
    margin: 0;
    color: #5f5f5f;
    text-align: left;
}
#rows{
	padding-bottom: 30px;
	border-bottom: solid 1px #e7e7e7;
}
.divDescripcionVideo{
	text-align: left;
}
.spanDescripcionVideo{
	color: #c6c6c6; 
	font-size: 18px;
}
.pDescripcionVideo{
	text-align: left;
	font-size: 18px;
	color: #8e8e8e;
	line-height: 1.7em;
	padding-top: 20px;
}
.aButton{
	display: inline-block;
    border: solid 1px;
    border-radius: 3px;
    border-color: #00b19d;
    text-align: center;
    padding: 1px 10px;
    float: left;
    color: #00b19d;
}
.aButton:hover{
	color: white;
	background-color: #00b19d;
}
.buttonDemoStyleTutoriales{
	border-radius: 50px 50px;
	padding: 0px 30px 0px 30px;
	background-color: #bfcd31 !important;
	color: white !important;
	line-height: 35px;
	margin-top: 15px;
}
.buttonDemoStyleTutoriales:hover{
	background-color: #00b19d !important;
	color: white !important;
}
.opMenuAdicional{
    border-radius: 0!important;
    background-color: transparent !important;
}
.opMenuAdicional:hover{
	color: #00b19d !important;
}
.opMenuAdicional.active {
	color: #00c3ad !important;
  	border-bottom: 2px solid #00c3ad !important;
}
.opMenuInicioTutorial:hover{
	color: #00b19d !important;
	background-color: transparent;
}
.imagenContacto{
	width: 100%;
 	margin: auto;
 	display: block;
}