@font-face {
  font-family: 'FireSans';
  src: url('../font/FiraSans-ExtraBold/FiraSans-ExtraBold.eot');
  src: local('☺'), url('../font/FiraSans-ExtraBold/FiraSans-ExtraBold.woff') format('woff'), url('../font/FiraSans-ExtraBold/FiraSans-ExtraBold.ttf') format('truetype'), url('../font/FiraSans-ExtraBold/FiraSans-ExtraBold.svg') format('svg'), url('../font/FiraSans-ExtraBold/FiraSans-ExtraBold.otf') format('otf');
  font-weight: bold;
  font-style: normal
}

@font-face {
  font-family: 'FireSans';
  src: url('../font/FiraSans-Italic/FiraSans-Italic.eot');
  src: local('☺'), url('../font/FiraSans-Italic/FiraSans-Italic.woff') format('woff'), url('../font/FiraSans-Italic/FiraSans-Italic.ttf') format('truetype'), url('../font/FiraSans-Italic/FiraSans-Italic.svg') format('svg'), url('../font/FiraSans-Italic/FiraSans-Italic.otf') format('otf');
  font-weight: normal;
  font-style: italic
}

@font-face {
  font-family: 'FireSans';
  src: url('../font/FiraSans-Regular/FiraSans-Regular.eot');
  src: local('☺'), url('../font/FiraSans-Regular/FiraSans-Regular.woff') format('woff'), url('../font/FiraSans-Regular/FiraSans-Regular.ttf') format('truetype'), url('../font/FiraSans-Regular/FiraSans-Regular.svg') format('svg'), url('../font/FiraSans-Regular/FiraSans-Regular.otf') format('otf');
  font-weight: normal;
  font-style: normal
}

img {
  border: none
}

.pagina {
  font-family: "FireSans";
  color: #646464;
  background-color: appworkspace;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.cabecera {
  background-color: #fff;
  padding-left: 50px;
  padding-right: 50px
}

.cabecera .contenedor {
  height: 100px;
  position: relative
}

.cabecera .logo {
  display: inline-block;
  padding-top: 20px
}

.cabecera .menu {
  position: absolute;
  right: 0;
  display: inline-block;
  padding-top: 42px;
  vertical-align: top;
  font-weight: bold
}

.cabecera .menu .btn-menu {
  display: none
}

.cabecera .menu .item {
  margin-left: 40px;
  cursor: pointer
}

.cabecera .menu .activo {
  border-bottom: solid #00acce;
  border-bottom-width: 8px
}

.inicio {
  background-color: #4987c6;
  overflow: hidden;
  height: calc(100vh - 100px);
  width: 100vw;
  position: relative
}

.inicio-contenedor {
  height: 100%;
  width: 100vw;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1
}

.sws1 {
  height: 100vh;
  width: 100vw;
  display: table
}

.sws1 .img {
  display: table-cell;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}

.sws1 .i1 {
  background-image: url("../img/fhd_img1.jpg")
}

.sws1 .i2 {
  background-image: url("../img/fhd_img2.jpg")
}

.sws1 .i3 {
  background-image: url("../img/fhd_img3.jpg")
}

.sws1 .i4 {
  background-image: url("../img/fhd_img4.jpg")
}

.sws1 .i5 {
  background-image: url("../img/fhd_img5.jpg")
}

.sws1 .i6 {
  background-image: url("../img/fhd_img6.jpg")
}

.swp1 {
  bottom: 100px;
  right: calc(50px + 50px)
}

.swm {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 2;
  text-align: center
}

.swm img {
  display: inline-block
}

.swm div {
  display: inline-block;
  color: #fff;
  vertical-align: bottom;
  margin-left: 10px
}

.texto-contenedor {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
  z-index: 3
}

.sws2 div {
  display: inline-block;
  height: 109px;
  vertical-align: top;
  padding-top: 10px
}

.sws2 br {
  display: block;
  height: 20px
}

.sws2 .tit {
  font-size: 3em;
  font-weight: bold
}

.sws2 .sub {
  font-size: 1.6em
}

.animated {
  animation-duration: 1s
}

.animated.infinite {
  animation-iteration-count: infinite
}

.swp1 .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #a4a4a4 !important;
  border: solid 2px #fff !important;
  opacity: 1 !important
}

.swp1 .swiper-pagination-bullet-active {
  width: 15px !important;
  height: 15px !important;
  background-color: #fff !important
}

