/******************************

[Table of Contents]
1. Imports
2. Uteis all the Resets
3. Banner Container
4. Service
5. Office
6. Links Uteis
7. footer
******************************/

/***********
1. Imports
***********/
@import "menu.css";
@import "font.css";
@import "hoverBox.css";
@import "aos.css";
@import "socialIcons.css";


/***********
2. Uteis all the Resets
***********/

.paddaingSection {
    padding: 50px 0;
}

.titleHeader {
    font-family: montserratRegular;
    font-size: 40px;
    color: #33348c;
    text-align: center;
    text-transform: uppercase;
    padding: 50px;
    position: relative;
    z-index: 9;
}

.titleHeader .lineHeader {
    width: 100px;
    background-color: #76aad4;
    height: 4px;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;

}

.titleHeaderTwo {
    font-family: montserratRegular;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 50px;

}

.titleHeaderTwo .lineHeader {
    width: 100px;
    background-color: #b5b6b7;
    height: 4px;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;

}

.modal-content {
    border-radius: 20px;
    border: none;
    border-bottom: 4px solid #76aad4;
}

.modal-content .modal_img {
    width: 100%;
    background-color: #33348c;
    padding-top: 5%;
    padding-bottom: 5%;
    /* border-radius: 20px; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


.modal-content .modal_img i {
    color: #ffffff;
    float: right;
    padding-right: 5%;
    font-size: 18px;
}

.modal-content .modal_img i:hover {
    cursor: pointer;
    margin-bottom: 5%;
}

.modal-content .modal_img img {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 70%;
    margin-top: 5%;
    margin-bottom: 5%;

}


.modal-content .modal_forrm_input h1 {
    padding-top: 4%;
    font-size: 16px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    font-family: montserratMedium;
    padding-bottom: 4%;
    text-transform: uppercase;
}

.modal-content .modal_forrm_input h2 {
    font-size: 14px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    font-family: montserratMedium;

    text-transform: uppercase;
    color: #33348c;;
}


.modal-content .modal_forrm_input ul {
    padding-top: 3%;
    padding-bottom: 5%;
    list-style: none;
}

.modal-content .modal_forrm_input ul li {
    padding: 1% 0;
    font-size: 14px;
    font-family: montserratRegular;
}

.modal-content .modal_forrm_input ul li i {
    color: #33348c;
    padding-right: 5px;
}

.dividerContainer {
    clear: both;
    width: 100%;
    height: 80px;
    background-color: #a0b4cc;
    margin: 3% 0;
}

.colorOne {
    background-color: #fdfdfd;
}

.colorTwo {
    background-color: #2f3d50;
}

.boxColorOne{
    background: #f9f9fb;
    width: 100%;
    height: 400px;
    position: absolute;
    top: -50px;
    z-index: -1;
}

.modal{
    z-index: 99999999;
}

.lineDecorationOne .lineOne {
    position: absolute;
    left: 15%;
    width: 80px;
    height: 6px;
    background-color: #76aad4;

}

.lineDecorationOne .lineTwo {
    position: absolute;
    width: 6px;
    height: 95%;
    background-color: #76aad4;
    left: 15%;
}

.lineDecorationOne .lineThree {
    position: absolute;
    width: 80px;
    height: 6px;
    background-color: #76aad4;
    bottom: -100.5%;
    left: 15%;
}

.lineDecorationTwo .lineOne {

    position: absolute;

    /* left: 15%; */

    width: 80px;

    height: 6px;

    background-color: #76aad4;

    right: 15%;
}

.lineDecorationTwo .lineTwo {
    position: absolute;
    width: 6px;
    height: 95%;
    background-color: #76aad4;
    /* left: 15%; */
    right: 15%;
}

.lineDecorationTwo .lineThree {
    position: absolute;
    width: 80px;
    height: 6px;
    background-color: #76aad4;
    bottom: -100.5%;
    /* left: 15%; */
    right: 15%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border-bottom: 1px solid #b5b6b7;
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: none;
    transition: background-color 5000s ease-in-out 0s;

}



/******************************/



