﻿

@font-face {
    font-family: "Helvetica Neue Bold";
    font-style: normal;
    font-weight: normal;
    src: local("~/fonts/Helvetica Neue Bold"), url("../../fonts/Helvetica Neu Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: normal;
    src: local("~/fonts/Helvetica Neue"), url("../../fonts/HelveticaNeueMed.ttf") format("truetype");
}

@font-face {
    font-family: "Helvetica 55 Roman";
    font-style: normal;
    font-weight: normal;
    src: local("~/fonts/Helvetica 55 Roman"), url("../../fonts/helveticaneue-roman.otf") format("opentype");
}

* {
    font-family: Helvetica Neue;
    color: #213063;
}
.datos {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .datos * {
        color: white !important;
        margin: 0;
    }

    .datos h3 {
        font-size: 17px;
        margin-top: 10px;
    }
.terminos, .autoevaluacion {
    padding-top: 35px;
    padding-bottom: 35px;
}

.juegaygana {
    padding-top: 35px;
    padding-bottom: 0;
}

.objetivo {
    background-color: #F4F7FC;
}

.titulo {
    background: #213063;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-transform: uppercase;
}

.bg-info {
    background: #F4F7FC !important;
}

.carousel-indicators [data-bs-target] {
    opacity: 1;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: 1px solid #FFC100;
}

.carousel-indicators .active {
    background: #FFC100;
}

.btn-primary {
    background: #FFC100;
    border-color: #FFC100;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:first-child:active {
        background: #FFC100;
        border-color: #FFC100;
    }

.btn-outline-primary {
    color: #FFC100;
    border-color: #FFC100;
}

    .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:first-child:active {
        background: #FFC100;
        color: #ffffff;
        border-color: #FFC100;
    }


.card-img-overlay {
    top: auto;
    text-align: left;
    text-align: start;
}


.offcanvas.show:not(.hiding), .offcanvas.showing {
    z-index: 9999;
}

.offcanvas.offcanvas-bottom {
    height: auto;
    border-radius: 20px 20px 0 0;
}

.btn-close {
    background: url(../img/ic-close.svg);
    background-repeat: no-repeat;
}

.border-primary {
    background: white;
    border: 1px solid #FFC100 !important;
    border-radius: 15px;
}






@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.product-item {
    border: none;
}

.product-img {
    position: relative;
    overflow: hidden;
}

.btns {
    position: absolute;
    left: 0;
    bottom: -100%;
    font-size: 15px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}

    .btns button {
        border: none;
        background-color: rgb(39, 39, 39);
        color: #fff;
        transition: all 0.3s ease-in-out;
    }

        .btns button:hover {
            color: #fcb941;
        }

.product-img:hover .btns {
    bottom: 0;
}

.heart-icon {
    position: absolute;
    top: 16px;
    right: 15px;
    font-size: 18px;
}

.product-type {
    font-size: 13px;
    opacity: 0.8;
}

.product-name {
    transition: all 0.3s ease-in-out;
}

    .product-name:hover {
        color: #FFC100 !important;
    }

.product-price {
    color: #FFC100;
}

.rating {
    font-size: 13px;
}

.product-item {
    width: 300px;
}

.owl-theme .owl-dots .owl-dot span {
    background: white !important;
    border: 1px solid #FFC100;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFC100 !important;
}

.table * {
    color: #414141;
}







#picture__input {
    display: none;
}

.picture {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    border: 2px solid #D9D9D9;
    cursor: pointer;
    font-family: sans-serif;
    transition: color 300ms ease-in-out, background 300ms ease-in-out;
    outline: none;
    overflow: hidden;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

    .picture:hover {
        color: #777;
        background: #ccc;
    }

    .picture:active {
        border-color: turquoise;
        color: turquoise;
        background: #eee;
    }

    .picture:focus {
        color: #777;
        background: #ccc;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

.picture1 {
    background-image: url(../../images/Piloto/Autoevaluacion/Iconos/ic-camara.png);
}

.picture2 {
    background-image: url(../../images/Piloto/Autoevaluacion/Iconos/ic-camara.png);
}

.picture3 {
    background-image: url(../../images/Piloto/Autoevaluacion/Iconos/ic-camara.png);
}

.picture__img {
    max-width: 100%;
}




.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

    .rating:not(:checked) > input {
        position: absolute;
        appearance: none;
    }

    .rating:not(:checked) > label {
        cursor: pointer;
        font-size: 20px;
        color: #EBEBEB;
    }

        .rating:not(:checked) > label:before {
            content: '★';
        }

    .rating > input:checked + label:hover,
    .rating > input:checked + label:hover ~ label,
    .rating > input:checked ~ label:hover,
    .rating > input:checked ~ label:hover ~ label,
    .rating > label:hover ~ input:checked ~ label {
        color: #FFC100;
    }

    .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        color: #FFC100;
    }

    .rating > input:checked ~ label {
        color: #FFC100;
    }



.nav-tabs {
    overflow-x: auto;
    flex-direction: row;
    width: 100%;
    flex-wrap: inherit;
    margin-top: 20px;
}

    .nav-tabs .nav-link {
        font-size: 13px;
        width: 100%;
        white-space: nowrap;
        background: #f1f1f1;
        margin: 5px;
        border-radius: 5px;
        color: #ffc001;
    }