/* Declarar variables de colores */

:root {
    --main-color: #049cb3;
    --secondary-color: #034555;
    --white-color: #FFF;
}

body {
    font-family: 'Lexend Deca', sans-serif;
}


/* Textos personalizados*/

.text-primario {
    color: var(--main-color);
}

.text-secundario {
    color: var(--secondary-color);
}


/* Fondos personalizados*/

.bg-primario {
    background-color: var(--main-color);
}

.bg-secundario {
    background-color: var(--secondary-color);
}


/* Botones personalizados*/

.btn-primario {
    background-color: var(--main-color);
    color: var(--white-color);
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
}

.btn-secundario {
    background-color: var(--secondary-color);
    color: var(--white-color);
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
}

.btn-outline-primario {
    border: 1px solid var(--main-color);
    background-color: white;
    color: var(--main-color);
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .78rem;
}

.btn-outline-primarioh {
    border: 1px solid var(--main-color);
    background-color: white;
    color: var(--main-color);
    padding: .3rem 1.5rem;
    line-height: 1.5;
    border-radius: .78rem;
}

.btn-outline-primarioh:hover {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    color: white;
    padding: .3rem 1.5rem;
    line-height: 1.5;
    border-radius: .78rem;
}

.btn-primarioh {
    background-color: var(--main-color);
    color: var(--white-color);
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
}

.btn-primarioh:hover {
    background-color: var(--white-color);
    color: var(--main-color);
}

.btn-secundarioh {
    background-color: var(--secondary-color);
    color: var(--white-color);
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
}

.btn-secundarioh:hover {
    background-color: var(--white-color);
    color: var(--secondary-color);
}

.btn-primariop {
    background-color: var(--main-color);
    color: var(--white-color);
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
}

.btn-primariop:hover {
    background-color: var(--main-color);
    color: var(--white-color);
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    opacity: 0.9;
}

.btn-whiteh {
    color: var(--main-color);
    background-color: var(--white-color);
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
}

.btn-whiteh:hover {
    color: var(--white-color);
    background-color: var(--main-color);
}


/* Enlace de producto a subproducto*/

.btn-vender span {
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 15px;
    padding: 4px 40px;
}

.btn-vender:hover span {
    background-color: var(--main-color);
    color: var(--white-color);
}


/* Precio de producto digital*/

.etiquetaprecio {
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 3px 20px;
}


/*  */

.selectedcollapse {
    font-size: 8px;
    position: absolute;
    top: 50%;
    left: 1px;
    right: 0;
    transform: translateY(-50%);
}


/* Linea titulos */

.div-linea {
    border-bottom: 1px solid var(--secondary-color);
}

.div-linea-s {
    border-bottom: 1px solid var(--main-color);
}


/* Hover title de productos*/


/*.divimgproducto{
        position: relative;
}*/

.divimgproducto:hover {
    text-decoration: none;
}

.divimgproducto::after {
    content: attr(data-tooltip);
    top: 50px;
    right: 5px;
    max-width: 130px;
    font-size: 12px;
    /*font-weight: bold;*/
    /*/border: 1px solid var(--secondary-color);*/
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: white;
    border-radius: 7px;
    padding: 2px 8px;
    color: var(--secondary-color);
    position: absolute;
}

.divimgproducto::after,
.divimgproducto::before {
    position: absolute;
    display: none;
}

.divimgproducto:hover::after,
.divimgproducto:hover::before {
    display: block;
}


/* Header */

.menuprincipal {
    width: 100%;
}

.navbar-toggler {
    background-color: var(--main-color) !important;
}

.menuprincipal .navbar {
    background-color: white !important;
    height: 60px;
    padding: 0px 10px;
}

.menuprincipal .navbar .icon:hover {
    text-decoration: none;
}

.menuprincipal .navbar .icon img {
    max-width: 200px;
}

.menuprincipal .navbar .icon span {
    font-weight: bold;
    padding-bottom: 0px;
    padding-top: 0px;
}

.menuprincipal .navbar ul {
    position: relative;
    z-index: 10000;
    font-size: 25px;
}

.menuprincipal .navbar ul li a {
    font-size: 15px;
}

.menuprincipal .navbar ul li:hover {
    opacity: .8;
}

.itemmenu {
    background-color: var(--main-color);
    width: 100%;
    border-radius: 0px;
}

.btnbg {
    color: var(--main-color);
    background-color: white;
    width: 100%;
    border-radius: 0px;
    font-weight: bold;
}

.btnbg:hover {
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

#numcarrito {
    padding: 1px 5px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: var(--white-color);
    position: absolute;
    top: -10px;
    left: 35px;
    font-size: 10px;
}


.linea-vertical {
    width: 2px;
    height: 30px;
    background-color: black;
  }


/* SECCIONES */


/*.principal {
    width: 100%;
    min-height: 500px;
    max-height: 1080px;
    background: -webkit-linear-gradient(to top, hsla(343, 40%, 59%, 0.514), hsla(272, 15%, 42%, 0.452), hsla(208, 40%, 35%, 0.377)), url(../imagen/fondoprincipal.jpg);
    background: linear-gradient(to top, hsla(343, 40%, 59%, 0.514), hsla(272, 15%, 42%, 0.452), hsla(208, 40%, 35%, 0.377)), url(../imagen/fondoprincipal.jpg);
    background-size: cover;
    background-attachment: fixed;
}*/

