body {
  font-family: 'News', sans-serif;
  background-color: #f5f5f5; }

.bg-rojo {
  background-color: #ED1C24; }

.rojo {
  color: #ED1C24; }

.bg-blanco {
  background-color: white; }

.blanco {
  color: white; }

.bg-azul {
  background-color: #39B7D1; }

.azul {
  color: #39B7D1; }

.bg-gris {
  background-color: #333333; }

.gris {
  color: #333333; }

.bg-gris2 {
  background-color: #6a6a6a; }

.gris2 {
  color: #6a6a6a; }

.bg-gris3 {
  background-color: #ababab; }

.gris3 {
  color: #ababab; }

p {
  line-height: 1.7; }

#nav {
  margin-bottom: 0 !important;
  color: white;
  border-radius: 0;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%; }
  #nav a {
    color: inherit !important; }
  #nav a:hover {
    color: inherit !important;
    text-decoration: none;
    background-color: transparent; }
  #nav .navbar-right {
    margin-top: 5px; }
  #nav .collapse.navbar-collapse {
    transition: 0.2s; }
  #nav.fix-nav .collapse.navbar-collapse {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  #nav.fix-nav .navbar-header {
    padding-top: 10px; }

.nav-space {
  width: 100%;
  height: 62px; }

#buscador {
  position: relative;
  padding-top: 5px; }
  #buscador .form-control {
    border-radius: 30px; }
  #buscador i.buscar {
    position: absolute;
    top: 15px;
    right: 40px; }

.clasificado-row {
  position: relative; }
  .clasificado-row .clasificado-page {
    position: relative; }
    .clasificado-row .clasificado-page.clasificado-negrita {
      font-family: 'NewsBold',sans-serif !important; }
    .clasificado-row .clasificado-page.clasificado-recuadro {
      border: 1px solid #B8860B !important; }
  .clasificado-row .clasificado-preferencial {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 3; }

.item-clasificado {
  cursor: pointer;
  position: relative;
  margin-top: 20px; }
  .item-clasificado.clasificado-negrita {
    font-family: 'NewsBold',sans-serif !important; }
  .item-clasificado.clasificado-recuadro .item-container {
    border: 1px solid #B8860B !important; }
  .item-clasificado .descrip-clasificado {
    height: 66px;

    width:100%;
    overflow: hidden; }
  .item-clasificado .clasificado-preferencial {
    position: absolute;
    right: 25px;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 3; }
  .item-clasificado .item-container {
    background-color: white;
    border: 1px solid #eaeaea;
    padding: 10px;
    transition: 0.2s; }
    .item-clasificado .item-container:hover {
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .item-clasificado .img-container {
    overflow-x: hidden; }

footer {
  min-height: 250px;
  background-color: #333333; }

.width-ratio {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top; }

.width:before {
  content: '';
  display: block; }

.width-text {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center; }

.ratio1-1:before {
  padding-top: 100%; }

.ratio1-2:before {
  padding-top: 50%; }

#categoria-home {
  background-color: white;
  height: 400px;
  border: 1px solid #eaeaea;
  overflow-y: hidden; }
  #categoria-home li {
    padding: 7px 10px;
    transition: 0.2s;
    margin-left: 0;
    cursor: pointer; }
    #categoria-home li:hover {
      padding-left: 15px !important;
      background-color: #f9f9f9; }
      #categoria-home li:hover a {
        color: #ED1C24; }
    #categoria-home li a {
      color: black; }
    #categoria-home li a:hover {
      text-decoration: none; }
  #categoria-home .categoria-head {
    background-color: #ED1C24;
    font-weight: bold;
    color: white;
    font-size: 18px;
    padding: 10px; }

.header-box {
  border-top: 2px solid #ED1C24;
  color: #ED1C24;
  margin-bottom: 15px; }
  .header-box span {
    color: gray; }

.revista_img {
  transform: rotate(-20deg);
  margin-top: 10px;
  transition: 0.2s; }
  .revista_img:hover {
    transform: rotate(0deg); }

#anunciantes {
  position: relative;
  overflow: hidden; }
  #anunciantes:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.6;
    /*background-image: url(../img/auspiciantes.webp);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;*/ }
  #anunciantes .owl-item {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-size: cover;
    background-position: center; }

.t-shadow {
  text-shadow: 0 0 10px #000; }

@media (min-width: 768px) {
  #buscador {
    display: none; } }
@media (min-width: 1024px) {
  #buscador {
    display: inline-block; }
    #buscador input {
      width: 180px; } }
@media (min-width: 1440px) {
  #buscador input {
    width: 400px; } }
.fast {
  -vendor-animation-duration: 1s;
  -vendor-animation-delay: 0s; }

.slow {
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 1s; }

.reallyslow {
  -vendor-animation-duration: 6s;
  -vendor-animation-delay: 3s; }

.owl-prev, .owl-next {
  display: inline-block;
  font-size: 40px;
  color: #ED1C24;
  margin: 10px; }

.owl-nav {
  text-align: center; }

.categoria-mobile .owl-item {
  width: 100%; }

