.escolha-raca-dog.guia-box-porte, 
.escolha-raca-dog.guia-box-pelagem,
.escolha-raca-dog.guia-box-temperamento,
.escolha-raca-dog.guia-box-atividade,
.escolha-raca-dog.guia-box-latido{
  min-height: 300px;
}

.raca {
    text-align: center;
    width: 250px;
    display: inline-block;
    margin: 10px 0;
}

.box-escolha-raca{
  display: inline-block;
  text-align: center;
  margin: 20px;
}

.box-escolha-raca p{
  font-size: 13px !important;
}

input[type=radio] {
    display:none; 
    margin:10px;
}
 

.escolha-raca-dog input[type=radio] + label{
  display:inline-block;
  margin: 35px 20px 0;
  padding: 4px 12px;
  cursor: pointer;
  width: 100px;
  height: 100px;
}

/*Box porte */
.escolha-raca-dog.guia-box-porte .box-escolha-raca {
    display: inline-block;
    margin: 0 -35px 10px 0;
}

/*pelagem*/
.escolha-raca-dog.guia-box-pelagem .box-escolha-raca {
    display: inline-block;
    margin: 0 10px;
}

/*temperamento*/
.escolha-raca-dog.guia-box-temperamento .box-escolha-raca {
    display: inline-block;
    margin: 0 13px;
}

.escolha-raca-dog.guia-box-atividade-cat .box-escolha-raca{
  margin: 15px -13px;
}

      /* G  U  I  A  */

/*AREA CRIACAO*/
/*pequena*/
.escolha-raca-dog input[type=radio] + label.area-pequena {
    background: url(../img/marcadores-guia/icon-casap.gif) no-repeat;
    width: 51px;
    height: 51px;
}

.escolha-raca-dog input[type=radio]:checked + label.area-pequena { 
  background-position: -51px;
}
/*media*/
.escolha-raca-dog input[type=radio] + label.area-media {
    background: url(../img/marcadores-guia/icon-casam.gif) no-repeat;
    width: 83px;
    height: 74px;
}

.escolha-raca-dog input[type=radio]:checked + label.area-media { 
  background-position: -83px;
}
/*grande*/
.escolha-raca-dog input[type=radio] + label.area-grande {
    background: url(../img/marcadores-guia/icon-casag.gif) no-repeat;
    width: 114px;
    height: 101px;
}

.escolha-raca-dog input[type=radio]:checked + label.area-grande { 
  background-position: -114px;
}

/*PORTE*/
/*miniatura*/
.escolha-raca-dog input[type=radio] + label.porte-miniatura {
    background: url(../img/marcadores-guia/icon-porte-miniatura.gif) no-repeat;
    width: 57px;
    height: 56px;
}

.escolha-raca-dog input[type=radio]:checked + label.porte-miniatura { 
  background-position: -57px;
}

/*pequeno*/
.escolha-raca-dog input[type=radio] + label.porte-pequeno {
    background: url(../img/marcadores-guia/icon-porte-pequeno.gif) no-repeat;
    width: 98px;
    height: 63px;
}

.escolha-raca-dog input[type=radio]:checked + label.porte-pequeno { 
  background-position: -98px;
}

/*media*/
.escolha-raca-dog input[type=radio] + label.porte-medio {
    background: url(../img/marcadores-guia/icon-porte-medio.gif) no-repeat;
    width: 98px;
    height: 88px;
}

.escolha-raca-dog input[type=radio]:checked + label.porte-medio { 
  background-position: -98px;
}

/*grande*/
.escolha-raca-dog input[type=radio] + label.porte-grande {
    background: url(../img/marcadores-guia/icon-porte-grande.gif) no-repeat;
    width: 127px;
    height: 113px;
}

.escolha-raca-dog input[type=radio]:checked + label.porte-grande { 
  background-position: -128px;
}

/*gigante*/
.escolha-raca-dog input[type=radio] + label.porte-gigante {
    background: url(../img/marcadores-guia/icon-porte-gigante.gif) no-repeat;
    width: 150px;
    height: 150px;
}

.escolha-raca-dog input[type=radio]:checked + label.porte-gigante { 
  background-position: -150px;
}

/*PELAGEM*/
.escolha-raca-dog input[type="radio"] + label.pelagem-sem-pelo{
  background: url(../img/marcadores-guia/icon-pelo-sem.gif) no-repeat;
  width: 108px;
  height: 72px; 
}

.escolha-raca-dog input[type="radio"]:checked + label.pelagem-sem-pelo{
  background-position: -108px;
}

/*curta*/
.escolha-raca-dog input[type="radio"] + label.pelagem-curta{
  background: url(../img/marcadores-guia/icon-pelo-curto.gif) no-repeat;
  width: 108px;
  height: 60px; 
}

.escolha-raca-dog input[type="radio"]:checked + label.pelagem-curta{
  background-position: -108px;
}

/*media*/
.escolha-raca-dog input[type="radio"] + label.pelagem-media{
  background: url(../img/marcadores-guia/icon-pelo-medio.gif) no-repeat;
  width: 108px;
  height: 72px; 
}

.escolha-raca-dog input[type="radio"]:checked + label.pelagem-media{
  background-position: -108px;
}

/*longa*/
.escolha-raca-dog input[type="radio"] + label.pelagem-longa{
  background: url(../img/marcadores-guia/icon-pelo-longo.gif) no-repeat;
  width: 109px;
  height: 90px; 
}

.escolha-raca-dog input[type="radio"]:checked + label.pelagem-longa{
  background-position: -108px 0px;
}

