#header img {
    width: 160px;
}





#header {
    width: 100%;
    padding:15px;
    z-index: 2;
    position: absolute;
}



body{
    background-color: rgb(0, 4, 20);
}



#header{
    left: 0;
    top:0;
    width: 100%;
    right: 0;  
}


.img-render{
    width: 100%;
    height: 100%;
 
}


.logo{
    width: 200%;
}

/*** menú principal ***/


.navbar{
    display: flex;
    align-items: center;
}

.navbar {
    font-size: 1.5rem;
    font-weight: bold;
}

.navbar .links{
    display: flex;
    gap: 2rem;
}

.loginBtn{

    color: white;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size:  0.8rem;
    font-weight: bold;
    cursor: pointer;  
}

.navbar .toggleBtn{
    color: white;
    font-size:30px;
    cursor: pointer;
   
    }


hr{
    border-color: rgba(255, 255, 255, 0.28);
}


.menu{ 
    position:absolute;
    right: 10%;
    z-index: 4;
    top: 70px;
    width: 360px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.54);
    backdrop-filter: blur(40px);
    height: 0;
    border-radius:15px;  
    display: none;
    box-shadow: 0 0 20px rgba(238, 64, 35, 0.48);
    transition: 0.4s;
   
}

.datos{
    background: #EE4023;
    
}

.circular{
    border-radius: 50%;
    width: 55%;
    aspect-ratio: 1;
    object-fit: cover;


    
}






.navbard .toggleBtn{
    color:black;
    font-size:30px;
    cursor: pointer;
    }



.menu li{
    padding: 0.7rem;
    display: flex;
    align-items: center; 
}


.luz{
      color: #EE4023;
      text-shadow: 0 0 10px #ff2400;   
}

.menu a{
    padding: 6px 13px 1px 15px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    transition: 0.3s;
    font-family: 'Montserrat SemiBold';
     -moz-font-family: 'Montserrat SemiBold';
    }


.menu .loginBtn{
    width: 100%;
    text-align: center;
}

.menu.open{
    height: 245px;
}





.btn-enviar{
    color: white;
    width: 200px;
}

.texto:hover{

    color: #EE4023;
    
}


.rrss{
    font-size: 190%;
    color: white;    
}





@media(max-width: 1992px){
    .menu{
        display: block;
    }
    .navbar .toggleBtn{
        display: block;
    }
    
    .navbar .links,
    .navbar .loginBtn{
        display: none;
    }
    
}



/*** Texto principal ***/



.contenedor {
	background-color: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
    text-align: center;
  
}

.contenedorvideo {
	background-color: white;
	width: 100%;
    height: auto;
	margin: 0;
	padding: 200px 0 60px 0;
    text-align: center;
  
}




.titular{
    color:gray;
    font-size: 14px;
    font-family: 'Montserrat Regular';
    -moz-font-family: 'Montserrat Regular';
}


.contenedor-eltexto .titulo {
     font-size: 50px;
     margin-bottom: 40px;
    text-align: center
}

.contenedor-eltexto .studio {
     font-weight: bold;
    -moz-font-family: 'Montserrat Bold';
    font-family: 'Montserrat Bold';
     color: #EE4023;
     font-style: normal;

}




.contenedor-eltexto{
   -moz-font-family: 'Montserrat Regular';
   font-family: 'Montserrat Regular';
    
    
}




/*** Galeria ***/

.gallery-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
    grid-template-rows: repeat(3,1);
    position:inherit;
}



.gallery-item1{
    grid-column: 1/1;
    grid-row: 1 ;
}

.gallery-item2{
    grid-column: 2/2;
    grid-row: 1 /2; 
}

.gallery-item3{
    grid-column: 3/3;
    grid-row: 1 / 1;
}


.gallery-item4{
    grid-column: 2/1;
    grid-row: 2;
}

.gallery-item5{
    grid-column: 2/2;
    grid-row: 2 / 2;
}

.gallery-item6{
    grid-column: 5/6;
    grid-row: 2/3;
}


.gallery-item7{
    grid-column: 4/4;
    grid-row: 3 / 3;
}


.gallery-item8{
    grid-column: 3 / 4;
    grid-row: 3 / 3; 
}

