﻿.dfchange {
    color: rgba(255, 165, 0, 1) !important;
}

.dstabs {
    margin-top: 2vh;
}

    .dstabs ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .dstabs li {
        float: left;
        color: var(--color-fuente-gral);
    }

        .dstabs li a {
            display: block;
            padding: 0.5vh 0.3vw 0.5vh 0.4vw;
            text-decoration: none !important;
            font-size: 0.72vw;
            font-weight: normal;
        }

        .dstabs li:not(.dstabs-select) a:hover {
            color: white !important;
            background-color: var(--color-fuente-gral-dis);
            cursor: pointer;
        }

    .dstabs .dstab-sup {
        font-size: 0.5vw;
    }

    .dstabs li sup ~ .dstabs li {
        margin-top: 0.3vh;
    }

.dstabs-content form {
    padding: 2vh 1vw;
    border: 1px solid var(--color-fuente-gral-dis);
    height: 38vh;
}

.dstabs-select {
    color: white !important;
    background-color: var(--color-fuente-gral-dis);
    cursor: default;
}

.dsgrid {
    text-rendering: optimizespeed;
    align-content: flex-start;
    display: flex;
    flex-flow: row wrap;
}

.dsblock {
    text-rendering: auto;
    display: inline-block;
    vertical-align: top;
    word-spacing: normal;
}

.dfs {
    font-family: 'Roboto' !important;
}

    .dfs textarea {
        border: 1px solid rgb(235 235 235);
        padding: 0.5vh 0.5vw;
        outline: none;
        background-color: rgb(255 255 255);
        resize: none;
        font-family: 'Roboto';
        font-size: 0.8vw;
        color: var(--color-fuente-gral);
        text-align: justify;
    }

    .dfs input {
        width: 97%;
        border: none;
        border-bottom: 1px solid rgb(15 62 77 / 20%);
        font-size: 1vw;
        background-color: #f9f9f9;
        color: var(--color-fuente-gral);
    }

        .dfs input[type="time"] {
            margin-top: -0.2vh;
            font-family: Arial;
        }

            .dfs input[type="time"]::-webkit-calendar-picker-indicator {
                filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
            }

        .dfs input:focus {
            outline: none;
            background: transparent;
        }

    .dfs select ~ span {
        width: 100% !important;
        border: none;
        border-bottom: 1px solid rgb(15 62 77 / 20%);
        margin-top: -0.1vh;
        background: transparent;
        padding: 0.1vh 0;
    }

        .dfs select ~ span:hover {
            outline: none;
            border: none;
            border-bottom: 1px solid rgb(15 62 77 / 20%);
            background: transparent;
        }

        .dfs select ~ span:focus {
            outline: none;
            border: none;
            border-bottom: 1px solid rgb(15 62 77 / 20%);
            background: transparent;
        }

        .dfs select ~ span .ui-selectmenu-text {
            font-size: 1vw;
            letter-spacing: normal;
            color: var(--color-fuente-gral);
        }

.ui-menu.ui-corner-bottom.ui-widget.ui-widget-content[role=listbox] {
    font-size: 0.9vw;
    padding: 0px;
}

    .ui-menu.ui-corner-bottom.ui-widget.ui-widget-content[role=listbox] li {
        font-family: 'Roboto';
        font-size: 0.8vw;
        padding: 0;
        overflow: hidden;
    }

.dfs .legend {
    font-size: 0.6vw;
    font-weight: 300;
    padding-top: 0.3vh;
    letter-spacing: normal;
    margin-bottom: 1vh;
}

    .dfs .legend cont {
        font-size: 0.5vw;
        float: right;
        padding-right: 0.3vw;
    }

