@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
a {
    color: #3b3d88;
    text-decoration: none;
    background-color: transparent;
}
.logo-bar{
	width: 100%;
    display: block;
    text-align: center;
}

.header__icons {
    display: none !important;
    grid-area: icons;
    justify-self: end;
    padding-right: .8rem;
}
.animada-banner {
  margin: 0 auto;
  background-color: #000;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/starfield_stock_1.jpg);
  background-size: cover;
}


.content-home{
    position: absolute;
    width: 100%;
    height: 80vh;
	z-index: 4;
}

.content-home-wrapper{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    height: 80vh;
}

.content-home-wrapper h1{
    color: #fff;
    text-decoration-color: #f00;
    text-shadow: 0px 0px 5px #000;
    font-size: 4.5em;
}
.content-home-wrapper h2{
    color: #fff;
    font-size: 2em;
    text-shadow: 0px 0px 0px #000;
}

.title-home{
    position: absolute;
    width: 100%;
    max-width: 1080px;
	display:table;
	height: 80vh;
}
.title-home-tab{
	display: table-cell;
	vertical-align: middle;
}

.title-home-wrapper{
    width:50%;
  display:block;
  float:right;
      text-align: right;
}
.cta-home-content-wrapper{
 display: inline-block;
    width: 100%;
}
.cta-home-content{
    width: 100%;
    display: ruby;
    float: right;
    text-align: right;
    max-width: 480px;
}
.cta-single{
    width: 100%;
    float: left;
    display: inline-flex;
    text-align: right;
    margin-top: 30px;
}
.cta-single img{
  width:100%;
  padding: 5px 0px 5px 30px;
}
.cta-single a{
    color: #fff;
    text-decoration: none;
    font-size: 1.9em;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: block;
    text-align: right;
    padding: 5px 0px 0px;
    margin: 0 auto;
}
.img-content-home{
  height: 88vh;
    float: left;
    display: block;
    width: 100%;
    text-align: left;
}
div:empty {
   display: block;}

.animada-banner{
  height:88vh;
  display:block;
}
.mydiv {
  color: black;
  font-weight: bold;
  animation: myanimation 15s infinite;
}

@keyframes myanimation {
  50% {
    background-color: #000b57;
  }
  25% {
    background-color: #000b57;
  }
  50% {
    background-color: #000b57;
  }
  75% {
    background-color: #000b57;
  }
  100% {
    background-color: #000b57;
  }
}

 .img-content-home  img {
    height:100%;
  }
.flags-nav{
    position: absolute;
    width: 70px;
    right: 0;
    padding: 10px;
    top: 0;
	z-index: 5;
}
.flags-nav a{
	color:#7e7e7e;
}
.mobile{
	display: none;
}
/* Mobiles setup */

@media (max-width:800px){
  .img-content-home {
    height: 92vh;
    vertical-align: bottom;
    display: table-cell;
	  overflow: hidden;
}
 
  .title-home-wrapper {
    width: 85%;
    display: block;
    float: right;
    text-align: right;
}
  .content-home-wrapper h1 {
    color: #fff;
    text-decoration-color: red;
    text-shadow: 0px 0px 5px #000;
    font-size: 2.7em;
    display:none;
}
  .content-home-wrapper h2 {
    color: #fff;
    font-size: 1.7em;
    text-shadow: 0px 0px 0px #000;
}
  .title-home {
    position: absolute;
    width: 100%;
    max-width: 1080px;
    padding: 15px;
}
  .cta-home-content {
    width: 60px;
    display: block;
    float: right;
    margin-right: 15px;
}
  .cta-single {
    width: 100%;
    float: left;
    margin: 5px;
}
}





/* Portafolio */

.navbar{
    position: absolute;
    right: 0;
    background-color: #fff;
    width: 100%;
}

#joss-manriquez-resume{
    position: fixed;
    width: 99%;
    height: 100%;
    z-index: -2;
}

