﻿
@font-face {
    font-family: 'RMedium';
    font-style: normal;
    font-weight: 500;
    src: url('/css/dist/font/Roboto/Roboto-Medium.ttf');
}

@font-face {
    font-family: 'RRegular';
    font-style: normal;
    font-weight: 400;
    src: url('/css/dist/font/Roboto/Roboto-Regular.ttf');
}


@font-face {
    font-family: 'PBlack';
    font-style: normal;
    font-weight: 700;
    src: url('/css/dist/font/Poppins/Poppins-Black.ttf');
}

@font-face {
    font-family: 'PBold';
    font-style: normal;
    font-weight: 700;
    src: url('/css/dist/font/Poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'PSemiBold';
    font-style: normal;
    font-weight: 600;
    src: url('/css/dist/font/Poppins/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'PRegular';
    font-style: normal;
    font-weight: 400;
    src: url('/css/dist/font/Poppins/Poppins-Regular.ttf');
}

.container {
    width: 80%;
    max-width: 1200px;
    background-color: #2C63AC;
    padding: 20px;
}

.row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-row {
    justify-content: space-between;
    margin-bottom: 30px;
}



.btn-red {
    background-color: #ff4d4d;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
}

.icon-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    position: relative;
}

.hand-pointer {
    position: absolute;
    top: 130px;
    left: -130px;
    width: 100px;
    height: auto;
}

.icon-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    color: #0050b2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 1.5rem;
}



.logo {
    max-width: 200px;
    margin-top: 20px;
}





.Fondo {
    background: #F5F5F5;
}

.textos {
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
}

.textoRojo {
    font-family: 'PBlack';
    font-size: 36px;
    line-height: 40px;
    color: #DA382E;
}

.textoAzul {
    font-family: 'PBlack';
    font-size: 36px;
    line-height: 40px;
    color: #2D63AD;
}

.contenCelestet {
    background: #2C63AC;
    width: 100%;
    padding: 20px;
}

.regsitroText {
    font-size: 22px;
    line-height: 37px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'PRegular';
}


.texto2 {
    font-family: 'RMedium';
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    color: #000001;
}


.texto3 {
    font-family: 'PSemiBold';
    font-size: 26px;
    line-height: 33px;
    text-align: center;
    color: #000000;
}

