/*clases para extender los elementos*/
.max-width-1000px {
  max-width: 1000px;
}

.table {
  display: table;
  width: auto;
}

.centerBackground {
  background-position: center top;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.relative {
  position: relative;
}

.on-top {
  bottom: auto;
  top: 0;
}

.on-bottom {
  top: auto;
  bottom: 0;
}

.horizontal-center {
  margin: auto auto auto auto !important;
}

.no-margin, .col, h1,
h2,
h3,
h4,
h5,
h6,
span,
a, .container-fluid .row, header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a:hover
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a:focus
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a.dropdown.open
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a.dropdown.open:focus
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a.navbar-nav > li.dropdown.open, header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a.open > a, header.container-fluid > .row:nth-child(2) nav .navbar-brand {
  margin: 0 0 0 0;
}

.no-padding, .col, h1,
h2,
h3,
h4,
h5,
h6,
span,
a, .container-fluid, .container-fluid .row, header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a, header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a:hover
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a:focus
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a.dropdown.open
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a.dropdown.open:focus
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a.navbar-nav > li.dropdown.open, header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a.open > a, header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li ul.dropdown-menu, header.container-fluid > .row:nth-child(2) nav .navbar-brand {
  padding: 0 0 0 0;
}

.no-float {
  float: none;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

strong {
  font-weight: 700;
}

i, .italic {
  font-style: italic;
}

.extra-bold {
  font-weight: 800;
}

.ler-mas {
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #68b7e4;
  font-size: 14px;
}

.background-section {
  height: 330px;
  width: 100%;
  overflow: hidden;
  color: white;
}
.background-section img {
  width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.9;
  position: relative;
  overflow: hidden;
}

.no-results {
  text-align: center;
  padding: 40px 0 50px 0;
}

.response-contacto {
  width: 280px;
  height: 200px;
  border: 2px solid white;
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 30px;
  display: none;
}
.response-contacto h3 {
  line-height: 192px;
}

* {
  transition: all 0.3s ease-in-out;
}

/* -------STYLES-------*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 60px 0 0 0;
}

.menu-mobile,
.close-menu {
  display: none;
}

.container {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin: auto;
  padding: 0 0 0 0;
  max-width: 1200px;
}

/*style qie todo el header */
header.container-fluid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1010;
}
header.container-fluid .row {
  margin: 0 0 0;
}
header.container-fluid > .row:nth-child(1) {
  height: 60px;
  line-height: 60px;
  background-color: #4b4b4c;
}
header.container-fluid > .row:nth-child(1) .header-top img {
  width: auto;
  height: 28px;
}
header.container-fluid > .row:nth-child(1) .header-top span {
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: white;
}
header.container-fluid > .row:nth-child(2) {
  padding-top: 45px;
  -webkit-transition: padding-top 0.5s ease-in-out;
  -moz-transition: padding-top 0.5s ease-in-out;
  -ms-transition: padding-top 0.5s ease-in-out;
  -o-transition: padding-top 0.5s ease-in-out;
  transition: padding-top 0.5s ease-in-out;
}
header.container-fluid > .row:nth-child(2).active {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #619ccb;
}
header.container-fluid > .row:nth-child(2) nav {
  min-height: 0;
}
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav {
  width: calc(100% - 195px);
}
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li {
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: #f1f1f1;
  padding: 0 calc(5% - 37px) 0 calc(5% - 34px);
}
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li:last-of-type {
  padding-right: 0;
}
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li:first-of-type {
  padding-left: 0;
}
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  line-height: 46px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: #f1f1f1;
}
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a:hover
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a:focus
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a.dropdown.open
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a.dropdown.open:focus
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a.navbar-nav > li.dropdown.open, header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li > a.open > a {
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: #f1f1f1;
}
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav > li ul.dropdown-menu {
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: #f1f1f1;
}
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav li.dropdown.idioma {
  padding-left: 20px;
  padding-right: 20px;
  min-width: calc(10% + 6px);
  margin-left: 101px;
  background: url("../images/globito.png") left center no-repeat;
}
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav li.dropdown .dropdown-menu {
  padding-left: 20px;
  padding-right: 20px;
  background: white;
  min-width: 106px;
  padding-bottom: 10px;
}
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav li.dropdown .dropdown-menu > li {
  padding-right: 0px;
}
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav li.dropdown .dropdown-menu > li > a {
  padding: 5px 0 5px 0;
  line-height: 1;
  color: #919090;
  display: table;
}
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav li.dropdown.open {
  background: white;
}
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav li.dropdown.open a {
  color: #919090;
}
.btn-contacto,
a.btn-contacto{
  display: table;
  min-width: 113px;
  height: auto;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  color: #5e91c3;
  text-decoration: none;
  line-height: 45px;
}
header.container-fluid > .row:nth-child(2) nav ul.nav.navbar-nav a.btn-contacto {
  background: #ffffff;
  margin-left: 55px;
  color: #5e91c3;
}
header.container-fluid > .row:nth-child(2) nav .navbar-brand {
  height: auto;
  padding-right: 75px;
  padding-top: 5px;
}

