@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
  text-decoration: none;
}

p {
  font-size: 14px;
  color: #666;
  line-height: 170%;
}

b,
strong {
  font-weight: 700;
}

i img {
  vertical-align: middle;
}

.cssanimations.wow-activo .wow,
.wow {
  visibility: hidden;
}

* {
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */

/* at start */

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  color: #C5C3CE;
  background-color: #FFF;
  line-height: 150%;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}

.relative {
  position: relative;
}

p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #FFF;
  line-height: 150%;
}

a {
  text-decoration: none;
  color: #FFF;
}

a:hover {
  color: #CF642C;
}

.card-deck {
  margin-left: -15px;
  margin-right: -15px;
}

.card-deck .card {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 17%;
          flex: 1 0 17%;
  border: 0;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  border-radius: 0;
}

@media (max-width: 1199px) {
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 23%;
            flex: 1 0 23%;
  }
}

@media (max-width: 991px) {
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 31%;
            flex: 1 0 31%;
  }
}

@media (max-width: 767px) {
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 48%;
            flex: 1 0 48%;
  }
}

@media (max-width: 499px) {
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

.card-deck .card h6 {
  padding: 0.4rem 0.7rem;
  color: #2D2B5B;
  font-size: 0.875rem;
}

.card-deck .card p {
  line-height: 130%;
}

.card-deck .card .card-footer {
  border: 0;
  background-color: transparent;
}

.card-deck .card .card-footer a i {
  font-size: 1.125rem;
}

.card-deck .card .card-footer a span {
  font-size: 0.75rem;
}

.card-deck.triple .card {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  margin-bottom: 60px;
}

@media (min-width: 991px) {
  .card-deck.triple .card:nth-last-child(-n+3) {
    margin-bottom: 0px;
  }
}

/* Tipografía */

.poppins {
  font-family: "Poppins", sans-serif;
}

.arvo {
  font-family: "Arvo", serif;
}

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

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

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

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

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

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

.text-gris-oscuro {
  color: #C5C3CE;
}

.text-blanco {
  color: #FFF;
}

.text-azul {
  color: #2D2B5B;
}

.text-naranja {
  color: #CF642C;
}

.text-gris1 {
  color: #95949C;
}

.text-verde {
  color: #00CE96;
}

.transition_all,
.slider-bolitas .item img,
.tool-tips li .info,
#blog a article img,
#blog .nota .img img,
#blog .nota .detalle .cita .orange_link,
#blog.post .backto {
  -webkit-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}

/* Cambiar color a la selección */

/* webkit, opera, IE9 */

::-moz-selection {
  background: #00CE96;
  color: #fff;
}

::selection {
  background: #00CE96;
  color: #fff;
}

/* mozilla firefox */

::-moz-selection {
  background: #00CE96;
  color: #fff;
}

/* Manito en los cliqueables */

a[href],
input[type='submit'],
input[type='image'],
label[for],
select,
button,
.pointer {
  cursor: pointer;
}

/* Quita el borde feo a los input */

input[type="text"]:focus,
textarea:focus,
input[type="search"]:focus {
  outline: none;
}

/* Opacidad en todos los navegadores */

.cross-opacity {
  /* FF, Safari, Chrome, IE9 y 10 */
  opacity: 0.7;
  /* IE */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE8 */
  filter: alpha(opacity=70);
  /* IE 5-7  */
}

body::-webkit-scrollbar {
  width: 3px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #CF642C;
}

textarea {
  resize: none;
}

textarea::-webkit-scrollbar {
  width: 0px;
}

textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

textarea::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #CF642C;
}

.select {
  position: relative;
  display: block;
}

.select select::-ms-expand {
  display: none;
  /* to ie 10 */
}

:-moz-any(.select):after {
  /* background-color: #fff; this is necessary for overcome the caret default browser */
  pointer-events: none;
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
  z-index: 1;
  /* this is necessary for overcome the pseudo element */
}

select:focus,
input:focus {
  outline: 0;
}

.select:after {
  font-family: 'custom-font';
  position: absolute;
  right: 0px;
  top: 0px;
  content: '\E800';
  width: 59px;
  height: 57px;
  text-align: center;
  font-size: 16px;
  display: block;
  color: #2D2B5B;
  pointer-events: none;
  background-color: #FFF;
  -webkit-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
  line-height: 57px;
}

