/*------ GENERAL ---------*/

body{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #818181;
	
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	color: #d72363;
	padding: 0;
	margin: 0;
	text-decoration: none; 
}
a:hover, a:focus{
	color: #d72363;
	text-decoration: none;
	box-shadow: none;
	outline: none;
	
}

/*------ HEADER ---------*/


.col-no-p{
	padding-left: 0;
	padding-right: 0;
}
.rk-mbottom10{
	margin-bottom: 40px;
}
.rk-mtop30{
	margin-top: 30px;
}
.rk-mtop40{
	margin-top: 40px;
}
.rk-mtop50{
	margin-top: 50px;
}
.rk-mtop70{
	margin-top: 70px;
}
.rk-mtop100{
	margin-top: 100px;
}
hr.line-separator{
	margin: 80px 0;
}
.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.section-padding{
	position: relative;
	padding: 75px 0;
}
.section-bg-color{
	background-color: #f5f5f5;
}


.header-navbar-container{
	padding-left: 40px;
	padding-right: 40px;
}
.navbar-brand img{
	width:15em;


}

.header-navbar {
	background-color: black;
	padding: 5px 0;
	border-bottom: 0;
	letter-spacing: 1px;
	
}
.navbar-nav li a{	
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.header-navbar-collapse {
	padding: 10px;	
	background: rgba(0, 0, 0, 0.8) ;
}
.navbar-header .navbar-toggle {
	margin-top: 12px;
}
.navbar-header .navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #d72363;
}
.navbar-nav li.active a{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #d72363;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 10px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background: rgba(0, 0, 0, 0.8) !important;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: transparent;
}
.rk-separator{
	background-color: #30bff1;
	height: 2px;
	position: relative;
	width: 22px;
	display: block;
	margin: 10px auto 30px auto;
}
.rk-head-title h1{
	font-size: 26px;
	font-weight: 600;
	color: #111;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 10px;
}
.header-navbar .nav,
.header-navbar .collapse,
.header-navbar .dropup,
.header-navbar .dropdown {
	position: static;
}
.header-navbar .container {
	position: relative;
}
.header-navbar .dropdown-menu {
	left: auto;
}
.header-navbar .header-menu-content{
 	padding: 10px 20px;
}
.header-navbar .header-menu-content ul li{	
	padding: 5px 0;
}
.header-navbar .header-menu-content ul li a{
	text-decoration: none;
	text-transform: none;
}
.header-navbar .header-menu-content ul li a:hover{
	color: #30bff1;
}
.header-navbar .header-menu-content ul li i{
	margin-right: 10px
}
.header-navbar .header-menu-content ul li p strong{
	color: #30bff1;
	text-transform: uppercase;
}
.list-unstyled,
.list-unstyled ul { 
	min-width: 220px 
}
.list-unstyled strong{
	color: #30bff1;
}


.hero-content{	
	position: absolute;
	top: 50%;
	left: 50%;	
	background-color: transparent;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
}
.home-text{
	color: #fff;
	text-transform: uppercase;
}
.home-text h1{
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 1.5px;
}
.home-text h2{
	font-weight: 400;
	font-size: 64px;
	margin: 50px 0;
	letter-spacing: 1.5px;
}


@-webkit-keyframes scroll-down-anim {
	0%{ bottom: 2px; }
	50%{ bottom: 7px; }
	100%{ bottom: 2px; }
}
@-moz-keyframes scroll-down-anim {
	0%{ bottom: 2px; }
	50%{ bottom: 7px; }
	100%{ bottom: 2px; }
}
@-o-keyframes scroll-down-anim {
	0%{ bottom: 2px; }
	50%{ bottom: 7px; }
	100%{ bottom: 2px; }
}
@keyframes scroll-down-anim {
	0%{ bottom: 2px; }
	50%{ bottom: 7px; }
	100%{ bottom: 2px; }
}
.local-scroll i.scroll-down-icon{
	display: block;
    position: absolute;
    left: 50%;    
	color: #30bff1;	
}
.local-scroll-portfolio i.scroll-down-icon{
	color: #fff;	
}
.scroll-down-icon{
	-webkit-animation: scroll-down-anim 1s infinite;
    -moz-animation: scroll-down-anim 1s infinite;
    -o-animation: scroll-down-anim 1s infinite;
    animation: scroll-down-anim 1s infinite;       
   	z-index: 2;
}


/*------ FIN GENERAL ---------*/

/*------ BOOT ---------*/