@keyframes bounce {
  from {
    padding-bottom: 0
  }

  to {
    padding-bottom: 30px
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom
}

.nosotros {
  height: 100vh;
  width: 100vw;
  text-align: center;
  position: relative;
  background-color: #f0f0f0
}

.nosotros .texto {
  width: 560px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.nosotros .texto .tit {
  text-align: right;
  font-size: 4.6em;
  color: #4987c6;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 30px
}

.nosotros .texto .txt {
  font-size: 1.2em;
  color: #a4a4a4;
  text-align: justify;
  font-style: italic;
  line-height: 30px
}

.separador {
  line-height: 40px
}

.tramites {
  max-height: 1080px;
  height: 100vh;
  position: relative;
  background-color: #fff;
  z-index: 2
}

.tramites-contenedor {
  max-width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center
}

.tramites .sws3 {
  text-align: center;
  width: 100% !important;
  position: relative
}

.tramites .sws3 .elem {
  display: inline-block
}

.tramites .icono {
  height: 200px;
  width: 270px
}

.tramites .contenido {
  display: inline-block;
  width: 720px;
  overflow: hidden;
  text-align: left
}

.tramites .hoja {
  text-align: left;
  display: inline-block;
  vertical-align: top
}

.tramites .hoja1 {
  padding-top: 24px;
  width: 230px;
  height: 44px
}

.tramites .hoja2 {
  width: calc(720px - 251px - 59px);
  margin-left: 35px;
  color: #a4a4a4
}

.tramites .hoja2b {
  width: calc(720px - 21px - 59px)
}

.tramites .subsborde {
  border-right: solid 1px #646464;
  padding-right: 20px;
  text-align: right;
  width: 230px
}

.tramites .sub1 {
  color: #a4a4a4;
  font-size: 1.1em;
  line-height: 12px
}

.tramites .sub2 {
  display: block;
  font-size: 1.8em;
  line-height: 24px
}

.tramites .sub3 {
  display: block;
  font-size: 1.3em;
  line-height: 20px
}

.tramites .tit {
  font-size: 2em;
  font-weight: bold
}

.tramites .titb {
  text-align: center
}

.bold {
  font-weight: bold
}

.tramites .txt {
  padding-left: 20px;
  padding-top: 24px;
  padding-bottom: 10px;
  list-style: outside;
  text-align: left;
  position: relative
}

.tramites .txtb {
  padding-left: 250px
}

.tramites .txtc {
  list-style: none
}

p.intelin1 {
  line-height: 30px
}

.tramites .txt li {
  line-height: 24px;
  padding-left: 10px
}

.tramites .txt li .a {
  text-decoration: none;
  color: #f00;
  position: absolute;
  bottom: 10px;
  right: 50px;
  font-weight: bold;
  cursor: pointer;
  z-index: 5
}

.detalle {
  font-family: 'FireSans';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  color: #fff;
  font-size: 1.4em;
  line-height: 40px;
  display: none
}

.detalle .movible {
  width: 100vw;
  height: 100vh;
  background-color: #4987c6;
  position: relative
}

.detalle .detalle-contenedor {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: table;
  width: 80%
}

.detalle ul {
  list-style-type: disc;
  display: table-cell;
  vertical-align: middle;
  width: 100%
}

.detalle ul li {
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 10px
}

.detalle ul li p {
  font-weight: normal;
  margin-left: 60px
}

.detalle .cerrar {
  width: 40px;
  height: 58px;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: pointer
}

.oculto {
  display: none
}

.tramites .rojo {
  color: #c84564
}

.tramites .azul {
  color: #4561e6
}

.tramites .naranja {
  color: #f90
}

.tramites .celeste {
  color: #24e3fe
}

.tramites .verde {
  color: #4de179
}

.tramites .descarga {
  display: inline-block;
  position: relative;
  width: 230px;
  margin-left: -120px
}

.tramites .descarga a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 230px;
  position: absolute;
  line-height: 35px
}

.tramites .descarga .fondo {
  display: block;
  border: solid 2px #4987c6;
  width: 230px;
  height: 30px;
  background: #4987c6;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0
}

.tramites .imagen {
  position: absolute;
  top: calc(100% + 40px);
  left: calc(50% - 620px);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3
}

.tipos {
  max-height: 1080px;
  height: 620px;
  width: 100vw;
  position: relative;
  background-color: #f0f0f0
}

.tipos-contenedor {
  max-width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center
}

.tipos .tit {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  overflow: hidden
}

.tipos .tit .alineado {
  position: absolute;
  top: 0;
  left: calc(50% - 230px)
}

.tipos .tit h2 {
  font-size: 2em;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  line-height: 80px;
  font-weight: bold;
  padding-left: 50px
}

.tipos .tit .fondo {
  display: block;
  border: solid 2px #4987c6;
  background: #4987c6;
  width: 100vw;
  height: 76px;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  border-radius: 20px
}

.imagen-wraper {
  height: 500px;
  overflow-x: hidden;
  position: absolute;
  top: calc(0% - 70px);
  left: calc(70% + 440px);
  transform: translate(50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%)
}

.tipos .hoja {
  display: inline-block;
  vertical-align: top;
  text-align: left
}

.tipos .sws4 {
  text-align: center;
  width: 100% !important;
  position: relative
}

.tipos .contenido {
  display: inline-block
}

.tipos .hoja1 {
  width: 365px
}

.tipos .hoja2 {
  width: 280px;
  overflow: hidden;
  line-height: 26px;
  color: #a4a4a4
}

.tipos .hoja .sub {
  font-weight: bold;
  padding-left: 30px;
  font-size: 1.2em;
  color: #646464
}

.tipos .txt {
  list-style: disc;
  padding-left: 60px
}

.tipos .txt li {
  padding-left: 10px;
  font-style: italic
}

.tipos .swc4 {
  padding-top: 60px
}

.tipos .swp4 {
  width: 100%;
  line-height: 30px
}

.tipos .swnn4 {
  background-image: url("../img/flecha_der.png") !important
}

.tipos .swnp4 {
  background-image: url("../img/flecha_izq.png") !important
}

.swp4 .swiper-pagination-bullet {
  background-color: #00acce !important;
  margin-left: 5px;
  margin-right: 5px
}

.tipos .swpe4 {
  z-index: 4;
  position: absolute;
  top: calc(50% + 120px);
  left: calc(50% - 150px);
  transform: translate(50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%)
}

.tipos .swpe4 .swpe4-contenedor {
  position: relative;
  display: inline-block;
  padding-right: 200px;
  text-align: center;
  height: 40px
}

.info {
  background-color: #fff;
  min-height: 1340px;
  position: relative;
  color: #a4a4a4
}

.info-contenedor {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  width: 1080px
}

.info .tit {
  font-size: 5em;
  color: #4987c6;
  font-weight: bold
}

.info .tit .tit2 {
  display: block;
  color: #00acce;
  margin-top: -20px;
  margin-bottom: -20px;
  padding-left: 150px;
  font-size: .76em
}

.info .tit .tit1 {
  padding-left: 50px
}

.info .pag {
  width: 100%;
  margin-top: 40px;
  text-align: center
}

.info .pag .cara {
  display: inline-block;
  width: calc(50% - 44px);
  text-align: justify;
  font-style: italic;
  line-height: 30px;
  font-size: 1.1em;
  vertical-align: top
}

.info .pag .izq {
  padding-right: 40px;
  margin-top: 20px
}

.info .pag .der {
  padding-left: 40px
}

.info .pag .ventajas {
  background-color: #f9f9f9;
  padding: 20px;
  letter-spacing: -0.5px;
  line-height: 30px
}

.info .pag .ventajas .sub {
  color: #646464
}

.info .pag .ventajas2 {
  padding: 20px
}

.info .pag .ventajas ul {
  list-style: inside disc;
  padding-left: 0
}

.info .pag .ventajas li {
  padding-left: 0;
  text-indent: 10px
}

.info .pag .ventajas2 ul {
  list-style: outside disc;
  padding-left: 50px
}

.info .pag .ventajas2 li {
  padding-left: 20px
}

.negrita {
  font-weight: bold
}

.info .subtitulo {
  font-size: 2em;
  font-style: italic;
  font-weight: bold;
  color: #4987c6
}

.info .separador {
  margin-top: 30px;
  margin-bottom: 50px;
  color: #a4a4a4;
  border: 1px solid #f0f0f0
}

.contacto {
  background-color: #f9f9f9;
  position: relative;
  min-height: 650px;
  padding-top: 50px;
  color: #a4a4a4
}

.contacto-contenedor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  padding-bottom: 20px
}

