

body{
  background-color:  #1d687a;
  min-height: 100%;
  padding: 0;
  margin: 0%;
 
  overflow-x: hidden;
}
.container-principle-p{
  padding: 0;
  margin: 0%;
  height:1100px;
}

/* Contenedor principal */
.container-p {
  position: relative;
  justify-content: center;
  align-items: center;
  top: -30px;
  width: 900px;
  margin: 20px auto;
  border-radius: 50px;
  padding: 30px;
  background-image:  #009ca3;
  color: white;
}

/* Títulos */
.titles{
    margin-top: 50px;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    flex-direction: column;
               
        .title1{
            justify-content: center;
            text-shadow: none !important;
            white-space: nowrap;
            max-width: 1000px;
            text-align: center;
            border-radius:  0 50px 50px 0;
            position:relative;
            margin: 10px;
            padding: 10px;
            background-color: #009ca3;
            font-weight: bold;
            color:#ffffff;
            font-family: Arial, sans-serif;
            letter-spacing: 7px;
            font-size: 45px;
            padding-left:500px;
            padding-right: 80px;
            right: 210px;
            }
        .title2{
            justify-content: center;
            font-weight: bold;
            text-shadow: none !important;
            white-space: nowrap;
            max-width: 1000px;
            text-align: center;
            border-radius:  50px 0 0 50px ;
            position: relative;
            padding: 10px;
            color:white;
            font-family: Arial, sans-serif;
            font-size: 30px;
            letter-spacing: 2px;
            top: -5px;
            padding-left: 350px; 
            padding-right: 640px;   
            left:140px;
            background-color:#f7aa00;
            }
        .title3{
            justify-content: center;
            text-shadow: none !important;
            white-space: nowrap;
            max-width: 1000px;
            text-align: center;
            position: relative;
            padding: 10px;
            color:#009ca3;
            font-weight: bold;
            font-family: Arial, sans-serif;
            font-size: 20px;
            letter-spacing: 2px;
            top: -5px;
            padding-left: 140px; 
            padding-right: 400px;   
            left:130px;
            }
           
}  

/* Formulario */
.perfil-form {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #fff;   /* Fondo blanco */
  border: 2px solid #ccc;   /* Contorno gris */
  border-radius: 10px;
}
.perfil-info{
  
  position: relative;
  top: -50px;
  padding: 50px;
}

/* ingo del contratista*/
.information{
  
  font-family: Arial, sans-serif;
  border-radius: 50px;
  padding: 8px;
  font-size: 17px;
  color: #009ca3;
  outline: none;
  width: 99%;
  appearance: none;            /* quita flechas/estilos nativos */
  -moz-appearance: none;       /* Firefox */
  -webkit-appearance: none; 
}



/* Grupo de subida de archivo */
.file-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  font-family: Arial, sans-serif;

}
 
/* iv de imput text */
.space{
  display: flex;
  align-items: center;
  gap: 30px; /* espacio entre foto y datos */
  margin-top: 80px;
  margin-bottom: 30px;
}
.foto-perfil img {
  width: 250px;
  height: 250px;
  /* foto circular */
  
}
.datos{
  width: 600px;
  padding-left: 35px;
}
.description{
  text-align: justify;
  font-family: Arial, sans-serif;
  border-radius: 50px;
  padding: 8px;
  font-size: 17px;
  color: #009ca3;
  outline: none;
  width: 99%;
  appearance: none;            /* quita flechas/estilos nativos */
  -moz-appearance: none;       /* Firefox */
  -webkit-appearance: none; 

}

/* Subtítulo sección proyectos */
.subsection-title {
  font-weight: bold;
  color: #009ca3;
  margin-top: 50px;
  font-size: 20px;
  font-family: Arial, sans-serif;
  text-align: center;
}

/* Grid de proyectos */
.projects-grid {
  color: #009ca3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
 
}

.project-photos {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.perfil-info .info-photo img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
 

.carrusel-botones {
   background-color:rgba(194, 14, 230, 0);
    pointer-events: all;
    border: none;
    color: #005459;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 28px;
}

.carousel-track-wrapper {
  overflow: hidden;
  width: calc(3 * 220px + 2 * 10px); /* 3 items × item ancho + gaps */
}

.carousel-track {
  display: flex;
  gap: 10px;
  transition: transform 0.4s ease;
}

.carousel-item {
  flex: 0 0 220px;       /* ancho fijo */
  height: 220px;         /* alto igual para cuadrado */
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}


.update {
            background-color:#f7aa00 ;
            color: white;
            font-family: Arial, sans-serif;
            border: none;
            border-radius: 25px;
            padding: 15px 30px;
            font-size: 16px;
            font-weight: bold;
            position: relative;
            text-align: center;
            right: 225px;
            cursor: pointer;
            margin-top: 110px;
            top: 80px;
            margin: 30px;
            left: -25px;
           width: 800px;
        }
        .update:hover {
            transform: scale(1.01);
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
            background-color: #005459;
            color: white;
            
          }
          .update:active {
            transform: scale(0.95);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
        }
  .btn-cotizar{
     
      background-color: #f7aa00; 
      color: white; 
      font-family: Arial, sans-serif;
      font-size: 16px;
      font-weight: bold;
      border: none;
      border-radius: 50px;
      padding: 15px 40px;
      cursor: pointer;
      text-decoration: none; /* 🔥 quita el subrayado */
     -webkit-text-stroke: 0;
      text-shadow: none !important;
      margin-bottom: 40px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.2s ease, background-color 1s ease, border-color 0.3s ease;
    }
     .btn-cotizar:hover {
        transform: scale(1.01);
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
        background-color: #005459;
        color: white;
        
      }
      
    .btn-cotizar:active {
        transform: scale(0.95);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
      }

/* Responsive */
@media (max-width: 600px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
