/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#educloud-main article, #educloud-main aside, #educloud-main details, #educloud-main figcaption, #educloud-main figure,
#educloud-main footer, #educloud-main header, #educloud-main hgroup {
    display: block;
}

#educloud-main nav ul {
    list-style: none;
}

#educloud-main blockquote, #educloud-main q {
    quotes: none;
}

#educloud-main blockquote:before, #educloud-main blockquote:after,
#educloud-main q:before, #educloud-main q:after {
    /*content: '';*/
    content: none;
}

#educloud-main a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
#educloud-main ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
#educloud-main mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

#educloud-main del {
    text-decoration: line-through;
}

#educloud-main abbr[title], #educloud-main dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

#educloud-main table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
#educloud-main hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

#educloud-main input, #educloud-main select {
    vertical-align: middle;
}

/* educloud-main */

/* main */

body#educloud-main * {
    font-family: Roboto, sans-serif;
}

body#educloud-main .btn-font {
    font-family: Montserrat, sans-serif;
}

/*#educloud-main ul, #educloud-main ol {*/
/*    -moz-padding-start: 0;*/
/*    -webkit-padding-start: 0;*/
/*}*/

#educloud-main .content {
    margin: 0 auto;
    position: relative;
    overflow: hidden;

}

#educloud-main .btn-wide {
    display: block;
    position: relative;
    height: 50px;
    width: 250px;
    border-radius: 25px;
    background-color: #053A6E;
    border-color: #053A6E;
    box-shadow: 10px 10px 24px #192D8133;
    transition: all 0.3s ease-out;
    padding-left: 26px;
    padding-right: 40px;
    margin: 0;
    line-height: 50px;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
}

#educloud-main .btn-wide:hover {
    box-shadow: 10px 10px 24px #192D817e;
}

#educloud-main .btn-wide:after {
    content: '\E902';
    font-family: 'icomoon', sans-serif !important;
    position: absolute;
    font-size: 12px;
    top: 0;
    right: 20px;
    transition: all 0.3s ease-out;
    bottom: 0;
    color: #ffffff;
}

#educloud-main .btn-wide:hover:after {
    right: 18px;
}

#educloud-main .btn-wrapper {
    width: 276px;
    height: 134px;
    align-content: center;
    display: grid;
    display: -ms-grid;
    position: relative;
}

#educloud-main .btn-wrapper img {
    z-index: -1;
    position: absolute;
    top: 14px;
    right: -5px;
}

#educloud-main .h-line {
    height: 1px;
}

#educloud-main .btn-text {
    position: relative;
    display: block;
    width: fit-content;
    margin-left: 0;
    font-size: 15px;
    line-height: 19px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}

#educloud-main .btn-text:after {
    content: '\E902';
    font-family: 'icomoon', sans-serif !important;
    position: absolute;
    font-size: 12px;
    padding-left: 20px;
    top: 0;
    right: -20px;
    transition: all 0.3s ease-out;
    bottom: 0;
    color: #000;
}

#educloud-main .btn-text:hover:after {
    right: -22px;
}

/* top */

#educloud-main h1, #educloud-main h2, #educloud-main h3 {
    color: #000;
}

#educloud-main .list-group-title {
    color: #fff;
}

#educloud-main #top {
    display: block;
    height: fit-content;
    margin-bottom: 50px;
}

#educloud-main #top .wide {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
}

#educloud-main #top .bg {
    height: 445px;
    background: #E9F5FE;
}

#educloud-main #top img {
    height: 90px;
}

#educloud-main #top .chooser {
    position: relative;
    width: fit-content;
    margin-top: 0;
    margin-left: 0;
    line-height: 50px;
    font-weight: 500;
    font-size: 14px;
    color: #595C64;
}

#educloud-main #top .chooser a {
    font-weight: normal;
    position: relative;
    text-decoration: underline;
    margin-right: 30px;
    color: #595C64;
}

#educloud-main #top .chooser:after {
    content: '\E902';
    font-family: 'icomoon', sans-serif !important;
    position: absolute;
    font-size: 8px;
    left: 50px;
    color: #595C64;
}

#educloud-main #top img.logo {
    display: block;
    margin: -10px auto 0;
}

#educloud-main #top img.campus {
    margin-top: 60px;
    margin-bottom: 16px;
    position: relative;
    width: 200%;
    height: 200%;
    left: 50%;
    max-width: 1280px;
    transform: translate(-50%, 0);
}

#educloud-main #top img.icons {
    width: 1000px;
    height: auto;
    left: 50%;
    transform: translate(-50%, 0);
    top: 260px;
}

