 
/* Fontawesome Icons */
@import url(../css/font-awesome.min.css);

/*=================================================================
    1. Basic Setup
==================================================================*/

body {
    font-family: 'Quicksand', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.section-title h4 {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #333;
    font-display: auto;
    padding: 7px 14px;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    font-family: 'Quicksand', sans-serif;
    margin-top: 0px;
}

.section-title h4:after {
    content: "";
    display: block;
    position: relative;
    margin-top: 0px;
    width: 50px;
    height: 1px;
    top: 8px;
    margin: auto;
    margin-bottom: 4px;
    background-color: #333;
}

.section-title h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    position: relative
}

#about,
#statistic,
#services,
#portfolio,
#resume,
#testimonials,
#contact {
    padding: 70px 0px;
}


/*=================================================================
    2. Navigation Bar
==================================================================*/

.custom-navbar {
    border: none;
    margin-bottom: 0;
    background-color: #ffffff;
    padding-top: 22px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.custom-navbar .navbar-brand {
    color: #333;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.custom-navbar .nav li a {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 0;
    margin: 15px;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #333;
}

.custom-navbar .navbar-nav li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 2px;
    margin: auto;
    background: transparent;
    -webkit-transition: width .3s ease, background-color .3s ease;
    -moz-transition: width .3s ease, background-color .3s ease;
    -o-transition: width .3s ease, background-color .3s ease;
    transition: width .3s ease, background-color .3s ease;
}

.custom-navbar .navbar-nav li a:hover:after,
.custom-navbar .nav li.active > a:after {
    background: #333;
    color: #333;
    width: 100%;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #333;
}

.custom-navbar .nav li.active a:after {
    width: 100%;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #333;
    border-color: transparent;
}

.top-nav-collapse .navbar-brand {
    color: #333
}

.top-nav-collapse .nav li a {
    color: #333
}

.top-nav-collapse .nav li.active a {
    color: #333
}

.top-nav-collapse .navbar-nav li a:hover:after,
.top-nav-collapse .nav li.active > a:after {
    background: #333;
    color: #333;
    width: 100%;
}

.top-nav-collapse .navbar-nav > li > a:hover,
.top-nav-collapse .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #333;
}

@media(min-width:768px) {
    .custom-navbar {
        border-bottom: 0;
        background: 0 0;
    }
    .custom-navbar.top-nav-collapse {
        background: #fff;
        -webkit-box-shadow: 1px 1px 3px rgba(80, 80, 80, 0.1);
        -moz-box-shadow: 1px 1px 3px rgba(80, 80, 80, 0.1);
        -o-box-shadow: 1px 1px 3px rgba(80, 80, 80, 0.1);
        box-shadow: 1px 1px 3px rgba(80, 80, 80, 0.1);
        padding: 10px 0;
    }
}


/*=================================================================
    3. Header
==================================================================*/

#home {
    width: 100%;
    height: 100%;
}

#particles-js {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../img/fondo/saldknldmñsmfkngfmñadkjglsfmañdknsñdmfjkdslmflkadmfskdlfmlkfmwqflkwefmewlkfmwelkfwemfewlkfmwe.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#home .container {
    position: absolute;
    width: 100%;
    top: 35%;
}

.header-inner {
    display: table;
    width: 100%;
}

