/*

ESPECIAL ADDED

------- para saber que seccion va con fondo y cual no
#experience, #courses, #portfolio{  //seciones alternativas
  background-color: #eee;
}
-------------------------


/* 01. TYPOGRAPHY
=================================================*/

h1, h2 {
    font-family: 'Hind', sans-serif;
    margin: 0;
    padding: 0;
}

h3, h4, h5, h6, p, a {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 2.7em;
    margin-bottom: 20px;
    color: #131313;
}

h4 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #131313;
}

p {
    color: #181a1b;
    font-size: 16px;
    margin: 3.2rem 0;
}


/* 04. NAVIGATION
=================================================*/

#navigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(35, 38, 45, 0);
    border: 0;
    border-radius: 0;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.logo {
    padding-top: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

/*    victor from here (navBar)    */

.navbar-default .navbar-nav>.active> a, 
.navbar-default .navbar-nav>.active> a:focus, 
.navbar-default .navbar-nav>.active> a:hover {
  background: #181a21;
  color: white;
}

.navbar-default .navbar-nav>li>a{
  color: #eee;
}

.navbar-default .navbar-toggle{
  border-color: #eee;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #eee;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
  background-color: rgb(35, 38, 45);
}
/*

.navigation-menu .navbar-nav li a {
    color: rgba(255, 255, 255, 0.71);
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 18.15px;
    padding: 30px 13px;
    -webkit-transition: .3s;
    transition: .3s;
}

.navigation-menu .navbar-nav .active {
    color: #fff;
}

.navigation-menu .navbar-nav li a:hover {
    color: #fff;
    background: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus, .nav li a:hover {
    color: rgba(255, 255, 255, 0.8);
    background: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}

.nav-bg {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-bg .logo {
    padding-top: 18px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-bg .logo a {
    color: #131313;
}

.nav-bg .navigation-menu .navbar-nav li a {
    color: #131313;
    padding: 20px 13px;
    -webkit-transition: .3s;
    transition: .3s;
}

.nav-bg .navigation-menu .navbar-nav li a:hover {
    color: #48b14d;
}

.nav-bg .navbar-nav>.active>a, .nav-bg .navbar-nav>.active>a:hover, .nav-bg .navbar-nav>.active>a:focus {
    color: #48b14d !important;
    background-color: transparent;
}

*/


/* 05. HOME
=================================================*/

#home {
    height: 80vh;
}

.home-text {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.profile-pic img {
    width: 170px;
    height: 170px;
    border-radius: 80%;
    border: 3px solid #fff;
    margin: 0 auto;
}

.home-text h1 {
    color: #fff;
    font-size: 4em;
    line-height: 80px;
    margin-top: 30px;
}

.home-text h3 {
    color: rgba(255, 255, 255, 0.66);
    letter-spacing: 2px;
}



/* 02. ABOUT
=================================================*/

#about {
    padding: 60px 0 65px;
    background: #fff;
    padding-bottom: 0px;
}

#about h2 {
    margin-top: 0;
}

.description {
    max-width: 100%;
    width: 38em;
}

.description p {
    margin-bottom: 20px;
}

/*
.social-icons {
    padding-left: 0px;
}

.social-icons li {
    display: inline-block;
    display: -moz-inline-stack;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-icons li a {
    color: #131313;
    background: rgba(42, 41, 41, 0);
    display: inline-block;
    display: -moz-inline-stack;
    width: 50px;
    height: 40px;
    box-sizing: border-box;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.social-icons li a:hover {
    color: #48b14d;
}

.social-icons li a i {
    font-size: 1.3em;
}

*/

.facts {
    float: right;
    margin-top: 30px;
}

.count-item {
    margin-right: 0;
    margin-bottom: 20px;
}

.numscroller {
    color: #131313;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
    font-family: 'Lato', sans-serif;
}

.count-name-intro {
    color: #131313;
    font-size: 1.3em;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}


/* 3. BLOG
=================================================*/
/* changed from template the marigns
  from 90px - 95px to 20px 25px */

#blog {
  margin-bottom: 40px;
  padding-bottom: 40px;
}





/* 07. SKILLS
=================================================*/

#skills {
    padding: 95px 0 50px;
    background: #fff;
    /*
    background: #f2f2f2;
    */
}

#skills h2 {
    margin-bottom: 50px;
}

.skills-right {
    float: right;
}

.progress-box {
    margin-bottom: 50px;
}

.progress-box p {
    font-weight: 600;
    margin-bottom: 10px;
}