.dfgroup {
    margin-top: 3vh;
    border: 1px solid rgb(15 62 77 / 40%);
    border-radius: 2px;
    font-size: 0.7vw;
    letter-spacing: 0.2vw;
    padding: 0.5vh 0.2vw;
}

    .dfgroup i {
        cursor: pointer;
        margin-right: 0.2vw;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.dsfieldset {
    height: 3vh;
    padding: 3.5vh 0.5vw 1vh 0.5vw;
    border: 1px solid rgb(15 62 77 / 20%);
}

    .dsfieldset legend {
        letter-spacing: normal;
    }

.dsltv-header {
    font-size: 0.75vw;
    text-align: center;
    color: var(--color-fuente-menus);
    background-color: rgb(15 62 77 / 40%);
    padding: 0.5vh 0;
}

.dsltv ul {
    list-style: none;
    margin: 0;
    padding: 1vh 0.5vw;
    line-height: 2.3vh;
    font-size: 0.75vw;
}

    .dsltv ul li {
        padding: 0vh 0.5vw;
        display: flex;
    }

        .dsltv ul li:hover {
            cursor: pointer;
            /*color: white !important;*/
            background-color: rgb(15 62 77 / 20%);
        }

        .dsltv ul li.select {
            /*color: white !important;*/
            background-color: rgb(15 62 77 / 20%);
        }

        .dsltv ul li.selectpte {
            color: rgb(0 128 0 / 70%) !important;
        }

[validate-tooltip] {
    position: relative;
    z-index: 10;
}
    /*Configuración de posición y visibilidad*/
    [validate-tooltip]:before,
    [validate-tooltip]:after {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        left: 50%;
        top: calc(100% + 5px); /* 5px es el tamaño de la flecha */
        bottom: auto;
        pointer-events: none;
        transition: 0.2s;
        will-change: transform;
    }
    /*El tooltip con ancho dinámico*/
    [validate-tooltip]:before {
        content: attr(validate-tooltip);
        font-size: 0.65vw;
        padding: 0.7vh 0.6vw;
        min-width: 50px;
        max-width: 300px;
        width: max-content;
        width: -moz-max-content;
        border-radius: 5px;
        color: white;
        background-color: rgb(178 34 34 / 70%);
        background-image: linear-gradient(30deg, rgba(59, 72, 80, 0.44), rgba(59, 68, 75, 0.44), rgba(60, 82, 88, 0.44));
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
        text-align: center;
        white-space: pre-wrap;
        transform: translate(-45%, 5px) scale(0.5);
    }
    /*Flecha del tooltip*/
    [validate-tooltip]:after {
        content: '';
        border-style: solid;
        border-width: 0px 5px 5px 5px; /* CSS triangle */
        border-color: transparent transparent rgb(178 34 34 / 70%) transparent;
        transition-duration: 0s; /* Si el ratón deja el elemento, 
                              Los efectos de transición para la 
                              flecha del tooltip se anulan*/
        transform-origin: bottom; /* Orientación para el 
                              efecto slide-down */
        transform: translateX(10%) scaleY(0);
    }
    /* Tooltip se hace visible (hover) */
    [validate-tooltip]:hover,
    [validate-tooltip]:hover:before,
    [validate-tooltip]:hover:after {
        visibility: visible;
        opacity: 1;
    }
        /* Escalas desde 0.5 a 1 -> efecto grow */
        [validate-tooltip]:hover,
        [validate-tooltip]:hover:before {
            transition-delay: 0.3s;
            transform: translate(-45%, 5px) scale(1);
        }
            /* Efecto slide down de la flecha solo en mouseenter (NO en mouseleave) */
            [validate-tooltip]:hover,
            [validate-tooltip]:hover:after {
                transition-delay: 0.5s; /* Comienza después del efecto grow */
                transition-duration: 0.2s;
                transform: translateX(10%) scaleY(1);
            }

.header {
    height: 7vh;
    background-color: var(--bgc-header);
    padding-top: 1vh;
    padding-left: 2vw;
    padding-right: 2vw;
}
.tellamamos {
    color: var(--color-header);
    text-align: right;
    font-size: 0.8vw;
}
.footer {
    height: 3vh;
    position: absolute;
    bottom: 0vh;
    width: 100%;
    font-size: 0.8vw;
    color: var(--color);
    background-color: var(--bgc-header);
    padding-top: 1vh;
}
.info {
    margin-left: 0.3vw;
    font-size: 0.8vw;
    cursor: help;
}
.link {
    text-decoration: none;
    color: var(--color);
}
.wizardstep {
    height: 58vh;
    padding: 1.5vh 2vw 1vh 2vw;
    background-color: white;
    /*border: 1px solid lightgray;*/
    border-radius: 5px;
    box-shadow: 5px 5px 5px grey;
    margin-bottom: 1vh;
}
#msform .wizardstep:not(:first-of-type) {
    display: none;
}
#msform .action-button, .action-button {
    width: 100px;
    /*background: rgb(138 56 120 / 80%);*/
    background: var(--color);
    opacity: 0.8;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px;
    margin: 10px 5px;
    text-decoration: none;
    font-size: 0.8vw;
}

    #msform .action-button:hover, #msform .action-button:focus, .action-button:hover, .action-button:focus {
        background: var(--color);
        opacity: 1;
    }
