legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-hidden=false][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    display: inherit;
    position: absolute
}

.contacto ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 20px;
    padding: 0;
    list-style: none;
    margin: 30px auto 50px;
    max-width: 600px;
}

.contacto ul li a {
    border: 1px solid #009fe3;
    background: #fff;
    padding: 18px 25px;
    border-radius: 8px;
    text-align: center;
    display: block;
}

.contacto ul li a:hover {
    background: #009fe3;
    color: #fff;
}

.contacto ul li a img {
    display: block;
    margin: 10px auto 20px;
    height: 75px;
}

.contacto ul li a:hover img {
    filter: invert(100%);
}

.tiposusuario ul {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}

.tiposusuario ul li {
    border: 1px solid #009fe3;
    background: #fff;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 140px 1fr;
    margin: 0 0 20px;
}

.tiposusuario ul li .imagen {
    background: #009fe3;
}

.tiposusuario ul li img {
    display: inline-block;
    height: 120px;
    padding: 20px;
    filter: invert(100%);
}

.tiposusuario ul li .desc {
    padding: 20px 25px;
}

.abajo .testimonios {
    background: #fff;
}

.abajo .testimonios .contenedor {
    display: flex;
    flex-direction: row-reverse;
    padding: 0 25px;
}

.abajo .testimonios .slider {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.abajo .testimonios .slider>div {
    position: absolute;
    width: 100%;
    opacity: 0;
    animation: slide 15s infinite;
}

.abajo .testimonios .slide1 {
    background: #009fe3;
    color: #fff;
    animation-delay: 10s !important;
}

.abajo .testimonios .slide2 {
    background: #ffd741;
    color: #000;
    animation-delay: 5s !important;
}

.abajo .testimonios .slide3 {
    background: #e4097f;
    color: #fff;
    position: relative !important;
}

.abajo .testimonios .slider img {
    height: 500px;
}

.abajo .testimonios .slider .texto {
    text-align: right;
    padding: 100px;
}

.abajo .testimonios .slider .texto h2 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin: 0 0 30px;
}

.pie {
    background: #fff;
    padding: 25px 0;
}

.pie ul.menu {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pie ul.menu>li {
    font-weight: bold;
    font-size: 1em;
}

.pie ul.menu>li span {
    margin-bottom: 6px;
    display: block;
}

.pie ul.menu ul {
    list-style: none;
    padding: 0;
}

.pie ul.menu ul li {
    padding: 0;
    font-size: 0.9em;
}

.pie ul.menu a {
    color: #333;
    font-weight: 300;
}

.pie ul.menu a:hover {
    color: #e6007e;
}

.pie .copyright {
    padding-bottom: 0;
}

.pie .copyright ul.menu {
    border-top: 1px solid #ccc;
    padding-top: 25px;
}

.pie .copyright ul.menu>li {
    font-weight: normal;
    font-size: 0.9em;
}

.pie .copyright ul.menu>li:last-child {
    text-align: right;
}

.precios {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    text-align: center;
    font-size: 1.2em;
}

.precios .panel {
    width: 250px;
    border: 1px solid #e6007e;
    background: #e6007e;
    border-radius: 20px;
    overflow: hidden;
    height: 250px;
}

.precios .mas {
    width: 100px;
    font-size: 75px;
    font-weight: bold;
}

.precios .empleados {
    width: 250px;
    border: 1px solid #009fe3;
    background: #009fe3;
    border-radius: 20px;
    overflow: hidden;
    height: 250px;
}

.precios span {
    display: block;
    padding: 30px;
    min-height: 0 !important;
}

.precios .precio {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
}

.precios span i {
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}

.descargaapp img {
    width: 250px;
    margin-bottom: 12px;
}

.tictappform {
    margin: 20px auto;
    width: 100%;
    max-width: 800px;
}

.tictappform .bloque {
    border: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin: 0 0 25px;
}

.tictappform .desc {
    font-size: 1.6em;
    line-height: 1.2em;
    margin: 12px 30px 0 0;
    font-weight: 800;
    text-align: right;
    padding: 8px 30px 0 0;
    border-right: 1px solid #ccc;
}

.tictappform .campo {
    margin: 12px 0;
}

.tictappform .campo label {
    font-size: 13.5px;
}

.tictappform .campo input {
    width: 100%;
    padding: 5px 12px;
    border: 1px solid #ccc;
    background: #fff;
}

.tictappform .campo textarea {
    width: 100%;
    height: 120px;
    padding: 5px 12px;
    border: 1px solid #ccc;
    background: #fff;
    resize: none;
}

.tictappform .oculto {
    visibility: hidden;
}

.tictappform .legal .condiciones {
    margin: 0 0 0 10px;
}

.tictappform .legal button {
    border: none;
    padding: 12px 40px;
    margin: 20px 0 0;
    cursor: pointer;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    background: #e6007e;
}

.tictappform .legal button:hover {
    background-color: #000;
}

#ca_banner {
    position: fixed!important;
    z-index: 16777270;
    width: 100%!important;
    height: 80px;
    background: url('img/przez.png');
    text-align: center;
    border-width: 1px 0 1px 0!important;
    border-style: solid!important;
    border-color: #fff!important;
    display: none;
    box-shadow: 0 0 40px #444;
    padding: 10px 0;
    left: 0;
    right: 0;
	float:none!important;
	text-shadow:none;
	border-radius: 0!important;
	margin: 0 auto!important;
}
#ca_info {
    background: #fff;
    height: 304px;
    left: 50%;
    margin-left: -350px;
    margin-top: -182px;
    margin-bottom:20px;
    position: fixed;
    top: 50%;
    width: 700px;
    box-shadow:0 0 40px #444;
    z-index:16777271;
    padding:30px;
    box-sizing:border-box;
    display:none;
    border:1px solid #999999
}
#ca_info .ca_info_close {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #fff;
    font-weight: bold;
    height: 25px;
    width: 25px;
    border-radius: 16px;
    background: #AA0000 url('img/close.png');
    text-align: center;
    line-height: 1.3em;
    font-size: 18px;
    cursor:pointer;
}
#ca_info_plus {
    box-sizing:border-box;
    overflow: auto;
    height: 254px;
    padding-right:10px;
	color:#000;
	text-align:left;
}
#ca_info_plus  p{
	color:#000;
	text-align:left;
	font-size:12px;
}

