@charset "utf-8";

/*--- RESET CSS ---*/
    html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
    dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
    a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
    strong, sub, sup, tt, var, legend, fieldset {
        margin: 0;
        padding: 0;
    }
     
    img, fieldset {
        border: 0;
    }
    img {
        max-width: 100%;
        height: auto;
        width: auto\9; /* ie8 */
    }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
        margin: 0;
    }

/*--- FUENTES ---*/
    @font-face {
        font-family: 'black';
        src: url('../estilos/fonts/gotham-black-webfont.woff2') format('woff2'),
             url('../estilos/fonts/gotham-black-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'bold';
        src: url('../estilos/fonts/gotham-bold-webfont.woff2') format('woff2'),
             url('../estilos/fonts/gotham-bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'book';
        src: url('../estilos/fonts/gotham-book-webfont.woff2') format('woff2'),
             url('../estilos/fonts/gotham-book-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'light';
        src: url('../estilos/fonts/gotham-light-webfont.woff2') format('woff2'),
             url('../estilos/fonts/gotham-light-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'medium';
        src: url('../estilos/fonts/gotham-medium-webfont.woff2') format('woff2'),
             url('../estilos/fonts/gotham-medium-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'regular';
        src: url('../estilos/fonts/gotham-xlight-webfont.woff2') format('woff2'),
             url('../estilos/fonts/gotham-xlight-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
/*--- COLORES ---*/
    /*--- AZUL: 0e1a26 ---*/
    /*--- MAGENTA: ee006f ---*/
    /*--- CLARO: cbc9bc ---*/

/*--- CLERAFIX MENU RESPONSIVO ---*/
    /* Clearfix */
        .clear:before, .clear:after {
            content: " ";
            display: table;
        }
         
        .clear:after {
            clear: both;
        }
         
        .clear {
            *zoom: 1;
        }
         
        a#pull {
            display: none;
        }

/*--- MENU ---*/
            #flotante{
                display: inline-block;
                float: none;
                position: fixed;
                top: 100px;
                left: 15px;
                height: auto;
                width: auto;
                z-index: 200;
                }
            #flotante img{
                margin: 0px 0px 10px 0px;
                }
            #flotante h3{
                font-family: 'light';
                font-size: 0.8em;
                text-align: center;
                color: #FFF;
                padding: 0px 0px 10px 0px;
                margin: 0px;
                text-shadow: #000 1px 0 4px;
                }


            #menu{
                background: rgba(0,0,0,0.8);
                display: inline-block;
                float: none;
                position: fixed;
                left: 0;
                top: 0;
                right: 0;
                width: 100%;
                height: 80px;
                z-index: 100;
                border-bottom: 1px #FFF solid;
                }
            nav {
                display: inline-block;
                position: relative;
                width: 100%;
                max-width: 1100px;
                height: auto;
                margin: 0px 0px 0px 0px;
                }
            nav img{
                display: inline-block;
                float: left;
                width: auto;
                max-height: 68px;
                margin: 10px 0px 0px 0px;
                }            
            nav ul {
                display: inline-block;
                float: right;
                list-style: none;
                width: auto;
                height: auto;
                margin: 0px;
                }
            nav li {
                position: relative;
                display: inline-block;
                float: none;
                width: auto;
                height: auto;
                margin: 0px;
                padding: 0px;
                }
            nav li:last-child img{
                margin: 28px 0px 0px 5px;
                }
            nav li a {
                text-decoration: none;
                font-family: 'medium';
                font-size: 1em;
                line-height: 5em;
                color: #FFF;
                margin: 0px 15px; 
                bottom: 0px;
                transition: all .20s;
                -moz-transition:transition: all .20s;
                -ms-transition:transition: all .20s;
                -webkit-transition:transition: all .20s;
                -o-transition:transition: all .20s;
                }
            nav li a:hover, nav li a:active {
                color: #ee006f;
                bottom: 3px;
                position: relative;
                }

/*--- FOOTER ---*/
        #footer {
            background-color: #000;
            display: inline-block;
            float: none;
            width: 100%;
            max-height: auto;
            margin: 0px;
            }
        #footercontenedor{
            display: inline-block;
            float: none;
            width: 100%;
            max-width: 1100px;
            margin: 30px 0px 30px 0px;
            }

        #footerizq{
            display: inline-block; 
            float: left;
            width: 25%;
            }
        #footerizq h1{
            font-family: "bold";
            font-size: 1em;
            color: #FFF;
            text-align: left;
            margin: 0px 0px 10px 0px;
            }
        #footerizq h2{
            font-family: "light";
            font-size: 0.8em;
            color: #FFF;
            text-align: left;
            margin: 0px 0px 0px 0px;
            }

        #footermedio{
            display: inline-block; 
            float: none;
            width: 55%;
            }
        #footermedio h1{
            font-family: "bold";
            font-size: 1em;
            color: #FFF;
            text-align: left;
            margin: 0px 0px 10px 0px;
            }
        #footermedio h2{
            font-family: "light";
            font-size: 0.9em;
            color: #cbc9bc;
            text-align: left;
            margin: 0px 0px 0px 0px;
            }
        #footermedio a{
            text-decoration: none;
            font-family: "regular";
            font-size: 1.1em;
            color: #ee006f;
            }            


        #footerder{
            display: inline-block; 
            float: right;
            width: 20%;
            }
        #footerder h1{
            font-family: "bold";
            font-size: 1em;
            color: #FFF;
            text-align: right;
            margin: 0px 0px 10px 0px;
            }
        #footerder ul{
            list-style-type: none;
            float: right;
            }
        #footerder ul li{
            display: inline-block;
            float: none;
            width: 100%;
            margin: 0px;
            text-align: right;
            }
        #footerder a{
            font-family: "regular";
            font-size: 1em;
            color: #CCC;
            text-align: right;
            text-decoration: none;
            bottom:0;
            transition: all .25s;
            -moz-transition:transition: all .25s;
            -ms-transition:transition: all .25s;
            -webkit-transition:transition: all .25s;
            -o-transition:transition: all .25s;
            }
        #footerder img{
            display: inline-block;
            float: right;
            width: auto;
            margin: 20px 0px 0px 0px;
            }

        #footer a:hover {
            color: #ee006f;
            bottom: 3px;
            position: relative;
            }

        #footerabajo{
            background-color: #ccc;
            display: inline-block; 
            float: none;
            width: 100%;
            height: auto;
            }
        #footerabajo p{
            font-family: "medium";
            font-size: 0.8em;
            color: #000;
            text-align: center;
            margin: 20px 0px;
            }
        #footerabajo a{
            text-decoration: none;
            font-family: "medium";
            font-size: 1.1em;
            color: #ee006f;
            }            

        #mapa{
            display: inline-block;
            float: left;
            width: 90%;
            margin: 0px 0px 10px 0px;
            }        

