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

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

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


body, html {
    background-color:#F4EFE2;
    font-family: "Poppins";
    font-weight: 400;
}


h1, h2, h3, h4 {
    font-family: "CalSans";
    font-weight: 600;
    color: #182D21;
}

.nav-link {
    color: #182D21;
}

.primario, .text-primary {
    color: #182D21;
}

.bg-primary {
    background-color: #182D21 !important
}

.btn-primary:hover, .btn-primary {
    background-color: #182D21;
    border-color: #BAD1CE
}
.bg-terciario{
    background-color: #BAD1CE;
}

.bg-secondary {
    background-color: #1B243A;
}

.btn-outline-primary, .btn-outline-primary:hover {
    color: #182D21;
    border-color: #BAD1CE
}

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

.btn-primary:active {
    background-color: #182D21;
    border-color: #BAD1CE
}

.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;
}
