﻿@charset "UTF-8";
@import url(animate.css);
/*
* @section Page Layouts
*/
/*
* @section Main Styles
*/
body {
  background: #cffde1;
	/* CON TEXTURA */
	background:url("../fondocd.png");
	background-size: cover;
	/* background-repeat:no-repeat;*/
	background-repeat:repeat;
	background-attachment: fixed;
  color: #5f5f68;  /* #404040; */
  font-family: "Trebuchet MS",Arial,Open Sans, sans-serif,Times New Roman;
  font-size: 18px;
  font-weight: bold; /* 400; */
  line-height: 1.71429; /*  ESPACIO ENTRE LINEAS DEL TEXTO */
  -webkit-text-size-adjust: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-family: "Trebuchet MS",Arial,Open Sans,sans-serif,Times New Roman;
  font-weight: bold;
  font-weight: 300;
  color: #5f5f68; /* TITULOS INTERNOS*/
}

h1, .heading-1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;  /* 1; pone linea debajo del titulo */
}
@media (min-width: 768px) {
  h1, .heading-1 {
    font-size: 30px; /* 62px; */
  }
}
@media (min-width: 992px) {
  h1, .heading-1 {
    font-size: 30px;
  }
}

h2, .heading-2 {
  font-size: 22px;
  font-weight: bold;
/*  line-height: 1;*/
}
@media (min-width: 768px) {
  h2, .heading-2 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  h2, .heading-2 {
    font-size: 20px;
  }
}

h3, .heading-3 {
  font-size: 24px;
  /* line-height: 1; */
}
@media (min-width: 768px) {
  h3, .heading-3 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  h3, .heading-3 {
    font-size: 30px;
  }
}

h4, .heading-4 {
  font-size: 20px;
  /* line-height: 1.2; */
}
@media (min-width: 768px) {
  h4, .heading-4 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  h4, .heading-4 {
    font-size: 24px;
  }
}

h5, .heading-5 {
  font-size: 18px;
  /* line-height: 1.2; */
}
@media (min-width: 768px) {
  h5, .heading-5 {
    font-size: 20px;
  }
}

h6, .heading-6 {
  font-size: 16px;
  /* line-height: 1.2; */
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color:  #000000; /* inherit; */
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="mailto:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
a[href^="mailto:"]:hover,
a[href^="callto:"]:hover,
a:hover {     /* AUMENTE COLOR EN HOVER PARA LINKS */
  color: #5f5f68; 
}

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;
}

/*
* @section Main Layout
*/
/*
* @subsection Offsets
*/
.icon-lg + h2 {
  margin-top: -18px;
}

.icon + .big {
  margin-top: 45px;
}

h1 + .row {
  margin-top: 40px;
}
@media (min-width: 992px) {
  h1 + .row {
    margin-top: 85px;
  }
}

@media (min-width: 992px) {
  h1 + h1 {
    margin-top: -20px;
  }
}

h1 + .terms-list {
  margin-top: 77px;
}

.box + p {
  margin-top: 15px;
}

p + .contact-info {
  margin-top: 24px;
}

p + p {
  margin-top: 24px;
}

h2 + p {
  margin-top: 15px;
}
@media (min-width: 992px) {
  h2 + p {
    margin-top: 32px;
  }
}

h5 + p {
  margin-top: 15px;
}

img + .heading-5 {
  margin-top: 30px;
}

.counter + h3 {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .counter + h3 {
    margin-top: 57px;
  }
}

p + .btn {
  margin-top: 20px;
}
@media (min-width: 992px) {
  p + .btn {
    margin-top: 61px;
  }
}

.row + .mfControls {
  margin-top: 36px;
}

p + .offset-1 {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  p + .offset-1 {
    margin-top: 85px;
  }
}

h1 + .offset-2 {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .offset-3 {
    margin-top: -10px;
  }
}

section .container .row div[class*=col-] + .offset-4 {
  margin-top: 50px;
}

