/*
Theme Name: Redvial
Author: SA Publicidad SpA
Author URI: https://www.sapublicidad.cl/
Description: Template desarrollado por SA Publicidad, el uso de este template es privado y de exclusivo uso de SA Publicidad SpA.
Version: 2.0
License: Privada
Tags: minimalista, responsive, modern, full width

Este tema tiene una licencia privada y el uso de esta es exclusiva de SA Publicidad
*/


*{
	font-family: 'Roboto', sans-serif;
	padding: 0;
	margin:0;
}

.clear{
	clear: both;
}

.wrap{
	max-width: 1400px;
	margin:auto;
	width: 90%;
}

* img{
	height: auto;
}

/* top-banner */
.top-banner{
	background-color: #313131;
	padding: 5px 0;
}

@media(max-width: 800px){
	.top-banner{
		display: none;
	}
}


.top-banner .social-top{
	float: left;
	margin:0 0 0 10px;
	font-size: 15px;
}

.top-banner .social-top li{
	display: inline-block;
	line-height: 35px;
	width: 35px;
	text-align: center;
}

.top-banner .social-top li a{
	color: #ffffff;
}

.top-banner .contact-top{
	float: right;
	margin:0 10px 0 0;
}

.top-banner .contact-top li{
	display: inline-block;
	line-height: 35px;
	margin:0 0 0 25px;
}

.top-banner .contact-top li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
}

.top-banner .contact-top li a i{
	font-size: 10px;
	margin:0 5px 0 0;
}

/* header */
header{
	padding: 10px 0;
}

header .logo{
	height: 50px;
	width: auto;
	margin:0 0 0 10px;
	float: left;
}

header .logo img{
	height: 100%;
	margin:0 0 -5px 0;
}

/* btn-nav */
#btn-nav{
	display: none;
}

header label{
	display: none;
}

@media(max-width: 800px){
	header label{
		background-color: #f5b509;
		color: #ffffff;
		display: block;
		position: absolute;
		top:20px;
		right: 20px;
		line-height: 45px;
		width: 45px;
		text-align: center;
		border-radius: 5px;
		cursor: pointer;
	}
}


/* nav */
nav{
	float: right;
	margin:1px 30px 0 0;
	line-height: 45px;
}

nav > ul > li{
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	margin:0 0 0 10px;
}

nav > ul > li > a{
	display: block;
	color: #313131;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 1px;
	transition: all .3s ease;
	padding: 0 20px;
	border-radius: 4px;
}

nav > ul > li:hover > a,
nav > ul > li.current-menu-item > a{
	background-color: #f5b509;
	color: #ffffff;
}


@media(max-width: 800px){
	nav{
		width: 60%;
		position: fixed;
		top:0;
		left: 0;
		z-index: 99999;
		transform: translateX(-100%);
		transition: all .3s ease;
		background-color: #ffffff;
		margin:0 0 0 0;
	}

	#btn-nav:checked ~ nav{
		transform: translateX(0%);
		opacity: 1;
	}

	nav > ul > li{
		display: block;
		margin:0 0 0 0;
	}

	nav > ul > li a{
		border-radius: 0 !important;
		line-height: 50px;
	}

	nav li.current-menu-item a{
		border-radius: 0px;
	}
}

/* sub-nav */
nav ul > li > ul{
	display: none;
}



/* slider */
.slider{
	background-color: #313131;
}

.slider .single{
	height: 100%;
	width: 100%;
	background-size: cover;
}

.slider .single .middle{
	height: 100%;
	display: table;
	width: 90%;
	margin:auto;
	max-width: 1400px;
}

.slider .single .middle .inter{
	vertical-align: middle;
	display: table-cell;
}

.slider .single .middle .inter h1{
	font-size: 40px;
	text-transform: uppercase;
	max-width: 60%;
	color: #ffffff;
}

.slider .single .middle .inter h2{
	font-weight: 400;
	color: #ffffff;
	font-size: 19px;
}

.slider .single .middle .inter a{
	display: inline-block;
	line-height: 50px;
	margin:20px 0 0 0;
	background-color: #ffffff;
	padding: 0 40px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #313131;
	transition: all .3s ease;
}

