
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')
;

body{
    font-family: "Poppins", sans-serif;
}
.banner-full{
    width: 100%;
    height: 50vh;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #EEEEEE;
    position: relative;
    margin-top: 50px;
    
}

.title-portafolio h1 {
font-size:36px;
text-align: center;
margin-bottom: 70px;
font-weight: 900;
  }

.flag-portafolio{
    background: white;
    width: max-content;
    padding: 10px 45px;
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    color: #9C3353;
    letter-spacing: 2px     ;
}

.content-portafolio{
    padding:60px 0;
    font-size: 18px;

    margin: 0 auto;
}

.logo-portafolio {
    width: max-content;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }

.label-portafolio{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.text-portafolio-description {
    border-bottom: 0.5px solid #999999;
    padding: 0 0 20px;
    margin: 20px 0 10px 0;
  }


.cliente-logo .row{
    align-items: center;
    padding: 0 30px 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0 0 0;
}


#video-case{
    margin: 50px 0 0 0;
  }

  #galeria-fotos {
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0 0 0;
}

#galeria-fotos .col-md-4 {

    margin-bottom: 20px; /* Ajusta según sea necesario */
}

#galeria-fotos .image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* Esto crea un cuadrado con relación de aspecto 1:1 */
    overflow: hidden;
}

#galeria-fotos .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Esto ajusta la imagen dentro de su contenedor manteniendo su relación de aspecto */
}
