@font-face {
    font-family: 'Helvetica Neue Light_0';
    src: local('Helvetica Neue Light_0'), url('../font/Helvetica Neue Light_0.ttf') format('TrueType');
}

@font-face {
    font-family: 'albr55w';
    src: local('albr55w'), url('../font/albr55w.ttf') format('TrueType');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: local('OpenSans-Regular'), url('../font/OpenSans-Regular.ttf') format('TrueType');
}

.p2 {
    font-size: 22px;
    font-family: "OpenSans-Regular" !important;
    text-align: justify;
    color: black;
}

#footer-der {
    font-family: "Helvetica Neue Light_0" !important;
    background-color: #f8f9fa;
    color: black;
    font-size: 100%;
}

#footer {
    background-color: #f8f9fa;
   
    font-size: 110%;
     color: black;
}

.font {
    font-family: "Helvetica Neue Light_0" !important;
}

/* 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 {
    width: 50%;
    height: 50px;
    font-size: 20px;
    background: #123759;
    border: 1px;
    border-color: transparent;
    color: white;
    border-radius: 20px;
    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;
    font-family: "albr55w" !important;
    text-align: center;
    color: black;
}

.p {
    font-size: 25px;
    font-family: "Helvetica Neue Light_0" !important;
    text-align: center;
    color: black;
}

#p1 {
    font-size: 20px !important;
    font-family: "Helvetica Neue Light_0" !important;
    color: black;
}

.navbar {
    background-color: #123759;
    text-align: center;
    color: white;
}

.nav {
    background-color: #123759;
    justify-content: center;
    color: white;
}

#navb {
    color: white;
    padding-right: 30px;
    font-size: 27px;
    font-family: "Helvetica Neue Light_0" !important;
    text-align: center;
    background-color: #123759;
}

.topp {
    padding-top: 15px;
}

#navbaricon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}