@media(max-width: 800px){
	.slider .single .middle .inter h1{
		font-size: 30px;
		max-width: 100%;
		line-height: 40px;
	}

	.slider .single .middle .inter h2{
		font-size: 16px;
		max-width: 100%;
	}

	.slider .single .middle .inter a{
		margin:10px 0 0 0;
		line-height: 30px;
	}
}

.slider .single .middle .inter a:hover{
	background-color: #f5b509;
	color: #ffffff;
}

.slide1{
	background-image: url(img/slide1.jpg);
}

.slide2{
	background-image: url(img/slide2.jpg);
}

/* wellcome */
.wellcome{
	padding: 100px 0;
}

.wellcome article{
	width: 30%;
	float: left;
	margin:0 5% 0 0;
}

.wellcome article:nth-child(3){
	margin:0 0 0 0;
}

.wellcome article h2{
	font-size: 38px;
	text-transform: uppercase;
	color: #313131;
	line-height: 40px;
	letter-spacing: 3px;
}

.wellcome article h2 span{
	color: #f5b509;
	font-size: 50px;
	line-height: 30px;
	margin:0 0 0 10px;
}

.wellcome article p{
	color: #929599;
	line-height: 30px;
}


@media(max-width: 800px){
	.wellcome{
		padding: 50px 0;
	}

	.wellcome article{
		width: 100%;
		float: none;
		margin:0 0 20px 0;
	}
	.wellcome article p{
		text-align: justify;
	}
}

/* banner-1 */
.banner-1{
	background-image: url(img/slide1.jpg);
	background-color: #313131;
}

.banner-1 article{
	width: 40%;
	float: left;
	padding:100px 5%;
	position: relative;
}

.banner-1 article:nth-child(1) h2{
	font-size: 60px;
	height: 100%;
	color: #ffffff;
	max-width: 500px;
	margin:50px 0;
	line-height: 80px;
}

@media(max-width: 800px){
	.banner-1 article{
		float: none;
		width: 100%;
		padding: 40px 0;
	}

	.banner-1 article:nth-child(1) h2{
		font-size: 30px;
		margin:0 0 0 0;
		line-height: 40px;
		text-align: center;
	}
}


.banner-1 article:nth-child(1) h2 span{
	color: #f5b509;
	margin:0 0 0 15px;
}

.banner-1 article:nth-child(2){
	background-color: #f4f6fa;
}

.banner-1 article .single-icon{
	margin:0 0 50px 0;
	width: 30px;
}

.banner-1 article .single-icon img{
	width: 100%;
}

.banner-1 article .single-icon:last-child{
	margin:0 0 0 0;
}

.banner-1 article .icon{
	width: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
	color: #f5b509;
	font-size: 30px;
}


.banner-1 article .info{
	margin:0 0 0 80px;
}

.banner-1 article .info h3{
	font-size: 25px;
	color: #313131;
	margin:0 0 5px 0;
}

.banner-1 article .info p{
	color: #777777;
	line-height: 25px;
}

/* banner-2 */
.banner-2{
	padding: 100px 0;
}

.banner-2 .left{
	width: 60%;
	float: left;
}

@media(max-width: 800px){
	.banner-2{
		padding: 50px 0;
	}

	.banner-2 .left{
		width: 100%;
		text-align: center;
	}
}


.banner-2 .left h2{
	font-size: 38px;
	text-transform: uppercase;
	color: #313131;
	line-height: 40px;
	letter-spacing: 3px;
	margin:0 0 50px 0;
}

.banner-2 .left h2 span{
	color: #f5b509;
	font-size: 50px;
	line-height: 30px;
	margin:0 0 0 10px;
}

.banner-2 .left article{
	width: 45%;
	display: inline-table;
	margin:0 5% 50px 0;
}

.banner-2 .left article:nth-child(2n +0){
	margin:0 0 50px 0;
}

.banner-2 .left article .icon{
	color: #f5b509;
	font-size: 25px;
	margin:0 0 5px 0;
	width: 30px;
}

.banner-2 .left article .icon img{
	width: 100%;
}

.banner-2 .left article h3{
	color:#313131;
	margin:0 0 10px 0;
}

.banner-2 .left article p{
	font-size: 16px;
	line-height: 24px;
	color: #555555;
}

