/*	################################################################

	Author: Carlos Alvarez
	URL: http://alvarez.is

	Project Name: SOLID - Bootstrap 3 Theme
	Version: 1.0
	URL: http://alvarez.is

################################################################# */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic-ext,greek,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* {
		margin: 0;
		padding: 0px;
	}



body {
	background: #ffffff;
	margin: 0;
	height: 100%;
	color: #384452;
  font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	}



  .nosotroscont {
    margin-bottom: 40px;
  }



.phtratamientos {
  border-radius: 10px;
  -webkit-box-shadow: 3px 4px 15px -2px rgba(0,0,0,0.53);
-moz-box-shadow: 3px 4px 15px -2px rgba(0,0,0,0.53);
box-shadow: 3px 4px 15px -2px rgba(0,0,0,0.53);
}

#nosotros {
  opacity: 0;
    -moz-transition: opacity 5s; /* Firefox 4 */
    -webkit-transition: opacity 5s; /* Safari and Chrome */
    -o-transition: opacity 5s;
    transition: opacity 5s;
}

.nosotrosph {
   border-radius:600px;
   margin-bottom:30px;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

p {
	padding: 0;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #384452;
	margin-top: 10px;
}


.carousel-control {
  height:100vh;
}

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

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


img {
	height: auto;
	max-width: 100%;
}

.carousel-inner {
  height: 100vh !important;
}

a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#ff6600;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.centered {
	text-align: center
}


/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
.navbar {
	min-height: 70px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.navbar-brand {
	font-weight: 200;
  font-size: 1.7em;
  color:white;
  font-family: 'Open Sans', sans-serif;

}

.navbar-brand a {
  -webkit-box-shadow: 3px 4px 5px -2px rgba(255,255,255,1);
  -moz-box-shadow: 3px 4px 5px -2px rgba(255,255,255,1);
  box-shadow: 3px 4px 5px -2px rgba(255,255,255,1);
}

.navbar-header .navbar-brand:hover {
  color: #ff6600;
}



.navbar-header .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
	font-weight: 700;
	font-size: 13px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #ff6600;con
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ff6600;
	background-color: transparent;
}

.navbar-default {
	background-color: #1a2f47;
	border-color: transparent;
}

.dropdown-menu {
	background: #384452;
}

.dropdown-menu > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
}

.btn-theme {
  color: #fff;
  background-color: #384452;
  border-color: #384452;
  margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #00b3fe;
  border-color: #00b3fe;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

.mtb {
	margin-top: 80px;
	margin-bottom: 80px;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

.hline {
	border-bottom: 1px solid #384452;
  width: 260px;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 15px;
}

.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}
/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap {

	min-height: 600px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
   background: url(../img/skincare.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

#headerwrap h3, h5 {
	color: white;
	font-weight: 400;
}

#headerwrap h1 {
	color: white;
	margin-bottom: 25px;
}

#headerwrap .img-responsive {
	margin: 0 auto;
}

/* Services Wrap */
#service {
	margin-top: 100px;
	margin-bottom: 80px;
}

#service i {
	color: #00b3fe;
	font-size: 60px;
	padding: 15px;
}

/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 30px;
	margin-bottom: 0px;
	display: block;
	text-align: center
}

#portfoliowrap h3 {
	margin-bottom: 25px;
}

.portfolio {
	padding:0 !important;
	margin:0 !important;
	display:block;
}


.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;}


.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:40px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:260px;
	width:260px;
	background-color:#00b3fe;
	background-color:rgba(0,179,254,.9);
	text-align:center;
  margin: 0 auto;
}

.hlinecontacto {
    border-bottom: 1px solid #384452;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.tpl6 .bgfede
{
	height:100%;
	width:100%;
  background-color: #00b3fe;
background-color: rgba(0,179,254,.9);
}

/* Testimonials Wrap */
#twrap {
	background: url(../img/t-back.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#twrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

#twrap p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

/* clients logo */
#cwrap {
	background: #f7f7f7;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

#cwrap h3 {
	margin-bottom: 60px;
}

/* Footer */
#footerwrap {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #1a2f47;
}


#footerwrap p {
	color: #bfc9d3;
  font-size: 1em;
}

#footerwrap h4 {
	color: white;
}

#footerwrap i {
	font-size: 30px;
	color: #bfc9d3;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #ff6600;
}

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#blue {
	background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
}


#blue h3 {
	color: white;
	margin-left: 15px;
}

#orange {
	background: linear-gradient(141deg, #b80f0f 0%, #ca6c16 51%, #ff6b00);
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#orange h3 {
	color: white;
	margin-left: 15px;
}

.ctitle {
	color: #00b3fe;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}
csmall2 {
	font-size: 12px;
	color: #f39c12
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme {
	background: #00b3fe;
}

/* Contact Page */
#contactwrap {
	background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
	margin-top: -60px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 200px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Blog Page */
.popular-posts {
	margin: 0px;
	padding-left: 0px;
	}

.popular-posts li {
	list-style: none;
	margin-bottom: 20px;
	min-height: 70px;
}
.popular-posts li a,
.popular-posts li a:hover {
	color:#2f2f2f;
	text-decoration: none;
	}

.popular-posts li img {
	float: left;
	margin-right: 20px;
	}

.popular-posts li em {
	font-size: 12px;
	color: #b3b3b3
	}

.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
}

.share i {
	padding-right: 15px;
	font-size: 18px;
}


.tratamientodiv {
  padding-top:20px;
}

@media only screen and (max-width: 600px) {


.carousel-inner {
    height: 100% !important;
    margin-top: 10%;
  }


  .tpl6 .dmbutton {
      margin: 5px;
  }



.celular {
  margin: 40px;
}


#orange {
    margin-bottom:0px !important;
}



.carousel-control.left {
    display: none;
}

.carousel-control.right {
    display: none;
}


.container{
  margin-top: 5px;
}

#blue {
  margin-top: 55px;
}

.navbar-brand {
	font-weight: 200;
  font-size: 1.1em;
  color:white;
  font-family: 'Open Sans', sans-serif;

}

.tratamiento {
  margin-top:30px;
}

}



@media (min-width: 768px) and (max-width: 1004px) and (orientation: landscape) {
  .navbar-brand {
    font-size: 1.4em;

  }

  .carousel {
    margin-bottom: -290px;
}

}




@media (min-width: 1025px) and (max-width: 1280px) {
  .navbar-brand {
    font-size: 1.4em;

  }

  .mtb {
    padding-top:-50px !important;
  }

  .carousel {
    margin-bottom: -180px;
}
}
