
html,
body {
    height: 100%;
    background-color: white;
}

 /*.noise {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
} */

/* TIPOGRAFIAS RENNER */ 

@font-face {
    font-family: RennerBlack;
    src: url(../fonts/Renner/Renner_900Black.otf);
 }
  
 @font-face {
    font-family: RennerHeavy;
    src: url(../fonts/Renner/Renner_800Heavy.otf);
 }

 @font-face {
    font-family: RennerBold;
    src: url(../fonts/Renner/Renner_700Bold.otf);
 }

 @font-face {
    font-family: RennerSemi;
    src: url(../fonts/Renner/Renner_600Semi.otf);
 }

 @font-face {
    font-family: RennerMedium;
    src: url(../fonts/Renner/Renner_500Medium.otf);
 }

 @font-face {
    font-family: RennerBook;
    src: url(../fonts/Renner/Renner_400Book.otf);
 }

 @font-face {
    font-family: RennerLight;
    src: url(../fonts/Renner/Renner_300Light.otf);
 }

 @font-face {
    font-family: RennerThin;
    src: url(../fonts/Renner/Renner_200Thin.otf);
 }

 @font-face {
    font-family: RennerHairline;
    src: url(../fonts/Renner/Renner_100Hairline.otf);
 }

    /* TIPOGRAFIAS ITC BENGUIAT STD */
  
 @font-face {
    font-family: ITC-Bold;
    src: url(../fonts/BenguiatStd-Bold.otf);
 }
  
 @font-face {
    font-family: ITC-Book;
    src: url(../fonts/BenguiatStd-Book.otf);
 }
  
 @font-face {
    font-family: ITC-Medium;
    src: url(../fonts/BenguiatStd-Medium.otf);
 }


/* ----------FIN FUENTES TIPOGRÁFICAS---------- */

/* TIPOGRAFIAS RALEWAY */ 

 @font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway/Raleway-SemiBold.ttf);
 }

/* ----------FIN FUENTES TIPOGRÁFICAS---------- */

/* TIPOGRAFIAS RALEWAY */ 

@font-face {
    font-family: Audrey;
    src: url(../fonts/Audrey/Audrey-Bold.otf);
 }

/* ----------FIN FUENTES TIPOGRÁFICAS---------- */



.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* PORTADA FULL */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    
}

footer {
    margin: 50px 0;
}
/* TERMINA PORTADA FULL */

/* ESTILOS TEXTO PORTADAS */

span.yellow{
    color: #FC914A;
    font-family: RennerBold;
}


h2.estilo{

    font-family: RennerBlack;
    font-size: 64px;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

h2::selection,
h1::selection,
h4::selection,
h5::selection,
span::selection,
h3::selection,
a::selection,
p::selection,
img::selection,
br::selection {
    background-color: #FC914A;
    color: #fff;
}

input::selection {
    background-color: #fff;
    color: #FC914A;
}

p.fott::selection {
    background-color: #fff;
    color: #FC914A;
}

h3.estilo2{
    font-family: RennerBold;
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    color: #FFFFFF;
    padding-bottom: 30px;
    padding-top: 0px;


}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px; 
    margin-bottom: 0px;
}

.boton_play {
    width: 90px;
    height: 90px;
}

.btn-demo {
    margin-top: 30px;
    margin-left: -6%;
    background-color: #fff;
    color: black;
    font-family: RennerLight;
    font-size: 1.1em;
    text-align: center;
    display: inline-block;
    border: 0px;
    width: 220px;
    height: 50px;
    text-align: center;
    letter-spacing: 1px;
    position: absolute;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    z-index: 1;
  }

  .btn-demo::before,
  .btn-demo::after {
    display: block;
    background: #FC914A;
    width: 5%;
    left: 0;
    top: 0;
    height: 50px;
    content: "";
    position: absolute;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    z-index: -1;
  }

  .btn-demo:hover::before,
  .btn-demo:hover::after {
    width: 220px;
  }

  .btn-demo:hover {
    border: 0px;
    color: black;
    text-align: center;
    letter-spacing: 2px;
    outline: none;
  }

  .btn-demo:active {
    background-color: #FC914A;
    letter-spacing: 2px;  
    outline: none;
  }

  .btn-demo:disabled,
  .btn-demo.is-disabled {
    opacity: .5;
}





/* ESTILOS TEXTO PORTADAS */





p.servicios{

    margin: auto;
    height: 95px;
    font-family: "Open Sans";
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    color: #000000;

}


