/*################################################################# */ 
/*@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(http://fonts.googleapis.com/css?family=Lato:400,900);
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;*/
/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* { 
		margin: 0;
		padding: 0px;
	} 


.img-carrusel5 {
    background-image: url(../img/Carrusel5.jpg);
    background-position: center;
    background-repeat: non-repeat;
    background-size: 100% 100%;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

p { 
	padding: 0; 
	margin-bottom: 5px; 
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px; 
	line-height: 24px;
	color: #384452; 
	margin-top: 5px; 
}

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

.imgMargin{
	margin-top: 20px;
}

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:focus, a:hover, a:active {
  text-decoration:underline;
  color:#2E9E31;}
}

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

.centered {
	text-align: center
}

.padreImagen {
    width:600px;
    height:400px;
    line-height:400px;
    margin:0px auto;
    text-align:center;
    background-color:#CCCCCC;
}

.centerImage {
    vertical-align:middle;
}

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

.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
}

.navbar-header .navbar-brand {
	color: #0C51BB;
}

.navbar-default .navbar-nav > li > a {
	color: #0C51BB;
	font-weight: 700;
	font-size: 12px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #2E9E31;
}

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

.navbar-default {
	background-color: #ffffff;
	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: #0C51BB;
  border-color: #0C51BB;
}

.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: 40px;
	margin-bottom: 40px;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

.hline {
	border-bottom: 2px solid #384452;
	margin-bottom: 2px;
  margin-right: 5px;
  
}
.hlineHead {
	border-bottom: 1px solid #0C51BB;
	margin-top: 7px;
}

.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}
.hlinedoble {
	border-bottom: 10px solid #0C51BB;
	margin-bottom: 25px;
	margin-top: 30px;
}

/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap {
	background-color: #0C51BB;
	min-height: 550px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}

#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: 40px;
	margin-bottom: 80px;
}

#service i {
	color: #0C51BB;
	font-size: 60px;
	padding: 15px;
}

/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 60px;
	margin-bottom: 60px;
	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:100%;
	width:100%;
	background-color:#0C51BB;
	background-color:rgba(0,179,254,.9);
	text-align:center;
}

/* 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 {
  width: auto;
  height:auto;
  padding-right: 50pv;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #0c51bb;
}

#footerwrap p {
	color: #bfc9d3;
}

#footerwrap a {
	color: #bfc9d3;
}

#footerwrap h4 {
	color: white;
}

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

#footerwrap i:hover {
	color: #0C51BB
}

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

#blue {
	background: #0C51BB;
  padding-top: 5px;
    margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#blue2 {
	background: #0C51BB;
	margin-top: 60px;
	margin-bottom: 10px;
	padding-top: 25px;
	padding-bottom: 5px;
}
#blue-navbar {
	background: #0C51BB;
	margin-bottom: 3px;
	padding-bottom: 1px;
  opacity: 0.9; 
}
#blue-navbar p {
	 padding: 1px;
   margin: 0px;
    
}
#blue .row {
    margin-top: 10px;
}
#blue-img-bottom {
	background: #0C51BB;
	margin-top: 60px;
	margin-bottom: 0px;
	padding-top: 25px;
	padding-bottom: 5px;
}

#blue h3 {
	color: white;
	margin-left: 15px;
  margin-top: 0px;
}
/* Efecto Desenfoque */
.blur{
  -webkit-filter: blur(1px);  
}
.trasparencia
{
    opacity: 0.5;    
}

.ctitle {
	color: #0C51BB;
	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: #0C51BB;
}

/* Contact Page */
#contactwrap {
	background: url(../img/contact.jpg) no-repeat center top;
	margin-top: -60px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	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-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

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

.share i {
	padding-right: 15px;
	font-size: 18px;
}
img.pequena{
  width: 200px; height: 60px;
}
img.mediana{
  width: 100px; height: 100px;
}
img.grande{
  width: 200px; height: 200px;
}
.barraContacto{
	margin-bottom: 6px;
}
.barraContactoContenido{
	background-color: #0C51BB;
}
.map{
	padding-top: 5px;
  border-radius: 5px;
  border-color: #0C51BB;
  border-width: 2px;
  border-style:solid;
}
.map2{
    width: auto;
    height: 250px;
    padding-top: 20px;
    border-style:solid;
    border-radius: 5px;
    border-color: #0C51BB;
    border-width: 2px;
    -webkit-box-shadow: 2px 2px 2px black;
    -moz-box-shadow:    2px 2px 2px black;
}
p.especialidad{
	color: #0C51BB;
	font-weight: bold;
	padding: 2px;
}
.cuadro{
	padding: 10px;
	margin: 5px;
}
.ir-arriba {
	display:none;
	padding:20px 50px 20px 20px;
	color: #0C51BB;
	font-size:40px;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
	z-index:1;
}
.img-recarga {
  background:transparent url(../img/imgRecarga.gif) center no-repeat;
  }
.img-logo{
    padding: 5px;
}
/*input:invalid {
border: 1px solid red;
}*/
input:required:valid {
border: 1px solid green;
}
textarea:required:valid {
border: 1px solid green;
}

/*Separa la informacion de los titulos*/
.carousel-caption{
  padding-top: 130px;
    
}
.carousel-caption .titulo{
 font-size:2.5em;
 color: #0C51BB;
}
.carousel-caption .subtitulo{
    color: #384452;
    font-size: 22px;
}
.carousel-caption .subtitulo2{
    color: #384452;
    font-size: 20px;
}
.carousel-caption .texto{
    color: #384452;
    font-size: 18px;
}

.logocentros{
    padding-bottom: 10px;
    padding-top: 10px;
}

@media screen and (max-width: 480px) {
    .btn {
      display: inline-block;
      padding: 3px 6px;
      margin-bottom: 0;
      font-size: 12px;
      font-weight: normal;
      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: 1px solid transparent;
      border-radius: 4px;
}
    .item {
      display: block;
      width: 100%;
      height: 270px;
      background-position: center;      
      background-repeat: non-repeat;
    }
    .carousel-caption{
      padding-top: 5px;
    }
    .carousel-caption .titulo{
     font-size:0.75em;
     color: #0C51BB;
    }
    .carousel-caption .subtitulo{
        color: #384452;
        font-size: 12px;
    }
    .carousel-caption .subtitulo2{
    color: #384452;
    font-size: 10px;
}
    .carousel-caption .texto{
        color: #384452;
        font-size: 10px;
    }
    
    .imgcomunicacion{
        padding-bottom: 10px;
        padding-top: 10px;
        width: 20%;
        height: 20%;
        align-content: center;
        text-align: center;
    }
    
    .logocentros{
        padding-bottom: 10px;
        padding-top: 10px;
        width: 50%;
        height: 50%;
        align-content: center;
        text-align: center;
    }
    
    

}
