@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
/*========================================================
                        Includes
=========================================================*/
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #252525;
  color: #777;
  font: 400 14px/23px 'PT Sans Narrow', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  margin-top: 25px;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
h1 {
  font-size: 30px;
  line-height: 35px;
}
h2 {
  font-size: 48px;
  line-height: 40px;
  color: #fbea1f;
}
h3 {
  font-size: 39px;
  color: #E22F29;
  line-height: 35px;
  padding-bottom: 25px;
}
h4 {
  font-size: 25px;
  line-height: 25px;
  color: #35196A;
  padding-top: 15px;
}
h5 {
  font-size: 25px;
  line-height: 28px;
  text-transform: uppercase;
  color: #333333;
}
h6 {
  font-size: 15px;
}
p a:hover {
  text-decoration: underline;
}
time {
  display: block;
}
a {
  font: inherit;
  color: #FBEA1F;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
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
=========================================================*/
img + h3 {
  margin-top: 22px;
}
img + h5 {
  margin-top: 22px;
}
img + p {
  margin-top: 15px;
}
img + time {
  margin-top: 22px;
}
time + h3 {
  margin-top: 4px;
}
h3 + img {
  margin-top: 22px;
}
h3 + p {
  margin-top: 1px;
}
a + p {
  margin-top: 5px;
}
h5 + p {
  margin-top: 25px;
  font-size: 17px;
}
p + .btn {
  margin-top: 4px;
}
p + .btn__ins1 {
  margin-top: 14px;
}
cite > p {
  margin-top: -5px;
}
p + p {
  margin-top: 6px;
}
p + .p__ins1 {
  margin-top: 14px;
}
p + .p__ins2 {
  margin-top: 22px;
}
h3 + .p__ins1 {
  margin-top: 5px;
}
p + .marked-list {
  margin-top: 19px;
}
p + h5 {
  margin-top: 17px;
}
h2 + h3 {
  margin-top: 17px;
}
h2 + .color > h3 {
  margin-top: 17px;
}
h3 + .p__ins1 {
  margin-top: 18px;
}
h3 + .p__ins3 {
  margin-top: 5px;
}
.color + .btn {
  margin-top: 14px;
}
@media (max-width: 979px) {
  h2 + h3 {
    margin-top: 8px;
  }
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h2 + h3 {
    margin-top: 0;
  }
}
.icon + h5 {
  margin-top: 45px;
}
.brand + .nav {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .brand + .nav {
    margin-top: 30px;
  }
}
dl + dl {
  margin-top: 7px;
}
dl + .copy {
  margin-top: 30px;
}
span + a {
  margin-left: 5px;
}
.need_help__ins1 + .contact {
  margin-top: 7px;
}
h4 + h5 {
  margin-top: 20px;
}
h4 + .row .grid_4 > .marked-list {
  margin-top: 24px;
}
h4 + .row > .grid_6 {
  margin-top: 20px;
}
h4 + .row > .box {
  margin-top: 28px;
}
h4 + .row > .image {
  margin-top: 29px;
}
h4 + .row > .grid_4 > img {
  margin-top: 31px;
}
h4 + .row > .grid_3 {
  margin-top: 30px;
}
h4 + form {
  margin-top: 30px;
}
.row + .row {
  margin-top: 0px;
}
.marked-list + .btn {
  margin-top: 14px;
}
.btn-wr + .btn-wr {
  margin-left: 21px;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: table;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 32px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  color: #FFF;
  font-size: 18px;
  margin-top: 25px;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #fbea1f;
  background: none;
}
.sf-menu > li.active > a {
  color: #fbea1f;
  background: none;
}
@media (max-width: 979px) {
  .sf-menu {
    font-size: 14px;
    line-height: 35px;
  }
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 188px;
  margin-top: 9px;
  padding: 0px 0px;
  background: #333333;
  z-index: 2;
  box-sizing: border-box;
}
.sf-menu ul {
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
}
.sf-menu ul > li {
  text-transform: none;
  padding-left: 10px;
}
.sf-menu ul > li > a {
  color: #fbea1f;
  background: #333333;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #f9f9f9;
  background: #333333;
}
.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}
.sf-menu ul ul {
  position: absolute;
  width: 120px;
  margin-top: 38px;
  padding: 0px;
  z-index: 4;
  top: 20px;
  left: 190px;
}
.sf-menu ul ul > li > a {
  color: #fbea1f;
  background: #333333;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #f9f9f9;
  background: #333333;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:after {
  position: absolute;
  left: 100%;
  top: -10px;
  margin-left: 9px;
  content: '\f107';
  font: 400 15px/35px 'FontAwesome';
}
@media (max-width: 979px) {
  .sf-menu > li > .sf-with-ul:after {
    top: 0;
  }
}
.sf-menu > li > ul > li .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li .sf-with-ul:after {
  position: absolute;
  right: 10px;
  top: 0;
  margin-left: 0px;
  content: '\f105';
  font: 400 15px/35px 'FontAwesome';
  color: #676767;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 320px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 340px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'PT Sans Narrow', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
  .select-menu .select {
    width: 340px;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #DE5932;
  z-index: 999;
  border-bottom: 1px solid #333333;
  padding: 8px 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 40px;
  border: 2px;
  color: #333333;
  background: #fbea1f;
  position: fixed;
  right: 100px;
  bottom: 100px;
  display: block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #fbea1f #666666;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
  background-color: #FFF;
  background-image: url(../images/page-1_parallax01.jpg);
  padding: 50px 0;
}
.parallax2 {
  background-color: #FFF;
  background-image: url(../images/page-2_parallax01.jpg);
  padding: 50px 0;
}
.parallax3 {
  background-color: #FFF;
  background-image: url(../images/page-3_parallax01.jpg);
  padding: 50px 0;
}
.parallax4 {
  background-color: #FFF;
  background-image: url(../images/page-4_parallax01.jpg);
  padding: 50px 0;
}
@media (min-width: 2050px) {
  .parallax {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
/*==================     Icons     ======================*/
.fa {
  font-size: 25px;
  line-height: 33px;
}
.fa + h1 {
  margin-left: 62px;
}
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-weight: 700;
  color: #333333;
  height: 34px;
  width: 90px;
  font-size: 15px;
  line-height: 35px;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #666666;
  cursor: pointer;
}
/*==================    Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-top: 20px;
  padding-left: 91px;
  box-sizing: border-box;
}
.index-list li:before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  text-align: center;
  top: 27px;
  left: 0;
  margin-left: 0;
  width: 70px;
  height: 70px;
  color: #333333;
  background: #fbea1f;
  font-weight: 700;
  font-size: 20px;
  line-height: 67px;
  content: counter(li, decimal-leading-zero);
  position: absolute;
  counter-increment: li;
}
.index-list li:hover:before {
  cursor: pointer;
  background: #333333;
  color: #fbea1f;
}
@media (max-width: 1199px) {
  .index-list li {
    padding-left: 86px;
  }
}
@media (max-width: 479px) {
  .index-list li {
    padding: 60px 0 0 0;
    display: block;
    text-align: center;
  }
  .index-list li:first-child {
    margin-top: 50px;
  }
  .index-list li:before {
    top: -20px;
    left: 50%;
    margin-left: -35px;
  }
}
/*==================      Box      ======================*/
.box:before,
.content:before,
.box:after,
.content:after {
  content: " ";
  display: table;
}
.box:after,
.content:after {
  clear: both;
}
.box_aside,
.content_aside {
  float: left;
  margin-right: 25px;
}
@media (max-width: 979px) {
  .box_aside,
  .content_aside {
    margin-right: 40px;
  }
}
@media (max-width: 479px) {
  .box_aside,
  .content_aside {
    float: none;
    margin: 0;
    text-align: center;
  }
}
.box_cnt,
.content_cnt {
  overflow: hidden;
}
.box_cnt p,
.content_cnt p {
  color: #777;
  font: 400 14px/23px 'PT Sans Narrow', sans-serif;
  text-transform: none;
}
.box_cnt q,
.content_cnt q {
  margin-left: 7px;
}
.box_cnt cite,
.content_cnt cite {
  display: block;
  color: #333333;
  line-height: 33px;
}
.box_cnt cite em,
.content_cnt cite em {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #777;
  display: block;
  text-transform: none;
}
.box_cnt h3,
.content_cnt h3 {
  margin-top: 3px;
  margin-left: 41px;
}
@media (max-width: 979px) {
  .box_cnt,
  .content_cnt {
    overflow: visible;
  }
  .box_cnt h3,
  .content_cnt h3 {
    margin-left: 0;
  }
  .box_cnt q,
  .content_cnt q {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .box_cnt,
  .content_cnt {
    float: none;
    margin: 20px 20px 0px 30px;
    text-align: center;
  }
}
.box_cnt__no-flow,
.content_cnt__no-flow {
  overflow: hidden;
}
.box:before,
.content:before {
  content: '';
  display: table;
}
/*==================    Blockquote    ======================*/
q {
  position: relative;
  padding: 0px 35px 15px;
  display: block;
}
q:before {
  content: '“';
  font: 700 72px 'PT Sans Narrow';
  position: absolute;
  color: #333333;
  bottom: 52px;
  right: 349px;
}
@media (max-width: 1199px) {
  q:before {
    bottom: 115px;
    right: 240px;
  }
}
@media (max-width: 979px) {
  q:before {
    bottom: 140px;
    right: 162px;
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  q:before {
    bottom: 90px;
    right: 220px;
    font-size: 60px;
  }
}
@media (max-width: 979px) {
  q {
    padding: 0;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  background-image: url("../images/header_bg.jpg");
  z-index: 2;
}
header .brand {
  float: left;
}
header .need_help {
  float: right;
  display: inline-block;
  color: #fbea1f;
}
header .need_help dl * {
  display: inline-block;
}
header .need_help dt {
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
  margin-left: 15px;
  text-transform: none;
  font-weight: 400;
  margin-right: 15px;
  color: #f9f9f9;
}
header .need_help address {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 25px;
}
header .need_help address:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .need_help address:hover {
  color: #ffffff;
  cursor: pointer;
}
header .need_help a {
  line-height: 20px;
  font-size: 15px;
  margin-left: 3px;
  margin-top: 10px;
}
header .nav {
  display: inline-block;
  padding-top: 14px;
}
@media (max-width: 979px) {
  header .nav {
    padding-top: 2px;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .need_help,
  header .nav {
    float: none;
    display: inline-block;
  }
}
.stuck_container {
  position: absolute;
  top: 52px;
  left: 0px;
  right: 1px;
}
.header__ins1 {
  padding-top: 53px;
  padding-bottom: 53px;
}
.header__ins1 .stuck_container {
  position: static;
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_logo {
  overflow: hidden;
  padding-top: 10px;
  float: left;
  margin-top: -35px;
}
@media (max-width: 979px) {
  .brand_logo {
    font-size: 24px;
    padding-top: 6px;
  }
}
.brand_name {
  margin-left: 7px;
  float: right;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  color: #f9f9f9;
}
.brand_name span {
  text-transform: none;
  font-weight: 400;
}
@media (max-width: 979px) {
  .brand_name {
    font-size: 24px;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #f9f9f9;
}
.center {
  text-align: center;
}
.image {
  margin-top: 10px;
}
.p__ins2 {
  display: inline-block;
  font-weight: 700;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p__ins2:hover {
  color: #666666;
  text-decoration: none;
}
.p__ins2 a:hover {
  text-decoration: none;
}
.color-secondary > a:hover {
  color: #828282;
}
/*==================      Well     ======================*/
.well {
  padding-top: 30px;
  padding-bottom: 22px;
}
.well2 {
  padding-top: 56px;
  padding-bottom: 57px;
}
.well2__ins1 {
  padding-bottom: 55px;
}
.well2__ins2 {
  padding-bottom: 53px;
}
.well3 {
  padding-top: 64px;
  padding-bottom: 44px;
}
.well4 {
  padding-top: 51px;
  padding-bottom: 53px;
}
.well4__ins1 {
  padding-top: 55px;
}
.well4__ins2 {
  padding-top: 54px;
}
.well4__ins3 {
  padding-bottom: 42px;
}
.well4__ins4 {
  padding-bottom: 44px;
}
.well5 {
  padding-top: 57px;
  padding-bottom: 61px;
}
.well5__ins1 {
  padding-bottom: 52px;
}
.well5__ins2 {
  padding-bottom: 53px;
}
.well5__ins3 {
  padding-bottom: 55px;
}
.well5__ins4 {
  padding-bottom: 59px;
}
.well6 {
  padding-top: 55px;
  padding-bottom: 54px;
}
.well6__ins1 {
  padding-bottom: 60px;
}
.well6__offs2 {
  padding-top: 76px;
}
.well6__ins3 {
  padding-bottom: 72px;
}
.well6__ins4 {
  padding-bottom: 53px;
}
.well8 {
  padding-top: 56px;
  padding-bottom: 53px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #fbea1f;
}
/*==================     Color     ======================*/
.color-secondary_white {
  color: #f9f9f9;
}
.color-secondary_blue {
  color: #381D6D;
}
.color-secondary {
  color: #331869;
}
.color-primary {
  color: #fbea1f;
  font-size: 18px:;
}
.color-address {
  color: #C4B6DE;
}
/*==================     Icon     ======================*/
.boxcontent .icon {
  position: relative;
  font-size: 32px;
  line-height: 83px;
  color: #333333;
  background: #fbea1f;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  text-align: center;
  top: 35px;
  right: 3px;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media (max-width: 767px) {
  .boxcontent .icon {
    top: 20px;
    right: 0px;
  }
}
.boxcontent:hover .icon {
  cursor: pointer;
  background: #333333;
  color: #fbea1f;
}
/*==================    Marked List  ======================*/
.marked-list li + li {
  margin-top: 6px;
}
.marked-list li {
  position: relative;
  padding-left: 28px;
}
.marked-list li:before {
  content: '\f101';
  position: absolute;
  left: 0;
  top: 0;
  font: 400 18px 'FontAwesome';
  line-height: inherit;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.marked-list li:hover:before {
  left: 3px;
}
.marked-list li a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.marked-list li a:hover {
  color: #666666;
  text-decoration: none;
}
.marked-list .li__ins1 a:hover {
  color: #fbea1f;
}
.marked-list .li__ins1:before {
  color: #fbea1f;
}
.marked-list .li__ins2:before {
  color: #333333;
}
.marked-list .li__ins2 a {
  color: #333333;
}
.marked-list .li__ins2 a:hover {
  color: #252525;
}
.marked-list .li__ins2 a:hover:before {
  color: #252525;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 26px;
    line-height: 24px;
  }
}
@media (max-width: 979px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 979px) {
  h5 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  h2 + h3 {
    margin-top: 20px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #8E3835;
  z-index: 2;
}
footer h5 {
  color: #f9f9f9;
}
footer p {
  color: #fbea1f;
}
footer p a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer p a:hover {
  text-decoration: none;
  color: #ffffff;
}
footer .need_help__ins1 {
  display: inline-block;
  color: #f9f9f9;
}
footer .need_help__ins1 dl * {
  display: inline-block;
}
footer .need_help__ins1 dt {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  font-weight: 400;
  margin-top: 7px;
  color: #fbea1f;
  margin-right: 12px;
}
footer .need_help__ins1 address {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  margin-top: 0px;
}
footer .need_help__ins1 address:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .need_help__ins1 a {
  line-height: 20px;
  font-size: 15px;
  margin-left: 6px;
  margin-top: 7px;
}
footer .need_help__ins1 address:hover {
  color: #fbeb37;
  cursor: pointer;
}
footer dl * {
  display: inline-block;
}
footer dd > a {
  color: #fbea1f;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer dd > a:hover {
  color: #ffffff;
  cursor: pointer;
}
footer .copy > a:hover {
  color: #B6AEDE;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .brand,
  footer .need_help,
  footer .nav {
    float: none;
    display: inline-block;
  }
}

.image_holder {
    width: 275px;
    text-align: center;
    /** margin: 15% auto; **/
    position: relative;
    z-index: 0;
}
.image_info {
    width: 600px;
    display: none;
    position: relative;
    top: 10px;
    left: 300px;
    background-color: rgba(200, 200, 200, 0.5);
    z-index: 100;
}   
/* La parte magica */
.image_holder:hover .image_info {
    display: block;         
}

div#flotante {
    color: #E22F29;
    font-weight: bold;
}
div#flotante li {
    color: #35196A;
    text-align: justify;
    font-weight: normal;
}

.stroke {
text-shadow: -2px -2px 1px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000;
}