.grid_fullest{
  padding-top: 100px;

}
/* cielo noche */
.footer{
    background-color: rgba(255,255,255,.0);
}
.bg-absolute{
    position: absolute;
    z-index: -1;
}
.icon-search{
  display:none;
}
:root {
  --twinkle-duration: 4s;
}
.stars-wrapper {
  pointer-events: none;
  width: 100%;
  height: 310%;
  background: linear-gradient(#16161d, #1f1f3a, #3b2f4a);
  overflow: hidden;
}

.stars {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: twinkle var(--twinkle-duration) ease-in-out infinite;
          animation: twinkle var(--twinkle-duration) ease-in-out infinite;
}
.stars:nth-child(2) {
  -webkit-animation-delay: calc(var(--twinkle-duration) * -0.33);
          animation-delay: calc(var(--twinkle-duration) * -0.33);
}
.stars:nth-child(3) {
  -webkit-animation-delay: calc(var(--twinkle-duration) * -0.66);
          animation-delay: calc(var(--twinkle-duration) * -0.66);
}
@-webkit-keyframes twinkle {
  25% {
    opacity: 0;
  }
}
@keyframes twinkle {
  25% {
    opacity: 0;
  }
}

.star {
  fill: white;
}
.star:nth-child(3n) {
  opacity: 0.8;
}
.star:nth-child(7n) {
  opacity: 0.6;
}
.star:nth-child(13n) {
  opacity: 0.4;
}
.star:nth-child(19n) {
  opacity: 0.2;
}

.comet {
  transform-origin: center center;
  -webkit-animation: comet 10s linear infinite;
          animation: comet 10s linear infinite;
}
@-webkit-keyframes comet {
  0%, 40% {
    transform: translateX(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60%, 100% {
    transform: translateX(-100vmax);
    opacity: 0;
  }
}
@keyframes comet {
  0%, 40% {
    transform: translateX(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60%, 100% {
    transform: translateX(-100vmax);
    opacity: 0;
  }
}

.comet-b {
  -webkit-animation-delay: -3.3s;
          animation-delay: -3.3s;
}

.comet-c {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}

/* end cielo noche */

/* section UNO Banner */
.wrapper{
  width:100%;
  max-width:1080px;
  padding:30px;
  margin:0 auto;
}
.img-profile{
    width: 30%;
    display: -webkit-inline-box;
    float: left;
}
.page-content-profile{
  width:70%;
  float:left;
padding: 0 0px 0px 30px;
}
.page-rte-profile{
  border-radius: 15px;
    padding: 15px;
    color: #090929;
    background-color: #fff;
    box-shadow: 0px 0px 9px;
}
.page-rte-profile h1 {
  margin:0px;
  color:#090929;
}
.img-profile img{
    width: 100%;
    border: 2px solid #090929;
    border-radius: 110px;
}
.header-profile{
    display: -webkit-inline-box;
    height: auto;
}
.page-content-career{
    width: 50%;
    display: block;
    float: left;
    padding: 0px 15px 0px 0px;
    margin-top: 0px;
}
.box-career{
    
    border-radius: 10px;
    width: 100%;
   padding: 20px;
   margin-bottom:30px;
    padding: 15px;
    color: #090929;
    background-color: #fff;
    box-shadow: 0px 0px 9px;
}
.box-career .fa-solid{
    color: #090929;
    border: 1px solid;
    border-radius: 50px;
    padding: 15px;
    font-size: 1.7em;
}
.box-career .fa-graduation-cap{
    color: #090929;
    border: 1px solid;
    border-radius: 50px;
    padding: 15px 11px;
    font-size: 1.7em;
}

.box-career h4{
    color: #090929;
    font-size: 2em;
    display: inline;
    margin-left: 15px;
}
/* bar skills */

.page-content-skills{
    width: 50%;
    display: block;
    float: right;
    padding: 0px 0px 0px 15px;
    margin-top: 0px;
}
.box-skills{
    border-radius: 10px;
    width: 100%;
  padding: 20px;
  margin-bottom:30px;
	  background-color: #fff;
    box-shadow: 0px 0px 9px;
}
.box-skills .fa-solid{
    color: #090929;
    border: 1px solid;
    border-radius: 50px;
    padding: 15px;
    font-size: 1.7em;
}
.box-skills h4{
    color: #090929;
    font-size: 2em;
    display: inline;
    margin-left: 15px;
}
.progress-container {
  box-shadow: 0 4px 5px rgb(0, 0, 0, 0.1)
}

.progress-container, .progress {
  background-color: #eee;
  border-radius: 5px;
  position: relative;
  height: 7px;
  width: 300px;
}

.progress {
  background-color: #6F39B0;
  width: 0;
  transition: width 0.4s linear;
}

.percentage {
  background-color: #6F39B0;
  border-radius: 5px;
  box-shadow: 0 4px 5px rgb(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  padding: 4px;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateX(-50%);
  width: 40px;
  text-align: center;
  transition: left 0.4s linear;
}

.percentage::after {
  background-color: #6F39B0;
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  height: 10px;
  width: 10px;
  z-index: -1;
}
.percentage_uno {
  background-color: #6F39B0;
  border-radius: 5px;
  box-shadow: 0 4px 5px rgb(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  padding: 4px;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateX(-50%);
  width: 40px;
  text-align: center;
  transition: left 0.4s linear;
}

.percentage_uno::after {
  background-color: #f00;
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  height: 10px;
  width: 10px;
  z-index: -1;
}
.box-skills .fa-code {
    color: #fff;
    border: 1px solid;
    border-radius: 50px;
    padding: 15px 12px;
    font-size: 1.7em;
}
/* bars */
.bar {
    height: 8px;
    margin-bottom: 0px;
    width: 70%;
    float: right;
    vertical-align: middle;
    margin-top: 9px;
}
.bar:before {
  content: '';
  display: flex;
  justify-content: end;
  width: calc(var(--percent) * 1%);
  height: 100%;
  background: #00b8ff;
  white-space: nowrap;
}

.bar-70:before {
  content: '';
  display: flex;
  justify-content: end;
  width: calc(var(--percent) * 1%);
  height: 100%;
  background: #f00;
  white-space: nowrap;
}
.bar-text{
    width: 30%;
    float: left;
    display: block;
    color: #090929;
      font-size: .9em;
}
.bar-box{
    display: -webkit-inline-box;
    width: 100%;
}

/* Idiomas */

/* experience */
.exp{
    display: block;
    margin-bottom: 19px;
    padding: 0px;
}
.exp h5{
  font-size:1.5em;
  color:#090929;
  margin: 0px 0px 0px;
}
.exp h6{
  font-size:1.1em;
  color:#414141;
   margin: 0px 0px 0px;
}
.exp span{
  font-size:.9em;
  color:#090929;
   margin: 0px 0px 5px;
}
/* certifications */ 
.cert-content{
    width: 100%;
    display: inline-block;
    height: auto;
      margin-top: 15px;
}
.cert-box{
width: 48%;
    float: left;
    padding: 10px 10px 0;
    border: 0px solid #fff;
    border-radius: 10px;
    margin: 1%;
}
.trailhead{
  text-align:center;
}
.leng-box{
    width: 50%;
    display: block;
    float: left;
}
.leng{
    display: inline-flex;
    margin-bottom: 19px;
    padding: 0;
}
.leng h5{
    color: #090929;
    font-size: 1.5em;
    margin: 0;
}
.leng h6{
    color: #090929;
    font-size: 1.2em;
    margin: 0px 0px 0px 5px;
    border-left: 2px solid;
    padding-left: 5px;
}

.box-hob{
    width: 20%;
    float: left;
    display: block;
    text-align: center;
}
.content-hob{
    display: inline-block;
    margin-top: 15px;
}
.content-hob .fa-solid {
    color: #090929;
    border: 0px solid;
    border-radius: 50px;
    padding: 15px;
    font-size: 2em;
}

/* Portafolio */
.portafolio .fa-solid{
    color: #f00;
    border: 1px solid;
    border-radius: 50px;
    padding: 15px;
    font-size: 1.7em;
}
.portafolio h4 {
    color: #090929;
    font-size: 2em;
    display: inline;
    margin-left: 15px;
}
.fa-play{
	color: #090929;
}
.portafolio{
    display: -webkit-inline-box;
    border-radius: 15px;
    padding: 30px;
    width: 100%;
	
	 background-color: #fff;
    box-shadow: 0px 0px 9px;
	
}
.portafolio-box{
    width: 20%;
    float: left;
    display: block;
  
}
.portafolio-box img{
    width: 100%;
   
}
.portafolio-content{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.portafolio-box-table{
    display: table;
    height: 200px;
    padding: 15px;
  width:100%;
  text-align: center;
}
.portafolio-box-table .portafolio-box-table-middle{
  display:table-cell;
  vertical-align:middle;
}
.portafolio-box-table-middle .fa-solid {
    color: ;
    border: 1px solid;
    border-radius: 50px;
    padding: 14px 14px 15px 22px;
    font-size: 1.7em;
}
.profile-contact-content{
    display: -webkit-inline-box;
    width: 100%;
  margin-top:15px;
  margin-left: 19px;
}
.profile-contact-box{
    width: 30%;
    text-align: center;
}
.profile-contact-box .fa-brands{
    font-size: 2.5em;
    color: #f00;
}
.profile-contact-box  .fa-solid{
    font-size: 2.2em;
    color: #f00;
}

.expertise{
    padding: 15px;
    color: #090929;
    background-color: #fff;
    box-shadow: 0px 0px 9px;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-left: 0px;
    height: auto;
    border-radius: 15px;
	padding-top:30px;
	margin-top: -30px;
}
.fa-envelope{
	font-size: 2.6em;
}
.expertise-box{
  display:block;
  width:25%;
  float:left;
  padding:15px;
}
.expertise h3{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 2em;
    color: #090929;
}
.expertise-box-tab{
  display:table;
  height:300px;
  color:#090929;
}


.title-expert .fa-solid{
    display: block;
    font-size: 1.5em;
    width: 15%;
    float: left;
    color: #090929;
}
.title-expert h4{
    color: #090929;
    font-size: 1.5em;
    margin: 0px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.expertise-box-tab ul{
  display:table-cell;
  vertical-align:top;
}
.title-expert{
  display:block;
  width:100%;
}

.nav-link{
	padding: 0px;
}

.desktop{
	display: block;
}
.mobile{
	display: none;
}

.content-words{
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100vh;
    display: block;
    top: -68px;
	left: 0;
	opacity: .2;
}
.content-words img{
	width: 100%;
}
.rich-text-table{
    display: block;
    position: relative;
    background-color: #ff000000;
    height: auto;
    padding: 60px;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
	z-index: 5;
}
.h1{
    color: #3b3d89;
}



/*   Mobile UX  */

@media (max-width:800px){
	.content-words {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100vh;
    display: block;
    top: -68px;
    left: 0;
    opacity: .2;
}
	.cta-singles {
    position: relative;
    z-index: 9;
    height: 60px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: -170px;
    margin-bottom: 150px;
}
	.cta-singles .circle{
	width: 20%;
    float: right;
    
}
.cta-singles .circle a{
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 1.9em;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    padding: 5px 0px 0px;
    margin: 0 auto;
}
	.title-home{
	display: none;
	}
	.img-content-home img {
        width: auto;
        height: 86.6vh;
        margin-top: 10px;
		margin-left: -150px;
}
	.content-words img {
    width: 100%;
    position: fixed;
}
	.img-content-home{
  height:auto;
	z-index: 2;
		position: relative;
}
	.desktop{
	display: none;
}
	.mobile{
	display: block;
}
  .stars-wrapper {
    height: 850%;
 }
  .header-profile {
    display: inline-grid;
    height: auto;
}
  .img-profile {
    width: 100%;
    display: block;
    float: left;
    margin-left: 0px;
    padding: 0px;
}
  .page-content-profile {
    width: 100%;
    float: none;
    padding: 0px;
    display: block;
    margin-left: 0px;
    margin-top: 30px;
}

.page-content-career  {
    width: 100%;
    display: block;
    float: left;
    padding: 0px;
    margin-left: 0px;
    margin-top: -30px;
}
.page-content-skills {
    width: 100%;
    display: inline-grid;
    float: none;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
}
.bar-box {
    display: grid;
    width: 100%;
}
  .bar {
    height: 8px;
    margin-bottom: 0;
    width: 100%;
    float: right;
    margin-top: 9px;
}
.box-skills h4 {
    color: #090929;
    font-size: 1.5em;
    margin-left: 18px;
    display: contents;
}
.box-skills .fa-solid {
    color: #090929;
    border: 1px solid;
    border-radius: 50px;
    padding: 15px;
    font-size: 1.4em;
    margin-right: 5px;
}

  .leng-box {
    width: 100%;
    display: block;
    float: left;
}
  .portafolio {
    display: inline-block;
    box-shadow: 0 0 #ddd;
    border-radius: 15px;
    padding: 0px;
    width: 100%;
    margin-left: 0px;
    margin-top: -60px;
    text-align: center;
}
  .portafolio h4 {
    color: #090929;
    font-size: 1.6em;
    display: inline-block;
    margin-left: 15px;
    text-align: center;
}
.portafolio-box {
    width: 50%;
    float: left;
    display: block;
}
  .play-box{
    width: 100%;
    float: left;
    display: block;
}
  .portafolio-box-table-middle .fa-solid {
    color: #090929;
    border: 1px solid;
    border-radius: 50px;
    padding: 14px 17px 15px 23px;
    font-size: 3em;
}
  .box-hob .fa-solid {
    color: #090929;
    border: 0px solid;
    border-radius: 50px;
    padding: 15px;
    font-size: 1.4em;
    margin-right: 5px;
}
  .expertise{
  padding:15px 10px 30px;
}
  .expertise-box{
  display:block;
  width:100%;
  float:none;
  padding:15px;
}
  .expertise-box-tab{
  display:table;
  height:auto;
  color:#090929;
}
	.rich-text-table {
    padding: 15px;
    margin-top: 0px;
}

}



/* animated*/

.section {
  position: relative;
  max-width: 920px;
  min-height: 75vh;
  padding: 40px;
  margin: auto;
  background-color: #48c9b0;
  color: #ffffff;
}
.section.bg-static {
  background-color: #85c1e9;
  
  background-size: cover;
  background-position: center;
}
.section .bg-move {
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  width: 100%;
  background-image: url("/images/planeta-mov.png");
  background-size: cover;
  background-position: center;
}

/* Whatsapp */

.wp-div{
	position: fixed;
	right:15px;
	bottom: 15px;
}

.wp-div .fa-whatsapp{
	color:#f00;
	background-color:#fff;
	padding: 5px;
	border-radius: 100px;
	font-size: 3em;
}
.wp-div a{
	cursor: pointer;
}



@media (max-width:800px){
	#joss-manriquez-resume {
    position: fixed;
    width: 97%;
    height: 100%;
    z-index: -2;
    display: ruby;
}
}