/*
    Extra small (xs) – below 576px
    Small (sm) – between 576px and 768px
    Medium (md) – between 768px and 992px
    Large (lg) – between 992px and 1200px
    Extra Large (xl) – over 1200px
*/
body {
    font-size: 14px;
    background: #fafafa;
    background: url(../images/bg.jpg);
    /*font-family: "Roboto", sans-serif;*/
}
body.itemid-101 {
  background: #fff;
}
body.itemid-101 .navbar-naviplas{
    background-color: transparent;
}
@media (max-width: 992px){ 
    .container {
        width: 100%;
        max-width: 100%;
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .navbar-header {
        padding-top: 10px;
    }
    .header h1 {
        margin-top: 0px!important;
    }
}
.header h1 {
	margin: 10px 0;
}
.navbar {
    padding: 0px;
    box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
}
.navbar-naviplas { 
 /* background-color: rgba(154, 1, 8, 0.80)!important;transition: background-color 1s ease 0s;*/  
    background: red url(../images/background_header.png);
    background-repeat: repeat;
  min-height: 50px;  
  }
.navbar-naviplas.opaque { 
  background-color: rgba(34, 34, 34, 0.95)!important;transition: background-color 1s ease 0s;}

.navbar-naviplas .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navbar-brand h1 {
    font-size: 24px;
    color: #FFF;
    float: left;
    line-height: 36px;
}
.navbar-brand {    
     min-height: 50px; 
     padding: 0px; 
}
@media (min-width: 992px){
    nav.navbar ul li.active a {
    border-radius: .25rem;
    background: #820A0B;
    }
    nav.navbar ul li:hover a {
    border-radius: .25rem;
    background: #820A0B;
    }
    .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    }
}
nav.navbar ul li {
    display: block;
    color: #fff;
    padding-left: 0.5rem;
}
.navbar-inverse .navbar-nav .nav-link {
    color: #FFFFFF;
}



/* ========================================================== */
/* 			                 03. HOME                         */
/* ========================================================== */

.home-wrapper{
	width:100%;
	position:relative;
	padding:100px 0 50px 0;
	background: url(../images/Naviplas_Fabrica_Adornos_Navidad_Argentina.jpg);
	background-position: center top;
  background-repeat: no-repeat;
	background-attachment: fixed;
  background-size: cover;
 }

 .home-wrapper .gradient-overlay{
 	position: absolute;
	opacity: 0.25;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	/*background-color: #000000;*/
    background: url(../images/gridtile.png);
    background-repeat: repeat;
}

h1.home-title{
	font-size:40px;
	line-height:48px;
	font-weight:700;
	color:#ffffff;
	letter-spacing: 1px;
	position: relative;
}

p.home-subtitle-principal{
	font-size: 18px;
  line-height: 26px;
	margin-bottom:25px;
	color: #ffffff;
	position: relative;
}

/* ----- Countdown ----- */
ul#countdown li {
	font-family: 'Roboto', sans-serif;
	display: inline-block;
 	margin:15px 15px;
	padding:20px 0;
	width:100px;
	height:66px;
	background-color:transparent;
	border:2px solid #fff;
	-webkit-border-radius: 8px 8px;
    -moz-border-radius: 8px 8px;
    border-radius: 8px 8px;
  	text-align: center;
	vertical-align:middle;

    background: url(../images/trans50.png);
    background-repeat: repeat;
}

ul#countdown li span {
	color:#fff;
  	font-size: 34px;
	line-height:34px;
  	font-weight: 500;
  	position: relative;
}

ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
	color:#fff;
	margin-top:3px;
	color:#fff;
  	text-transform: uppercase;
  	font-size: 14px;
	line-height:14px;
  	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}


.sectionglobos {
  min-height: 200px;
}

.sectionglobosinner {
  text-align: center;
}
.sectionglobosinner h2{
  text-align: center;
  padding: 20px 0;
}



