@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');
/*font-family: 'DM Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
/*font-family: 'Lora', serif;*/

html h1,h2,h3 .title{
  font-family: 'DM Sans', sans-serif;
}

html span, p, label, input-text, button{
  font-family: 'Lora', serif;
}

/*PARALLAX*/
#Coleccion{
  scroll-margin-top:70px;
}

#scroll-animate
{
  overflow: hidden;
}

#scroll-animate-main
{
  width: 100%;
  left: 0;
  position: fixed;
}

#heightPage,
#heightScroll
{
  width: 10px;
  top: 0;
  position: absolute;
  z-index: 99;
}

#heightPage
{
  left: 0;
}

#heightScroll
{
  right: 0;
}

header
{
  position: relative; 
  width: 100%;
  height: 100%;
  line-height: 2000px;
  background: url("./Assets/Inicio.webp") no-repeat 50% 50%;
  /*-webkit-transition: background-image 5s linear;*/
  background-size: cover;
  top: 0;
  position: fixed;
  z-index: -1;
}

/*header:hover {
  background-image: url(cuadro.webp);
}*/

header img{
position: absolute; /* se usa en caso de este div, donde tiene la altura y el ancho definido, sin esto top, right y left no funcionarían */
width: 500px;
top: 10%; /* sirve en caso de un div como este, donde tiene una altura definida, en caso de que la altura no este definida esta edición no se pone ; */
right: 0; /* se debe usar para que margin 0 auto funcione */
left: 0; /* se debe usar para que margin 0 auto funcione */
margin: 0 auto; /* Esto lo centra */
}

footer
{
  width: 100%;
  height: 400px;
  background-color: #303030; 
  bottom: -100px;
  position: fixed;
  z-index: -1;
  display: flex;
  justify-content: center;
  vertical-align: top;
}

.content-body
{
  height: 3517px;
  min-height: 3517px;
  background: #ededed;
  position: relative;
  z-index: 1;
}
/*@media (min-width: 600px) {
   .content-body {
    height: 7000px;
    min-height: 7000px;
  }
}
 @media (min-width: 1000px) {
   .content-body {
    height: 3000px;
    min-height: 3000px;
  }
}*/