/*--- BANNER FIJO ---*/

        #bannerfijo{
            display: inline-block;
            background-color: #FFF;
            float: none;
            width: 100%;
            margin: 0px 0px 0px 0px;
            }
        #bannerfijo img{
            width: 100%;
            }

/*--- CAJAS Y CONTENEDOR ---*/
        #contenedor{
            display: inline-block;
            background-color: #FFF;
            float: none;
            width: 100%;
            margin: 0px 0px 100px 0px;
            padding: 0px;
            }
        #contenedorcolor{
            display: inline-block;
            background-color: rgba(0,0,0,0.5);
            float: none;
            width: 100%;
            margin: 0px 0px 100px 0px;
            padding: 0px;
            }
        #contenedorcolor2{
            display: inline-block;
            background-color: rgba(0,0,0,0.5);
            border-radius: 20px;
            float: none;
            width: 100%;
            max-width: 1100px;
            margin: 0px 0px 100px 0px;
            padding: 60px 0px 60px 0px;
            }
        #contenedorcolor2 h1{
            font-family: "bold";
            font-size: 1.5em;
            color: #cbc9bc;
            text-align: center;
            margin: 0px 0px 0px 0px;
            text-shadow: 2px 2px #000;
            }
        #contenedorcolor2 h2{
            font-family: "light";
            font-size: 1.5em;
            color: #FFF;
            text-align: center;
            margin: 0px 0px 0px 0px;
            text-shadow: 2px 2px #000;
            }

        #cajaizq{
            display: inline-block;
            float: left;
            width: 47%;
            }
        #cajaizq h1{
            font-family: "bold";
            font-size: 1.2em;
            color: #ee006f;
            text-align: left;
            margin: 0px 0px 20px 0px;
            }
        #cajaizq h2{
            font-family: "light";
            font-size: 1.1em;
            line-height: 1.5em;
            color: #232323;
            text-align: justify;
            margin: 0px 0px 0px 0px;
            }

        #cajader{
            display: inline-block;
            float: right;
            width: 47%;
            }
        #cajader h1{
            font-family: "bold";
            font-size: 1.2em;
            color: #ee006f;
            text-align: left;
            margin: 0px 0px 20px 0px;
            }
        #cajader h2{
            font-family: "light";
            font-size: 1.1em;
            line-height: 1.5em;
            color: #232323;
            text-align: justify;
            margin: 0px 0px 40px 0px;
            }

        #cajagral{
            display: inline-block;
            float: none;
            width: 100%;
            max-width: 1100px;
            margin: 0px 0px 0px 0px;
            }
        #cajagral h1{
            font-family: "bold";
            font-size: 2em;
            color: #ee006f;
            text-align: center;
            margin: 20px 0px 20px 0px;
            }
        #cajagral h2{
            font-family: "light";
            font-size: 1.1em;
            line-height: 1.5em;
            color: #232323;
            text-align: left;
            margin: 0px 0px 40px 0px;
            }
        #cajagral h3{
            font-family: "light";
            font-size: 1em;
            color: #232323;
            text-align: center;
            margin: 0px 0px 40px 0px;
            }
        #cajagral h4{
            font-family: "light";
            font-size: 1.25em;
            line-height: 1.5em;
            color: #232323;
            text-align: center;
            margin: 40px 0px 40px 0px;
            }
        #cajagral ul{
            list-style-type: none;
            float: none;
            width: 100%;
            }
        #cajagral ul li{
            display: inline-block;
            float: none;
            width: 30%;
            margin: 0px 1.5%;
            }
        #cajagral section{
            display: inline-block;
            float: left;
            width: 100%;
            margin: 0px 0px 10px 0px;
            padding: 0px;
            }
        #cajagral section:last-child{
            margin: 0px 0px 40px 0px;
            }
                
        #ico_texto{
            background-color: #cbc9bc;
            display: inline-block;
            float: left;
            width: 100%;
            padding: 20px 0px;
            margin: 0px 0px 10px 0px;
            }
        #ico_foto{
            display: inline-block;
            float: left;
            width: 15%;
            margin: 0px 0px 0px 0px;
            }
        #ico_texto h1{
            font-family: "bold";
            font-size: 1.5em;
            color: #0e1a26;
            text-align: left;
            margin: 0px 0px 10px 0px;
            }
        #ico_texto h2{
            font-family: "light";
            font-size: 1em;
            line-height: 1.2em;
            color: #000;
            text-align: left;
            margin: 0px 40px 0px 60px;
            }

        #ico_servicio{
            background-color: #cbc9bc;
            display: inline-block;
            float: left;
            width: 100%;
            padding: 20px 0px;
            margin: 0px 0px 5px 0px;
            }
        #ico_servicio_foto{
            display: inline-block;
            float: left;
            width: 10%;
            margin: 0px 30px;
            }
        #ico_servicio h1{
            font-family: "bold";
            font-size: 1.75em;
            color: #0e1a26;
            text-align: left;
            margin: 0px 0px 15px 0px;
            }
        #ico_servicio h2{
            font-family: "light";
            font-size: 1.2em;
            line-height: 1.5em;
            color: #000;
            text-align: left;
            margin: 0px 40px 10px 0px;
            }

