

.contprimerapagina{

width: 100vw;
height: 100vh;
position:relative;



z-index: 1;



}



                                                     /*contenedor video o foto dentro del cont central*/

.contaudiovisualfondo{

width:100vw;
height:36vh; 
position:absolute;
top: calc(50% - 18vh);
flex-direction: column;
align-items: center;   /*se regula la imagen tamaño por su altura ya que es objet fit contain*/

display: block;


z-index: 0;



}


.imgportada{


    height: 100%;
    width: 100%;
    object-fit: contain;
    overflow: hidden;
    z-index: 0;



}


                                           /*cartela*/




.cartelainferior{



width: 100%;
height:35px;
position: absolute;
bottom:16vh;

display: flex;
align-items: center;
flex-direction: column;
z-index: 2;







}   

.cartelainferior a {

cursor: pointer;

}                                                      /*contenedor enlace principal*/

.btnssubcartela{

    position: absolute;
    bottom: calc(16vh - 45px);
    width: 100%;
    height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
   




  

    z-index: 2;

}

.botonportada{



width: 20px;
height: 20px;



}







/* redes */




.cont-redes{

    width: 100%;
    position:absolute;
    bottom:6vh;


    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
   

  

    
}


.conticonos{

width: auto;
height: auto;
display: flex;
align-items: center;
margin-bottom: 15px;

}


.logored img{
    width: 20px;
    margin-left: 3px;
    opacity: .8;
 
    
}

.logored img:hover{
    
    opacity: 1;
 transform: scale(1.1)
    
}


















footer{

    width: 100%;
    height: 18px;
    position:fixed;
    bottom: 0px;


    


    


}

.textofooter{

    text-align: center;
    margin-top: 7px;

}


