/* Base */
body {
  line-height: 1.7;
  font-weight: 400;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-image: url(../images/Logos/bg2.png);
  background-size: cover;
  background-attachment: fixed; /* fija la imagen de fondo */
}

::-moz-selection {
  background: #c8c8c8;
  color: #fff;
}

::selection {
  background: #c8c8c8;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-logo {
  font-family: "Oswald", sans-serif;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  text-decoration: none;
}

.text-black {
  color: #c8c8c8 !important;
}

.bg-black {
  background: #c8c8c8 !important;
}

.bg-dark {
  background: #13171d !important;
}

.line-height-sm {
  line-height: 1.3;
}

.line-height-xs {
  line-height: 1;
}

.site-wrap:before {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: #f4f4f5;
  content: "";
  position: absolute;
  z-index: 2f4f4f4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-menu .site-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.offcanvas-menu .site-wrap:before {
  opacity: 1;
  visibility: visible;
}

.btn {
  position: relative;
  top: 0;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-secondary {
  background-color: #e6e7e9;
  border-color: #e6e7e9;
  color: #c8c8c8;
}
.btn.btn-sm {
  font-size: 0.9rem;
}
.btn.btn-primary {
  color: #fff;
}
.btn.btn-outline-primary:hover {
  color: #fff !important;
}
.btn.btn-black {
  background: #c8c8c8 !important;
  color: #fff;
}
.btn.btn-black:hover {
  background: #333333 !important;
}
.btn.btn-white.btn-outline-white {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.btn.btn-white.btn-outline-white:hover {
  background: #fff;
  color: #c8c8c8;
}

.bg-black {
  background: #c8c8c8;
}

.form-control {
  height: 47px;
}
.form-control:active,
.form-control:focus {
  border-color: #c8c8c8;
}
.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.site-section {
  padding: 3em 0;
}
@media (min-width: 768px) {
  .site-section {
    padding: 7em 0;
  }
}
.site-section.site-section-sm {
  padding: 4em 0;
}

.bg-text-line {
  display: inline;
  background: #c8c8c8;
  -webkit-box-shadow: 20px 0 0 #c8c8c8, -20px 0 0 #c8c8c8;
  box-shadow: 20px 0 0 #c8c8c8, -20px 0 0 #c8c8c8;
}

.bg-image {
  background-size: cover;
  background-repeat: no-rpeeat;
  overflow: hidden;
  background-position: center center;
}
.bg-image.center {
  background-position: top center;
}
.bg-image.fixed {
  background-position: fixed !important;
}
.bg-image.overlay,
.bg-image.overlay-primary,
.bg-image.overlay-info,
.bg-image.overlay-success,
.bg-image.overlay-warning {
  position: relative;
}
.bg-image.overlay:before,
.bg-image.overlay-primary:before,
.bg-image.overlay-info:before,
.bg-image.overlay-success:before,
.bg-image.overlay-warning:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.bg-image.overlay:before {
  background: rgba(0, 0, 0, 0.4);
}
.bg-image.overlay-primary:before {
  background: rgba(41, 58, 142, 0.9);
}
.bg-image.overlay-info:before {
  background: rgba(23, 162, 184, 0.9);
}
.bg-image.overlay-success:before {
  background: rgba(40, 167, 69, 0.9);
}
.bg-image.overlay-success:before {
  background: rgba(255, 220, 61, 0.9);
}

@media (max-width: 767.98px) {
  .display-3,
  .display-2,
  .display-4 {
    font-size: 2rem !important;
  }
}

@media (max-width: 991.98px) {
  .bg-md-height {
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .bg-sm-height {
    height: 300px;
  }
}

.text-gray-100 {
  color: #f8f9fa !important;
}

.text-gray-200 {
  color: #e9ecef !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

.text-gray-500 {
  color: #adb5bd !important;
}

.text-gray-600 {
  color: #6c757d !important;
}

.text-gray-700 {
  color: #495057 !important;
}

.text-gray-800 {
  color: #343a40 !important;
}

.text-gray-900 {
  color: #212529 !important;
}

.row-wrap {
  margin-left: 15px;
  margin-right: 15px;
}

.overflow-hidden {
  overflow: hidden;
}

.row-items {
  height: calc(50% - 15px);
  margin-bottom: 15px;
}
.row-items.last {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .responsive-md-height {
    height: 500px !important;
    margin-bottom: 15px;
  }
}

.site-footer {
  padding: 4em 0;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 7em 0;
  }
}
.site-footer p {
  color: #737373;
}
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #fff;
}
.site-footer a {
  color: #999999;
}
.site-footer a:hover {
  color: white;
}
.site-footer ul li {
  margin-bottom: 10px;
}
.site-footer .footer-heading {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
}
.site-footer .footer-heading:before {
  content: "";
  background: #c8c8c8;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
}

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  background: #203f85;
  padding-left: 50px;
  padding-right: 50px;
  border-bottom: none;
  position: relative;
  z-index: 99;
}
.site-navbar .site-logo {
  font-weight: 200;
}
.site-navbar .site-logo a {
  font-weight: 200;
  font-size: 25px;
  font-weight: 700;
  color: #c8c8c8;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.site-navbar .site-navigation .site-menu .active > a {
  color: #c8c8c8; /* color de texto */
  transition: all 0.3s ease; /* transición suave para los efectos */
}

.site-navbar .site-navigation .site-menu .active > a:hover {
  color: #fff; /* cambiar el color del texto al pasar el ratón */
  transform: scale(1.05); /* hacer que el enlace se agrande ligeramente */
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 10px;
  letter-spacing: 0.05em;
  color: #f4f4f5;
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #c8c8c8;
}
.site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
  padding: 10px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #c8c8c8;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #c8c8c8;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 5px 20px;
  display: block;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  color: #c8c8c8;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  color: #c8c8c8;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #c8c8c8;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2f4f4f4;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #c8c8c8;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #c8c8c8;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #c8c8c8;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #fff;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

/* Blocks */
.site-wrap {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}

.bg-section {
  background: #c8c8c8;
  padding-left: 50px;
  padding-right: 50px;
}

.site-section {
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  .site-section {
    padding: 15px 0;
  }
}

/*--------------*/
.contact-form {
  margin-left: 12%;
}

.Mensaje {
  background-color: #f7f7f7;
  padding: 15px 15px;
  border-radius: 10px;
  margin-right: 15px;
  margin-left: 1.5%;
}

.Mensaje h2 {
  text-align: center;
  color: #c8c8c8;
  font-size: 30px;
  padding: 3px;
}

.enviarsms {
  text-align: center;
  margin-top: 15px;
}

.infoc {
  margin-top: 20px;
}

.infoc h5{
  text-align: center;
}
/*-------------*/

.texto-desplegable {
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.texto-desplegable.abierto {
  max-height: 100px;
}

#mostrar-mas {
  display: block;
  margin-top: 5px;
  color: #c8c8c8;
}

#texto-desplegable::-webkit-scrollbar {
  width: 8px; /* Ancho de la barra de desplazamiento */
}

#texto-desplegable::-webkit-scrollbar-thumb {
  background-color: #888; /* Color del pulgar de la barra de desplazamiento */
  border-radius: 4px; /* Radio del pulgar de la barra de desplazamiento */
}

