

@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */

@import url('overwrite.css');
/* ====================================== */

.clear {
  clear: both;
}


iframe {
  border: none;
}

.row {
  margin-bottom: 20px;
}

.left {
  float: left;
}

img.left {
  float: left;
  margin: 0 10px 10px 0;
}

/* custom template style */




/* logo */

header .navbar .brand.logo {
  padding: 0;
  margin-left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}

header .navbar .brand.logo img{
    width:51%;
}
    /* header */

    .navbar .nav {
  margin-top: 5px;
}

.navbar .nav li.active {
  margin-top: -5px;
}

.navbar .nav li.active a, .navbar .nav li.active a:hover {
  background: #f8f8f8;
}

.navbar .nav li.active ul li a {
  background: #fff;
}

.navbar .nav li ul li a {
  color: #777;
  font-weight: normal;
}

.navbar .nav li.active ul li a {
  color: #777;
  font-weight: normal;
}

.navbar .nav li.active ul li a:hover, .navbar .nav li ul li a:hover {
  color: #fff;
}

.navbar ul.topnav {
  float: right;
}

.navbar .nav>li>a {
  float: none;
  font-size: 12px;
  padding: 30px 15px 30px;
  color: #777777;
  text-decoration: none;
  text-shadow: none;
  font-weight: bold;
}

header .topnav .dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}


nav select {
  display: none;
}

/* ================ */

/* main content */

#maincontent {
  z-index: 1000;
}


/* divider */

.solid_line {
  padding: 0;
  margin: 20px 0 20px 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #eeeeee;
}

.dotted_line {
  padding: 0;
  margin: 20px 0 20px 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #eeeeee;
}

/* tagline */

.tagline {
  background: #f8f8f8;
  padding: 30px 20px 20px 20px;
  margin-bottom: 0;
}

.tagline_text {
  padding: 0;
}



.flexslider {
  margin-bottom: 20px;
}

ul.filter {
  list-style: none;
  margin-left: 0;
}

ul.filter li {
  float: left;
  margin-right: 10px;
}

ul.filter li.active a {
  text-shadow: none;
  color: #fff;
  background: #1b1b1b;
}



.contactForm {
	margin:0 0 30px 0;
}

.comment-form  label, .contactForm label{
	margin-bottom:10px;
	font-size:13px;
	font-weight:bold;
}

.comment-form input, .contactForm input{
	background:#fff;
	margin-bottom:20px;
	font-size:13px;

}

.comment-form input,.contactForm input{
	width:100%;
	height:30px;
}

.comment-form textarea, .contactForm textarea {
	margin-bottom:25px;
	font-size:13px;
	background:#fff;
	width:100%;
	padding-top:10px;
 }

.contactForm .form-group {
  box-sizing: border-box;
  padding-right: 15px;
}

.validation {
  color: red;
  display:none;
  margin: 0 0 20px;
  font-weight:400;
  font-size:13px;
}

#sendmessage {
  color: green;
  border:1px solid green;
  display:none;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#errormessage {
  color: red;
  display:none;
  border:1px solid red;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* Google Map */
#google-map {
  height: 450px;
  margin-bottom: 20px;
}


/* 404 */

.error-bg {
  background: #f5f5f5;
}

.error-wrapper {
  width: 60%;
  margin: 80px auto;
  padding: 8px;
  background: #f5f5f5;
}

.error-body {
  padding: 20px;
  text-align: center;
  color: #fff;
}

.error-body h1 {
  font-size: 172px;
  line-height: 160px;
  padding: 15px 0 20px 0;
  margin-bottom: 30px;
}

.error-body h3 {
  text-transform: none;
}

.error-footer {
  margin-top: 30px;
  text-align: right;
  background: #f5f5f5;
}

/* social links icon */

.widget .social-links {
  list-style: none;
}

.widget .social-links li {
  padding: 0;
  border: none;
  float: none;
  display: inline;
}

.social-links li a:hover {
  text-decoration: none;
}

