.lista-clientes {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: center
}

.work img {
    width: 100%
}

.work {
    height: 50vh;
    transition: all .2s ease-in-out;
    transform: scale(1, 1)
}

.item-work {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s linear
}

.work:hover {
    transform: scale(1.05, 1.05)
}

.work:hover .item-work {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear
}

.work:hover .txt-item-work {
    animation: textos 1.5s
}

@keyframes textos {
    0% {
        opacity: 0;
        top: 60%
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 1;
        top: 50%
    }

    100% {
        opacity: 1
    }
}

.work_hover {
    transform: scale(1.05, 1.05)
}

.item-work_hover {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear
}

.txt-item-work_hover {
    animation: textos 1.5s
}

@keyframes textos {
    0% {
        opacity: 0;
        top: 60%
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 1;
        top: 50%
    }

    100% {
        opacity: 1
    }
}

.txt-item-work {
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white
}

.txt1 {
    font-family: PressuraBold;
    font-size: 45px
}

.txt2 {
    font-family: HeeboLight;
    font-size: 20px
}

.button-container {
    position: fixed;
    top: 80px;
    right: 80px;
    height: 25px;
    width: 40px;
    cursor: pointer;
    transition: opacity .25s ease;
    z-index: 9
}

.button-container span {
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .25s ease;
    cursor: pointer
}

.button-container .arriba {
    top: 0;
    background: white
}

.button-container .middle {
    top: 10px;
    background: white
}

.button-container .bottom {
    top: 20px;
    background: white
}

.button-container .arriba2 {
    top: 0;
    background: black
}

.button-container .middle2 {
    top: 10px;
    background: black
}

.button-container .bottom2 {
    top: 20px;
    background: black
}

.arriba-cambio {
    transform: translateY(10px) translateX(0) rotate(45deg);
    background: black
}

.middle-cambio {
    opacity: 0;
    background: #fff
}

.bottom-cambio {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    background: black
}

.home2 {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s linear
}

.mostrar {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear
}

.top {
    top: 50%;
    transition: all 0.5s
}

#work .modal-body {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center
}

.modal-body {
    padding: 0
}