#texto-desplegable::-webkit-scrollbar-thumb:hover {
  background-color: #ff5500; /* Color del pulgar de la barra de desplazamiento al pasar el cursor */
}

/*-------------*/
.precio {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px), (max-width: 800px), (max-width: 1f4f4f4px) {
  .precio {
    margin-bottom: 15px;
  }
}

.precio #titulo {
  font-size: 15px;
}

.precio .precio-resaltado {
  font-weight: bold;
  color: #ff5500;
  font-size: 30px;
}
.precio .precio-resaltado2 {
  font-weight: bold;
  color: #c8c8c8;
  font-size: 15px;
}

.detalle {
  flex: 1;
  background-color: #f7f7f7;
  border-radius: 10px;
  text-align: justify;
  padding: 5px 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.detalle h2 {
  color: #336699;
}

.detalle .precio-resaltado {
  font-weight: bold;
  color: #ff5500;
}

.detalle p {
  font-size: 14px;
}

/*--------------------------------------*/

.hero-wrap {
  background-position: top center;
  height: 70vh;
  min-height: 670px;
  position: relative;
}
.hero-wrap .hero-contents {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 600px;
  background: #fff;
  padding: 50px;
}
.hero-wrap .hero-contents:before,
.hero-wrap .hero-contents:after {
  position: absolute;
  content: "";
  background: #c8c8c8;
  bottom: 0;
  left: 0;
}
.hero-wrap .hero-contents:before {
  width: 20px;
  height: 50px;
}
.hero-wrap .hero-contents:after {
  height: 20px;
  width: 50px;
  background: #203f85;
}
.hero-wrap .hero-contents p {
  color: gray;
}
.hero-wrap.text-center .hero-contents {
  padding: 30px 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
}
.hero-wrap.text-center .hero-contents:before,
.hero-wrap.text-center .hero-contents:after {
  display: none;
}

.more {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #c8c8c8;
}
.more > span {
  color: #c8c8c8;
}

.custom-media .caption {
  color: #b3b3b3;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.custom-media h3 {
  font-size: 22px;
}

.custom-media .img-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  border-radius: 7px;
  overflow: hidden;
}
.custom-media .img-wrap img {
  max-height: 100%;
}

.section-title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 40px;
}
.section-title:before,
.section-title:after {
  position: absolute;
  content: "";
  background: #c8c8c8;
  bottom: 0;
  left: 0;
}
.section-title:before {
  width: 5px;
  height: 15px;
}
.section-title:after {
  height: 5px;
  width: 15px;
  background: #203f85;
}

.player p {
  color: #b3b3b3;
}

.owl-4-slider .owl-dots {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-4-slider .owl-dots .owl-dot {
  display: inline-block;
  width: 30px;
  height: 4px;
  margin: 5px;
  background: #c8c8c8;
}
.owl-4-slider .owl-dots .owl-dot.active {
  background: #203f85;
}

.footer {
  font-size: 14px;
}
.footer .footer-inner {
  background: #203f85;
  padding: 50px;
}

.widget h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.widget p {
  color: rgba(255, 255, 255, 0.5);
}

.widget .links li {
  margin-bottom: 15px;
}
.widget .links li a {
  color: #fff;
}
.widget .links li a span {
  color: #ccc;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.social li {
  margin-bottom: 10px;
}
.social li a {
  color: #fff;
}

.copyright {
  color: #fff;
}
.copyright a {
  color: #203f85;
}

.custom-pagination {
  text-align: center;
}
.custom-pagination span {
  background: #efefef;
}
.custom-pagination a,
.custom-pagination span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
}

figure img {
  margin-bottom: 10px;
}

figure figcaption {
  font-size: 0.8rem;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}
.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}
.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}
.comment-list li .vcard {
  width: 80px;
  float: left;
}
.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}
.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}
.comment-list li .comment-body h3 {
  font-size: 20px;
  color: #fff;
}
.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}
.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #c8c8c8;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
.comment-list li .comment-body .reply:hover {
  color: #fff;
  background: #c8c8c8;
}
