/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
h1, h2, h3, h4, h5, h6, p, span {
    font-family: 'Montserrat', sans-serif!important;
}
html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    color: #6a6b7c;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

/* buttons */
.primary-btn {
    width: 100%;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    padding: 15px 40px;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    background: #0995D6;
}

.second-btn {
    width: 100%;
    display: inline-block;
    font-weight: 500;
    padding: 15px 40px;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    background: #0995D6;
}

.site-btn {
    color: #ffffff;
    font-weight: 600;
    border: none;
    padding: 10px 40px 12px;
    border-radius: 50px;
}

/*---------------------
  Primeira Seção
-----------------------*/
.hero-section {
    max-width: 100%;
    height: 920px;
    padding-top: 50px;
}

.hero-section .container {
    display: flex;
    margin-bottom: 40px;
    height: 750px;
}

.hero-section .container .hero-text img {
    width: 500px;
    margin-top: 50px;
}

.hero-section .hero-text span {
    font-size: 28px;
    color: #0995D6;
}

.hero-section .hero-text p {
    font-size: 18px;
    color: #ffffff;
}

.hero-section .hero-text h1 {
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    font-weight: 600;
    margin: 40px 0 100px 0;
}


.hero-section .hero-text button {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    border: 0 none;
    cursor: pointer;
}

.hero-section .container .hero-image {
    width: 50%;
    height: 100%;
}

.hero-section .container .hero-image img {
    max-width: 700px;
}

.hero-section .rolagem img {
    height: 35px;
    width: 20px;
    display: block;
    text-align: center;
    margin: 40px auto;
}

.hero-section .container .progress-bar {
    width: 90%;
    margin-top: 15px;
    background-color: #ccc;
}

.hero-section .container .progress-bar::before {
    content: "79%";
    width: 79%;
    background-color: #0995D6;
}


/*---------------------
  Seção Informativo
-----------------------*/

.home-about-section {
    background-color: rgb(249, 249, 249);
    height: 550px;
}

.ha-text {
    padding-top: 74px;
}

.ha-text h2 {
    color: black;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
}

.ha-text span {
    color: #0995D6;
}

.ha-text p {
    margin-bottom: 21px;
}

.ha-text ul {
    margin-bottom: 27px;
    display: flex;
}

.boxitem {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    min-height: 244px;
}

.boxitem p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #6a6b7c;
    margin-top: 20px;
}

.boxitem div i {
    margin-top: 15px;
    text-align: center;
    color: #0995D6;
}

.none-lg{
    display: none;
}

/*---------------------
  Sobre
-----------------------*/

.sobre {
    background-image: url(/img/foto.png);
    background-size: 100%;
    height: 800px;
    padding-top: 40px;
    display: flex;
}

.sobre .card-image {
    margin-top: -40px;
}

.sobre .card-image img {
    height: 800px;
}

.sobre .container {
    display: flex;
    align-items: center;
    width: 600px;
    margin-right: 100px;
}

.sobre .container .card-text h2 {
    font-size: 40px;
    color: #0995D6;
    font-weight: 700;
    margin-bottom: 50px;
}

.sobre .container .card-text p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 50px;
}

.sobre .container .card-text span {
    font-weight: bold;
}

.sobre .container button {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    border: 0 none;
    cursor: pointer;
}


/*---------------------
  Footer
-----------------------*/

.footer-section {
    display: flex;
    justify-content: center;
    background: #171822;
    padding-top: 40px;
    padding-bottom: 30px;
}

.footer-text .copyright-text {
    font-size: 14px;
    color: #a0a1b5;
    margin-bottom: 28px;
}


/*-------------------------------- Responsive Media Styles --------------------------------*/

@media only screen and (max-width: 1235px) {
    .sobre .card-image img {
        height: 600px;
    }

    .sobre .card-image{
        margin-top: 160px;
    }
}

.card-image-sm{
    display: none;
}

.card-image-sm .row{
    /* background-image: url(/img/foto.png); */
    background-color: #14110F;
    background-size: 100%;
}

