@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "et-line.css";
@import "animate.min.css";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
body {
  background: #fff url(../img/fabric_plaid.png) fixed;
  -webkit-backface-visibility: inherit;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px #b4b4b4 !important;
  color: #353535;
  font-size: 13.5px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.75;
}

a,
button,
input[type="submit"] {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
  color: #555;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
  outline: 0 !important;
}

ul {
  list-style: none;
}

.top_line {
  background: #0F5BDD;
}

.animated-area {
  overflow: hidden;
}

.top_line p {
  color: #fff;
  margin: 0;
  line-height: 39px;
  font-weight: 400;
}

ul.social-links {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 19px;
}

ul.social-links li {
  float: left;
}

ul.social-links li a {
  display: inline-block;
  color: #fff;
  padding: 3px 12px;
}

ul.social-links li a:hover {
  background-color: #fff;
  color: #E21D39;
}

.page_head {
  padding-top: 0px;
  background-color: #fff;
}

/* CAMBIOS EN LOGO (13-07-2022, -pm)*/
.logo-right {
  width: 180px !important;
}

@media (min-width: 1200px) and (max-width: 1460px)  {
  .logo-right {
    width: 115px !important;
  }
}

@media (max-width: 1200px) {
    .logo-right {
        width: 200px !important;
    }
}

.logo-right img {
  width: 100%;
  height: 100%;
}


.header-nav {
  padding: 5px 10px;
}

@media (min-width: 1200px) {
    .header-nav {
        display:flex;
        align-items:center;
    }
    
    .header-nav .col-lg-9{
        display:flex;
        justify-content:center;
        
    }
}

/* CAMBIOS EN LOGO */

nav {
  position: relative;
  left: 0px;
  z-index: 9999 !important;
  width: 100%;
  background: #fff;
}

.sticky {
  position: fixed;
  border-bottom: 1px solid #eeeeee;
  background: rgba(255, 255, 255, 0.95);
}

.menu ul ul {
  width: auto !important;
}

.menu ul ul li {
  width: 180px;
}

.menu ul li.sub li {
  width: 140px;
  border-left: 1px dotted #eee;
}

