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

[Table of Contents]
1. Imports
2. Uteis all the Resets
3. TopMenu
4. HomeInfo
5. instagramContaine
6. Quemsomos
7. ServicosContainer
8. Contatocontainer
9. Footer
10. Parallax
******************************/

/***********
1. Imports
***********/
@import "font.css";
@import "../slider/style.css";
@import "hover.css";
@import "iconsMediaSocial.css";
@import "aos.css";
@import "menutoggle.css";


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

.paddaingSection {
    padding: 50px 0;
}

.modal-content {
    border-radius: 0;
    border: none;
    border-bottom: 4px solid #9e8a5f;
}

.modal-content .modal_img {
    width: 100%;
    background-color: #000000;
    padding-top: 5%;
    padding-bottom: 5%;
    /* border-radius: 20px; */
    background-image: url("../img/patern.png");
    background-repeat: repeat;
}


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

.modal-content .modal_img i:hover {
    cursor: pointer;
}

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

}


.modal-content .modal_forrm_input h1 {
    padding-top: 4%;
    font-size: 16px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    font-family: calibriRegular;
    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: calibriRegular;
    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;
}


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;

}

.titleHeader {
    font-size: 40px;
    font-family: baskervillebtitalic;
    color: #000000;
    text-align: center;

}

.titleHeader span {
    font-family: baskervillebtitalicbold;
}

.lineDecoration {
    width: 60px;
    height: 5px;
    background-color: #9e8a5f;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.lineCricleOne {
    margin: 110px 0;
    border: 2px solid #000000;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    position: absolute;
    left: 35%;
}

.lineCricleOne::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #000000;
    width: 100vw;
    margin: -12px -100vw;
    transform: translateY(-1rem);
}

.lineCricleTwo {
    margin: 110px 0;
    border: 2px solid #000000;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    position: absolute;
    right: 35%;
}

.lineCricleTwo::before {
    display: inline-block;
    content: "";
    border-top: 2px solid #000000;
    width: 100vw;
    margin: -12px 26px;
    transform: translateY(-1rem);
}

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

/***********
3. topMenu
***********/


.topMenu {
    background-color: rgba(137, 139, 138, 0.4);

    z-index: 99;
}

