.character__article{margin:50px 0;display:grid;gap:20px}.character__card{background-color:#d7e4e5;border-radius:2px;box-shadow:2px 2px 4px #ccc;display:grid;gap:15px}.character__card .character__card--header img{height:auto;height:100%;max-width:none;object-fit:cover;width:100%}.character__card .character__card--article{display:grid;gap:10px;padding:0 20px 10px}.character__card .character__card--article .character__card--article-header{margin:0}.character__card .character__card--article .character__card--article-header p{color:#8d8d8df4}.pagination__button{display:grid;justify-content:center;align-items:center;display:flex;gap:15px}.pagination__button button{width:80px;padding:3px;color:#fff;font-weight:700}@media screen and (min-width: 500px){.character__card{display:grid;grid-template-columns:repeat(2,1fr)}.character__card .character__card--article{padding:20px}}@media screen and (min-width: 1000px) and (max-width: 2000px){.character__article{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}}@media screen and (min-width: 2000px){.character__article{display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}}.header__search{margin:40px 0;display:grid;gap:10px}.header__search h3{margin-bottom:10px}.header__search .header__search--form form{display:grid;gap:10px}.header__search .header__search--form form input{border:none;padding:8px;border-radius:4px}.header__search .header__search--form .button__header--search{color:#fff;padding:10px;font-weight:700}@media screen and (min-width: 425px){.header__search .header__search--form form{display:flex;gap:20px}}@media screen and (min-width: 726px){.header__search .header__search--form form input{width:400px}}.article__location{margin:50px 0;display:grid;grid-gap:20px}.location__card{padding:15px;background-color:#d7e4e5;border-radius:2px;box-shadow:2px 2px 4px #ccc;display:grid;gap:5px}@media screen and (min-width: 420px) and (max-width: 768px){.article__location{display:grid;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 769px) and (max-width: 1440px){.article__location{display:grid;grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 1441px){.article__location{display:grid;grid-template-columns:repeat(4,1fr)}}.episodie__article{margin:60px 0;display:grid;gap:20px}.episodie__article .episodie__card{background-color:#d7e4e5;display:flex;gap:5px;align-items:center;padding:15px;border-radius:2px;box-shadow:2px 2px 4px #ccc}.episodie__article .episodie__card .episodie__card--header{text-align:center}.episodie__article .episodie__card span{margin:0 10px;background-color:#8d8d8df4;width:1px;height:100%}.episodie__article .episodie__card .episodie__card--article{display:grid;gap:5px}@media screen and (min-width: 625px) and (max-width: 1560px){.episodie__article{display:grid;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1561px) and (max-width: 2561px){.episodie__article{display:grid;grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 2560px){.episodie__article{display:grid;grid-template-columns:repeat(4,1fr)}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:#eff5f5;font-family:Montserrat,sans-serif}p{color:#434242}.button{background-image:linear-gradient(90deg,#70cdaf 0%,#ade792 100%);border:none;border-radius:3px;box-shadow:1px 1px 4px #ccc;cursor:pointer}.grid-father{display:grid;grid-template-columns:30px 1fr 30px}.grid-son{grid-column-start:2;grid-column-end:3}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#70cdaf;border-radius:2px}.return-top{background-color:#d7e4e5;border-radius:5px;padding:5px;position:fixed;bottom:30px;right:30px}.error__data__API{margin:30px 0;background-color:#ff8585;border-radius:3px;padding:15px;display:grid;gap:10px}.main__error{color:#fff;text-align:center;display:grid;justify-content:center;align-items:center}.main__error .header__error{justify-content:center;align-items:center;display:flex;flex-direction:column}.main__error p{color:#fff}@media screen and (min-width: 420px) and (max-width: 768px){.grid-father{display:grid;grid-template-columns:60px 1fr 60px}}@media screen and (min-width: 769px) and (max-width: 1024px){.grid-father{display:grid;grid-template-columns:110px 1fr 110px}}@media screen and (min-width: 1025px) and (max-width: 1440px){.grid-father{display:grid;grid-template-columns:160px 1fr 160px}}@media screen and (min-width: 1441px) and (max-width: 2560px){.grid-father{display:grid;grid-template-columns:200px 1fr 200px}}@media screen and (min-width: 2561px){.grid-father{display:grid;grid-template-columns:250px 1fr 250px}}.menu__header{margin:30px 0;display:flex;justify-content:space-between;align-items:center}.menu__header a{color:#434242;text-decoration:none}.menu__header .menu__header--navBar img{width:25px}.menu__header .menu__header--navBar .menu__header--navBar-a{position:fixed;top:0;left:0;width:100%;background-color:#eff5f5;box-shadow:3px 3px 6px #ccc;transition:all 2s}.menu__header .menu__header--navBar .menu__header--navBar-a img{float:right;margin:20px 20px 20px 0;width:25px}.menu__header .menu__header--navBar .menu__header--navBar-a .menu__header--navBar-a-items{margin:60px 40px 40px;gap:20px;align-items:center;display:flex;flex-direction:column}.menu__header .menu__header--navBar .menu__header--navBar-a .menu__header--navBar-a-items a{text-transform:capitalize;font-weight:700}.menu__header .menu__header--navBar-a-items-desktop{display:none}@media screen and (min-width: 768px){.menu__header{margin:60px 0}.menu__header .menu__header--navBar{display:none}.menu__header .menu__header--navBar-a-items-desktop{display:flex;gap:20px}}.footer-copyright{margin-top:50px;text-align:center;padding-bottom:30px}.home{margin:60px 0;display:grid;gap:10px}.home .transparent{color:#8d8d8df4}.home h1{background:linear-gradient(90deg,#70cdaf 0%,#ade792 100%);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:120%}.home .button__header--home{margin-top:20px;width:150px;padding:10px}.home .button__header--home a{color:#fff;padding:10px;font-weight:700;text-decoration:none}.home .home-article{margin:60px 0}.home .home-article .home__article--data-tv{margin:50px 0;grid-template-columns:repeat(3,1fr);gap:10px;display:grid;justify-content:center;align-items:center}.home .home-article .home__article--data-tv .home__article--data-info{text-align:center}.home .home-article .home__article--data-tv .home__article--data-info p:nth-child(1){font-weight:700}.home img{display:block;margin:auto;max-width:100%}.home .error__data__API h4,.home .error__data__API p{color:#fff}@media screen and (min-width: 768px){.home{margin:80px 0;display:grid;grid-template-columns:repeat(2,1fr)}.home .home-grid{display:grid;gap:20px}}
