/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#333;
	margin-top:15px;
}
h5 {
	line-height:2;
	font-size: 16px;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-nav>li>a {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	text-transform:uppercase;
  padding: 5px 15px;
  text-align: center;
}
body {
  /*  padding-top: 50px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.navbar-default {
	/*margin-top:10px;*/
	padding:5px 0;
  
}
.navbar-donmarca{
	background-color:#333;
	border-color:#333;
	color:#ffffff;
	/*padding: 5px 0;*/
  margin-top:80px;
	}
.navbar-donmarca a{
	color:#ffffff;
	}
.navbar-donmarca a:hover{
	color:#000000;
}
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}
.top {
  margin-top:125px;
}
/* Home Page Carousel */

header.carousel {
    height: 40%;
	margin-top:0px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/*OTROS*/
.clearfix{
	margin-top:20px;
}/* FOOTER */
footer{
	background:#436502;
}
#sub-footer{
	background:#333;
}

footer{
	/*padding:50px 0 0 0;*/
	color:#f8f8f8;
}

footer a {
	color:#fff;
}

footer a:hover {
	color:#eee;
}

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

footer address {
	line-height:1.6em;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}
footer ul.link-list li a{
	color:#fff;
}
footer ul.link-list li a:hover {
	color:#eee;
}
footer .widgetheading {
	position: relative;
}

footer .widget .social-network {
	position:relative;
}
.copyright {
	text-align:left;
	font-size:12px;
}
#sub-footer{
	text-shadow:none;
	color:#f5f5f5;
	padding:30px 0 20px 0;
	/*margin:20px 0 0 0;*/
    border-top: 5px solid #e24f43;
}

#sub-footer p{
	margin:0;
	padding:0;
}

#sub-footer span{
	color:#f5f5f5;
}
#sub-footer ul.social-network {
	float:right;
}
	footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6, 
	footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12{
		margin-bottom:20px;
	}

	#sub-footer ul.social-network {
		float:left;
	}
#mediosdepago {
	min-height:158px;
	padding-top:30px;
}
#comunicate {
	min-height:158px;
	padding:0px;
}

/* FAQ */
.panel {
background-color: #EDEDED;
border: 1px solid transparent;
padding: 5px 10px;
}
.panel-default > .panel-heading {
    color: #222;
    background-color: #efefec;
	border: 0px;
    border-color: #e24f43;
}
.panel {
    background-color: #e24f43;
    border: 1px solid transparent;
    padding: 10px;
	border-radius: 8px;
}
.panel h4{
	color:#fff;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.0001)),to(rgba(255,255,255,.5)));
    background-image: linear-gradient(to right,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.5)),to(rgba(255,255,255,.0001)));
    background-image: linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.btn-warning {
    color: #fff;
    background-color: #ff4e40;
    border-color: #de372a;
}
.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#de372a;border-color:#ff4e40}

.btn-default {
    color: #E24F43;;
    background-color: #fff;
    border-color: ##E24F43;;
    padding: 20px;
    font-size: 18px;
}

.btn-menu {
    color: #E24F43;
    background-color: #efefef;
    border-color: #efefef;
    padding: 27px;
    font-size: 18px;
    margin-right: 10px;
}
.btn-menu-soporte {
    color: #666666;
    background-color: #efefef;
    border-color: #efefef;
    font-size: 14px;
    margin: 10px 0px 0 420px;
    padding: 4px 20px 6px 20px;
}
.btn-menu-soporte.active,.btn-menu-soporte.focus,.btn-menu-soporte:active,.btn-menu-soporte:focus,.btn-menu-soporte:hover,.open>.dropdown-toggle.btn-menu{
    color: #E24F43;
    background-color: #efefef;
    border-color: #efefef;
  }
.btn-menu.active,.btn-menu.focus,.btn-menu:active,.btn-menu:focus,.btn-menu:hover,.open>.dropdown-toggle.btn-menu{
    color: #E24F43;
    background-color: #efefef;
    border-color: #efefef;
  }

/* FAQ */
.accordion h2{
  margin-bottom: 25px;
}

.panel-default-faq{
  border-color: transparent;
}

.panel-default-faq>.panel-heading-faq,
.panel-faq{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default-faq>.panel-heading-faq,
.panel-faq .plan{
    margin-bottom:20px;
}

.panel-default-faq>.panel-heading-faq+.panel-collapse-faq .panel-body-faq{
  background: #fff;
  color: #858586;
}

.panel-body-faq{
  padding: 20px 20px 10px;
}

.panel-group-faq .panel-faq+.panel-faq{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group-faq .panel-faq{
  border-radius: 0;
  margin-bottom: 1px;
}

.panel-heading-faq{
  border-radius: 0;
}

.panel-title-faq>a{
  color: #4e4e4e;
}

.accordion-inner-faq img{
  border-radius: 4px;
}

.accordion-inner-faq h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #1f1f20;
}

.panel-heading-faq.active .panel-title-faq>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 37px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #e24f43;
  color:#fff;
}