.topMenu .nav-link {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.topMenu ul {
    padding-top: 15px;
}

.topMenu ul li {
    padding: 0 20px;
}


.topMenu ul li a {
    font-family: georgiaRegular;
    text-transform: uppercase;
    color: #ffffff;
}


.topMenu ul li a:hover {
    background-color: #a4895b;
    border-radius: 0 10px;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
}

.topMenu ul li a.linkAtivo {
    background-color: #a4895b;
    border-radius: 0 10px;
}

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


/***********
4. homeInfo
***********/
.homeInfo {
    padding: 100px 0;
}

.homeInfo .boxInfoOne {
    margin: 50px 0;
    background-color: #9e8a5f;
    padding: 40px 20px;
    width: 100%;
}

.homeInfo .boxInfoOne h2 {
    font-family: calibribold;
    font-size: 35px;
    color: #ffffff;
}

.homeInfo .boxInfoOne p {
    font-family: calibriRegular;
    font-size: 20px;
    color: #ffffff;
    text-align: justify;
}

.homeInfo .lineDecorationTwo {
    margin: 30px 0;
    border: 2px solid #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.homeInfo .lineDecorationTwo::before {
    display: inline-block;
    content: "";
    border-top: 2px solid #ffffff;
    width: 300px;
    margin: -12px 27px;
    transform: translateY(-1rem);
}

.homeInfo .acting {
    position: relative;
    margin: 100px 0;
}

.homeInfo .acting h1 {
    font-family: georgiaRegular;
    font-size: 30px;
    text-transform: uppercase;
    background-color: #000000;
    color: #ffffff;
    width: 400px;
    padding: 10px 0;
    border-radius: 10px;
    letter-spacing: 15px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.homeInfo .acting .line {
    width: 100%;
    height: 2px;
    /* color: #000000; */
    display: block;
    background-color: #000000;
    position: absolute;
    top: 29px;
    z-index: -1;
}

.homeInfo .boxacting {
    position: relative;
}

.homeInfo .boxacting img {
}

.homeInfo .boxacting h1 {
    font-family: georgiaRegular;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    text-transform: uppercase;
}

.homeInfo .boxacting:hover {
    cursor: pointer;
}

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


/***********
5. instagramContainer
***********/
.instagramContainer {
    padding: 50px 0;
}

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


/***********
6. quemsomos
***********/
.quemsomos .boxInfoQuemSomos {
    padding-top: 50px;
}

.quemsomos .boxInfoQuemSomos img {
    width: 100%;
}

.quemsomos .boxInfoQuemSomos h1 {
    font-family: baskervillebtitalic;
    font-size: 30px;
}

.quemsomos .boxInfoQuemSomos p {
    font-family: georgiaRegular;
    font-size: 16px;
    color: #000000;
    text-align: justify;
}


.quemsomos .boxTeam{
    position: relative;
}

.quemsomos .boxTeam:hover{
    cursor: pointer;
}


.quemsomos .boxTeam img {

    max-width: 90%;

    margin-left: auto;

    margin-right: auto;

    display: block;

    -webkit-box-shadow: 10px 10px 26px -8px rgba(176,176,176,1);

    -moz-box-shadow: 10px 10px 26px -8px rgba(176,176,176,1);

    box-shadow: 10px 10px 26px -8px rgba(176,176,176,1);
}

.quemsomos .boxTeam .boxText{
    background-color: rgba(0,0,0,0.6);
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 90%;
    /* margin-right: 5%; */
    /* margin-left: 5%; */
    /* display: block; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    left: 5%;
    right: 5%;
}

.quemsomos .boxTeam .boxText h1 {
    font-family: calibribold;
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.quemsomos .boxTeam .boxText h2 {
    font-family: baskervillebtitalicbold;
    color: #9e8a5f;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 5px;
}




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

/***********
7. servicosContainer
***********/
.servicosContainer .boxOne {
    position: relative;
    margin: 40px 0;
    background-color: #ffffff;
    border: 1px double #000000;
    padding: 30px 20px;
    display: block;


}

.servicosContainer .boxOne::after {
    display: inline-block;
    content: "";
    /* border-top: 2px solid #9e8a5f; */
    width: 5px;
    /* margin: 0 1rem; */
    /* transform: translateY(-1rem); */
    height: 120px;
    background-color: #9e8a5f;
    position: absolute;
    top: 30px;
    left: -4px;
}


.servicosContainer .boxOne .boxImg {
    width: 15%;
    display: inline-block;
    float: left;
}


.servicosContainer .boxOne .boxImg img {
    vertical-align: middle
}

.servicosContainer .boxOne .boxInfo {
    width: 80%;
    display: inline-block;
}

.servicosContainer .boxOne .boxInfo h1 {
    font-family: calibriRegular;
    font-size: 20px;
    color: #000000;

}

.servicosContainer .boxOne .boxInfo p {
    font-family: calibriRegular;
    font-size: 16px;
    color: #000000;
    text-align: justify;

}

.servicosContainer .boxOne .boxInfo ul li {
    font-family: calibriRegular;
    font-size: 16px;
    color: #000000;
    text-align: justify;
}


.servicosContainer .boxTwo {
    position: relative;
    margin: 40px 0;
    background-color: #ffffff;
    border: 1px double #000000;
    padding: 30px 20px;
    display: block;


}

.servicosContainer .boxTwo::after {
    display: inline-block;
    content: "";
    /* border-top: 2px solid #9e8a5f; */
    width: 5px;
    /* margin: 0 1rem; */
    /* transform: translateY(-1rem); */
    height: 120px;
    background-color: #9e8a5f;
    position: absolute;
    top: 30px;
    right: -4px;
}


.servicosContainer .boxTwo .boxImg {
    width: 15%;
    display: inline-block;
    float: right;
}

.servicosContainer .boxTwo .boxInfo {
    width: 80%;
    display: inline-block;
}

.servicosContainer .boxTwo .boxInfo h1 {
    font-family: calibriRegular;
    font-size: 20px;
    color: #000000;

}

.servicosContainer .boxTwo .boxInfo p {
    font-family: calibriRegular;
    font-size: 16px;
    color: #000000;
    text-align: justify;

}

.servicosContainer .boxTwo .boxInfo ul li {
    font-family: calibriRegular;
    font-size: 16px;
    color: #000000;
    text-align: justify;
}

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

/***********
8. contatoContainer
***********/
.contatoContainer {
    background-color: #1d2124;
    padding: 70px 0;
}


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

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

}

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

}

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

}

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

.contatoContainer #submit {
    background-color: #9e8a5f;
    color: #ffffff;
    font-family: calibriRegular;
    width: 200px;
    height: 60px;
    float: right;
    margin-right: 3%;
    border-radius: 0 10px;
}

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

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

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


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


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

/***********
9. footer
***********/


footer {
    padding: 20px 0;
    background-color: #1b1e21;
    background-image: url("../img/patern.png");
    background-repeat: repeat;

}

footer p {
    padding: 0;
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-family: baskervillebtitalic;
    font-size: 16px;
}

footer p a {
    color: #ffffff;
}

footer p a:hover {
    color: #ffffff;
    text-decoration: none;
}

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


/***********
10. parallax
***********/

.parallaxDefault {
    /* The image used */
    background-image: url("../img/parallaxDefault.jpg");

    /* Set a specific height */
    height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxDefault h1 {
    text-align: center;
    font-size: 60px;
    font-family: baskervillebtitalicbold;
    color: #9e8a5f;
    padding-top: 150px;
}

.parallaxDefault h1::before, .parallaxDefault h1::after {
    display: inline-block;
    content: "";
    border-top: 5px solid #9e8a5f;
    width: 100px;
    margin: 0 1rem;
    transform: translateY(-1rem);
}

.parallaxDefaultTwo {
    /* The image used */
    background-image: url("../img/parallaxDefault.jpg");

    /* Set a specific height */
    height: 700px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxDefaultTwo h1 {
    text-align: center;
    font-size: 60px;
    font-family: baskervillebtitalicbold;
    color: #9e8a5f;
    padding-top: 300px;
}

.parallaxDefaultTwo h1::before, .parallaxDefaultTwo h1::after {
    display: inline-block;
    content: "";
    border-top: 5px solid #9e8a5f;
    width: 100px;
    margin: 0 1rem;
    transform: translateY(-1rem);
}

.parallaxquemSomos {
    /* The image used */
    background-image: url("../img/parallaxQuemsomos.jpg");

    /* Set a specific height */
    height: 700px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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












