@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #171717;
  color: #777777;
  font: 400 14px/24px "Ubuntu", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

h1 {
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -1px;
}

h2 {
  font-size: 30px;
  line-height: 38px;
}

h3 {
  font-size: 20px;
  line-height: 29px;
}
h3.sedes {
	margin: 50px 0 0 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: -50px;
	padding: 10px 0;
	}
h3.sedes em {
	text-transform: none;
	font-size: 0.875em;
	display: inline;
	margin-left: 25px;
	}
h4 {
  font-size: 14px;
  line-height: 20px;
}

h4.sedes {
	color: #000;
	margin: 10px 0 0 0;
	}

h5 {
  font-size: 13.5px;
  line-height: 18px;
}

h6 {
  font-size: 13px;
  line-height: 16px;
}

p, .list {
  font-size: 12px;
  line-height: 21px;
  color: #777777;
}
p a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .list .fa {
  text-decoration: none;
}
p.sedes {
	margin: 0;
	}

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:hover {
  color: #191919;
}
a:active {
  background-color: transparent;
}

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

strong {
  font-weight: 700;
}

[class*='btn'] {
  text-transform: uppercase;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 4px;
  padding: 1px 15px 2px 15px;
  font-weight: 700;
  display: inline-block;
}
[class*='btn']:hover {
  color: #ffffff;
  box-shadow: 0 0 10px rgba(25, 25, 25, 0.5);
}
[class*='btn']:active {
  color: #cccccc;
}

em {
  display: block;
  font-weight: 300;
}

h3 em {
  font-weight: 400;
}

.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;
}

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

/*=======================================================
                       Main Layout
=========================================================*/
* + p {
  margin-top: 16px;
}

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

* + [class*='btn'] {
  margin-top: 20px;
}

* + ul {
  margin-top: 15px;
}

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

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

img + h3, img + p {
  margin-top: 22px;
}

h3 + p {
  margin-top: 8px;
}

h2 + .row {
  margin-top: 45px;
}

h2 + .index-list {
  margin-top: 18px;
}

h2 + .offset2 {
  margin-top: 22px;
}

h2 + .offset3 {
  margin-top: 46px;
}

h2 + .offset5 {
  margin-top: 14px;
}

h2 + .offset6 {
  margin-top: 16px;
}

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

.row + .offset4 {
  margin-top: 52px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.brand_name {
  overflow: hidden;
  display: inline-block;
  margin-left: 2px;
  padding-right: 10px;
}
.brand_name a:hover {
  color: inherit;
}
.brand_slogan {
  font-size: 10px;
  position: absolute;
  top: 39%;
  left: 42%;
  font-weight: 300;
  line-height: 12px;
  color: #ffffff;
}
.brand:before {
  content: url(../images/logo.png);
  display: inline-block;
  text-align: center;
  margin-top: -2px;
}
#map {
	width: 100%;
	height: 414px;
	margin-top: 50px;
	}

/*=============    Contact Inline list    ===============*/
.contact-inline-list {
  margin-top: 12px;
  color: #ffffff;
}

.contact-inline-list li {
  display: inline-block;
  text-align: center;
}

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

.contact-inline-list li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.contact-inline-list li a:before {
  font-size: 15px;
  line-height: 36px;
}

/*===============    Marked list   =================*/
.marked-list li {
  padding-left: 32px;
}
.marked-list li address {
  position: relative;
}
.marked-list li address:before {
  position: absolute;
  left: -33px;
  font-size: 20px;
  line-height: 30px;
}
.marked-list li address:hover {
  cursor: pointer;
}
.marked-list li address:hover a {
  color: inherit;
}
@media (max-width: 767px) {
  .marked-list li address:before {
    position: relative;
    left: -12px;
  }
}

.marked-list2 li {
  position: relative;
  font-size: 12px;
  line-height: 24px;
  padding-left: 24px;
}
.marked-list2 li:before {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
  font: 400 14px/24px 'FontAwesome';
  top: 0;
  left: 0;
  text-align: center;
}
.marked-list2 li + li {
  margin-top: 16px;
}
.marked-list2__bg1 li:before {
  color: #e9da09;
}
.marked-list2__bg2 li:before, .marked-list2__bg2 a:hover {
  color: #ee217c;
}
.marked-list2__bg3 li:before, .marked-list2__bg3 a:hover {
  color: #009cab;
}
.marked-list2__bg4 li:before, .marked-list2__bg4 a:hover {
  color: #92278f;
}

