/*///////////////////////// Estilos generales /////////////////////////*/
body, html{
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 16px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    color: #333;
		font-family: 'Noto Sans SC';

}

h5{
	font-size: 18px;
}
.full-width{
    margin: 0;
    padding: 0;
    width: 100%;
}
.center-box{
    margin:0 auto;
}
.font-cover{
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-color: #F5F5F5;
}
/*====== Backgrouns color*/
.bg-primary {
    background-color: #2e6da4 !important;
}
.bg-success {
    background-color: #3f903f !important;
}
.bg-danger {
    background-color: #d9534f !important;
}
.bg-info {
    background-color: #5bc0de !important;
}
.NavLateral,
.ContentPage{
    position: absolute;
    top: 0;
    height: 100%;

}
/*====== Navegación lateral*/
.NavLateral{
    left: 0;
    width: 25%;
    border-right: 1px solid #F0F0F0;


}
.NavLateral-content{
    height: 100%;
    position: absolute;
    z-index: 10;
    background-color: #fff;

}
.NavLateral-title{
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #fff;
    font-size: 25px;

}
.NavLateral-title-btn{
    opacity: 0;
}
.NavLateral-logo{
    padding: 20px 0;
    color: #fff;
    background-color: #Fff;
}
.NavLateral-logo img{
    width: 75%;
    height: auto;
    display: block;
    /*border-radius: 50%;
    margin-bottom: 10px;
    /*border: 3px solid rgb(233,76,61);*/
}
.NavLateralDivider{
    height: 0 !important;
    width: 95% !important;
    background-color: transparent;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom:1px solid rgba(255,255,255,0.08);
    margin: 0 auto !important;
}

.NavLateral-Nav ul li{
    height: auto;
    margin: 0;
    padding: 0;
}
.NavLateral-Nav ul li a{
    height: 45px;
    line-height: 45px;
    width: 100%;
    font-size: 14px;
    padding-left: 9px;
    display: block;
    color: #616161;
    transition: all .3s ease-in-out;
}
.NavLateral-Nav ul li a i{
    font-size: 18px;
}
.NavLateral-Nav ul li a:hover{
    color: #000;
    background-color: #F2F2F2;
}
.NavLateral-CaretDown{
    float: right;
    line-height: 45px;
    margin-right: 9px;
    font-size: 20px !important;
}
.NavLateral-CaretDownRotate{
    transform: rotate(-180deg);
}
.NavLateral-Nav > ul > li > ul{
    background-color: #F0F0F0;
    display: none;

}
.NavLateral-Nav > ul > li > ul > li > a{
    padding-left: 19px;
    font-size: 12px;

}
/*====== Contenido de página*/
.ContentPage{
    right: 0;
    width: 75%;
    background-color: #fff;
}
.ContentPage-Nav{
    height: 50px;
    background-color: #F0F0F0;
    position: relative;
    border-left: 1px solid #ccc;

}
.ContentPage-Nav ul li input.search{
    border: 1px solid #333;
    padding: 5px;
    line-height: 20px;
    

}
.ContentPage-Nav ul{
    height: 50px;
    padding-right: 9px;
    position: relative;
		align-content: center;
}

.ContentPage-Nav ul input#buscador{
    float: right; margin-top:   10px;
}
.ContentPage-Nav ul li{
    height: 50px;
    float: right;
    min-width: 50px;
    color: #000;
    position: relative;
    line-height: 50px;
}
.ContentPage-Nav ul li a{
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    color: #616161;
    font-size: 25px;
    position: relative;
}
.ContentPage-Nav ul li a.facebook{
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    color: #1774EB;
    font-size: 25px;
    position: relative;
}
.ContentPage-Nav ul li a.youtube{
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    color: #F70000;
    font-size: 25px;
    position: relative;
}
.ContentPage-Nav ul li a:hover{
    color: #C7C5C7;
}
.ContentPage-Nav ul li a:active,
.ContentPage-Nav ul li a:focus{
    outline: none;
}
.ContentPage-Nav ul li figure{
    margin: 0;
    padding: 0 5px;
}
.ContentPage-Nav ul li figure img{
    width: 40px;
    height: 40px;
    margin-top: 5px;
}
.ContentPage-Nav-indicator{
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 11px;
    text-align: center;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid rgb(33,33,33);
}
.btn-MobileMenu{
    float: left !important;
    pointer-events: none;
    opacity: 0;
}

