MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: /home/asjudine/public_html/css/interasjudinet.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;
}

div.fiestas img{
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px){
    div.fiestas{
        width: 100%;
    }

    div.fiestas img{
        width: 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;
}
*/



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-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;
	}
}


/*
.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;
    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;*/
}

div.cliente{
	position: fixed;
	z-index: 10;
	right: 0px;
	top: 250px;
	color: #fff;
	background-color: #fff;
}

div.cliente img{
	width: 50px;
	height: 50px;
}


/*********/
.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;
	color: #191C26;
}

.servicio a:hover {
	/*background-color: #CC673B; */
	transition: width 2s;
}

.servicio ul li ul {
	display: none;
}

.servicio ul li ul p{
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	line-height: 1.1;
}

.servicio ul li a:hover + ul, .servicio ul li ul:hover {
	display: block;
	
}







/** 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: 10px;
}


p.informacion{
	margin-top: 10px;
    color:#A62020;
    text-align: justify;
	font-size:1em;
    font-weight: bold;
	padding: 20px;
}

@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: 300px;
    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;
}*/

.oscuro{
    color: #000; 
}

.claro{
    color: #FFF;
}
.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;
}

.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: rgba(0, 0, 0, 0.9);
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 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);
}

/*AGREGO ESTO*/
.excepcion h2{
    display: none;
}

.mascara button{
	text-transform: uppercase;
}

/*****************************************************************************/

.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*/
}




.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:.8em;
	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{
	color:#2B56CA;
	font-size: bold;
}

.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;
}





















.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;}
}