/*TEMPERAMENTO*/
/*docil*/
.escolha-raca-dog input[type="radio"] + label.temperamento-docil{
  background: url(../img/marcadores-guia/icon-temperamento-docil.gif) no-repeat;
  width: 105px;
  height: 105px;
}

.escolha-raca-dog input[type="radio"]:checked + label.temperamento-docil{
  background-position: -105px;
}

/*equilibrado*/
.escolha-raca-dog input[type="radio"] + label.temperamento-equilibrado{
  background: url(../img/marcadores-guia/icon-temperamento-equilibrado.gif) no-repeat;
  width: 104px;
  height: 104px;
}

.escolha-raca-dog input[type="radio"]:checked + label.temperamento-equilibrado{
  background-position: -104px;
}

/*reservado*/
.escolha-raca-dog input[type="radio"] + label.temperamento-reservado{
  background: url(../img/marcadores-guia/icon-temperamento-reservado.gif) no-repeat;
  width: 104px;
  height: 104px;
}

.escolha-raca-dog input[type="radio"]:checked + label.temperamento-reservado{
  background-position: -104px;
}

/*ATIVIDADE*/
/*baixa*/
.escolha-raca-dog input[type="radio"] + label.atividade-baixa{
  background: url(../img/marcadores-guia/icon-atividade-baixa.gif) no-repeat;
  width: 133px;
  height: 97px;
}

.escolha-raca-dog input[type="radio"]:checked + label.atividade-baixa{
  background-position: -133px;
}

/*moderada*/
.escolha-raca-dog input[type="radio"] + label.atividade-moderada{
  background: url(../img/marcadores-guia/icon-atividade-moderada.gif) no-repeat;
  width: 146px;
  height: 111px;
}

.escolha-raca-dog input[type="radio"]:checked + label.atividade-moderada{
  background-position: -146px;
}

/*intensa*/
.escolha-raca-dog input[type="radio"] + label.atividade-intensa{
  background: url(../img/marcadores-guia/icon-atividade-intensa.gif) no-repeat;
  width: 138px;
  height: 145px;
}

.escolha-raca-dog input[type="radio"]:checked + label.atividade-intensa{
  background-position: -138px;
}

/*LATIDO*/
/*pouco*/
.escolha-raca-dog input[type="radio"] + label.latido-pouco{
  background: url(../img/marcadores-guia/icon-latido-pouco.gif) no-repeat;
  width: 103px;
  height: 111px;
}

.escolha-raca-dog input[type="radio"]:checked + label.latido-pouco{
  background-position: -103px;
}

/*moderado*/
.escolha-raca-dog input[type="radio"] + label.latido-moderado{
  background: url(../img/marcadores-guia/icon-latido-moderado.gif) no-repeat;
  width: 105px;
  height: 111px;
}

.escolha-raca-dog input[type="radio"]:checked + label.latido-moderado{
  background-position: -105px;
}

/*muito*/
.escolha-raca-dog input[type="radio"] + label.latido-muito{
  background: url(../img/marcadores-guia/icon-latido-muito.gif) no-repeat;
  width: 105px;
  height: 111px;
}

.escolha-raca-dog input[type="radio"]:checked + label.latido-muito{
  background-position: -105px;
}


/***************/
/*GATOS: atividade e porte*/
/*Atividade*/
/*baixa*/
.escolha-raca-dog input[type="radio"] + label.cat-atividade-baixa{
  background: url(../img/marcadores-guia/cat-atividade-baixa.gif) no-repeat;
  width: 102px;
  height: 145px;
}

.escolha-raca-dog input[type="radio"]:checked + label.cat-atividade-baixa{
  background-position: -102px;
}

/*moderada*/
.escolha-raca-dog input[type="radio"] + label.cat-atividade-moderada{
  background: url(../img/marcadores-guia/cat-atividade-moderada.gif) no-repeat;
  width: 165px;
  height: 135px;
}

.escolha-raca-dog input[type="radio"]:checked + label.cat-atividade-moderada{
  background-position: -165px;
}

/*intensa*/
.escolha-raca-dog input[type="radio"] + label.cat-atividade-intensa{
  background: url(../img/marcadores-guia/cat-atividade-intensa.gif) no-repeat;
  width: 192px;
  height: 135px;
}

.escolha-raca-dog input[type="radio"]:checked + label.cat-atividade-intensa{
  background-position: -192px;
}

/*PORTE*/
/*PORTE*/

/*pequeno*/
.escolha-raca-dog input[type=radio] + label.cat-porte-pequeno{
    background: url(../img/marcadores-guia/cat-porte-pequeno.gif) no-repeat;
    width: 93px;
    height: 70px;
}

.escolha-raca-dog input[type=radio]:checked + label.cat-porte-pequeno { 
  background-position: -93px;
}

/*medio*/
.escolha-raca-dog input[type=radio] + label.cat-porte-medio {
    background: url(../img/marcadores-guia/cat-porte-medio.gif) no-repeat;
    width: 113px;
    height: 85px;
}

.escolha-raca-dog input[type=radio]:checked + label.cat-porte-medio { 
  background-position: -113px;
}

/*grande*/
.escolha-raca-dog input[type=radio] + label.cat-porte-grande {
    background: url(../img/marcadores-guia/cat-porte-grande.gif) no-repeat;
    width: 126px;
    height: 95px;
}

.escolha-raca-dog input[type=radio]:checked + label.cat-porte-grande { 
  background-position: -127px;
}

.guia-box-pelagem-gato{
min-height: 160px;
}

.guia-box-temperamento-gato, 
.guia-box-porte-gato,
.guia-box-atividade-gato{
min-height: 277px;
}

.box-escolha-raca-gato,.gato-porte, .gato-atividade{
  margin: -13px;
}

.gato-temperamento{
  margin: -5px;
}