.select:hover:after {
  background-color: #CF642C;
  color: #FFF;
}

.scrollbar-rail {
  height: 550px;
  margin-bottom: 30px;
}

.leer-mas {
  color: #00CE96;
  font-size: 2em;
}

@media (max-width: 767px) {
  .leer-mas {
    font-size: 1.5em;
  }
}

.box-img img {
  width: 100%;
  position: relative;
  z-index: 2;
  display: block;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .box-img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

.back-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

/* **** */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 120%;
}

h1 {
  font-size: 60px;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 55px;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 46px;
}

@media (max-width: 1199px) {
  h3 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 34px;
  }
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 22px;
  line-height: 140%;
}

h5.smaller {
  font-size: 18px;
}

h6 {
  font-size: 26px;
}

@media (max-width: 1199px) {
  h6 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  h6 {
    font-size: 20px;
  }
}

p.big {
  font-size: 24px;
}

.shadow-br {
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
}

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

.bg-gris-oscuro {
  background-color: #C5C3CE;
}

.bg-verde {
  background-color: #00CE96;
}

.bg-azul {
  background-color: #2D2B5B;
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-2em {
  margin-bottom: 2em;
}

.of-hidden {
  overflow: hidden;
}

.rounded-15 {
  border-radius: 15px !important;
}

.rounded-25 {
  border-radius: 25px;
}

.rounded-25-oblicuo {
  border-radius: 25px/40px;
}

.sangria-y {
  padding: 3em 0;
}

@media (min-width: 992px) {
  .sangria-r {
    padding-right: 2.5em;
  }

  .sangria-l {
    padding-left: 2.5em;
  }
}

.titular {
  padding: 0.1em 2em;
}

.over-dark {
  position: relative;
}

.over-dark:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.68);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.68)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

@media (max-width: 991px) {
  .movil-over-dark {
    position: relative;
  }

  .movil-over-dark:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.68);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.68)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  }
}

.slider-bolitas .item {
  text-align: center;
  margin-top: 2rem;
}

.slider-bolitas .item img {
  display: inline-block;
  margin: 15% 0 5% 0;
  width: 70%;
  max-width: 160px;
}

.slider-bolitas .item article {
  padding: 1rem 0;
}

.slider-bolitas .item article span {
  font-size: 1.125rem;
}

.slider-bolitas .item article p {
  font-size: 0.825rem;
}

.slider-bolitas .slick-current img {
  max-width: 240px;
  margin: 0;
  width: 100%;
}

.slider-bolitas .slick-current article span {
  font-size: 1.8rem;
}

.slider-bolitas .slick-current article p {
  font-size: 1.125rem;
}

.tool-tips {
  margin-bottom: 1.5rem;
}

.tool-tips li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0.5rem;
}

.tool-tips li i {
  font-size: 4rem;
  color: #2D2B5B;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  cursor: pointer;
  line-height: 64px;
  display: block;
  overflow: hidden;
}

.tool-tips li i:before {
  margin: 0;
}

.tool-tips li .info {
  pointer-events: none;
  opacity: 0;
  background-color: #FFF;
  border-radius: 12px;
  color: #2D2B5B;
  font-size: 0.6875rem;
  padding: 0.3rem 1rem;
  white-space: nowrap;
  position: absolute;
  bottom: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tool-tips li .info:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-top: solid 10px #FFF;
}

.tool-tips li:hover .info {
  opacity: 1;
  bottom: 120%;
}

/* PLACEHOLDER */

input::-webkit-input-placeholder {
  color: #95949C;
  font-size: 21px;
}

textarea::-webkit-input-placeholder {
  color: #95949C;
  font-size: 21px;
}

input:-moz-placeholder {
  color: #95949C;
  font-size: 21px;
  opacity: 1;
}

textarea:-moz-placeholder {
  color: #95949C;
  font-size: 21px;
  opacity: 1;
}

input::-moz-placeholder {
  color: #95949C;
  font-size: 21px;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #95949C;
  font-size: 21px;
  opacity: 1;
}

header {
  border-top: solid 14px #C5C3CE;
}

header .header {
  padding: 25px 0 50px 0;
}

@media (max-width: 991px) {
  header .header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

  header .header .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  header .header .col-auto {
    padding: 0 !important;
  }
}

