/********** Template CSS **********/
@import url(style.fonts.css);
body {
  font-family: Dax-Medium;  
  color:#717171;
}:root {
    --primary: #355EFC;
    --secondary: #E93C05;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
	font-family: Dax-ExtraBoldItalic;
 }

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    color:#333131;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
	background: rgba(255, 255, 255, .5)
}

.navbar-slinder {
    background: rgba(255, 255, 255, .5)
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    /*color: var(--tertiary);*/
    color: #000000;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.super {
	text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-65deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-caption {
	color: #171781;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/*.page-header-404 {
    padding-top: 12rem;
    padding-bottom: 38rem;
    background-image: url(../img/header-error-404.webp);
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}*/

.page-header-4512 {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header.webp);
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}

.page-header-4513 {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header-perros.webp);
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}

.page-header-4514 {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header-productos.webp);
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}

.page-header-4515 {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header-producto-individual.webp);
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}

.page-header-4523 {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header-gatos.webp);
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}

.page-header-4524 {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header-productos-gatos.webp);
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}

.page-header-4525 {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header-producto-individual-gatos.webp);
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}

.page-header-4526 {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url("../img/header-peque-ani.webp");
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}


.page-header-4535 {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header-arenas-gatos.webp);
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}




@media (max-width: 767px) {
	.page-header-4512, .page-header-4513, .page-header-4514, .page-header-4515, .page-header-4523, .page-header-4524, .page-header-4525, .page-header-4526, .page-header-4535 {
		background-position: bottom right;
	}
}

.banner {
	height: 125px;
	color: #171781;
}

.form-conta{
	margin-bottom: 120px;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}

.nues-site {
	margin-top:1.5rem;
}

/*** Facts ***/
.facts {
    background: linear-gradient(rgba(0, 85, 160, .85), rgba(0, 85, 160, .85)), url(../img/bg.webp);
}


/***listas***/
.tab-content ul li {
	display: block;
	padding: 5px 0 5px 15px;
	background: url(images/list_marker.png) no-repeat 0px;
}

.tab-pane ul li {
    display: block;
    padding: 5px 0 5px 25px;
    background: url(images/list_marker.png) no-repeat 0px;
}

.tab-produt ul li {
    display: block;
    padding: 5px 0 5px 25px;
    background: url(images/list-huella.png) no-repeat 0px;
}

.table {
	color: #717171;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * { 
	color: #717171;
}

/*****table scroll dog vet*****/
.tab-scroll {
	max-height: 200px; 
	overflow-y: scroll;
}

.table-secondary{
--bs-table-bg: #D2AB67 !important;
}
.table-warning {
--bs-table-bg: #F58220 !important;    
}
.table-danger {
--bs-table-bg: #D1D3D4 !important;    
}

.amount{
    width: 150px;
}

.breeds{
    width: 231px;
}

/*****table scroll tommy dog*****/
.tab-rationing {
	max-height: 300px; 
	overflow-y: scroll;
}
	
.table >thead > tr {
    border-top: 1px solid #dee2e6;
    font-weight: var(--bs-body-font-weight);
}

.table>:not(caption)>*>* {
    color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color))): none;
}

.pregnant {
    vertical-align: middle;
}

ol.entrena li {
    padding-bottom: 3ex;
}


