@import "../fonts/fonts.css";

body{
	margin:0px;
	padding:0px;
}
nav{
	background-color: #356cb1;
    height: 130px;
    width: 100%;
}
nav a{
	color: #fff;
    font-family: 'robotothin';
    font-size: 10pt;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 15px;
    padding-bottom: 5px;
    line-height: 32px;
}
nav .centrar a:hover{
	border-bottom: 3px #fff solid;

}
nav .centrar a:hover:first-child{
	border-bottom: 0;

}
nav a img.logo {
    position: relative;
   /* top: 7px;*/	
}
.centrar{
	margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    top: 73px;
    width: 64%;

}
#main-img{
	background-image: url("../imgs/clouds.jpg");
    color: #0f498f;
    font-size: 42px;
    height: 274px;
    line-height: 200px;
    text-align: center;
    width: 100%;
    font-family: 'robotolight';
}
#main-img .dest3{
    font-family: 'androgyne';
    font-size: 42px;
}
.shadow{
	width: 100%;
	text-align: center;
}
.shadow img{
    width: 100%;
    text-align: center;
}
.slide-tit{
	color: #074793;
    font-family: 'robotolight';
    font-size: 36px;
    text-align: center;
    width: 100%;
}
#dest2{
	color: #0e5db0;
    font-family: 'androgyne';
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    width: 713px;
    margin-bottom: 100px;
}
.servicios-tit{
	color: #333333;
    font-family: 'robotoregular';
    font-size: 23px;
    margin: 20px auto 90px;
    text-align: center;
}
#producciones{
    background-color: #000d44;
    height: 1025px;
    width: 100%
}
#producciones ul{
	list-style: none outside none;
    margin: 0 auto;
    max-width: 1026px;
    padding: 0;
}
#producciones ul li{
	border-right: 1px #fff solid!important;
    border-bottom: 1px #fff solid!important;
    float: left;
    height: 341px;
    margin: 0;
    padding: 0;
    width: 341px;

}
#producciones ul li:first-child{
	background-color: #074793;
    color: #fff;
    font-family: 'robotolight';
    font-size: 36px;
    height: 341px;
    line-height: 341px;
    text-align: center;
    vertical-align: middle;
    width: 341px;
}
#producciones ul li img{
	border: 0px;
    margin: 0px;
    padding: 0px;
    display: block;
}
.gris{
    background-color: #074793;
    opacity: 0.2;
}
#servicios{
    clear: both;
    padding-top: 74px;
}
.servicios-items{
    margin: 0 auto;
    width: 680px;
}
.servicios-items ul{

    margin: 0;
    padding: 0;
}
.servicios-items ul li{
    color: #333;
    display: inline;
    font-family: 'robotolight';
    font-size: 23px;
    line-height: 100px;
    list-style: none outside none;
    padding: 74px 30px;
    width: 104px;
}
.servicios-items ul li:nth-child(1){
    background-image: url(../imgs/publicidad_ico.png);
    background-repeat: no-repeat;
    background-position: 36px top;
}
.servicios-items ul li:nth-child(2){
    background-image: url(../imgs/tv_ico.png);
    background-repeat: no-repeat;
    background-position: 30px top;
}
.servicios-items ul li:nth-child(3){
    background-image: url(../imgs/cine_ico.png);
    background-repeat: no-repeat;
    background-position: 6px top;
}
.servicios-items ul li:nth-child(4){
    background-image: url(../imgs/postproduccion_ico.png);
    background-repeat: no-repeat;
    background-position: 54px top;
}
#vitae{
    background-color: #4d1772;
    font-family: 'robotolight';
    height: 463px;
    border-bottom: 1px #fff solid;
    margin-top: 100px;
}
#vitae h1{
    color: #fee675;
    font-size: 36px;
}
#vitae div{
   margin: 0 auto;
   width: 830px;
   padding: 43px;
}
#datos-vitae div:nth-child(1){
    background-image: url("../imgs/dir_ico.png");
    background-repeat: no-repeat;
    float: left;
    padding: 0 33px;
    position: relative;
    top: -6px;
    width: 207px;
}
#datos-vitae div:nth-child(2){
    background-image: url(../imgs/mail_ico.png);
    background-repeat: no-repeat;
    padding: 5px 40px;
    width: 207px;
    display: inline;
}
#datos-vitae div:nth-child(3){
    background-image: url(../imgs/fb_ico.png);
    background-repeat: no-repeat;
    padding: 5px 33px;
    width: 207px;
    display: inline;
}
#vitae p{
    color: #fff;
    font-size: 16px;
    width: 600px;
   
}
.float-right{
    float: right;
}
.float-left{
    float: left;
    margin-top: 36px;
}
.dest3{
    font-size: 24px;
    font-style: italic;
    line-height: 64px;
}
#datos-vitae{
    clear: both;
    color: #fff;
    font-size: 12px;
    left: 129px;
    padding: 30px 0 !important;
    position: relative;
    width: 630px !important;
}
#datos-vitae a:link{
color: #fff;
text-decoration: none;
}
#contacto{
    background-color: #323b44;
    width: 100%;
    font-family: 'robotolight';
    font-size: 36px;
    color: #fff;
    height: 416px;
}
#contacto div{
    margin: 0 auto;
    padding: 46px 0;
    width: 306px;
}
#contacto a:link{
    color:#818181;
}
#contacto a:visited{
    color:#818181;
}
form{
    position: relative;
    margin-top: 28px;
}
input{
    color: #818181;
    font-size: 16px;
    font-family: 'robotolight';
    border:0;
    border-bottom: 2px #818181 solid; 
    background:none;
    padding: 16px 0 6px;
    width: 300px;
} 
textarea{
    height: 40px;
    overflow: auto;
    color: #818181;
    font-size: 16px;
    font-family: 'robotolight';
    border:0;
    border-bottom: 2px #818181 solid; 
    background:none;
    padding: 16px 0 6px;
    width: 300px;
}   
button{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #818181;
    border-radius: 6px;
    float: left;
    width: 66px;
    height:37px ;
    color: #818181;
    font-size: 16px;
    font-family: 'robotolight';
    margin-top: 20px;
}
#redes{
    width: 100%;
    background-color:#818181;
}
#redes div{
    /*width: 1024px;*/
    margin: 0 auto;
}
#redes div div{
    margin: 0px auto;
    padding: 20px 0px;
    text-align: center;
    height: 37px;
    width: 49.95%;
}
#redes div div:nth-child(1){
    background-color: #3b5998;
    float: left;
}
#redes div div:nth-child(2){
    background-color: #4099ff;
    border-left:1px #fff solid;
    float: right;
}
#redes div div:nth-child(3){
    background-color: #bf3939;
}
#prod1{
    width: 90%;
}
.logo{
    float: left;
    margin-right: 20px!important;
}
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:10px;
    right:10px;
    overflow:hidden;
    width:51px;
    height:49px;
    border:none;
    text-indent:100%;
    background:url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
    background:url(../images/ui.totop.png) no-repeat left -49px;
    width:51px;
    height:49px;
    display:block;
    overflow:hidden;
    float:left;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline:none;
}
video
{
    width: 100%;
    position: relative;
    margin-top: 14px;
    z-index: 999;
}
.video a
{
    margin: auto !important;
}
.video{
  margin-left: 20px !important;
    max-width: 660px;
}