.panel-heading.active a.accordion-toggle i{
  background: #e24f43;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #e24f43;
  color: #fff;
}

.panel-heading.active h3{
  color: #fff;
}
/* ANTE PIE */
#bottom {
  background: #f5f5f5;
 border-top: 1px solid #ccc;
  font-size: 14px;
  padding-top: 20px;
  margin-top:20px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #fff;
  margin-top:20px;
  padding-left:50px;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #e24f43;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    color: #fff;
}
#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #c52d2f;
}

#bottom .widget {
  margin-bottom: 0;
}


/**************************
********* Pricing Table CSS *
**************************/

.pricing_heading {
  margin-top: 120px
}

.pricing_heading h2, 
.pricing_heading p {
  color:#4e4e4e;
}

.pricing-area h1 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
  color:#fff;
}
.pricing-area small {
  color:#fff;
}

.pricing-area span {
  font-weight: 700;
  font-size: 24px;
}

.pricing-area h3, 
.pricing-area span  {
  color: #fff;
}

.plan {
  position: relative;
  margin-bottom: 70px;
}

.pricing-area ul {
  background:#FAFAFA;
  padding: 0;
  margin: 0;
}

.pricing-area ul li {
  list-style: none;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
}

.pricing-area ul li:nth-child(even){
  background:#f5f5f5
}

.pricing-area .price-three img, 
.pricing-area .price-six img {
  position: absolute;
  right: 15px;
  top: 0;
}

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three,
.pricing-area .heading-four, 
.pricing-area .heading-five, 
.pricing-area .heading-six, 
.pricing-area .heading-seven {
  padding:17px 0;
  /*border-radius:2px 2px 0 0;*/
  border-radius: 10px;
} 

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three, 
.pricing-area .heading-four, 
.pricing-area .heading-five, 
.pricing-area .heading-six, 
.pricing-area .heading-seven {
  margin-left: -10px
}


.pricing-area .heading-one, 
.pricing-area .price-one .plan-action .btn-primary {
  background: #e24f43
}

.pricing-area .heading-two, 
.pricing-area .price-two .plan-action .btn-primary {
  background:#27AE60;
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
  background: #f39c12;
}

.pricing-area .heading-four, 
.pricing-area .price-four .plan-action .btn-primary {
  background: #337ab7;
}

.pricing-area .heading-five, 
.pricing-area .price-five .plan-action .btn-primary {
  background: #A358DF;
}

.pricing-area .heading-six, 
.pricing-area .price-six .plan-action .btn-primary {
  background: #FB275D;
;
}

.pricing-area .heading-seven, 
.pricing-area .price-seven .plan-action .btn-primary {
  background: #777777;
}

.pricing-area .bg{
 background: #fafafa 
}
.pricing-area a{
 color: #fff; 
}
.pricing-area .heading-one h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
  border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area h3:before {
  border-color: #D4880F transparent transparent;
  border-radius: 5px 0 0 0px;
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 0;
  left: 4px;
  position: absolute;
  top: 78px;
  width: 0;
  z-index: -999;
}

.small-pricing h3:after {
  height:94px;
}

.small-pricing h3:before {
  top: 74px;
}

.plan-action {
  height: 40px;
}

.pricing-area .plan-action .btn-primary {
  position: relative;
  padding:5px 20px;
  color: #fff;
  margin-top: 5px;
  border: 0px;
}

.pricing-area .plan-action .btn-primary:before {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  width: 0;
  z-index: -1;
}

.pricing-area .plan-action .btn-primary:after {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  position: absolute;
  right: -9px;
  width: 0;
  z-index: -1;
}

.pricing-area .price-two .plan-action .btn-primary:before, 
.pricing-area .price-two .plan-action .btn-primary:after {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before, 
.pricing-area .price-three .plan-action .btn-primary:after {
  border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before, 
.pricing-area .price-four .plan-action .btn-primary:after, 
.pricing-area .price-five .plan-action .btn-primary:before, 
.pricing-area .price-five .plan-action .btn-primary:after, 
.pricing-area .price-seven .plan-action .btn-primary:before, 
.pricing-area .price-seven .plan-action .btn-primary:after  {
  border-color: #424242 transparent transparent;
  right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary:before, 
.pricing-area .price-six .plan-action .btn-primary:after {
  border-color: #bf4539 transparent transparent;
  right: -9px;
}

/*************************
****REGISTRE SU MARCA ****
**************************/

.services {
  padding: 0;
}

.get-started {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 10px;
}

.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}

.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px;
}

.request h4 {
  position: absolute;
  width: 188px;
  position:relative;
}

.request h4 a{
  background:#c52d2f;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  border-radius: 3px;
  padding: 5px 15px;
  border:none;
}

.request h4:after {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  position: absolute;
  right: 0px;
  z-index: -99999;
}

.request h4:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  left: 0px;
  position: absolute;
  z-index: -99999;
}

.clients-area {
  padding: 60px;
}