@media (min-width: 1400px) {
  .offset-5 {
    margin-left: -85px;
    margin-right: -85px;
  }
}

.flow-offset-1 > * + * {
  margin-top: 40px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
    margin-top: 93px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
    margin-top: 76px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
    margin-top: 48px;
  }
}

/*
* @subsection Insets
*/
@media (min-width: 1200px) {
  .inset-1 {
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .inset-2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .inset-3 {
    padding-right: 60px;
  }
}

@media (min-width: 1200px) {
  .inset-4 {
    padding-left: 160px;
    padding-right: 160px;
  }
}

@media (min-width: 1200px) {
  .inset-5 {
    padding-right: 5px;
  }
}

@media (min-width: 1200px) {
  .inset-6 {
    padding-left: 5px;
    padding-right: 15px;
  }
}

/*
* @subsection Prefix
*/
/*
* @subsection Well
*/
.well-xs {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .well-xs {
    padding-top: 58px;
    padding-bottom: 65px;
  }
}
.well-sm {
  padding-top: 40px;  /* MAERGEN DE LA CABECERA */
  padding-bottom: 40px;
  padding-left: 0px; /* MIO le quito el borde blanco del flotante */
  padding-right: 0px; /* MIO le quito el borde blanco del flotante */
}
.well-sm--inset-1 {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .well-sm {
    padding-top: 75px;
    padding-bottom: 148px;
  }
  .well-sm--inset-1 {
    padding-bottom: 161px;
  }
}
.well-md {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .well-md {
    padding-top: 124px;
    padding-bottom: 151px;
  }
}

.well-lg {
  padding-top: 0px; /* 40px; */
  padding-bottom: 20px; /* 40px; */
}

.well-lg--inset-1 {
  padding-bottom: 20px;
}
.well-lg--inset-2 {
  padding-bottom: 40px;
}
.well-lg--inset-3 {
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .well-lg {
    padding-top: 20px; /* 141px; */
    padding-bottom: 20px; /* 164px; */
  }

  .well-lg--inset-1 {
    padding-bottom: 50px;
  }
  .well-lg--inset-2 {
    padding-bottom: 138px;
  }
  .well-lg--inset-3 {
    padding-bottom: 122px;
  }

}
.well-xl {
  padding-top: 40px;
  padding-bottom: 40px;
}
.well-xl--inset-1 {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .well-xl {
    padding-top: 148px;
    padding-bottom: 149px;
  }
  .well-xl--inset-1 {
    padding-bottom: 164px;
  }
}

/*
* @section Helpers
*/
.text-primary {
  color: #5f5f68; /* #3598db; */
}

.text-default {
  color: #5f5f68; /* #fff; */
}

.text-contrast {
  color: #000;
}

.text-contrast-1 {
  color: #5f5f68;
}

.text-contrast-2 {
  color: #5f5f68;
}

.small {
  font-size: 14px;
  line-height: 22px;
}

.uppercase {
  text-transform: uppercase;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sbold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

strong {
  font-weight: 700;
}

.transparent {
  opacity: 0.5;
}

.big {
  font-size: 40px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .big {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .big {
    font-size: 100px;
  }
}
@media (min-width: 1200px) {
  .big {
    font-size: 140px;
  }
}

@media (min-width: 1200px) {
  .pull-lg-right {
    float: right;
  }
}

@media (min-width: 992px) {
  .pull-md-right {
    float: right;
  }
}

@media (min-width: 768px) {
  .pull-sm-right {
     float: right;
  }
}

.relative {
  position: relative;
}

.brdr {
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-sm-left {
    text-align: left;
  }

  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-sm-left {
    text-align: left;
  }

  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
/*
* @section Components
*/
.terms-list dt + dd {
  margin-top: 23px;
  line-height: 23px;
}
.terms-list dd + dt {
  margin-top: 38px;
}

.privacy-link[href*="mailto:"] {
  float: left;
  margin-top: 26px;
  text-decoration: underline;
  color: #383737;
}
.privacy-link[href*="mailto:"]:hover {
  text-decoration: none;
  color: #000;
}

/*
* @subsection Terms-list
*/
/*
* @subsection Contact-info
*/
.contact-info {
  text-transform: uppercase;
}
.contact-info dl dt, .contact-info dl dd {
  display: inline-block;
  font-size: 15px;
  line-height: 1.33333;
  font-family: "Trebuchet MS",Arial, sans-serif,Times New Roman, Open Sans;
  color: #2f343b;
}
.contact-info dl dt > dd {
  margin-top: -4px;
}
.contact-info dl dt > dd + dt {
  margin-top: -4px;
}
.contact-info .icon-md {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
@media (min-width: 992px) {
  .contact-info .icon-md {
    width: 102px;
    height: 102px;
    line-height: 102px;
  }
}
.contact-info--1 dl dd {
  text-align: center;
  display: block;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .contact-info--1 dl dd {
    text-align: left;
    margin-top: 42px;
    padding-left: 17px;
    display: inline-block;
  }
}
.contact-info address dl dd {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .contact-info address dl dd {
    margin-top: 33px;
  }
}

/*
* @subsection Counter
*/
.counter {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: 3px solid #2f343b;
}
@media (min-width: 992px) {
  .counter {
    width: 169px;
    height: 169px;
  }
}
.counter span {
  font-size: 40px;
  line-height: 92px;
  font-family: "Trebuchet MS",Arial, sans-serif,Times New Roman, Open Sans;
}
@media (min-width: 992px) {
  .counter span {
    font-size: 47px;
    line-height: 169px;
  }
}

/*
* @subsection Divider
*/
.divider {
  position: relative;
  width: 100%;
  padding-bottom: 46px;
  margin-bottom: 44px;
}
.divider:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #383737; /* #e3e4e5; */
  height: 1px;
  bottom: 0;
  left: 0;
}
.divider:after {
  content: "";
  height: 1px;
  width: 34px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #434d68; /* #3598db; */
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.divider:hover::after {
  width: 100%;
}
@media (min-width: 768px) {
  .divider--1 {
    margin-top: -43px;
  }
}

/*
* @subsection Brand
*/
.rd-navbar-brand {
  display: inline-block;
  font-size: 50px;
}
.rd-navbar-brand_name {
  display: inline-block;
  font-size: 50px;
  line-height: 30px;
  margin-top: 15px;
  margin-left: 15px;
}
.rd-navbar-brand .icon {
  background: #871610; /* #3598db; */
  width: 90px;
  height: 590px;
  color: #fff;
}
.rd-navbar-brand .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*
* @subsection Backgrounds
*/
.bg-primary {
  background: transparent; /* #fff; */
  color: #5f5f68; /* #fff; */   COLOR CAFE POR DEFECTO
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary .heading-1, .bg-primary .heading-2, .bg-primary .heading-3, .bg-primary .heading-4, .bg-primary .heading-5, .bg-primary .heading-6 {
  color: #5f5f68; / *#fff; */
}
.bg-primary .btn {
  border-color: #5f5f68;
  color: #5f5f68;
}
.bg-primary .btn:hover {
  color: #000;
  border-color: #871610;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.3);
}

.bg-contrast-variant-1 {
  /* background: #ffffff; *//* #2f343b; fondo */
  color: #5f5f68;
}
.bg-contrast-variant-1 h1, .bg-contrast-variant-1 h2, .bg-contrast-variant-1 h3, .bg-contrast-variant-1 h4, .bg-contrast-variant-1 h5, .bg-contrast-variant-1 h6, .bg-contrast-variant-1 .heading-1, .bg-contrast-variant-1 .heading-2, .bg-contrast-variant-1 .heading-3, .bg-contrast-variant-1 .heading-4, .bg-contrast-variant-1 .heading-5, .bg-contrast-variant-1 .heading-6 {
  color: #5f5f68; /* #fff; */
}
.bg-contrast-variant-1 .text-contrast-2 {
  color: #5f5f68;
}
.bg-contrast-variant-1 .icon-secondary-1 {
  border: 3px solid #871610; /* #3598db; */
}
.bg-contrast-variant-1 .icon-primary {
  background: none;
  color: #871610;
  text-align: center;
}
@media (min-width: 992px) {
  .bg-contrast-variant-1 .icon-primary {
    text-align: left;
  }
}
.bg-contrast-variant-1 .btn-primary {
  color: #fff;
}
.bg-contrast-variant-1 .divider:before {
  background: #871610; /* #3598db; */
}
.bg-contrast-variant-1 .divider:after {
  background: #383737;
}
.bg-contrast-variant-1 .contact-info dl dt, .bg-contrast-variant-1 .contact-info dl dd {
  color: #fff;
}
.bg-contrast-variant-1 .contact-info dl a:hover {
  color: #871610;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.3);
}

.bg-default-variant-1 {
  background: transparent; /* #ffffff FONDO DEL TEXTO */
}
.bg-default-variant-1 h1, .bg-default-variant-1 h2, .bg-default-variant-1 h3, .bg-default-variant-1 h4, .bg-default-variant-1 h5, .bg-default-variant-1 h6, .bg-default-variant-1 .heading-1, .bg-default-variant-1 .heading-2, .bg-default-variant-1 .heading-3, .bg-default-variant-1 .heading-4, .bg-default-variant-1 .heading-5, .bg-default-variant-1 .heading-6 {
  color: #5f5f68; /* #871610; *//* TITULOS DE H4 DEL CONTACTO */
}

/*
* @subsection Icons
*/
.icon {
  border-radius: 50%;
  display: inline-block;
  position: relative;
  font-weight: 300;
  font-family: "Trebuchet MS",Arial, sans-serif,Times New Roman, Open Sans;
  text-align: center;
}
.icon-xs { /* redes sociales */
  font-size: 25px;
  width: 40px; /* 75px;   DIAMETRO DE LA ESFERA DE LAS REDES */
  height: 40px; /* 75px;  DIAMETRO DE LA ESFERA DE LAS REDES */
  line-height: 46px;  /* 66px; */
}
.icon-sm {
  font-size: 30px;
  width: 70px;
  height: 70px;
  line-height: 67px;
}
.icon-sm--inset-1 {
  width: 50px; /* 90px; */
  height: 50px; 90px;
  line-height: 62px; /* 82px; */
}
.icon-md {
  font-size: 36px;
  width: 90px;
  height: 90px;
  line-height: 87px;
}
.icon-lg {
  font-size: 100px;
  width: 180px;
  height: 180px;
  line-height: 175px;
}
@media (min-width: 992px) {
  .icon-lg {
    width: 235px;
    height: 235px;
    line-height: 230px;
  }
}
.icon-primary {
  background: #871610; /*  FONDO ESFERAS DE REDES */
  color: #fff;
}
.icon-secondary {
  color: #fff; /* COLOR DE LOS ICONOS DE LAS REDES */
  background: #1a2b29; 
}
.icon-secondary-1 {
  color: #fff;
  background: #1a2b29; /* #2f343b; */
}

/*
* @subsection Buttons
*/
.btn {
  font-family: "Trebuchet MS",Arial, sans-serif,Times New Roman, Open Sans;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .btn {
    font-weight: 600;
  }
}
.btn-sm {
  font-size: 12px;
  line-height: 30px;
  padding: 0 20px;
}
.btn-md {
  font-size: 15px;
  line-height: 40px;
  padding: 0 20px;
  background: #871610; /* mio */
}
@media (min-width: 992px) {
  .btn-md {
    padding-left: 0px;
    padding-right: 36px;
    line-height: 50px; /* 73px; */
  }
}
.btn-lg {
  font-size: 24px;
  line-height: 50px;
  padding: 0 20px;
}
.btn-primary {
  border: 3px solid #5f5f68; /* #3598db; */
  color: #5f5f68;
  display: inline-block;
  position: relative;
  border-radius: 40px; /* 40px; */
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.btn-primary:before {
  content: "\f15c";
  font-family: "FontAwesome";
  font-size: 20px;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .btn-primary:before {
    margin-right: 28px;
  }
}
.btn-primary:hover {
  background: #871610; /* #3598db; */
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

/*
* @subsection Inline List
*/
.inline-list {
  /*text-transform: uppercase;*/
  font-size: 15px;
}

.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 15px;
}
/*
@media (min-width: 979px)
.inline-list {
  font-size: 5px;
 }

.inline-list li + li {
  margin-left: 5px;
}
}
*/
/*
* @subsection Flex-list
*/
/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
}
.flex-list li {
  display: table-cell;
}
@media (max-width: 767px) {
  .flex-list, .flex-list li {
    display: block;
  }
}
.flex-list a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.flex-list a img {
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.flex-list a:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.flex-list a:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 768px) {
  section .container ul.row.flex-list li:nth-child(n+5) {
    margin-top: 30px;
  }
}

/*
* @subsection Quote
*/
.quote {
  font-family: "Trebuchet MS",Arial, sans-serif,Times New Roman, Open Sans;
  font-weight: 300;
}
.quote p {
  display: inline-block;
  padding-top: 10px;
}
.quote p q {
  font-family: "Trebuchet MS",Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 15px;
  background: #fff;
}
@media (min-width: 992px) {
  .quote p q {
    padding: 34px 12px 42px 40px;
  }
}
.quote p q:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: -17px;
  left: 34px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.quote cite {
  display: block;
  font-size: 16px;
  color: #2f343b;
}
.quote img {
  border-radius: 50%;
  margin-top: 30px;
  display: inline-block;
}
.quote img + p {
  margin-top: 30px;
  padding-left: 25px;
}

@media (min-width: 992px) {
  .quote img, .quote img + p {
    margin-top: 56px;
  }
}
/*
* @subsection Box
*/
.box {
  display: inline-block;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 26px;
  }
  .box-xs .box_left .icon {
    margin-top: 7px;
  }
  .box-xs .box_right {
    padding-left: 26px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 26px;
  }
  .box-xs-clear .box_right {
    padding-top: 26px;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 26px;
  }
  .box-sm .box_left .icon {
    margin-top: 7px;
  }
  .box-sm .box_right {
    padding-left: 26px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 26px;
  }
  .box-sm-clear .box_right {
    padding-top: 26px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 26px;
  }
  .box-md .box_left .icon {
    margin-top: 7px;
  }
  .box-md .box_right {
    padding-left: 26px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 26px;
  }
  .box-md-clear .box_right {
    padding-top: 26px;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 26px;
  }
  .box-lg .box_left .icon {
    margin-top: 7px;
  }
  .box-lg .box_right {
    padding-left: 26px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 26px;
  }
  .box-lg-clear .box_right {
    padding-top: 26px;
  }
}
/*
* @subsection Copyright
*/
.copyright {
  display: inline-block;
  margin-top: 10px;
  padding-left: 0px;
  font-size: 14px;
}
@media (min-width: 460px) {
  .copyright {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .copyright {
    margin-top: 10px;
  }
}
.copyright a {
  font-family: "Trebuchet MS",Arial, sans-serif,Times New Roman, Open Sans;
  color: #fff; /* PARA ADI*/
}
.copyright a:hover {
  color: #5f5f68; /* PARA ADI*/
}

.copyright a:active {
  color: #fff; /* PARA ADI*/
}

/*
* @subsection Superfish
* @description Superfish is an enhanced Suckerfish-style menu jQuery plugin.
* @author     Joel Birch
* @link http://users.tpg.com.au/j_birch/plugins/superfish/
* @license MIT license - http://opensource.org/licenses/MIT
*/
.sf-menu {
  display: inline-block;
  font-family: "sans-serif", Open Sans, Trebuchet MS,Arial,Times New Roman;
  /* font-weight: 600;*/
  font-size: 14px;
  letter-spacing: 2px;
   /* text-transform: uppercase; */
  margin-top: 5px; /*  33px; */
  vertical-align:middle;
  border-radius: 15px;			
  border: 0px solid #5f5f68;
  padding:10px;
  z-index: 9999999;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 32px;
  line-height: 1.2;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #5f5f68; /* #fff; */
}
.sf-menu > li.sf Hover > a, .sf-menu > li > a:hover {
  color: #000000; 			/*  #3598db; color claro del menu */
			/* MIO */
  padding: 2px 10px 2px 10px; 
  background: transparent; /*#5f5f68;*/
  border-radius: 20px;
  border: 2px solid #000000;
  z-index: 9999999;
/*			
  border-bottom: 2px solid #ff0000;
*/
}
.sf-menu > li.active > a {
  color: #FFF; 			/* #3598db; color claro del submenu */
  background: #000000;
  border-radius: 20px;
  padding: 2px 10px 2px 10px; 
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 260px;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 1px;
  padding: 5px 5px; /*  separa margen superior  margen izquierdo*/
  z-index: 1001;
  background: #FFF;
  border-radius: 15px;	
  border-top: 0px solid #5f5f68;		
  border-left: 0px solid #5f5f68;
  border-right: 1px solid #5f5f68;
  border-bottom: 1px solid #5f5f68;
  box-sizing: border-box;
  opacity: 0.95;  /* TRANSPARENCIA DEL SUBMENU */
}
.sf-menu ul:before {
  position: absolute;
  left: 10%;    /* UBICA LA FLECHA SUPERIOR */
  top: 0px;
  color: #FFF; /* #454b55; */
  margin-left: -6px;
  content: "▼"; /* ║ ▼ ●""; */
  font: 500 10px/12px "FontAwesome";
}

.sf-menu ul {
  text-align: left;
  line-height: 1.2;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  color: #5f5f68;
  padding: 5px 2px;
  border-bottom: 1px solid #5f5f68;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF; 		/* #3598db; color claro del submenu */
  background: #000000;    /* FONDO DEL CUADRO DEL LINK DEL SUBMENU */
  border-radius: 15px;	
  border-top: 1px solid #000000;		
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  text-align: center;
  margin-left: 6px;       /* EFECTO DE MOVIMIENTO */
  padding: 5px 3px 5px 3px;
}

.sf-menu ul ul {
  position: absolute;
  left: 80%;
  margin-left: 11px;
  width: 250 px;
  margin-top: 0;
  z-index: 1004;
  top: 0;
  padding: 5px 15px;
  line-height: 1.2; 
  background: #FFF; /* para el nivel 2 */
  border-radius: 15px;	
  border-top: 0px solid #5f5f68;		
  border-left: 0px solid #5f5f68;
  border-right: 1px solid #5f5f68;
  border-bottom: 1px solid #5f5f68;
}
.sf-menu ul ul:before {
  top: 3%;
  left: 5px;
  margin-left: 1px;
  content: "►"; /* ► ""; */
  color: #fff; /* fecha nivel 2 */
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*
* @subsection RD Mobile Menu
* @description mobile navbar
* @author     Evgeniy Gusarov (Diversant)
* @link     http://cms.devoffice.com/diversant/rd-navbar/
*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -36px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 81px 0 76px;			/* espacio superior del menu */
  color: #fff;			/* COLOR DEL TEXTO */
  background: #000000;			/* FONDO MENU MOVL */
  opacy:0,2:
  font-size: 14px;
  line-height: 18px;
  overflow: auto;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  opacity: 0.9;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 5px 10px 5px;
  color: #fff;
}
.rd-mobilemenu_ul a.active {
  background: #5f5f68;
  color: #fff;
}
.rd-mobilemenu_ul a:hover {
  background: #5f5f68; /* #3598db; */
  color: #fff;
  border-radius: 15px;
  text-align:center;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 20px;
  height: 20px;
  font: 300 10px "FontAwesome";
  line-height: 18px;
  text-align: center;
  border-radius: 10px;
  -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;		/* ESFERA DEL MENU MOVIL */
  color: #000000;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 5px;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 15px;
  font-size: 12px;
  line-height: 14px;
  color: #5f5f68;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 46px;		/* ALTO DE LA CABECERA */
  background: #000000;  	/* FONDO SUPERIOR MENU MOVIL */
  color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
  opacity: 0.9;
}

.rd-mobilepanel_title {
  position: fixed;
  margin-top: 0;
  top: 0px;		 /* TOPE DEL TITULO */
  left: 56px;
  right: 56px;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 0px;  /* TOPE DEL SIMBOLO */
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -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;
  -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: #FFF;  /*COLOR DEL ICONO DE MENU PEQUEÑO */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -ms-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: 46px; /* ALTO DEL BANNER SUPERIOR */
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*
* @subsection Stuck menu
*/
.stuck_container {
  z-index: 99999991;
  background: transparent; /*#FFF;*/
  max-height: 300px; /* 100px;  MENU SUPERIOR ALTURA EL MENU */
			/* PONE SOMBRA Y RAYA AL MENU SUPERIOR */
/*  border-top: 2px solid #009bdb;
 border-bottom: 1px solid #009bdb;
 box-shadow: 7px 1px 5px #009bdb; */
}

.isStuck {
  background: #ffffff; /*  fondo de menu flotante */
opacity: 0.6;
  z-index: 999999999;
  border-bottom: 1px solid #434d68; /* BORDE DEL MENU FLOTANTE*/
  box-shadow: 0 1px 5px #383737;
  display: NONE;   /* muestra el menú siempre */
}
.isStuck .rd-navbar-brand {
  font-size: 40px;
}
.isStuck .rd-navbar-brand_name {
  font-size: 40px;
  line-height: 40px;
  margin-top: 10px;
  margin-left: 5px;
}
.isStuck .rd-navbar-brand .icon {
  width: 60px;
  height: 60px;
  margin-top: 4px;
}
.isStuck .sf-menu {
  margin-top: 25px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: yes !important;
  }

  .stuck_container {
  	background: transparent; //#fff;
	max-height: 540px; /* 100px;  MENU SUPERIOR ALTURA EL MENU RESPNSIVE*/
	}
}
/* @subsection Parallax
 * Author: Evgeniy Gusarov StMechanus (Diversant)
 * Under the MIT License
 * Version: 2.0.1
 */
.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;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
.parallax_cnt h1 {
  font-size: 40px;
  line-height: 1.1;
  color: #fff;
}
@media (min-width: 768px) {
  .parallax_cnt h1 {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .parallax_cnt h1 {
    font-size: 100px;
  }
}

/*
* @subsection ToTop
*/

.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 37px;
  color: #fff;
  background: #5f5f68; /* esfera para top */
  border-radius: 50%;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 35px;
  bottom: 35px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover, .toTop:active {
  color: #5f5f68;
  background: #91bf44;
  border: 1px solid #91bf44;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}


/*
* @section HEADER Section
*/
header .inline-list {
  color: #000000; /* MIO */
  letter-spacing: 3px;
} 

header .well-sm {
/* PARA MONTAR el menu */
  z-index: 100000;
/*
  display: yes;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.85;
*/
/* ************* */
  padding-top: 0px; /* 40px;*/
  padding-bottom: 0px; /* 40px; ESPECIO DEBAJO DEL LOGO EN MENU RESPONSIVE */
}
@media (max-width: 992px) {
  header {
    padding-top: 0px; /* 57px; */
    padding-bottom: 2px; /* 87px; SEPARACION DEL HEADER ojo*/
  }

  header .well-sm {
    padding-top: 0px; /* 57px; */
    padding-bottom: 5px; /* 87px; SEPARACION DEL HEADER ojo*/
  }
}

@media (min-width: 345px) and (max-width: 768px) {
  header .inline-list {
  	color: #000000; /* MIO */
  	letter-spacing: 0px;
  }
}

header .well-md {
  padding-top: 10px; /* 40px; */
  padding-bottom: 10px; /* 40px; */
}
@media (min-width: 345px) and (max-width: 768px) {
  header .well-md {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  header .well-md {
    padding-top: 113px;
    padding-bottom: 89px;
  }
}
header .rd-navbar-brand {
  float: center; /* left; ALINEAR LA CABECERA CON EL LOGO */
}
header .nav {
  float: center; /* right; */
  margin-top: 2px; /* MARGEN AL MENU */
}
header hr {
  display: none;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .rd-navbar-brand, header .nav {
    float: none;
  }
}

/*
* @section CONTENT Section
*/
main {
  display: block;
}

/*
* @section FOOTER Section
*/
footer {
  padding-top: 20px; /*  70px; */
  padding-bottom: 16px; /*  74px; */
/*
	background:url("../punto.png");
	background-repeat:no-repeat;
	background-repeat:repeat;
	background-attachment: fixed;
*/
  background: #000000; /* transparent; */ /* #fff; COLOR DE FONDO DE PIE*/ 
/*  border-top: 2px solid #000000;*/
/*  border-bottom: 2px solid #ba007c; */
/*  opacity: 0.8;*/
  color: #FFF; /* #454b55; */
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer .heading-1, footer .heading-2, footer .heading-3, footer .heading-4, footer .heading-5, footer .heading-6 {
  color: #5f5f68;  /* #fff; */
}

footer a {
  color: #5f5f68;  /* #fff; */
}

footer .inline-list {
  margin-top: 10px;
  margin-right: 2px;
}
footer .inline-list .icon:hover {
  border-color: #64f7f7; /* #3598db; */
  background: none;
  font-size:20px;
  color:#5f5f68;
/*
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
*/
}

footer .icon {
  background: transparent; /* #643286;*/ /* FONDO DE ICONO DE LAS REDES EN EL PIE */
  /* border: 1px solid #643285; / /* #434d68;  #454b55; */
  -webkit-transition: 0.35s all ease-out;
  transition: 0.35s all ease-out;
}
footer .rd-navbar-brand {
  margin-top: 20px; /*  40px; */
}
@media (min-width: 768px) {
  footer .rd-navbar-brand {
    margin-top: 0;
  }
}

footer .rd-navbar-brand_name span {
  color: #fff; /* #454b55; */
}
footer .rd-navbar-brand .icon {
  background: #5f5f68; /* #454b55; */
  color: #fff;
}

/* MIO*/
@media (max-width: 992px) {
  footer {
	font-size:14px;
	text-align:left;
  }

  footer .copyright {
	font-size:12px;
	text-align:left;
  }

  footer .icon, footer .inline-list{
	text-align:center;
	font-size:18px;
	margin-top: 1px;
	margin-right: 0px;
  }

  footer .inline-list .icon:hover {
	font-size:20px;
	color: #5f5f68;
 }
}
/*::::::::::::::*/

/*::::::::::::::*/
/*  MIO  */
.efecto-scroller img {
  opacity: 1.0;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: gray;
  -webkit-transition: all .6s ease;
/*  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.efecto-scroller img:hover {
  color:#e16a1b; /* MIO */
/*  border: 1px solid #e16a1b;
  background: #fff; */
  padding: 5px 5px 5px 5px;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: gray;
  -webkit-transition: all .6s ease;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
/*  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/
  opacity: 1.0;
}