@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{--pv-font:"Inter","Open Sans",Arial,sans-serif}
*:not(.fa):not([class^="fa-"]):not([class*=" fa-"]),
*:not(.fa):not([class^="fa-"]):not([class*=" fa-"])::before,
*:not(.fa):not([class^="fa-"]):not([class*=" fa-"])::after{font-family:var(--pv-font)!important}
.fa,[class^="fa-"],[class*=" fa-"],i.fa,i[class^="fa-"],i[class*=" fa-"]{font-family:FontAwesome!important}

/* Access register page */
body.page-register-access{
    position:relative;
    min-height:100vh;
    margin:0;
    padding:0;
    background:#f5f7fb;
    color:#182230;
}

body.page-register-access:before{
    content:"";
    position:fixed;
    inset:0;
    z-index:-2;
    background:
        linear-gradient(90deg, rgba(245,247,251,.96) 0%, rgba(245,247,251,.9) 45%, rgba(245,247,251,.72) 100%),
        url("../../src/images/collage-reg.jpg") center/cover no-repeat;
}

body.page-register-access:after{
    content:"";
    position:fixed;
    inset:0;
    z-index:-1;
    background:linear-gradient(180deg, rgba(255,255,255,.68), rgba(255,255,255,.86));
    pointer-events:none;
}

.access-register-page{
    min-height:100vh;
    display:flex;
    flex-direction:column;
}

.access-register-header{
    width:min(100% - 32px, 1180px);
    margin:0 auto;
    padding:20px 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.access-register-logo{
    display:inline-flex;
    align-items:center;
    text-decoration:none;
}

.access-register-logo img{
    width:260px;
    max-width:100%;
    height:auto;
    display:block;
}

.access-register-nav{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    justify-content:flex-end;
}

.access-register-nav a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:10px 15px;
    border:1px solid rgba(203,213,225,.9);
    border-radius:999px;
    background:rgba(255,255,255,.88);
    color:#344054;
    font-size:14px;
    font-weight:800;
    text-decoration:none;
    box-shadow:0 1px 2px rgba(16,24,40,.05);
    transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.access-register-nav a:hover{
    transform:translateY(-1px);
    border-color:#f4a8bf;
    background:#fff;
    color:#b51652;
    box-shadow:0 10px 24px rgba(16,24,40,.1);
}

.access-register-nav a.is-primary{
    border-color:#d8264f;
    background:#d8264f;
    color:#fff;
}

.access-register-nav a.is-primary:hover{
    border-color:#be123c;
    background:#be123c;
    color:#fff;
}

.access-register-main{
    width:min(100% - 32px, 1180px);
    margin:0 auto;
    flex:1 0 auto;
}

.access-register-hero{
    display:grid;
    grid-template-columns:minmax(0, .92fr) minmax(380px, .68fr);
    gap:28px;
    align-items:stretch;
    padding:26px 0 34px;
}

.access-register-copy,
.access-register-card,
.access-member-panel,
.access-register-article{
    border:1px solid rgba(226,232,240,.92);
    border-radius:8px;
    background:rgba(255,255,255,.94);
    box-shadow:0 1px 2px rgba(16,24,40,.05), 0 22px 60px rgba(16,24,40,.12);
}

.access-register-copy{
    position:relative;
    overflow:hidden;
    padding:42px;
}

.access-register-copy:before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(135deg, rgba(216,38,79,.08), transparent 40%),
        linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,0));
    pointer-events:none;
}

.access-register-kicker,
.access-card-header span,
.access-member-panel span{
    display:inline-flex;
    align-items:center;
    width:max-content;
    max-width:100%;
    margin:0 0 14px;
    padding:6px 10px;
    border:1px solid #ffd5df;
    border-radius:999px;
    background:#fff3f6;
    color:#b51652;
    font-size:12px;
    font-weight:900;
    line-height:1.2;
    text-transform:uppercase;
}

.access-register-copy h1{
    position:relative;
    max-width:720px;
    margin:0 0 16px;
    color:#101828;
    font-size:42px;
    font-weight:900;
    line-height:1.02;
    letter-spacing:0;
}

.access-register-copy p{
    position:relative;
    max-width:680px;
    margin:0 0 22px;
    color:#475467;
    font-size:17px;
    line-height:1.65;
}

.access-register-benefits{
    position:relative;
    display:grid;
    gap:12px;
    margin:0;
    padding:0;
    list-style:none;
}

.access-register-benefits li{
    position:relative;
    min-height:44px;
    display:flex;
    align-items:center;
    padding:11px 14px 11px 46px;
    border:1px solid #e7edf4;
    border-radius:8px;
    background:#fff;
    color:#344054;
    font-size:14px;
    font-weight:750;
    line-height:1.35;
}