.textoinicial {
    background-color: var(--main-color);
    opacity: .55;
}



.botonWhatsapp {
    width: 60px;
    height: 60px;
    background: #00bb2d !important;
    right: 16px;
    bottom: 16px;
    position: fixed;
    position: absolute;
    outline: none;
    color: #FFF;
    border: 0px;
    border-radius: 100%;
    font-size: 34px !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: .3s;
    animation: palpitar 1.05s infinite;
}

.botonWhatsapp a:hover {
    text-decoration: none;
}

.btnwhatsappsoporte {
    font-size: 11px;
    font-family: Calibri;
}

@keyframes palpitar {
    from {
        transform: none;
    }

    50% {
        transform: scale(1.1);
    }

    to {
        transform: none;
    }
}

#mensaje-flotante {
    height: 70px;
    width: 250px;
    display: none;
    position: fixed;
    bottom: 60px;
    right: 60px;
    padding: 10px;
    text-align: center;
    background-color: white;
    color: var(--main-color);
    font-family: Arial;
    border-radius: 15px;
    border: 2px solid #00bb2d;
    font-weight: bold;
}


/*BotÃ²n central*/

.btncentral {
    padding: 20px;
    background-color: var(--main-color);
    color: white;
    font-size: 30px;
    font-weight: bold;
    border-radius: 0px;
}

.btncentral:hover {
    color: var(--main-color);
    background-color: white;
    text-decoration: none;
}


/* Titulo container*/

#titulocontainer {
    color: #27426C;
    font-weight: bold;
}


/* ESTILO DE COMENTARIOS */

#titulocomentarios {
    background-color: var(--main-color);
    margin: 0px;
    color: white;
    padding-left: 10px;
    border: 0.1px solid #ccc;
    width: 100%;
}

#comentarios {
    border: 0.1px solid #ccc;
    max-height: 300px;
    width: 100%;
    overflow-y: scroll;
    padding-top: 0px;
    padding-left: 0px;
    padding: 0px;
    margin: 0px;
    padding-right: -8px;
    background-color: white !important;
}

#comentarios::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    display: none;
}

#comentarios::-webkit-scrollbar-thumb {
    background: #ccc !important;
    border-radius: 4px;
}

#comentarios::-webkit-scrollbar-thumb:hover {
    background: white !important;
}

#comentarios strong {
    font-size: 16px;
    color: #27426C;
    font-weight: bold;
}

#comentarios h6 {
    font-size: 9px;
    color: #27426C;
}

#comentarios p {
    text-justify: true;
    font-size: 16px;
    color: #27426C;
}

#comentario {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 6px;
    padding-left: 10px;
    margin: 1px;
    border: 0px;
    border-radius: 10px;
}

#comentario:hover {
    background-color: white;
    color: black;
}

#comentario:nth-child(1) button {
    display: none;
}

#comentario button {
    font-size: 18px;
}


/*Informacion de la compaÃ±Ã­a*/

.informacion {
    color: var(--secondary-color);
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    /*padding-top: 15px;*/
}

.txtinfo {
    margin: 0px;
    padding: 0px;
    color: var(--main-color);
    /*border-bottom-style: dotted;
    border-bottom-width: 2px;
    width: 60%;*/
}


/* Footer */

.footer {
    background-color: var(--main-color);
}

.titulofooter {
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}

.listfooter {
    font-size: 15px;
    padding: 3px;
}

.enlacefooter {
    color: white;
}

.enlacefooter:hover {
    text-decoration: none;
    color: var(--secondary-color);
}


/* --------------------------------------------------------------------------------------------- */


/*                                        ESTILO DE CATALOGO                                     */


/* --------------------------------------------------------------------------------------------- */

.contenedorproductos {
    float: left;
    padding: 15px;
    width: 100%;
    max-height: 100%;
}

.cardproducto {
    text-align: center;
    margin: 5px;
    background-color: rgb(39, 169, 238, .2);
    color: gray;
    max-width: 205px;
    max-height: 500px;
    border-radius: 3px;
}

.cardproducto:hover {
    background-color: rgb(39, 169, 238, .3);
    color: #3b4652;
}

.imgproductos {
    max-width: 40%;
}

.colorsemprovec {
    background-color: var(--main-color);
}

.colorsemprovec2 {
    background-color: red;
}

.tituloblanco {
    font-weight: bold;
    color: white;
}

.cardpeq {
    border: 0px;
    background-color: var(--main-color) !important;
    padding-bottom: 18px;
}

.botonlight {
    color: var(--main-color);
    background-color: white !important;
    font-size: 20px;
    font-weight: bold;
}

.botonlight:hover {
    color: var(--main-color) !important;
    font-size: 22px;
    opacity: .8;
}

.tituloprimario {
    font-weight: bold;
    color: var(--main-color) !important;
}

.desprimaria {
    color: var(--main-color) !important;
}

.desseccard {
    color: gray !important;
    padding: 3px;
    text-justify: true;
}

.cardborder {
    border: 1px solid var(--main-color);
}


/* --------------------------------------------------------------------------------------------- */