/* ============ font awesome icons ===================== */

ul.the-icons {
  list-style: none;
  margin-left: 0;
}

[class^="icon-"], [class*=" icon-"] {
  float: none;
}

.icon-square, .icon-rounded, .icon-plain, .icon-circled {
  margin: 10px 10px 10px 0;
  display: inline-block !important;
  text-align: center !important;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 3px;
  font-size: 12px;
  line-height: 18px;
  text-shadow: none;
  cursor: pointer;
}

.icon-rounded {
  background-color: #444;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.icon-circled {
  background-color: #444;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.icon-square {
  background-color: #444;
}

.icon-plain {
  width: 48px;
  height: 48px;
  font-size: 47px;
  line-height: 50px;
  color: #444;
  text-shadow: 1px 1px 1px #FFF;
}

.icon-plain:hover {
  color: #777;
}

/* circled radius */

.icon-circled {
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}

.icon-64.icon-circled {
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
}

.icon-128.icon-circled {
  border-radius: 64px;
  -moz-border-radius: 64px;
  -webkit-border-radius: 64px;
}

.icon-light {
  background-color: #F5F5F5;
  color: #444;
  text-shadow: 1px 1px 1px #fff;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}

.icon-rounded:hover, .icon-circled:hover {
  color: #fff;
  text-shadow: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.demoicon [class^="icon-"], .demoicon [class*=" icon-"], [class^="icon-"].left, [class*=" icon-"].left {
  float: left;
}

[class^="icon-"].active:hover, [class*=" icon-"].active:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

[class^="icon-"], [class*=" icon-"] {
  margin-top: 1px;
  margin-right: .3em;
}

/* custom size */

.icon-32 {
  width: 24px;
  height: 24px;
  padding: 4px;
  font-size: 16px;
  line-height: 24px;
}

.icon-48 {
  width: 32px;
  height: 32px;
  padding: 8px;
  font-size: 28px;
  line-height: 30px;
}

.icon-64 {
  width: 40px;
  height: 40px;
  padding: 12px;
  font-size: 30px;
  line-height: 40px;
}

.icon-128 {
  width: 56px;
  height: 56px;
  padding: 36px;
  font-size: 54px;
  line-height: 60px;
}


/* Subhead (other pages)
------------------------- */

.subhead {
  text-align: left;
  margin: 0 0 20px 0;
  padding: 35px 0 10px 0
}

.subhead h3 {
  color: #fff;
  margin: 0;
  padding: 0;
}

.subhead p {
  padding: 0;
  margin: 0;
}

.subhead .navbar {
  display: none;
}

.subhead .form-search {
  float: right;
  margin: 15px 0 0 0;
  padding: 0;
}


/* breadcrumb */

#breadcrumb .breadcrumb {
  margin: -30px 0 0 0;
  border-bottom: 1px dotted #eeeeee;
  padding-bottom: 10px;
}

.breadcrumb>li {}

.breadcrumb.custom {
  padding: 8px 0px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #e3e3e3;
}

.breadcrumb>li {
  display: inline-block;
  *display: inline;
  line-height: 1.6em;
  *zoom: 1;
}

.breadcrumb>li>.divider {
  padding: 0 5px;
  color: #ccc;
}

/* 404 */

h2.error {
  font-size: 78px;
}



/* list */

ul.list, ol.list {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.list {
  list-style: none outside;
}

ol.list {
  padding: 0 0 0 15px;
}

ol.alpha-upper li {
  list-style: upper-alpha;
}

ol.alpha-lower li {
  list-style: lower-alpha;
}

ol.decimal li {
  list-style: decimal;
}

ol.roman li {
  list-style: upper-roman;
}

ul.diamond li {
  padding: 0 0 0 15px;
  background: transparent url('../img/list/diamond.png') no-repeat 0 6px;
}

ul.arrow li {
  padding: 0 0 0 20px;
  background: transparent url('../img/list/arrow.png') no-repeat 0 6px;
}

ul.check li {
  padding: 0 0 0 18px;
  background: transparent url('../img/list/check.png') no-repeat 0 6px;
}

ul.circle li {
  padding: 0 0 0 15px;
  background: transparent url('../img/list/circle.png') no-repeat 0 8px;
}

ul.list ul, ul.list ol, ol.list ol, ol.list ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}

ul.list ul li, ul ol li, ol.list ol li, ol.list ul li {
  margin-bottom: 6px;
}

ul.list li, ul.list li {
  line-height: 21px;
  margin: 0 0 12px 5px;
}

ul.list li p {
  line-height: 21px;
}

ol.alpha-upper li a, ol.alpha-lower li a, ol.decimal li a, ol.roman li a, ul.diamond li a, ul.arrow li a, ul.check li a, ul.circle li a {
  color: #3c4249;
}

/* blockquote */

blockquote p {
  line-height: 1.6em;
}

/* footer */

footer {
  padding-top: 10px;
  color: #7e7e7e;
}

footer.footer {
  background: #8C8C8C;
  position: fixed;
  bottom: 0px;
  width: 100%;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #e8e8e8;
}

footer .block-a {
  background: #bcab37;
}

footer .verybottom {
  padding-top: 0px;
  background: #5A5A5A;
  height:60px;
}

footer .verybottom p {
    padding-top: 10px;
    font-size: 12px;
}

footer .verybottom h4 {
    padding-top: 10px;
}
footer ul.regular li a, footer .nav-list li.nav-header {
  text-shadow: none;
  color: #b8b8b8;
}

footer ul.regular, footer ul.nav {
  margin-left: 0;
  list-style: none;
}

footer ul.regular li {
  background-attachment: scroll;
  background: url(../img/list/white-arrow.png) no-repeat 0 5px;
  padding-left: 15px;
  margin-top: 5px;
  margin-left: 0;
}

footer ul.regular li a:hover {
  text-decoration: none;
}

footer .nav-list.regular>li>a {
  padding: 0;
  margin-left: 0;
}

footer .nav-list li.divider {
  text-shadow: none;
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #222;
  border-bottom: none;
}

footer .twitter li {
  border-bottom: 1px dashed #2d2d2d;
  padding-bottom: 20px;
  margin-bottom: 20px;
  list-style: none;
}

footer .logo img {
  margin-bottom: 20px;
}

.credits {
  text-align: right;
}
/* misc */

.center {
  text-align: center;
}

/* img */

img.icon {
  margin-bottom: 10px;
}

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

/* effects */

.rotate:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
}