.header-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.header-content h1 {
    font-size: 72px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.header-content h4 {
    color: #333;
    font-family: 'Quicksand', sans-serif;
    font-size: 30px
}

.but-down {
    position: absolute;
    text-align: center;
    bottom: -158%;
    left: 49%;
}

.but-down i {
    border: 1px solid #333;
    width: 40px;
    height: 40px;
    color: #333;
    font-size: 20px;
    line-height: 39px;
}




/*=================================================================
    4. About
==================================================================*/

.about-content .person-img img {
    border: 8px solid #fff;
    margin: auto;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.about-content .social-links {
    margin-top: 30px
}

.fantasy-social-links{
    font-size: 14px;
}
.fantasy-social-links a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin: 0 10px;
    text-align: center;
    display: inline-block;
    color: #333;
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.fantasy-social-links a i,
.fantasy-social-links a span{
    position: relative;
    top: 0;
    left: 0; 
}
.fantasy-social-links a:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    
}
.fantasy-social-links a:hover{
    color: #fff;
}
.fantasy-social-links a:hover:before{
    background: #333;
}

.about-content .person-info h3 {
    margin-top: 0px;
    position: relative;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.about-content .person-info h3:after {
    content: "";
    display: block;
    position: absolute;
    margin-top: 3px;
    width: 50px;
    height: 2px;
    background-color: #333
}

.about-content .person-info .text-info {
    margin: 20px 0px 25px;
    color: #808080;
    font-size: 15px;
    line-height: 26px;
}

.person-info .about_info h4,
.about-content .languages h4
{
    margin-top:0px;
    margin-bottom: 30px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.person-info .about_info ul {
    list-style: none;
    padding-left: 0px
}

.person-info .about_info ul li {
    padding-bottom: 7px;
    color: #808080;
}

.person-info .about_info ul li p {
    display: inline-block;
    width: 100px;
    font-size: 15px;
    margin-right: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.person-info .about_info ul li span {
    font-size: 16px;
}

.person-info .butt-resume {
    margin-top: 15px;
}

.person-info .butt-resume a {
    text-decoration: none;
    color: #fff;
    background-color: #333;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.person-info .butt-resume a:hover {
    border: 1px solid #333;
    background-color: transparent;
    color: #333
}


/* ================ Languages ================ */

.languages .single-lang .prog i {
    margin-right:5px
}

.languages .single-lang .lang-title h5 {
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    margin-bottom:5px
}

.languages .single-lang {
    margin-bottom:25px
}

.languages .single-lang .fa-star-o {
    color:#808080
}


/*=================================================================
    5. Statistic
==================================================================*/

#statistic {
    background-color: #f6f6f6;
}

#statistic h4 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    color: #333;
    padding: 7px 14px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    margin-top: 0px;
    z-index: 1;
}

#statistic h4:before {
    content: '';
    position: relative;
    display: block;
    width: 24px;
    height: 5px;
    background-color: #f6f6f6;
    margin:auto;
    top: 53px;
}

#statistic h4:after {
    content: '';
    position: relative;
    display: block;
    width: 31px;
    height: 1px;
    transform: rotate(90deg);
    background-color: #ddd;
    margin: auto;
    top: 26px;
}

#statistic .statistic-block {
    border: 1px solid #ddd;
    display: table;
    text-align: center;
    position: relative;
    margin: auto;
    width: 180px;
    height: 160px;
}

#statistic .statistic-block h2 {
    font: 700 3.5em/1em 'Montserrat', sans-serif;
    margin-top: 0px;
    padding: 28px 0 15px;
    margin-bottom: 0px;
    line-height: 60px;
}

#statistic .statistic-block p {
    text-transform: uppercase;
    letter-spacing: .1em;
    font: 400 12px/25px 'Quicksand', sans-serif;
}

#statistic .rate-statis .statistic-block .coin {
    position: absolute;
    font-size: 25px;
    left: 28px;
    top: 30px;
}

/*=================================================================
    6. Skills
==================================================================*/

#skills {
    padding: 25px 0
}

#skills .skill-title {
    margin-top: 97px;
}

#skills h2 {
    font-weight:400;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-top:0px;
    margin-bottom: 20px;
}

#skills .small-text-skill {
    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
}

.skills-bars {
    position: relative;
    height:350px;
	opacity:0;
    -webkit-transition:opacity .3s ease-out;
    -moz-transition:opacity .3s ease-out;
    -o-transition:opacity .3s ease-out;
	transition:opacity .3s ease-out;
}

.skills-item {
    position: absolute;
    width: 18%;
    height:0;
    bottom:0;
    background: #333;
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
    -webkit-transition:height 2s ease-in-out;
    -moz-transition:height 2s ease-in-out;
    -o-transition:height 2s ease-in-out;
    transition:height 2s ease-in-out;
}

.skill1{
    left:0
}

.skill2{
    left:18%
}

.skill3{
    left:36%
}

.skill4{
    left:54%
}

.skill5{
    left:72%
}

.skill6{
    left:90%
} 

.skill7{
    left:100%
} 
 


.percent {
    position: absolute;
    display: block;
    width:100%;
    top: -70px;
    font-weight: 700;
    text-align: center;
    font-size: 16px
}

.percent:before {
    content: '';
    display: block;
    position: absolute;
    width: 35%;
    height: 1px;
    background-color: #333;
    left:31%;
    top: 25px;
}

.percent:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 73px;
    background-color: #333;
    left: 48%;
    top: 25px;
}

.skills-item p{
    position: absolute;
    width: 100%;
    bottom: -40px;
    font-weight: 700;
    text-align: center;
    font-size: 16px
}

/*=================================================================
    7. Services
==================================================================*/

.services-box {
    margin-top: 3em
}

.divider {
    width: 50%;
    margin: 13px auto 15px;
    position: relative;
    height: 1px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    -moz-transform: translateZ(0) scale(1, 1);
    -o-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
}