/* line 1097, C:/xampp/htdocs/somossocios/resources/css/scss/_fefus-master.scss */
#footer {
  background-color: #ffffff;
  padding: 15px;
  color: #348aa7;
  font-size: 14px;
  font-family: 'Raleway', "Helvetica Neue", Helvetica,Arial,sans-serif;
  font-weight: 600; }

/* line 1105, C:/xampp/htdocs/somossocios/resources/css/scss/_fefus-master.scss */
#footer .text-right {
  text-align: left;
  margin-top: 15px; }

#foot-link {
  padding: 40px 0;
  color: #e0e0e0;
  background: #ed1c24;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ed1c24 0%, #931113 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ed1c24 0%, #931113 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ed1c24 0%, #931113 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#931113',GradientType=0 );
  /* IE6-9 */ }

#foot-link .h3, #foot-link h3 {
  margin-top: 0;
  color: white; }

#foot-link a {
  color: #ffffff;
  font-weight: 400; }

#foot-link a:hover {
  color: #4bdbd7;
  text-decoration: none; }

#foot-link ul.list-unstyled {
  font-size: 14px; }

#foot-link ul.list-unstyled > li {
  margin: 0 0 15px 0; }

#foot-link ul.social-buttons > li a {
  margin-bottom: 5px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 4px;
  border-radius: 100%;
  font-size: 12px;
  line-height: 40px;
  outline: 0;
  color: #513b56;
  background-color: #ffffff;
  webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  text-align: center; }

#foot-link ul.social-buttons > li a:hover,
#foot-link ul.social-buttons > li a:focus,
#foot-link ul.social-buttons > li a:active {
  background-color: #ED1C24;
  color: #ffffff; }

#foot-link .input-group {
  margin-bottom: 20px; }

#foot-link .input-group .form-control {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

#foot-link .input-group .btn-default {
  color: #513b56;
  border-color: #ffffff;
  background-color: #ffffff; }

#foot-link .input-group .btn-default:focus, #foot-link .input-group .btn-default.focus, #foot-link .input-group .btn-default:active:focus, #foot-link .input-group .btn-default:active.focus, #foot-link .input-group .btn-default.active:focus, #foot-link .input-group .btn-default.active.focus {
  color: #ffffff;
  background-color: #4bdbd7;
  border-color: #4bdbd7; }

#foot-link .input-group .btn-default:hover, #foot-link .input-group .btn-default:focus, #foot-link .input-group .btn-default.focus {
  color: #ffffff;
  background-color: #4bdbd7;
  border-color: #4bdbd7; }

#foot-link .input-group .btn-default:active, #foot-link .input-group .btn-default.active {
  color: #ffffff;
  background-color: #4bdbd7;
  border-color: #4bdbd7;
  box-shadow: none; }

#noticias .item-noticia {
  cursor: pointer; }
  #noticias .item-noticia .img-container {
    border: 1px solid #eaeaea;
    transition: 0.05s; }
  #noticias .item-noticia:hover .img-container {
    border: 3px #A70E13 inset; }
  #noticias .item-noticia:hover .azul {
    color: #ED1C24 !important; }

.box {
  background-color: white;
  border: 1px solid #999;
  margin-top: 30px;
  margin-bottom: 30px; }

#preview-modal .modal-body div {
  padding: 10px; }
#preview-modal .modal-body .negrita {
  font-weight: bold !important; }
#preview-modal .modal-body .recuadro {
  border: 1px solid black; }

.uppercase {
  text-transform: uppercase; }

.center {
  text-align: center; }

.font56 {
  font-size: 56px;
  line-height: 1.1; }

.font52 {
  font-size: 52px;
  line-height: 1.1; }

.font48 {
  font-size: 48px;
  line-height: 1.1; }

.font42 {
  font-size: 42px;
  line-height: 1.1; }

.font36 {
  font-size: 36px;
  line-height: 1.1; }

.font32 {
  font-size: 32px;
  line-height: 1.1; }

.font28 {
  font-size: 28px;
  line-height: 1.1; }

.font26 {
  font-size: 26px;
  line-height: 1.1; }

.font24 {
  font-size: 24px;
  line-height: 1.1; }

.font22 {
  font-size: 22px;
  line-height: 1.1; }

.font20 {
  font-size: 20px;
  line-height: 1.1; }

.font18 {
  font-size: 18px;
  line-height: 1.1; }

.font16 {
  font-size: 16px; }

.font15 {
  font-size: 15px; }

.font14 {
  font-size: 14px; }

.font13 {
  font-size: 13px; }

.font12 {
  font-size: 12px; }

.font11 {
  font-size: 11px; }

.font10 {
  font-size: 10px; }

.font9 {
  font-size: 9px; }

