/*tamaño super pequeño o*/
@media (max-width: 499px) {

.logocr {
  width: 200px;
  margin-top: 5px;
/*  color: #000;
  font-size: 20px;
  font-family: 'Roboto Condensed', "Lato", Arial, sans-serif;*/
}

span.text-content {
  background: rgba(255,255,255,0.9);
  color: white;
  cursor: pointer;
  display: table;
  width: 95%;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
span.text-content p {
  color: #9d9d9d;
  font-family: "Lato", "Roboto", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin-top: 28%;
  margin-bottom: 27.5%;
  margin-left: 0px;
  margin-right: 10px;
}
a:hover span.text-content {
  opacity: 1;
}
}

/*tamaño pequeño 1*/
@media (min-width: 500px) {

.logocr {
  width: 280px;
  margin-top: 6px;
/*  color: #000;
  font-size: 26px;
  font-family: 'Roboto Condensed', "Lato", Arial, sans-serif;*/
}

span.text-content {
  background: rgba(255,255,255,0.9);
  color: white;
  cursor: pointer;
  display: table;
  width: 96%;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
span.text-content p {
  color: #9d9d9d;
  font-family: "Lato", "Roboto", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin-top: 29%;
  margin-bottom: 28.2%;
  margin-left: 0px;
  margin-right: 0px;
}
a:hover span.text-content {
  opacity: 1;
}
}
/*fin tamaño pequeño*/

/*tamaño medio pequeño 2*/
@media (min-width: 768px) {

.logocr {
  width: 300px;
  margin-top: 12px;
/*  color: #000;
  font-size: 26px;
  font-family: 'Roboto Condensed', "Lato", Arial, sans-serif;*/
}

span.text-content {
  background: rgba(255,255,255,0.9);
  color: white;
  cursor: pointer;
  display: table;
  width: 720px;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
span.text-content p {
  color: #9d9d9d;
  font-family: "Lato", "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 205px;
  margin-bottom: 205px;
  margin-left: 0px;
  margin-right: 0px;
}
a:hover span.text-content {
  opacity: 1;
}
}
/*fin tamañao medio pequeño*/

/*tamaño medio 3*/
@media (min-width: 992px) {

.logocr {
  width: 334px;
  margin-top: 9px;
/*  color: #000;
  font-size: 26px;
  font-family: 'Roboto Condensed', "Lato", Arial, sans-serif;*/
}

span.text-content {
  background: rgba(255,255,255,0.9);
  color: white;
  cursor: pointer;
  display: table;
  width: 213px;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
span.text-content p {
  color: #9d9d9d;
  font-family: "Lato", "Roboto", Arial, sans-serif;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  margin-top: 57px;
  margin-bottom: 57px;
  margin-left: 0px;
  margin-right: 0px;
}
a:hover span.text-content {
  opacity: 1;
}
}
/*fin tamaño medio*/

/*tamaño grande 4*/
@media (min-width: 1200px) {

.logocr {
  width: 334px;
  margin-top: 9px;
/*  color: #000;
  font-size: 26px;
  font-family: 'Roboto Condensed', "Lato", Arial, sans-serif;*/
}

span.text-content {
  background: rgba(255,255,255,0.9);
  color: white;
  cursor: pointer;
  display: table;
  width: 265px;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
span.text-content p {
  color: #9d9d9d;
  font-family: "Lato", "Roboto", Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
  margin-left: 0px;
  margin-right: 0px;
}
a:hover span.text-content {
  opacity: 1;
}
}
/*fin tamaño grande*/





