/*
Theme Name: RYC Laboratorio
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
*/

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

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

.clear{
	clear: both;
}

/* top-banner */
.top-banner{
	background-color: #365c88;
	padding: 8px 0;
	text-align: right;
}

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

.top-banner li{
	list-style: none;
	display: inline-table;
	font-size: 12px;
}

.top-banner li a{
	color: rgba(255,255,255,.7);
	text-decoration: none;
	padding: 0 0 0 20px;
	letter-spacing: 1px;
}

.top-banner li a i{
	display: inline-table;
	margin:0 10px 0 0;
}

/* header */
header{
	background-color: #ffffff;
	padding: 0px 0;
}

header .logo{
	width: 150px;
	float: left;
	position: relative;
	z-index: 99;
}

@media(max-width: 800px){
	header .logo{
		width: 40%;
		float: none;
	}
}

header .logo img{
	margin:0 0 -4px 0;
	max-width: 100%;
	padding: 10px;
	background-color: #ffffff;
}

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

header label{
	display: none;
}

@media(max-width: 800px){
	header label{
		display: block;
		position: absolute;
		right: 10px;
		top:10px;
		background-color: #365c88;
		color: #ffffff;
		padding: 10px;
		font-size: 14px;
		font-weight: 300;
		outline: none;
		cursor: pointer;
	}
}



/* nav */
header nav{
	float: right;
	margin:24px 0 0 5%;
}

header nav li{
	display: inline-block;
	list-style: none;
	line-height: 45px;
}

header nav li a{
	display: block;
	text-decoration: none;
	color: #212121;
	font-weight:400;
	letter-spacing: .4px;
	padding: 0 30px;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 25px;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

@media(max-width: 800px){
	header nav{
		float: none;
		position: absolute;
		top:0;
		left: 0;
		width: 50%;
		background-color: #ffffff;
		z-index: 999999;
		margin:0 0 0 0;
		transition: all .4s ease;
		transform: translateX(-100%);
		opacity: 0;
	}

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

	header nav li{
		display: block;
	}

	header nav li a{
		border-radius: 0;
	}
}

header nav li:hover a,
header nav li.current_page_item a{
	color:  #365c88;
	background-color:  #365c88;
	color: #ffffff;
}

/* .slider */
.slider{
}

.stick2{
	margin:82px 0 0 0;
}

.slider .single{
	background-size: cover;
	height: 100%;
	box-shadow: inset 0em 100em rgba(0,0,0,.5);
}

.slider .single .middle{
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top:0;
	display: table;
}

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


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

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

.slider .single h1{
	font-size: 50px;
	font-weight: 900;
	letter-spacing: -1px;
	color: #ffffff;
	max-width: 60%;
}

.slider .single a{
	color: #ffffff;
	display: inline-block;
	margin:20px 0 0 0;
	padding: 17px 40px;
	background-color: #365c88;
	text-decoration: none;
	border-radius: 35px;
}


@media(max-width: 800px){
	.slider .single{
		padding: 20px 0;
		text-align: center;
	}

	.slider .single h1{
		max-width: 100%;
		font-size:16px;
		text-align: center;
		letter-spacing: 0;
	}

	.slider .single a{
		padding: 8px 20px;
		margin:5px 0 0 0;
	}
}


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

.banner-1 .wraper{
	background-color: #f0f0f0;
}

.banner-1 .wraper .left{
	width: 50%;
	float: left;
	height: 300px;
	background-image: url(img/img2.jpg?a);
	background-size: 100%;
}

.banner-1 .wraper .right{
	width: 40%;
	float: right;
	padding: 6% 5%;
}

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

	.banner-1 .wraper .left{
		width: 100%;
		float: none;
		background-size: 200%;
		background-position: center;
	}

	.banner-1 .wraper .right{
		width: 90%;
		float: none;
		text-align: justify;
		padding: 40px 5%;
	}
}

.banner-1 .wraper .right p{
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
}

/* showcase */
.showcase{
	padding: 40px 0;
	text-align: center;
}

.showcase article{
	width: 30%;
	float: left;
	margin:0 5% 5% 0;
	overflow: hidden;
	padding: 0 0 30px 0;
}

@media(max-width: 800px){
	.showcase article{
		width: 100%;
		float: none;
		margin:0 0 20px 0;
	}
}

.showcase article:nth-child(3n +0){
	margin:0 0 5% 0;
}

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

.showcase article h2{
	font-size: 20px;
	color: #313131;
	font-weight: 600;
	padding: 20px 0;
	text-transform: uppercase;
}

.showcase article .btn-more{
	display: inline-table;
	line-height: 45px;
	margin:0px 0 0 0;
}

