body {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  line-height: 1.7;
}
.body-light {
  color: #404040;
  background-color: #FFFFFF;
}
.body-dark {
  color: #FFFFFF;
  background-color: #404040;
}
div {
  box-sizing: border-box;
  line-height: 1.7;
}
.loading-text {
  display :block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}
.content-page {
  opacity: 0;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.5s ease-in-out;
}
.show {
  opacity: 1;
}
.container-language {
  display: block;
  text-align: right;
}
.link-language {
  cursor: pointer;
  font-size: 20px;
  font-weight: 300;
}
.link-language:hover {
  color:#35b9ddc8;
}
.link-language-selected {
  font-weight: 600;
}
.language-separator {
  font-size: 20px;
  font-weight: 300;
  margin-right: 3px;
  margin-left: 3px;
}
.icon-print {
  font-size: 20px;
  margin-right: 20px;
  cursor: pointer;
  margin-top: 8px;
  transform: translateY(2px);
}
.icon-print:hover {
  color:#35b9ddc8;
}
.bulb-light {
  display: block;
  float: left;
  font-size: 25px;
  margin-top: 5px;
  cursor: pointer;
  font-weight: 100;
}
.bulb-dark {
  display: block;
  float: left;
  font-size: 25px;
  margin-top: 5px;
  cursor: pointer;
}
.left-data {
}
.right-data {
  text-align: right;
  font-weight: 300;
  margin-bottom: 30px;
}
.title-page {
  height: 65px;
  font-size: 40px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subtitle-page {
  font-style: italic;
  font-size: 20px;
  font-weight: 100;
}
.external-link {
  font-weight: 500;
}
.external-link:hover {
  font-weight: 600;
  cursor: pointer;
}
.icon-personal-info {
  font-size: 22px;
  margin-left: 3px;
  margin-right: 8px;
  transform: translateY(3px);  
}
.icons-container {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin: 0;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 2px;
}
.icon-rrss {
  text-align: center;
  font-size: 30px;
  width: 60px;
  height: 60px;
  margin: 5px;
  cursor: pointer;
  border-radius: 60px;
  line-height: 60px;
  box-sizing: border-box;
  transition: box-shadow 0.3s, transform 0.3s, color 0.3s;
}
.icon-rrss-light{
  color: #FFFFFF;
  box-shadow: inset 0 0 0 35px #333;
}
.icon-rrss-dark{
  color: #333;
  box-shadow: inset 0 0 0 35px #FFFFFF;
}
.icons-container li:last-child {
  margin-right: 0;
}
.icons-container li:first-child {
  margin-left: 0;
}
.icon-rrss-light:hover {
  color: #333;
  box-shadow: inset 0 0 0 2px #333;
}
.icon-rrss-dark:hover {
  color: #FFFFFF;
  box-shadow: inset 0 0 0 2px #FFFFFF;
}
.title-section {
  font-weight: 300;
  font-size: 30px;
  text-align: center;
  border-bottom: dashed 2px #CCCCCC;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
  line-height: 30px;
}
.profile-pic {
  width: 200px;
  height: 200px;
  border-radius: 1000px;
  background-size: contain;
  background-position: center center;
  background-image: url(images/profile-pic.png);
  float: left;
}
.border-light {
  border: solid 6px #464646;
}
.border-dark {
  border: solid 6px #f7f7f7;
}
.profile-message {
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
  margin-left: 47px;
  margin-bottom: 30px;
  float: right;
  width: calc(100% - 290px);
}
.experience-container {
  display: flow-root;
  margin-bottom: 20px;
}
.left-experience {
  width: 290px;
  float: left;
}
.item-name {
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 6px;
  padding-right: 15px;
}
.company-container {
  height: 25px;
}
.company-image {
  float: left;
  width: 25px;
  height: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border-radius: 4px;
}
.company-title {
  float: left;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  height: 25px;
  margin-left: 8px;
}
.project-date {
  font-size: 16px;
  font-weight: 300;
  clear: both;
}
.project-description {
  font-size: 16px;
  font-weight: 300;
  width: calc(100% - 290px);
  float: right;
  text-align: justify;
}
.education-center {
  font-style: italic;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 25px;
}
.skills-container {
  margin: 0 25px 0 25px;
}
.skill {
  font-size: 18px;
  background: rgba(0, 48, 111, 0.75);
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 5px 10px 5px 10px;
  text-align: left;
}
.language {
  background: rgba(60, 17, 0, 0.75);
}
.project-name {
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 6px;
  line-height: 30px;  
}
.project-image {
  width: 250px;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  padding: 1px;
  cursor: pointer;
}
.project-comment {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px;
}
.project-link {
  font-size: 20px;
  font-weight: 600;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.project-link-light {
  color: rgba(226, 5, 82, 0.525);
}
.project-link-dark {
  color: rgb(148 243 130 / 53%);
}
.project-link:hover {
  opacity: 0.75;
}
.container-video {
  position: relative;
  width: 40%;
  height: 0;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 21.7%;
  border-radius: 15px;
}
.link-video {
  display: none;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .content-page {
    padding-left: 6px;
    padding-right: 6px;
  }
  .title-page {
    text-align: center;
  }
  .subtitle-page {
    text-align: center;
  }
  .left-data {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .right-data {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .icons-container {
    justify-content: center;
  }
  .profile-pic {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    float: none;
  }
  .profile-message {
    float: none;
    width: 100%;
    margin-left: auto;
  }
  .left-experience {
    width: 100%;
    float: none;
    text-align: center;
  }
  .company-container {
    display: inline-block;
    margin-bottom: -7px;
  }
  .item-name {
    padding-right: 0;
  }
  .project-description {
    width: 100%;
    float: none;
  }
  .education-center {
    display: inline-table;
    width: auto;
  }
  .container-video {
    width: 100%;
    padding-bottom: 52.2%;
  }
}
@media screen and (min-width: 768px) and (max-width: 989px) {
  .content-page {
    width: 720px;
  }
  .profile-message {
    width: calc(100% - 250px);
    margin-left: 31px;
  }
  .left-experience {
    width: 250px;
  }
  .project-description {
    width: calc(100% - 250px);
  }
}
@media screen and (min-width: 990px) and (max-width: 1199px) {
  .content-page {
    width: 940px;
  }
  .profile-message {
    width: calc(100% - 270px);
  }
  .left-experience {
    width: 270px;
  }
  .project-description {
    width: calc(100% - 270px);
  }
}
@media print {
  .print-section {
    display: block;
    page-break-before: always;
  }
  .print-hide-section {
    display: none;
  }
  .container-video {
    display: none;
  }
  .link-video {
    display: block;
  }
}