.gallery-item9{
    grid-column: 4 / 5;
    grid-row: 3 / 3;
}


.gallery-item10{
    grid-column: 3 / 4;
    grid-row: 4 / 3;
}

.gallery-item11{
    grid-column: 4 / 5;
    grid-row: 4 / 3;
}


.gallery-item12{
    grid-column: 4;
    grid-row: 4/3;
}



.gallery-img{
    width: 100%;
    height: 10%;
  
}


/*** cuadro 1 ***/

.img-area1 {
    grid-column: 1 ;
    grid-row: 1 / 3; 
    text-align:center; 
    color: white;
    position: relative;
}



/*** cuadro 2 ***/





.img-area2 {
    grid-column: 2;
    grid-row: 1 / 2;
    text-align: center;
    color: white;
    position: relative;
}


/*** cuadros ***/




.img-area2:after {
    width: 100%;
    position: absolute;
    left: 0; 
}


.img-area2:after{
    content: '';
    height: 100%;
    top: 0;
    transition: .05s;
}


.img-area2:hover:after {
     background: black;
     opacity: 50%;
    cursor: pointer;
}


.mb2 .box2 {
    position:relative; 
}

.mb2 .box2 .content2 {
    position:absolute;
    width:100%;
     height: 100%;
    padding:100px 10px 10px 20px;
    top:50%;
    transform:translateY(-50%);
    z-index:1;
    box-sizing:border-box;
    text-align:left;     
}

.mb2 .box2 .content2 {
    position:absolute;
    width:100%;
     height: 100%;
    top:50%;
    transform:translateY(-50%);
    z-index:1;
    box-sizing:border-box;
    text-align:left;   
}


.mb2 .box2 .content2 h2 {
    padding:0;
    color:white;
    transition:0.5s;
    transform:translateY(-50px);
    opacity:0;
    visibility:hidden;
     -moz-font-family: 'Montserrat Bold';
    font-family: 'Montserrat Bold';   
}

.mb2 .box2:hover .content2 h2{
    opacity:1;
    visibility:visible;
    transform:translateY(0px);      
}



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

    .gallery-container{
        display: block;
       
}
    

}


/*** cuadro 3 ***/

.img-area3 {
     grid-column: 3;
    grid-row: 1 / 2;
    text-align: center;
    color: white;
    position: relative;
}


/*** cuadro 4 ***/


.img-area4 {
    grid-column: 1;
    grid-row: 2 / 3;
    text-align: center;
    color: white;
    position: relative;
}


/*** cuadro 5 ***/


.img-area5 {
     grid-column: 2;
    grid-row: 2/4;
    text-align: center;
    color: white;
    position: relative;
}



/*** cuadro 6 ***/


.img-area6 {
     grid-column: 3;
    grid-row: 2;
    text-align: center;
    color: white;
    position: relative;
}


/*** cuadro 7 ***/

.img-area7 {
    grid-column: 1/2 ;
    grid-row: 3 / 3; 
    text-align: center;
    color: white;
    position: relative;
}

/*** cuadro 8 ***/





.img-area8 {
    grid-column: 2;
    grid-row: 3/4 ;
    text-align: center;
    color: white;
    position: relative;
}




/*** cuadro 9 ***/





.img-area9 {
     grid-column: 3;
    grid-row: 3 / 3;
    text-align: center;
    color: white;
    position: relative;
}




/*** cuadro 10 ***/





.img-area10 {
    grid-column: 1;
    grid-row: 4 / 4;
    text-align: center;
    color: white;
    position: relative;
}





/*** cuadro 11 ***/





.img-area11 {
     grid-column: 2;
    grid-row: 4;
    text-align: center;
    color: white;
    position: relative;
}






/*** cuadro 12 ***/





.img-area12 {
     grid-column: 3;
    grid-row: 4/5;
    text-align: center;
    color: white;
    position: relative;
}






.titulos{
     font-size: 25px;
    color: white;
      -moz-font-family: 'Montserrat Bold';
    font-family: 'Montserrat Bold';
}


