/*
Theme Name: Valory Mx
Description: Tema para Valory Mx
Author: Adrián Morales
Author URI: conito.com.mx
Template: generatepress
Version: 1.0.0
*/

/* Agrega aquí tus estilos personalizados */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

#loading {
    width: 100vw;
    height: 100vh;
    object-fit: cover !important;
}

body{
    font-family: "Roboto", serif;
    font-size: 16px;
    background-image: url('assets/img/fondo.jpg');
}
.container-valory {
    width: 95%;
    margin: 0 auto;
    max-width: 767px;
}
header {
    background: #719fdd;
    padding: 1.25rem 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    z-index: 2;
}
#menu-bar {
    font-size: 20px;
    color: #000;
}
#user-img {
    color: #719fdd;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 100%;
}
.text-strong-blue{
    color: #1c62ad;
}
.text-strong{
    font-weight: bold;
}
.message {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.message img {
    width: 200px;
    object-fit: cover;
}
.splide__slide img {
    height: 46vh;
    object-fit: contain;
    width: 95%;
    max-width: 480px;
}
.splide__slide {
    text-align: center;
}
#menu {
    position: absolute;
    top: 0;
    width: 60%;
    max-width: 250px;
    background: #1c62ad;
    height: 100vh;
    z-index: 1;
    padding-top: 74px;
    padding-right: 1rem;
    overflow: scroll;
}
#menu ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    padding-top: 1rem;
}
#menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 1rem;
}
#menu i {
    width: 15px;
}
#body-app {
    height: calc(100vh - 74px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    overflow: hidden;
}
.header-modules-valory {
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-green {
    border: none;
    color: #fff;
    background: #7fbda9;
    padding: 8px 16px;
    border-radius: 26px;
    font-family: 'Roboto';
    font-size: 18px;
    transition: 0.3s ease;
    text-decoration: none;
}
.btn-green:hover{
    transition: 0.3s ease;
    background-color: #1c62ad;
}
td {
    background: transparent !important;
}
.btn-delete {
    color: #e17fa2;
    border: none;
    background: transparent;
    font-size: 18px;
}
.btn-edit {
    color: #efb637;
    font-size: 18px;
    border: none;
    background: transparent;
}
sup{
    color: #e17fa2;
}
label {
    width: 100%;
    display: block;
    margin-bottom: 4px;
}
input, select {
    width: 100%;
    padding: 0.5rem;
    display: block;
    border-radius: 22px;
    border: 2px solid rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.02);
}
.btn-redondo {
    border: none;
    color: #fff;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    padding: 0;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-minus {
    background-color: #e17fa2;   
}
.btn-plus {
    background: #7fbda9;
}
.table-configuracion thead th,.table-configuracion-2 thead th {
    background: rgba(0,0,0,0.05);
}
.table-configuracion thead th:first-child {
    background: transparent;
}
.table-configuracion th,.table-configuracion td,
.table-configuracion-2 th,.table-configuracion-2 td{
    vertical-align: middle;
}
.table-configuracion input[type="checkbox"],
.table-configuracion-2 input[type="checkbox"]  {
    display: none;
}
.table-configuracion th:not(:first-child), 
.table-configuracion td:not(:first-child),
.table-configuracion-2 th,
.table-configuracion-2 td {
    border: 1px solid rgba(0,0,0,0.1);
}
.table-configuracion thead th:first-child, 
.table-configuracion tbody td:first-child {
    border: gainsboro;
}
/*
colgroup col:nth-child(n+2) {
    width: 33.33%;
}*/
#valores,.scroll-y {
    overflow-y: scroll;
}
.table-configuracion td,
.table-configuracion-2 td {
    font-size: 12px;
}
.table-configuracion th,
.table-configuracion-2 th  {
    font-size: 14px;
}

input[type="checkbox"]+label {
    border: 1px solid #7fbda9;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border-radius: 4px;
    cursor: pointer;
}
input[type="checkbox"]:checked+label{
    background-color: #7fbda9;
}