#msform .wizardbuttons {
    position: absolute;
    bottom: 10vh;
    margin-left: 18vw;
}

#progressbar {
    margin: 1vh 30vw 4vh 30vw;
    padding: 0;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
    #progressbar.four {
        margin: 1vh 28vw 4vh 28vw;
    }
    #progressbar.five {
        margin: 1vh 25vw 4vh 25vw;
    }
    #progressbar.six {
        margin: 1vh 22vw 4vh 22vw;
    }
    #progressbar li {
        list-style-type: none;
        color: var(--color);
        text-transform: uppercase;
        font-size: 0.7vw;
        /*width: 25%;*/
        float: left;
        position: relative;
        text-align: center;
    }
    #progressbar.three li {
        width: 33.33%;
    }
    #progressbar.four li {
        width: 25%;
    }
    #progressbar.five li {
        width: 20%;
    }
    #progressbar.six li {
        width: 16.66%;
    }
        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 20px;
            line-height: 20px;
            display: block;
            font-size: 10px;
            color: white;
            /*background: #8a387866;*/
            background: var(--color-02);
            opacity: 0.8;
            border-radius: 50%;
            margin: 0 auto 5px auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        /*progressbar connectors*/
    #progressbar li:after {
        content: '';
        /*width: 90%;*/
        /*margin-left: 5%;*/
        height: 3px;
        /*background: #8a387866;*/
        background: var(--color-02);
        opacity: 0.8;
        position: absolute;
        left: -50%;
        top: 9px;
        z-index: -1; /*put it behind the numbers*/
    }
    #progressbar.three li:after {
        width: 94%;
        margin-left: 3%;
    }
    #progressbar.four li:after {
        width: 92%;
        margin-left: 4%;
    }
    #progressbar.five li:after {
        width: 90%;
        margin-left: 5%;
    }
    #progressbar.six li:after {
        width: 90%;
        margin-left: 5%;
    }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }
        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before, #progressbar li.active:after {
            /*background: #8a3878;*/
            background: var(--color);
            opacity: 0.8;
            color: white;
        }

.btnpet {
    border: 1px solid;
    border-radius: 5px;
    padding: 0.5vh 0.5vw;
}
    .btnpet img {
        filter: var(--filtro-png);
    }
    .btnpet:hover {
        cursor: pointer;
        background-color: var(--color);
        color: white;
    }
        .btnpet:hover img {
            filter: var(--filtro-png-invert);
        }
    .btnpet.select {
        background-color: var(--color);
        color: white;
    }
        .btnpet.select img {
            filter: invert(100%) sepia(45%) saturate(2%) hue-rotate(297deg) brightness(112%) contrast(100%);
        }
.dog, .cat, .raza {
    display: none;
}
.dsinput {
    outline: none;
    border: 1px solid var(--color);
    border-radius: 5px;
    background: transparent;
    font-size: 1.2vw;
    color: var(--color);
    padding: 0.5vh 0.5vw;
    width: -webkit-fill-available;
}

.bocadillo-redondo {
    z-index: 1000000 !important;
    position: absolute;
    height: 20vh;
    width: 14vw;
    background: white;
    border-radius: 50%;
    box-shadow: 1px 12px 33px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    z-index: 1000;
}

    .bocadillo-redondo:before {
        border: 25px solid white;
        content: '';
        border-left-color: transparent;
        border-bottom-color: transparent;
        border-right-color: transparent;
        position: absolute;
        bottom: -44px;
        right: 75px;
        transform: rotate(-8deg);
    }
    .bocadillo-redondo span {
        margin-left: 2vw;
        margin-right: 2vw;
        font-family: 'Architects Daughter', cursive;
        font-size: 1vw;
        font-weight: bold;
        text-align: center;
    }
