@font-face {
    font-family: Amnistia;
    src: url("../fonts/amnesty/AmnestyTradeGothic-BdCn20.ttf");
}

html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 30px;
    font-family: Amnistia;
    overflow-x: hidden;
    color: #000;
}

/* scroll parallax start*/

.buttons {
    position: fixed;
    top: 15px;
    right: 15px;
}

ul.listado {
    list-style: none;
    line-height: 1.3;
    margin-left: 60%;
}

ul.listado li::before {
    content: "✓ ";
    color: deeppink;
    font-size: 130%;
}

.scroll-container {
    height: 400vh;
    width: 100%;
    position: relative;
}

.scroll-animation {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #ffff00;
}

#target {
    height: 100vh;
}
   
.imageBox {
    width: 50%;
    height: 50%;
    position: relative;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%); 
    background-image: url('../img/para_01.png');
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: background-image 10ms linear;
    -ms-transition: background-image 10ms linear;
    transition: background-image 10ms linear;
}
   
/* scroll parallax end*/

.float{
    font-size: 1.5rem;
	position:fixed;
    padding: 20px 20px;
	bottom:20px;
	right:30px;
    border-radius: 50px;
	background-color:#EF8200;
	color:#FFF;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

a.nav-link,
h1,
h2,
h3,
h4,
p.lead {
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link,
a:hover {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

.nav-item {
    font-size: 20px;
    padding-right: 15px;
}

.nav-item:last-child {
    padding-right: 0;
}

.btn {
    border-radius: 0;
    padding: 10px 40px;
    text-transform: uppercase;
}
.btn-danger {
    background-color: #EF8200;
    border-color: #EF8200;
}

.btn-warning {
    background-color: #ffff00;
    border-color: #ffff00;
}

.btn-sm {
    font-size: 1rem;
}

.modal-content {
    background-color: #ff009d;
    /* background-image: url(../img/TELA_GRISAI_LanPag.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 20px 15px;
    /* background-color: transparent; */
    border: 0;
}

.modal-footer,
.modal-header {
    border: 0;
}

.modal-footer {
    justify-content: center;
}

.modal a {
    color: #000;
}

.close {
    color: #fff;
    opacity: 1;
}

.rosa {
    color: #ff009d;
}

.gris {
    color: #212529;
}

/* Inicio */

#inicio {
    margin-bottom: 5%;
}

.flag-text {
    padding: 18% 20% 20%;
    font-size: 1.77rem; text-transform:none;
}

#presentacion {
    margin-bottom: 10%;
}

#presentacion p {
    padding: 5% 10% 3%;
}

/* Explicación */

.bandera {
    position: absolute;
    height: auto;
    padding-left: 15%;
    margin-right: -8%;
}

.pluma {
    padding-top: 20px;
    width: 50%;
}

@media all and (max-width: 768px) {
    
    .pluma {
        width: 100%;
    }

    .imageBox {
        top: 80%;
        width: 100%;
        height: 100%;
    }

    #inicio {
        margin-top: 0!important;
    }

    h2.flag-text {
        margin-top: 10%;
        padding: 10%;
        background-color: #ffff00;
    }
    #presentacion p {
        padding: 10% 3%;
    }
    .bandera {
        display: none;
    }
}

ul.listado {
    list-style: none;
    line-height: 1.3;
    margin-left: 20%;
}

@media all and (min-width: 1320px) {
    .lead {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .flag-text {
        font-size: 2.6rem;
        margin: 3vw 0;
    }
}

/* Muro */

#muro {
    padding: 5% 0;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.1) 40%, rgba(0,0,0,0.1) 40%, rgba(0,0,0,1) 100%), url("../img/bgAI_LanPag.jpg");
    background-size: cover;
}

.cartel {
    width: 150%;
    transition: transform 0.25s linear;
}

/* GALLERY POSTERS */
/*body {
	padding-top: 40px;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	margin: 0;
}*/

.item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 180px;
    margin-left: 15px;
    margin-bottom: 50px;
    padding: 30px 10px;
    transition: all 200ms;

}

.items {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    user-select: none;
    width: 100%;
    height: auto;
    padding: 150px 0 170px;
    will-change: transform;
    /* 	perspective: 700px; */
}

.item:hover {
    cursor: pointer;
    transform: scale(1.01) !important;
}

.items.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transition-duration: 200ms;
}

.item:nth-child(even) {
    transform: scaleX(1.21) rotateY(30deg);
}
.item:nth-child(odd) {
    transform: scaleX(1.21) rotateY(-30deg);
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffff00;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #666;
}

/* Donación */

#donacion {
    margin-bottom: 20%;
    margin-top: 10%;
    overflow: hidden;
}

.brillos-donacion {
    position: absolute;
    width: 45%;
    height: auto;
    right: -100px;
}

.fondo-donacion {
    position: absolute;
    width: 60%;
    right: 3vw;
}

.fondo-donacion img {
    width: 100%;
    height: 100%;
}

.textos-donacion {
    padding: 3vw 0 0;
    height: 100%;
}

@media all and (max-width: 768px) {
    .brillos-donacion {
        width: 100%;
        right: 0;
    }
    .mano-donacion img {
        margin-left: -40%;
        max-width: 150%;
    }
    .textos-donacion {
        background-color: #ffff00;
    }

    .textos-ebook {
        background-color: #000;
    }
    .textos-donacion,
    .textos-donacion h4,
    .textos-donacion p {
        margin: 0!important;
        padding: 6% 6% 10%!important;
        text-align: center;
    }
    .textos-donacion p {
        font-size: 16px;
        line-height: 20px;
    }
    .fondo-donacion {
        display: none;
    }
}