.access-register-benefits li:before{
    content:"\f00c";
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    width:22px;
    height:22px;
    border-radius:50%;
    background:#12b76a;
    color:#fff;
    font:normal normal normal 12px/22px FontAwesome;
    text-align:center;
}

.access-register-card{
    padding:26px;
}

.access-card-header{
    margin-bottom:18px;
}

.access-card-header h2,
.access-member-panel h2,
.access-register-article .main_article h2{
    margin:0 0 8px;
    color:#101828;
    font-size:25px;
    font-weight:900;
    line-height:1.15;
    letter-spacing:0;
}

.access-card-header p,
.access-member-panel p,
.access-register-note{
    margin:0;
    color:#667085;
    font-size:14px;
    line-height:1.55;
}

.access-textarea-label{
    display:block;
    margin:0 0 8px;
    color:#344054;
    font-size:13px;
    font-weight:900;
}

body.page-register-access .txtarea-reg{
    width:100%;
    min-height:96px;
    height:auto;
    margin:0 0 16px;
    padding:13px 14px;
    resize:vertical;
    border:1px solid #d0d5dd;
    border-radius:8px;
    background:#fff;
    color:#182230;
    font-size:14px;
    line-height:1.45;
    box-shadow:0 1px 2px rgba(16,24,40,.05);
    outline:none;
}

body.page-register-access .txtarea-reg:focus{
    border-color:#d8264f;
    box-shadow:0 0 0 4px rgba(216,38,79,.12);
}

.access-prelinker-box{
    min-height:240px;
    margin:0 0 14px;
    padding:16px;
    /* border:1px solid #e4e7ec; */
    /* border-radius:8px; */
    /* background:#f8fafc; */
}

body.page-register-access .cont-reg-log{
    /* border:1px solid #e4e7ec; */
}

.access-form-loading{
    min-height:190px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#667085;
    font-size:14px;
    font-weight:800;
}

body.page-register-access .form-div-reg form,
body.page-register-access .ptprelinker-register-form{
    padding:0;
    margin:0;
}

body.page-register-access .ptprelinker-input-group{
    display:block;
    margin:0 0 13px;
}

body.page-register-access .ptprelinker-input-group label,
body.page-register-access .ptprelinker-register-form label{
    display:block;
    width:auto;
    margin:0 0 6px;
    color:#344054;
    font-size:13px;
    font-weight:850;
}

body.page-register-access .ptprelinker-input-group-prepend{
    display:none;
}

body.page-register-access .ptprelinker-input-group .ptprelinker-input,
body.page-register-access .reg_box .ptprelinker-input-group .ptprelinker-input,
body.page-register-access .ptprelinker-select{
    width:100%;
    min-height:44px;
    height:auto;
    margin:0;
    padding:10px 12px;
    border:1px solid #d0d5dd;
    border-radius:8px;
    background:#fff;
    color:#182230;
    font-size:14px;
    line-height:1.35;
    box-shadow:0 1px 2px rgba(16,24,40,.05);
}

body.page-register-access .ptprelinker-input-group .ptprelinker-input:focus,
body.page-register-access .ptprelinker-select:focus{
    border-color:#d8264f;
    box-shadow:0 0 0 4px rgba(216,38,79,.12);
    outline:none;
}

body.page-register-access .ptprelinker-input-checkbox{
    display:inline-flex !important;
    width:16px;
    height:16px;
    margin:1px 8px 0 0 !important;
    vertical-align:top;
}

body.page-register-access .ptprelinker-register-form .ptprelinker-label-checkbox{
    display:inline;
    width:auto;
    margin:0;
    color:#475467;
    font-size:12px;
    line-height:1.45;
    vertical-align:top;
}

body.page-register-access .ptprelinker-button,
body.page-register-access input[type=button],
body.page-register-access input[type=submit]{
    width:100%;
    min-height:48px;
    margin:8px 0 0;
    padding:12px 18px;
    border:0;
    border-radius:999px;
    background:#d8264f;
    color:#fff;
    cursor:pointer;
    font-size:15px;
    font-weight:900;
    line-height:1.2;
    box-shadow:0 14px 28px rgba(216,38,79,.2);
    transition:transform .18s ease, background .18s ease, box-shadow .18s ease;
}

body.page-register-access .ptprelinker-button:hover,
body.page-register-access input[type=button]:hover,
body.page-register-access input[type=submit]:hover{
    transform:translateY(-1px);
    background:#be123c;
    box-shadow:0 18px 34px rgba(216,38,79,.26);
}

body.page-register-access .error-login,
body.page-register-access .error-forgotten-pwd,
body.page-register-access .error-register{
    display:block;
    margin:10px 0;
    padding:11px 12px;
    border:1px solid #fecaca;
    border-radius:8px;
    background:#fff1f2;
    color:#b42318;
    font-size:13px;
    font-weight:800;
    text-align:left;
}