.textoTituloPestañaTab {
    font-family: 'PSemiBold';
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

.textoContenidoPestañaTab {
    font-family: 'RMedium';
    font-size: 12px;
    line-height: 28px;
    text-align: left;
    color: #000001;
}

.texto4 {
    font-family: 'RMedium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000001;
}

.texto5 {
    font-family: 'RMedium';
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #000001;
}

.textoLinkFooter {
    font-family: 'PRegular';
    font-size: 10px;
    line-height: 22px;
    text-align: center;
    color: #F5F5F5;
    padding-left: 0px;
    padding-right: 20px;
    text-decoration:none;
}

.btn-master {
    font-family: 'PRegular';
    width: 190px;
    height: 50px;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 11px;
    margin: auto;
    background: #DA382E;
    border-radius: 30px;
}

.btn-market {
    font-family: 'PRegular';
    width: 290px;
    height: 50px;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 11px;
    margin: auto;
    /*background: #DA382E;*/
    background: linear-gradient(90deg, rgba(218,56,46,1) 42%, rgba(14,86,182,1) 60%);
    border-radius: 30px;
    margin-top: 8px;
}
.btn-market-2 {
    text-decoration: none;
}

.btn-masterA {
    width: 190px;
    height: 50px;
    background-color: #2d63ad;
    font-family: 'PBold';
    font-style: normal;
    padding-top: 11px;
    font-size: 1.2em;
    text-align: center;
    color: #F5F5F5;
    margin: auto;
}

.icono {
    height: 50px;
    width: auto;
}

.iconoRedes {
    height: 50px;
    width: 50px;
}



.Imagen {
    width: 100%;
    height: 600px;
}


.cuadro {
    margin: 8px;
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 32px;
    background: #ffffff;
    font-weight: 600;
}

.progressC {
    margin-top: 2px;
    height: 10px;
    width: 100%;
    background-color: #FFFFFF;
}

.progress-bar {
    background-color: #FFFFFF;
}

.progress-bar-danger {
    background-color: #b60606;
}

.progress-bar-warning {
    background-color: #b6a806;
}

.progress-bar-success {
    background-color: #38b606;
}

.imagenSlide1 {
    background-image: url('/css/images/ImagenSlide1.jpg');
    /*background-size: 1440px 714px;*/
    min-height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.imagenSlide2 {
    background-image: url('/css/images/ImagenSlide2.jpg');
    /*background-size: 1440px 714px;*/
    min-height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.imagenSlide3 {
    background-image: url('/css/images/ImagenSlide3.jpg');
    /*background-size: 1440px 714px;*/
    min-height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.imagenSlide4 {
    background-image: url('/css/images/ImagenSlide4.jpg');
    /*background-size: 1440px 714px;*/
    min-height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.imagenSlide5 {
    background-image: url('/css/images/ImagenSlide5.jpg');
    /*background-size: 1440px 714px;*/
    min-height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.Conten-Footer {
    background-image: url('/css/images/Footer.png');
    width: 100%;
    min-height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.TituloSlide {
    font-family: 'PBold';
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.TextoSlide {
    font-family: 'PRegular';
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}

.BtnWow {
    font-family: 'PRegular';
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    padding-top: 5px;
    color: #FFFFFF;
    width: 50%;
    height: 40px;
    background: #DA382E;
    border-radius: 30px;
}

.BtnWow_Header {
    font-family: 'PRegular';
    font-size: 10px;
    text-align: center;
    color: #FFFFFF;
}

.textoIconos {
    font-family: 'RMedium';
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}

.Conten-Celeste {
    /*width: 100%;*/
    /*min-height: 284px;*/
    /*max-width: 892px;*/
    background: #EBEFFF;
}

.TituloContenCeleste {
    font-family: 'PSemiBold';
    font-size: 30px;
    line-height: 40px;
    color: #000000B2;
}

.TituloContenCelesteBis {
    font-family: 'PSemiBold';
    font-size: 30px;
    line-height: 40px;
    color: #424966;
}

.TextoContenCeleste {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    color: #000000B2;
}

.TextoTituloModales {
    font-size: 14px;
    line-height: 15px;
    font-family: 'RMedium';
    color: #000000B2;
}

.TextoContenModales {
    font-size: 12px;
    line-height: 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    color: #000000B2;
}

.BtnConAzul {
    width: 190px;
    height: 60px;
    background: #424966;
    border-radius: 30px 5px 5px 5px;
    float: right;
    font-size: 17px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 29px;
    font-family: 'PRegular';
    text-align: center;
    color: #FFFFFF;
}


.Conten-Naranja {
    width: 100%;
    /*min-height: 284px;*/
    background: #FFF3EC;
}

.TituloContenNaranja {
    font-family: 'PSemiBold';
    font-size: 30px;
    line-height: 40px;
    color: #000000B2;
}

.TituloContenNaranja2 {
    font-family: 'PSemiBold';
    font-size: 30px;
    line-height: 40px;
    color: #EB834A;
}

.TextoContenNaranja {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    color: #000000B2;
}

.BtnConNaranja {
    width: 190px;
    height: 60px;
    background: #EB834A;
    border-radius: 5px 30px 5px 5px;
    float: left;
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 29px;
    font-family: 'PRegular';
    text-align: center;
    color: #FFFFFF;
}


.Conten-Rosa {
    width: 100%;
    min-height: 284px;
    background: #FFD6EC;
}

.TituloContenRosa {
    font-family: 'PSemiBold';
    font-size: 30px;
    line-height: 40px;
    color: #000000B2;
}

.TituloContenRosa2 {
    font-family: 'PSemiBold';
    font-size: 30px;
    line-height: 40px;
    color: #B1005F;
}

.TextoContenRosa {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    color: #000000B2;
}

.BtnConRosa {
    width: 190px;
    height: 60px;
    background: #FE339F;
    border-radius: 30px 5px 5px 5px;
    float: right;
    font-size: 17px;
    line-height: 29px;
    padding-top: 12px;
    padding-bottom: 10px;
    font-family: 'PRegular';
    text-align: center;
    color: #FFFFFF;
}

.Conten-Violeta {
    width: 100%;
    min-height: 284px;
    background: #F3E5FF;
}

.TituloContenVioleta {
    font-family: 'PSemiBold';
    font-size: 30px;
    line-height: 40px;
    color: #000000B2;
}

.TituloContenVioleta2 {
    font-family: 'PSemiBold';
    font-size: 30px;
    line-height: 40px;
    color: #9E3FF1;
}

.TextoContenVioleta {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    color: #000000B2;
}

.BtnConVioleta {
    width: 190px;
    height: 60px;
    background: #9E3FF1;
    border-radius: 5px 30px 5px 5px;
    float: left;
    font-size: 17px;
    line-height: 29px;
    padding-top: 12px;
    padding-bottom: 10px;
    font-family: 'PRegular';
    text-align: center;
    color: #FFFFFF;
}

.next, .prev {
    display: none !important;
}


.imagenfondoLogin {
    background-image: url('../css/images/ImagenLogin.png');
    width: 100%;
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: inline-block;
    text-align: center;
}




.TituloLogin {
    font-family: 'PRegular';
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    margin-top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.TituloReset {
    font-family: 'PRegular';
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-top: 75px;
}

.RecuerdameTexto {
    font-family: 'PRegular';
    font-size: 15px;
    line-height: 25px;
    color: #1F4799;
}

.Olvidotexto {
    font-family: 'PRegular';
    font-size: 15px;
    line-height: 25px;
    color: #1F4799;
}



.TituloHazteNow {
    font-family: 'PRegular';
    font-size: 18px;
    line-height: 37px;
    text-align: center;
    color: #070606;
}

.Conten-Azul {
    width: 100%;
    height: 100%;
    background-color: #EBEFFF;
}


.LabelRegistros {
    font-family: 'PRegular';
    font-size: 12px;
    line-height: 25px;
    color: #1F4799;
}


.Texto1 {
    font-family: 'PRegular';
    font-size: 24px;
    line-height: 31px;
    color: #2C63AC;
}

.TextoBoldAzul {
    font-family: 'PBold';
    font-size: 26px;
    line-height: 37px;
    color: #2C63AC;
}

.TextoSemiBoldAzul {
    font-family: 'PSemiBold';
    font-size: 24px;
    line-height: 31px;
    color: #2C63AC;
}

.TextoBoldRojo {
    font-family: 'PBold';
    font-size: 26px;
    line-height: 31px;
    color: #DA382E;
}

.TextoSemiBoldRojo {
    font-family: 'PSemiBold';
    font-size: 24px;
    line-height: 37px;
    color: #DA382E;
}

.titulo2 {
    font-family: 'PRegular';
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #000000;
}

.MenuTextos {
    font-family: 'PRegular';
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #1C488C;
    text-decoration:none;
}

.contenMenu {
    padding: 5px;
    float: left;
}

.imagenfondoRegistro {
    background-image: url('../css/images/ImagenPreRegistro.jpg');
    width: 100%;
    min-height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.TituloImagenPreRegistroBlanco {
    font-family: 'PRegular';
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #ffffff;
}


.TituloImagenPreRegistroRojo {
    font-family: 'PSemiBold';
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #DA382E;
}

.Conten-Info {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 10px;
}

.TextoContenInfo {
    font-family: 'PRegular';
    font-size: 15px;
    line-height: 25px;
    color: #2C63AC;
}

.EmailContenInfo {
    font-family: 'PSemiBold';
    font-size: 20px;
    line-height: 25px;
    color: #2C63AC;
}


.InfoContenInfo {
    font-family: 'PRegular';
    font-size: 15px;
    line-height: 25px;
    color: #ED2E38;
}


.panelTitulo01 {
    font-family: 'PSemiBold';
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #000000;
}

.panelTitulo02 {
    font-family: 'PSemiBold';
    font-size: 1.2em;
    color: #048203;
    text-decoration: underline;
}

.panelTitulo03 {
    font-family: 'PRegular';
    font-size: 19px;
    line-height: 27px;
    text-align: center;
    color: #000000;
}

.panelTitulo04 {
    font-family: 'PRegular';
    font-size: 0.95em;
    color: #090909;
    margin-bottom: 8px;
}

.panelTitulo05 {
    font-family: 'PRegular';
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #000000;
}

.TextoRojo {
    font-family: 'PSemiBold';
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #ED2E38;
}

.Titulo02A {
    width: 100%;
    height: 47px;
    border: 2px solid #2C63AC;
    border-radius: 5px;
}

.contenPanel {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1em;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

thead tr {
    background-color: #FFF3D8;
    color: #ffffff;
    text-align: middle;
}



.contenSalir {
    color: #FFFFFF;
    font-family: 'PSemiBold';
    font-size: 0.95em;
}

    .contenSalir:hover {
        color: #FFFFFF;
    }

.contenedorBotonLink {
    position: relative;
    display: inline-block;
    text-align: center;
}

.texto-encimaBotonLink {
    position: absolute;
    top: 10px;
    left: 10px;
}

.centradoBotonLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.TextoBotonLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ContenAzulConTexto {
    width: 100%;
    min-height: 60px;
    background-color: #2C63AC;
}

.TextoContenbAzul {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #FFFFFF;
}



.TextoRojoGeneral {
    font-family: 'RRegular';
    font-size: 12px;
    line-height: 12px !important;
    color: #090909;
}

.TextoRojoGeneral2 {
    font-family: 'RRegular';
    font-size: 12px;
    line-height: 12px !important;
    color: #1F4799;
}

.BtnRegistra {
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #DA382E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    font-family: 'PRegular';
    font-size: 20px;
    line-height: 30px;
    color: #DA382E;
}

.imagenfondoPanel {
    background-image: url('../css/images/ImagenPreRegistro.png');
    width: 100%;
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: inline-block;
    text-align: center;
}

.TituloMensajeOK {
    font-family: 'PSemiBold';
    font-size: 38px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.MensajeOK1 {
    font-family: 'PRegular';
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.MensajeOK2 {
    font-family: 'PRegular';
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.LineaRoja {
    background-image: url('../dist/img/LineRoja.png');
    width: 100%;
    min-height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: inline-block;
    text-align: center;
}


.TextoLineaRoja {
    font-family: 'PSemiBold';
    font-size: 20px;
    line-height: 37px;
    text-align: center;
    color: #FFFFFF;
}

.RojoWow {
    font-family: 'PRegular';
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #dc3545;
}

.TerminosTitulos {
    font-family: 'PSemiBold';
    font-size: 20px;
    text-align: center;
    color: #000000;
}

.TerminosTextos {
    font-family: 'PRegular';
    font-size: 15px;
    text-align: center;
    color: #000000;
}

.btnrojo {
    width: 100px;
    height: 60px;
    background: #ED2E38;
    border-radius: 100px;
}

.ContenedorSlider {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
}
    .ContenedorSlider a{
        text-decoration:none;
    }
    .TituloBack1 {
        font-family: 'PSemiBold';
        font-size: 23px;
        line-height: 32px;
        text-align: center;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.7);
    }

.textoInvita {
    font-family: 'PRegular';
    font-size: 19px;
    line-height: 26px;
    text-align: right;
    /*text-transform: lowercase;*/
    color: rgba(0, 0, 0, 0.7);
}

.NumerosAmarillo {
    font-family: 'PBold';
    font-size: 60px;
    line-height: 89px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FABC30;
}

.NumerosAzul {
    font-family: 'PBold';
    font-size: 60px;
    line-height: 89px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #1F4799;
}

.NumerosAzulParticipaciones {
    font-family: 'PBold';
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #1F4799;
}

.NumerosRojo {
    font-family: 'PBold';
    font-size: 60px;
    line-height: 89px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #ED2E38;
}


.imgFrenteCarusel {
    width: 70%;
    padding-top: 60px;
    padding-left: 30px;
    /*box-shadow: 3px 7px 61px 45px rgba(0,0,0,0.73);
    -webkit-box-shadow: 3px 7px 61px 45px rgba(0,0,0,0.73);
    -moz-box-shadow: 3px 7px 61px 45px rgba(0,0,0,0.73);*/
}



.imagenSlide {
    width: 100%;
    background-color: #2C63AC;
    min-height: 550px;
}


.TituloSlide {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.TextoSlide {
    font-size: 18px;
    margin-bottom: 20px;
}

.txtbtnHazteWow {
    background-color: #ff3b30; /* Botón rojo */
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}

.icon-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px; /* Espacio entre los íconos */
    margin-top: 20px;
    color: white;
}

.icon-item {
    display: flex;
    align-items: center;
}

    .icon-item img {
        padding: 6px;
        border-radius: 50%;
        margin-right: 10px;
    }

.icon-label {
    font-family: 'PRegular';
    font-size: 19px;
    text-align: left;
    color: #FFFFFF;
}

.logo {
    margin-top: 40px;
}



/*CLASES param MOBILE*/
@media only screen and (max-width: 600px) {
    .TituloSlide {
        font-family: 'PBold';
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
    }

    .TextoSlide {
        font-family: 'PRegular';
        font-size: 15px;
        line-height: 25px;
        color: #FFFFFF;
    }

    .texto3 {
        font-family: 'PSemiBold';
        font-size: 22px;
        line-height: 28px;
        text-align: center;
        color: #000000;
    }

    .iconoRedes {
        height: 50px;
        width: 50px;
    }

    .Conten-Footer {
        background-image: url('/css/images/Footer.png');
        width: 100%;
        min-height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .ContenedorSlider {
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 55px;
        text-align: center;
    }

    .BtnWow {
        font-family: 'PRegular';
        font-size: 18px;
        line-height: 29px;
        text-align: center;
        padding-top: 5px;
        color: #FFFFFF;
        width: 50%;
        height: 40px;
        background: #DA382E;
        border-radius: 30px;
    }

    .MobiCenter {
        text-align: center;
    }

    .textoIconos {
        font-family: 'RMedium';
        font-size: 18px;
        line-height: 23px;
        text-align: center;
        color: rgba(0, 0, 0, 0.7);
    }

    .imgFrenteCarusel {
        width: 70%;
        padding-top: 60px;
        padding-bottom: 40px;
        padding-left: 30px;
    }

    .TextoSemiBoldAzul {
        font-family: 'PSemiBold';
        font-size: 20px;
        line-height: 26px;
        color: #2C63AC;
    }

    .TextoSemiBoldRojo {
        font-family: 'PSemiBold';
        font-size: 20px;
        line-height: 26px;
        color: #DA382E;
    }

    .Texto1 {
        font-family: 'PRegular';
        font-size: 20px;
        line-height: 26px;
        color: #2C63AC;
    }

    .titulo2 {
        font-family: 'PRegular';
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        color: #000000;
        padding-left: 20px;
        padding-right: 30px;
    }

    .TituloImagenPreRegistroBlanco {
        font-family: 'PRegular';
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #ffffff;
    }


    .TituloImagenPreRegistroRojo {
        font-family: 'PSemiBold';
        font-size: 25px;
        line-height: 33px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #DA382E;
    }

    .TextoLineaRoja {
        font-family: 'PSemiBold';
        font-size: 16px;
        line-height: 37px;
        text-align: center;
        color: #FFFFFF;
    }

    .imagenfondoLogin {
        background-image: url('../dist/img/ImagenLogin.png');
        width: 100%;
        min-height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        display: inline-block;
        text-align: center;
    }

    .textoTituloPestañaTab {
        font-family: 'PSemiBold';
        font-size: 10px;
        line-height: 13px;
        text-align: center;
        color: #000000;
    }
}
@media (max-width: 768px) {
    .imagenSlide {
        min-height: auto;
        height: 100vh;
        padding: 20px 0;
        display: flex;
        flex-direction: column;
    }

    .container {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 10px;
    }

    .text-content {
        padding: 10px 15px;
    }

    .TituloSlide {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .TextoSlide {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .icon-content {
        display: flex !important;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 10px 0;
        padding: 0;
        gap: 10px;
    }

    .imgFrenteCarusel {
        display: none;
    }

    .icon-item {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        align-content: flex-start;
        width: 100%;
        margin: 0;
        padding: 8px;
        border-radius: 8px;
        min-height: 40px;
    }

    .hand-pointer {
        display: none;
    }

    .icon-item img {
        width: 32px;
        height: 32px;
        margin-right: 12px;
        padding: 0;
    }

    .icon-label {
        font-size: 14px;
        margin: 0;
    }

    .btn-master {
        padding: 8px;
        height: 45px;
        margin: 10px auto;
    }

    .imgFrenteCarusel {
        max-width: 150px;
        padding: 10px 0;
    }

    .app-download {
        margin-top: auto;
        padding: 15px;
    }

        .app-download img {
            max-width: 140px;
            margin: 5px;
        }
}

@media (max-width: 375px) {
    .TituloSlide {
        font-size: 20px;
    }

    .TextoSlide {
        font-size: 14px;
    }

    .icon-item {
        padding: 6px;
        min-height: 45px;
    }

        .icon-item img {
            width: 28px;
            height: 28px;
            margin-right: 10px;
        }

    .icon-label {
        font-size: 13px;
    }
}