@media all and (min-width: 1320px) {
    .textos-donacion {
        padding: 3vw 0;
    }
    .fondo-donacion {
        margin-top: 2vh;
        height: 50vh;
    }
}

/* Invitación */

#invitacion {
    overflow: hidden;
}

.brillos-invitacion {
    position: absolute;
    width: 60%;
    height: auto;
    right: -100px;
    transform: rotate(30deg);
}

.fondo-invitacion {
    position: absolute;
    width: 58%;
    left: 5%;
}

.fondo-invitacion img {
    width: 100%;
    height: 100%;
}

.textos-invitacion {
    padding-top: 2vw;
    height: 100%;
}

@media all and (max-width: 768px) {
    .brillos-invitacion,
    .fondo-invitacion {
        display: none;
    }
    .textos-invitacion {
        background-color: #2d2d2d;
    }
    .textos-invitacion,
    .textos-invitacion h4,
    .textos-invitacion p {
        margin: 0!important;
        padding: 10% 6%!important;
        text-align: center;
    }
    .textos-invitacion div {
        padding: 0!important;
        margin: 0!important;
    }
    .textos-invitacion p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media all and (min-width: 1320px) {
    .textos-invitacion div,
    .textos-invitacion h4,
    .textos-invitacion p {
        padding-left: 5vw!important;
    }
    .fondo-invitacion {
        height: 55vh;
    }
}

/* Firmas */

#firmas {
    padding-bottom: 0;
    margin-bottom: 20%;
    background: linear-gradient(180deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,1) 100%), url("../img/bgAI_LanPag.jpg");
    background-size: cover;
    overflow: hidden;
}

.contador {
    position: absolute;
    margin-top: 13%;
    margin-bottom: -50px;
    right: 0;
    width: 30%;
}

.count {
    font-size: 80px;
    line-height: 1;
}

.piso-firmas {
    position: relative;
    width: 100%;
    top: 39vw;
}

.piso-firmas img {
    width: 100%;
}

.bandera-firmas,
.marcha-sin-bandera {
    display: none;
}

.marcha {
    top: 0;
    right: 75%;
}

.marcha img {
    width: 150%;
}

@media all and (max-width: 768px) {
    #firmas {
        min-height: 600px;
    }
    .contador {
        width: 100%;
        margin-top: 0;
    }
    .count {
        font-size: 60px;
        line-height: 55px;
    }
    .piso-firmas {
        position: relative;
        width: 500%;
        top: 500px;
    }
    .marcha {
        display: none;
    }
    .bandera-firmas {
        display: inline-block;
        position: absolute;
        margin-top: 100px;
    }
    .marcha-sin-bandera {
        position: relative;
        display: inline-block;
        right: 200%;
        top: 100px;
    }
    .marcha-sin-bandera img {
        width: 320%;
    }
}

@media all and (min-width: 1320px) {
    .count {
        font-size: 8rem;
    }
}

/* Filtro */

.brillos-filtro {
    position: absolute;
    width: 60%;
    height: auto;
    left: -140px;
    transform: rotate(105deg);
    margin-top: -200px;
}

.amnistia {
    max-width: 250px;
}

.campaign {
    max-width: 180px;
}

#filtro .social-list li {
    text-align: center;
    background-color: #ff009d;
    border-radius: 50%;
    padding: 12px;
    display: inline-block;
    width: 55px;
    margin-right: 8px;
    margin-top: 25px;
}

#filtro .social-list .fa {
    font-size: 18px;
}

#bandera {
    margin-bottom: 10%;
}

#bandera img {
    max-width: 60%;
}

video {
    z-index: -1;
}

@media all and (max-width: 768px) {
    #filtro img {
        width: 70%;
    }
    #filtro .row div {
        padding: 0!important;
    }
    #filtro .row div h3,
    #filtro .row div ul {
        text-align: center;
        margin: 0!important;
        padding: 0 10%!important;
    }
    #bandera {
        margin: 15% 0;
    }
}

@media all and (min-width: 1320px) {
    #filtro .social-list .fa,
    #filtro h3 {
        font-size: 3rem;
    }
    #filtro .social-list li {
        text-align: center;
        background-color: #fff;
        border-radius: 50%;
        padding: 1rem;
        display: inline-block;
        width: 4rem;
        margin-right: 8px;
        margin-top: 25px;
    }
    #filtro .social-list .fa {
        font-size: 2rem;
    }
}

footer {
    padding-bottom: 30px;
}

footer .social-list li {
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    padding: 12px;
    display: inline-block;
    width: 54px;
    margin-right: 8px;
    margin-top: 25px;
}

.social-list li:last-child {
    margin-right: 0;
}

.social-list a {
    color: #000;
}

footer .social-list .fa {
    font-size: 18px;
}

@media all and (max-width: 768px) {
    footer .container .row div {
        padding-bottom: 50px;
    }
    footer .container .row div:last-child {
        padding-bottom: 0;
    }
}
ul.listado {
    list-style: none;
    line-height: 1.3;
    margin-left: 23%;
}

@media all and (max-width: 568px) {

    ul.listado {
        list-style: none;
        line-height: 1.3;
        margin-left: 2%;
    }

    #mce-responses {
        background-color: #000;
    }

    #mce-responses .modal a {
        color: #ffff00;
    }

    .response {
        text-align: center;
        padding: 20px 0;
        font-size: 1.4rem;
        line-height: 1.2;
    }

    .btn {
        margin: 0 10%;
    }
}
#firmado {
    display: none;
}