/*                                      ESTILO DE GANA DINERO                                    */


/* --------------------------------------------------------------------------------------------- */

.botonsubmenu {
    background-color: var(--main-color) !important;
    color: white;
    padding: 15px;
    margin: 10px;
}

.botonsubmenu:hover {
    background-color: rgb(255, 255, 255, .5) !important;
    color: var(--main-color);
}


/* Header */

.header {
    width: 100%;
    height: 675px;
    /*background: #355C7D;*/
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, hsla(343, 40%, 59%, 0.514), hsla(272, 15%, 42%, 0.452), hsla(208, 40%, 35%, 0.377)), url(../imagen/fondomundo2.png);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, hsla(343, 40%, 59%, 0.514), hsla(272, 15%, 42%, 0.452), hsla(208, 40%, 35%, 0.377)), url(../imagen/fondomundo2.png);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.header .navbar {
    background-color: transparent !important;
}

.wave {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.bodylr {
    /*background: url(../imagen/img_b_10_03.jpg) no-repeat center center fixed;*/
    background-size: cover;
}

.bodylr .navbar {
    background-color: #3b4652;
    opacity: .85;
}

.main-section {
    margin: 0 auto;
    margin-top: 25%;
    padding: 0;
}



iframe {
    max-width: 100%;
}

.img-card-es {
    margin-top: -50px;
}

.card-es {
    border-radius: 0;
    box-shadow: 5px 5px 15px #bff2fc;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

.card-es:hover {
    background: #bff2fc;
    color: #fff;
    border-radius: 5px;
    border: none;
    box-shadow: 5px 5px 10px #9e9e9e;
}

.card-es:hover h1,
.card-es:hover i {
    color: white;
}

.error {
    background: url(../imagen/ERROR-02.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.flotante {
    display: scroll;
    position: fixed;
    bottom: 20px;
    /**/
    border-radius: 100%;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    right: 0;
    margin-right: 26px;
}

.btn-circle.btn-xl {
    width: 50px;
    height: 50px;
    padding: 8px 8px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 5px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    margin-right: 10px;
}

.notificacion {
    width: 20%;
    height: 15%;
    border-radius: 5%;
    background: #d8ebf5;
    color: black;
    right: 0;
    bottom: 0;
    position: fixed;
    margin-right: 16px;
    margin-bottom: 16px;
    font-size: 0.9em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: .3s;
    text-align: center;
    transform-origin: center;
}

.whatsapp-flotante {
    right: 0;
    bottom: 0;
    position: fixed;
    margin-right: 10px;
    margin-bottom: 30px;
}

@keyframes palpitar {
    from {
        transform: none;
    }

    50% {
        transform: scale(1.1);
    }

    to {
        transform: none;
    }
}

.btn-flotante {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: none;
    color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    font-size: 28px;
    outline: none;
    position: fixed;
    right: 0;
    bottom: 0;
    margin-right: 26px;
    transform: scale(0);
    text-align: center;
}

.animacionVer {
    transform: scale(1);
}

a {
    transition: .5s;
}

.header1 {
    width: 100%;
    height: 675px;
    background: #355C7D;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, hsla(343, 40%, 59%, 0.514), hsla(272, 15%, 42%, 0.452), hsla(208, 40%, 35%, 0.377)), url(../imagen/fondomundo2.png);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, hsla(343, 40%, 59%, 0.514), hsla(272, 15%, 42%, 0.452), hsla(208, 40%, 35%, 0.377)), url(../imagen/fondomundo2.png);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.header1 .navbar1 {
    background-color: transparent !important;
}

.wave {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.colorsemprovec {
    background-color: #01072e;
}

.colorsemprovec2 {
    background-color: #00217e;
}

.modal-content {
    background-color: white;
    padding: 0 20px;
}

.plr {
    font-size: 0.8em;
    color: var(--secondary-color);
    /* 1.4em x 10px = 14px */
}

.user-img {
    margin-top: -50px;

}

.user-img img {
    width: 100xp;
    height: 100px;
}

iframe {
    max-width: 100%;
}

.img-card-es {
    margin-top: -50px;
}

.card-es {
    border-radius: 0;
    box-shadow: 5px 5px 15px #bff2fc;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

.card-es:hover {
    background: #bff2fc;
    color: #fff;
    border-radius: 5px;
    border: none;
    box-shadow: 5px 5px 10px #9e9e9e;
}

.card-es:hover h1,
.card-es:hover i {
    color: white;
}

.error {
    background: url(../imagen/ERROR-02.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.flotante {
    display: scroll;
    position: fixed;
    bottom: 20px;
    /**/
    border-radius: 100%;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    right: 0;
    margin-right: 26px;
    text-align: center;
}

.flotante.img {
    width: 20%;
    height: 20%;
}

.btn-circle.btn-xl {
    width: 50px;
    height: 50px;
    padding: 8px 8px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 5px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    margin-right: 10px;
}

@keyframes palpitar {
    from {
        transform: none;
    }

    50% {
        transform: scale(1.1);
    }

    to {
        transform: none;
    }
}

.btn-flotante {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: none;
    color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    font-size: 28px;
    outline: none;
    position: fixed;
    right: 0;
    bottom: 0;
    margin-right: 26px;
    transform: scale(0);
    text-align: center;
}

.animacionVer {
    transform: scale(1);
}

a {
    transition: .5s;
}

.colorsemprovec {
    background-color: #01072e;
}

.colorsemprovec2 {
    background-color: #00217e;
}

.colorsemprovec3 {
    background-color: #e1e1e1;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 10px;
    margin: 10px;
    background: #f1f1f1;
    color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
}


/* Botones flotantes */

.contbotones {
    width: 90px;
    height: 300px;
    position: fixed;
    right: 0px;
    bottom: 0px;
}

.btnflotanteprincipal {
    display: scroll;
    position: fixed;
    bottom: 70px;
    right: 12px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: none;
    outline: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: .3s;
}

span {
    transition: .5s;
}

.btnflotanteprincipal:hover span {
    transform: rotate(360deg);
}

.btnflotanteprincipal:active {
    transform: scale(1.1);
}

.subbtnflotante {
    display: scroll;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: none;
    color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    outline: none;
    position: fixed;
    right: 0;
    bottom: 0;
    margin-right: 26px;
    transform: scale(0);
}

.subboton1 {
    background: #009688;
    margin-bottom: 135px;
    transition: 0.5s;
}

.subboton2 {
    background: #673AB7;
    margin-bottom: 180px;
    transition: 0.7s;
}

.subboton3 {
    background: #2196F3;
    margin-bottom: 225px;
    transition: 0.9s;
}

.animacionVer {
    transform: scale(1);
}


/* Ventana de comentarios */

#ComentariosForm {
    height: 500px;
    width: 400px;
    display: none;
    position: fixed;
    bottom: 0px;
    right: 15px;
    font-family: Arial;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#titulocomentarios {
    background-color: red;
    padding-left: 15px;
    font-size: 18px;
}

.imagen-ban {
    max-height: 600px;
}

.texto-banner {
    text-align: center;
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: bold;
}

.carousel .carousel-control-prev {
    font-size: 20px !important;
    margin: 0px;
    padding: 0px 15px;
    width: auto;
}

.carousel .carousel-control-next {
    font-size: 20px !important;
    margin: 0px;
    padding: 0px 15px;
    width: auto;
}

.carousel-indicators .active {
    background-color: rgba(8, 37, 82, 1);
}

.carousel-indicators li {
    margin-top: 10px !important;
    background-color: rgba(8, 37, 82, 0.3);
}

.texto-cabecera {
    background-color: var(--main-color);
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
}

.titulogeneral {
    color: var(--main-color);
}

@media (max-width: 1199px) {
    .texto-cabecera {
        font-size: 10px;
    }
}

.descripcion-card-producto {
    max-height: 70px;
    overflow-x: auto;
    overflow-y: auto;
}

.descripcion-card-producto::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    display: block;
}

.descripcion-card-producto::-webkit-scrollbar-track {
    background: #ccc !important;
    border-radius: 5px;
}

.descripcion-card-producto::-webkit-scrollbar-thumb {
    background: var(--secondary-color) !important;
    border-radius: 5px;
}

.tituloseccion {
    border-bottom: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 20px;
    margin: 0px;
    padding: 0px;
}

.botones {
    border-bottom: 1px solid var(--main-color);
}

.botones a {
    border-radius: 0px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    background-color: var(--main-color);
    word-wrap: break-word;
    padding: 10px 5px;
    width: 100%;
}

.botones div:nth-child(1) a {
    background-color: white;
    color: var(--main-color);
}

.botones div:nth-child(1) a:hover {
    border: 1px solid white;
}

.botones a:hover {
    color: var(--main-color);
    background-color: white !important;
    opacity: .7;
    text-decoration: none;
    border: 1px solid var(--main-color);
    border-bottom: 0px !important;
}

.titulo-cardprincipal {
    font-weight: bold;
    font-size: 50px;
    padding: 0px 200px;
}

.descripcion-cardprincipal {
    font-size: 20px;
    padding: 0px 200px;
}

.card-titulo {
    font-size: 30px;
}

.cards-sec {
    margin-bottom: 160px;
}

@media (max-width: 1199px) {

    .titulo-cardprincipal,
    .descripcion-cardprincipal {
        padding: 0px 40px !important;
    }

    .titulo-cardprincipal {
        font-size: 30px;
        padding: 0px 100px;
    }

    .descripcion-cardprincipal {
        font-size: 16px;
    }

    .card-titulo {
        font-size: 25px;
    }

    .card-descrip {
        font-size: 16px;
    }

    .texto-banner {
        font-size: 15px;
    }

    .cards-sec {
        margin-bottom: 0px !important;
    }

    .cards-sec .cardinfoder {
        margin: 0px 5px !important;
    }
}

.bloque-clientes {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.card-cliente {
    width: 350px;
    padding: 10px;
    display: inline-block;
    float: none;
    cursor: pointer;
}

.bloque-clientes::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    display: block;
}

.bloque-clientes::-webkit-scrollbar-track {
    background: #ccc !important;
    border-radius: 5px;
}

.bloque-clientes::-webkit-scrollbar-thumb {
    background: rgba(17, 39, 84, 0.3) !important;
    border-radius: 5px;
}

.bloque-clientes::-webkit-scrollbar-thumb:hover {
    background: rgba(17, 39, 84, 0.9) !important;
    border-radius: 5px;
}


/*Cards con texo e imagenes*/

#cardinfoizq {
    border: 2px solid #ccc;
    border-style: solid;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-top-right-radius: 60px;
    position: absolute;
    top: 300px;
}

#cardinfoder {
    border: 2px solid #ccc;
    border-style: solid;
    border-bottom-width: 10px;
    border-right-width: 10px;
    border-top-left-radius: 60px;
    position: absolute;
    top: 300px;
}

#cardinfodermapa {
    border: 2px solid #ccc;
    border-style: solid;
    border-bottom-width: 10px;
    border-right-width: 10px;
    border-top-left-radius: 60px;
    border-bottom-color: var(--main-color);
    border-right-color: var(--main-color);
}

@media (max-width: 1199px) {

    #cardinfoizq,
    #cardinfoder {
        position: relative !important;
        top: 0px;
    }
}

#numnotif {
    padding: 1px 5px;
    border-radius: 50%;
    background-color: red;
    color: var(--white-color);
    position: absolute;
    top: -15px;
    left: 10px;
    font-size: 12px;
}

#ventananotif {
    width: 250px;
    background-color: white;
    position: absolute;
    top: 60px;
    right: 100px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    display: none;
}