#educloud-main .btn-educloud-circle {
    display: block;
    width: 57px;
    height: 57px;
    box-shadow: 0 10px 24px #00000014;
    transition: all 0.3s ease-out;
    border-radius: 2em;
    margin: 0 auto 35px;
}

#educloud-main .btn-educloud-circle:hover {
    box-shadow: 0 10px 24px #00000033;
}

#educloud-main .btn-educloud-circle:after {
    content: '\E900';
    font-family: 'icomoon', sans-serif !important;
    position: relative;
    vertical-align: middle;
    line-height: 57px;
    margin: 0 22px;
    transition: all 0.3s ease-out;
    font-size: 14px;
    color: #053A6E;
}

#educloud-main .btn-educloud-circle:hover:after {
    line-height: 61px;
}

/* banner */

#educloud-main #banner .content {
    display: flex;
    justify-content: space-between;
    overflow: unset;
}

#educloud-main #banner h1 {
    padding: 0 70px;
    margin: 0 auto 18px;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    width: fit-content;
    text-align: center;
}

#educloud-main #banner .h-line {
    margin: auto 0;
    background-color: #E7E8F0;
}

#educloud-main #banner .h-line:first-of-type {
    width: 37%;
}

#educloud-main #banner .h-line:last-of-type {
    width: 35%;
}

#educloud-main #banner {
    position: relative;
    margin-bottom: 89px;
}

#educloud-main #banner .l-circles {
    position: absolute;
    width: 135px;
    height: 200px;
}

#educloud-main #banner .l-circles div:first-of-type:before {
    content: '\E907';
    font-family: 'icomoon', sans-serif !important;
    position: absolute;
    font-size: 67px;
    top: -10px;
    right: 0;
    color: #692DFF22;
}

#educloud-main #banner .l-circles div:last-of-type:before {
    content: '\E906';
    font-family: 'icomoon', sans-serif !important;
    position: absolute;
    font-size: 133px;
    left: -33px;
    bottom: -20px;
    color: #00C09922;
}

#educloud-main #banner .r-circle {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 129px;
    height: 259px;
}

#educloud-main #banner .r-circle:before {
    content: '\E906';
    font-family: 'icomoon', sans-serif !important;
    position: absolute;
    font-size: 259px;
    transform: rotate(180deg);
    z-index: -1;
    top: -40px;
    right: -66px;
    color: #FF007722;
}

/* categories */

#educloud-main #categories {
    margin-bottom: 60px;
}

#educloud-main #categories h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
}

#educloud-main #categories .h-line {
    width: 100%;
    background-color: #00C09955;
    margin-bottom: 40px;
}

#educloud-main #categories .h-line:first-of-type {
    background-color: #692DFF55;
}

#educloud-main #categories .h-line:last-of-type {
    background-color: #FF007755;
}

#educloud-main #categories ul {
    display: flex;
    flex-flow: row wrap;
}

#educloud-main #categories ul li {
    margin-right: 32px;
    margin-bottom: 60px;
    width: calc(25% - 24px);
    list-style-type: none;
}

#educloud-main #categories ul li img {
    margin-bottom: 40px;
    height: 36px;
}

#educloud-main #categories ul:last-child img {
    margin-bottom: 47px;
    height: 30px;
}

#educloud-main #categories ul p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
    color: #000;
}

/* form-bg */

#educloud-main #form-bg {
    padding: 120px 0;
    background-color: #F5F6FA;
}

#educloud-main #form-bg .form {
    background-color: #fff;
    border-radius: 40px;
    padding: 100px;
    box-shadow: 0 0 30px #00000014;
}

/*pato form */

/*.educloud .standard-button {*/
/*    background: #00C099;*/
/*    box-shadow: 10px 10px 24px #00C09933;*/
/*    border: none;*/
/*}*/

/*.educloud .subtitle {*/
/*    font-size: 22px;*/
/*    line-height: 32px;*/
/*}*/

/*.form-section--to-left::after {*/
/*    z-index: 0 !important;*/
/*}*/

/*.is-relation.educloud .subtitle:before {*/
/*    color: #E5E8ED !important;*/
/*    z-index: 1 !important;*/
/*}*/

@media all and (min-width: 1049px) {
    /* categories */
    #educloud-main #categories ul li:last-child {
        margin-right: 0;
    }

    /* form-bg */
    #educloud-main #form-bg .content {
        width: 948px;
        margin: 0 auto;
    }
}

@media all and (min-width: 1140px) {
    /* top */
    #educloud-main #top .content {
        width: 1140px;
    }
}

@media all and (min-width: 1280px) {
    /* main */
    #educloud-main .content {
        width: 1140px;
    }
}

@media all and (max-width: 1280px) {
    /* banner */
    #educloud-main #banner .h-line:first-of-type {
        width: 35%;
    }

    #educloud-main #banner .h-line:last-of-type {
        width: 33%;
    }
}