.navbar-brand {
	padding: 0px 15px;
	height: 60px;
}
.navbar-nav>li>a {
	padding-top: 20px;
	padding-bottom: 20px;	
}
.nav>li>a:hover{
	text-decoration: none;
	background-color: transparent;
	color: #30bff1;
}
.nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
}

/*------ BOTONES ---------*/
.btn {
	border-radius: 0;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 23px;
	border: 2px solid transparent;
}
.btn.active, .btn:active, .btn:focus{
 	color: #fff;
 	box-shadow: none;
	outline: none;
 	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/*------ BOTONES BLANCOS ---------*/
.btn-white:hover{
	color: #30bff1;
	background-color: #fff;
	border-color: transparent;
}
.btn-white{
	color: #fff;
	background-color: transparent;
}

/*------ BOTON BLANCO TRANS ---------*/
.btn-white-t:hover{
	color: #111;
	background-color: #fff;
}
.btn-white-t{
	color: #fff;
	border-color: #fff;
	background-color: transparent;	
}

/*------ BOTON NEGRO ---------*/
.btn-black:hover{
	color: #fff;
	background-color: #3d3d3d;
	border-color: transparent;
}
.btn-black{
	color: #fff;
	background-color: #111;	
}

/*------ BOTON ROSA ---------*/
.btn-pink:hover{
	color: #fff;
	background-color: #30bff1;
	border-color: transparent;
}
.btn-pink{
	color: #fff;
	background-color: #2ba0d9;	
}

/*------ FIN BOOT ---------*/

/*------ REV SLIDER ---------*/

.boxedcontainer{	
	max-width: 1170px; 
	margin:auto; 
	padding:0px 30px;
}
.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
}
.tp-banner{
	width:100%;
	position:relative;
}
.tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}
.main-slider-container .tp-rightarrow.default, .main-slider-container .tp-leftarrow.default{
	display: none;
}
.tp-bullets.preview2 .bullet {
	cursor: pointer;
	position: relative !important;
	background: rgba(255, 255, 255, 0.6) !important;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 6px !important;
	height: 6px !important;
	border: 5px solid rgba(255, 255, 255, 0) !important;
	display: inline-block;
	margin-right: 10px !important;
}
.tp-bullets.preview2 .bullet:hover, .tp-bullets.preview2 .bullet.selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: rgba(255, 255, 255, 1) !important;
	width: 6px !important;
	height: 6px !important;
	border: 5px solid rgba(255, 255, 255, 1) !important;
}

.tp-banner-5-container .tp-bullets.round .bullet {
	cursor: pointer;
	position: relative !important;
	background: rgba(255, 255, 255, 0.6) !important;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 30px !important;
	height: 5px !important;
	border: 1px solid rgba(255, 255, 255, 0) !important;
	display: inline-block;
	margin-right: 10px !important;
}
.tp-banner-5-container .tp-bullets.round .bullet:hover, .tp-banner-5-container .tp-bullets.preview2 .bullet.selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: rgba(255, 255, 255, 1) !important;
	width: 30px !important;
	height: 5px !important;
	border: 1px solid rgba(255, 255, 255, 1) !important;
}
.tp-banner-5-container .tp-bullets.round .bullet:hover, .tp-banner-5-container .tp-bullets.round .bullet.selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: rgba(255, 255, 255, 1) !important;
	width: 30px !important;
	height: 5px !important;
	border: 1px solid rgba(255, 255, 255, 1) !important;
}
.tp-banner-5-container .tparrows.round:after {
	background: transparent;  
}


.slider-text-big{
	color: #fff;
	font-size: 56px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}
.slider-text-medium{
	color: #fff;
	font-size: 36px;
	text-align: center;
}
.slider-text-small{
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	text-align: center;
}
a.play-btn{
	color: #fff;
	font-size: 28px;
}

/*------ FIN REV SLIDER ---------*/

}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {	
	font-family: 'Raleway', sans-serif;
	background-color: #2ba0d9;
	color: #fff;
	border: none;
	border-radius: 0;
	min-width: 164px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 2px 0;

}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover{	
	color: #fff;
	background-color: #2685c8;

}