@media (max-width: 991px) {
    #ventananotif {
        top: 120px;
        right: 100px;
    }
}

@media (max-width: 767px) {
    #ventananotif {
        top: 150px;
        right: 100px;
    }
}

.tit-ventananotif {
    font-weight: bold;
    border-bottom: 1px solid var(--secondary-color);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: var(--secondary-color);
    text-align: center;
}

.contnotif {
    overflow: scroll;
    max-height: 350px;
}

.contnotif::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    display: block;
}

.contnotif::-webkit-scrollbar-thumb {
    background: #ddd !important;
    border-radius: 4px;
}

.contnotif::-webkit-scrollbar-thumb:hover {
    background: #ccc !important;
}

.view-notif {
    border-radius: 5px;
    text-decoration: none !important;
    border: 1px solid #eaeaec;
}

#lista:hover {
    background-color: #0061f2 !important;
    color: white !important;
}

@media (max-width: 992px) {
    #lista {
        width: 100% !important;
        margin-left: 0% !important;
    }

    #lista:hover {
        background-color: #0061f2 !important;
        color: white !important;
    }

    #icon {
        margin-top: 0% !important;
    }
}

.etiquetadeoferta {
    font-size: 9px;
    background: #0d71a7;
    padding: 7px 50px;
    color: #FFF;
    position: absolute;
    top: 10px;
    right: -65px;
    transform: rotate(45deg);
    border: 1px dashed #FFF;
    box-shadow: 0 0 0 3px #0d71a7;
    margin: 5px;
}

