/*====================================================================================
GENERAL STYLES
=====================================================================================*/

body, html {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    
    background: #162231;
    

    vertical-align: top;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}


* {
    margin: 0;
    padding: 0;
}

a {
    background: transparent;
    text-decoration: none;
    color: inherit;
    outline: 0;
}



/*----------------------- REMOVES IMAGE LINKS DOTTED OUTLINE -----------------------*/

img {
    border: 0px none;
}


/*------------------- REMOVES LINKS DOTTED OUTLINE IN FIREFOX ----------------------*/

input::-moz-focus-inner { 
  border: 0px none; 
}
*:focus {
    outline: 0;
}


/*------------------- REMOVES IE SCROLL BAR FROM FORM TEXT AREA ----------------------*/

textarea { overflow: auto; }


/*------------------- REMOVES BLUE HIGHLIGHT OVER IMG WHEN CLICKED ----------------------*/

img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
}

/*------------------- 3 COLUMNS ----------------------*/
.table {
    display: table;
    width: 100%;
}
.cell {
    display: table-cell;
    width: 33%;
}


/*
====================================================================================
MENU - NORMAL
====================================================================================
*/

header {
    z-index: 999999999;
    width: 100%;
    height: 92px;
    position: fixed;
    top: 0px;
    background: #162231;
    border-bottom: solid 1px #212f40;
}

#logo {
    position: absolute;
    width: 280px;
    height: 70px;
    top: 17px;
    left: 12px;
    background-image:url('../images/icons/logo-louzanimales-horizontal.png');
    background-repeat: no-repeat;
    background-size: contain;
}

#menu-heart {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: -5px 5px 0 0;
}

nav {
  float:right;
}

nav ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style: none;
	position: relative;
	display: inline-block;
	width: 100%;
}

nav ul li {
	float: left;
    box-shadow: inset 0 0 0 0 #e8a515;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

nav ul li:hover {
    box-shadow: inset 0 100px 0 0 #e8a515;
}

nav ul li a {
	display: block; 
	padding: 31px 25px;
	color: #fff;
	text-decoration: none;
	font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 25px;
    text-transform: uppercase;
}

nav ul li a.active { color: #fff; background: #e8a515; }


#m-donation {
    background: #dd4e41;
}
nav ul li#m-donation {
	float: left;
    box-shadow: inset 0 0 0 0 #c23528;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
nav ul li#m-donation:hover {
    box-shadow: inset 0 100px 0 0 #c23528;
}
nav ul li#m-donation a.active { color: #fff; background: #dd4e41; }

/*====================== MENU RESPONSIVE STYLES ================================*/

@media all and (max-width: 1600px) {
    header {
        height: 80px;
    }
    #logo {
        width: 250px;
        height: 60px;
        top: 13px;
        left: 12px;
    }
    nav ul li a { 
	    padding: 27px 25px;
        font-size: 22px;
    }
}
@media all and (max-width: 1350px) {
    header {
        height: 70px;
    }
    #logo {
        width: 220px;
        height: 60px;
        top: 12px;
        left: 10px;
    }
    nav ul li a { 
	    padding: 22px 20px;
        font-size: 22px;
    }
}
@media all and (max-width: 1200px) {
    header {
        height: 60px;
    }
    #logo {
        width: 200px;
        height: 55px;
        top: 10px;
        left: 10px;
    }
    nav ul li a { 
	    padding: 18px 20px;
        font-size: 20px;
    }
}
/*==================================================================================
MENU - MOBILE
===================================================================================*/
@media all and (max-width: 1050px) {
    header {
    position: relative;
    }
}
@media all and (max-width: 1050px) {
    nav {
        display:none;
    }
}

/*================== MENU BUTTON ===================*/

#menu-button-style {

    position: absolute;
    float: right;
    top: 16px;
    right: 23px;
    cursor: pointer;
    display:none;
}
@media all and (max-width: 1050px) {
    #menu-button-style {
        display:block;
    }
}
#menu-button {
    border: 0px none;
    width: 45px;
    height: 31px;
}
/*================== MENU ITEMS ===================*/

.menu-items-slyle {
display:none;
list-style: none;
position: relative;
background-color: #e8a515;
width: 100%;
margin:0;
padding-bottom: 70px;
}

.menu-items-slyle li {
border-bottom: 1px solid #c68b0c;

}

.menu-items-slyle li:hover {
background: #c68b0c;
}

