body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden!important;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px; 
  background-color: #fafafa;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
}
h1, h2, h3, h4, h5, h6{
    /*font-family: "Raleway", sans-serif;*/
    font-family: "Raleway", sans-serif;
    font-weight: 700;        
}

.dropdown:hover>.dropdown-menu {
	display: block;
}
.dropdown-menu {
	margin-top: -8px;
	border: none;
}

.dropdown-item {
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #171681;
}

.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #171681;
}

.subheader {
    background-color: #171681;
    margin-top: 5%;
}


/*CAROUSEL*/

h2.slideTitle {
    text-transform: uppercase;
    font-size: 48px;
}
h2{
  color: #171681;
}
p.wow.slideDesc {
    font-size: 28px;
}
p{
 font-family: "Raleway", sans-serif;
 font-size: 14px;
}
.slideTitle{
    color:#fff;
}
.titulo-slide {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 25px;
}

.foto-p {
    margin-top: 6%;
}
/*FIN CAROUSEL*/
/*MENU*/
img.icon-safe {
    width: auto;
    height: 60px;
}
.colSpan {
    border-right: 1px solid #0000004a;
}
/*FIN MENU*/
/*GALLERY*/
.gal-container {
  padding: 12px;
}

.gal-item {
  overflow: hidden;
  padding: 3px;
}

.gal-item .box {
  height: 350px;
  overflow: hidden;
}

.box img {
  height: 110%;
  width: 110%;
  top: -10%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.box:hover img{
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gal-item a:focus {
  outline: none;
}

.gal-item a{
  cursor: pointer;
}

.gal-item a::after {
  content: "\f00e";
  font-family: "FontAwesome";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
  line-height: 350px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
  opacity: 1;
}

.modal-open .gal-container .modal {
  background-color: rgba(0,0,0,0.4);
}

.modal-open .gal-item .modal-body {
  padding: 0px;
}

.modal-open .gal-item button.close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  z-index: 999;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  font-size: 15px;
  border: 2px solid #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}

.modal-open .gal-item button.close:focus {
  outline: none;
}

.modal-open .gal-item button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow: none;
}

.gal-container {
  width: 80%;
}


@media (min-width: 768px) {
  .gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
  }
}

@media (max-width: 768px) {
  .gal-container .modal-content {
    height: 250px;
  }
}


/* Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}


.modal {
  display: none;
  position: fixed;
  z-index: 3333;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: hidden;
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.9); 
}

.modal-foto {
    margin: auto;
    display: block;
    width: auto;
    max-width: 700px;
    height: 465px;
    max-height: 480px;
    object-fit: contain;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: red;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/*FIN GALLERY*/
/*NEWSLETTER*/
/*.subscribe-section {
    background: rgba(0, 0, 0, 0) url("../img/fotos/newsletter-back.jpg") no-repeat scroll left top / cover;
    padding: 60px 0 65px;
    background-attachment: fixed;    
}*/
.subscribe-head h2 {
    color: #171681;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0 0 13px;
    text-transform: uppercase;
}
.subscribe-head p {
    color: #171681;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 39px;
}
.subscribe-head {
    text-align: center;
}
.form-section input[type="email"] {
    border: 0 none;
    border-radius: 3px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    height: 51px;
    letter-spacing: 0;
    text-align: center;
    width: 460px;
}
#mc-embedded-subscribe {
    background: #171681 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    height: 52px;
    letter-spacing: 0;
    margin-left: -60px;
    padding: 0 58px;
}
/*.form-section input[type="submit"] {
    background: #9bb446 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 25px;
    color: #fff;
    height: 51px;
    letter-spacing: 0;
    margin-left: -60px;
    padding: 0 58px;

}*/
/*FIN NEWSLETTER*/
/*FOOTER*/
.btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
}
.btn-fb {
    color: #fff;
    background-color: #3b5998 !important;
}
.btn-tw {
    color: #fff;
    background-color: #dd247b !important;
}
.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    transition: all .2s ease-in-out;
    width: 47px;
    height: 47px;
    background-color: #4e4e4e;
}
.page-footer a {
    color: #171681;
    text-decoration: none;
}
.page-footer a:hover {
    color: #171681;
    text-decoration: none;
}