/***********
3. Banner Container
***********/
.bannerConteiner {
    background: url(../img/background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;

}


.bannerConteiner .topo_menu {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 0;
    z-index: 9999999;
}


.bannerConteiner .topo_menu .navbar-brand{
    padding-right: 80px;
}

.bannerConteiner .topo_menu ul {
    padding: 0 ;
}

.bannerConteiner .topo_menu ul li {
    padding: 0px 10px;
    text-transform: uppercase;
    font-family: montserratRegular;
    font-size: 14px;
}

.bannerConteiner .topo_menu .linkAtivo {
    background-color: #76aad4;
    color: #fff !important;
    border-radius: 6px;
}

.bannerConteiner .topo_menu .linkMenu:hover {
    background-color: #76aad4;
    color: #fff;
    border-radius: 6px;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
}

.bannerConteiner .textAnimation {
    position: absolute;
    left: 20%;
    top: 45%;
    z-index: 999999;
}

.bannerConteiner .textAnimation h1 {
    text-shadow: -2px -2px 10px rgba(150, 150, 150, 1);
    font-family: montserratBlack;
    color: #ffffff;
    font-size: 60px;
    display: block;
    text-transform: uppercase;

}

.bannerConteiner .textAnimation h1 span {
    font-family: montserratMedium;
    color: #ffffff;
    font-size: 50px;

}

.bannerConteiner .textAnimation::before {
    display: inline-block;
    content: "";
    border-top: 5px solid #ffffff;
    width: 100px;
    margin: -60px -8rem;
    transform: translateY(-1rem);
    text-shadow: -2px -2px 10px rgba(150, 150, 150, 1);
}

/******************************/


/***********
4. service
***********/
.services .boxHover {
    position: relative;
    max-width: 96%;
    border-radius: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.services .boxHover img {
    position: relative;
    max-width: 100%;
    border-radius: 20px;

}

.services .boxHover h1 {
    position: absolute;
    font-family: montserratMedium;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    bottom: 0;
    width: 100%;
    padding: 15px 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-transform: uppercase;
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.services .boxHover:hover {
    cursor: pointer;
}

.marginSpacingservice {
    margin: 20px 0px;
}
/******************************/


/***********
5. Office
***********/
.office p {
    font-family: montserratRegular;
    font-size: 14px;
    text-align: justify;
    line-height: 2;
}

.office p span {
    font-family: montserratMedium;
}

.office img {
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    -webkit-box-shadow: 10px 9px 19px -8px rgba(179, 177, 179, 1);
    -moz-box-shadow: 10px 9px 19px -8px rgba(179, 177, 179, 1);
    box-shadow: 10px 9px 19px -8px rgba(179, 177, 179, 1);
}



.contato form input {
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #b5b6b7;
    font-family: montserratLight;
    color: #ffffff;
    box-shadow: none;
}

.contato form input:focus {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-bottom: 1px solid #b5b6b7;
    font-family: montserratLight;
    color: #ffffff;
    box-shadow: none;

}

.contato form textarea {
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #b5b6b7;
    resize: none;
    font-family: montserratLight;
    color: #ffffff;

}

.contato form textarea:focus {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-bottom: 1px solid #b5b6b7;
    resize: none;
    font-family: montserratLight;
    color: #ffffff;
    box-shadow: none;

}

.contato .form-group {
    padding: 15px;
}

.contato #submit {
    background-color: #7fa4d3;
    color: #ffffff;
    font-family: montserratRegular;
    width: 200px;
    height: 60px;
    float: right;
    margin-right: 3%;
}

.contato #submit:focus {
    box-shadow: none;
}

.contato a {
    font-family: montserratLight;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    padding: 20px 0;
}

.contato a:hover {
    text-decoration: none;
}


.contato a i {
    width: 70px;
    height: 70px;
    border: 1px solid #ffffff;
    font-size: 30px;
    padding: 20px;
    border-radius: 10px;
    margin-right: 10px;
}

/******************************/


/***********
6. Links Uteis
***********/
.linksUteis .box {
    width: 96%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5%;
    margin: 4% 0;
}

.linksUteis .box h1 {
    font-family: montserratLight;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

.linksUteis .box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.linksUteis .box ul li {
    border-bottom: 1px solid #b5b6b7;
}

.linksUteis .box ul li a {
    width: 96%;
    font-family: montserratLight;
    font-size: 16px;
    padding: 15px 0;
    color: #ffffff;
    display: inline-block;
}

.linksUteis .box ul li a i {
    padding-right: 10px;
}

.linksUteis .box ul li a:hover {
    text-decoration: none;
}

.linksUteis .boxTwo {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 2%;
    margin: 4% 0;
}

.linksUteis .boxTwo h1 {
    font-family: montserratLight;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

.linksUteis .boxTwo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.linksUteis .boxTwo ul li {
    display: inline-block;
    width: 15%;
    margin-left: auto;
    margin-right: auto;

}

.linksUteis .boxTwo img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 98%;

}

.linksUteis .boxTwo h2 {
    font-family: montserratLight;
    font-size: 12px;
    color: #ffffff;
}
/******************************/


/***********
7. footer
***********/
footer {
    background: #292f35;
    padding: 20px 0;
}

.footer-links {
    line-height: 48px;
}

.footer-links li {
    float: left;
}

.footer-links li a {
    color: #fff;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.footer-links li a:hover {

}

.copyright {
    margin-top: 10px;
    text-align: center;
}

.copyright p {
    color: #fff;
    font-family: montserratLight;
    font-size: 14px;
}

.copyright p a {
    color: #fff;
}

.copyright p a:hover {
    color: #76aad4;
    text-decoration: none;
}
/******************************/

