
/*
====================================================

* 	[Master Stylesheet]
	
	Theme Name :  
	Version    :  
	Author     :  
	Author URI :  

====================================================

	TOC
	
	1. PRIMARY STYLES
	2. COMMONS FOR PAGE DESIGN
	3. INTRO SECTION
		INTRO 
	4. ABOUT SECTION
		COUNTER SECTION 
	5. EXPERIENCE SECTION
	6. PORFOLIO SECTION
	7. EDUCATION SECTION
	8. QUOTO SECTION
	9. SKILLS SECTION
		LINE PROGRESSBAR 
	10. FOOTER

====================================================


/* ---------------------------------
1. PRIMARY STYLES
--------------------------------- */

html{ font-size: 100%; height: 100%; width: 100%; overflow-x: hidden; margin: 0px; 
	padding: 0px; touch-action: manipulation; }


body{ font-size: 16px; font-family: 'Poppins', serif; width: 100%; margin: 0; 
	font-weight: 400; word-wrap: break-word; color: #333; 
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6, p, a, ul, span, li, img, inpot, button{ margin: 0; padding: 0; }

h1,h2,h3,h4,h5,h6{ line-height: 1.5; font-weight: inherit; }

h1,h2,h3{ font-family: 'Poppins', cursive; }

p{ line-height: 1.6; font-size: 1em; font-weight: 400; color: #777; }

h1{ font-size: 3em; line-height: 1; }
h2{ font-size: 2.2em; line-height: 1.1; }
h3{ font-size: 1.8em; }
h4{ font-size: 1.3em; }
h5{ font-size: 1em; }
h6{ font-size: .9em; letter-spacing: 1px; }

a, button{ display: inline-block; text-decoration: none; color: inherit; line-height: 1; 
	-webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }

a:focus, a:active, a:hover,
button:focus, button:active, button:hover,
a b.light-color:hover{ text-decoration: none; }

b{ font-weight: 600; }

img{ width: 100%; }

li{ list-style: none; display: inline-block; }

span{ display: inline-block; }

button{ outline: 0; border: 0; background: none; cursor: pointer; }

.icon{ font-size: 1.1em; display: inline-block; line-height: inherit; }

[class^="icon-"]:before, [class*=" icon-"]:before{ line-height: inherit; }

b.max-bold{ font-weight: 700; }



/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */

.section{ padding: 100px 0 50px; }

.section .heading{ margin-bottom: 60px; display: inline-block; }

.section .heading:before{ content:''; height: 10px; width: 50px; border-radius: 5px;
	margin: 0 auto 20px; display: block; background: #00C88C; }
	
.margin-t-10{ margin-top: 10px; }
/*.margin-t-30{ margin-top: 30px; }*/

.margin-b-20{ margin-bottom: 20px; }
.margin-b-30{ margin-bottom: 30px; text-align: justify; }
.margin-b-50{ margin-bottom: 50px; text-align: justify;}

.margin-tb-30{ margin-top: 30px; margin-bottom: 30px; }
.margin-tb-50{ margin-top: 50px; margin-bottom: 50px; }

.font-yellow{ color: #009D8C; }

.font-semi-white{ color: #ddd; }

.font-lite-black{ color: #999; }

.center-text{ text-align: center; }



/* ---------------------------------
3. INTRO SECTION
--------------------------------- */

.intro-section{ padding: 185px 0; position: relative; background-size: cover; 
	z-index: 1;background-image: url(../../images/bg6.jpg); }

.intro-section:before{ content:''; z-index: -1; position: absolute; top: 0; bottom: 0; left: 0; 
	right: 0; background: rgba(0,0,0, .2); }

	
/* HEADER */

.intro-section .heading-wrapper{ border-radius: 5px; padding: 30px 40px 20px; margin-bottom: 50px;
	background: #FFAD01; color: #fff; }

.intro-section .info{ margin-bottom: 10px; }

.intro-section .info .icon{ float: left; font-size: 30px; }

.intro-section .info .right-area{ margin-left: 45px; }


/* INTRO */

.intro{ color: #fff; text-align: center; }

.intro .profile-img{ max-width: 400px; border-radius: 5px; overflow: hidden; margin: 0 auto; }

.intro .information > li{ display: block; margin: 5px 0; }

.intro .social-icons > li > a{ height: 35px; line-height: 35px; width: 35px; border-radius: 20px; 
	overflow: hidden; z-index: 1; position: relative; margin: 0 5px 5px; text-align: center;
	background: #00C88C; color: #fff; }

.intro .social-icons > li > a:after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0;
	top: 0; z-index: -1; border-radius: 20px; background: #8D7A61; 
	-webkit-transition: all .2s ease; transition: all .2s ease;
	-webkit-transform: scale(0); transform: scale(0); }

.intro .social-icons > li > a:hover:after{ -webkit-transform: scale(1); transform: scale(1); }


.intro .downlad-btn{ padding: 15px 30px; border-radius: 4px; float: right; margin-top: 30px;
	box-shadow: inset 0 0px 4px rgba(0,0,0,.3); background: #FFAD01; color: #fff; 
	-webkit-transition: all .2s ease; transition: all .2s ease; }

.intro .downlad-btn:hover{ -webkit-transform: translateY(-4px); transform: translateY(-4px); }


/* ---------------------------------
4. ABOUT SECTION
--------------------------------- */

.about-section{ background-color: #FFFFFF;}

.about-section h5 { color: #B4B4B4;  }

/* ---------------------------------
9. COUNTER SECTION
--------------------------------- */

.counter-section{ padding: 100px 0 70px; background-size: cover; z-index: 1; background: url(../../images/nebulosa.jpg);
 color: #fff; }

.counter-section:after{ content:''; z-index: -1; position: absolute; top: 0; bottom: 0; left: 0; 
	right: 0; background: rgba(0,0,0, .2); }

.counter{ position: relative; }
	
.counter .title{ text-align: right; margin-right: 130px; color: #00C88C; }

.counter .desc{ position: absolute; bottom: 4px; right: 0px; width: 110px; }

/* ---------------------------------
5. EXPERIENCE SECTION
--------------------------------- */

.experience-section{ background: #FAF5FC; }

.experience .list > li{ display: block; position: relative; margin-bottom: 10px; }

.experience .list > li > span{ position: relative; padding-left: 20px; }

.experience .list > li span:before{ content: ''; position: absolute; top: 50%; left: 0; height: 10px; 
	width: 10px; margin-top: -5px; display: block; border-radius: 10px; border: 2px solid #555; }

	
/* ---------------------------------
12. BTN SECTION
--------------------------------- */

/*.btn-section{ padding-top: 100px; }*/

.btn{ margin: 10px auto; border-radius: 5px; font-size: 12px; padding: 5px 15px; }
/*
.btn-bg-yellow{ border: 1px solid #FFAD01; background: #FFAD01; color: #fff; }*/

.btn-bg-purple{ border: 1px solid #009D8C;  color: #009D8C; }

.btn-border-purple{ border: 1px solid #009D8C; color: #222; }
/*
.btn-color-yellow{ border: 1px solid #28023D; background: #28023D; color: #FFAD01; }


.btn-bg-yellow:hover{ background: none; color: #111; }
*/
.btn-bg-purple:hover{ background: #00C88C; color: #fff; }

.btn-border-purple:hover{ background: #009D8C; color: #fff; }

.btn-bg-purple:active{ background: #009D8C; color: #fff; }
/*
.btn-color-yellow:hover{ background: none; color: #111; }*/


/* ---------------------------------
6. PORFOLIO SECTION
--------------------------------- */

.portfolio-section{ position: relative; }

.portfolio-section .portfolioFilter{ margin-bottom: 60px; color: #666; }

.portfolio-section .portfolioFilter a{ margin: 10px 10px 0 0; }

.portfolio-section .portfolioFilter a.current{ color: #00C88C; }

.portfolio-section .portfolioContainer{ margin-left: -15px; margin-right: -15px; }

.portfolio-section .p-item{ width: 25%; padding: 0 7.5px 0px; margin-top: 15px; }

.portfolio-section .p-item a{ display: inline-block; position: relative; }


	
/* ---------------------------------
7. EDUCATION SECTION
--------------------------------- */

.education-section{background-color: #FFFFFF;}

.education-wrapper{ position: relative; overflow: hidden; text-align: center;  }

.education-wrapper:after{ content:''; position: absolute; top: 8px; bottom: 0; left: 50%;
	margin-left: -1px; width: 2px; background: #ccc; }

.education-wrapper .education{ width: 50%; clear: both; position: relative;  }

.education-wrapper .education:first-child{ margin-top: 0; } 

.education-wrapper .education.left{ float: left; padding-right: 50px; text-align: right; }

.education-wrapper .education.right{ float: right; padding-left: 50px; text-align: left; }

.education-wrapper .education:after{ content:''; position: absolute; top: 8px; width: 16px; 
	height: 16px; border-radius: 10px; z-index: 1;
	box-shadow: 0 0 0 8px rgba(0,2001,120, .4); background: #00C88C; }
	
.education-wrapper .education.left:after{ right: -8px; }

.education-wrapper .education.right:after{ left: -8px; }

.education-section h3,h4 {color: #6C6C6C; }


/* ---------------------------------
8. QUOTO SECTION
--------------------------------- 
background-size: cover; z-index: 1; background-image: url(../../images/slider-2.jpg);
*/

.quoto-section{ padding: 80px 0; position: relative; color: #fff; background-size: cover; background-image: url(../../images/slider7-16.png); background-color: #D1D1D1; }

.quoto-section:before{ content:''; z-index: -1; position: absolute; top: 0; bottom: 0; left: 0; 
	right: 0; background: rgba(0,0,0, .8); }
	
.quoto-section .icon{ margin-bottom: 20px; height: 40px; width: 40px; line-height: 40px; 
	border-radius: 30px; background: #00C88C; color: #fff; }

	

/* ---------------------------------
9. SKILLS SECTION
--------------------------------- */

.skills-section .expert{ margin-top: 10px; display: inline-block; padding: 1px 25px 0; 
	border-radius: 5px; background: #00C88C; color: #fff; }

.skills-section{ background-color: #fff;}


.skills-section h3 { color:#AFAFAF; }

/* LINE PROGRESSBAR */
	
.line-progress{ position: relative; padding-bottom: 25px; }

.line-progress .progressbar-text{ position: absolute; bottom: 0; right: 0; font-size: 1.1em; 
	font-weight: 500; color: #777!important; }

.line-progress .progress-title{ position: absolute; bottom: 0; left: 0; color: #777; }


/* REDIAL PROGRESS SECTION */

.radial-progress-section{ position: relative; color: #fff; background-size: cover; background-image: url(../../images/slider7-16.png); background-color: #00C88C;}

.radial-progress-section:before{ content:''; z-index: -1; position: absolute; top: 0; bottom: 0; 
	left: 0; right: 0; background: rgba(0,0,0, .8); }
	
.radial-progress{ position: relative; max-width: 170px; margin: 0 auto; }

.radial-progress .progressbar-text{ font-size: 2.2em; font-weight: 500; 
	padding-bottom: 25px!important; color: #FFFFFF!important; }

.radial-progress .progressbar-text:after{ content:'%'; }

.radial-progress .progress-title{ position: absolute; top: 50%; left: 50%; width: 100%;
	letter-spacing: 0; text-align: center; transform: translate(-50%, 15px); color: #FFF; }

.radial-progress { color:#FFF;}



/* ---------------------------------
10. FOOTER
--------------------------------- */

.copyright{ text-align: center; padding: 30px 0; background: rgba(17,35,32,1.00); color: #848484; }

/* ---------------------------------
5. FORMULARIO
--------------------------------- */

.contact-form{ margin-top:15px;}

.contact-form .textarea{ min-height:100px; resize:none; width: 100%; }

.form-control{ box-shadow:none; border-color:#eee; height:49px;}

.form-control:focus{ box-shadow:none; border-color:#009D8C;}

.form-control-feedback{ line-height:50px;}

.main-btn{  border-color: #fff; color:#fff; font-size: 16px; }

.pull-right{ display: flex;}

.main-btn:hover{ background:#00C88C; color:#fff; border-color: #00C88C;}

.main-btn:focus{ background:#009D8C; color:#fff; border-color: #009D8C;}

.form-control-feedback {line-height: 50px; top: 0px;}

.social-icons{ margin: 10px auto; }



