@charset "UTF-8";
/* CSS Document */


/* this is for screens bigger than 700px makes the font bigger and the img that percentage*/
@media screen and (min-width: 700px) {
p{
    font-size: 150%;
  }
	.fotos{
	max-width: 75%;
	height: auto;
	
	}
	
	.bg{
	width: 100%;
	padding: 10px;
	
}

	#razas{
	font-size: 65%;
    padding-left: 0px;
    letter-spacing: 2px;
	
}
	#criadero{
	font-size: 122%;
    padding-left: 0px;
    margin-left: -2.1px;
    letter-spacing: 1.1px;	
}
	
	#news{
		padding-top: 110px;
	}
	
	#nuevo, #stud, #pups, #cria, #guarderia, #peluqueria, #pen{
		padding-top: 110px;
	}
	
}

.img-gallery {
  float: left;
  width: 109%;
  padding: 3px;

}
/*
.column {
  float: left;
  width: 33%;
  padding: 40px;
  height: 300px; 
}
*/
/* this is for screens smaller than 700px makes the img that percentage */
@media screen and (max-width: 700px) {

	.fotos{
		 width: 85%;
  height: auto;
	}
	
	.bg{
	height: 170%;
		width: 170%;
	padding: 10px;
		margin-left: -130px;
}
	#razas{
	font-size: 65%;
	padding-left: 1px;
	
}
	#criadero{
	padding-left: 3px;
	margin-left: 0px;
}
	
}

#bar{
	color: white;
  	text-shadow: 2px 1px 1px black;
/*	background-color: rgba(116, 108, 19, 0.5);*/
/*	background-color: rgba(116, 108, 19, 0);*/
/*	transition: top 0.6s;*/
	
}

@media (min-width: 768px){
	#bar{
		letter-spacing: -1px;
		}
}
.navbar-custom .navbar-brand {
    font-weight: 500;
	font-size:12px;
}
.navbar-collapse{
	margin-right: 0px;
	margin-left: 0px;
	}
/* this is for screens smaller than 900px makes the img that percentage */
@media screen and (max-width: 990px){
	.thumbnail{
		display: block;
		margin-left: auto;
		width: 155%;
		margin-right: auto;
		
	}

}



/* this is for the slides */
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 20000px;
  position: relative;
  margin: center;
	
}

/* Caption text */
.text {
  color: #f2f2f2;
  text-shadow: 2px 1px 1px black;
  font-weight: 900;
  font-size: 3.5em;
  padding: 5px 12px;
  position: absolute;
  bottom: 45px;
  width: 100%;
  text-align: center;
}

/*.text .letter{
	display: inline-block;
	line-height: 1em;
}*/


.smTxt {
  color: #f2f2f2;
  text-shadow: 2px 1px 1px black;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 0.1px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.2s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5s;
  animation-name: fade;
  animation-duration: 5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 400px) {
  .text {font-size: 20px;
  padding:27px;
  }
	.smTxt {font-size: 10px;
	bottom: 12px;
	padding:15px;
	}
	#spa{
		padding: 30px;
		}
	.bg{
		padding: 7px;
		margin-left: -111px;
       }
}