.menu {
  float: right;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu ul li {
  position: relative;
  float: left;
}

.menu ul li ul {
  position: absolute;
  left: 0px;
  display: block;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  top: 120%;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.menu ul li:hover ul {
  top: 100%;
  display: inline-block;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.menu ul li:hover ul,
.menu ul li li:hover ul,
.menu ul li li li:hover ul {
  display: block;
  visibility: visible;
  opacity: 1;
}

.menu ul li a {
  display: block;
  /* padding: 35px 25px 45px;*/
  padding: 38px 25px 45px;
  color: #444;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  font-family: open sans;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}

.menu li a:hover {
  outline: none;
  border-color: #0F5BDD;
  color: #E21D39 !important;
  text-decoration: none;
}

.menu li a:before {
  display: block;
  margin: 29px 0 -29px;
  color: #666;
  content: attr(data-description);
  text-transform: none;
  font-weight: 300;
  font-size: 11px;
  font-family: open sans;
  line-height: 0;
}

.menu li.current a {
  color: #E21D39;
}

.menu li.current {
  background: #f9f9f9;
}

.menu li:hover {
  background: #f9f9f9;
}

.menu li:hover a {
  color: #0F5BDD;
}

.menu ul ul {
  background: #ffffff;
}

.menu ul li ul li a {
  padding: 10px 24px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.08) !important;
  color: #666 !important;
  font-weight: normal;
  font-size: 12px;
}

.menu ul li ul {
  border-bottom: 1px solid #0F5BDD;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.menu ul li ul li a:hover {
  background-color: #f9f9f9;
  color: #E21D39 !important;
}

nav.sticky .logo {
  width: 57%;
}

nav.sticky ul li a {
  padding: 21px;
  font-weight: normal;
  font-size: 12px;
}

nav.sticky ul li a:before {
  content: "";
}

.dl-trigger {
  display: none;
}

.dl-back {
  display: none;
}

.menu ul ul ul {
  top: 0px !important;
  left: 180px;
  margin-top: 0px !important;
}

.menu ul li ul li ul {
  visibility: hidden !important;
}

.menu ul li ul li:hover ul {
  visibility: visible !important;
}

.btn-slider {
  padding: 8px 14px;
  border-color: #4a4a4a;
  background-color: #4a4a4a;
  color: #fff !important;
}

.btn-slider:hover {
  border-color: #222;
  background-color: #222;
  color: #fff !important;
}

.marg25 {
  margin-top: 25px;
}

.marg50 {
  margin-top: 50px;
}

.marg75 {
  margin-top: 75px;
}

.marg100 {
  margin-top: 100px;
}

.marg125 {
  margin-top: 125px;
}

.marg150 {
  margin-top: 155px;
}

.iconbox i {
  color: #99cc66;
  font-size: 35px;
}

.iconbox p {
  margin: 0 0 0 70px;
}

.iconbox h3 {
  margin: -30px 0 25px 70px;
  font-weight: 400;
  font-size: 20px;
}

.read a {
  display: inline-block;
  color: #99cc66;
}

.title {
  line-height: 1;
  border-top: 1px solid #eee;
  margin-top: 50px;
  margin-bottom: 0;
  color: #E21D39;
}

.title span {
  position: relative;
  top: -16px;
  padding-right: 14px;
  background: #fff;
  font-size: 20px;
  font-weight: 300;
}

.pagination {
  float: right;
  margin: 0;
  background: #fff;
  display: inline-block;
  margin-top: -36px;
  position: relative;
  border-radius: 0;
}

.pagination a {
  margin-left: 7px;
  padding: 0 5px;
}

.pagination a.prev:after {
  position: absolute;
  margin-top: -4px;
  color: #d9d9d9;
  content: "\f104";
  font-size: 17px;
  font-family: FontAwesome;
}

.pagination a.next:after {
  position: absolute;
  margin-top: -4px;
  color: #d9d9d9;
  content: "\f105";
  font-size: 17px;
  font-family: FontAwesome;
}

.pagination a.prev:hover:after {
  color: #aaa;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagination a.next:hover:after {
  color: #aaa;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.obj_galley_link {
  margin-top: -5% !important;
  border: 2px solid #0F5BDD !important;
  background: white;
  color: #E21D39;
}

.obj_galley_link:hover {
  margin-top: -5% !important;
  border: 1px solid #0F5BDD !important;
  background-color: #E21D39;
  color: white !important;
}

.portfolio-block {
  width: 100%;
  border-bottom: 2px solid #0F5BDD;
  background-color: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.portfolio-image img {
  max-width: 100%;
}

.portfolio-name {
  padding-top: 18px;
  margin-left: 2%;
  font-weight: 400;
  font-size: 17px;
}

.portfolio-text {
  position: relative;
  padding: 15px 15px 25px 15px;
}

.box {
  overflow: hidden;
  padding: 20px;
  border-left: 3px solid #99cc66;
  background: #fcfcfc;
}

.box h3 {
  font-weight: 400;
}

.box p {
  margin-top: 15px;
}

.purch-block {
  display: table;
  margin: auto;
  margin-top: 31px;
}

.btn-purch {
  border-color: #99cc66;
  background-color: #99cc66;
  color: #fff;
  font-size: 18px;
}

.btn-purch:hover {
  border-color: #97cc5f;
  background-color: #fcfcfc;
  color: #99cc66;
}

.blog-home {
  width: 100%;
}

.blog-image img {
  max-width: 100%;
}

.blog-name {
  padding: 15px 0 9px 0;
}

.blog-name a {
  color: #555;
  text-decoration: none;
  font-size: 17px;
}

.blog-name a:hover {
  color: #99cc66;
  text-decoration: none;
}

.blog-text {
  position: relative;
}

.blog-line hr {
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog-date {
  color: #888;
  font-size: 12px;
}

.blog-icons a {
  margin-left: 10px;
  color: #888;
  text-decoration: none;
}

.blog-icons a:hover {
  color: #99cc66;
}

.testimonial .author {
  float: left;
  margin-right: 40px;
  padding: 10px;
  padding-left: 0px;
}

.testimonial .author img {
  width: 87px;
  height: 87px;
}

blockquote {
  padding: 5px 20px;
  color: #555 !important;
  font-size: 13px;
  font-family: "open sans";
  font-weight: 300;
}

.testimonial blockquote {
  position: relative;
  border-left: 0px !important;
}

.testimonial blockquote:before {
  position: absolute;
  top: 3px;
  left: 98px;
  color: #e8e8e8;
  content: "\f10d";
  font-size: 19px;
  font-family: FontAwesome;
}

.testimonial blockquote p {
  position: relative;
}

cite b {
  font-weight: 600;
}

.twitter_fot {
  overflow: hidden;
  height: 65px;
  background: #99cc66;
  color: #fff;
  line-height: 65px;
}

.twitter_fot .tweet_list {
  /* width: auto; */
  height: 65px;
  /* margin: 0; */
  padding: 0;
  list-style: none;
}

.twitter_fot .tweet_list li {
  overflow: hidden;
  width: auto;
  font-weight: 400;
  line-height: 65px;
}

.twitter_fot .tweet_list li a {
  color: #fff;
  text-decoration: none;
}

.twitter_fot .tweet_list li a:hover {
  text-decoration: underline;
}

.twitter_fot .tweet_list li img {
  margin-right: 22px;
  border: none;
  display: inline-block;
  border-radius: 50%;
}

.twitter_fot .tweet_list li h6 {
  float: left;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}

.twitter_fot .paginat {
  position: relative;
  float: right;
  margin: 0;
  cursor: pointer;
}

.twitter_fot.paginat a {
  float: right;
  margin-left: 10px;
  width: 15px;
  height: 13px;
}

.twitter_fot .paginat a {
  margin-left: 10px;
  text-decoration: none;
}

.twitter_fot .paginat a i {
  color: rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.twitter_fot .paginat a:hover i {
  color: rgba(255, 255, 255, 0.5);
}

.twitter_fot.caroufredsel_wrapper {
  float: left;
  width: 80%;
}

.twitter_fot .shadow_top_footer {
  left: 0;
  float: left;
  width: 100%;
  height: 50px;
}

.tweet .loading {
  overflow: hidden;
  width: auto;
  font-weight: 400;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  line-height: 65px;
  margin: 0;
}

.footer {
  min-height: 300px;
  max-height: 100%;
  background: #444;
  padding: 30px 0 50px 0;
}

.footer_bottom {
  background: #0F5BDD;
  color: #fff;
  padding: 10px 0;
}

.footer-block {
  margin-top: 30px;
  margin-bottom: 25px;
  color: #fafafa;
  font-size: 19px;
}

.widget_flickr .flickr_badge_image {
  float: left;
  width: 87px;
  height: 87px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  moz-border-radius: 3px;
}

.widget_flickr img {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.widget_flickr img {
  border: 2px solid #494949;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.widget_flickr img:hover {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: url("desaturate.html");
  filter: none;
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}

.widget_flickr img:hover {
  border: 2px solid #99cc66;
}

.tag_cloud a {
  display: inline-block;
  margin: 0 5px 10px 0px;
  padding: 3px 10px;
  border: 1px solid #555;
  background: #555;
  color: #ececec;
  text-decoration: none;
}

.tag_cloud a:hover {
  border-color: #99cc66;
  background: #99cc66;
  color: #ffffff !important;
  text-decoration: none;
}

.copyright {
  font-size: 12px;
}

.copyright a {
  color: #fff;
  text-decoration: underline;
}

.copyright a:hover {
  text-decoration: none;
}

.foot_menu {
  float: right;
}

.foot_menu ul li {
  float: left;
  padding-left: 7px;
  list-style: none;
  font-size: 12px;
}

.foot_menu ul li a {
  color: #fff;
  text-decoration: none;
}

.foot_menu ul li a:hover {
  text-decoration: underline;
}

.foot_menu li:after {
  content: " ";
}

.foot_menu li:not(:last-of-type):after {
  padding-left: 7px;
  content: "|";
}

.contacts {
  padding: 0;
  list-style: none;
}

.contacts li {
  margin-bottom: 15px;
  color: #eee;
}

.contacts li i {
  font-size: 17px;
  width: 23px;
  opacity: 1;
  position: relative;
  text-align: center;
  padding-right: 5px;
}

.contacts li a {
  color: #eee;
}

.foot-text {
  color: #eee;
}

.accordion section {
  border: 1px solid #eeeeee;
  border-bottom: 0px;
  background-color: #fff;
}

.accordion section:last-child {
  border-bottom: 1px solid #eeeeee;
}

.accordion div {
  display: none;
  height: 100%;
}

.accordion p {
  position: relative;
  padding: 13px 18px;
}

.accordion span a {
  position: relative;
  display: block;
  padding-left: 18px;
  outline: 0;
  color: #555;
  text-decoration: none;
  font-size: 15px;
}

.accordion span {
  display: block;
  padding: 11px 0;
}

.accordion span a:hover {
  color: #99cc66;
}

.accordion span.active a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-top: 6px solid #99cc66;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
}

.accordion span.active a {
  color: #99cc66;
}

.openme i {
  color: #99cc66;
}

#blog li:nth-child(even) {
  margin-left: -1px;
}

.phone a {
  display: inline-block;
  color: #fff;
}

.fax a {
  display: inline-block;
  color: #fff;
}

.email a {
  display: inline-block;
  color: #fff;
}

.map a {
  display: inline-block;
  color: #fff;
}

.page-name h3 {
  color: #99cc66;
}

.subpage_block {
  display: block;
  float: left;
  font-size: 10px;
}

.subpage_breadcrumbs_dv {
  float: left;
  width: 20px;
  height: 17px;
  background: url(../img/dv.png);
  background-position: center;
  background-repeat: no-repeat;
}

.bbread a {
  color: #99cc66;
}

.welcome {
  float: left;
  padding-top: 14px;
  padding-bottom: 25px;
  width: 97%;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background-color: #ffffff;
}

.page-link {
  margin-top: 25px;
  font-size: 11px;
}

.page-link a {
  display: inline-block;
  color: #E21D39;
}

ul.social-links li:last-child a {
  margin-right: 0px;
}

.post-img img {
  max-width: 100%;
}

.date-blog {
  float: left;
  text-align: center;
}

.day {
  margin-top: 27px;
  padding: 4px;
  border-radius: 2px 2px 0 0;
  background: #f2f2f2;
  color: #999;
  font-weight: 400;
  font-size: 16px;
}

.month {
  padding: 2px 14px 4px 14px;
  border-radius: 0 0 2px 2px;
  background: #ccc;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.07);
  color: #fff;
}

.date-blog span {
  display: block;
}

.post-content {
  margin: 27px 0 0 0px;
}

.meta {
  margin: 0 0 45px 70px;
}

.meta h2 {
  margin: 0 0 5px 0;
  font-weight: 400;
  font-size: 20px;
}

.meta h2 a {
  display: inline-block;
}

.meta h2 a:hover {
  color: #99cc66;
  text-decoration: none;
}

.meta a {
  color: #666;
}

.meta span {
  float: left;
  margin-right: 12px;
}

.read {
  margin-top: 20px;
}

.meta span a:hover {
  color: #99cc66;
  text-decoration: none;
}

.lineblog {
  margin: 30px 0 50px 0;
  border-bottom: 1px solid #eeeeee;
}

.car_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.pagin .current {
  padding: 7px 13px;
  border-radius: 2px;
  background-color: #99cc66;
  color: #fff;
}

.pagin a {
  padding: 7px 13px;
  border-radius: 2px;
  background-color: #444;
  color: #fff;
  text-decoration: none;
}

.pagin a:hover {
  padding: 5px 11px;
  border-radius: 2px;
  background-color: #99cc66;
  color: #fff;
  font-size: 12px;
}

.searchform {
  padding: 6px 4px 6px 29px;
  padding-left: 29px;
  width: 100%;
  border: 1px solid #d5d5d5;
  background: #ffffff url(../img/zoom.png) no-repeat 8px 8px;
  color: #666666;
  font-weight: 400;
  font-size: 12px;
  font-family: arial, sans-serif;
}

.categories {
  list-style: none;
}

.colorend {
  display: inline-block;
}

.about_text a {
  display: inline-block;
}

.categories a {
  display: block;
  margin-left: -38px;
  padding: 5px 0;
  padding-left: 12px;
  background: url(../img/categories.png) no-repeat left 9px;
  color: #666;
  font-family: "Open Sans", sans-serif;
}

.categories a:hover {
  color: #99cc66;
}

.title-in {
  display: block;
  background: url(../img/header_divider.png) repeat-x center;
  line-height: 1 !important;
  margin-top: 35px;
}

.title-in span {
  position: relative;
  top: -8px;
  padding-right: 14px;
  background: #fff;
  color: #666666;
  font-weight: 300;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
}

.title-in:first-child {
  margin-top: 0px;
}

.tag_cloud_blog a {
  display: inline-block;
  margin: 0 5px 10px 0px;
  padding: 4px 10px;
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.1);
  color: #666;
  text-decoration: none;
  font-weight: 300;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
}

.tag_cloud_blog a:hover {
  border-color: #99cc66;
  background: #99cc66;
  color: #ffffff !important;
  text-decoration: none;
}

.post-2columns:nth-child(odd) {
  float: left;
  padding-right: 25px;
  padding-left: 0px;
  width: 50%;
}

.post-2columns:nth-child(even) {
  float: left;
  padding-right: 0px;
  padding-left: 25px;
  width: 50%;
}

.medium-5 {
  float: left;
  padding-right: 25px;
  padding-left: 0px;
  width: 41.66666666666667%;
}

.medium-7 {
  float: left;
  padding-right: 0px;
  padding-left: 25px;
  width: 58.333333333333336%;
}

.lineblog-med {
  margin: 30px 0 50px 0;
  border-bottom: 1px solid #eeeeee;
  float: left;
  width: 100%;
}

.day-med {
  padding: 4px;
  border-radius: 2px 2px 0 0;
  background: #f2f2f2;
  color: #999;
  font-weight: 400;
  font-size: 16px;
}

.post-content-med {
  margin: 0px;
}

.author-info {
  margin: 20px 0px;
  padding: 20px;
  border: 1px solid rgb(237, 237, 237);
  background: rgb(253, 253, 253);
}

.author-info .author-image {
  float: left;
  margin: 0px 20px 0px 0px;
  width: 80px;
}

.author-bio h4 {
  margin-top: 0px;
}

.sharebox h4 {
  float: left;
  margin-top: 13px;
  color: #666;
  font-weight: 400;
  font-size: 16px;
}

ul.social-links-sec-third {
  margin-top: 13px;
}

ul.social-links-sec-third li {
  display: inline-block;
}

ul.social-links-sec-third li a {
  margin-left: 18px;
  color: #999;
}

ul.social-links-sec-third li a:hover {
  color: #99cc66;
}

.ic_soc {
}

.lineblog-single {
  float: left;
  margin: 20px 0;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.comm {
  display: block;
  float: left;
  margin-top: 25px;
  margin-bottom: 30px;
  color: rgb(85, 85, 85);
  font-weight: 400;
  font-size: 18px;
}

.comment-list {
  float: left;
  margin-top: 10px;
  margin-left: -40px;
}

.comment-list li {
  margin-bottom: 30px;
  list-style: none !important;
}

.comment-list li .avatar {
  float: left;
  margin-right: 20px;
}

.comment-list li .avatar img {
  border: 1px solid #f9f9f9;
}

.comment-list li .comment-text {
  margin-left: 58px;
  padding: 20px 20px 20px 30px;
  background: #f9f9f9 url(../img/comment-list.png) no-repeat 0px -40px;
}

.comment-list .author {
  margin-top: -10px;
  margin-bottom: 10px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #dedede;
  font-size: 12px;
  font-family: "open sans", sanf-serif;
}

.comment-list .author span {
  display: block;
  font-weight: 600;
  font-size: 13px;
}

.comment-list li .comment-text .text p {
  font-size: 12px !important;
}

.comment-list .children {
  margin-top: 30px;
  margin-left: 26px;
}

.comment-list li:last-child {
  margin-bottom: 8px !important;
}

.comment-reply-link {
  color: #9c6;
}

#respond {
  float: left;
}

#respond span.required {
  color: #999999;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "open sans", sans-serif;
}

#respond label {
  float: left;
  color: #999999;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  font-family: "open sans", sans-serif;
}

#respond p.comment-form-author input {
  padding: 10px;
  width: 294px;
  border: 1px solid #cccccc;
}

#respond input,
#respond textarea {
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  width: 670px;
  border: 1px solid #d5d5d5;
  color: #666666;
  font-weight: 400;
  font-size: 12px;
  font-family: Open Sans, sans-serif;
}

