﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

:root {
    --color-primary: #e64a50;
    --color-secondary: #cc5c61;
    --color-background-primary: #333333;
    --color-background-secondary: #4a2e2e;
    /* COLORES PRIMARIOS (antes azul verdoso) */
    --primary-100: #add9e0;
    --primary-200: #0089a0; /* color base */
    --primary-300: #026b7c;
    --primary-400: #004a56;
    /* COLORES SECUNDARIOS (antes violetas y azulados) */
    --secondary-100: #66bbbe;
    /*--secondary-200: #e8767a;*/
    /*--secondary-300: #f18c8f;*/
    --secondary-400: #0089a0;
    /* INFO AL USUARIO */
    --info-50: #fdf2f2;
    --info-100: #f18c8f;
    --error: #d35f5f;
    --success: #66cc85;
    --warning: #e1931e;
    /* TEXTO Y OTROS */
    --stroke: #f0f0f0;
    --stroke-2: #f4c4c4;
    --text-light: #996c6c;
    --text-dark: #472f2f;
    --neutral-50: #f8f2f2;
    --neutral-100: #e4bfbf;
    --neutral-200: #775151;
    /* BÁSICOS */
    --white: #fafafa;
    --black: #1a1a1a;
    /* TEXTO */
    --font-primary: "Manrope", sans-serif !important;
    /* TAMAÑOS */
    --size-64: 64px;
    --size-48: 48px;
    --size-36: 36px;
    --size-24: 24px;
    --size-20: 20px;
    --size-18: 18px;
    --size-16: 16px;
    --size-14: 14px;
    /* BOX SHADOW */
    --shadow-1: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    --shadow-2: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}


/*Estilos custom para Home*/
.cabecera {
    background-color: #fff !important;
    box-shadow: var(--shadow-1);
    padding: 50px 24px;
}

    .cabecera h1 {
        color: var(--primary-200)
    }

    .cabecera h1,
    .cabecera h3,
    .cabecera p {
        max-width: 1140px;
        width: 100%;
        margin: 0 auto;
        text-align: left !important
    }

        .cabecera p,
        .cabecera h3 strong,
        .cabecera p span {
            color: var(--black) !important
        }


.card__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    width: 100%
}

h3.card__title {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative
}

    h3.card__title img {
        position: absolute;
        left: 38%;
        max-width: 25% !important;
        top: initial
    }

#home__content .card__img,
.card__group.accent .card__text {
    box-shadow: var(--shadow-1);
    border: 1px solid var(--stroke);
    position: relative;
    background-color: #fff;
    width: 100%
}

.card__img .card__text {
    box-shadow: none;
    border: none
}

#home__content .card__img img {
    width: 34px;
    height: 34px;
}

p.card__subtitle,
.card__group.accent .card__text p {
    font-size: var(--size-16);
    color: var(--black);
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.card__group.accent .card__text img {
    filter: initial
}

#second__section .card__img:nth-child(2) img {
    width: 100%;
    height: 100%
}

.home__table {
    display: none
}

.home__container:has(#third__section):after {
    content: '';
    display: block;
    background-image: url('NEBEXT-LOGO.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 250px;
    height: 100px;
    margin:40px auto
}

@media(max-width:998px) {
    .card__text {
        padding-bottom: 15px
    }
}

/*Esconder código para vista invitaciones*/
#summaryCode {
    display: none
}
/*Estilos custom para vista invitaciones*/
div#divInvitationSummary .panel-info {
    height: 100%
}

div#divInvitationSummary strong {
    padding: 20px 0
}

div#divInvitationSummary.row::before {
    display: none
}

div#divInvitationSummary p {
    padding-top: 5px;
}

div#divInvitationSummary span {
    color: var(--white);
    background-color: transparent;
    font-size: var(--size-16);
    font-weight: 500
}

div#divInvitationSummary p a[onclick] {
    background-color: #fff;
    color: var(--secondary-400);
    border-radius: 50px;
    padding: 10px 15px;
}

div#divInvitationSummary p:has(a[onclick]) {
    padding: 24px 0
}

div#divInvitationSummary .col-md-3 {
    width: fit-content;
}