/* MOBILE DEVICES  */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    .centrar {
    width: 90%;
}
    #tit-video {
        font-size: 20px;
        margin: 0 0 21px!important;
}
#producciones ul li:first-child {
    background-color: #074793;
    color: #fff;
    font-family: 'robotolight';
    font-size: 26px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
#producciones ul li {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}
#producciones ul li img {
    border: 0 none;
    display: block;
    margin: auto;
    padding: 0;
    text-align: center;
    width: 100%;
}
.dest3 {
    line-height: 19px;
}
.centrar {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    top: 23px;
    width: 100%;
}
nav {
    background-color: #356cb1;
    height: 203px;
    width: 100%;
}
nav a {
    border-right: 1px solid #fff;
    color: #fff;
    font-family: 'robotothin';
    font-size: 10pt;
    line-height: 32px;
    padding: 0 13px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0px;
}
nav a:hover {
    border-bottom: 0px !important;
}

nav a:last-child{
    border: 0px;
    
}
nav div div{
      text-align: center;
      clear: both!important;
      float: none!important;
}
nav div div:nth-child(1){
     padding: 20px 0px;
}
nav div div:nth-child(2){
      text-align: left;
      clear: both!important;
      float: none!important;
}
.logo {
    float: none !important;
    margin: 0!important;
}
#main-img {
    background-image: url("../imgs/clouds.jpg");
    color: #0f498f;
    font-family: 'robotolight';
    font-size: 29px;
    height: 139px;
    line-height: 36px;
    padding-top: 62px;
    text-align: center;
    width: 100%;
}
#main-img .dest3 {
    font-family: 'androgyne';
    font-size: 37px;
}
.slide-tit {
    font-size: 26px;
}
#dest2 {
    color: #0e5db0;
    font-family: 'androgyne';
    font-size: 18px;
    margin: 0 auto 29px;
    text-align: center;
    width: 95%;
}
.servicios-tit {
    color: #333333;
    font-family: 'robotoregular';
    font-size: 18px;
    margin: 20px 20px 34px;
    text-align: center;
}
.servicios-items {
    margin: 0 auto;
    width: 100%;
}
#servicios {
    clear: both;
    padding-top: 14px;
}
.servicios-items ul li {
    background-size: 80px auto;
    color: #333;
    display: inline-block;
    font-family: 'robotolight';
    font-size: 16px;
    line-height: 89px;
    list-style: none outside none;
    padding: 25px 32px;
    width: 70px;
}
.servicios-items ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.servicios-items ul li:nth-child(3) {
    background-image: url("../imgs/cine_ico.png");
    background-position: 30px top;
    background-repeat: no-repeat;
    position: relative;
    right: 18px;
}
.servicios-items ul li:nth-child(4) {
    background-image: url("../imgs/postproduccion_ico.png");
    background-position: 29px top;
    background-repeat: no-repeat;
    padding: 25px 17px;
    position: relative;
    right: 17px;
}
#vitae {
    background-color: #4d1772;
    border-bottom: 1px solid #fff;
    font-family: 'robotolight';
    height: 898px;
    margin-top: 0;
    text-align: center;
    padding-top: 30px;
}
#vitae div {
    margin: 0 auto;
    padding: 0;
    width: 85%;
}
#datos-vitae {
    clear: both;
    color: #fff;
    font-size: 12px;
    padding: 32px 0 !important;
    position: relative;
    width: 85% !important;
    left: 0px;
    text-align: left;
}
#datos-vitae div{
padding: 5px 40px!important;
}
#datos-vitae div:nth-child(2) {
    background-image: url("../imgs/mail_ico.png");
    background-repeat: no-repeat;
    display: inline;
    left: -6px;
    padding: 6px 46px !important;
    position: relative;
    top: 10px;
}
#datos-vitae div:nth-child(3) {
    background-image: url("../imgs/fb_ico.png");
    background-repeat: no-repeat;
    display: inline;
    left: 6px;
    padding: 5px 40px !important;
    position: relative;
    top: 46px;
    width: 207px;
}
.float-left {
    clear: both;
    float: none;
    margin-top: 38px;
}
.float-right {
    clear: both;
    float: none;
}
#vitae h1 {
    color: #fee675;
    font-size: 26px;
}
#vitae p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: auto;
    width: 80%;
}
.dest3 {
    line-height: 25px;
}
#contacto {
    font-size: 26px;
    height: 519px;
}
#contacto div:first-child{
      margin-left: 11%!important;
}
#contacto div{
    width: 250px;
}
input{
     width: 250px;
}
textarea{
     width: 250px;
}
#dir{
    margin-top: 0px !important;
    padding: 0px!important;
}
#redes div div {
    height: 37px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    width: 49.8%;
}
}

