#miFoto{
    width: 100%;
}
body{background:#FFF !important;}
.heading-section {
    position: relative;
}
.info{
    font-size: 14px; 
    font-weight: 100;
    color: #000000;
    width: 130px;   
}
.infoDatos{
    margin-top: -6px;
    margin-left: 6px;
    font-size: 15px;
}
.d-flex-lista{
    list-style: none;
    margin-bottom: 10px;
}

.movil{
    width: 60%;
}
.adobe{
    width: 48%;
}
.microsift{
    width: 77%;
}
#sistemasMedidaP{
    font-weight: 500;
    color: #ffff; 
}
.listaSistemaMedia{
    font-weight: 600;
    color: #ffff;
}
.imgHTML{
    width: 45%;
}
.laravel{
    background: #f87967 !important;
}
.html{
    background-color: #ea6228 !important;
}
.css3{
    background-color: #3c9cd7 !important;
}
.vue{
    background-color: #3fb37f !important;
}
.psql{
    background-color: #305e8e !important;
}
.react{
    background-color: #00d3f8 !important;
}
.ionic{
    background-color: #367cf8 !important;
}
.aft{
    background-color: #cc9df2 !important;
}
.servicio1{
    margin-top: -157px;
}
.tituloServicio{
    font-size: 50px;
    font-weight: 400;
    color: #fff;
}
#sistemasMedidaP, .listaSistemaMedia{
    font-size: 20px;
    font-weight: 500;
}
#navbar-main{
    position: fixed !important;
    background: #fff !important;
}
.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
    margin-left: 32.52em;
    margin-top: 1em;
}
.btnMio{
    color: #fff !important;
    border-color: #ffffff;
    background-image: linear-gradient(180deg, #b553ff 0, #7d38ff 50%, #2321ed 100%);
}
.footer.piePagina:before {
    position: absolute;
    top: 478px;
    right: 0;
    left: 0;
    height: 2000px;
    content: '';
    transform: skew(0, 
-8deg
);
    background: #f4f5f7;
}
.timeline{margin-left: -2em;}
.aprender{text-align: center;}
  
  .sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; 
    animation: sk-chase-dot 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #318dff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
  .sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
  
  @keyframes sk-chase {
    100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot-before {
    50% {
      transform: scale(0.4); 
    } 100%, 0% {
      transform: scale(1.0); 
    } 
  }
.quienSoy{margin-top: 3rem !important}
.experienciaEstudias{margin-top: 3rem !important}
.btnMioEstudios{margin-right: 1.5rem!important;}
.carta{height: 30em;}
.badge{font-size: 10px;}
.fab{
    font-size: 31px;
    margin-left: -8px;
}
@media (max-width: 600px){
    .ftco-partner{display: none;}
    .floating{margin-top: -7em;}
    .servicio1 {margin-top: 0;}
    .proyectos{margin-top: -8em !important;}
    .profile-page .card-profile .card-profile-image img {
        left: 51% !important;
        width: 42% !important;
        margin-top: -8em;
    }
    /* .quienSoy{margin-top: 9rem !important;} */
    .experienciaEstudias{margin-top: -5em !important}
    .btnMio {
        margin-top: -2.1em;
        float: right;
    }
    .btnMioEstudios{margin-right: 0.5rem!important;}
    .sk-chase {
        margin-left: 8.52em !important;
    }
}
.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }
  
  .fa-whatsapp {
    margin-top:13px;
    font-size: 1.5em;
    margin-top: 8px;
    margin-right: -10px;
  }