.showcase article .btn-more a{
	background-color: #365c88;
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding: 0 20px;
	border-radius: 5px;
}

/* banner-2 */
.banner-2{
	padding: 100px 0;
	background-image: url(img/bg1.jpg?a);
	box-shadow: inset 0em 100em rgba(0,0,0,.5);
	background-size: cover;
	background-attachment: fixed;	
}

.banner-2 article{
	width: 29%;
	float: left;
	position: relative;
	text-align: center;
	color: #ffffff;
	font-weight: 300;
	margin:0 0 40px 0;
	padding: 2%;
}

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

	.banner-2 article{
		width: 100%;
		float: none;
		margin:0 0 30px 0;
	}

	.banner-2 article:after{
		display: none;
	}
}

.banner-2 article:after{
	content: "";
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: 0;
	height: 100px;
	border-right: dotted 2px rgba(255,255,255,.2);
}

.banner-2 article .icon{
	font-size: 30px;
	margin:0 auto 10px auto;
	max-width: 60px;
}

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

.banner-2 article h2{
	font-size: 20px;
	font-weight: 600;
	margin:0 0 20px 0;
}

.banner-2 article p{
	line-height: 30px;
}

.banner-2 article:nth-child(3n +0):after{
	display: none;
}

/* banner-3 */
.banner-3{
	padding: 100px 0;
	background-color: #365c88;
	text-align: center;
}

.banner-3 h2{
	font-size: 50px;
	text-align: center;
	text-transform: uppercase;
	color: rgba(255,255,255,.7);
}

.banner-3 h3{
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	margin:10px 0;
	letter-spacing: 1px;
	color: rgba(255,255,255,.7);
}

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

	.banner-3 h2{
		font-size: 30px;
	}

	.banner-3 h3{
		font-size: 18px;
	}
}

.banner-3 a{
	display: inline-block;
	text-align: center;
	border:solid 2px rgba(255,255,255,.7);
	color: rgba(255,255,255,.7);
	padding: 14px 40px;
	margin:10px 0 0 0;
	text-decoration: none;
}

/* banner-4 */
.banner-4{
	background-image: url(img/img2.jpg?a);
	box-shadow: inset 0em 100em rgba(47,80,91,.9);
	background-size: cover;
	background-attachment: fixed;	
	padding: 20px 0;
}

.clearout {
height:0px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-inner li{
	list-style: none;
}

.nbs-flexisel-item {
    float:left;
    list-style: none;
    margin:0 0px 0 0px;
    padding:0px;
    position:relative;
    line-height:0px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.nbs-flexisel-item img {
    max-width: 30%;
    min-width: 100px;
    position: relative;
    border-radius: 5px;
    
}

.nbs-flexisel-item p{
	position:relative;
	font-size: 13px;
	z-index: 999;
	transform: translateY(-10px);
	margin:0px 0;
	color: #444444;
}

@media(max-width: 800px){
	.barra-1,
	.barra-2{
		padding: 10px 0;
	}
}

/* page-banner */
.page-banner{
	background-color: #365c88;
}

.page-banner h1{
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 25px;
	padding: 50px 0;
	text-align: center;
}

/* content */
.content{
	padding: 90px 0;
}

/* input */
.content input[type="text"],
.content input[type="email"],
.content textarea{
	padding: 12px 2%;
	width: 96%;
	min-width: 60%;
	border:solid 1px #f0f0f0;
	outline: none;
	border-radius: 5px;
	margin:0 0 10px 0;
	resize: vertical;
	-webkit-appearance: none;
}

.content input[type="submit"]{
	background-color: #365c88;
	color: #ffffff;
	border:none;
	outline: none;
	border-radius: 25px;
	padding: 18px 40px;
	-webkit-appearance: none;
}

/* sub-footer */
.sub-footer{
	background-color: #f7f7f7;
	padding: 160px 0 60px 0;
}

.sub-footer article{
	display: inline-table;
	width: 30%;
	margin:0 2% 0 0;
}

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

	.sub-footer article{
		width: 100%;
		float: none;
		margin:0 0 40px 0;
		text-align: center;
	}
}

.sub-footer article h3{
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	margin:0 0 20px 0;
}

.sub-footer article li{
	list-style: none;
}

.sub-footer article li a{
	color: #999999;
	text-decoration: none;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.sub-footer article:last-child li{
	display: inline-block;
	line-height: 45px;
	width: 45px;
	text-align: center;
}

.sub-footer article a:hover{
	color: #365c88;
}

/* footer */
footer{
	padding: 40px 0;
	background-color: #f7f7f7;
	text-align: center;
	color: #999999;
	font-weight: 300;
}

footer a{
	color: #212121;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

footer a:hover{
	color: #ff8000;
}