#opciones li {
    font-size: 1vw;
    border: 1px solid var(--color-02);
    border-radius: 5px;
    height: 10vh;
    display: flex;
    align-items: center;
    padding: 0 1vw;
    text-align: center;
    margin-bottom: 1.5vh;
    background: var(--color-02);
}
    #opciones li:hover, #opciones li.select {
        color: white;
        background: var(--color);
        cursor: pointer;
    }
    #opciones li #productoContent {
        font-family: 'Architects Daughter';
        font-size: 2vw;
        padding: 1vh 7vw;
    }
#productContent {
    padding: 0vh 4vw;
}
#pContent {
    height: 37vh;
}
.msgproducto {
    font-family: 'Architects Daughter';
    font-size: 1.8vw;
    text-align: center;
    font-weight: bold;
}
.productbox {
    width: 12vw;
    height: 5vh;
    margin-left: 1vw;
    margin-bottom: 2vh;
    align-items: center;
    background: rgb(128 128 128 / 10%);
    color: var(--color);
    font-size: 1vw;
    padding: 0.8vh 0.5vw;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
    transition: 1s scale;
}
    .productbox:hover {
        cursor: pointer;
        scale: 1.05;
    }
    .productbox.select {
        background: var(--color-02);
    }
.mycheck {
    border: 3px solid red;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
    appearance: none;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    padding: 0;
    user-select: none;
    flex-shrink: 0;
    color: #2563eb;
    background-color: #888;
    border-color: #6b7280;
    border-width: 1px;
}

.mycheck {
    cursor: pointer;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    width: 10px;
    height: 10px;
    appearance: none;
    border: 1px solid rgb(138 56 120 / 50%);
    transition: background-color 0.3s ease-in-out;
}

    .mycheck:checked {
        background-color: var(--color);
    }

    .mycheck:focus {
        border-color: var(--color);
    }

    .mycheck:disabled {
        background-color: rgb(198, 198, 198);
        background-image: none;
    }

        .mycheck:disabled:checked {
            background-color: rgb(198, 198, 198);
            background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
        }

.ttip {
    display: none;
    position: fixed;
    max-width: 20vw;
    color: white;
    /*background: #b786ad;*/
    background: var(--color);
    border-radius: 5px;
    padding: 1vh 1vw;
    text-align: justify;
    font-size: 0.8vw;
}
.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 0.3vw;
    margin: 0.5vw 0 0;
    width: 12vw;
}
.radio-item input[type='radio'] {
    display: none;
}

    .radio-item label {
        cursor: pointer;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

        .radio-item label:before {
            content: " ";
            margin: 0 0.5vw 0 0;
            width: 0.8vw;
            height: 0.8vw;
            border-radius: 50%;
            border: 2px solid var(--color);
            background-color: transparent;
            cursor: pointer;
        }

    .radio-item input[type=radio]:checked + label:after {
        position: absolute;
        left: 0.53vw;
        border-radius: 50%;
        width: 0.5vw;
        height: 0.5vw;
        content: " ";
        background: var(--color);
    }
    .radio-item.cuestionario input[type=radio]:checked + label:after {
        left: 0.25vw;
    }
ul.striped-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 2vh;
    font-size: 0.65vw;
    color: gray;
    line-height: 1.7vh;
}
    ul.striped-list > li:nth-of-type(odd) {
        background-color: var(--color-02);
    }
    ul.striped-list > li {
        border-bottom: 1px solid var(--color-02);
        padding: 6px;
    }

object {
    width: 40vw;
    height: 82vh;
    border-bottom: 6px solid #323639;
}
.header-documentos {
    text-align: center;
    border: 1px solid #323639;
    height: 3.5vh;
    background-color: #323639;
    color: white;
    padding-top: 2vh;
    letter-spacing: 1vh;
}
.content-documentos {
    text-align: center;
    font-size: 2.6vh;
    padding: 1vh 1vw;
    margin-top: 2vh;
}
.lista-documentos {
    text-align: center;
    font-size: 1.4vw;
    margin-top: 2vh;
    letter-spacing: 1vh;
}
.doc {
    padding: 1vh 0;
    cursor: pointer;
}
    .doc:hover {
        background-color: var(--color-02);
    }
    .doc.select {
        background-color: var(--color-02);
    }
.btn-doc {
    width: 5vw;
    background: rgb(50 54 57);
}