.circle {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    width: 100%;
    position: relative;
}

.circle-border {
    background: #fff;
    position: relative;
    border: 5px solid #69C417;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    box-shadow: inset 0 1px #fff,0 0 30px #c8cfe6;
    color: inset 0 1px #fff,0 0 8px #c8cfe6;
}

.circle-border-2 {
    background: #2C6AA0;
    position: relative;
    border: 5px solid #69C417;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    box-shadow: inset 0 1px #fff,0 0 30px #c8cfe6;
    color: inset 0 1px #fff,0 0 8px #c8cfe6;
}

.circle-solid{
    background-color: whitesmoke;
}

.circle:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.circle-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

.score-text {
    margin: auto;
    position: absolute;
    top: 30%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1em;
    line-height: 1.4em;
    font-size: 1em;
    width: 80%;
    
}

@media (max-width: 1024px) {
    .score-text{
        font-size: 0.9em;
        top: 10%;
    }
}

.img-categoria {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 5px;
    right: 0;
    width: 65%;
    /*filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;*/
}

.categoria-circle:hover .img-categoria {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}

.categoria-circle{
    margin-bottom: 10px;
    padding: 10px;
    cursor: pointer;
}

.btn-busqueda{
    top: 6px;
    left: 20px;
}
@media (max-width: 768px) {
    .btn-busqueda{
        display: none;
    }
}
.navbar-left{
    width: 60%
}

.link-categoria:hover{
    text-decoration: none;
}
.well{
    /*Top-Left-Bottom-Right*/
    /*padding: 10px 5px 10px 15px;*/
}


.busqueda-categoria:placeholder-shown{
    font-size: 13px;
}

/*************
**************
**************
DESCRIPCIÓN DEL PORDUCTO
**************
**************/


/*Contenedor principal*/
.search-thumbnail{
    background: #FFF;
    position: relative;
    margin: 20px 0;
    border: 3px solid #FFF;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    color: inset 0 1px #fff,0 0 8px #c8cfe6;
    min-height: 290px;
}

.search-thumbnail-empresa{
    background: #FFF;
    position: relative;
    margin: 20px 0;
    border: 3px solid #FFF;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    color: inset 0 1px #fff,0 0 8px #c8cfe6;
}

.search-thumbnail:hover {
    position: absolute;
    z-index: 99;
}

.search-thumbnail:hover .search-title{
    width: auto;
    white-space: initial;
    overflow:visible;
    cursor: pointer;
    text-decoration: none;
}

.search-thumbnail:hover .search-promotion.action-buttons,
.search-thumbnail:hover .producto-details{
    display: block;
}

.producto-details{
    display: none;
}

.producto-details-empresa{
    font-size: 0.85em;
    text-align: justify;
    max-height: 105px;
    overflow: hidden;
}

.empresa-producto-title{
    font-size: 0.95em;
    margin-bottom: 4px;
    font-weight: 600;
}

.empresa-producto-title:hover a{
    text-decoration: none;
}

.search-promotion.action-buttons {
    position: absolute;
    margin-top: 3px;
    margin-left: 3px;
    font-size: 1.3em;
    display: none;
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
    font-size: 1.5em;
}

.precio-producto{
    color: #900;
    font-size: 16px;
    font-weight: bold;
}
.precio-anterior{
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #999;
    text-decoration: none;
    text-decoration: line-through;
}

.search-title{
    width:100%;
    text-overflow:ellipsis;
    white-space:nowrap; 
    overflow:hidden;
}
.search-title:hover a{
    text-decoration: none;
}

.empresa-producto, .ubicacion-producto{
    /*text-overflow:ellipsis;*/
    /*white-space:nowrap; */
    overflow:hidden;
    font-size: 0.85em;
    text-decoration: none;
}

.empresa-producto:hover{
    width: auto;
    white-space: initial;
    overflow:visible;
    cursor: pointer;
    text-decoration: none;
}

.empresa-producto:hover a{
    text-decoration: none;
}

/**************************************
Vista Horizontal
**************************************/

.search-media {
    margin-bottom: 10px;
}