@media (max-width: 1199px) {
  header .logo img {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  header .logo {
    margin-left: 15px;
  }

  header .logo img {
    max-width: 120px;
  }
}

@media (max-width: 767px) {
  header {
    border-top-width: 7px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #FFF;
    width: 100%;
  }
}

.redes li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
}

.redes li a {
  width: 36px;
  display: block;
  text-align: center;
}

.redes li a i {
  font-size: 18px;
  line-height: 36px;
}

.redes li a:hover {
  background-color: #95949C;
  color: #000;
}

header .redes a {
  background-color: #2D2B5B;
}

header .redes a:hover {
  background-color: #CF642C;
  color: #FFF;
}

@media (max-width: 767px) {
  header .redes a {
    width: 26px;
  }

  header .redes a i {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 399px) {
  header .redes {
    display: none;
  }
}

footer .redes a {
  background-color: #CF642C;
}

.mini-menu a {
  font-size: 15px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .mini-menu {
    border-top: solid 1px #95949C;
    padding-top: 10px;
    max-width: 200px;
    margin: 10px auto 0 auto;
  }
}

#menu {
  border-top: solid 14px transparent;
}

@media (min-width: 768px) {
  #menu {
    display: block !important;
  }
}

@media (max-width: 767px) {
  #menu {
    display: none;
    position: fixed;
    top: 94px;
    left: 0;
    padding-top: 0px;
    border: 0;
    width: 100%;
    z-index: 8;
    background-color: #f2f2f2;
  }

  #menu li {
    border-top: solid 1px #C5C3CE;
    padding: 20px 0;
  }
}

@media (min-width: 1500px) {
  #directs {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    position: fixed;
    right: 0;
    top: 200px;
    background-color: #FFF;
    padding: 15px 25px 15px 0px;
    width: 300px;
    z-index: 99;
  }

  #directs .slider-download {
    padding-left: 15px;
  }

  #directs .slider-download .item {
    width: 100%;
  }
}

@media (max-width: 1499px) {
  #directs {
    background-color: #f2f2f2;
  }

  #directs > .container-fluid > article {
    display: none;
  }

  #directs article {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1500px) {
  #directs {
    padding: 10px 0 0 0;
  }

  #directs [data-slick-index="0"] {
    border-bottom: solid 12px #CF642C;
  }

  #directs [data-slick-index="1"] {
    border-bottom: solid 12px #4B4BAD;
  }

  #directs [data-slick-index="1"] article {
    border-left: solid 1px #C5C3CE;
    border-right: solid 1px #C5C3CE;
  }

  #directs [data-slick-index="2"] {
    border-bottom: solid 12px #56749E;
  }

  #directs .item {
    padding-bottom: 10px;
  }
}

@media (max-width: 991px) {
  #directs article {
    max-width: 320px;
    margin: 0 auto;
  }

  #directs .slick-prev:before,
  #directs .slick-next:before {
    color: #2D2B5B;
  }
}

@media (max-width: 767px) {
  #directs {
    margin-top: 95px;
  }
}

#directs article {
  padding: 15px;
}

#directs article h3 {
  font-size: 15px;
  letter-spacing: 6px;
}

#directs article p {
  font-size: 23px;
  letter-spacing: -0.5px;
}

@media (max-width: 1199px) {
  #directs article p {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  #directs article p {
    font-size: 18px;
  }
}

#directs article a {
  font-size: 19px;
  letter-spacing: -0.5px;
}

.switch a {
  font-size: 22px;
  padding: 5px 3px;
  display: inline-block;
  color: #2D2B5B;
}

.switch.s-close {
  border-top-color: #2D2B5B;
}

.switch.s-close a {
  background-color: #2D2B5B;
  color: #FFF;
}

@media (min-width: 992px) {
  .switch {
    display: none;
  }
}

@media (max-width: 991px) {
  .switch {
    display: block;
  }
}

@media (max-width: 767px) {
  #menu .menu {
    margin-bottom: 10px;
  }
}

#menu .menu li {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  #menu .menu li {
    display: block;
    text-align: center;
  }
}

#menu .menu li a {
  color: #2D2B5B;
  padding: 5px 20px;
  font-family: "Arvo", serif;
}

#menu .menu li a:hover,
#menu .menu li a.activo {
  color: #CF642C;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  #menu .menu li a {
    padding: 5px 8px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  #menu .menu li a {
    padding: 5px;
  }
}