/*======== Area de Banner*/
.banner{
	position: relative;
	width: 100%;
	height: calc(100vh - 50px);
	background-color: #F5F5F5;
	background-size: cover;
	background-position: center;
	text-align: center;
	transition: all .1s ease-in-out;
	background-image: url('../assets/img/banner.jpg');
	animation: banners 28s infinite linear;

}

.banner-content{
	margin: auto;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #ffff;
	background-color: rgba(0, 22, 40, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

.banner-content h1{
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	font-size: 40px;


}
.banner-content a{
	text-decoration: none;
	color: #fff;
	padding: 9px 20px;
	border: 1px solid #fff;
	text-transform: uppercase;
	transition: all .3s ease-in-out;

}

.banner-content a:hover{
	background-color: #fff;
	color: #333;
}

@keyframes banners {
	0%{
		background-image: url('../assets/img/banner.jpg');
	}
	25%{
		background-image: url('../assets/img/banner.jpg');
	}
	26%{
		background-image: url('../assets/img/banner1.jpg');
	}
	50%{
		background-image: url('../assets/img/banner1.jpg');
	}
	51%{
		background-image: url('../assets/img/banner2.jpg');
	}
	75%{
		background-image: url('../assets/img/banner2.jpg');
	}
	76%{
		background-image: url('../assets/img/banner3.jpg');
	}
	100%{
		background-image: url('../assets/img/banner3.jpg');
	}
}
/*====== Area de notificacion*/
.NotificationArea{
    position: fixed;
    background-color: #fff;
    height: 100%;
    width: 300px;
    top: 0;
    right: -300px;
    z-index: 999;
    transition: all .3s ease-in-out;
}
.NotificationArea-title{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E1E1E1;
}
.NotificationArea-title i{
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 25px;
    cursor: pointer;
}
.Notification,
.Notification-icon,
.Notification-text{
    margin: 0;
    padding: 0;
    height: 84px;
}
.Notification{
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #f3f3f3;
    color: #2b2b2c;
    font-size: 14px;
}
.Notification small{
    color: #BDBDBD;
}
.Notification-icon,
.Notification-text{
    position: absolute;
    top: 0;
}
.Notification-icon{
    width: 70px;
    left: 0;
}
.Notification-icon i{
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-left: 10px;
    margin-top: 17px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #D9534F;
    border-radius: 50%;
}
.Notification-icon i.info{
    background-color: #5BC0DE;
}
.Notification-icon i.info{
    background-color: #5BC0DE;
}
.Notification-text{
    width: 230px;
    right: 0;
}
.NotificationArea-show{
    right: 0;
}
/*====== Pie de página*/
.footer-MaterialDark{
    background-color: #22313f;
    padding-top: 20px;
   
    color: #fff;
}
.footer-copyright{
    height: 50px;
    line-height: 50px;
    font-weight: 300;

}
/*///////////////////////// Estilos login.html /////////////////////////*/
#login{
    background-image: url(../assets/img/MaterialFontLogin.jpg);
}
.container-login{
    margin: 0;
    padding: 10px;
    width: 350px;
    background-color: rgba(255,255,255,.87);
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #333;
}
.container-login label{
    color: #333;
}
/*///////////////////////// Estilos home.html /////////////////////////*/
/*====== Tile*/
.tile,
.tile-icon,
.tile-caption,
.tile-link{
    margin: 0;
    padding: 0;
}
.tile-icon,
.tile-caption{
    height: 110px;
    position: absolute;
    top: 0;
    color: #7683CA;
}
.tile{
    margin: 5px;
    display: inline-block;
    width: 300px;
    height: 150px;
    background-color: #fff;
    border: 1px solid rgba(63,81,181,.3);
    position: relative;
}
.tile-icon{
    left: 0;
    width: 100px;
}
.tile-icon i{
    height: 100%;
    width: 110px;
    line-height: 110px;
    font-size: 50px;
}
.tile-caption{
    right: 0;
    width: 200px;
}
.tile-caption span{
    height: 60px;
    width: 100%;
    display: block;
    line-height: 60px;
    font-size: 35px;
}
.tile-caption p{
    height: 50px;
    margin: 0;
    padding: 0;
}
.tile-link{
    color: #fff;
    background-color: #3F51B5;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 100%;
    transition: all .3s ease-in-out;
}
.tile-link:active,
.tile-link:focus{
    outline: none;
}
/*====== Timeline*/
.timeline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none;
}
.timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #4DCCC3;
}
.timeline > li {
    position: relative;
    margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    float: left;
    position: relative;
    background-color: #fff;
    width: 44%;
    padding: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
    box-shadow: 0 1px 6px rgba(0,0,0,0.175);
}
.timeline > li > .timeline-panel:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -15px;
    border-top: 15px solid transparent;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ccc;
}
.timeline > li > .timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -14px;
    border-top: 14px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
}
.timeline > li > .timeline-badge {
    z-index: 10;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    color: #fff;
    background-color: #999999;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}

/* =========Productos Pagina*/

/*==========Banner Productos*/
.bannerP{
    position: relative;
    width: 100%;
    height: calc(60vh - 50px);
    background-color: #F5F5F5;
    background-size: cover;
    background-position: center;
    text-align: center;
    transition: all .1s ease-in-out;
    background-image: url('../assets/img/header.jpeg');
    /*animation: banners 28s infinite linear;*/

}

.bannerA{
    position: relative;
    width: 100%;
    height: calc(60vh - 50px);
    background-color: #F5F5F5;
    background-size: cover;
    background-position: center;
    text-align: center;
    transition: all .1s ease-in-out;
    background-image: url('../assets/img/slider_2.jpg');
    /*animation: banners 28s infinite linear;*/

}

.bannerP-content{
    margin: auto;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #ffff;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.bannerP-content h1{
    margin: 0;
    padding: 0;
    padding: 30px;
    font-size: 40px;
    background: rgba(0, 0, 0, 0.9);
    background: rgb(0, 0, 0);
    opacity: .5;
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.16),2px 2px 10px 2px rgba(0,0,0,0.12)!important;


}
.bannerP-content a{
    text-decoration: none;
    color: #fff;
    padding: 9px 20px;
    border: 1px solid #fff;
    text-transform: uppercase;
    transition: all .3s ease-in-out;

}