/*==================   Index List  ========================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
}
.index-list li:before {
  text-align: center;
  color: #434343;
  width: 70px;
  height: 70px;
  font-size: 40px;
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  color: #ffffff;
  left: -100px;
  line-height: 70px;
  top: 6px;
  content: counter(li,decimal) ".";
  counter-increment: li;
  box-sizing: border-box;
}
.index-list li:nth-child(n+1):before {
  background: #ee217c;
}
.index-list li:nth-child(n+2):before {
  background: #004F5E;
}
.index-list li:nth-child(n+3):before {
  background: #92278f;
}
@media (max-width: 979px) {
  .index-list li:before {
    left: -75px;
  }
}
@media (max-width: 767px) {
  .index-list {
    padding-top: 80px;
  }
  .index-list li {
    padding-left: 60px;
  }
  .index-list li p {
    max-width: 350px;
  }
  .index-list li:before {
    left: -25px;
    top: 6px;
  }
  .index-list li.grid_3 + li.grid_3 {
    margin-top: 85px;
  }
header .brand {
	 width: 100%;
	 }
header .right-part {
	float: none!important;
	}
header .right-part, header .contact-inline-list {
	margin-top: 0!important;
	}
}
@media (max-width: 446px) {
  .index-list li p {
    max-width: 200px;
  }
}

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

.bg-1 {
  background: #E0520A;
}

.bg-2 {
  background: #92278f;
}

.bg-3 {
  background: #3ab54b;
}

.bg-4 {
  background: #01aef0;
}

.bg-5 {
  background: #ee217c;
}

.bg-6 {
  background: #004F5E;
}

/*==================  Colors  ======================*/
.container.secondary-color h2, .container.secondary-color h3 {
  color: #191919;
}

.secondary-color {
  color: #191919;
}

.color-1:before, .color-1:hover {
  color: #E0520A;
}

.color-2:before, .color-2:hover {
  color: #92278f;
}

.color-3:before, .color-3:hover {
  color: #3ab54b;
}

.color-4:before, .color-4:hover {
  color: #01aef0;
}

.color-6:before, .color-6:hover {
  color: #009cab;
}

/*==================     Icons     ======================*/
.fa-child:before {
	content: "\f183"
	}

.fa-comment-o:before {
	content: "\f1e3"
	}
.fa-facebook {
  background-color: #4867c2;
}
.fa-facebook:hover {
  background-color: #3651a1;
  color: #FFF;
}
.fa-slideshare:before {
	content: "\f064"
	}
.fa-twitter {
  background-color: #01aef0;
}
.fa-twitter:hover {
  background-color: #0189bd;
  color: #FFF;
}

.fa-instagram {
  background-color: #ee217c;
}
.fa-instagram:hover {
  background-color: #cc1063;
  color: #FFF;
}
.fa-youtube {
  background-color: #E62117;
}
.fa-youtube:hover {
  background-color: #CE0900;
  color: #FFF;
}

/*==================    Buttons    ======================*/
.btn-1 {
  border-color: #E1530A;
  color: #E1530A;
}
.btn-1:hover {
  background: #E1530A;
  box-shadow: none;
}
.btn-1:active {
  background: #E1530A;
}

.btn-2 {
  border-color: #ee217c;
  color: #ee217c;
}
.btn-2:hover {
  background: #ee217c;
  box-shadow: none;
}
.btn-2:active {
  background: #cc1063;
}

.btn-3 {
  border-color: #004F5E;
  color: #004F5E;
}
.btn-3:hover {
  background: #004F5E;
  box-shadow: none;
}
.btn-3:active {
  background: #006d78;
}

.btn-4 {
  border-color: #92278f;
  color: #92278f;
}
.btn-4:hover {
  background: #92278f;
  box-shadow: none;
}
.btn-4:active {
  background: #6a1c68;
}
.btn-5 {
  border-color: #FFF;
  color: #FFF;
}
.btn-5:hover {
  background: #FFF;
  box-shadow: none;
  color: #000!important;
}
.btn-5:active {
  background: #FFF;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box blockquote {
  padding-left: 4px;
}
.box blockquote cite {
  font-weight: 400;
}
.box blockquote p + h3 {
  margin-top: 8px;
}
.box_aside {
  float: left;
}
.box_aside img {
  margin-top: -22px;
  margin-left: -2px;
  border-radius: 50%;
}
.box_aside[class*='fa-'] {
  text-align: center;
  width: 119px;
  height: 119px;
  margin-top: 8px;
  border-radius: 50%;
}
.box_aside:before {
  font-size: 50px;
  line-height: 114px;
  color: #ffffff;
}
.box_aside.fa-gift:before {
  color: #FFF;
  content: "\f091"
}
.box_aside.cite {
  padding-left: 2px;
  padding-top: 30px;
}
.box_cnt__no-flow {
  overflow: hidden;
  padding-left: 25px;
  color: #ffffff;
}
.box_cnt__no-flow a:hover {
	color: #E1530A;
	}
