* {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    line-height: 1.42857143;   
    color: #5a5a5a;
    
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-family: 'Open Sans Condensed', sans-serif; 
    font-family: 'Poiret One', cursive;
    font-family: 'Open Sans', sans-serif;*/
    font-family: 'Roboto', sans-serif;
}

.footer { 
    background-color: #fff;
    border-top: 1px solid #ddd;
    bottom: 0px;
    /*position: absolute;    */
    width: 100%;   
}

.footer p {
    padding: 10px 0;
    margin: 0;
}

/*.slide-animate.ng-enter, .slide-animate.ng-leave {
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;

  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:block;
  padding:10px;
}*/

.navbar-con-navbaradmin769{
    margin-top: 25px;
}
.navbar-con-navbaradmin768{
    margin-top: 50px;
}

.transparencia-navbar {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.transparencia-navbar-black {
    background-color: rgba(0, 0, 0, 1) !important;
}

.navbar-brand img {
    margin-top:-5px;
    height: 30px;
    max-height: 30px;
}

.ruta-acceso {
    background-color: #333;    
    width: 100%;
    height: 50px;
    margin-bottom: 40px;
    padding: 5px 5px;
}

.ruta-acceso .breadcrumb {
    background-color: transparent;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.linea-bottom-navbar {
    /*background-color: #0378aa;*/
    background-color: #5cb85c;
   /* background-color: #c96400;*/
    
    width: 100%;
    height: 3px;
    bottom: 0;
    position: relative;
}

.gi-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.gi-2x {
    font-size: 2em;
}
.gi-3x {
    font-size: 3em;
}
.gi-4x {
    font-size: 4em;
}
.gi-5x {
    font-size: 5em;
}



/* CAROUSEL PRINCIPAL
-------------------------------------------------- */

.carousel-size-principal{
    min-height: 250px;
}
/* Carousel base class */
.carousel-principal.carousel{
   
}
/* Declare heights because of positioning of img element */
.carousel-principal.carousel .item {    
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
.carousel-principal .carousel-caption h4 {
    font-size: 12px;
  } 

.carousel-principal .carousel-caption {
    /*z-index: 10;*/
    
    border-radius: 4px;
    /*background-color: rgba(93, 93, 93, 0.66);*/
   /* background-color: rgba(255, 255, 255, 0.2);*/
    background-color: rgba(0, 0, 0, 0.66);
    
    padding: 20px 20px;
    /*left: 2%!important;
    right: 2%!important;*/
    
    /*text-align: left;
    top: 15%;
    bottom: 45%;*/

    /*background: rgba(0,13,255,0.1);
    background: -moz-linear-gradient(-45deg, rgba(0,13,255,0.1) 0%, rgba(3,34,237,0.8) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,13,255,0.1)), color-stop(100%, rgba(3,34,237,0.8)));
    background: -webkit-linear-gradient(-45deg, rgba(0,13,255,0.1) 0%, rgba(3,34,237,0.8) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,13,255,0.1) 0%, rgba(3,34,237,0.8) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,13,255,0.1) 0%, rgba(3,34,237,0.8) 100%);
    background: linear-gradient(135deg, rgba(0,13,255,0.1) 0%, rgba(3,34,237,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000dff', endColorstr='#0322ed', GradientType=1 );*/

    /*background: rgba(5,235,5,0.1);
    background: -moz-linear-gradient(-45deg, rgba(5,235,5,0.1) 0%, rgba(5,235,5,0.6) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(5,235,5,0.1)), color-stop(100%, rgba(5,235,5,0.6)));
    background: -webkit-linear-gradient(-45deg, rgba(5,235,5,0.1) 0%, rgba(5,235,5,0.6) 100%);
    background: -o-linear-gradient(-45deg, rgba(5,235,5,0.1) 0%, rgba(5,235,5,0.6) 100%);
    background: -ms-linear-gradient(-45deg, rgba(5,235,5,0.1) 0%, rgba(5,235,5,0.6) 100%);
    background: linear-gradient(135deg, rgba(5,235,5,0.1) 0%, rgba(5,235,5,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05eb05', endColorstr='#05eb05', GradientType=1 );*/
}
/* responsive
---------------- */
@media (min-width: 768px) {
  .carousel-principal .carousel-caption {
    /*right: 10%!important;
    left: 10%!important;*/
    /*font-size: 16px!important;*/
  }    
   /* Bump up size of carousel content */
  .carousel-principal .carousel-caption h4 {
    font-size: 14px;
  }  

    .carousel-size-principal{
        min-height: 300px;
    }

    
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
    .carousel-size-principal{
        min-height: 450px;
    }
    
    .carousel-principal .carousel-caption h4 {
        font-size: 18px;
      }  
    
  .featurette-heading {
    margin-top: 120px;
  }
}



/* BANNER FIJO
-------------------------------------------------- */

.banner-fijo.carousel, .banner-fijo.carousel .item{
    min-height: 250px;
}
.banner-fijo .carousel-caption {
    border-radius: 8px;
    padding: 20px 20px;
    text-align: left;
    top: auto;
    left: auto;
    right: auto;
    background-color: rgba(0, 0, 0, 0.4);
    
    /*background: rgba(5,235,5,0.1);
    background: -moz-linear-gradient(-45deg, rgba(5,235,5,0.1) 0%, rgba(5,235,5,0.6) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(5,235,5,0.1)), color-stop(100%, rgba(5,235,5,0.6)));
    background: -webkit-linear-gradient(-45deg, rgba(5,235,5,0.1) 0%, rgba(5,235,5,0.6) 100%);
    background: -o-linear-gradient(-45deg, rgba(5,235,5,0.1) 0%, rgba(5,235,5,0.6) 100%);
    background: -ms-linear-gradient(-45deg, rgba(5,235,5,0.1) 0%, rgba(5,235,5,0.6) 100%);
    background: linear-gradient(135deg, rgba(5,235,5,0.1) 0%, rgba(5,235,5,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05eb05', endColorstr='#05eb05', GradientType=1 );*/
}
/* responsive
---------------- */
@media (max-width: 768px) {
    .banner-fijo .carousel-caption h1{
        font-size: 25px;
    }
}



/* CAROUSEL EMPRESA
-------------------------------------------------- */

.carousel-empresa {
    min-height: 330px;
    color: white;
    background-color: #333333;
}
.carousel-empresa .left.carousel-control, 
.carousel-empresa .right.carousel-control{
    background-image: none;
    /*color: black;*/
}
.carousel-empresa .media-body{
    padding: 25px;
    /*padding-left: 430px;*/
}
.carousel-empresa .media img{
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19); 
    margin: 15px; 
    /*margin-top: -35px; 
    position: absolute; */
    border-radius: 4px;
    min-width: 97%;
    max-height: 200px;
}
.carousel-empresa .media-body p{
    text-align: justify;
}
/* responsive
---------------- */
@media (max-width: 768px) {
    .carousel-empresa .media img{
        /*margin-top: 15px; 
        position: inherit; */
        min-width: 93%;
    }
    .carousel-empresa .media-body{
        padding-left: 25px;
        display: block;
        width: auto;
    }
    .carousel-empresa .media-left{
        display: block;
        width: auto;
    }
    .carousel-empresa .media-body .lead{
        font-size: 14px;
    }
}
@media (max-width: 992px) {
    .carousel-empresa .media-body .lead{
        font-size: 14px;
    }
}





/* masonry ordenamiento automatico de divs
-------------------------------------------------- */
.masonry-brick {
    display: none;
}
.masonry-brick.loaded {
    display: block;
}





/* Categorias
-------------------------------------------------- */

.catg {
    
}
.catg a{
    text-decoration: none;
    background-color: #ddd;
    margin: 0px 5px;
    padding: .2em .6em .3em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    /*white-space: nowrap;*/
    vertical-align: baseline;
    border-radius: 20px;
}
.catg.catg-x-lg{
    font-size: x-large;
}
.catg a:hover {
    background-color: #aaa;
}
.catg a.active {
    background-color: #337ab7;
}






/* text-puntos-suspensivos
-------------------------------------------------- */

.text-puntos-suspensivos {
    display: block;
    display: -webkit-box;
    position: relative;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
}

.text-puntos-suspensivos::after
{
	content    : '...';
	text-align : right;
	bottom     : 0;
	right      : 0;
	width      : 25%;
	display    : block;
	position   : absolute;
	height     : calc(1em * 1.2);
	background : linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
}
@supports (-webkit-line-clamp: 1)
{
	.text-puntos-suspensivos:after
	{
		display : none !important;
	}
}

.line-clamp-1
{
	-webkit-line-clamp : 1;
	height             : calc(0.9em * 1.2 * 1);
}
.line-clamp-2
{
	-webkit-line-clamp : 2;
	height             : calc(0.9em * 1.2 * 2);
}
.line-clamp-3
{
	-webkit-line-clamp : 3;
	height             : calc(0.9em * 1.2 * 3);
}
.line-clamp-4
{
	-webkit-line-clamp : 4;
	height             : calc(0.9em * 1.2 * 4);
}
.line-clamp-5
{
	-webkit-line-clamp : 5;
	height             : calc(0.9em * 1.2 * 5);
}





/* FORMULARIO DE CONTACTO Y DE COMENTARIOS
-------------------------------------------------- */

.contacto-form .form-control {
   /* border: 0px;
    box-shadow: none;
    background-color: #f8f8f8;*/
    
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 14px 19px;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    font-style: italic;
    color: #888;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #f8f8f8;
    border-radius: 3px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #f8f8f8;
    box-shadow: none;
    padding-left: 60px;
}
.contacto-form .form-control:focus {
   /* border: 0px;
    box-shadow: none;
    background-color: #f8f8f8;*/
    background-color: #fff;
    border: 1px solid #f8f8f8;
    transition: .3s ease-in-out;
}
.contacto-form .btn {
    border-radius: 3px;
}
.contacto-form .form-wrap_icon::before {
    position: absolute;
    top: 27px;
    left: 35px;
    transform: translateY(-61%);
    margin-right: 7px;
    font-size: 18px;
    line-height: 24px;
    color: #c7c7c7;
}
.contacto-form .linear-icon-man:before {
    content: "\e008";
}
.contacto-form .linear-icon-comment:before {
    content: "\e111";
}
.contacto-form .linear-icon-phone:before {
    content: "\e182";
}
.contacto-form .linear-icon-email:before {
    content: "\2709";
}
[class^="linear-icon-"]::before, [class*=" linear-icon-"]::before {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}






/* COMENTARIOS BLOG
-------------------------------------------------- */


.media-comment .media-left {
    padding-right: 10px;
}
.media-comment .media-left img {
    width: 70px;
    height: 70px;
}
.media-comment .media-body .media-body-comment {
    padding: 30px;
    margin-bottom: 10px;
    background-color: #f8f8f8;
}
.media-comment .media-body .media-heading {
    font-weight: bold;
}
.media-comment .media-body .media-heading small, .media-comment .media-body .media-heading a {
    font-size: small;
    color: #ccc;
}

.media-comment .media-body .media-heading a:hover {
    color: #5bc0de;
}








/* Featurettes
-------------------------------------------------- */

.featurette-divider {
  margin: 40px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  text-shadow: none;
}






/* Estrellas de clasificacion
-------------------------------------------------- */
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 20px;
}
.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}
.rating span.star:hover {
    cursor: pointer;
}
.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #777;
}
.rating span.star:hover:before, .rating span.star:hover ~ span.star:before {
    content: "\f005";
    color: #ffda3f;
}

















