.resetUL {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.transition {
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.textShadow {
  text-shadow: 0 0 5px #000000;
}
.zoom-img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
@font-face {
  font-family: 'Verlag-Book';
  src: url('../src/fonts/Verlag/Book/Verlag-Book.eot');
  /* IE9 Compat Modes */
  src: url('../src/fonts/Verlag/Book/Verlag-Book.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../src/fonts/Verlag/Book/Verlag-Book.woff') format('woff'), /* Super Modern Browsers */ url('../src/fonts/Verlag/Book/Verlag-Book.ttf') format('truetype'), /* Safari, Android, iOS */ url('../src/fonts/Verlag/Book/Verlag-Book.svg') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Verlag-Bold';
  src: url('../src/fonts/Verlag/Bold/Verlag-Bold.eot');
  /* IE9 Compat Modes */
  src: url('../src/fonts/Verlag/Bold/Verlag-Bold.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../src/fonts/Verlag/Bold/Verlag-Bold.woff') format('woff'), /* Super Modern Browsers */ url('../src/fonts/Verlag/Bold/Verlag-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../src/fonts/Verlag/Bold/Verlag-Bold.svg') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Verlag-Condensed';
  src: url('../src/fonts/Verlag/Condensed/VerlagCondensed-Black.eot');
  /* IE9 Compat Modes */
  src: url('../src/fonts/Verlag/Condensed/VerlagCondensed-Black.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../src/fonts/Verlag/Condensed/VerlagCondensed-Black.woff') format('woff'), /* Super Modern Browsers */ url('../src/fonts/Verlag/Condensed/VerlagCondensed-Black.ttf') format('truetype'), /* Safari, Android, iOS */ url('../src/fonts/Verlag/Condensed/VerlagCondensed-Black.svg') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Verlag-Light';
  src: url('../src/fonts/Verlag/Light/Verlag-Light.eot');
  /* IE9 Compat Modes */
  src: url('../src/fonts/Verlag/Light/Verlag-Light.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../src/fonts/Verlag/Light/Verlag-Light.woff') format('woff'), /* Super Modern Browsers */ url('../src/fonts/Verlag/Light/Verlag-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('../src/fonts/Verlag/Light/Verlag-Light.svg') format('svg');
  /* Legacy iOS */
}
html {
  margin-top: 0 !important;
}
* html body {
  margin-top: 0 !important;
}
@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
  * html body {
    margin-top: 0 !important;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
  background: #f2f2f2;
  font-size: 16px;
  font-family: 'Playfair Display', Serif;
  color: #000;
}
.title {
  border-bottom: solid 1px #000;
  margin: 0.5em 0;
  position: relative;
  padding-bottom: 0.5em;
}
.title h2 {
  margin: 0;
}
.title p small {
  color: #666666;
  font-family: Verlag-Light, serif;
}
.title p small strong {
  font-weight: normal;
  text-transform: uppercase;
}
.title > img {
  float: right;
  margin-top: -35px;
}
h1,
h2 {
  font-size: 1.5em;
  font-family: Verlag-Book, serif;
}
h1 small,
h2 small,
h1 span,
h2 span {
  font-family: Verlag-Book, serif;
}
h3,
h4,
h5 {
  font-size: 1em;
  font-family: Verlag-Book, serif;
}
br,
hr {
  border-top: solid 1px #000;
}
p {
  font-family: 'Playfair Display', Serif;
  line-height: 1.5em;
}
.panel {
  background: #fff;
  border: solid 1px #d1d1d1;
  border-radius: 0;
  box-shadow: unset;
  padding: 0;
}
.panel > img {
  width: 100%;
}
.panel > .text {
  padding: 1.5em;
}
.row > div,
.row > article {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.form .input-group {
  margin: 0.5em 0;
  border: solid 1px #18adaf;
}
.form .input-group .input-group-addon {
  background: #fff;
  border: none;
  border-right: solid 1px #18adaf;
  border-radius: 0;
  color: #18adaf;
}
.form .input-group .form-control {
  background: #fff;
  border: none;
  border-radius: 0;
  color: #18adaf;
}
.form .error {
  border-bottom: solid 2px red;
}
.btnPrimary {
  border: solid 2px #18adaf;
  color: #18adaf;
  display: inline-block;
  font-family: Verlag-Bold, serif;
  font-size: 1.1em;
  height: 52px;
  padding: 0;
  text-transform: uppercase;
}
.btnPrimary span {
  display: inline-block;
  margin: 0;
  padding: 12px 20px;
}
.btnPrimary:after {
  background: #fff url('../src/icon/punta-flecha.png') center center no-repeat;
  content: '';
  display: inline-block;
  float: right;
  height: 48px;
  margin: 0;
  padding: 0;
  width: 48px;
}
.btnPrimary:hover {
  background: #18adaf;
  color: #fff;
  text-decoration: none;
}
.btnSecondary {
  color: #18adaf;
  display: inline-block;
  font-family: Verlag-Bold, serif;
  font-size: 0.9em;
  padding: 0.5em 0;
  text-transform: uppercase;
}
.btnSecondary:after {
  content: '>';
}
.btnSecondary:hover {
  text-decoration: none;
}
header {
  background: #fff;
  text-align: center;
}
header .logo {
  display: inline-block;
}
header .logo img {
  max-width: 452px;
  width: 90%;
}
footer {
  padding: 3em 1em;
  position: relative;
}
footer .info p {
  font-family: Verlag-Book, serif;
  margin: 0;
}
footer .logoFooter {
  display: inline-block;
  max-width: 500px;
  width: 100%;
}
footer .logoFooter > div {
  text-align: center;
}
footer .logoFooter > div > div {
  padding: 0;
}
footer .logoFooter > div > div:last-child {
  padding: 0 10px;
}
footer .logoFooter > div img {
  display: inline-block;
  width: 80px;
  margin-top: 0.5em;
}
footer .logoFooter > div p {
  font-family: Verlag-Book, serif;
  margin: 0.8em 0 0.2em;
  font-size: 1.5em;
  border-bottom: solid 1px #000;
}
footer .logoFooter > div small {
  font-family: Verlag-Bold, serif;
  font-size: 16px;
  margin: 0;
}
footer .logoFooter > div small span {
  font-size: 12px;
}
footer .logo {
  text-align: right;
}
@media (max-width: 965px) {
  footer .info,
  footer .logo {
    text-align: center;
    margin: 2em 0;
  }
}
.menuPrincipal {
  border-top: solid 1px #eaeaea;
  font-size: 0;
  margin-top: 3rem;
  text-align: center;
  position: relative;
}
.menuPrincipal nav {
  display: inline-block;
  max-width: 700px;
  width: 100%;
}
.menuPrincipal nav .navbar-toggle {
  border: solid 1px #18adaf;
  color: #18adaf;
}
.menuPrincipal nav .navbar-toggle span {
  background: #18adaf;
}
.menuPrincipal nav .menu {
  text-transform: uppercase;
}
.menuPrincipal nav .menu li {
  padding: 0 1rem;
}
.menuPrincipal nav .menu li a {
  border-top: solid 8px transparent;
  color: #000;
  font-family: Verlag-Bold, serif;
  font-weight: bold !important;
  font-size: 1.7rem;
  padding: 1.5rem 0;
}
.menuPrincipal nav .menu li a:hover {
  color: #18adaf;
}
.menuPrincipal nav .menu li.active a {
  border-top: solid 8px #18adaf;
  color: #18adaf;
}
.menuPrincipal nav .menu li:hover a {
  background: #fff;
}
.menuPrincipal .phone {
  position: absolute;
  font-size: 1.8rem;
  color: #dddddd;
  top: 18px;
  right: 8%;
}
.menuPrincipal .phone:hover {
  color: #000;
  text-decoration: none;
}
@media (max-width: 1140px) {
  .menuPrincipal .phone {
    display: none;
  }
}
.menuBottom {
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999999;
  opacity: 0;
  text-align: center;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.menuBottom .container {
  text-align: center;
}
.menuBottom .container .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  text-align: center;
}
.menuBottom .container .logo a {
  display: inline-block;
  z-index: 99999;
  position: relative;
}
.menuBottom .container .navbar .navbar-toggle {
  border: solid 1px #18adaf;
  color: #18adaf;
}
.menuBottom .container .navbar .navbar-toggle span {
  background: #18adaf;
}
.menuBottom .container .navbar .menu {
  max-width: 690px;
  padding: 0;
  margin: 0 auto;
}
.menuBottom .container .navbar .menu .nav {
  margin-left: 30px;
  display: inline-block;
  font-size: 0;
}
.menuBottom .container .navbar .menu .nav li {
  float: none;
  display: inline-block;
  border-top: solid 5px #fff;
}
.menuBottom .container .navbar .menu .nav li a {
  padding: 25px 5px 10px;
  font-size: 15px;
  font-family: Verlag-Bold, serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.menuBottom .container .navbar .menu .nav li:hover a {
  background: none;
  color: #18adaf;
}
.menuBottom .container .navbar .menu .nav li.current_page_item {
  border-top: solid 5px #18adaf;
}
.menuBottom .container .navbar .menu .nav li.current_page_item a {
  color: #18adaf;
}
.menuBottom .container .navbar .menu .nav li:nth-child(4) {
  margin-left: 130px;
}
.menuBottom .container .phone {
  position: absolute;
  right: 0;
  top: 25px;
  color: #eaeaea;
}
.menuBottom .container .phone:hover {
  color: #000;
  text-decoration: none;
}
@media (max-width: 1140px) {
  .menuBottom .phone {
    display: none;
  }
}
@media (max-width: 768px) {
  .menuBottom .container .navbar .menu {
    background: #ececec;
    max-width: 100%;
  }
  .menuBottom .container .navbar .menu .nav {
    margin-left: 0;
    margin-top: 50px;
    width: 90%;
  }
  .menuBottom .container .navbar .menu .nav li {
    display: block;
    border: none;
    border-bottom: solid 1px #cecece;
  }
  .menuBottom .container .navbar .menu .nav li a {
    width: 100%;
    padding-bottom: 20px;
  }
  .menuBottom .container .navbar .menu .nav li:hover a {
    color: #18adaf;
    background: #dfdfdf;
  }
  .menuBottom .container .navbar .menu .nav li.current_page_item {
    border-top: none;
  }
  .menuBottom .container .navbar .menu .nav li.current_page_item a {
    color: #18adaf;
  }
  .menuBottom .container .navbar .menu .nav li:nth-child(4) {
    margin-left: 0;
  }
  .menuBottom .container .navbar .menu .nav li:last-child {
    border: none;
  }
  .menuBottom .phone {
    display: none;
  }
}
.bannerInt {
  height: 385px;
  width: 100%;
  max-width: 1148px;
  position: relative;
  margin: 0 auto;
}
.bannerInt .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.bannerInt .overlay h1,
.bannerInt .overlay h2 {
  display: inline-block;
  color: #fff;
  border-bottom: solid 1px #fff;
  font-size: 2.5em;
  padding: 0.5em;
  font-family: Verlag-Light, serif !important;
  font-weight: normal;
  text-shadow: 0 0 5px #000000;
}
.page {
  display: block;
}
.add a {
  display: inline-block;
}
.widget .title {
  margin: 1em 1.5em;
}
.widget .btnPrimary {
  font-size: 0.8em;
  height: 40px;
}
.widget .btnPrimary span {
  padding: 9px 14px;
}
.widget .btnPrimary:after {
  background: #fff url('../src/icon/punta-flecha.png') center center no-repeat;
  content: '';
  display: inline-block;
  float: right;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 48px;
}
.widget .btnPrimary:hover {
  background: #18adaf;
  color: #fff;
  text-decoration: none;
}
.titleSeccion {
  font-family: Verlag-Light, serif;
  margin: 2em 0;
  font-size: 1.9em;
  text-transform: uppercase;
  font-weight: lighter;
}
.titleSeccion strong {
  font-family: Verlag-Bold, serif;
  font-weight: bold;
}
.videoThumb .text {
  padding-top: 0;
}
.videoThumb img {
  width: 100%;
}
.videoThumb .btnPrimary {
  margin-top: 0.5em;
}
.formThumb .text {
  padding-top: 0;
}
.formThumb .form {
  margin-top: 2em;
  display: block;
}
.formThumb .form .input-group {
  margin-top: 1em;
}
.formThumb .form .error {
  border-bottom: solid 2px red;
}
.formThumb .statusNewsletter {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  padding: 0;
}
.formThumb .statusNewsletter .alert {
  display: block;
  margin: 0;
}
.formThumb .btnPrimary {
  display: inline-block;
  margin-top: 1.5em;
}
.redesThumb .text {
  padding-top: 0;
}
.redesThumb .redes {
  margin: 0;
  padding: 0 1em;
}
.redesThumb .redes .facebook,
.redesThumb .redes .twitter,
.redesThumb .redes .linkedin {
  font-family: Verlag-Book, serif;
  text-align: center;
  padding: 2em 0.6em;
  color: #fff;
}
.redesThumb .redes .facebook img,
.redesThumb .redes .twitter img,
.redesThumb .redes .linkedin img {
  display: inline-block;
}
.redesThumb .redes .facebook span,
.redesThumb .redes .twitter span,
.redesThumb .redes .linkedin span {
  font-size: 1em;
  display: block;
}
.redesThumb .redes .facebook span strong,
.redesThumb .redes .twitter span strong,
.redesThumb .redes .linkedin span strong {
  font-size: 0.8em;
}
.redesThumb .redes .facebook small,
.redesThumb .redes .twitter small,
.redesThumb .redes .linkedin small {
  display: block;
  margin: 0;
  font-size: 0.7em;
}
.redesThumb .redes .facebook {
  background: #38599a;
}
.redesThumb .redes .facebook:hover {
  background: #314e87;
}
.redesThumb .redes .twitter {
  background: #548fcb;
}
.redesThumb .redes .twitter:hover {
  background: #4082c5;
}
.redesThumb .redes .linkedin {
  background: #1178b6;
}
.redesThumb .redes .linkedin:hover {
  background: #0f699f;
}
.contactThumb .text {
  padding-top: 0.5em;
}
.contactThumb .text h3 {
  font-size: 1.3em;
  margin: 0;
}
.contactThumb .text .link {
  margin: 0;
  font-size: 1.3em;
  font-family: Verlag-Book, serif;
}
.contactThumb .text .link a {
  color: #000;
}
.contactThumb .text .link a:hover {
  color: #18adaf;
}
.contactThumb .text .error {
  border-bottom: solid 2px red;
}
.contactThumb .btnPrimary {
  margin-top: 2em;
}
.servicesThumb {
  margin: 1em;
}
.servicesThumb article {
  padding: 0;
  position: relative;
}
.servicesThumb article .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.servicesThumb article .img > img {
  width: 100%;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.servicesThumb article .img .overlay {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 999;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.servicesThumb article .img .overlay .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  color: #fff;
}
.servicesThumb article .img .overlay .text h3 {
  font-family: Verlag-Bold, serif;
  text-transform: uppercase;
}
.servicesThumb article .img .overlay:hover {
  opacity: 1;
}
.servicesThumb article .img .overlay:hover .text {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.servicesThumb article .img:hover > img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.top {
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 9999;
  opacity: 0;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.top a {
  text-decoration: none;
  background: #18adaf;
  color: #fff;
  display: inline-block;
  padding: 0.8em 1em;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.top a:hover {
  background: #128182;
}
.bannerSomos h1,
.bannerSomos h2 {
  margin-top: 100px;
}
.somos {
  margin: 1em 0 3em;
}
.somos .info img {
  width: 100%;
}
.somos .info .text {
  padding: 0 1em 1em;
}
.somos .info .text .title {
  font-family: Verlag-Light, serif;
  font-size: 2em;
}
.somos .info .text h3 {
  font-size: 1.3em;
  margin-bottom: 1em;
}
.somos .val img {
  width: 100%;
}
.somos .val .title {
  font-size: 1.8em;
  font-family: Verlag-Light, serif;
  text-transform: uppercase;
}
.somos .val .text {
  padding: 0 1em 0.5em 0.5em;
}
.somos .ventajas .panel {
  padding: 1em 0;
}
.somos .ventajas .panel .img {
  text-align: center;
  padding: 0.5em;
}
.somos .ventajas .panel .img img {
  display: inline-block;
  width: 100%;
  max-width: 150px;
}
.somos .ventajas .panel .img .ventaja-item {
  width: 150px;
  height: 150px;
  display: inline-block;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.somos .ventajas .panel .img .ventaja-item.ventaja-uno {
  background: url("../src/icon/icon_01.png") center center no-repeat;
}
.somos .ventajas .panel .img .ventaja-item.ventaja-uno:hover {
  background: url("../src/icon/about/icon_01.png") center center no-repeat;
}
.somos .ventajas .panel .img .ventaja-item.ventaja-dos {
  background: url("../src/icon/icon_02.png") center center no-repeat;
}
.somos .ventajas .panel .img .ventaja-item.ventaja-dos:hover {
  background: url("../src/icon/about/icon_02.png") center center no-repeat;
}
.somos .ventajas .panel .img .ventaja-item.ventaja-tres {
  background: url("../src/icon/icon_03.png") center center no-repeat;
}
.somos .ventajas .panel .img .ventaja-item.ventaja-tres:hover {
  background: url("../src/icon/about/icon_03.png") center center no-repeat;
}
.somos .ventajas .panel .img .ventaja-item.ventaja-cuatro {
  background: url("../src/icon/icon_04.png") center center no-repeat;
}
.somos .ventajas .panel .img .ventaja-item.ventaja-cuatro:hover {
  background: url("../src/icon/about/icon_04.png") center center no-repeat;
}
.somos .ventajas .panel .img .ventaja-item.ventaja-cinco {
  background: url("../src/icon/icon_05.png") center center no-repeat;
}
.somos .ventajas .panel .img .ventaja-item.ventaja-cinco:hover {
  background: url("../src/icon/about/icon_05.png") center center no-repeat;
}
.somos .ventajas .panel .img .ventaja-item.ventaja-seis {
  background: url("../src/icon/icon_06.png") center center no-repeat;
}
.somos .ventajas .panel .img .ventaja-item.ventaja-seis:hover {
  background: url("../src/icon/about/icon_06.png") center center no-repeat;
}
.somos .ventajas .panel .text {
  padding: 1em 0.5em;
}
