@media only screen and (max-width: 3600px) {

    .particulas{
        width: 100%;
        height: 100%;
        float: left;
        position: absolute;
        top: -10px;
        left: 0;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        float: left;
        position: relative;
        z-index: 1;
    }

    .seccion-inicio .seccion-1{
        width: 550px;
        height: 470px;
        background-color: transparent;
        position: absolute;
        top: 250px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        float: left;
        transform: scale(0);
        transition: transform 2s ease;
    }

    .seccion-inicio .seccion-1.muestra-imgs-central{
        transform: scale(1);
        transition: transform 2s ease;
    }

    .seccion-inicio .seccion-1 img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-inicio .a-pequenos{
        width: 180px;
        height: 220px;
        background-color: transparent;
        position: absolute;
        float: left;
    }

    .seccion-inicio .seccion-2{
        left: 180px;
        top: 220px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        transform: scale(1);
        transform: translateX(-400px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-2.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-2:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .seccion-3{
        left: 0;
        top: 120px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        transform: scale(1);
        transform: translateY(-380px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-3.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-3:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .seccion-4{
        right: 180px;
        top: 220px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        transform: scale(1);
        transform: translateX(400px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-4.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-4:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .a-pequenos img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-inicio .a-pequenos span{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Neor;
        font-size: 22px;
        text-align: left;
        color: #bfff72;
        text-align: center;
    }

    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        padding-top: 90px;
        padding-bottom: 90px;
        padding-left: 60px;
        padding-right: 60px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-nosotros{
        width: 100%;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
    }

    .contenedor-titulo-nosotros img{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-nosotros h2{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Neor;
        font-size: 46px;
        text-align: left;
        color: #bfff72;
        margin-left: 10px;
    }

    .contenedor-nosotros .piedra-nosotros{
        width: 1400px;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 180px;
        transform: translateX(-1700px);
        transition: all ease 1.8s;
    }

    .contenedor-nosotros .piedra-nosotros.muestra-piedra{
        transform: translateX(-0px);
        transition: all ease 1.8s;
    }


    footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 60px;
        padding-right: 60px;    
        position: relative;
        overflow: hidden;
    }

    .contenedor-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-top: solid 2px #ffffff;
        display: inline-flex;
        justify-content: space-between;
        padding-top: 20px;
        position: relative;
    }

    .contenedor-datos-footer{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-footer{
        width: 100%;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
    }

    .contenedor-titulo-footer img{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-footer h2{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Combat;
        font-size: 46px;
        text-align: left;
        color: #bfff72;
        margin-left: 10px;
    }

    .contenedor-dats-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-dats-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: BelfastGroteskBold;
        font-size: 24px;
        text-align: left;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .contenedor-formulario-footer{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .contenedor-titulo-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-form p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Combat;
        font-size: 24px;
        text-align: right;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .formulario-footer{
        width: 100%;
        height: 580px;
        background-color: transparent;
        float: left;
        position: relative;
        transform: translate(1000px, 780px);
        transition: all ease 1.8s;
    }

    .formulario-footer.muestra-form-footer{
        transform: translate(0px, 0px);
        transition: all ease 1.8s;
    }


    .div-form{
        width: 800px;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 40px;
        padding-left: 160px;
        background-color: white;
        float: left;
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
        border-radius: 35px;
        border: solid 1px #000000;
        z-index: 1;
    }

    .div-form form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-campo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 15px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-campo label{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: BelfastGroteskSemiBold;
        font-size: 18px;
        text-align: left;
        color: #000000;
        display: block;
    }

    .contenedor-campo input,
    .contenedor-campo select{
        width: 500px;
        height: 30px;
        background-color: #919191;
        float: left;
        font-family: BelfastGroteskThin;
        font-size: 16px;
        text-align: left;
        color: #ffffff;
        font-weight: 800;
        padding: 5px;
        border:none;
        outline: none;
        appearance: none;
    }

    .contenedor-campo .inputNombre{
        text-transform: capitalize;
    }


    .contenedor-btn-formulario-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: flex-end;
        margin-top: 15px;
    }

    .contenedor-btn-formulario-footer input[type="submit"]{
        width: 300px;
        height: auto;
        background-color: #dadada;
        float: right;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: BelfastGroteskSemiBold;
        font-size: 18px;
        text-align: center;
        color: #000000;
        outline: none;
        border: none;
        appearance: none;
        cursor: pointer;
    }

    .contenedor-btn-formulario-footer input[type="submit"]:hover{
        background-color: #919191;
    }

    .div-decorativo-form-f{
        width: 800px;
        height: 360px;
        background-color: white;
        float: left;
        position: absolute;
        margin: auto;
        border-radius: 35px;
        border: solid 1px #000000;
    }

    .div-decorativo-f-1{
        top: 20px;
        right: -20px;
    }

    .div-decorativo-f-2{
        top: 40px;
        right: -40px;
    }

    .div-decorativo-f-3{
        top: 60px;
        right: -60px;
    }

    .div-decorativo-f-4{
        top: 80px;
        right: -80px;
    }

    .div-decorativo-f-5{
        top: 100px;
        right: -100px;
    }

    .div-decorativo-f-6{
        top: 120px;
        right: -120px;
    }

    .div-decorativo-f-7{
        top: 140px;
        right: -140px;
    }

    .div-decorativo-f-8{
        top: 160px;
        right: -160px;
    }

    .div-decorativo-f-9{
        top: 180px;
        right: -180px;
    }

    .div-decorativo-f-10{
        top: 180px;
        right: -180px;
    }

    .div-decorativo-f-11{
        top: 200px;
        right: -200px;
    }

    .div-decorativo-f-12{
        top: 220px;
        right: -220px;
    }

    .contenedor-redes-footer{
        width:350px;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-redes-footer img{
        width: 120px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-rss{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-rss a{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-rss a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-redes-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 10px;
        font-family: BelfastGroteskThin;
        font-size: 14px;
        text-align: center;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
    }
}
















@media only screen and (max-width: 1440px) {

    .particulas{
        width: 100%;
        height: 100%;
        float: left;
        position: absolute;
        top: -10px;
        left: 0;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        float: left;
        position: relative;
        z-index: 1;
    }

    .seccion-inicio .seccion-1{
        width: 550px;
        height: 470px;
        background-color: transparent;
        position: absolute;
        top: 250px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        float: left;
        transform: scale(0);
        transition: transform 2s ease;
    }

    .seccion-inicio .seccion-1.muestra-imgs-central{
        transform: scale(1);
        transition: transform 2s ease;
    }

    .seccion-inicio .seccion-1 img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-inicio .a-pequenos{
        width: 180px;
        height: 220px;
        background-color: transparent;
        position: absolute;
        float: left;
    }

    .seccion-inicio .seccion-2{
        left: 180px;
        top: 220px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        transform: scale(1);
        transform: translateX(-400px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-2.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-2:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .seccion-3{
        left: 0;
        top: 120px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        transform: scale(1);
        transform: translateY(-380px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-3.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-3:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .seccion-4{
        right: 180px;
        top: 220px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        transform: scale(1);
        transform: translateX(400px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-4.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-4:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .a-pequenos img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-inicio .a-pequenos span{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Neor;
        font-size: 22px;
        text-align: left;
        color: #bfff72;
        text-align: center;
    }

    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        padding-top: 90px;
        padding-bottom: 90px;
        padding-left: 20px;
        padding-right: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-nosotros{
        width: 100%;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
    }

    .contenedor-titulo-nosotros img{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-nosotros h2{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Neor;
        font-size: 46px;
        text-align: left;
        color: #bfff72;
        margin-left: 10px;
    }

    .contenedor-nosotros .piedra-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 180px;
        transform: translateX(-1700px);
        transition: all ease 1.8s;
    }

    .contenedor-nosotros .piedra-nosotros.muestra-piedra{
        transform: translateX(-0px);
        transition: all ease 1.8s;
    }


    footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 60px;
        padding-right: 60px;    
        position: relative;
        overflow: hidden;
    }

    .contenedor-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-top: solid 2px #ffffff;
        display: inline-flex;
        justify-content: space-between;
        padding-top: 20px;
        position: relative;
    }

    .contenedor-datos-footer{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-footer{
        width: 100%;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
    }

    .contenedor-titulo-footer img{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-footer h2{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Combat;
        font-size: 46px;
        text-align: left;
        color: #bfff72;
        margin-left: 10px;
    }

    .contenedor-dats-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-dats-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: BelfastGroteskBold;
        font-size: 24px;
        text-align: left;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .contenedor-formulario-footer{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .contenedor-titulo-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-form p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Combat;
        font-size: 24px;
        text-align: right;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .formulario-footer{
        width: 100%;
        height: 580px;
        background-color: transparent;
        float: left;
        position: relative;
        transform: translate(1000px, 780px);
        transition: all ease 1.8s;
    }

    .formulario-footer.muestra-form-footer{
        transform: translate(0px, 0px);
        transition: all ease 1.8s;
    }


    .div-form{
        width: 800px;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 40px;
        padding-left: 160px;
        background-color: white;
        float: left;
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
        border-radius: 35px;
        border: solid 1px #000000;
        z-index: 1;
    }

    .div-form form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-campo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 15px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-campo label{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: BelfastGroteskSemiBold;
        font-size: 18px;
        text-align: left;
        color: #000000;
        display: block;
    }

    .contenedor-campo input,
    .contenedor-campo select{
        width: 500px;
        height: 30px;
        background-color: #919191;
        float: left;
        font-family: BelfastGroteskThin;
        font-size: 16px;
        text-align: left;
        color: #ffffff;
        font-weight: 800;
        padding: 5px;
        border:none;
        outline: none;
        appearance: none;
    }

    .contenedor-campo .inputNombre{
        text-transform: capitalize;
    }


    .contenedor-btn-formulario-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: flex-end;
        margin-top: 15px;
    }

    .contenedor-btn-formulario-footer input[type="submit"]{
        width: 300px;
        height: auto;
        background-color: #dadada;
        float: right;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: BelfastGroteskSemiBold;
        font-size: 18px;
        text-align: center;
        color: #000000;
        outline: none;
        border: none;
        appearance: none;
        cursor: pointer;
    }

    .contenedor-btn-formulario-footer input[type="submit"]:hover{
        background-color: #919191;
    }

    .div-decorativo-form-f{
        width: 800px;
        height: 360px;
        background-color: white;
        float: left;
        position: absolute;
        margin: auto;
        border-radius: 35px;
        border: solid 1px #000000;
    }

    .div-decorativo-f-1{
        top: 20px;
        right: -20px;
    }

    .div-decorativo-f-2{
        top: 40px;
        right: -40px;
    }

    .div-decorativo-f-3{
        top: 60px;
        right: -60px;
    }

    .div-decorativo-f-4{
        top: 80px;
        right: -80px;
    }

    .div-decorativo-f-5{
        top: 100px;
        right: -100px;
    }

    .div-decorativo-f-6{
        top: 120px;
        right: -120px;
    }

    .div-decorativo-f-7{
        top: 140px;
        right: -140px;
    }

    .div-decorativo-f-8{
        top: 160px;
        right: -160px;
    }

    .div-decorativo-f-9{
        top: 180px;
        right: -180px;
    }

    .div-decorativo-f-10{
        top: 180px;
        right: -180px;
    }

    .div-decorativo-f-11{
        top: 200px;
        right: -200px;
    }

    .div-decorativo-f-12{
        top: 220px;
        right: -220px;
    }

    .contenedor-redes-footer{
        width:350px;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-redes-footer img{
        width: 120px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-rss{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-rss a{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-rss a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-redes-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 10px;
        font-family: BelfastGroteskThin;
        font-size: 14px;
        text-align: center;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
    }
}

















@media only screen and (max-width: 1210px) {

    .particulas{
        width: 100%;
        height: 100%;
        float: left;
        position: absolute;
        top: -10px;
        left: 0;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        float: left;
        position: relative;
        z-index: 1;
    }

    .seccion-inicio .seccion-1{
        width: 450px;
        height: 370px;
        background-color: transparent;
        position: absolute;
        top: 250px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        float: left;
        transform: scale(0);
        transition: transform 2s ease;
    }

    .seccion-inicio .seccion-1.muestra-imgs-central{
        transform: scale(1);
        transition: transform 2s ease;
    }

    .seccion-inicio .seccion-1 img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-inicio .a-pequenos{
        width: 180px;
        height: 220px;
        background-color: transparent;
        position: absolute;
        float: left;
    }

    .seccion-inicio .seccion-2{
        left: 60px;
        top: 220px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        transform: scale(1);
        transform: translateX(-400px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-2.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-2:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .seccion-3{
        left: 0;
        top: 120px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        transform: scale(1);
        transform: translateY(-380px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-3.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-3:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .seccion-4{
        right: 60px;
        top: 220px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        transform: scale(1);
        transform: translateX(400px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-4.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-4:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .a-pequenos img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-inicio .a-pequenos span{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Neor;
        font-size: 22px;
        text-align: left;
        color: #bfff72;
        text-align: center;
    }

    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        padding-top: 90px;
        padding-bottom: 90px;
        padding-left: 60px;
        padding-right: 60px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-nosotros{
        width: 100%;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
    }

    .contenedor-titulo-nosotros img{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-nosotros h2{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Neor;
        font-size: 46px;
        text-align: left;
        color: #bfff72;
        margin-left: 10px;
    }

    .contenedor-nosotros .piedra-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 180px;
        transform: translateX(-1700px);
        transition: all ease 1.8s;
    }

    .contenedor-nosotros .piedra-nosotros.muestra-piedra{
        transform: translateX(-0px);
        transition: all ease 1.8s;
    }


    footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 60px;
        padding-right: 60px;    
        position: relative;
        overflow: hidden;
    }

    .contenedor-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-top: solid 2px #ffffff;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 20px;
        position: relative;
    }

    .contenedor-datos-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-footer{
        width: 100%;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
    }

    .contenedor-titulo-footer img{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-footer h2{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Combat;
        font-size: 46px;
        text-align: left;
        color: #bfff72;
        margin-left: 10px;
    }

    .contenedor-dats-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-dats-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: BelfastGroteskBold;
        font-size: 24px;
        text-align: left;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .contenedor-formulario-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-titulo-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-form p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Combat;
        font-size: 24px;
        text-align: right;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .formulario-footer{
        width: 100%;
        height: 580px;
        background-color: transparent;
        float: left;
        position: relative;
        transform: translate(1000px, 780px);
        transition: all ease 1.8s;
    }

    .formulario-footer.muestra-form-footer{
        transform: translate(0px, 0px);
        transition: all ease 1.8s;
    }


    .div-form{
        width: 800px;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 40px;
        padding-left: 160px;
        background-color: white;
        float: left;
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
        border-radius: 35px;
        border: solid 1px #000000;
        z-index: 1;
    }

    .div-form form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-campo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 15px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-campo label{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: BelfastGroteskSemiBold;
        font-size: 18px;
        text-align: left;
        color: #000000;
        display: block;
    }

    .contenedor-campo input,
    .contenedor-campo select{
        width: 500px;
        height: 30px;
        background-color: #919191;
        float: left;
        font-family: BelfastGroteskThin;
        font-size: 16px;
        text-align: left;
        color: #ffffff;
        font-weight: 800;
        padding: 5px;
        border:none;
        outline: none;
        appearance: none;
    }

    .contenedor-campo .inputNombre{
        text-transform: capitalize;
    }


    .contenedor-btn-formulario-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: flex-end;
        margin-top: 15px;
    }

    .contenedor-btn-formulario-footer input[type="submit"]{
        width: 300px;
        height: auto;
        background-color: #dadada;
        float: right;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: BelfastGroteskSemiBold;
        font-size: 18px;
        text-align: center;
        color: #000000;
        outline: none;
        border: none;
        appearance: none;
        cursor: pointer;
    }

    .contenedor-btn-formulario-footer input[type="submit"]:hover{
        background-color: #919191;
    }

    .div-decorativo-form-f{
        width: 800px;
        height: 360px;
        background-color: white;
        float: left;
        position: absolute;
        margin: auto;
        border-radius: 35px;
        border: solid 1px #000000;
    }

    .div-decorativo-f-1{
        top: 20px;
        right: -20px;
    }

    .div-decorativo-f-2{
        top: 40px;
        right: -40px;
    }

    .div-decorativo-f-3{
        top: 60px;
        right: -60px;
    }

    .div-decorativo-f-4{
        top: 80px;
        right: -80px;
    }

    .div-decorativo-f-5{
        top: 100px;
        right: -100px;
    }

    .div-decorativo-f-6{
        top: 120px;
        right: -120px;
    }

    .div-decorativo-f-7{
        top: 140px;
        right: -140px;
    }

    .div-decorativo-f-8{
        top: 160px;
        right: -160px;
    }

    .div-decorativo-f-9{
        top: 180px;
        right: -180px;
    }

    .div-decorativo-f-10{
        top: 180px;
        right: -180px;
    }

    .div-decorativo-f-11{
        top: 200px;
        right: -200px;
    }

    .div-decorativo-f-12{
        top: 220px;
        right: -220px;
    }

    .contenedor-redes-footer{
        width:350px;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-redes-footer img{
        width: 120px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-rss{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-rss a{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-rss a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-redes-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 10px;
        font-family: BelfastGroteskThin;
        font-size: 14px;
        text-align: center;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
    }
}















@media only screen and (max-width: 920px) {

    .particulas{
        width: 100%;
        height: 100%;
        float: left;
        position: absolute;
        top: -10px;
        left: 0;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        float: left;
        position: relative;
        z-index: 1;
    }

    .seccion-inicio .seccion-1{
        width: 400px;
        height: 320px;
        background-color: transparent;
        position: absolute;
        top: 250px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        float: left;
        transform: scale(0);
        transition: transform 2s ease;
    }

    .seccion-inicio .seccion-1.muestra-imgs-central{
        transform: scale(1);
        transition: transform 2s ease;
    }

    .seccion-inicio .seccion-1 img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-inicio .a-pequenos{
        width: 130px;
        height: 170px;
        background-color: transparent;
        position: absolute;
        float: left;
    }

    .seccion-inicio .seccion-2{
        left: 60px;
        top: 220px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        transform: scale(1);
        transform: translateX(-400px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-2.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-2:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .seccion-3{
        left: 0;
        top: 120px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        transform: scale(1);
        transform: translateY(-380px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-3.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-3:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .seccion-4{
        right: 60px;
        top: 220px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        transform: scale(1);
        transform: translateX(400px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-4.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-4:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .a-pequenos img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-inicio .a-pequenos span{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Neor;
        font-size: 22px;
        text-align: left;
        color: #bfff72;
        text-align: center;
    }

    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        padding-top: 90px;
        padding-bottom: 90px;
        padding-left: 60px;
        padding-right: 60px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-nosotros{
        width: 100%;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
    }

    .contenedor-titulo-nosotros img{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-nosotros h2{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Neor;
        font-size: 46px;
        text-align: left;
        color: #bfff72;
        margin-left: 10px;
    }

    .contenedor-nosotros .piedra-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 180px;
        transform: translateX(-1700px);
        transition: all ease 1.8s;
    }

    .contenedor-nosotros .piedra-nosotros.muestra-piedra{
        transform: translateX(-0px);
        transition: all ease 1.8s;
    }


    footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 60px;
        padding-right: 60px;    
        position: relative;
        overflow: hidden;
    }

    .contenedor-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-top: solid 2px #ffffff;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 20px;
        position: relative;
    }

    .contenedor-datos-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-footer{
        width: 100%;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
    }

    .contenedor-titulo-footer img{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-footer h2{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Combat;
        font-size: 46px;
        text-align: left;
        color: #bfff72;
        margin-left: 10px;
    }

    .contenedor-dats-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-dats-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: BelfastGroteskBold;
        font-size: 24px;
        text-align: left;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .contenedor-formulario-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-titulo-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-form p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Combat;
        font-size: 24px;
        text-align: left;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .formulario-footer{
        width: 100%;
        height: 580px;
        background-color: transparent;
        float: left;
        position: relative;
        transform: translate(1000px, 780px);
        transition: all ease 1.8s;
    }

    .formulario-footer.muestra-form-footer{
        transform: translate(0px, 0px);
        transition: all ease 1.8s;
    }


    .div-form{
        width: 100%;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 40px;
        padding-left: 40px;
        background-color: white;
        float: left;
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
        border-radius: 35px;
        border: solid 1px #000000;
        z-index: 1;
    }

    .div-form form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-campo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 15px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-campo label{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: BelfastGroteskSemiBold;
        font-size: 18px;
        text-align: left;
        color: #000000;
        display: block;
    }

    .contenedor-campo input,
    .contenedor-campo select{
        width: 500px;
        height: 30px;
        background-color: #919191;
        float: left;
        font-family: BelfastGroteskThin;
        font-size: 16px;
        text-align: left;
        color: #ffffff;
        font-weight: 800;
        padding: 5px;
        border:none;
        outline: none;
        appearance: none;
    }

    .contenedor-campo .inputNombre{
        text-transform: capitalize;
    }


    .contenedor-btn-formulario-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: flex-end;
        margin-top: 15px;
    }

    .contenedor-btn-formulario-footer input[type="submit"]{
        width: 300px;
        height: auto;
        background-color: #dadada;
        float: right;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: BelfastGroteskSemiBold;
        font-size: 18px;
        text-align: center;
        color: #000000;
        outline: none;
        border: none;
        appearance: none;
        cursor: pointer;
    }

    .contenedor-btn-formulario-footer input[type="submit"]:hover{
        background-color: #919191;
    }

    .div-decorativo-form-f{
        width: 100%;
        height: 360px;
        background-color: white;
        float: left;
        position: absolute;
        margin: auto;
        border-radius: 35px;
        border: solid 1px #000000;
    }

    .div-decorativo-f-1{
        top: 20px;
        right: -20px;
    }

    .div-decorativo-f-2{
        top: 40px;
        right: -40px;
    }

    .div-decorativo-f-3{
        top: 60px;
        right: -60px;
    }

    .div-decorativo-f-4{
        top: 80px;
        right: -80px;
    }

    .div-decorativo-f-5{
        top: 100px;
        right: -100px;
    }

    .div-decorativo-f-6{
        top: 120px;
        right: -120px;
    }

    .div-decorativo-f-7{
        top: 140px;
        right: -140px;
    }

    .div-decorativo-f-8{
        top: 160px;
        right: -160px;
    }

    .div-decorativo-f-9{
        top: 180px;
        right: -180px;
    }

    .div-decorativo-f-10{
        top: 180px;
        right: -180px;
    }

    .div-decorativo-f-11{
        top: 200px;
        right: -200px;
    }

    .div-decorativo-f-12{
        top: 220px;
        right: -220px;
    }

    .contenedor-redes-footer{
        width:350px;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-redes-footer img{
        width: 120px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-rss{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-rss a{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-rss a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-redes-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 10px;
        font-family: BelfastGroteskThin;
        font-size: 14px;
        text-align: center;
        color: #000000;
        font-weight: 800;
        letter-spacing: .5px;
    }
}















@media only screen and (max-width: 820px) {

    .particulas{
        width: 100%;
        height: 100%;
        float: left;
        position: absolute;
        top: -10px;
        left: 0;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        float: left;
        position: relative;
        z-index: 1;
    }

    .seccion-inicio .seccion-1{
        width: 400px;
        height: 320px;
        background-color: transparent;
        position: absolute;
        top: 250px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        float: left;
        transform: scale(0);
        transition: transform 2s ease;
    }

    .seccion-inicio .seccion-1.muestra-imgs-central{
        transform: scale(1);
        transition: transform 2s ease;
    }

    .seccion-inicio .seccion-1 img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-inicio .a-pequenos{
        width: 130px;
        height: 170px;
        background-color: transparent;
        position: absolute;
        float: left;
    }

    .seccion-inicio .seccion-2{
        left: 60px;
        top: 220px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        transform: scale(1);
        transform: translateX(-400px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-2.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-2:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .seccion-3{
        left: 0;
        top: 120px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        transform: scale(1);
        transform: translateY(-380px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-3.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-3:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .seccion-4{
        right: 60px;
        top: 220px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        transform: scale(1);
        transform: translateX(400px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-4.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-4:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .a-pequenos img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-inicio .a-pequenos span{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Neor;
        font-size: 22px;
        text-align: left;
        color: #bfff72;
        text-align: center;
    }

    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        padding-top: 90px;
        padding-bottom: 90px;
        padding-left: 60px;
        padding-right: 60px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-nosotros{
        width: 100%;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
    }

    .contenedor-titulo-nosotros img{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-nosotros h2{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Neor;
        font-size: 46px;
        text-align: left;
        color: #bfff72;
        margin-left: 10px;
    }

    .contenedor-nosotros .piedra-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        transform: translateX(-1700px);
        transition: all ease 1.8s;
    }

    .contenedor-nosotros .piedra-nosotros.muestra-piedra{
        transform: translateX(-0px);
        transition: all ease 1.8s;
    }


    footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 60px;
        padding-right: 60px;    
        position: relative;
        overflow: hidden;
    }

    .contenedor-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-top: solid 2px #ffffff;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 20px;
        position: relative;
    }

    .contenedor-datos-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-footer{
        width: 100%;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
    }

    .contenedor-titulo-footer img{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-footer h2{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Combat;
        font-size: 46px;
        text-align: left;
        color: #bfff72;
        margin-left: 10px;
    }

    .contenedor-dats-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-dats-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: BelfastGroteskBold;
        font-size: 24px;
        text-align: left;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .contenedor-formulario-footer{
        width: 100%;
        height: 800px;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-titulo-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-form p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Combat;
        font-size: 24px;
        text-align: left;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .formulario-footer{
        width: 100%;
        height: 580px;
        background-color: transparent;
        float: left;
        position: relative;
        transform: translate(1000px, 780px);
        transition: all ease 1.8s;
    }

    .formulario-footer.muestra-form-footer{
        transform: translate(0px, 0px);
        transition: all ease 1.8s;
    }


    .div-form{
        width: 100%;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 40px;
        padding-left: 40px;
        background-color: white;
        float: left;
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
        border-radius: 35px;
        border: solid 1px #000000;
        z-index: 1;
    }

    .div-form form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-campo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 15px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-campo label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: BelfastGroteskSemiBold;
        font-size: 14px;
        text-align: left;
        color: #000000;
        display: block;
    }

    .contenedor-campo input,
    .contenedor-campo select{
        width: 100%;
        height: 30px;
        background-color: #919191;
        float: left;
        font-family: BelfastGroteskThin;
        font-size: 16px;
        text-align: left;
        color: #ffffff;
        font-weight: 800;
        padding: 5px;
        border:none;
        outline: none;
        appearance: none;
    }

    .contenedor-campo .inputNombre{
        text-transform: capitalize;
    }


    .contenedor-btn-formulario-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: flex-end;
        margin-top: 15px;
    }

    .contenedor-btn-formulario-footer input[type="submit"]{
        width: 300px;
        height: auto;
        background-color: #dadada;
        float: right;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: BelfastGroteskSemiBold;
        font-size: 18px;
        text-align: center;
        color: #000000;
        outline: none;
        border: none;
        appearance: none;
        cursor: pointer;
    }

    .contenedor-btn-formulario-footer input[type="submit"]:hover{
        background-color: #919191;
    }

    .div-decorativo-form-f{
        width: 100%;
        height: 470px;
        background-color: white;
        float: left;
        position: absolute;
        margin: auto;
        border-radius: 35px;
        border: solid 1px #000000;
    }

    .div-decorativo-f-1{
        top: 20px;
        right: -20px;
    }

    .div-decorativo-f-2{
        top: 40px;
        right: -40px;
    }

    .div-decorativo-f-3{
        top: 60px;
        right: -60px;
    }

    .div-decorativo-f-4{
        top: 80px;
        right: -80px;
    }

    .div-decorativo-f-5{
        top: 100px;
        right: -100px;
    }

    .div-decorativo-f-6{
        top: 120px;
        right: -120px;
    }

    .div-decorativo-f-7{
        top: 140px;
        right: -140px;
    }

    .div-decorativo-f-8{
        top: 160px;
        right: -160px;
    }

    .div-decorativo-f-9{
        top: 180px;
        right: -180px;
    }

    .div-decorativo-f-10{
        top: 180px;
        right: -180px;
    }

    .div-decorativo-f-11{
        top: 200px;
        right: -200px;
    }

    .div-decorativo-f-12{
        top: 220px;
        right: -220px;
    }

    .contenedor-redes-footer{
        width:350px;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-redes-footer img{
        width: 120px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-rss{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-rss a{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-rss a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-redes-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 10px;
        font-family: BelfastGroteskThin;
        font-size: 14px;
        text-align: center;
        color: #000000;
        font-weight: 800;
        letter-spacing: .5px;
    }
}
















@media only screen and (max-width: 720px) {

    .particulas{
        width: 100%;
        height: 100%;
        float: left;
        position: absolute;
        top: -10px;
        left: 0;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        float: left;
        position: relative;
        z-index: 1;
    }

    .seccion-inicio .seccion-1{
        width: 350px;
        height: 270px;
        background-color: transparent;
        position: absolute;
        top: 50px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        float: left;
        transform: scale(0);
        transition: transform 2s ease;
    }

    .seccion-inicio .seccion-1.muestra-imgs-central{
        transform: scale(1);
        transition: transform 2s ease;
    }

    .seccion-inicio .seccion-1 img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-inicio .a-pequenos{
        width: 130px;
        height: 170px;
        background-color: transparent;
        position: absolute;
        float: left;
    }

    .seccion-inicio .seccion-2{
        left: 40px;
        top: 520px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        transform: scale(1);
        transform: translateX(-400px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-2.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-2:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .seccion-3{
        left: 0;
        top: 120px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        transform: scale(1);
        transform: translateY(-380px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-3.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-3:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .seccion-4{
        right: 40px;
        top: 520px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        transform: scale(1);
        transform: translateX(400px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-4.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-4:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .a-pequenos img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-inicio .a-pequenos span{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Neor;
        font-size: 22px;
        text-align: left;
        color: #bfff72;
        text-align: center;
    }

    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        padding-top: 90px;
        padding-bottom: 90px;
        padding-left: 40px;
        padding-right: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-nosotros{
        width: 100%;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
    }

    .contenedor-titulo-nosotros img{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-nosotros h2{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Neor;
        font-size: 46px;
        text-align: left;
        color: #bfff72;
        margin-left: 10px;
    }

    .contenedor-nosotros .piedra-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        transform: translateX(-1700px);
        transition: all ease 1.8s;
    }

    .contenedor-nosotros .piedra-nosotros.muestra-piedra{
        transform: translateX(-0px);
        transition: all ease 1.8s;
    }


    footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 40px;
        padding-right: 40px;    
        position: relative;
        overflow: hidden;
    }

    .contenedor-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-top: solid 2px #ffffff;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 20px;
        position: relative;
    }

    .contenedor-datos-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-footer{
        width: 100%;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
    }

    .contenedor-titulo-footer img{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-footer h2{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Combat;
        font-size: 46px;
        text-align: left;
        color: #bfff72;
        margin-left: 10px;
    }

    .contenedor-dats-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-dats-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: BelfastGroteskBold;
        font-size: 24px;
        text-align: left;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .contenedor-formulario-footer{
        width: 100%;
        height: 800px;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-titulo-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-form p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Combat;
        font-size: 24px;
        text-align: left;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .formulario-footer{
        width: 100%;
        height: 580px;
        background-color: transparent;
        float: left;
        position: relative;
        transform: translate(1000px, 780px);
        transition: all ease 1.8s;
    }

    .formulario-footer.muestra-form-footer{
        transform: translate(0px, 0px);
        transition: all ease 1.8s;
    }


    .div-form{
        width: 100%;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 40px;
        padding-left: 40px;
        background-color: white;
        float: left;
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
        border-radius: 35px;
        border: solid 1px #000000;
        z-index: 1;
    }

    .div-form form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-campo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 15px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-campo label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: BelfastGroteskSemiBold;
        font-size: 14px;
        text-align: left;
        color: #000000;
        display: block;
    }

    .contenedor-campo input,
    .contenedor-campo select{
        width: 100%;
        height: 30px;
        background-color: #919191;
        float: left;
        font-family: BelfastGroteskThin;
        font-size: 16px;
        text-align: left;
        color: #ffffff;
        font-weight: 800;
        padding: 5px;
        border:none;
        outline: none;
        appearance: none;
    }

    .contenedor-campo .inputNombre{
        text-transform: capitalize;
    }


    .contenedor-btn-formulario-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: flex-end;
        margin-top: 15px;
    }

    .contenedor-btn-formulario-footer input[type="submit"]{
        width: 300px;
        height: auto;
        background-color: #dadada;
        float: right;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: BelfastGroteskSemiBold;
        font-size: 18px;
        text-align: center;
        color: #000000;
        outline: none;
        border: none;
        appearance: none;
        cursor: pointer;
    }

    .contenedor-btn-formulario-footer input[type="submit"]:hover{
        background-color: #919191;
    }

    .div-decorativo-form-f{
        width: 100%;
        height: 470px;
        background-color: white;
        float: left;
        position: absolute;
        margin: auto;
        border-radius: 35px;
        border: solid 1px #000000;
    }

    .div-decorativo-f-1{
        top: 20px;
        right: -20px;
    }

    .div-decorativo-f-2{
        top: 40px;
        right: -40px;
    }

    .div-decorativo-f-3{
        top: 60px;
        right: -60px;
    }

    .div-decorativo-f-4{
        top: 80px;
        right: -80px;
    }

    .div-decorativo-f-5{
        top: 100px;
        right: -100px;
    }

    .div-decorativo-f-6{
        top: 120px;
        right: -120px;
    }

    .div-decorativo-f-7{
        top: 140px;
        right: -140px;
    }

    .div-decorativo-f-8{
        top: 160px;
        right: -160px;
    }

    .div-decorativo-f-9{
        top: 180px;
        right: -180px;
    }

    .div-decorativo-f-10{
        top: 180px;
        right: -180px;
    }

    .div-decorativo-f-11{
        top: 200px;
        right: -200px;
    }

    .div-decorativo-f-12{
        top: 220px;
        right: -220px;
    }

    .contenedor-redes-footer{
        width:100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-redes-footer img{
        width: 120px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-rss{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-rss a{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-rss a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-redes-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 10px;
        font-family: BelfastGroteskThin;
        font-size: 14px;
        text-align: center;
        color: #000000;
        font-weight: 800;
        letter-spacing: .5px;
    }
}

















@media only screen and (max-width: 580px) {

    .particulas{
        width: 100%;
        height: 100%;
        float: left;
        position: absolute;
        top: -10px;
        left: 0;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        float: left;
        position: relative;
        z-index: 1;
    }

    .seccion-inicio .seccion-1{
        width: 300px;
        height: 220px;
        background-color: transparent;
        position: absolute;
        top: 50px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        float: left;
        transform: scale(0);
        transition: transform 2s ease;
    }

    .seccion-inicio .seccion-1.muestra-imgs-central{
        transform: scale(1);
        transition: transform 2s ease;
    }

    .seccion-inicio .seccion-1 img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-inicio .a-pequenos{
        width: 130px;
        height: 150px;
        background-color: transparent;
        position: absolute;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .seccion-inicio .seccion-2{
        left: 20px;
        top: 520px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        transform: scale(1);
        transform: translateX(-400px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-2.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-2:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .seccion-3{
        left: 0;
        top: 120px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        transform: scale(1);
        transform: translateY(-380px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-3.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-3:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .seccion-4{
        right: 20px;
        top: 520px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        transform: scale(1);
        transform: translateX(400px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-4.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-4:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .a-pequenos img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-inicio .a-pequenos span{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Neor;
        font-size: 20px;
        text-align: left;
        color: #bfff72;
        text-align: center;
    }

    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        padding-top: 90px;
        padding-bottom: 90px;
        padding-left: 20px;
        padding-right: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-nosotros{
        width: 100%;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
    }

    .contenedor-titulo-nosotros img{
        width: 45px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-nosotros h2{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Neor;
        font-size: 36px;
        text-align: left;
        color: #bfff72;
        margin-left: 10px;
    }

    .contenedor-nosotros .piedra-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        transform: translateX(-1700px);
        transition: all ease 1.8s;
    }

    .contenedor-nosotros .piedra-nosotros.muestra-piedra{
        transform: translateX(-0px);
        transition: all ease 1.8s;
    }


    footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 20px;
        padding-right: 20px;    
        position: relative;
        overflow: hidden;
    }

    .contenedor-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-top: solid 2px #ffffff;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 20px;
        position: relative;
    }

    .contenedor-datos-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-footer{
        width: 100%;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
    }

    .contenedor-titulo-footer img{
        width: 45px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-footer h2{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Combat;
        font-size: 36px;
        text-align: left;
        color: #bfff72;
        margin-left: 10px;
    }

    .contenedor-dats-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-dats-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: BelfastGroteskBold;
        font-size: 24px;
        text-align: left;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .contenedor-formulario-footer{
        width: 100%;
        height: 800px;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-titulo-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-form p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Combat;
        font-size: 24px;
        text-align: left;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .formulario-footer{
        width: 100%;
        height: 580px;
        background-color: transparent;
        float: left;
        position: relative;
        transform: translate(1000px, 780px);
        transition: all ease 1.8s;
    }

    .formulario-footer.muestra-form-footer{
        transform: translate(0px, 0px);
        transition: all ease 1.8s;
    }


    .div-form{
        width: 100%;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 40px;
        padding-left: 40px;
        background-color: white;
        float: left;
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
        border-radius: 35px;
        border: solid 1px #000000;
        z-index: 1;
    }

    .div-form form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-campo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 15px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-campo label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: BelfastGroteskSemiBold;
        font-size: 14px;
        text-align: left;
        color: #000000;
        display: block;
    }

    .contenedor-campo input,
    .contenedor-campo select{
        width: 100%;
        height: 30px;
        background-color: #919191;
        float: left;
        font-family: BelfastGroteskThin;
        font-size: 16px;
        text-align: left;
        color: #ffffff;
        font-weight: 800;
        padding: 5px;
        border:none;
        outline: none;
        appearance: none;
    }

    .contenedor-campo .inputNombre{
        text-transform: capitalize;
    }


    .contenedor-btn-formulario-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: flex-end;
        margin-top: 15px;
    }

    .contenedor-btn-formulario-footer input[type="submit"]{
        width: 300px;
        height: auto;
        background-color: #dadada;
        float: right;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: BelfastGroteskSemiBold;
        font-size: 18px;
        text-align: center;
        color: #000000;
        outline: none;
        border: none;
        appearance: none;
        cursor: pointer;
    }

    .contenedor-btn-formulario-footer input[type="submit"]:hover{
        background-color: #919191;
    }

    .div-decorativo-form-f{
        width: 100%;
        height: 470px;
        background-color: white;
        float: left;
        position: absolute;
        margin: auto;
        border-radius: 35px;
        border: solid 1px #000000;
    }

    .div-decorativo-f-1{
        top: 20px;
        right: -20px;
    }

    .div-decorativo-f-2{
        top: 40px;
        right: -40px;
    }

    .div-decorativo-f-3{
        top: 60px;
        right: -60px;
    }

    .div-decorativo-f-4{
        top: 80px;
        right: -80px;
    }

    .div-decorativo-f-5{
        top: 100px;
        right: -100px;
    }

    .div-decorativo-f-6{
        top: 120px;
        right: -120px;
    }

    .div-decorativo-f-7{
        top: 140px;
        right: -140px;
    }

    .div-decorativo-f-8{
        top: 160px;
        right: -160px;
    }

    .div-decorativo-f-9{
        top: 180px;
        right: -180px;
    }

    .div-decorativo-f-10{
        top: 180px;
        right: -180px;
    }

    .div-decorativo-f-11{
        top: 200px;
        right: -200px;
    }

    .div-decorativo-f-12{
        top: 220px;
        right: -220px;
    }

    .contenedor-redes-footer{
        width:100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-redes-footer img{
        width: 120px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-rss{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-rss a{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-rss a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-redes-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 10px;
        font-family: BelfastGroteskThin;
        font-size: 14px;
        text-align: center;
        color: #000000;
        font-weight: 800;
        letter-spacing: .5px;
    }
}
















@media only screen and (max-width: 380px) {

    .particulas{
        width: 100%;
        height: 100%;
        float: left;
        position: absolute;
        top: -10px;
        left: 0;
    }

    .seccion-inicio{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        float: left;
        position: relative;
        z-index: 1;
    }

    .seccion-inicio .seccion-1{
        width: 300px;
        height: 220px;
        background-color: transparent;
        position: absolute;
        top: 50px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        float: left;
        transform: scale(0);
        transition: transform 2s ease;
    }

    .seccion-inicio .seccion-1.muestra-imgs-central{
        transform: scale(1);
        transition: transform 2s ease;
    }

    .seccion-inicio .seccion-1 img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-inicio .a-pequenos{
        width: 120px;
        height: 150px;
        background-color: transparent;
        position: absolute;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .seccion-inicio .seccion-2{
        left: 20px;
        top: 520px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        transform: scale(1);
        transform: translateX(-400px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-2.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-2:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .seccion-3{
        left: 0;
        top: 120px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        transform: scale(1);
        transform: translateY(-380px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-3.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-3:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .seccion-4{
        right: 20px;
        top: 520px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        transform: scale(1);
        transform: translateX(400px);
        transition: all ease .4s;
    }

    .seccion-inicio .seccion-4.muestra-imgs-central{
        transform: translateX(0px);
        transition: all ease .4s;
        transition-delay: 2s;
    }

    .seccion-inicio .seccion-4:hover{
        transform: scale(1.2);
        transition: transform ease .4s;
    }

    .seccion-inicio .a-pequenos img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-inicio .a-pequenos span{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Neor;
        font-size: 18px;
        text-align: left;
        color: #bfff72;
        text-align: center;
    }

    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        padding-top: 90px;
        padding-bottom: 90px;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-nosotros{
        width: 100%;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
    }

    .contenedor-titulo-nosotros img{
        width: 40px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-nosotros h2{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Neor;
        font-size: 34px;
        text-align: left;
        color: #bfff72;
        margin-left: 10px;
    }

    .contenedor-nosotros .piedra-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        transform: translateX(-1700px);
        transition: all ease 1.8s;
    }

    .contenedor-nosotros .piedra-nosotros.muestra-piedra{
        transform: translateX(-0px);
        transition: all ease 1.8s;
    }


    footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-left: 10px;
        padding-right: 10px;    
        position: relative;
        overflow: hidden;
    }

    .contenedor-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        border-top: solid 2px #ffffff;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 20px;
        position: relative;
    }

    .contenedor-datos-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-footer{
        width: 100%;
        height: auto;
        display: inline-flex;
        justify-content: flex-start;
    }

    .contenedor-titulo-footer img{
        width: 40px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-footer h2{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Combat;
        font-size: 34px;
        text-align: left;
        color: #bfff72;
        margin-left: 10px;
    }

    .contenedor-dats-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-dats-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: BelfastGroteskBold;
        font-size: 20px;
        text-align: left;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .contenedor-formulario-footer{
        width: 100%;
        height: 800px;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .contenedor-titulo-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-form p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Combat;
        font-size: 20px;
        text-align: left;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .formulario-footer{
        width: 100%;
        height: 580px;
        background-color: transparent;
        float: left;
        position: relative;
        transform: translate(1000px, 780px);
        transition: all ease 1.8s;
    }

    .formulario-footer.muestra-form-footer{
        transform: translate(0px, 0px);
        transition: all ease 1.8s;
    }


    .div-form{
        width: 100%;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 20px;
        padding-left: 20px;
        background-color: white;
        float: left;
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
        border-radius: 35px;
        border: solid 1px #000000;
        z-index: 1;
    }

    .div-form form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-campo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 15px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-campo label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: BelfastGroteskSemiBold;
        font-size: 14px;
        text-align: left;
        color: #000000;
        display: block;
    }

    .contenedor-campo input,
    .contenedor-campo select{
        width: 100%;
        height: 30px;
        background-color: #919191;
        float: left;
        font-family: BelfastGroteskThin;
        font-size: 16px;
        text-align: left;
        color: #ffffff;
        font-weight: 800;
        padding: 5px;
        border:none;
        outline: none;
        appearance: none;
    }

    .contenedor-campo .inputNombre{
        text-transform: capitalize;
    }


    .contenedor-btn-formulario-footer{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: flex-end;
        margin-top: 15px;
    }

    .contenedor-btn-formulario-footer input[type="submit"]{
        width: 100%;
        height: auto;
        background-color: #dadada;
        float: right;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: BelfastGroteskSemiBold;
        font-size: 18px;
        text-align: center;
        color: #000000;
        outline: none;
        border: none;
        appearance: none;
        cursor: pointer;
    }

    .contenedor-btn-formulario-footer input[type="submit"]:hover{
        background-color: #919191;
    }

    .div-decorativo-form-f{
        width: 100%;
        height: 470px;
        background-color: white;
        float: left;
        position: absolute;
        margin: auto;
        border-radius: 35px;
        border: solid 1px #000000;
    }

    .div-decorativo-f-1{
        top: 20px;
        right: -20px;
    }

    .div-decorativo-f-2{
        top: 40px;
        right: -40px;
    }

    .div-decorativo-f-3{
        top: 60px;
        right: -60px;
    }

    .div-decorativo-f-4{
        top: 80px;
        right: -80px;
    }

    .div-decorativo-f-5{
        top: 100px;
        right: -100px;
    }

    .div-decorativo-f-6{
        top: 120px;
        right: -120px;
    }

    .div-decorativo-f-7{
        top: 140px;
        right: -140px;
    }

    .div-decorativo-f-8{
        top: 160px;
        right: -160px;
    }

    .div-decorativo-f-9{
        top: 180px;
        right: -180px;
    }

    .div-decorativo-f-10{
        top: 180px;
        right: -180px;
    }

    .div-decorativo-f-11{
        top: 200px;
        right: -200px;
    }

    .div-decorativo-f-12{
        top: 220px;
        right: -220px;
    }

    .contenedor-redes-footer{
        width:100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-redes-footer img{
        width: 120px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-rss{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-rss a{
        width: 60px;
        height: auto;
        background-color: transparent;
        float: left;
        text-decoration: none;
    }

    .contenedor-rss a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-redes-footer p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 10px;
        font-family: BelfastGroteskThin;
        font-size: 14px;
        text-align: center;
        color: #000000;
        font-weight: 800;
        letter-spacing: .5px;
    }
}