.backpic{
  background: url(../img/perro.jpg);
  /*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 635px;
}
.capt {
    position: absolute;
    top: 45%;
    left: 40%;
}
.capt2 {
    position: absolute;
    top: 45%;
    left: 26%;
    
}
.contenedor:hover {
    border: 3px solid #f6f6f6;
}

.overtext {
    position: absolute;
    top: 86%;
    left: 28%;
    color: #fff;
}
.overtext2 {
    position: absolute;
    top: 86%;
    left: 42%;
    color: #fff;
}
h5.accordion-title {
    color: #171681;
    font-size: 18px;
}
.card a:hover {
    text-decoration: none;
}
.breadcrumb-item a {
    color: #5e9324;
}
.breadcrumb-item a:hover {
    color: #171681;
}
.breadcrumb-item a:active {
    color: #171681;
}
ol.breadcrumb.bg-light {
    margin-bottom: 0;
}

.media img {
    width: 64px;
    height: auto;
}
.modal-welcome{
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(0,0,0,0.8);
}
#cerrar{
    
}
.modal-backdrop {
    z-index: 1;

}
li.active {
    color: rgba(0,0,0,.9);
}

/*pasos de reserva bootsnip*/
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.shadow-box-custom {
    margin: 0px 0px 20px 0px;
}
.hidden {
    display: none !important;
}

.showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
}
.loader-box {
    align-items: center;
    z-index: 100;
    background-color: rgba(255,255,255,0.9);
}
.hidden {
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -ms-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}
.loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
}
.circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border: 1px solid #00000024;
    height: 58px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;

}
.btn-group>.btn:not(:first-child) {
    border: 1px solid #00000024;
    height: 58px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;

}
input.switch-radio {
    box-sizing: border-box;
    padding: 0;
    visibility: hidden!important;
    margin-right: -14px;
}

select#kind {
    height: 58px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
input#pet-name {
    height: 58px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
select#pet-race {
    height: 58px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
input.form-control.datepicker{
    height: 58px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
input#pet-birthdate {
    height: 58px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
input#pet-lastName, input#pet-rut, input#pet-mail, input#pet-cel1, input#pet-cel2, input#pet-pass, input#pet-pass2, input#pet-calle, input#pet-numero, input#pet-dep  {
    height: 58px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
select#formControlSelectComuna {
    height: 58px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
    word-wrap: break-word;
    width: 100%;
    overflow-x: auto;
    white-space: pre-wrap;
    line-height: normal;
}
.btn-group-pet .active {
    background-color: #171681 !important;
    border-color: #171681 !important;
    color: #fff !important;
    outline: 0;
    background-image: none !important;
    -webkit-box-shadow: none !important;
}

