* {
   
    margin: 0;
    padding: 0;
    
 
   
}


body {
    
    background:#e8ebed;
    font-family: 'Barlow Condensed', sans-serif;
    background-size: 100vw 100vh;
    background-attachment: fixed;
        
}




/***************************
 EL MENU VA AQUI EL HEADER
****************************/

section{
  
  *background: grey;
  padding-top: 79px;
  margin-bottom: 60px;
  
 
}
.contenedor {
    box-sizing: border-box;
    width: 100%;
    background: #020303;
    display: flex;
    justify-content:space-around;
    align-items: center;
    position: fixed;
    z-index: 1000;
       
}


.logo{  /* abarca la imagen de base de datos y la marca */
    display: flex;
    align-items: center;
}

header .base{
  
  height: 50px;
  width: 50px;
    
}

header .brand{
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 10px;
  
  
}

header .brand:hover{
  color: #f88ede;
  font-size:1.6em;  
  transition: all 500ms ease-out;
}



.menu{
    margin-top: 30px;
    height: 56px;
    
    
}

.menu a { 
    
    color: white;
    text-decoration: none;
    padding: 9px 7px;
    background-color: grey;
    border-radius: 14px;
    transition: all 500ms ease-out;
    margin: 0 3px;
    

}

.menu a:hover {
    
    font-weight: 300;
    font-size: 18px;
    color: #f88ede;
    transition: all 500ms ease-out;
}


@media (max-width:1024px)  {
    
 
.contenedor {
      padding-top: 30px;
      flex-wrap: wrap;
      width: 100%;
        
        
    }
 
}

/***************************
 EL MENU TERMINA  AQUI
****************************/


caption {
    font-size: 23px;
    color: blue;
    font-style: italic;
    
}
td {
    border-bottom: 1px solid #ccc;
    font-style: italic;
 
}

table tr:nth-child(even) {
   
   /*  background: #d3d5d9;*/
     background: #dee0e3;
    
 
    
}

/* ////////////////////////////////////////////////////////////////

/////////////// FORMULARIOS  ///
//////////////////////////////////////////////////////////////// */


.general {
    margin-top: 40px;
    margin-bottom: 40px;
    background: blue;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-evenly;
    align-items: center;
    
    width: 98%;
    border-radius: 30px;
}


.formreg {
   
    width: 90%;
    margin:auto;
    background: rgba(250,250,250,0.6);
    padding: 10px 20px;
    /*box-sizing: border-box;*/
    margin-top: 20px;
    border-radius: 7px;
    margin-bottom: 30px;
    box-shadow: 10px 5px 5px #333;
  
}

.registro h3{
    text-align: center;
    padding-top: 10px;
    
    font-size: 20px;
    color: aliceblue;
    
}


.registro p{
    color: aliceblue;
    
    font-size: 18px;
}

.registro j{
    font-family: cursive;
    font-size: 20px;
    color: yellow;
}


.formreg label{
    font-family: cursive;
    font-size: 17px;
}

.formreg input{
    font-size: 17px;
    margin-bottom: 10px;
    
}

#btn{
    margin:auto;
    padding: 10px 20px;
    background: yellow;
}


/*****************************************
********fin de primer formulario  *********************************
*************************************/




.container_busqueda h1{
    color: aliceblue;
}

.formbus {
   border: 2px solid #000000;
    width: 87%;
    margin:auto;
    background: #e8ebed;
    padding: 10px 15px;
    /*box-sizing: border-box;*/
    margin-top: 20px;
    border-radius: 7px;
    margin-bottom: 30px;
    box-shadow: 10px 5px 5px black;
  
}

.qr{
    width: auto;
}


.descripcion {
    
    border: 2px solid #000000;
    width: 70%;
    margin-bottom: 20px;
    padding: 7px;
    box-sizing: border-box;
    font-size: 17px;
    
    
}

.mom {
    
    width: 70%;
    margin-bottom: 20px;
    padding: 7px;
    box-sizing: border-box;
    font-size: 17px;
    border: none;  
}

.pais {
    width: 29%;
    margin-bottom: 20px;
    padding: 7px;
    box-sizing: border-box;
    font-size: 17px;
    border: none;
}



#boton{
    background: darkblue;
    color: #fff;
    padding: 9px;
    width: 90px;
    
    
}

#boton:hover{
    
    cursor: pointer;
    background: rgba(11,11,50,0.5);

}

h1{
    color: darkblue;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 26px;
}    


h2{
    color: darkblue;
    width: 100%;
    margin: auto;
    text-align: center;
    font-weight: 900;
    
}   

h3{
    font-family: sans-serif;
    color: blue;
    font-size: 16px;
}

p{
    color: darkviolet;
        
}


@media (max-width:480px) {
    .contenedor{
        
    position: absolute;
        
    }
    
}


/* ////////////////////////////////////////////////////////////////

/////////////// QR QR QR QRQ RQR QR QRQR FORMULARIOS  ///
//////////////////////////////////////////////////////////////// */



.qr p{
    margin-bottom: 7px;
    color: aliceblue;
    font-family: cursive;
    font-size: 15px;
    
}




/* ////////////////////////////////////////////////////////////////

/////////////// FIN DE QR QR QR RQ QRQRQRQRQRRQRQRQ  ///
//////////////////////////////////////////////////////////////// */

.mensaje{
    text-align: center;
    
}

j {
   
    color: dodgerblue;
    font-size: 17px;
    font-family: cursive;
}

/****************************
** AAAA Aqui viene el Footer AAA ***

******************************/


.box a{
  color: deeppink;
  *background: #333;
}
.pie-pagina{
    width: 100%;
    background-color: #0a141d;
    *background: red;
}
.pie-pagina .grupo-1{
    *background: orange;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    padding: 45px 0px;
  
}

.pie-pagina .grupo-1 .box{
  align-items: center;
}
.pie-pagina .grupo-1 .box figure{
    margin-top: 50px;
    *margin-left: 90px; /*se mueve la imagen conceadu*/
    *width: 40%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pie-pagina .grupo-1 .box figure a{
  font-size: 24px;
  color: aqua;
}

.pie-pagina .grupo-1 .box figure img{
    width: 150px;
}
.pie-pagina .grupo-1 .box h2{
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
}
.pie-pagina .grupo-1 .box p{
    color: #efefef;
    margin-bottom: 10px;
}
.pie-pagina .grupo-1 .red-social a{
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-right: 9px;
    background-color: #0d2033;
    text-align: center;
    transition: all 300ms ease;
}
.pie-pagina .grupo-1 .red-social a:hover{
  
    color: aqua;
    transition: 0.2s;
    font-size: 20px;
    filter: drop-shadow(0 0 6px white);
  
  
}
.pie-pagina .grupo-2{
    background-color: #0a1a2a;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
}
.pie-pagina .grupo-2 small{
    font-size: 15px;
}
@media screen and (max-width:800px){
    .pie-pagina .grupo-1{
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap:30px;
        padding: 35px 0px;
        *display:none;
    }
}


/****************************
**AAAAA FINAL Aqui viene el Footer AAAA ***

******************************/

 




