@font-face {
    font-family: 'montserratblack';
    src: url('../../fonts/Montserratt/montserrat-black-webfont.woff2') format('woff2'),
         url('../../fonts/Montserratt/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('../../fonts/Montserratt/montserrat-bold-webfont.woff2') format('woff2'),
         url('../../fonts/Montserratt/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/Montserratt/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/Montserratt/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/Montserratt/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/Montserratt/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/Montserratt/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/Montserratt/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


html {
  position: relative;
  min-height: 100%;
}
body {
  background-color: #fff;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  letter-spacing: -0.3px;
  /* Margin bottom by footer height */
  margin-bottom: 150px;
  /*margin-top: 130px;*/
}
body.home {
  /*margin-top: 65px;*/
}
.seccion-procedimientos hr {
    margin-top: .5rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #666666;
}
.bold {
  font-family: "montserratrebold", Helvetica, Arial, sans-serif;
}
strong {
  font-family: "montserratrebold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.img-responsivo {
  max-width: 100%;
  height: auto;
}

.mt-5 {
  margin-top: 50px;
}
.mb-4 {
  margin-bottom: 40px;
}
.mb-4 {
  margin-bottom: 40px;
}
.nav-menu {
  background: rgba(191, 30, 35, 0.6);
  border-radius: 4px;
	font-family: "montserratregular", Helvetica, Arial, sans-serif;
}
/*---------------------
  Header
-----------------------*/
.hs-top {
  border-bottom: none;
}
.hs-top .logo {
  padding: 22px 0;
}
.hs-top .logo a {
  display: inline-block;
}
.hs-top .ht-widget {
  text-align: right;
  padding: 20px 0;
}
.hs-top .ht-widget ul {
  display: inline-block;
}
.hs-top .ht-widget ul li {
  list-style: none;
  font-size: 14px;
  color: #444444;
  display: inline-block;
  margin-right: 45px;
  font-weight: 500;
}
.hs-top .ht-widget ul li i {
  display: inline-block;
  font-size: 16px;
  color: #00c8a0;
  height: 46px;
  width: 46px;
  background: #f5f5f5;
  line-height: 46px;
  text-align: center;
  margin-right: 10px;
}
.hs-top .ht-widget ul li span {
  margin-left: 20px;
  display: inline-block;
  position: relative;
}
.hs-top .ht-widget ul li span:after {
  position: absolute;
  left: -13px;
  top: -2px;
  content: "|";
}
.hs-top .ht-widget .hw-btn {
  font-size: 14px;
  color: #bf1817;
  font-weight: 700;
  letter-spacing: 0.5px;
  background-color: transparent;
  padding: 14px 30px;
  display: inline-block;
  border-radius: 4px;
 text-decoration: none;
	border: 1px solid #bf1817;
}
.hs-top .ht-widget .hw-btn:hover {
	text-decoration: none;
	border: 1px solid #bf1817;
	background: #bf1817;
	color: #fff;
}
.hs-top .ht-widget .nav-menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
.hs-top .ht-widget .nav-menu ul li .dropdown {
  position: absolute;
  left: -30px;
  top: 80px;
  width: 270px;
  background: #ffffff;
  z-index: 9;
  padding: 26px 0 14px;
  box-shadow: 1px 3px 15px rgba(11, 27, 32, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hs-top .ht-widget .nav-menu ul li .dropdown li {
  margin-right: 0;
  display: block;
}
.hs-top .ht-widget .nav-menu ul li .dropdown li a {
  color: #666666;
  padding: 0;
  text-transform: capitalize;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 30px;
}
.hs-top .ht-widget .nav-menu ul li .dropdown li a:hover {
  color: #111111;
	text-decoration: none;
}
.hs-top .ht-widget .nav-menu ul li .dropdown li a:after {
  left: 0;
  top: 2px;
  width: 5px;
  height: 16px;
  background: #00C89E;
  content: "";
}
.hs-top .ht-widget .nav-menu ul li:hover > a:after {
  opacity: 1;
}
.hs-top .ht-widget .nav-menu ul li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: 60px;
}
.hs-top .ht-widget.nav-menu ul li.active > a:after {
  opacity: 1;
}
.hs-top .ht-widget .nav-menu ul li:last-child {
  margin-right: 0;
}
.hs-nav .nav-menu ul li a {
  color: #ffffff;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 20px 0;
  display: block;
  position: relative;
	text-decoration: none;
}
.hs-nav .nav-menu ul li a:after {
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hs-nav  .nav-menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
.hs-nav .nav-menu ul li .dropdown {
  position: absolute;
top: 80px;
width: 270px;
background: #ffffff;
z-index: 9;
padding: 26px 0 14px;
box-shadow: 1px 3px 15px rgba(11, 27, 32, 0.1);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s;
transition: all 0.3s;
	color: #333;
}
.hs-nav .nav-menu ul li .dropdown li {
  margin-right: 20px;
  display: block;
	text-align: left;
	padding-left: 20px;
}
.hs-nav .nav-menu ul li .dropdown li a {
  color: #666666;
  padding: 0;
  text-transform: capitalize;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 30px;
	
	
}
.hs-nav .nav-menu ul li .dropdown li a:hover {
  color: #111111;
  background-color: #d4e6f6;
}

.hs-nav .nav-menu ul li:hover > a:after {
  opacity: 1;
}
.hs-nav .nav-menu ul li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: 60px;
}
.hs-nav .nav-menu ul li.active > a:after {
  opacity: 1;
}
.hs-nav .nav-menu ul li:last-child {
  margin-right: 0;
}
.hs-nav .nav-menu ul li a {
  color: #ffffff;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 20px 0;
  display: block;
  position: relative;
}
.hs-nav .nav-menu ul li a:after {
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hs-nav .hn-social {
  text-align: right;
  padding: 19px 0 18px;
}
.hs-nav .hn-social a {
  font-size: 15px;
  color: #111111;
  display: inline-block;
  margin-left: 20px;
}

.offcanvas-menu-wrapper {
  display: none;
}

  .canvas-open {
    font-size: 22px;
    height: 35px;
    width: 35px;
    border: 1px solid #c9c9c9;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 26px;
    display: block;
  }
  .canvas-open span {
    font-weight: 600;
  }
.offcanvas-menu-wrapper {
  display: none;
}

.canvas-open {
  display: none;
}
/* btn-primary-custom */
.btn-primary-custom {
  color: #fff;
  background-color: #c92329;
  border-color: #c92329;
border-radius: 25px;
}
.btn-primary-custom:focus,
.btn-primary-custom.focus {
  color: #fff;
  background-color: #ed292b;
  border-color: #ed292b;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(220,53,69,.5)
}
.btn-primary-custom:hover {
  color: #fff;
  background-color: #ed292b;
  border-color: #ed292b;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #c92329;
	color: #fff;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff!important;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	margin-left: auto;
	margin-right: auto;
	max-width: 680px;
}
.nav > li > .active{
    text-decoration: none;
    background-color: #c92329;
	color: #fff;
}
.btn-primary-custom:active,
.btn-primary-custom.active,
.open > .dropdown-toggle.btn-primary-custom {
  color: #fff;
  background-color: #ed292b;
  border-color: #b21f2d;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(220,53,69,.5)
}
.btn-primary-custom:active:hover,
.btn-primary-custom.active:hover,
.open > .dropdown-toggle.btn-primary-custom:hover,
.btn-primary-custom:active:focus,
.btn-primary-custom.active:focus,
.open > .dropdown-toggle.btn-primary-custom:focus,
.btn-primary-custom:active.focus,
.btn-primary-custom.active.focus,
.open > .dropdown-toggle.btn-primary-custom.focus {
  color: #fff;
  background-color: #ed292b;
  border-color: #b21f2d;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(220,53,69,.5)
}
.btn-primary-custom:active,
.btn-primary-custom.active,
.open > .dropdown-toggle.btn-primary-custom {
  background-image: none;
}
.btn-primary-custom.disabled:hover,
.btn-primary-custom[disabled]:hover,
fieldset[disabled] .btn-primary-custom:hover,
.btn-primary-custom.disabled:focus,
.btn-primary-custom[disabled]:focus,
fieldset[disabled] .btn-primary-custom:focus,
.btn-primary-custom.disabled.focus,
.btn-primary-custom[disabled].focus,
fieldset[disabled] .btn-primary-custom.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
/* HEADER PRINCIPAL */
header.home {
  background-color: transparent;
  padding: 15px 0px 0px;
}
.shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.logo-portal {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: #ed292b;
  padding-top: 4px;
}
.rojo{
    background-color: #FF0004;
}
.cuadro{
	border: 1px solid #e6e6e6;
	padding-top: 30px;
	margin-bottom: 10px;
	padding: 20px;
}
#container-main .list-group a {
    color: #505050;
    letter-spacing: 0.3px;
}
a.list-group-item.active {
    background: transparent linear-gradient(to right,#ec2a2c 50%,#f5f5f5 50%) repeat scroll right bottom / 207% 100%;
    border-color: #ec2a2c;
    color: #fff;
    z-index: 0;
    border-radius: 30px;
    background-position: left bottom;
}
.list-group-item {
    background: transparent linear-gradient(to right,#f6d216 50%,#ffffff 50%) repeat scroll right bottom / 207% 100%;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: 8px;
    position: relative;
    color: #505050;
    font-size: 1.5rem;
    border-radius: 30px;
    line-height: 46px;
    padding: 5px 12px 0 15px;
    font-weight: 500;
    -webkit-transition: all .6s ease 0;
    transition: all .6s ease 0;
    transition: all 0.3s ease 0s;
}.list-group-item:last-child {
    margin-bottom: 0;
    border-radius: 30px!important;
}
.list-group-item:first-child {
    border-radius: 30px!important;
}
.list-view-item {
    padding: 0px;
}
.recent-listing-box-item {
    background-color: #ffffff;
    text-align: left;
    position: relative;
}
.recent-feature-item-rating h2 {
    color: #7d7d7d;
    float: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    text-align: left;
}
.recent-listing-box-item .recent-feature-item-rating {
    display: block;
    float: left;
    padding: 5px 15px;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0px;
	text-align: right;
	border-top: 1px solid #e3e3e3;
	
}
.listing-boxes-text a {
    color: #f6d216;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.listing-boxes-text p {
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 10px;
    letter-spacing: 0.3px;
    text-align: justify;
}
a.list-group-item.active2 {
    background: transparent linear-gradient(to right,#e6e6e6 50%,#f5f5f5 50%) repeat scroll right bottom / 207% 100%;
        background-position-x: right;
        background-position-y: bottom;
    border-color: #e6e6e6;
    color: #666;
    z-index: 0;
    border-radius: 30px;
    background-position: left bottom;
}
.listing-boxes-text h3 a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 6px;
}
.listing-boxes-text h2 a {
    color: #c92329;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 6px;
	text-transform: uppercase;
}
.listing-boxes-text {
    font-size: 13px;
    color: #666;
	padding: 10px;
    text-align: left;
}
.listing-boxes-text h3{
	margin-top: 0px;
}
.list-view-item:hover {
    border: 1px solid #ec2a2c;
    box-shadow: 0 0px 15px rgb(0 0 0 / 20%);
}
.recent-listing-box-container-item {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #efeeee;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    overflow: hidden;
    position: relative;
	border-radius: 4px;
}
.left-archive-categor ul li a {
    color: #505050;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 10px !important;
	border-radius: 4px;
}
.left-archive-categor ul li {
    list-style: outside none none;
    padding: 10px;
    line-height: 24px;
    border-top: 1px solid #e3e3e3;
}
.asterisk-required {
    color: red!important;
    font-size: 12px;
    padding: 0 2px!important;
    margin-top: 10px;
}
.form-control {
	border-radius: 4px;
    display: block;
    width: 100%;
    height: 35px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: gray;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.content-select:hover i{
	margin-top: 3px;
}
a {
    color: #d9230f;
    text-decoration: none;
}
/*Progress Tracker*/
.progress-tracker--center .progress-step:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.progress-tracker--center .progress-step {
    text-align: center;
}
.progress-step:last-child {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.progress-step {
    display: block;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin: 0;
    padding: 0;
    min-width: 28px;
}
.progress-tracker {
  display: flex;
  margin: 40px auto;
  padding: 0;
  list-style: none;
}
.webform-progress-tracker.progress-tracker {
    margin-top: 20px;
    margin-bottom: 20px;
}
.webform-progress-tracker .progress-step:not(.is-active) .progress-marker, .webform-progress-tracker .progress-step:hover .progress-marker {
    background-color: #656565;
}
.progress-tracker--center .progress-marker {
    margin-left: auto;
    margin-right: auto;
}
.webform-progress-tracker .progress-step.is-active .progress-text {
    color: #333;
}
.progress-step .progress-marker {
    color: #fff;
    background-color: #b6b6b6;
}
.progress-step.is-active .progress-marker {
    background-color: #ec2a2c;
}
 .progress-marker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 20;
    width: 28px;
    height: 28px;
    padding-bottom: 2px;
    color: #fff;
    font-weight: 400;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-transition: background-color, border-color;
    transition: background-color, border-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tabla {
    border: 1px solid transparent!important;
    border-color: #c00!important;
    width: 100%!important;
}
.cabecera {
    background-color: #d9230f;
	color: #fff;
	text-align: center;
}

td, th {
    padding: 4px;
}

/*Menu lateral*/
ul.acorh,
ul.acorh * {
margin: 0;
padding: 0;
border: 0;
}
ul.acorh {
margin: 10px auto;
padding: 0;
list-style: none;
width: 100%;
font-size: 18px;
}
ul.acorh li {
list-style: none;
}
ul.acorh li a {
display: block;
padding: 10px 10px 10px 20px;
background: #fff;
color: #666;
text-decoration: none;
box-sizing: border-box;
}
ul.acorh li ul {
max-height: 0;
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
transition: .3s all ease-in;
}
ul.acorh li li a {
padding: 10px 10px 10px 40px;
background: #fff;
color: #c92329;
font-size: 1.3rem;
border: 0;
box-sizing: border-box;
}
ul.acorc li li:last-child a {
border-bottom: 0;
}
ul.acorh li:hover ul {
max-height: 300px;
transition: .3s all ease-in;
}
ul.acorh li a:hover {
background: #fff;
color: #666;
}
ul.acorh li a.active {
background: #c92329;
color: #fff;
	text-decoration: none;
}
ul.acorh li:hover ul,
ul.acorh li:target ul {
max-height: 300px;
transition: .3s all ease-in;
}




@media (max-width: 767px) {
	#search label {
  position: absolute;
  right: 30px;
  top: 15px;
  color: #333;
  z-index: 9;
}
  .logo {
    text-align: center;
  }
	.tabs {
    position: relative;
    margin: 1rem 0;
    background: #fff;
    height: 68.75rem;
}
}



/* NAV PRINCIPAL */
.navbar-principal {
  background-color: #c92329;
  border-color: #c92329;
  margin-bottom: 0;
}
.navbar-principal .navbar-brand:hover,
.navbar-principal .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-principal .navbar-text {
  color: #9d9d9d;
}
.navbar-principal .navbar-nav > li > a {
  color: rgba(255,255,255,.5);
  padding-top: 16px;
  padding-bottom: 13px;
}
@media (min-width: 768px) {
	#search label {
  position: absolute;
  right: 14px;
  top: 5px;
  color: #333;
  z-index: 9;
}
  .navbar-principal .navbar-nav > li:first-child > a {
    padding-left: 0;
  }
		.tabs {
    position: relative;
    margin: 1rem 0;
    background: #fff;
    height: 25.75rem;
}
}

.navbar-principal .navbar-nav > li > a:hover,
.navbar-principal .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-principal .navbar-nav > .active > a,
.navbar-principal .navbar-nav > .active > a:hover,
.navbar-principal .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-principal .navbar-nav > .disabled > a,
.navbar-principal .navbar-nav > .disabled > a:hover,
.navbar-principal .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-principal .navbar-toggle {
  border-color: rgba(255,255,255,.5);
}
.navbar-principal .navbar-toggle:hover,
.navbar-principal .navbar-toggle:focus {
  background-color: #c92329;
}
.feedback-like {
    text-align: center;
}
.feedback-like .form-item {
    display: inline-block;
}
.feedback-like label {
    border-radius: 50%;
    border: 1px solid #b3b3b3;
    height: 80px;
    width: 80px;
    padding: 10px 0 0 1px !important;
    margin-bottom: 10px;
    background: #F9F9F9;
}
.feedback-like label[for=edit-like-0]:hover, .feedback-like label[for=edit-like-0].selected {
    color: #e25959;
    border: 1px solid #e25959;
}
.gobec-controls {
    background: #f1f1f1;
    border: 1px solid #ededed;
    color: #6b6b6b;
    padding: 10px 15px;
    text-align: left;
    letter-spacing: 0.4px;
    margin: 0 0 20px 0;
    font-size: 16px;
	border-radius: 4px;
}
.titulo-tramite {
	font-size: 1.5rem;
	font-weight: bold;
}
.gobec-controls a {
    color: inherit !important;
	text-decoration: none;
}
.gobec-controls a .fa {
    color: #ec2a2c;
}
.feedback-like label[for=edit-like-0]:hover, .feedback-like label[for=edit-like-0] {
    color: #e25959;
    border: 1px solid #e25959;
}

.gobec-controls ul {
    margin: 0;
    padding: 0;
}
.gobec-controls li {
    display: inline;
    list-style: none;
    margin-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #CCCCCC;
}
.feedback-like .like-counter span {
    display: inline-block;
    width: 90px;
    text-align: center;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.feedback-like .like-counter span#like-ok {
    color: #2fbc7f;
}
.feedback-like .like-counter span#like-ko {
    color: #e25959;
}
.block-title {
    background: #F6F6F6;
    border: 1px solid #ededed;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    text-align: left;
    letter-spacing: 0.4px;
    border-bottom: 1px solid #E5E5E5;
	border-radius: 4px;
}
.navbar-principal .navbar-toggle .icon-bar {
  background-color: rgba(255,255,255,.5);
}
.navbar-principal .navbar-collapse,
.navbar-principal .navbar-form {
  border-color: rgba(255,255,255,.5);
}

.navbar-principal .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent;
  border-color: #337ab7;
}
.navbar-principal .dropdown-menu {
  min-width: 200px;
}
.btn-tramite {
    color: #fff;
    background-color: #ec2a2c;
    border-color: #ec2a2c;
	border-radius: 4px;
	padding: 8px 10px;
}
.btn-tramite:hover{
    color: #fff;
    background-color: #666;
    border-color: #666;
	border-radius: 30px;
}
@media (max-width: 767px) {
  .navbar-principal .navbar-nav > .open > a,
  .navbar-principal .navbar-nav > .open > a:hover,
  .navbar-principal .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: rgba(255,255,255,.3);
  }
  .navbar-principal .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
  }
  .navbar-principal .dropdown-menu>li>a:focus, .navbar-principal .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(255,255,255,.3);
  }
}

/* BANNER */

/* BANNER INTERNO */
.banner-interno {
  background-color: #333;
  padding-top: 0px;
	margin-bottom: 20px;
  background-image: url(../img/banner1.png);
  background-size: cover;
  position: relative;
  background-position: top center;
  color: #ffffff;
  text-align: center;
}
.banner-interno h1 {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  font-size: 40px;
	padding-bottom: 10px;
}
.banner-interno p.lead {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 24px;
}
.title-interno {
  padding-top: 15px;
}

@media (max-width: 767px) {
  .title-interno {
    padding-top: 30px;
  }
  .banner-interno h1 {
    font-family: "montserratregular", Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-size: 30px;
  }
}

/* BANNER LOGIN */
.banner-login {
  background-color: #333;
  padding-top: 30px;
  background-image: url(../img/banner1.png);
  background-size: cover;
  position: relative;
  background-position: center center;
  color: #ffffff;
	margin-bottom: 20px;
}
.banner-login h2 {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  font-size: 28px;
  margin-bottom: 20px;
}
.banner-login h3 {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  font-size: 20px;
}

.banner-login p.lead {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 24px;
}

@media (max-width: 767px) {
  .banner-login {
    padding-top: 30px;
  }
  .banner-login h3 {
    font-family: "montserratregular", Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-size: 14px;
    line-height: 1.5;
  }
}


h2 {
  font-family: "montserratbold", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
h5 {
  font-family: "montserratbold", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 600;
}


/* MAIN */
.main {
  margin-top: 20px;
}

.thumbnail {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

/* FOOTER */
.footer-principal {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #333;
}
.container .text-muted {
  margin: 20px 0;
}
.footer-principal .text-muted {
  font-size: 12px;
  color: #9d9d9d;
}
@media (max-width: 767px) {
  .container .text-muted {
    margin: 13px 0;
  }
}


/* LOGIN */
body.login {
  background-color: #f5f5f5;
}
.container-login {
  border: solid 6px rgba(0,0,0,.1);
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.form-signin {
  max-width: 370px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.caja {
    top: 15px;
    margin-top: 15px;
    border-radius: 30px;
	max-width: 800px;
}
.formcaja {
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}
.inner-addon .ionicon {
    position: absolute;
    padding: 8px;
    pointer-events: none;
}
.login-link:hover {
    color: #666;

}
.login-link {
    font-weight: 400;
    color: #cc0000;
    margin-top: 15px;
    display: block;
    font-size: 12px;
    cursor: pointer;
}
.left-addon .ionicon {
    left: 0px;
}
.has-error {
    border: 2px solid #cc0000;
    background-color: #FFF7F7;
    -webkit-transition: background-color 2s;
    -moz-transition: background-color 2s;
    -ms-transition: background-color 2s;
    -o-transition: background-color 2s;
    transition: background-color 2s;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}


/*.panel-default>.panel-heading {
    color: #ffffff;
    background-color: #A1665F;
    border-color: #A1665F;
}*/
.panel-preguntas {
  border-color: #c92329;
}

.panel-preguntas .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-group .panel > .panel-heading > .panel-title > a {
    display: block;
    text-decoration: none;
}
.panel-group.joined > .panel > .panel-heading h4 a.collapsed:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.panel-group.joined > .panel > .panel-heading h4 a:before {
    position: relative;
    content: '\f106';
    display: inline-block;
    font-family: "FontAwesome";
    color: #c92329;
    padding: 10px 15px;
    padding: 0;
    float: right;
    font-size: 17px;
    margin-left: 13px;
    top: 0px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.panel-group.joined > .panel-info > .panel-heading h4 a:before {
  color: #2c7ea1;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #c92329;
}

.panel-group .panel > .panel-heading > .panel-title > a:hover {
  color: #c92329;
}
.panel-group {
  margin-bottom: 50px;
}

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #c92329;

  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #c92329;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #c92329;
  background-image: #c92329;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #c92329;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 0px;
  padding-top: 0px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}


.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  border-color: #c92329;
}

.seccion-acerca {
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right: 15px;
}

a.list-group-item, button.list-group-item {
  color: #dd3b4b;
}



@media (min-width: 768px) {
  .navbar-form {
    width: 100%;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  }
  .navbar-form {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 0;
}
.navbar-form .form-control {
  color: #333;
  background-color: #ffffff;
  /*border: 1px solid rgba(255,255,255,.5);*/
  font-style: oblique;
  border-radius: 18px;
}
.navbar-form .form-control::-moz-placeholder {
  /*color: rgba(255,255,255,.5);
  opacity: 1;*/
}
.navbar-form .form-control:-ms-input-placeholder {
  /*color: rgba(255,255,255,.5);*/
}
.navbar-form .form-control::-webkit-input-placeholder {
  /*color: rgba(255,255,255,.5);*/
}

.navbar-form .form-control:focus {
  /*border-color: #fff;
  box-shadow: none;*/
}

#search {
  position: relative;
  font-size: 18px;
  /*padding-top: 40px;
  margin: -20px auto 0;*/
}
#search label {
  position: absolute;
  right: 12px;
  top: 5px;
  color: #333;
  z-index: 9;
}
#search #search-input, #search .hint {
  padding-left: 16px;
  padding-right: 36px;
  border-radius: 4px;
}
hr {
    border-top: 1px solid #b3b3b3!important;
	margin-top: 10px!important;
	margin-bottom: 25px!important;
}
#search-interno {
  position: relative;
  font-size: 18px;
  /*padding-top: 40px;
  margin: -20px auto 0;*/
}
#search-interno label {
  position: absolute;
  left: 12px;
  top: 5px;
  /*color: rgba(255,255,255,.5);*/
}
#search-interno #search-input, #search .hint {
  padding-left: 36px;
  padding-right: 36px;
  /*border-radius: 23px;*/
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal .table {
  margin-bottom: 0;
}
.modal .table>thead>tr>th {
  background-color: #c92329;
  color: #ffffff;
}
.modal-title {
  color: #c92329;
}
.close {
  font-size: 27px;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 0 auto;
  }
}