html,
body {
    margin: 0;
    height: 100%;
}


/* helpers */

.t {
    margin-top: 30px;
    margin-bottom: 30px;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center !important;
}

.tc {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.rel {
    position: relative;
    overflow: hidden;
}


/* book */

.book {
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.book .page {
    height: 100%;
}

.book .page img {
    max-width: 100%;
    height: 100%;
}

.t .tc .book {
    -webkit-transition: margin-left 0.2s ease-in-out;
    -moz-transition: margin-left 0.2s ease-in-out;
    -o-transition: margin-left 0.2s ease-in-out;
    -ms-transition: margin-left 0.2s ease-in-out;
    transition: margin-left 0.2s ease-in-out;
}

.next-button {
    margin-left: 90%;
    margin-top: 250px;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    justify-content: center;
}

.previous-button {
    margin-left: 8%;
    margin-top: 250px;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    justify-content: center;
}

.fa-chevron-right {
    margin-top: 12px;
}

.fa-chevron-left {
    margin-top: 12px;
}

.descargar {
    margin-left: 45%;
}

.descargarn {
    display: none;
}

@media (max-width: 1310px) {
    .t {
        margin-top: 30px;
        margin-bottom: 30px;
        display: table;
        width: 100%;
        height: 100%;
        text-align: center !important;
    }

    .tc {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .rel {
        position: relative;
        overflow: hidden;
    }

    /* book */
    .book {
        margin: auto;
        width: 100%;
        height: 100%;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .book .page {
        height: 100%;
    }

    .book .page img {
        max-width: 100%;
        height: 100%;
    }

    .t .tc .book {
        -webkit-transition: margin-left 0.2s ease-in-out;
        -moz-transition: margin-left 0.2s ease-in-out;
        -o-transition: margin-left 0.2s ease-in-out;
        -ms-transition: margin-left 0.2s ease-in-out;
        transition: margin-left 0.2s ease-in-out;
    }

    .next-catalogo {
        margin-left: 50%;
        margin-top: -30px;
        margin-bottom: 5px;
        display: block !important;
        width: 30px !important;
        height: 30px;
        border-radius: 25px;
        justify-content: center;
    }

    .previous-catalogo {
        margin-left: 40%;
        margin-bottom: 1px;
        display: block !important;
        width: 30px !important;
        height: 30px;
        border-radius: 25px;
        justify-content: center;
    }

    .next-button {
        display: none;
    }

    .previous-button {
        display: none;
    }

    .fa-chevron-right {
        margin-top: 6px;
        margin-left: 10px !important;
    }

    .fa-chevron-left {
        margin-top: 6px;
        margin-left: 10px !important;
    }

    .descargar {
        display: none;
    }

    .descargarn {
        display: block !important;
        margin-left: 35%;
        width: 40px;
        height: 20px !important;
    }
}

.etiquetaofertadigitales {
    font-size: 16px;
    font-weight: bold;
    background: #e74a3b;
    padding: 12px 5px;
    color: #FFF;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
}

.conteoregresivo {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-weight: bold;
}

.conteoregresivo p {
    width: 25%;
    margin: 0px;
    color: #112754;
    position: relative;
    padding-bottom: 10px;
}

.conteoregresivo p:nth-child(-n+3) {
    border-right: 1px solid #ccc;
}

.conteoregresivo p span {
    font-size: 10px;
    font-weight: lighter;
    color: #ff2d00;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 1px;
}

.contenedorpreguntasfrecuentes {
    max-height: 420px;
    overflow-x: auto;
    overflow-y: auto;
}

.contenedorpreguntasfrecuentes::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    display: block;
}

.contenedorpreguntasfrecuentes::-webkit-scrollbar-track {
    background: #ccc !important;
    border-radius: 5px;
}

.contenedorpreguntasfrecuentes::-webkit-scrollbar-thumb {
    background: var(--secondary-color) !important;
    border-radius: 5px;
}

.divnombrerol {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    padding: 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05rem;
}

@media (min-width: 768px) {
    .sidebar.toggled .divnombrerol {
        font-size: 0.6rem;
        font-weight: 700;
        letter-spacing: .01rem;
    }
}

@media (max-width: 768px) {
    .sidebar.toggled .divnombrerol {
        font-size: 0.6rem;
        font-weight: 700;
        letter-spacing: .01rem;
    }

    .sidebar .divnombrerol {
        font-size: 0.6rem;
        font-weight: 700;
        letter-spacing: .01rem;
    }
}



#ubiemprendedor {
    display: block !important;
}



@media (max-width: 768px) {
    .circulo-servicios {
        position: absolute;
        width: 10px;
        height: 10px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #54E800;
        margin-left: 70px !important;
    }
}


/**/
.circulo-aviso-pendiente {
    position: absolute;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e81500;
    margin-left: 65%;
    margin-top: -7%;
}

.circulo-aviso-pendiente-numero {
    position: absolute;
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e81500;
    margin-left: 65%;
    margin-top: -7%;
}

.numero-circulo {
    position: absolute;
    font-size: 12px !important;
    color: white;
    margin-left: 7px;
}

.circulo-servicios {
    position: absolute;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #54E800;
    margin-left: 65%;
    margin-top: 3%;
}

.circulo-servicios-producto {
    position: absolute;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #54E800;
    margin-left: 65%;
}

/*CHAT SEMPROVEC*/
.botonChatSemprovec {
    width: 60px;
    height: 60px;
    background: #27A9EE !important;
    right: 16px;
    bottom: 16px;
    position: fixed;
    position: absolute;
    outline: none;
    color: #FFF;
    border: 0px;
    border-radius: 100%;
    font-size: 34px !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: .3s;
    animation: palpitar 1.05s infinite;
}

.botonChatSemprovec a:hover {
    text-decoration: none;
}

.btnwhatsappsoporte {
    font-size: 11px;
    font-family: Calibri;
}

.btnchatsemprovec {
    font-size: 10px;
    font-family: Calibri;
}

.chatsemprovec-flotante {
    right: 0;
    bottom: 0;
    position: fixed;
    margin-right: 10px;
    margin-bottom: 100px;
}

.ventanachat-flotante {
    right: 0;
    bottom: 0;
    position: fixed;
    display: none;
}

.ventanachat {
    width: 280px;
    height: 380px;
    right: 110px;
    bottom: 16px;
    position: fixed;
    background-color: white;
    position: absolute;
    outline: none;
    color: black;
    border-radius: 3%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: .3s;
}

.circulo-chat-activo {
    position: absolute;
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #00bb2d;
    margin-left: 15px;
    margin-top: 6px;
}

/**/
.bubble-left {
    margin-left: 10px;
    padding: 5px;
    position: relative;
    border-radius: 8px 8px 8px 8px;
    font-size: 13px;
    float: left;
    word-break: initial;
    text-align: justify;
    width: 70%;
}

.bubble-left:after {
    content: "";
    position: absolute;
    top: 85%;
    left: 0px;
    /*border-top: 15px solid blue;*/
    border-top-color: inherit;
    border-right: 15px solid transparent;
}

.bubble-right {
    margin-right: 10px;
    padding: 5px;
    position: relative;
    border-radius: 8px 8px 8px 8px;
    font-size: 13px;
    float: right;
    width: 70%;
    color: white;
    word-break: initial;
    text-align: justify;
}

.bubble-right:after {
    content: "";
    position: absolute;
    top: 85%;
    right: 0px;
    /*border-top: 15px solid blue;*/
    border-top-color: inherit;
    border-left: 15px solid transparent;
}

.inputchat {
    background: #E8EBEC;
    font-size: 13px;

}

.inputchat:focus {
    background: #E8EBEC;
    border: none !important;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#imgPreview {
    display: block;
    width: 200px;
    height: auto;
    float: right;
    margin-right: 10px;
    word-break: break-all;
}


/**/



/**********File Inputs**********/


.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;

}

/**/
.bubble-opera-left {
    margin-left: 10px;
    padding: 5px;
    position: relative;
    border-radius: 8px 8px 8px 8px;
    font-size: 15px;
    float: left;
    word-break: initial;
    text-align: justify;
    display: block !important;
    width: 70%;
}

.bubble-opera-left:after {
    content: "";
    position: absolute;
    top: 88%;
    left: 0px;
    border-top: 15px solid blue;
    border-top-color: inherit;
    border-right: 15px solid transparent;

}

.bubble-opera-right {
    margin-right: 10px;
    padding: 5px;
    position: relative;
    border-radius: 8px 8px 8px 8px;
    font-size: 15px;
    float: right;
    word-break: initial;
    text-align: justify;
    color: white;
    width: 70%;
}

.bubble-opera-right:after {
    content: "";
    position: absolute;
    top: 88%;
    right: 0px;
    border-top: 15px solid blue;
    border-top-color: inherit;
    border-left: 15px solid transparent;
}

.inputchat-opera {
    background: #E8EBEC;
    font-size: 15px;
    display: block;

}

.inputchat-opera:focus {
    background: #E8EBEC;
    border: none !important;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.imgchat {
    display: block;
    max-width: 300px;
    height: auto;
    float: right;
    margin-right: 10px;
    word-break: break-all;
}

.imgchatven {
    display: block;
    width: 30%;
    height: auto;
    float: right;
    margin-right: 10px;
    word-break: break-all;
}

#imgPreviewOpera {
    display: block;
    max-width: 300px;
    height: auto;
    float: right;
    margin-right: 10px;
    word-break: break-all;
}

#divchatopera::-webkit-scrollbar {
    display: none;
}

