

/* RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/*
body{
line-height: 1;
}
*/

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* RESET */

@font-face {
  font-family: 'Latina-Light';
  src: url('../fonts/Latina-Light.eot');
  src: url('../fonts/Latina-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Latina-Light.woff2') format('woff2'), url('../fonts/Latina-Light.woff') format('woff'), url('../fonts/Latina-Light.ttf') format('truetype'), url('../fonts/Latina-Light.svg#Latina-Light') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/GothamBold.eot');
  src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamBold.woff2') format('woff2'), url('../fonts/GothamBold.woff') format('woff'), url('../fonts/GothamBold.ttf') format('truetype'), url('../fonts/GothamBold.svg#GothamBold') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham-XLight';
  src: url('../fonts/Gotham-XLight.eot');
  src: url('../fonts/Gotham-XLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-XLight.woff2') format('woff2'), url('../fonts/Gotham-XLight.woff') format('woff'), url('../fonts/Gotham-XLight.ttf') format('truetype'), url('../fonts/Gotham-XLight.svg#Gotham-XLight') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* ---------------------------- SETTINGS ---------------------------- */
/* --------------------- FUENTES ---------------------*/
/* --------------------- FUENTES ---------------------*/
/* --------------------- ANCHOS ---------------------*/
/* --------------------- ANCHOS ---------------------*/
/* --------------------- COLORES ---------------------*/
/*                   */
/*                   */
/* --------------------- COLORES ---------------------*/
/* --------------------- COLORES GAMAS ---------------------*/
/* --------------------- COLORES GAMAS ---------------------*/

/* ---------------------------- SETTINGS ---------------------------- */

body {
  color: white;
  font-size: 16px;
  font-family: 'GothamBold', Arial, Tahoma, Verdana;
  line-height: 26px;
  text-align: center;
  background: #6ebdd1;
}
a,
li,
b,
ul li a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'GothamBold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
h1 {
  font-size: 54px;
  line-height: 54px;
}
h2 {
  font-size: 30px;
  line-height: 24px;
}
.wrapper {
  overflow: hidden;
  position: relative;
  background: url(../lib/lu.jpg) no-repeat center bottom;
  background-size: auto 100%;
  width: 100%;
  height: 100vh;
}
.trabajando {
  bottom: 40px;
  left: 30%;
  position: absolute;
  background: url(../lib/adtelier-metes-trabajando.png) no-repeat center;
  background-size: auto 100%;
  width: 470px;
  height: 378px;
  margin-left: -235px;
}
.logo {
  float: left;
  display: block;
  text-indent: -999999px;
  text-decoration: none;
  background: url(../lib/circle-bo.svg) no-repeat center;
  width: 75px;
  height: 90px;
  margin: 10px 35px 0 auto;
}
h1 {
  box-sizing: border-box;
  position: relative;
  color: white;
  font-size: 42px;
  font-family: 'GothamBold', Arial, Tahoma, Verdana;
  line-height: 36px;
  text-align: center;
  width: 100%;
  margin-top: 75px;
}
h1 span {
  display: block;
  font-size: 22px;
  font-family: 'Gotham-XLight', Arial, Tahoma, Verdana;
  width: 100%;
}
footer {
  left: 0;
  bottom: 80px;
  overflow: hidden;
  position: absolute;
  font-size: 22px;
  width: 100%;
}
footer a {
  display: inline-block;
  color: white;
  text-decoration: none;
  background: url(../lib/ar-right.png) no-repeat left center;
  background-size: 33px auto;
  width: auto;
  padding-left: 44px;
}
footer a:hover {
  background: url(../lib/ar-right.png) no-repeat 4px center;
  background-size: 33px auto;
  padding-left: 44px;
  opacity: 0.60;
}
.line_01 {
  clear: both;
  display: block;
  border-bottom: 2px solid #b2f5e3;
  width: 100%;
  padding-top: 50px;
  margin-bottom: 20px;
}
.subtitulo {
  color: white !important;
  font-size: 20px;
  font-family: 'GothamBold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 24px;
}
.left {
  float: left;
  display: block;
}
.right {
  float: right;
  display: block;
}
.clear {
  clear: both;
  display: block;
}
.txt-al {
  text-align: left !important;
}
.txt-ar {
  text-align: right !important;
}
.txt-ac {
  text-align: center !important;
}
.color1 {
  color: white !important;
}
.color2 {
  color: #11aca4 !important;
}
.italic1,
.italic2 {
  font-style: italic;
}
.italic1 {
  color: white !important;
}
.italic2 {
  color: #11aca4 !important;
}
.small,
.small1,
.small2 {
  font-size: 11px;
  line-height: 12px !important;
}
.small1 {
  color: white !important;
}
.small2 {
  color: #11aca4 !important;
}
b,
.bold,
.bold1,
.bold2 {
  font-family: 'GothamBold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
.bold1 {
  color: white !important;
}
.bold2 {
  color: #11aca4 !important;
}
/* ---------------------------- LINKS ---------------------------- */

a.lnk_01u:link,
a.lnk_01u:visited {
  color: white;
  text-decoration: underline;
}
a.lnk_01u:hover {
  text-decoration: none;
}
a.lnk_02u:link,
a.lnk_02u:visited {
  color: #11aca4;
  text-decoration: underline;
}
a.lnk_02u:hover {
  text-decoration: none;
}
a.btn-1 {
  display: inline-block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  color: #11aca4;
  font-size: 22px;
  font-family: 'GothamBold', Arial, Tahoma, Verdana;
  line-height: 64px;
  text-align: center;
  text-decoration: none;
  background: white;
  border-radius: 6px;
  width: 305px;
  height: 65px;
  margin: 30px auto;
}
a.btn-1:hover {
  color: white;
  /*background: @col0;*/

}
a.byLogos:link,
a.byLogos:visited {
  float: right;
  display: block;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  color: #5c6971;
  font-size: 11px;
  line-height: 24px;
  text-decoration: none;
  background: url(../lib/simple99pay.svg) no-repeat left center;
  background-size: 65px auto;
  width: 286px;
  height: 20px;
  margin: -2px 0 0 0;
  padding: 0 0 0 70px;
}
.adjDoc,
.adjPdf,
.adjPpt,
.adjTxt,
.adjXls,
.adjZip {
  float: left;
  clear: both;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: white !important;
  font-size: 14px;
  font-family: 'GothamBold', Arial, Tahoma, Verdana;
  line-height: 24px;
  text-align: left;
  text-decoration: none !important;
  border: 1px solid #cdd2d5;
  width: 460px;
  min-height: 82px;
  margin: 5px 2% 10px auto !important;
  padding: 16px 10px !important;
}
.adjDoc:hover,
.adjPdf:hover,
.adjPpt:hover,
.adjTxt:hover,
.adjXls:hover,
.adjZip:hover {
  color: white !important;
}
.adjDoc ico,
.adjPdf ico,
.adjPpt ico,
.adjTxt ico,
.adjXls ico,
.adjZip ico {
  float: left;
  background-image: url(../lib/sprite_ico_adj.png);
  background-repeat: no-repeat;
  display: block;
  width: 51px;
  height: 51px;
  margin-right: 14px;
}
.adjDoc ico {
  background-position: 0 0;
}
.adjPdf ico {
  background-position: -51px 0;
}
.adjPpt ico {
  background-position: -102px 0;
}
.adjTxt ico {
  background-position: -153px 0;
}
.adjXls ico {
  background-position: -204px 0;
}
.adjZip ico {
  background-position: -255px 0;
}
.adjDoc .txt-desc,
.adjPdf .txt-desc,
.adjPpt .txt-desc,
.adjTxt .txt-desc,
.adjXls .txt-desc,
.adjZip .txt-desc {
  float: left;
  display: block;
  position: relative;
  line-height: 18px;
  width: 80%;
  padding-bottom: 26px;
}
a.adjDoc .txt-desc:before,
a.adjPdf .txt-desc:before,
a.adjPpt .txt-desc:before,
a.adjTxt .txt-desc:before,
a.adjXls .txt-desc:before,
a.adjZip .txt-desc:before {
  content: "Descargar";
  position: absolute;
  left: 0;
  bottom: 0;
  color: #11aca4;
  font-size: 12px;
  font-family: 'GothamBold', Arial, Tahoma, Verdana;
}
/* ---------------------------- LINKS ---------------------------- */

/* ---------------------------- LISTADOS ---------------------------- */

ul.li_01 {
  overflow: hidden;
  width: 90%;
  margin: 30px 0 60px 0;
}
ul.li_01 li {
  position: relative;
  width: 90%;
  margin: 10px 0;
  padding-left: 30px;
  transition: all .3s;
}
ul.li_01 li a {
  color: white;
  text-decoration: none;
}
/* ---------------------------- LISTADOS ---------------------------- */

/* ---------------------------- FORMULARIO ---------------------------- */

.formA fieldset {
  float: left;
  clear: both;
  font-family: 'GothamBold', Arial, Tahoma, Verdana;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
.formA select,
.formA input,
.formA textarea {
  float: none;
  color: #071224;
  font-size: 18px;
  font-size: 100%;
  line-height: 16px;
  font-family: 'GothamBold', Arial, Tahoma, Verdana;
  font-weight: 100;
  border: 1px solid #a1a8ad;
  border-radius: 6px;
  margin: 36px auto 0 auto;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.formA input:focus {
  outline: none;
  border: 1px solid white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formA label {
  top: 0;
  left: 50%;
  position: absolute;
  clear: both;
  display: block;
  color: white;
  font-size: 18px;
  font-family: 'GothamBold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 24px;
  text-align: center;
  width: 70%;
  height: 50px;
  margin-left: -35%;
  padding: 5px 0;
  transition: all 0.3s ease-in;
}
/*
.formA input:focus + label,
.formA textarea:focus + label{
    font-size: 14px;
} 
*/

.formA select {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  position: relative;
  background: url(../lib/ar-sel.png) no-repeat right center;
  background-size: auto 24px;
  width: 60%;
  height: 46px;
  padding: 6px 10px 6px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formA option {
  color: black;
  font-size: 12px;
}
.formA select:focus {
  outline: none;
  border: 1px solid #11aca4;
}
.formA .inpB {
  width: 98%;
  height: 35px;
  padding: 5px 2%;
}
.formA .inpM {
  width: 56%;
  height: 35px;
  padding: 5px 2%;
}
.formA .req {
  border: 1px solid #ee1c25;
}
.formA textarea {
  display: block;
  float: left;
  font-size: 16px;
  width: 95%;
  height: 38px !important;
  padding: 4px 0 !important;
  appearance: none;
}
.formA textarea:focus {
  outline: none;
  height: 38px !important;
  padding: 4px 0 !important;
  border-bottom: 1px solid #071224;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formA .button {
  cursor: pointer;
  color: #11aca4;
  font-size: 20px;
  font-family: 'Gotham-XLight', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-align: center;
  border: none;
  border-radius: 4px;
  background: white;
  width: 255px;
  height: 70px;
  -webkit-appearance: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.formA p {
  float: left;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  height: 84px;
  margin: 10px 0;
  padding: 5px 0;
}
.formA p.chbx {
  float: none !important;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  font-family: 'GothamBold', Arial, Tahoma, Verdana;
  line-height: 24px;
  width: 76%;
  height: 35px;
  margin: 10px auto;
}
.formA p.chbx label {
  display: block;
  position: relative;
  font-size: 14px;
  font-family: 'GothamBold', Arial, Tahoma, Verdana;
  line-height: 24px;
  text-align: left;
  height: auto;
}
.formA p.chbx label a {
  color: white;
}
.formA p.wb {
  clear: both;
  overflow: none !important;
  width: 100%;
  height: auto;
  margin: 5px auto;
}
.formA .chckbx {
  position: absolute;
  opacity: 0;
}
.formA .chckbx + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.formA .chckbx + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  background: #11aca4;
  border: 1px solid #e3e3e3;
  width: 20px;
  height: 20px;
}
.formA .chckbx:hover + label:before {
  background: #11aca4;
}
.formA .chckbx:checked + label:before {
  background: #11aca4;
}
.formA .chckbx:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.formA .chckbx:disabled + label:before {
  box-shadow: none;
  background: #dddddd;
}
.formA .chckbx:checked + label:after {
  content: '';
  position: absolute;
  left: -4px;
  top: 2px;
  background: url(../lib/ico-check.svg) no-repeat center;
  background-size: 28px auto;
  width: 28px;
  height: 20px;
}
.formA .bxEr {
  top: 70px;
  right: 1%;
  position: absolute;
  display: block;
  color: #ee1c25;
  font-size: 11px;
  text-align: center;
  line-height: 30px;
  height: 30px;
}
.formA .cntEr {
  display: block;
  overflow: hidden;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  background: #ee1c25;
  width: 50%;
  margin: 0 auto;
  padding: 8px 20px 10px 20px;
}
.formA .cntSnd {
  display: block;
  overflow: hidden;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  background: #69b936;
  width: 50%;
  margin: 0 auto;
  padding: 8px 20px 10px 20px;
}
.formA .bxUpl {
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  position: relative;
  text-align: justify;
  width: 30%;
  margin: 18px 0 !important;
  padding: 10px 0;
}
.formA .filedrag {
  float: left;
  box-sizing: border-box;
  display: block;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  background: #f2f2f2 url(../lib/ico_upload.svg) no-repeat 20px center;
  background-size: auto 54px;
  border: 1px solid #e5e5e5;
  width: 100%;
  margin-top: 15px;
  padding: 20px 40px 20px 90px;
}
.formA .filedrag img {
  float: left !important;
  width: auto !important;
  margin: -2px 20px 0 0 !important;
}
.formA .filedrag a.draglinkupd {
  color: #4c4c4c;
  font-size: 13px;
  font-family: 'Gotham-XLight', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 20px;
  text-decoration: underline;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.formA .filedrag a:hover.draglinkupd {
  color: #666666;
}
.formA progress {
  color: #08ae98;
  /*background: #F4F5F6;*/
  border: 0;
  display: block;
  float: left;
  clear: both;
  width: 455px;
  height: 6px;
  margin: 3px 0;
}
.formA progress::-moz-progress-bar {
  background: #08ae98;
}
/* DOCUMENTOS ADJUNTOS */

ul.doc2 {
  float: left;
  clear: both;
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 3px 0 !important;
}
ul.doc2 li {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 10px;
  line-height: 14px;
  border-bottom: 1px solid #d4d9dd;
  background: none !important;
  width: 96% !important;
  margin: 0 !important;
  padding: 2px 2% !important;
}
ul.doc2 li:after {
  display: none !important;
}
ul.doc2 li:hover {
  cursor: move;
  background: #f9fafa url(../lib/lnk_over_adj.png) no-repeat left center;
}
.fHvL li:hover {
  cursor: default !important;
  background: none !important;
}
ul.doc2 li:last-child {
  border-bottom: 0;
}
ul.doc2 li a {
  float: left;
  display: block;
  text-align: left;
  text-decoration: none !important;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
ul.doc2 li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  -khtml-opacity: 0.80;
  opacity: 0.80;
}
ul.doc2 li img {
  float: left;
  margin: 6px 10px 5px 0;
}
ul.doc2 li a.del2 {
  top: 10px;
  right: 0;
  position: absolute;
  display: none;
  color: white;
  font-size: 11px;
  text-align: center;
  line-height: 24px;
  background: #e84c3d;
  width: 56px;
  height: 25px;
  margin: 0 !important;
}
ul.doc2 li:hover a.del2 {
  display: block;
}
ul.doc2 li a.edN {
  float: left;
  display: block;
  color: white;
  font-size: 11px;
  background: #08ae98;
  margin-top: 3px;
  padding: 3px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
ul.doc2 li .txtDsc {
  line-height: 36px;
}
ul.doc2 li .inFil {
  float: left;
  display: block;
  width: auto;
  margin-top: 22px;
}
ul.doc2 li .imgCnt {
  float: left;
  display: block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  width: 90px;
  height: 70px;
  margin: 6px 10px 5px 0;
}
ul.doc2 li .imgCnt img {
  margin: 0;
}
ul.doc2 li .imgCnt .icCrop {
  right: 0;
  display: block;
  position: absolute;
  background: rgba(39, 67, 85, 0.8) url(../lib/ico_crop.png) no-repeat center;
  width: 30px;
  height: 28px;
}
ul.doc2 li .imgCnt .icBln {
  right: 0;
  display: block;
  position: absolute;
  background: rgba(255, 145, 8, 0.8) url(../lib/ico_crop.png) no-repeat center;
  width: 30px;
  height: 28px;
  animation-name: icBln_anim;
  animation-duration: 0.90s;
  animation-iteration-count: infinite;
  -moz-animation-name: icBln_anim;
  -moz-animation-duration: 0.90s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: icBln_anim;
  -webkit-animation-duration: 0.90s;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: icBln_anim;
  -o-animation-duration: 0.90s;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: icBln_anim;
  -ms-animation-duration: 0.90s;
  -ms-animation-iteration-count: infinite;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes icBln_anim {
  0% {
    opacity: 0.00;
  }
  50% {
    opacity: 1.00;
  }
  100% {
    opacity: 0.00;
  }
}
@-moz-keyframes icBln_anim {
  0% {
    opacity: 0.00;
  }
  50% {
    opacity: 1.00;
  }
  100% {
    opacity: 0.00;
  }
}
@-ms-keyframes icBln_anim {
  0% {
    opacity: 0.00;
  }
  50% {
    opacity: 1.00;
  }
  100% {
    opacity: 0.00;
  }
}
@-o-keyframes icBln_anim {
  0% {
    opacity: 0.00;
  }
  50% {
    opacity: 1.00;
  }
  100% {
    opacity: 0.00;
  }
}
@keyframes icBln_anim {
  0% {
    opacity: 0.00;
  }
  50% {
    opacity: 1.00;
  }
  100% {
    opacity: 0.00;
  }
}
ul.doc2 .inpD {
  display: block;
  float: left;
  color: #333333;
  font-size: 12px;
  border: 1px solid #999999;
  width: 260px;
  height: 13px;
  padding: 6px 8px;
}
/* ---------------------------- FORMULARIO ---------------------------- */