/*--- TEXTOS ---*/
        #ico{
            display: inline-block;
            float: left;
            width: auto;
            height: 200px;
        }
        #texto{
            display: inline-block;
            float: none;
            width: 100%;
            max-width: 1100px;
        }
        #texto h1{
            font-family: "bold";
            font-size: 2em;
            line-height: 1em;
            color: #ee006f;
            text-align: left;
            margin: -3px 0px 15px 0px;
        }
        #texto h2{
            font-family: "regular";
            font-size: 1em;
            color: #2f2f2f;
            text-align: left;
            margin: 0px 0px 0px 0px;
            /*height: 120px;*/
            overflow:hidden!important;
        }
        #texto h3{
            font-family: "regular";
            font-size: 1em;
            color: #2f2f2f;
            text-align: center;
            margin: 0px 0px 0px 0px;
        }
        #texto img{
            display: inline-block;
            float: left;
            width: 54px;
            height: auto;
            margin: 0px 15px 0px 0px;
            overflow:hidden!important;
        }
        #texto a{
            color: #ee006f;
            text-decoration: none;
            bottom:0;
            transition: all .25s;
            -moz-transition:transition: all .25s;
            -ms-transition:transition: all .25s;
            -webkit-transition:transition: all .25s;
            -o-transition:transition: all .25s;
        }
        #texto a:hover {
            color: #000;
            bottom: 3px;
            position: relative;
        }

/*--- SERVICIOS (CASE STUDIES) ---*/
    #casestudies{
        display: inline-block;
        float: none;
        width: 100%;
        margin: 0px 0px 40px 0px;
        }
    #casestudies ul{
        list-style-type: none;
        }
    #casestudies ul li{
        display: inline-block;
        float: none;
        width: 10%;
        height: auto;
        margin: 0px 30px;
        }
    #casestudies h1 {
        font-family: 'light';
        font-size: 1em;
        text-align: center;
        color: #0e1a26;
        margin: 10px 0px 0px 0px;
        }
    #casestudies img {
        display: inline-block;
        float: none;
        width: 100%;
        margin: 0px;
        }
    #casestudies a {
        text-decoration: none;
        bottom: 0px;
        transition: all .20s;
        -moz-transition:transition: all .20s;
        -ms-transition:transition: all .20s;
        -webkit-transition:transition: all .20s;
        -o-transition:transition: all .20s;
        }
    #casestudies a:hover {
        bottom: 3px;
        position: relative;
        }

/*--- PRODUCTOS ---*/
    #productos{
        display: inline-block;
        float: none;
        width: 100%;
        }
    #productos ul{
        list-style-type: none;
        }
    #productos ul li{
        display: inline-block;
        float: none;
        width: 28%;
        height: auto;
        margin: 0px 26px;
        }
    #productos h1 {
        font-family: 'light';
        font-size: 1em;
        text-align: center;
        color: #0e1a26;
        margin: 10px 0px 15px 0px;
        }
    #productos img {
        display: inline-block;
        float: none;
        width: 100%;
        margin: 0px;
        }
    #productos a {
        text-decoration: none;
        bottom: 0px;
        transition: all .20s;
        -moz-transition:transition: all .20s;
        -ms-transition:transition: all .20s;
        -webkit-transition:transition: all .20s;
        -o-transition:transition: all .20s;
        }
    #productos a:hover {
        bottom: 3px;
        position: relative;
        }

