/*----------------------------------------------------------
GERAL
*----------------------------------------------------------*/
html{
    font-size:62.5%;
}

body,
ul{
    padding: 0;
    margin: 0;
}

.color-padrao{
    color: #d1a449;
}

.color-padrao-dark{
    color: #323846;
}


.btn-warning{
    background-color: #d1a449;
    border-color: #d1a449;
    color: #ffff;
}

.btn-warning:hover {
    background-color: #a88335;
    border-color: #a88335;
    color: #ffff;
}

.textos p{
       color: #595959;
       text-transform: none;
}

.textos h2 {
    font-size: 20px;
    color: #595959;
}

.textos h3 {
    font-size: 15px;
    color: #595959;
}

.textos h4 {
    font-size: 18px;
    color: #595959;
    line-height: 30px;
    font-style: italic;
    padding-top: 15px;
}

.textos li {
    font-size: 15px;
    font-style: italic;
    line-height: 30px;
    color: #595959;
    padding-left: 20px;
}

.textos ul{
    padding-left: 50px;
}

.destaque p {
  font-family: 'Maven Pro', sans-serif;
  color: #ffff;
  font-size: 24px;

}

.titulos h3 {
  font-family: 'Maven Pro', sans-serif;
}

.menu-estia {
  font-family: 'Maven Pro', sans-serif;
  text-transform: none;
}

.sub-menu-estia {
  font-family: 'Maven Pro', sans-serif;
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  padding-bottom: 5px;
  width: 380px;
}


.sub-menu-estia a{
  color: #d1a44a;
} 

.sub-menu-estia a:hover {
  font-family: 'Maven Pro', sans-serif;
  color: #7c7c7c;
  text-transform: none;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  padding-bottom: 5px;
  width: 360px;
}

.sub-menu-estia ul {
  list-style-type: none !important;
}


.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;.dropdown
}

.panel-estia {
  border: none !important;
}
.panel-heading-estia p {
    margin: 0 0 0 0px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ced4d5;
    font-weight: bold;
}

.panel-body-estia {
    margin: 0 0 0 0px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.panel-body-estia p{
    margin: 0 0 0 0px;
}

/*----------------------------------------------------------
HEADER 
*----------------------------------------------------------*/
.header-content{
    width: 100%;
    height: 85px;
}

.header-content .container{
    width: 100%;
    height: 85px;
    padding: 0;
}

/*----------------------------------------------------------
FOOTER
*----------------------------------------------------------*/
.footer{
    padding: 25px 0;
}

.footer .logo-footer{
    display: inline-block;
    width: 5%;
    text-align: center;
}

.footer .author-footer{
    display: inline-block;
    width: 40%;
    text-align: left;
    font-size: 12px;
}

.footer .estia-footer{
    font-size: 12px;
    text-align: left;
    line-height: 20px;
}

/*----------------------------------------------------------
CAROUSEL
*----------------------------------------------------------*/

#intro .intro-body{
    padding: 0;
}

.carousel-inner .item .text-carousel{
    position: absolute;
    width: 60%;
    text-align: center;

    top:50%;
    left: 50%;
    margin-left: -30%;
    margin-top: -14%;
}

.carousel-inner .item .text-carousel p{
    margin: 0;
    padding: 0;
    opacity: 0.8;
    font-size:6rem;
    font-weight: 400;
    color: #fff;
}