#ca_banner p,#ca_banner h2 {
    margin:4px 0;
    padding:0;
    line-height:1.2em;
	color:#000;
	float:none!important;
}
#ca_banner h2 {
    font-size:20px;
    font-weight:bold;
}
#ca_banner p {
    font-size:14px
}

.ley ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 20px;
    padding: 0;
    list-style: none;
    margin: 30px 0 50px;
}

.ley ul li {
    border: 1px solid #009fe3;
    background: #fff;
    padding: 18px 25px;
    border-radius: 8px;
    text-align: center;
}

.ley ul li:hover{
    color: white;
    background: #009fe3;
}

.ley ul li svg {
    display: block;
    margin: 10px auto 20px;
    height: 75px;
}

.ley ul li:hover svg *{
    fill: white;
}
.ley ul li svg, .ley ul li svg *{
    transition: all 200ms linear;
}

.contacto ul li svg {
    display: block;
    margin: 10px auto 20px;
    height: 75px;
    fill: #000;
}

.contacto ul li a svg{
    color: black;
}

.contacto ul li a:hover svg {
    filter: invert(100%);
}
.abajo .azul .icono svg {
    width: 150px;
    height: 100px;
}

.abajo .azul .grupo:hover .icono svg {
    filter: invert(100%);
    fill: #fff;
}

.tiposusuario ul li svg {
    display: inline-block;
    height: 120px;
    padding: 20px;
    filter: invert(100%);
}