.menu-items-slyle li a{
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 15px 0px;
	font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

.menu-items-slyle li:hover a {
color: #fff;
}

/*
====================================================================================
FONTS
====================================================================================
*/

h1 {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
}
h2 {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
}
p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
li {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}



/*==================================================================================
================================= HOME PAGE ========================================
===================================================================================*/

/*==================================================================================
SLIDESHOW BILLBOARD (swiper) CUSTOM STYLES
===================================================================================*/

.swiper-container {
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    cursor: grab; cursor: -webkit-grab; cursor:-moz-grab;
}

/*=============== COMPENSATION FOR MENU ========================*/
@media all and (max-width: 1050px) {
    .swiper-container {
    top: -70px;
    }
}

.swiper-slide h1 {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 1.1;
    color: #fff;
    margin: 0px 30px 0 30px;
    text-transform: uppercase;
}
@media all and (max-width: 1750px) {
    .swiper-slide h1 {
        font-size: 70px;
    }
}
@media all and (max-width: 1500px) {
    .swiper-slide h1 {
        font-size: 60px;
    }
}
@media all and (max-width: 1300px) {
    .swiper-slide h1 {
        font-size: 50px;
    }
}
@media all and (max-width: 1000px) {
    .swiper-slide h1 {
        font-size: 40px;
    }
}
@media all and (max-width: 800px) {
    .swiper-slide h1 {
        font-size: 30px;
    }
}
@media all and (max-width: 800px) {
    .swiper-slide h1 {
        font-size: 30px;
    }
}

.swiper-slide h2 {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.1;
    color: #fff;
    padding: 10px 100px;
}
@media all and (max-width: 1600px) {
    .swiper-slide h2 {
        font-size: 45px;
    }
}
@media all and (max-width: 1400px) {
    .swiper-slide h2 {
        font-size: 40px;
    }
}
@media all and (max-width: 1200px) {
    .swiper-slide h2 {
        font-size: 35px;
    }
}
@media all and (max-width: 1100px) {
    .swiper-slide h2 {
        font-size: 30px;
    }
}
@media all and (max-width: 950px) {
    .swiper-slide h2 {
        font-size: 25px;
    }
}
@media all and (max-width: 700px) {
    .swiper-slide h2 {
        font-family: "PT Sans Narrow", sans-serif;
        font-weight: 400;
        font-size: 21px;
        padding: 10px 50px;
    }
}


.swiper-slide h3 {
	font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
}
@media all and (max-width: 1200px) {
    .swiper-slide h3 {
        font-size: 18px;
        margin: 0 25px 0 25px;
    }
}
@media all and (max-width: 1000px) {
    .swiper-slide h3 {
        font-size: 16px;
    }
}
@media all and (max-width: 800px) {
    .swiper-slide h3 {
        font-size: 14px;
        margin: 0 15px 0 15px;
    }
}


.logo-big {
    width: 400px;
    height: 400px;
    margin: 0 auto;
    padding-bottom: 20px;
}

@media all and (max-height: 900px) {
    .logo-big {
        width: 350px;
        height: 350px;
    }
}
@media all and (max-height: 860px) {
    .logo-big {
        width: 340px;
        height: 340px;
    }
}
@media all and (max-height: 840px) {
    .logo-big {
        width: 320px;
        height: 320px;
    }
}
@media all and (max-height: 820px) {
    .logo-big {
        width: 300px;
        height: 300px;
    }
}
@media all and (max-height: 800px) {
    .logo-big {
        width: 280px;
        height: 280px;
    }
}
@media all and (max-height: 780px) {
    .logo-big {
        width: 260px;
        height: 260px;
    }
}
@media all and (max-height: 760px) {
    .logo-big {
        width: 240px;
        height: 240px;
    }
}
@media all and (max-height: 740px) {
    .logo-big {
        width: 220px;
        height: 220px;
    }
}
@media all and (max-height: 720px) {
    .logo-big {
        width: 200px;
        height: 200px;
    }
}
@media all and (max-height: 700px) {
    .logo-big {
        width: 180px;
        height: 180px;
    }
}
@media all and (max-height: 680px) {
    .logo-big {
        width: 160px;
        height: 160px;
    }
}
@media all and (max-height: 660px) {
    .logo-big {
        width: 140px;
        height: 140px;
    }
}
@media all and (max-height: 640px) {
    .logo-big {
        display: none;
    }
}

.swiper-button-prev { background-image:url('../images/icons/arrow-left.png'); background-size: 37px 26px }
.swiper-button-next { background-image:url('../images/icons/arrow-right.png'); background-size: 37px 26px }

#s1 { background-image:url('../images/bg/bg-volunteer-carrying-dog.jpg'); background-size: cover; background-position: center top;}
#s2 { background-image:url('../images/bg/s8.jpg'); background-size: cover; background-position: center;}
#s3 { background-image:url('../images/bg/s2.jpg'); background-size: cover; background-position: center;}
#s4 { background-image:url('../images/bg/s5.jpg'); background-size: cover; background-position: center;}
#s5 { background-image:url('../images/bg/s1.jpg'); background-size: cover; background-position: center;}
#s6 { background-image:url('../images/bg/s9.jpg'); background-size: cover; background-position: center top;}
#s7 { background-image:url('../images/bg/s10.jpg'); background-size: cover; background-position: center;}
#s8 { background-image:url('../images/bg/s13.jpg'); background-size: cover; background-position: center;}
#s9 { background-image:url('../images/bg/s14.jpg'); background-size: cover; background-position: center;}
#s10 { background-image:url('../images/bg/s12.jpg'); background-size: cover; background-position: center;}

/*============= BACKGROUND IMAGES OVERLAY ===================*/
.darken {
    width: 100%;
    height: 100%;
    background-color:rgba(50,42,24,0.3);
}

/*============= CENTER TEXT VERTICALLY ===================*/

.center-text-table {
    display: table;
    width: 100%;
    height: 100%;
}
.center-text-cell {
    display: table-cell;
    vertical-align: middle;
}




/*==================================================================================
BUTTONS
===================================================================================*/

.button {
    text-decoration: none;
    color: #fff;
    border: solid 4px #fff;
    padding: 15px 25px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.button:hover {
    text-decoration: none;
    border: solid 4px #e8a515;
    color: #fff;
    background: #e8a515;
}

.button1, .button2 {
    text-decoration: none;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    background: #e8a515;
    padding: 15px 25px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.button1:hover, .button2:hover {
    text-decoration: none;
    background: #d3871a;
    color: #fff;
}

.button1 img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    padding: 0 0 3px 10px;
}

.button2 img{
    width: 40px;
    height: 40px;
    vertical-align: middle;
    padding: 0 10px 3px 0;
}

.button3 {
    text-decoration: none;
    color: #162231;
    border: solid 3px #162231;
    padding: 10px 15px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}
.button3:hover {
    text-decoration: none;
    color: #fff;
    background: #162231;
}

.button4 {
    text-decoration: none;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    border: solid 4px #fff;
    transition: all 0.2s ease-in-out;
}
.button4:hover {
    text-decoration: none;
    background: #fff;
    color: #162231;
}
.button4-img {
    background-image:url('../images/icons/arrow-button.png'); background-repeat: no-repeat; background-size: contain; background-position: center;
    padding: 0 10px;
    margin-left: 10px;
}
.button4:hover .button4-img {
    background-image:url('../images/icons/arrow-button-2.png'); background-repeat: no-repeat; background-size: contain; background-position: center;
    transition: all 0.2s ease-in-out;
}



.fb-share-button {
    text-decoration: none;
    background: #3b5998;
    color: #fff;
    transition: all 0.2s ease-in-out;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}
.fb-share-button img{
    width: 40px;
    height: 40px;
    vertical-align: middle;
    padding: 10px 20px 10px 10px;
}
.fb-share-button:hover {
    text-decoration: none;
    background: #1b3262;

}


.twitter-button {
    text-decoration: none;
    background: #1da1f2;
    color: #fff;
    transition: all 0.2s ease-in-out;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}
.twitter-button img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    padding: 10px 20px 10px 10px;
}
.twitter-button:hover {
    text-decoration: none;
    background: #2a83c1;
}


.google-button {
    text-decoration: none;
    background: #dd4e41;
    color: #fff;
    transition: all 0.2s ease-in-out;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}
.google-button img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    padding: 10px 15px 10px 15px;
}
.google-button:hover {
    text-decoration: none;
    background: #be3e32;
}