.btn-green[disabled] {
    opacity: 0.5;
    background: #7fbda9 !important;
}
.table-configuracion-2 img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.form-control[type="date"] {
    border-radius: 22px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.02);
}
.table-configuracion-2 button {
    border: none;
    background: transparent;
    width: 100%;
    text-align: center; 
    padding: 0;
}
.text-red{
    color: #e17fa2 !important;
}
.text-yellow{
    color: #efb637 !important;
}
.text-green{
    color: #7fbda9 !important;
}
.font-16{
    font-size: 16px !important;
}
.font-14{
    font-size:14px !important;
}
.text-bold{
    font-weight: bold !important;
}
canvas {
    width: 100%;
    height: 350px !important;
}
.tabs-valory {
    margin-top: 32px;
}
.header-question-valory {
    padding: 16px 8px;
    background: rgba(0,0,0,0.05);
    margin-bottom: 8px;
    position: relative;
}
.down-up-question {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}
.body-question-valory {
    display: none;
}
.bg-white {
    background: #fff;
}

.input-valores {
    padding: 0;
    border: none;
    background: transparent;
}
.input-valores:focus {
    padding: 0.5rem;
    border: 2px solid rgba(0, 0, 0, 0.2);
}
.btn-download {
    display: inline-block;
    padding: 6px 10px;
    background: #7fbda9;
    font-size: 18px;
    border-radius: 100%;
    color: #fff;
}
#perfil-nav {
    position: absolute;
    right: 13px;
    bottom: -70px;
    z-index: 99999;
    background: white;
    padding: 16px 10px;
    border-radius: 12px;
}

