@charset "UTF-8";
/* 
Theme Name: Canta Español
Theme URI: https://cantaespanol.com
Author: PWP
Author URI: https://pymewebperu.com
Description: Este es el tema diseñado para un blog que enseña español a traves con canciones.
Version: 0.0.1
Tags: Aprender Español, Español gratis, habla español.
*/
body {
  font-family: "Poppins", serif;
  font-style: normal;
  font-size: 16px;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

img {
  max-width: 100%; }

.inside {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem; }

@media (max-width: 750px) {
  p {
    font-size: .8rem; } }

a {
  text-decoration: none; }

h1,
h2,
h3,
h4,
ul {
  margin: 0;
  padding: 0; }

.toplevel_page_wpseo_workouts {
  display: none !important; }

.header {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  -ms-grid-columns: 150px 150px 1fr;
  grid-template-columns: 150px 150px 1fr;
  padding-top: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding-bottom: 1.5rem; }
  @media (max-width: 750px) {
    .header {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  .header__selector p {
    font-size: 11px;
    margin: 0; }
  .header__selector select {
    background-color: #FFF;
    border: 1px solid black;
    width: 100%;
    padding: .5rem;
    border-radius: 5px; }
  @media (max-width: 750px) {
    .header__nav {
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 2;
      grid-column-end: 3; } }
  .header__nav ul {
    text-align: right;
    padding: 0;
    margin: 0;
    margin-top: 2rem; }
    @media (max-width: 750px) {
      .header__nav ul {
        margin-top: 0;
        text-align: center; } }
    .header__nav ul li {
      display: inline-block;
      margin: 0 1rem; }
      @media (max-width: 750px) {
        .header__nav ul li {
          margin: 0 .5rem; } }
      .header__nav ul li a {
        color: #333333; }
        .header__nav ul li a:hover {
          text-decoration: underline; }
        @media (max-width: 750px) {
          .header__nav ul li a {
            font-size: .8rem; } }

.banner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.4fr 2fr;
  grid-template-columns: 2.4fr 2fr;
  margin-top: 3rem;
  grid-gap: 1rem; }
  @media (max-width: 750px) {
    .banner {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      margin-top: 0; } }
  .banner__arrow {
    display: block;
    margin-top: 3rem !important;
    -webkit-animation: abajo 3s ease 0s infinite normal;
    animation: abajo 3s ease 0s infinite normal; }

@-webkit-keyframes abajo {
  0% {
    -webkit-transform: rotateY(50deg);
    transform: rotateY(50deg); }
  50% {
    -webkit-transform: rotateY(30deg);
    transform: rotateY(30deg); }
  100% {
    -webkit-transform: rotateY(50deg);
    transform: rotateY(50deg); } }

@keyframes abajo {
  0% {
    -webkit-transform: rotateY(50deg);
    transform: rotateY(50deg); }
  50% {
    -webkit-transform: rotateY(30deg);
    transform: rotateY(30deg); }
  100% {
    -webkit-transform: rotateY(50deg);
    transform: rotateY(50deg); } }
  .banner__img {
    display: block;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 750px) {
      .banner__img {
        display: none; } }
    .banner__img a {
      position: absolute;
      content: '';
      top: 50px;
      background-color: #2B6AEB;
      width: 75px;
      height: auto;
      z-index: 5;
      left: -30px;
      border-radius: 5px;
      text-align: center;
      padding: .9rem .2rem .7rem .2rem;
      -webkit-transition: all ease 1s;
      -o-transition: all ease 1s;
      transition: all ease 1s; }
      .banner__img a:hover {
        -webkit-transition: all ease 1s;
        -o-transition: all ease 1s;
        transition: all ease 1s; }
        .banner__img a:hover img {
          -webkit-transition: all ease 1s;
          -o-transition: all ease 1s;
          transition: all ease 1s;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
    .banner__img:after {
      position: absolute;
      content: '';
      bottom: 50px;
      background-color: #00FFFF;
      width: 85px;
      height: 85px;
      z-index: 5;
      right: -40px;
      border-radius: 5px; }
  .banner__shines {
    width: 6px;
    height: 6px;
    background-color: yellow;
    opacity: .5;
    position: absolute;
    top: 60px;
    border-radius: 50%;
    right: 43px;
    -webkit-box-shadow: 0px 0px 10px 7px yellow;
    box-shadow: 0px 0px 10px 7px yellow;
    -webkit-animation: shine01 2s ease 0s infinite normal;
    animation: shine01 2s ease 0s infinite normal; }

@-webkit-keyframes shine01 {
  0% {
    -webkit-box-shadow: 0px 0px 5px 7px yellow;
    box-shadow: 0px 0px 5px 7px yellow; }
  50% {
    -webkit-box-shadow: 0px 0px 20px 7px yellow;
    box-shadow: 0px 0px 20px 7px yellow; }
  100% {
    -webkit-box-shadow: 0px 0px 5px 7px yellow;
    box-shadow: 0px 0px 5px 7px yellow; } }

@keyframes shine01 {
  0% {
    -webkit-box-shadow: 0px 0px 5px 7px yellow;
    box-shadow: 0px 0px 5px 7px yellow; }
  50% {
    -webkit-box-shadow: 0px 0px 20px 7px yellow;
    box-shadow: 0px 0px 20px 7px yellow; }
  100% {
    -webkit-box-shadow: 0px 0px 5px 7px yellow;
    box-shadow: 0px 0px 5px 7px yellow; } }
    .banner__shines:before {
      content: '';
      width: 6px;
      height: 6px;
      background-color: yellow;
      position: absolute;
      top: 102px;
      border-radius: 50%;
      right: 3px;
      -webkit-box-shadow: 0px 0px 10px 7px yellow;
      box-shadow: 0px 0px 10px 7px yellow;
      -webkit-animation: shine 3s ease 0s infinite normal;
      animation: shine 3s ease 0s infinite normal; }
    .banner__shines:after {
      content: '';
      width: 6px;
      height: 6px;
      background-color: yellow;
      position: absolute;
      top: 38px;
      border-radius: 50%;
      left: -150px;
      -webkit-box-shadow: 0px 0px 10px 7px yellow;
      box-shadow: 0px 0px 10px 7px yellow;
      -webkit-animation: shine 4s ease 0s infinite normal;
      animation: shine 4s ease 0s infinite normal; }

@-webkit-keyframes shine {
  0% {
    -webkit-box-shadow: 0px 0px 5px 7px yellow;
    box-shadow: 0px 0px 5px 7px yellow; }
  50% {
    -webkit-box-shadow: 0px 0px 15px 7px yellow;
    box-shadow: 0px 0px 15px 7px yellow; }
  100% {
    -webkit-box-shadow: 0px 0px 5px 7px yellow;
    box-shadow: 0px 0px 5px 7px yellow; } }

@keyframes shine {
  0% {
    -webkit-box-shadow: 0px 0px 5px 7px yellow;
    box-shadow: 0px 0px 5px 7px yellow; }
  50% {
    -webkit-box-shadow: 0px 0px 15px 7px yellow;
    box-shadow: 0px 0px 15px 7px yellow; }
  100% {
    -webkit-box-shadow: 0px 0px 5px 7px yellow;
    box-shadow: 0px 0px 5px 7px yellow; } }
  .banner__title {
    margin-top: 2rem; }
    @media (max-width: 750px) {
      .banner__title {
        margin-top: 0; } }
    .banner__title h1 {
      font-size: 50px;
      line-height: 1.3; }
      @media (max-width: 750px) {
        .banner__title h1 {
          font-size: 1.5rem;
          text-align: center; } }
      .banner__title h1 span {
        color: #2B6AEB; }
    .banner__title p {
      text-align: justify; }
      @media (max-width: 750px) {
        .banner__title p {
          display: none; } }
    .banner__title img {
      display: block;
      margin: 0 auto; }

.demo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.9fr 2fr;
  grid-template-columns: 1.9fr 2fr;
  margin-top: 4rem;
  grid-gap: 1rem;
  margin-bottom: 3rem;
  /* Ocultar los radio buttons */
  /* Etiquetas como botones de pestaña */
  /* Contenedor de contenido */
  /* Ocultar contenido por defecto */
  /* Mostrar contenido cuando el input está seleccionado */
  /* Estilos para resaltar la pestaña activa */ }
  @media (max-width: 750px) {
    .demo {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      margin-top: 0; } }
  .demo__video .videoResponsive {
    margin: 0 auto;
    height: 0px;
    width: 100%;
    /*tomará el tamaño al 100% del #contenedor*/
    padding-top: 56.25%;
    /*nos ayudara a la proporción del video*/
    position: relative; }
  .demo__video .videoResponsive iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px; }
  .demo input[type="radio"] {
    display: none; }
  .demo .tab-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .demo .tab-labels label {
    padding: 10px 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .demo .tab-labels label:hover {
    color: #007BFF; }
  .demo .demo-content {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #2B6AEB;
    max-height: 20rem;
    overflow-y: scroll; }
    .demo .demo-content p {
      font-size: 13px;
      text-align: center; }
  .demo .content {
    display: none; }
  .demo #tab1:checked ~ .demo-content #content1,
  .demo #tab2:checked ~ .demo-content #content2,
  .demo #tab3:checked ~ .demo-content #content3,
  .demo #tab4:checked ~ .demo-content #content4 {
    display: block; }
  .demo #tab1:checked ~ .tab-labels label[for="tab1"],
  .demo #tab2:checked ~ .tab-labels label[for="tab2"],
  .demo #tab3:checked ~ .tab-labels label[for="tab3"],
  .demo #tab4:checked ~ .tab-labels label[for="tab4"] {
    display: block;
    border-top: 1px solid #2B6AEB;
    border-right: 1px solid #2B6AEB;
    border-left: 1px solid #2B6AEB;
    border-radius: 8px 8px 0 0;
    color: #333333; }

.songs h1 {
  text-align: center;
  color: #2B6AEB;
  position: relative;
  margin-bottom: 1.5rem; }
  .songs h1:before {
    position: absolute;
    content: '';
    width: 20%;
    background-color: #00FFFF;
    height: 5px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto; }
  .songs h1 span {
    color: #2B6AEB; }

.songs__category {
  text-align: center;
  color: #2B6AEB; }
  .songs__category-p {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 1rem;
    text-align: center; }

@media (max-width: 750px) {
  .songs__p {
    display: none; } }

.songs__wrap {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 1rem; }

.songs__item {
  height: 250px;
  position: relative;
  border-radius: 8px;
  overflow: hidden; }
  .songs__item::before {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
    background: -webkit-linear-gradient(top, transparent 0%, #000000 100%);
    background: -o-linear-gradient(top, transparent 0%, #000000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000000 100%);
    position: absolute;
    bottom: 0;
    z-index: 0;
    content: '';
    width: 100%;
    height: 40%; }
  .songs__item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .songs__item-titulo {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    width: 100%;
    height: 100%;
    left: 0;
    color: #FFF; }
    .songs__item-titulo:hover {
      background-image: url("img/play-hover.png");
      background-position: center;
      background-repeat: no-repeat; }
    .songs__item-titulo h3 {
      position: absolute;
      bottom: 0;
      margin: 1.7rem 1rem; }

.songs__categories {
  position: absolute;
  bottom: 0;
  padding: 0;
  margin-left: 1rem;
  margin-bottom: .5rem;
  font-size: .7rem;
  width: 100%; }
  .songs__categories time {
    color: #FFF;
    position: relative;
    padding-left: 1rem; }
    .songs__categories time:before {
      position: absolute;
      content: '';
      width: 12px;
      height: 12px;
      background-image: url("img/icon-time.png");
      background-repeat: no-repeat;
      left: 0;
      bottom: 4px;
      top: 2px; }
  .songs__categories a {
    position: relative;
    padding-left: 1.5rem;
    color: #FFF; }
    .songs__categories a:hover {
      text-decoration: underline; }
    .songs__categories a:before {
      position: absolute;
      content: '';
      width: 12px;
      height: 12px;
      background-image: url("img/icon-folder.png");
      background-repeat: no-repeat;
      bottom: 4px;
      left: 8px;
      top: 2px; }
  .songs__categories--single a {
    color: #333333;
    padding-left: 1rem;
    position: relative; }
    .songs__categories--single a:hover {
      text-decoration: underline; }
    .songs__categories--single a::before {
      position: absolute;
      content: url("img/icon-folder.png");
      -webkit-filter: invert(100%);
      filter: invert(100%);
      width: 12px;
      height: 12px;
      left: 0;
      top: 0; }

.otros {
  grid-gap: 1rem 0;
  margin-top: 2rem; }
  .otros__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    color: black;
    text-align: center; }
    .otros__title span {
      color: #2B6AEB; }
    .otros__title p {
      padding: 0;
      margin: .5rem 0; }
    @media (max-width: 750px) {
      .otros__title {
        margin: 0;
        padding: 0;
        font-size: 1.2rem; } }
  .otros__three {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); }
  .otros__item {
    border-right: 1px solid #2B6AEB; }
    @media (max-width: 750px) {
      .otros__item {
        border-right: none;
        border-bottom: 1px solid #2B6AEB; } }
    .otros__item-title {
      color: #2B6AEB;
      position: relative;
      margin-bottom: 1rem;
      margin-left: 1rem; }
      @media (max-width: 750px) {
        .otros__item-title {
          margin-bottom: 0; } }
    .otros__item ul {
      padding: 0;
      padding-left: 1rem;
      margin: 1rem; }
      @media (max-width: 750px) {
        .otros__item ul {
          margin: 0;
          margin-bottom: 1rem; } }
      .otros__item ul li {
        margin-bottom: .5rem; }
        @media (max-width: 750px) {
          .otros__item ul li {
            margin-bottom: .1rem; } }
        .otros__item ul li a {
          color: #333333;
          text-decoration: none; }
          .otros__item ul li a:hover {
            text-decoration: underline; }
          @media (max-width: 750px) {
            .otros__item ul li a {
              font-size: .8rem; } }

.single {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr .5fr;
  grid-template-columns: 1fr .5fr;
  grid-gap: 1rem; }
  @media (max-width: 800px) {
    .single {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  .single__content {
    margin-bottom: 2rem; }
    .single__content h1,
    .single__content h2 {
      color: #2B6AEB;
      position: relative;
      margin-bottom: 1.5rem; }
      .single__content h1:before,
      .single__content h2:before {
        position: absolute;
        content: '';
        width: 20%;
        background-color: #00FFFF;
        height: 5px;
        bottom: -5px; }
    .single__content blockquote {
      border-left: 4px solid #00FFFF;
      margin: 1rem;
      padding: .1rem 1rem;
      background-color: rgba(51, 51, 51, 0.1); }
  .single__sidebar {
    padding: 1rem; }
    .single__sidebar-wrap {
      margin-bottom: 1rem; }
    .single__sidebar h3 {
      color: #2B6AEB;
      position: relative;
      margin-bottom: 1rem; }
      .single__sidebar h3:before {
        position: absolute;
        content: '';
        width: 20%;
        background-color: #00FFFF;
        height: 5px;
        bottom: -5px; }
  .single__popular li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50px 1fr;
    grid-template-columns: 50px 1fr;
    grid-gap: 1rem;
    margin-bottom: .5rem;
    border: 1px solid #2B6AEB;
    border-radius: 4px;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s; }
    .single__popular li:hover {
      background-color: #ededed; }
    .single__popular li img {
      display: block;
      width: 50px;
      height: 50px; }
    .single__popular li a {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      color: #333333;
      line-height: 1.3; }
  .single__ul {
    padding: 0 1rem .5rem 1.5rem; }
    .single__ul li {
      margin-bottom: .5rem; }
      .single__ul li a {
        color: #333333; }
        .single__ul li a:hover {
          text-decoration: underline; }

.related {
  margin-top: 2rem;
  margin-bottom: 4rem; }
  .related h2 {
    color: #2B6AEB;
    position: relative;
    margin-bottom: 1.5rem; }
    .related h2:before {
      position: absolute;
      content: '';
      width: 20%;
      background-color: #00FFFF;
      height: 5px;
      bottom: -5px; }

.conoceme,
.educacion {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;
  margin-bottom: 8rem; }
  @media (max-width: 650px) {
    .conoceme,
    .educacion {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  .conoceme h1,
  .educacion h1 {
    color: #2B6AEB; }

.educacion {
  max-width: 700px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1000px) {
    .educacion {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  @media (max-width: 900px) {
    .educacion__img {
      display: none; } }
  .educacion__lista {
    list-style: none;
    position: relative;
    margin-bottom: 5rem; }
  .educacion__titulo {
    color: #2B6AEB;
    margin-bottom: 1rem;
    position: relative;
    margin-bottom: 3rem;
    max-width: 700px; }
    .educacion__titulo:before {
      position: absolute;
      content: '';
      width: 70px;
      height: 70px;
      left: -100px;
      top: -20px;
      content: '';
      background-image: url("img/icon-educacion.jpg");
      background-position: center;
      background-repeat: no-repeat;
      border: 1px solid #2B6AEB;
      background-position: center; }
      @media (max-width: 600px) {
        .educacion__titulo:before {
          left: -59px; } }
    .educacion__titulo--experiencia:before {
      background-image: url("img/icon-experiencia.jpg") !important; }
    .educacion__titulo--experiencia:before {
      background-image: url("img/icon-experiencia.jpg") !important; }
    .educacion__titulo--contacto:before {
      background-image: url("img/icon-contacto.jpg") !important; }
  .educacion__form div label {
    display: block;
    width: 100%; }
  .educacion__form div input,
  .educacion__form div textarea {
    width: 100%;
    padding: .5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .educacion__form button {
    background-color: #2B6AEB;
    width: 250px;
    float: right;
    outline: none;
    border: none;
    color: #FFF;
    padding: .5rem;
    cursor: pointer;
    margin-top: 1rem;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s; }
  .educacion__item {
    position: relative; }
    @media (max-width: 900px) {
      .educacion__item {
        margin-left: 6rem;
        margin-right: 1rem; } }
    @media (max-width: 600px) {
      .educacion__item {
        margin-left: 4rem;
        margin-right: 1rem; } }
  .educacion__header {
    position: relative;
    margin-bottom: 10px; }
  .educacion__tiempo {
    position: absolute;
    top: 4px;
    left: -120px;
    font-size: 0.75rem;
    line-height: 1.5; }
  .educacion__linea {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #2B6AEB;
    top: 5px;
    left: -35px; }
    .educacion__linea:before {
      content: "";
      position: absolute;
      display: block;
      width: 2px;
      background: #2B6AEB;
      height: 164px;
      top: 0;
      left: 50%;
      margin-left: -1px; }

.publicaciones {
  max-width: 700px;
  margin: 0 auto;
  position: relative; }
  .publicaciones__item {
    border: 1px solid #ededed;
    padding: 1rem;
    margin-bottom: 1rem; }
    .publicaciones__item h3 {
      position: relative;
      padding-left: 2rem; }
      .publicaciones__item h3::before {
        position: absolute;
        content: url("img/icon-publi.jpg");
        width: 50px;
        height: 40px;
        left: 0; }
    .publicaciones__item span {
      padding-left: 2rem; }
    .publicaciones__item p {
      padding-left: 2rem; }
    .publicaciones__item a {
      color: #2B6AEB;
      display: block;
      text-align: right; }
      .publicaciones__item a:hover {
        text-decoration: underline; }
  .publicaciones__titulo--publiciaciones {
    max-width: 700px;
    background-color: red;
    margin-left: 6rem;
    margin-right: 1rem; }

.educacion__item:last-child .educacion__linea:before {
  background-color: #FFF; }

/*TABS*/
/* Contenedor principal de las pestañas */
.footer {
  background-color: #E6E6E6;
  padding: 2.5rem 1rem 1rem 1rem;
  margin-top: 2rem; }
  @media (max-width: 750px) {
    .footer {
      padding: 0;
      padding: 1rem 0; } }
  .footer h2 {
    margin-bottom: 1.5rem; }
    @media (max-width: 750px) {
      .footer h2 {
        font-size: 1.2rem; } }
    .footer h2 span {
      color: #2B6AEB; }
  .footer ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    list-style: none;
    grid-gap: 1rem; }
    @media (max-width: 800px) {
      .footer ul {
        grid-gap: .5rem;
        padding: 0;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 750px) {
      .footer ul li {
        display: block;
        margin-right: 0; } }
    .footer ul li a {
      border: 1px solid #808080;
      background-color: #FFF;
      color: #333333;
      padding: 1rem;
      border-radius: 8px;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -ms-flex-item-align: center;
      align-self: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 240px; }
      @media (max-width: 750px) {
        .footer ul li a {
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: .5rem; } }
      .footer ul li a p {
        padding-left: 1rem; }
      .footer ul li a img {
        height: 41px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
      .footer ul li a:hover {
        border: 1px solid #2B6AEB;
        color: #2B6AEB; }
  .footer__tag {
    text-align: center;
    margin: 0;
    margin-top: 2rem;
    color: #333333;
    font-size: .8rem; }
    @media (max-width: 750px) {
      .footer__tag {
        margin: 0;
        font-size: .7rem;
        padding: .5rem; } }
    .footer__tag a {
      color: #333333; }
      .footer__tag a:hover {
        text-decoration: underline; }
