@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;
}

:root {
    --padding-container: 100px 00;
    --color-title: #001A49;
}


html{
    /* me permite deslizar cuando hago clic en los links del menu */
    scroll-behavior: smooth;
}

.fa-angle-up:before{
    color: #64ff4500;
}



/* PREGUNTAS FRECUENTES */


/* SECCION SOBRE MI */




.sobremi{
    color: #fff;
    padding: 50px 20px;
}
.sobremi .contenido-seccion{
    max-width: 1100px;
    margin: auto;
}


.sobremi h2{
    font-size: 35px;
    font-family: 'Righteous';
    text-align: center;
    padding: 20px 0;
    /* margin-top: -20px; */
    font-weight: bold;

}

/* TITULO 01

***APROVECHA UNA CONSULTA***** */


.sobremi h2{
    --to: left;
    font-size: 2.5em;
    
    background-color: #afe099;
   
    font-weight: bold ;
    /* background-image: linear-gradient(
        to var(--to), #89a5df, #e46e7f, #e8e191
    ); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    line-height: 1em;
    box-shadow: 2px 3px 6px #e0404083;
    border-radius: 5%;


}


























.sobremi{
    color: #fff;
    padding: 50px 20px;
}
.sobremi .contenido-seccion{
    max-width: 1100px;
    margin: auto;
}






.sobremi{
    color: #fff;
    padding: 50px 20px;
}
.sobremi .contenido-seccion01{
    max-width: 1100px;
    margin: auto;
}











.sobremi h2{
    font-size: 35px;
    font-family: 'Righteous';
    text-align: center;
    padding: 20px 0;
    /* margin-top: -20px; */
    font-weight: bold;

}

/* TITULO 01

***APROVECHA UNA CONSULTA***** */


.sobremi h2{
    --to: left;
    font-size: 2.5em;
    
    background-color: #afe099;
   
    font-weight: bold ;
    /* background-image: linear-gradient(
        to var(--to), #89a5df, #e46e7f, #e8e191
    ); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    line-height: 1em;
    box-shadow: 2px 3px 6px #e0404083;
    border-radius: 5%;


}






/* PREGUNTAS FRECUENTES */
.sobremi h4{
    font-size: 35px;
    font-family: 'Righteous';
    text-align: center;
    padding: 20px 0;
    /* margin-top: -20px; */
    font-weight: bold;

}


.sobremi h4{
    --to: left;
    font-size: 2.5em;
    font-weight: bold;
    background-image: linear-gradient(
        to var(--to), #89a5df, #e46e7f, #e8e191
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    line-height: 1em;
    box-shadow: 2px 3px 6px #e0404083;
    border-radius: 5%;


}









.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: 27px;
    margin-top: 80px;
}
.sobremi .fila .col ul{
    list-style: none;
}
.sobremi .fila .col ul li{
    margin: 12px 0;
}
.sobremi .fila .col ul li strong{
    display: inline-block;
    color: #1CB698;
    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: 140px;
    height: 100px;
    /* background-color: #54a80f; */
    background-color: #252A2E;
    border-radius: 10px;
    margin: 18px 2px 2px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
    margin-bottom: 6px;
    margin-left: 30px;
    box-shadow: 11px 14px 15px #0000008c;
    animation: animate 2.8s infinite;


}


.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: 10px;
    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;



}
.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%;
}



 
  /*:::::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:88px ;
    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 {
    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;
    
  }

  
  .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;
  }
  

  .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;
    
  }
  

/*:::::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) {

}

@media (max-width: 600px) {
	
}



/* SECCION RESPONSIVE */

@media screen and (max-width:700px){
    .sobremi .fila{
        display: block;
    
    }

    .sobremi h2{
        font-size: 35px;
        font-family: 'Righteous';
        text-align: center;
        padding: 20px 0;
        margin-top: -20px;


    }
        .sobremi .fila .col h3{
            font-size: 28px;
            font-family: 'Righteous';
            margin-bottom: 20px;
            margin-top: 20px;
    }
    .sobremi .fila .col{
        width: fit-content;
    }

    
    
    .sobremi .fila .col .contenedor-intereses .interes{
        width: 134px;
        height: 100px;
        /* background-color: #54a80f; */
        background-color: #252A2E;
        border-radius: 10px;
        margin: 20px 2px 2px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: .3s;
        margin-bottom: 0px;
        margin-left: 20px;
        box-shadow: 11px 14px 15px #0000008c;
        animation: animate 2.8s infinite;
    
    
        
    
    }
    
}