@media only screen and (width : 800px) {
    .centrar {
    width: 90%;
}
    #tit-video {
        font-size: 20px;
        margin: 0 0 21px!important;
}
#producciones ul li:first-child {
    background-color: #074793;
    color: #fff;
    font-family: 'robotolight';
    font-size: 28px;
    height: 265px;
    line-height: 265px;
    text-align: center;
    vertical-align: middle;
    width: 265px;
}
#producciones ul li {
    float: left;
    height: 265px;
    margin: 0;
    padding: 0;
    width: 265px;
}
#producciones ul li img {
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0;
    width: 265px;
}
.dest3 {
    line-height: 19px;
}
.centrar {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    top: 36px;
    width: 90%;
}
nav div div{
      text-align: center;
      clear: both!important;
      float: none!important;
}
.logo {
    text-align: center;
      clear: both!important;
      float: none!important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 799px) {
    .centrar {
    width: 90%;
}
    #tit-video {
        font-size: 20px;
        margin: 0 0 21px!important;
}
#producciones ul li:first-child {
    background-color: #074793;
    color: #fff;
    font-family: 'robotolight';
    font-size: 28px;
    height: 255px;
    line-height: 255px;
    text-align: center;
    vertical-align: middle;
    width: 255px;
}
#producciones ul li {
    float: left;
    height: 255px;
    margin: 0;
    padding: 0;
    width: 255px;
}
#producciones ul li img {
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0;
    width: 255px;
}
.dest3 {
    line-height: 19px;
}
.centrar {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    top: 36px;
    width: 90%;
}
nav div div{
      text-align: center;
      clear: both!important;
      float: none!important;
}
.logo {
    text-align: center;
      clear: both!important;
      float: none!important;
}
}
@media only screen and (min-device-width : 801px) and (max-device-width : 1024px) {
    .centrar {
    width: 90%;
}
    #tit-video {
        font-size: 20px;
        margin: 0 0 21px!important;
}
#producciones ul li:first-child {
    background-color: #074793;
    color: #fff;
    font-family: 'robotolight';
    font-size: 36px;
    height: 319px;
    line-height: 319px;
    text-align: center;
    vertical-align: middle;
    width: 319px;
}
#producciones ul li {
    float: left;
    height: 319px;
    margin: 0;
    padding: 0;
    width: 319px;
}
#producciones ul li img {
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0;
    width: 319px;
}
.dest3 {
    line-height: 19px;
}
.centrar {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    top: 36px;
    width: 90%;
}
nav div div{
      text-align: center;
      clear: both!important;
      float: none!important;
}
.logo {
    text-align: center;
      clear: both!important;
      float: none!important;
}
}
@media only screen and (min-device-width : 1024px){
.centrar {
    width: 67%;
}


}