.btn-group-pet .btn {
    width: 100%;
}
.btn-group-pet .btn+.btn{
    margin-left: 2% !important;
}
.input-group-addon {
    padding: 21px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon {
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    display: table-cell;
}
input {
    overflow: hidden!important;
}
.padped1 {
    padding-left: 20px;
    padding-right: 20px;
}
.padped2 {
    padding-left: 20px;
    padding-right: 20px;
}
.padped5 {
    padding-left: 29px;
    padding-right: 29px;
}
.padped3 {
    padding-left: 58px;
    padding-right: 58px;
}
.padped4 {
    padding-left: 50px;
    padding-right: 50px;
}

.btn-tertiary-dark {
    background-color: #1b2122 !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    color: #fff !important;
    border-color: #1b2122 !important;
    letter-spacing: 0px;
    padding: 15px 45px;
}
.btn-petss {
    padding: 0px 5px;
    float:right;
}
.little-dog {
    font-size: 12px;
}
.btn-pets {
    padding: 2px 6px;
    margin-left: 5px;
    float:right;
}


/*acordion reserva*/
.iconoDown {
    float: right;
    margin-top: 20px;
}
.table td {
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    /*padding: 15px 37px;*/
}
.table-responsive {
    display: inline-table;
}
label.form-check-label {
    font-family: "Raleway", sans-serif;
}
label {
    font-family: "Raleway", sans-serif;
}
#formularioPago .card-header {
    font-family: "Raleway", sans-serif;
    font-size: 21px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    text-decoration: none!important;
}
.table-summary tbody td {
    padding: 8px 0px !important;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #788995;
}
.box.box-solid.box-tertiary {
    border: 1px solid #727272;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box.box-solid.box-tertiary>.box-header {
    color: #fff;
    background: #727272;
    background-color: #727272;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.box-header {
    display: block;
    padding: 10px;
    position: relative;
}
.service-footer {
    border-top: solid 1px #d4d9dd;
    padding: 30px;
}
.service-price {
    font-size: 25px !important;
    font-weight: 600 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.9;
    letter-spacing: normal;
    color: #5f9224 !important;
}
.for-night {
    color: #727272 !important;
    font-size: 20px !important;
    font-weight: normal;
}
/*menu2*/
.dropdown-color {
    color: #171681!important;
    font-family: "Raleway", sans-serif;
}
.dropdown-color:hover {
    color: #f8f9fa!important;
}
section.menus {
    z-index: 333;
    width: 100%;
}
.img-cate:hover {
    filter: opacity(.5);
    -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
img.card-img-top.pro {
    width: 100%;
}
select#formControlSelectProduct {
    height: 58px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
input#cantidad {
    height: 58px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.lead #label_precio {
    font-size: 28px !important;
    font-weight: 400;
    color: #ff681c;
    font-family: "Poetsen One", sans-serif;
}
span#label_precio {
    font-size: 24px !important;
    font-weight: 400;
    color: #171681;
    font-family: "Poetsen One", sans-serif;
}
.btn-none {
    color: #4e4e4e;
    background-color: transparent;
    border-color: transparent;
}
.btn-none:hover {
    color: #4e4e4e;
    background-color: transparent;
    border-color: transparent;
}
p.buttons {
    text-align: left;
}
.card-product .card-body {
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #343a40;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}
.bounce-in-top {
	-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
}

/*.btn-info {
    color: #fff!important;
    background-color: #28a745!important;
    border-color: #28a745!important;
    border-radius: 0!important;
}

.btn-info:hover {
    color: #fff!important;
    background-color: #1e7e34!important;
    border-color: #1c7430!important;
    border-radius: 0!important;
}*/

@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1024px) {
    .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
}

div#Divemail {
    display: initial;
}
div#Divpass {
    display: initial;
}

/*Mapa*/
.st1:hover {
    fill: #171681!important;
    cursor: pointer;
}
.st2:hover {
    fill: #171681!important;
    cursor: pointer;
}
.st3:hover {
    fill: #171681!important;
    cursor: pointer;
}
.st4:hover {
    fill: #171681!important;
    cursor: pointer;
}
.st5:hover {
    fill: #171681!important;
    cursor: pointer;
}
.st6:hover {
    fill: #171681!important;
    cursor: pointer;
}
.st7:hover {
    fill: #171681!important;
    cursor: pointer;
}
.st8:hover {
    fill: #171681!important;
    cursor: pointer;
}
.st9:hover {
    fill: #171681!important;
    cursor: pointer;
}
.st10:hover {
    fill: #171681!important;
    cursor: pointer;
}
.st11:hover {
    fill: #171681!important;
    cursor: pointer;
}
.st12:hover {
    fill: #171681!important;
    cursor: pointer;
}