#carousel-seccion .carousel-control {
     background-image: none !important;
}
#carousel-seccion .carousel-control {
    opacity: 1;
    color: #000;
    text-shadow: 0 1px 2px rgba(207, 207, 207, 0.6);
    background-color: rgba(255, 255, 255, 0);
    width: 10%;
}

.carrusel-seccion{
    padding-left: 8%;
    padding-right: 8%;
}

.section {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #FFF;
}
.seccion-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2c6aa0 !important;
  margin-top: 30px;
  color: #fff;
}

.seccion-footer a{
    color: #fff;
}

@media (max-width: 1024px) {
    .bigger-120 {
        font-size: 1em !important;
    }
}

.div-busqueda{
    background-color: rgba(31, 64, 155, 0.92);
    color: #fff;
}

/*.navbar-fixed-top + .main-container {*/
#top {
    padding-top: 55px;
}

@media (min-width: 1450px){
    .container {
        width: 1372px;
    }
}

.form-control {
    height: 33px;
}

/*COLORES LOGO*/
.azul-coloca-bg{
    background-color: #1F409B;
}
.gris-coloca-bg{
    background-color: #58585A;
}
.azul-coloca{
    color: #1F409B;
}
.gris-coloca{
    color: #58585A;
}
.azul-coloca-light{
    color: #6c8ce1;
}
.gris-coloca-light{
    color: #9e9ea0;
}

/*BOTON PERFIL*/
.navbar-login{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.avatar-size{
    margin-top: 5px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.nav-user-photo2 {
    margin: -4px 5px 0 0;
    border-radius: 100%;
    border: 2px solid #FFF;
    width: 40px;
    height: 40px;
}

.logo-menu{
	width: 45px;
	/*margin-top: -5px;*/
}

.navbar-compact.navbar .navbar-brand {
    padding: 0;
}

.carousel-seccion, #carousel-seccion{
    background-color: #fff !important;
}

.seccion-overlay {
    padding-top: 40px;
    padding-bottom: 50px;
    float: left;
    color: #fff;
    width: 100%;
}

.overlay-white{
    background-color: rgba(255,255,255,0.45);
}

.overlay-black{
    background-color: rgba(0,0,0,0.45);
}

.overlay-black .title{
    color: #fff;
    text-shadow: 1px 0px 2px #585755;
    
}

.overlay-black p {
    /*color: #fff;*/
}

.seccionNosotros {
    background: url(../img/bg_01.jpg) no-repeat center center;
    /*background-color: #333;*/
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    position: relative;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15) inset;
    margin-bottom: 30px;
}

.seccionBusqueda {
    background: url(../img/barco.jpg) no-repeat center center;
    /*background-color: #333;*/
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    position: relative;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15) inset;
    margin-bottom: 30px;
}

.seccionProductos {
    /*background: url(../img/barco.jpg) no-repeat center center;*/
    background-color: #333;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    position: relative;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15) inset;
    margin-bottom: 15px;
}

.seccionProductos2 {
    /*background: url(../img/barco.jpg) no-repeat center center;*/
    background-color: #1F409B;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    position: relative;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15) inset;
    margin-bottom: 15px;
}


.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice {
    background-color: #1F409B;
}
.recomen-title{
    border-radius: 10px !important;
}

.gritter-close {
    left: auto;
    right: 3px;
}
#gritter-notice-wrapper {
    top: 80px;
}

.panel-heading h3{
    margin-bottom: 10px;
    margin-top: 10px; 
}

.tags .tag {
    background-color: #1F409B;
}
.link-categoria-header{
    color: #fff !important;
}
.link-categoria-header:hover{
    color: #fff;
    text-decoration: none;
}
.text-muted{
    color: #000;
}

.slick-prev:before, .slick-next:before {
    color: #1F409B !important;
}

.carousel-inner {
    overflow: visible; 
}

.search-thumbnail .search-title {
    margin-top: 10px;
    font-size: 14px;
}

.title-area h2{
    margin-top: 10px;   
}

.clients-brand-area{
    margin-right: 20px;
}

