@font-face {
    font-family: 'HelveticaNeue-Light';
    src: local('HelveticaNeue-Light'), url('../font/HelveticaNeue-Light.otf') format('opentype');
}
#footer-der {
    font-family: "HelveticaNeue-Light" !important;
    background-color: #f8f9fa;
    color: black;
    font-size: 100%;
}
#footer {
    background-color: #f8f9fa;
    color: black;
    font-size: 110%;
}

/* icono flotante whatsapp */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
.whatsapp {
    display: inline;
    bottom: 15px;
    left: 15px;
    position: fixed;
    z-index: 99999999;
}
.link {
    color: transparent;
}

/* CSS link color */

.link:hover {
    color: transparent;
}


#botones {

    background: #dc8c0b;
    width: 28%;
    height: 50px;
    font-size: 22px;
    border: 2px solid #dc8c0b;
    color: white;
    border-radius: 10px;
    text-align: center; 
}

#botonesMov {

    background: #dc8c0b;
    width: 100%;
    height: 50px;
    font-size: 22px;
    border: 2px solid #dc8c0b;
    color: white;
    border-radius: 10px;
    text-align: center; 
}

.titulo{
    font-size: 40px;
}

.p{
    font-size: 25px;
}
.p1{
    font-size: 22px;
}
