/* @import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;900&display=swap'); */

:root {
    /* --background1: #fefdfb; */
    --background1: #A6A6A6; /* accessible everywhere */
    /* --background2: #f3f2f0; */
    --background2: #D9D9D9; /* accessible everywhere */
    /* --background2-shadow: #969491; */
    --background2-shadow: #434241; /* accessible everywhere */
    --background3: #d1d0cc; /* accessible everywhere */
    --background4: #15373b;
    /* --background4: #323232; */
}


* {
    margin: 0px;
    padding: 0px;
    /* background-color: var(--background2); */
    /* box-sizing: border-box; */
    /* font-family: 'Montserrat', sans-serif; */
    font-family: Inter,Helvetica,Arial,sans-serif;
    /* color:#d19a10; */
    /* color:#000000; */
}

body.grad1 {
    background: var(--background1);
    box-sizing: content-box; 
}


#header-banner-div {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
    color: #ffffff;
    background:var(--background2);
}

#main-div {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 400px;
    background:var(--background1);
    /* justify-content: center;*//* centrado vertical <-- flex-direction is column */
    align-items: center; /* centrado horizontal <-- flex-direction is column*/
}

/* #sidebar-div {
    width: 15%;
    min-height: 200px;
    float: left;
} */

#bodyarea-div {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    /* float: center; */
    background:var(--background2);
}

#bodyarea-div-sec1 {
    display: flex;
    flex-direction: row;
    width: 90%;
    /* height: auto; */
    /* min-height: 200px; */
    text-align: justify;
    align-items: center;
    margin-top: 20px;
    /* margin-bottom: 20px; */
}

    #intro {
        width: 75%;
        margin-left: 50px;
    }

#bodyarea-div-sec2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    /* min-height: 200px; */
    text-align: justify;
    align-items: center;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
}

    .img_cover {
        font-size: 12px;
    }



.footer-div {
    display: flex;
    flex-direction: column;
    /* justify-content: space-evenly; */
    width: 100%;
    height: 230px;
    background-color: var(--background4);
    padding-top: 25px;
    padding-bottom: 15px;
    color: #FFFFFF; 
    font-size: 20px;
}

    #div-footer-upper {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
    }

        #footer-div-contact,
        #footer-div-links,
        #footer-di-ophours {
            display: flex; 
            flex-direction: column; 
            /* width: 400px; */
            width: auto;
            margin-right: 50px;
        }

            .footer-div-unit {
                flex-direction: row;
                /* height: 35px; */
                line-height: 40px;
                align-items: center;
            }

    #div-footer-bottom {
        display: flex; 
        flex-direction: row; 
        justify-content: center; 
        width: 100%;
        font-size: small;
        padding-top: 20px;
    }

    #div-footer-ccrights {
        display: flex; 
        flex-direction: row; 
        justify-content: center; 
        width: 100%;
        font-size: small;
        color: #FFFFFF;
        padding-top: 5px;
    }


/* +++++++ NEW SECTIONS ++++++++ */

.sections {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

#section-1,
#section-2,
#section-3,
#section-4,
#section-5 {
    /* width: clamp(95%, 1.5vW, 90%); */
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    align-items: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    text-align: left;
    color: #5b5959;
    border: #b5b3b1;
    border-style: dotted;
    border-width: 5px;
    border-radius: 15px;
    margin-bottom: 20px;
    /* padding-bottom: 20px; */
}

#section-1 {
    flex-wrap: wrap-reverse;
}

#section-3,
#section-5 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* +++++++ SECTION 1-text ++++++++ */

.section-1-text {
    display: flex;
    flex-direction: column;
    /* width: 50%; */
    display: flex; 
    /* align-items: flex-start;  */
    width: 60%; 
    /* justify-content: center; */
    /* align-items: center; */
    /* margin-left: 50px; */
    margin: 30px 70px 30px 70px;
}

    .section-1-text-A {
        display: flex;
        flex-direction: column;
        /* padding-left: 80px; */
        /* justify-content: center;
        text-align: left; 
        width: 100%; */
    }

        .section-1-text-A-1 {
            display: flex; 
            flex-direction: row; 
            padding-left: 70px;
            /* align-items: center; */
            line-height: clamp(25px, 1.5vw, 40px);
            padding: 0px 0px 20px 0px;
        }
            .section-1-text-A-1-symbol {
                width: 50px;
                align-self:flex-start;
            }

                .section-1-text-A-1-symbol span {
                    font-size: clamp(30px, 1.5vw, 20px); 
                    color: #1E4D52; 
                    text-shadow: 5px 5px 7px rgba(77, 77, 77, 0.7);
                }

            .section-1-text-A-1-content p {
                /* width: 100%;  */
                font-size: clamp(16px, 1.5vw, 25px); 
                font-weight: bold;
                /* color: chartreuse; */
                /* line-height: clamp(25px, 1.5vw, 40px); */
            }

    .section-1-text-B {
        display: flex;
        flex-direction: column;
        /* margin: 0px 50px 0px 30px; */
    }
        .section-1-text-B-1 {
            display: flex; 
            flex-direction: row; 
            flex-wrap: wrap;
            justify-content: center; 
            align-items: center;
            padding: 20px 0px 20px 20px; 
        }
        
        .section-1-text-B-1-1 p {
            line-height: clamp(20px, 1.5vw, 35px); 
            font-size: clamp(20px, 1.5vw, 25px);
            text-align: center;
        }
        
        .section-1-text-B-1-2 img {
            margin: 0px 7px 0px 7px;
        }
        
        .section-1-text-B-2-1 p {
            font-size: clamp(14px, 1.5vw, 20px);
            text-align: center;
            font-style: italic;
        }

        /* .section-1-text-B p {
            font-size: clamp(14px, 1.5vw, 20px);
        } */

    .section-1-text-C {
        margin: 0px 70px 0px 70px;
        text-align: justify;
    }
        .section-1-text-C p {
           font-size: clamp(14px, 1.5vw, 20px);
        }

