body {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
/*    background: url('../img/bg.png') center top no-repeat;*/
    background-color: #006cb9;
    background-size: cover;
    display: flex;
    justify-content: space-between;
}

.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("../img/spinner.gif") center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
    display: block;
}

.class100 {
    width: 100%;
}

h3 {
    color: #634a4a;
    line-height: 31px;
    margin-bottom: 45px;
    font-weight: 500;
    font-size: 28px;
}

h3 small {
    font-size: 16px;
    letter-spacing: 0px;
    color: #634a4a;
}

.clear {
	clear: both;
}
.index{
    position: relative;
    z-index: 0;
    padding: 0px 30px;
}

.index .text-rodape{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -665px;
    color: #fff;
    font-size: 197px;
    font-weight: 800;
    opacity: 0.1;
}

.container-textos{
    width: 70%;
    padding-top: 50px;
    padding-left: 10rem;
}

.container-textos .logo img{
    width: 200px;
}

.container-textos .title{
    margin-top: 55px;
}
.container-textos h1{
    color: #ffff;
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 6.3rem;
}
.container-textos .title h1{
    margin: 0px;
    color: #fff;
    font-size: 43.74px;
    font-weight: 700;
    line-height: 53px;
    position: relative;
    z-index: 2;
    display: table;
}

.container-textos .title h2 {
    margin: 0px;
    color: #30FFBA;
    font-size: 6rem;
    font-weight: 700;
    font-size: 43.74px;
    line-height: 53px;
}

.container-textos .title h3 {
    margin: 30px auto;
    color: #fff;
    font-size: 2.5rem;
    -webkit-transition: all 80ms ease;
    -moz-transition: all 80ms ease;
    -ms-transition: all 80ms ease;
    -o-transition: all 80ms ease;
    transition: all 80ms ease;
}

.container-textos .container{
    position: relative;
    width: 100%;
}

.container-textos .container .book{
    width: 700px; 
    margin-left: -220px; 
    display: inline-block;
    /* vertical-align: top; */
    position: relative;
    z-index: 3;
    -webkit-transition: all 80ms ease;
    -moz-transition: all 80ms ease;
    -ms-transition: all 80ms ease;
    -o-transition: all 80ms ease;
    transition: all 80ms ease;
}

.book-mobile {
    display: none;
}

.container-textos .container .text{
    color: #fff;
    width: 540px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    margin-top: 50px;
    z-index: 2;
    margin-left: -150px;
    -webkit-transition: all 80ms ease;
    -moz-transition: all 80ms ease;
    -ms-transition: all 80ms ease;
    -o-transition: all 80ms ease;
    transition: all 80ms ease;
}

.container-textos .container .text h3{
    font-weight: 700;
    font-size: 21.26px;
    line-height: 26px;
    color: #30FFBA;
    padding-left: 20px;
}

.container-textos .container .text li{
    font-weight: 400;
    font-size: 15.95px;
    line-height: 40px;
}

.container-textos .container .text ul{
    list-style: none;
}

.container-textos .container .text ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #30FFBA; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

/************************************************************
-------------------------FALE CONOSCO-----------------------
************************************************************/
.container-fale-conosco {
    width: 30%;
    position: relative;
    padding-top: 75px;
/*    max-height: 970px;*/
    margin-right: 130px;
    -webkit-transition: all 80ms ease;
    -moz-transition: all 80ms ease;
    -ms-transition: all 80ms ease;
    -o-transition: all 80ms ease;
    transition: all 80ms ease;
}

.container-fale-conosco .container{
    width: 100%;
    position: relative;
    z-index: 2;
}

.container-fale-conosco:before{    
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
}

.container-fale-conosco .box-formulario{
    border-radius: 25px;
    background-color: white;
    padding: 20px;
}

.container-fale-conosco .border-box-formulario{
    border-radius: 25px;
    background-color: #0893ff70;
    padding: 10px;
}

.container-fale-conosco .border-box-formulario:after{
    opacity:0.5;
}

.container-fale-conosco .logo {
    margin: auto;
    display: table;
    width: 400px;
    margin-bottom: 40px;
    -webkit-transition: all 80ms ease;
    -moz-transition: all 80ms ease;
    -ms-transition: all 80ms ease;
    -o-transition: all 80ms ease;
    transition: all 80ms ease;
}

form {
    width: 100%;
    margin: auto;
    -webkit-transition: all 80ms ease;
    -moz-transition: all 80ms ease;
    -ms-transition: all 80ms ease;
    -o-transition: all 80ms ease;
    transition: all 80ms ease;
}

