@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Cabin:400,700|Roboto:400,300|Open+Sans:300,400,600);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: url(../images/background.png) top center no-repeat;
  background-size: 100%;
  background-color: #1e1e20;
  color: #7c7c7c;
  font: 400 14px/21px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}

h2, h3, h5 {
  text-transform: uppercase;
}

h1 {
  font: 700 50px/50px 'Cabin', sans-serif;
}

h2 {
  font-size: 48px;
  line-height: 5px;
  font-weight: 600;
  color: #464646;
  text-transform: uppercase;
}

h3 {
  font-size: 46px;
  line-height: 52px;
  font-weight: 300;
  color: #404040;
}

h4 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  color: #fff;
}

h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #4d4d4d;
}

h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #3d3d3d;
}

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: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: #F60;
}

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

strong {
  font-weight: 700;
}

hr {
  border: none;
  height: 6px;
  background: #d5d5d5;
  margin-bottom: 0;
}

.fa {
  line-height: inherit;
}

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

dl > * {
  display: inline-block;
}
dl a {
  color: #fd007d;
}
dl a:hover {
  text-decoration: underline;
}

blockquote p a {
  font-size: 14px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.page {
	overflow: hidden;
	min-height: 300px;
	max-width: 1288px;
	margin: 0 auto;
	margin-top: 5px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
@media (max-width: 767px) {
  .page {
    margin-top: 0;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 34px;
    line-height: 35px;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .brand {
  margin-top: 31px;
}
* + hr {
  margin-top: 21px;
}
* + h6 {
  margin-top: 54px;
}
* + .gallery {
  margin-top: 52px;
}
* + .map {
  margin-top: 39px;
}
* + .btn-2 {
  margin-top: 20px;
}

h2 + * {
  margin-top: 60px;
}
h2 + p {
  margin-top: 6px;
}
h2 + p + * {
  margin-top: 51px;
}
h2 + .contact-form {
  margin-top: 46px;
}
h2 + .resp-tabs {
  margin-top: 56px !important;
}
h2 + .btn {
  margin-top: 0;
}
h2 + ul {
  margin-top: 20px;
}
h2 + .terms-list {
  margin-top: 54px;
}

h3 + hr {
  margin-top: 41px;
}

h4 + p {
  margin-top: 23px;
}
h4 + span {
  margin-top: 27px;
}

h5 + p {
  margin-top: 25px;
}

h6 + p {
  margin-top: 6px;
}

p + p {
  margin-top: 18px;
}
p + .btn {
  margin-top: 27px;
}
p + .btn-1 {
  margin-top: 34px;
}
p + h5 {
  margin-top: 42px;
}
p + dl {
  margin-top: 20px;
}
p + span {
  margin-top: 22px;
}

hr + h2 {
  margin-top: 37px;
}
hr + .row {
  margin-top: 54px;
}

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

blockquote h5 + p {
  margin-top: 14px;
}

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

.box * + .box_cnt {
  margin-top: 29px;
}
.box h5 + p {
  margin-top: 20px;
}

.post + .post {
  margin-top: 32px;
}
.post * + .post_cnt__no-flow {
  margin-top: 30px;
}
.post > img + time + .post_cnt__no-flow {
  margin-top: 37px;
}
@media (max-width: 479px) {
  .post > img + time + .post_cnt__no-flow {
    margin-top: 15px;
  }
}

.terms-list dt + dd {
  margin-top: 21px;
}
.terms-list dd + dt {
  margin-top: 58px;
}
.terms-list + hr {
  margin-top: 50px;
}

* + .offset {
  margin-top: 26px;
}

* + .offset-1 {
  margin-top: 18px;
}

* + .offset-2, .row + .offset-2 {
  margin-top: 62px;
}

* + .offset-3 {
  margin-top: 50px;
}

* + .offset-4, .row + .offset-4 {
  margin-top: 20px;
}

* + .offset-5 {
  margin-top: 51px;
}

@media (max-width: 479px) {
  * + h6 {
    margin-top: 20px;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
  color: #363636;
  font-size: 100px;
  line-height: 100px;
}
.brand_slogan {
  font: 400 14px 'Open Sans', sans-serif;
  color: #969696;
  letter-spacing: 1px;
  margin-top: -8px;
}
@media (max-width: 479px) {
  .brand_name {
    font-size: 65px;
    line-height: 90px;
  }
}

/*==================     Gallery     ======================*/
.gallery:before, .gallery:after {
  display: table;
  content: "";
  line-height: 0;
}
.gallery:after {
  clear: both;
}

@media (min-width: 480px) and (max-width: 767px) {
  .mod {
    text-align: center;
  }
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #4d4d4d;
}

.bg-white {
  background: #f5f5f5;
}

/*==================    Buttons    ======================*/
.btn,
.btn-1,
.btn-2,
.btn-3 {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.btn:hover,
.btn-1:hover,
.btn-2:hover,
.btn-3:hover {
  background: #FFC926;
  color:#000;
}
.btn:active,
.btn-1:active,
.btn-2:active,
.btn-3:active {
  background: #006b66;
}

.btn-1,
.btn-2 {
  padding: 11px 25px 17px;
}

.btn {
  font-size: 20px;
  line-height: 20px;
  padding: 12px 23px 17px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #CD1338;
  color: #fff;
}

.btn-1 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #dadada;
}

.btn-2 {
  font-size: 30px;
  line-height: 30px;
}
.btn-2:hover, .btn-2:active {
  color: #fff;
}

.btn-3 {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dadada;
  padding: 8px 29px 9px;
}

/*==================      Box      ======================*/
.box {
  background: #fff;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.03);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.03);
}
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box:nth-child(1n) {
  border-top: 0px solid #fd007d;
}
.box:nth-child(1n) .btn-1:hover {
  color: #fff;
  background: #fd007d;
  border-color: #fd007d;
}
.box:nth-child(1n) .btn-1:active {
  background: #009e96;
  border-color: #009e96;
}
.box:nth-child(2n) {
  border-top: 0px solid #ff6e02;
}
.box:nth-child(2n) .btn-1:hover {
  color: #fff;
  background: #ff6e02;
  border-color: #ff6e02;
}
.box:nth-child(2n) .btn-1:active {
  background: #009e96;
  border-color: #009e96;
}
.box:nth-child(3n) {
  border-top: 0px solid #ffbf25;
}
.box:nth-child(3n) .btn-1:hover {
  color: #fff;
  background: #ffbf25;
  border-color: #ffbf25;
}
.box:nth-child(3n) .btn-1:active {
  background: #009e96;
  border-color: #009e96;
}
.box:nth-child(4n) {
  border-top: 6px solid #e75bcf;
}
.box:nth-child(4n) .btn-1:hover {
  color: #fff;
  background: #e75bcf;
  border-color: #e75bcf;
}
.box:nth-child(4n) .btn-1:active {
  background: #009e96;
  border-color: #009e96;
}
.box p {
  font: 400 14px/22px 'Open Sans', sans-serif;
  color: #9f9f9f;
}
.box_aside {
  float: left;
}
.box_cnt {
  padding-left: 14%;
  padding-right: 14%;
  padding-bottom: 13%;
}
@media (max-width: 979px) {
  .box_cnt h5 {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .box_cnt h5 {
    font-size: 22px;
    line-height: 22px;
  }
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 767px) {
  .box img {
    width: 100%;
  }
}

.box-1 {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  overflow: hidden;
}
.box-1:before, .box-1:after {
  display: table;
  content: "";
  line-height: 0;
}
.box-1:after {
  clear: both;
}
.box-1_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.box-1_bg > img {
  height: 100%;
  max-width: none;
}
.box-1_cnt {
  position: relative;
  width: 301px;
  float: right;
  min-height: 234px;
  background: rgba(253, 0, 125, 0.75);
  padding-top: 6.6%;
  padding-left: 5.1%;
  padding-bottom: 1%;
  padding-right: 2%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-1_cnt span {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
.box-1_cnt p {
  opacity: .92;
}
@media (max-width: 479px) {
  .box-1_cnt {
    width: 250px;
  }
}
@media (max-width: 979px) {
  .box-1_bg {
    position: static;
  }
  .box-1_cnt {
    width: 100%;
    min-height: auto;
    text-align: center;
    padding: 3% 3%;
  }
}

.post {
  padding: 2.7%;
  border: 1px solid #e0e0e0;
}
.post:before, .post:after {
  display: table;
  content: "";
  line-height: 0;
}
.post:after {
  clear: both;
}
.post_cnt__no-flow {
  overflow: hidden;
}
.post_cnt__no-flow h5 {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.post_cnt__no-flow h5 + p {
  margin-top: 20px;
}
.post_cnt__no-flow p {
  line-height: 21px;
  color: #7c7c7c;
  text-align:justify;
}
.post_cnt__no-flow a:hover > * {
  color: #fd007d;
}
.post_aside-l, .post_aside-r {
  overflow: hidden;
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  color: #fff;
  width: 126px;
  height: 148px;
  background: #686868;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_aside-l span, .post_aside-r span {
  font-size: 60px;
  line-height: 57px;
  display: block;
}
.post_aside-l > span, .post_aside-r > span {
  margin-top: 28px;
}
.post_aside-l {
  margin-right: 26px;
  float: left;
}
.post_aside-r {
  float: right;
  margin-left: 26px;
}
.post:hover time.post_aside-l,
.post:hover time.post_aside-r {
  background: #000;
}
@media (max-width: 1199px) {
  .post * + .post_cnt__no-flow {
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  .post {
    text-align: center;
  }
  .post_aside-l, .post_aside-r {
    float: none;
    margin: 0;
    width: 100%;
  }
  .post img {
    width: auto;
  }
  .post_cnt__no-flow {
    text-align: center;
  }
  .post * + .post_cnt__no-flow {
    margin-top: 15px;
  }
  .post time.post_aside-l,
  .post time.post_aside-r {
    padding: 5px 0;
    height: 26px;
    font-size: 22px;
    line-height: 25px;
  }
  .post time.post_aside-l > span,
  .post time.post_aside-r > span {
    font-size: 22px;
    line-height: 25px;
    margin-top: 0;
    display: inline-block;
    margin-right: 5px;
  }
}

.verta-box {
  display: table;
}
.verta-box, .verta-box_wr, .verta-box_cnt {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.verta-box_wr {
  display: table-row;
}
.verta-box_cnt {
  display: table-cell;
}
@media (max-width: 767px) {
  .verta-box {
    text-align: center;
  }
  .verta-box, .verta-box_wr, .verta-box_cnt {
    display: inline-block;
    width: auto;
  }
  .verta-box_cnt + .verta-box_cnt {
    margin-top: 20px;
  }
  .verta-box_cnt address {
    text-align: left;
  }
}

/*==================  Inline List  ======================*/
.inline-list {
  font-size: 30px;
  line-height: 32px;
}
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 15px;
}

.marked-list li {
  position: relative;
  padding-left: 20px;
  font: 400 18px/18px 'Open Sans', sans-serif;
  color: #4b4b4b;
}
.marked-list li + li {
  margin-top: 22px;
}
.marked-list li:before {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'FontAwesome';
  content: '\f105';
  position: absolute;
  top: 0;
  left: 0;
  color: #fd007d;
  font-size: 23px;
}
.marked-list li:hover {
  color: #fd007d;
}
.marked-list li:hover a {
  text-decoration: none;
}
.marked-list li:hover:before {
  left: 5px;
}
.marked-list li:active {
  color: #ffefa7;
}

.terms-list dt {
  text-transform: uppercase;
  font: 300 22px/30px 'Open Sans', sans-serif;
  color: #4d4d4d;
}
.terms-list dd > a {
  display: inline-block;
  color: #fd007d;
}
.terms-list dd > a:hover {
  text-decoration: underline;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  /*padding-bottom: 5px 5px;*/
  /*background-color:#099;*/
  width:1200px;
  text-align:center;
  margin-top:15px; /*altura menu*/
}
.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: 30px; /*espacio entre botones*/
}
@media (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 85px;
  }
}
@media (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 50px;
  }
}
.sf-menu a {
  display: inline-block;
  padding:15px 10px;
}

.sf-menu > li {
  position: relative;
}
.sf-menu > li > a {
  font: 400 16px/16px 'Roboto', sans-serif;
  color: #000;
  text-transform: uppercase;
  /*border:1px solid #c60;
  border-radius:3px;
  background-color: #000;*/
}
.sf-menu > li:after {
  content: '';
  height: 0px; /*linea*/
  background: #888888;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  width: 80%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .sf-menu > li:after {
    width: 145%;
  }
}
@media (max-width: 979px) {
  .sf-menu > li:after {
    width: 100%;
  }
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #FC0;
  background-color:#000;
   /*sobre boton*/
  text-align:center;
  padding:15px 10px;
}
.sf-menu > li.active > a {/* boton activo*/
  color:#fff;
  background: #F60; 
}
.sf-menu > li.active > a:after {
  background: #fd007d;
}
.sf-menu > li li {
  padding: 5px 0;
}
.sf-menu > li li:first-child {
  padding-top: 15px;
}
.sf-menu > li li:last-child {
  border-bottom: none;
  padding-bottom: 11px;
}
@media (max-width: 1199px) {
  .sf-menu > li > a {
    font-size: 16px;
    line-height: 16px;
  }
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 17px;
  width: 131px;
  background: #363636;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li {
  text-align: center;
  border-bottom: 1px dashed #fff;
}
.sf-menu ul > li > a {
  color: #fff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fd007d;
  
}

.sf-menu ul ul {
  position: absolute;
  top: 62%;
  left: 100%;
  width: 107px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  background: #fd007d;
}

.sf-menu ul ul > li {
  padding-left: 20px;
  text-align: left;
  background: #fd007d;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #ffefa7;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #4d4d4d;
  color: #FFF;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

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

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

.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  background-image:url(../images/bgmenu1.png);
  z-index: 999;
  border-bottom: 1px solid #333333;
  max-width: 1288px;
  height:204px;
  border-top:-15px;
}
.isStuck .brand {
  display: none;
}
.isStuck .nav:first-child {
  margin-top: 0;
}
.isStuck .nav .sf-menu {
  padding-bottom: 0;
  margin: 7px 0;
}
.isStuck .nav .sf-menu li:after {
  display: none;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 37px;
  color: #fff;
  background: #5d5d5d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #fd007d;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: inline-block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 20%;
}
@media (max-width: 1199px) {
  .thumb {
    width: 25%;
  }
}
@media (max-width: 979px) {
  .thumb {
    width: 33.333333333333%;
  }
}
@media (max-width: 767px) {
  .thumb {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .thumb {
    width: 100%;
  }
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay .thumb_cnt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font: 300 32px "Open Sans", sans-serif;
  line-height: 32px;
}
.thumb_overlay .thumb_cnt *[class*="fa-"] {
  display: block;
  background: #fff;
  color: #fd007d;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 22px;
  line-height: 50px;
  margin: 0 auto;
}
* + .thumb_overlay .thumb_cnt *[class*="fa-"] {
  margin-top: 10px;
}
.lt-ie9 .thumb_overlay .thumb_cnt {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(243, 10, 125, 0.75);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFF30A7D', endColorstr='#BFF30A7D')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFF30A7D', endColorstr='#BFF30A7D');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*=================       Tabs     ======================*/
.resp-tabs-list {
  font: 300 22px/30px 'Open Sans', sans-serif;
  color: #4d4d4d;
  position: relative;
  padding-top: 50px;
}
.resp-tabs-list:before {
  content: '';
  background: #d5d5d5;
  height: 1px;
  width: 1000px;
  position: absolute;
  left: 30px;
  top: 19px;
}
.resp-tabs-list li {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.resp-tabs-list li + li {
  margin-left: 12.3%;
}
.resp-tabs-list li.resp-tab-active:before {
  background: #ff6e02;
}
.resp-tabs-list li:before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  left: 50%;
  bottom: 47px;
  margin-left: -14px;
  background: #d5d5d5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.resp-tabs-list li:hover:before {
  background: #ff6e02;
}
@media (max-width: 1199px) {
  .resp-tabs-list:before {
    width: 860px;
  }
}
@media (max-width: 979px) {
  .resp-tabs-list:before {
    width: 675px;
  }
  .resp-tabs-list li + li {
    margin-left: 80px;
  }
}
.resp-tabs-list + * {
  margin-top: 15px;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px 0;
}
.resp-tab-content + * {
  margin-top: 5px;
}
.resp-tab-content h5 + * {
  margin-top: 20px;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 17px;
    border: 1px solid #d5d5d5;
    padding: 8px 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .resp-accordion.resp-tab-active {
    background: #ff6e02;
    color: #fff;
  }
  .resp-accordion:hover {
    background: #ff6e02;
    color: #fff;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*==================  RD Parallax    ======================*/
.parallax4 h2 {
  display: inline-block;
}

.parallax {
  position: relative;
  overflow: hidden;
}
.parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6, .parallax p {
  color: #fff;
}
.parallax p {
  font: 400 24px/36px 'Open Sans', sans-serif;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  text-align: center;
  /*background: #fff;*/
  background-image: url(../images/bgmenu.png);
  height:220px; /*altura cabecera*/
  
}
header .nav {
  text-align: left;
}
header .nav:first-child {
  margin-top: 0px;
}
@media (max-width: 767px) {
  header .nav:first-child {
    display: none;
  }
}
@media (max-width: 1199px) {
  header .nav {
    text-align: center;
  }
  header .nav > * {
    text-align: left;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}
header:before {
  content: '';
  display: block;
  height: 10px;
  /*background: linear-gradient(to right, #fd007d 0%, #fd007d 19.9%, #fff3af 19.9%, #fff3af 20%, #ff6e02 20%, #ff6e02 39.9%, #fff3af 39.9%, #fff3af 40%, #ffbf25 40%, #ffbf25 59.9%, #fff3af 59.9%, #fff3af 60%, #e75bcf 60%, #e75bcf 79.9%, #fff3af 79.9%, #fff3af 80%, #009e96 80%, #009e96 100%);*/
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}
@media (max-width: 479px) {
  main h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
main h2 + p {
  font: 400 19px/28px 'Open Sans', sans-serif;
  color: #919090;
}
main h2 + .btn {
  float: right;
}
@media (max-width: 767px) {
  main h2 + .btn {
    float: none;
    margin-top: 20px;
  }
}
main h3 + hr + h6 + p,
main h3 + hr + h6 + p + p {
  font: 400 18px/26px 'Open Sans', sans-serif;
  color: #acacac;
}
main hr + .row > div > address {
  font-family: 'Open Sans', sans-serif;
  font-size: 46px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 300;
  color: #404040;
}
@media (max-width: 767px) {
  main hr + .row > div > address {
    font-size: 30px;
    line-height: 30px;
  }
}
main hr + .row > div > dl {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
main hr + .row > div > dl * {
  color: #acacac;
}
main hr + .row > div > dl dt {
  min-width: 100px;
}
main hr + .row > div > dl + p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #acacac;
}
main hr + .row > div > dl + p > a {
  color: #fd007d;
}
main hr + .row > div > dl + dl {
  margin-top: 5px;
}
main hr + .row > div > dl + p {
  margin-top: 5px;
}

/*==================      Well     ======================*/
.welln {
  padding-top: 30px;
  padding-bottom: 31px;
}

.well {
  padding-top: 0px; /*altura foto principal*/
}
.well__ins {
  padding-top: 56px;
  padding-bottom: 40px;
}

.well-1 {
  padding-top: 87px;
  padding-bottom: 86px;
}

.well-2 {
  padding-top: 50px;
}
.well-2__ins {
  padding-top: 50px;
  padding-bottom: 54px;
}
.well-2__ins-1 {
  padding-top: 50px;
  padding-bottom: 57px;
}

.well-3 {
  padding-top: 38px;
  padding-bottom: 36px;
}
.well-3__ins {
  padding-top: 30px;
  padding-bottom: 54px;
}

.well-4 {
  padding-top: 65px;
  padding-bottom: 51px;
}
.well-4__ins {
  padding-top: 65px;
  padding-bottom: 64px;
}

.well-5 {
  padding-top: 111px;
  padding-bottom: 112px;
}

.well-6 {
  padding-top: 12px;
  padding-bottom: 55px;
}
.well-6__ins {
  padding-top: 12px;
  padding-bottom: 0;
}

.well-7 {
  padding-top: 42px;
  padding-bottom: 36px;
}

.well-8 {
  padding-top: 47px;
  padding-bottom: 12px;
}
.well-8__ins {
  padding-top: 47px;
  padding-bottom: 0;
}
.well-8__ins-1 {
  padding-top: 47px;
  padding-bottom: 53px;
  background-color:#CCC;
}

.inset {
  padding: 0 10%;
}
.inset__bot {
  padding-bottom: 30px;
  background-color:#FFF;
}

.inset-1 {
  padding-bottom: 56px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 42px;
  background: #fff;
  font: 400 16px/22px 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #4b4b4b;
}
footer .cpr {
  position: relative;
}
footer .cpr:after {
  content: '';
  width: 1px;
  height: 31px;
  position: absolute;
  top: -3px;
  right: -19px;
  background: #c8c8c8;
}
footer .cpr + * {
  margin-left: 30px;
}
footer a:hover {
  color: #fd007d;
}
footer .inline-list {
  float: right;
}
footer address {
  position: relative;
  padding-left: 59px;
}
footer address:before {
  content: '';
  background: url(../images/address.jpg);
  width: 42px;
  height: 42px;
  position: absolute;
  left: 0;
  top: 0;
}
