/* ==========================================================================
   GENERAL
   ========================================================================== */
li{
	display:inline;
}

a, a:hover, a:focus, input, textarea, button{
	outline:none;
}

a, a:hover, a:focus{
	text-decoration:none;
}

body{
	font-family:'Open Sans';
}

.width100{
	width:100%;
}

.inline{
	display:inline;
}


/* ==========================================================================
   HEADER
   ========================================================================== */

.navbar a{}

.navbar-inverse {
    background-color: transparent;
    background-image: none;
	border: none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	border:none;
}

.navbar-collapse {
    background-color: #fff;
}

.navbar-fixed-top {
    position: relative;
}

.navbar-brand {
    height: inherit;
	padding-top: 5px;
}

.navbar-header{
	float:none;
}

.navbar-form{
	padding:0;
}

.navbar-form li{
	float:left
}

.navbar-form a {
    background-color: #21d55a;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 3px 20px;
}

.navbar-form a:hover{
	color:#fff;
	}

.navbar-form li:last-child a {
    background-color: #fff;
	color: #21d55a;
	padding-left: 77px;
    background-image: url("../img/corner.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}

.menu-top {
    float: right;
    margin-top: 44px;
    position: relative;
}

.menu-top a, .menu-top span {
    color: #9a9a97;
	font-size: 13px;
    padding: 0 2px;
}

.menu-top a:hover{
	color:#9a9a97;
	}

.menu-top i {
    font-size: 18px;
}

.separa{
	display:none;
}

.carousel-control{
	background-image:none !important;
}

.especialistas {
    top: 75px;
    position: relative;
    left: 25px;
    font-size: 20px;
    color: #21d55a;
}


/* ==========================================================================
   FOOTER
   ========================================================================== */
footer{
	margin-top:40px;
}

.prefooter{
	background-color:#b4b7b5;
	height:110px;
	padding:15px;
	}

.copy{
	margin:30px 0 30px 0;
	text-align:center;
}

.prefooter p{
	color:#fff;
}



/* ==========================================================================
   CONTENIDO
   ========================================================================== */
.carousel-indicators li {
	background-color:#6e716f;
    height: 20px;
    width: 20px;
	margin:0 12px;
	
}

.carousel-indicators li.active {
	margin:0 12px;
    width: 20px;
    height: 20px;
}

h2.primary {
	background-color:#21d55a;
    font-size: 20px;
    color: #fff;
	margin-bottom:40px;
    padding: 8px 5px 8px 30px;
    margin-top: 45px;
	position:relative;

}

h2.primary img {
    position: absolute;
    right: 0;
    top: 0;
}

p.title {
    color: #21d55a;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

p.title.down {
    margin-top:15px;
}

p.text{
	color:#b1b3b4;
	font-size: 16px;
	margin-bottom:25px;
}

#carousel-secondary{
	margin-top:40px;
}

.left-carousel {
    left: 20px;
    margin-top: -29px;
    position: absolute;
    top: 50%;
}

.right-carousel{
	right: 20px;
    margin-top: -29px;
    position: absolute;
    top: 50%;
}

#carousel-secondary {
    background-color: #c7d3cb; /*#bdbfbe;*/
    overflow: hidden;
	padding:10px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.box-carousel {
    display: inline-block;
    padding: 0 15px;
    width: 25%;
}

#carousel-secondary .item img {
    width: 100%;
}


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-top: 0px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.block {
    display: block;
}

.marginContactText {
    margin: 0 30px 5px;
}

.formulario_inp {
    width: 95%;
    margin: 30px auto;
}

.textarea100 {
    width: 100%;
    height: 125px;
    padding: 14px;
}

.btn_send {
    background-color: #21d55a;
    color: #fff;
    font-weight: 600;
    float: right;
    margin-right: 29px;
    width: 150px;
    opacity: 0.9;
}

.btn_send:hover {
    opacity: 1;
    color: #fff;
}

.marginLeft30 {
    margin-left: 30px;
}

.padding_general {
    padding: 8px 30px 8px 30px;
}

.mt0 {
    margin-top: 0px !important;
}

.mt10 {
    margin-bottom: 10px !important;
}

.header_blue {
    background: #21d55a;
    color: #FFF;
}

.header_blue th {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.miembro {
    position:absolute;
    opacity: 0;

    -webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.5s;    
}

.miembro:hover {
   opacity: 1; 
}

.esqueleto {
    position: relative;
    margin-left: 50px;
    min-height: 555px;
}

.man {
    left: 15px;
    position: absolute;
}

.cabeza {
    top: 2px;
    left: 97px;
}

.manos {
    top: 168px;
    left: 93px;
}

.manos2 {
    top: 188px;
    left: 201px;
}

.tronco {
    top: 103px;
    left: 80px;
}

.brazo1 {
    top: 77px;
    left: 44px;
}

.brazo2 {
    top: 82px;
    left: 189px;
}

.pierna1 {
    top: 236px;
    left: 38px;
}

.pierna2 {
    top: 245px;
    left: 137px;
}

.pie1 {
    top: 305px;
    left: 18px;
}

.pie2 {
    top: 484px;
    left: 191px;
}

.cabeza:hover, .manos:hover {
    opacity: 1;
}


.flip-container {}
.flip-container:hover .flipper,  
.flip-container.hover .flipper {}

.flip-container, .front, .back {
    width: 225px;
    height: 225px;
    margin: 0 auto;
}

.flipper {
    position: relative;
}

.front, .back {
    position: absolute;
    top: 0;
    left: 0;
}


.back {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #21d55a;
    z-index: 50;
}

.back:hover {
    opacity: 0.8;
}

.name_product {
    position: absolute;
    top: 95px;
    left: 0;
    right: 0;
    text-align: center;
    color:#fff;
    font-size: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none; 
}

.thumbnail {
    border: none !important;
    box-shadow: none !important;
    background-color: #bcd7c5;
    padding-top: 25px;
    cursor: pointer;
}

.carousel {
    background-color: #d2f5dd;
}

.ortopedia-tooltip + .tooltip {  min-width: 250px;  }
.ortopedia-tooltip + .tooltip > .tooltip-inner {background-color: #21d55a; padding: 10px 25px 10px 25px; font-size: 20px;}
.ortopedia-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#21d55a; display: none }

.block_int {
    display: none;
}


/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width:1199px){
.navbar-form li:last-child a {
    padding-left: 66px;
}

.flip-container, .front, .back {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.name_product {
    top: 80px;
    font-size: 20px;
}


.navbar-form a {
    padding: 3px 18px;
    font-size: 16px;
    }
}

@media (max-width:991px){
.navbar-form li a {
	font-size: 12px;
    padding: 3px 11px;
}

.navbar-form li:last-child a {
    padding-left: 64px;
}

.flip-container, .front, .back {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.name_product {
    top: 60px;
    font-size: 20px;
}

.menu-top {
    float: right;
    margin-top: 8px;
    position: absolute;
    right: 0;
    top: 0;
}

.navbar-header{
	position:relative;
}
}

@media (max-width:767px){
.navbar .navbar-form li{
	display:block;
	float:none
}

.especialistas {
    top: 79px;
    font-size: 16px;
}

.flip-container, .front, .back {
    width: 225px;
    height: 225px;
    margin: 0 auto;
}

.name_product {
    top: 100px;
    font-size: 18px;
}

.navbar .navbar-form li a {
    display: block;
    padding: 8px 0 8px 20px;
}

.navbar .navbar-form li:last-child a {
	background-image:none;
	padding: 8px 0 8px 20px;
}

.menu-top {
	right:15px;
    width: 270px;
}

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    border-color: #333;
    margin-top: 55px;
    background-color: #21d55a;
    border-color: #21d55a;
}

.width100{
	margin-bottom:20px;
	width:auto;
	}
	
.carousel-indicators li.active, .carousel-indicators li {
    height: 10px;
	margin:0 5px;
    width: 10px;
}

.carousel-indicators{
	bottom:-5px;
}

.left-carousel {
    left: 10px;
}

.right-carousel{
	right: 10px;
}

h2.primary img {
    display:none;
}

h2.primary{
	padding-left:15px;
	padding-right:15px;
}

.navbar .navbar-form li a {
    border-bottom: 1px solid #fff;
}

}


@media (max-width:600px){
.menu-top li.separa{
	display: block;
	float:none;
}

.flip-container, .front, .back {
    width: 225px;
    height: 225px;
    margin: 0 auto;
}

.name_product {
    top: 100px;
    font-size: 18px;
}

.menu-top li{
	float:right;
}

.menu-top li a{
	font-size:12px;
}
.menu-top li a i{
	margin-top:3px;
}
}


@media (max-width:513px){
.navbar-brand {
    margin-top:40px;
}

.esqueleto {
    margin-left: 0px;
}

.navbar-brand>img {
    width:180px;
}
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    margin-top: 64px;
}

.flip-container, .front, .back {
    width: 225px;
    height: 225px;
    margin: 0 auto;
}

.name_product {
    top: 100px;
    font-size: 18px;
}

.especialistas {
    top: 11px;
    position: absolute;
    left: 16px;
    font-size: 12px;
}

}


/*
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}

.flip-container:hover .flipper,  
.flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 225px;
    height: 225px;
    margin: 0 auto;
}

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
  
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

.front {
    z-index: 2;
}

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #00b5e8;
}

.name_product {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    text-align: center;
    color:#fff;
    font-size: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
*/

.item_footer {
    background-color: #afb3b0;
}