/***************************
 #f88ede ROSADA
****************************/



body{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-color:#ebebeb;
    
    
}


/***************************
 EL MENU VA AQUI
****************************/

section{
  padding-top: 109px;
  *text-align: center;
}


.contenedor {
    
    width: 100%;
    
    background: #020303;
  
    display: flex;
    justify-content:space-around;
    align-items: center;
    position: fixed;
    z-index: 1000;
       
}

input{
    text-transform: uppercase;
}

form{
    padding-bottom: 50px;
    *background: red;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between; 
}

h5{
    font-size: 19px;
}

.grid-item a{
    font-size: 30px;
    color: #FF009A;
    
}

.grid-item a:hover{
    font-size: 33px;
    color: deepskyblue;
    transition: all 500ms ease-out;
    
}

.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;
}

h1{
    float:left;
    color:#fff;
        
}


.menu{
    margin-top: 30px;
    height: 56px;
    
    
}

.menu a { 
    
    color: white;
    text-decoration: none;
    padding: 10px 8px;
    background-color: grey;
    border-radius: 14px;
    transition: all 500ms ease-out;
    margin: 0 5px;
    

}




.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
****************************/



/***************************
 FORMULARIO DE IMPUESTOS
****************************/

.impuestos {
    width: 40%;
    margin: auto; 
    
  
}



  .input1 {
  width: 248px;
  height: 25px;
  margin-top: 2px;
  margin-bottom: 10px;
  
}
.label1{
  color: blue;
}
 
.sele1{
  margin-top: 2px;
  margin-bottom: 10px;
}

.input2{
  margin-bottom: 10px;
}
.tipo{
  margin-top: 2px;
  width: 50px;
  color: darkblue;
  font-weight: 800;
}

.boton0{
  text-align: center;
}
.boton1{
  
  /*margin-top: 25px;
  margin-bottom: 30px;
  width: 200px;
  padding: 20px 40px;
  background: #EA90EA;
  color: #333;
  font-weight: 400;
  font-size: 1em;
  justify-content: center;
  box-shadow: 10px 5px 5px black;
  border-radius: 14px;*/
  
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 1em;
  color: aliceblue;
  background: #EA90EA;
  padding: 20px 40px;
  text-decoration: none;
  border-radius: 10px;
  transition: all 500ms ease-out;
  box-shadow: 10px 5px 5px black;
}



.boton1:hover{
  /*color: aliceblue;
  background: #333;
   
  transition: 0.5s;
  cursor: pointer;*/
    Font-size: 1.2em;
    background: #333;
    color:  #EA90EA;
    transition: all 500ms ease-out;
  
}
.resultado{
  background-color: #E8EBED;
  margin-left: 30px;
  margin-right: 30px;
  
}
 
.nuevo{
  
  font-weight: 400;
  margin-top: 25px;
  margin-left: 50px;
  margin-bottom: 30px;
  font-size: 1em;
  color: aliceblue;
  background: #EA90EA;
  padding: 20px 40px;
  text-decoration: none;
  border-radius: 10px;
  transition: all 500ms ease-out;
  box-shadow: 10px 5px 5px black;
}

.nuevo:hover{
  
    Font-size: 1.2em;
    background: #333;
    color:  #EA90EA;
    transition: all 500ms ease-out;
}
/*****************************
 AQUI TERMINA FORM DE IMPUESTOS
******************************/


.todo { 
 
 display: flex;
 flex-wrap: wrap;
 margin-right: 0px;    
 margin-top: 15px;
 height: auto;
 width: 100%; 
 align-content:space-between;
  justify-content:space-around;

}


/**********************
*****CADA CUADRADO*****
**********************/

.box1 figure{
    position: relative;
    height: 300px;
    width: 400px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 15px 25px rgba(0,0,0, 0.50);
    
    
}

.box1 figure img{
    width: 100%;
    height: 100%;
    transition: all 500ms ease-out;
}

.box1 figure .capa{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #232d43;
    transition: all 500ms ease-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.box1 figure:hover > .capa{
    opacity: 1;
    visibility: visible;
    cursor:pointer;
}

.box1 figure:hover > .capa h3{
    margin-top: 70px;
    margin-bottom: 15px;
  
}

.box1 figure .capa h3{
    color: #f88ede;
    outline-color: blue;
    font-weight: 500;
    margin-bottom: 120px;
    transition: all 500ms ease-out;
    margin-top: 30px;
    font-size: 25px;
    
}

.box1 figure .capa p {
    color: #f88ede;
    font-size: 18px;
    line-height: 1.3;
    width: 100%;
    max-width: 220px;
    margin: auto;
    
}

.box1 a{
    text-decoration: none;
    cursor:pointer;
}


/**********************
***FIN CADA CUADRADO***
**********************/










/**************************************************************
 PREGUNTAS INICIO preg 1 y preg2
****************************/
.containertodo {
    padding-top: 200px;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    
    
}
.containertodo h4{
    font-size: 25px;
    margin-top: 80px;
}
 
.containertodo p{
    font-size: 20px;
    font-weight: 700;
}

.containertodo img:hover{
     
    
    
    filter:drop-shadow(5px 5px 20px #333);
    transition: all 300ms ease-out;
}



/***************************
 PREGUNTAS FIN
****************************************************************/
















/****************************
** AAAA Aqui viene el Footer AAA ***

******************************/


/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
/*:::::Pie de Pagina*/

.box a{
  color: deeppink;
}
.pie-pagina{
    
    width: 100%;
    background-color: #0a141d;
    
}
.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 figure{
    margin-top: 50px;
    
    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: 10px;
    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;
    }
    .impuestos{
        width: 70%;
    }
    
    h2{
        padding-top: 50px;
    }
}


/****************************
**AAAAA FINAL Aqui viene el Footer AAAA ***

******************************/