.slider-home .slick-track,
.slider-home .slick-list {
  height: 605px;
}

.slider-home article {
  background-color: rgba(32, 32, 42, 0.7);
  margin: 40px 40px;
  position: relative;
  z-index: 1;
  padding: 35px 85px;
}

@media (max-width: 991px) {
  .slider-home article {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .slider-home article {
    padding: 15px;
    margin: 0;
  }
}

.slider-home article p {
  font-size: 24px;
  line-height: 120%;
}

@media (max-width: 1199px) {
  .slider-home article p {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .slider-home article p {
    padding: 16px;
  }
}

.slider-blog .slick-track,
.slider-blog .slick-list {
  height: 510px;
}

@media (max-width: 767px) {
  .slider-blog .slick-track,
  .slider-blog .slick-list {
    height: 400px;
  }
}

.slider-blog article {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .slider-blog article h3 {
    font-size: 26px;
  }
}

.slider-blog article p {
  font-size: 24px;
  line-height: 120%;
}

@media (max-width: 1199px) {
  .slider-blog article p {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .slider-blog article p {
    padding: 16px 0;
    font-size: 16px;
  }
}

.navidots {
  position: absolute;
  left: -20px;
  bottom: 40px;
  width: 100%;
}

@media (max-width: 767px) {
  .navidots {
    bottom: 10px;
    left: 0px;
  }
}

.navidots .slick-dots {
  width: auto;
}

@media (max-width: 767px) {
  .navidots .slick-dots {
    width: 100%;
    left: 0;
    bottom: 10px;
  }
}

.orange-bar {
  background-color: #CF642C;
  padding: 22px 10px;
}

.orange-bar h6 {
  font-size: 20px;
}

.orange-bar a {
  text-decoration: underline;
}

.orange-bar a:hover {
  color: #2D2B5B;
}

.top-post {
  height: 200px;
}

@media (max-width: 767px) {
  .s_blog #top,
  .s_blog .top-post,
  #head-banner {
    margin-top: 90px;
  }
}

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

.orange_link {
  color: #CF642C;
  font-size: 20px;
  text-decoration: underline;
  line-height: 120%;
}

.blue_link {
  color: #2D2B5B;
  font-size: 20px;
  text-decoration: underline;
  line-height: 120%;
}

.azulclaro_link {
  color: #56749E;
  font-size: 20px;
  text-decoration: underline;
  line-height: 120%;
}

.celeste_link {
  color: #4B4BAD;
  font-size: 20px;
  text-decoration: underline;
  line-height: 120%;
}

.see-all {
  color: #95949C;
  font-size: 16px;
  text-decoration: underline;
  line-height: 120%;
}

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

#perspectiva {
  padding: 50px 0;
}

@media (max-width: 767px) {
  #perspectiva {
    padding: 20px 0;
  }
}

#about {
  padding: 70px 0;
}

@media (max-width: 767px) {
  #about {
    padding: 20px 0;
  }

  #about img {
    max-width: 80%;
  }
}

#blog {
  padding: 70px 0;
}

@media (max-width: 767px) {
  #blog {
    padding: 20px 0;
  }
}

#blog a article .box-img {
  overflow: hidden;
}

#blog a article img {
  height: 230px;
}

#blog a article b {
  font-size: 11px;
}

#blog a article p {
  font-size: 20px;
}

#blog a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#blog a:hover p {
  color: #2D2B5B;
}

#blog .nota {
  margin-bottom: 90px;
}

#blog .nota .detalle .titulo {
  border-bottom: solid 1px #C5C3CE;
}

#blog .nota .detalle ul,
#blog .nota .detalle ol {
  list-style: inside;
  margin-bottom: 25px;
  margin-top: 25px;
}

#blog .nota .detalle ol {
  list-style-type: decimal;
}

#blog .nota .detalle ul {
  list-style-type: disc;
}

#blog .nota .detalle img {
  max-width: 100%;
  height: auto;
}

#blog .nota .detalle img.alignnone {
  display: block;
  margin-bottom: 25px;
}

#blog .nota .detalle .cita {
  margin-top: 50px; 
}

#blog .nota .detalle h1,
#blog .nota .detalle h2,
#blog .nota .detalle h3,
#blog .nota .detalle h4,
#blog .nota .detalle h5,
#blog .nota .detalle h6 {
  font-size: 32px;
  margin-bottom: 25px;
}

