/* FONTES*/

@font-face{
    font-family: "MontserratSemiBold";
    src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face{
    font-family: "MontserratLight";
    src: url(../fonts/Montserrat-Light.ttf);
}
@font-face{
    font-family: "MontserratBold";
    src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face{
    font-family: "MontserratMedium";
    src: url(../fonts/Montserrat-Medium.ttf);
}

/*TIPOGRAFIA*/

.bold-font{
    font-family: MontserratBold, Arial, serif;
}

.light-font{
    font-family: MontserratLight, Arial, serif;
}

.semibold-font{
    font-family: MontserratSemibold, Arial, serif;
}

.medium-font{
    font-family: MontserratMedium, Arial, serif;
}

/* GERAL */
#mainNav {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-weight: 200;
    letter-spacing: 1px;
    font-weight: 600;
  }

  /***************************/
  /********* TRANSITION EFFECTS *********/
  a:hover{
      text-decoration: none;
  }


a {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    text-decoration: none;
    color: none;
  }

  input{
      background-color: white !important;
  }

.look{
    border: 1px solid red;
}

.coup{
  position: relative;
}

.colun-adjust-left{
    display: inline-block; 
    text-align: left;
    padding-right: 30%;
}

.colun-adjust-right{
    text-align: left;
    padding-left: 30%;
}
.center-col-adjust{
    text-align: center;
}

.left-col-adjust{
    margin-left: 40%;
}

.right-col-adjust{
    margin-right: 40%;
}

.adjust-container-right{
    padding-left: 10% !important;
}

/* .menu-container-adjust{
    padding-left: 5%; 
    padding-right: 5%
} */

.cont-adjust{
    padding-left: 20%; 
    padding-right: 20%
}

.adjust-margin{
    margin: 0 20%;
}



button{
    border: none !important;
    transition: transform .2s !important;
    
}

button:link{
    transition: transform .2s;
}

button:hover{
    transition: transform .2s;
    transform: scale(1.3)
}

nav div div ul li a:hover{
    color:rgb(0, 0, 95) !important;
}

.transform-ani:hover{
    transition: transform .2s;
    transform: scale(1.3);
    border: 1px solid #0f0968 !important;
}

.transform-ani:link{
    transition: transform .2s;
    border: 1px solid #0f0968 !important;
}

.transform-ani:active{
    border: 1px solid #0f0968 !important;
}
.transform-ani:visited{
    border: 1px solid #0f0968 !important;
}


.dropdown-custom{
    color: white;
}
.dropdown-custom:hover{
    color:blue;
}


/*******************************************/
/********** AJUSTE DISPLAY ***************/

.display-adjust{
    display: inline-block; 
    text-align: left;
}

/*****************************************/
/*********** PADDING DO CONTAINER *******/
@media screen and (min-width: 578.98px){
    .container{
        padding-left: 15%;
        padding-right: 15%;
    }
}

/*****************************/
/****NAVBAR CONFIGURATIONS****/
.navbar-personalizado{
    background-color: transparent; 
    position: absolute; 
    z-index: 10; width: 100%; 
    transform: translate(0 50%);   
}    

.navbar-logo{
    width: 150px;
    height: 55.12px;
}

.text-menu-color{
    color:white;
    font-family: MontserratBold, Arial, serif;
}

@media screen and (min-width: 578.98px){
    .text-menu-color{
        color:white;
    }
}
/******* CAROUSEL ***********************/

.carousel-caption{
    top: 40%;
    bottom: auto;
    left: 25%;
    right: auto;
}

/***********************************************/
/* ############# Pagina index ############ */
/*HEADER */
.background-header{
    display: block;
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.header-text{
    margin-top: 150px;
    color: white;

}

.h1-text{
    font-size: 34px;
    line-height: 1.1;
}

@media screen and (min-width: 578.98px){
    .background-header{
        height: 750px;
    }
    .header-text{
        margin-top: 250px;
        
    }
    .h1-text{
        font-size: 50px;
    }
}

.below-header{
    position: relative;
    width: 100%;
    height: 350px;
    background-image: url('../img/index/Another/view.png');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.below-header-text{
    margin-top: 70px;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
    font-size: 14px;
    color:  #0f0968;
}

@media screen and (min-width: 578.98px){
    .below-header{
        height: 500px;
    }
    .below-header-text{
        margin-top: 140px;
        padding-left: 10%;
        padding-right: 10%;
        font-size: 18px;
    }
}

/*********BODY******************/
/*SECTION 1*/

.section1-margin{
    margin-top: 50px;
}

.background-left-section1{
    position: relative;
    width: 100%;
    height: 250px;
    background-image: url('../img/index/bg2.png');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.section1-text-left{
    text-align: right;
    color: white;
}

.section1-head-font{
    font-size: 28px;
}

.paragraph-font-section1{
    font-size: 14px;
}

.background-right-section1{
    position: relative;
    width: 100%;
    height: 250px;
    background-image: url('../img/index/SECTION2_IMG2.png');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 578.98px){
    .background-left-section1{
        transition: all .4s;
        height: 500px;
    }
    .background-right-section1{
        transition: all .4s;
        height: 500px;
    }
    .section1-margin{
        margin-top: 120px;
    }
    .paragraph-font-section1{
        font-size: 24px;
    }
    .section1-head-font{
        font-size: 34px;
    }
}

/*****SECTION 2******/

.section2-margin{
    margin-top: 50px;
}

.background-left-section2{
    position: relative;
    width: 100%;
    height: 250px;
    background-image: url('../img/index/SECTION3-img_1-50.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.section2-text-left{
    text-align: left;
    color:#0f0968;
}

.section2-head-font{
    font-size: 28px;
}

.paragraph-font-section2{
    font-size: 14px;
}

.background-right-section2{
    position: relative;
    width: 100%;
    height: 250px;
    background-image: url('../img/index/img3-2.png');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 578.98px){
    .background-left-section2{
        transition: all .4s;
        height: 500px;
    }
    .background-right-section2{
        transition: all .4s;
        height: 500px;
    }
    .section2-margin{
        margin-top: 120px;
    }
    .paragraph-font-section2{
        font-size: 24px;
    }
    .section2-head-font{
        font-size: 34px;
    }
}


/*SECTION 3*/

.section3-margin{
    margin-top: 70px;
}

.background-left-section3{
    position: relative;
    width: 100%;
    height: 250px;
    background-image: url('../img/index/img4.png');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.section3-text-left{
    text-align: right;
    color:#0f0968;
}

.section3-head-font{
    font-size: 28px;
}

.paragraph-font-section3{
    font-size: 14px;
}

.background-right-section3{
    position: relative;
    width: 100%;
    height: 250px;
    background-image: url('../img/index/img4-2.png');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 578.98px){
    .background-left-section3{
        transition: all .4s;
        height: 500px;
    }
    .background-right-section3{
        transition: all .4s;
        height: 500px;
    }
    .section3-margin{
        margin-top: 140px;
    }
    .paragraph-font-section3{
        font-size: 24px;
    }
    .section3-head-font{
        font-size: 34px;
    }
}

/*SECTION 4*/

.section4{
    position: relative;
}

.background-section4{
    position: relative;
    width: 100%;
    height: auto;
    background-image: url('../img/index/bg4.png');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    padding-bottom: 25px;
    
}

.section4-valores{
    text-align: center;
    margin-top: 15px;
    font-size: 30px;
    font-weight: bolder;
}

.section4-text{
    font-size: 20px;
    padding: 5px 0;
    width: 100%;
    display: inline;
}

.section4-img{
    /* float: left; */
    width: 25px;
    margin-right: 15px;

}

.div-padding{
    padding: 5px 0px;
}

.section4-etica-valores{
    padding: 5px 0px;
}

@media screen and (min-width: 578.98px){
    .section4-valores{
        margin-top: 30px;
        font-size: 45px;
        padding-bottom: 50px;
    }
    .section4-text{
        font-size: 28px;
        padding: 20px 0px;
    }
    .section4-img{
        width: 50px;
    }
    .section4-etica-valores{
        text-align: center;
        padding: 50px 0px !important;  
    }
    .list-screen{
        padding-left: 20%;
    }
    .section4-center{
        text-align: center;
    }
    .div-padding{
        padding: 15px 0px;
    }

}

/*SECTION 5*/

.section5{
    position: relative;
}

.for-media-left{
    text-align: right
}

.for-media-right{
    text-align: left
}
.background-section5{
    position: relative;
    height: auto;
    background-image: url('../img/index/bg5.png');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

.section5-header-text{
    font-size: 32px;
    position: relative;
    text-align: center;
    margin: 20px 0px;
    z-index: 5;
    line-height: 1;
}

.coluna-config-left{
    position: relative;
    background-image: url('../img/index/SECTION6-IMG1.png');
    width: 100%;
    height: 310px;
    color: white;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    text-align: center;
    
}

.coluna-config-right{
    position: relative;
    background-image: url('../img/index/SECTION6-IMG2.png');
    width: 100%;
    height: 310px;
    color: white;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    text-align: center;
}

.center-col-align{
    text-align: center;
}

.section5-text-format{
    font-size: 24px;
    position: relative;
    padding-top: 260px;
    z-index: 5;
    line-height: 1;
}

.section5 div a:link{
    color: white;
}
.section5 div a:hover{
    color:rgb(0, 0, 95)
}

@media screen and (min-width: 578.98px){
    .coluna-config-left{
        height: 530px;
        margin-bottom: 60px;
        background-position: right;
        text-align: right;
        padding-right: 9%;
    }
    .coluna-config-right{
        height: 530px;
        margin-bottom: 60px;
        background-position: left;
        text-align: left;
        padding-left: 5%;
    }
    .section5-text-format{
        font-size: 32px;
        padding-top: 450px;
    }
}

/*SECTION 6*/

.section7{
    position: relative;
}

.background-section7{
    position: relative;
    background-image: url('../img/index/SECTION7-img_1-80.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/*########### PAGINA 2 ##############*/

/*header*/

.pg2-header{
    position: relative;
    width: 100%;
    height: 550px;
    background-image: url('../img/pg2/header.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.pg2-header-text{
    margin-top: 150px;
    color: white;
}

.pg2-header-p{
    font-size: 14px;
    color: white;
}

.bt-align-header{
    text-align: center;
}

@media screen and (min-width: 578.98px){
    .pg2-header{
        height: 600px;
    }
    .pg2-header-text{
        margin-top: 180px;
    }

    .pg2-header-p{
        font-size: 18px;
    }

    .bt-align-header{
        text-align: left;
    }
}

/* SECTION 1*/
.pg2-section1-left{
    position: relative;
    width: 100%;
    height: 480px;
    background-image: url('../img/pg2/section1-1.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pg2-section1-right{
    position: relative;
    width: 100%;
    height: 480px;
    background-color: #2b2726;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    
}

.p2-first-text{
    line-height: 0.8;
    font-size: 28px;
    padding-top: 25px;
    text-align: center;
}

.p2-second-text{
    font-size: 13px;
}

.p2-text-list{
    line-height: 1.3; 
    font-size: 10px;
}

.bt-align-section1{
    padding-top: 30px;
    text-align: center;
}

@media screen and (min-width: 578.98px){
    .pg2-section1-right{
        padding-left: 50px;
        height: 500px;
    }

    .pg2-section1-left{
        height: 500px;
    }

    .p2-first-text{
        text-align: left;
        font-size: 34px;
        line-height: 0.8;
    }
    .p2-second-text{
        font-size: 16px;
    }
    .p2-text-list{
        font-size: 12px;
    }
    .bt-align-section1{
        text-align: left;
        padding-top: 35px;
    }
}
/*SECTION2*/

.pg2-section2-left{
    position: relative;
    height: 490px;
    background-color: #2b2726;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

.pg2-section2-right{
    position: relative;
    height: 490px;
    background-image: url('../img/pg2/section2-2.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.p2-first-text-sc2{
    line-height: 0.8;
    font-size: 28px;
    padding-top: 25px;
    text-align: center;
}

.p2-second-text-sc2{
    font-size: 13px;
}

.p2-text-list-sc2{
    line-height: 1.3; 
    font-size: 10px;
}

.bt-align-section1-sc2{
    text-align: center;
    padding-bottom: 15px;
}

@media screen and (min-width: 578.98px){
    .pg2-push-right-text{
        text-align: right;
        
    }
    .pg2-section2-left{
        padding-right: 50px;
        height: 520px;
    }
    .pg2-section2-right{
        height: 520px;
    }
    .p2-first-text-sc2{
        text-align: left;
        font-size: 34px;
    }
    .p2-second-text-sc2{
        font-size: 16px;
    }
    .p2-text-list-sc2{
        font-size: 12px;
    }
    .bt-align-section1-sc2{
        text-align: center;
        padding-bottom: 20px;
    }
}

/*SECTION 3*/

.pg2-section3-left{
    position: relative;
    height: 480px;
    background-image: url('../img/pg2/section3-1.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pg2-section3-right{
    position: relative;
    height: 480px;
    background-color: #2b2726;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white
}

.p2-first-text-sc3{
    line-height: 0.8;
    font-size: 28px;
    padding-top: 25px;
    text-align: center;
}

.p2-second-text-sc3{
    font-size: 14px;
}

.p2-text-list-sc3{
    line-height: 1.3; 
    font-size: 10px;
}

.bt-align-section1-sc3{
    text-align: center;
    padding-top: 30px;
}

@media screen and (min-width: 578.98px){
    .pg2-section3-right{
        padding-left: 50px;
        height: 500px;
    }

    .pg2-section3-left{
        height: 500px;
    }

    .p2-first-text-sc3{
        text-align: left;
        font-size: 34px;
        line-height: 0.8;
    }
    .p2-second-text-sc3{
        font-size: 16px;
    }
    .p2-text-list-sc3{
        font-size: 12px;
    }
    .bt-align-section1-sc3{
        text-align: left;
        padding-top: 35px;
    }
}

/*SECTION 4*/

.pg2-section4-bg{
    position: relative;
    background-color: #d6d6d6;
}

.pg2-section4-text-header{
    font-size: 24px;
    padding-top: 25px;
    text-align: center;
    line-height: 1
}

.p2-section4-list-full{
    padding-top: 8px;
    padding-bottom: 8px;
}

.pg2-section4-list{
    display: inline-block;
}

.pg2-section4-list-header{
    font-size: 16px;
}

.pg2-section4-list-text{
    margin-top: -15px;
    font-size: 14px;
}

.pg2-section4-list-img{
    width: 25px;
    height: auto;
    float: left;
}

.pg2-section4-versatilidade{
    
}

@media screen and (min-width: 578.98px){
    .pg2-section4-text-header{
        font-size: 32px;
    }
    .pg2-list-padding-adjust{
        padding-left: 15%;
    }
    .pg2-section4-list-header{
        font-size: 22px;
    }
    .pg2-section4-list-text{
        font-size: 18px;
    }
    .pg2-section4-list-img{
        width: 50px;
    }
    .pg2-section4-versatilidade{
        padding-left: 35%;
    }
}

/*SECTION 5*/

.pg2-section5-bg{
    position: relative;
    padding: 180px 0px;
    background-image: url('../img/pg2/section5.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white
}

.pg2-section5-text{
    text-align: center;
    font-size: 20px;
}

@media screen and (min-width: 578.98px){
    .pg2-section5-text{
        font-size: 40px;
    } 
    .pg2-section5-bg{
        padding: 250px 0px;
    }
}

/*SECTION 6*/

.pg2-section6{
    padding-top: 15px;
    padding-bottom: 15px;
}


.pg2-section6-text{
    font-size: 12px;
    padding-bottom: 30px;
    color: #0f0968;
}
.pg2-img-align{
    text-align: center;
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
}

.pg2-img{
    width: auto; 
    height: 30px; 
    display: inline;
    margin: 0px 5px;
}

@media screen and (min-width: 578.98px){
    .pg2-section6{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pg2-section6-text{
        font-size: 22px;
    }
    .pg2-img{
        height: 55px;
        margin: 0px 15px;
    }
}

/*SECTION 7*/

.pg2-section7-bg{
    position: relative;
    height: auto;
    background-image: url(../img/pg2/section7.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #0f0968;
    padding-bottom: 25px;
}

.pg2-section7-head{
    text-align: center;
    color: white;
    padding: 50px 0px;
}

.pg2-section7-card-head-text{
    text-align: center;
}
.pg2-section7-card-text{
    text-align: center;
}

.card-view{
    transition: transform .2s;
}

@media screen and (max-width: 700px){
    .pg2-header-padding{
        padding-left: 50px;
        
    }
}

.card-view:hover{
    transition: transform .2s;
    transform: scale(1.2);
}


/*######### Pagina 3 ################*/

/*HEADER*/
.pg3-header{
    position: relative;
    width: 100%;
    height: 550px;
    background-image: url('../img/pg3/header.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.pg3-header-text{
    margin-top: 150px;
    color: white;
}

.pg3-header-p{
    font-size: 14px;
    color: white;
}

@media screen and (min-width: 578.98px){
    .pg3-header{
        height: 650px;
    }
    .pg3-header-text{
        margin-top: 200px;
    }

    .pg3-header-p{
        font-size: 18px;
    }

}

    /* SECTION 1*/

    .pg3-section1-left{
        position: relative;
        width: 100%;
        height: 490px;
        background-image: url('../img/pg3/bg1-1.jpg');
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    .pg3-section1-right{
        position: relative;
        width: 100%;
        height: 470px;
        background-image: url('../img/pg3/bg1-2.jpg');
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        color: white;
        
    }
    
    .p3-second-text{
        font-size: 13px;
        padding-top: 80px;
    }
    
    
    @media screen and (min-width: 578.98px){
        .pg3-section1-right{
            padding-left: 50px;
            height: 490px;
        }
    
        .p3-section1-left{
            height: 490px;
        }
    
        .p3-second-text{
            font-size: 16px;
        }
        
    }


/*SECTION2*/

.pg3-section2-left{
    position: relative;
    height: 495px;
    background-image: url('../img/pg3/bg2-1.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

.pg3-section2-right{
    position: relative;
    height: 495px;
    background-image: url('../img/pg3/bg2-2.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.p3-first-text-sc2{
    line-height: 0.8;
    font-size: 28px;
    padding-top: 70px;
    text-align: center;
    color: #0f0968;
}

.p3-text-list-sc2{
    line-height: 1.3; 
    font-size: 16px;
    padding-top: 40px;
}

@media screen and (min-width: 578.98px){
    .pg3-push-right-text{
        text-align: right;
        
    }
    .pg3-section2-left{
        padding-right: 50px;
        height: 520px;
    }
    .pg3-section2-right{
        height: 520px;
    }
    .p3-first-text-sc2{
        text-align: center;
        font-size: 38px;
    }

    .p3-text-list-sc2{
        font-size: 20px;
    }
}

/*SECTION 3*/

.pg3-section3-left{
    position: relative;
    height: 495px;
    background-image: url('../img/pg3/bg3-1.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

.pg3-section3-right{
    position: relative;
    height: 495px;
    background-image: url('../img/pg3/bg3-2.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

.p3-text-list-sc3{
    line-height: 1.3; 
    font-size: 16px;
    padding-top: 70px;
}

@media screen and (min-width: 578.98px){
    .pg3-push-right-text{
        text-align: right;
        
    }
    .pg3-section3-left{
        padding-right: 50px;
        height: 520px;
    }
    .pg3-section3-right{
        height: 520px;
    }
    
    .p3-text-list-sc3{
        font-size: 20px;
        padding-top: 100px;
    }
}

/*SECTION 4*/
.pg3-section4-left{
    position: relative;
    height: 495px;
    background-image: url('../img/pg3/bg4-1.png');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

.pg3-section4-right{
    position: relative;
    height: 495px;
    background-image: url('../img/pg3/bg4-2.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.p3-first-text-sc4{
    font-size: 24px;
    padding-top: 50px;
    text-align: center;
    color: white;
}

.p3-section4-second-text{
    font-size: 13px;
    padding-top: 5px;
    padding-left: 20px;
}

@media screen and (min-width: 578.98px){
    .pg3-push-right-text{
        text-align: right;
        
    }
    .pg3-section4-left{
        padding-right: 50px;
        height: 600px;
    }
    .pg3-section4-right{
        height: 600px;
    }
    .p3-first-text-sc4{
        text-align: left;
        font-size: 34px;
        padding-top: 30px;
    }

    .p3-section4-second-text{
        font-size: 16px;
        padding-top: 10px;
        padding-left: 0px;
    }
}

/*################# PAGINA 4 ###################*/

/*Header*/
.pg4-header{
    position: relative;
    width: 100%;
    height: 550px;
    background-image: url('../img/pg4/header-bg.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.pg4-header-text{
    font-size: 34px;
    margin-top: 150px;
    color: white;
}

.pg4-header-p{
    font-size: 14px;
    color: white;
}

@media screen and (min-width: 578.98px){
    .pg4-header{
        height: 600px;
    }
    .pg4-header-text{
        margin-top: 180px;
        font-size: 38px;
    }

    .pg4-header-p{
        font-size: 18px;
    }

}

/*Section 1*/

.pg4-section1-left{
    position: relative;
    height: auto;
    background-image: url('../img/pg4/section1-1.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

.pg4-section1-right{
    position: relative;
    height: auto;
    background-image: url('../img/pg4/section1-2.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

.p4-first-text-sc1{
    line-height: 0.8;
    font-size: 28px;
    padding-top: 30px;
    text-align: left;
    color: white;
}

.p4-text-list-sc1{
    font-size: 12px;
    margin-left: -20px
}

@media screen and (min-width: 578.98px){
    .pg4-push-right-text{
        text-align: right;
        
    }
    .p4-first-text-sc1{
        text-align: center;
        font-size: 38px;
    }
    .pg4-section3-left{
        padding-right: 50px;
        height: 520px;
    }
    .pg4-section3-right{
        height: 520px;
    }
    
    .p4-text-list-sc1{
        font-size: 20px;
        padding-top: 50px;
        margin-left: 0px;
    }
}

/*Section 2*/

.pg4-section2{
    text-align: center;
    
}

.pg4-header-section2-text{
    font-size: 34px;
    color: rgb(0, 0, 95); 
    margin-top: 20px
}


.pg4-img{
    width: 40px; 
    
}

@media screen and (min-width: 578.98px){
    .pg4-header-text{
        font-size: 38px;
    }
    .pg4-img{
        width: 80px;

    }
}

/*################# PAGINA 5 ###################*/

/*Header*/
.pg5-header{
    position: relative;
    width: 100%;
    height: 550px;
    background-image: url('../img/pg5/header-bg.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.pg5-header-text{
    font-size: 34px;
    margin-top: 150px;
    color: white;
}

.pg5-header-p{
    font-size: 14px;
    color: white;
}

@media screen and (min-width: 578.98px){
    .pg5-header{
        height: 600px;
    }
    .pg5-header-text{
        margin-top: 180px;
        font-size: 38px;
    }

    .pg5-header-p{
        font-size: 18px;
    }

}

/*Section 1*/

.pg5-section1-left{
    position: relative;
    height: auto;
    background-image: url('../img/pg5/section1.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

.pg5-section1-right{
    position: relative;
    height: auto;
    background-image: url('../img/pg5/section1-2.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

.p5-first-text-sc1{
    line-height: 0.8;
    font-size: 28px;
    padding-top: 30px;
    text-align: left;
    color: white;
}

.p5-text-list-sc1{
    font-size: 12px;
    margin-left: -20px
}

@media screen and (min-width: 578.98px){
    .pg5-push-right-text{
        text-align: right;
        
    }
    .p5-first-text-sc1{
        text-align: center;
        font-size: 38px;
    }
    
    .p5-text-list-sc1{
        font-size: 20px;
        padding-top: 50px;
        margin-left: 0px;
    }
}

/*Section 2*/
.pg5-section2{
    text-align: center;
    
}

.pg5-header-section2-text{
    font-size: 34px;
    color: rgb(0, 0, 95); 
    margin-top: 20px
}


.pg5-img{
    width: 40px; 
    
}

@media screen and (min-width: 578.98px){
    .pg5-header-text{
        font-size: 38px;
    }
    .pg5-img{
        width: 80px;

    }
}

/*################# PAGINA 6 ###################*/


/*Header*/
.pg6-header{
    position: relative;
    width: 100%;
    height: 550px;
    background-image: url('../img/pg6/header-bg.png');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.pg6-header-text{
    font-size: 34px;
    margin-top: 150px;
    color: white;
}

.pg6-header-p{
    font-size: 14px;
    color: white;
}

@media screen and (min-width: 578.98px){
    .pg6-header{
        height: 600px;
    }
    .pg6-header-text{
        margin-top: 180px;
        font-size: 38px;
    }

    .pg6-header-p{
        font-size: 18px;
    }

}

/*Section 1*/

.pg6-section1-left{
    position: relative;
    height: auto;
    background-image: url('../img/pg6/section1-1.png');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

.pg6-section1-right{
    position: relative;
    height: auto;
    background-image: url('../img/pg6/section1-2.png');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

.p6-first-text-sc1{
    line-height: 0.8;
    font-size: 28px;
    padding-top: 30px;
    text-align: left;
    color: white;
}

.p6-text-list-sc1{
    font-size: 12px;
    margin-left: -20px
}

@media screen and (min-width: 578.98px){
    .pg6-push-right-text{
        text-align: right;
        
    }
    .p6-first-text-sc1{
        text-align: center;
        font-size: 38px;
    }
    
    .p6-text-list-sc1{
        font-size: 20px;
        padding-top: 50px;
        margin-left: 0px;
    }
}

/*Section 2*/
.pg6-section2{
    text-align: center;
    
}

.pg6-header-section2-text{
    font-size: 34px;
    color: rgb(0, 0, 95); 
    margin-top: 20px
}


.pg6-img{
    width: 40px; 
    
}

@media screen and (min-width: 578.98px){
    .pg6-header-text{
        font-size: 38px;
    }
    .pg6-img{
        width: 80px;

    }
}

/****************************************/
/*FORMULÁRIO*/

.btn-sendMessage{
    border-radius: 35px;
  
  }
  
  .min-width{
    min-width: 220px;
  
  }
  
  .loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #4562a3;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: auto
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .index-card{
    transition: transform .2s;
  }
  .index-card:hover{
    transition: transform .2s;
    transform: scale(1.05);
  }