html {
  scroll-behavior: smooth;
}

body {
  color: #768390;
  background: #FFF;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

address{
  margin-bottom: 5px;
}

.col-sm-offset-2 {
    margin-left: 2%;
}
.col-sm-8 {
  width: 90%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3D4351;
  margin-top: 0;
}

hr {
  height: 3px;
  background-color: #55ACEE;
}

h1#nombre {
  text-align: center;
}
h3#profesion {
  color: #55ACEE;
  text-align: center;
}

a {
  color: #55ACEE;
}

a:hover {
  color: #55ACEE;
  text-decoration: none;
}

ul#contacto li {
  display: inline;
}

.logo {
  max-width: 150px;
  filter: grayscale();
  
}

.logo_chico {
  max-width: 100px;
  filter: grayscale();
  
}
.fa-linkedin {
  font-size: 32px;
  color: #768390;
}
.fa-facebook-square {
  font-size: 32px;
  color: #768390;
}

.imagencv {
  margin-left: auto;
  margin-right: auto;
}

.progress-item .progress {
  height: 2px;
  box-shadow: none;
  border-radius: 5px;
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-item .progress-percent {
  font-size: 10px;
  background-color: #313131;
  position: absolute;
  top: 5px;
  padding: 0 8px;
  border-radius: 3px;
}

.columns-block {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.left-col-block {
  width: 40%;
  text-align: left;
  overflow: hidden;
  position: fixed;
  right: 10px;
  left: 10px;
}

.right-col-block {
  width: 60%;
  position: absolute;
  right: 0;
  box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.23);
}

.blocks {
  box-sizing: content-box;
}

.header-ejemplo {
  color: rgb(61, 61, 61);
  font-weight: 300;
  padding: 0em 1em;
  text-align: center;
}

.header-ejemplo h1 {
  color: rgb(83, 82, 82);
  font-weight: 300;
  margin-bottom: 10px;
}

.header-ejemplo h3 {
  color: #55ACEE;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 0em 1em;
}

.header-ejemplo p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}

.container-fluid .row {
  padding: 0 0 4em 0;
}

.container-fluid .row:nth-child(even) {
  background: #F1F4F5;
}

.example-title {
  text-align: center;
  margin-bottom: 15px;
  padding: 1em 0;
  border-bottom: 1px solid #E4EAEC;
}

.example-title p {
  margin: 0 px;
  font-size: 14px;
  max-width: 500px;
}

#myBtn {
  position: fixed; 
  bottom: 20px;
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: rgb(78, 78, 78);
  color: #55ACEE; 
  cursor: pointer;
  padding: 15px;
  border-radius: 10px; 
  font-size: 10px; 
}
#myBtn:hover {
  background-color: #555;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
  line-height: inherit;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}

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

/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

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

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

.timeline-marker:after {
  content: "";
  width: 3px;
  background: #CCD5DB;
  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 #55ACEE;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 30px;
  text-align: left;
}

.timeline-content p:last-child {
  margin-bottom: 0;
  text-align: left;
}

/*----- TIMELINE PERIOD -----*/
.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 #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}

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

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

.period .timeline-title {
  margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {

  .timeline-split .timeline,
  .timeline-centered .timeline {
    display: table;
  }

  .timeline-split .timeline-item,
  .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }

  .timeline-split .timeline-info,
  .timeline-centered .timeline-info,
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker,
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content,
  .timeline-split .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }

  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker {
    position: relative;
  }

  .timeline-split .timeline-content,
  .timeline-centered .timeline-content {
    padding-left: 30px;
  }

  .timeline-split .timeline-info,
  .timeline-centered .timeline-info {
    padding-right: 30px;
  }

  .timeline-split .period .timeline-title,
  .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@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;
  }

  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }

  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #55ACEE;
}

.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #55ACEE;
}
.fa-arrow-left{
  color: #55ACEE;
  transition: background-color 0.6s ease;
}

.active, .fa-arrow-left:hover {
  color: #717171;
}
.fa-arrow-right{
  color: #55ACEE;
  transition: background-color 0.6s ease;
}

.active, .fa-arrow-right:hover {
  color: #717171;
}