.contacto .tit {
  font-size: 5em;
  font-weight: bold;
  color: #4987c6;
  margin-top: 20px
}

.contacto .sub {
  font-size: 1.4em;
  font-weight: bold;
  color: #00acce;
  margin-bottom: 16px;
  display: inline-block
}

.contacto .contenido {
  margin-top: 0;
  width: 1080px;
  position: relative
}

.contacto .contenido span {
  margin-top: 60px;
  width: 1080px;
  position: relative;
  line-height: 30px
}

.contacto .contenido div {
  display: inline-block;
  width: 480px;
  vertical-align: top;
  text-align: left
}

.contacto .contenido izq {
  margin-right: 60px
}

.contacto .contenido .der {
  margin-left: 60px
}

.contacto .inp {
  border: none;
  background-color: #f0f0f0;
  border-radius: 6px;
  line-height: 44px;
  margin-bottom: 10px;
  width: 400px;
  font-size: 1em;
  text-transform: uppercase;
  color: #a4a4a4;
  text-indent: 10px
}

.contacto .boton {
  border: none;
  background-color: #4987c6;
  border-radius: 6px;
  font-weight: bold;
  font-style: italic;
  line-height: 44px;
  cursor: pointer;
  width: 140px !important;
  text-align: center !important;
  color: #fff
}

