html {
    scroll-behavior: smooth;
}

.top-header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5);
}

.footer{
 width: 100%;
 display: flex;
 height: 60px;
}


.w-1000px{
  max-width: 1000px;
}

.top-header-content{
    padding: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.top-background{
    /* background: url('/assets/img/logotipo-positivo-solutionsary.png'); */
    /*  background-color: #000000; */
    position: relative;
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center top !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.text-a-header{
    text-decoration: none;
    color: white;
}

.text-a-header:hover{
    color: var(--bs-primary);
}

.bg{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.text-12{
    font-size: 12px;
}

.name-badge{
    background: #007091;
    padding: 0px 5px 0px 5px;
    border-radius: 6px;
    letter-spacing: 2px;
    text-decoration: none;
    color: white;
}

.name-badge:hover{
  color: white;
}

.nav-options-row{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly
}

.avatar{
    /* width: 123px; */
    height: 123px;
    display: flex;
}

.img-avatar{
    /* border-radius: 50%; */
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bg-gray-section{
    background-color: #F5F5F5;
}

.rounded-10{
    border-radius: 10px;
    height: 10px;
}

.progress-bar{
    background: linear-gradient(90deg, rgba(0,255,204,1) 0%, rgba(35,119,199,1) 36%);
}


.timeline {
    margin: auto;
  }
   
  
  .img-uc{
    width: 200px;
    height: 250px;   
  }
  
  .img-acto{
      object-fit: cover;
      width: 100%;
      height: 80%;
      border-radius: 6px;
  }
  
  .swiper {
    width: 100%;
    height: 300px;
  }
  
  .slide{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .mat-elevation-z2 {
      box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
  }
  
  .social-networks{
    position: absolute;
    bottom: -19px;
  }
  
.transition-elevate:hover {
        -webkit-transform: translateY(-5px);
        position: relative !important;
        transform: translateY(-5px);
        transition: 0.3s !important;

   
    }
    
::-webkit-scrollbar {
      width: 8px;     /* Tamaño del scroll en vertical */
      height: 8px;    /* Tamaño del scroll en horizontal */
  }
  
::-webkit-scrollbar-thumb {
    /* background: #ccc; */
    background: #007091;
    height: 50%;
    border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
::-webkit-scrollbar-thumb:hover {
    /* background: #b3b3b3; */
  background: #007091;
    
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
::-webkit-scrollbar-thumb:active {
    /* background-color: #999999; */
  background: #007091;
    
    
}

::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

/* .transition-elevate::before {
  content: '';
  width: 100%;
  height: calc(100% + 5px);
  position: absolute;
  top: 0;
  left: 0;
} */

.docs-demo-device.ios figure {
  background-image: url(/assets/img/iphone-device-skin.png);
  border-radius: 54px;
  
}

.docs-demo-device > figure {
  margin: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  /* box-shadow: rgb(2 8 20 / 10%) 0px 2px 8px, rgb(2 8 20 / 8%) 0px 8px 16px; */
  width:  100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.docs-demo-device {
  margin: auto;
  width: 370px;
  height: 704px;
  top: 0px;
}

.docs-demo-device.ios > figure > iframe {
  border-radius: 38px;
  
}

.docs-demo-device > figure >iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% - 24px * 2);
  height: calc(100% - 10px * 2);
  -webkit-mask-image: -webkit-radial-gradient(center, white, black);
  z-index: 1;
  margin-left: 11px;
  margin-right: 11px;
  margin-top: 9px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  overflow: hidden;
}

a{
  text-decoration: none;
}


  
  
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #FFF;
    z-index: 999;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

body.loaded #preloader{
  opacity: 0;
  visibility: hidden;
}

.loader{
  display: block;
  position: relative;
  top: 35%;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  display: block;
  position: relative;
  top: 35%;
}

.spinner > div {
  background-color: var(--bs-primary);
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-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;
  animation-delay: -1.1s;
}

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

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

.spinner .rect5 {
  -webkit-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);
  }
}


.icon{
  height: 24px;
  width: 24px;
}


@media screen and (min-width: 1000px) {
  
  /* .skills-section > div {
    max-width: 1000px;
    width: 1000px;
  } */
  
  
  /* #about > div {
    max-width: 1000px;
    width: 1000px;
  }
  
  #education > div {
    max-width: 1000px;
    width: 1000px;
  }
  
  #certification > div {
    max-width: 1000px;
    width: 1000px;
  }
   */
  
  
  }
  
  @media screen and (max-width: 1000px) {
  
    /* .skills-section > div {
      max-width: 100%;
      width: 100%;
    } */
    
    
    /* #about > div {
      max-width: 100%;
      width: 100%;
    }
    
    #education > div {
      max-width: 100%;
      width: 100%;
    }
    
    #certification > div {
      max-width: 100%;
      width: 100%;
    } */
    
    }


@media screen and (min-width: 399px) {
  
  .ml14 {
    font-weight: 200;
    font-size: 3.2em;
    /* color: white; */
  }
  }

@media screen and (max-width: 399px) {
  
.ml14 {
  font-weight: 200;
  font-size: 2.2em;
  /* color: white; */
}
}

.ml10 {
  font-weight: 200;
  font-size: 1.2em;
}

.ml14 .ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml14 .ml10 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  transform-origin: 100% 100%;
  bottom: 0;
}

.ml14 .ml10 .letter {
  display: inline-block;
  line-height: 1em;
}

.image-app{
  width: 100%;
  object-fit: contain;
}