.parallax-overlay {
	position: absolute;	
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.call-to-action .rk-cta-content h2{
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}
.call-to-action .rk-cta-content p{
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	line-height: 1.7;
	margin-bottom: 30px;
}
.rk-cta-content article{	
    margin-top: 110px;
}


.team-content .thumbnail{
	border: none;
	border-radius: 0;
}
.team-content .caption{
	text-align: center;
}
.team-content .team-details h5{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #30bff1;
}
.team-content .team-details h3{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 25px;
	color: #111;
}	
.team-inner{
	position: relative;
	padding: 0;
	overflow: hidden;	
	border: none;
	margin: 0;	
}
.team-inner>img, .team-caption>img{
	display: block;
	max-width: 100%;
	height: auto;	
}
.team-inner .team-caption{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: table-cell;
	vertical-align: middle;
	background-color: rgba(0,0,0,.85);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	visibility: hidden;
	opacity: 0;	
}
.team-inner:hover .team-caption, .team-inner:focus .team-caption{
	visibility: visible;
	opacity: 1;
}
.t-social-holder{
	display: table;
	width: 100%;
	height: 100%;
}
.team-social{
  	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 25px 0 25px;
}
.team-social h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
}
.team-social p{
	font-size: 15px;
	font-weight: 300;
	color: #fff;	
	margin: 25px 0 25px 0;
}
.team-social a{
	color: #30bff1;
	margin: 0 15px 0 0;	
}
.team-details p{
	margin-bottom: 0;
}




.cbp-l-slider-testimonials-wrap {
	background: top;
	padding: 70px 0;
	border-width: 0;
	border-style: none;
	border-color: transparent;
}
.cbp-l-grid-slider-testimonials-body {
	font-family: 'Raleway', sans-serif;
	color: #fff;
}
.cbp-l-slider-testimonials-wrap {
  padding: 0 0 38px 0;
}
.cbp-l-grid-slider-testimonials-footer {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #f2f2f2;
}
.cbp-slider-edge .cbp-nav-pagination-active {
	background: #fff;
}
.cbp-slider-edge .cbp-nav-pagination-item {
	border: 2px solid #fff;
	opacity: 10;
}
.cbp-nav-pagination-item {
	width: 12px;
	height: 12px;
}
.cbp-l-grid-slider-testimonials-body img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
}



.features-section .col-sm-6:nth-child(-n+3){
	margin-bottom: 50px;
}
.features-icon span{
	font-size: 46px;
	color: #30bff1;
}
.features-item{
	padding-left: 30px;
	padding-right: 30px;
}
h3.features-title{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 500;
	color: #111;
	margin-bottom: 20px;
}
.features-parts .col-sm-8{
	margin-top: 10px;
}
.features-parts-title h3{
	font-size: 20px;
	font-weight: 600;
	color: #111;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 50px;
}
.features-parts-content{
	margin-bottom: 50px;
}
.features-parts-content p{
	line-height: 1.8;
}
.features-parts-cta{
	padding: 50px 0;
	background-color: #111;
}
.features-parts-cta h3{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
}
.features-parts-cta p{
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
}
.features-parts-cta .col-sm-4 a{
	margin-top: 9px;
}



.info-content .col-sm-3{
	background-color: #111;
	text-align: center;
	padding: 30px;
}
.info-content .col-sm-3 h1{
	color: #30bff1;
	font-weight: 700;
	font-size: 42px;
	letter-spacing: 1px;
}
.info-content .col-sm-3 p{
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
}



.subscribe-content header h2{
	margin-top:20px;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-size: 24px;
	font-weight: 700;
}


}.subscribe-content header p{
	color: #111;
	letter-spacing: 0.2px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
}


    
.subscribe-input input{
	border-radius: 0;
	padding: 0 100px 0 20px;
	height: 40px;
	box-shadow: none;
	margin-right: 10px;
}
.subscribe-input input:focus, textarea:focus, select:focus {
	border: 1px solid #111; 
	background-color: #fff; 
	color: #111; 
	box-shadow: none;
	outline: 0 none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;	
}

/*------ FOOTER ---------*/

.footer{
	width: 100%;
	padding: 30px 0;
	background-color: #111;
}
.footer p{
	padding: 0;
	margin: 0;
}
.footer-content p{
	font-size: 13px;
	color: #fff;
	font-weight: 600;
}
.footer-social{
	padding-top: 15px;
	float: right;
	margin: 0;
}
.footer-social li{
	float: left;
}
.footer-social a{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	margin: 0 7px;
}
.footer-social a:hover{
	color: #30bff1;	
}
.second-footer{
	border-top: 1px solid #333333;
	margin-top: 20px;
	padding-top: 20px;
}
.second-footer p{
	font-size: 13px;
	color: #fff;
	font-weight: 600;
}
.second-footer .col-sm-3 a{
	color: #fff;
}
.second-footer .col-sm-3 a:hover{
	color: #30bff1;
}