.divider::after {
    height: 1px;
    background: #e8e8e8;
    background: -moz-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -ms-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    position: absolute;
    bottom: -1px;
    content: "";
    width: 100%;
    left: 0;
}

.shadow,
.shadow-narrow {
    position: relative;
    background-color: #fff;
}

.service-block {
    border: 1px solid #f1f1f1;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.shadow-narrow::before,
.shadow::before {
    position: absolute;
    left: 0;
    height: 60%;
    bottom: 0;
    width: 100%;
    content: "";
    background-color: #fff;
    z-index: 2;
}

.shadow-narrow::after,
.shadow::after {
    content: "";
    position: absolute;
    height: 50%;
    width: 96%;
    left: 50%;
    bottom: 2px;
    margin-left: -48%;
    -webkit-box-shadow: 0 5px 7px #999;
    -moz-box-shadow: 0 5px 7px #999;
    -o-box-shadow: 0 5px 7px #999;
    box-shadow: 0 5px 7px #999;
    z-index: 1;
    border-radius: 10%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.shadow-narrow:hover::after,
.shadow:hover::after {
    bottom: 10px;
}

.icon.bg-df {
    color: #ffffff;
}

.service-block .icon {
    margin-bottom: 10px;
}

.icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.85);
    color: #333;
    font-size: 24px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.shadow *,
.shadow-narrow * {
    position: relative;
    z-index: 3;
}

.service-block h4 {
    font-size: 20px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}

.service-block p {
    clear: both;
    margin-bottom: 0px;
    line-height: 26px;
    font-size: 15px;
    color: #808080;
}

.icon i {
    position: relative;
    z-index: 1;
    color: #333;
    font-size: 32px;
}


/*=================================================================
    8. Portfolio
==================================================================*/

#portfolio .portfolio-content {
    margin-top: 3em
}

#portfolio .type-of-work {
    margin-bottom: 10px;
    margin-right: 35px;
    cursor: default
}

#portfolio .type-of-work li {
    display: inline-block;
    background-color: transparent;
    color: #333;
    margin: 10px 5px;
    padding: 10px 20px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#portfolio .type-of-work li.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
}

.portfolio-area {
    padding-top: 90px;
    padding-bottom: 60px
}

.portfolio-menu {
    margin-bottom: 20px;
    text-align: center;
}

.grid-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.single-portfolio {
    position: relative;
    overflow: hidden;
}

.single-portfolio img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
}

.single-portfolio:hover img {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
}

.sin-portfolio-overlay {
    background: #333 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.sin-portfolio-icon {
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 25%;
    width: 100%;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.sin-portfolio-icon a i.fa {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    height: 38px;
    line-height: 35px;
    width: 38px;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.sin-portfolio-icon a:hover i.fa {
    color: #fff;
    background-color: #333;
    border: 2px solid #333;
}

.single-portfolio:hover .sin-portfolio-overlay {
    opacity: .35;
}

.single-portfolio:hover .sin-portfolio-icon {
    opacity: 1;
    top: 44%;
}

.cool-link {
    display: inline-block;
    color: #333;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #333;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
}


/*=================================================================
    9. Resume
==================================================================*/

.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.timeline h2,
.timeline h3 {
    line-height: inherit;
    margin-top: 0px;
    font-size: 20px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}

.timeline-item {
    padding-left: 40px;
    position: relative;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-info {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 .5em 0;
    white-space: nowrap;
}

.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

.timeline-marker:before {
    background: #333;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
    content: "";
    width: 3px;
    background: #333;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
}

.timeline-item:last-child .timeline-marker:after {
    content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid #333;
}

.timeline-content {
    padding-bottom: 40px;
}

.timeline-content p:last-child {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 15px;
    color: #808080;
}

.period {
    padding: 0;
}

.period .timeline-info {
    display: none;
}

.period .timeline-marker:before {
    background: transparent;
    content: "";
    width: 15px;
    height: auto;
    border: none;
    border-radius: 0;
    top: 0;
    bottom: 30px;
    position: absolute;
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
}

.period .exp-title:before {
    border-top: none
}

.period .timeline-marker:after {
    content: "";
    height: 32px;
    top: auto;
}

.period .timeline-content {
    padding: 40px 0 70px;
}

.period .timeline-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    background-color: #333;
    display: inline-block;
    color: #fff;
    padding: 7px 14px;
    position: relative;
    letter-spacing: 1px;
}

@media (min-width: 992px) {
    .timeline-centered,
    .timeline-centered .timeline-item,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-marker,
    .timeline-centered .timeline-content {
        display: block;
        margin: 0;
        padding: 0;
    }
    .timeline-centered .timeline-item {
        padding-bottom: 40px;
        overflow: hidden;
    }
    .timeline-centered .timeline-marker {
        position: absolute;
        left: 50%;
        margin-left: -7.5px;
    }
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-content {
        width: 50%;
    }
    .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
        float: left;
        text-align: right;
        padding-right: 30px;
    }
    .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
        float: right;
        text-align: left;
        padding-left: 30px;
    }
    .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
        float: right;
        text-align: left;
        padding-left: 30px;
    }
    .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
        float: left;
        text-align: right;
        padding-right: 30px;
    }
    .timeline-centered > .timeline-item.period .timeline-content {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .timeline-centered .timeline-item.period {
        padding: 50px 0 90px;
        padding-bottom: 30px;
    }
    .timeline-centered .period .timeline-marker:after {
        height: 30px;
        bottom: 0;
        top: auto;
    }
    .timeline-centered .period .timeline-title {
        left: auto;
    }
}