.box_cnt__no-flow p {
  padding-left: 2px;
}
.contacto h3 {
	text-transform: none;
	font-size: 1.25em;
	padding-top: 30px
	}
.contacto .box_aside[class*='fa-'] {
	height: 70px;
	width: 70px;
	}
.contacto .box_aside:before {
	font-size: 40px;
	line-height: 70px;
	}
.contacto .fa-child:before {
	content: "\f095";
	}
.contacto .fa-medkit:before {
	content: "\f10b";
	}
.contacto .fa-thumbs-o-up:before {
	content: "\f003";
	}
.contacto .row {
	padding-bottom: 50px!important;
	}
.fa-phone.color-3:before {
	content: "\f10b";
	}
@media (max-width: 979px) {
  .box {
    text-align: center;
  }
  .box_aside {
    margin-left: 40px;
  }
  .box_aside, .box_cnt__no-flow {
    float: none;
  }
  .box_cnt__no-flow {
    margin-top: 20px;
    overflow: visible;
  }
  .box_aside[class*='fa-'] {
    margin: 0 auto 0 75px;
  }
}
@media (max-width: 767px) {
  .box {
    margin-top: 40px;
  }
  .box + .box {
    margin-top: 65px;
  }
  .box_aside[class*='fa-'] {
    margin: 0 auto 0 165px;
  }
}
@media (max-width: 479px) {
  .box_aside[class*='fa-'] {
    margin: 0 auto 0 90px;
  }
}
.box.grid_12 {
  padding-left: 32px;
}
@media (max-width: 1260px) {
  .box.grid_12 {
    padding-left: 0;
  }
}
.box__mod1 {
  padding-left: 6px;
}

/*==================      Box      ======================*/
.colorful-box {
  text-align: center;
  float: left;
  width: 25%;
  padding-top: 76px;
  padding-bottom: 76px;
  position: relative;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.colorful-box:hover {
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  padding-top: 67px;
  padding-bottom: 85px;
}
.colorful-box:hover .text-inf {
  -moz-transition: 2s;
  -o-transition: 2s;
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 1;
  visibility: visible;
}
.colorful-box p {
  color: #ffffff;
}
.colorful-box .text-inf {
  position: absolute;
  padding-top: 4px;
  left: 0;
  right: 0;
  opacity: 0;
}
.colorful-box.secondary-color h2, .colorful-box.secondary-color p, .colorful-box.secondary-color a {
  color: #FFF;
}
.colorful-box.secondary-color h2 a:hover {
  color: #191919;
}
.colorful-box.secondary-color a {
  border-color: #FFF;
}
@media (max-width: 850px) {
  .colorful-box {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .colorful-box {
    width: 100%;
  }
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 27px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  font-weight: 700;
  text-transform: uppercase;
  color: #777;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #E1530A;
}
.sf-menu > li.active > a {
  color: #E1530A;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 43px;
  width: 197px;
  margin-top: 10px;
  margin-left: -20px;
  padding: 18px 10px 18px 20px;
  background: #92278f;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  color: #ffffff;
  font-size: 12px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fff301;
}

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 197px;
  width: 90px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  z-index: 4;
  background: #191919;
}

.sf-menu ul ul > li > a {
  color: #ffffff;
  font-size: 12px;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #fff301;
}

.sf-menu li ul .sf-with-ul {
  position: relative;
}
.sf-menu li ul .sf-with-ul:before {
  position: absolute;
  left: 90%;
  top: 30%;
  color: #fff301;
  content: "";
  font: 400 15px/12px "FontAwesome";
}

@media (max-width: 1200px) {
  .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: #777777;
  background: #F0F0F0;
  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: #ffffff;
  color: #000;
}
.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: #F0F0F0;
  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: 1049;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #777;
  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: #777;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

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

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  padding-top: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #D0D0D0;
}

.isStuck {
  background: #FFF;
  z-index: 999;
  border-bottom: 1px solid #D0D0D0;
  padding-top: 6px;
  padding-bottom: 1px;
}
.isStuck .sf-menu ul {
  top: 39px;
}
.isStuck .sf-menu ul ul {
  top: 0;
}

