@charset "UTF-8";
@import url(animate.css);
@import url(fl-great-icon-set.css);
@import url(material-design.css);
@import url(material-icons.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300italic,300,400italic,500,900italic,900,700italic,700,500italic|Montserrat:400,700);

/*========================================================
						Main Styles
=========================================================*/
body {
  color: #333;
  font: 300 16px/28px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  background: #333333;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #333333;
  margin: 0;
}

h1,
.h1 {
  font-size: 28px;
  line-height: 1.67857143;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 38px;
  line-height: 1.23684211;
}

@media (max-width: 991px) {

  h2,
  .h2 {
    font-size: 34px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {

  h2,
  .h2 {
    font-size: 28px;
  }
}

h3,
.h3 {
  font-size: 38px;
  line-height: 0.84210526;
}

h3 small,
.h3 small {
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  float: right;
}

h3 small a,
.h3 small a {
  text-decoration: underline;
  position: relative;
  padding-right: 21px;
}

@media (max-width: 479px) {

  h3 small a,
  .h3 small a {
    text-decoration: none;
  }
}

h3 small a:before,
.h3 small a:before {
  content: '\e0c2';
  position: absolute;
  font-weight: 400;
  font-family: 'material-design';
  color: #333;
  font-size: 30px;
  line-height: 1;
  top: -5px;
  right: -7px;
  display: inline-block;
  text-decoration: none;
  height: 26px;
  overflow: hidden;
}

@media (max-width: 991px) {

  h3 small,
  .h3 small {
    float: none;
    display: block;
  }
}

@media (max-width: 991px) {

  h3,
  .h3 {
    font-size: 34px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {

  h3,
  .h3 {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-size: 20px;
  /* [disabled]line-height: 1.5; */
}

@media (max-width: 1199px) {

  h4,
  .h4 {
    font-size: 18px;
    /* [disabled]line-height: 1.2; */
  }
}

h5,
.h5 {
  font-size: 18px;
  line-height: 1.77777778;
  color: #bd1725;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 1.66666667;
}

p a:hover,
.marked-list a:hover,
.list a:hover {
  text-decoration: underline;
}

p .fa,
.marked-list .fa,
.list .fa {
  text-decoration: none;
}

.icon-lg {
  display: inline-block;
  font-size: 38px;
  text-align: center;
  height: 69px;
  width: 69px;
  line-height: 69px;
  background: #bd1725;
  color: #fff;
  border-radius: 50%;
}

.icon-lg-2 {
  display: inline-block;
  text-align: center;
  font-size: 72px;
  line-height: 84px;
  color: rgba(51, 51, 51, 0.1);
  transition: 0.2s;
}

.shadow-1 {
  -webkit-box-shadow: inset 0px -9px 50px -20px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: inset 0px -9px 50px -20px rgba(51, 51, 51, 0.2);
  box-shadow: inset 0px -9px 50px -20px rgba(51, 51, 51, 0.2);
}

.shadow-2 {
  -webkit-box-shadow: 0px 9px 50px -20px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0px 9px 50px -20px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 9px 50px -20px rgba(51, 51, 51, 0.2);
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

a[href^="callto:"]:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}

.lt-ie9 .page {
  min-width: 1200px;
}

/*=======================================================
						 Main Layout
=========================================================*/
.fleft {
  float: left;
}

.fright {
  float: right;
}

.cntr {
  text-align: center;
}

.left {
  text-align: left;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

hr {
  border: none;
  height: 1px;
  background: #333;
}

.link1 {
  color: #bd1725;
}

.link1:hover {
  color: #333;
}

@media (max-width: 767px) {
  .mobile_cntr {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .mobile_cntr2 {
    text-align: center;
  }
}

/** + h3, * + h4, * + h5, * + h6, * + p, * + img, * + .btn {margin-top: 20px;}*/
*+.row {
  margin-top: 0px;
}

.row+* {
  margin-top: 30px;
}

.row+.row {
  margin-top: 0px;
}

*+.btn {
  margin-top: 20px;
}

h3+* {
  margin-top: 28px;
}

h3+img {
  margin-top: 37px;
}

h3+h5 {
  margin-top: 28px;
}

*+.index-list {
  margin-top: 28px;
}

h3+.row {
  margin-top: 31px;
}

*+.row.marTop0 {
  margin-top: 0;
}

*+.row.marTop1 {
  margin-top: 5px;
}

*+.row.marTop2 {
  margin-top: -4px;
}

*+.row.marTop3 {
  margin-top: 9px;
}

*+.row.marTop4 {
  margin-top: 7px;
}

.marTop4 {
  margin-top: 50px;
}

img+h5 {
  margin-top: 20px;
}

h5+* {
  margin-top: 14px;
}

h4+address {
  margin-top: 5px;
}

p+p {
  margin-top: 19px;
}

*+.offs1 {
  margin-top: 10px;
}

*+.marked-list {
  margin-top: 24px;
}

.marked-list+* {
  margin-top: 24px;
}

.ins1 {
  padding-left: 8%;
  padding-right: 8%;
}

@media (max-width: 767px) {
  .ins1 {
    padding-left: 1%;
    padding-right: 1%;
  }
}

.offs-negative {
  margin-top: 60px;
}

@media (max-width: 1650px) {
  .offs-negative {
    margin-top: 60px;
  }
}

.srch {
  position: relative;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

@media (max-width: 991px) {
  .left991 {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .center991 {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .right991 {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .center767 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .left767 {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .right767 {
    text-align: right;
  }
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.fw-l {
  font-weight: 300;
}

.fw-n {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-sb {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.fw-xb {
  font-weight: 800;
}

.fw-h {
  font-weight: 900;
}

.white {
  color: #fff;
}

.txt-sec {
  color: #333;
}

.txt-sec-nombre {
  color: #333;
  height: 95px;
}

.text-primary {
  color: #bd1725;
}

.bg-primary {
  background: #bd1725;
}

.bg-primary p,
.bg-primary h2,
.bg-primary h5 {
  color: #fff;
}

.bg-secondary {
  background: #918d8d;
}

.bg-secondary h4 {
  color: #fff;
}

.bg-secondary h4 a:hover {
  color: #bd1725;
}

.bg-secondary address {
  color: #fff;
}

.bg-secondary .phone a:hover {
  color: #fff;
}

.bg-secondary-rgba {
  background: rgba(51, 51, 51, 0.05);
}

/*=======================================================
						Components
=========================================================*/
/*=================   Inline list   =====================*/
.inline-list .fa {
  position: relative;
}

.inline-list .fa:hover:before {
  color: #333;
}

.inline-list .fa:before {
  font-size: 16px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #999;
  position: absolute;
  left: -0px;
  top: 9px;
}

.inline-list li {
  display: inline-block;
}

.inline-list li+li {
  margin-left: 21px;
}

/*================      Flex list     =================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}

.flex-list li {
  display: table-cell;
  position: relative;
}

@media (max-width: 767px) {
  .flex-list li {
    display: block;
  }
}

/*================      Index list     =================*/
.index-list {
  counter-reset: num;
}

.index-list li {
  position: relative;
  padding-left: 83px;
  margin-top: 0;
}

.index-list li:before {
  content: counter(num, decimal);
  counter-increment: num;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  color: rgba(51, 51, 51, 0.1);
  font-size: 150px;
  font-weight: 400;
  line-height: 1;
  top: -16px;
  left: 10px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.index-list-chico {
  counter-reset: num;
}

.index-list-chico li {
  position: relative;
  padding-left: 33px;
  margin-top: 20px;
}

.index-list-chico li:before {
  content: counter(num, decimal);
  counter-increment: num;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  color: rgba(51, 51, 51, 0.1);
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  top: -6px;
  left: 10px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}


.index-list li.xlist_ins1 {
  padding-left: 113px;
}

.index-list li+li {
  margin-top: 0;
}

@media (max-width: 991px) {
  .index-list li+li {
    margin-top: 54px;
  }
}

.index-list li+li.mar1 {
  margin-top: 24px;
}

@media (max-width: 991px) {
  .index-list li+li.mar1 {
    margin-top: 54px;
  }
}

.index-list li:hover:before {
  color: #333333;
}

.index-list_mod li {
  padding-left: 100px;
}

.index-list_mod-chico li {
  padding-left: 60px;
}

.index-list_mod li:before {
  left: 5px;
}

.index-list_mod li+li {
  margin-top: 23px;
}

.index-list-2 li {
  padding-left: 115px;
}

.index-list-2 li:before {
  left: 21px;
}

/*================    Marked list     =================*/
.marked-list {
  display: block;
}

@media (max-width: 991px) {
  .marked-list {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}

.marked-list li {
  text-align: left;
  position: relative;
  padding-left: 24px;
}

.marked-list li:before {
  position: absolute;
  content: '\f054';
  font-family: "FontAwesome";
  font-size: 12px;
  color: #bd1725;
  left: 0;
  top: 3px;
}

.marked-list li+li {
  margin-top: 8px;
}

.marked-list a:hover {
  color: #bd1725;
}

/*================    Term list     =================*/
.terms-list {
  margin-top: 28px;
}

.terms-list *+dt {
  margin-top: 23px;
}

.terms-list dt+* {
  margin-top: 14px;
}

.terms-list+* {
  margin-top: 35px;
}

.terms-list+* a {
  color: #bd1725;
}

.terms-list+* a:hover {
  color: #333;
}

dl {
  padding: 0;
  margin: 0;
  font-style: normal;
}

dt,
dd {
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0;
  font-style: normal;
}

blockquote cite {
  font-style: normal;
  display: inline-block;
}

blockquote *+cite.h5 {
  margin-top: 12px;
}

blockquote q:before,
blockquote q:after {
  display: table;
  content: "";
  line-height: 0;
}

blockquote q:after {
  clear: both;
}

*+blockquote {
  margin-top: 31px;
}

blockquote.media .media-left {
  padding-right: 31px;
}

address {
  font-style: normal;
}

*+address.h5 {
  margin-top: 21px;
}

address.h5+* {
  margin-top: 17px;
}

.addr1 {
  margin-top: 9px;
  color: #333;
}

.addr1 dl {
  padding-left: 0;
  margin-top: 0px;
  max-width: 335px;
}

.addr1 dl dt,
.addr1 dl dd {
  display: inline-block;
}

.addr1 dl dt {
  width: 31%;
  min-width: 93px;
}

.addr1 dl dd {
  width: 50%;
}

.addr1 dl dd a:hover {
  color: #bd1725;
}

.addr1 dl dd+dt {
  margin-top: 0;
}

.addr1 dl dt+dd {
  margin-top: 0;
}

.addr1 .mail dt {
  width: 31%;
  min-width: 53px;
}

.addr1 .mail dd {
  font-size: 16px;
  color: #bd1725;
}

.addr1 .mail dd a:hover {
  color: #333;
}

@media (max-width: 1199px) {

  .addr1 dl dt,
  .addr1 .mail dt {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .addr1 {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.rights {
  padding-top: 11px;
  padding-bottom: 12px;
}

.rights p {
  font-size: 12px;
  line-height: 28px;
  color: #fff;
}

.rights p a {
  white-space: nowrap;
  color: #bd1725;
}

.rights p a:hover {
  color: #fff;
}

article time+* {
  margin-left: 10px;
}

.top-row {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 12px;
}

.top-row:before,
.top-row:after {
  display: table;
  content: "";
  line-height: 0;
}

.top-row:after {
  clear: both;
}

.top-row .contact-box {
  display: inline-block;
  float: right;
  padding-top: 25px;
  padding-right: 0px;
  padding-left: 95px;
  padding-bottom: 0px;
  background-image: url("../images/atencion-telefonica.png");
  background-repeat: no-repeat;
  height: 100px;
  background-position-y: 5px;
  background-position-x: 5px;
}

.top-row .contact-box dl {
  padding-right: 80px;
}

@media (max-width: 767px) {
  .top-row .contact-box {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 95px;
    padding-bottom: 25px;
    float: none;
  }
}

.top-row .contact-box dl {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.top-row .contact-box dl dt,
.top-row .contact-box dl dd {
  color: #cc0001;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
}

.top-row .contact-box dl dt a,
.top-row .contact-box dl dd a {
  white-space: nowrap;
}

.top-row .contact-box dl:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 26px;
  background: url("../images/icon1.png");
  left: 0;
  top: 5px;
}

.top-row .contact-box .inline-list {
  display: inline-block;
  margin-right: 16px;
  margin-top: -4px;
}

@media (max-width: 767px) {
  .top-row .contact-box .inline-list {
    display: block;
    margin-right: 0;
  }
}

.top-row .contact-box dl+.inline-list {
  margin-left: 0px;
}

@media (max-width: 991px) {
  .top-row .contact-box dl+.inline-list {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .top-row .contact-box dl+.inline-list {
    margin-left: 0;
  }
}

dl.phone {
  display: inline-block;
  position: relative;
}

dl.phone dt,
dl.phone dd {
  color: #bd1725;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
}

dl.phone dt a,
dl.phone dd a {
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .media-1 {
    text-align: center;
  }

  .media-1 .media-left {
    display: block;
    padding-right: 0;
    padding-bottom: 15px;
  }
}

.media_mod .media-left {
  padding-right: 23px;
}

.media_mod:hover .icon-lg-2 {
  color: #333333;
}

.media_mod+.media {
  margin-top: 32px;
}

@media (max-width: 1199px) {
  .media_mod+.media {
    margin-top: -5px;
  }
}

/*==================     Brand     ======================*/
.navbar-brand {
  display: inline-block;
}

.navbar-brand a {
  position: relative;
  padding-left: 0px;
}

.navbar-brand a:hover,
.navbar-brand a:focus {
  color: #333;
}

.navbar-brand a:before {
  content: '';
  position: absolute;
  width: 74px;
  height: 45px;
  /* [disabled]background: url("../images/logo.png"); */
  top: -9px;
  left: 0;
}

/*==================  Backgrounds  ======================*/
.bg1 {
  background: #bd1725;
}

.bg2 {
  background: #333;
}

.bg3 {
  background: #333;
}

.color1 {
  color: #bd1725;
}

.color2 {
  color: #333;
}

.color3 {
  color: #333;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  border: 1px solid transparent;
  background: transparent;
  outline: none;
  padding: 9px 19px;
  font-size: 14px;
  line-height: 32px;
  border-radius: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-right: 6px;
  position: relative;
  box-shadow: 10px 10px 21px 1px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.btn span.triang {
  position: absolute;
  clip: rect(auto, auto, auto, 25px);
  width: 64px;
  height: 83px;
  right: -40px;
  top: -11px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn span.triang:before {
  content: '';
  position: absolute;
  width: 37px;
  height: 37px;
  background: #fff;
  transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px;
  top: 17px;
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.12);
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn:hover {
  color: #ffffff;
  background-color: #bd1725;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.btn:hover span.triang:before {
  background: #bd1725;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.btn-default:hover {
  color: #ffffff;
  background-color: #333;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.btn-default:hover span.triang:before {
  background: #333;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.btn-primary {
  color: #bd1725;
}

.btn-primary-2 {
  color: #fff;
  background: #bd1725;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.btn-primary-2 span.triang:before {
  background: #bd1725;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.btn-primary-2:hover {
  color: #bd1725;
  background: #fff;
  box-shadow: 12px 7px 31px 1px rgba(0, 0, 0, 0.12);
}

.btn-primary-2:hover span.triang:before {
  background: #fff;
}

/*==================      Box      ======================*/
.box:before,
.box:after {
  /* display: table; */
  content: "";
  line-height: 0;
}

.box:after {
  clear: both;
}

.box_aside {
  float: left;
}

.box_cnt__no-flow {
  overflow: hidden;
}

/*========================   Menu   ==========================*/
.sf-menu {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
}

.sf-menu:before,
.sf-menu:after {
  /* display: table; */
  content: "";
  line-height: 0;
}

.sf-menu:after {
  clear: both;
}

.sf-menu>li {
  position: relative;
  float: left;
  border-right: 1px solid #e1e1e1;
  height: 80px;
}

.sf-menu>li:first-child {
  border-left: 1px solid #e1e1e1;
}

.sf-menu>li+li {
  margin-left: 0;
}

.sf-menu a {
  display: block;
}

.sf-menu>li>a {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  padding: 20px 15px;
  text-align: center;
}

.sf-menu>li.sfHover>a,
.sf-menu>li>a:hover {
  color: #fff;
  background: #333;
}

.sf-menu>li.active>a {
  color: #fff;
  background: #333;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 215px;
  margin-top: 0px;
  padding: 10px 0 10px;
  background: #333;
  z-index: 9999999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial;
  text-align: center;
}

.sf-menu ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.sf-menu ul>li {
  position: relative;
}

.sf-menu ul>li>a {
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 19px;
  color: #fff;
  padding: 10px 25px 10px 25px;
  text-align: center;
}

.sf-menu ul>li.sfHover>a,
.sf-menu ul>li>a:hover {
  color: #cc0001;
  background: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.sf-menu ul ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 100%;
  width: auto;
  margin-top: -49px;
  min-width: 150px;
  margin-left: 1px;
  padding: 0;
  padding: 10px 0 10px;
  z-index: 4;
}

.sf-menu ul ul>li>a {
  color: #fff;
}

.sf-menu ul ul>li.sfHover>a,
.sf-menu ul ul>li>a:hover {
  color: #bd1725;
  background: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.sf-menu ul>li>.sf-with-ul {
  position: relative;
}

.sf-menu ul>li>.sf-with-ul:before {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  content: "";
  color: #bd1725;
  font: 400 14px/14px "FontAwesome";
}

.sf-menu>li>a {
  font-size: 13px;
  padding-left: 13px;
  padding-right: 13px;
}


@media (max-width: 991px) {
  .sf-menu>li>a {
    font-size: 11px;
    padding-left: 6px;
    padding-right: 3px;
  }
}

@media (min-width: 991px) {
  .sf-menu>li>a {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .sf-menu>li>a {
    font-size: 14px;
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media (max-width: 767px) {
  .nav {
    padding: 5px 0;
  }

  .sf-menu {
    display: none;
  }
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}

.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}

.rd-mobilemenu_ul a:hover {
  background: #777;
  color: #FFF;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}

.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}

.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}

.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
  top: 8px;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}

.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}

@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}

/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #eee;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #333;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}

.toTop:hover {
  color: #fff;
  background: #bd1725;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}

.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}

.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.parallax_pattern {
  background-repeat: repeat;
}

.parallax_cnt {
  position: relative;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}

.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}

.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}

.lt-ie9 .thumb_overlay:before {
  display: none;
}

.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}

.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}

.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.thumbnail {
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .img-thumb {
  position: relative;
}

.thumbnail .img-thumb h2 {
  position: absolute;
  left: 26px;
  bottom: 20px;
}

.thumbnail .caption {
  padding: 19px 22px 102px 30px;
  position: relative;
  min-height: 150px;
}

.thumbnail .caption .btn {
  position: absolute;
  left: 30px;
  bottom: 29px;
}

.thumbnail_mod .caption {
  padding: 19px 22px 18px 30px;
  min-height: auto;
}

.thumbnail_mod2 .caption {
  padding: 19px 0px 0px 0px;
  min-height: auto;
}

.thumbnail_mod2 .caption h5 {
  color: #333;
}

.thumbnail_mod2 .caption h5 a:hover {
  color: #bd1725;
}

.thumbnail-1 {
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.thumbnail-1 .caption {
  margin-top: 0px;
  height: 270px;
}

.thumbnail-1 .imagen {
  margin-top: 0px;
  height: 200px;
  overflow: hidden;
}


.thumbnail3 {
  max-width: 270px;
  background-color: #E9E9E9;
}

.thumbnail4 {
  max-width: 370px;
}

.thumbnail6 {
  max-width: 570px;
}

@media (max-width: 991px) {
  .thumbnail6 {
    max-width: 370px;
  }
}

/*========================================================
					 HEADER  Section
=========================================================*/
header {
  /* [disabled]background: #fff; */
  position: relative;
  /* [disabled]z-index: 2; */
}

header .sf-menu {
  float: left;
}

header .search-form {
  float: right;
}

@media (min-width: 768px) {
  header .navbar-header {
    float: left;
  }
}

@media (max-width: 767px) {
  header {
    text-align: center;
  }

  header .brand,
  header .nav {
    float: none;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 1199px) {

  .media-left,
  .media-right,
  .media-body {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 0 15px 0;
  }
}

.media-left,
.media>.pull-left {
  padding-right: 16px;
}

.media-left img,
.media>.pull-left img {
  max-width: none;
}

/*==================      Well     ======================*/
.well {
  padding-bottom: 50px;
  padding-top: 50px;
}

.well1 {
  padding-bottom: 62px;
  padding-top: 68px;
}

.well2 {
  padding-bottom: 69px;
  padding-top: 68px;
}

.well2_ins {
  padding-bottom: 31px;
}

.well3 {
  padding-bottom: 72px;
  padding-top: 72px;
}

.well4 {
  padding-bottom: 68px;
  padding-top: 42px;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  background: #333333;
}

/*========================================================
					 modal
=========================================================*/

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }

  .modal-sm {
    width: 300px;
  }
}