h1.servicios{

    font-family: Oswald;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 53px;
    color: #00000;
    padding-bottom: 23px;
    


}

h1.proyectos{

    font-family: Oswald;
    font-size:24px;
    font-weight: bold;
    text-align: center;
    line-height: 53px;
    color: #00000;
    padding-bottom: 23px;
    


}

p.nosotros{
    margin: auto;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 28px;
    color: #000000;

}


h1.nosotros{
    font-family: Oswald;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    line-height: 53px;
    color: #00000;
    padding-bottom: 23px;

}
    

/* ESTILOS TEXTO CAJAS SERVICIOS */
.contenedorservicios{
    height: 100%;
    background-color: ;
    display: flex;
    justify-content: center;
    align-items: center; /*IMPORTANTE ventra de manera vertical*/
    padding: 0px;
}

.alineacion{
    width: 50%;
    height: auto;
    background-color:;   
}


/* efecto paralax servicios Nota:Modificar para 
cada resolucion */
 


/* efecto paralax servicios Nota:Modificar para 
cada resolucion */

.botonserv { 
    display:flex;
    justify-content: center;
    align-content: center;
    }

/* TERMINA ESTILOS TEXTO CAJAS SERVICIOS */


/* ESTILOS CAJAS CONTACTO  */

.dat{
    margin-bottom: 5%;
    margin: 8% 0px 0px;
    padding: 0px;
}

/* -------------
.datoscontacto{
    height: 100%;
}


h1.dato{

font-family: RennerBold;
font-size: 6em;
font-weight: bold;
line-height: 71px;
color: #fff;
margin-bottom: 10%;
letter-spacing: 4px;
}

h5.dato{
font-family: RennerMedium;
font-size: 1.5em;
font-weight: bold;
color: #fff;
margin: 0px 0px 0px;
}


i.dato{
font-size: 18px;
font-weight: bold;
color: #000000;
margin: 0px 0px 0px;



    
}
p.dato{
font-family: RennerLight;
font-size: 2.5em;
color: #fff;
margin: 5px 0px 0px;
line-height: 19px;   
}

----------------- */


i.social2{
  color: white;
  font-size: 25px;
  padding-top: 13px;
  padding-bottom: 0px;
  padding-right: 5%;
}

i.social2:hover {
  color: #FC914A;
}





/* TERMINA ESTILOS CAJAS CONTACTO  */



/* Nosotros  */


.galerianosotros{
    padding-left: 0px; 
    padding-right: 0px;
    
}



h4.nom-equipo{
    text-align: right;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    color: white;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    padding-bottom: 20%;
    padding-right: 44px;
    font-weight: condensed;
   
}

h4.carg-equipo{
    text-align: right;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    color: white;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    color: #FFFFFF;
    padding-right: 44px;
    padding-bottom: 15%;
   
}

ul.redes{
    text-align: left;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    color: white;
    font-family: "Open Sans";
    font-size: 15px;
    padding-left: 10%;
    display: block;
    list-style: none;
   
}
a.rsocial{
    color: white;

}

i.social:hover {
  color: #FC914A;
}



li{
    padding-top: 5px;

}


/* Nosotros-----------------------------------  */










/* galeria de proyectos----------------------------------- */

/* BOTONES CONTROL SLIDER PROYECTOS */


.button_aLeft{
    bottom: 43px;
    width:0px;
    height:36px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    background-color:rgba(0, 0, 0, .5)  ;
    color:black;
    right:20px;
    position:absolute;
    text-align:left;
    color:white;
    font-weight: 200;
    font-size: 14px;
    line-height:35px;

}
.button_aLeft span{
    display:none;
    padding-left:20px;
}
.button_bLeft{
     bottom: 40px;
     width: 40px;
     height: 40px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: rgba(0, 0, 0, .8)  ;
     color:white;
     position:absolute;
     right:10px;
    line-height:35px;
    text-align:center;
}

.button_bLeft span{
    color:#008ddd;
}


.button_aRight{
    bottom: 43px;
    width:0px;
    height:36px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    background-color:rgba(0, 0, 0, .5)  ;
    color:black;
    left:20px;
    position:absolute;
    text-align:center;
    color:white;
    font-weight: 200;
    font-size: 14px;
    line-height:35px;
}
.button_aRight span{
    display:none;
    padding-left:20px;
}
.button_bRight{
    bottom: 40px;
     width: 40px;
     height: 40px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: rgba(0, 0, 0, .8)  ;
     color:white;
     position:absolute;
     left:10px;
    line-height:35px;
    text-align:center;
}
.button_bRight span{
   color:#008ddd;
}
.button_c{
    background-color:black;
    color:white;
    text-transform:uppercase;
}
.button_c span{
    background-color:black;
}