.textosb{
        font-size: 18px;
     font-family: 'Montserrat Regular';
     -moz-font-family: 'Montserrat Regular';
    background: linear-gradient(to right, #f23f3f, #f2ad66);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  
}

.textos{
     font-size: 18px;
     color:white;
     font-family: 'Montserrat Regular';
     -moz-font-family: 'Montserrat Regular';
}



.t1{
           font-size: 16px;
     font-family: 'Montserrat Regular';
     -moz-font-family: 'Montserrat Regular';
}

.t2{
     font-size: 25px;
      -moz-font-family: 'Montserrat Bold';
    font-family: 'Montserrat Bold';
}


.t3{
     font-size: 15px;
    color: #505050;
    font-family: 'Montserrat Regular';
     -moz-font-family: 'Montserrat Regular';
}








.btn-enviar{
 
    color: white;
    width: 200px;
}

.rrss{
    font-size: 190%;
    color: white;
  
    
}


.fa-whatsapp:hover{
    color:#25D366; 
}

.fa-instagram:hover{
    color:#DD2A7B ; 
}

.fa-linkedin-in:hover{
    color:#0e76a8 ; 
}

.fa-facebook:hover{
    color:#3b5998; 
}

.fa-behance:hover{
    color:#053EFF;
}

.fa-vimeo-v:hover{
    color:#00AAE4; 
}

.fa-envelope:hover{
    color:#034fa0; 
}

.btn-portafolio{
     background-color: black;
    color: white;
}



.btn-portafolio:hover{
    
    background-color: #EE4023;
    color: white;
}

#footer {
    background-color: rgb(0, 4, 20);
}




#carousel {
    position:relative;
}

#carousel .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 15px;
}


#carousel .overlay .container,
#carousel .overlay .row {
    height: 100%;
}


.info{
    color: rgb(0, 7, 34);
     -moz-font-family: 'Montserrat Bold';
    font-family: 'Montserrat Bold'; 
    font-size: 140%;
}
    
    


#footer a {
 
    color: white;
}

.descarga{
    font-size: 25px;
    -moz-font-family: 'Montserrat Bold';
    font-family: 'Montserrat Bold'; 
}




/***páginas internas***/

.galery{
 
max-width: 100%; 

}

.contenedorgalery {
	background-color: rgb(0, 4, 20);
	width: 100%;
    height: auto;
	margin: 0;
	padding: 110px 0 60px 0;
    text-align: center;
  
}

.contenedorcontacto {
	background-color: #f8f8f8;
	padding: 210px 0 240px 0; 
}

.contenedorterminos {
	background-color: #f8f8f8;
	 
}


.contenedorenviado {
	background-color: #f8f8f8;
	padding: 330px 0 410px 0;

  
}



/*** Branding***/


.imagen{
    width: 100%;
}




/*** trabajos***/



.vespacio{
    margin: 1%;
    max-width: 100%;
}


li {
    list-style: none;
}


.container ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}



.container ul li {
    letter-spacing: 1px;;
    padding: 5px 15px;
    cursor: pointer;
    margin: 5px;
    border-bottom: 1px solid transparent;
     font-family: 'Montserrat Regular';
     -moz-font-family: 'Montserrat Regular';
    font-size: 18px;
}



.container ul li.active{
 font-size: 20px;
    color: #EE4023;
         -moz-font-family: 'Montserrat Bold';
    font-family: 'Montserrat Bold';
}



.product{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}



.product .itembox {
    position: relative;
    width: 350px;
    height: 300px;
    margin: 5px; 
    display: block;
}



.product .itembox img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    cursor: pointer;
}


.container .product .itembox.show{
    animation: show  ease 0s 1 forwards;
    transform-origin: center;
}



.container .product .itembox.hide{
    animation: hide  ease 0s 1 forwards;
    transform-origin: center;
}



@keyframes hide {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(0);
        width: 0;
        height: 0;
        margin: 0;
    }
}
@keyframes show {
    0%{
      
        transform: scale(0);
        width: 0;
        height: 0;
        margin: 0;
    }
    100%{
        transform: scale(1);
       
    }
}

@media(max-width: 468px){
    .product .itembox {
        width: 320px;
        height: 250px;
    }
}

@media only screen and (max-width: 500px) {
  .LogoJR {
    display: none;
  }
}



.bf{
    background-color: white;
    padding: 8px;
}
.footerd{
    padding: 10px 10px 0 20px;
    
    font-size: 80%;
    color: black;
     text-decoration: none;

}