.progress {
    background-color: rgba(26, 26, 26, 0.31);
    height: 20px;
    border-radius: 4px;
    overflow: hidden;

  border: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.progress-box .progress {
    box-shadow: none;
    height: 3px;
}

.progress-box .progress-bar {
    transition-duration: 2000ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.bg-color-base {
    background: #48b14d !important;
}

.color-heading {
    color: #131313 !important;
}

/*---------------------------------------
    Skills NEW         
-----------------------------------------*/



#skills .about-desc {
  padding-top: 26px;
}

#skills .about-desc img {
  float: left;
  margin: 0 28px 18px 0;
}

#skills .skills-thumb {
  padding: 32px 42px;
}

#skills .progress {
  border-radius: 0px;
  box-shadow: none;
  height: 4px;
}

#skills .progress-bar-primary {
  background: #232B2B;
}

#skills strong,
#skills span {
  color: #555555;
  font-weight: normal;
  display: inline-block;
  letter-spacing: 0.1px;
  padding-bottom: 8px;
}

#skills .skills-thumb {
background: #ffffff;

}

#skills {
  /*
    background: #232B2B;
    */
}



/*======SKILLS 2==========*/
#skills {}

.ul_edited {
  list-style-type: none;
  position: relative;
  margin-left: -20px;
}
/*
.li {
padding: 50px;
}
*/

#skills .ul_edited :before{content: "\2014"} 


#skills{
    padding: 95px 0 50px;
}



#skills .lang-thumb {
  
  /*background: #f3f3f3; */
  background: #fff;
  padding: 32px 42px;
  min-height: 260px;
  height: 300px;
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}


/* skills reference btn*/
#skills .btn  {
    position: absolute;
    width: 50%;
    object-position: center;
    left: 25%;
    bottom: 20px;
  }

.modal{
  margin-top: 100px;
}


/*======EDUCATION==========*/

#education {
    padding: 50px 0 75px;
    /*
    background: #f3f3f3;
    */
}

#education h1 {
    margin-bottom: 20px;
}


#education h2 {
    margin-top: 0;
}

#education h5{
    text-align: center;
}

.lib-panel{
    background-color: #fff
}
.education_img {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    vertical-align: middle;

}

.tut{
    width: 80%;
    margin: 10px;
    height: 100%;
    vertical-align: middle;
}


.uc3m{
    width: 80%;
    margin: 10px;
    height: 100%;
    vertical-align: middle;
    margin-top: 20%;
}




/* ======== Language ============*/


#language{
    padding: 95px 0 50px;
    /*
    background: #f3f3f3;
    */
}



#language .lang-thumb {
  
  background: #fff;
  padding: 32px 42px;
  min-height: 260px;
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}


h1 {
  margin-bottom: 30px;
}



/*========timeline2==========*/
#timeline{
        margin-top: 40px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
    background-color: #000000 !important;
}

.timeline-badge.success {
    background-color: #000000 !important;
}

.timeline-badge.warning {
    background-color: #000000 !important;
}

.timeline-badge.danger {
    background-color: #000000 !important;
}

.timeline-badge.info {
    background-color: #000000 !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

/* ======== EDUCATION CARDS ============*/


.lib-panel {
    padding: : 20px;
    margin-bottom: 20Px;
}
.lib-panel img {
    position: relative.center;
    width: 100%;
    background-color: transparent;
    vertical-align: middle;
}

.lib-panel h1, h2, h3, h4, h5{
    margin-top: 30px;
    margin-bottom: : 30px;
}
.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
    background-color: #FFFFFF;
}


.lib-panel .lib-row {
    padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
    background-color: #FFFFFF;
    font-size: 20px;
    padding: 10px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
    position: relative;
    height: 100%;
    display: block;
    font-size: 13px;
}
.lib-panel .lib-row.lib-desc a{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}

.row-margin-bottom {
    margin-bottom: 20px;
}

.box-shadow {
  
  border: 1px solid #d4d4d4;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}

.no-padding {
    padding: 0;
}





/* ======== social media icons ============*/



#social_media

.fa {
  padding: 20px;
  font-size: 80px;
  width: 80px;
  height: 100px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 10%

}

.fa:hover {
    opacity: 0.7;
}

.fa-google {
  background: #000000;
  color: white;
}

.fa-linkedin {
  background: #000000;
  color: white;
}


.fa-github {
    background: #000000;
    color: white;
}


/* ============ TESTIMONIAL =========*/
/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
    margin-bottom: 130px;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;

    margin-bottom: 130px;

}

/*
#testimonial {
    background: #f3f3f3;
}*/