/* BOTONES CONTROL SLIDER PROYECTOS */



/* efecto hover text */

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }



.grid {
    position: relative;
    margin: 0 ;
    padding: ;
    width: 100%;
    list-style: none;
    text-align: left;
    font-family: 'Oswald', sans-serif;
}

/* Common style */
.grid figure {
    position: fixed;
    overflow: hidden;
    margin: 0px 0%;
    max-width:33.33333%;
    min-height: 100%;
    width: 100%;
    background: transparent;
    text-align: left;
    cursor: pointer;

}



.grid figure figcaption {
    padding: 0em;
    color: #fff;
    text-transform: uppercase;
    font-size: 3em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: RennerBlack;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 h4 {
    word-spacing: -0.15em;
    font-weight: 00;
      font-family: 'oswald',;
      font-style: oblique;


}

.grid figure h2 h4 span {
    font-weight: 500;
}

.grid figure h2 h4,
.grid figure p {
    margin: 0;
      font-family: 'oswald', ;

}

.grid figure p {
    letter-spacing: 1px;
    font-size: 40%;
    font-family: 'oswald', ;
    
    
}





/*---------------*/
/***** Sadie efecto cordops *****/
/*---------------*/

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);

}

figure.effect-sadie h2 {
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    color: white;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    font-size: 32px;

}

figure.effect-sadie h4 {
    position: absolute;
    top: 75%;
    left: 0;
    width: 100%;
    color: white;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    color:white;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    top: 70%;
    left: 0;

    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.carousel-caption {
  
  top: 40%;
}






/* efecto hover text */

/* galeria de proyectos----------------------------------- */






/* proyectos */

.backproyectos{
    height: 10%; width: 100%; 
    background-color:white;
    display: flex; 
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.videoproyectos{
    height: 60%;
    width: 100%; 
    background-color:white;
    display: flex; 
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.sliderproyectos{
    height: 90%; 
    width: 75%; 
    background-color:black; 
    padding-left:0px;
    padding-right: 0px;
}

.descripcion{
    background-color:white;
    min-height: 40%;
    height: auto;
    display: flex; 
    justify-content: center;
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
}

.ctnvidserv {
    height: auto; 
    background-color: white; 
    justify-content: center;
    align-items: center; 
    display: flex; 
}

.intctnvidserv {
    background-color: white; 
    height: 100%; 
    width: 100%; 
    max-width: 1440px;
}

.videointctnvidserv { 
    width: 90%; 
    height: 60%; 
    margin-left: 5%;
    margin-right: 5%
}

.caracteristicas {
    height: 75%; 
    margin-bottom: 2%;
    width: 90%;
    max-width: 1440px; 
    margin-left: 0%;
    margin-right: 0%;
}

h3.descripciontitulo {
    font-family: RennerBold;
    font-size: 3em;
    font-weight: bold;
    text-align:left;
    line-height: 53px;
    color: #000000;
    margin-bottom: 15px;
}

h1.clavedesc {   
    font-family: RennerBook;
    font-size: 1.4em;
    text-align: left;
    line-height: 40px;
    color: #000000;
}


p.descripciontxt {
    font-family: RennerBook;
    font-size: 1.8em;
    text-align: left;
    line-height: 27px;
    color: #000000;
}

p.directores {
    font-family: RennerSemi;
    font-size: 2em;
    text-align: right;
    line-height: 27px;
    color: #000000;
    display: inline;
}

p.negrita {
    font-family: RennerBook;
    font-size: 1.7em;
    text-align: right;
    line-height: 27px;
    color: #000000;
    display: inline;
}

/* proyectos */

video.home {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    ;
    transition: opacity 1s;

    background-size: 100% 100% !important;
    background-position: 0px 0px !important;
    background-image: url(../imgs/videohome.png) !important;
}

.fotter{
    width: 100%; 
    background-color: black;
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    left: 0;
    bottom: 0;
}

.contsocialfotter{
    text-align: right;
}
.socialfotter{
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 30px;
}

.socialfotter:hover{
    color:#FC914A;
}

p.fott{
    color: white;
}