#respond p.comment-form-author {
  position: relative;
  float: left;
  width: 324px;
}

#respond p.comment-form-email {
  position: relative;
  float: right;
  width: 324px;
}

#respond p.comment-form-email input {
  padding: 10px;
  width: 294px;
  border: 1px solid #cccccc;
}

.required {
  color: red !important;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  z-index: 1;
  pointer-events: none;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.portfolioFilter {
  padding-bottom: 15px;
}

.portfolioFilter ul {
  padding-left: 0px;
}

.portfolioFilter ul li {
  float: left;
  padding-left: 0px;
}

.portfolioFilter a.current {
  background-color: #99cc66;
  color: #fff;
}

.portfolioFilter ul li a {
  display: inline-block;
  margin-right: 7px;
  padding: 5px 11px;
  border-radius: 2px;
  background-color: #353535;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-family: open sans;
}

.portfolioFilter ul li a:hover {
  background-color: #99cc66;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.portfolio-block-in {
  margin-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid #9c6;
  background-color: #fff;
}

.port-6 {
  position: relative;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
  width: 50%;
}

.port-4 {
  position: relative;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
  width: 33.33333333%;
}

.port-3 {
  position: relative;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
  width: 25%;
}

.portfolio-det {
  color: #666;
  font-size: 13px;
  font-family: open sans;
  line-height: 2;
}

.portfolio-det a {
  color: #9c6;
}

.wid_pol {
  max-width: 100%;
}

.name_mar {
  margin-top: 15px;
  color: #666;
  font-weight: 400;
  font-family: open sans;
}

.about_text {
  margin-top: 10px;
}

.about_text a {
  color: #9c6;
}

.intro_img {
  float: left;
  padding-top: 3px;
  padding-right: 20px;
}

.name_serv {
  margin-top: -5px;
  font-weight: 600;
  font-weight: open sans;
  font-size: 23px;
  font-size: #666;
}

.size_35 {
  color: #454545;
  font-size: 37px;
}

.name_serv_icons {
  margin: -34px 0 8px 55px;
  color: #565656;
  font-weight: 400;
  font-size: 21px;
}

.alert {
  padding: 10px 15px;
}

.form-control {
  box-shadow: none;
  border-radius: 0px;
  line-height: 1.75;
  font-size: 13px;
  font-weight: 300;
  padding: 8px 15px;
  border: 1px solid #eee;
  transition: all 0.25s linear;
  height: auto;
}

.form-control:focus {
  outline: 0;
  border-color: #99cc66;
  box-shadow: none;
  border-color: #bbb;
  transition: all 0.25s linear;
}

.btn-default {
  color: #555;
  background-color: #fff;
  border-color: #eee;
}

.btn {
  font-weight: 300;
  border: 1px solid #eee;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.75;
  border-radius: 0px;
}

.btn-default:hover {
  color: #555;
  border-color: #ddd;
  background: #f9f9f9;
}

.help-block li {
  list-style: none;
  color: #990000;
}

.help-block ul {
  padding: 0;
  margin: 0;
}

.text-danger {
  color: #a94442;
}

.text-success {
  color: #3c763d;
}

.adress_cont {
  font-size: 13px;
  line-height: 2;
}

.adress_cont a {
  color: #99cc66;
}

.icon_foot {
  padding-right: 5px;
  font-size: 16px;
}

.soc-contacts {
  padding: 0px;
}

ul.soc-contacts li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  background: #f0f0f0;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
}