/*--- FOTOS ---*/
    #fotos{
        display: inline-block;
        float: none;
        width: 100%;
        margin: 20px 0px 0px 0px;
        }
    #fotos ul{
        list-style-type: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        }
    #fotos ul li{
        display: inline-block;
        float: left;
        width: 22.5%;
        height: auto;
        margin: 0px 11px 10px 0px;
        padding: 0px;
        bottom: 0px;
        transition: all .20s;
        -moz-transition:transition: all .20s;
        -ms-transition:transition: all .20s;
        -webkit-transition:transition: all .20s;
        -o-transition:transition: all .20s;
        }
    #fotos ul li img{
        object-fit: cover;
        width: 100%;
        height: 100px;
        border-radius: 5px;
        }
    #fotos ul li:hover, #fotos ul li:active {
        bottom: 3px;
        position: relative;
        }
    #fotos ul li a {
        text-decoration: none;
        }
    #fotos h1{
        font-family: 'light';
        font-size: 1em;
        color: #474537;
        text-align: center;
        margin: 10px 0px 10px 0px;
        }

    #volver{
        display: inline-block;
        float: none;
        width: 100%;
        margin: 0px 0px 20px 0px;
        }
    #volver a{
        text-decoration: none;
        font-family: 'bold';
        font-size: 1.5em;
        color: #474537;
        text-align: center;
        margin: 10px 0px 10px 0px;
        }

/*--- CONTACTO FORM ---*/

        #contenedorform{
            display: inline-block;
            background-color: #FFF;
            float: none;
            width: 100%;
            max-width: 1100px;
            margin: 40px 0px 40px 0px;
            padding: 0px;
            }
        #form{
            display: inline-block;
            float: none;
            width: 100%;
            margin: 0px;
            }
        #cajaizqform{
            display: inline-block;
            float: left;
            width: 21%;
            border-right: 1px #ccc solid;
            margin: 40px 0px 0px 0px;
            }
        #cajaizqform h1{
            font-family: "bold";
            font-size: 1em;
            color: #ee006f;
            text-align: left;
            margin: 0px 0px 20px 0px;
            }
        #cajaizqform h2{
            font-family: "light";
            font-size: 1em;
            color: #232323;
            text-align: left;
            margin: 0px 0px 0px 0px;
            }

        #cajaderform{
            display: inline-block;
            float: right;
            width: 77%;
            margin: 40px 0px 0px 0px;
            }

        .formizq{
            display: inline-block;
            float: left;
            width: 48%;
            }
        .formder{
            display: inline-block;
            float: right;
            width: 48%;
            }

        .contact_form {
            display: inline-block;
            float: none;
            width:100%;
            padding: 0px;
            margin: 0px;
            }
        .contact_form ul {
            width: 100%;
            float: none;
            list-style-type:none;
            }
        .contact_form li{
            display: inline-block;
            float: right;
            width: 100%;
            margin-bottom: 18px;
            }
        .contact_form input {
            background-color: rgba(0,0,0,0.075);
            float: none;
            height: 43px;
            width: 97.5%;
            padding: 0px 0px 0px 10px;
            border: 1px #ccc solid;
            text-align: left;
            font-family: 'regular';
            font-size: 1em;
            }
        .contact_form textarea {
            background-color: rgba(0,0,0,0.075);
            float: none;
            padding: 10px 0px 0px 10px;
            width: 97.5%;
            border: 1px #ccc solid;
            text-align: left;
            font-family: 'regular';
            font-size: 1em;
            }
        #botones {
            display: inline-block;
            float: left;
            width: 100%;
            padding-top: 10px;
            }
        .contact_form button {
            display: inline-block;
            float: left;
            width: 100%;
            margin: 0px;
            padding: 10px 30px;
            background-color: #ee006f;
            border: none;
            font-family: 'regular';
            font-size: 1em;
            color: #FFF;
            transition: all .25s;
            -moz-transition:transition: all .25s;
            -ms-transition:transition: all .25s;
            -webkit-transition:transition: all .25s;
            -o-transition:transition: all .25s;
            }
        .contact_form button:hover {
            background-color: #000;
            color: #ee006f;
            }




