/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 
 
body {
    overflow-x: hidden;
    font-family: 'Merriweather Sans', sans-serif;
}


#tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabs li {
  float: left;
  margin: 0 .5em 0 0;
}

#tabs a {
  position: relative;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  padding: .7em 3.5em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  border-radius: 5px 0 0 0;
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
  font-size:16px;
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
  background: #fff;
}

#tabs a:focus {
  outline: 0;
}

#tabs a::after {
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  transform: skew(10deg);
  border-radius: 0 5px 0 0;  
}

#tabs #current a,
#tabs #current a::after {
  background: #fff;
  z-index: 3;
}

#content {
  background: #fff;
  padding: 2em;
  height: 220px;
  position: relative;
  z-index: 2; 
  border-radius: 0 5px 5px 5px;
  box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}

.navbar-brand{
padding:0px 15px 5px 15px;

}

img.logo {
width:248px;
height:85px;
}

.navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }
	
		

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
.text-muted {
    color: #333;
	padding-bottom:15px;
		padding-top:15px;
}

.text-primary {
    color: #23a3e8;
}

p {
    font-size: 16px;
    line-height: 1.50;
	margin:0px;
}

p.titulo{
    font-size: 22px;
	color:#f7a101;
	line-height:25px;
	font-weight:400;

}

p.textform{
    font-size: 16px;
	color:#ffffff;
	line-height:20px;
	font-weight:400;
	margin-bottom:2px;

}

p.large {
    font-size: 16px;
}

p.telefonos {
    font-size: 26px;
	color:#23a3e8;
	line-height:1;

}
p.telefonos0 {
    font-size: 22px;
	color:#ffffff;
	line-height:1;
	font-weight:500;
		margin-bottom:15px;

}

p.telefonos1 {
    font-size: 22px;
	color:#23a3e8;
	line-height:1;
	font-weight:500;
	padding-top:20px;
}

p.ciudad {
    font-size: 20px;
	color:#ffffff;
		line-height:2;
}

p.ciudad1 {
    font-size: 20px;
	color:#ffffff;
		line-height:2;
		padding-bottom:20px;
}

p.ciudad2 {
    font-size: 14px;
	color:#ffffff;

		margin-bottom:0px;
		text-align:center;
}

p.titulo1{
    font-size: 26px;
	color:#000000;
	line-height:25px;
	font-weight:400;
	padding-bottom:35px;

}
p.titulo3{
font-size: 35px;
color:	#333333;
}

p.titulo6{
font-size: 24px;
color:	#333333;
padding:0px 0 45px 0;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #23a3e8;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #f7a101;
}

h1,
h4,
h5,
h6 {
    text-transform: none;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
}


h2{
    text-transform: none;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
	font-size: 20px;
	color:#d20000;
}

h3{
    font-size: 22px;
	color:#23a3e8;
	line-height:1;
	font-weight:500;
	padding-top:20px;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #23a3e8;
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    background-color: #23a3e8;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f7a101;
    color: #fff;
    background-color: #f7a101;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary .badge {
    color: #23a3e8;
    background-color: #fff;
}

.btn-xl {
    padding: 10px 20px;
    border-color: #C22326;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #C22326;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f7a101;
    color: #fff;
    background-color: #f7a101;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}



.btn-xl .badge {
    color: #23a3e8;
    background-color: #fff;
}



.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #23a3e8;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #f7a101;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #23a3e8;
    background-color: #23a3e8;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #23a3e8;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #23a3e8;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #23a3e8;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #f7a101;
}

header {
    text-align: left;
    color: #fff;
    background-attachment: scroll;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.85)), url("../img/bg_web.jpg");
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 120px;
    padding-bottom: 50px;
}
header .intro-text2 {
    padding-top: 80px;
    padding-bottom: 50px;

}
header .intro-text .intro-lead-in {
        margin-bottom: 20px;
        font-family: 'Merriweather Sans', sans-serif;
        font-size: 18px;
        line-height: 25px;
    }

	header .intro-text .intro-lead-in1 {
        margin-bottom: 18px;
        font-family: 'Merriweather Sans', sans-serif;
        font-size: 18px;
        line-height: 22px;
    }
	
header .lista {
    margin-bottom: 20px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
}

header .intro-text .intro-heading {
    margin-top: 15px;
	margin-bottom: 15px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
}

section {
    padding: 60px 0 50px 0;
}

section h2.section-heading {
padding-top:20px;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
color:	#f7a101;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

section#contact {
    background-color: #333333;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: repeat;
}

section#pweb {
    background-color: #f9f9f9;

    background-position: center;
    background-repeat: repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #23a3e8;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    text-align: center;
	background-color:#000000;
	color:#ffffff;
	
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Merriweather Sans', sans-serif;
    line-height: 40px;
}

@media screen and (max-width: 320px) {
	
.navbar-default .navbar-brand{
width:75%;
}

img.logo {
width:100%;
height:auto;
}

header .intro-text {
    padding-top: 10px;
}
header .intro-text .intro-heading {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

header .intro-text2{
    padding-bottom: 10px;
}
header .intro-text .intro-heading {
    margin-bottom: 20px;
    text-transform: none;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}
h1{
    font-size: 24px;
}

h2{
    font-size: 22px;
}
h3{
    font-size: 16px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 16px;
}

h6{
    font-size: 16px;
}

p{
    font-size: 14px;
	line-height: 16px;
}
section h2.section-heading {
font-size: 25px;
}

p.ciudad {
    font-size: 18px;
	color:#ffffff;
		line-height:20px;
}

p.ciudad1 {
    font-size: 18px;
	color:#ffffff;
		line-height:20px;
		padding-bottom:20px;
}

footer span.copyright {
	line-height:18px;

}

section{
    padding: 80px 0;
}

header .intro-text .intro-lead-in {
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 20px;
}

}

@media screen and (max-width: 640px)  {
	
.navbar-default .navbar-brand{
width:55%;
}


img.logo {
width:50%;
height:auto;
}

header .intro-text {
    padding-top: 10px;
}
header .intro-text .intro-heading {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

header .intro-text2{
    padding-bottom: 10px;
}
header .intro-text .intro-heading {
    margin-bottom: 20px;
    text-transform: none;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}
h1{
    font-size: 24px;
}

h2{
    font-size: 22px;
}
h3{
    font-size: 16px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 16px;
}

h6{
    font-size: 16px;
}

p{
    font-size: 14px;
	line-height: 16px;
}
section h2.section-heading {
font-size: 25px;
}

p.ciudad {
    font-size: 18px;
	color:#ffffff;
		line-height:20px;
}

p.ciudad1 {
    font-size: 18px;
	color:#ffffff;
		line-height:20px;
		padding-bottom:20px;
}

footer span.copyright {
	line-height:18px;

}

section{
    padding: 80px 0;
}

header .intro-text .intro-lead-in {
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 20px;
}

}


@media(max-width: 800px){

header .intro-text {
    padding-top: 50px;
    padding-bottom: 20px;
}


header .intro-text2{
    padding-top: 140px;
    padding-bottom: 20px;
}

}

