@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Work+Sans:wght@100;300;400;600;800&display=swap');
*{
    box-sizing: border-box;
    font-family: 'Work Sans';
    margin: 0;
    padding: 0;
}
html{
    /* me permite deslizar cuando hago clic en los links del menu */
    scroll-behavior: smooth;
}
/* MENU */
.contenedor-header{
    background: #1e2326;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.contenedor-header header{
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
}

.contenedor-header .logo img{
    width: 180px;

}



.contenedor-header header .logo a{
    font-family: 'Righteous';
    font-size: 50px;
    color: #94c78d;
    text-decoration: none;
}
.contenedor-header header ul{
    display: flex;
    list-style: none;
}
.contenedor-header header nav ul li a{
    text-align: none;
    color: #fff;
    margin: 0 15px;
    padding: 3px;
    transition: .5s;
    text-decoration: none;
}
.contenedor-header header nav ul li a:hover{
    color: #1CB698;
}
.nav-responsive{
    background-color: #1CB698;
    color:#fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}
/* SECCION I N I C I O */






.inicio{
    position: relative;

    background: linear-gradient(to top, rgba(30,35,38,.8), rgba(30,35,38,1)),
    url(img/fondo.jpg);
    background-size: cover;
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
    
    
}

.bg-overlay {
background: rgb(179, 139, 8);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 7;
/* opacity: 0.85; */

background: linear-gradient(45deg,rgba(26, 9, 9, 0.411) 40%,#0d071696,#3d34418a);
background-size: 400% 400%;
animation: example 15s ease-in-out infinite;
box-shadow: -1px 0px 20px #141414e3;

}
@keyframes example {
0%{background-position: 0 50%;}
50%{background-position: 100% 50%;}
100%{background-position: 0 50%;}
}


.inicio .contenido-banner{
    padding: 25px;
    background-color: #1e2326;
    max-width: 360px;
    width: 340px;
    margin: auto;
    text-align: center;
    border-radius: 40px;
    animation: animate 2s infinite;
    margin-bottom: 5px;
    box-shadow: 1px 0px 5px #dfd2d21a;
}



/* .inicio .contenido-banner img{
    margin-top: 20px;
    border: 8px solid #1CB698;
    display: block;
    width: 80%;
    margin: auto;
    border-radius: 100%;
} */
.inicio .contenido-banner h1{
    margin-top: 20px;
    font-size: 35px;
    font-family: 'Work Sans';
    
}

.inicio .contenido-banner h3{
    margin-top: 18px;
    font-size: 25px;
    font: medium;
    color: #f9fff7bb;
    
}

.inicio .contenido-banner h2{
    font-size: 15px;
    font-weight: normal;
}
.inicio .contenido-banner .redes a{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 40px 5px;
    font-size: 20px;
    transition: .3s;
}
.inicio .contenido-banner .redes a:hover{
    background-color: #1CB698;
}
.sobremi{
    background-color: #1e2326;
    color: #fff;
    padding: 50px 20px;
}
.sobremi .contenido-seccion{
    max-width: 1100px;
    margin: auto;
    margin-bottom: -200px;
}
.sobremi h2{
    font-size: 35px;
    font-family: 'Righteous';
    text-align: center;
    padding: 20px 0;

}
.sobremi .contenido-seccion p{
    font: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}
.sobremi .contenido-seccion p span{
    color: #1CB698;
    font-weight: bold;
}
.sobremi .fila{
    display: flex;
}
.sobremi .fila .col
{
    width: 50%;
}
.sobremi .fila .col h3{
    font-size: 28px;
    font-family: 'Righteous';
    margin-bottom: 25px;
}
.sobremi .fila .col ul{
    list-style: none;
}
.sobremi .fila .col ul li{
    margin: 12px 0;
}
.sobremi .fila .col ul li strong{
    display: inline-block;
    font-family: bold;
    font-size: 17px;
    color: #cfcfcf;
    width: 130px;
}
.sobremi .fila .col ul li span{
    background-color: #2eb61c;
    padding: 3px;
    font-weight: bold;
    border-radius: 5px;
}

.sobremi .fila .col ul li a{
    background-color: #2eb61c;
    padding: 3px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.sobremi .fila .col .contenedor-intereses{
    display: flex;
    flex-wrap: wrap;
}
.sobremi .fila .col .contenedor-intereses .interes{
    width: 100px;
    height: 100px;
    background-color: #252A2E;
    border-radius: 10px;
    margin: 0 15px 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
}.sobremi .fila .col .contenedor-intereses .interes:hover{
    background-color: #1CB698;
}
.sobremi .fila .col .contenedor-intereses .interes i{
    font-size: 25px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}
/* CAMBIAR TAMAÑO DE FUENTE DE LETRA */
.sobremi .fila .col .contenedor-intereses .interes span{ 
    font-size: 13px;
    align-items: center;
    justify-content: center;  
    text-align: center;

}
.sobremi button{
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #ffffff00;
    width: fit-content;
    display: block;
    margin: 20px auto;
    padding: 10px 22px;
    font-size: 16px;
    color: #fff;
    position: relative;
    align-items: center;
    justify-content: center;  
    text-align: center;

    z-index: 10;


/* ***box */

}

.boxinfo{
    background-color: #1e2326;
    /* color: #fff; */
    padding: 50px 20px;

}
.boxinfo .contenido-seccion{
    max-width: 1100px;
    margin: auto;
    /* margin-top: 200px; */
}
.boxinfo h2{
    font-size: 35px;
    font-family: 'Righteous';
    text-align: center;
    padding: 20px 0;
    color: rgba(0, 255, 179, 0.836);;



}


.boxinfo-service .contenido-seccion{
    max-width: 1100px;
    margin: auto;
}
.boxinfo-service h2{
    font-size: 35px;
    font-family: 'Righteous';
    text-align: center;
    padding: 20px 0;
    color: rgba(0, 255, 179, 0.836);;

}

.service-icon-box{

    margin-top: 9px;
   
    z-index: -1;
  
}
.service-icon-box img{

    position: absolute;

    transform: translate(-50%, -50%);
    margin-bottom: 50px;

    width: 30px;
    margin-left: -90px;
    margin-right: -0px;
    margin-top: -82px;
    animation: animate 2.5s infinite;
    z-index: 10;
    
    z-index: 10;
  
}


.service-icon-box



.sobremi button .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #1CB698;
    z-index: -1;
    transition: 1s;
}
.sobremi button:hover .overlay{
    width: 100%;
}
/* SECCION S K I L L S */
.skills{
    background-color: #252A2E;
    color: #fff;
    padding: 50px 20px;
}
.skills .contenido-seccion{
    max-width: 1100px;
    margin: auto;
}
.skills h2{
    font-size: 48px;
    font-family: 'Righteous';
    text-align: center;
    padding: 20px 0;

}
.skills .fila{
    display: flex;
}
.skills .fila .col{
    width: 50%;
    padding: 0 20px;
}
.skills .fila .col h3{
    font-size: 28px;
    font-family: 'Righteous';
    margin-bottom: 25px;
}
.skills .skill > span{
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.skills .skill .barra-skill{
    height: 8px;
    width: 80%;
    background-color: #131517;
    position: relative;
    margin-bottom: 30px;
}
.skills .skill .progreso{
    background-color: #1CB698;
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
}
.skills .skill .barra-skill span{
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: #1CB698;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    top: -17px;
    right: -15px;
    font-size: 14px;
}

/* box info */
 


.BOTON01 {
    padding: 10px 50px;
    border: 2px solid #7fec5ef1;
    background: rgba(19, 185, 55, 0.966);
      /* for cool effect */
    background-image: linear-gradient(90deg, rgba(24, 16, 20, 0.712), rgb(17, 23, 24), rgb(17, 17, 12), rgb(255, 15, 15));
    background-size: 450%;
     /* fIN */
    outline: none
    color: #7278a0;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    /* for cool effect */
    transition: 0.1s ease;
    border-radius: 15px;
  }
  
  
  .BOTON01{
      animation: animate 5s u;
  }
  
  .BOTON01:hover {
    background: #d3c93fd2;
    color: #fff;
    
  }



  /*:::::BOTON 02*/
  
  
  .BOTONG {
    display: flex;
    align-items: center;
    margin-top: 30px;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #ffffff00;
    width: fit-content;
    display: block;
    margin: 20px auto;
    padding: 10px 22px;
    font-size: 16px;
    color: #fff;
    position: relative;
    align-items: center;
    justify-content: center;  
    text-align: center;

    z-index: 10;
  
  }

  
  
  
  
  
  .BOTONG{
      animation: animate 2.5s infinite;
  }
  
  .BOTONG {
    display: flex;
    width:188px ;
    text-decoration: none;
    text-align: center;
    padding: 2px 5px;
    margin-top: 18px;
    border-radius: 15px;
    text-decoration: none;
    
  
  }
  
  .BOTON01:hover::after{
      background-position: 100%;
      filter: blur(15px);
  
  }
  .BOTON01  {
      transition: 0.1s ease;
      border-radius: 15px;
  
  }

  .BOTON01  {
      transition: 0.1s ease;
      border-radius: 10px;
      
    }
  
    

  
  .footer {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
  }
  .darkmode {
    padding: 12px 40px;
    background: #d4d6df;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    border-radius: 5px;
    text-decoration: none;
  }
  

  
  /*:::::BOTON 02 FOOTER*/
  
  
  .BOTONGFO {
    display: flex;
 
    margin-top: 42px;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #ffffff00;
    /* width: fit-content; */
    display: block;
    margin: 10px auto;
    padding: 85px 90px;
    font-size: 17px;
    color: #fff;
/* 
    align-items: center; */
    justify-content: center;  
    z-index: 10;
  
  }

  
  
  
  
  
  .BOTONGFO{
      animation: animate 2.5s infinite;
  }
  
  .BOTONGFO {
    display: flex;
    
    text-decoration: none;

    padding:  0 10px 10px;
    margin-top: -160px;

    
  
  }
  
  .BOTONF1:hover::after{
      background-position: 100%;
      filter: blur(15px);
  
  }
  .BOTONF1  {
      transition: 0.1s ease;
      border-radius: 15px;
  
  }
  .BOTONF1 {
    padding: 8px 40px;
    background: #4561ff;
    color: #fff;
    border-radius: 5px;
    margin: 10PX 10PX;
    margin-left: 50px;
    margin-right: 50px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin-left: 35px;
    margin-right: 35px;
    
    
  
  }
  .BOTONF1  {
      transition: 0.1s ease;
      border-radius: 10px;
      
    }
  
    

  
  .footer {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
  }
  .darkmode {
    padding: 12px 40px;
    background: #d4d6df;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    border-radius: 5px;
    text-decoration: none;
  }
  

  .BOTONF1 {
    padding: 10px 50px;
    border: 2px solid #7fec5ef1;
    background: rgba(19, 185, 55, 0.966);
      /* for cool effect */
    background-image: linear-gradient(90deg,  rgba(255, 15, 15, 0.644));
    background-size: 450%;

  }
  
  
  .BOTONF1{
      animation: animate 5s u;
  }
  
  .BOTONF1:hover {
    background: #d3c93fd2;
    color: #fff;
    
  }
  









  @media screen and (max-width: 767px) {




    .bg-overlay {
    background: rgb(179, 139, 8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 7;
    /* opacity: 0.85; */
    
    background: linear-gradient(45deg,rgba(26, 9, 9, 0.411) 40%,#0d0716b7,#260d31af);
    background-size: 400% 400%;
    animation: example 15s ease-in-out infinite;
    box-shadow: -1px 0px 20px #141414e3;
    
    }
    @keyframes example {
    0%{background-position: 0 50%;}
    50%{background-position: 100% 50%;}
    100%{background-position: 0 50%;}
    }
    
    
    .inicio .contenido-banner{
        padding: 25px;
        background-color: #1e2326;
        max-width: 360px;
        width: 340px;
        margin: auto;
        text-align: center;
        border-radius: 40px;
        animation: animate 2s infinite;
        margin-bottom: 20px;
        box-shadow: 1px 0px 5px #dfd2d21a;
    }
    


    .inicio{
        background: linear-gradient(to top, rgba(30,35,38,.8), rgba(30,35,38,1)),
        url(img/fondo-mobil.jpg);
        background-size: cover;
        height: 100vh;
        color: #fff;
        display: flex;
        align-items: center;
        
        
    }





    .inicio .contenido-banner{
        padding: 25px;
        background-color: #1e2326;
        max-width: 360px;
        width: 340px;
        margin: auto;
        text-align: center;
        border-radius: 40px;
        animation: animate 2s infinite;
        margin-bottom: 200px;
    }
    
   
  .BOTONGFO {
    display: flex;
 

        display: flex;
        
        text-decoration: none;
    
        padding:  0 10px 10px;
        margin-bottom: -100px;
    

    font-size: 17px;
    color: #fff;

    z-index: 10;
  
  }
}


  /*:::::BOTON ENLEACE SERVICIO*/
  
  
  .BOTONLINK {
    display: flex;
    align-items: center;
    margin-top: -180px;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #ffffff00;
    width: fit-content;
    display: block;
    margin: 20px auto;
    padding: 10px 22px;
    font-size: 16px;
    color: #fff;
    position: relative;
    align-items: center;
    justify-content: center;  
    text-align: center;

    z-index: 10;
  
  }

  
  
  
  
  
  .BOTONLINK {
      animation: animate 2.5s infinite;
  }
  
  .BOTONLINK  {
    display: flex;
    width:188px ;
    text-decoration: none;
    text-align: center;
    padding: 2px 5px;
    margin-top: 180px;
    border-radius: 15px;
    text-decoration: none;
    
  
  }
  
  .BOTONING:hover::after{
      background-position: 100%;
      filter: blur(15px);
  
  }
  .BOTONING  {
      transition: 0.1s ease;
      border-radius: 15px;
  
  }
  .BOTONING {
    padding: 8px 40px;
    background: #4561ff;
    color: #fff;
    border-radius: 5px;
    margin: 10PX 10PX;
    margin-left: 50px;
    margin-right: 50px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin-left: 35px;
    margin-right: 35px;
    
    
  
  }
  .BOTONING {
      transition: 0.1s ease;
      border-radius: 10px;
      
    }
  
    

  
  .footer {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
  }
  .darkmode {
    padding: 12px 40px;
    background: #d4d6df;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    border-radius: 5px;
    text-decoration: none;
  }
  

  .BOTONING {
    padding: 10px 50px;
    border: 2px solid #7fec5ef1;
    background: rgba(19, 185, 55, 0.966);
      /* for cool effect */
    background-image: linear-gradient(90deg, rgba(24, 16, 20, 0.712), rgb(17, 23, 24), rgb(17, 17, 12), rgb(255, 15, 15));
    background-size: 450%;
     /* fIN */
    outline: none
    color: #7278a0;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    /* for cool effect */
    transition: 0.1s ease;
    border-radius: 15px;
  }
  
  
  .BOTONING{
      animation: animate 5s u;
  }
  
  .BOTONING:hover {
    background: #d3c93fd2;
    color: #fff;
    
  }
  








  
/*:::::Pie de Pagina*/

.pie-pagina .grupo-2 small{
    font-size: 9px;
    margin-top: -10px;
    padding: 8px 10p
}

.imgBox{
	animation: animate 2.1s infinite;
}

@keyframes animate{
	0%, 100%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(-6px);
	}
}
@media (max-width: 1000px) {
	nav {
		flex-direction: column;
		align-items: flex;
	}
	.menu ul {
		padding: 0;
	}
	.menu ul li {
		margin: 0 15px 0 0;
	}
	.banner {
		display: flex;
		flex-direction: column;
		text-align: center;
		height: auto;
	}
    .banner h1 {
        font-size: 40px;
    }
	.banner-text {
		margin-top: 15%;
	}
}

@media (max-width: 600px) {
	.logo {
		margin-top: 0;
	}
	nav {
		padding: 15px;
	}
	.menu ul li a {
		font-size: 10px;
        padding: 5px;
	}
	.banner {
		text-align: center;
		height: auto;
	}
	.banner img {
		width: 100%;	
	}
    .banner h1 {
        font-size: 18px;
    }
    .banner h1 span {
        font-size: 18px;
    }
	.banner p {
		margin: 15px 0;
		font-size: 11px;
	}
    .banner button {
        font-size: 12px;
    }
	.banner-text {
		margin-top: 15%;
	}
}



.hero {
  min-height: 100vh;
  position: relative;
  width: 100%;
  padding: 120px 0 0 0;
  overflow: hidden;
  background: linear-gradient(rgba(49, 22, 26, 0.95), rgba(22, 2, 2, 0.74)), url(./04.jpg),no-repeat;
 
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;

}


/* FIN BOTON */


/* Estas clases se agregaran dinamicamente mediante javascript */
.skills .skill .javascript{
    width: 0%;
    animation: 2s javascript forwards;
}
@keyframes javascript {
    0%{width: 0%;}
    100%{width: 75%;}
}

.skills .skill .htmlcss{
    width: 0%;
    animation: 2s htmlcss forwards;
}
@keyframes htmlcss {
    0%{width: 0%;}
    100%{width: 89%;}
}

.skills .skill .photoshop{
    width: 0%;
    animation: 2s photoshop forwards;
}
@keyframes photoshop {
    0%{width: 0%;}
    100%{width: 95%;}
}

.skills .skill .wordpress{
    width: 0%;
    animation: 2s wordpress forwards;
}
@keyframes wordpress {
    0%{width: 0%;}
    100%{width: 81%;}
}

.skills .skill .drupal{
    width: 0%;
    animation: 2s drupal forwards;
}
@keyframes drupal {
    0%{width: 0%;}
    100%{width: 55%;}
}

.skills .skill .comunicacion{
    width: 0%;
    animation: 2s comunicacion forwards;
}
@keyframes comunicacion {
    0%{width: 0%;}
    100%{width: 80%;}
}

.skills .skill .trabajo{
    width: 0%;
    animation: 2s trabajo forwards;
}
@keyframes trabajo {
    0%{width: 0%;}
    100%{width: 70%;}
}

.skills .skill .creatividad{
    width: 0%;
    animation: 2s creatividad forwards;
}
@keyframes creatividad {
    0%{width: 0%;}
    100%{width: 99%;}
}

.skills .skill .dedicacion{
    width: 0%;
    animation: 2s dedicacion forwards;
}
@keyframes dedicacion {
    0%{width: 0%;}
    100%{width: 65%;}
}

.skills .skill .proyect{
    width: 0%;
    animation: 2s proyect forwards;
}
@keyframes proyect {
    0%{width: 0%;}
    100%{width: 94%;}
}
/* SECCION CURRICULUM */
.curriculum{
    background-color: #1e2326;
    color: #fff;
    padding: 50px 20px;
}
.curriculum .contenido-seccion{
    max-width: 1100px;
    margin: auto;
}
.curriculum h2{
    font-size: 48px;
    font-family: 'Righteous';
    text-align: center;
    padding: 20px 0;
    color:rgba(0, 255, 179, 0.836);

}
.curriculum .fila{
    display: flex;
    justify-content: space-between;
}
.curriculum .fila .col{
    width: 49%;
    padding: 0 20px;
}
.curriculum .fila .col h3{
    font-size: 28px;
    font-family: 'Righteous';
    margin-bottom: 25px;
}
.curriculum .fila .izquierda{
    border-right: 2px solid #252A2E;
}
.curriculum .fila .derecha{
    border-left: 2px solid #252A2E;
}
.curriculum .fila .item{
    padding: 25px;
    margin-bottom: 30px;
    background-color: #252A2E;
    position: relative;
}
.curriculum .fila .item h4{
    font-size: 20px;
    margin-bottom: 10px;
}
.curriculum .fila .item .casa{
    color: #1CB698;
    font-size: 22px;
    font-weight: bold;
    display: block;
}
.curriculum .fila .item .fecha{
    display: block;
    color: #1CB698;
    margin-bottom: 10px;
}
.curriculum .fila .item p{
    line-height: 24px;
}
.curriculum .fila .izq{
    border-right: 2px solid #1CB698;
    margin-right: 20px;
}
.curriculum .fila .der{
    border-left: 2px solid #1CB698;
    margin-left: 20px;
}
.curriculum .fila .item .conectori{
    height: 2px;
    background-color: #1CB698;
    width: 47px;
    position: absolute;
    top: 50%;
    right: -47px;
    z-index: 5;
}
.curriculum .fila .item .conectori .circuloi{
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #1CB698;
    float: right;
    position: relative;
    bottom: 4px;
}
.curriculum .fila .item .conectord{
    height: 2px;
    background-color: #1CB698;
    width: 47px;
    position: absolute;
    top: 50%;
    left: -47px;
    z-index: 5;
}
.curriculum .fila .item .conectord .circulod{
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #1CB698;
    float: left;
    position: relative;
    bottom: 4px;
}
/* SECCION PORTFOLIO */
.portfolio{
    background-color: #252A2E;
    color: #fff;
    padding: 50px 20px;
}
.portfolio .contenido-seccion{
    max-width: 1100px;
    margin: auto;
}
.portfolio h2{
    font-size: 48px;
    font-family: 'Righteous';
    text-align: center;
    padding: 20px 0;
}
.portfolio .galeria{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.portfolio .galeria .proyecto{
    position: relative;
    max-width:  650px;
   /* max-width: 340px; */
    height: fit-content;
    margin: 10px;
    cursor: pointer;
}
.portfolio .galeria .proyecto img{
    width: 100%;
    display: block;
}
.portfolio .galeria .proyecto .overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: linear-gradient(rgba(28,182,152,.8), rgba(28,182,152,.8));
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 1s;
    font-size: 18px;
    letter-spacing: 3px;
    opacity: 0;
}
.portfolio .galeria .proyecto .overlay h3{
    margin-bottom: 20px;
    transition: 1s;
}
.portfolio .galeria .proyecto .overlay:hover{
    opacity: 1;
}
.portfolio .galeria .proyecto .overlay:hover h3{
    margin-bottom: 0px;
}
/* SECCION CONTACTO */


.contacto{
    background-image: url(img/contact_bg.png);
    background-color: #1e2326;
    color: #fff;
    padding: 50px 0;
    margin-top: -450px;
}




.-contacto-mas{
    background-image: url(img/contact_bg.png);
    background-color: #1e2326;
    color: #fff;
    padding: 50px 0;
    margin-top: -70px;
}


.contacto .contenido-seccion{
    max-width: 1100px;
    margin: auto;
}
.contacto h2{
    font-size: 48px;
    font-family: 'Righteous';
    text-align: center;
    padding: 25px 0;
    margin-bottom: 50px;
  

    
}

.contacto h3{
    font-size: 40px;
    font-family: 'Righteous';
    text-align: center;
    padding: 25px 0;
    margin-bottom: 20px;
    color: rgba(0, 255, 179, 0.836);
  

    
}


.contacto .contenido-seccion h2{


    margin-bottom: 20px;

}


@media screen and (max-width: 767px) {

    
.contacto-mas{
    background-image: url(img/contact_bg.png);
    background-color: #1e2326;
    color: #fff;
    padding: 50px 0;
    margin-top: -70px;
}
 
    .contacto{
        background-image: url(img/contact_bg.png);
        background-color: #1e2326;
        color: #fff;
        padding: 50px 0;
        margin-top: 0px;
    }
    

    .contacto h2{
        font-size: 45px;
        font-family: 'Righteous';
        text-align: center;
        /* padding: 60px 0;
        margin-bottom:-35px; */

    

      }

      .contacto h3{
        font-size: 40px;
        font-family: 'Righteous';
        text-align: center;
        /* /* padding: 60px 0; */
        margin-bottom: 9px; 
        */
    

      }



}

@media screen and (min-width: 768px) {

.contacto h2{
    font-size: 45px;
    font-family: 'Righteous';
    text-align: center;
    padding: 28px 0;
}
    
    .contacto-mas{
        background-image: url(img/contact_bg.png);
        background-color: #1e2326;
        color: #fff;
        padding: 50px 0;
        margin-top: -70px;
    }


}
.contacto .contenido-seccion h2{

    margin-top: 10px;

}








.contacto-mas .fila{
    display: flex;
}
.contacto-mas .col{
    width: 100%;
    padding: 10px;
    position: relative;
}


.contacto-mas .col img{
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 3s;
    

}
.contacto-mas .col .info{
   position: absolute; 
    top: 40%;
    background-color: #252A2E;
    padding: 20px;
    max-swidth: 350px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contacto-mas .col .info ul{
    list-style: none;
}
.contacto-mas .col .info ul li{
    margin-bottom: 20px;
}
.contacto-mas .col .info ul li i{
    color: #1CB698;
    display: inline-block;
    margin-right: 20px;
}
footer{
    background-color: #252A2E;
    color: #fff;
    padding: 50px 0 30px 0;
    text-align: center;
    position: relative;
    width: 100%;
}
footer .redes{
    margin-bottom: 20px;
}
footer .redes a{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 40px 5px;
    font-size: 20px;
    transition: .3s;
}
footer .arriba{
    display: block;
    width: 50px;
    height: 50px;
    background-color: #1CB698;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 18px;
}
/* SECCION RESPONSIVE */
@media screen and (max-width:980px){
    nav{
        display: none;
    }
    .nav-responsive{
        display: block;
    }
    nav.responsive{
        display: block;
        position: absolute;
        right: 0;
        top: 75px;
        background-color: #252A2E;
        width: 180px;
    }
    nav.responsive ul{
        display: block !important;
    }
    nav.responsive ul li{
        border-bottom: 1px solid #fff;
        padding: 10px 0;
    }

    .portfolio .galeria .proyecto{
        position: relative;
        max-width:  390px;
       /* max-width: 340px; */
        height: fit-content;
        margin: 13px;
        cursor: pointer;
}
@media screen and (max-width:700px){
    .sobremi .fila{
        display: block;
    }
    .sobremi .fila .col{
        width: fit-content;
    }

    .skills .fila{
        display: block;
    }
    .skills .fila .col{
        width: 100%;
    }
    .skills .fila .col .barra-skill{
        width: 100%;
    }

    .curriculum .fila{
        display: block;
    }
    .curriculum .fila .col{
        width: 90%;
    }
    .curriculum .fila .derecha{
        margin-left: 20px;
    }

    .portfolio .galeria{
        display: block;
        width: 100%;
    }
    .portfolio .galeria .proyecto{
        max-width: 100%;
        margin: 18px;
    }
    .portfolio .galeria .proyecto img{
        width: 100%;
       
    }
    .contacto-mas .fila{
        display: block;
    }
    .contacto-mas .fila .col{
        width: 100%;
    }
    .contacto-mas .col img{
        width: 100%;
        border-radius: 1%;
        transition: 5s;
        animation: animate 5.1s infinite;

    }
    .contenedor-header .logo img{
        width: 200px;



    }
    
}

}




@media screen and (max-width: 767px) {

footer{
    background-color: #252A2E;
    color: #fff;
    padding: 50px 0 30px 0;
    text-align: center;
    /* position: relative; */
    width: 100%;
    margin-bottom: auto;
    

}
footer .redes{
    margin-bottom: 20px;
}
footer .redes a{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 40px 5px;
    font-size: 20px;
    transition: .3s;
}
footer .arriba{
    display: block;
    width: 50px;
    height: 50px;
    background-color: #1CB698;
    color: #fff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -25px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 18px;



}
}










