@font-face {
    font-family: 'FiraSans';
    src: url('../fonts/FiraSans-Medium.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'FiraSans';
    src: url('../fonts/FiraSans-MediumItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'FiraSans';
    src: url('../fonts/FiraSans-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Heavitas';
    src: url('../fonts/Heavitas.ttf') format('truetype');
    font-weight: 400;
}

body, html {
    font-family: "FiraSans";
    font-weight: 400;
}


h1, h2, h3, h4 {
    font-family: "Heavitas";
    font-weight: 600;
    color: #8B2E5B;
}

.nav-link {
    color: #8B2E5B;
}

.primario {
    color: #8B2E5B;
}

.bg-primary {
    background-color: #8B2E5B !important
}

.btn-primary:hover, .btn-primary {
    background-color: #8B2E5B;
    border-color: #CC3300
}

.btn-outline-primary, .btn-outline-primary:hover {
    color: #8B2E5B;
    border-color: #CC3300
}

.btn-outline-primary:hover {
    color: white;
    background-color: #8B2E5B !important
}

.btn-primary:active {
    background-color: #8B2E5B;
    border-color: #CC3300
}

.ahref-max {
    position: relative;
    display: block;
    min-height: 140px;
    height: 30vh
}

.thumb-max {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: 90%;
    max-width: 90%;
    z-index: 3
}


.label-container {
    position: fixed;
    bottom: 48px;
    right: 105px;
    display: table;
    visibility: hidden;
}

.label-container-borrar {
    position: fixed;
    bottom: 118px;
    right: 105px;
    display: table;
    visibility: hidden;
}

.label-text {
    color: #FFF;
    background: rgba(51, 51, 51, 0.5);
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border-radius: 3px;
}

.label-arrow {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    opacity: 0.5;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 7px #000;
    animation: bot-to-top 2s ease-out;
}

.bg-principal {
    /* height: 50vh; */
    background-position: center;
    background-image: url('../images/principal.webp');
    background-size: cover;
}

footer, .bg-picture {
    background-image: url('../images/fondo.webp');
    background-size: cover;
    background-attachment: fixed;
}