%PDF- %PDF-
| Direktori : /home/tjamichg/portal.tjamich.gob.mx/iconos/TJAMJEL/ |
| Current File : /home/tjamichg/portal.tjamich.gob.mx/iconos/TJAMJEL/styles.css |
*{
margin: 0;
box-sizing: border-box;
}
body{
height: 100vh;
background-color: #f7f7f7;
position: relative;
justify-content: center;
align-items: center;
}
/***************************************************/
.container-container{
width: 100%;
margin: auto;
display: flex;
box-sizing: border-box;
align-items: center;
margin-top: 50px;
}
.container-crear-inicio{
width: 90%;
max-width: 800px;
/*height: 250px;*/
background-color: #aa3053;
border-radius: 35px 15px 35px 15px;
display: flex;
flex-wrap: wrap;
margin: auto;
align-items: center;
justify-content: center;
transition: width 0.7s ease-in-out;
padding-top: 50px;
padding-bottom: 50px;
}
/*.container-crear-inicion:hover {
width: 800px;
}*/
/***************************************************/
.card-inicio{
width: 300px;
height: 200px;
background-color: #000000;
border-radius: 30px 0 0 30px;
opacity: 1;
transition: transform 0.5s ease-in-out, width 0.9s ease, border-radius 0.9s ease, opacity 0.9s ease-in-out;
z-index: 2;
cursor: pointer;
}
.card-crear{
width: 300px;
height: 200px;
background-color: #ffffff;
border-radius: 0 30px 30px 0;
opacity: 1;
transition: transform 0.5s ease-in-out, width 0.9s ease, border-radius 0.9s ease, opacity 0.9s ease-in-out;
z-index: 1;
cursor: pointer;
}
.card-inicio:hover{
transform: scale(1.05);
width: 400px;
border-radius: 30px;
z-index: 4;
}
.card-crear:hover{
transform: scale(1.05);
width: 400px;
border-radius: 30px;
z-index: 3;
}
@media (max-width: 705px){
.card-crear, .card-inicio{
width: 200px;
height: 200px;
border-radius: 50%;
transition: transform 0.5s ease-in-out;
cursor: pointer;
}
.card-crear:hover, .card-inicio:hover{
transform: scale(1.1);
border-radius: 50%;
width: 200px;
z-index: 3;
}
.gif-inicio{
width: 50px;
height: 50px;
filter: brightness(100%);
margin-top: 20px;
}
}
@media (max-width: 445px){
.container-crear-inicio{
height: 80%;
}
}
/**************************************/
.container-gif{
width: 100%;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
}
.gif-inicio{
width: 100px;
height: 100px;
filter: brightness(100%);
margin-top: 20px;
}
.card-inicio:hover .gif-inicio{
filter: brightness(0) saturate(100%) invert(100%);
content: url('gifs/output-onlinegiftools (2).gif');
}
.gif-crear{
margin-top: 20px;
width: 100px;
height: 100px;
}
.card-crear:hover .gif-crear{
content: url('gifs/output-onlinegiftools (3).gif');
}
/*******************************************/
.container-btn-inicio{
width: 100%;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
}
.btn-inicio{
width: 150px;
min-height: 50px;
border-radius: 30px;
border: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #000000;
font-weight: bold;
background: linear-gradient(135deg, #ff0000, #ffffff);
transition: color 0.7s ease, background 0.7s ease-in-out, transform 0.7s ease-in-out;
cursor: pointer;
}
.btn-inicio:hover{
color: #ffffff;
background: linear-gradient(190deg, #ffffff, #ff0000);
transform: scale(1.1);
}
.container-btn-crear{
width: 100%;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
}
.btn-crear{
width: 150px;
min-height: 50px;
border-radius: 30px;
border: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #000000;
font-weight: bold;
background: linear-gradient(135deg, #00c8ff, #ffffff);
transition: color 0.7s ease, background 0.7s ease-in-out, transform 0.7s ease-in-out;
cursor: pointer;
}
.btn-crear:hover{
color: #ffffff;
background: linear-gradient(190deg, #ffffff, #00c8ff);
transform: scale(1.1);
}
.iniciar-sesion{
text-decoration: none;
color: #ffffff;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.crear-cuenta{
text-decoration: none;
color: #000000;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.link-contenido{
text-decoration: none;
display: block;
}