.wrapper-parallax {
  margin-top: 100%;
  margin-bottom: 300px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.color-fondo{
  position: absolute;
  display: flex;
  align-items: center;
  /*width: 850px;*/
  height: 1000px; 
  top: 100;
  left: 0;
  background: rgba(7, 33,70, .4);
}

header h1{
  width: 100%;
  height: 100%;
  margin-top: 25%;
  margin-bottom: 50px;
  text-align: left;
  /*text-align: left;*/
  font-size: 50px;
  color: #fff;
  line-height: 35px;
}

header span{
  font-size: 25px;
  font-family: 'DM Sans', sans-serif;
}

header h3{
  width: 100%;
  height: 100%;
  margin-top: 30%;
  text-align: left;
  /*text-align: left;*/
  font-size: 120px;
  color: #fff;
}

.linea-padre{
  width: 100%;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.linea{
  width: 250px;
  border-bottom-style: solid;
  border-color: black;
  border-width: 1px;
  display: inline-block;
}

.linea2{
  width: 90%;
  border-bottom-style: solid;
  border-color: black;
  border-width: 1px;
  display: inline-block;
}

.titulo-seccion{
  text-align: center;
  padding-top: 50px;
}

header,
footer,
#scroll-animate-main
{
  -webkit-transition-property: all;
     -moz-transition-property: all;
      transition-property: all;

  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      transition-duration: 0.4s;

  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
      transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
/*TERMINA PARALLAX*/
/*EMPIEZA MENU DE BOTONES*/
.menu { 
  background-color: #303030; 
  min-height: 85px;
  width: 100%; 
  align-items: right;
  left: 0; /* Posicionamos la cabecera al lado izquierdo */
  top: 0; /* Posicionamos la cabecera pegada arriba */
  position: fixed; /* Hacemos que la cabecera tenga una posición fija */
  z-index:3;
  padding-top: 10px;
  padding-right: 40px;
  padding-left: 40px;
}
.btn {
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 15%;
  cursor: pointer;
}
.img {
  width: 10%;
  float: right;
  margin-right: 10px;
}
.btn-one {
  color: /*#171414*/#FFFFFF;
  transition: all 0.3s;
  position: relative;
  display:none;
}
.btn-one span {
  transition: all 0.3s;
  font-size: 15px;
}
.btn-one::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: /*#171414*/#FFFFFF;/*rgba(255,255,255,0.5);*/
  border-bottom-color: /*#171414*/#FFFFFF;/*rgba(255,255,255,0.5);*/
  transform: scale(0.1, 1);
}
.btn-one:hover span {
  letter-spacing: 2px;
}
.btn-one:hover::before {
  opacity: 1; 
  transform: scale(1, 1); 
}
.btn-one::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
}
.btn-one:hover::after {
  opacity: 0; 
  transform: scale(0.1, 1);
}
/*TERMINA MENU DE BOTONES*/
/*EMPIEZA MENU DESPLEGABLE CON X*/
.menu-toggle-btn {
  display: block;
  margin-top: 24px;
   margin-left: 30px;
   cursor: pointer;
   width: 25px;
   height: 30px;
}
 .menu-toggle-btn span {
   background: #FFFFFF;
   display: block;
   width: 30px;
   height: 2px;
   border-radius: 5px;
   margin-bottom: 7px;
   -webkit-transition: all 0.5s linear;
   transition: all 0.3s linear;
}
 .menu-toggle-btn.open span:nth-child(1), .menu-toggle-btn.open span:nth-child(3) {
   transform: translate(0px, 13px) rotate(-45deg) scalex(1.3);
   margin: 0;
}
 .menu-toggle-btn.open span:nth-child(2) {
   height: 0;
   margin: 0;
}
 .menu-toggle-btn.open span:nth-child(3) {
   transform: translate(0px, 9px) rotate(45deg) scalex(1.3);
}

/*-------------------------------*/

.dropdown-content {
  display: none;
  position: absolute;
  /*height: 235px;*/
  top: 85px;
  background-color: #f1f1f1;
  min-width: 160px;
  width: 50%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  /*padding: 12px 16px;*/
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ECD0A7;
}

.servicio-dropdown {
  display: none;
  position: relative;
  /*height: 235px;*/
  top: 0px;
  background-color: #DFDFDF; 
  min-width: 160px; 
  width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.servicio-dropdown a {
  color: black;
  /*padding: 12px 16px;*/
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  text-decoration: none;
  display: block;
}

.servicio-dropdown a:hover {
  background-color: #ECD0A7;
}

.servicio-dropdown-menu {
  text-align: left;
  display: none;
  position: relative;
  /*height: 235px;*/
  top: 15px;
  background-color: #DFDFDF;
  min-width: 160px;
  width: 400px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.servicio-dropdown-menu a {
  color: black;
  /*padding: 12px 16px;*/
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  text-decoration: none;
  display: block;
}

.servicio-dropdown-menu a:hover {
  background-color: #ECD0A7;
}

.show {display: block;}
/*@media (min-width: 600px) {
  .img {
    margin-right: 30px;
    width: 10%;
  }*/
/*@media (min-width: 900px) {
  .img {
    margin-right: 30px;
    width: 10%;
  }*/
 @media (min-width: 1000px) {
  .menu-toggle-btn {
    display: none;
  }
  .img {
    margin-left: 50px;
  }
  .btn-one {
    display: block;
  }
  .menu{
    padding-top: 5px;
    align-items: center;
    display: flex;
  }
}
/*TERMINA MENU DESPLEGABLE CON X*/
/*EMPIEZA BOTON CONSULTA*/
* {
   box-sizing: border-box;
}

:root {
  --button-height: 60px;
}

html {
  box-sizing: border-box;
  height: 100%;
}

.Button {
  background: 4px solid white;
  border: none;
  display: inline-block;
  height: var(--button-height);
  overflow: hidden;
  padding: 0 40px;
  position: absolute;
}

.Button,
svg {
  cursor: pointer;
  font-size: 24px;
}
/*TERMINA BOTON CONSULTA*/

.cita{
  width: 100%;
  padding-top: 30px;
  margin-bottom: 100px;
  justify-content: center;
  display: flex;
}

.cita-content img{
  width: 250px;
}

.cita-content{
  text-align: center;
  justify-content: center;
  font-size: 20px;
  width: 80%;
}
/*EMPIEZA CARDS OBRAS*/
 :root {
   --d: 700ms;
   --e: cubic-bezier(0.19, 1, 0.22, 1);
   --font-sans: 'Rubik', sans-serif;
   --font-serif: 'Cardo', serif;
}
.page-content {
   display: flex;
   justify-content: center;
   flex-flow: row wrap;
   grid-gap: 3rem;
   padding: 1rem;
   padding-top: 10px;
   padding-right: 50px;
   padding-left: 50px;
   max-width: 1500px;
   margin: 0 auto;
   margin-bottom: 30px;
   /*font-family: var(--font-sans);*/
}
 /*@media (min-width: 600px) {
   .page-content {
     grid-template-columns: repeat(2, 1fr);
  }
}
 @media (min-width: 1000px) {
   .page-content {
     grid-template-columns: repeat(3, 1fr);
  }
}*/
 .card {
   position: relative;
   padding-right: 10px;
   padding-left: 10px;
   display: flex;
   align-items: flex-end;
   overflow: hidden;
   padding: 1rem;
   width: 28%;
   text-align: center;
   color: whitesmoke;
   background: linear-gradient(whitesmoke,80%, grey);
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
   height: 350px;
}

 .card:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 110%;
   background-size: cover;
   background-position: 0 0;
   transition: transform calc(var(--d) * 1.5) var(--e);
   pointer-events: none;
}
 .card:after {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 200%;
   pointer-events: none;
   background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.320) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.540) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.790) 100%);
   transform: translateY(-50%);
   transition: transform calc(var(--d) * 2) var(--e);
}
 .card:nth-child(1):before {
  background-image: url("./Assets/civil.webp");
  background-repeat: no-repeat;
  background-position: center;
}
 .card:nth-child(2):before {
  background-image: url("./Assets/penal.webp");
  background-repeat: no-repeat;
  background-position: center;
}
 .card:nth-child(3):before {
  background-image: url("./Assets/laboral.webp");
  background-repeat: no-repeat;
  background-position: center;
}
 .card:nth-child(4):before {
  background-image: url("./Assets/administrativo.webp");
  background-repeat: no-repeat;
  background-position: center;
}
.card:nth-child(5):before {
  background-image: url("./Assets/guardiaCivil.webp");
  background-repeat: no-repeat;
  background-position: center;
}

 .content {
   position: relative;
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 100%;
   padding: 1rem;
   transition: transform var(--d) var(--e);
   z-index: 1;
}
 .content > * + * {
   margin-top: 1rem;
}
 .card .title {
   font-size: 1.5rem;
   font-weight: bold;
   line-height: 1.2;
   font-family: 'DM Sans', sans-serif;
   /*background: rgba(0, 0, 0, 0.2);
   backdrop-filter: blur(3px);*/
}
 .copy {
   /*font-family: var(--font-serif);*/
   font-size: 1.1rem;
   font-style: italic;
   line-height: 1.35;
}
 .btn-card {
   cursor: pointer;
   margin-top: 1.5rem;
   padding: 0.75rem 1.5rem;
   font-size: 0.6rem;
   font-weight: bold;
   letter-spacing: 0.025rem;
   text-transform: uppercase;
   color: white;
   background-color: black;
   border: none;
}
 .btn-card:hover {
   background-color: #0d0d0d;
}
 .btn-card:focus {
   outline: 1px dashed yellow;
   outline-offset: 3px;
}
@media (hover: hover) {
   .card:after {
     transform: translateY(0);
  }
   .content {
     transform: translateY(calc(100% - 4.5rem));
  }
   .content > *:not(.title) {
     opacity: 0;
     transform: translateY(1rem);
     transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }
   .card:hover, .card:focus-within {
     align-items: center;
  }
   .card:hover:before, .card:focus-within:before {
     transform: translateY(-4%);
  }
   .card:hover:after, .card:focus-within:after {
     transform: translateY(-50%);
  }
   .card:hover .content, .card:focus-within .content {
     transform: translateY(0);
  }
   .card:hover .content > *:not(.title), .card:focus-within .content > *:not(.title) {
     opacity: 1;
     transform: translateY(0);
     transition-delay: calc(var(--d) / 8);
  }
   .card:focus-within:before, .card:focus-within:after, .card:focus-within .content, .card:focus-within .content > *:not(.title) {
     transition-duration: 0s;
  }
}
/*ACABA CARDS OBRAS*/
/*EMPIEZA VALORES*/
.valores-section{
  margin-top: 100px;
  width: 100%;
}

