

:root {
    --main-color: #00F6FF;
    --main-2-color: #953AFF;
}

a:active,
a:active *,
button:active {
    outline: none !important;
    -moz-outline-style: none !important;
}

a:focus,
a:focus *,
button:focus {
    outline: none !important;
    -moz-outline-style: none !important;
}

html, body {
    height: 100%;
}
strong{
    font-weight: 600;
}
body {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #464A53;
    margin: 0;
    background-color: #FFFFFF;
    overflow-y: scroll;
}

ul{
  margin: 0;
  padding: 0;
}

li{
    list-style: none;
}

#mainmenu {
  background-color: var(--main-color) !important;
  padding: 0px 15px;
}

#mainmenu ul {
    display: flex;
    justify-content: flex-end; 
    list-style: none;         
    margin: 0;
    padding: 0;
}
#mainmenu ul li{
    padding: 20px 0;
}
#mainmenu ul li a{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 30px;
    color: #1F3A8A;
}
#module_2.open, #module_4.open, #module_6.open {
    background-color: #E7FEFF;
}
header{
    background-image: url('./img/header-bg.jpg');
    background-size: cover;
    background-position: bottom;
    margin-bottom: 115px;
    color: white;
    font-family: "Montserrat", sans-serif;
}
header .container-fluid, header .row{
    height: 100%;
}
header .girl{
    background-image: url('./img/header-girl.png');
    background-size: auto 530px;
    background-repeat: no-repeat;
    background-position: left bottom;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}
header .info{
    font-size: 20px;
    padding: 50px;
}
header .info strong{
    font-weight: 600;
}
header .info .subtitle{
    font-family: "Parkinsans", sans-serif;
    font-size: 24px;
}
header .info .title,
header .info .real-title{
    font-size: 30px;
}
header .info .line{
    border-top: 2px solid #55E696;
    height: 2px;
    margin: 25px 0;
    width: 70%;
}
header .info table td{
    border: 2px solid white;
    padding: 10px;
}
header .price{
    font-size: 22px;
    background-color: var(--main-2-color);
    color: white;
    margin-bottom: 30px;
    margin-right: -12px;
    padding: 15px 30px;
    border-radius: 20px 0 0 20px;
    font-weight: 600;
    text-align: right;
}
footer{
    background-color: #2D3247;
    padding: 80px 0;
    margin-top: 60px;
    color: white;
}
footer .title{
    font-weight: 600;
    font-size: 20px;
}
footer .color-blue, footer i{
    color: #3A86FF;
}
footer #contact li{
    padding: 8px 0;
}
footer #contact li i{
    margin-right: 10px;
}
footer #logo{
    width: 100px;
}
.btn-main{
    background-color: var(--main-color);
    padding: 10px 32px;
    text-align: center;
    color: #2D3247;
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
}
.color-white{
    color: white !important;
}
.color-main{
    color: var(--main-color) !important;
}
.bg-main-2{
    background-color: var(--main-2-color) !important;
}
.modules {
  padding-top: 20px;
}
.modules .title{
    font-weight: 800;
    color: #747374;
    margin-bottom: 18px;
    border-bottom: 2px solid;
    padding-bottom: 16px;
    cursor: pointer;
}
.modules .title span{
    color: var(--main-2-color);
}
.modules .title i{
    float: right;
    font-size: 21px;
    margin-top: 0px;
    color: var(--main-2-color);
}
.modules.open .title i{
    color: gray;
}
.modules .price, .modules .hours, .modules .date {
  background-color: var(--main-color);
  border-radius: 9px;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 9px;
}
.modules .price > strong{
    display: block;
}
.modules .topic{
    font-weight: 800;
    color: #000;
    margin: 5px 0;
}
.modules .list-topic > li{
    list-style: disc;
    margin-left: 35px;
}
.modules .list-topic > li::marker {
    color: var(--main-color);       
    font-size: 1.2em; 
}
.modules .list-topic > li li{
    list-style: square;
    margin-left: 35px;
}
.modules .list-topic > li li::marker {
    color: var(--main-2-color);       
    font-size: 1.2em; 
}
.modules .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.modules.open .content {
    max-height: 1000px;
    padding-bottom: 30px;
}
.section{
    margin: 50px 0;
    padding: 50px 0;
}
.section .img-section{
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.section .title-section{
    color: #250864;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.section .text-section{
    line-height: 25px;
}
.section#mode{
    background-color: var(--main-2-color);
    padding: 40px 0;
    color: white;
    font-size: 16px;
    position: relative;
}
.section#mode .text{
    font-size: 26px;
}
.section#mode .img-section{
    top: -25px;
    width: 250px;
    position: absolute;
    margin: 0;
}

@media (max-width: 1200px) { 
	
}

@media (max-width: 1199px) {
    
}

@media (max-width: 991px) {
.section#mode .img-section{
        margin-top: 38px;
        width: 210px;
    }

}

@media (max-width: 767px) { 
    header{
        margin-bottom: 50px;
    }
    header .girl{
        background-image: none;
        justify-content: center;
    }
    header .price{
        margin-bottom: 30px;
        border-radius: 20px;
        text-align: center;
    }
    .modules .price > strong{
        display: inline;
        font-weight: lighter;
    }
    #mainmenu ul li {
        padding: 15px 0;
    }
    #mainmenu ul li a{
        font-size: 14px;
        padding: 10px 14px;
    }
    #mainmenu ul{
        justify-content: center;
    }
    #mode .img-section{
        display: none;
    }
    #purposes .img-section,
    #registrations .img-section{
        display: none;
    }
    .section {
        margin: 20px 0;
        padding: 20px 0;
    }
    .section#mode .img-section{
        display: non;
    }
    footer{
        margin-top: 30px;
    }
}

@media (max-width: 575px) {

}