@media (max-width: 1200px){
  .sectionglobos {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .home_globos {    
    margin-bottom: 30px;
  }
}














/*Translucent Backgrounds*/
.no-touch .parallax,
.no-touch .parallax-2,
.no-touch .parallax-3,
.no-touch .fixed-bg {
  background-attachment: fixed;
}

.light-translucent-bg,
.dark-translucent-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.light-translucent-bg:after,
.dark-translucent-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.light-translucent-bg:after,
.dark-translucent-bg > div {
  z-index: 3;
  position: relative;
}
.dark-translucent-bg:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.background-img-1 {
	width:100%;
	position:relative;
	padding:100px 0 100px 0;
	background: url(../images/Naviplas_Fabrica_Adornos_Navidad_Argentina_velas_globos_azul.jpg);
	background-position: center top;
  background-repeat: no-repeat;
	background-attachment: fixed;
  background-size: cover;
}

.datosempresaazul {
  /*background: #4061FF;*/
    background-color: rgba(64,97,255,0.5);
    background-color: rgba(32,40,113,0.6);
  padding: 40px;
  border-radius: 10px;
}
.datosempresaazul p{
	font-size: 18px;
  line-height: 26px;
	margin-bottom: 0px;
	color: #ffffff;
	position: relative;

}


/*  FOOTER.     */
body footer .container .footer-inner{
  background: #FFF;
  padding-top: 20px;
}
body.itemid-101 .footer {
  padding: 40px 0;
}
body.itemid-101 .footer {
  background-color: #fafafa;
}
.logo-footer img {
    margin-bottom: 20px;
}
.footer-content {
  /*padding: 20px 0;*/
}
.subfooter {
  background-color: #f5f5f5;
  padding: 25px 0;
  border-top: 1px solid #eaeaea;
}
.footer ul {
    list-style: none;
    padding: 0;
}
.footer h3.title {
    text-align: center;
}
@media (min-width: 768px){
    .footer ul {
        list-style: none;
        padding-left: 0px;
    }
}

ul.rrss {
	margin-top: 0 !important;
    padding: 0;
}

ul.rrss li {
	display: inline;
	padding-left:5px;
}

ul.rss li.first {
	padding-left: 0 !important;
}

ul.rrss li a {
	width: 30px;
	height: 30px;
	display: inline-block;

}

ul.rrss li a.link_twitter {
	background: url('../images/icon-twitter.png');
}

ul.rrss li a.link_facebook {
	background: url('../images/icon-facebook.png');
}

ul.rrss li a.link_google {
	background: url('../images/icon-google+.png');
}

ul.rrss li a.link_youtube {
	background: url('../images/icon-youtube.png');
}

/*Subfooter*/
.subfooter {
  font-size: 14px;
  line-height: 1.3;
  color: #999999;
}

.subfooter p {
  margin-bottom: 0;
}

.separator {
    width: 100%;
    margin: 20px auto 15px;
    position: relative;
    height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.separator:after {
    height: 1px;
    background: #e8e8e8;
    background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    position: absolute;
    bottom: -1px;
    content: "";
    width: 100%;
    left: 0;
}
.breadcrumb_container {
  margin-top: 60px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 0px;
}
ul.breadcrumb li {
    display: inline-block;
}

.main_content {
    background: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.cajamensajes {
  
}
.system-message-container {
  width: 100%;
}
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert, .alert h4 {
    color: #8a6d3b;
}
.alert h4 {
    margin: 0;
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success h4 {
    color: #3c763d;
}
.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger h4, .alert-error h4 {
    color: #a94442;
}
.alert-info, .alert-info h4 {
    color: #31708f;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}
.alert-block>p, .alert-block>ul {
    margin-bottom: 0;
}
.alert-block p+p {
    margin-top: 5px;
}
a.close {
    padding: 3;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.contact_form {
  margin-top: 10px;
    margin-bottom: 20px;
}
.quienes-somos-menu-article .whoweare h2{
  margin-bottom: 20px;
}
.quienes-somos-menu-article .whoweare h3{
  margin-bottom: 20px;
}
.whoweare {
    padding: 0 40px 40px 40px;
    float: right;
    
    font-size: 24px;
}