/* Carrossel - informações */
.info {
    width: 100%;
}

.primeiro {
    background-size: cover;
    background-image: url(../img/usa.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 900px;
}

.segundo {
    background-size: cover;
    background-image: url(../img/business.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 900px;

}

.terceiro {
    background-size: cover;
    background-image: url(../img/kids.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 900px;
}

.news1 {
    margin: 400px;
}

.news1 h1 {
    color: #FFF;
    font-weight: bold;
}

.news1 h4 {
    color: #f8f8f8;
    font-weight: 600;
}

.news1 .doador {
    border: 3px solid #f8f8f8;
    border-radius: 20px;
    background: none;
    color: #f8f8f8;
    height: 40px;
    cursor: pointer;
}

.news1 .doador:hover {
    color: #1aad53;
    border: 3px solid #1aad53;
}


/* Conheça nossos serviços */
.servicos {
    margin-top: 100px;
    margin-bottom: 100px;
}

figure.snip {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.71);
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 310px;
    width: 100%;
    text-align: center;
}

figure.snip * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

figure.snip:before,
figure.snip:after {
    position: absolute;
    width: 100%;
    background: #000000;
    height: 0px;
    display: block;
    content: '';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

figure.snip:before {
    top: 0;
}

figure.snip:after {
    bottom: 0;
}

figure.snip img {
    max-width: 100%;
    margin-bottom: -5px;
}

figure.snip figcaption {
    position: relative;
    background: #ffffff;
}

figure.snip h5,
figure.snip p {
    margin: 0;
    display: inline-block;
    width: 100%;
}

figure.snip h5 {
    width: 70%;
    padding: 12px 10px;
    background: #333333;
    text-transform: uppercase;
    transform: translateY(-50%) rotate(0deg) scale(1);
}

figure.snip p {
    font-size: 0.9em;
    font-weight: 500;
    background: #ffffff;
    color: #4d4d4d;
    padding: 0px 20px 30px;
}

figure.snip a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
}

figure.snip.blue h5,
figure.snip.blue:before,
figure.snip.blue:after {
    background: #2980b9;
}

figure.snip.red h5,
figure.snip.red:before,
figure.snip.red:after {
    background: #1aad53;
}

figure.snip.yellow h5,
figure.snip.yellow:before,
figure.snip.yellow:after {
    background: #f39c12;
}

figure.snip.verd h5,
figure.snip.verd:before,
figure.snip.verd:after {
    background: #1d1c1c;
}


figure.snip:hover figcaption h5,
figure.snip.hover figcaption h5 {
    transform: translateY(-50%) rotate(-8deg) scale(1.1);
}

figure.snip:hover:before,
figure.snip.hover:before,
figure.snip:hover:after,
figure.snip.hover:after {
    height: 10px;
}


/* Frases */
.frase {
    background-size: cover;
    background-image: url(../img/kids-eduction.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    height: 300px;
    color: #FFF;
}

.titulo {
    margin-top: 80px;
}

/* Como participar */
.participar {
    margin-top: 100px;
}

.participar .col-lg-5 {
    margin-bottom: 100px;
}

.circulo {
    width: 200px;
    height: 200px;
    background: url(Bandeira-da-Gra-Bretanha.png);
    border-radius: 50%;
    float: left;
    shape-outside: circle();
    margin: 60px 30px 30px 0;
}


/* Smartphone */
@media screen and (max-width:768px) {

    .news1 {
        margin-top: 220px;
    }

    .news1 h2 {
        margin-left: 20px;
        font-size: 1.6em;
    }

    .news1 h4 {
        margin-left: 20px;
        font-size: 1.2em;
    }

    .news1 .doador {}

    .news1 .doador {
        margin-left: 20px;
        border: 2px solid #f8f8f8;
        border-radius: 20px;
        background: none;
        color: #f8f8f8;
        height: 30px;
    }

    .projeto p {
        font-size: .9em;
    }

    .titulo {
        margin-top: 65px;
    }

    .titulo h3 {
        font-size: 1.2em;
    }

    figure.snip {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.71);
        color: #fff;
        position: relative;
        overflow: hidden;
        margin-bottom: 60px;
        max-width: 95%;
        ;
        width: 100%;
        text-align: center;
    }

    .participar .col-lg-5 {
        margin-bottom: 80px;
    }
}
