.cor-1 {
    color: #d9534f;
}

.cor-1-bg {
    background-color: #d9534f;
}

.cor-2 {
    color:#29166F;
}

.cor-2-bg {
    background-color:#29166F;
}


.cor-3 {

}

.cor-4 {

}

/* Style Navbar*/

.navbar li {
    border-right: 1px solid rgba(0,0,0,.1);
    padding: 0 10px;
}

.navbar li:hover {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #d9534f;

    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #29166F;
}

.navbar-border {
    margin:4px 0;
    height:5px;
    width:100%;
}

.navbar-brand {
    max-width: 200px;
    width: 100%;
}
.barra-inicial {
    width:  100%;
    color: white;
    padding: 0 20px;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.barra-inicial a {
    color: white;
}

.barra-inicial ul {
    margin-bottom: 0;
    list-style-type: none;
}
.barra-inicial ul li {
    float: right;
    line-height: 2.2;
}

.canais-contato ul li {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(255,255,255,0.2);
    float:right;
}

.barra-inicial .fa-whatsapp {
    color: limegreen;
}

/* Style Main */

.carousel-item {
    background-color: #d9534f;
    padding: 60px 90px;   
}

.carousel-item:nth-child(2) {
    background-color: #29166F;
}
.carousel-item:nth-child(3) {
    background-color: #d9534f;    
}
.carousel-item:nth-child(4) {
    background-color: #29166F;     
}

/* Style Instagram */

#insta-feed a {
    display: block;
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    background-size: cover;
    border-bottom:2px solid white;
    border-top:2px solid white;
}

#instagram {
    margin-top:5px;
    box-shadow: rgba(0,0,0,.3) 0 1px 5px 2px;
    padding: 20px 15px;
    margin-bottom:10px;
    max-width:100%;
    background-color: #fff;
}

#insta-title {
    color:#a08e82;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem !important;
    font-family: 'oswald', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}

#insta-title a {
    color:#a08e82;  
}

.lb-nav a.lb-next, .lb-nav a.lb-prev {
    opacity:0.3;
}

.instapic {
    padding-right: 1px;
    padding-left: 1px;
}



#lightboxOverlay { position: fixed !important; top: 0; left: 0; height: 100% !important; width: 100% !important; }
#lightbox { position: fixed !important; top: 50% !important; transform: translateY(-50%); }

/* Style Footer */

.footer-border {
    margin:4px 0;
    height:5px;
    width:100%;
}

#footer {
    margin-top:auto;
    padding-top:10px;
    position: relative;
    padding-bottom: 6%;
    color: #444;

    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;

    border-top:3px solid #ccc;
    border-bottom:3px solid #ccc;
}

#footer ul {
    list-style-type: none;
}

#footer li {
    margin-bottom:5px;
    font-size: 1rem;
}
#footer #map {
    height: 300px;
    width: 100%;
    margin-bottom: 10px;
    border:2px solid #ddd;
}
#footer .e-mail{ 
    color:#29166F;
    border:2px solid #29166F;
    border-radius:10px;
    padding:7px 5px;
    background-color:white;
    margin-bottom:5px;
}

.footer-copyright {
    text-align: center!important;
    font-size: 10px;
    color: #fff;
    padding-bottom: 4px;
    margin-top: 4px;
} 

#footer a {
    color: #29166F; 
}
#footer a:hover {
    color: #d9534f;
    text-decoration: none;
}
#footer #menu a {
    font-size: 1.1rem;
}
#gp-icon-social a {
    color: #d9534f;
}
#gp-icon-social a:hover {
    color:  #29166F;
}
.icon-social {
  display: inline-block; 
  vertical-align:top; 
  margin-left:10px   
}
#facebook-icon {
    border: 2.8px solid #29166F;
    border-radius: 10px;
    padding:1px 7px 0;    
}
#facebook-icon:hover {
    border-color: #29166F;
}
#logo-footer {
    width: 100%;
    max-width: 600px;
    border-radius: 15px;
}
#logo-supera {
    max-width: 40px;
    margin-bottom:5px;
}
.footer-bottom {
    font-size:11px;
    text-align: center!important;
    padding: 60px 0 20px;
}

.footer-bottom a {
    color: #007bff;
}
.to-top{
    font-size:180%;
    color:rgba(0,0,0,0.3);
    padding-top:1.8em;
    display:inline-block;/* or block */
    position:fixed;
    bottom:3rem;
    right:3rem;
    text-decoration:none;
    transition:all .3s ease-out;
}
.to-top:before{
    content:'▲';
    font-size:.9em;
    position:absolute;
    top:0;
    left:50%;
    margin-left:-.7em;
    border:solid .13em white;
    border-radius:10em;
    width:1.4em;
    height:1.4em;
    line-height:1.3em;
    border-color:inherit;
    transition:transform .5s ease-in;
}
.to-top:hover{
    color:#29166F;
    border-color:#29166F;
}
.to-top:hover:before{
    transform: rotate(360deg);
}