/*@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://weloveiconfonts.com/api/?family=fontawesome|typicons);
*/
/* ESTILOS REVOCACIÓN DE MANDATO **/
:root {
  --revocacion-primary: #8b015b;
  --revocacion-primary2: #750044;
  --revocacion-primary3: #b3b3b3;
  --revocacion-primary4: #c2c2c2;
  --revocacion-primary5: #333333;
  --revocacion-primary-text: #fffeff;
}

[class*="fontawesome-"]:before {
  font-family: "FontAwesome", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
}

header {
  width: 100%;
  height: 60px;
  background: var(--revocacion-primary);
  color: var(--revocacion-primary-text);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.contenedor {
  width: 98%;
  margin: auto;
}

h1 {
  float: left;
}

header .contenedor {
  display: table;
}

section {
  width: 100%;
  margin-bottom: 25px;
}

#bienvenidos {
  text-align: center;
}

footer .contenedor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 25px;
}

.copy {
  font-size: 20px;
}

.sociales {
  width: 100%;
  text-align: center;
  font-size: 28px;
}

.sociales a {
  color: #333;
  text-decoration: none;
}

@media (min-width: 768px) {
  .sociales {
    width: auto;
  }

  footer .contenedor {
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .contenedor {
    width: 1000px;
  }
}

#blog h3,
h4 {
  text-align: center;
}

#blog .contenedor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#blog article {
  margin: 15px;

  width: 180px;
  height: 180px;
  border-radius: 3%;
  /*border: 5px solid rgb(75, 73, 73);*/
  font-size: 115px;
  padding-top: 25px;
  color: #585054;
  text-align: center;

  border: 5px solid var(--revocacion-primary2);

  border-bottom: 0.3em solid var(--revocacion-primary2);
}

#blog article h4 {
  color: #d4c1c6;
}

#blog a:hover {
  text-decoration: none;
  background-color: #ccc;
  text-transform: lowercase;
  border-radius: 5%;
  transform: scale(1.05);
  /*border: 2px solid rgb(165, 4, 31);*/
}

#blog img {
  width: 100%;
  max-width: 280px;
}

#banner {
  margin-top: 50px;
  position: relative;
}

#banner img {
  /* width: 100%;
   height: 100%;*/
  /* padding-top: 45px;*/

  /*padding-top: 7%;;
        width: 50px;
        height: 50px;*/

  display: none;
}

#banner .contenedor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: rgb(114, 89, 89);
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  justify-content: center;
}

#banner h3 {
  /*font-size: 28px;
      color: #eee5e7;
      font-weight: bold;*/
  font-weight: bold;
  font-size: 15px;
  color: #b40431;
}

#banner p {
  font-size: 12px;
  color: #6e6e6e;
}

/*
  #banner a {
      display: block;
      width: 100px;
      color: #fff;
      text-decoration: none;
      padding: 7px;
      margin-top: 10px;
      border: 3px solid #fff;
      
  }
  
  #banner a:hover {
      background: rgba(51,51,51,0.5);
  }*/

@media (min-width: 480px) {
  #banner h3 {
    /*font-size: 40px;*/
    font-size: 10px;
    color: #b40431;
    font-weight: bold;
  }

  /* #banner a {*/
  /* margin-top: 25px;*/

  /*}*/

  #banner img {
    padding-top: 1%;
    /*width: 120px;
        height: 100px;*/
    /* display: none;*/
  }

  #banner p {
    font-size: 5px;
    color: #6e6e6e;
  }
}

@media (min-width: 768px) {
  #banner {
    height: 300px;
    overflow: hidden;
  }

  #banner img {
    display: block;
    /* height: auto;
          margin-top: -100px;*/
    padding-top: 0.1%;
    width: 120px;
    height: 150px;
  }

  #banner h3 {
    /*font-size: 40px;*/
    font-size: 25px;
    color: var(--revocacion-primary2);
    font-weight: bold;
  }

  #banner p {
    font-size: 15px;
    color: #6e6e6e;
  }
}

@media (min-width: 1024px) {
  #banner img {
    display: block;
    /* margin-top: -200px;*/
    padding-top: 0.1%;
    width: 500px;
    height: 120px;
  }

  #banner h3 {
    /*font-size: 40px;*/
    font-size: 30px;
    font-weight: bold;
  }

  #banner p {
    font-size: 30px;
    color: #6e6e6e;
  }
}

#info {
  background-color: var(--revocacion-primary2);
  color: #f7f2f4;
  text-align: center;
  padding: 20px;
}

#info a {
  text-decoration: none;
  color: darkgrey;
}

#info .contenedor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.info-pet {
  margin: 20px;
}

.info-pet img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 7px solid #fff;
}

.info-pet .icon {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 7px solid #fff;
  font-size: 115px;
  padding-top: 25px;
  color: #c90a63;
}

.info-pet .icon:hover {
  background-color: #444243;
  color: #f7f2f4;
  text-align: center;
  padding: 20px;
  border-radius: 5%;
  transform: scale(1.05);
}

@media (min-width: 480px) {
  .info-pet {
    width: 40%;
  }
}

@media (min-width: 1024px) {
  .info-pet {
    width: auto;
  }
}
#menu-bar {
  display: none;
}

header label {
  float: right;
  font-size: 28px;
  margin: 6px 0;
  cursor: pointer;
}

.menu {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(51, 51, 51, 0.9);
  transition: all 0.5s;
  transform: translateX(-100%);
}

.menu a {
  display: block;
  color: #fff;
  height: 60px;
  text-decoration: none;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.menu a:hover {
  background: rgba(255, 255, 255, 0.3);
}

#menu-bar:checked ~ .menu {
  transform: translateX(0%);
}

@media (min-width: 1024px) {
  .menu {
    position: static;
    width: auto;
    height: auto;
    transform: translateX(0%);
    float: right;
    display: flex;
  }

  .menu a {
    border: none;
  }

  header label {
    display: none;
  }
}

/*******************************/
