/*--------------------------  GENERAL  --------------------------*/
@font-face{
	font-family: DinPro;
	src: url('fonts/DINPro/Regular.otf');
}
@font-face{
	font-family: DinPro;
	src: url('fonts/DINPro/Light.otf');
	font-weight: lighter;
}
@font-face{
    font-family: DinPro;
    src: url('fonts/DINPro/Bold.otf');
    font-weight: bold;
}
@font-face{
    font-family: DinPro;
    src: url('fonts/DINPro/DINNextLTPro-LightItalic.otf');
    font-style: italic;
}
@font-face{
    font-family: Helvetica;
    src: url('fonts/Helvetica-Bold.otf');
    font-weight: bold;
}
body{
    font-family: 'DinPro',Helvetica,Arial;
    font-size: 10px;
}
h1{
    font-size: 3em;
    font-weight: lighter;
}
h2{
    font-size: 2.7em;
    font-weight: lighter;
}
strong{
    font-weight: bold;
}

.container_12_fluid{
    max-width: 1536px;
    margin: 0 auto;
}
.logo, .nav_container ul{
    max-width: 1536px;
}
html,body{
    height: 100%
}
/*--------------------------  END GENERAL  --------------------------*/


/*--------------------------  FOOTER  --------------------------*/
footer{
    background: #F3F3F5;
    padding: 10px 0;
    font-weight: lighter;
    color: #555457;
    font-size: 10px;
}
footer li{
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    margin-left: 15px;
    border-right: 1px dashed #525254;
    height: 30px;
}
footer a{
    text-decoration: none;
    color: #555457;
}

footer li:first-child{
    margin-left: 0;
}
footer ul{
    padding: 8px 0;
    border-top: 1px dashed #525254;
    border-bottom: 1px solid black;
}
footer li.message{
    margin-top: 5px;
    float: right;
    padding-right: 0;
    margin-left: 0;
    border: none;
}
footer p{
    margin: 5px 0;
}
footer img{
    margin-left: 10px
}
footer p.text{
    margin-top: 9px;
}




/*--------------------------  HEADER  --------------------------*/
.logo_container{
    background: #000;
}
.nav_container{
    background: #D6D7DB;
}
.logo{
    width: 92%;
    margin: 0 auto;
    padding: 20px 4%;

}
.logo img{
    width: 100px;
    height: auto;
}
.nav_container ul{
    width: 92%;
    margin: 0 auto;
    padding: 5px 0;
}

.nav_container li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding-right: 25px;
}

.nav_container a {
    font-size: 1.3em;
    text-decoration: none;
    font-weight: lighter;
    color: #555457;
}
.nav_container a.blog{
    color: #009ada;
    font-style: italic;
}

.nav_container a.reel{
    color: #be0035;
    font-style: italic;
}

.nav_container a:hover {
    color: #F09B00;
}

.nav_container li.current:before{
    background: #000;
    top: -11px;
    margin-left: -4px;
    content: ' ';
    display: block;
    height: 10px;
    position: absolute;
    width: 10px;
    z-index: 99; 

    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin:50% 50%;
    -o-transform: rotate(-45deg);
    -o-transform-origin: 50% 50%;
    transform: rotate(-45deg);
    transform-origin: 50% 50%
}
/*--------------------------  END HEADER  --------------------------*/



/*--------------------------  PROJECT  --------------------------*/

#project{
    padding-top: 20px;
}
#project .project_header img{
    width: 100%;
}

#project .tags li{
    display: block;
    float: left;
    padding: 10px 5px 0 0;
}
#project .tags img{
    width: 25px;
}
#project .half {
    font-size: 1.4em;
    padding-bottom: 30px;
    width: 48%;
    float: left;
}
#project li a{
    text-decoration: none;
    color: #5b5b5f;
}
#project .projects li:hover{
    background: #F3F3F5;
}
#project .half.first{
    margin-right: 4%;
}
#project .gallery{
    width: 100%;
}
#project .gallery img{
  width: 100%;
}
#project .gallery p{
  font-size: 1.4em;
  padding-bottom: 5px;
}
#project .title{
    font-size: 2.4em;
    font-family: Helvetica;
    font-weight: bold;
    padding: 10px 0;
    color: #211915;
}
#project .description{
    text-align: justify;
    font-size: 1.4em;
    font-weight: lighter;
    color: #5b5b5f;

}
#project .credits{
    color: #acabb1;
    font-size: 1.3em;
    font-weight: lighter;
}
#project .side-title{
    color: #5b5b5f;
    font-size: 1.2em;
}
#project .projects li a{
    color: #acabb1;
    font-size: 1em;
}
#project video{
    max-width: 100%;
    background: #000;
}
/*--------------------------  ENDPROJECT  --------------------------*/



.alert{
    font-size: 1.2em;
    margin: 5px 0;
    padding: 5px 10px;
    display:none;
}