a#iconSearch {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
}
a#iconSearch:hover {
    color: #f2959b!important;
}
.-autocomplete-container {
    position: absolute;
    background: #fff;
    margin: 0 20px 0 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    z-index: 1000;
}
.-autocomplete-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.-autocomplete-list {
    list-style: none;
}
.-autocomplete-item {
    color: #000;
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.-autocomplete-item:hover {
    color: #fff;
    background: #4183c4;
    text-decoration: none;
}
.-autocomplete-item img {
    max-width: 80px;
}
.img-responsive {
    display: block;
    height: auto;
}
.-autocomplete-descrip {
    margin-left: 20px;
    font-size: 14px;
    font-family: Varela Round,sans-serif;
    font-weight: 300;
}
.-autocomplete-item {
    color: #000;
}
.label-danger {
    background-color: #d9534f;
}
.label-none {
    background-color: #5cb85c;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.input-group-addon:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;    
}
.input-group-lg>.input-group-addon{
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.input-group-addon{
    font-weight: 400;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
.input-group .form-control {
    display: table-cell;
}
.input-group-lg>.input-group-addon{
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.table>tbody>tr>td {
    vertical-align: middle;
    font-size: 12px;
    width: 63%;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #28a745;
    border-color: #28a745;
}
.page-link {
    color: #28a745;
}
.nav-link {
    display: block;
    padding: 1.5rem 1rem;
    color:#171681;
}
select#MascotaAddespecie_id {
    height: 58px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
select#MascotaAddraza_id {
    height: 58px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
input#MascotaAddnombre {
    height: 58px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
input.form-control.datepicker {
    height: 58px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
input#MascotaAddpeso {
    height: 58px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
textarea.form-control {
    height: 58px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
label {
    padding-top: 10px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #171681;
}
a {
    color: #212529;
    text-decoration: none;
    background-color: transparent;
}
.ir-arriba {
  display: block;
  background-repeat: no-repeat;
  font-size: 20px;
  color: black;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}

.fa-inverse {
    color: #171681;
}
.p-cart {
    padding: 15px;
}
.prolink .card-title {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    letter-spacing: normal;
    margin: 0;
    text-align: left!important;
    text-transform: uppercase;
}
.prolink .card-title:hover {
    color:#000;
}
.carousel-indicators li {
    background-color: #4e4e4e;
}
ol {
    margin-top: 0;
    margin-bottom: -1.6rem;
}

[type="checkbox"]:checked:after {
    border-color: #28a745;
    color: #fff;
    background-color: #28a745;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    border-radius: 3px;
    font-size: 11px;
    width: 13px;
    height: 13px;
}

input[type=radio]:checked:after {
    border-color: #28a745;
    color: #fff;
    background-color: #28a745;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    border-radius: 25px;
    font-size: 11px;
    width: 13px;
    height: 13px;
}

.st14.st15.txt-color {
    font-family: inherit!important;
}

/*filtro de busqueda tienda*/
.go-accordion {
    border-right: 1px solid #e2e2e2;
}
.category-aside-title {
    border-right: 1px solid #e2e2e2;
}
.go-card {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #e2e2e2!important;
}
.go-subtitle-text {
    line-height: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
}
.go-card-header {
    padding: 0;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    height: 50px;
}
.go-catalog-aside-nav-title {
    height: 100%;
    font-size: 1rem;
    font-weight: 600;
    padding: 0;
    color: #333;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out;
    white-space: nowrap;
}
.go-card-header {
    background-color: #fff!important;
}
.go-catalog-aside-nav-title{
    text-decoration: none;
    margin-left: 15px;
}
.subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 0;
    border-bottom: 1px solid #e2e2e2;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.go-catalog-aside-view-more {
    font-size: 2rem;
    font-weight: bold;
    color: #171681;
    position: absolute;
    top: 0;
    right: 15px;
}
.catalog-aside-nav-list.active {
    opacity: 1;
    visibility: visible;
    max-height: 300px;
    margin: 0;
    margin-left: -60px;   
}
.catalog-aside-nav-list {
    -webkit-transition-property: max-height,padding;
    -o-transition-property: max-height,padding;
    transition-property: max-height,padding;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    max-height: 0;
    opacity: 0;
    height: auto;
    visibility: hidden;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 4px;
    border-top-left-radius: 0;
    overflow-y: auto;
}
.catalog-aside-nav-item {
    font-size: .875rem;
    font-weight: 400;
    color: #333;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    margin-top: 8px;
}
.catalog-aside-nav-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.check-button-container {
    width: 23px;
    height: 23px;
    margin: 0;
}
.check-button-container input[type=checkbox].check-button-item {
    width: 15px;
    height: 15px;
    border-radius: 5px;
}
.catalog-aside-nav-brand {
    margin-bottom: 8px;
    color: #4e4e4e;
    font-size: 13px;
    padding: .21429rem 0;
    text-decoration: none;
}
.body-range {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    place-items: center;
    height: 49px;
}
.wrapper-range {
    position: relative;
    background-color: #fff;
    width: 100%;
}
.price-range-text {
    font-family: "Raleway", sans-serif;
    color: #333;
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;
    font-style: normal;
}
.container-range {
    position: relative;
    width: 100%;
    margin-top: 15px;
}
.range-price-track {
    width: 100%;
    height: 3px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}
input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: hsla(0,0%,100%,.6);
    pointer-events: none;
}
.range-slider-active {
    z-index: 1;
}
.body-field-range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.field-range {
    margin-top: 15px;
    width: 45%;
}
.fiel-range-text {
    font-family: "Raleway", sans-serif;
    color: #333;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    font-size: 14px;
}
.field-range-container-input {
    margin-top: 10px;
}
.field-range-input {
    width: 90%;
    min-height: 36px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #888;
    font-size: 1rem;
    text-indent: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.catalog-aside-buttons {
    padding: 16px 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
}
.catalog-aside-btn-clean {
    display: none;
}
.catalog-aside-btn-clean {
    width: 100%;
    color: #0075ff;
    font-weight: 700;
    font-size: 1rem;
    border: 1px solid #0075ff;
    border-radius: 4px;
    padding: 8px 16px;
    margin-right: 8px;
    height: 36px;
}
.catalog-aside-btn-apply {
    background-color: #171681;
    border-color: #171681;
    color: #fff!important;
    font-weight: 700;
    float: right;
}
.catalog-aside-btn-apply:hover {
    background-color: #e00202;
    border-color: #e00202;
    color: #fff!important;
    font-weight: 700;
    float: right;
}
.catalog-aside-nav-list.active {
    opacity: 1;
    visibility: visible;
    max-height: 300px;
    margin: 8px 0 24px;
}
.samurai-category-filters .custom-control-label {
    font-family: "Raleway", sans-serif;
    padding-top: 3px;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .77px;
    color: #000;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.samurai-category-filters .custom-control-color {
    margin-top: 1px;
    width: 80px;
    height: 16px;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.background_47 {
    background-image: url(../../../img/fotos/foto-principal-2.png);
    background-size: cover;
    margin-top: 84px;
    height: 100vh;
}
.background_47 .col-sm-12 {
    background-color: transparent!important;
}
.caja-texto {
    text-align: left;
    transform: translateY(100%);
    background-color: #00000059;
    padding: 4%;
    color: #fff;
    width: 107%;
    margin-left: -55px;
    margin-right: -55px;
    margin-top: -100px;
}
.titulo-slide {
    font-size: 42px;
    line-height: 48px;
}
.background_50 {
    background-color: #f8f9fa!important;
}
.background_50 .col-sm-12 {
    background-color: #f8f9fa!important;
}
.background_57 {
    background: rgba(0, 0, 0, 0) url(../img/fotos/newsletter-back.jpg) no-repeat scroll left top / cover;
    background-attachment: fixed;
margin-bottom: -16px;
}
.background_57 .col-sm-12 {
    background-color: transparent!important;
}
.background_96 {
    background: rgba(0, 0, 0, 0) url(../img/fotos/background-cloud.png) no-repeat scroll left top / cover;
    background-attachment: fixed;
    margin-bottom: -16px;
   /* background-color: #ff681c;*/
}
.background_96 .col-sm-12 {
    background-color: transparent!important;
}
.background_50 .row {
    margin-top: 0!important;
    margin-bottom: 0;
}
.background_57 .row {
    margin-top: 0!important;
    margin-bottom: 0;
}
.caja-texto .btn-reserva {
    font-size: 31px;
}

@media screen and (min-width: 768px){
.-autocomplete-container {
    min-width: 90%;
}
}
@media screen and (max-width: 425px){
.card.bounce-in-top {
    margin-bottom:30px;
}
.text-box {
    top: 44%;
}
.titulo-slide {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 25px;
}
.form-section input[type="email"] {
    width: 100%;
}
.form-section input[type="submit"] {
    margin-left: 0px;
    margin-top: 15px;
}
.sestionSide .nav-link {
    text-align: left;
}
.form-control {
    width: 100%;
}
.modal-foto {
    width: 100%;
    max-width: 100%;
    height: auto;
}
  .background_47 {
   height: 25vh!important;
    background-position: right;
}
.caja-texto {
    transform: translateY(56%)!important;
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
}
.titulo-slide {
    font-size: 18px !important;
    line-height: 21px !important;
    text-align: left !important;
}
.caja-texto .btn-reserva {
    font-size: 25px!important;
}
.background_48 h4 {
    font-size: 14px!important;
}
.colSpanMobile {
    width: 33%!important;
}
.colSpanMobile2 {
    width: 50%!important;
}
.background_50 h4 {
    font-size: 14px!important;
}
#mc-embedded-subscribe {
    margin-left: 0!important;
    width: 100%!important;
    margin-top: 15px!important;
}
.box img {
    height: 50%;
    width: 100%;
}
.box img {
    height: 50%!important;
    width: 100%!important;
}
.gal-item {
    width: 50%!important;
    height: 182px!important;
}
.background_43 .service-card {
    margin-bottom: 30px!important;
}
.subheader {
    margin-top: 21%!important;
}
.btn-group, .btn-group-vertical {
    display: block!important;
}
button#BtnSubmitPaso1 {
    width: 100%!important;
    display: block!important;
    height: 58px !important;
}
.btn-group-pet .btn+.btn {
    margin-left: 0!important;
}
button#BtnSubmitVolverPaso1 {
    width: 100%!important;
    margin-bottom: 15px!important;
    display: block!important;
}
button#BtnSubmitPaso2 {
    width: 100%!important;
    display: block!important;
}
.table-responsive {
    display: block;
}
.caja-texto {
    margin-top: -60px!important;
}
.info-datos .btn-none {
    width: 100%;
    margin-bottom: 15px;
}
#toast_confirm {
    right: 1% !important;
}
button#BtnSubmitPagoWebpay {
    margin-top: 15px !important;
    width: 100% !important;
    margin-bottom: 15px !important;
    display: block !important;
}
button#BtnSubmitPaso3 {
    margin-top: 15px !important;
    width: 100% !important;
    margin-bottom: 15px !important;
    display: block !important;
}
.card-mod td {
    vertical-align: middle;
    font-size: 12px;
    width: 100%;
    padding: 25px 0px;
}
button#BtnSubmitVolverPaso2 {
    width: 100% !important;
    margin-bottom: 15px !important;
    display: block !important;
}
button#BtnSubmitVolverPaso3 {
    width: 100% !important;
    margin-bottom: 15px !important;
    display: block !important;
}
.hotel-transporte .list-group-item-pet {
    font-size: 11px;
}
#codigo_cupon::placeholder {
    font-size: 14px!important;
}
#contenedor_confirmacion .table td {
    width: 100%!important;
}
.text-muted {
    text-align: center;
}
.cajon .text-justify {
    text-align: center !important;
}
.cajon {
    text-align: center;
}
}
@media screen and (max-width: 375px){
    #codigo_cupon::placeholder {
    font-size: 12px!important;
}
  .background_47 {
   height: 25vh!important;
    background-position: right;
}
  .background_47 {
   height: 23vh!important;
    background-position: right;
}
.caja-texto {
    margin-top: -86px !important;
}
}
@media screen and (max-width: 320px){
    #codigo_cupon::placeholder {
    font-size: 9px!important;
}
  .background_47 {
   height: 21vh!important;
    background-position: right;
}
.caja-texto {
    margin-top: -90px !important;
}
}
