@import url('https://fonts.googleapis.com/css?family=Montserrat|Shrikhand');

*{
  margin: 0;
  padding: 0;
}
.contenedor {
  max-width: 1200px;      /* ancho máximo del contenido */
  margin: 0 auto;         /* centra horizontalmente */
  padding-right: 50px;    /* margen derecho uniforme */
  padding-left: 50px;     /* opcional: margen izquierdo también */
}

body{
  background:#181818  url("http://freedesignfile.com/upload/2015/10/Grunge-textures-vintage-background-vectors-08.png");
  font-family: 'Montserrat', sans-serif;
}

nav{
  width: 100%;
  height: 50px;
  background-color: #2e2e2e;
}

nav ul{
  width:100%;
  height:100%;
  display:flex;
  justify-content:space-around;
  align-items:center;
}

nav a{
  text-decoration: none;
  color: white;
  padding: 13px;
  font-size: 20px;
  font-weight: bold;
}

nav a:hover{
  background-color: cyan;
  color: gray;
  transition: all 0.25s linear;
}

nav li{
  list-style: none;
}

.presentacion{
  display:flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

img{
  border-radius:50%;
}
.circle {
  width: 245px;
  height: 245px;   /* igual ancho y alto para círculo perfecto */
  border: 3px solid cyan;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* recorta lo que se salga del círculo */
  margin: 50px;
}

.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* mantiene proporción y llena el círculo */
  border-radius: 50%; /* asegura que la imagen también sea circular */
}

#mi-nombre{
  font-family: 'Shrikhand', cursive;
  font-size: 40px;
  font-weight: 100;
  color: white;
  margin-left: 20px;
  margin-right: 20px;
}

.sobre-mi, .mis-experiencias, .contactame{
  width: 105%;
  min-height: 250px;
  background-color: #FFF;
  padding: 20px;
}

.sobre-mi {
  width: 100%;
  min-height: 300px;
  background-color: #1c1c1c; /* tono más uniforme con el resto */
  padding: 50px;
  color: #e0e0e0; /* gris claro en lugar de blanco puro */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: justify;
}

.sobre-mi h2 {
  font-family: 'Shrikhand', cursive;
  font-size: 36px;
  color: cyan;
  margin-bottom: 30px;
}

.sobre-mi p {
  font-family: 'Poppins', sans-serif; /* tipografía moderna y elegante */
  font-size: 17px;
  line-height: 1.8;
  max-width: 800px;
  margin-bottom: 20px;
  color: #d1d1d1; /* tono gris suave para mejor lectura */
  padding: 15px;
  border-left: 4px solid cyan; /* detalle visual elegante */
  background: none; /* quitamos el fondo semitransparente */
}

.mis-experiencias h2{
  margin-top: 30px;
}
p{
  text-indent: 25px;
  margin-bottom: 10px;
}
.cuadro{
  max-width: 900px;
  margin: 0 30px;
}
.cuadro2{
  width: 900px;
  min-height: 200px;
  margin: auto;
  margin: 0 30px;
}
.mis-experiencias{
  width: 100%;
  min-height: 300px;
  background-color: #303030;
  padding: 50px;
  color: white;
}
.contactame{
  width: 100%;
  min-height: 300px;
  background-color: #181818;
  padding: 70px;
  color: white;
}

h3{
  margin:20px;
  margin-top: 40px;
  color:cyan;
}

.mis-experiencias {
  width: 100%;
  min-height: 300px;
  background-color: #303030;
  padding: 50px;
  color: white;
  display: flex;
  flex-direction: column; /* apila título y listas */
  align-items: center;
}

.mis-experiencias {
  background-color: #202020;
  color: white;
  padding: 50px;
  text-align: center;
}

.mis-experiencias h2 {
  font-family: 'Shrikhand', cursive;
  font-size: 36px;
  color: cyan;
  margin-bottom: 20px;
}

.mis-experiencias h3 {
  font-size: 24px;
  color: deepskyblue;
  margin: 30px 0 15px;
}

