body{
	font-family: 'Roboto', sans-serif;
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.msg_display{
	text-align: center;
}
.msg_display.success{
	color: green;
}
.msg_display.error{
	color: #FF0000;
}

/* NAV */
.navbar-nartex{
	padding: 0px;
	border-bottom: 3px solid #ff0000;
	margin-bottom: 3px;
}
.navbar-nartex hr{
	border: 10px solid #333333;
	padding: 0px;
	margin: 0px;
}
.navbar-default{
	background-color: #FFF;
	border:none;
}
.navbar-brand {
	float: left;
	height: 100px;
	padding: 15px 40px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-header a img{
	max-height: 70px;
}
.navbar{
	margin: 0px;
}
.navbar-nav>li>a{
	font-weight: bold;
}

.nartex-slider{
	padding: 0px;
}

.navbar-default .navbar-nav>li>a:hover{
	background: url('../img/arrow.png') no-repeat 50% 34px;
}
/*END NAV*/





/*SLIDER*/

.carousel-caption{
	width: 100%;
	background-color: rgba(255,0,0,0.6);
	left: 0px;
	right: 0px;
	top: 20%;
	bottom: 20%;
	padding-top: 40px;
}
.carousel-caption h4{
	font-weight: 900;
	font-size: 50px;
	line-height: 70px;
	text-shadow: none;
}

.carousel-control.right, .carousel-control.left{
	z-index: 99999;
}
/*END SLIDER*/



/* EMPRESA */

.nartex-empresa{
	border-top: 3px solid #ff0000;
	margin-top: 3px;
}
.nartex-empresa h3{
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 15px 0px;
}
.nartex-empresa p{
	line-height: 22px;
	margin: 0 0 18px;
}

/* EMPRESA */



/* SERVICIOS */

.nartex-servicios > .column{
	padding: 0px;
	color: #FFF;
	height: auto;
}

.nartex-servicios > .column > figure.effect-layla{
	background-color: transparent;
}

.nartex-servicios > .column h2{
	text-align: center;
}
.servicio1{
	background-image: url('../img/servicio1.png');
	background-size: 100%;
}
.servicio2{
	background-image: url('../img/servicio2.png');
	background-size: 100%;
}
.servicio3{
	background-image: url('../img/servicio3.png');
	background-size: 100%;
}

figure.effect-layla:hover figcaption::before{
	background-color: rgba(255,0,0,0.4);
}
figure.effect-layla h2{
	padding-top: 10% !important;
	font-weight: bold;
	text-shadow: 1px 1px 2px #010101;
}
figure.effect-layla p{
	text-align: left;
	text-shadow: 1px 1px 2px #010101;
	font-weight: bold;
}
.grid figure{
	width: 100%;
}
/* END SERVICIOS */



/* ITE */
.nartex-ite{
	padding: 0px;
}

.nartex-ite h2{
	color: #e33431;
	text-align: center;
	font-weight: bold;
}
.nartex-ite h3{
	color: #666666;
	text-align: center;
	margin-top: 10px;
}
.nartex-ite p{
	color: #666666;
	line-height: 22px;
}
.nartex-ite p.red{
	color: #e33431;
	font-weight: bold;
}
.ite-left{
	padding: 0px;
}
/* END ITE */



/* ADRESS */
.nartex-address{
}
.address-info{
	background-color: rgba(255,0,0,0.7);
	padding: 10px 30px;
}
.address-info h2{
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	margin-bottom: 30px;
}
.address-info h3{
	color: #8c1e18;
	margin: 18px 0px;
}
.address-info h4{
	color: #FFF;
	margin: 18px 0px;
}
.address-info h4 span{
	font-weight: bold;
}
.address-info h4 span a{
	color: #FFF;
}
.address-info p{
	font-size: 12px;
	color: #FFF;
	margin-top: 46px;
	line-height: 22px;
}
/* END ADDRESS*/


/* CONTACTO */

.nartex-contacto{
	padding: 30px 0px;
	border-bottom: 2px solid #e5e5e5;
	border-top: 2px solid #e5e5e5;
}
.nartex-contacto h2{
	color: #4d4d4d;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.nartex-contacto p{
	text-align: center;
}
.nartex-contacto form input, .nartex-contacto form textarea{
	border: 1px solid #ff0000;
	border-radius: 0px;
	color: #ff0000;
}
.nartex-contacto form textarea{
	height: 150px;
}
.btn-submit{
	background-color: #e33431;
	color: #FFF;
	border-radius: 0px;
}
.btn-submit:hover{
	background-color: #FFF;
	color: #e33431;
	border:1px solid #e33431;
}

.nartex-contacto form input::-webkit-input-placeholder,
.nartex-contacto form textarea::-webkit-input-placeholder
{
  color:    #FF0000;
}

.nartex-contacto form input:-moz-placeholder,
.nartex-contacto form textarea:-moz-placeholder 
{
  color:    #FF0000;
}

.nartex-contacto form input::-moz-placeholder,
.nartex-contacto form textarea::-moz-placeholder 
{
  color:    #FF0000;
}

.nartex-contacto form input:-ms-input-placeholder,
.nartex-contacto form textarea:-ms-input-placeholder 
{
  color:    #FF0000;
}
/* END CONTACTO */


/* FOOTER */

.nartex-footer{}
.nartex-footer h3{
	color: #8c1e18;
	font-weight: bold;
}
ul.footer-top, ul.footer-medium{
	text-align: center;
	margin: 40px 0px;
}
ul.footer-top li, ul.footer-top li a, ul.footer-medium li, ul.footer-medium li a{
	display: inline;
	margin: 0px 10px;
	color: #FFF;
	text-shadow: 2px 3px 5px #010101;
	font-weight: bold;
}
ul.footer-top li.red{
	color: #8c1e18;
	font-weight: bold;
	font-size: 20px;
}
ul.footer-top li img{
	margin: 0px 6px;
}

.footer-bottom{
	background-color: rgba(185,45,43,0.7);
	padding: 25px 0px;
}
.footer-bottom p, .footer-bottom p span a{
	text-align: center;
	color: #FFF;
}
.footer-bottom p span, .footer-bottom p span a{
	font-weight: bold;
	font-size: 16px;
}
.footer-copyright{
	background-color: rgba(38,10,10,0.9);
	color: #FFF;
	padding: 10px 0px;
}
.footer-copyright img{
	height: 40px;
}

/* END FOOTER */

.divisor{
	background: url('../img/div.png');
	height: 18px; 
	width: 72%;
	margin: 20px auto;
}


#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;   
    position: relative;
    top: 0px;
    height: 60px;
    width: 100%;
    text-align:center;
    background-color: #eee;
}
#infobox3 p {
    line-height:10px;
    font-size:12px;
    text-align:center;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
    color: #314b58;
}

@media screen and (min-width: 1024px) {
	.navbar-nav.navbar-right {
		bottom: 0px;
		position: absolute;
		right: 25px;
	}
}
@media screen and (max-width: 1100px) {
	ul.footer-medium li a{
		font-size: 13px;
	}
}
@media screen and (max-width: 1024px) {
	.carousel-caption h4 {
	    font-size: 36px;
	    font-weight: 900;
	    line-height: 40px;
	}
	ul.footer-top li.red {
		display: block;
	}
}

@media screen and (max-width: 680px) {
	.carousel-caption h4 {
	    font-size: 24px;
	    font-weight: 900;
	    line-height: 29px;
	}

	.navbar-header a img {
	    max-height: 38px;
	}
}
@media screen and (max-width: 480px) {
	.carousel-caption {
		padding-top: 15px;
	}
	.carousel-caption h4 {
	    font-size: 16px;
	    font-weight: 900;
	    line-height: 18px;
	}
	.navbar-header a img {
	    max-height: 26px;
	}
	.footer-copyright {
	    font-size: 10px;
	}
	ul.footer-top li, ul.footer-top li a, ul.footer-medium li, ul.footer-medium li a {
	    display: block;
	}	
}