.panorama-viewport {
    width: 100% !important;
}
.panorama-title {
    background: #000 !important;
    opacity: 1 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.input-group .input-group-addon {
    color: #438eb9;
}
.img-marca-gto{
    position: absolute;
    right: 0px;
    top: 0px;
}

.fb-profile-text h1{
    margin-top: 20px !important;
}

.oferta-producto-lg{
    height: auto;
    padding: 15px;
    font-size: 40px;
}

.label-lg.arrowed-in {
    margin-left: 35px;
}

.label-lg.arrowed-in-right:after {
    right: -30px;
    border-width: 37px 15px;
}

.label-lg.arrowed-in:before {
    
    left: -30px;
    border-width: 37px 15px;
}
.ribbon-container{
    display: block;
    position: relative;
}
.ribbon {
  position: absolute;
  bottom: 0;
  padding-left: 51px;
  z-index: 20;
  width: 130%;
}
.ribbon .ribbon-background {
  position: absolute;
  top: 0;
  right: 0;
}
.ribbon .theribbon {
  position: relative;
  width: 100%;
  padding: 6px 20px 6px 20px;
  margin: 30px 10px 0 -71px;
  color: #fff;
  background-color: #F20404;
  text-shadow: 0px 1px 2px #bbb;
  font-size: 18px;
}
.ribbon .theribbon:before,
.ribbon .theribbon:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}
.ribbon .theribbon:after {
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #2d7b6b #2d7b6b transparent transparent;
}

.ribbon.new .theribbon {
  background-color: #5bc0de;
  text-shadow: 0px 1px 2px #bbb;
}
.ribbon.new .theribbon:after {
  border-color: #2390b0 #2390b0 transparent transparent;
}

.ribbon.gift .theribbon {
  background-color: #5cb85c;
  text-shadow: 0px 1px 2px #bbb;
}
.ribbon.gift .theribbon:after {
  border-color: #357935 #357935 transparent transparent;
}

.star-puntuaciones{
    font-size: 1.5em;
}
.star-puntuaciones-grande{
    font-size: 2.5em;
}
.envio-gratis-single{
    font-size: 2em;
    color: #438eb9;
}

.seccion-footer{
    bottom: 0;
    position: fixed;
    width: 100%;
}

.panel-heading {
     border-top-right-radius: 0; 
     border-top-left-radius: 0; 
}

.panel {
     border-radius: 0; 
}

.color-title{
    color: #7bb7e5;
}

.color-mail{
    color: #009600;
}

textarea {
	resize: vertical;
}

.pagination-counter {
	color: #1f409b;
	margin: 20px 0 0;
	text-align: center;
}

.pagination-sideboard {
	margin: 30px 0 0;
	text-align: center;
}

.pagination-sideboard .pagination-counter {
	margin: 8px 0;
}

.pagination-sideboard .pagination {
	margin: 8px 0 0;
}

.pagination-sideboard .pagination > li > a,
.pagination-sideboard .pagination > li > span {
	color: #1f409b;
}

.pagination-sideboard .pagination > li > a:hover,
.pagination-sideboard .pagination > li > span:hover,
.pagination-sideboard .pagination > li > a:focus,
.pagination-sideboard .pagination > li > span:focus {
	background-color: rgba(19, 39, 112, 0.2);
	color: #1f409b;
}

.pagination-sideboard .pagination > .active > a,
.pagination-sideboard .pagination > .active > span,
.pagination-sideboard .pagination > .active > a:hover,
.pagination-sideboard .pagination > .active > span:hover,
.pagination-sideboard .pagination > .active > a:focus,
.pagination-sideboard .pagination > .active > span:focus {
	background-color: #1f409b;
	border-color: #1f409b;
	color: #ffffff;
}

.pagination-sideboard .pagination > .disabled > span,
.pagination-sideboard .pagination > .disabled > span:hover,
.pagination-sideboard .pagination > .disabled > span:focus,
.pagination-sideboard .pagination > .disabled > a,
.pagination-sideboard .pagination > .disabled > a:hover,
.pagination-sideboard .pagination > .disabled > a:focus {
	background-color: #ffffff;
	color: #808080;
}

navbar-compact.navbar {
  /*background-color: #2c6aa0;*/
  background-color: #F1F7FA !important;
}