/*------ FIN FOOTER ---------*/

/*------ RESP ESTILOS ---------*/

@media(max-width:1200px){
	.nav>li>a {padding: 10px 10px;}
	.header-navbar li a {font-size: 12px;font-weight: 600;letter-spacing: 0.5px;}
	.navbar-nav {margin-top: 11px;}
	.rk-cta-content article {margin-top: 60px;}
	.features-parts-cta .col-sm-4 a {margin-top: 25px;}
	.features-img img{margin-top: 30px;}
	.footer-second-instagram ul li {margin: 0px 8px 8px 0px !important;}
	.elements-nav-tabs li a, .elements-nav-tabs-second li a {font-weight: 500 !important;font-size: 12px !important;padding: 15px 10px !important;}
}
@media(max-width:992px){
	.nav-tabs-services span{font-size: 48px;}
	.rk-cta-content article {margin-top: 20px;}
	.team-social h3 {margin-top: 0;}
	.features-parts-content {margin-bottom: 30px;}
	.features-parts-title h3 {margin-bottom: 30px;}
	.features-img img{margin-top: 70px;}
	.video-content header h3{font-size: 16px; font-weight: 500;margin-bottom: 10px;}
	.video-content header article{margin-bottom: 15px;}
	.video-content header article p{margin-bottom: 0;}
	.form-content h2{margin-bottom: 15px;}	
	.footer-social a {font-size: 13px;margin: 0 4px;}
	.nav>li>a {padding: 11px 6px;}
	.navbar-nav li a{font-size: 12px !important;}
	.features-item{padding-bottom: 30px;text-align: center;}	
	.footer-second-social a{font-size: 12px !important;}
	.elements-features-left-icon .features-item {padding-left: 0;padding-right: 0;}
	.small-slider article {margin-top: 0 !important;}
	.features-section .col-sm-6:nth-child(-n+3) {margin-bottom: 0;}
}
@media(max-width:768px){
	.navbar-nav li{background: rgba(0, 0, 0, 0.8) !important;margin: 1px;}
	.navbar-collapse {-webkit-overflow-scrolling: touch;border-top: none;-webkit-box-shadow: none;box-shadow: none;}
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 100%;}
	.navbar-toggle{margin-right: 0;}
	.cbp-l-filters-buttonCenter .cbp-filter-item {margin: 0;padding: 0 7px;}
	.nav-tabs-services span{font-size: 42px;}
	.header-navbar-container {padding-left: 30px;padding-right: 30px;}
	.rk-cta-content article {margin-top: 0; text-align: center; margin-bottom: 50px;}
	.call-to-action .col-sm-6 figure img{margin: 0 auto;}
	.features-parts .col-sm-8{text-align: center; margin-top: 20px;}
	.features-parts-cta .col-sm-8{text-align: center;}
	.features-parts .col-sm-5{text-align: center;}
	.features-parts-second .col-sm-5{text-align: center;}
	.features-img img{margin-top: 40px;}	
	.video-content header article p{line-height: 23px;}
	.video-content {padding: 30px 0;}
	.contact-form{margin-bottom: 30px;}
	.footer{text-align: center;}
	.second-footer .pull-right{float: none !important; margin-top: 20px;}
	.footer-social {float: none; margin-top: 10px;}
	.footer-social li {float: none;}	
	.nav>li>a {padding: 11px 15px;}
	.navbar-nav li.dropdown{display: none;}
	.vertical-align {display: block;}	
	.footer-second .col-sm-3{padding-bottom: 50px;}
	.navbar-nav-white li a {color: #fff !important;}
	.small-slider {text-align: center;}
	#small-slider {margin-top: 30px;}
	.project-list-group{margin-bottom: 30px !important;}
	.error-page-search a{margin-top: 30px;}
	.contact-form input, select {margin-bottom: 10px;}
	.team-content .col-sm-4{margin-bottom: 20px;}
}

/*------ FIN RESP ---------*/





@font-face {
	font-family: 'et-line';
	src:url('fonts/et-line.eot');
	src:url('fonts/et-line.eot?#iefix') format('embedded-opentype'),
		url('fonts/et-line.woff') format('woff'),
		url('fonts/et-line.ttf') format('truetype'),
		url('fonts/et-line.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;
}


[data-icon]:before {
	font-family: 'et-line';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}