.clients-comments {
   /* background-image: url("../images/image_bg.png");
    background-position: center 272px;*/
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

.clients-comments img {
 /* background:#c23334;
  border: 1px solid #c23334;
  height: 350px;
  padding: 3px;
  width: 450px;
  height: 200px;*/
  width: 550px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border-radius: 3%;
}

.clients-comments h3 {
  margin-top: 30px;
  font-weight: 300;
  padding: 0 40px;
}

.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px;
}


.clients-comments  h4  span {
  font-weight: 700;
  font-style: oblique;
}

.footer {
  background: none repeat scroll 0 0 #2E2E2E;
  border-top: 5px solid #C52D2F;
  height: 84px;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}
.center {
  text-align: center;
  padding-bottom: 55px;
}
.lead {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
}
.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

/* REGISTRAR MARCA IMAGEN DE FONDO */
#partner {
  background: url(../images/registra.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#partner {
  color: #fff;
  text-align: center;
  padding: 70px 0px;
}

#partner h2, 
#partner h3 {
  color: #fff;
}

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

.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}

/* CONTACTO */
#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}

.gmap-area {
  background-image: url("../images/mapa.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}

.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}

#contact-page{
  padding-top: 20px;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}


textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}
/* CAROUSEL */
.carousel-caption {
    right: 30%;
    left: 10%;
    padding-bottom: 50px;
}
.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 40px;
    left: 45%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 4px rgba(218,67,56,.2);
    background: rgba(255, 78, 64, 0.8);
    border-radius: 30px;
}
.carousel-caption p{
	font-size: 16px;
}
.carousel-caption h2{
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 24px;
margin-top: 15px;
}
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #000;
}
.navbar-toggle .icon-bar+.icon-bar {
    background-color: #FFF;
}
.navbar-toggle .icon-bar {
    background-color: #FFF;
}
.img-responsive {
    display: inline;
    max-width: 100%;
    height: auto;
}
.gestion {
    min-height: 20px;
    padding: 19px 20px 40px 20px;
    margin: 25px;
    background-color: #666;
    border: 1px solid #666;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    color: #fff;
}
.btn-gestion {
    margin-top: 10px;
    color: #fff;
    background-color: #e24f43;
    border-color: #E24F43;
    padding: 20px;
    font-size: 18px;
}
#gestion {
    background: #fff;
    /*border-top: 1px solid #ccc;
    font-size: 14px;*/
    padding-top: 20px;
    margin-top: 20px;
  }    

  /* responsive */
@media only screen and (max-width: 700px) {
  .navbar-donmarca{
    background-color:#333;
    border-color:#333;
    color:#ffffff;
    /*padding: 5px 0;*/
    margin-top:0px;
  }
  header.carousel {
    height: 50%;
  margin-top:0px;
  }
  .clients-comments img{
    height: 100%;
    width: 100%;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    border-radius: 3%;
  }
}
/*----------------------------------------*/
/*  carousel CLIENTES
/*----------------------------------------*/

.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
    font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
  .carousel-inner .next        { left:  50%; }
  .carousel-inner .prev        { left: -50%; }
  .carousel-col                { width: 50%; }
  .active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
  .carousel-inner .next        { left:  50%; }
  .carousel-inner .prev        { left: -50%; }
  .carousel-col                { width: 50%; }
  .active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
  .carousel-inner .next        { left:  33%; }
  .carousel-inner .prev        { left: -33%; }
  .carousel-col                { width: 33%; }
  .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
  .carousel-inner .next        { left:  25%; }
  .carousel-inner .prev        { left: -25%; }
  .carousel-col                { width: 25%; }
  .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
  .active > div:first-child + div + div + div { display:block; }
}

.block {
  width: 180px;
  height: 100px;
}

.red {background: red;}

.blue {background: blue;}

.green {background: green;}

.yellow {background: yellow;}

.btn-whatsapp {
    width: 50px;
    position: fixed;
    right: 100px;
    bottom: 40px;
    transform: translate(50%, 50%);
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1;
    z-index:999;
}
/*BOTON WHASTAPP */

.btn-whatsapp:hover {
    width:60px;
    opacity: 1;
}

.banner-arriba:hover {
  transition:all .5s ease-in-out;
  filter: opacity(.5);}

/* TIMELINE */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 60px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 30px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background-color: #fafafa;
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
margin-top: -60px;
}

.timeline > li:not(.timeline-inverted) {
padding-right:90px;
}

.timeline > li.timeline-inverted {
padding-left:90px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 700;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
@media print {
  @page {                
    size: A4;
    margin: 0mm;
  }
  html, body {
    width: 1024px;
  }
  body {
    margin: 0 auto;
  }
}
.destacar_soft{
  color:#000!important; 
  font-weight:600; 
  text-decoration:underline;
}
.destacar_soft:hover{
  color:red!important; 
  font-weight:600; 
  text-decoration:underline;
}

.btn-whatsapp {
    display: block;
    width: 50px;
    height: 50px;
    color:#fff: ;
    position: fixed;
    right: 80px;
    bottom: 35px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}
.btn-whatsapp :hover{
  opacity: .6;
  right: 15px; 
  }