.banner-2 .right{
	width: 33%;
	float: left;
	margin:0 0 0 5%;
	overflow: hidden;
	border-radius: 5px;
}

.banner-2 .right img{
	width: 100%;
	height: auto;
	margin:0 0 -5px 0;
}

@media(max-width: 800px){
	.banner-2 .right{
		width: 100%;
		float: none;
		margin:auto;
	}

	.banner-2 .right img{
		height: auto;
		width: 100%;
	}
}

/* banner-3 */
.banner-3{
	display: none;
	padding: 100px 0;
	background-image: url(img/slide1.jpg);
	background-size: cover;
	background-attachment: fixed;
	box-shadow: inset 0em 100em rgba(0,0,0,.4);
}

.banner-3 article{
	width: 18%;
	float: left;
	margin:0 3% 0 0;
}

.banner-3 article:nth-child(1){
	width: 30%;
}


.banner-3 article:nth-child(1) h2{
	font-size: 55px;
	color: #ffffff;
	line-height: 60px;
	font-weight: 600;
}

.banner-3 article:nth-child(1) h3{
	font-weight: 300;
	font-size: 20px;
	color: #ffffff;
	border:none;
	line-height: 30px;
}

.banner-3 article h2{
	font-size: 20px;
	font-weight: 300;
	font-size: 50px;
	line-height: 90px;
	color: #ffffff;
}

.banner-3 article h3{
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	border-top:solid 1px rgba(255,255,255,.4);
	line-height: 60px;
}

@media(max-width: 800px){
	.banner-3 {
		padding: 50px 0;
	}

	.banner-3  article{
		width: 100%;
		float: none;
	}

	.banner-3 article:nth-child(1){
		margin:0 0 20px 0;
	}

	.banner-3 article:nth-child(1) h2{
		font-size: 30px;
		line-height: 30px;
		margin:0 0 0 0 !important;
	}

	.banner-3 article h2{
		font-size: 40px;
		line-height: 50px;
		margin:30px 0 0 0;
	}

	.banner-3 article h3{
		line-height: 20px;
		margin:0 0 0px 0;
	}
}

/* banner-4 */
.banner-4{
	display: none;
	padding: 100px 0;
	text-align: center;
}
.banner-4 h2{
	font-size: 38px;
	text-transform: uppercase;
	color: #313131;
	line-height: 40px;
	letter-spacing: 3px;
	text-align: center;
	margin:0 0 50px 0;
}

.banner-4 h2 span{
	color: #f5b509;
	font-size: 50px;
	line-height: 30px;
	margin:0 0 0 10px;
}

.banner-4 article{
	width: 22%;
	display: inline-block;
	margin:0 4% 0 0;
	padding: 40px 2%;
	background-color: #f4f6fa;
	border:solid 1px #d6dee3;
	text-align: left;
	border-radius: 5px;
}


.banner-4 article:nth-child(3n +0){
	margin:0 0 0 0;
}

.banner-4 article > p{
	font-size: 16px;
	color: #6b788c;
	line-height: 25px;
}

.banner-4 article .info-client{
	margin:10px 0 0 0;
}

.banner-4 article .info-client .image{
	width: 50px;
	float: left;
}

.banner-4 article .info-client .image img{
	width: 100%;
	margin:0 0 -5px 0;
	border-radius: 5px;
}

.banner-4 article .info-client .info{
	margin:0 0 0 60px;
}

.banner-4 article .info-client .info h3{
	color: #313131;
	font-size: 18px;
}

.banner-4 article .info-client .info p{
	color: #777777;
	font-size: 14px;
	margin:3px 0 0 0;
}


@media(max-width: 800px){
	.banner-4{
		padding: 50px 0;
	}

	.banner-4 article{
		width: 96%;
		margin:0 0 20px 0;
	}
}


/* page-banner */
.page-banner{
	background-size: 100%;
	background-color: #313131;
	background-position: center;
	box-shadow: inset 0em 100em rgba(0,0,0,.3);
	padding: 40px 0 40px 0;
}

.page-banner h1{
	text-align: center;
	font-size: 35px;
	color: #ffffff;
	margin:0 0 5px 0;
}

.page-banner .breadcum{
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
}