.contacto .contenido p {
  line-height: 30px;
  margin-bottom: 8px
}

.contacto .contenido img {
  vertical-align: top
}

.mapa {
  min-height: 530px;
  background-color: #fff;
  position: relative
}

.mapa-contenedor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%
}

.mapa .tit {
  color: #a4a4a4;
  font-size: 1.2em;
  margin-bottom: 30px
}

.mapa .tit1 {
  font-size: 1.4em;
  color: #4987c6
}

.gmapa {
  height: 400px;
  width: 100%
}

.foot {
  width: 100%;
  text-align: center;
  line-height: 30px;
  padding-top: 20px;
  font-size: .9em;
  background-color: #f9f9f9;
  color: #a4a4a4
}

.foot a {
  text-decoration: none;
  color: #000;
  font-weight: bold
}

.btnSubir {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 96px;
  width: 96px;
  z-index: 5
}

.subir:hover {
  cursor: pointer
}

.layer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  background-color: rgba(0, 0, 0, 0.7)
}

.layer .tabla {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center
}

.layer .tabla .celda {
  display: table-cell;
  vertical-align: middle
}

.layer .imagen {
  height: calc(100vh - 100px)
}

.layer .cerrar {
  position: absolute;
  right: calc(10vw + 50px);
  bottom: 50px;
  cursor: pointer;
  z-index: 22
}

.noenmobil {
  display: inline-block
}

.sienmobil {
  display: none
}

.a-reset {
  text-decoration: inherit;
  color: inherit;
}

@media (min-height:1080px) {
  .nosotros .texto .tit {
    font-size: 7em
  }
}

@media (min-width:2500px) {
  .cabecera {
    padding-left: 100px;
    padding-right: 100px
  }

  .btnSubir {
    right: 100px;
    bottom: 100px
  }

  .detalle .cerrar {
    right: 100px
  }

  .swp1 {
    right: calc(50px + 100px)
  }

  .layer .cerrar {
    right: 100px
  }
}

/* Logo Slider */
.container {
  height: 360px;
  width: 100%;
  background-color: #fff;
}

.title {
  padding: 10px 0 10px;
  font-size: 2em;
  font-style: italic;
  font-weight: bold;
  color: #4987c6;
  display: flex;
  justify-content: center;
}

.wrapper {
	display: flex;
	width: inherit;
  height: 300px;
	margin: 0 auto;
	overflow: hidden;
	/* border-radius: 180px; */
	padding: 2.5rem;
	background: important #ddd;
	/* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}
.item {
	animation: animate 25s linear infinite;
}
.item img {
  width: 180px;
  height: auto;
  margin-right: 20px;
}
.container:hover .item {
	animation-play-state: paused;
}
@keyframes animate {
	0% {
    transform: translate3d(0, 0, 0);
 	}
  100% {
    transform: translate3d(-3600px, 0, 0); 
 	}
}
@media (max-width:767px) {
	.slider-area h2 {
		font-size: 30px;
	}
	.wrapper {
		width: 95%;
		border-radius: 0;
		padding: 0;
	}
}