.face-icon, .twit-icon,
.insta-icon, .pinterest-icon,
.whats-icon, .mail-icon,
.descarga-icon{
    position: absolute;
    z-index: 1000;
    width: 22px;
    height: 22px;
    top: 18px;
    background-size: cover;

}

a{
    color: white;
}
a:hover{
    color: #222322;
    cursor: pointer;
}
a:link, a:visited{
    text-decoration: none;
    outline: none;
}
.face-icon{
    /*background-image: url(../iconosShare/facebook.svg);*/

    right:20px;
}
.twit-icon{
    right: 50px;

}
/*.insta-icon{
    
    top: 100px;
}*/
.pinterest-icon{
    right: 80px;

}
.mail-icon{

    right: 110px;
}
.inline:hover{
    cursor: pointer;
    color: #222322;
}
.descarga-icon{

    right: 140px;
}
.whats-icon{
    display: none;
    top: 250px;
}
.mensajeCookie{
    position:absolute;
    right: 0;
    width: 250px;
    top: 40;
    text-align: center;
    padding: 10px;
    color: white;
    background-color: #aec663;
    border-radius: 0 0 10px 10px;
}
.mensajeCookie:hover{
    cursor: pointer;
}
#inline_content{
    position: absolute;
    right: 0px;
    display: block;
    padding: 10px;
    color: white;
    background-color: #aec663;
    border-radius: 0 0 10px 10px;
    z-index: 20000;
}
#inline_content1{
    padding: 10px;
    color: white;
    background-color: #aec663;
    border-radius: 0 0 10px 10px;
    z-index: 20000;
}
.botonCorreo{

    background-color: #4e8f57;
    border-radius: 10px;
    height: 30px;
    color: white;
    width: 50%;
    border: none;
    margin-top: 10px;
    line-height:30px;
    font-weight: bold;
    margin: 10px auto auto auto;
}

.botonCorreo:hover{
    color: black;
    cursor: pointer;
}
.logoFluture{
    height: 41px;

    width: 109px;

    margin: auto;

  

    position: fixed;

    
    z-index: 1;
    right: 35px;

    bottom: 0px;
}

@media screen and (max-width:500px){
    .face-icon, .twit-icon,
    .insta-icon, .pinterest-icon,
    .whats-icon, .mail-icon,
    .descarga-icon{

        display: none;
    }
    a{
        color:white;
    }



    .face-icon{
        /*background-image: url(../iconosShare/facebook.svg);*/

        left:80px;
    }
    .twit-icon{
        left: 110px;

    }
    /*.insta-icon{
        
        top: 100px;
    }*/
    .pinterest-icon{
        left: 140px;

    }
    .mail-icon{

        left: 170px;
    }
    .descarga-icon{

        left: 200px;
    }
    .whats-icon{
        display: none;
        top: 250px;
    }
}

.ico{
    display: inline-block;
}