#perfil-nav ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}
#perfil-nav a {
    text-decoration: none;
}
th{
    text-align: center;
}
.bg-gray-05 {
    background: rgba(0,0,0,0.015) !important;
}
.wp-video {
    width: 100% !important;
}
video {
    width: 100%;
    height: 100%;
}
[disabled] {
    background-color: rgba(255,255,255,0.5) !important;
}
.pos-rel-input {
    position: relative;
}
.icon-input {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #7fbda9;
    z-index: 0;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    position: relative;
    z-index: 1;
    opacity: 0;
    font-size: 20px;
}
.remember-login #remember {
    display: none;
}
.remember-login {
    display: flex;
    gap: 10px;
    margin-top: 16px !important;
}
.login-page .btn-green {
    padding-right: 48px;
    padding-left: 48px;
}
body.login {
    display: flex;
    height: 100vh;
    align-items: center;
}
.icon-input-login {
    color: #7fbda9;
    position: absolute;
    right: 12px;
    font-size: 22px;
    top: 55%;
}
.login-page {
    max-width: 480px;
}
.acepto-div input{
    display: none;
}
.acepto-div {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
footer {
    background-color: #151466;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
footer a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.copy {
    color: #fff;
    font-size: 12px;
}
.fecha-input {
    display: flex;
    align-items: center;
}
.fecha-input input {
    width: 70px;
    border: none;
    padding: 10px;
}
.w-80x{
    width: 88px !important;
}
.fecha-input-herramienta {
    border-radius: 22px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background: #fff;
}
#popup-welcome {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 999;
}
.steps-popup-welcome {
    position: absolute;
    width: 90vw;
    height: 95vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #7fbda9;
    border-radius: 22px;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.steps-popup-welcome img {
    width: 200px;
}
.close-popup-welcome {
    position: absolute;
    right: 5vw;
    top: 2.5vh;
    background: #7fbda9;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    transform: translate(25%,-25%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 33px;
    z-index: 9;
    cursor: pointer;
}
.step-p-3 img {
    width: 150px;
    height: 120px;
}
.pagination-aliados {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pagination-aliados span {
    font-size: 14px;
    color: #1c62ad;
}
.btn-caret {
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    color: #7fbda9;
}
.top-aliado {
    display: flex;
    gap: 8px;
}
.top-aliado img {
    width: 25%;
}
.top-aliado h2 {
    font-size: 20px;
}
.top-aliado p {
    font-size: 12px;
    padding-bottom: 0;
    margin: 4px;
}
.top-aliado a {
    color: #fff;
    background: #7fbda9;
    padding: 4px 8px;
    border-radius: 100%;
    font-size: 14px;
}
.enlaces-aliados {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}
.card-aliado {
    background: #fff;
    border-radius: 15px;
    padding: 12px 6px;
    border: 1px solid #7fbda955;
    margin-bottom: 0.6rem;
}
.video-aliado iframe,
.imagen-aliado img {
    width: 100%;
    height: 150px;
    border-radius: 12px;
    margin-top: 8px;
    object-fit: cover;
}

#publicidad {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 999;
    padding: 2rem 0;
}
.progress-container a {
    background: #7fbda9;
    width: 26px;
    height: 26px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    border-radius: 100%;
    cursor: pointer;
}
.bar-progress{
    position: relative;
    margin-top: 6px;
}
.all-bar {
    width: 100%;
    height: 3px;
    background: #1c62ad35;
}
.progreso-pub {
    height: 3px;
    background: #1c62ad;
    position: absolute;
    top: 0;
    left: 0;
}
.body-publicidad img, .body-publicidad iframe {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}
.btn-publicidad {
    display: block;
    width: 100% !important;
    margin-top: 1rem;
    text-align: center;
    font-size: 22px;
}
.card-contenido {
    padding: 0;
}
.top-contenido img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.bot-contenido {
    padding: 1rem;
}
.bot-contenido h2 {
    margin: 0 !important;
    line-height: normal;
    font-size: 22px;
}
.bot-contenido p:first-child {
    margin: 0;
}
.cats-contenido,.autor-contenido,.cats-single-contenido,.redes-single-contenido span,
.recurso-contenido span {
    text-transform: uppercase;
    color: gray;
    margin-bottom: 0;
    font-size: 13px;
}
.desc-contenido {
    font-size: 14px;
    color: #043263;
}
.autor-contenido {
    font-size: 12px;
}
.card-single-contenido {
    background: #fff;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #7fbda9;
}
.redes-single-contenido ul {
    list-style: none;
    display: flex;
    gap: 12px;
}
.redes-single-contenido ul {
    list-style: none;
    display: flex;
    gap: 12px;
    margin: 0;
}
.redes-single-contenido{
    display: flex;
    align-items: center;
}
.redes-single-contenido a,.recurso-enlace {
    background: #7fbda9;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 100%;
    color: #fff;
    text-decoration: none;
}
.media-contenido img,
.media-contenido video{
    width: 100%;
    height: 175px;
    border-radius: 12px;
    object-fit: cover;
}
.recurso-contenido {
    display: flex;
    align-items: center;
    gap: 10px;
}
.parent-menu > span {
    color: #fff;
    font-size: 18px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.sub-menu a {
    font-size: 16px !important;
}
tr.bg-gray td {
    background: rgba(0,0,0,0.05) !important;
}
input[type="checkbox"]:disabled+label {
    border: 1px solid rgba(0,0,0,0.25);
}
.btn-download[disabled] {
    background: gray !important;
    pointer-events: none;
}
.text-gray {
    color: rgba(0,0,0,0.5) !important;
}
.tipo-suscripcion-text{
    font-size: 18px;
    font-weight: 700;
}
.card-suscripcion {
    padding: 8px 12px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #7fbda9;
}
.btn-open-about-sus {
    font-size: 16px;
    font-weight: 700;
    color: #1c62ad;
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-open-about-sus i {
    font-size: 18px;
    font-weight: bold;
    color: #7fbda9;
}
.text-about{
    margin-top: 16px;
    font-size: 16px;
    color: #1c62ad;
    font-weight: 400;
}
.details-sus {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.details-sus {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tipo-sis p {
    margin: 0;
    color: #1c62ad;
    font-size: 18px;
    font-weight: bold;
}
.tipo-sis span{
    font-size: 14px;
    color: #1c62ad;
    text-align: left;
    display: block;
}
.price-sus span {
    color: #fff;
    font-size: 14px;
}

.price-sus h2 {
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
.price-sus {
    background-color: #719fdd;
    border-radius: 12px;
    padding: 8px 20px;
}
.btn-suscribirse {
    display: inline-block;
    text-decoration: none;
    background: #7fbda9;
    padding: 6px 22px;
    color: #fff;
    border-radius: 100px;
    font-size: 22px;
    font-weight: 400;
    width: 150px;
}
.btn-factura {
    line-height: 20px;
    font-size: 22px;
}
.btn-disabled-user {
    background: transparent !important;
    color: #80808045;
}
.btn-disabled-checkbox+label {
    background: #80808035 !important;
}
.btn-disabled-checkbox:checked+label{
    background: #808080 !important;
}
#eval-mes ul li {
    font-size: 12px;
    margin-left: 0;
}
#eval-mes ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
