.full-width {
    max-width: 780px;
}

.full-width.medium {
    max-width: 580px;
}

.no-padding {
    padding: 0;
}

#content {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    font-family: 'cocogooseregular';
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: .15rem;
}

p {
    /*    font-family: sans-serif;*/
    font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.6;
    text-align: left;
}

p strong {
    font-family: "Open Sans Bold";
    font-weight: 800;
}

img {
    max-width: 100%;
}

em {
    font-style: italic;
}

.btn.btn-warning {
    background: rgb(215, 110, 186);
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
    padding: 15px 30px;
}

.marger-5 {
    margin: 5rem 0;
}

.marger-3 {
    margin: 3rem 0;
}

.marger-1 {
    margin: 1rem 0;
}

.text-upper {
    text-transform: uppercase;
}

.container-home {
    background: url('../img/header_bg.jpg') center center no-repeat;
    background-size: cover;
}

#home {
    padding: 80px 0;
    position: relative;
}

#home .header-info {
    position: relative;
    background: url('../img/header_text_bg.png') center center no-repeat;
    background-size: 100% 100%;
    min-height: 350px;
    width: 100%;
    height: 100%;
}

#home .header-info .header-text {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 40px;
    transform: translate(-50%, -50%);
}

#home .share-buttons > span {
    cursor: pointer;
    margin: 0 10px;
}

#home .share-buttons span {
    font-size: 20px;
    color: #fff;
}

#alimentacao {
    position: relative;
    height: 700px;
    width: 100%;

    background: url('../img/bg-alimentacao_saudavel.png') center center no-repeat;
    background-size: 100% 100%;
}

#alimentacao .alimentacao {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

#alimentacao .alimentacao img {
    max-width: 90%;
}

.equal-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

#personagens {
    padding: 80px 0;
    position: relative;
    background: #fff;
}

#personagens p {
    color: #202073;
    font-weight: normal;
}

#personagens .title {
    margin: 10px 0;
}

#personagens .title img {
    display: inline-block;
    margin-right: 15px;
}

#personagens .title h2 {
    color: #202073;
    display: inline-block;
}

#personagens .btn {
    margin: 10px 0;
    border-radius: 10px;
}

#personagens .btn-pink {
    background: #d76eba;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 10px;
    display: block;
    margin-bottom: 20px;
}

#personagens .btn-pink span {
    color: #202073;
}

#personagens .btn-pink:hover {
    background: #202073;
}

#personagens .btn-pink:hover span {
    color: #FFF;
}

#personagens .icon {
    margin-bottom: 20px;
    text-align: center;
}

#personagens .share-buttons {
    margin-top: 20px;
}

#personagens .share-buttons > a {
    cursor: pointer;
    margin: 0 10px;
    text-decoration: none;
}

#personagens .share-buttons span {
    font-size: 18px;
    color: #444494;
}

#personagens .share-buttons span:hover {
    color: #d76eba;
}
#personagens .play {
    position: relative;
    cursor: pointer;
}
#personagens .play a  { 
    position: absolute;
    right: 0;
    bottom: 0px;
}
#personagens .play a svg{ 
    width: 80px;
}
#personagens .play a svg circle{
    fill:#ffc03f;
    transition: all .2s;
}
#personagens .play a svg path, #personagens .play a svg polygon{
    fill:#202073;
    transform: scale(.7) translateX(13px) translateY(14px);
    transition: all .2s;
}
#personagens .play a:hover svg circle{
    fill: #d76eba;
    transition: all .2s;
}
#personagens .play a:hover svg path,
#personagens .play a:hover svg polygon
{
    fill: #fff;
    transition: all .2s;
}

.carousel {
    padding: 40px 0;
    background: url('../img/criancas_slides_bg.jpg') center center no-repeat;
    background-size: cover;
}

.carousel .carousel-cell {
    text-align: center;
    width: 100%;
    margin-right: 10px;
}
.carousel .flickity-viewport { 
    overflow: initial;
}

.carousel .flickity-button {
    background: none;
}

.carousel .flickity-button-icon {
    fill: #FFF;
}

.carousel .flickity-button:hover {
    background: none;
}

.carousel .flickity-button:hover .flickity-button-icon {
    opacity: .6;
}

.carousel .carousel-titles {
    width: 100%;
    bottom: -85px;
    left: 0;
}

.carousel .carousel-titles .title {
    position: relative;
    top: 0;
    margin-bottom: 1.4rem;
}

.carousel .carousel-titles .title h1 {
    font-size: 2.5rem;
    color: #fff;
    text-align: left;
    font-family: "Open Sans Bold";
    letter-spacing: 2px;
}


.carousel .btn {
    background: #444494;
    color: #fff;
    font-size: 1.5rem;
    /*    font-family: Helvetica, Arial, sans-serif;*/
    display: inline-block;
}

.carousel .btn:hover {
    background: #52ace9;
}
.videos-carousel  { 
    margin: 60px auto;

}
.videos-carousel a { 
    text-decoration: none;
    cursor: pointer;
}

.videos-carousel img {
    margin-bottom: 20px;
}
.videos-carousel p {
    color: #Fff;
    font-family: "Open Sans Bold";
    letter-spacing: 1px;
}

.player {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.player:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    transition: all 1s;
}