.timeline-centered .timeline-reset {
    padding-bottom:0
}

/*=================================================================
    10. Hire Me
==================================================================*/

#hire { 
    background: url("../img/fondo/lkdasndklsandkalsdnlkqwndklwqdkqwldmqlkdmqwñldqw.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.overlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6);
}

#hire .hire {
    padding:70px 0 90px
}

#hire .hire-content h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 25px;
    margin-bottom: 20px;
}

#hire .hire-content p {
    color: #fff;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 50px;
}

#hire .hire-butt a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 10px 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#hire .hire-butt a:hover {
    background-color: #333;
    border-color: #333;
}

/*=================================================================
    11. Testimonials
==================================================================*/

.testimonial-content {
    margin-top: 3em
}

.testimonial {
    text-align: center;
    margin: 50px 10px 0;
    padding: 0 10% 1%;
    background: #fff;
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    margin-top: -50px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 15px;
    color: #808080;
    line-height: 26px;
    margin: 10px 0 20px;
}

.testimonial .testimonial-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #333;
    font-family: 'Quicksand', sans-serif;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #808080;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.testimonial .post:before {
    content: "";
    width: 30px;
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #333;
}

.testimonial .testimonial-rating {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

.testimonial .testimonial-rating li {
    color: #d3d3d3;
    display: inline-block;
}

.testimonial .testimonial-rating li.fa-star {
    color: #333;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-pagination {
    width: 140px;
    padding: 10px;
    margin: 0 auto;
    line-height: 13px;
}

.owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #333;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    border: 4px solid #333;
}


/*=================================================================
    12. Contact
==================================================================*/

#contact {
    background-color: #f6f6f6
}

#contact .contact-content {
    margin-top: 3em
}

#contact .contact-form input {
    display: block;
    margin-bottom: 40px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    width: 100%;
    outline-color: transparent;
}

#contact .contact-form input:focus {
    border-color: #333;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#contact .contact-form textarea {
    height: 120px;
    resize: none;
    display: block;
    width: 100%;
    font-size: 16px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
    outline-color: transparent
}

#contact .contact-form textarea:focus {
    border-color: #333;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#contact form {
    padding: 0px 60px
}

#contact form .butt-msg {
    margin-top: 40px
}

#contact form .butt-msg input {
    text-decoration: none;
    color: #fff;
    background-color: #333;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#contact form .butt-msg input:hover {
    border: 1px solid #333;
    background-color: transparent;
    color: #333
}

.error {
    display: none;
    padding: 10px;
    color: #D8000C;
    border-radius: 4px;
    font-size: 13px;
    background-color: #FFBABA;
}

.success {
    background-color: #00c7fc;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 13px;
    padding: 10px;
}


/*=================================================================
	13. Footer
==================================================================*/
footer {
    padding:30px 0
}
footer .fantasy-social-links a {
    width:25px;
    height:25px;
    line-height: 25px;
}


/* ================ Back To Top ================ */

#scroll-top {
    bottom: 15px;
    position: fixed;
    right: 9px;
    display: none;
    cursor: pointer;
    z-index: 600;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #333;
}

#scroll-top i {
    color: #fff;
    font-size: 20px;
}

#scroll-top:hover {
    background-color: #fff;
    border: 1px solid #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#scroll-top:hover > i {
    color: #333
}


/*=================================================================
	14. Preloader
==================================================================*/

#loading-mask {
    background: #f6f6f6;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 999999999;
}

.spinner {
    width: 50px;
    height: 40px;
    text-align: center;
    position: absolute;
    font-size: 10px;
    margin: -22px 0 0 -22px;
    top: 50%;
    left: 50%;
}

.spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    -moz-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    -o-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    -moz-animation-delay: -1.0s;
    -o-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    -moz-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}