.acceso-directo a h3 {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  color: #333;
}


.table-responsive {
  min-height: .01%;
  overflow-x: inherit;
}
.table-custom {
  /*background-color: #ffffff;*/

  /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);*/
}
.table-custom tbody tr {
 /*border-top: 0;*/
  background-color: #ffffff;
}

.table-custom>tbody>tr>td, .table-custom>tbody>tr>th, .table-custom>tfoot>tr>td, .table-custom>tfoot>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 6px solid #f5f5f5;
}

.table-custom>tbody>tr>td:first-child, .table-custom>tbody>tr>th:first-child, .table-custom>tfoot>tr>td:first-child, .table-custom>tfoot>tr>th:first-child, .table-custom>thead>tr>td:first-child, .table-custom>thead>tr>th:first-child {
  padding-left: 20px;
}
.table-custom>tbody>tr>td:last-child, .table-custom>tbody>tr>th:last-child, .table-custom>tfoot>tr>td:last-child, .table-custom>tfoot>tr>th:last-child, .table-custom>thead>tr>td:last-child, .table-custom>thead>tr>th:last-child {
  padding-right: 20px;
}

.table-custom>thead>tr>td, .table-custom>thead>tr>th  {
  font-family: "montserratbold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
}

.pager {
  margin-top: 0
}