@media all and (max-width: 1240px) {
    /* main */
    #educloud-main .content {
        width: calc(100% - 80px);
        margin: 0 40px;
    }

    /* top */
    #educloud-main #top .content {
        width: 100%;
        margin: 0 auto;
    }

    #educloud-main #top .chooser {
        margin-left: 40px;
        margin-right: 40px;
    }

    /* banner */
    #educloud-main #banner h1 {
        padding: 0 40px;
    }
}

@media all and (max-width: 1048px) {
    /* categories */
    #educloud-main #categories ul li {
        width: calc(50% - 16px);
    }

    /* banner */
    #educloud-main #banner .h-line:first-of-type {
        width: 33%;
    }

    #educloud-main #banner .h-line:last-of-type {
        width: 31%;
    }

    /* categories */
    #educloud-main #categories ul li img {
        margin-bottom: 30px;
    }

    #educloud-main #categories ul p {
        margin-bottom: 20px;
    }

    /* form-bg */
    #educloud-main #form-bg .form {
        padding: 75px;
    }
}

@media all and (max-width: 999px) {
    /* top */
    #educloud-main #top img.icons {
        width: 100%;
        top: 280px;
    }

    /* banner */
    #educloud-main #banner .h-line:first-of-type {
        width: 31%;
    }

    #educloud-main #banner .h-line:last-of-type {
        width: 29%;
    }

    /* form-bg */
    #educloud-main #form-bg .form {
        padding: 50px;
    }
}

@media all and (max-width: 984px) {
    /* top */
    #educloud-main #top img.logo {
        margin: 20px auto 0;
    }

    #educloud-main #top img.campus {
        margin-top: 30px;
    }

    /* banner */
    #educloud-main #banner .h-line:first-of-type {
        width: 29%;
    }

    #educloud-main #banner .h-line:last-of-type {
        width: 27%;
    }

    /* form-bg */
    #educloud-main #form-bg .form {
        padding: 40px;
    }
}

@media all and (max-width: 920px) {
    /* top */
    #educloud-main #top img.icons {
        top: 300px;
    }
}

@media all and (max-width: 844px) {
    /* top */
    #educloud-main #top img.icons {
        display: none;
    }
}

@media all and (max-width: 768px) {
    /* banner */
    #educloud-main #banner .h-line:first-of-type {
        width: 25%;
    }

    #educloud-main #banner .h-line:last-of-type {
        width: 23%;
    }
}

@media all and (max-width: 658px) {
    /* banner */
    #educloud-main #banner .h-line:first-of-type {
        width: 21%;
    }

    #educloud-main #banner .h-line:last-of-type {
        width: 19%;
    }

    /* form-bg */
    #educloud-main #form-bg .form {
        padding: 35px;
    }
}

@media all and (max-width: 594px) {
    /* banner */
    #educloud-main #banner .h-line:first-of-type {
        width: 15%;
    }

    #educloud-main #banner .h-line:last-of-type {
        width: 13%;
    }
}

@media all and (max-width: 557px) {
    /* categories */
    #educloud-main #categories ul li {
        width: 100%;
        margin-right: 0;
    }
}

@media all and (max-width: 540px) {
    /* form-bg */

    #educloud-main #form-bg .form {
        padding: 30px;
    }
}

@media all and (max-width: 500px) {
    /* main */
    #educloud-main .btn-wrapper {
        margin-left: 24px;
    }

    /* banner */
    #educloud-main #banner .h-line:first-of-type {
        width: 0;
    }

    #educloud-main #banner .h-line:last-of-type {
        width: 0;
    }
}

@media all and (max-width: 480px) {
    /* main */
    #educloud-main .content {
        width: calc(100% - 40px);
        margin: 0 20px;
    }

    /* top */
    #educloud-main #top .chooser {
        margin-left: 20px;
        margin-right: 20px;
    }

    /* banner */
    #educloud-main #banner h1 {
        padding: 0 20px;
    }

    /* form-bg */
    #educloud-main #form-bg .content {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    #educloud-main #form-bg .form {
        padding: 30px 20px;
    }
}

@media all and (max-width: 410px) {
    /* main */
    #educloud-main .btn-wrapper {
        margin: 0 auto;
    }

    #educloud-main .btn-wrapper img {
        display: none;
    }

    #educloud-main .btn-wide {
        margin: 0 auto;
    }
}

@media all and (min-width: 558px) and (max-width: 1048px) {
    /* categories */
    #educloud-main #categories ul li:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media all and (min-width: 1241px) and (max-width: 1407px) {
    /* main */
    #educloud-main .content {
        width: 1140px;
    }
}