


/*telefono portrait*/
@media only screen and (max-width: 600px){
    footer{
        width: 100vw;
        height: 100vh;
        background-color: rgb(255, 255, 255);
        filter: drop-shadow(0px 0px 0px #000000);
        padding: 4vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        z-index: 99999;
        right: 0;
    }

    .btnfooter{
        width: 7vh;
        height: 7vh;
        
        position: fixed;
        z-index: 999999;
        
         right: 2vh;
         bottom: 2vh;
         padding: 1.5vh;
         transition: all 0.3s;
    }

    .btnfooter:hover{
        width: 8vh;
        height: 8vh;
        
        position: fixed;
        z-index: 999999;
        
         right: 2vh;
         bottom: 2vh;
         padding: 1.5vh;
    }

    .footerAnimationS{
        right: 0;
        transition: all 0.6s;
    }
    .footerAnimationC{
        right: -100vw;
        transition: all 0.6s;
    }
    #iconFooter{
        transition: all 0.6s;
    }
    
    footer h1{
        font-size: 15pt;
        margin-bottom: 1vh;
    }
    footer h3{
        font-size: 10pt;
        margin-bottom: 1vh;
    }
    .informacionCreditos{
        width: 100%;
        height: auto;
        
    }
    .informacion {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    
    .nombresF p{
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 1.5vh;
    }
    
    .ContactosF p{
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 1.5vh;
    }

    .nombresF p b{
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 1.5vh;
    }
    .ContactosF p b{
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 1.5vh;
    }
    
    .agradecimientos{
        
        border-top: solid .5px black;
    }

    .agradecimientos p{
        font-size: 1.5vh;
       
    }

    .agradecimientos p b{
        font-size: 1.5vh;
       
    }
    
    footer button{
        padding: 1vh 2.6vh;
        background-color: black;
        color: white;
        font-size: 7pt;
        margin-top: 3vh;
    }
    
    .logonegro{
        color: black;
    }
}

/*telefono landscape*/
@media only screen and (min-width: 600px){
    footer{
        width: 100vw;
        height: 100vh;
        background-color: rgb(255, 255, 255);
        filter: drop-shadow(0px 0px 0px #000000);
        padding: 10vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        z-index: 99999;
        right: 0;
    }

    .btnfooter{
        width: 7vh;
        height: 7vh;
        
        position: fixed;
        z-index: 999999;
        
         right: 2vh;
         bottom: 2vh;
         padding: 1.5vh;
         transition: all 0.3s;
    }

    .btnfooter:hover{
        width: 8vh;
        height: 8vh;
        
        position: fixed;
        z-index: 999999;
        
         right: 2vh;
         bottom: 2vh;
         padding: 1.5vh;
    }

    .footerAnimationS{
        right: 0;
        transition: all 0.6s;
    }
    .footerAnimationC{
        right: -100vw;
        transition: all 0.6s;
    }
    #iconFooter{
        transition: all 0.6s;
    }
    
    
    footer h1{
        font-size: 15pt;
        margin-bottom: 1vh;
    }
    footer h3{
        font-size: 10pt;
        margin-bottom: 1vh;
    }
    .informacionCreditos{
        width: 100%;
        height: auto;
        
    }
    .informacion {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    
    .nombresF p{
        margin-top: 1px;
        margin-bottom: 4px;
        font-size: 1.5vh;
    }
    .ContactosF p{
        margin-top: 1px;
        margin-bottom: 4px;
        font-size: 1.5vh;
    }
    .nombresF p b{
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 1.5vh;
    }
    .ContactosF p b{
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 1.5vh;
    }
    
    .agradecimientos{
        
        border-top: solid .5px black;
    }

    .agradecimientos p{
        font-size: 1.5vh;
       
    }

    .agradecimientos p b{
        font-size: 1.5vh;
       
    }
    
    footer button{
        padding: 1vh 2.6vh;
        background-color: black;
        color: white;
        font-size: 7pt;
        margin-top: 3vh;
    }
    
    .logonegro{
        color: black;
    }
}

/*tablet portrait*/
@media only screen and (min-width: 768px){
    footer{
        width: 100vw;
        height: 100vh;
        background-color: rgb(255, 255, 255);
        filter: drop-shadow(0px 0px 0px #000000);
        padding: 10vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        z-index: 99999;
        right: 0;
    }

    .btnfooter{
        width: 7vh;
        height: 7vh;
        
        position: fixed;
        z-index: 999999;
        
         right: 2vh;
         bottom: 2vh;
         padding: 1.5vh;
         transition: all 0.3s;
    }

    .btnfooter:hover{
        width: 8vh;
        height: 8vh;
        
        position: fixed;
        z-index: 999999;
        
         right: 2vh;
         bottom: 2vh;
         padding: 1.5vh;
    }

    .footerAnimationS{
        right: 0;
        transition: all 0.6s;
    }
    .footerAnimationC{
        right: -100vw;
        transition: all 0.6s;
    }
    #iconFooter{
        transition: all 0.6s;
    }
    
    footer h1{
        font-size: 15pt;
        margin-bottom: 1vh;
    }
    footer h3{
        font-size: 10pt;
        margin-bottom: 1vh;
    }
    .informacionCreditos{
        width: 100%;
        height: auto;
        
    }
    .informacion {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    
    .nombresF p{
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 1.5vh;
    }
    .ContactosF p{
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 1.5vh;
    }

    .nombresF p b{
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 1.5vh;
    }
    .ContactosF p b{
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 1.5vh;
    }
    
    .agradecimientos{
        
        border-top: solid .5px black;
    }

    .agradecimientos p{
        font-size: 1.5vh;
       
    }

    .agradecimientos p b{
        font-size: 1.5vh;
       
    }
    
    
    footer button{
        padding: 1vh 2.6vh;
        background-color: black;
        color: white;
        font-size: 7pt;
        margin-top: 3vh;
    }
    
    .logonegro{
        color: black;
    }
}

/*tablet landscape*/
@media only screen and (min-width: 992px){
    footer{
        width: 85vw;
        height: 100vh;
        background-color: rgb(255, 255, 255);
        filter: drop-shadow(0px 0px 0px #000000);
        padding: 10vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        z-index: 99999;
        right: 0;
    }

    .btnfooter{
        width: 7vh;
        height: 7vh;
        
        position: fixed;
        z-index: 999999;
        
         right: 2vh;
         bottom: 2vh;
         padding: 1.5vh;
         transition: all 0.3s;
    }

    .btnfooter:hover{
        width: 8vh;
        height: 8vh;
        
        position: fixed;
        z-index: 999999;
        
         right: 2vh;
         bottom: 2vh;
         padding: 1.5vh;
    }

    .footerAnimationS{
        right: 0;
        transition: all 0.6s;
    }
    .footerAnimationC{
        right: -86vw;
        transition: all 0.6s;
    }
    #iconFooter{
        transition: all 0.6s;
    }
    
    footer h1{
        font-size: 15pt;
        margin-bottom: 1vh;
    }
    footer h3{
        font-size: 10pt;
        margin-bottom: 1vh;
    }
    .informacionCreditos{
        width: 100%;
        height: auto;
        
    }
    .informacion {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    
    .nombresF p{
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 1.5vh;
    }
    .ContactosF p{
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 1.5vh;
    }
    
    footer button{
        padding: 1vh 2.6vh;
        background-color: black;
        color: white;
        font-size: 7pt;
        margin-top: 3vh;
    }
    
    .logonegro{
        color: black;
    }
} 



/*escritorio grande*/
@media only screen and (min-width: 1400px){
    
    footer{
        width: 50vw;
        height: 100vh;
        background-color: rgb(255, 255, 255);
        filter: drop-shadow(0px 0px 0px #000000);
        padding: 10vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        z-index: 99999;
        right: 0;
        
    }

    .btnfooter{
        width: 7vh;
        height: 7vh;
        
        position: fixed;
        z-index: 999999;
        
         right: 2vh;
         bottom: 2vh;
         padding: 1.5vh;
         transition: all 0.3s;
    }

    .btnfooter:hover{
        width: 8vh;
        height: 8vh;
        
        position: fixed;
        z-index: 999999;
        
         right: 2vh;
         bottom: 2vh;
         padding: 1.5vh;
    }

    .footerAnimationS{
        right: 0;
        transition: all 0.6s;
    }
    .footerAnimationC{
        right: -51vw;
        transition: all 0.6s;
    }
    #iconFooter{
        transition: all 0.6s;
    }
    
    footer h1{
        font-size: 15pt;
        margin-bottom: 1vh;
    }
    footer h3{
        font-size: 12pt;
        margin-bottom: 1vh;
    }
    .informacionCreditos{
        width: 100%;
        height: auto;
        
    }
    .informacion {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    
    .nombresF p{
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 1.8vh;
    }
    .ContactosF p{
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 1.8vh;
    }
    
    footer button{
        padding: 1vh 2.6vh;
        background-color: black;
        color: white;
        font-size: 15pt;
        margin-top: 3vh;
    }
    
    .logonegro{
        color: black;
    }
}