/*--- R E S P O N S I V O S ---*/

    /*--- PANTALLA 950 (probar hasta 851) ...*/
        @media only screen and (max-width: 950px) {

            /*--- MENU ---*/
                nav {
                    width: 95%;
                    }
                nav li a {
                    font-size: 0.8em;
                    line-height: 7em;
                    margin: 0px 10px; 
                    }

            /*--- BANNER FIJO ---*/

                #bannerfijo{
                    margin: 0px 0px 20px 0px;
                    }

            /*--- CAJAS Y CONTENEDOR ---*/
                #contenedor{
                    width: 95%;
                    margin: 0px 0px 20px 0px;
                    }

                #cajaizq{
                    display: inline-block;
                    float: left;
                    width: 48%;
                    }

                #cajader{
                    display: inline-block;
                    float: right;
                    width: 48%;
                    }

                #cajagral section{
                    display: inline-block;
                    float: none;
                    width: auto;
                    border-bottom: 1px #000 solid;
                    margin: 0px 0px 15px 0px;
                    padding: 0px 0px 15px 0px;
                    }
                
                #serv_foto{
                    width: 44%;
                    }
                #serv_texto{
                    width: 50%;
                    padding: 20px;
                    }

            /*--- FOOTER ---*/
                #footercontenedor{
                    width: 95%;
                    margin: 20px 0px 20px 0px;
                    }

                #footerizq{
                    display: inline-block; 
                    float: left;
                    width: 30%;
                    }

                #footermedio{
                    display: inline-block; 
                    float: none;
                    width: 50%;
                    }

                #footerder{
                    display: inline-block; 
                    float: right;
                    width: 18%;
                    }

            /*--- CASE STUDIES ---*/
                #casestudies ul li{
                    width: 28%;
                    margin: 0px 20px 30px 20px;
                    }
                #casestudies h1 {
                    font-size: 0.8em;
                    }

            /*--- CONTACTO FORM ---*/

                #cajaizqform{
                    float: none;
                    width: 100%;
                    border-right: none;
                    border-bottom: 1px #ccc solid;
                    padding: 0px 0px 20px 0px;
                    margin: 0px 0px 20px 0px;
                    }

                #cajaderform{
                    float: none;
                    width: 100%;
                    }

                .formizq{
                    float: left;
                    width: 48%;
                    }
                .formder{
                    float: right;
                    width: 48%;
                    }

        }

    /*--- PANTALLA 850  (probar hasta 769)...*/
        @media only screen and (max-width: 850px) {

            /*--- MENU ---*/
                nav img{
                    max-height: 50px;
                    margin: 18px 0px 0px 0px;
                    }   

            /*--- CAJAS Y CONTENEDOR ---*/
                #serv_foto{
                    width: 35%;
                    }
                #serv_texto{
                    width: 58%;
                    }

            /*--- CASE STUDIES ---*/
                #casestudies ul li{
                    width: 29%;
                    margin: 0px 10px 30px 10px;
                    }
                #casestudies h1 {
                    font-size: 0.8em;
                    }

        }

    /*--- PANTALLA 768  (probar hasta 641)...*/
        @media only screen and (max-width: 768px) {

    		/*--- MENU ---*/
                
                nav {
                    float: none;
                    height: auto;
                    width: 95%;
                    margin: 0px 0px 0px 0px;
                    }
                nav img{
                    max-height: 68px;
                    margin: 10px 0px 0px 0px;
                    } 
                nav ul {
                    background: rgba(0,0,0,0.85);
                    display: none;
                    float: right;
                    height: auto;
                    width: 25%;
                    margin: 0px 0px 0px 0px;
                    padding: 0px 20px;
                    }
                nav ul li {
                    display: inline-block;
                    float: left;
                    width: 100%;
                    margin: 5px 0px 5px 0px;
                    padding: 0px 0px 10px 0px;
                    position: relative;
                    text-align: right;
                    border-bottom: 1px #333 solid;
                    }
                nav li:last-child img{
                    float: right;
                    margin: 0px 0px 0px 0px;
                    }
                nav ul li a {
                    text-decoration: none;
                    font-family: 'regular';
                    font-size: 1em;
                    line-height: 1em;
                    text-align: right;
                    color: #FFF;
                    margin: 0px 0px; 
                    }
                nav a#pull {
                    display: inline-block;
                    float: right;
                    width: auto;
                    position: relative;
                    margin: 20px 0px 0px 0px;
                    }

            /*--- CAJAS Y CONTENEDOR ---*/
                #cajaizq{
                    display: inline-block;
                    float: none;
                    width: 100%;
                    }

                #cajader{
                    display: inline-block;
                    float: none;
                    width: 100%;
                    margin: 20px 0px 0px 0px;
                    }

                #serv_foto{
                    width: 100%;
                    float: none;
                    margin: 0px 0px 5px 0px;
                    }
                #serv_texto{
                    float: none;
                    width: 90%;
                    padding: 20px;
                    }

            /*--- FOOTER ---*/
                #footercontenedor{
                    width: 95%;
                    margin: 20px 0px 20px 0px;
                    }

                #footerizq{
                    display: inline-block; 
                    float: left;
                    width: 49%;
                    }

                #footermedio{
                    display: inline-block; 
                    float: right;
                    width: 49%;
                    }

                #footerder{
                    float: none;
                    width: 100%;
                    margin: 10px 0px 0px 0px;
                    padding: 10px 0px 0px 0px;
                    border-top: 1px #333 solid;
                    }
                #footerder h1{
                    text-align: left;
                    }
                #footerder ul{
                    float: left;
                    }
                #footerder ul li{
                    display: inline-block;
                    float: none;
                    width: auto;
                    margin: 0px 5px;
                    text-align: left;
                    }
                #footerder ul li:first-child{
                    margin: 0px 10px 0px 0px;
                    }
                #footerder a{
                    text-align: left;
                    }
                #footerder img{
                    display: inline-block;
                    float: right;
                    width: auto;
                    margin: 0px 0px 0px 0px;
                    }

                #mapa{
                    width: 95%;
                    }   

            /*--- CASE STUDIES ---*/
                #casestudies ul li{
                    width: 28%;
                    margin: 0px 10px 30px 10px;
                    }

            /*--- CONTACTO FORM ---*/

                #cajaizqform{
                    float: none;
                    width: 100%;
                    border-right: none;
                    border-bottom: 1px #ccc solid;
                    padding: 0px 0px 20px 0px;
                    margin: 0px 0px 20px 0px;
                    }

                #cajaderform{
                    float: none;
                    width: 100%;
                    }

                .contact_form{
                    width: 95%;
                    }
                .formizq{
                    float: none;
                    width: 100%;
                    }
                .formder{
                    float: none;
                    width: 100%;
                    }
                
        }

    /*--- PANTALLA 640  (probar hasta 481)...*/
        @media only screen and (max-width: 640px) {

        	/*--- MENU ---*/
                
                #menu{
                    height: auto;
                    }
                nav img{
                    max-height: 50px;
                    margin: 10px 0px 10px 0px;
                    } 
                nav ul {
                    background: rgba(0,0,0,0.85);
                    display: none;
                    float: right;
                    height: auto;
                    width: 25%;
                    margin: 0px 0px 0px 0px;
                    padding: 0px 20px;
                    }
                nav ul li {
                    display: inline-block;
                    float: left;
                    width: 100%;
                    margin: 5px 0px 5px 0px;
                    padding: 0px 0px 10px 0px;
                    position: relative;
                    text-align: right;
                    border-bottom: 1px #333 solid;
                    }
                nav li:last-child img{
                    float: right;
                    margin: 0px 0px 0px 0px;
                    }
                nav ul li a {
                    text-decoration: none;
                    font-family: 'regular';
                    font-size: 0.9em;
                    line-height: 1em;
                    text-align: right;
                    color: #FFF;
                    margin: 0px 0px; 
                    }
                nav a#pull {
                    display: inline-block;
                    float: right;
                    width: auto;
                    position: relative;
                    margin: 10px 0px 0px 0px;
                    }

            /*--- FOOTER ---*/
                #footerizq{
                    display: inline-block; 
                    float: none;
                    width: 100%;
                    margin: 0px 0px 20px 0px;
                    }

                #footermedio{
                    display: inline-block; 
                    float: none;
                    width: 100%;
                    }

                #footerder ul{
                    float: none;
                    width: 100%;
                    }
                #footerder a{
                    text-align: center;
                    font-size: 1em;
                    }
                #footerder img{
                    display: inline-block;
                    float: none;
                    width: auto;
                    margin: 20px 0px 0px 0px;
                    }

                #mapa{
                    width: 100%;
                    }   

            /*--- CASE STUDIES ---*/
                #casestudies ul li{
                    width: 45%;
                    margin: 0px 10px 30px 10px;
                    }

            }

    /*--- PANTALLA 480  (probar hasta 361)...*/
        @media only screen and (max-width: 480px) {

			/*--- FLOTANTE ---*/
                #flotante{
                    display: inline-block;
                    float: none;
                    position: fixed;
                    top: 80px;
                    left: 0px;
                    height: auto;
                    width: auto;
                    z-index: 200;
                    }
                #flotante img{
                    width: 70%;
                    margin: 0px 0px 0px 0px;
                    }

            /*--- MENU ---*/
                
                nav ul {
                    float: none;
                    width: 100%;
                    margin: 0px 0px 0px 0px;
                    padding: 0px 0px;
                    }
                nav ul li {
                    display: inline-block;
                    float: left;
                    width: 100%;
                    margin: 3px 0px 3px 0px;
                    padding: 0px 0px 7px 0px;
                    position: relative;
                    text-align: center;
                    border-bottom: 1px #999 solid;
                    }
                nav li:last-child img{
                    float: none;
                    margin: 0px 0px -5px 0px;
                    }
                nav ul li a {
                    text-decoration: none;
                    font-family: 'regular';
                    font-size: 0.9em;
                    line-height: 1em;
                    text-align: center;
                    color: #FFF;
                    margin: 0px 0px; 
                    }
                nav a#pull {
                    display: inline-block;
                    float: right;
                    width: auto;
                    position: relative;
                    margin: 10px 0px 0px 0px;
                    }

            /*--- BANNER FIJO ---*/

                #bannerfijo{
                    display: inline-block;
                    background-color: #FFF;
                    float: none;
                    width: 100%;
                    margin: 75px 0px 0px 0px;
                    }
                #bannerfijo img{
                    width: 100%;
                    }

            /*--- CAJAS Y CONTENEDOR ---*/
                #contenedor{
                    display: inline-block;
                    background-color: #FFF;
                    float: none;
                    width: 100%;
                    margin: 0px 0px 100px 0px;
                    padding: 0px;
                    }
                #contenedorcolor{
                    display: inline-block;
                    background-color: rgba(0,0,0,0.5);
                    float: none;
                    width: 100%;
                    margin: 0px 0px 100px 0px;
                    padding: 0px;
                    }
                #contenedorcolor2{
                    display: inline-block;
                    background-color: rgba(0,0,0,0.5);
                    border-radius: 20px;
                    float: none;
                    width: 100%;
                    max-width: 1100px;
                    margin: 0px 0px 100px 0px;
                    padding: 60px 0px 60px 0px;
                    }
                #contenedorcolor2 h1{
                    font-family: "bold";
                    font-size: 1.5em;
                    color: #cbc9bc;
                    text-align: center;
                    margin: 0px 0px 0px 0px;
                    text-shadow: 2px 2px #000;
                    }
                #contenedorcolor2 h2{
                    font-family: "light";
                    font-size: 1.5em;
                    color: #FFF;
                    text-align: center;
                    margin: 0px 0px 0px 0px;
                    text-shadow: 2px 2px #000;
                    }

                #cajaizq{
                    display: inline-block;
                    float: none;
                    width: 85%;
                    }
                #cajaizq h1{
                    font-family: "bold";
                    font-size: 1.2em;
                    color: #ee006f;
                    text-align: left;
                    margin: 0px 0px 20px 0px;
                    }
                #cajaizq h2{
                    font-family: "light";
                    font-size: 1.1em;
                    line-height: 1.5em;
                    color: #232323;
                    text-align: justify;
                    margin: 0px 0px 0px 0px;
                    }

                #cajader{
                    display: inline-block;
                    float: none;
                    width: 85%;
                    margin: 0px 0px 20px 0px;
                    }
                #cajader h1{
                    font-family: "bold";
                    font-size: 1.2em;
                    color: #ee006f;
                    text-align: left;
                    margin: 0px 0px 20px 0px;
                    }
                #cajader h2{
                    font-family: "light";
                    font-size: 1.1em;
                    line-height: 1.5em;
                    color: #232323;
                    text-align: justify;
                    margin: 0px 0px 40px 0px;
                    }

                #cajagral{
                    display: inline-block;
                    float: none;
                    width: 100%;
                    max-width: 1100px;
                    margin: 0px 0px 0px 0px;
                    }
                #cajagral h1{
                    font-family: "bold";
                    font-size: 1.2em;
                    color: #ee006f;
                    text-align: center;
                    margin: 20px 0px 20px 0px;
                    }
                #cajagral h2{
                    font-family: "light";
                    font-size: 1.1em;
                    line-height: 1.5em;
                    color: #232323;
                    text-align: left;
                    margin: 0px 0px 40px 0px;
                    }
                #cajagral h3{
                    font-family: "light";
                    font-size: 1em;
                    color: #232323;
                    text-align: center;
                    margin: 0px 0px 40px 0px;
                    }
                #cajagral h4{
                    font-family: "light";
                    font-size: 1.25em;
                    line-height: 1.5em;
                    color: #232323;
                    text-align: center;
                    margin: 40px 0px 40px 0px;
                    }
                #cajagral ul{
                    list-style-type: none;
                    float: none;
                    width: 100%;
                    }
                #cajagral ul li{
                    display: inline-block;
                    float: none;
                    width: 30%;
                    margin: 0px 1.5%;
                    }
                #cajagral section{
                    display: inline-block;
                    float: left;
                    width: 100%;
                    margin: 0px 0px 10px 0px;
                    padding: 0px;
                    }
                #cajagral section:last-child{
                    margin: 0px 0px 40px 0px;
                    }
                        
                #ico_texto{
                    background-color: #cbc9bc;
                    display: inline-block;
                    float: left;
                    width: 100%;
                    padding: 20px 0px;
                    margin: 0px 0px 10px 0px;
                    }
                #ico_foto{
                    display: inline-block;
                    float: left;
                    width: 15%;
                    margin: 0px 0px 0px 0px;
                    }
                #ico_texto h1{
                    font-family: "bold";
                    font-size: 1.5em;
                    color: #0e1a26;
                    text-align: left;
                    margin: 0px 0px 10px 0px;
                    }
                #ico_texto h2{
                    font-family: "light";
                    font-size: 1em;
                    line-height: 1.2em;
                    color: #000;
                    text-align: left;
                    margin: 0px 40px 0px 60px;
                    }

                #ico_servicio{
                    background-color: #cbc9bc;
                    display: inline-block;
                    float: left;
                    width: 100%;
                    padding: 20px 0px;
                    margin: 0px 0px 5px 0px;
                    }
                #ico_servicio_foto{
                    display: inline-block;
                    float: left;
                    width: 10%;
                    margin: 0px 30px;
                    }
                #ico_servicio h1{
                    font-family: "bold";
                    font-size: 1.75em;
                    color: #0e1a26;
                    text-align: left;
                    margin: 0px 0px 15px 0px;
                    }
                #ico_servicio h2{
                    font-family: "light";
                    font-size: 1.2em;
                    line-height: 1.5em;
                    color: #000;
                    text-align: left;
                    margin: 0px 40px 10px 0px;
                    }

            /*--- PRODUCTOS ---*/
                #productos{
                    display: inline-block;
                    float: none;
                    width: 90%;
                    }
                #productos ul{
                    list-style-type: none;
                    }
                #productos ul li{
                    display: inline-block;
                    float: none;
                    width: 40%;
                    height: auto;
                    margin: 0px 10px;
                    }
                #productos h1 {
                    font-family: 'light';
                    font-size: 0.8em;
                    text-align: center;
                    color: #0e1a26;
                    margin: 10px 0px 15px 0px;
                    }
                #productos img {
                    display: inline-block;
                    float: none;
                    width: 100%;
                    margin: 0px;
                    }
                #productos a {
                    text-decoration: none;
                    bottom: 0px;
                    transition: all .20s;
                    -moz-transition:transition: all .20s;
                    -ms-transition:transition: all .20s;
                    -webkit-transition:transition: all .20s;
                    -o-transition:transition: all .20s;
                    }
                #productos a:hover {
                    bottom: 3px;
                    position: relative;
                    }

            /*--- CASE STUDIES ---*/
                #casestudies ul li{
                    width: 100%;
                    margin: 0px 0px 20px 0px;
                    }

            /*--- CONTACTO FORM ---*/

                #contenedorform{
                    display: inline-block;
                    background-color: #FFF;
                    float: none;
                    width: 100%;
                    max-width: auto;
                    margin: 0px 0px 0px 0px;
                    padding: 0px;
                    }
                #form{
                    display: inline-block;
                    float: none;
                    width: 100%;
                    margin: 0px;
                    }
                #cajaizqform{
                    display: inline-block;
                    float: none;
                    width: 100%;
                    border-right: 1px #ccc solid;
                    margin: 20px 0px 0px 0px;
                    }
                #cajaizqform h1{
                    font-family: "bold";
                    font-size: 1.2em;
                    color: #ee006f;
                    text-align: center;
                    margin: 0px 0px 10px 0px;
                    }
                #cajaizqform h2{
                    font-family: "light";
                    font-size: 1em;
                    color: #232323;
                    text-align: center;
                    margin: 0px 0px 0px 0px;
                    }

                #cajaderform{
                    display: inline-block;
                    float: none;
                    width: 90%;
                    margin: 20px 0px 0px 0px;
                    }

                .formizq{
                    display: inline-block;
                    float: none;
                    width: 100%;
                    }
                .formder{
                    display: inline-block;
                    float: none;
                    width: 100%;
                    }

                .contact_form {
                    display: inline-block;
                    float: none;
                    width:100%;
                    padding: 0px;
                    margin: 0px;
                    }
                .contact_form ul {
                    width: 100%;
                    float: none;
                    list-style-type:none;
                    }
                .contact_form li{
                    display: inline-block;
                    float: right;
                    width: 100%;
                    margin-bottom: 12px;
                    }
                .contact_form input {
                    background-color: rgba(0,0,0,0.075);
                    float: none;
                    height: 43px;
                    width: 97.5%;
                    padding: 0px 0px 0px 10px;
                    border: 1px #ccc solid;
                    text-align: left;
                    font-family: 'regular';
                    font-size: 1em;
                    }
                .contact_form textarea {
                    background-color: rgba(0,0,0,0.075);
                    float: none;
                    padding: 10px 0px 0px 10px;
                    width: 97.5%;
                    border: 1px #ccc solid;
                    text-align: left;
                    font-family: 'regular';
                    font-size: 1em;
                    }
                #botones {
                    display: inline-block;
                    float: none;
                    width: 100%;
                    padding-top: 10px;
                    }
                .contact_form button {
                    display: inline-block;
                    float: left;
                    width: 100%;
                    margin: 0px;
                    padding: 10px 30px;
                    background-color: #ee006f;
                    border: none;
                    font-family: 'regular';
                    font-size: 1em;
                    color: #FFF;
                    transition: all .25s;
                    -moz-transition:transition: all .25s;
                    -ms-transition:transition: all .25s;
                    -webkit-transition:transition: all .25s;
                    -o-transition:transition: all .25s;
                    }
                .contact_form button:hover {
                    background-color: #000;
                    color: #ee006f;
                    }

            /*--- FOOTER ---*/
                #footercontenedor{
                    display: inline-block;
                    float: none;
                    width: 100%;
                    max-width: auto;
                    margin: 30px 0px 30px 0px;
                    }

                #footerizq{
                    display: inline-block; 
                    float: none;
                    width: 100%;
                    }
                #footerizq h1{
                    font-family: "bold";
                    font-size: 1em;
                    color: #FFF;
                    text-align: center;
                    margin: 0px 0px 10px 0px;
                    }
                #footerizq h2{
                    font-family: "light";
                    font-size: 0.8em;
                    color: #FFF;
                    text-align: left;
                    margin: 0px 0px 0px 0px;
                    }

                #footermedio{
                    display: inline-block; 
                    float: none;
                    width: 100%;
                    }
                #footermedio h1{
                    font-family: "bold";
                    font-size: 1em;
                    color: #FFF;
                    text-align: center;
                    margin: 0px 0px 10px 0px;
                    }
                #footermedio h2{
                    font-family: "light";
                    font-size: 0.9em;
                    color: #cbc9bc;
                    text-align: center;
                    margin: 0px 0px 0px 0px;
                    }
                #footermedio a{
                    text-decoration: none;
                    font-family: "regular";
                    font-size: 1.1em;
                    color: #ee006f;
                    }            


                #footerder{
                    display: inline-block; 
                    float: none;
                    width: 100%;
                    }
                #footerder h1{
                    font-family: "bold";
                    font-size: 1em;
                    color: #FFF;
                    text-align: center;
                    margin: 0px 0px 10px 0px;
                    }
                #footerder ul{
                    list-style-type: none;
                    float: right;
                    }
                #footerder ul li{
                    display: inline-block;
                    float: none;
                    width: 100%;
                    margin: 0px;
                    text-align: center;
                    }
                #footerder a{
                    font-family: "regular";
                    font-size: 1em;
                    color: #CCC;
                    text-align: center;
                    text-decoration: none;
                    bottom:0;
                    transition: all .25s;
                    -moz-transition:transition: all .25s;
                    -ms-transition:transition: all .25s;
                    -webkit-transition:transition: all .25s;
                    -o-transition:transition: all .25s;
                    }
                #footerder img{
                    display: inline-block;
                    float: none;
                    width: auto;
                    margin: 20px 0px 0px 0px;
                    }

                #footer a:hover {
                    color: #ee006f;
                    bottom: 3px;
                    position: relative;
                    }

                #footerabajo{
                    background-color: #ccc;
                    display: inline-block; 
                    float: none;
                    width: 100%;
                    height: auto;
                    }
                #footerabajo p{
                    font-family: "medium";
                    font-size: 0.8em;
                    color: #000;
                    text-align: center;
                    margin: 20px 0px;
                    width: 90%;
                    }
                #footerabajo a{
                    text-decoration: none;
                    font-family: "medium";
                    font-size: 1em;
                    color: #ee006f;
                    }            

                #mapa{
                    display: inline-block;
                    float: none;
                    width: 85%;
                    margin: 0px 0px 0px 0px;
                    }        

        }