ul.soc-contacts li a {
  color: #999;
}

ul.soc-contacts li a:hover {
  color: #E21D39;
}

.plan .price span {
  display: block;
  margin-top: 0px;
  color: #c0c0c0;
  font-weight: 400;
  font-size: 11px;
}

.plan .signup {
  padding: 20px 0px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 3px solid #f6f6f6;
  text-align: center;
}

.plan ul {
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff;
  list-style: none !important;
}

.plan li {
  padding: 10px 0px;
  background: #fcfcfc;
  text-align: center;
  font-size: 12px;
}

.plan {
  margin-right: -30px;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  text-align: center;
}

.featured {
  margin-top: -4px;
  margin-left: -5px;
  border: 5px solid #e0e0e0 !important;
  background: #fcfcfc;
}

.plan h3 {
  margin: 0;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 600;
  font-size: 16px;
}

.plan.featured h3 {
  border-bottom: none;
  color: #99cc66;
  font-size: 16px;
}

.plan .price {
  display: block;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 300;
  font-size: 54px;
  font-family: open sans;
  line-height: 38px;
}

.plan:hover {
  margin-top: -4px;
  margin-left: -5px;
  border: 5px solid #e0e0e0 !important;
  background: #fcfcfc;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.plan.featured .signup {
  border-top: 1px solid #f2f2f2;
}