sup {
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 85, 160, .85), rgba(0, 85, 160, .85)), url(../img/bg.webp);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(204, 204, 204, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-img-nue{
	border: 1px solid var(--light);
	border-radius: 8px;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h5 {
    transition: .5s;
}

.project-item:hover .project-title h5 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team col-lg-4***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
	text-transform: capitalize;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-text h5 {
    transition: .5s;
	text-transform: capitalize;
}

.team-item:hover .team-text h5 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}

/*** Team col-lg-6***/
.team-item .team-produ {
    position: absolute;
    top: 0;
    right: 8rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-produ{
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-produ h4 {
    transition: .5s;
	text-transform: capitalize;
}

.team-item:hover .team-produ h4 {
    color: #FFFFFF;
}

.team-item .team-produ h5 {
    transition: .5s;
	text-transform: capitalize;
}

.team-item:hover .team-produ h5 {
    color: #FFFFFF;
}

@media (max-width: 992px){
.team-item .team-produ {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
	}
}

/*****txt_capitalize h1*****/
.title-text h1{
	text-transform: capitalize;
}

/***Placeholder dashboard ideas***/

.placeholders {
	margin-top:25px;
  margin-bottom: 30px;
  padding-top:25px;
  text-align: center;
}
.placeholders-product {
	margin-top:25px;
  margin-bottom: 30px;
  padding-top:25px;
  text-align:left;
}
.placeholders-footer {
	font-family:Dax-MediumItalic;
	margin-top:25px;
  margin-bottom: 30px;
  padding-top:25px;
  text-align: left;
}
.placeholders h4 {
  margin-bottom: 10px;
}
.placeholder {
  margin-bottom: 20px;
}

/*****leer mas*****/
.hide{
	display: none;
	margin-top: 1.5rem !important; 
}

.show{
	display: block;
}

/*****formulario*****/
.aler {
	padding: 0 15px;
	color: #bb2929;
}

.formulario_input-error {
	font-size: .675em !important;
	margin-bottom: 0;
	display: none;
}

.formulario_textarea-error {
	font-size: .675em !important;
	margin-bottom: 0;
	display: none;
}

.formulario_validacion-estado {
	position: absolute;
	right: 10px;
	bottom: 20px;
	z-index: 100;
	font-size: 16px;
	opacity: 0;
}

.formulario_checkbox {
	margin-right: 10px;
}

.formulario_mensaje {
	height: 45px;
	line-height: 45px;
	background: #F66060;
	padding: 0 15px;
	border-radius: 3px;
	color: #000000;
	display: none;
}

.formulario_mensaje-activo {
	display: block;
}

.formulario_grupo-btn-envia {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.formulario_btn:hover {
	box-shadow: 3px 0px 30px rgba(163,163,163, 1);
}

.formulario_mensaje-exito {
	font-size: 14px;
	color: #119200;
	padding-top: 15px;
	display: none;
}

.formulario_mensaje-exito-activo {
	display: block;
}

/* ----- -----  Estilos para Validacion ----- ----- */
.formulario_grupo-correcto .formulario_validacion-estado {
  color: #1ed12d;
  opacity: 1;
}

.formulario_grupo-incorrecto .formulario_label {
  color: #bb2929;
}

.formulario_grupo-incorrecto .formulario_validacion-estado {
  color: #bb2929;
  opacity: 1;
}

.formulario_grupo-incorrecto .formulario_input {
  border: 1px solid #bb2929;
}

.formulario_grupo-incorrecto .formulario_textarea {
  border: 1px solid #bb2929;
}


/******/
/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.formulario_input-error-activo {
	display: block;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}


.fix {
    overflow: hidden;
}
.iframe {
    width: 100%;
}


/*** Footer ***/
.bg-dark {
    background-color: #0055A0 !important;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #000B1C;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}

.modal-img {
	width: 100%;
	height: auto;
}
/*--countdow---*/
.countdown {
  height: 1px;
  z-index: 2;
  position: relative;
  /* bottom: 1px; */
  width: 100%;
  display: flex;
  justify-content: center;
}
.countdown >div {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  background: #002e0f;
  width: 100%;
  margin: 0 auto;
  bottom: 7px;
  border-top-left-radius: 56px;
  border-top-right-radius: 56px;
  max-width: 1270px;
}
.countdown .countdown__faltapoco h3 {
  text-align: center;font-size: 1.5em;color: white;
}
.countdown .countdown__countdown {
  display: flex;
  justify-content: space-around;
  margin:0 131px 0 70px;
  align-items: center;
  color: white;
  text-align: center;
  position: relative;
  z-index: 1;
}
.countdown .countdown__countdown i {
  font-style: normal;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 0.76;
  display: block;
  margin-top: 12px;
}
.countdown .countdown__countdown span {
  display: block;
  font-size: 1em;
  line-height: 0.8;
  font-weight: 500;
}
.countdown .countdown__countdown .linea {
  width: 2px;
  height: 58px;
  margin: 0 28px;
  background: white
}
.countdown .link a div{
  border: 2px solid white;
  background: transparent;
}

.countdown .countdown__countdown {
    margin: 0 4vw;
  }

.countdown .countdown__faltapoco h3 {
    font-size: 1em;
  }
  .countdown .countdown__countdown .linea {
    margin: 0 10px;
  }


.countdown {
    height: unset;
    max-width: 100%;
    margin: 0 auto;
    bottom: 0,5px;
  }
  .countdown >div {
    bottom: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /*flex-direction: column;*/
    padding-top: 10px;
  }
  .countdown .countdown__faltapoco h2 {
    color: aliceblue;
  }
  .countdown .countdown__faltapoco h3 br{
    display: none;
  }
  .countdown .countdown__countdown {
    margin: 13px 4vw;
  }
  .countdown .countdown__countdown i {
    font-size: 2em;
  }
  .countdown .countdown__countdown .linea {
    width: 1px;
  }
  .countdown .link{
    bottom: -9px;
    position: absolute;
  }

@media (max-width: 490px) {
    .countdown >div {
    bottom: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    flex-direction: column;
    padding-top: 3px;
  }
    
}

/**/
.whatsapp-container {
    bottom: 90px;
    filter: drop-shadow(0 0 2px #f2f2f5);
    position: fixed;
    right: 20px;
    transition: .15s;
    z-index: 99;
}

.whatsapp-container :hover {
    filter: drop-shadow(0 0 2px #b8bbcb);
}
.whatsapp-btn{
    width: 48px;
    height: 48px;
}

.whatsapp-tooltip {
    position: absolute;
    top: 16px;
    right: 80px;
    max-width: calc(100vw - 45px);
    height: 32px;
    padding: 0 14px;
    border: none;
    border-radius: 16px;
    background: #fff;
    color: rgba(0,0,0,.8);
    line-height: 31px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .3s ease-out .4s;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
    visibility: hidden;
}

.tooltip-left:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: -6px;
    border: 8px solid transparent;
    border-width: 6px 0 6px 8px;
    border-left-color: #fff;
}

.tooltip-left{
   right: 80px;
   top:16px;
}

#wappwidget:hover span {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
