File: /home/asjudine/www/css/asjudinet.css
/* Import Fonts
----------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url('https://fonts.googleapis.com/css?family=Oswald|PT+Sans');
div.contenido-navidad{
width: 100%;
}
div.fiestas{
width: 100%;
height: 100vh;
margin: 0 auto;
}
div.fiestas img{
width: 100%;
height: 100%;
}
div.contenedor-lineas{
position: absolute;
margin: 0 auto;
width: 350px;
height: 80px;
margin-left:auto;
margin-right:auto;
bottom: 5px;
left:0;
right:0;
}
.btn-lineas{
width: 100%;
background-color: #c60101;
border: 0;
border-radius: 20px;
padding: 10px 50px;
color: white;
font-size: 18px;
font-family: 'Roboto', sans-serif;
}
.btn-lineas:hover{
background-color: #ba9929;
border: 0;
border-radius: 20px;
padding: 10px 50px;
color: white;
font-size: 18px;
}
.aud{
position: absolute;
width: 100px;
top: 0px;
left: 0px;
display: block;
}
.audio{
position: absolute;
width: 100px;
height: 30px;
position: fixed;
}
.aud p{
position: absolute;
top: 30px;
left: 1px;
font-size: 16px;
color: white;
}
*{
margin:0;
padding:0;
}
body {
font-family: 'Roboto', sans-serif;
/*background-image: url("https://i.imgur.com/FCA8dU2.png");*/
/*background-image: url(../ELEMENTS/principal/fondolaw.jpg);*/
/*background-image: url("https://i.pinimg.com/originals/f3/94/b4/f394b4da2c193c61f556ccd1b9e41107.jpg");*/
/*background-color: #fff;*/
background-image: url(../ELEMENTS/fondos/blanco.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-size: cover;
margin: 0 auto;
height:auto;
/*background-color: background: rgba(31,59,8,1);
background: -moz-linear-gradient(left, rgba(31,59,8,1) 0%, rgba(31,59,8,1) 1%, rgba(98,125,77,1) 13%, rgba(98,125,77,1) 89%, rgba(53,87,24,1) 94%, rgba(31,59,8,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(31,59,8,1)), color-stop(1%, rgba(31,59,8,1)), color-stop(13%, rgba(98,125,77,1)), color-stop(89%, rgba(98,125,77,1)), color-stop(94%, rgba(53,87,24,1)), color-stop(100%, rgba(31,59,8,1)));
background: -webkit-linear-gradient(left, rgba(31,59,8,1) 0%, rgba(31,59,8,1) 1%, rgba(98,125,77,1) 13%, rgba(98,125,77,1) 89%, rgba(53,87,24,1) 94%, rgba(31,59,8,1) 100%);
background: -o-linear-gradient(left, rgba(31,59,8,1) 0%, rgba(31,59,8,1) 1%, rgba(98,125,77,1) 13%, rgba(98,125,77,1) 89%, rgba(53,87,24,1) 94%, rgba(31,59,8,1) 100%);
background: -ms-linear-gradient(left, rgba(31,59,8,1) 0%, rgba(31,59,8,1) 1%, rgba(98,125,77,1) 13%, rgba(98,125,77,1) 89%, rgba(53,87,24,1) 94%, rgba(31,59,8,1) 100%);
background: linear-gradient(to right, rgba(31,59,8,1) 0%, rgba(31,59,8,1) 1%, rgba(98,125,77,1) 13%, rgba(98,125,77,1) 89%, rgba(53,87,24,1) 94%, rgba(31,59,8,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3b08', endColorstr='#1f3b08', GradientType=1 );*/
}
.fixed {
position:fixed;
top:0;
margin: 0 auto;
width: 100%;
}
.fondo{
background-image: url(../ELEMENTS/blanco.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
header {
/*background-color: #dedede;*/
width: 100%;
background-color: #B3241A;
margin: 0 auto;
text-align: center;
/*display: flex;
display: -webkit-flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
align-content: center;
justify-content: space-between;*/
}
.header{
margin: 0 auto;
width: 700px;
height: 70px;
background-image: url(../ELEMENTS/bannerInterasjudinet.jpg);
background-size: 700px 70px;
content: '';
}
@media only screen and (max-width: 768px){
.header{
margin: 0 auto;
background-image: url(../ELEMENTS/intermovil.png);
background-repeat: no-repeat;
width: auto;
background-position: center left;
}
header img{width:100%; height:auto;}
}
/*
.banner{
width:100%;
margin: 0 auto;
width: 1000px;
align-items: center;
align-content: center;
}
.up{
display: flex;
align-items: center;
align-content: center;
justify-content: space-around;
}
.spacio{
margin-right: 20px;
}*/
.modal-header{
background-color: #901515;
color: #FFF;
width:100%;
font-weight: bold;
}
.modal{
border-radius: 10px;
}
/*.demo{
width: 100%;
margin: 0 auto;
}*/
/* Servicio al cliente flotante */
div.servicio{
position: relative;
/*width: 100%;
height: 10px;*/
padding: 5px;
}
div.cliente{
position: fixed;
z-index: 10;
right: 0px;
top: 250px;
color: #fff;
background-color: #fff;
}
div.cliente img{
width: 50px!important;
height: 50px!important;
}
/*********/
.servicio ul {
display: fixed;
padding: 0;
margin: 0;
list-style: none;
top: 0;
right: 0;
float: left;
}
.servicio a {
display: inline-block;
padding: 10px;
background-color: #F9B53C;
text-decoration: none;
height: 70px;
/*color: #191C26;*/
}
.servicio a:hover {
/*background-color: #CC673B; */
}
.servicio ul li ul {
display: block; /**/
}
.servicio ul li ul p{
padding-top: 2px;
margin-top: 2px;
font-size: 18px;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
line-height: 1.0;
}
.servicio ul li a:hover + ul, .servicio ul li ul:hover {
display: block;
}
@media only screen and (max-width:1000px){
div.cliente{
display: none!important;
}
}
/** PRINCIPAL **/
.main{
width: 100%;
max-width: 1280px;
background-color: #f2f2f2;
margin: 0 auto;
/*border:10px ridge #deb887;*/
/*-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);*/
}
.info{
display: block;
width: 100%;
margin: 0 auto;
padding: 20px;
}
p.informacion{
color:#A62020;
text-align: justify;
font-size:1em;
font-weight: bold;
}
@media only screen and(max-width:480px){
p.informacion{
font-size: .6em;
}
}
/** CAROUSEL **/
.carousel .item {
height: 300px;
margin: 0 auto;
max-width: 100%;
}
.item img {
position: absolute;
top: 0;
left: 0;
max-width: 100%;
}
.carousel, .carousel-inner > .item > img {
margin: 0 auto;
}
.carousel-inner{
}
.jumbotron{
margin: 0;
padding: 0;
width: 100%;
height: 350px;
max-width: 1500px;
}
.fondojumbo1{
background-image: url("../ELEMENTS/principal/i1.jpg");
background-position: 0% 10%;
background-size: cover;
background-repeat: no-repeat;
color: white;
padding-top: 20px;
width: 100%;
height: 100%;
margin: 0 auto;
text-align: center;
}
/*.cuadro{
padding-top: 30px;
}*/
.calltitulo{
}
.moveleft{
padding-right: 15%;
}
.contenedortextobanner{
position: absolute;
margin-left: 100px;
}
.oscuro{
color: #000;
}
.titulooscuro{
color:#8B0000;
font-weight: bold;
text-shadow: 0 0 30px #fff;
font-size: 30px!important;
}
.azulmedio{
color: mediumblue;
font-size: 22px;
}
.claro{
color: #FFF;
}
.carousub{
font-size: 24px;
font-weight: bold;
font-variant: small-caps;
color: #FFCE26;
}
.caroutelefonico{
color: #FF0000;
font-size: 40px;
font-variant: small-caps;
font-weight: bold;
text-shadow: 0 0 30px #fff;
}
.horarioatencion{
/*color: #8B0002;
font-size: 20px;
font-variant: small-caps;
font-weight: bold;
text-shadow: 0 0 30px #fff;*/
font-size: 18px;
font-weight: bold;
color: #FFD343;
text-shadow: 0 0 30px #000;
}
.textoemergencia{
color: black;
font-size: 18px;
font-variant: small-caps;
font-weight: bold;
text-shadow: 0 0 30px #fff;
}
.celemergencia{
font-size: 22px!important;
}
.btn-slider{
}
.btn-slider:hover{
background-color: #066fb1;
}
.fondojumbo2{
background-image: url("../ELEMENTS/principal/i2.jpg");
background-position: 0% 5%;
background-size: cover;
background-repeat: no-repeat;
color: white;
padding-top: 20px;
width: 100%;
height: 100%;
margin: 0 auto;
text-align: center;
}
.fondojumbo3{
background-image: url("../ELEMENTS/principal/i3.jpg");
background-position: 20% 30%;
background-size: cover;
background-repeat: no-repeat;
color: white;
padding-top: 20px;
width: 100%;
height: 100%;
margin: 0 auto;
text-align: center;
}
.fondojumbo4{
background-image: url("../ELEMENTS/principal/i4.jpg");
background-position: 20% 30%;
background-size: cover;
background-repeat: no-repeat;
color: white;
padding-top: 20px;
width: 100%;
height: 100%;
margin: 0 auto;
text-align: center;
}
.fondojumbo_callcenter{
background-image: url("../ELEMENTS/principal/icallcenter4.jpg");
background-position: 5% 40%;
background-size: cover;
background-repeat: no-repeat;
color: white;
padding-top: 20px;
width: 100%;
height: 100%;
margin: 0 auto;
text-align: center;
}
.slider{
width:100%;
height: 300px;
margin: 0 auto;
}
/** FIN CAROUSEL **/
/**SECCION ADMINISTRATIVO**/
.administrativo{
width:100%;
background-color: #E8E8E8;
padding: 20px;
}
/*
h3{
padding: 2px;
text-align: center;
color: #000;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}*/
.flex-container{
padding: 0;margin: 0;list-style: none;
margin: 0 auto;
display: flex;
display: -webkit-flex;
justify-content: center;
flex-direction:row;
flex-wrap:wrap;
}
.items{
margin: 7px 50px 7px 50px;
width: 110px;
height: 150px;
padding-top: 3px;
background-color: #BB2B23;
text-align: center;
transition: all .2s ease-in-out;
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
display: flex;
display: -webkit-flex;
flex-direction: column;
justify-content: flex-start;
align-content: center;
align-items: center;
}
.items:hover{
background-color: #00135F;
border-radius: 10px;
}
.items img{width: 100px;height: 100px; margin: 0 auto; border-radius: 10px;}
.items img:hover{
transform: scale(1.0);
border-radius: 10px;
}
.letra{
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-weight: 600;
padding: 3px 0 3px 0;
}
.letra img:hover{
color: #000;
}
/*FIN SECCION ADMINISTRATIVA*/
/** MENU PROCESOS **/
.main-procesos{
width: 100%;
}
@media only screen and (max-width:468px)
{
.contenedor-img {
width: 100%;
}
div.contenedor-procesos{
margin: 0!important;
padding: 0!important;
}
}
div p.tit{
background-color: #333;
color: #fff!important;
text-transform: uppercase;
text-align: center;
font-size: 1em;
color: #ad0000;
padding: 20px 0;
}
.tipo-proceso{
font-family: 'Roboto', sans-serif;
font-size: .7em;
color: #B3241A;
margin: 0;
padding: 0;
}
p.titulos{
margin: 0;
background-color: #333333;
color: #fff;
height: auto;
padding: 8px;
}
div.contenedor-procesos{
width: 100%;
margin: 0 auto;
text-align: center;
display: inline-block;
padding: 10px 45px;
display: flex;
align-content: center;
align-items: center;
flex-wrap: wrap;
}
div.menu-procesos{
margin: 0 auto;
text-align: center;
margin-bottom: 50px;
border: 10px ridge #B3241A;
display: block;
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.titulo-proceso{
text-align: center;
font-size: 1.1em;
}
.detalle-proceso{
font-size: 1em;
}
/**NUEVO**/
/*Estilos Base*/
.contenedor-img {
width: 280px;
height: 200px;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
/*background: #fff;*/
}
@media only screen and (min-width:768px){
}
@media only screen and (min-width:481px){
}
.contenedor-img > img{
width: 280px;
height: 200px;
margin: 0 auto;
text-align: center;
opacity: .9;
}
.contenedor-img .mascara,.contenedor-img .contenido {
width: 280px;
height: 200px;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.contenedor-img img {
display: block;
position: relative;
}
.contenedor-img h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
padding: 5px;
background:#B3241A;
margin: 0 0 0 0
}
.contenedor-img p {
font-size: 14px;
position: relative;
color: #000;
padding: 10px 8px;
text-align: center;
}
.contenedor-img a.link {
display: inline-block;
text-decoration: none;
padding: 0 14px;
background: #222;
color: #fff;
text-transform: uppercase;
box-shadow: 0 0 1px #000;
}
.contenedor-img a.link:hover {
box-shadow: 0 0 5px #000
}
/*Ejemplo 1*/
.ejemplo-1 img {
transition: all 0.2s linear;
}
.ejemplo-1 .mascara {
opacity: 0;
background-color: rgba(46,157,120, 0.7);
transition: all 0.3s ease-in-out;
}
.ejemplo-1 h2 {
transform: translateX(-200px);/*Desplazamos a la izquierda*/
opacity: 0;
transition: all 0.7s ease-in-out;
}
.ejemplo-1 p {
transform: translateX(200px);/*Desplazamos a la derecha*/
opacity: 0;
transition: all 0.4s linear;
}
.ejemplo-1 a.link{
opacity: 0;
transition: all 0.4s ease-in-out;
transform: translateY(100px)/*Desplazamos para abajo*/
}
.ejemplo-1:hover img {
transform: scale(1.1);/*Damos un ligero zoom a la imagen*/
}
.ejemplo-1:hover .mascara {
opacity: 1;
}
.ejemplo-1:hover h2,
.ejemplo-1:hover p,
.ejemplo-1:hover a.link {
opacity: 1;
transform: translateX(0px);/*Regresamos a las posiciones originales*/
}
.ejemplo-1:hover p {
transition-delay: 0.1s;
}
.ejemplo-1:hover a.link {
transition-delay: 0.2s; /*Aplicamos un pequeño retardo para que se muestre al final*/
transform: translateY(0px);
}
/*Ejemplo 2*/
.ejemplo-2 img {
transition: all 0.2s ease-in;
}
.ejemplo-2 .mascara {
background-color: rgba(25,96,184, 0.8);
width: 300px;
padding: 60px;
height: 300px;
opacity: 1;
transform: translate(300px, 200px) rotate(45deg); /*Rotamos para dar efecto de diagonal y lo movemos por donde queremos que entre.*/
transition: all 0.5s ease-in-out;
}
.ejemplo-2 h2 {
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
background: transparent;
margin: 20px 40px 0px 40px;
transform: translate(200px, -200px);/*Desplazamos el título arriba a la derecha*/
transition: all 0.3s ease-in-out;
}
.ejemplo-2 p {
transform: translate(-200px, 200px);/*Desplazamos la descripción abajo a la izquierda*/
transition: all 0.4s ease-in-out;
}
.ejemplo-2 a.link {
transform: translate(0px, 100px);/*Desplazamos el link para abajo*/
transition: all 0.3s 0.1s ease-in-out;
}
.ejemplo-2:hover .mascara {
opacity:1;
transform: translate(-96px, -120px) rotate(45deg);
}
.ejemplo-2:hover h2 {
transform: translate(0px,0px);
transition-delay: 0.3s;
}
.ejemplo-2:hover p {
transform: translate(0px,0px);
transition-delay: 0.4s;
}
.ejemplo-2:hover a.link {
transform: translate(0px,0px);
transition-delay: 0.5s;
}
/*Ejemplo 3*/
.ejemplo-3 img {
transition: all 0.4s ease-in-out;
}
.ejemplo-3 .mascara {
background-color: rgba(255,255,245,0.5);
transform: translateX(-300px);/*Desplazamos 250px a la izquierda*/
opacity: 1;
transition: all 0.5s ease-in-out;
}
.ejemplo-3 h2{
background: rgba(50, 50, 50, 0.3);
color: #000;
box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.ejemplo-3 p{
color: #333;
font-size: 13px;
text-transform:uppercase;
text-align:justify;
padding: 5px 15px;
}
.ejemplo-3:hover .mascara {
transform: translateX(0px);/*Regresamos a su posicioón original*/
}
.ejemplo-3:hover img {
transform: translateX(300px);/*Desplazamos 300px a la derecha*/
}
/*Ejemplo 5*/
.ejemplo-5 img {
transform: scaleY(1);
transition: all 0.7s ease-in-out;
}
.ejemplo-5 .mascara {
background-color: rgba(255, 255, 255, 0.9);
transition: all 0.5s linear;
opacity: 0;
}
.ejemplo-5 h2{
border-bottom: 1px solid rgba(255, 255, 255, 0.6);
background: transparent;
margin: 5px 20px 0px 20px;
transform: scale(0);
color: #970306;
transition: all 0.5s linear;
opacity: 0;
font-size: 14px;
}
.ejemplo-5 p {
color: #000;
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
font-size: 12px;
}
.ejemplo-5 a.link {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
padding: 0;
margin: 0;
background-color: rgba(119, 80, 21, 0.9);
}
.ejemplo-5:hover img {
transform: scale(10);
opacity: 0;
}
.ejemplo-5:hover .mascara {
opacity: 1;
}
.ejemplo-5:hover h2,
.ejemplo-5:hover p,
.ejemplo-5:hover a.link{
transform: scale(1);
opacity: 1;
}
/*AGREGO ESTO*/
.telefonico{
font-size: 18px;
}
.excepcion h2{
display: none;
}
.mascara button{
text-transform: uppercase;
}
/*****************************************************************************/
.more {
cursor: pointer;
background-color: #ccf;
margin: 100px 0;
}
.complete {
display: none;
margin: 10px 0 10px 0;
}
.complete > img {
max-width: 100%;
padding: 10px;
margin: 0 auto;
text-align: center;
}
/*** MODALES ***/
/*.modal-dialog {
width: 100%;
}*/
.modal-body{
font-size:.9em;
padding: 10px 20px;
}
.modal-body p{
text-align: justify;
color: #3e3e3e;
}
.titulo-modal{
color: #B3241A;
}
.lista-modal ol{
color: #B3241A;
}
.lista-modal li{
margin-left: 20px;
}
p span, td span{
color:#2B56CA;
font-size: bold;
}
span.grande {
font-size: 1.2em;
}
.cuadro-titulo{
font-style: italic;
text-decoration: underline;
text-align: center!important;
margin-top: 10px;
}
.cuadro{
border: 1px solid #000;
padding: 20px;
}
.cuadro:last-child{
margin-bottom: 30px;
}
.cuadro h3 {
color: #B3241A;
}
.cuadro ul {
margin-left: 10px;
}
#decreto-cesantias{
width:100%;
margin-top: 20px;
height: auto;
display:none;
border: 1px groove #B3241A;
padding: 10px;
}
div.tabla-soldados{
border: 1p solid red;
margin: 0 auto;
}
table.tabla{
width: 100%;
}
table.tabla tr{
}
table.tabla tr td{
padding: 5px;
border: 1px solid #000;
height: 35px;
}
table.tabla tr td.titulos{
color: red;
}
table.tabla1, table.tabla2{
float: left;
width: 50%;
border: 1px solid #000;
margin-bottom: 20px;
}
@media only screen and (max-width:480px){
table.tabla1, table.tabla2{
width: 100%;
}
}
.comunicados{
/*
background: rgba(98,125,77,1);
background: -moz-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,1)));
background: -webkit-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
background: -o-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
background: -ms-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
background: linear-gradient(to right, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08', GradientType=1 );
*/
}
.att{
width:100%;
padding-top: 15px;
padding-bottom: 40px;
display: flex;
display: -webkit-flex;
align-items: center;
align-content: center;
justify-content: center;
flex-direction:row;
flex-wrap:wrap;
}
ul.contenenido-listado{
width: 100%;
margin: 0 auto;
text-align: center;
display: flex;
align-content: center;
justify-content: center;
flex-wrap: wrap;
}
li.listado{
list-style-type: none;
}
li.listado a img{
margin: 0 10px;
}
.att a{
margin-left: 20px;
margin-right: 20px;
}
.att1{
width:100%;
padding-top: 15px;
padding-bottom: 40px;
display: flex;
display: -webkit-flex;
align-items: center;
align-content: center;
justify-content: center;
flex-direction:row;
flex-wrap:wrap;
}
.att1 a{
margin: 0 20px;
}
.redondo{
border-radius: 8px;
}
.redondo:hover{
transform: scale(1.1);
}
.fuerza{
border-radius: 8px;
}
.fuerza:hover{
transform: scale(1.2);
background-color:#f8ecc3;
}
/* Always set the map height explicitly to define the size of the div element that contains the map. */
#map {
width: 100%;
height: 300px;
z-index: 8;
margin: 0 auto;
}
/* Optional: Makes the sample page fill the window. */
html, body {
height: 400px;
margin: 0;
padding: 0;
}
@media (max-width: 768px) {
*{
margin:0;
padding:0;
}
header img{width:100%; height:auto;}
.info{padding-top:100px;}
footer{display:block;}
.menu{width:100%;}
#nav li{width:100%; display:block;}
#nav li ul{display:block;}
.main{width:100%; margin:0px; padding:0px;}
section.info{width:100%; padding:8px;}
.sliders{width:100%; padding:0; margin:0;}
.display-4{font-size: 1em;}
.administrativo{width:100%;}
.flex-container {width:100%; padding:0; margin:0px;}
.items{padding:3px; margin:3px; display:inline-block;}
}
@media (max-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
.flex-container {width:100%; padding:0; margin:0px;}
.items{padding:3px; margin:1px 10px; display:inline-block;}
}