/*================================== doc , overview bootstrap features ========================*/

.doctitle h2 {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}

/* Sections
-------------------------------------------------- */

/* padding for in-page bookmarks and fixed navbar */

section.doc {
  padding-top: 70px;
}

section>.page-header, section>.lead {
  color: #5a5a5a;
}

section>ul li {
  margin-bottom: 5px;
}

/* position */

.centered {
  text-align: center;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  text-align: center;
}

img.alignleft {
  margin: 5px 15px 15px 0;
}

img.alignright {
  margin: 5px 0 15px 15px;
}

.aligncenter img {
  margin-bottom: 20px;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.max-iframe {
  width: 100%;
  height: 350px;
}

.video {
  width: 100%;
  height: 350px;
  border: none;
}

/*margin top */

.spacer-10 {
  margin-top: -10px;
}

.spacer0 {
  margin-top: 0;
}

.spacer5 {
  margin-top: 5px;
}

.spacer10 {
  margin-top: 10px;
}

.spacer15 {
  margin-top: 15px;
}

.spacer20 {
  margin-top: 20px;
}

.spacer25 {
  margin-top: 25px;
}

.spacer30 {
  margin-top: 30px;
}

.spacer35 {
  margin-top: 35px;
}

.spacer40 {
  margin-top: 40px;
}

.spacer50 {
  margin-top: 50px;
}

/*margin bottom*/

.botspacer-10 {
  margin-bottom: -10px;
}

.botspacer-20 {
  margin-bottom: -20px;
}

.botspacer0 {
  margin-bottom: 0px;
}

.botspacer5 {
  margin-bottom: 5px;
}

.botspacer10 {
  margin-bottom: 10px;
}

.botspacer-10 {
  margin-bottom: -10px;
}

.botspacer10 {
  margin-bottom: 10px;
}

.botspacer15 {
  margin-bottom: 15px;
}

.botspacer20 {
  margin-bottom: 20px;
}

.botspacer30 {
  margin-bottom: 30px;
}

.botspacer40 {
  margin-bottom: 40px;
}

.botspacer50 {
  margin-bottom: 50px;
}

/* padding */

.padding30 {
  padding-top: 30px;
}

.botpadding20 {
  padding-bottom: 20px;
}

/*margin left & right */

.marginleft20 {
  margin-left: 20px;
}

.marginleft30 {
  margin-left: 30px;
}

.marginright20 {
  margin-right: 20px;
}

.marginright5 {
  margin-left: 5px;
}

/*margin vary*/

.mtopbottom20 {
  margin: 20px 0 20px 0;
}

.mtopbottom30 {
  margin: 30px 0 30px 0;
}

.marginlr5 {
  margin: 0 5px 0 5px;
}

.marginlr10 {
  margin: 0 10px 0 10px;
}

/* ==== media screen queries ==== */

@media (min-width: 768px) and (max-width: 979px) {
  .navbar .navbar-inner .container .logo {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar .nav {
    margin: 0;
  }
  .navbar-fixed-top {
    margin-bottom: 15px;
  }
  #slider_holder {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  section#intro {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0;
    padding-top: 0;
  }
  section#subintro {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 20px;
  }
  #sequence .info {
    width: 80%;
  }
  #sequence .info p {
    background: #fff;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-inner .container .logo {
    padding-left: 20px;
    padding-right: 20px;
  }
  #slider_holder {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  section#intro {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0;
    padding-top: 0;
  }
  div nav ul {
    display: none;
  }
  nav ul li {
    display: none;
  }
  nav select {
    display: block;
    width: 50%;
    float: right;
    margin-bottom: 20px;
    color: #111;
    margin-top: 20px;
    margin-right: 20px;
    line-height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
  }
  nav select a {
    line-height: 1.5em;
  }
  section#subintro {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  #sequence .info p {
    display: none;
  }
  #sequence .info a {
    font-size: 12px;
  }
  .features {
    margin-bottom: 30px;
  }
  .priceBox {
    margin-bottom: 30px;
  }
  ul.portfolio-area li {
    width: 100%;
  }
  .tagline, section#intro {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  section#bottom {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .verybottom {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .verybottom p {
    text-align: center;
  }
  .verybottom p.pull-right {
    float: none;
    text-align: center;
  }
  .home-posts .span3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  nav select {
    display: inline-block;
    width: 85%;
    float: none;
    margin: 20px;
    color: #111;
    line-height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
  }
  #sequence {
    height: 250px;
  }
  .features {
    margin-bottom: 30px;
  }
  #sequence .info {
    width: 100%;
  }
  #sequence .info p {
    display: none;
  }
  #sequence .info a {
    font-size: 12px;
  }
  .verybottom {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .verybottom p {
    text-align: center;
  }
  .home-posts .post-image {
    margin-top: 20px;
  }
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

.close {
    background: #606061;
    line-height: 25px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #00d9ff;
}


/* Estilos para el loader */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none; /* Lo ocultamos inicialmente */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#loader-content {
    text-align: center;
    color: white;
}

#loader img {
    width: 50px; /* Tamaño del icono de carga */
}

/*Estilos mensajes de aprobacion*/
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 1;    
    pointer-events: auto;
}

.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);   
}

span[aviso]:hover::after {
    content: attr(aviso);
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    display: fixed;
    z-index: 1;
    position: absolute;
}