.cardreclamos::-webkit-scrollbar {
    display: none;
}

.divchat::-webkit-scrollbar {
    display: none;
}


.notificaciontr-flotante {
    right: 0;
    bottom: 0;
    position: fixed;
    display: block;
}

.notificaciontr {
    width: 280px;
    height: 120px;
    right: 100px;
    bottom: 50px;
    position: fixed;
    background-color: white;
    position: absolute;
    outline: none;
    color: black;
    border-radius: 3%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: .3s;
}

/*NOTIFICACIONES*/
.columna-notificaciones {
    display: flex;
    position: fixed;
    flex-direction: column;
    bottom: 10px;
    right: 20px;
    width: 350px;
    z-index: 9999;
}

.ventana-flotante {
    box-shadow: 0px 0px 10px rgb(0, 0, 0);
    border-radius: 15px;
    background-color: #049cb3;
    animation: animacion-ventana 1s ease-in-out infinite alternate;
    /* Agregamos la animación */
    margin-bottom: 10px;
}

@keyframes animacion-ventana {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(5px);
    }
}

.ventana-flotante .titulo {
    border-radius: 15px 15px 0px 0px;
    background: var(--secondary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    color: blanchedalmond;
}

.ventana-flotante .btn-cerrar {
    margin: 5px 15px 5px 0px;
    padding-left: 10px;
    color: darkgray;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.ventana-flotante p {
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-style: oblique;
}

.ventana-flotante h5 {
    font-weight: 500;
    font-size: 15px;
    margin: 5px 15px 5px 10px;
    color: rgb(255, 255, 255);
}

@media (max-width: 375px) {
    .columna-notificaciones {
        bottom: 5px;
        right: 10px;
        width: 250px;
    }

    .ventana-flotante .titulo {
        border-radius: 10px 10px 0px 0px;
        margin-bottom: 5px;
    }

    .ventana-flotante p {
        font-size: 12px;
    }

    .ventana-flotante h5 {
        font-weight: 400;
        font-size: 12px;
        margin: 5px 5px 5px 15px;
    }

    .ventana-flotante {
        box-shadow: 0px 0px 5px rgb(0, 0, 0);
        border-radius: 10px;
        margin-bottom: 3px;
    }
}

/* REPORTES EMPRENDEDORES  */

.userCard {
    box-shadow: 0px 0px 10px var(--secondary-color);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: var(--main-color);
    width: 700px;
}

.userCard h5 {
    color: #000;
    font-weight: 600;
    font-size: x-large;
    color: white;
    margin-left: 15px;
    font-weight: 700;
}

.userCard label {
    color: #000;
    font-weight: 600;
    font-size: smaller;
    font-style: italic;
    color: #00217e;
    margin-left: 15px;
}

.userCard p {
    color: #000;
    font-weight: 600;
    margin-left: 20px;
    margin-top: -10px;
}

.userCard .izquierda {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 30%;
}

.userCard .derecha h3 {
    color: #00217e;
    font-weight: 600;
    margin-top: 8px;
}

.userCard .derecha {
    width: 70%;
    margin: 5px;
    border-radius: 0px 10px 10px 0;
    background-color: rgba(255, 255, 255, 0.879);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.userCard .derCotenedor {
    margin-top: 10px;
    display: flex;
    /* background-color: #94b73a; */
    width: 100%;
}

.userCard .derecha1 {
    /* background-color: #673ab7; */
    width: 60%;
}

.userCard .derecha2 {
    /* background-color: #00bb2d; */
    display: flex;
    flex-direction: column;
    width: 203px;
    /* align-items: end; */
    margin-right: 5%;
}

/* -------------------------------------------------------- */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch .toggle-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .toggle-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.switch .toggle-slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}

.switch .toggle-input:checked+.toggle-slider {
    background-color: var(--main-color);
}

.switch .toggle-input:checked+.toggle-slider:before {
    transform: translateX(20px);
}

.botonReset {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: darkred;
    width: 28px;
    height: 28px;
    color: white;
    border-radius: 100%;
    margin-top: -5px;
    margin-left: 10px;
}

.botonReset:hover {
    background-color: var(--white-color);
    color: red;
    box-shadow: 0 0 10px lightcoral;
}

/* REPORTES EMPRENDEDORES - FIN */

/*NUEVO PAGINA INICIAL*/

.body-welcome {
    margin-top: 6%;
    background-color: #318a9a;

}

@media (max-width: 1200px) {
    .body-welcome {
        margin-top: 15%;
        background-color: #318a9a;

    }
}

.opcionmenu {
    color: white;
    padding: 10px;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none !important;

}

.opcionmenu:hover {
    color: white;
}

.imglogoprincipal {
    max-width: 250px;
    padding: 10px;
}

@media (max-width: 1225px) {
    .imglogoprincipal {
        max-width: 150px;
        padding: 10px;
    }
}

.iconoredsocialfooter {
    background: white;
    color: #318a9a;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 5px;
}

.opcionfooter {
    color: white;
    text-decoration: none !important;
}

.opcionfooter:hover {
    color: white;
    text-decoration: none !important;
}

/*@font-face {
    font-family: 'Lexend Deca Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Lexend Deca Regular'), url('/public/fuentes/LexendDecaRegular.woff') format('woff');
}*/

.titvideo {
    /*font-family: 'Lexend Deca Regular';*/
    font-weight: normal;
    font-size: 70px;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 1200px) {
    .titvideo {
        font-size: 20px;
    }
}


.subtitvideo {
    /*font-family: 'Lexend Deca Regular';*/
    font-weight: normal;
    font-size: 40px;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 1200px) {
    .subtitvideo {
        font-size: 10px;
    }
}

@media (max-width: 1200px) {
    .detvideo {
        font-size: 5px;
        margin: 0px;
    }
}

.btn-inicial {
    color: white;
    border: #e6a134 1px solid;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    text-decoration: none !important;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .btn-inicial {

        font-size: 0.5rem;
    }
}


.btn-inicial:hover {
    color: #034555;
    background-color: #e6a134;
}

.btn-inicial-uno {
    color: white;
    border: #e6a134 1px solid;
    padding: .375rem .75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: .35rem;
    text-decoration: none !important;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .btn-inicial-uno {
        font-size: 1rem;
    }
}


.btn-inicial-uno:hover {
    color: #034555;
    background-color: #e6a134;
}

.contenedor {
    /* Ancho del div contenedor */
    width: 150%;
    max-height: 150px;
    /* Alto del div contenedor */
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
    /* Forma del recorte (rombo) */
    margin-left: -15%;
}

.contenedor img {
    width: 90%;
    object-fit: cover;
    /* Escala la imagen para que ocupe todo el espacio disponible */
    clip-path: inherit;
    /* Hereda la forma de recorte del div contenedor */
    transform: rotate(-40deg);
    margin-left: -50px;
}



.numeroindividual {
    background-color: #034555;
    color: white;
    padding: 0 10px;
    margin: 5px 20px;
    font-weight: bold;
    font-size: 150px;
    font-family: Verdana;
    border-radius: 15px;
    border: 1px solid white;
    /*box-shadow: 2px 2px 5px #999;*/
    position: relative;
}

.btnnumeroleft {
    font-size: 14px;
    color: white;
    position: absolute;
    top: 45%;
    left: -8px;
}

.btnnumeroright {
    font-size: 14px;
    color: white;
    position: absolute;
    top: 45%;
    right: -6px;
}

@media (max-width: 1199px) {
    .numeroindividual {
        font-size: 100px;
    }

    .btnnumeroright {
        right: -5px;
    }
}

@media (max-width: 550px) {
    .numeroindividual {
        font-size: 70px;
        margin: 0px 5px;
    }

    .btnnumeroleft {
        font-size: 10px;
    }

    .btnnumeroright {
        font-size: 10px;
        right: -5px;
    }
}

/* FIN NUEVO PAGINA INICIAL*/

.main-section-register {
    margin: 0 auto;
    margin-top: 15%;
    padding: 0;
}

/* CARD PRODUCTOS CARRITO*/

.card-producto-fisico {
    border-radius: 20px;
    border: #000 1px solid;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.text-black{
    color: #000;
}
.tblini{
    font-size: 12px !important;
}


.iconlateral {
    font-size: 20px !important;
    color: white !important;
}

.btn-tabs {
    margin-right: 10px;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.btn-tabs.active {
    background-color: #049cb3;
    color: white !important;
}