#invitaciones .well.well-sm {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

    #invitaciones .well.well-sm .clearfix {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 20px;
    }

        #invitaciones .well.well-sm .clearfix .col-md-3,
        #invitaciones .well.well-sm .clearfix .col-md-9 {
            width: 95%;
            padding: 0
        }

    @media (min-width: 998px) {
        /*    div #acreditationPasses-container .well.well-sm {
        grid-column: span 2;
    }
*/

        div #invitaciones .presentacion {
        grid-template-columns: 4fr 5fr;
    }

    div.invitations__img {
        grid-column: 2;
        grid-row: 1 / span 4;
        height: 460px;
        border-radius: 18px;
        overflow: hidden;
        justify-self: flex-end
    }

    div#divInvitationSummary {
        grid-column: 1 / span x;
        grid-row: 5;
        justify-self: flex-end;
        display: flex;
        gap: 20px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    div.invitaciones-btn {
        grid-column: 1;
        grid-row: 3;
        justify-self: flex-start;
        width: fit-content;
        padding-top: 20px !important;
    }
}
/*Datos de empresa*/

.bg-img, .profile-img {
    display: none
}

.profile-header {
    position: relative;
    top: 0;
    right: 0;
    border: none;
    width: 100%;
    padding: 0;
    align-items: center;
}

.bg.datos .profile-header h3,
.bg.datos .profile-header .profile-header__buttons {
    padding: 0
}

@media(max-width: 768px) {
    .profile-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .profile-header__buttons {
        gap: 20px
    }
}

/*Estilos custom para Leads*/

.novideo.leads .elem-body {
    background-color: #FFFFFF;
    border: 1px solid var(--neutral-50);
    border-radius: 20px;
    box-shadow: var(--shadow-1);
    padding: 20px;
}

.eventDocuments > * {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: break-word;
}


/*Estilos Custom Login*/

#loginForm {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

    #loginForm:before {
        content: "";
        display: block;
        width: 100%;
        max-width: 280px;
        height: 100%;
        min-height: 100px;
        background-image: url(AF-logo.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

.loginText-container + .jumbotron.center-block {
    background-color: #fff;
    border: 1px solid var(--neutral-50);
    border-radius: 20px;
    box-shadow: 5px 5px 7px 0px rgb(0 0 0 / 21%);
    margin:0 auto;
    max-width:750px!important
}

#loginForm .form-horizontal .form-group{
    margin-left:0;
    margin-right:0
}

#loginForm .col-xs-12{
    padding:0
}

#loginForm .btn.btn-primary{
    width:100%;
    margin-top:15px;
    background-color:var(--primary-100);
    border-radius:70px;
    transition:background-color 0.4s ease-in-out
}

#loginForm .btn.btn-primary:hover {
    background-color: var(--primary-200);
}

    #loginForm input {
        border-radius: 70px;
        height: 40px;
    }
/*.container.body-content:has(input[value="Reset password"]),*/
.container.body-content:has(h2.forgot-password),
.container.body-content:has(.loginText-container) {
    background-color: var(--primary-200);
    position: absolute;
    z-index: 1050;
    top: 0;
    bottom: 0;
    margin-bottom: 0;
    padding-top: 10%;
    max-width: 100%;
    height: fit-content;
    min-height: 100vh;
}
.logintitle{
    display:none
}

.container.body-content:has(.forgot-password) form {
    max-width: 650px;
    margin: 48px auto;
    padding: 40px;
    background-color: #fff;
    border: 1px solid var(--neutral-50);
    border-radius: 20px;
    box-shadow: 5px 5px 7px 0px rgb(0 0 0 / 21%);
}

h2.forgot-password {
    max-width: 650px;
    margin: 0 auto;
}

.container.body-content:has(h2.forgot-password) h4{
    margin-bottom:30px
}
.col-md-offset-2.col-md-10:has(input[value="Reset password"]) {
    margin: 0;
    text-align: center;
    width: 100%;
}
.container.body-content:has(.forgot-password) .btn.btn-default {
    margin-top: 15px;
    background-color: var(--primary-100);
    border-radius: 70px;
    transition: background-color 0.4s ease-in-out;
}
    .container.body-content:has(.forgot-password) .btn.btn-default:hover {
        background-color: var(--primary-200);
    }
.container.body-content:has(.forgot-password) .col-md-2.control-label{
    width:100%;
    text-align:left;
    margin-bottom: 20px
}
.container.body-content:has(.forgot-password) .col-md-10 {
    width: 100%;
}

    @media(min-width:1200px) {
        #loginForm {
        flex-direction: row;
    }
}