#blog .nota .detalle,
#blog .nota .detalle p {
    font-family: "Arvo", serif;
    font-size: 20px;
    color: #636363;
    line-height: 1.5;
    margin-bottom: 25px;
}

#blog .nota .detalle .cita p {
  color: #2D2B5B;
}

#blog .nota .detalle .cita .orange_link {
  display: inline-block;
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: solid 2px #CF642C;
  font-size: 1.125rem;
}

#blog .nota .detalle .cita .orange_link:hover {
  border-color: #2D2B5B;
  color: #2D2B5B;
}

article footer {
    background-color: transparent;
}

@media (max-width: 767px) {
  #blog .nota .detalle .cita img {
    max-width: 200px;
  }
}

#blog .button a {
  background-color: #C5C3CE;
  padding: 10px;
  display: inline-block;
  color: #2D2B5B;
}

#blog .button a strong {
  border-bottom: solid 1px #2D2B5B;
  padding: 2px 0;
}

#blog .button a i {
  font-size: 0.8rem;
}

#blog .button a:hover {
  background-color: #CF642C;
}

#blog .otras-notas {
  position: relative;
}

#blog .otras-notas article .box-img img {
  height: 168px;
}

@media (min-width: 992px) {
  #blog .otras-notas .see_all {
    background-color: #eeeeee;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 30px;
    vertical-align: middle;
  }
}

#blog .otras-notas .see_all strong {
  display: inline-block;
  color: #95949C;
  font-size: 28px;
  padding-bottom: 3px;
  border-bottom: solid 2px #95949C;
  margin-left: 30px;
}

#blog .otras-notas .see_all:hover {
  background-color: #CF642C;
}

#blog .otras-notas .see_all:hover strong {
  color: #FFF;
  border-bottom-color: #FFF;
}

#blog.post {
  padding-top: 25px;
}

#blog.post .backto {
  color: #C5C3CE;
  display: inline-block;
  border-bottom: solid 2px #C5C3CE;
  margin-bottom: 25px;
}

#blog.post .backto:hover {
  border-color: #CF642C;
  color: #CF642C;
}

#blog.post form fieldset {
  margin-bottom: 20px;
  /* PLACEHOLDER */
}

#blog.post form fieldset input,
#blog.post form fieldset textarea {
  font-size: 16px;
}

#blog.post form fieldset input::-webkit-input-placeholder {
  font-size: 16px;
}

#blog.post form fieldset textarea::-webkit-input-placeholder {
  font-size: 16px;
}

#blog.post form fieldset input:-moz-placeholder {
  font-size: 16px;
}

#blog.post form fieldset textarea:-moz-placeholder {
  font-size: 16px;
}

#blog.post form fieldset input::-moz-placeholder {
  font-size: 16px;
}

#blog.post form fieldset textarea::-moz-placeholder {
  font-size: 16px;
}

#tweet-feed {
  padding: 40px 0 70px 0;
}

@media (max-width: 767px) {
  #tweet-feed {
    padding: 20px 0;
  }
}

#download h3 {
  font-size: 42px;
}

@media (max-width: 991px) {
  #download h3 {
    font-size: 36px;
  }
}

#download .orange_link {
  font-size: 28px;
}

#contacto {
  padding: 80px 0 60px 0;
}

@media (max-width: 767px) {
  #contacto {
    padding: 20px 0;
  }
}

#contacto h2 {
  font-size: 50px;
}

@media (max-width: 991px) {
  #contacto h2 {
    font-size: 32px;
  }
}

.procesos article p {
  font-size: 22px;
}

@media (min-width: 992px) {
  .procesos article h6 {
    position: relative;
  }

  .procesos article h6:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #CF642C;
    display: block;
    top: 15px;
    left: 100%;
    margin-left: 15px;
  }
}

#join-us {
  position: relative;
}

#join-us article {
  padding: 70px 0;
}

@media (max-width: 1350px) {
  #join-us article {
    padding: 50px 0;
  }
}

#join-us .simpleParallax {
  height: 100%;
}

#join-us .back-img {
  overflow: hidden;
  z-index: -1;
}

#join-us a {
  font-size: 28px;
}

#about-ctt {
  padding: 80px 0 60px 0;
}

