.content-img {
    position: relative;
}

.content-img img {
    max-width: 100%;
}
.fl-hamburger-menu-bars {
	cursor: pointer;
}

.content-img a {
    font-family: Lato;
    font-size: 30px;
    position: absolute;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    height: 30px;
}
.content-img a h6 {
    margin: 0 0 0 10px;
    opacity: 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    padding: 2px 5px;
}

.content-img a:hover h6 {
    opacity: 1;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.dot {
    background: #b5002d;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
}

.dot::after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    border: #8c0426 1px solid;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.rodilla {
    bottom: 43%;
    left: 30%;
}

.femur {
    bottom: 53%;
    left: 30%;
}

.codo {
    bottom: 33%;
    right: 40%;
}
.codo h6 {
    order: 1;
    margin: 0 10px 0 0 !important;
}
.codo .order {
    order: 2;
}

.humero {
    bottom: 41%;
    left: 64%;
}
.humero h6 {
    order: 2;
}
.humero .order {
    order: 1;
}
.radio {
    bottom: 20%;
    left: 59%;
}

.escapula {
    bottom: 60%;
    right: 36%;
}
.escapula h6 {
    order: 1;
    margin: 0 10px 0 0 !important;
}
.escapula .order {
    order: 2;
}

.maxilar {
    bottom: 75%;
    right: 10%;
}
.maxilar h6 {
    order: 1;
    margin: 0 10px 0 0 !important;
}
.maxilar .order {
    order: 2;
}

.carpo {
    bottom: 3%;
    right: 38%;
}
.carpo h6 {
    order: 1;
    margin: 0 10px 0 0 !important;
}
.carpo .order {
    order: 2;
}

.cadera {
    bottom: 67%;
    right: 70%;
}
.cadera h6 {
    order: 1;
    margin: 0 10px 0 0 !important;
}
.cadera .order {
    order: 2;
}

.tibia {
    bottom: 39%;
    right: 76%;
}
.tibia h6 {
    order: 1;
    margin: 0 10px 0 0 !important;
}
.tibia .order {
    order: 2;
}

.tarso {
    bottom: 25%;
    right: 80%;
}
.tarso h6 {
    order: 1;
    margin: 0 10px 0 0 !important;
}
.tarso .order {
    order: 2;
}

@media screen and (max-width: 767px) {
    .content-img a {
        font-size: 10px;
    }
    .content-img a h6 {
        font-size: 11px;
    }
    .dot {
        width: 10px;
        height: 10px;
    }

    .dot::after {
        top: -3px;
        left: -3px;
        width: 14px;
        height: 14px;
    }
    .content-img a h6 {
        opacity: 1;
    }
    .tarso {
        bottom: 19%;
        right: 80%;
    }
}

@media screen and (min-width: 768px) {
    .fl_gallery_post_box {
        margin-bottom: 50px;
        float: left;
        max-width: 50%;
        margin-right: 50px;
    }
}

.fl_content_story img.size-medium {
    height: auto;
    width: auto;
}

nav.fl-navigation-style-one ul {
    font-size: 16px;
}


.salchi .vc_parallax-inner {
    background-position: right center !important;
}

.cuidamos h3 {
	    text-shadow: rgb(255, 255, 255) 1px 0px 6px;

}

.vc_section.gato {
background-position: bottom left !important;	
}

.vc_section.perrito {
background-position: top left !important;	
}

.slidermedio rs-sbg {
	background-size: cover !important;
}

.fl-gallery-img {
object-fit: cover;
    width: 100%;
	
}
p {
	font-size: 18px;
}
.text-center {
	text-align: center;
}


@media screen and (max-width: 1199px) {
	.altoperrito  {
	  padding-top: 260px;	
	}
}


@media screen and (max-width: 767px) {
	.altoperrito  {
    padding-top: 100px;
	
	}
}

@media screen and (max-width: 575px) {
	.altoperrito  {
    padding-top: 0px;
	
	}
}