@media(max-width: 800px){
	.page-banner{
		padding: 180px 0 20px 0;
	}

	.page-banner h1{
		font-size: 30px;
	}

	.page-banner .breadcum{
		font-size: 12px;
	}
}

.page-banner .breadcum a{
	color: #ffffff;
	text-decoration: none;
}

.page-banner .breadcum i{
	display: inline-block;
	margin:0 10px;
	font-size: 12px;
	color: #ffffff;
}

/* content */
.content{
	padding: 50px 0%;
}

.content input[type="text"],
.content input[type="number"],
.content input[type="tel"],
.content input[type="email"],
.content input[type="password"],
.content textarea{
	font-family: 'Open Sans', sans-serif;
	padding: 17px 1%;
	border:none;
	background-color: #f0f0f0;
	outline: none;
	width: 98%;
	margin:0 0 10px 0;
	resize: vertical;
	-webkit-appearance: none;
    -webkit-border-radius: 0;
}

.content input[type="submit"]{
	font-family: 'Open Sans', sans-serif;
	border:none;
	outline: none;
	color: #ffffff;
	background-color: #f5b509;
	padding: 15px 30px !important;
	cursor: pointer !important;
	-webkit-appearance: none;
    -webkit-border-radius: 0;
}

/* sub-footer */
.sub-footer{
	padding: 70px 0;
	background-color: #313131;
}

.sub-footer .left{
	width: 75%;
	float: left;
}

@media(max-width: 800px){
	.sub-footer .left{
		width: 100%;
		text-align: center;
	}

	.sub-footer .left .logo-footer{
		width: 50%;
		max-width: 200px;
		margin:0 auto 20px auto;
		float: none;
	}
}

.sub-footer .left .logo-footer{
	width: 20%;
	float: left;
	margin:0 0 50px 0;
}

.sub-footer .left .logo img{
	width: 100%;
}

.sub-footer .left .social{
	width: 60%;
	float: left;
	margin:0 0 0 5%;
	border-left: solid 1px rgba(255,255,255,.5);
	padding: 0 0 0 5%;
}

@media(max-width: 800px){
	.sub-footer .left .social{
		margin:10px 0;
		border:none;
		text-align: center;
		padding: 0 0 0 0;
		width: 100%;
	}
}


.sub-footer .left .social li{
	display: inline-block;
	line-height: 50px;
	width: 50px;
	font-size: 24px;
}

.sub-footer .left .social li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
}

.info-contact-footer{
	margin:20px 0 0 0;
}

.info-contact-footer li{
	list-style: none;
}

.info-contact-footer li:nth-child(1){
	margin:0 0 10px 0;
	display: block;
}

@media(max-width: 800px){
	.info-contact-footer{
		text-align: center;
	}

	.info-contact-footer li:nth-child(1){
		margin:0 0 0  0;
		text-align: center;
		padding: 0 0 0 0;
	}
}


.info-contact-footer a{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
}

.nav-footer{
	margin:20px 0 0 0;
}

.nav-footer li{
	display: inline-block;
	position: relative;
}

.nav-footer li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	margin:0 20px 0 0;
	font-size: 14px;
}

.nav-footer li:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: rgba(255,255,255,.5);
	top:50%;
	transform: translateY(-50%);
	right: 8px;
}

.nav-footer li:last-child:after{
	display: none;
}

.sub-footer .right{
	width: 20%;
	float: right;
}

/* footer */
footer{
	padding: 0px 0 20px 0;
	background-color: #313131;
	z-index: 1;
	width: 100%;
	bottom: 0;
}

footer .copy{
	font-size: 14px;
	font-weight: 300;
	color: #999999;
}

footer .author{
	font-size: 14px;
	margin:10px 0 0px 0;
	color: #999999;
}

footer .author a{
	color: #f9f9f9;
	text-decoration: none;
	font-weight: 600;
	transition:all .4s ease;
}

footer .author a:hover{
	color: #ff8000;
}
/* btn-whatsapp */
.btn-whatsapp{
	width:60px;
	position:fixed;
	bottom:16px;
	right:16px;
}

.btn-whatsapp:hover{
	transform:scale(1.1);
	transition:all .3s ease;
}






