/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 2;
  color: #333;
  background-color: #fff;
}

.redes-fixed{
	background-color: transparent;
	right:30px;
	position:fixed;
	padding:14px 10px;
	bottom:6%;
	width:50px;
	height:50px;
	z-index:5000;
	transition:0.3s;}
	
.redes-fixed:hover{
	background-color: transparent;
	right:30px;
	position:fixed;
	padding:14px 10px;
	bottom:7%;
	width:50px;
	height:50px;
	z-index:5000;
	transition:0.3s;}



.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.calipso{
	color:#00ADC1;}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */




@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
	
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.flotando2{
-webkit-animation-name: animacion2;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction: alternate;
	
}


@-webkit-keyframes animacion2{
from{
left:0px
}

to{
left:15px;
	letter-spacing: 2pt;
}
	
to:hover{
left:0px;
}	

}





.b-w{
	transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
.b-w:hover {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}


.padding0{
	padding-left:0px !important;
	padding-right:0px !important;}


.padding-general{
	padding: 20px 15px;
	}

.padding-general-2{
	padding: 50px 0;
	}
	
.bg-black{
	background: #1D1D1B;
}	

.bg-black-lat{
	background:#1D1D1B;
}
	
.blue{color:#14259b;}

.orange{
	color:#f79225;}
	
.green{
	color:#8cc63f;}	

.white{
	color:#FFF;}
	
.head{
    padding:10px 0 0 0;}

.navbar {
  min-height: 52px;
  margin-bottom: 0px;
  background:#fff;
}

.img-menu{
	opacity:1;
	}
	
.img-menu:hover{
    	opacity:0.7;
	}				
			
	


.btn {
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border-radius:30px;
  border:2px solid ;
}



.btn-default {
  color: #D60B51;
  background-color: #transparent;
  border-color: #666666;
}

.btn-default:hover {
  color: #fff;
  background-color: #D60B51;
  border-color: #D60B51;
  letter-spacing: 6pt;
}

a {
  transition:0.3s;
}

.bg-menu{
	background:#00558D;}
	
.bg-footer{
	background:#061F30;}	
	
.footer{
	background:#0B171E;
	padding:100px 0;}
	

  figure.snip1205 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  background: #000000;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}


figure.snip1205 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip1205 img {
  max-width: 100%;
  vertical-align: top;
}
figure.snip1205 i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #000000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
figure.snip1205 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1205:hover img,
figure.snip1205.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1205:hover i,
figure.snip1205.hover i {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.parallax{
	height: 300px;
	background: url(../images/bg-parallax.jpg) center center no-repeat;
	background-attachment:fixed;
	background-size:cover;
	padding:10% 10%;
	}
	
	h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 15px;
}
h4,
.h4 {
  font-size: 13px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}


.mt5{
	margin-top:5px;}
.mt10{
	margin-top:10px;}
.mt20{
	margin-top:20px;}
.mt25{
	margin-top:17px;}	
.mt30{
	margin-top:30px;}
.mt40{
	margin-top:40px;}			
.mt50{
	margin-top:50px;}
.mt60{
	margin-top:60px;}	
.mt70{
	margin-top:70px;}
.mt80{
	margin-top:80px;}
.mt90{
	margin-top:90px;}		
.mt100{
	margin-top:100px;}
.mt300{
	margin-top:300px;}
.mt450{
	margin-top:450px;}		
	
	
.mb5{
	margin-bottom:5px;}	
.mb10{
	margin-bottom:10px;}
.mb20{
	margin-bottom:20px;}
.mb30{
	margin-bottom:30px;}
.mb40{
	margin-bottom:40px;}			
.mb50{
	margin-bottom:50px;}
.mb60{
	margin-bottom:60px;}	
.mb70{
	margin-bottom:70px;}
.mb80{
	margin-bottom:80px;}
.mb90{
	margin-bottom:90px;}		
.mb100{
	margin-bottom:100px;}
	
.mb150{
	margin-bottom:150px;}	
	
.mb200{
	margin-bottom:200px;}			
	
.pad5{
	padding:5% 0;}
	
.pad10{
	padding:10% 0;}
	
.pad15{
	padding:15% 0;}
	
.pad20{
	padding:20% 0;}	
	
	
.padtop100{
	padding-top:100px;	}

.top{
	background-color:#1D1D1B;
	padding:10px 0 0 0;	
	}

.spacing-t{
	letter-spacing:3pt;
	font-size:10px;
}
	
.spacing{
	letter-spacing:3pt;
	font-size:14px;}
	
.spacing2{
	letter-spacing:3pt;}	



.bg-serv1{
	background:url(../images/bg1.jpg) no-repeat;
	background-size:100%;
	padding:0% 0 6% 0;
    opacity: 0.7; }

.bg-serv1:hover{
	 opacity: 0.7;
}
	
.bg-serv2{
	background:url(../images/bg2.png) no-repeat;
	background-color:transparent;
	background-size:100%;
	padding:6% 0;
	margin-top:-170px;
	z-index:1000;
	position:relative;}
	
.bg-serv3{
	background:url(../images/bg3.jpg) no-repeat;
	background-size:100%;
	margin-top:-130px;
	padding:0% 0 0% 0;
	z-index:500;
	position:relative;}	

.bg-serv4{
	background:url(../images/bg4.jpg) no-repeat;
	background-size:100%;
	padding:0% 0 5% 0;}

.bg-serv5{
	background:url(../images/bg5.png) no-repeat;
	background-color:transparent;
	background-size:100%;
	padding:7% 0;
	margin-top:-170px;
	z-index:1000;
	position:relative;}

.bg-serv6{
	background:url(../images/bg6.jpg) no-repeat;
	background-size:100%;
	margin-top:-230px;
	padding:8% 0 5% 0;
	z-index:500;
	position:relative;}	
	

	
.bg-fucsia{
	background:#D60B51;
	padding:50px 0;}
	
.bg-fucsia2{
	background:#A1083D;
	padding:50px 0;}	
	
.bg-cirugia-segura{
	background:url(../images/bg-seguro.jpg) no-repeat center #333333;
	padding:100px 0;}	
	
.fucsia{
	color:#D60B51;}	
	
.fecha{
	background:#D60B51;
	padding:5px 10px;
	color:#fff;
	float:left;
	position:absolute;
	z-index:1000;}	
	
.line-h{
	line-height:1.5;}
	
.border-left{
	border-left:1px solid #333333;
	padding-left:30px;}	
	
.logo{
	margin-top:-10px;
	position:absolute;
	z-index:1000;}	
	
.m-header{
	margin-top:120px;}
	
.m-header2{
	margin-top:50px;}	
	
.p-destacado{
	border-left: solid 10px #D60B51;
	padding-left:30px;
	color:#D60B51;}	
	
.bg-gray{
	background:#F7F7F7;}
	
.box-white{
	background:#FFF;
	padding:20px;}
	
	
	
/*tabs lateral*/
	.blogShort{ border-bottom:1px solid #ddd;}
.add{background: #333; padding: 10%; height: 300px;}

.nav-sidebar { 
    width: 100%;
    padding: 0px; 
}



.nav-sidebar a {
    color: #666;
    background:#E6E6E6;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
    margin-bottom:5px;
    margin-right:5px;
    padding:3px 10px !important;
    border-radius:13px;
    font-size:11px;
    float:left;
}

.nav-sidebar .active a { 
    cursor: default;
    background-color: #D60B51; 
    border-radius:13px;
    color: #fff; 
}
.nav-sidebar .active a:hover {
    background-color: #D60B51;
    color: #fff;   
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}

.btn-blog {
    color: #ffffff;
    background-color: #E50000;
    border-color: #E50000;
    border-radius:0;
    margin-bottom:10px
}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open .dropdown-toggle.btn-blog {
    color: white;
    background-color:#0b56a8;
    border-color: #0b56a8;
}

 

/*fin tabs lateral*/
								


.bg-cirugia-segura2{
	background:url(../images/dr-silva-cirugia-segura-xs.jpg) no-repeat;
	background-size:100%;
	padding:12% 0;}


.box1 img,.box1:after,.box1:before{width:100%;transition:all .3s ease 0s}
.box1 .icon,.box2,.box3,.box4,.box5 .icon li a{text-align:center}
.box10:after,.box10:before,.box1:after,.box1:before,.box2 .inner-content:after,.box3:after,.box3:before,.box4:before,.box5:after,.box5:before,.box6:after,.box7:after,.box7:before{content:""}
.box1,.box11,.box12,.box13,.box14,.box16,.box17,.box18,.box2,.box20,.box21,.box3,.box4,.box5,.box5 .icon li a,.box6,.box7,.box8{overflow:hidden}
.box1 .title,.box10 .title,.box4 .title,.box7 .title{letter-spacing:1px}
.box3 .post,.box4 .post,.box5 .post,.box7 .post{font-style:italic}
.mt-30{margin-top:30px}
.mt-40{margin-top:40px}
.mb-30{margin-bottom:30px}

/*********************** Demo - 7 *******************/
.box7{position:relative}
.box7:after,.box7:before{width:100%;height:100%;background:rgba(0,0,0,.9);position:absolute;top:0;left:0;opacity:0;transition:all .5s ease 0s}
.box7:after{background:rgba(255,255,255,.3);border:2px solid #d60b51;top:0;left:170%;opacity:1;z-index:1;transform:skewX(45deg);transition:all 1s ease 0s}
.box7:hover:before{opacity:1}
.box7:hover:after{left:-170%}
.box7 img{width:100%;height:auto}
.box7 .box-content{width:100%;position:absolute;bottom:-100%;left:0;transition:all .5s ease 0s}
.box7:hover .box-content{bottom:46%;}
.box7 .title{display:block;text-align: center;font-size:22px;font-weight:700;color:#fff;margin:0 0 10px;}
.box7 .post{display:block;font-size:15px;font-weight:600;color:#fff;margin-bottom:10px}
.box7 .icon{margin:0}
.box7 .icon li{display:inline-block}
.box7 .icon li a{display:block;width:35px;height:35px;line-height:35px;border-radius:50%;background:#0dab76;font-size:18px;color:#fff;margin-right:10px;transition:all .5s ease 0s}
.box8 .icon li,.box8 .title{display:inline-block}
.box7 .icon li a:hover{transform:rotate(360deg)}
@media only screen and (max-width:990px){.box{margin-bottom:30px}
}


	
@media (min-width: 768px) {
	
.simple_carousel_wrapper {
  overflow: hidden;
  max-height: 650px;
}	

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 2;
  color: #333;
  background-color: #fff;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;
}

.bg-cirugia-segura2{
	background:url(../images/dr-silva-cirugia-segura.jpg) no-repeat;
	background-size:100%;
	padding:12% 0;}

.m-header{
	margin-top:200px;}
	
.m-header2{
	margin-top:160px;}		
	
.top{
	background-color:#1D1D1B;
	padding:10px 0 5px 0;	
	}
	
.bg-black-lat{
	background: url(../images/line-left.png) left center no-repeat #1D1D1B;
	padding-left:30px;
}
	
.bg-black-lat:hover{
	background: url(../images/line-left.png) left center no-repeat #1D1D1B;
	opacity: 0.5;
}
	
	
	
	
.head{
    padding:20px 0 10px 0;}	
	
	.box-white{
	background:#FFF;
	padding:60px;}
	
.nav-sidebar a {
    color: #666;
    background:#E6E6E6;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
    margin-bottom:5px;
	padding:10px 35px !important;
    border-radius:13px;
    font-size:13px;
	float:none;
}
	
  .container {
    width: 750px;
  }
  
  .padding-general{
	padding: 100px 15px;
	}
		

	
	h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}	


.parallax{
	height: 600px;
	background: url(../images/bg-parallax.jpg) top center no-repeat;
	background-attachment:fixed;
	background-size:cover;
	padding:12% 10%;
	}
	
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }

	body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #333;
  background-color: #fff;
}
	
	.btn {
  display: inline-block;
  padding: 15px 40px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border-radius:30px;
  border:2px solid ;
}
	
	
h1,
.h1 {
  font-size: 60px;
}
h2,
.h2 {
  font-size: 50px;
}
h3,
.h3 {
  font-size: 35px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}	
	
	.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 35px;
}
	
	
.bg-serv1{
	background:url(../images/bg1.jpg) no-repeat;
	background-size:100%;
	padding:7% 0 10% 0;
    opacity: 0.7; }

.bg-serv1:hover{
	 opacity: 0.7;
}
	
.bg-serv2{
	background:url(../images/bg2.png) no-repeat;
	background-color:transparent;
	background-size:100%;
	padding:17% 0;
	margin-top:-170px;
	z-index:1000;
	position:relative;}
	
.bg-serv3{
	background:url(../images/bg3.jpg) no-repeat;
	background-size:100%;
	margin-top:-230px;
	padding:8% 0 5% 0;
	z-index:500;
	position:relative;}	

.bg-serv4{
	background:url(../images/bg4.jpg) no-repeat;
	background-size:100%;
	padding:7% 0 10% 0;}

.bg-serv5{
	background:url(../images/bg5.png) no-repeat;
	background-color:transparent;
	background-size:100%;
	padding:17% 0;
	margin-top:-170px;
	z-index:1000;
	position:relative;}

.bg-serv6{
	background:url(../images/bg6.jpg) no-repeat;
	background-size:100%;
	margin-top:-230px;
	padding:8% 0 5% 0;
	z-index:500;
	position:relative;}		
	
}
@media (min-width: 1200px) {
  .container {
    width: 1300px;
  }
  
.dropdown:hover .dropdown-menu {
   display: block;
}

}

@media (min-width: 1600px) {
	
.simple_carousel_wrapper {
  overflow: hidden;
  max-height: 850px;
	}
}