@font-face {
  font-family: 'News';
  src: url("../fonts/NewsCycle-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'NewsBold';
  src: url("../fonts/NewsCycle-Bold.ttf");
  font-weight: normal;
  font-style: normal; }
.font-news {
  font-family: 'News', sans-serif; }

.font-newsbold {
  font-family: 'NewsBold', sans-serif; }

.margintop5 {
  margin-top: 5px; }

.margintop10 {
  margin-top: 10px; }

.margintop15 {
  margin-top: 15px; }

.margintop20 {
  margin-top: 20px; }

.margintop30 {
  margin-top: 30px; }

.margintop40 {
  margin-top: 40px; }

.margintop50 {
  margin-top: 50px; }

.margintop60 {
  margin-top: 60px; }

.margintop80 {
  margin-top: 80px; }

.margintop100 {
  margin-top: 100px; }

.margintop120 {
  margin-top: 120px; }

.margintop-5 {
  margin-top: -5px; }

.margintop-10 {
  margin-top: -10px; }

.margintop-20 {
  margin-top: -20px; }

.margintop-30 {
  margin-top: -30px; }

.margintop-40 {
  margin-top: -40px; }

.margintop-50 {
  margin-top: -50px; }

.margintop-60 {
  margin-top: -60px; }

.margintop-70 {
  margin-top: -70px; }

.margintop-80 {
  margin-top: -80px; }

.margintop-100 {
  margin-top: -100px; }

.margintop-120 {
  margin-top: -120px; }

.marginbottom5 {
  margin-bottom: 5px; }

.marginbottom10 {
  margin-bottom: 10px; }

.marginbottom15 {
  margin-bottom: 15px; }

.marginbottom20 {
  margin-bottom: 20px; }

.marginbottom30 {
  margin-bottom: 30px; }

.marginbottom40 {
  margin-bottom: 40px; }

.marginbottom50 {
  margin-bottom: 50px; }

.marginbottom60 {
  margin-bottom: 60px; }

.marginbottom80 {
  margin-bottom: 80px; }

.marginbottom100 {
  margin-bottom: 100px; }

.marginright05 {
  margin-right: 5px; }

.marginright10 {
  margin-right: 10px; }

.marginleft05 {
  margin-left: 5px; }

.marginleft10 {
  margin-left: 10px; }

.margin10 {
  margin: 10px; }

.margin5 {
  margin: 5px; }

.paddingtop5 {
  padding-top: 5px; }

.paddingtop10 {
  padding-top: 10px; }

.paddingtop15 {
  padding-top: 15px; }

.paddingtop20 {
  padding-top: 20px; }

.paddingtop30 {
  padding-top: 30px; }

.paddingtop40 {
  padding-top: 40px; }

.paddingtop50 {
  padding-top: 50px; }

.paddingtop60 {
  padding-top: 60px; }

.paddingtop80 {
  padding-top: 80px; }

.paddingtop100 {
  padding-top: 100px; }

.paddingbottom05 {
  padding-bottom: 5px; }

.paddingbottom10 {
  padding-bottom: 10px; }

.paddingbottom15 {
  padding-bottom: 15px; }

.paddingbottom20 {
  padding-bottom: 20px; }

.paddingbottom30 {
  padding-bottom: 30px; }

.paddingbottom40 {
  padding-bottom: 40px; }

.paddingbottom50 {
  padding-bottom: 50px; }

.paddingbottom60 {
  padding-bottom: 60px; }

.paddingbottom80 {
  padding-bottom: 80px; }

.paddingbottom100 {
  padding-bottom: 100px; }

.padding-zero {
  padding: 0px; }

.padding05 {
  padding: 5px; }

.padding10 {
  padding: 10px; }

.padding15 {
  padding: 15px; }

.padding20 {
  padding: 20px; }

/* Carousel base class */
.carousel .carousel-caption {
  font-family: 'Nunito Sans light';
  left: 5%;
  top: 0;
  display: inline-table; }
  .carousel .carousel-caption h1, .carousel .carousel-caption .h1 {
    font-size: 24px;
    text-align: left; }
  .carousel .carousel-caption h2, .carousel .carousel-caption .h2 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 25px; }
.carousel .item {
  height: 250px; }
.carousel .sld001 {
  background: url(../img/sld00.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #ED1C24;
  -moz-background-size: cover;
  background-color: #ED1C24; }
.carousel .sld002 {
  background: url(../img/sld01.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #ED1C24;
  -moz-background-size: cover;
  background-color: #ED1C24; }

/* Since positioning the image, we need to help out the caption */
/* Declare heights because of positioning of img element */
/*
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}*/
/*

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5%;
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .icon-left-open-big,
.carousel-control .icon-right-open-big {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-left-open-big {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-right-open-big {
  right: 50%;
  margin-right: -10px;
}
*/
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 1024px) {
  /* Bump up size of carousel content */
  #homeSlider.carousel .carousel-caption h1, #homeSlider.carousel .carousel-caption .h1 {
    font-size: 48px; }
  #homeSlider.carousel .carousel-caption h2, #homeSlider.carousel .carousel-caption .h2 {
    font-size: 24px; }
  #homeSlider.carousel .item {
    height: 400px; }

  #secondarySlider.carousel .carousel-caption h1, #secondarySlider.carousel .carousel-caption .h1 {
    font-size: 48px; }
  #secondarySlider.carousel .carousel-caption h2, #secondarySlider.carousel .carousel-caption .h2 {
    font-size: 24px; }
  #secondarySlider.carousel .item {
    height: 200px; } }

/*# sourceMappingURL=ABC.css.map */