form .form-control{
    width: 100%;
    height: 20px;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    padding: 15px 50px;
    font-size: 13px;
    color: #7A7A7A;
    background-color: #f4f4f4;
    text-align: center;
}

form .form-control.error::placeholder {
    color: #fff;
}
form .form-control.error {
    background-color: #d19d9d;
}

form .form-control-text {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    padding: 15px 50px;
    font-size: 13px;
    color: #7A7A7A;
    resize: none;
    background-color: #f4f4f4;
    text-align: center;
}

form .form-control-text::placeholder{
    color: #7A7A7A;
}

.btnSubmit {
    padding: 5px 20px;
    color: #001D28;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    background-color: #30FFBA;
    border: none;
    margin-top: 10px;
    margin-right: 15px;
}

.box-submit{
    text-align: right;
}
.container-fale-conosco .container .text-form{
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin: 30px auto;
    padding: 0px 15px;
    -webkit-transition: all 80ms ease;
    -moz-transition: all 80ms ease;
    -ms-transition: all 80ms ease;
    -o-transition: all 80ms ease;
    transition: all 80ms ease;
}

.container-fale-conosco .container .text-term {
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin: 30px auto;
    padding: 0px 15px;
    -webkit-transition: all 80ms ease;
    -moz-transition: all 80ms ease;
    -ms-transition: all 80ms ease;
    -o-transition: all 80ms ease;
    transition: all 80ms ease;
}
.container-fale-conosco .container .text-term .accept{
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: none;
    float: left;
    margin-right: 15px;
}
.container-fale-conosco .container .text-term a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.container-fale-conosco .container .info{
    color: #fff;
    font-size: 16px;
    margin: 25px auto;
    padding: 0px 15px;
    -webkit-transition: all 80ms ease;
    -moz-transition: all 80ms ease;
    -ms-transition: all 80ms ease;
    -o-transition: all 80ms ease;
    transition: all 80ms ease;
/*    text-align: center;*/
}
.container-fale-conosco .container .info a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
/************************************************************
--------------------ALTERAÇÃO NO BOOTSTRAP-------------------
************************************************************/

.navbar-toggle {
	border: 1px solid #07466c;
}

	.navbar-toggle .icon-bar {
		background: #07466c;
	}

.navbar-collapse {
	border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/************************************************************
--------------------AJUSTES PARA RESOLUÇÕES------------------
************************************************************/

@media (min-width: 1700px) {
    body{
        overflow: hidden;
    }
}

@media (max-width: 1500px) {
    .index{
        padding: 0px 0px;
    }

    body{
        display: block;
        overflow: auto;
        overflow-x: hidden;
    }

    .logo{
        text-align: center;
        padding: 20px;
    }

    .container-textos {
        display: block;
        width: 100%;
        padding: 0px;
        margin-top: 50px;
    }

    .container-textos h1 {
        margin-top: 60px;
        font-size: 30px;
        text-align: center;
    }

    .container-textos .title {
        margin-top: 25px;
        text-align: center;
    }
    .container-textos .title h1 {
        font-size: 37px;
        margin: auto;
        text-align: center;
    }

    .container-textos .title h1:before {
        width: 150px;
        height: 55px;
        top: 35px;
        right: 60px;
    }

    .container-textos .title h2 {
        font-size: 36px;
        text-align: center;
        margin-top: 5px;
    }

    .container-textos .title h3 {
        font-size: 16px;
        padding: 0px 40px;
    }

    .container-textos .container .book {
        width: 100%;
        margin-left: 0px;
        text-align: center;
    }

    .book-mobile {
        display: block;
        overflow-x: hidden;
        position: relative;
        margin-left: -170px;
        margin-top: -90px;
        z-index: 999;

    }

    .book-mobile img{
        width: 800px;
    }

    .container-textos .container .text {
        width: 100%;
        padding: 0px 30px;
        display: block;
        margin: auto;
        font-size: 16px;
        position: relative;
        text-align: center;
    }

    .container-textos .container .text ul{
        text-align: left;
        margin: auto;
        display: table;
    }

    .container-textos .container .text:before {
        left: -52px;
        top: unset;
        bottom: -65px;
        height: 90px;
        width: 200px;
        background-size: contain;
        transform: rotate(-90deg);
    }

    .container-fale-conosco {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 100px;
    }

    .index .text-rodape{
        margin-left: -185px;
        font-size: 70px;
    }

}