@media only screen and (max-width: 1110px) {
    .sobre .card-image{
        display: none;
    }
    .sobre .container {
        width: 100%;
        margin-right: auto;
    }
    .card-image-sm{
        display: block;
    }
    .card-image-sm img{
        width: 100%;
        height: auto;
        margin-bottom: -35px;
    }
    
    .sobre .container .card-text{
        width: 100%;
    }

    .sobre {
        height: auto;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 1000px) {

    /*---------------------
  Helper CSS
-----------------------*/


    /* buttons */

    .primary-btn {
        padding: 15px 20px;
        border-radius: 15px;
        width: 90%;
    }

    .second-btn {
        width: 100%;
        display: inline-block;
        padding: 15px 30px;
        color: #ffffff;
        text-align: center;
        border-radius: 15px;
        background: #0995D6;
    }

    .site-btn {
        color: #ffffff;
        font-weight: 600;
        border: none;
        padding: 10px 40px 12px;
        border-radius: 50px;
    }

    /*---------------------
		Primeira Seção
	-----------------------*/

    .hero-section {
        width: 100%;
        height: 790px;
        padding: 50px;
    }

    .hero-section .container {
        display: flex;
        margin-bottom: 40px;
        height: 650px;
    }

    .hero-section .container .hero-text {
        width: 500px;
    }

    .hero-section .container .hero-text img {
        width: 500px;
        margin-top: 50px;
    }

    .hero-section .hero-text span {
        font-size: 25px;
        color: #0995D6;
    }

    .hero-section .hero-text h1 {
        font-size: 25px;
        color: #ffffff;
        line-height: 35px;
        font-weight: 600;
        margin: 50px 0 70px 0;
    }

    .hero-section .hero-text p {
        font-size: 20px;
        color: #ffffff;
    }


    .hero-section .hero-text button {
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        border: 0 none;
        cursor: pointer;
    }

    .hero-section .container .hero-image {
        margin-right: 50px;
    }

    .hero-section .container .hero-image img {
        max-width: 600px;
    }

    .hero-section .container .progress-bar {
        width: 90%;
        margin-top: 15px;
        background-color: #ccc;
    }

    .hero-section .container .progress-bar::before {
        content: "79%";
        width: 79%;
        background-color: #0995D6;
    }

    .hero-section .rolagem img {
        height: 35px;
        width: 20px;
        display: block;
        text-align: center;
    }


    /*---------------------
		Seção Informativo
	-----------------------*/

    .home-about-section {
        background-color: rgb(249, 249, 249);
        height: auto;
    }


    /*---------------------
		Sobre
	-----------------------*/

    .sobre {
        height: 900px;
        padding-top: 0px;
    }

    .sobre .card-image {
        padding-top: 70px;
    }

    .sobre .container .card-text h2 {
        margin-bottom: 40px;
    }

    .sobre .container .card-text p {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 30px;
    }

    .sobre .container .card-text span {
        font-weight: bold;
    }

    .sobre .container button {
        font-size: 16px;
        font-weight: 300;
        text-transform: uppercase;
        border: 0 none;
        cursor: pointer;
    }


    /*---------------------
		Footer
	-----------------------*/

    .footer-section {
        display: flex;
        justify-content: center;
        background: #171822;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-text .copyright-text {
        font-size: 14px;
        color: #a0a1b5;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 800px) {
    /*---------------------
  Helper CSS
-----------------------*/


    .set-bg {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }


    /* buttons */

    .primary-btn {
        width: 100%;
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        padding: 15px 40px;
        color: #ffffff;
        text-align: center;
        border-radius: 20px;
        background: #0995D6;
    }

    .second-btn {
        width: 100%;
        display: inline-block;
        font-weight: 500;
        padding: 15px 40px;
        color: #ffffff;
        text-align: center;
        border-radius: 20px;
        background: #0995D6;
    }

    .site-btn {
        color: #ffffff;
        font-weight: 600;
        border: none;
        padding: 10px 40px 12px;
        border-radius: 50px;
    }

    /*---------------------
  Primeira Seção
-----------------------*/

    .hero-section {
        max-width: 100%;
        height: 920px;
        padding-top: 50px;
    }

    .hero-section .container {
        display: flex;
        margin-bottom: 40px;
        height: 750px;
    }

    .hero-section .container .hero-text img {
        width: 500px;
        margin-top: 50px;
    }

    .hero-section .hero-text span {
        font-size: 28px;
        color: #0995D6;
    }

    .hero-section .hero-text p {
        font-size: 18px;
        color: #ffffff;
    }

    .hero-section .hero-text h1 {
        font-size: 28px;
        color: #ffffff;
        line-height: 40px;
        font-weight: 600;
        margin: 40px 0 100px 0;
    }


    .hero-section .hero-text button {
        font-size: 25px;
        font-weight: 500;
        text-transform: uppercase;
        border: 0 none;
        cursor: pointer;
    }

    .hero-section .container .hero-image {
        width: 50%;
        height: 100%;
    }

    .hero-section .container .hero-image img {
        max-width: 700px;
    }

    .hero-section .rolagem img {
        height: 35px;
        width: 20px;
        display: block;
        text-align: center;

        margin: 40px auto;
    }

    .hero-section .container .progress-bar {
        width: 90%;
        margin-top: 15px;
        background-color: #ccc;
    }

    .hero-section .container .progress-bar::before {
        content: "79%";
        width: 79%;
        background-color: #0995D6;
    }


    /*---------------------
  Seção Informativo
-----------------------*/

    .home-about-section {
        background-color: rgb(249, 249, 249);
        height: 550px;
    }

    .ha-text {
        padding-top: 74px;
    }

    .ha-text h2 {
        color: black;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 60px;
        text-align: center;
    }

    .ha-text span {
        color: #0995D6;
    }

    .ha-text p {
        margin-bottom: 21px;
    }

    .ha-text ul {
        margin-bottom: 27px;
        display: flex;
    }

    .ha-text ul li {
        display: flex;
        flex-direction: column;
        margin: 15px;
        background-color: #ffffff;
        width: 500px;
        height: 250px;
        border-radius: 20px;
        padding: 20px;
        box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.2);
    }

    .ha-text ul li p {
        list-style: none;
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        color: #6a6b7c;
        margin-top: 20px;
    }

    .ha-text ul li i {
        margin-top: 15px;
        text-align: center;
        color: #0995D6;
    }

    /*---------------------
  Sobre
-----------------------*/

    .sobre {
        height: auto;
    }

    .sobre .card-image {
    }

    .sobre .card-image img {

    }

    .sobre .container {
    }

    .sobre .container .card-text h2 {
        font-size: 40px;
        color: #0995D6;
        font-weight: 700;
        margin-bottom: 50px;
    }

    .sobre .container .card-text p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 50px;
    }

    .sobre .container .card-text span {
        font-weight: bold;
    }

    .sobre .container button {
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        border: 0 none;
        cursor: pointer;
    }


    /*---------------------
  Footer
-----------------------*/

    .footer-section {
        display: flex;
        justify-content: center;
        background: #171822;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .footer-text .copyright-text {
        font-size: 12px;
        color: #a0a1b5;
        margin: 10px;
    }

    .sobre .container {
    }

    .sobre .container .card-text {
        width: 100%;
        padding-bottom: 20px;
        margin: 0 40px;
    }

    .card-text p{

    }

    .footer-section {
        padding-top: 10px;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 500px) {
    .hero-section {
        height: auto;
        padding: 30px;
    }

    .hero-section .hero-text h1 {
        font-size: 23px;
        line-height: 26px;
    }
    
    .hero-section .hero-text span {
        font-size: 23px;
    }

    .hero-section .container .hero-text img {
        width: 500px;
        margin-top: 0px;
    }

    .hero-section .hero-text button {
        font-size: 16px;
    }

    .hero-section .container .hero-image {
        width: 100%;
    }

    .hero-section .container .hero-text {
        width: 100%;
    }

    .hero-section .container {
        height: auto;
    }

    .hero-section .container .progress-bar {
        width: 100%;
    }

    .none-xs{
        display: none;
    }

    .none-lg{
        display: block;
    }

    .hero-section .hero-text h1 {
        margin: 40px 0 20px 0;
    }

    .home-about-section{
        height: auto;
    }

    .ha-text ul li {
        height: auto;
    }

    .no_row_xs{
        margin: 0;
    }

    .boxitem {
        min-height: auto;
        margin-bottom: 35px;
    }

    .boxitem p{
        margin-bottom: 5px;
    }

    .sobre {
        height: auto;
    }

    .copyright-text {
        font-size: 14px;
        margin: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .hero-section .hero-text button {
        padding: 15px 15px;
        font-size: 14px;
    }
}

.c{
    background-color: fuchsia;
    height: 300px;
}