body{
    font-family: 'Courier New', Courier, monospace;
}

.logo{
    float: right;
    width: 70px;
    position: relative;
    margin-left: 30px;
}

.NavBar{
    width: 100%;
    background-color: #005a72;
}

.NavBarInto{
    margin-top: 30px;
    max-width: 1000px;
    width: 100%;
    height: 100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btnMenuMobile{
    display: none !important;
    position: static;
    right: 0;
    margin-right: 20px;
    margin-top: 5px;
    font-size: 40px;
    color: white;
}

.btnMenuMobileClicked{
    position: fixed;
    right: 0;
    margin-right: 20px;
    margin-top: 5px;
    font-size: 40px;
    color: #005a72;

}

.titleSection{
    text-align: center;
}

.slide{
    margin: auto;
    width: 800px;

}

.imgSection{
    width: 100%;
    display: none;
}

.slide :nth-child(1){
    display: block;
}

.divItMenu{
    width: 700px;
}

.menubarList{
    float: right;
    height: 20px;
    width: 700px;
}
.menubarItem{
    color: #00d7f2;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 900;
}

.nS{
    text-decoration: none;
}



.container{
    margin: auto;
    max-width: 1000px;
    padding: 20px;
}

.atc{
    text-align: center;
}

.container img{
    width: 100%;
}

.dd{
    max-width: 1000px;
    height: 100%;
    display: flex;
    margin: auto;
    margin-top: 30px;
    padding: 15px;
    align-items: center;
}

.dvleft{
    max-width: 500px !important;
    width: 100%;
    height: 100%;

}

.mainImg{
    width: 100%;
}

.dvright{
    max-width: 500px;
    width: 100%;
    height: 100%;
    margin-left: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.dvright div{
    width: 100%;
    margin-top: 10px;
}

.download-fp{
    width: 100%;
    height: 45px;
    background-color: #185a71;
    font-family: 'Courier New', Courier, monospace;
    margin: auto;
    color: white;
    text-align: center;
    font-size: 30px;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
}

.download-fp:hover{
    cursor: pointer;
}

.h1Title{
    font-size: 50px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 900;
    text-align: center;
}

.h3Content{
    margin-left: 20px;
    margin-right: 20px;
}

body{
    margin: 0px;
}



.tools{
    text-align: center;
}

.tools h3{
    margin-bottom: 50px;
}

.tools a{
    text-decoration: none;
    color: #185a71;
    flex: 1;
}

.opapp{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

}
.op{
    flex: 1;
    min-width: 215px;
}

.op i{
    font-size: 60px;
    color: #185a71;
}

.htextL{
 background-color: #185a71;
 color: #FFF;
}

.htextR{
    background-color: #FFF;
    color: #000;
}

.htextR h1, .htextR h3{
    text-align: end;
}

.credits h1{
    text-align: center;
}

.imgLBD{
    width: 300px;
    margin: auto;
}


.ft{
    width: 100%;
    height: 100%;
    background-color: #185a71;
}

.fti{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}



.opft{
    width: 400px;
    height: 100%;
    color: white;
    text-decoration: none;
    list-style: none;
}

.opft ul li a{
color: white;
}

.smf{
    font-size: xx-large;
}

.smf a{
    text-decoration: none;
    color: white;
}

.imgTxtContentSection{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.f1{
    flex: 1;
}

.imgContenSection{
    flex: 1;
    transition: transform .2s;
}

.imgTxtContentSection p{
    margin-left: 10px;
    margin-right: 10px;
}



.fi{
    flex-direction: row-reverse;
}

.fc{
    flex-direction: column;
}


.imgContenSection:hover{
    transform: scale(1.3);

}

.dm{

    width: 100%;
}

.txtJ{
    text-align: justify;
}

.txtC{
    text-align: center;
}

.ci{
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}


.planCotainer{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-evenly;
    margin: auto;
}

.divPlan{
    width: 200px;
    height: 250px;
    margin: 20px;
    border: 1px solid #000;
    transition: transform .2s;
}

.divPlan:hover{
    transform: scale(1.1);

}

.titlePlan{
    background-color: #005a72;
    height: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.hrPlan{
    color:black;
    margin-top: 0px;
}

.f{
    float: right;
}

@media (max-width: 900px) {
    .op{
        min-width: 175px;
    }

}

@media (max-width: 800px) {

    .dd{
        flex-direction: column;
    }
    .dvright{
        margin-left: 0px;
    }

    .divItMenu{
        display: none;
    }

    .btnMenuMobile{
        display: block  !important;
    }

    .menubarListMobileEnabled{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-top: 40px;
    }

    .menubarListMobileEnabled a{
        margin-top: 20px;
    }

    .divItMenuEnabled{
        display: block;
        background-color: white;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        transition: width 2s;
    }

    .slide{
        width: calc(100% - 40px);
    }

}

@media (max-width: 750px) {

     .op{
        min-width: 250px;
    }

    .fti{
        flex-direction: column;
    }
    .opft{
        width: 100%;
    }

    .imgTxtContentSection{
        flex-direction: column;
    }

    .imgContentSection img{
        width: calc(100% - 150px);
    }

}

@media (max-width: 700px) {



}


@media (max-width: 600px) {
    .MainMenu{
        max-width: 600px;
        width: 600px;
    }


    .dd{
        flex-direction: column;
    }

    .op{
        min-width: 190px;
    }

    .imgLBD{
        width: 100%;
    }
}


@media (max-width: 450px) {
    .h1Title{
        font-size: 10vmin;
    }
    .op{
        min-width: 150px;
    }

}

