@import url('includes/main.css');

/*========== BANNER =============*/
.banner{
  /*PC*/
  width: 100%;
  height: 350px;
  display: flex;
  background-image: url('../galeria/banner/img5.jpg');
  background-size: cover;
}

/*typewriters*/
#type-writer{
  display: block;
  text-align: center;
  align-items: center;
  margin: auto;
  /*PC*/
  width: 300px;
  height: 130px;
  background-color: #28282871;
}

/* ===================== TITULOS ===================== */
.style{
  padding-top: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom: 1px solid #393d3f;
  border-right: 1px solid #393d3f;
  background: url('../galeria/img/pattern.png'), white;
  box-shadow: 0px 1px 0px #393d3f, 1px 2px 0px #393d3f, 2px 3px 0px #393d3f, 3px 4px 0px #393d3f;
  background-color: #5B94CF;
}

/*PC*/
.style_sobremi{ /*1*/
  width: 310px;
}

.style_softskills{ /*2*/
  width: 130px;
}

.style_tecno{ /*3*/
  width: 150px;
  text-align:left;
}

.style_exp{ /*4*/
  width: 150px;
}
 
.style_trabajo{ /*5*/
  width: 120px;
}

.style_proyect{ /*6*/
  width: 130px;
}

.style_formacion{ /*7*/
  width: 140px;
}

.style_certificado{ /*8*/
  width: 150px;
}

.style_contacto{ /*9*/
  width: 120px;
}

/* ============================================================= */
/* ===================== STYLES GENERALES ===================== */
/* ============================================================= */
#sobremi, #tecnologias, #experiencia,
#trabajos, #proyect, #formacion, 
#certificados {
  margin-top: 40px;
  margin-bottom: 40px;
}

#experiencia p,
#formacion p,
.sobremi p,
#contact p{
  font-size: 18px;
  margin-left: 15px;
  font-family: var(--font-family-text);  
}

samp{
  margin-left: 30px;
  margin-right: 8px;
  color:#5B94CF;
}

.avatar img,
.img2 img,
.grid-container img,
.img-contact img{
  z-index: 5;  
  filter: drop-shadow(2px 2px 6px #707070);
}



/* ===================== HOME ===================== */
#home{
  width: 100%;
  height: 510px; 
  background: url('../galeria/img/pattern.png'), white; 
}

/* ===================== SOBRE MÍ ===================== */
#sobremi{
  width: 100%;
  /*PC*/
  height: 525px;/*Celu*/
  background: url('../galeria/img/pattern.png'), white;
}

#tecnologias{
  width: 100%;
  /*PC*/
  height: 165px;/*Celu*/
  background: url('../galeria/img/pattern.png'), white;
}

/* ===================== EXPERIENCIA ===================== */
#experiencia{
  width: 100%;
  background: url('../galeria/img/pattern.png'), white;
}

/* ===================== TRABAJOS ===================== */
#trabajos{
  width: 100%;
  background: url('../galeria/img/pattern.png'), white;
}

#job{
  text-align: center;
  align-items: center;
}

#proyect{
  width: 100%;
  text-align: center;
  align-items: center;
  background: url('../galeria/img/pattern.png'), white;
}

/* ===================== FORMACIÓN ===================== */
#formacion{
  margin-bottom: 5px;
  background: url('../galeria/img/pattern.png'), white;
}

#certificados{
  text-align: center;
  margin-bottom: 5px;
  background: url('../galeria/img/pattern.png'), white;
}

/* ===================== CONTACTO ===================== */
#contact{
  width: 100%;
  text-align: center;
  background: url('../galeria/img/pattern.png'), white;
}