body {
    margin: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #232323;
}
body::-webkit-scrollbar {
    width: 16px;
}
body::-webkit-scrollbar-thumb {
    background-color: #4C4C4C
}
textarea::-webkit-scrollbar {
    width: 16px;
}
textarea::-webkit-scrollbar-thumb {
    background-color: #4C4C4C
}
.background1 {
    background: #232323 url(../imagenes/mano.png) center no-repeat;
    background-position: center 105%;
    background-size: auto 40%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    transition: 0.6s;
}
.abajo {
    height: 0%;
}
.fila1-1 {
    transition: 2s;
    transform: scale(0.7) translate(0%, 60%);
    opacity: 0;
}
.fila1, .fila2 {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 600px;
    background-color: #232323;
    overflow: hidden;
}
.fila2 {
    background-color: #fcfcfc;
    transition: background 1s;
}
.fadein {
    transform: scale(1) translate(0%, 0%);
    opacity: 1;
}
.logo {
    position: absolute;
    width: 44%;
    max-width: 797px;
    height: auto;
    left: 0px;
    right: 0px;
    bottom: -85px;
    margin: auto;
}
.back {
    position: absolute;
    width: 75%;
    min-width: 400px;
    height: auto;
    left: 0px;
    top: 0px;
    margin: auto;
    cursor: pointer;
    opacity: 0;
    transition: 3s;
}
.opac {
    opacity: 1;
}
.contenedor, .contenedor2 {
    position: absolute;
    font-family: 'Trump Gothic East', sans-serif;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    width: 84%;
    height: 250px;
    color: white;
    text-transform: uppercase;
    font-size: 57px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.contenedor2 {
    font-size: 30px;
    bottom: auto;
    top: 50px;
    width: 86%;
}
.flechas {
    position: absolute;
    right: 70%;
    bottom: 55%;
    margin: auto;
    width: 15%;
    min-width: 100px;
    height: auto;
    transition: left 2s, right 2s, bottom 2s, margin 2s, opacity 2s;
}
.flechas2 {
    position: absolute;
    left: 70%;
    bottom: 49%;
    margin: auto;
    width: 16%;
    min-width: 100px;
    height: auto;
    transition: left 2s, right 2s, bottom 2s, margin 2s, opacity 2s;
}
.flechas3 {
    position: absolute;
    right: 66%;
    bottom: 21%;
    margin: auto;
    width: 9%;
    min-width: 80px;
    height: auto;
    filter: blur(3px);
    transition: left 3s, right 3s, bottom 3s, margin 3s, opacity 3s;
}
.flechas4 {
    position: absolute;
    left: 58%;
    bottom: 15%;
    margin: auto;
    width: 12%;
    min-width: 100px;
    height: auto;
    filter: blur(4px);
    transition: left 3s, right 3s, bottom 3s, margin 3s, opacity 3s;
}
.flechas5 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 21%;
    margin: auto;
    width: 6%;
    min-width: 50px;
    height: auto;
    filter: blur(5px);
    transition: left 4s, right 4s, bottom 4s, margin 4s, opacity 4s;
}
.flechas6 {
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: 50px;
    width: 7%;
    min-width: 80px;
    height: auto;
    cursor: pointer;
}
.logotipo {
    width: 100%;
    max-width: 639px;
    display: block;
    opacity: 0;
    transform: scale(0.9) translate(0%, 30%);
    transition: 1s;
    cursor: pointer;
}
.spaner {
    margin-left: 24px;
    opacity: 0;
    transform: scale(1) translate(0%, 30%);
    transition: 1s;
}
.enlaces-herder {
    margin-left: 50px;
    transition: 0.3s;
    display: inline-block;
    opacity: 0;
    transform: scale(1) translate(0%, 10%);
    transition: 1s;
}
.enlaces-herder:hover {
    cursor: pointer;
    color: #FFBB00;
}
.mostrar {
    opacity: 1;
    transform: scale(1) translate(0%, 0%);
}
.esta {
    opacity: 0;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -10%;
    transform: scale(0.5);
}
.pp {
    margin-bottom: 600px;
    background-color: #f1f1f1;
}
.menu {
    position: fixed;
    z-index: 4;
    right: 0px;
    top: 0px;
    width: 320px;
    height: 100%;
    background-color: #212121;
    overflow: hidden;
    transition: 1s;
    transition-timing-function: cubic-bezier(.17, .85, .37, .96);
    transform: translate(320px, 0px);
}
.aparecer {
    transform: translate(0px, 0px);
}
.lineas1, .lineas2, .lineas3 {
    background-color: white;
    transition: 0.6s;
    position: fixed;
    top: 50px;
    right: 80px;
    width: 55px;
    height: 5px;
    border-radius: 10px;
    z-index: 5;
}
.lineas2 {
    top: 68px;
}
.lineas3 {
    top: 86px;
}
.divfalso {
    position: fixed;
    top: 47px;
    right: 80px;
    width: 55px;
    height: 50px;
    cursor: pointer;
    z-index: 6;
    transition: 0.6s;
}
.divfalso2 {
    position: fixed;
    top: 43px;
    right: 42px;
    width: 55px;
    height: 50px;
    cursor: pointer;
    z-index: 6;
    display: none;
}
.ocultar-lineas {
    opacity: 0;
}
.mover-linea-izq {
    right: 50px;
    transform: rotateZ(45deg) translate(18px, 5.5px);
    background-color: #cccccc;
}
.mover-linea-der {
    right: 50px;
    transform: rotateZ(-45deg) translate(20px, -8.5px);
    background-color: #cccccc;
}
.mover-linea-ari {
    top: -200px;
}
.linea-color {
    background-color: #000;
}
.menu-contenedor {
    position: absolute;
    width: 100%;
    height: 310px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
}
.enlaces-menu {
    font-family: 'Trump Gothic East', sans-serif;
    font-size: 40px;
    letter-spacing: 0.5px;
    color: #ccc;
    transition: 0.4s;
    margin-top: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    text-transform: uppercase;
}
.enlaces-menu:hover {
    color: #E02537;
}
.texto {
    width: 800px;
    height: 220px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 53px;
    color: black;
    text-align: center;
    transition: 2s;
    transition-timing-function: cubic-bezier(.17, .85, .37, .96);
}
.fila-color {
    background-color: #FFBB00;
}
.circulo, .circulo2, .circulo3, .circulo4 {
    position: absolute;
    height: 500px;
    width: 500px;
    bottom: 10px;
    right: 89%;
    background-color: #00EEFF;
    border-radius: 250px;
}
.circulo2 {
    height: 300px;
    width: 300px;
    bottom: 10px;
    left: 83%;
    background-color: #9E00FF;
}
.circulo3 {
    height: 70px;
    width: 70px;
    bottom: 10px;
    right: 67%;
    background-color: #BFBFBF;
}
.circulo4 {
    height: 50px;
    width: 50px;
    bottom: 100px;
    left: 56%;
    background-color: #FF3000;
}
.barra-larga {
    position: absolute;
    width: 120px;
    height: 436px;
    background-color: #FFBA00;
    transform: rotateZ(22deg);
    left: 59%;
    top: -200px;
}
.barra {
    width: 150px;
    height: 300px;
    transform: translate(180px, -41px) rotateZ(-22deg);
    background-color: #fcfcfc;
}
.portafolio {
    width: 500px;
    height: 220px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    font-family: 'Anton', sans-serif;
    font-size: 153px;
    color: black;
    text-align: center;
    transition: 1.5s;
    text-transform: uppercase;
    cursor: pointer;
}
.contacto {
    width: 50%;
    max-width: 700px;
    min-width: 280px;
    margin: auto;
    margin-bottom: 100px;
    margin-top: 100px;
}
.tit-contac {
    font-family: 'Anton', sans-serif;
    font-size: 100px;
    width: auto;
    color: black;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
}
.formularios {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.inputs {
    border-radius: 10px;
    border: 0px;
    font-family: 'Didact Gothic', sans-serif;
    color: black;
    padding: 15px 30px;
    display: block;
    margin: 25px 0px;
    font-size: 22px;
    letter-spacing: -0.5px;
    background-image: linear-gradient(to right, #ffffff 50%, #232323 50%);
    background-size: 210% 100%;
    transition: 0.6s;
    transition-timing-function: cubic-bezier(.17, .85, .37, .96);
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 80px rgba(255, 255, 255, 0.8);
}
.boton {
    background-color: black;
    cursor: pointer;
    padding: 15px 30px;
    border: 0px;
    font-family: 'Didact Gothic', sans-serif;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    margin: auto;
    width: 180px;
    color: white;
    transition: 0.6s;
    border-radius: 10px;
}
.boton:hover {
    transform: scale(0.93);
}
.inputs:hover {
    background-position: 98% 0%;
    color: white;
    border: 0px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}
.texttarea {
    height: 150px;
}
.bar-animation, .bar-animation2 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    width: 5px;
    height: 720px;
    background-color: black;
    transform: rotate(90deg) translate(150px, 0%);
    transition: 0.3s;
}
.animacion {
    animation-name: barra;
    animation-duration: 2s;
}
@keyframes barra {
    0% {
        height: 0%;
        transform: rotate(0deg) translate(0px, 0%);
    }
    33% {
        height: 720px;
        transform: rotate(0deg) translate(0px, 0%);
    }
    66% {
        transform: rotate(90deg) translate(0px, 0%);
        height: 720px;
    }
    100% {
        transform: rotate(90deg) translate(150px, 0%);
        height: 720px;
    }
}
.bar-animation2 {
    transform: rotate(90deg) translate(-150px, 0%);
}
.animacion2 {
    animation-name: barra_dos;
    animation-duration: 2s;
}
@keyframes barra_dos {
    0% {
        height: 0%;
        transform: rotate(0deg) translate(0px, 0%);
    }
    33% {
        height: 720px;
        transform: rotate(0deg) translate(0px, 0%);
    }
    66% {
        transform: rotate(90deg) translate(0px, 0%);
        height: 720px;
    }
    100% {
        transform: rotate(90deg) translate(-150px, 0%);
        height: 720px;
    }
}
.aparecer-bar {
    opacity: 0;
}
.contenedor-footer {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 490px;
    width: 770px;
    height: 44px;
    text-align: center;
}
.enlaces-footer {
    display: inline-block;
    font-family: 'Trump Gothic East', sans-serif;
    font-size: 35px;
    color: #cccccc;
    text-transform: uppercase;
}
.enlaces-footer-a {
    display: inline-block;
    transition: 0.4s;
    cursor: pointer;
    margin: 0px 20px 0px 20px;
}
.enlaces-footer-a:hover {
    color: #E02537;
}
.r2 {
    height: 160px;
    bottom: 300px;
}
.r3 {
    letter-spacing: 1px;
    font-size: 130px;
}
.back-footer {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 40px;
    width: 300px;
    height: 22px;
    text-align: center;
    font-family: 'Trump Gothic East', sans-serif;
    font-size: 16px;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.contenedor-letras {
    width: 80%;
    position: absolute;
    max-width: 1200px;
    height: 350px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    font-size: 24px;
    font-family: 'Didact Gothic', sans-serif;
    color: black;
    line-height: 35px;
    letter-spacing: -0.5px;
    transition: 1s;
    transition-timing-function: cubic-bezier(.17, .85, .37, .96);
}
.c-l-t {
    font-size: 100px;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    line-height: 110px;
    margin-bottom: 20px;
}
.letras-c-l-t {
    width: 46%;
    min-width: 300px;
}
.equipo {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 36%;
    width: 930px;
    padding-top: 175px;
    transition: 2s;
    transition-timing-function: cubic-bezier(.17, .85, .37, .96);
}
.pp2 {
    min-height: 100px;
    height: 100px;
}
::-webkit-input-placeholder {
    color: black;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: black;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: black;
}
.contenedor-flotante, .acercade, .peps, .fdgoudhuf845 {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    width: 80%;
    height: 85%;
    max-width: 1200px;
    max-height: 600px;
    background-color: white;
    box-shadow: 0px 0px 220px rgba(0, 0, 0, 0.5);
    z-index: 3;
    border-radius: 9px;
    display: none;
}
.c-f-rel {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.t-f-r-t {
    font-family: 'Trump Gothic East', sans-serif;
    font-size: 120px;
    color: #000;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    width: 90%;
    height: 200px;
    text-align: center;
}
.esosss {
    font-size: 140px;
    color: #ffbb00;
}
.pesos {
    top: auto;
    bottom: 70px;
    font-size: 24px;
    height: 100px;
}
.pesos3 {
    top: 40px;
    bottom: auto;
    font-size: 34px;
    height: 100px;
}
.esosss20 {
    font-size: 30px;
}
.esosss2 {
    font-size: 33px;
}
.backsss {
    background: transparent url(../imagenes/mano.png) center no-repeat;
    background-size: auto 100%;
    height: 80%;
}
.img-asr {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 40px;
    height: auto;
    cursor: pointer;
}
.rrree {
    width: 600px;
    height: 239px;
    top: 0px;
    bottom: 0px;
    font-size: 31px;
    font-family: 'Didact Gothic', sans-serif;
    text-transform: inherit;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.tetera {
    font-size: 40px;
    margin-top: 20px;
    color: #ffbb00;
}
input:hover::-webkit-input-placeholder {
    transition: 0.6s;
    color: white;
}
input:hover:-moz-placeholder {
    transition: 0.6s;
    color: white;
}
input:hover::-moz-placeholder {
    transition: 0.6s;
    color: white;
}
input:hover:-ms-input-placeholder {
    transition: 0.6s;
    color: white;
}
textarea:hover::-webkit-input-placeholder {
    transition: 0.6s;
    color: white;
}
textarea:hover:-moz-placeholder {
    transition: 0.6s;
    color: white;
}
textarea:hover::-moz-placeholder {
    transition: 0.6s;
    color: white;
}
textarea:hover:-ms-input-placeholder {
    transition: 0.6s;
    color: white;
}
.aparecer-standar {
    transform: translate(0px, -50px) scale(0.93);
    opacity: 0;
}
.dfoguhdfogdofg{
    padding-top: 114px;
}
.otra33 {
    top: 129px;
    bottom: auto;
    transform: rotateZ(-221deg);
    left: 52%;
}
.otra22 {
    bottom: 0px;
    top: auto;
    width: 400px;
    height: 400px;
    left: auto;
    right: 69%;
    background-color: aquamarine;
}
.otra11 {
    bottom: -12px;
    top: auto;
    left: 41%;
}
@media screen and (min-width: 1600px) {
    .contenedor {
        height: 290px;
        font-size: 65px;
        width: 80%;
    }
    .contenedor2 {
        width: 81.5%;
    }
    .logotipo {
        max-width: 765px;
    }
    .logo {
        width: 47%;
        max-width: 775px;
        bottom: -102px;
    }
    .texto {
        width: 1200px;
        font-size: 80px;
        height: 305px;
    }
    .portafolio {
        width: 700px;
        height: 300px;
        font-size: 200px;
    }
    .bar-animation, .bar-animation2 {
        height: 950px;
        transform: rotate(90deg) translate(170px, 0%);
    }
    .animacion {
        animation-name: barra;
        animation-duration: 2s;
    }
    @keyframes barra {
        0% {
            height: 0%;
            transform: rotate(0deg) translate(0px, 0%);
        }
        33% {
            height: 950px;
            transform: rotate(0deg) translate(0px, 0%);
        }
        66% {
            transform: rotate(90deg) translate(0px, 0%);
            height: 950px;
        }
        100% {
            transform: rotate(90deg) translate(170px, 0%);
            height: 950px;
        }
    }
    .bar-animation2 {
        transform: rotate(90deg) translate(-170px, 0%);
    }
    .animacion2 {
        animation-name: barra_dos;
        animation-duration: 2s;
    }
    @keyframes barra_dos {
        0% {
            height: 0%;
            transform: rotate(0deg) translate(0px, 0%);
        }
        33% {
            height: 950px;
            transform: rotate(0deg) translate(0px, 0%);
        }
        66% {
            transform: rotate(90deg) translate(0px, 0%);
            height: 950px;
        }
        100% {
            transform: rotate(90deg) translate(-170px, 0%);
            height: 950px;
        }
    }
    .equipo {
        width: 1080px;
    }
    .pp2 {
        min-height: 100px;
        height: 100px;
    }
    .otra22 {
        bottom: 150px;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1100px) and (min-height: 1280px) and (max-height: 1370px) {
    .contenedor {
        bottom: 30%;
    }
    .contenedor2 {
        padding-right: 50px;
        box-sizing: border-box;
        text-align: center;
    }
    .logotipo {
        margin: auto;
    }
    .spaner {
        margin: auto;
        text-align: center;
    }
    .logo {
        width: 60%;
    }
    .flechas {
        bottom: 41%;
    }
    .flechas2 {
        bottom: 41%;
    }
    .flechas3 {
        bottom: 17%;
    }
    .flechas4 {
        bottom: 17%;
    }
    .background1 {
        background: #232323 url(../imagenes/mano.png) center bottom no-repeat;
        background-size: 50% auto;
    }
    .contenedor-letras {
        width: 500px;
        max-width: 1200px;
        height: 390px;
        line-height: 35px;
        letter-spacing: -0.5px;
        text-align: center;
        bottom: 162px;
        top: auto;
    }
    .c-l-t {
        font-size: 100px;
        line-height: 110px;
        margin-bottom: 20px;
    }
    .letras-c-l-t {
        width: 100%;
        min-width: 100px;
    }
    .equipo {
        left: 0px;
        right: 0px;
        margin: auto;
        top: 20px;
        bottom: auto;
        width: 800px;
        padding-top: 0px;
    }
    .pp2 {
        min-height: 100px;
        height: 100px;
    }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
    .backsss {
        background: transparent url(../imagenes/mano.png) center no-repeat;
        background-size: auto 80%;
        height: 60%;
    }
    .t-f-r-t {
        font-size: 65px;
    }
    .esosss {
        font-size: 140px;
        color: #ffbb00;
    }
    .pesos {
        top: auto;
        bottom: 70px;
        font-size: 24px;
        height: 100px;
    }
    .pesos3 {
        top: 40px;
        bottom: auto;
        font-size: 34px;
        height: 100px;
    }
    .esosss20 {
        font-size: 30px;
    }
    .esosss2 {
        font-size: 33px;
    }
    .chachaca {
        height: 80px;
    }
    .rrree {
        height: 208px;
        width: 400px;
        top: 0px;
        bottom: 0px;
    }
}
@media screen and (max-width: 950px) {
    .texto {
        width: 550px;
        font-size: 40px;
        height: 145px;
    }
    .background1 {
        background: #232323 url(../imagenes/mano.png) center bottom no-repeat;
        background-size: 50% auto;
    }
    .contenedor-footer {
        bottom: 490px;
        width: 750px;
        height: 40px;
    }
    .enlaces-footer {
        font-size: 30px;
    }
    .r2 {
        height: 140px;
        bottom: 300px;
    }
    .r3 {
        letter-spacing: 1px;
        font-size: 110px;
    }
}
@media screen and (max-width: 770px) {
    .contenedor {
        bottom: 30%;
        height: 200px;
        font-size: 50px;
    }
    .contenedor2 {
        padding-right: 50px;
        box-sizing: border-box;
        text-align: center;
    }
    .logotipo {
        margin: auto;
        width: 85%;
    }
    .spaner {
        margin: auto;
        text-align: center;
    }
    .logo {
        width: 60%;
    }
    .flechas {
        bottom: 33%;
    }
    .flechas2 {
        bottom: 33%;
    }
    .flechas3 {
        bottom: 17%;
    }
    .flechas4 {
        bottom: 17%;
    }
    .lineas1, .lineas2, .lineas3 {
        top: 25px;
        right: 25px;
        width: 47px;
        height: 4px;
    }
    .lineas2 {
        top: 40px;
    }
    .lineas3 {
        top: 55px;
    }
    .divfalso {
        top: 17px;
        right: 21px;
    }
    .mover-linea-ari {
        top: -200px;
    }
    .mover-linea-izq {
        right: 50px;
        transform: rotateZ(45deg) translate(42px, 11.5px);
    }
    .mover-linea-der {
        right: 50px;
        transform: rotateZ(-45deg) translate(10px, 20.5px);
    }
    .divfalso2 {
        top: 40px;
        right: 25px;
    }
    .portafolio {
        width: 400px;
        height: 170px;
        font-size: 120px;
    }
    .tit-contac {
        font-size: 50px;
    }
    .inputs {
        padding: 12px 25px;
        margin: 20px 0px;
        font-size: 18px;
    }
    .bar-animation, .bar-animation2 {
        height: 500px;
        transform: rotate(90deg) translate(120px, 0%);
    }
    .animacion {
        animation-name: barra;
        animation-duration: 2s;
    }
    @keyframes barra {
        0% {
            height: 0%;
            transform: rotate(0deg) translate(0px, 0%);
        }
        33% {
            height: 500px;
            transform: rotate(0deg) translate(0px, 0%);
        }
        66% {
            transform: rotate(90deg) translate(0px, 0%);
            height: 500px;
        }
        100% {
            transform: rotate(90deg) translate(120px, 0%);
            height: 500px;
        }
    }
    .bar-animation2 {
        transform: rotate(90deg) translate(-120px, 0%);
    }
    .animacion2 {
        animation-name: barra_dos;
        animation-duration: 2s;
    }
    @keyframes barra_dos {
        0% {
            height: 0%;
            transform: rotate(0deg) translate(0px, 0%);
        }
        33% {
            height: 500px;
            transform: rotate(0deg) translate(0px, 0%);
        }
        66% {
            transform: rotate(90deg) translate(0px, 0%);
            height: 500px;
        }
        100% {
            transform: rotate(90deg) translate(-120px, 0%);
            height: 500px;
        }
    }
    .contenedor-footer {
        bottom: 490px;
        width: 300px;
        height: 34px;
    }
    .enlaces-footer {
        font-size: 24px;
    }
    .ef1 {
        display: none;
    }
    .r2 {
        height: 120px;
        bottom: 340px;
    }
    .r3 {
        letter-spacing: 1px;
        font-size: 90px;
    }
    .contenedor-letras {
        width: 400px;
        max-width: 1200px;
        height: 300px;
        line-height: 29px;
        letter-spacing: -0.5px;
        text-align: center;
        bottom: 0px;
        top: 0px;
        font-size: 21px;
        padding-top: 360px;
    }
    .c-l-t {
        font-size: 73px;
        line-height: 79px;
        margin-bottom: 20px;
    }
    .letras-c-l-t {
        width: 100%;
        min-width: 100px;
    }
    .equipo {
        left: 0px;
        right: 0px;
        margin: auto;
        top: 0px;
        bottom: 0px;
        width: 415px;
        padding-top: 0px;
        padding-bottom: 420px;
    }
    .pp2 {
        min-height: 0px;
        height: 0px;
    }
}
@media screen and (max-width: 650px) {
    .contenedor {
        bottom: 30%;
        height: 200px;
        font-size: 25px;
    }
    .contenedor2 {
        display: none;
    }
    .logotipo {
        margin: auto;
        width: 90%;
    }
    .spaner {
        margin: auto;
        text-align: center;
    }
    .logo {
        width: 80%;
        bottom: 45px;
    }
    .flechas {
        bottom: 33%;
        display: none;
    }
    .flechas2 {
        bottom: 33%;
        display: none;
    }
    .flechas3 {
        bottom: 17%;
        display: none;
    }
    .flechas4 {
        bottom: 17%;
        display: none;
    }
    .flechas5 {
        bottom: 17%;
        display: none;
    }
    .texto {
        width: 270px;
        font-size: 24px;
        height: 145px;
    }
    .portafolio {
        width: 290px;
        height: 135px;
        font-size: 90px;
    }
    .bar-animation, .bar-animation2 {
        height: 320px;
        transform: rotate(90deg) translate(100px, 0%);
    }
    .animacion {
        animation-name: barra;
        animation-duration: 2s;
    }
    @keyframes barra {
        0% {
            height: 0%;
            transform: rotate(0deg) translate(0px, 0%);
        }
        33% {
            height: 320px;
            transform: rotate(0deg) translate(0px, 0%);
        }
        66% {
            transform: rotate(90deg) translate(0px, 0%);
            height: 320px;
        }
        100% {
            transform: rotate(90deg) translate(100px, 0%);
            height: 320px;
        }
    }
    .bar-animation2 {
        transform: rotate(90deg) translate(-100px, 0%);
    }
    .animacion2 {
        animation-name: barra_dos;
        animation-duration: 2s;
    }
    @keyframes barra_dos {
        0% {
            height: 0%;
            transform: rotate(0deg) translate(0px, 0%);
        }
        33% {
            height: 320px;
            transform: rotate(0deg) translate(0px, 0%);
        }
        66% {
            transform: rotate(90deg) translate(0px, 0%);
            height: 320px;
        }
        100% {
            transform: rotate(90deg) translate(-100px, 0%);
            height: 320px;
        }
    }
    .pp {
        margin-bottom: 450px;
    }
    .background1 {
        background: #232323 url(../imagenes/mano.png) center bottom no-repeat;
        background-size: 90% auto;
    }
    .contenedor-footer {
        bottom: 364px;
        width: 300px;
        height: 34px;
    }
    .enlaces-footer {
        font-size: 24px;
    }
    .ef1 {
        display: none;
    }
    .r2 {
        height: 110px;
        bottom: 230px;
    }
    .r3 {
        letter-spacing: 1px;
        font-size: 80px;
    }
    .contenedor-letras {
        width: 280px;
        max-width: 1200px;
        height: 218px;
        line-height: 25px;
        letter-spacing: -0.5px;
        text-align: center;
        bottom: 0px;
        top: 0px;
        padding-top: 260px;
        font-size: 16px;
    }
    .c-l-t {
        font-size: 47px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .letras-c-l-t {
        width: 100%;
        min-width: 100px;
    }
    .equipo {
        left: 0px;
        right: 0px;
        margin: auto;
        top: 0px;
        bottom: 0px;
        width: 285px;
        padding-bottom: 260px;
        padding-top: 0px;
    }
    .pp2 {
        min-height: 0px;
        height: 0px;
    }
    .backsss {
        background: transparent url(../imagenes/mano.png) center no-repeat;
        background-size: auto 80%;
        height: 33%;
    }
    .t-f-r-t {
        font-size: 30px;
        /* height: 100px; */
    }
    .esosss {
        font-size: 140px;
        color: #ffbb00;
    }
    .pesos {
        top: auto;
        bottom: 70px;
        font-size: 19px;
        height: 100px;
    }
    .pesos3 {
        top: 40px;
        bottom: auto;
        font-size: 28px;
        height: 100px;
    }
    .esosss20 {
        font-size: 24px;
    }
    .esosss2 {
        font-size: 33px;
    }
    .chachaca {
        height: 80px;
    }
    .rrree {
        height: 208px;
        width: 240px;
        top: 0px;
        bottom: 0px;
    }
    .esosss {
        font-size: 30px;
    }
    .pecosa {
        height: 80px;
    }
    .pecosaloko{
        width: 354px;
    }
    .otra11{
        bottom: 445px;
        top: auto;
        left: 33%;
        width: 150px;
        height: 150px;
        background-color: #ffba00;
    }
    .otra33{
        display: none;
    }
}
.pp3 {
    overflow: visible;
}
.otra1 {
    bottom: auto;
    top: 0px;
}
.otra2 {
    bottom: auto;
    top: 100px;
    width: 200px;
    height: 200px;
    left: 80%;
}
.otra3 {
    top: auto;
    bottom: -233px;
    transform: rotateZ(-44deg);
    left: 72%;
}
.otra4 {
    bottom: -150px;
    right: 60%;
}
.contenedor-maestro {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 3;
}


.otra44 {
    bottom: 0px;
    right: auto;
    left: 82%;
}

.iconos-sociales, .iconos-sociales2{
    display: inline-block;
    width: 25px;
    height: 25px;
    filter: invert(30%);
    margin: 8px;
}

.iconos-sociales2{
    filter: invert(100%);
    border-radius: 5px;
}
