:root{
--color-primario:#04253A;
--color-secundario:#4C837A;
--color-terceario:#E1DDBF;
--color-auxiliar:#1B191A;

}
body {
    background: #1B191A;  
    margin: 0px;
    padding: 0px;
    font-family: poppins;
    scroll-behavior: smooth;
    
}
body::-webkit-scrollbar {
   -webkit-appearance: none;
   width: 5px;
 
}

body::-webkit-scrollbar-thumb{background-color:rgba(19, 18, 18, 0.76);

   
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

section {
    width: 100%;
    height: 85vh;
    background-image: url("../img/section.webp");
    background-size: cover;
   background-position: center;
    position: relative;
    background-attachment: fixed;

}
.ir-arriba {
	display:none;
	padding:10px;
    border-radius: 30%;
    background-color:var(--color-secundario);
	font-size:25px;
	color: rgb(48, 48, 47); 
	cursor:pointer;
	position: fixed;
	bottom:15px;
	right:15px;
    z-index: 1; 

}

.ir-arriba:hover{
    color:#fff;
    transition:ease-out 0.4s;
    transform: scale(1.1);
    box-shadow: 0 0 10px --color-secundario;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8vh;
    /* background-color:2b2c2c; */
    background: #1B191A;  
    background: -webkit-linear-gradient(to left, #434343, #232424); 
    background: linear-gradient(to left, #1B191A, #232424); 
    padding: 0px 5%;
    position: fixed;
    z-index: 100;
    width: 90%;
      
}



nav ul {
    display: flex;
}

.toggle {
    display: none;
}

nav ul li a {
    margin: 30px;
    font-family: myriad pro regular;
    color:rgb(233, 170, 48);
    font-size: 15px;
    font-weight: 700;
   
}
nav p{
    color: #F6F6F6;
    margin-right: 50%;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    justify-content: space-around;
}

.logo {
    width: auto;
   height: 100px;

}

.active {
    color: #f0e8e8;
    font-weight: bold;
    
}

nav a:hover{
    transition:all 0.5s;
    text-shadow: 0 0 20px ;
    color: var(--color-terceario);
 
 
}


.text-container p:nth-child(1) {
    font-family: 'Lemonada', cursive;
    font-weight: bold;
    color:rgb(233, 170, 48);
    font-size: 30px;
    margin-left: 1px;
}

.text-container p:nth-child(2) {
    font-family: 'Lemonada', cursive;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 40px;
}

.text-container p:nth-child(3) {
    font-family: myriad pro regular;
    color: #403e3e;
    font-size: 30px;
    line-height: 30px;
}

.text-container p {
    margin: 45px 0px 25px;
    line-height: 0px;
}


.text-container {
    position: absolute;
    left: 5%;
    top: 35%;
    transform: translate(-13%, -42%);
    margin: 0 11%;
 
}

.acerca-de-mi-container {
    width: 100%;
    height: 75vh;
    background-color: 2b2c2c;
    display: flex;
    margin: -5% auto 10px auto;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
}

.acerca-de-mi-container img {
    height: 340px;
    width: auto;
    padding-bottom: 3%;
    filter: brightness(80%);

}

.acerca-de-mi-container-texto {
    width: 600px;
    height: 300px;
    text-align: justify;
}

/* LETRAS ESCRIBIENDOSE */
.h { 
   position: relative; 
   text-align: center;
   color:#fff;
   padding-inline: 2px;
   font-size: 23px;
   font-weight: 700;
   font-family: 'Montserrat', sans-serif;
}

.h span {
   position:absolute;
   right: 0;
   width:0;
   height: 27px;
   background:rgb(42, 44, 47);
   border-left: 2px solid ;
   animation: escribir 1.9s steps(15) infinite ;

}

@keyframes escribir {
   from { width: 65% }
   to { width:36% }
}
/* FIN ESCRITURA */

.Habilidades-2 {
    width: 100%;
    height:75vh;
    position: relative;
    margin-top: -3%;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    animation: educacion 15s infinite step-end;
   animation-delay: 3ms;
   
}

@keyframes educacion{
    0%, 20%{
        background-image: url(../img/entrada.webp);
    }
    25%, 50%{
        background-image: url(../img/Unah-ban.webp);
    }
    55%, 70%{
        background-image: url(../img/unah-3.webp);
    }
    75%, 100%{
        background-image: url(../img/unah-2.webp);
    }
    
}


.acerca-de-mi-container-texto p:nth-child(2) {
    color: #fff;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 5px;
}

.acerca-de-mi-container-texto p:nth-child(3),
.acerca-de-mi-container-texto p:nth-child(4) {
    color: bfb9b0;
    font-family: calibri;
    font-size: 17px;
    line-height: 20px;
}


.Habilidades {
    width: auto;
    height:60vh;
background-color: rgb(35, 36, 36);
       margin-top: -2%;
}

.Habilidades li {
    color: bfb9b0;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    margin: 0% 25%;
    line-height: 30px;
    list-style: none;
    font-weight: 500;
}


.barra{
    background-color: #727680;
    display: block;
    height:18px;
    overflow: hidden;

}

.barra span{
    height:100%;
    float: left;
    background: rgb(233, 170, 48);

}

.Excel{
    width: 48%;
    animation: Excel 5s;
 font-weight: 500;
}

.Word{
    width: 40%;
    animation: Word 5s;   
     font-weight: 500;
}
.Powerpoint{
    width: 20%;
    animation: Powerpoint 5s;  
      font-weight: 500;
}
.Desarrollo {
    width: 10%;
    animation: Desarrollo 5s; 
       font-weight: 500;
}

/* ANIMACIONES DE LAS HABILIDADES */
@keyframes Excel{
    0%{
        width: 0%;
    }
    100%{
        width: 56%;
    }
}
@keyframes Word{
    0%{
        width: 0%;
    }
    100%{
        width: 40%;
    }
}
@keyframes Powerpoint{
    0%{
        width: 0%;
    }
    100%{
        width: 20%;
    }
}
@keyframes Desarrollo{
     0%{
        width: 0%;
    }
    100%{
        width: 10%;
    }
}

.Habilidades h2 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 22px;
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5.5%;
    padding-bottom: 0.5%;
    
}

.Habilidades-2{
    height: 50vh;
}


.Habilidades-2 p {
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    margin: 0% 35%;
    line-height: 180%;
    text-align:center;
    font-weight: 500;

}

.Habilidades-2 h2 {
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 22px;
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10%;
}


.Estudios-progreso{
    margin: 0 36%;
    list-style: none;
    padding-bottom: 10px;
    line-height: 45px;
  
}
.Estudios-progreso h4{
color: white;
text-align: center;
font-size: 17px; 
font-weight: 500;
   
}


/* ESTUDIOS BARRA */


.central{
    position:absolute;
   width: 112px;
   right: 75%;


}
.unah{
    position: absolute;
    width: 110px;
    left: 75%;
}


.cursos {
    height: 580px;
    background-color: #F6F6F6;
    padding: 0% 10% 0px 10%;
    padding-top: 1px;
    
}
.cursos-texto h2{
    color: #141414;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 22px;
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cursos-texto p:nth-child(1) {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #1d1c1c;
    font-size: 22px;
    line-height: 0px;
    text-align: center;
    font-style: italic;

}



.cursos-texto p:nth-child(3) {
    font-family: calibri;
    color: #7e7d7d;
    font-size: 15px;
    
}

.cursos-texto {
    margin: 50px 0px;
}

.swiper {
    width: 100%;
    height: 380px;
    z-index: 0;
   
  }

.swiper-slide H2 {
    position: relative;
    bottom: 20%;
    z-index: 1;
    color: rgb(211, 133, 59);
    font-size: 22px;
    font-weight: bolder;
  }

.swiper-button-prev,
.swiper-button-next{
    font-weight: 900;
    
}
.swiper-slide p{
    font-weight: bolder;
    font-family: 'Montserrat', sans-serif;
 position: absolute;
 width: 40%;
 color: rgb(255, 255, 255);
 top: 35%;
 font-size: auto;
 text-align: center;
 line-height: 30px;
 font-weight: 500;
}
.swiper-slide:nth-child(1){
    background-image: url(../img/ofo.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide:nth-child(2){
    background-image: url(../img/desa.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide:nth-child(3){
    background-image: url(../img/css.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide:nth-child(4){
    background-image: url(../img/in.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide:nth-child(5){
    background-image: url(../img/Grafia.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide:nth-child(6){
    background-image: url(../img/excel.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide:nth-child(7){
    background-image: url(../img/python\ l.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide:nth-child(8){
    background-image: url(../img/SQL.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button {
    color: #ffffff;
    border: 2px solid #ffffff ;
    width: 160px;
    height: 30px;
    padding-top: 10px;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer; 
    text-align: center;
    position: absolute;
    top: 75%;

 }

 .button:hover{
    background-color:#339ADF; 
    color: #fff;
    transition: 1.5s;
   
}


footer p {
    font-family: calibri;
}

footer p:nth-child(1) {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: bold;
     color: #ffffff;

    margin-bottom: 25px;
  
}


footer p:nth-child(2) {
    font-size: 16px;
    color: #ffffff;
    width: 600px;
    text-align: center;
}

footer {
    height: 55vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color:#1B191A;
    margin-top: 5%;
    
}





.social-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e6e3e3;
    margin: 20px 10px;
    border-radius: 30%;
    border: none;
}

.social-icons {
    display: flex;
    
}

.social-icons i,
.social i {
    color: #000000;
    
}

.social-icons a:hover {
    background-color:#253140;;
    transition: cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(1.5);
    
}

.social-icons a:hover i,
.social a:hover i {
    color: #FFFFFF;
    transition: all ease 0.5s;
    transform: scale(1.2);
}

.Autor {
    color: rgb(233, 170, 48);
    font-size:auto;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    font-family: 'Lemonada', cursive;
}

.social {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    border: none;
}

.social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 5px 5px;
    padding: 0px;
    line-height: 0px;
    background-color: #faf2f2;
   
    border-radius: 30%;

}

.social a:hover {
    background-color:#253140;
    transition: cubic-bezier(1, 0, 0, 1)
   
}

.social i {
    font-size: 15px;
    color: #2B2B2B;   
}




/* BOTON DE DESCARGA */

#wrap2 {
    margin: 20px auto;
    text-align: center;
}

.btn-slide2 {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 190px;
    line-height: 40px;
    padding: 0;
    border-radius: 10px;
    background: #fdfdfd00;
    margin: 10px;
    transition: .9s;
}

.btn-slide2 {
    border: 2px solid rgb(233, 170, 48);
}

.btn-slide2:hover {
    background-color: rgb(233, 170, 48);
    box-shadow: 0 0 10px rgb(233, 170, 48);
}

.btn-slide2:hover span.circle2 {
    left: 100%;
    margin-left: -45px;
    background-color: #fdfdfd;

}

.btn-slide2:hover span.circle2 {
    color: rgb(233, 170, 48);
    box-shadow: 0 0 10px rgb(233, 170, 48);
}

 .btn-slide2:hover span.title2 {
    left: 40px;
    opacity: 0;
}

 .btn-slide2:hover span.title-hover2 {
    opacity: 1;
    left: 40px;
}

.btn-slide2 span.circle2 {
    display: block;
    color: #fff;
    position: absolute;
    float: left;
    margin: 2px;
    margin-left: 8px;
    line-height: 42px;
    height: 36px;
    width: 36px;
    top: 0;
    left: 0;
    transition: .9s;
    border-radius: 50%;
   
}
.fa-download{
    margin: 9px;
    color:  rgb(48, 48, 47);
}

.btn-slide2 span.circle2 {
    background-color:rgb(233, 170, 48);
}


.btn-slide2 span.title2,
  .btn-slide2 span.title-hover2 {
    position: absolute;
    left: 90px;
    text-align: center;
    margin: 0 -15px;
    font-size: 15px;
    font-weight: bold;
    transition: .5s;
}

.btn-slide2 span.title2,
  .btn-slide2 span.title-hover2 {
    color: rgb(233, 170, 48);
    left: 80px;
    
}

.btn-slide2 span.title-hover2 {
    left: 80px;
    opacity: 0;
    color: #fff;
    margin: 0 15px;

}






/* SEGUNDO BOTON */

.btn-slide3 {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 190px;
    line-height: 40px;
    padding: 0;
    border-radius: 10px;
    background: #fdfdfd00;
    margin: 10px;
    transition: .9s;  

}

.btn-slide3 {
    border: 2px solid rgb(233, 170, 48);
}

.btn-slide3:hover {
    background-color: rgb(233, 170, 48);
    box-shadow: 0 0 10px rgb(233, 170, 48);
}

.btn-slide3:hover span.circle3 {
    left: 100%;
    margin-left: -45px;
    background-color: #fdfdfd;

}

.btn-slide3:hover span.circle3 {
    color: rgb(233, 170, 48);
}

 .btn-slide3:hover span.title3 {
    left: 40px;
    opacity: 0;
}

 .btn-slide3:hover span.title-hover3 {
    opacity: 1;
    left: 40px;
}

.btn-slide3 span.circle3 {
    display: block;
    color: #fff;
    position: absolute;
    float: left;
    margin: 2px;
    margin-left: 8px;
    line-height: 42px;
    height: 36px;
    width: 36px;
    top: 0;
    left: 0;
    transition: .9s;
    border-radius: 50%;
}


.btn-slide3 span.circle3 {
    background-color:rgb(233, 170, 48);
}


.btn-slide3 span.title3,
  .btn-slide3 span.title-hover3 {
    position: absolute;
    left: 90px;
    text-align: center;
    margin: 0 -15px;
    font-size: 15px;
    font-weight: bold;
    transition: .5s;

}

.btn-slide3 span.title3,
  .btn-slide3 span.title-hover3 {
    color: rgb(233, 170, 48);
    left: 80px;

}

.btn-slide3 span.title-hover3 {
    left: 80px;
    opacity: 0;
    color: #fff;
    margin: 0 15px;

}
/* FIN BOTON DESCARGAR */
.img-footer{
    width: 90px;
    height: 90px;

}

@media(max-width:1024px){

    .text-container p:nth-child(2) {
        font-size: 33.5px;
    }
    .cursos {
        padding: 0 5% 0px 5%;
        padding-top: 1px;
        
    }
    .cursos-texto{
        font-size:auto;
    }
    
}






/* IMAGEN MEDIA */
@media(max-width:1000px) {
    * {
        box-sizing: border-box;
    }
    .Foto {

        display: none;
    }
 
    section {
        height: 75vh;
     }
     .text-container{
        top: 50%;
    }

     .ir-arriba {
        display:none;
        bottom:20px;
        right:20px;
        z-index: 1;
    }
    .text-container {
        top: 30%;
        width: 90%;
    }
    .logo {
        width: auto;
       height: 46px;
    
    }
  

    .text-container p:nth-child(2){
        font-size: 5x;
    }
    .text-container button {
        margin: 5px;
    }

    .Habilidades-2 {
        height:auto

    }
    .Habilidades-2 p {
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
   
    }
    .Habilidades-2 h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        font-size: 19px;
        font-style: italic;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px;
    }
   
    .Habilidades {
        height: auto;
        margin-top: -1.9%;
 
    }

    .Habilidades h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        font-size: 19px;
        font-style: italic;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 17px;
    
    }
    .Habilidades li {
        font-size: 17px;
        font-family: 'Montserrat', sans-serif;
        margin: 0 20%;
    }

    .btn-slide3 span.circle3,
    .btn-slide2 span.circle2{
      margin-top: 1.5px;
      height: 35px;
      width: 35px;
    }
    .btn-slide2,
    .btn-slide3{
        height: 43px;
    }

    /* FOTOGRAFIA PEQUEÑA */
    .acerca-de-mi-container img {
        height: 280px;
        width: auto;
    }
    .acerca-de-mi-container-texto {
        width: 400px;
        
    }

    /* .acerca-de-mi-container-texto p:nth-child(1) {
        font-size: 20px;
    } */
    .h{font-size: 20px;}
    .acerca-de-mi-container-texto p:nth-child(2) {
        font-size: 10px;
        
    }
    .acerca-de-mi-container-texto p:nth-child(3),
    .acerca-de-mi-container-texto p:nth-child(4) {
        font-size: 14px;
        
    }
    .cursos {
        padding: 0 5% 0px 5%;
        padding-top: 1px;
        
    }
    .cursos-texto{
        font-size:auto;
    }
       .cursos-texto p:nth-child(1){
           font-size: 19px;
           font-family: 'Montserrat', sans-serif;
       }


       .swiper-slide h2{
           position: relative;
           top: -20%;
           font-size: 20px;
       }
       .swiper-slide p{
        top: 38%;
        
    }

    .swiper{
        margin-bottom: 12px; 
        margin-top: -5px;


    }
    .button {
        width: 160px;
        height: 40px;
        font-size: 15px;
        top: 75%;
        font-weight: 700;
     }

     .swiper-slide p{
        font-family: 'Montserrat', sans-serif;
     position: absolute;
     width: 40%;
     color: white;
     top: 35%;
     font-size: 19px;
     text-align: center;
     line-height: 20px;
     font-weight: 500;
    }


    nav {
        width: 100%;

        z-index: 100;
    }
    .Estudios-progreso h4{
        line-height: 30px;
        font-size: 15px;
    
        }

         .social {
             z-index: 100;
         }
         footer p:nth-child(1) {
            font-size: 20px;
         }
         nav ul li {
            padding: 10px;
        

           
        }
        nav ul li a {
            font-size: 1.4em;
            text-transform: uppercase;
            color: #d4d1d1;
            
            
     
       
 
        }
        nav ul li a:hover {
            color: #faf5f5;
           
        
        }

         nav ul {
            background-image: url(../img/nav.webp);
            background-size: cover;
            background-repeat: no-repeat;
            margin: 0px;
            padding: 0px;
            flex-direction: column;
            position: fixed;
            left: 0;
            top: 0;
            width: 300px;
            height: 100vh;
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1;
            display: none;

         
        }

        .active {
            color: rgb(233, 170, 48);
            font-weight: bold; 
          
        }
        .toggle{
            display: initial;
        }
        /* MENU */
        .toggle:before {
            content: '\f0c9';
            font-family:"Font Awesome 5 Free";
            font-weight: 900;
            line-height: 60px;
            z-index: 1;
            color:rgb(233, 170, 48);
            font-size: 25px;
 
        }
        .toggle.active:before {
            content: '\f550';
            position: fixed;
            right: 20px;
            line-height: 0px;
          
       
        }
   
        nav.active ul {
            display: flex !important;
    
      
        }
        .img-footer{
            width: 70px;
            height: 50px;
        
        }


    @media(max-width: 768px) {
        section {
            background-image: url("../img/section.webp");
           height: 500px;

        }
        .Foto {
            display: none;
        }

        body{
            background-color: #ffffff;
        }
        /* MENU */
        .toggle {
            display: block;
        }
        .ir-arriba {
            padding:10px;
            border-radius: 30%;
            font-size:20px; 
            width: 40px;
            height: 40px;
            text-align: center;
            right: 2px;
            z-index: 100;
            right: 20px;
        }
        .btn-slide3 span.circle3,
        .btn-slide2 span.circle2{
          margin-top: 1px;
          height: 35px;
          width: 35px;
        }
        .btn-slide2,
        .btn-slide3{
            height: 43px;
        }
       
        @keyframes escribir {
           from { width: 70% }
           to { width:20% }
       }
        .text-container p:nth-child(2) {
            line-height: 35px;
            font-size: 38px;
        }
        .text-container p:nth-child(1) {
            font-size: 35px;
        }
        .acerca-de-mi-container-texto p:nth-child(3){
            text-align: start;
        } 
        .text-container {
            top:30vh;
            left: 40%;
            transform: translate(-50%, -50%);
            width: 80%;
        }
        #wrap2 {
            margin-bottom: -25px;
            text-align: center;
        }


        .acerca-de-mi-container-texto p:nth-child(2) {
           text-align: center;
           line-height: 15px;
        }


        /* MENU */
        .toggle:before {
            content: '\f0c9';
            font-family:"Font Awesome 5 Free";
            font-weight: 900;
            line-height: 60px;
            z-index: 1;
            color:rgb(233, 170, 48);
            font-size: 25px;
            
        }
        .toggle.active:before {
            content: '\f550';
            position: fixed;
            right: 20px;
            line-height: 0px;
        }
   

             /* FIN BOTON */
        .Habilidades {
            margin: -1% 0 0 0;

        }
        .Habilidades li {

            font-size: 15px;
  
        }
        .Habilidades h2 {
            font-family: 'Montserrat', sans-serif;
            font-weight: bold;
            font-size: 18px;
            font-style: italic;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 15px;
        }
        .Habilidades-2 {
            height: 270px;
            margin: -7%  255px 0 0;
            background-color: #d4d1d1;

        }
        .Habilidades-2 p {
            font-size: 15px;
            font-family: 'Montserrat', sans-serif;
            margin: 0 10%;
            text-align: center;
        }
 

        .Estudios-progreso{
            margin: -5% 20%;
            text-align: center;
            padding-top: 10px;

        }
        .Estudios-progreso h4{
        line-height: 38px;
        font-size: 15px;
    
        }
        
        .Habilidades-2 h2 {
            font-family: 'Montserrat', sans-serif;
            font-weight: bold;
            font-size: 18px;
            font-style: italic;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 15px;
        }
    
        
        .acerca-de-mi-container {
            top: 0px;
            flex-direction: column;
            height: auto;
            padding: 30px 0px;
            align-items: center;
            margin-bottom: 6.5%;
        }
        .acerca-de-mi-container-texto {
            width: 70%;
            text-align: center;
            margin-bottom: 15px;
        }
        .cursos-texto p:nth-child(1),
        .cursos-texto p:nth-child(2) {
            width: 100%;
            font-size: 18px;
   
         }
         .cursos-texto p:nth-child(2){
             font-size: 15px;
         }
         .swiper {
            width: 100%;
            height: 370px;
          }



        .swiper-slide p{
        font-family: 'Montserrat', sans-serif;
         position: absolute;
         width: 60%;
         top:auto;
         line-height: 20px;
         font-weight: 500;
         font-size: 16px;
         padding-top: 15px;
        }

        .button {
            width: 160px;
            height: 40px;
            font-size: 15px;
            top: 79%;
            font-weight: 700;
         }
    
        footer p:nth-child(2) {
            width: 90%;
            font-size: 15px;
        }

        footer p:nth-child(1) {
           font-size: 18px;
        }
        .Autor{
            font-size:15px;
            text-align: center;

        }
        .social {
    
            display: none;
        }

        /* LOGOS FORMACION ACADEMICA */
        .central{
           display: none;
        }
        .unah{
            display: none;
        }
    }

    @media(max-width: 370px){

        section {
            background-image: url("../img/section.webp");
            height: 500px;
 
         }
        .Estudios-progreso h4{
            line-height: 26px;
            font-size: 12px;
            width: 100%;
            
        }

            .Habilidades-2 {
                height: 410px;
                border-radius: 2px;
                margin: -7%  0;
    
            }

            .text-container{
                top: 50%;
            }
            .ir-arriba {
                border-radius: 30%;
                text-align: center;
                font-size: 20px; 
                width: 35px;
                height: 35px;
                z-index: 100;
                right: 8px;
            
            }

            .swiper-slide p{
                font-family: 'Montserrat', sans-serif;
                 position: absolute;
                 width: 70%;
                 top: 32%;
                 font-size: 15px;
                 line-height: 20px;
                 font-weight: normal;
                }
        

            .swiper-slide:nth-child(1){
                background-image: url(../img/ofo.webp);
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
            
            }
            
            .swiper-slide:nth-child(2){
                background-image: url(../img/desa.webp);
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
             

            }
            
            .swiper-slide:nth-child(3){
                background-image: url(../img/css.webp);
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
            

            }
            
            .swiper-slide:nth-child(4){
                background-image: url(../img/in.webp);
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
            
            }
            
            .swiper-slide:nth-child(5){
                background-image: url(../img/Grafia.webp);
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;

            }

        