/*styles que define las section del site*/
/*-----------SECTION HOME----------*/
section.section.home {
  padding-top: 125px;
  padding-bottom: 96px;
  position: relative;
  background: url("../images/background-home.jpg"), #619ccb;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
section.section.home .container:nth-child(1) {
  max-width: 735px;
  padding-bottom: 35px;
}
section.section.home .container:nth-child(1) .row {
  text-align: center;
}
section.section.home .container:nth-child(1) .row h1 {
  color: white;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 25px;
}
section.section.home .container:nth-child(1) .row h1 strong {
  font-weight: 700;
}
section.section.home .container:nth-child(1) .row span {
  color: white;
  font-weight: 300;
}
section.section.home .container:nth-child(1) .button.comenzar-tour {
  position: absolute;
  left: calc(50% - (150px / 2));
  bottom: -25px;
  z-index: 10;
  display: block;
  width: 150px;
  height: 46px;
  background: #f1872e;
  text-align: center;
  line-height: 46px;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 14px 65px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 14px 65px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 14px 65px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 14px 65px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 14px 65px rgba(0, 0, 0, 0.5);
}
section.section.home .container:nth-child(2) .row {
  overflow: hidden;
}
section.section.home .container:nth-child(2) .row .content.text {
  padding-top: 35px;
  text-align: center;
  font-style: italic;
}
section.section.home .container:nth-child(2) .row .content.text h2 {
  font-size: 35px;
  font-weight: 300;
  padding-bottom: 15px;
}
section.section.home .container:nth-child(2) .row .content.text h3 {
  font-size: 20px;
  font-weight: 300;
}
section.section.home .container:nth-child(2) .row .content.text strong {
  font-weight: 600;
  font-size:19px;
}
section.section.home .container:nth-child(2) .row .content.image img {
  display: block;
  margin: auto;
  max-width: 100%;
}
section.section.home .container:nth-child(2) .row .col {
  text-decoration: none;
  color: white;
  overflow: hidden;
  position: relative;
}
section.section.home .container:nth-child(2) .row .col:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
section.section.home .container:nth-child(2) .row .col:hover:before {
  background: rgba(255, 255, 255, 0.5);
}
section.section.home .container:nth-child(2) .row .col .background img {
  display: block;
  width: 100%;
  height: auto;
}
section.section.home .container:nth-child(3) {
  padding-top: 45px;
}
section.section.home .container:nth-child(3) .row .col img {
  display: table;
  margin: auto;
}

.elipse-bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: #3c4248;
  border-radius: 100% 100% 0 0;
}

#slider-client-home {
  margin: auto !important;
  max-width: 845px;
}
/*#slider-client-home .content-slider-home .col,*/
#slider-client-home  .col {
  width: 100%;
  float: left;
  min-height: 80px;
  position: relative;
}
#slider-client-home .col .table {
  position: relative;
  width: 100%;
  min-height: 80px;
  margin-bottom: 0;
  padding: 0 10px 0 10px; 
}
#slider-client-home .col .table .table-cell {
  display: table-cell;
  vertical-align: middle;
}
#slider-client-home .col .table .table-cell img {
  display: block;
  margin: auto;
  max-width: 100%;
}