.player img {
    width: 100%;
    height: 100%;
}

.player .caption {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.player .caption .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    fill: #eb1825;
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.player:hover:after {
    opacity: 1;
}

.player:hover .btn-play {
    width: 100px;
    height: 100px;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.professores {
    background: url('../img/bg_professores.jpg') center center no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.professores p {
    color: #fff;
}

.professores .share-buttons > span {
    cursor: pointer;
    margin: 0 10px;
}

.professores .share-buttons span {
    font-size: 20px;
    color: #fff;
}

.professores .share-buttons span:hover {
    color: #d76eba
}


.professores .button {
    background: #d76eba;
    font-size: 1.5rem;
    color: #fff;
    padding: 15px 30px;
}

.profissionais {
    background: url('../img/profissionais_bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.profissionais .title {
    padding-top: 10px;
    padding-bottom: 30px;
}

.profissionais p {
    color: #402f71;
}

.profissionais .share-buttons > span {
    cursor: pointer;
    margin: 0 10px;
}

.profissionais .share-buttons span {
    font-size: 20px;
    color: #fff;
}

.profissionais .share-buttons span:hover {
    color: #402f71;
}

.profissionais .button {
    background: #402f71;
    font-size: 1.5rem;
    color: #fff;
    padding: 15px 30px;
}



footer {
    position: relative;
    z-index: 0;
    padding: 25px 0;
    background: #fff;
}

footer img {
    margin-top: 20px;
}

footer p {
    text-align: center;
    color: #202073;
}

footer h3 {
    margin-top: 20px;
    color: #ed6b68;
}

footer .button {
    margin: 15px;
    position: relative;
    display: inline-block;
    padding: 1rem 1rem;
    min-width: 140px;
    background: #ed6b68;
    color: #FFF;
    border-radius: 10px;
}

footer .button:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px solid #FFF;
}

footer .button:hover {
    color: #fff;
    text-decoration: none;
    background: #cc66cc;
}

footer .button:hover:after {
    text-decoration: none;
    border: 2px solid #402f71;
}

footer .social {
    list-style: none;
}

footer .social li {
    display: inline-block;
}

footer .social li img {
    max-width: 150px;
}

/*Modal Style*/
#contatoModal p {
    text-align: center;
}

#contatoModal .modal-content {
    background: #56b4ec;
    color: rgb(255, 255, 255);
}

/*#professoresModal .btn-info { font-family: Arial, Helvetica, sans-serif; }*/
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}


.white-popup-block {
    position: relative;
    margin: 40px auto;
    padding: 20px 10px;
    text-align: left;
    max-width: 800px;
    background: #FFF;
}

.white-popup-block .block {
    margin: 20px 0;
}

.white-popup-block .block a {
    color: #ed6b68;
    /*    font-family: Helvetica, Arial, sans-serif;*/
    font-weight: bold;
}

.white-popup-block h3 {
    margin: 0 0 20px 0;
    padding: 10px 0;
}


/* TABLET */
@media screen and (max-width: 64em) {
    .sintomas ul {
        text-align: center;
        margin: 60px 0 0;
        list-style-type: none;
    }

    .sintomas ul li {
        display: inline-block;
    }

    .sintomas ul li a {
        padding: 0 10px;
    }
}

/* MOBILE */
@media screen and (max-width: 39.9375em) {
    #home {
        padding: 60px 0;
    }
    .videos-carousel { 
        text-align: center;
    }
    .videos-carousel p  {
        padding-top: 0;
        padding-bottom: 30px;
        padding-left: 40px;
    }

    #home .header-info .header-text {
        padding: 0 20px;
    }

    #home .header-text {
        font-size: 10px;
        ;
    }

    #alimentacao {
        height: 100px;
    }

    #personagens {
        overflow: hidden;
    }

    #personagens .title {
        text-align: center;
        ;
    }

    #personagens .share-buttons {
        text-align: center;
        margin-bottom: 20px;
    }

    .profissionais .share-buttons {
        text-align: center;
    }

    .profissionais .button {
        display: block;
    }

    .professores .button {
        display: block;
    }

    #professoresModal .equal-middle {
        display: inline;
    }

    .videos .box {
        margin-bottom: 2rem;
    }

    .carousel .carousel-titles {
        bottom: -65px;
        margin-bottom: 80px;
    }

    .carousel .carousel-titles .title {
        margin-bottom: 4px;
    }

    .carousel .carousel-titles .title h1 {
        letter-spacing: 0;
        font-size: 18px;
        padding: 2px 5px;
    }

    .videos {
        padding: 60px 0 60px 0;
    }

    .videos .title {
        top: -10px;
    }

    .videos .title h1 {
        font-size: 22px;
    }

    .player {
        margin-bottom: 10px;
    }

    .sintomas ul {
        margin: 20px 0;
    }

    .sintomas ul li a {
        padding: 0 5px;
        font-size: 16px;
    }

    .diad .carousel-cell {
        width: 100%;
    }

    .diad .bg-gray {
        padding-top: 1rem;
    }

    footer h1 {
        font-size: 20px;
        text-align: center;
    }

    footer .button {
        display: block;
    }
    .identity-footer__logo-brasil {
        position: relative;
        left: -15px;
        width: 47.51163%;
    }
}