.table-custom>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 0;
}
/*.table-hover>tbody>tr:hover {
  border-left: 3px solid #c92329;
}*/


.form-horizontal .control-label {
  font-family: "montserratbold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.acceso-directo a.title:hover h3 {
  color: #c92329;
}


/* INICIO */


/* Banner */
.banner-principal {
  position: relative;
  color: #ffffff;
  text-align: center;
	margin-bottom: 30px;
}
.banner-principal h1 {
  font-family: "montserratmedium", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  font-size: 48px;
}
.banner-principal p.lead {
  font-family: "montserratbold", Helvetica, Arial, sans-serif;
  font-size: 24px;
}
.banner-title {
  padding-top: 30px;
}

.nav-principal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.item:nth-child(1) {
  background: url(../img/bg-pesca.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.item:nth-child(2) {
  background: url(../img/bg-industria.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.item:nth-child(3) {
  background: url(../img/home-4.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel {
  z-index: -99;
}
.carousel .item {
  width: 100%;
  height: 500px;
}

@media (max-width: 767px) {
  .banner-title {
    padding-top: 50px;
  }
  .banner-principal h1 {
    font-family: "montserratbold", Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-size: 38px;
  }
  .banner-principal p.lead {
    font-family: "montserratregular", Helvetica, Arial, sans-serif;
    font-size: 16px;
  }
}

/* NAVBAR HOME */
.navbar-home {
  margin-top: 15px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 15px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 15px;
  font-weight: normal;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

.masthead-nav > li > a.btn {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  color: rgba(255,255,255,1);
  border-bottom: 1px solid #c92329;
}

@media (max-width: 767px) {
  .masthead-nav .btn-primary-custom {
    margin-top: 15px;
  } 
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
    left: 0;
    opacity: 1;
    visibility: visible;
}
}

/* Buscar Inicio */
#search-inicio {
  position: relative;
  font-size: 18px;
  /*padding-top: 40px;
  margin: -20px auto 0;*/
}
#search-inicio label {
    position: absolute;
    right: 0px;
    color: #fff;
    z-index: 9;
    background-color: #c92329;
    height: 35px;
    width: 45px;
    border-radius: 0 4px 4px 0;
    font-size: 15px;
    padding-top: 9px;
}
#search-inicio #search-input, #search-inicio .hint {
  padding-left: 15px;
  padding-right: 36px;
  border-radius: 4px;
	font-size: 1.7rem;
}

.seccion-procedimientos {
  padding-bottom: 15px;
}
.seccion-consultas {
  padding-top: 0px;
  padding-bottom: 20px;
}
.ts-item {
    background: #ffffff;
    text-align: center;
    padding: 35px 25px 30px 25px;
    height: 330px;
    overflow: hidden;
	border: 1px solid #C9C9C9;
	border-radius: 6px;
}
.ts-item .ts-text img {
    height: 116px;
    width: 116px;
	text-align: left;

}
.ts-item .ts-text p {
    color: #333;
    margin-bottom: 8px;
}
/* Procedimientos TUPA */
.card {
    position: relative;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
    -webkit-box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
	border-radius: 4px;
}
.card .caption {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 30px auto;
    height: 50px;
    text-align: center;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
	border-radius: 4px;
}
.card .caption h2 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.card .caption h1 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
	font-size: 1.8rem;
	width: 90%;
}
a:hover .card .caption h1 {
    top: 20%;
}
.card .caption p {
	visibility: hidden;
}
a:hover .card .caption p {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  text-align: center;
	font-size: 1.5rem;
	padding: 75px 15px 0 15px;
	visibility: visible;
	line-height: 1.5rem;
}
a:hover .card .caption {
    height: 100%;
}

/* Consultas frecuentes */
.media {
  margin-bottom: 15px;
}
.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: middle;
}
.media-heading {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
}

.media a {
  display: block;
  color: #888;
}
.media a .circle {
  color: #BF1817;
}

.media a:hover .circle, .media a:focus .circle {
  background-color: #c92329;
  color: #ffffff;
  border: 1px solid #c92329;
}
.media a:hover, .media a:focus {
  text-decoration: none;
  color: #c92329;
}

.circle {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  border: 1px solid;
  text-align: center;
  padding: 14px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.fa-2x {
  font-size: 2.5em;
}

/* Boton ver más */
.btn-outline-danger {
  color: #c92329;
  background-color: transparent;
  background-image: none;
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #c92329;
  border-radius: 4px;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #c92329;
  border-color: #c92329;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #c92329;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #c92329;
  border-color: #c92329;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.btn-outline-danger2 {
  color: #c92329;
  background-color: transparent;
  background-image: none;
  display: inline-block;
  border: 1px solid #c92329;
  border-radius: 4px;
	width: 100%;
}

.btn-outline-danger2:hover {
  color: #fff;
  background-color: #c92329;
  border-color: #c92329;
}

.btn-outline-danger2:focus, .btn-outline-danger2.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

.btn-outline-danger2.disabled, .btn-outline-danger2:disabled {
  color: #c92329;
  background-color: transparent;
}

.btn-outline-danger2:not(:disabled):not(.disabled):active, .btn-outline-danger2:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger2.dropdown-toggle {
  color: #fff;
  background-color: #c92329;
  border-color: #c92329;
}

.btn-outline-danger2:not(:disabled):not(.disabled):active:focus, .btn-outline-danger2:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger2.dropdown-toggle:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

/* HOME LOGUEADO */
/* INICIO - ACCESO DIRECTO */
.acceso-directo {

}
.acceso-directo a {
  overflow: hidden;
  display: block;
}
.acceso-directo a:hover, .acceso-directo a:focus {
  text-decoration: none;
}
.acceso-directo a img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.acceso-directo .col-md-2 {
  width: 20%;
}

@media (max-width: 767px) {
  .acceso-directo .col-md-2 {
    width: 100%;
  }
  .acceso-directo a {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
	#search label {
  position: absolute;
  right: 30px;
  top: 15px;
  color: #333;
  z-index: 9;
}
  .acceso-directo .col-md-2 {
    width: 20%;
    float: left;
  }
  .acceso-directo a h3 {
    font-size: 16px;
  }
}

.tab-procedimientos {
  /*border: 1px solid #ddd;
  border-radius: 4px;*/
  margin-bottom: 30px;
}
.tab-procedimientos .tab-content-proc {
  padding: 25px 15px 15px 15px;
  margin-top: 0;
  background-color: #f5f5f5;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-pills>li>a {
  border-radius: 18px;
  padding: 5px 25px;
  font-size: 16px;
}
.nopadding {
    padding: 0px;
}

.page-header {
  padding-bottom: 9px;
  margin: 0px 0 20px;
  border-bottom: 1px solid #eee;
}


/* TABS CONSULTA */
.scrtabs-tab-container {
  height: 150px; 
}
.scrtabs-tabs-fixed-container {
  float: left;
  height: 150px;
  overflow: hidden;
  width: 100%; 
}
.scrtabs-tab-scroll-arrow {
  border: none;
  border-top: none;
  border-bottom: 1px solid #ddd;
  color: #333333;
  display: none;
  float: left;
  font-size: 20px;
  height: 150px;
  margin-bottom: -1px;
  padding-left: 2px;
  padding-top: 30px;
  width: 20px; 
}
.scrtabs-tab-scroll-arrow:hover {
  background-color: transparent;
  color: #c92329; 
}


.awesomplete {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  width: 100%;
}
.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  border-radius: 5px;
  margin: .2em 0 0;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(60,65,69,0.06);
  margin-top: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 1px solid rgba(0,0,0,.2);
}
.awesomplete mark {
  background: transparent!important;
  font-family: "montserratmedium", Helvetica, Arial, sans-serif;
  padding: 0;
}
.awesomplete > ul > li {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 5px;
  color: #626468;
  text-align: left;
  position: relative;
  padding: 3px 30px;
  cursor: pointer;
}   
.awesomplete > ul > li:hover {
  background: #f9fafb;
  color: black;
}

/* FORMATOS */
.formatos {

}

.formatos .panel-preguntas .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.formatos .panel-body ul {
  list-style: none;
  padding-left: 10px;
}
.formatos .panel-body ul > li {
  padding: 4px 0;
}
.formatos .panel-body a:focus, .formatos .panel-body a:hover {
  color: #23527c;
  text-decoration: none;
  font-family: "montserratmedium", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .hs-slider.owl-carousel .owl-nav button {
    left: -220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hs-top .ht-widget .hw-btn {
    font-size: 11px;
  }


}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hs-slider.owl-carousel .owl-nav button {
    left: -30px;
  }

  .hs-slider.owl-carousel .owl-nav button.owl-next {
    right: -30px;
  }

  .change-btn {
    text-align: left;
    margin-bottom: 20px;
  }

  .property-controls {
    text-align: left;
    margin-bottom: 20px;
  }

  .chooseus-features .cf-item {
    width: 100%;
  }

  .chooseus-features .cf-item .cf-text {
    overflow: hidden;
    padding-top: 20px;
  }

  .team-section .team-btn a {
    padding: 12px 26px;
  }

  .ts-item .ts-text img {
    height: 160px;
    width: 160px;
	  padding-bottom: 5px;
  }

  .ts-item {
    margin-bottom: 20px;
  }

  .cs-item-list .cs-item {
    width: calc(33.33% - 10px);
    margin-bottom: 10px;
  }

  .contact-section {
    height: auto;
  }

  .cs-map {
    height: 450px;
    position: relative;
    width: 100%;
  }

  .pd-text .pd-social {
    text-align: left;
    padding-top: 0;
  }

  .pd-text .pd-title {
    margin-bottom: 30px;
  }

  .property-submit-form form .pf-summernote .text-editor .button-group .btn-item {
    padding-right: 10px;
  }

  .property-submit-form form .pf-map .g-map {
    margin-top: 30px;
  }

  .property-submit-form form .pf-type .type-item label {
    margin-right: 30px;
  }

  .property-submit-form form .pf-feature-price .fp-inputs input {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .property-submit-form form .pf-property-details .property-details-inputs input {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .property-submit-form form .pf-location .location-inputs input {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .agent-search-form {
    margin-bottom: 70px;
  }

  .as-slider.owl-carousel .owl-nav {
    top: -50px;
  }

  .profile-agent-content .profile-agent-info {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .profile-agent-content .profile-agent-info:after {
    display: none;
  }

  .profile-agent-content .profile-agent-widget {
    margin-bottom: 15px;
  }
  .profile-agent-content .profile-agent-widget:after {
    display: none;
  }

  .blog-sidebar {
    padding-top: 50px;
  }

  .review-form .group-input input,
.leave-comment-form .group-input input,
.cc-form .group-input input {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .review-form .group-input,
.leave-comment-form .group-input,
.cc-form .group-input {
    margin-right: 0;
  }

  .property-submit-form form .pf-location .location-inputs {
    margin-right: 0;
    overflow: visible;
  }

  .property-submit-form form .pf-feature-price .fp-inputs {
    margin-right: 0;
    overflow: visible;
  }

  .property-submit-form form .pf-property-details .property-details-inputs {
    margin-right: 0;
    overflow: visible;
  }

  .feature-property-left {
    height: auto;
  }

  .hs-top .ht-widget {
    border-bottom: none;
    display: none;
  }

  .nav-menu {
    display: none;
  }

  .hs-nav .hn-social {
    display: none;
  }

  .hs-top .container {
    position: relative;
  }

  .offcanvas-menu-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
  }
  .offcanvas-menu-overlay.active {
    visibility: visible;
  }

  .canvas-open {
    font-size: 22px;
    height: 35px;
    width: 35px;
    border: 1px solid #111111;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 26px;
    display: block;
  }
  .canvas-open span {
    font-weight: 600;
  }

  .offcanvas-menu-wrapper {
    width: 300px;
    position: fixed;
    height: 100%;
    background: #ffffff;
    overflow-y: scroll;
    padding: 70px 30px 30px 30px;
    z-index: 99;
    left: -300px;
    top: 0;
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .offcanvas-menu-wrapper .canvas-close {
    font-size: 22px;
    height: 35px;
    width: 35px;
    border: 1px solid #111111;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .offcanvas-menu-wrapper .canvas-close span {
    font-weight: 600;
  }
  .offcanvas-menu-wrapper .logo {
    margin-bottom: 40px;
  }
  .offcanvas-menu-wrapper .logo a {
    display: inline-block;
  }
  .offcanvas-menu-wrapper .om-widget {
    margin-bottom: 30px;
  }
  .offcanvas-menu-wrapper .om-widget ul {
    margin-bottom: 20px;
  }
  .offcanvas-menu-wrapper .om-widget ul li {
    list-style: none;
    font-size: 14px;
    color: #444444;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .offcanvas-menu-wrapper .om-widget ul li i {
    display: inline-block;
    font-size: 16px;
    color: #00c8a0;
    height: 46px;
    width: 46px;
    background: #f5f5f5;
    line-height: 46px;
    text-align: center;
    margin-right: 10px;
  }
  .offcanvas-menu-wrapper .om-widget ul li span {
    margin-left: 20px;
    display: inline-block;
    position: relative;
  }
  .offcanvas-menu-wrapper .om-widget ul li span:after {
    position: absolute;
    left: -13px;
    top: -2px;
    content: "|";
  }
  .offcanvas-menu-wrapper .om-widget .hw-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: #BF1817;
    padding: 14px 30px;
    text-transform: uppercase;
    display: inline-block;
  }
  .offcanvas-menu-wrapper .om-menu {
    display: none;
  }
  .offcanvas-menu-wrapper .slicknav_btn {
    display: none;
  }
  .offcanvas-menu-wrapper .slicknav_nav {
    display: block !important;
  }
  .offcanvas-menu-wrapper .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 40px;
  }
  .offcanvas-menu-wrapper .slicknav_nav ul {
    margin: 0;
  }
  .offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
.offcanvas-menu-wrapper .slicknav_nav a {
    padding: 10px 0;
    margin: 0;
    color: #111111;
    font-weight: 600;
  }
  .offcanvas-menu-wrapper .slicknav_nav a:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #111111;
  }
  .offcanvas-menu-wrapper .slicknav_nav li {
    border-bottom: 1px solid #111111;
  }
  .offcanvas-menu-wrapper .slicknav_nav li .dropdown {
    border-top: 1px solid #111111;
  }
  .offcanvas-menu-wrapper .om-social a {
    font-size: 16px;
    color: #111111;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #111111;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .ts-item {
    margin-bottom: 20px;
  }

  .cs-item-list .cs-item {
    margin-bottom: 10px;
  }

  .hs-item {
    height: auto;
    padding: 113px 15px;
  }

  .pd-text .pd-social {
    text-align: left;
    padding-top: 0;
  }

  .pd-text .pd-title {
    margin-bottom: 30px;
  }

  .property-submit-form form .pf-map .g-map {
    margin-top: 30px;
  }

  .property-submit-form form .pf-feature-price .fp-inputs input {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .property-submit-form form .pf-property-details .property-details-inputs input {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .property-submit-form form .pf-location .location-inputs input {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .agent-search-form {
    margin-bottom: 70px;
  }

  .as-slider.owl-carousel .owl-nav {
    top: -50px;
  }

  .profile-agent-content .profile-agent-info {
    margin-bottom: 20px;
    overflow: hidden;
  }

  .profile-agent-content .profile-agent-widget {
    margin-bottom: 15px;
  }
  .profile-agent-content .profile-agent-widget:after {
    display: none;
  }

  .profile-agent-content .profile-agent-info:after {
    display: none;
  }

  .blog-sidebar {
    padding-top: 50px;
  }

  .review-form .group-input input,
.leave-comment-form .group-input input,
.cc-form .group-input input {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .review-form .group-input,
.leave-comment-form .group-input,
.cc-form .group-input {
    margin-right: 0;
  }

  .property-submit-form form .pf-location .location-inputs {
    margin-right: 0;
    overflow: visible;
  }

  .property-submit-form form .pf-feature-price .fp-inputs {
    margin-right: 0;
    overflow: visible;
  }

  .property-submit-form form .pf-property-details .property-details-inputs {
    margin-right: 0;
    overflow: visible;
  }

  .hs-item .hc-inner-text .hc-text {
    float: none;
    margin-right: 0;
  }

  .hs-item .hc-inner-text .hc-widget {
    overflow: hidden;
    width: auto;
    position: relative;
    right: 0;
    top: 18px;
  }

  .hs-slider.owl-carousel .owl-nav button {
    left: 0;
  }

  .hs-slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }

  .search-form-content .filter-form {
    margin-right: 0;
  }

  .search-form-content .filter-form .sm-width {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0 !important;
  }

  .change-btn {
    text-align: left;
    margin-bottom: 20px;
  }

  .property-controls {
    text-align: left;
  }

  .property-controls ul li {
    margin-right: 24px;
    margin-bottom: 20px;
  }

  .property-controls ul li:after {
    right: -17px;
  }

  .chooseus-features .cf-item {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .fp-slider .fp-item .fp-text ul {
    position: relative;
    right: 0;
  }

  .team-section .team-btn {
    text-align: left;
    margin-bottom: 25px;
  }

  .cs-item-list .cs-item {
    width: calc(50% - 10px);
  }

  .testimonial-section .section-title {
    margin-bottom: 80px;
  }

  .testimonial-slider.owl-carousel .owl-nav {
    top: -50px;
  }

  .contact-section {
    height: auto;
  }

  .cs-map {
    height: 450px;
    position: relative;
    width: 100%;
  }

  .pd-text .pd-board .tab-board .tab-content .tab-details ul {
    width: 100%;
    float: left;
  }
  .pd-text .pd-board .tab-board .tab-content .tab-details ul.left-table {
    margin-bottom: 10px;
  }

  .pd-text .pd-board .tab-board .nav-tabs .nav-item a {
    padding: 14px 26px;
  }

  .pd-text .pd-widget .pd-agent .agent-pic {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .pc-table {
    overflow-x: auto;
  }

  .contact-info {
    padding-top: 60px;
  }

  .blog-item .bi-pic {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .bh-text ul li {
    margin-right: 26px;
  }

  .bh-text ul li:after {
    right: -19px;
  }

  .blog-details-section .p-0 {
    padding: 0 15px !important;
  }

  .blog-details-content .bc-details .bc-pic {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .blog-details-content .bc-details .bc-pic img {
    min-width: 100%;
  }

  .blog-details-content .bc-widget .comment-option .co-item .ci-text ul {
    position: relative;
  }

  .feature-property-left {
    height: auto;
  }

  .property-submit-form form .pf-type .type-item label {
    margin-right: 20px;
  }

  .property-submit-form form .pf-feature .features-list .feature-item {
    width: 100%;
    float: none;
  }

  .more-option .card .card-body .mo-list .ml-column {
    width: 100%;
    float: none;
  }

  .property-submit-form form .pf-summernote .text-editor .button-group .btn-item.media-insert {
    position: relative;
    right: 0;
    top: 0;
    height: auto;
  }

  .hs-top .ht-widget {
    border-bottom: none;
    display: none;
  }

  .nav-menu {
    display: none;
  }

  .hs-nav .hn-social {
    display: none;
  }

  .hs-top .container {
    position: relative;
  }

  .offcanvas-menu-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
  }
  .offcanvas-menu-overlay.active {
    visibility: visible;
  }

  .canvas-open {
    font-size: 22px;
    height: 35px;
    width: 35px;
    border: 1px solid #111111;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 26px;
    display: block;
  }
  .canvas-open span {
    font-weight: 600;
  }

  .offcanvas-menu-wrapper {
    width: 300px;
    position: fixed;
    height: 100%;
    background: #ffffff;
    overflow-y: scroll;
    padding: 70px 30px 30px 30px;
    z-index: 99;
    left: -300px;
    top: 0;
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .offcanvas-menu-wrapper .canvas-close {
    font-size: 22px;
    height: 35px;
    width: 35px;
    border: 1px solid #111111;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .offcanvas-menu-wrapper .canvas-close span {
    font-weight: 600;
  }
  .offcanvas-menu-wrapper .logo {
    margin-bottom: 40px;
  }
  .offcanvas-menu-wrapper .logo a {
    display: inline-block;
  }
  .offcanvas-menu-wrapper .om-widget {
    margin-bottom: 30px;
  }
  .offcanvas-menu-wrapper .om-widget ul {
    margin-bottom: 20px;
  }
  .offcanvas-menu-wrapper .om-widget ul li {
    list-style: none;
    font-size: 14px;
    color: #444444;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .offcanvas-menu-wrapper .om-widget ul li i {
    display: inline-block;
    font-size: 16px;
    color: #00c8a0;
    height: 46px;
    width: 46px;
    background: #f5f5f5;
    line-height: 46px;
    text-align: center;
    margin-right: 10px;
  }
  .offcanvas-menu-wrapper .om-widget ul li span {
    margin-left: 20px;
    display: inline-block;
    position: relative;
  }
  .offcanvas-menu-wrapper .om-widget ul li span:after {
    position: absolute;
    left: -13px;
    top: -2px;
    content: "|";
  }
  .offcanvas-menu-wrapper .om-widget .hw-btn {
    font-size: 14px;
    color: #BF1817;
	  border: 1px solid #BF1817;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 14px 30px;
    text-transform: uppercase;
    display: inline-block;
	  margin-top: 5px;
	  text-decoration: none;
	  border-radius: 4px;
  }
	 .offcanvas-menu-wrapper .om-widget .hw-btn:hover{
    font-size: 14px;
    color: #fff;
	  border: 1px solid #BF1817;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: #BF1817;
    padding: 14px 30px;
    text-transform: uppercase;
    display: inline-block;
	  margin-top: 5px;
	  text-decoration: none;
  }
  .offcanvas-menu-wrapper .om-menu {
    display: none;
  }
  .offcanvas-menu-wrapper .slicknav_btn {
    display: none;
  }
  .offcanvas-menu-wrapper .slicknav_nav {
    display: block !important;
  }
  .offcanvas-menu-wrapper .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 40px;
  }
  .offcanvas-menu-wrapper .slicknav_nav ul {
    margin: 0;
  }
  .offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
.offcanvas-menu-wrapper .slicknav_nav a {
    padding: 10px 0;
    margin: 0;
    color: #111111;
    font-weight: 600;
  }
  .offcanvas-menu-wrapper .slicknav_nav a:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #111111;
  }
  .offcanvas-menu-wrapper .slicknav_nav li {
    border-bottom: 1px solid #111111;
  }
  .offcanvas-menu-wrapper .slicknav_nav li .dropdown {
    border-top: 1px solid #111111;
  }
  .offcanvas-menu-wrapper .om-social a {
    font-size: 16px;
    color: #111111;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #111111;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
  }
}
@media only screen and (max-width: 479px) {
  .hs-item .hc-inner-text {
    padding: 25px 14px;
  }
  .ts-item {
    padding: 25px 25px 30px 25px;
  }
  .cs-item-list .cs-item {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .profile-agent-content {
    padding: 30px 30px 30px 30px;
  }

  .property-item .pi-text ul li {
    margin-right: 20px;
  }

  .breadcrumb-text {
    padding: 35px 35px;
  }

  .bh-text {
    padding: 35px 50px 32px 50px;
  }

  .bh-text ul li {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .bh-text ul li:after {
    display: none;
  }

  .blog-details-content .bc-related-post .next-post {
    float: none;
    display: block;
    text-align: right;
    margin-top: 10px;
  }

  .blog-details-content .bc-widget .comment-option .co-item.reply-item {
    padding-left: 0;
  }

  .blog-details-content .bc-widget .comment-option .co-item .ci-text ul li {
    margin-right: 5px;
  }

  .blog-details-content .bc-widget .comment-option .co-item .ci-pic {
    float: none;
    margin-bottom: 20px;
  }

  .blog-details-content .bc-widget .comment-option .co-item.reply-item {
    padding-left: 10%;
  }
}
