@font-face {
    font-family: 'cocogoose';
    src: url('../fonts/cocogoose/Cocogoose-Pro-Regular-trial.ttf');
}

@font-face {
    font-family: 'museo';
    src: url('../fonts/museosans-500/Fonts/museo-Sans-500.woff');
}

h1 {
    font-family: "cocogoose";
}
p {
    font-family: "museo";
}
a {
    text-decoration: none; 
    color: #202020;
}
.titulo {
    font-size: 80px;
}
.titulo_transparente {
    -webkit-text-stroke: 2px #004D44; 
    color: transparent;
    font-size: 80px;
}
.parrafo_titulo {
    font-size: 20px;
    margin: 0;
    color: #004D44;
    font-family: "museo";
}
.logo ul {
    position: absolute; 
    top: 15px; 
    right: 0px;
}
.logo ul li {
    float: left;
    padding: 10px 20px;
    list-style: none;
}
.logo ul li a {
    color: #004D44;
    cursor: pointer;
}
.logo ul li a:hover {
    color: #01302b;
}
.scrolltop {
    position:fixed; 
    bottom: 100px;
    right: 30px;
    z-index: 3;
}
.ws {
    position:fixed; 
    bottom: 30px;
    right: 30px;
    z-index: 3;
}
.whatsapp {
    position: fixed; 
    right: 100px; 
    bottom: 30px;
    width: 400px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    background: #E4DED6;
    display: none;
    z-index: 4;
}