/*----------------------------------------------------------
HOME
*----------------------------------------------------------*/
.info-home{
    height: 350px;
    border-top: 5px solid #d1a449;
    border-bottom: 5px solid #d1a449;
    background: linear-gradient(to left, #323846 0%, #fff 20%);
    text-align: center;
}

.container-info{
    display: inline-block;
    max-width: 90%;
}

.info-home .info-home-ilustration{
    display: inline-block;
    padding-right: 30px;
    text-align: right;
    vertical-align: middle;
}

.info-home .info-home-content{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    max-width: 700px;
}

.info-home .info-home-ilustration img{
    vertical-align: middle;
    height: 345px;
}

.info-home .info-home-content p{
    color: #808080;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-weight: lighter;
    font-size:2rem;
    vertical-align: middle;
}

.info-home .info-home-content a{
    background: #d1a449;
    font-family: 'Maven Pro', sans-serif;
    border-color: transparent;
    width: 250px;
    padding: 5px;
    font-size:1,5rem;
}

.info-home .info-home-content a:hover{
    background: #d1a449;
}

/*----------------------------------------------------------
HOME - DEPOIMENTOS
*----------------------------------------------------------*/

.btn-depoimentos{
    text-align: center;
}

.btn-depoimentos a{
    padding: 15px;
}


/*----------------------------------------------------------
SOBRE
*----------------------------------------------------------*/

.sobre-estia {
  background-color: #d1a449;
  margin-top: 30px;
}

/*----------------------------------------------------------
RESPONSIVIDADE
*----------------------------------------------------------*/

@media screen and (max-width: 320px){
    .footer .container{
        padding: 45px 0;
    }

    .footer .logo-footer{
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    .footer .author-footer{
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1rem;
    }

    .footer .estia-footer{
        display: block;
        width: 100%;
        font-size: 1rem;
        text-align: center;
    }

    .info-home{
        background: #fff;
        height: 345px;
        padding: 85px 0;
    }


    .container-info{
        max-width: 100%;
    }

    .info-home .info-home-ilustration{
        display: none;
    }

    .info-home .info-home-content p{
        font-size:2rem;
    }
}

@media screen and (min-width: 321px) and (max-width: 520px){
    .footer .container{
        padding: 45px 0;
    }

    .footer .logo-footer{
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    .footer .author-footer{
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1.3rem;
    }

    .footer .estia-footer{
        display: block;
        width: 100%;
        font-size: 1.3rem;
        text-align: center;
    }

    .info-home{
        background: #fff;
        height: 345px;
        padding: 90px 0;
    }

    .container-info{
        max-width: 100%;
    }

    .info-home .info-home-ilustration{
        display: none;
    }

    .info-home .info-home-content p{
        font-size:2.2rem;
        padding: 0 20px;
    }
}

@media screen and (min-width: 521px) and (max-width: 779px){
    .footer .container{
        padding: 45px 0;
    }

    .footer .logo-footer{
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    .footer .author-footer{
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1.5rem;
    }

    .footer .estia-footer{
        display: block;
        width: 100%;
        font-size: 1.5rem;
        text-align: center;
    }

    .info-home {
        background: #fff;
        height: 345px;
        padding: 90px 0;
    }

    .container-info{
        width: 100%;
    }

    .info-home .info-home-ilustration{
        display: none;
    }

    .info-home .info-home-content p{
        font-size:2.5rem;
        padding: 0 20px;
    }
}

@media screen and (min-width: 780px) and (max-width: 1024px){
    .footer .container{
        padding: 45px 0;
    }

    .footer .logo-footer{
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    .footer .author-footer{
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1.6rem;
    }

    .footer .estia-footer{
        display: block;
        width: 100%;
        font-size: 1.6rem;
        text-align: center;
    }

    .info-home{
        height: 353px;
    }

    .container-info{
        display: inline-block;
        max-width: 90%;
    }

    .info-home .info-home-content{
        max-width: 318px;
    }

    .info-home .info-home-content p{
        font-size: 2rem;
    }

    .info-home .info-home-ilustration img{
        vertical-align: middle;
        height: 345px;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1280px){
    .info-home{
        height: 350px;
    }

    .container-info{
        display: inline-block;
        max-width: 95%;
    }

    .info-home .info-home-content{
        max-width: 550px;
    }

    .info-home .info-home-content p{
        font-size: 2.3rem;
    }

    .info-home .info-home-ilustration img{
        vertical-align: middle;
        height: 345px;
    }

}



/*----------------------------------------------------------
EQUIPE
*----------------------------------------------------------*/

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title{
  font-weight: 400;
  letter-spacing: 0.05px;
  margin-top: 20px;
  font-size: 16px;
}

.team-title h2{
  color: #389cda !important;
  font-size: 50px !important;
}


.team-title h3{
  color: #4a4a4a;
  font-size: 20px;
}

.team-title h6{
  color: #4a4a4a;
  font-size: 40px;
}

.team-text{
color: #4a4a4a;
font-size: 18px;
font-weight: 200;

}

.team-text p{
color: #4a4a4a;
font-size: 16px;
text-align: left;
}

.overlay {
  background-color: rgba(209,164,73,.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details p {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.team-text p {
  font-size: 12px;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: #323846;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-details .socials i {
  color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #355c7d;
}

.espaco{
  padding-top: opx;
  padding-bottom: 40px;
}

.footer-estia h1 {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

.footer-estia p{
  margin: 0 0 15px 0;
  padding: 0;
  color: #555;
  font-style: italic;
  font-size: 14px;
}

.footer-estia form{

}

.footer-estia input {
  font-family: 'Open Sans';
  font-size: 12px;
}

.footer-estia .info{
  display: inline-block;
  margin-right: 5px;
}

.footer-estia .info input {
  display: block;
  width: 400px;
  height: 20px;
  border: 0;
  border-radius: 3px;
  margin: 0 0 10px 0;
  padding: 12px 10px;
  background: #fff;
}

.footer-estia .info input:last-child {
  margin: 0;
}

.footer-estia .info input:focus {
  background: #eee;
  outline: none;
}

.footer-estia input[type="submit"]{
  vertical-align: top;
  height: 60px;
  width: 98px;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background: pink;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  background: #d1a449;
}

.footer-estia input[type="submit"]:hover{
  background: #d1a449;
}


.desenvolvimento-digital-items {
  display: flex;
  justify-content:  center;
}

.desenvolvimento-digital-items li {
  display: flex;
  align-items: center;
  position: relative;
  list-style-type: none;
  min-height: 45px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 65px;
  margin-bottom: 15px;
}

.desenvolvimento-digital-items li:last-of-type {
  margin-bottom: 0;
}

.desenvolvimento-digital-items li img {
  position: absolute;
  display: block;
  height: 45px;
  width: 45px;
  left: 0;
  top: 0;
}

#contact-us > .section-inner .section-content .form-group textarea {
  height: 228px;
}