#ca_banner p span {
    text-decoration:underline;
    color:#0089F2;
    cursor: pointer;
    font-weight: bold;
	float:none!important;
}
#ca_banner .accept {
    cursor:pointer;
    font-size:14px;
    margin:5px auto;
    width:120px;
    background: #0089f2;
    padding:3px;
    border-radius:3px;
    text-shadow:1px 1px 0 #0072ca;
    color:#fff;
    background-image: -webkit-linear-gradient(#0089F2 0%, #0072ca 100%);
    background-image: -moz-linear-gradient(#0089F2 0%, #0072ca 100%);
    background-image: -o-linear-gradient(#0089F2 0%, #0072ca 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0089F2), to(#0072ca));
    background-image: linear-gradient(#0089F2 0%, #0072ca 100%);
	float:none!important;
}
#ca_banner .accept:hover {
    box-shadow:0 0 15px #000;
}

button,
hr,
input {
    overflow: visible
}

audio,
canvas,
progress,
video {
    display: inline-block
}

progress,
sub,
sup {
    vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

[aria-disabled],
html {
    cursor: default
}

*,
::after,
::before {
    background-repeat: no-repeat;
    box-sizing: inherit
}

::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit
}

html {
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 0;
    background: #e6007e;
    font-size: 17px;
    line-height: 1.4em;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
}

.cuerpo {
    padding-top: 75px;
}
.cuerpoInfoLegal {
    padding-top: 0px;
}

.cuerpoInfoLegal .principal {
    position: relative;
    display: block;
}

.cuerpo .principal {
    position: relative;
    display: block;
}

.principal .presentacion {
    height: 50vh;
    width: 100%;
    background-size: cover;
    background-position: 50% 20%;
    position: fixed;
    z-index: -1;
    animation-name: caer;
    animation-duration: 1200ms;
}

.principal .titulo {
    height: 50vh;
    text-align: center;
    animation-name: subir;
    animation-duration: 900ms;
    position: relative;
}

.principal .titulo h1 {
    font-size: calc(20px + 1vw + 1vh);
    line-height: 1.3em;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    margin: 1em 0;
    width: calc(100% - 50px);
    position: absolute;
    bottom: 0;
}

.principal .texto {
    background: #f6f7f9;
    animation-name: subir;
    animation-duration: 900ms;
    min-height: calc(40vh - 75px);
}

.principal .texto p:first-child {
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: bold;
}

.sabermas {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0.4em auto;
    padding: 0.8em 3em;
    display: inline-block;
    background: #e6007e;
    color: #fff;
    border-radius: 40px;
}

.sabermas:hover {
    background: #000;
    padding: 0.8em 5em;
    color: #fff;
}

* {
    transition: all 300ms linear;
}

a {
    text-decoration: none;
    color: #009fe3;
}

a:hover {
    color: #e6007e;
}

p {
    margin: 0.5em 0 1em;
}

.contenedor {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px;
}

#menuToggle {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 20;
    -webkit-user-select: none;
    user-select: none;
    height: 32px;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 21;
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #e6007e;
    border-radius: 3px;
    z-index: 20;
    transform-origin: 4px 0px;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    margin-left: 5px;
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#menuToggle .menu {
    position: fixed;
    top: 76px;
    left: 0;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    background: rgba(230, 0, 126, 0.9);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    box-sizing: border-box;
}

#menuToggle .menu li {
    font-size: calc(18px + 0.5vh + 0.5vw);
    line-height: 1.3em;
    text-align: right;
    transform: translateX(100vw);
    opacity: 0;
    transition: all 700ms ease-in;
    padding: 0.7em 35px 0 0;
}

#menuToggle .menu li:nth-child(1) {
    transition: all 400ms ease-in;
}

#menuToggle .menu li:nth-child(2) {
    transition: all 600ms ease-in;
}

#menuToggle .menu li:nth-child(3) {
    transition: all 800ms ease-in;
}

#menuToggle .menu li:nth-child(4) {
    transition: all 1000ms ease-in;
}

#menuToggle .menu li:nth-child(5) {
    transition: all 1200ms ease-in;
}

#menuToggle .menu li:nth-child(6) {
    transition: all 1400ms ease-in;
}

#menuToggle .menu li:nth-child(7) {
    transition: all 1600ms ease-in;
}

#menuToggle .menu li:nth-child(8) {
    transition: all 1800ms ease-in;
}

#menuToggle .menu a {
    color: #fff;
}

#menuToggle .menu a:hover {
    color: #000;
}

#menuToggle input:checked~.menu {
    height: 100vh;
    padding: 25px 0 0;
}

#menuToggle input:checked~.menu li {
    transform: translateX(0);
    opacity: 1;
}

.cabecera {
    position: fixed;
    width: 100%;
    height: 75px;
    z-index: 10;
    background: #fff;
    box-shadow: 0 4px 3px -3px #ddd;
}

.cabecera>.contenedor {
    padding: 8px 25px;
    height: 75px;
    position: relative;
    background: #fff;
}

#logo {
    position: relative;
    height: 59px;
    display: inline-block;
}

.cabecera nav {
    float: right;
    padding: 18px 0 0;
}

.item-page>.texto {
    background: #f6f7f9;
}

.principal .texto .contenedor>ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.principal .texto .contenedor>ul li {
    padding: 5px 0 5px 35px;
    margin: 0;
    position: relative;
}

.principal .texto .contenedor>ul li::before {
    content: url('/assets/images/check.png');
    width: 15px;
    height: 12px;
    position: absolute;
    left: 6px;
    top:11px;
}

.abajo {
    background: #f6f7f9;
}

.abajo .moduletable {
    animation-name: subir;
    animation-duration: 900ms;
    position: relative;
}