.cuadro2 {
  max-width: 1200px;
  margin: 0 auto;
}

.listas {
  display: flex;
  justify-content: space-around;
  gap: 40px;
  margin-bottom: 30px;
}

.listas ul {
  list-style: none;
  padding: 0;
}

.listas ul li {
  background-color: #181818;
  margin: 8px 0;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,255,255,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.listas ul li:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0,255,255,0.6);
  color: cyan;
}

.listas2 ul {
  margin-top: 10px;
  padding-left: 20px;
}

.listas2 ul li {
  background: none;
  color: #ccc;
  font-size: 14px;
  box-shadow: none;
  padding: 5px 0;
}


.listas2{
  margin: 10px 10px 50px;
  margin-left: 30px;
}

ul{
  margin-bottom: 20px;
}

#LI{
  margin-top: 0;
}

.contactame {
  position: relative; /* permite posicionar elementos dentro */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.trabajos-btn {
  position: absolute;
  left: 120px;       /* lo coloca a la izquierda, pero con espacio */
  top: 50%;          /* a la mitad vertical */
  transform: translateY(-50%);
}

.btn-trabajos {
  display: inline-flex; /* icono y texto juntos */
  align-items: center;
  gap: 10px; /* espacio entre icono y texto */
  padding: 12px 25px;
  background: linear-gradient(45deg, cyan, deepskyblue);
  color: #181818;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 255, 255, 0.5);
  transition: all 0.3s ease;
  font-size: 18px;
  letter-spacing: 1px;
}

.btn-trabajos i {
  font-size: 20px; /* tamaño del icono */
}

.btn-trabajos:hover {
  background: linear-gradient(45deg, deepskyblue, cyan);
  color: white;
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 255, 255, 0.7);
  cursor: pointer;
}

.cuadro3 {
  width: 100%;
  max-width: 900px;
  text-align: center; /* centra el título */
}

.cuadro3 h2 {
  margin-bottom: 30px;
  color: cyan;
}

.box-contact {
  width: 300px;
  border: 2px solid gray;
  padding: 20px;
  border-radius: 10px;
  background-color: black;
  margin: 0 auto; /* centra la caja */
}

label {
  display: inline-block;
  width: 30px;
  background-color: gray;
  padding: 8px 0px 8px 15px;
  margin-bottom: 20px;
  border-radius: 4px 0px 0px 4px;
  color: cyan;
  
}
input{
  width: 225px;
  height: 45px;
}
.input-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.input-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 17px; /* espacio entre el icono y el textarea */
}

.input-group label {
  width: 30px;
  background-color: gray;
  padding: 8px 0px 8px 15px;
  border-radius: 4px 0px 0px 4px;
  margin-bottom: 20px;
  color: cyan;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-group textarea {
  border-radius: 5px;
  width: 225px;
  height: 45px;
  border: none;
  outline: 0;
  text-indent: 10px;
  position: relative;
  z-index: 1;
}

input,textarea{
  border-radius: 5px;
  border: none;
  outline: 0;
  text-indent: 10px;
  position: relative;
  z-index: 1;
}

#label-uno,#label-dos{
  position: relative;
  left: 10px;
}
#label-tres{
  position: relative;
  left: 10px;
  bottom: 48px;
}
.button-box{
  width: 250px;
  height: 50px;
  border-radius: 5px;
  color: cyan;
  background-color: gray;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-box:hover{
  background-color: cyan;
  color: gray;
  cursor: pointer;
  transition: all 0.5s linear;
}

footer{
  width: 100%;
  height:100px;
  background-color: #181818;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.iCircle{
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background-color: #181818;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: cyan;
}

.iCircle:hover{
  color: #181818;
  background-color: cyan;
  transition: all 0.5s linear;
  cursor: pointer;
}
h2,h3{
  margin-bottom: 30px;
}
textarea{
  max-width: 225px;
  max-height: 75px;
}