@font-face{
  font-family: 'Bison Bold';
  src: url('./fonts/bison-bold.ttf');
  font-weight: normal;
}
html{
  color: #505150;
}
html, body{
  font-family: 'Roboto', sans-serif;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6{
  color: #505150;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}
.uk-h1{
  line-height: 1;
}
.bison{
  font-family: 'Bison Bold', sans-serif;
  font-weight: 400; 
}
.uk-navbar-nav>li {
    float: left;
    text-align: center;
    height: 41px;
    width: 107px;
}
.uk-navbar-nav {
    padding-top: 9px;
}
.uk-link, a { 
 text-decoration: none!important; 
 color: #59595b !important;
}
.uk-navbar-nav>li>ul{
  display: none;
  min-width: 100px;
  font-family: 'Bison Bold', sans-serif;
  background:#fff;
  text-align:left!important;
text-decoration:none!important;
list-style: none!important;
}
.uk-navbar-nav>li:hover>ul {
  font-family: 'Bison Bold', sans-serif;
  display:block;
  min-width: 100px;
  text-decoration:none!important;
}

.back-blue{
  background-color: #064169 !important;
}
.text-blue{
  color: #263c5c;
}
.text-blue-2{
  color: #11395c;
}
.text-white{
  color: #fff !important;
}
.text-orange{
  color: #ef8022 !important;
}
.text-dark{
  color: #2e2e2e;
}
.uk-heading-primary {
  line-height: 0.95;
}
.uk-text-light{
  font-weight: 300;
}
@media (min-width: 1200px){
  .uk-container{
    max-width: 960px;
}
}
@media (min-width: 960px){
  .uk-h2, h2 {
    font-size: 2.25rem;
  }
  .uk-h1, h1 {
    font-size: 3.225rem;
  }
}
h2.title{
  font-weight: 300;
}
/* HEADER */
#header{
  background: #fff;
  padding-top: 15px;
  padding-bottom: 14px;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{
  font-family: 'Bison Bold', sans-serif;
  font-weight: 400; 
  font-size: 1.15rem;
  color: #59595b;
  min-height: 24px !important;
}
.uk-navbar-nav>li.uk-active>a{
  color: #ef8022;
}
@media (min-width: 1200px){
  .uk-heading-primary {
    font-size: 5.75rem;
    line-height: 0.95;
  }
}
/* SLIDER */
#slider .agente{
  position: absolute;
  z-index: 1;
  right: 0;
  margin-right: 30px;
}
@media (max-width: 640px){
  #slider .agente{
    max-width: 65%;
    right: auto;
    left: 17.5%;
    margin-top: 150px !important;
    margin-right: 0;
  }
}
/* SERVICIOS */
#servicios{
  padding-top: 170px;
}
#servicios .uk-grid>div{
  cursor: pointer;
}
#servicios .icon{    
  background: #f1f0f0;
  border-radius: 50px;
  width: 85px;
  height: 85px;
  padding-top: 8px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}
#servicios h4{
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 300;
}
#servicios p{
  margin-top: 10px;
  font-size: 0.925rem;
}
@media (min-width: 767px){
  #servicios{
    padding-top: 220px;
  }
}
/* K9 */
#k9 #texto{
  margin-left: 550px;
  margin-bottom: 90px;
}
/* UNIDADES CANINAS */
#unidades .uk-container{
  max-width: 960px;
}
#unidades .uk-subnav-pill>li>a {
  background: #edecec;
  text-transform: none;
  color: #59595b;
}
#unidades .uk-subnav-pill>.uk-active>a {
  background-color: #114b78;
  color: #fff;
  text-transform: none;
  border-bottom: 2px solid #ef8022;
}
#unidades .perros img{
  filter: grayscale(1);
}
#unidades .uk-active a{
  color: #ef8022;
  
}
#unidades .uk-active img, .perros li a:hover{
  filter: grayscale(0);
}
#unidades .info{
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 50px 10px;
  margin-left: 7px;
}
.pp4{
  width: 100%;    margin-left: 15px;
}
.pp4 p{
  margin-top: 0;
  font-weight: 300;
  font-size: 0.85rem;
}
@media screen and (max-width: 640px){
  #k9{
    background-position-x: 50%;
    height: 320px;
  }
}
/* PORTFOLIO */
#portafolio{
  height: 429px;
}
#portfolio h4{
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
#portfolio p{
  color: #818181;
  font-size: 0.9rem;
}
.portafolios>div{
  margin-bottom: 30px;
}
@media screen and (max-width: 640px){
  #portafolio{
    background-position-x: 68%;
    height: 320px;
  }
}
/* CONTACTO */
#contacto #texto {
  margin-left: 550px;
  margin-bottom: 90px;
}
#contact{
  background: #f3f3f3;
}
#contact strong{
  color: #111;
  font-size: 1.15rem;
}
#contact hr{
  margin-top: 5px;
}
#contact button{
  background: #064169;
  border-bottom: 2px solid #ef8022;
  text-transform: none;
}
@media screen and (max-width: 640px){
  #contacto{
    background-position-x: 36%;
    height: 320px;
  }
}
/* MODAL */
.uk-modal .uk-heading-primary {
  font-size: 4.5rem;
}
.uk-modal-dialog {
  width: 960px;
}
.uk-modal-body {
  padding: 15px 15px 45px;
}
.uk-modal .uk-container{
  padding-top: 50px;
  padding-bottom: 50px;
}
.uk-modal p{
  font-size: 18px;
  font-weight: 300;
  padding-right: 30px;
  border-right: 12px solid #ef8022;
}
.uk-modal ul {
  border-right: 12px solid #ef8022;
  margin-top: -20px;
  padding-top: 20px;
  padding-right: 30px;
}
.uk-modal ul li{
  font-weight: 300;
}
.close{
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -16px;
  margin-right: -16px;
  cursor: pointer;
}
@media screen and (max-width: 640px){
  .close{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -8px;
    margin-right: -8px;
    cursor: pointer;
  }
  .uk-modal .uk-heading-primary {
    font-size: 3.15rem;
    margin-left: -20px;
  }
}
/* FOOTER */
footer{
  padding-top: 30px;
  padding-bottom: 30px; 
  background: #f2f2f2;
}
footer p{
  margin-top: 5px;
}
.uk-offcanvas-bar{
  background: #fff;
  box-shadow: 4px 4px 30px rgba(0,0,0,0.24);
}
.uk-offcanvas-bar .uk-nav-default>li>a{
  color: #444;
}
.uk-offcanvas-bar .uk-nav-default>li>a:hover{
  color: #ef8022;
}
.uk-offcanvas-bar .uk-nav-default>li.uk-active>a{
  color: #ef8022;
}
.bg-blue-gradient{
  background-color: #11395c;
  background-image: linear-gradient(to bottom, #11395c, #1b5a92);
}
.form-landing{
  padding: 30px;
  border: 2px solid #11395c;
  max-width: 100%;
}
.form-landing input, .form-landing textarea, .form-landing select{
  border: 2px solid #11395c70;
}

.tt .uk-container{
  padding-bottom: 200px
}
.img-main{
  margin-top: -210px;
}
@media screen and (min-width: 960px){
  .form-landing{
    margin-top: -380px
  }
  .uk-text-justify-m{
    text-align: justify !important;
  }
}
.bg-blue{
  background-color: #11395c;
}
.bg-white{
  background-color: #fff;
}
.bg-orange{
  background-color: #ef8022;
}
.uk-notification-message-success {
    background-color: #32d296;
    color: #ffffff;
}