.modal-dialog {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.modal-dialog {
    max-width: 800px;
    margin: auto
}

.modal-content {
    height: 100%
}

.modal-body {
    height: 100%
}

.modal-open .modal {
    background: rgba(0, 0, 0, .7)
}

.play {
    cursor: pointer;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.close2 {
    position: absolute;
    z-index: 5;
    top: -60px;
    right: 0;
    cursor: pointer
}

.close2::before {
    content: "X";
    color: white;
    font-size: 30px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 12px;
    display: block;
}

.close2:hover::before {
    background: rgba(255, 0, 0, 0.7);
}

.videos {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.videos iframe {
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%
}

.clientes {
    background: url(../img/fondo1.jpg);
    min-height: 100vh;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative
}

.clientes2 {
    position: absolute;
    max-width: 1000px;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.clientes-grilla {
    background: url(../img/clientes.png);
    width: 100%;
    min-height: 60vh;
    height: auto;
    aspect-ratio: 4/3;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
}

.cursor {
    cursor: pointer
}

.item-menu-animar1 {
    top: 50px;
    transition: all 1s
}

.item-menu-animar2 {
    top: 50px;
    transition: all 0.8s
}

.item-menu-animar3 {
    top: 50px;
    transition: all 0.6s
}

.item-menu-animar4 {
    top: 50px;
    transition: all 0.4s
}

.item-menu-animar5 {
    top: 50px;
    transition: all 0.2s
}

.top2-1 {
    top: 0;
    transition: all 0.2s
}

.top2-2 {
    top: 0;
    transition: all 0.4s
}

.top2-3 {
    top: 0;
    transition: all 0.6s
}

.top2-4 {
    top: 0;
    transition: all 0.8s
}

.top2-5 {
    top: 0;
    transition: all 1s
}

.contacto {
    background: url(../img/fondo2.jpg);
    min-height: 100vh;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow-y: auto
}

.contacto2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px;
}

.contacto3 {
    font-size: 23px;
    text-align: center;
    color: white;
    font-family: HeeboRegular;
    margin-bottom: 30px;
}

.contacto-fb {
    width: 40px
}

.contacto-formulario {
    margin-top: 0px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}

.contacto-formulario h2 {
    color: white;
    font-family: PressuraBold;
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid white;
    background: transparent;
    color: white;
    font-family: HeeboRegular;
    font-size: 16px;
    border-radius: 5px;
    box-sizing: border-box;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

.form-group select option {
    background: black;
    color: white;
}

.form-group textarea {
    resize: vertical;
}

.btn-enviar {
    width: 100%;
    padding: 15px;
    background: white;
    color: black;
    border: none;
    font-family: PressuraBold;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-enviar:hover {
    background: #e0e0e0;
    transform: scale(1.02);
}

#numero1 {
    display: none
}

.about {
    background: url(../img/agencia_publicidad_full_service_planning_atl_btl_digital_fondo3.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top
}

.about2 {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    animation: detalle2 0.7s;
    animation-fill-mode: forwards
}

@keyframes detalle2 {
    0% {
        opacity: 0;
        bottom: 0
    }

    100% {
        opacity: 1;
        bottom: 30px
    }
}

.about-name {
    font-family: PressuraLight
}

.about-cargo {
    font-family: PressuraBold
}

.about-descrip {
    padding: 5px;
    color: white
}

.about-descrip-tit {
    font-family: PressuraBold;
    font-size: 30px;
    line-height: 35px
}

.about-descrip-txt {
    font-family: PressuraLight;
    font-size: 25px
}

.about4 {
    padding-left: 80px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.balloon {
    border-radius: 15px;
    background-color: rgba(0, 0, 0, .6);
    color: floralwhite;
    padding: 10px;
    animation: about 1s
}

@keyframes about {
    0% {
        transform: scale(.1, .1)
    }

    100% {
        transform: scale(1, 1)
    }
}

.about3 {
    font-size: 18px;
    text-align: center;
    color: white;
    padding: 10px
}

.person1 {
    background-image: url(../img/fondo-mobile1.jpg) !important;
    height: 100vh;
    background-repeat: no-repeat;
}

.nosotros-titulo {
    text-align: center;
    margin-bottom: 30px;
}

.nosotros-titulo h1 {
    color: white;
    font-family: PressuraBold;
    font-size: 48px;
    margin: 0;
    padding: 0;
}

.nosotros-descripcion {
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.nosotros-descripcion p {
    color: white;
    font-family: HeeboRegular;
    font-size: 20px;
    line-height: 1.6;
}

.nosotros-grilla {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.servicio-item {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 200px;
    transition: transform 0.3s ease;
}

.servicio-item:hover {
    transform: scale(1.05);
    background: rgba(0, 0, 0, 0.8);
}

.servicio-icono {
    margin-bottom: 10px;
}

.servicio-icono svg {
    width: 40px;
    height: 40px;
}

.servicio-titulo {
    color: white;
    font-family: HeeboBold;
    font-size: 14px;
    line-height: 1.3;
}

.person1-fondo {
    background: black;
    height: 50vh
}

.about-detalle {
    text-align: center;
    color: white;
    font-size: 25px;
    height: 100%;
    opacity: 0;
    animation: detalle 0.7s;
    animation-fill-mode: forwards
}

.about5 {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.detalle-uno {
    padding: 15px
}

@keyframes detalle {
    0% {
        opacity: 0;
        padding-top: 40px
    }

    100% {
        opacity: 1;
        padding-top: 0
    }
}

.detalle-dos {
    line-height: 14px
}

#about2 {
    display: none
}

.sombra-menu {
    display: none
}

.fondo-clientes {
    display: none
}

.about-height {
    height: 100px
}

#otros {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    position: absolute;
    width: 100%;
    margin-top: 20px
}

.otro {
    width: 120px;
    height: 80px;
    cursor: pointer;
    margin: 5px
}

.otro.activo {
    border: 3px solid white
}

@media screen and (max-height:768px) {
    .cliente-ancho {
        width: 200px
    }

    .clientes2 {
        width: 100%;
        text-align: center;
        max-width: 900px
    }

    .about3 {
        font-size: 13px
    }

    .about-descrip-tit {
        font-size: 20px;
        line-height: 20px
    }

    .about-descrip-txt {
        font-size: 18px
    }

    .modal-dialog {
        max-width: 800px
    }

    .txt2 {
        font-size: 16px
    }

    .txt1 {
        font-size: 30px
    }

    .contacto-fb {
        width: 30px
    }
}

@media screen and (max-height:500px) {
    .button-container span {
        height: 3px
    }

    .button-container .middle {
        top: 7px
    }

    .button-container .bottom {
        top: 14px
    }

    .bottom-cambio {
        transform: translateY(-7px) translateX(0) rotate(-45deg)
    }

    .arriba-cambio {
        transform: translateY(7px) translateX(0) rotate(45deg)
    }

    .button-container {
        top: 30px;
        right: 30px;
        height: 25px;
        width: 30px
    }
}

@media screen and (max-width:991px) {
    .clientes {
        background: none;
        height: auto;
        min-height: 100vh
    }

    .fondo-clientes {
        display: block;
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: -1;
        background: url(../img/fondo-mobile1.jpg);
        background-size: cover;
        background-position: center center
    }

    .clientes2 {
        position: relative;
        text-align: center;
        top: 0;
        max-width: 650px;
        left: 50%;
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-top: 80px;
        padding-bottom: 50px
    }

    .clientes-grilla {
        background: url(../img/clientes_movil.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center
    }

    .nosotros-titulo h1 {
        font-size: 36px;
        margin-bottom: 10px
    }

    .nosotros-descripcion {
        margin-bottom: 25px;
        padding: 0 20px
    }

    .nosotros-descripcion p {
        font-size: 16px
    }

    .nosotros-grilla {
        gap: 12px;
        padding: 0 15px
    }

    .servicio-item {
        width: 160px;
        padding: 15px
    }
}

@media screen and (max-width:768px) {
    .button-container {
        top: 30px;
        right: 30px;
        height: 25px;
        width: 40px;
        z-index: 200
    }

    .button-container span {
        height: 4px
    }

    .clientes2 {
        top: 0
    }

    .contacto {
        background: url(../img/fondo2-mobile.jpg);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;
        height: auto;
        min-height: 100vh;
        overflow-y: auto
    }

    .contacto2 {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding: 80px 20px 40px;
        width: 100%;
        max-width: 100%
    }

    .contacto-formulario {
        max-width: 100%;
        padding: 20px
    }

    .contacto3 {
        font-size: 18px;
        padding-right: 30px
    }

    .contacto-fb {
        width: 30px
    }

    #about2 {
        display: block
    }

    #about1 {
        display: none
    }

    .txt-item-work {
        width: 100%
    }

    .txt1 {
        font-size: 45px;
        line-height: 40px
    }

    .txt2 {
        font-size: 20px
    }

    .work {
        height: 35vh;
        min-height: 200px
    }

    .close2 {
        top: -40px;
        right: 10px
    }

    .img-close {
        width: 30px
    }

    .img-play {
        width: 50px
    }

    .sombra-menu {
        display: block;
        width: 100%;
        height: 105px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        position: fixed;
        top: 0;
        z-index: 0
    }

    .about-name {
        font-size: 16px
    }

    .about-cargo {
        font-size: 16px
    }

    .detalle-dos {
        margin-top: 95px
    }

    .person1-fondo {
        padding-top: 60px
    }

    .modal-dialog {
        max-width: 95%;
        margin: auto
    }

    .nosotros-grilla {
        gap: 10px;
        padding: 0 10px
    }

    .servicio-item {
        width: 140px;
        padding: 12px
    }

    .servicio-titulo {
        font-size: 12px
    }

    .servicio-icono svg {
        width: 30px;
        height: 30px
    }

    .clientes-grilla {
        min-height: 40vh
    }
}

@media screen and (max-height:320px) {
    .top {
        top: 35%
    }

    .person1 {
        height: 80vh
    }
}

@media screen and (max-width:500px) {
    .button-container {
        height: 25px;
        width: 30px;
        z-index: 200
    }

    .button-container span {
        height: 3px
    }

    .button-container .middle {
        top: 7px
    }

    .button-container .bottom {
        top: 14px
    }

    .bottom-cambio {
        transform: translateY(-7px) translateX(0) rotate(-45deg)
    }

    .arriba-cambio {
        transform: translateY(7px) translateX(0) rotate(45deg)
    }

    .cliente-ancho {
        width: 200px
    }

    .about-descrip-tit {
        font-size: 22px;
        line-height: 20px
    }

    .about-name {
        font-size: 13px
    }

    .about-cargo {
        font-size: 13px
    }

    .detalle-uno {
        padding: 5px
    }

    .detalle-dos {
        line-height: 11px;
        margin-top: 60px
    }

    .about-descrip-tit {
        font-size: 18px
    }

    .about-descrip-txt {
        font-size: 17px
    }

    .person1-fondo {
        padding-top: 30px
    }

    .contacto2 {
        padding: 70px 15px 30px
    }

    .contacto-formulario {
        padding: 15px
    }

    .contacto-formulario h2 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .form-group {
        margin-bottom: 12px
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 10px 12px;
        font-size: 14px
    }

    .btn-enviar {
        padding: 12px;
        font-size: 16px
    }

    .work {
        height: 30vh;
        min-height: 180px
    }

    .item-work {
        visibility: visible;
        opacity: 1;
        background: rgba(0, 0, 0, .4)
    }

    .txt1 {
        font-size: 28px;
        line-height: 32px
    }

    .txt2 {
        font-size: 14px
    }

    .nosotros-titulo h1 {
        font-size: 28px
    }

    .nosotros-descripcion p {
        font-size: 14px;
        line-height: 1.4;
        padding: 0 5px
    }

    .nosotros-grilla {
        gap: 8px;
        padding: 0 5px
    }

    .servicio-item {
        width: calc(50% - 12px);
        padding: 10px;
        box-sizing: border-box
    }

    .servicio-icono svg {
        width: 28px;
        height: 28px
    }

    .servicio-titulo {
        font-size: 11px
    }

    .modal-dialog {
        max-width: 100%;
        padding: 0 5px
    }

    .clientes-grilla {
        min-height: 80vh
    }
}

@media screen and (max-width:399px) {
    #numero1 {
        display: block
    }

    #numero2 {
        display: none
    }

    .modal-open .modal {
        background: black
    }
}

@media screen and (max-width:400px) {
    .txt1 {
        font-size: 30px;
        line-height: 40px
    }

    .txt2 {
        font-size: 16px
    }

    .contacto2 {
        padding-top: 60px
    }

    .contacto3 {
        font-size: 16px
    }

    .contacto-fb {
        width: 25px
    }
}