@import url('https://fonts.googleapis.com/css?family=Playfair+Display:700');


*{
}

body {
  margin: 0;
  padding: 0;
  color: #373a3c;
}



header {
  max-width: 2000px;
  height: 50px;
  z-index: 1000;
}

a:link, a:visited, a:hover,a :active{
     text-decoration: none;
    color: #000;
}

nav ul {
  position: absolute;
  list-style: none;
  text-align: right;
  right: 40px;
  padding: 0;
  margin: 0;
}

nav ul li {
  font-family: 'Playfair Display', serif;
  font-size: 0.9em;
  font-weight: 700;
  display: inline-block;
  margin-left: 20px;
  text-decoration: none;

}

nav ul li a {
  text-decoration: none;
  display: block;
  transition: .3s;
}

nav ul li a.active {
 color: inherit;
  text-decoration: none;
  cursor: default;
}

nav ul li a:hover {
  color: inherit;
  text-decoration:none;
  cursor:pointer;
}

nav ul li a:link {
  text-decoration:none;
  cursor:pointer;
}

.separator {
    height: 3px;
    width: 10%;
    margin: 20px 0;
}

.skills-tools-container {
  display: flex;
  justify-content: center; /* Centra los chips horizontalmente */
  margin: 20px;
}

.skills-tools {
  display: flex;
  flex-wrap: wrap; /* Permite que los chips pasen a la siguiente fila si no caben */
  gap: 5px; /* Espacio entre los chips */
}

.chip{
  display: inline-block;
  padding: 0px 10px;
  font-size: 12px;
  
  border-radius: 15px; /* Bordes redondeados */
  text-align: center;
}

.v1{
	background-color: #F02B58; /* Fondo amarillo */
  color: #FFF; /* Texto negro */
}

.v4{
	background-color: #F8AF3A; /* Fondo amarillo */
  color: #000; /* Texto negro */
}

#logo {
  position: absolute;
  left: 40px;
  width: 60px;
  height: 60px;
  top: 45px;
}

#logo_texto{
  position: absolute;
  left: 30px;
  font-family: 'Playfair Display', serif;
  text-align: left;
  font-size: 25px;
  font-stretch: 100%;
  top: 5px;
}

#menu{
  max-width: 2000px;
  height: 50px;
  z-index: 1000;
  padding-top: 10px;
  border-bottom: solid 1px #F2F2F2;
}


.project{
  height: auto;
  margin: 0 auto;
  font-family: 'Lora', sans-serif;
  font-size: 1.2em;
  width: 55%;
  letter-spacing: .01em;
}

.projectname{
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-stretch: 100%;
  line-height: 48px;
  letter-spacing: -1px;

  margin-top: 70px;
  margin-bottom: 10px;
}



.author {
  display: flex;
  align-items: center; /* Alinea verticalmente al centro */
  margin-top: 70px;

}

.author img {
  margin-right: 8px; /* Añade espacio entre la imagen y el texto */
margin-top: 5px;
}

.author span {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  
}

.companydescription{
  margin-bottom: 20px;
  font-size: 0.8em;
  font-style: oblique;
}


.project h3{
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-stretch: 100%;
  line-height: 24px;
  letter-spacing: 0px;

  margin-top: 50px !important;
}

.project h4{
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-stretch: 100%;
  line-height: 24px;
  letter-spacing: 0px;
  margin-top: 50px !important;
}

.projects_cont h4{
 font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-stretch: 100%;
  line-height: 24px;
  letter-spacing: 0px;
  margin-top: 20px !important;

}

.project h5{
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-stretch: 100%;
  line-height: 16px;
  letter-spacing: 0px;
  margin-top: 50px !important;
}

.container{
  margin-bottom: 0px;
  width: auto !important;
}

.personas{
  font-size: 14px;
}

.personas h5{
  margin-top: 0px !important;
}


@media (max-width: 750px) {
  .project{
      width: 93% !important;
      margin-top: 30px;

  }
}




#projects{
  width: 100%;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;

  
}

.projects_cont{
  font-family: 'Lora', sans-serif;
  font-size: 1.1em;
  width: 55%;
  letter-spacing: .01em;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 30px;

}

.full_background_white{
width: 100%;
margin-bottom: 20px;
}

ul li {
  margin-bottom: 10px; 
}

.full_background{
width: 100%;
margin-bottom: 20px;
}

.full_background_fin{
width: 100%;
margin-bottom: 0px;
}

.card-title{
  font-family: 'Lora', sans-serif;
  font-size: 3em;
  letter-spacing: .01em;
  text-align: center;

}

.p-3{
  font-family: 'Lora', sans-serif;
  font-size: 0.8em;
  letter-spacing: .01em;
  padding: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}



.row[row_margin] {
    margin: 0; /* Elimina márgenes adicionales de la fila */
  }

.p-0 {
    padding: 0; /* Elimina el padding de los contenedores */
  }

.img img {
    width: 100%; /* Hace que la imagen ocupe el ancho completo del contenedor */
    height: auto; /* Mantiene la proporción */
  }



.full_background img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 30px;
  display: block; /* Elimina espacios debajo de la imagen */
}

.full_background2{
width: 100%;
margin-bottom: 20px;
}


.full_background2 img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block; /* Elimina espacios debajo de la imagen */
  padding-top: 30px;
  padding-bottom: 30px;
}


.imagen_centrada{

margin: 0 auto;
width: 70%;

}

.cards{
  margin: 0 auto;
  display: grid;
  width: 55%;
  padding-top: 10px;
  background-color: white;
}

.card {
  margin: 0 auto;
  width: 98%;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px !important;
  margin-bottom: 100px;

}


.cards2{
  margin: 0 auto;
  display: grid;
  width: 100%;



}

.card2 {
  margin: 0 auto;
   width: 100%;
  
 
}

.text-muted{
text-align: center;
}



#projects{
  width: 100%;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  background-color: white;
  padding-top: 50px;

  
}

#projects_cont{

  width: 100%;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  background-color: white;
  padding-bottom: 40px;

}

#fincase{
text-align: center;}

footer{
  height: 50px;
  background-color: black;
  color: grey;
  font-family: Georgia , 'Lora', sans-serif;
  text-align: center;
  font-size: 12px;
  bottom: 0;
}


@media (min-width: 320px) and (max-width: 400px){ 
 

    #texto_cabecera{
      font-size: 30px;
      line-height: 30px;
    }

    
    footer{
      position: relative;
    }
}

@media (min-width: 320px) and (max-width: 600px) { 
 
    #texto_cabecera{
      font-size: 45px;
      line-height: 45px;
    }

	.cards { grid-template-columns: repeat(1, 1fr);}
	.cards2 { grid-template-columns: repeat(1, 1fr); }
}





@media (min-width: 768px) { 

     #logo_texto::after {
	content: ' Vicente';}
}


@media (min-width: 992px) {
	.cards { grid-template-columns: repeat(2, 1fr);}
	.cards2 { grid-template-columns: repeat(2, 1fr); }
	 #logo_texto::after {
	content: ' Vicente';}
    
 }