.two_plan {
  background: #fff !important;
}

.plan li:last-child {
  background: none;
}

.pricing-table .plan:first-child {
  border-left: 1px solid #e6e6e6 !important;
}

.plan.featured .price {
  color: #99cc66;
}

.btn-price {
  background: #9c6;
  color: #fff;
}

.btn-price:hover {
  border: 1px solid #9c6;
  background: #fff;
  color: #99cc66;
}

.main_pad {
  padding: 60px 0 130px 0;
  text-align: center;
}

.oops {
  color: #9c6;
  text-align: center;
  font-weight: 400;
  font-size: 107px;
  font-family: open sans;
  line-height: 140px;
}

.ask-question {
  color: #555;
  font-size: 20px;
}

.ask-question span {
  padding-left: 45px;
}

.clients-s {
  overflow: hidden;
}

.clients-s a.img-hover {
  position: relative;
  display: block;
}

.clients-s img {
  float: left;
  margin-right: 25px;
  width: 120px;
  height: 120px;
  border: solid 1px #e1e1e1;
  background: #f7f7f7;
}

.clients-s img.img-hover {
  display: none;
}

.clients-s a:hover img.img-hover,
.clients-s:hover img.img-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.clients-s a {
  color: #99cc66;
}

.icon_color {
  color: #9c6;
}