#contacto .alert p{
    margin: 0;
}
#contacto .alert.error p{
    color: #b94a48;
}
#contacto .alert.success p{
    color: #468847;
}
#contacto .alert.notice p{
    color: #3a87ad;
}

.alert.error{
    background: #f2dede;
    border: 1px solid #eed3d7;
    display: block;
}
.alert.success{
    background: #dff0d8;
    border: 1px solid #d6e9c6;
    display: block;
}
.alert.notice{
    background: #d9edf7;
    border: 1px solid #d6e9c6;
    display: block;
}





/*--------------------------  HOME  --------------------------*/
#home{
    position:relative;
    padding-bottom: 90px;
}
#home .splash video{
    width: 100%;
}

#reel {
    width: 100%;
}
.content{
	padding: 25px 0;
}
.content .title{

    font-family: Helvetica;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: -2px;
}
.content p{
    font-size: 1.3em;
	color: #525254;
}
#home footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}
/*--------------------------  END HOME  --------------------------*/






/*--------------------------  ADN  --------------------------*/
#adn{
    margin-top: 20px;
    padding-bottom: 120px;
}

#adn h1{
    font-family: Helvetica;
    font-weight: bold;
    color: #000;
    font-size: 4em;
    margin-bottom: 20px;
}

#adn h2{
    color: #1e130f;
    font-size: 1.8em;
    margin-bottom: 10px;
}
#adn .us{
    width: 80%;
}
#adn .grid_7:first-child{
    margin-top: 45px;
}
#adn .grid_7 p{
    color: #5e5d61;
    font-size: 1.2em;
    margin-bottom: 15px;
    max-width: 340px;
    text-align: justify;
}
#adn footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}
/*--------------------------  END ADN  --------------------------*/







/* Presencia  */
#presencia{
    margin-top: 20px;
}

#presencia h1{
    font-family: Helvetica;
    font-weight: bold;
    color: #000;
    font-size: 4em;
    margin-bottom: 20px;
}

#presencia h2{
    color: #1e130f;
    font-size: 1.8em;
    margin-bottom: 10px;
}

#presencia .grid_5 p{
    color: #5e5d61;
    font-size: 1.2em;
    max-width: 340px;
    text-align: justify;
}

#presencia .lista img{
    width: 100%;
    margin-bottom: 20px;
}

#presencia .clientes{
    background: black;
}
#presencia hr{

    width: 100%;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    border: none;
    height: 1px;
    border-top: 1px dashed #67666b;
    margin-bottom: 20px;
}





/*--------------------------  SERVICIOS  --------------------------*/
#servicios{
    margin-top: 20px;
}

#servicios h1{
    font-family: Helvetica;
    font-weight: bold;
    color: #000;
    font-size: 4em;
    margin-bottom: 20px;
}

#servicios h2{
    color: #1e130f;
    font-size: 1.8em;
    margin-bottom: 10px;
}

#servicios .we{
    width: 100%;
}
#servicios .grid_7 p{
    color: #5e5d61;
    font-size: 1.2em;
    width: 340px;
    text-align: justify;
}

#servicios .list{
    width: 90%;
    margin-top: 30px;
    border-top: 1px dashed #231f20;
    color: #5a5b5d;
    font-weight: lighter;
    font-size: 1.2em;
}

#servicios .list h1{
    font-weight: bold;
    font-size: inherit;
    margin-bottom: 15px;
}

#servicios .branding{
    margin-top: 2px;
    padding-top: 30px;
    width: 22%;
    border-top: 8px solid #009ada;
    margin-right: 3%;
    float: left;
}

#servicios .diseno{
    margin-top: 2px;
    padding-top: 30px;
    width: 22%;
    border-top: 8px solid #6ba53b;
    margin-right: 3%;
    float: left;
}

#servicios .audiovisual{
    margin-top: 2px;
    padding-top: 30px;
    width: 22%;
    border-top: 8px solid #be0035;
    margin-right: 3%;
    float: left;
}

#servicios .espacios{
    margin-top: 2px;
    padding-top: 30px;
    width: 25%;
    border-top: 8px solid #eec900;
    float: left;
}

#servicios footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}
/*--------------------------  END SERVICIOS  --------------------------*/


#contacto{
    margin-top: 20px;
    padding-bottom: 100px;
}
#contacto h1{
    font-family: Helvetica;
    font-weight: bold;
    color: #000;
    font-size: 4em;
    margin-bottom: 20px;
}

#contacto h2{
    color: #1e130f;
    font-size: 1.8em;
    margin-bottom: 10px;
}

#contacto .info{
    max-width: 240px;
    float: left;
    margin-right: 100px;
}
#contacto .info > p{
    color: #5e5d61;
    font-size: 1.2em;
    margin-bottom: 15px;
    text-align: justify;
}
#contacto a{
    color: #5e5d61;
}
#contacto form{
    margin-top: 20px;
    margin-right: 80px;
    overflow: hidden;
}
#contacto input, textarea{
    color: #5e5d61;
    width: 100%;
    font-size: 1.2em;
    font-family: DinPro;
    padding: 10px;
    border: 1px solid #67666b;
    box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}