.file-button {
    text-decoration: none;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    background: #e8a515;
    padding: 14px 20px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
}

.file-button:hover {
    text-decoration: none;
    background: #d3871a;
    color: #fff;
}

.file-button img{
    width: 25px;
    height: 25px;
    vertical-align: middle;
    float: right;
    padding-top: 3px;
}





/*==================================================================================
SECTIONS
===================================================================================*/

/*==================== WRAPERS ================*/

.light, .dark, .white {
    box-sizing: border-box; 
    padding: 100px 50px;
}
@media all and (max-width: 800px) {
    .light, .dark, .white {
        padding: 100px 20px;
    }
}
.light {
    background: #f2efe9;
    color: #333b44;
}
.dark {
    background: #162231;
    color: #fff;
}
.white {
    background: #fff;
    color: #333b44;
}

/*==================== 1ST SECTION COMPENSATION FOR SLIDESHOW ================*/
.minus70px {
    margin-top: -70px;
}
.padding70pxtop {
    padding-top: 70px;
}
@media all and (max-width: 1050px) {
    .padding70pxtop {
        padding-top: 0;
    }
}


/*==================== CONTAINER ===================*/

.table {
    display: table;
    max-width: 1100px;
    margin: 0 auto;
}

/*==================== 2 INDEPENDENT COLUMNS ===================*/

