body {
    font-family: 'Nunito', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #D6D6D6;
    position: relative;
    font-size: 1.25rem;
}

@media (min-width: 992px) {
    .site-header {
        max-width: 1022px;
        margin: 0 auto;
    }
}

.navbar-collapse {
    flex-grow: 0;
}
.navbar-container {
    width: 100%;
    background-color: #D6D6D6;
    padding: 0.5rem 1.5rem;
}
@media (max-width: 991px) {
    .navbar-container {
        position: relative;
    }
}
@media (min-width: 992px) {
    .navbar-container {
        display: flex;
        justify-content: space-between;
    }
}
.navbar-toggler {
    position: absolute;
    right: 1.5rem;
    outline: none;
    border: none;
    padding-right: 0;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar {
    padding: 0;
}

.nav-link {
    color: #000;
    text-transform: uppercase;
    font-size: .6875rem;
}

.nav-link.active, .nav-link:hover {
    color: #FF0078;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.nav-link.active.nav-link--icon, .nav-link:hover.nav-link--icon {
    background-color: transparent;
}

.nav-link:hover.nav-link--icon {
    opacity: .5;
}

@media (max-width: 991px) {
    .navbar-nav {
        padding-top: 2rem;
    }
}

.site-content {
    max-width: 1022px;
    margin: 0 auto;
    color: #000;
}

.section-container {
    max-width: 780px;
    margin: 0 auto;
    padding-top: 8rem;
}
@media (min-width: 992px) {
    .section-container {
        padding-top: 2rem;
    }
}

.site-section {
    padding: 2rem 1.5rem;
}

.site-title {
    color: #FF0078;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3rem;
}

@media (min-width: 992px) {
    .site-title  {
        font-size: 3.75rem;
    }
}

.site-lead {
    background-color: #00FCFF;
    padding: 1.5rem;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 1.5rem 0;
}

@media (min-width: 992px) {
    .site-lead  {
        font-size: 2.5rem;
    }
}

.site-section h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 1.25rem 0;
    max-width: 560px;
}
@media (min-width: 992px) {
    .site-section h2 {
        font-size: 2.5rem;
    }   
}

.site-section h2 strong {
    font-weight: 600;
}

.site-section h2 em {
    color: #FF0078;
    font-style: normal;
    font-weight: 900;
}

.site-section p strong {
    font-weight: 800;
}

.highlight-1 {
    background-color: #00FCFF;
    padding: 1.5rem;
    margin: 1.5rem 0 2rem;
}

.highlight-1 p {
    margin: 0;
}

.highlight-2 {
    border: 1px solid #000;
    padding: 1.5rem;
}

.highlight-2 p {
    margin: 0 0 1.1rem 0;
    padding-top: 3.5rem;
    min-height: 48px;
    background-position: left 6px;
    background-size: 42px;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .highlight-2 p {
        padding-left: 3.5rem;
        padding-top: 0;
    } 
}

.highlight-2 p:last-child {
    margin-bottom: 0;
}

.highlight-2 p.yes {
    background-image: url(../img/yes.jpg);
}
.highlight-2 p.no {
    background-image: url(../img/no.jpg);
}

.site-footer {
    padding: 3rem 1.5rem;
    text-align: center;
}

.site-footer p {
    font-size: .75rem;
    font-weight: 400;
    margin: 3rem 0;
}

@media (min-width: 992px) {
    .site-footer {
        padding: 5rem 1.5rem;
    }
}

#saltar-el-cerco {
    background-image: url(../img/megaphone.jpg);
    background-size: 93px 122px;
    background-repeat: no-repeat;
    background-position: left 84px;
}

#saltar-el-cerco .section-container p:last-child {
    padding-bottom: 80px;
    background-image: url(../img/share-tools.jpg);
    background-size: 266px 56px;
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    #saltar-el-cerco .section-container p:last-child {
        background-position: center bottom;
    }
}

#enfocate .section-container {
    background-image: url(../img/envelope.jpg);
    background-size: 190px 100px;
    background-repeat: no-repeat;
    background-position: right top;
}
#invita .section-container {
    background-image: url(../img/hand.jpg);
    background-size: 118px 98px;
    background-repeat: no-repeat;
    background-position: right top;
}
#elegi .section-container {
    background-image: url(../img/hand-poster.jpg);
    background-size: 108px 120px;
    background-repeat: no-repeat;
    background-position: right top;
}
#elegi .section-container p:nth-of-type(1) {
    max-width: 640px;
}
#no-te-achiques .section-container {
    background-image: url(../img/flag.jpg);
    background-size: 132px 112px;
    background-repeat: no-repeat;
    background-position: right top;
}
#no-te-achiques .section-container p:nth-of-type(1), #no-te-achiques .yes {
    max-width: 640px;
}
#no-te-achiques .highlight-2 {
    background-image: url(../img/sun.jpg);
    background-size: 103px 110px;
    background-repeat: no-repeat;
    background-position: right center;
}
#atacalo-a-el .section-container {
    background-image: url(../img/cursor.jpg);
    background-size: 235px 120px;
    background-repeat: no-repeat;
    background-position: right top;
}
#atacalo-a-el .yes, #atacalo-a-el .no {
    max-width: 480px;
}
#atacalo-a-el .highlight-2 {
    background-image: url(../img/emoji.jpg);
    background-size: 90px 90px;
    background-repeat: no-repeat;
    background-position: 90% center;
}
#conta .section-container {
    background-image: url(../img/audio.jpg);
    background-size: 240px 75px;
    background-repeat: no-repeat;
    background-position: right top;
}
#conta .highlight-2 {
    position: relative;
}
#conta .highlight-2::after {
    content: '';
    width: 65px;
    height: 177px;
    position: absolute;
    right: -30px;
    bottom: -30px;
    background-image: url(../img/pen.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#nada .section-container {
    background-image: url(../img/meme.jpg);
    background-size: 140px 140px;
    background-repeat: no-repeat;
    background-position: right top;
}
#nada .yes, #nada .no {
    max-width: 520px;
}
#nada .highlight-2 {
    position: relative;
}
#nada .highlight-2::after {
    content: '';
    width: 125px;
    height: 122px;
    position: absolute;
    right: -30px;
    bottom: -30px;
    background-image: url(../img/share-2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#elegi-2 .section-container {
    background-image: url(../img/apps.jpg);
    background-size: 300px 85px;
    background-repeat: no-repeat;
    background-position: right top;
}
#elegi-2 .highlight-2 {
    position: relative;
}
#elegi-2 .highlight-2::after {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    right: -30px;
    bottom: -30px;
    background-image: url(../img/no-twitter.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#todo-suma .section-container {
    background-image: url(../img/plus.jpg);
    background-size: 320px 82px;
    background-repeat: no-repeat;
    background-position: right top;
}
#todo-suma .no {
    max-width: 520px;
}
#no-la-compliques .section-container {
    background-image: url(../img/fist.jpg);
    background-size: 120px 112px;
    background-repeat: no-repeat;
    background-position: right top;
}
#no-la-compliques .section-container p:first-of-type {
    max-width: 580px;
}
#no-la-compliques {
    padding-bottom: 200px;
    background-image: url(../img/last.png);
    background-size: 569px 194px;
    background-repeat: no-repeat;
    background-position: center bottom;
}