#contacto .talk{
    width: 100%;
    max-height: 410px;
}

#contacto .grid_5{
    padding-top: 20px;
}

#contacto footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}
#contacto p.contact{
    margin: 10px 0;
}
#contacto p.info{
    margin-top: 15px
}
#contacto hr{
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    border: none;
    height: 1px;
    border-top: 1px dashed #67666b;

}

/*--------------------------  CREW  --------------------------*/
#crew{
    margin-top: 20px;
}
#crew h1{
    font-family: Helvetica;
    font-weight: bold;
    color: #000;
    font-size: 4em;
    margin-bottom: 20px;
}

#crew h2{
    color: #1e130f;
    font-size: 1.8em;
    margin-bottom: 10px;
}

#crew .grid_6 p{
    color: #5e5d61;
    font-size: 1.2em;
    margin-bottom: 15px;
    max-width: 340px;
    text-align: justify;
}
#crew .come{
    width: 100%;
}
strong{
    color: #1e130f;
}
#crew .splash{
    margin: 20px 0;
}
#crew .large{
    margin-top: -20px;
}

/*--------------------------  END CREW  --------------------------*/

/*--------------------------  PORTFOLIO  --------------------------*/
#portfolio{
    margin-top: 20px;
}
#portfolio .proy{
    width: 19%;
    margin-right: 1%;
}

#portfolio img{
    width: 100%;
    height: auto;
    margin-bottom: -5px;
}
#portfolio .name{
	padding: 10px 0;
    font-family: Helvetica;
    font-weight: bold;
}
#portfolio .name a{
    font-weight: lighter;
    font-size: 1.8em;
    color: #727272;
    text-decoration: none;
}

#portfolio .description{
    font-size: 1.2em;
    color: #999999;
    font-weight: lighter;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    padding: 10px 0;
    margin-bottom: 10px;
}
#portfolio .tags{
    display: none;
    background-color:#ffffff;
    opacity:0.6;
    text-align: center; 
    margin-top: -23px;
}
#portfolio .tags li{
    display: inline-block;
    padding: 0px 5px 3px 0;
}
#portfolio .tags img{
    width: 25px;
}
/*--------------------------  END PORTFOLIO  --------------------------*/

@media (max-width: 900px) {
    #portfolio .proy{
        width: 49%;
        margin-right: 1%;
    }

    #project [class^='grid'] ,#servicios [class^='grid'], #contacto [class^='grid'], #crew [class^='grid']{
        width: 100%;
    }
    #crew .large{
        margin-top: 10px;
    }
    #presencia [class^='grid']{
        width: 100%;
        margin-bottom: 20px;
    }
    #presencia .grid_5 p{
        width: 100%;
    }
    #contacto form{
        margin-right: 0;
    }
    #contacto .info{
        margin-right: 20px;
    }
    #contacto .grid_3{

        text-align: center;
    }
    #contacto .grid_3 img{
        max-width: 400px;
    }
    #contacto footer, #home footer, #adn footer, #servicios footer{
    position: relative;
}
}

@media (max-width: 400px) {
#portfolio .proy{
    width: 98%;
    margin: 0 1%;
}
}
@media (max-width: 600px){
    .nav_container li.current:before{
        background: none;
    }
}
@media (max-width: 720px){
    #contacto .info{
        max-width: 100%
    }
    #contacto form{
        width: 100%;
    }
    footer{
        text-align: center;
    }
    footer li{
        display: block;
        vertical-align: top;
        padding-right: 0;
        margin: 5px 0;
        border-right: none;
        height: auto;
    }

    footer li.message{
        margin: 0;
        padding: 0;
        float: none;
        border: none;
    }
    footer p{
        margin: 0;
    }
}

/*--------------------------  HEADER  --------------------------
.logo{
    padding: 20px 4%;
    background: #000;
}
.logo img{
    width: 100px;
    height: auto;
}

nav{
    background: #D6D7DB;
    padding: 0px 4%;
}
nav ul{
	padding: 5px 0;
}
nav li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding-right: 25px;
}

nav a {
	font-size: 1.3em;
    text-decoration: none;
	font-weight: lighter;
	color: #555457;
}
nav a:hover {
    color: #F09B00;
}

li.current:before{
    background: #000;
    top: -11px;
    margin-left: -4px;
    content: ' ';
    display: block;
    height: 10px;
    position: absolute;
    width: 10px;
    z-index: 99; 

    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin:50% 50%;
    -o-transform: rotate(-45deg);
    -o-transform-origin: 50% 50%;
    transform: rotate(-45deg);
    transform-origin: 50% 50%
}
--------------------------  END HEADER  --------------------------*/