/* 
    VARS 
    ----
*/

@font-face {
    font-family: "FItalic";
    src: url(../fonts/NotoSans-LightItalic.ttf);
    font-style: italic !important;
}

@font-face {
    font-family: "FLight";
    src: url(../fonts/NotoSans-Light.ttf);
    font-weight: lighter;
}

@font-face {
    font-family: "FReg";
    src: url(../fonts/NotoSans-Regular.ttf);
}

@font-face {
    font-family: "FBold";
    src: url(../fonts/NotoSans-Bold.ttf);
}

.footerImp, .footerImp2{
    color:#4f4f4f !important;
}

.footerImp:hover{
    color:rgb(116, 116, 116) !important;
}
:root {
    --body-color: #fff;          /*body background color*/

    --main-color: #5e1115;          /*categories, topics, and submit button background color */
    --main-text_color: #ffffff;     /*categories, topics, and submit button text color */
    --session-color: #360a0c;       /*session background color*/
    --session-text_color: #ffffff;  /*session text color*/
    --primary-op:#5e1115;
    --bg-form: #ffffff;             /*form background color*/
  /*form background color*/
    --secondary: #5e1115;          /*form text color*/
    --primary: #360a0c;   
    --submit-hover:  #360a0c;       /*submit:hover background color*/
}

.form-check-input[type="radio"]:checked::after{
    border-color: var(--main-color) !important;
    background-color: var(--main-color) !important;
}



/* 
    GENERAL 
    -------
*/
/* .gdpr-cookie-notice{
    display: none;
} */

body {
    font-family: "FReg";
    background:url(../../media/website/background.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


section > h1 {
    color: #ffffff;
}

p {
    margin: 0 !important;
}


/* 
    INDEX 
    -----
*/
.label-text{
    font-size:12px !important;
    font-family: "FReg" !important;
}

/* index links to each surveys */
.survey-link, .survey-link:link, .survey-link:visited {
    color: var(--main-color);
    width: 100%;
    text-align: center;
    padding: 20px;
    border: 1px rgb(177, 177, 177) solid;
    background-color: rgba(255, 255, 255, 0.4);
}

.survey-link:hover {
    background-color: var(--main-color);
    color: var(--main-text_color);
}




/* 
    SURVEYS 
    -------
*/

.survey {

}

/* form-container (center container that contain the form-survey */
.form-container {
    background-color: #F6F6F6;
    border-radius: 25px  25px 0px 0px !important;
    -webkit-border-radius: 25px  25px 0px 0px !important;
    -moz-border-radius: 25px  25px 0px 0px !important;
    -ms-border-radius: 25px  25px 0px 0px !important;
    -o-border-radius: 25px  25px 0px 0px !important;
}

/* form-survey (contain the form of the survey) */
.form-survey label {
    font-size: .85em;
    cursor: pointer;
    font-family: "FBold";
}

.radio-column { /* label and radiobuton (there are 5) */
    margin: 0 10px;
    font-size: 0.7em;
    font-weight: 600;
}

.form-survey input[type='radio'] {
    border: 2px solid rgb(105, 105, 105) !important;
}

.form-survey input[type='submit'] {
    background-color: var(--main-color) !important;
    color: var(--main-text_color);
}

.form-survey input[type='submit']:hover {
    background-color: var(--submit-hover) !important;
}

.form-survey textarea {
    width: 100%;
    height: 180px;
    margin: 10px 0;
}


/* CATEGORY */
.category {

}

.category-text { /* the box that contain title and subtitle */
    border-radius: 20px;
    background-color: var(--main-color);
    color: var(--main-text_color);
    margin: 20px 0;
}

.category-text__title {
    font-weight: bold;
    font-size: 1.6em;
    letter-spacing: 2px;
}

.category-text__subtitle {
    font-size: .95em;
}

b {
    font-weight:bold !important;
    font-family: "FBold";
}


/* TOPIC */
.topic {
    
}

.topic-title {
    color: white;
    background-color: var(--session-color);
    padding:px !important;
    margin: auto;
    text-align: left;
    
    font-family: "FReg";
    display:5px 10px inline-block;
    margin-top:55px;
}

.day-title{
    font-weight: bold;
    font-family: "FBold";
    color:white
}

.year-title{
    font-family: "FReg";
    color:white
}

hr{
    margin-top:-2px;
    margin-bottom:25px;
    color:#5f5f5f !important;
}


/* SESSION */
.session {

}

.session-text {
    margin-bottom: -40px;
    font-size: 1.75em;
    color: var(--session-color);
    font-family: "FBold";
    font-weight: bold !important;
    margin:80px 0px 0px 0px !important;
}

.questionItem{
    line-height: 40px !important;
    color:var(--primary);
}

.questionItem i:nth-last-child(-n+8) {
    /* Tus estilos aquí */
    color:var(--session-color) !important;
    font-style: normal;
}

strong{
    font-family: "FBold";
}

.mod{
    font-family:"FLight";
    font-style:normal;
    color: var(--main-color);
    font-size: 1.1rem !important; 
}

/* BLOCK */
.block {
    border-bottom: 1px black solid;
    padding: 10px 0px;
}

.block-text{
    color:var(--session-color);
    font-weight: bold;
    font-size:1.75rem;
    font-family: "FReg";
}

.sesion-text{
    color:white;
    padding:5px 15px;
    margin:0px 10px 15px 0px !important;
    background-color: var(--main-color);
    font-family: "FBold";
}

.recorded-case{
    color: var(--session-color);
    font-weight: bold;
    font-size: 1.75rem;
    font-family: "FReg";
}

/* QUESTION */
.form-row-question {
}

/* TEXTAREA */
.form-row-textarea {

}

.form-row {
    margin-bottom: 5px;
}


/* question title container */
.question-text {
    font-size: 1.25em;
    margin-top:35px;
    color: var(--main-color);
    font-family: "FReg";
}

.subtitle{
    color:#525251;
}

i{
    font-size: 22px;
    color:#666;
}

.question-text strong{
    font-family:"FBold";
    font-style:normal;
}

.title2{
    font-style: italic;
    color:#87878b;
}

.lugar{
    color:#9e9e9e;
    font-family: "FItalic" !important;
    font-style: italic !important;
}

div.session:nth-child(1) > div:nth-child(2), div.session:nth-child(4) > div:nth-child(2){
    border-bottom: 0px;
}

/* popup when survey is done */
.swal2-popup {
    height: 350px;
    width: 475px;
}

.swal2-title {
    font-family:"FLight";
    font-size: 1.15rem !important;
}


.btn{
    background-color: var(--main-color) !important;
    color:white;
    font-family: "FReg";
}


.btn:hover{
    background-color: var(--submit-hover) !important;
}



/* 
    FOOTER 
    ------
*/
.footer {
    background-color: var(--main-color);
}

.footer a, .footer a:active, .footer a:link, .footer a:visited, .footer-separator {
    color: white;
}

.img-fluid{
    width:100%;
}

/* MEDIA QUERIES */


@media (max-width: 768px) {
    
body {
    background:url(../../media/website/background-mobile.webp);
}

    .radio-column {
        margin: 5px;
    }

    .form-row {
        align-items: center !important;
    }

    .img-fluid{
        display:none;
    }

    .img-fluid2{
        width:100%;
        display:block !important;
    }

    
.sesion-text{
    margin:10px 55px 0px 0px !important
}

    span.sesion-text.mt-5{
            font-size:22px !important;
    }
}