.short_left {
  padding: 0px;
}

.sub-menu-short li {
  padding-left: 12px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background: url(../img/arr-right-mini.png) 0% 50% no-repeat;
  line-height: 50px;
}

.actives {
  border-right: 1px solid #fff !important;
}

.actives a {
  display: inline-block;
  color: #9c6 !important;
}

.sub-menu-short li a {
  display: inline-block;
  color: #666;
}

.shortcode_tabs .all_heads_cont {
  position: relative;
  z-index: 5;
  display: block;
  overflow: hidden;
  padding-bottom: 1px;
}

.shortcode_tab_item_title {
  position: relative;
  display: inline-block;
  float: left;
  margin: 50px 5px 0 0;
  padding: 10px 15px;
  min-height: 18px;
  border: #ddd 1px solid;
  border-bottom: none;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  -webkit-transition: color 400ms;
  -moz-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
}

.all_body_cont {
  display: block;
  margin-top: -2px;
  padding: 6px 12px;
  border: 1px solid #ddd;
  background: #ffffff;
  text-align: left;
  font-size: 13px;
}

.shortcode_tab_item_body.active {
  display: block;
}

.shortcode_tab_item_body h4 {
  margin-top: 10px;
}

.shortcode_tab_item_body {
  display: none;
}

.shortcode_tab_item_body {
  display: none;
}

.shortcode_tab_item_title.active {
  border-bottom: 1px solid #fff;
  background: #fff;
}

.tooltip_s {
  display: inline-block;
  color: #99cc66;
}

.tooltip_s:hover {
  display: inline-block;
  color: #99cc66;
}