.cell-left {
    display: table-cell;
    width: 300px;
    vertical-align: top;
}
.cell-right {
    display: table-cell;
    width: 550px;
    padding-left: 50px;
    vertical-align: top;
}
.cell-left h1 {
    padding-bottom: 20px;
}
.cell-right h2 {
    padding-bottom: 25px;
}
.cell-right p {
    padding-bottom: 45px;
}

@media all and (max-width: 910px) {
    .cell-left, .cell-right {
        display: table;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
}


/*==================== SECTION 3 - ENVOLVA-SE ===================*/

.sec3 {
    background: #fff;
    color: #333b44;
    box-sizing: border-box; 
    padding: 90px 50px 20px 50px;
}

.cell-get-involved {
    display: table-cell;
    width: 33.3%;
    text-align: center;
    padding: 0px 5px 100px 5px;
}
.cell-get-involved h2 {
    padding-bottom: 10px;
}
.cell-get-involved p {
    color: #968c7d;
    padding-bottom: 25px;
}
.cell-get-involved img {
    width: 261px; 
    height: 214px;
    padding: 0;
    margin: 0;
}
@media all and (max-width: 1200px) {
    .cell-get-involved img {
        width: 240px; 
        height: 197px;
    }
}
@media all and (max-width: 1150px) {
    .cell-get-involved img {
        width: 230px; 
        height: 189px;
    }
}
@media all and (max-width: 1050px) {
    .cell-get-involved img {
        width: 220px; 
        height: 180px;
    }
}
@media all and (max-width: 1000px) {
    .cell-get-involved img {
        width: 210px; 
        height: 172px;
    }
}
@media all and (max-width: 910px) {
    .cell-get-involved {
        display: table;
        margin: 0 auto;
        width: 400px;
    }
    .cell-get-involved img {
        width: 261px; 
        height: 214px;
        padding: 0;
        margin: 0;
    }
    .cell-33-white-bg h2 {
        margin-top: -15px;
    }
}
@media all and (max-width: 500px) {
    .cell-get-involved {
        width: 100%;
    }
    .sec3 {
        padding: 90px 20px 20px 20px;
    }
}

/*==================== SECTION WITH BG PHOTO ===================*/


.events-bg {
    background: #162231;
    color: #fff;
    background-image:url('../images/bg/adopt-r.jpg'); background-size: cover; background-position: center;
}
.events-wrapper {
    box-sizing: border-box; 
    padding: 100px 50px;
}
@media all and (max-width: 800px) {
    .events-wrapper {
        padding: 100px 20px;
    }
}
.events-bg p {
    padding-bottom: 0px;
}


/*==================== ADOPTION EVENTS ===================*/

.date {
    float: left;
    background: #e8a515;
    padding: 20px;
    border: 0px none;
    margin: 0 20px 60px 0;
    text-transform: uppercase;
    text-align: center;
}
.date h4 {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    margin: 0;
}
.date h5 {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 45px;
    color: #fff;
    margin: 0;
    padding-top: 10px;
    line-height: 1;
}



/*==================================================================================
TOP SECTIONS
===================================================================================*/

.top-section {
    background: #162231;
    color: #fff;
    width: 100%;
    height: 100%;
}
@media all and (max-width: 1100px) {
    .top-section {
        height: 90%;
    }
}

.about-bg {
    background-image:url('../images/bg/louzanimales-group-photo2.jpg'); background-size: cover; background-position: center;
}
.colabore-bg {
    background-image:url('../images/bg/colabore.jpg'); background-size: cover; background-position: right center;
}
.volunteer-bg {
    background-image:url('../images/bg/volunteer.jpg'); background-size: cover; background-position: top right;
}
.adoption-bg {
    background-image:url('../images/bg/adopt1-r.jpg'); background-size: cover; background-position: center;
}
.contact-bg {
    background-image:url('../images/bg/contact.jpg'); background-size: cover; background-position: center;
}
.donativos-bg {
    background-image:url('../images/bg/donations.jpg'); background-size: cover; background-position: top right;
}
.fat-bg {
    background-image:url('../images/bg/foster.jpg'); background-size: cover; background-position: bottom left;
}

.title-container {
    width: 100%;
    height: 100%;
    

    text-align: left;

    box-sizing: border-box; 
    padding: 100px 50px;
}

.title-table {
    width: 100%;
    height: 100%;
    display: table;
    max-width: 1100px;
    margin: 0 auto;
}

.title-inner {
    display: table-cell;
    vertical-align: bottom;
}
@media all and (max-width: 800px) {
    .title-inner {
        padding-left: 20px;
    }
}
.top-section h1 {
    font-size: 80px;
}
@media all and (max-width: 1750px) {
    .top-section h1 {
        font-size: 70px;
    }
}
@media all and (max-width: 1500px) {
    .top-section h1 {
        font-size: 60px;
    }
}
@media all and (max-width: 1300px) {
    .top-section h1 {
        font-size: 50px;
    }
}

.top-section h2 {
    font-size: 35px;
}
@media all and (max-width: 1750px) {
    .top-section h2 {
        font-size: 30px;
    }
}
@media all and (max-width: 1500px) {
    .top-section h2 {
        font-size: 25px;
    }
}

@media all and (max-width: 500px) {
    .top-section h2 {
        font-size: 20px;
    }
}




/*==================================================================================
3 COLUMNS TEXT lightbg 
===================================================================================*/

.three-col-text-lightbg {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-rule: 1px solid #cec9b9; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #cec9b9; /* Firefox */
    column-rule: 1px solid #cec9b9;
}

/*==================================================================================
3 COLUMNS TEXT darkbg 
===================================================================================*/

.three-col-text-darkbg {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-rule: 1px solid #435265; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #435265; /* Firefox */
    column-rule: 1px solid #435265;
}

/*==================================================================================
2 COLUMNS TEXT darkbg 
===================================================================================*/

.two-col-text-darkbg {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-rule: 1px solid #435265; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #435265; /* Firefox */
    column-rule: 1px solid #435265;
}

/*==================================================================================
ORGÃOS SOCIAIS
===================================================================================*/

.o-s-border {
    border-left: 1px solid #cec9b9;
}

ul.org-soc {
    list-style:none;
}
.org-soc li {
    font-size: 15px;
    padding: 10px 0;
}
.org-soc li h2 {
    font-size: 27px;
    padding-bottom: 10px;
}
.org-soc span {
    font-weight: 700;
    color: #b0a38b;
}


/*==================================================================================
PERGUNTAS FREQUENTES ACCORDION 1
===================================================================================*/

.accordion-toggle {
    cursor: pointer;
	transition: all 0.5s ease-in-out;
	background-color: #0d1825;
	font-weight: bold;
	margin-bottom: 3px;
	cursor: pointer;
	padding: 20px;
}
.accordion-toggle:hover {
	background-color: #e8a515;
	
}
.accordion-toggle.open {
    background-color: #e8a515;
}

.accordion-content {
    display: none;
    padding: 15px 0 15px 0;
}
.accordion-content.default {
    display: block;
}

.accordion-toggle::after {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background: url('../images/icons/accordion-plus.png') no-repeat 0 0;
    background-size: 100%;
    float: left;
    margin-right: 15px;
    margin-top: 5px
}

.accordion-toggle.open::after {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background: #e8a515 url('../images/icons/accordion-minus.png') no-repeat 0 0;
    background-size: 100%;
    float: left;
    margin-right: 15px;
    margin-top: 5px
}


/*==================================================================================
FOR ADOPTION
===================================================================================*/

.white-adoption {
    box-sizing: border-box; 
    padding: 100px 15px;
    background: #fff;
    color: #333b44;
}
@media all and (max-width: 1100px) {
    .white-adoption {
        padding: 100px 0;
    }
}

.adopt-wrapper {  
    overflow: hidden;
    max-width: 1140px;
    margin: 0 auto;
}

.adopt-wrapper h1{  
    padding-left: 20px;
}

.adopt-container {
    float: left;
    width: 33.3%;
    transition: all 0.5s ease-in-out;
}
.adopt-container:hover {
    background: #dad4c7;
}
@media all and (max-width: 1150px) {
    .adopt-container {
        width: 50%;
    }
}
@media all and (max-width: 700px) {
    .adopt-container {
        width: 100%;
    }
}
.adopt-content {
    margin: 20px;
    overflow: hidden;
    background: #f2efe9;
    box-sizing: border-box;
    padding: 15px;
}
.adopt-content img {
    width: 100%;
    height: auto;
}
.adopt-content hr {
    border: none;
    height: 0;
    border-top: 1px solid #b7b7b7;
}
.file-name {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 2.2;
    text-transform: uppercase;
}
@media all and (max-width: 900px) {
    .file-name {
        font-size: 22px;
    }
}
.file-left {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.2;
    text-transform: uppercase;
}
@media all and (max-width: 900px) {
    .file-left {
        font-size: 14px;
    }
}
.file-right {
    display: table-cell;
    vertical-align: middle;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.2;
}


/*==================================================================================
INDIVIDUAL DOG FILE
===================================================================================*/

.para-adopcao-responsavel {
    background: #f2efe9;
    color: #333b44;
    display: table;
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 100px;
}
@media all and (max-width: 1100px) {
    .para-adopcao-responsavel {
        padding: 0;
    }
}
.para-adopcao-responsavel-in {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}
.para-adopcao-responsavel h1 {
    
}



.for-adoption-file {
    background: white;
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px 100px 50px;
    height: auto;
    position: relative;
    color: #333b44;
}
@media all and (max-width: 1000px) {
    .for-adoption-file {
        padding: 0 20px 100px 20px;
    }
}
.triangle-down-light {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #f2efe9;
	margin: 0 auto;
}
.for-adoption-file-in {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
}
.adopt-col-1 {
    float: left;
    width: 60%;
    padding-bottom: 30px; 
}
.adopt-col-2 {
    float: right;
    width: 35%;
    padding-bottom: 30px; 
}
@media all and (max-width: 900px) {
    .adopt-col-1, .adopt-col-2 {
        float: left;
        width: 100%;
    }
}

.adopt-col-2 hr {
    border: none;
    height: 0;
    border-top: 1px solid #b7b7b7;
}
.big-file-name {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
}
@media all and (max-width: 900px) {
    .file-name {
        font-size: 22px;
    }
}
.big-file-left {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 2.2;
    text-transform: uppercase;
}
@media all and (max-width: 900px) {
    .file-left {
        font-size: 14px;
    }
}
.big-file-right {
    display: table-cell;
    vertical-align: middle;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.2;
}

/*==================================================================================
ENVOLVA-SE
===================================================================================*/

.white-colabore {
    box-sizing: border-box; 
    padding: 100px 15px;
    background: #fff;
    color: #333b44;
}
@media all and (max-width: 1100px) {
    .white-adoption {
        padding: 100px 0;
    }
}

.colabore-wrapper {  
    overflow: hidden;
    max-width: 1140px;
    margin: 0 auto;
}

.adopt-wrapper h1{  
    padding-left: 20px;
}

.adopt-container {
    float: left;
    width: 33.3%;
    transition: all 0.5s ease-in-out;
}
.adopt-container:hover {
    background: #dad4c7;
}
@media all and (max-width: 1150px) {
    .adopt-container {
        width: 50%;
    }
}
@media all and (max-width: 700px) {
    .adopt-container {
        width: 100%;
    }
}
.adopt-content {
    margin: 20px;
    overflow: hidden;
    background: #f2efe9;
    box-sizing: border-box;
    padding: 15px;
}
.adopt-content img {
    width: 100%;
    height: auto;
}
.adopt-content hr {
    border: none;
    height: 0;
    border-top: 1px solid #b7b7b7;
}
.file-name {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 2.2;
    text-transform: uppercase;
}
@media all and (max-width: 900px) {
    .file-name {
        font-size: 22px;
    }
}
.file-left {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.2;
    text-transform: uppercase;
}
@media all and (max-width: 900px) {
    .file-left {
        font-size: 14px;
    }
}
.file-right {
    display: table-cell;
    vertical-align: middle;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.2;
}


/*==================================================================================
CONTACTOS
===================================================================================*/

.contactos a {
    text-decoration: none;
    font-weight: bold;
    padding: 5px 15px;
    transition: all 0.3s ease-in-out;
    background: #e8a515;
    color: white;
    white-space: nowrap;
    line-height: 2;
}
.contactos a:hover {
    background: #d3871a;  
}

.contact-col1 {
    float: left;
    width: 60%;
    padding-bottom: 20px;
}
.contact-col2 {
    float: left;
    width: 40%;
    padding-left: 40px;
    box-sizing: border-box;
    min-width: 350px;
    
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
}


@media all and (max-width: 1000px) {
    .contact-col1 {
        float: left;
        width: 100%;
        padding-bottom: 20px;
    }
}
@media all and (max-width: 1000px) {
    .contact-col2 {
        padding: 30px 0 0 0;
        width: 100%;
    }
}

/*===== PHONE + EMAIL ICONS =====*/

.cont-phone, .cont-email {
    margin-bottom: 40px;
}
.cont-phone img, .cont-email img{
    margin-right: 20px;
    width: 25%;
    vertical-align: middle;
}
.phone-number {
    display: inline-block;
}
@media all and (max-width: 1000px) {
    .cont-phone img, .cont-email img {
        width: 100px;
        height: auto;
    }
}
/*===== SOCIAL ICONS =====*/

.cont-soc-icons {
    white-space: nowrap;
    padding: 10px 0 0 10px;
}
.cont-soc-icon-container {
    width: 25%;
	max-width: 64px;
	height: auto;
	max-height: 64px;
	display: inline-block;
	margin-right: 10px;
}

/*======= ICONS HOVER =======*/

.cont-soc-icon-container img {
    opacity: 0;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}
.cont-soc-icon-container:hover img{
    opacity: 1;
}

/*======== ICONS ========*/

.cont-facebook {
	
    background: url('../images/icons/footer-icon-facebook3.png') no-repeat;
    background-size: cover;
    
}
.cont-twitter {
    background: url('../images/icons/footer-icon-twitter3.png') no-repeat;
    background-size: cover;
}
.cont-google-plus {
    background: url('../images/icons/footer-icon-google-plus3.png') no-repeat;
    background-size: cover;
}
.cont-youtube {
    background: url('../images/icons/footer-icon-youtube3.png') no-repeat;
    background-size: cover;
}


/*==================== FORM =====================*/

input, textarea, select, button {
    width : 100%;
    margin: 0;

    -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box; /* For all Gecko based browsers */
    box-sizing: border-box;
}


.input-area {
    padding: 0px 0px 25px 0px; 
    clear: left; 
    margin: 0;
}

input:required {
    box-shadow:none;
}
input:invalid {
    box-shadow:none;
}
input:focus {
    box-shadow:none;
    box-shadow:inset 0 0 4px 0 #c9c9c9;
   -moz-box-shadow:inset 0 0 4px 0 #c9c9c9;
   -wevkit-box-shadow:inset 0 0 4px 0 #c9c9c9;
}

textarea {
    width: 100%;
    height: 150px;
}
textarea:required {
    box-shadow:none;
}
textarea:invalid {
    box-shadow:none;
}
textarea:focus {
    box-shadow:none;
    box-shadow:inset 0 0 4px 0 #c9c9c9;
   -moz-box-shadow:inset 0 0 4px 0 #c9c9c9;
   -wevkit-box-shadow:inset 0 0 4px 0 #c9c9c9;
}

.button-submit-contact {
    cursor:pointer;
    border: 0px none; 
    padding: 0;
    color: #fff; 
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size:26px;
    line-height: 2.5;
    background-color: #e8a515;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.button-submit-contact:hover {
    background-color: #d3871a;
}

.form-text {
    font-family: Arial; 
    font-size: 18px;  
    color: #898989; 
    background: #f2efe9; 
    border: 0px; 
    padding: 20px 20px;

}

.form-text2 {
    font-family: Arial; 
    font-size: 18px; 
    line-height: 1.5; 
    color: #898989; 
    background: #f2efe9; 
    border: 0px; 
    padding: 10px 20px;
}


/*==================================================================================
DONATIONS FORM
===================================================================================*/

.donattion-wrapper {
    display: table;
    width: 100%;
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 100px 0 0 0;
    text-align: center;
}
.donations-outer {
    display: table-cell;
    vertical-align: middle;
}
.donations-inner {
    background: rgba(238, 232, 220, .5);
    display: table;
    width: 100%;
    max-width: 700px;
    height: auto;
    box-sizing: border-box;
    padding: 30px;
}
@media all and (max-width: 1450px) {
    .donations-inner {
        padding: 20px;
    }
}
.donations-inner h1 {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 45px;
    color: #c23528;
    line-height: 1;
}
@media all and (max-width: 1450px) {
    .donations-inner h1 {
        font-size: 40px;
    }
}
.donations-inner p {
    font-size: 30px;
    padding: 17px 0 20px 0;
    color: #162231;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
}
@media all and (max-width: 1450px) {
    .donations-inner p {
        font-size: 25px;
        padding: 12px 0 15px 0;
    }
}

/*==================================================================================
DONATIONS IBAN
===================================================================================*/

p.iban-title {
    padding: 0 0 20px 0;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #162231;
}
@media all and (max-width: 1450px) {
    p.iban-title {
        font-size: 22px;
        padding: 0 0 15px 0;
    }
}
label.iban {
    float: left;
    display: block;
    user-select: none;
    background: #162231;
    color: #fff;
    text-align: center;
    width: 15%;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 0;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 20px;
}
label.iban:hover {
    background: #162231;
}

input#iban {
    float: left;
    margin: 0;
    border: 0px none;
    outline: 0;
    box-shadow: none;
    text-align: center;
    background: #fff;
    color: #162231;
    box-sizing: border-box;
    padding: 10px 0;
    width: 70%;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 20px;
}
button.iban {
    float: left;
    margin: 0;
    border: 0px none;
    outline: 0;
    box-shadow: none;
    text-align: center;
    background-color: #e8a515;
    cursor: pointer;
    position: relative;
    padding: 10px 0;
    width: 15%;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}
