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 HEADER ---------*/


/*------ 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 ---------*/


/*-----HEAD-------*/

.section-header{
    padding: 10%;
    padding-bottom: 3rem;
    margin: auto;
    background-color: white;
    text-align: center;
    font-size: 200%;
    
}

.img-circle{
    width: 20REM;
    height: 22REM;
    border-radius:80%;   
    display: block;
    margin: auto;
    }

.texto{
    padding: 30px;
    margin: auto;
    
    
}

.section-padding{
    background-color: dodgerblue;
    color: white;
    padding: 3rem 2rem 3rem 5rem;
    line-height: 3.5rem;
}


.redes {
    font-size: 4rem;
    transition: color .3s ease-out;
    color: aliceblue;
    text-decoration: none;
    padding: 5%;
    
}



/*------ 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 ---------*/


