.contenedor h3{
  font-size: 33px;
  color: rgb(219,144,.5);
  margin-bottom: 10px;
}

.contenedor p{
  font-weight: 300;
  color: rgb(219,144,.5);
}

.after::after{
  content:'';
  display: block;
  margin: auto;
  margin-top: 10px;
  width: 100px;
  height: 2px;
  background: rgb(219,144,.5);
  margin-bottom: 45px;  
}

.video{
    margin-top: 30px; 
    margin-bottom: -25px;
    width: 100%;
    height: 400px;
    border: none;
    transition: all 0.5s;
}
.video:hover{
    transform: scale(0.95);
    border-radius: 30px;
}

.botones-work{
  overflow: hidden;
}

.botones-work li{
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 45px;
  padding: 6px 12px;
  border: 1px solid rgb(219,144,.5);
  list-style: none;
  color: rgb(219,144,.5);
}

.botones-work li:hover{
  background: rgb(219,144,.5);
  color:#fff;
  cursor: pointer;
}

.botones-work .active{
  background: rgb(219,144,.5);
  color:#fff;
}

.galeria-work{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cont-galeria{
  width: 31%;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
  height:300px;
  overflow: hidden;
  margin-bottom: 45px;
}

.img-galeria{
  height: 90%;
  width: 100%;
}
.img-galeria2{
    width: 50%;
    height: 90%;
    margin: auto;
}
.img-galeria3{
    width: 100%;
    height: 85%;
    margin-bottom: 10px;
}
.img-galeria3 img{
    object-position: left;
}
.img-galeria img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.textos-galeria{
  height: 10%;
}

.textos-galeria h4{
  line-height: 30px;
  font-weight: 300;
    font-size: 20px;
}
.modal{
    position: absolute;
    top: -300%;
    z-index: 1700;
}
.modal:target{
    transition: all .5s;
    position: fixed;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal h3{
    margin-top: 70px;
    color: white;
    font-size: 30px;
    text-align: center;
    align-items: center;
}
.imagen{
    width: 100%;
    height: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imagen a{
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    margin: 0 10px;
}
.imagen a:nth-child(2){
    margin: 0;
    height: 100%;
    flex-shrink: 2;
}

.imagen img{
    width: 700px;
    height: 100%;
    max-width: 100%;
    border: 7px solid #fff;
    box-sizing: border-box;
}
.imagen .lata{
    width: 350px;
    height: 100%;
    max-width: 100%;
}
.imagen .palmi{
    width: 430px;
    height: 100%;
    max-width: 100%;    
}
.cerrar{
    font-family: monospace;
    display: block;
    background: white;
    width: 35px;
    height: 35px;
    margin: 15px auto;
    text-align: center;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
    color: black;
    padding: 5px;
    border-radius: 50%;
    line-height: 25px;
}
.mostrar{
    height: 0;
}

@media screen and (max-width: 900px){
    .cont-galeria{
        width: 48%;
    }
    .imagen img{
        width: 630px;
    }
    .imagen .lata{
        width: 300px;
    }
}

@media screen and (max-width: 500px){
    .cont-galeria{
        width: 85%;
    }
    .imagen {
        height: 47%;
    }
    .altura0{
        height: 39%;
    }
    .altura{
        height: 55%;
    }
    .altura1{
        height: 58%;
    }
}