.abajo .moduletable .cuadrado {
    background: linear-gradient(to bottom, #f6f7f9, #d3d4d6);
    padding: 0;
}

.abajo .azul {
    background: #009fe3;
    max-width: 1350px;
    margin: 0 auto;
    padding: 20px;
}

.abajo .azul .contenedor {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.abajo .azul .grupo {
    text-align: center;
    margin: 10px 0;
}

.abajo .azul .icono {
    background: #fff;
    padding: 40px 15px;
    border-radius: 100%;
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.abajo .azul .icono img {
    width: 150px;
}

.abajo .azul .grupo:hover .icono {
    background: #e6007e
}

.abajo .azul .grupo:hover .icono img {
    filter: invert(100%);
}

.abajo .azul .grupo:hover .texto {
    color: #000;
}

.abajo .azul .texto {
    margin: 12px 0;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
}

.abajo .moduletable.gris {
    background: #d3d4d6;
    padding: 30px 0 80px;
}

.abajo .gris .contenedor {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-column-gap: 5%;
}

.abajo .gris .titulo {
    text-align: right;
}

.abajo .gris .titulo h2 {
    font-size: 2em;
    line-height: 1.2em;
    margin: 0;
}

.abajo .registro {
    text-align: center;
    background: url('/assets/images/fondooficina.jpg') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 0 0 25px;
}

.abajo .registro h2 {
    font-size: 1.6em;
    line-height: 1.2em;
    margin: -65px 0 50px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.abajo .registro h2 a {
    color: #fff;
    padding: 1em 2em;
    background: #009fe3;
    border-radius: 15px;
    display: block;
}

.abajo .registro h2 a:hover {
    background: #000;
}

.abajo .registro p {
    color: #222;
    font-size: 1.1em;
}

.abajo .moduletable.blanco {
    padding: 25px 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

body,
button,
input,
optgroup,
select,
textarea {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

nav ol,
nav ul {
    list-style: none
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg {
    fill: black
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

button,
input,
select,
textarea {
    background-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}



.contenedorPrecio {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px;
}

.principal .texto .contenedorPrecio > ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.principal .texto .contenedorPrecio > ul li {
    padding: 5px 0 5px 35px;
    margin: 0;
    position: relative;
}

.principal .texto .contenedorPrecio > ul li::before {
    content: url(/assets/images/check.png);
    width: 15px;
    height: 12px;
    position: absolute;
    left: 6px;
    top:11px;
}

.contenedorPrecio p:last-child{
    margin-bottom: 80px;
}

.controls{
    margin-bottom: 20px;
}

.principal .texto .contenedor>ul li p{
    margin: 0;
    position: relative;
    font-size: 17px;
    line-height: 1.4em;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

#menuToggle .menu a.current{
    color: #009fe3 !important;
}

@keyframes caer {
    0% {
        transform: translateY(-100vw);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes subir {
    0% {
        transform: translateY(100vw);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }

    10% {
        opacity: 1;
        transform: scale(1);
    }

    30% {
        opacity: 1;
        transform: scale(1);
    }

    40% {
        opacity: 0;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.1);
    }
}

@media only screen and (max-width: 1024px) {
    .abajo .azul .contenedor {
        justify-content: center;
    }

    .abajo .azul .grupo {
        margin: 10px 25px;
    }

    .abajo .azul .grupo:nth-child(2n) {
        page-break-after: always;
        break-after: always;
    }

    .ley ul {
        grid-template-columns: 1fr 1fr;
    }

    .abajo .testimonios .slider .texto {
        padding: 100px 0 0 30px;
    }

    .pie ul.menu>li {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 760px) {
    .abajo .azul .grupo {
        margin: 10px;
    }

    .abajo .gris .contenedor {
        display: block;
    }

    .abajo .gris .titulo {
        text-align: left;
    }

    .abajo .gris .titulo h2 {
        font-size: 1.4em;
    }

    .ley ul {
        grid-template-columns: 1fr;
    }

    .contacto ul {
        grid-template-columns: 1fr;
    }

    .abajo .testimonios .contenedor {
        display: block;
        text-align: center;
    }

    .abajo .testimonios .slider .texto {
        text-align: center;
        padding: 25px 0 0;
    }

    .abajo .testimonios .slider img {
        height: 300px;
    }

    .pie ul.menu>li {
        width: 100%;
        text-align: center !important;
    }

    .precios {
        display: block;
    }

    .precios>div {
        margin: 15px auto;
    }

    .abajo .registro h2 {
        font-size: 1.2em;
    }

    .tictappform .bloque {
        display: block;
    }

    .tictappform .desc {
        font-size: 1.3em;
        margin: 0 0 12px;
        text-align: left;
        padding: 8px 0;
        border-bottom: 1px solid #ccc;
        border-right: none;
    }

    .tictappform .oculto {
        display: none;
    }
}