button.iban:hover {
    background-color: #dd4e41;
}
::-moz-focus-inner { 
    padding: 0;
    border: 0px none;
}

.copied::after {
    position: absolute;
    top: 15%;
    right: 110%;
    display: block;
    content: "copiado";
    font-size: 16px;
    padding: 3px 5px;
    color: #fff;
    background-color: #162231;
    border-radius: 3px;
    opacity: 0;
    will-change: opacity, transform;
    animation: showcopied 1.5s ease;
}

@keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    70% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
    }
}



/*==================================================================================
FOOTER
===================================================================================*/

footer {
    background: #162231;
    box-sizing: border-box;
    padding: 65px 50px 50px 50px;
}
footer p {
    line-height: 1;
    padding-bottom: 15px;
    color: #778292;
}
footer a:link    {
  text-decoration:  none;
  color: #778292;
  transition: all 0.3s ease-in-out;
}
footer a:hover   {
  color: #fff;
}

/*======= wrapper =======*/
.ft-table {
    display: table;
    margin: 0 auto;
    max-width: 1100px;
}


/*======= LOGO =======*/
.ft-logo-col {
    display: table-cell;
    width: auto;
    padding: 0 20px;
    vertical-align: middle;
}

.logo-footer {
     width: 200px;
     height: auto;
}
@media all and (max-width: 1000px) {
    .logo-footer {
        width: 170px;
        height: 170px;
    }
}