body.page-register-access .error-login.login-hide,
body.page-register-access .forgotten-hide,
body.page-register-access .ptprelinker-forgotten-form,
body.page-register-access .fb_connect{
    display:none;
}

.access-register-note{
    padding:12px 14px;
    border:1px solid #d9e9ff;
    border-radius:8px;
    background:#eff6ff;
    color:#344054;
    font-weight:700;
}

.access-member-panel{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
    margin:0 0 34px;
    padding:24px 28px;
}

.access-member-panel p{
    max-width:760px;
}

.access-member-panel a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    min-height:44px;
    padding:11px 17px;
    border:1px solid #cbd5e1;
    border-radius:999px;
    background:#fff;
    color:#344054;
    font-size:14px;
    font-weight:900;
    text-decoration:none;
}

.access-member-panel a:hover{
    border-color:#d8264f;
    color:#b51652;
}

.access-register-article{
    margin:0 0 36px;
    padding:28px;
}

.access-register-article .main_article{
    max-width:980px;
    margin:0;
}

.access-register-article .main_article_content,
.access-register-article .main_article p{
    color:#475467;
    font-size:15px;
    line-height:1.7;
}

.access-register-footer{
    position:static;
    flex:0 0 auto;
    width:100%;
    margin-top:auto;
    padding:18px 16px;
    background:#101828;
}

.access-register-footer .center_content{
    width:min(100%, 1180px);
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:8px 14px;
    padding:0;
    line-height:1.4;
}

.access-register-footer a.txt{
    display:inline-flex;
    color:#d0d5dd;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
}

.access-register-footer a.txt:hover{
    color:#fff;
    text-decoration:underline;
}

@media screen and (max-width:900px){
    .access-register-header{
        align-items:flex-start;
        flex-direction:column;
    }

    .access-register-nav{
        width:100%;
        justify-content:flex-start;
    }

    .access-register-hero{
        grid-template-columns:1fr;
        padding-top:10px;
    }

    .access-register-copy{
        padding:30px;
    }

    .access-register-copy h1{
        font-size:34px;
    }

    .access-member-panel{
        align-items:flex-start;
        flex-direction:column;
    }
}

@media screen and (max-width:560px){
    body.page-register-access:before{
        background:
            linear-gradient(180deg, rgba(245,247,251,.96), rgba(245,247,251,.88)),
            url("../../src/images/collage-reg.jpg") center top/auto 100% no-repeat;
    }

    .access-register-header,
    .access-register-main{
        width:min(100% - 24px, 1180px);
    }

    .access-register-logo img{
        width:220px;
    }

    .access-register-nav{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:8px;
    }

    .access-register-nav a{
        min-height:40px;
        padding:9px 10px;
        font-size:12px;
    }

    .access-register-nav a.is-primary{
        grid-column:1 / -1;
    }

    .access-register-copy,
    .access-register-card,
    .access-member-panel,
    .access-register-article{
        border-radius:8px;
    }

    .access-register-copy,
    .access-register-card{
        padding:22px 18px;
    }

    .access-register-copy h1{
        font-size:28px;
        line-height:1.08;
    }

    .access-register-copy p{
        font-size:15px;
    }

    .access-register-benefits li{
        font-size:13px;
    }

    .access-card-header h2,
    .access-member-panel h2,
    .access-register-article .main_article h2{
        font-size:22px;
    }

    .access-prelinker-box{
        padding:12px;
    }

    .access-member-panel,
    .access-register-article{
        padding:20px 18px;
    }
}
BODY{
    position: absolute;
    background: url(../../src/images/collage-reg.jpg);
    background-repeat: repeat;
    background-position: center;
    height: auto;
    min-height: 100%;
    padding-bottom: 100px;
    }
footer{
    display: block !important;
    width: 100%;
    background: #222;
    height: auto;
    position: absolute;
    bottom: 0;
}
footer .center_content{
    text-align: center;
    line-height: 2em;
    padding: 10px 0;
}
footer a.txt {
    display: inline-block;
    color: #919191;
    text-decoration: underline;
}
.reg_box,.log_box{
    margin-top: 150px;
    width: 98%;
    margin: auto;
    max-width: 420px;
    padding: 35px 15px 15px 15px;
    border: 5px solid #ff1469;
    margin-top: 50px;
    background: #ffffffeb;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
}
.reg_box.women{
    border: 5px solid #ff008e;
}
.log_box{  padding: 15px; }
.reg_box h2,.log_box h2{
    font-size: 2.1em;
    text-align: center;
    color: #d91b60;
    margin: 0 0 5px;
    font-weight: 700;
    letter-spacing: -2px;
}
.label-reg{
    font-size: 1.6em;
    font-weight: 600;
    background: #f57892;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 15px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
}