#reset {
  position: absolute;
  margin-top: -26px;
  margin-left: 150px;
  padding: 0px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ccc;
  color: #555;
  font-weight: 400;
  font-size: 10px;
  font-family: open sans;
}

#style-switcher {
  position: fixed;
  top: 20%;
  z-index: 10000;
  color: #fff;
}

#switcher-head {
  position: relative;
  margin: 0;
  padding-left: 20px;
  width: 270px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  cursor: pointer;
}

#switcher-head:before {
  position: absolute;
  top: 1px;
  left: 235px;
  overflow: hidden;
  color: #ececec;
  content: "\f013";
  font-size: 30px;
  font-family: FontAwesome;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

#switcher-content {
  overflow: hidden;
  padding: 0px 0 0px 0px;
  width: 225px;
  background-color: rgba(61, 61, 61, 0.8);
}

#switcher-content .el {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-top: 1px solid #414141;
  border-bottom: 1px solid #232323;
}

#switcher-content select {
  width: 100%;
  height: 23px;
  outline: none;
  border: 1px solid #ededed;
  background-color: #ffffff;
  color: #353535;
  font-size: 13px;
}

#switcher-content .sub-head {
  margin-bottom: 10px;
}

#switcher-content ul {
  overflow: hidden;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0px;
}

#switcher-content li {
  float: left;
  margin: 0 8px 6px 0;
  list-style-type: none;
}

#switcher-content img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}

#switcher-content {
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  moz-border-bottom-right-radius: 6px;
}

#switcher-content form {
  margin: 0;
}

.color-default {
  background: #d2d1d0;
}

.switcher strong {
  color: inherit;
}

.switcher-head span {
  margin-left: 15px;
}

.switcher-body {
  position: relative;
  padding: 15px;
}

.switcher-trigger {
  position: absolute;
  top: 0;
  right: -40px;
  left: auto;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background-color: #333;
  text-align: center;
  font-size: 24px;
}

.switcher ul.switcher-op-selectors {
  margin: 0 -5px -5px 0;
}

ul.switcher-op-selectors li a {
  float: left;
  margin-top: 1px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}

.button_switch li a {
  float: left;
  padding: 6px 16px;
  background: #99cc66;
  color: #f1f1f1;
  font-weight: 100;
  font-size: 14px;
  font-family: open sans;
}

.button_switch li a.active {
  background: #f1f1f1;
  color: #99cc66;
}

.button_switch li a:hover {
  background: #f1f1f1;
  color: #99cc66;
  text-decoration: none;
}

.star {
  font-size: 10px;
}

.section {
  font-family: open sans;
}

.hr-swith {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #777;
}

.prl-1 {
  background: url(../images/parallax.jpg) 100% 10% no-repeat fixed;
  color: #fff;
  min-height: 245px;
  height: 100%;
}

.prlx {
  background-color: rgba(255, 255, 255, 0.1);
  min-height: 245px;
  max-height: 100%;
}

.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-per {
  display: inline;
}

.prog-name {
  display: inline;
  font-size: 15px;
  font-weight: 300;
}

.prog-per {
  float: right;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
}

.progress {
  height: 25px;
  background-color: #fcfcfc;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 5px;
  margin-bottom: 30px;
}

.progress-bar-success {
  background-color: #99cc66;
}

.welcome_main {
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid #ededed;
  background-color: #ffffff;
}

.wel_cen {
  text-align: center;
}

.wel_cen h3 {
  font-weight: 300;
  font-size: 28px;
}

.wel_cenm {
  text-align: center;
}

.wel_cenm h3 {
  font-weight: 300;
  font-size: 28px;
  margin-top: -1px;
}

.fact-icon {
  text-align: center;
  color: #99cc66;
  font-size: 50px;
}

.fact-numb {
  text-align: center;
  margin-top: 0px;
  font-size: 27px;
}

.fact-name {
  margin-top: 7px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.services-icon {
  text-align: center;
  color: #99cc66;
  font-size: 37px;
}

.services-numb {
  text-align: center;
  font-size: 19px;
  margin-top: 7px;
}

.services-name {
  margin-top: 7px;
  text-align: center;
}

.prlx-1 {
  background-color: #fafafa;
  min-height: 245px;
  max-height: 100%;
  padding-bottom: 75px;
}

/*Login */

.bslf {
  width: 280px;
  box-shadow: 0px 2px 0px #0F5BDD;
  border-radius: 5px;
  color: #fff;
}

.bslf h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-radius: 10px;
  border: 1px solid #0F5BDD;
}

.bslf a {
  color: #E21D39;
}

.bslf a:hover {
  text-decoration: none;
  color: #E21D39;
}

.bslf .checkbox-inline {
  padding-top: 7px;
}

.botonlogin {
    border: 1px solid #0F5BDD !important;
    background: white;
    color: #0F5BDD !important;
    font-weight: bold;
}