@media only screen and (max-width: 1200px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 44px;
  height: 44px;
  font-size: 34px;
  line-height: 40px;
  color: #FFF;
  background: #E0520A;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  border-radius: 50%;
}
.toTop:hover {
  color: #FFF;
  background: #CC5312;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb.__thumb25 {
  width: 25%;
  float: left;
}
+ .thumb.__thumb25.__thumb25 {
  margin-left: -4px;
}
.thumb.big-image {
  width: 25.0%;
  display: inline-block;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: 'ZOOM';
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  margin-left: -38px;
  border: 2px solid #fff;
  border-radius: 4px;
  font: 700 14px/28px 'Ubuntu', sans-serif;
  width: 46px;
  padding: 0px 10px;
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
  -moz-transition: 2s;
  -o-transition: 2s;
  -webkit-transition: 2s;
  transition: 2s;
}
.grid_3 .thumb_overlay:before {
	content: 'VER MAPA';
	width: 100px;
	margin-left: -60px;
	}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .thumb.__thumb25 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .thumb.__thumb25 {
    width: 100%;
    margin-left: 0;
  }
}

.thumb-block {
  display: inline-block;
  width: 12.519999999999%;
}
.thumb-block + .thumb-block, .thumb-block + .big-image {
  margin-left: -4px;
}
.thumb-block + .thumb-block + .thumb-block, .thumb-block + .big-image + .thumb-block {
  margin-left: -4px;
}

@media (min-width: 2415px) {
  .thumb-block {
    width: 12.5%;
    margin-left: -4px;
  }
  .thumb-block + .thumb-block {
    margin-left: -8px;
  }
}
@media (max-width: 979px) {
  .thumb-block {
    width: 25.00888888%;
  }

  .thumb.big-image {
    width: 50%;
  }

  .thumb-block + .thumb-block {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .thumb.big-image {
    width: 100%;
    margin-left: 0;
  }
  .thumb.big-image + .thumb-block {
    margin-left: 0px;
  }

  .thumb-block {
    display: block;
    width: 100%;
  }
  .thumb-block .thumb {
    width: 50.0599%;
    display: inline-block;
  }
  .thumb-block .thumb + .thumb {
    margin-left: -4px;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax p {
	color: #FFF;
	}
.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 {
  background: #FFF url("../images/header.png") top center;
}
header .brand {
  float: left;
  margin-top: 10px;
}
header .right-part, header .contact-inline-list {
  float: right;
  margin-top: 13px;
}
header nav {
  display: inline-block;
  padding-top: 18px;
}
header nav + .contact-inline-list {
  margin-left: 138px;
}
@media (max-width: 979px) {
  header {
    text-align: center;
  }
  header .brand, header .right-part {

  }
}
@media (max-width: 767px) {
  header nav + .contact-inline-list {
    float: none;
    display: block;
    margin-left: 0;
  }
  header .right-part {
    padding-top: 0px;
    padding-bottom: 15px;
  }
}

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

.terms-list dt {
  font-size: 20px;
  line-height: 29px;
  color: #191919;
  text-transform: uppercase;
  padding-left: 3px;
}
.terms-list dd {
  font-size: 12px;
  line-height: 21px;
  color: #777777;
  padding-left: 1px;
}
.terms-list dt + dd {
  margin-top: 8px;
}
.terms-list dd + dt {
  margin-top: 15px;
}
.terms-list a:hover {
  color: #009cab;
}

@media (max-width: 767px) {
  .w100 {
    width: 100%;
  }
  h3.sedes em {
	display: block;
	margin-left: 0;
	}
}

/*==================      Well     ======================*/
.well1 {
  padding-top: 72px;
  padding-bottom: 84px;
}

.well1__inset1 {
  padding-bottom: 75px;
}

.well2 {
  padding-top: 42px;
  padding-bottom: 50px;
}

.well2__inset1 {
  padding-bottom: 53px;
}

.well2__inset2 {
  padding-bottom: 61px;
}

.well2__inset3 {
  padding-top: 22px;
}

.well3 {
  padding-top: 54px;
  padding-bottom: 20px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  font-size: 12px;
  color: #777777;
}
footer .separator {
  height: 1px;
  width: 100%;
  background: #313131;
}
footer h4 {
  color: #ffffff;
}
footer ul {
  line-height: 28px;
}
footer .fb-page {
  margin-top: 5px;
}
footer .separator {
  margin-top: 34px;
  margin-bottom: 15px;
}
@media (max-width: 1120px) {
  footer .fb-page {
    max-width: 100px;
  }
}
@media (max-width: 912px) {
  footer .fb-page {
    margin-left: -60px;
  }
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .fb-page {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
  }
}