/*------PAGINA INTERNA DEL TOUR-------*/
section.section.interna {
  padding-top: 120px;
  background: url("../images/tour/background.jpg"), #a3d4ea;
  height: 665px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 50px;
}
section.section.interna .container:nth-child(1) .row .content.text {
  max-width: 485px;
  padding-top: 40px;
  color: white;
}
section.section.interna .container:nth-child(1) .row .content.text h1 {
  font-weight: 300;
  font-style: italic;
  font-size: 50px;
}
section.section.interna .container:nth-child(1) .row .content.text h2 {
  font-weight: 300;
  font-style: italic;
  font-size: 40px;
  padding-bottom: 30px;
}
section.section.interna .container:nth-child(1) .row .content.text p {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 30px;
}
section.section.interna .container:nth-child(1) .row .content.text .text-animate-producto {
  height: 260px;
  overflow: hidden;
  position: relative;
}
section.section.interna .container:nth-child(1) .row .content.text .text-animate-producto .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
section.section.interna .container:nth-child(1) .row .content.text .text-animate-producto .item.active {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
section.section.interna .container:nth-child(1) .row .content.image .image-animate-producto {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
section.section.interna .container:nth-child(1) .row .content.image .image-animate-producto .item, section.section.interna .container:nth-child(1) .row .content.image .image-animate-producto .sub-item {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
section.section.interna .container:nth-child(1) .row .content.image .image-animate-producto .item > img, section.section.interna .container:nth-child(1) .row .content.image .image-animate-producto .sub-item > img {
  opacity: 0;
}
section.section.interna .container:nth-child(1) .row .content.image .image-animate-producto .sub-item {
  z-index: 10;
}
section.section.interna .container:nth-child(1) .row .content.image .image-animate-producto .sub-item > img {
  display: none;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
section.section.interna .container:nth-child(1) .row .content.image .image-animate-producto .item.active > img {
  opacity: 1;
}
section.section.interna .container:nth-child(1) .row .content.image .image-animate-producto .sub-item.active > img {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
section.section.interna .container:nth-child(1) .container-slider--producto .container-text {
  margin-left: calc(15% - 18px);
}

section.section.interna .container:nth-child(1) .container-slider--producto .container-images{
 /* width: 36%;*/
} 

section.section.interna .container .buttons {
  float: none;
  max-width: 440px;
  margin-left: calc(15%);
  padding-bottom: 38px;
  top: -150px;
  position: relative;
}
section.section.interna .container .buttons a.continuar-tour {
  display: block;
  width: 137px;
  height: 46px;
  background: #f1872e;
  text-align: center;
  line-height: 46px;
  text-decoration: none;
  color: white;
  border-radius: 5px;
}
section.section.interna .container .buttons a.me-interesa {
  display: block;
  width: 137px;
  height: 46px;
  background: transparent;
  text-align: center;
  line-height: 41px;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  border: 2px solid #fff;
}

section.section.interna .container .buttons a.btn-contacto{
   width: 150px;
}

section.section.caracteristicas-producto {
  background: white;
}
section.section.caracteristicas-producto .container-fluid.caracteristicas .container > .row:nth-child(1) {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px;
}
section.section.caracteristicas-producto .container-fluid.caracteristicas .container > .row:nth-child(1) h2 {
  color: #5d8dc0;
  font-size: 30px;
}
section.section.caracteristicas-producto .container-fluid.caracteristicas .container .row.navegacion {
  max-width: 1000px;
  float: none;
  margin: auto;
}
section.section.caracteristicas-producto .container-fluid.caracteristicas .container .row.navegacion > .col {
  color: #595a5b;
  font-size: 18px;
  padding-bottom: 70px;
}
section.section.caracteristicas-producto .container-fluid.caracteristicas .container .row.navegacion > .col strong {
  color: #5d8dc0;
}
section.section.caracteristicas-producto .container-fluid.caracteristicas .container .row.navegacion > .col .row .col.icon-image {
  margin-right: 20px;
}

section.section.carasteristicas-texto .container-fluid {
  padding: 70px 0 70px 0;
}
section.section.carasteristicas-texto > .container-fluid:nth-child(odd) {
  background: #f4f4f4;
}
section.section.carasteristicas-texto > .container-fluid:nth-child(even) {
  background: #fff;
}
section.section.carasteristicas-texto .container-fluid .container {
  max-width: 1280px;
}
section.section.carasteristicas-texto .container-fluid .container .row.content > .item:nth-child(1) {
  padding-right: 30px;
}
section.section.carasteristicas-texto .container-fluid .container .row.content > .item:nth-child(1) .title {
  padding-left: 30px;
}
section.section.carasteristicas-texto .container-fluid .container .row.content > .item:nth-child(1) .description {
  padding-left: 30px;
}
section.section.carasteristicas-texto .container-fluid .container .row.content > .item:nth-child(2) {
  padding-left: 30px;
}
section.section.carasteristicas-texto .container-fluid .container .row.content > .col .content.image {
  display: block;
  height: auto;
}
section.section.carasteristicas-texto .container-fluid .container .row.content > .col .content.image img {
  display: block;
  width: 100%;
  height: auto;
}
section.section.carasteristicas-texto .container-fluid .container .row.content > .col .title .icon-image {
  margin-right: 20px;
  width: 45px;
  min-height: 45px;
}
section.section.carasteristicas-texto .container-fluid .container .row.content > .col .title .icon-image img {
  display: block;
  width: 100%;
}
section.section.carasteristicas-texto .container-fluid .container .row.content > .col .title h3 {
  color: #7f7d7f;
  font-size: 22px;
  padding-bottom: 53px;
}
section.section.carasteristicas-texto .container-fluid .container .row.content > .col .title h3 strong {
  color: #5d8dc0;
}
section.section.carasteristicas-texto .container-fluid .container .row.content > .col .description > p {
  color: #7f7d7f;
  padding-left: 63px;
  line-height: 31px;
  font-size: 20px;
  padding-bottom: 45px;
}
section.section.carasteristicas-texto .container-fluid .container .row.content > .col .description strong {
  color: #7f7d7f;
}
section.section.carasteristicas-texto .container-fluid .container .row.content > .col .description.right {
  padding-right: 30px;
}

/*------SECTIOM EMPRESA----*/
.box-count {
  display: table;
  margin: auto;
  padding-left: 41px;
  padding-right: 41px;
  background: url("../images/coroa-left.png") left center no-repeat, url("../images/coroa-right.png") right center no-repeat;
  font-family: 'titillium_bdbold';
  font-size: 67px;
  text-align: center;
}

section.section.empresa .container-fluid {
  min-height: 305px;
}
section.section.empresa .container-fluid.block-01 {
  background: #5c89bd;
  background: -moz-linear-gradient(45deg, #5c89bd 0%, #89c5c4 62%, #89c5c4 74%, #89c5c4 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #5c89bd), color-stop(62%, #89c5c4), color-stop(74%, #89c5c4), color-stop(100%, #89c5c4));
  background: -webkit-linear-gradient(45deg, #5c89bd 0%, #89c5c4 62%, #89c5c4 74%, #89c5c4 100%);
  background: -o-linear-gradient(45deg, #5c89bd 0%, #89c5c4 62%, #89c5c4 74%, #89c5c4 100%);
  background: -ms-linear-gradient(45deg, #5c89bd 0%, #89c5c4 62%, #89c5c4 74%, #89c5c4 100%);
  background: linear-gradient(45deg, #5c89bd 0%, #89c5c4 62%, #89c5c4 74%, #89c5c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c89bd', endColorstr='#89c5c4', GradientType=1 );
}
section.section.empresa .container-fluid.block-01 .content.text {
  width: 550px;
  top: auto;
  bottom: 100px;
  left: calc(50% - (550px / 2));
  text-align: center;
  color: white;
}
section.section.empresa .container-fluid.block-01 .content.text h1 {
  font-weight: 300;
  font-size: 30px;
  padding-bottom: 33px;
}
section.section.empresa .container-fluid.block-01 .content.text span {
  font-size: 18px;
  font-weight: 300;
}
section.section.empresa .container-fluid.block-02  {
  color: #5d8dc0;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
/*  PRIVACIDAD  */
section.section.empresa.privacidad .container-fluid.block-02 {
  color: #5d8dc0;
  text-align: left;
  padding-top: 60px;
  padding-bottom: 60px;
}
section.section.empresa.privacidad .container-fluid.block-02 h2 {
  font-weight: 300;
  font-size: 25px;
  padding-bottom: 35px;
}
section.section.empresa.privacidad .container-fluid.block-02 p {
  font-weight: 300;
  font-size: 15px;
  line-height: 31px;
  max-width: 1015px;
  margin: auto;
}


/*  FIN  */
section.section.empresa .container-fluid.block-02 h2 {
  font-weight: 300;
  font-size: 30px;
  padding-bottom: 35px;
}
section.section.empresa .container-fluid.block-02 p {
  font-weight: 300;
  font-size: 20px;
  line-height: 31px;
  max-width: 1015px;
  margin: auto;
}
section.section.empresa .container-fluid.block-03 {
  padding-top: 60px;
  text-align: center;
  min-height: 289px;
  color: white;
}
section.section.empresa .container-fluid.block-03 .background-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.section.empresa .container-fluid.block-03 .background-section img {
  display: block;
  width: 100%;
  height: auto;
}
section.section.empresa .container-fluid.block-03 h3 {
  font-size: 16px;
  font-weight: 300;
}
section.section.empresa .container-fluid.block-03 span, section.section.empresa .container-fluid.block-03 strong {
  display: table;
  margin: auto;
  font-size: 16px;
}
section.section.empresa .container-fluid.block-04 {
  background: url("../images/empresa/bg-04.jpg") center bottom no-repeat, #dfdfdf;
  background-size: 100% auto;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  min-height: 710px;
}
section.section.empresa .container-fluid.block-04 .container .row .col a.buttom.tab {
  color: #919090;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
section.section.empresa .container-fluid.block-04 .container .row .col a.buttom.tab.active {
  color: #7abac0;
}
section.section.empresa .container-fluid.block-04 .container .row .col a.buttom.tab.active:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #7abac0;
}
section.section.empresa .container-fluid.block-04 .container .row .col .text.description {
  color: #919090;
  font-style: italic;
  font-size: 14px;
  line-height: 31px;
}
section.section.empresa .container-fluid.block-04 .container .row .col .text.description p {
  padding-bottom: 30px;
}
section.section.empresa .container-fluid.block-04 .container .row .col .text.description span {
  color: #7abac0;
}
section.section.empresa .container-fluid.block-04 .container .row:nth-child(1) {
  padding-bottom: 40px;
  min-height: 105px;
}
section.section.empresa .container-fluid.block-04 .container .row.item-tab {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  float: none;
}
section.section.empresa .container-fluid.block-04 .container .row.item-tab.active {
  display: block;
}

section.section.clientes {
  padding-bottom: 160px;
}
section.section.clientes .container-fluid.block-01 .content.text {
  width: 550px;
  top: auto;
  bottom: 100px;
  left: calc(50% - (550px / 2));
  text-align: center;
  color: white;
}
section.section.clientes .container-fluid.block-01 .content.text h1 {
  font-weight: 300;
  font-size: 30px;
  padding-bottom: 33px;
}
section.section.clientes .container-fluid.block-01 .content.text span {
  font-size: 18px;
  font-weight: 300;
}
section.section.clientes .container-fluid.block-02 {
  padding-top: 45px;
}
section.section.clientes .container-fluid.block-02 .container .tabs {
  max-width: 925px;
  float: none;
  margin: auto;
  padding-bottom: 7px;
}
section.section.clientes .container-fluid.block-02 .container .tabs .col .tab-clientes {
  display: block;
  max-width: 195px;
  min-height: 95px;
  background: #f6f6f6;
  margin: auto;
  text-align: center;
  text-decoration: none;
  color: #949494;
  padding-top: 14px;
}
section.section.clientes .container-fluid.block-02 .container .tabs .col .tab-clientes span {
  display: block;
  min-height: 38px;
  position: relative;
}
section.section.clientes .container-fluid.block-02 .container .tabs .col .tab-clientes span > img {
  position: absolute;
  display: block;
  top: 0;
  left: calc(50% - (25px / 2));
  width: 25px;
  margin: auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
section.section.clientes .container-fluid.block-02 .container .tabs .col .tab-clientes span > img:nth-child(2) {
  opacity: 0;
}
section.section.clientes .container-fluid.block-02 .container .tabs .col .tab-clientes.active, section.section.clientes .container-fluid.block-02 .container .tabs .col .tab-clientes:hover {
  background: #a6d3f3;
  color: white;
}
section.section.clientes .container-fluid.block-02 .container .tabs .col .tab-clientes.active span > img:nth-child(2), section.section.clientes .container-fluid.block-02 .container .tabs .col .tab-clientes:hover span > img:nth-child(2) {
  opacity: 1;
}
section.section.clientes .container-fluid.block-02 .container .tabs .col .tab-clientes.active span > img:nth-child(1), section.section.clientes .container-fluid.block-02 .container .tabs .col .tab-clientes:hover span > img:nth-child(1) {
  opacity: 0;
}
section.section.clientes .container-fluid.block-02 .container .logotipos {
  display: none;
  border-top: 1px solid #c2c1c1;
  padding-top: 65px;
  max-width: 1170px;
  min-height: 400px;
}
section.section.clientes .container-fluid.block-02 .container .logotipos.active {
  display: block;
}
section.section.clientes .container-fluid.block-02 .container .logotipos .col {
  width: calc(100% / 5);
  float: left;
  padding-bottom: 60px;
}
section.section.clientes .container-fluid.block-02 .container .logotipos .col img {
  display: table;
  margin: auto;
  max-width: 100%;
}
section.section.clientes .elipse-bottom {
  background: #3c4248;
}

section.section.noticia-y-prensa {
  padding-bottom: 200px;
}
section.section.noticia-y-prensa .container-fluid.block-01 .content.text {
  width: 550px;
  top: auto;
  bottom: 100px;
  left: calc(50% - (550px / 2));
  text-align: center;
  color: white;
}
section.section.noticia-y-prensa .container-fluid.block-01 .content.text h1 {
  font-weight: 300;
  font-size: 30px;
  padding-bottom: 33px;
}
section.section.noticia-y-prensa .container-fluid.block-01 .content.text span {
  font-size: 18px;
  font-weight: 300;
}
section.section.noticia-y-prensa .container-fluid.block-02 .formulario {
  margin: 30px 20px 0 20px;
  border-bottom: 1px solid #c2c1c1;
}
section.section.noticia-y-prensa .container-fluid.block-02 .formulario .form-buscar-notas {
  display: table;
  float: right;
  padding-bottom: 10px;
}
section.section.noticia-y-prensa .container-fluid.block-02 .formulario .form-buscar-notas label {
  padding-left: 30px;
}
section.section.noticia-y-prensa .container-fluid.block-02 .formulario .form-buscar-notas label select, section.section.noticia-y-prensa .container-fluid.block-02 .formulario .form-buscar-notas label input {
  color: #888787;
  font-weight: 400;
  font-size: 16px;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: url("../images/flecha_desplegable.png") right center no-repeat;
  padding-right: 15px;
}
section.section.noticia-y-prensa .container-fluid.block-02 .formulario .form-buscar-notas label input {
  width: 160px;
  height: 24px;
  border: 1px solid #b9b9b9;
  padding-left: 20px;
  background: url("../images/lupa.png") 4% center no-repeat;
}
section.section.noticia-y-prensa .container-fluid.block-02 .listado-de-notas .nota {
  text-decoration: none;
  outline: 0;
}
section.section.noticia-y-prensa .container-fluid.block-02 .listado-de-notas .nota .content {
  border: 1px solid #b9b9b9;
  margin: 15px 20px 15px 20px;
  min-height: 545px;
}
section.section.noticia-y-prensa .container-fluid.block-02 .listado-de-notas .nota .content img {
  width: 100%;
  height: auto;
}
section.section.noticia-y-prensa .container-fluid.block-02 .listado-de-notas .nota .content .text {
  padding: 20px 30px 20px 30px;
}
section.section.noticia-y-prensa .container-fluid.block-02 .listado-de-notas .nota .content .text .time {
  font-size: 14px;
  color: #bbbaba;
}
section.section.noticia-y-prensa .container-fluid.block-02 .listado-de-notas .nota .content .text h3 {
  color: #5a81c0;
  font-size: 20px;
  padding: 25px 0 20px 0;
}
section.section.noticia-y-prensa .container-fluid.block-02 .listado-de-notas .nota .content .text p {
  color: #868686;
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-bottom: 10px;
}
section.section.noticia-y-prensa #spinner {
  display: none;
}
section.section.noticia-y-prensa .cargar-mas-notas {
  position: absolute;
  display: block;
  width: 190px;
  height: 46px;
  left: calc( 50% - (190px / 2));
  bottom: 120px;
  background: #3d608a;
  text-align: center;
  line-height: 46px;
  text-decoration: none;
  color: white;
  border-radius: 5px;
}
section.section.noticia-y-prensa .elipse-bottom {
  background: #3c4248;
}

section.section.nota.noticia-y-prensa {
  padding-bottom: 0;
}
section.section.nota.noticia-y-prensa .block-02 .row h1 {
  color: #1188af;
  font-size: 60px;
  font-style: italic;
  margin: 0.67em 0;
  margin-top: 66px;
}
section.section.nota.noticia-y-prensa .block-02 .row .content.image img {
  width: 100%;
  height: auto;
}
section.section.nota.noticia-y-prensa .block-02 .row .content.text h4 {
  font-size: 14px;
  font-weight: 700;
  color: #5a5959;
  font-style: italic;
  padding: 30px 0 36px;
}
section.section.nota.noticia-y-prensa .block-02 .row .content.text p {
  color: #6f6f6f;
  font-size: 15px;
  font-weight: 400;
  margin-top: 0;
  padding-bottom: 8px;
}
section.section.nota.noticia-y-prensa .block-02 .row .info-nota {
  display: block;
  background-color: #edeff0;
  padding: 20px 16px;
  margin-left: 25px;
}
section.section.nota.noticia-y-prensa .block-02 .row .info-nota p {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #5a5959;
  margin-top: 0;
  padding-bottom: 8px;
}
section.section.nota.noticia-y-prensa .block-02 .cuerpo-nota {
  border-top: 4px solid #c3c3c3;
  border-bottom: 4px solid #c3c3c3;
  padding: 30px 0 36px;
}
section.section.nota.noticia-y-prensa .block-03 {
  background-color: #e5eced;
  padding: 42px 0px;
}
section.section.nota.noticia-y-prensa .block-03 h5 {
  margin: 0;
  padding-top: 0;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  position: relative;
  color: #007da4;
  padding: 0px 0px 15px 10px;
}
section.section.nota.noticia-y-prensa .block-03 .listado-de-notas .nota {
  text-decoration: none;
  outline: 0;
}
section.section.nota.noticia-y-prensa .block-03 .listado-de-notas .nota .content {
  border: 1px solid #b9b9b9;
  margin: 15px 10px 15px 10px;
  background: white;
}
section.section.nota.noticia-y-prensa .block-03 .listado-de-notas .nota .content img {
  width: 100%;
  height: auto;
}
section.section.nota.noticia-y-prensa .block-03 .listado-de-notas .nota .content .text {
  padding: 20px 30px 20px 30px;
}
section.section.nota.noticia-y-prensa .block-03 .listado-de-notas .nota .content .text .time {
  font-size: 14px;
  color: #bbbaba;
}
section.section.nota.noticia-y-prensa .block-03 .listado-de-notas .nota .content .text h3 {
  color: #5a81c0;
  font-size: 20px;
  padding: 25px 0 20px 0;
}
section.section.nota.noticia-y-prensa .block-03 .listado-de-notas .nota .content .text p {
  color: #868686;
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-bottom: 10px;
}

.section.contacto.container-fluid {
  position: fixed;
  width: 100%;
  height: 100%;
  border-bottom: 50px solid white;
  left: 0;
  top: -150%;
  background: url("../images/bg-contacto.jpg") no-repeat center top, white;
  background-size: 100% 100%;
  z-index: 999999;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  overflow-y: auto;
  padding-bottom: 65px;
}
.section.contacto.container-fluid.active {
  top: 0;
}
.section.contacto.container-fluid .arrow-button-contacto {
  display: table;
  position: fixed;
  bottom: -150px;
  left: calc(50% - (71px / 2));
  z-index: 999999;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -ms-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
.section.contacto.container-fluid.active .arrow-button-contacto {
  bottom: 10px;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -ms-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
.section.contacto.container-fluid > .container {
  max-width: 745px;
}
.section.contacto.container-fluid > .container .row h1 {
  font-weight: 500;
  font-size: 30px;
  font-weight: 40px;
  padding-top: 45px;
  padding-bottom: 30px;
  text-align: center;
}
.section.contacto.container-fluid > .container .row p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.section.contacto.container-fluid > .container form.form-contacto {
  max-width: 470px;
}
.section.contacto.container-fluid > .container form.form-contacto .row > span {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 25px;
}
.section.contacto.container-fluid > .container form.form-contacto label {
  padding-bottom: 13px;
}
.section.contacto.container-fluid > .container form.form-contacto label input[type=text],
.section.contacto.container-fluid > .container form.form-contacto label input[type=email],
.section.contacto.container-fluid > .container form.form-contacto label input[type=tel] {
  padding: 0;
  margin: 0;
  height: 32px;
  border: 1px solid #c2c2c2;
  font-weight: 400;
  font-size: 14px;
  text-indent: 10px;
  color: #c2c2c2;
}
.section.contacto.container-fluid > .container form.form-contacto label .nome-checkbox {
  width: calc(100% - 30px);
  padding-left: 10px;
  padding-top: 4px;
  float: left;
}
.section.contacto.container-fluid > .container form.form-contacto label .checkbox {
  position: relative;
  width: 30px;
  height: 30px;
  float: left;
}
.section.contacto.container-fluid > .container form.form-contacto label .checkbox > span {
  position: absolute;
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  border: 1px solid #c2c2c2;
  top: 0;
  left: 0;
  background: white;
}
.section.contacto.container-fluid > .container form.form-contacto label .checkbox input[type=checkbox]:checked + span {
  background: url("../images/checked.png") center center no-repeat, white;
  background-size: 25px auto;
}
.section.contacto.container-fluid > .container form.form-contacto label .checkbox input[type=checkbox] {
  margin-left: 0;
}
.section.contacto.container-fluid > .container form.form-contacto label h3 {
  font-size: 16px;
  font-weight: 300;
}
.section.contacto.container-fluid > .container form.form-contacto .button-enviar-contacto {
  display: block;
  padding: 0;
  width: 150px;
  height: 40px;
  font-size: 14px;
  background: #3e5fa9;
  border: none;
  cursor: pointer;
  margin-top: 40px !important;
}

.button-volver {
  display: block;
  padding: 0;
  width: 150px;
  height: 40px;
  font-size: 14px;
  background: #3e5fa9;
  border: none;
  cursor: pointer;
  margin-top: 40px !important;
}

footer.footer {
  background: #3c4248;
  padding-top: 55px;
}
footer.footer .container-footer {
  padding-right: 50px;
  padding-left: 50px;
}
footer.footer .container-footer .telefonos.block-01.last,
footer.footer .container-footer .telefonos.block-02 {
  margin-bottom: 70px;
}
footer.footer .container-footer .telefonos.block-01 > .col,
footer.footer .container-footer .telefonos.block-02 > .col {
  max-width: 250px;
  padding-right: 33px;
}
footer.footer .container-footer .telefonos.block-01 > .col h3,
footer.footer .container-footer .telefonos.block-02 > .col h3 {
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 15px;
  color: #d3d3d3;
}
footer.footer .container-footer .telefonos.block-01 > .col p,
footer.footer .container-footer .telefonos.block-02 > .col p {
  font-size: 14px;
  line-height: 22px;
  color: #d3d3d3;
}
footer.footer .container-footer .telefonos.block-01 > .col a,
footer.footer .container-footer .telefonos.block-02 > .col a {
  font-size: 18px;
  display: table;
  color: #d3d3d3;
  line-height: 32px;
}
footer.footer .container-footer .telefonos.block-01 > .col:nth-child(2),
footer.footer .container-footer .telefonos.block-02 > .col:nth-child(2) {
  border-left: 1px solid #d3d3d3;
  border-right: 1px  solid #d3d3d3;
  padding-left: 45px;
  max-width: 300px;
}
footer.footer .container-footer .telefonos.block-01 > .col:nth-child(3),
footer.footer .container-footer .telefonos.block-02 > .col:nth-child(3) {
  max-width: none;
  padding-right: 0px;
  padding-left: 45px;
}
footer.footer .container-footer .telefonos.block-01 > .col:nth-child(4),
footer.footer .container-footer .telefonos.block-02 > .col:nth-child(4) {
  border-left: 1px solid #d3d3d3;

  padding-left: 45px;
  max-width: 300px;
}
footer.footer .container-footer .telefonos.block-02 > .col:nth-child(3) i {
  color: #d3d3d3;
  font-size: 13px;
  display: table;
  margin-bottom: 10px;

}
footer.footer .container-footer .telefonos.block-02 > .col:nth-child(3) .social {
  padding-right: 33px;
  position: relative;
}
footer.footer .container-footer .telefonos.block-02 > .col:nth-child(3) .social:after {
  content: "";
  display: block;
  width: 1px;
  background: #d3d3d3;
  height: 138px;
  position: absolute;
  right: 0;
  top: -27px;
}
footer.footer .container-footer .telefonos.block-02 > .col:nth-child(3) .code-query {
  margin-left: 29px;
  margin-top: -27px;
}
footer.footer .container-footer .logo-sidesys-footer {
  width: 150px;
  height: auto;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .legalLogo{
    margin-top: 40px;
    margin-left: -68px;
    max-width: 141px;    
    position: absolute;
  }
}

@media only screen and (min-width: 768px) {
  .legalLogo{
    margin-top: 40px;
    margin-left: -71px;
    max-width: 136px;
    position: absolute
  }
}

@media only screen and (min-width: 992px) {
  .legalLogo{
    margin-top: 147px;
    margin-left: -107px;
    max-width: 130px;  
  }
}


@media only screen and (min-width: 1000px) {
  .legalLogo{
    margin-top: 40px;
    margin-left: -60px;
    max-width: 100px;
  }
}

@media only screen and (min-width: 1286px) {
  .legalLogo{
    margin-top: -27px;
    margin-left: 14px;
    max-width: 133px;
    position: absolute;  
  }
}
.link-legales {
  bottom: 25px;

}
.link-legales a {
  margin: 15px;
  text-decoration-color: white;

}
.link-legales a span{
  color: #d3d3d3;
  font-size: 13px;
}

.logo-fiera{
  display: block;
  min-width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  bottom: 43px;
  color:white;
  font-weight: 300;
}

.social-first-row{
  margin-bottom: 10px !important;
} 

.social-second-row{
  margin-top: 10px;
}

@media (max-width: 768px){
  .social-first-row{
    margin-bottom: 10px !important;
  } 
  
  footer.footer .container-footer .telefonos.block-02{
    margin-bottom: 40px;
  }

  .logo-fiera{
    bottom: 50px;
  }
}

.logo-fiera span,
.logo-fiera a{
  display:  inline-block;
}
.logo-fiera a:hover{
   overflow:inherit;
}

@media(max-width: 768px){
  .interna-subcontainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}