@media (max-width: 767px) {
  #about-ctt {
    padding: 20px 0;
  }
}

form {
  padding: 70px 0;
}

@media (max-width: 767px) {
  form {
    padding: 30px 0;
  }
}

form fieldset {
  margin-bottom: 40px;
  position: relative;
}

form fieldset .error {
  position: absolute;
  top: 100%;
  left: 0;
  color: #ff0000;
  padding: 5px 0;
}

@media (max-width: 767px) {
  form fieldset .error {
    font-size: 12px;
    line-height: 110%;
  }
}

form input {
  font-size: 21px;
  border: 0;
  padding: 15px 0;
  border-bottom: solid 2px #E1E1E1;
  outline: none;
  width: 100%;
  line-height: 130%;
}

form textarea {
  font-size: 21px;
  border: 0;
  padding: 15px 0;
  border-bottom: solid 2px #E1E1E1;
  outline: none;
  width: 100%;
  height: 110px;
  line-height: 130%;
}

form .select {
  border-bottom: solid 2px #E1E1E1;
}

form select {
  width: 100%;
  background-color: transparent;
  border: 0;
  padding: 13px 0;
  color: #95949C;
  outline: none;
  font-size: 21px;
}

form button {
  background-color: transparent;
  border: 0;
  font-size: 34px;
  text-decoration: underline;
}

form button:hover {
  color: #2D2B5B;
}

form .send p,
form .send span {
  font-size: 14px;
}

.sharebar {
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  padding: 18px 0;
}

.sharebar .like-button .likes {
  background-color: #efeced;
  margin-left: 8px;
  padding-right: 6px;
}

.sharebar .like-button .likes i {
  color: #CF642C;
}

.sharebar .like-button .likes span {
  color: #95949C;
}

.sharebar .like-button:hover .likes {
  background-color: #CF642C;
}

.sharebar .like-button:hover .likes i,
.sharebar .like-button:hover .likes span {
  color: #FFF;
}

.sharebar .orange_link:hover {
  color: #2D2B5B;
}

.comments form {
  padding: 30px 0;
}

.comments form input,
.comments form textarea {
  border: solid 1px #ebebeb;
  padding: 10px;
}

.comments form textarea {
  height: 200px;
}

.post-navitagion article {
  max-width: 270px;
}

.post-navitagion article a {
  color: #C5C3CE;
}

.post-navitagion article a strong i {
  font-size: 12px;
}

.post-navitagion article a:hover {
  color: #CF642C;
}

.search .search-box form {
  padding-top: 0;
}

.search .search-box form input {
  background-color: #eeeeee;
  color: #2D2B5B;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 15px;
  letter-spacing: 1px;
  border: 0;
}

.search .search-box form button {
  width: 48px;
  text-align: center;
  height: 100%;
  background-color: #CF642C;
  color: #FFF;
  font-size: 1rem;
  outline: none;
}

.search .search-box form button:hover {
  background-color: #2D2B5B;
}

.search .search-box form input::-webkit-input-placeholder {
  color: #2D2B5B;
  font-size: 0.875rem;
}

.search .search-box form input:-moz-placeholder {
  color: #2D2B5B;
  font-size: 0.875rem;
  opacity: 1;
}

.search .search-box form input::-moz-placeholder {
  color: #2D2B5B;
  font-size: 0.875rem;
  opacity: 1;
}

.search .recent-post h4 {
  font-size: 1.125rem;
}

.search .recent-post h6 {
  font-size: 1.25rem;
}

.search .recent-post .orange_link {
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .post .search .search-box {
    margin-top: 80px;
  }
}

.post .search .search-box form {
  padding: 20px 0;
}

@media (min-width: 992px) {
  .post .search .search-box form {
    padding: 70px 0;
  }
}

footer {
  background-color: #20202A;
}

footer .foot {
  padding: 47px 0 25px 0;
}

@media (max-width: 767px) {
  footer .foot {
    padding: 30px 0;
  }
}

@media (max-width: 992px) {
  footer .foot address {
    padding-right: 30px;
  }
}

footer .foot p {
  font-size: 14px;
}

footer .foot a {
  font-size: 19px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  footer .foot a {
    font-size: 16px;
  }
}

footer .copy {
  border-top: solid 1px #595975;
  padding: 25px 0;
}

footer .copy p {
  font-size: 14px;
}

