.tb-btn.tb-style9, .tb-btn.tb-style10 {
    border: 1px solid #eaeaea;
    min-width: 150px;
    padding: .7em 2.1em;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    line-height: 1.5em;
    background-color: #fff;
}
h1, h2, h3, h4, h3, h5, h6 {
    font-weight: 400;
    color: #222;
    padding: 0;
    margin: 0 0 15px 0;
    line-height: 1.2em;
    font-family: 'Circular',sans-serif;
}

body {
    color: #666;
    line-height: 1.6em;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding-top: 100px;
}
.premio {
    opacity: 0.8;
}
.tb-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    font-weight: 500;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tb-btn:hover {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.tb-hero-img.tb-style1 .tb-hero-img-box {
    width: 650px;
    height: 550px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -webkit-animation: borderAnimation 4s linear infinite;
    animation: borderAnimation 4s linear infinite;
}
.btn-info {
    background-color: #0d3c4d;
    border: none;
}
.btn-info:hover {
    background-color: #C89F6A;
}
.nav-item {
    margin: 10px;
    font-weight: 300;
}
i {
    float: left;
    margin-right: 1%;
}