.valores-div-img{
  display: block;
  width: 100%;
  height: 65%;
  background-image: url("./Assets/madrid2.webp");
  background-size: cover;
}

.valores-div-content{
  width: 100%;
  height: 35%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.valores-div-content div{
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.valores-div-content h1{
  margin-top: 0px;
  font-size: 25px;
  color:#8D9693;
}

.valores-div-content p{
  font-size: 16px;
}
/*TERMINA VALORES*/
/*EMPIEZA SOBRE MI*/
.sobremi-section{
  margin-top: 0px;
  width: 100%;
  height: 800px;
}

.sobremi-div-img{
  width: 50%;
  float:right;
  height: 100%;
}

.sobremi-div-img-recuadro{
  width: 100%;
  height: 100%;
  background-color:#ECD0A7;
  align-items: center;
  display: flex;
}

.sobremi-div-img-recuadro-img{
  margin:0 auto;
  width: 70%;
  height: 75%;
  background-image: url("./Assets/EnriquePerezDelOlmo.webp");
  background-size: cover;
}

.sobremi-div-content{
  text-align: center;
  width: 50%;
  float:left;
  height: 100%;
}

.sobremi-div-content-logo{
  padding-top: 0px;
  padding-bottom: 0px;
}

.sobremi-div-content-logo img{
  width: 250px;
}

.sobremi-div-content-texto{
  padding-left: 100px;
  padding-right: 100px;
}

.sobremi-div-content-texto h1{
  font-size: 30px;
}

.sobremi-div-content-texto span{
  font-size: 16px;
}
/*TERMINA SOBRE MI*/
/*EMPIEZA FORM CONTACT*/
.contacto-section {
  width: 100%;
  height: 800px;
  background-image: url("./Assets/torres.webp");
  background-size: cover;
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
  align-items: center;
  display: flex;
}

.contacto-div{
  margin: 0 auto;
  width: 80%;
  height: 80%;
}

.contacto-div-info{
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  margin-top: 4%;
  float: left;
  width: 40%;
  /*height: 80%;*/
  background: rgba(7, 33,70, .6);
  box-shadow: -10px 0px 10px black;
  /*padding:50px;*/
  padding-left: 5%;
  text-align: center;
}

.contacto-div-info h1{
  font-size: 24px;
  color: white;
}

.contacto-div-info h2{
  font-size: 20px;
  color: white;
  text-align: left;
}

.contacto-div-info p{
  font-size: 18px;
  color: white;
  text-align: left;
}

.contacto-div-info-button{
  float:right;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  background-color: whitesmoke;
  width: 70px;
  height: 300px;
  border-
}

.button-gmail{
  background-image: url("./Assets/gmail.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-color: whitesmoke;
  background-size: 110%;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border:none;
  margin-top: 10px;
  cursor: pointer;
}

.button-phone{
  background-image: url("./Assets/phone.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-color: whitesmoke;
  background-size: 100%;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border:none;
  margin-top: 10px;
  cursor: pointer;
}

.button-location{
  background-image: url("./Assets/loc.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-color: whitesmoke;
  background-size: 100%;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border:none;
  margin-top: 10px;
  cursor: pointer;
}

.button-insta{
  background-image: url("./Assets/insta.webp");
  background-repeat: no-repeat;
  background-position: center;
   background-color: whitesmoke;
  background-size: 100%;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border:none;
  margin-top: 8px;
  cursor: pointer;
}

.contacto-div-form {
  border-radius: 30px;
  float: right;
  width: 60%;
  height: 100%;
  background-color: whitesmoke;
  box-shadow: 10px 0px 10px black;
  padding-left: 20px;
  padding-right: 20px;
}

.contacto-div-form-img{
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  height: 15%;
  /*background-image: url("./Assets/madrid.webp");
  background-repeat: no-repeat;
  background-size: cover;*/
  /*filter: blur(3px);*/
  /*backdrop-filter:blur(3px);*/
  text-align: center;
  color: #000;
}

/*.contacto-div-form-img-blur{
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(3px);
}*/

.contacto-div-form-img-blur h1{
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 45px;
  color: rgba(7, 33,70);
}

.contacto-div-form-img-blur span{
  font-size: 20px;
}

.align-center {
  text-align: center;
}
.row {
  margin: -20px 0;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  padding: 0 20px;
  float: left;
  box-sizing: border-box;
}
.row .col.x-50 {
  width: 50%;
}
.row .col.x-100 {
  width: 100%;
}
.get-in-touch {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}

.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  background-color: whitesmoke;
}
.contact-form .input-text:focus {
  outline: none;
}

.contact-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
  transform: translateY(-24px);
}

.contact-form .input-textarea {
  display: block;
  width: 100%;
  height: 80px;
  /*border-width: 2px, 2px, 2px, 0;*/
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  background-color: whitesmoke;
  resize:none;
}

.contact-form .input-textarea:focus {
  outline: none;
}

.contact-form .input-textarea:focus + .label, .contact-form .input-textarea.not-empty + .label {
  transform: translateY(-70px);
}

.contact-form .label {
  position: absolute;
  left: 30px;
  bottom: 11px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  cursor: text;
  transition: transform 0.2s ease-in-out;
}

.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

.contact-form .check-btn {
  margin-left: 20px;
}

.contact-form .check {
  font-size: 18px;
  color: #000;
}
/*TERMINA FORM CONTACT*/
/*EMPIEZA FOOTER*/
.mapa{
  top: 0;
  margin-bottom: 8%;
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 3%;
}
.redes{
  top: 0;
  margin-bottom: 8%;
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 3%;
}
.servicios{
  top: 0;
  margin-bottom: 8%;
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 3%;
}

footer p{
  font-size: 10.0pt; 
  color: #cea454;
}

footer h2{
  font-size: 12.0pt;
  color: #CECECE;
}

footer iframe{
  width: 350px;
  height: 250px;
}
/*TERMINA FOOTER*/