.botonlogin:hover {
  border: 1px solid #0F5BDD !important;
  background-color: #E21D39;
  color: white !important;
}

/**Login General***/

.card-container.card {
  max-width: 350px;
  padding: 40px 40px;
}

.card-containerlogin.cardlogin {
  max-width: 350px;
  padding: 40px 40px;
}

/*
 * Card component
 */

.card {
  background-color: #f7f7f7;
  /* just in case there no content*/
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.cardlogin {
  /* just in case there no content*/
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.profile-img-card {
  width: auto;
  height: 120px;
  margin: 0 auto 10px;
  display: block;
  /*-moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;*/
}

/*
 * Form styles
 */

.profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
}

.reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
  direction: ltr;
  height: 44px;
  font-size: 16px;
}

.form-signin input[type="email"],
.form-signin input[type="password"],
.form-signin input[type="text"],
.form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  border-color: rgb(104, 145, 162);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgb(104, 145, 162);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
  /*background-color: #4d90fe; */
  /*/////// background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
  background-color: #E21D39;
}

.forgot-password {
  color: #E21D39;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
  color: #E21D39;
}

.botonlogingeneral {
  border: 1px solid #0F5BDD !important;
  background: #E21D39;
  color: white !important;
}

.botonlogingeneral:hover {
  border: 1px solid #E21D39 !important;
  background-color: #0F5BDD !important;
  color: white !important;
}

/*tABLA ESTADISTICAS*/

.datagrid table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

.datagrid {
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #fff;
  overflow: hidden;
  border: 1px solid #E21D39;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.datagrid table td,
.datagrid table th {
  padding: 3px 10px;
}

.datagrid table thead th {
  /*     background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E21D39), color-stop(1, #0F5BDD));
    background: -moz-linear-gradient(center top, #E21D39 5%, #00557F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E21D39', endColorstr='#00557F'); */
  background-color: #E21D39;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  border-left: 1px solid #0070a8;
}

.datagrid table thead th:first-child {
  border: none;
}

.datagrid table tbody td {
  color: #E21D39;
  border-left: 1px solid #e1eef4;
  font-size: 12px;
  font-weight: normal;
}

.datagrid table tbody .alt td {
  background: #e1eef4;
  color: #00557f;
}

.datagrid table tbody td:first-child {
  border-left: none;
}

.datagrid table tbody tr:last-child td {
  border-bottom: none;
}

.datagrid table tfoot td div {
  border-top: 1px solid #E21D39;
  background: #e1eef4;
}

.datagrid table tfoot td {
  padding: 0;
  font-size: 12px;
}

.datagrid table tfoot td div {
  padding: 12px;
}

.datagrid table tfoot td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.datagrid table tfoot li {
  display: inline;
}

.datagrid table tfoot li a {
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  margin: 1px;
  color: #ffffff;
  border: 1px solid #E21D39;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #E21D39),
    color-stop(1, #00557f)
  );
  background: -moz-linear-gradient(center top, #E21D39 5%, #00557f 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#E21D39', endColorstr='#00557F');
  background-color: #E21D39;
}

.datagrid table tfoot ul.active,
.datagrid table tfoot ul a:hover {
  text-decoration: none;
  border-color: #00557f;
  color: #ffffff;
  background: none;
  background-color: #E21D39;
}

div.dhtmlx_window_active,
div.dhx_modal_cover_dv {
  position: fixed !important;
}

/* 
    Estilos AI Logic
    Author Felix M. 13/09/2019
*/

#totalsTable,
#totalsTable tr,
#totalsTable th,
#totalsTable td {
  border: solid 2px #ffffff !important;
}

#totalsTable th {
  color: #ffffff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  text-align: center;
}

#totalsTable thead tr {
  background-color: rgba(15, 91, 221, .8);
}







.logo-right {
  width: 180px !important;
  margin-right: 1em;
}

@media (min-width: 1200px) and (max-width: 1460px)  {
  .logo-right {
    width: 160px !important;
  }
}

@media (max-width: 1200px) {
    .logo-right {
        width: 200px !important;
    }
}

.logo-right img {
  width: 100%;
  height: 100%;
}






/*G*/

.portfolio-block {
    width: 100%;
    border-bottom: 2px solid #fff;
    background-color: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}


.obj_galley_link {
    margin-top: -5% !important;
    border: 2px solid #fff !important;
    background: #df1818 !important;
    color: #fff; 
}
.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
}

.bslf h3 {
    margin-top: 0px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-radius: 10px;
    border: 1px solid #fff;
}



.botonlogin {
    border: 1px solid #fff !important;
    background: #df1818;
    color: white !important;
    font-weight: bold;
}

.bslf {
    width: 280px;
    box-shadow: 0px 2px 0px #fff;
    border-radius: 5px;
    color: #fff;
}