.label-reg:after{
    content:
    "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background: none;
    bottom: -26px;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #f57892;
}
.women-logo{
    background: url(../images/women-reg.png);
    height: 130px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -20px;
    margin-bottom: -27px;
    z-index: 2;
    position: relative;
}
.label-women{
    font-size: 1.6em;
    font-weight: 600;
    background: #ff008e;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 7px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    margin: 10px auto 30px;
}

.label-women:after{
    content:
    "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background: none;
    bottom: -26px;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #ff008e;
}
.txt-women-2{
    text-align: center;
    font-weight: 600;
    color: #467e1d;
    font-size: 1.5em;
}
.txt-women-3{
    padding: 10px;
    color: #ff0198;
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
}
.txt-top-reg{
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    color: #444;
    margin: 5px 0;
}
.txtarea-reg{
    display: block;
    margin: auto;
    width: 100%;
    resize: none;
    border: 2px solid #ff1469;
    border-radius: 6px;
    font-family: Open Sans,Arial !important;
    height: 80px;
    padding: 10px;
    font-size: 1.2em;
}
.cont-reg-log,.cont-reg-women{
    /* border: 2px solid #ff1469; */
    border-radius: 6px;
    padding: 0 0 10px;
    }
.cont-reg-women {
    border: 2px solid #ff008e;
}
.reg_logo {
    display: block;
    width: 400px;
    height: 60px;
    background: url(../../src/images/logo_conectar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.reg_logo a{display:block;height: 100%;}
.reg_box h3{
    font-size: 1em;
    text-align: center;
    color: #737373;
    margin: 0 0 5px;
    font-weight: 500;
}
.ptprelinker-legend-form { display:none !important; } 
input[type=button], input[type=submit]{
    background: #008100;
}
form{ padding: 10px 10px 0 10px}
.small{ width:100% !important;}
.checkbox input[type=checkbox].hidden{display: inline-block !important;margin: 0 5px 0 0;visibility: visible;position: relative;}
p.inf{font-size:0.8em; text-align: center; margin:0; color: #666}
.article{
    background: #f0f0f0;
    padding: 30px;
    margin-top: 150px;
}
.main_article{
    max-width: 1200px;
    margin: auto;
}
.ptprelinker-input-group{
    margin: 0 0 15px 0;
}
.ptprelinker-input-group label{
    width: 30%;
    color: #222;
    font-size: 14px;
    font-weight: 600;
}
.ptprelinker-input-group .ptprelinker-input{
    width: 65%;
    border-radius: 3px;
    background: #fff8f8;
    border: 1px solid #e5b6bf;
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.error-login,.error-forgotten-pwd,.error-register{
    background: #eb5959;
    text-align: center;
    color: #fff;
    padding: 5px;
    margin: 10px 0;
    border-radius: 4px;
}
.error-login.login-hide,.error-forgotten-pwd,.forgotten-hide{
    display: none;
}
.ptprelinker-forgotten-link{
    margin: 15px auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.ptprelinker-forgotten-form,.fb_connect{display:none;}
.ptprelinker-forgotten-label{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    margin-top: 15px;
}
.form-forgotten .ptprelinker-input-group .ptprelinker-input {
    width: 90%;
    margin: auto;
    display: block;
}
.valid-send-email {
    background: #6dbf6e;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
}
.ptprelinker-forgotten-fail{
    display: block;
}
.ptprelinker-input-group-prepend{
    width: 9%;
    display: inline-block;
    font-size: 1.5em;
    color: #e15370;
}
.ptprelinker-register-form label{ display:none;}
.ptprelinker-register-form .ptprelinker-label-checkbox{display: inline-block;width: 85%;margin: 0 15px 20px;vertical-align: middle;}
.ptprelinker-input-checkbox{
    margin-bottom: 20px !important;
}
.ptprelinker-select, .reg_box .ptprelinker-input-group .ptprelinker-input {
    display: inline-block;
    width: 89%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
@media screen and (max-width:480px){
    BODY{
    background: url(../../src/images/collage-reg.jpg);
    background-position: 59% 0;
    background-size: 220%;
   
    }
    .reg_box, .log_box{
    margin-top: 10px;
    width: 98%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
    .section{height: 100vh;position: relative;}
}

/* Final typography override: keep FontAwesome untouched */
*:not(#pv-font-override):not(.fa):not([class^="fa-"]):not([class*=" fa-"]),
*:not(#pv-font-override):not(.fa):not([class^="fa-"]):not([class*=" fa-"])::before,
*:not(#pv-font-override):not(.fa):not([class^="fa-"]):not([class*=" fa-"])::after{font-family:var(--pv-font)!important}
.fa,[class^="fa-"],[class*=" fa-"],i.fa,i[class^="fa-"],i[class*=" fa-"]{font-family:FontAwesome!important}