.bannerP-content a:hover{
    background-color: #fff;
    color: #333;
}

.lineBanner{
    margin: 0;
    height: 40px;
    background-color: #1F4E79;
    display: flex;
    flex-direction: column;
    justify-content: center;


}

.lineBanner .texto {
    padding: 10px;
    font-size: 16px;
    color: #fff;


}


/* =======Menu Tabs Productos*/
.section-tab{
    display: flex;
    flex-direction: column;

    align-items: center;
}


.section-tab .tab {
  overflow: hidden;
    width: 100%;
  border: 1px solid #ccc;


}

/* Style the buttons inside the tab */
.section-tab .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 10px;
  transition: 0.3s;
  font-size: 14px;
  width: 100px;
    margin: 5px;
    color:  #fff;
    font-weight: bold;
    background-color: #1F4E79;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #28659E;
    color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color:  #28659E;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
    width: 100%;
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {color: red;}

/*///////////////////////// MediaQueries /////////////////////////*/
@media (max-width: 767px){
    /*===Timeline*/
     ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline > li > .timeline-badge {
        top: 16px;
        left: 15px;
        margin-left: 0;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0;
    }
    ul.timeline > li > .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0;
    }
    /*===Generales*/
    .container-login{
        width: 300px;
    }
    .NavLateral{
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1000;
        pointer-events: none;
        opacity: 0;
    }
    .NavLateral-title-btn{
        opacity: 1;
        cursor: pointer;
        line-height: 50px;
        height: 50px;
        width: 50px;
        font-size: 25px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .NavLateral-FontMenu{
        height: 100%;
        position: absolute;
        z-index: 7;
        background-color: rgba(0,0,0,0.5);
    }
    .NavLateral-content{
        width: 320px;
        position: absolute;
        z-index: 9;
        top: 0;
        left: 0;
    }
    .ContentPage{
        width: 100%;
    }

    .ContentPage-Nav ul input#buscador{
    
    width: 120px;
}
    .ContentPage-Nav ul li{
        min-width: 40px;
    }
    .ContentPage-Nav ul li a{
        width: 40px;
    }
    .btn-MobileMenu{
        pointer-events: auto;
        opacity: 1;
    }
    .Show-menu{
        pointer-events: auto !important;
        opacity: 1 !important;
    }

    .section-tab .tab button {
    padding: 6px 8px;
    transition: 0.3s;
    font-size: 10px;
    width: 60px;
}

}

@media (min-width: 768px) and (max-width: 991px) {
    .NavLateral{
        width: 30%;
    }
    .ContentPage{
        width: 70%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .NavLateral{
        width: 25%;
    }
    .ContentPage{
        width: 75%;
    }
}

@media (min-width: 1200px) {

}