/*======= RIGHT COLUMNS' CONTAINER =======*/
.ft-vrt-middle {
    display: table-cell;
    vertical-align: middle;

}

/*======= LINKS =======*/
.ft-links-col {
    display: table-cell;
    width: auto;
    padding: 0 20px;
    vertical-align: top;
}
@media all and (max-width: 1000px) {
    .links {
        display: none;
    }
}

/*==================== OTHER RESPONSIVE STYLES ==================== */
.ft-links-col-2 {
    display: none;
}
@media all and (max-width: 1000px) {
    .ft-links-col-2 {
        display: table-cell;
        width: auto;
        padding: 0 20px;
        vertical-align: top;
    }
}
@media all and (max-width: 820px) {
    .ft-logo-col, .ft-links-col-2 {
        display: none;
    }
    footer {
        padding: 100px 0;
    }
    .ft-icons-col p {
        text-align: center;
    }
}

/*======= ICONS COLUMN =======*/
.ft-icons-col {
    display: table-cell;
    width: auto;
    padding: 0 20px;
    vertical-align: top;
    white-space: nowrap;
}
@media all and (max-width: 1000px) {
    .ft-icons-col {
        vertical-align: middle;
    }
}
/*===== ICONS INDIVIDUAL CONTAINER =====*/

.ft-icon-container {
    width: 50px;
	height: 50px;
	display: inline-block;
}

/*======== ICONS ========*/

.ft-facebook {
	margin-right: 10px;
    background: url('../images/icons/footer-icon-facebook1.png') no-repeat;
    background-size: cover;
    
}
.ft-twitter {
	margin-right: 10px;
    background: url('../images/icons/footer-icon-twitter1.png') no-repeat;
    background-size: cover;
}
.ft-google-plus {
	margin-right: 10px;
    background: url('../images/icons/footer-icon-google-plus1.png') no-repeat;
    background-size: cover;
}
.ft-youtube {
    background: url('../images/icons/footer-icon-youtube1.png') no-repeat;
    background-size: cover;
}

/*======= ICONS HOVER =======*/

.ft-icon-container img {
    opacity: 0;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}
.ft-icon-container:hover img{
    opacity: 1;
}

/*======= COPYRIGHTS =======*/
.copyrights {
    background: #0a141f;
    text-align: center;
}
.copyrights p {
    line-height: 1;
    font-size: 11px;
    color: #637081;
    padding: 10px;
}
.copyrights span {
    font-size: 15px;
}

.copyrights a:link    {
    text-decoration:  none;
    color: #637081;
    transition: all 0.4s ease-in-out;
}
.copyrights a:hover   {
    color: #fff;
}