.section-1-figure {
    margin: 20px 20px 20px 20px;
}
    .section-1-figure-detail {
        height: 500px;
        width: 342.2px;
        /* height: 100%;
        width: auto; */
        /* height: min(50%, 400px);
        width: min(50%, 273.7px); */
    }


/* +++++++ SECTION 2-text ++++++++ */

.section-2-text {
    display: flex;
    flex-direction: column;
    /* width: 50%; */
    display: flex; 
    /* align-items: flex-start;  */
    width: 100%; 
    /* justify-content: center; */
    /* align-items: center; */
    /* margin-left: 50px; */
    margin: 30px 30px 30px 30px;
}

    .section-2-text-A {
        display: flex;
        flex-direction: column;
        color: #1E4D52;
        /* justify-content: center; */
        /* text-align: left;  */
        /* width: 100%; */
    }
    
    .section-2-text-A-1 {
            display: flex; 
            flex-direction: row; 
            line-height: clamp(25px, 1.5vw, 40px);
            padding: 0px 0px 20px 0px; 

        }
            .section-2-text-A-1-symbol {
                width: 50px;
                align-self: flex-start;
                padding-right: 20px;
            }

                .section-2-text-A-1-symbol span {
                    font-size: clamp(40px, 1.5vw, 40px); 
                    color: #1E4D52; 
                    text-shadow: 5px 5px 7px rgba(77, 77, 77, 0.7);
                }

            .section-2-text-A-1-content p {
                font-size: clamp(16px, 1.5vw, 20px);
                font-weight: bold;
            }


/* +++++++ SECTION 3-text ++++++++ */

.section-3-figure {
    margin: 20px 20px 20px 70px;
    /* width: 50%; */
}
.section-3-figure-detail {
    height: 300px;
    width: 342.3px;
    /* height: 100%;
    width: auto; */
    /* height: min(50%, 400px);
    width: min(50%, 273.7px); */
}

.section-3-text {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    /* padding-left: 30PX;  */
    width: 60%;
    /* width: 90%;  */
    /* justify-content: center;
    align-items: center; */
    /* margin-left: 50px; */
    margin: 30px 0px 30px 70px;
}

.section-3-text-A {
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    text-align: left; 
    width: 100%; */
    
    /* padding: 0px 70px 0px 70px; 
    margin: 20px 0px 20px 0px;  */
}

.section-3-text-A-1 {
    display: flex; 
    flex-direction: row; 
    padding-left: 70px;
    line-height: clamp(25px, 1.5vw, 40px);
    /* align-items: center; */
    padding: 0px 0px 20px 0px;
}
.section-3-text-A-1-symbol {
    width: 50px;
    align-self:flex-start;
}

.section-3-text-A-1-symbol span {
    font-size: clamp(30px, 1.5vw, 20px); 
    color: #1E4D52; 
    text-shadow: 5px 5px 7px rgba(77, 77, 77, 0.7);
}

.section-3-text-A-1-content p {
    /* width: 100%;  */
    font-size: clamp(16px, 1.5vw, 25px); 
    font-weight: bold;
    /* color: chartreuse; */
    /* line-height: clamp(25px, 1.5vw, 40px); */
}


/* +++++++ SECTION 5-text ++++++++ */

.section-5-figure5{
    margin: 20px 20px 20px 70px;
    /* width: 50%; */
}
.section-5-figure-detail {
    height: 300px;
    width: 342.3px;
    /* height: 100%;
    width: auto; */
    /* height: min(50%, 400px);
        width: min(50%, 273.7px); */
    }

.section-5-text {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    /* padding-left: 30PX;  */
    width: 60%;
    /* width: 90%;  */
    /* justify-content: center;
    align-items: center; */
    /* margin-left: 50px; */
    margin: 50px 0px 30px 70px;
}

.section-5-text-A {
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    text-align: left; 
    width: 100%; */
    
    /* padding: 0px 70px 0px 70px; 
    margin: 20px 0px 20px 0px;  */
}

.section-5-text-B {
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    text-align: left; 
    width: 100%; */
    
    /* padding: 0px 70px 0px 70px; 
    margin: 20px 0px 20px 0px;  */
}

.section-5-text-B-1 {
    display: flex; 
    flex-direction: row; 
    padding-left: 70px;
    line-height: clamp(25px, 1.5vw, 40px);
    /* align-items: center; */
    padding: 0px 0px 20px 0px;
}
.section-5-text-B-1-symbol {
    width: 50px;
    align-self:flex-start;
}

.section-5-text-B-1-symbol span {
    font-size: clamp(30px, 1.5vw, 20px); 
    color: #1E4D52; 
    text-shadow: 5px 5px 7px rgba(77, 77, 77, 0.7);
}

.section-5-text-B-1-content p {
    /* width: 100%;  */
    font-size: clamp(16px, 1.5vw, 25px); 
    font-weight: bold;
    /* color: chartreuse; */
    /* line-height: clamp(25px, 1.5vw, 40px); */
}
    
/* .linea {
    padding: -5px 0px -10px 0px;
} */
