@charset "utf-8";
/* CSS Document */

/*@font-face {
font-family: "Encode Sans",Arial,sans-serif;
src:url(../fonts/) format('truetype');    
}*/


/* Montserrat */
@font-face {
   font-family:"Montserrat";
    src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype"),
         url("../fonts/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
   font-style: normal;
   font-weight: normal;
   /*font-weight: 500;*/
}

/* Lora */
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-VariableFont_wght.ttf') format('truetype'),
   	   url('../fonts/Lora-Italic-VariableFont_wght.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  /*font-weight: 500;*/
}

/*Estos estilos son para que el footer quede fijo abajo*/
body{
	display:flex !important;
	flex-direction: column;
	min-height:100vh;
	letter-spacing: -0.20pt;
    font-size: 16px;
    font-family: "Montserrat",sans-serif;
	}
	
	
	
footer{
	margin-top:auto;
}


.margin-L3{	
	margin-left:3%;/*(para 7 iconos)*/
	/*margin-left:7%; (para 6 iconos)*/
}
	
.texto-bajada{	
	font-size:15px;
}

/*.overlay{
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	height:100%;
	width:100%;
	}*/
	
/*.media-body:hover{
	color:#FFF !important;
}*/

.panel-pane100{
	width:100%;	
	}
	
.atajos{/*iconos redondos landing page*/
	padding-top:1.5% !important;
	padding-bottom:1.5% !important;
	}

.text-muted-noticias{
	font-size:14px !important;
}

.icono-svg{
	width:45%;
	margin-top:12%;	
}

.texto-footer{
	font-size:14px;
	color:#0695D6;
}
.margin-texto-footer{
    margin-top:-3% !important;
	padding-bottom:1%;
	}
/*.main-footer h4{color:#767676}
.main-footer img.image-responsive{margin-bottom:20px;max-width:300px;display:block}*/

.span-titulo{
	color:#5D5D5D;
	font-weight:600;
	font-size:22px;
	}
	
.color-fondo-panel{
	background-color:#F3FAFF;
	background-color:#F0F9FF;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 1px solid #044270;
	}
	
.bordes-redondeados{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #0072BB;
	}
	
.titulo-pagina{
	/*font-family:"Encode Sans",Arial,sans-serif;*/
	font-family:"Lora",serif;
	font-weight:500;
	font-size:26px;
	padding:1% 0 1% 0;
}

/*Informes web*/		
.rpiweb-link {
	text-decoration:none;
	/*color:#FFF;*/
	}
		
.rpiweb-link:hover	{
	text-decoration:none;
	color:#FFF !important;
	}	
	
.rpiweb-icono{
	margin-top:10%;
	margin-left:29%;
	font-size:55px;
	color:#0091D0;
	}
	
.rpiweb-icono:hover{
	color:#FFF !important;
	}	
	
.margin-L10{
	padding-left:8%;
	}
	
.icono-informes{
	padding-top:20%;	
		}
	
.fondo-color{    
  background-color: #ECEFF0;
  border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border: 0px none #000000;
}

.titulo-informe{
	font-weight:500 !important;
	    line-height: 1.2;
	}

/*fin informes web*/

/*estilos Seguitra*/
.mensajeError-seguitra{
	font-size:18px;
	font-weight:600;
	color:#2B366B;	
}
/**/

	
/*ESTILOS PROTECCION VIVIENDA*/

.color1_pv {	
	background-color:#182867;
	height:150px;
	width:48%;
	float:left;
	/*background-color:#225735;
	height:140px;*/
	}
	
.color2_pv {	
	/*background-color:#2C6E59;*/
	background-color:#144470;
	height:150px;
	width:48%;
	float:left;
	}
	
.color3_pv {	
	/*background-color:#336422;*/
	background-color:#0B4C59;
	height:150px;
	width:48%;
	float:left;
	}
	
.color4_pv {	
	/*background-color:#164017;
	background-color:#0E7061;*/
	height:150px;
	width:50%;
	float:right;
	/*padding:4px;*/	
	}
	
.color5_pv {	
	/*background-color:#2C6E59;*/
	background-color:#445180;
	height:150px;
	width:48%;
	float:left;
	}
	
.link1_pv{
    text-decoration:none !important;
    font-family: "Montserrat",sans-serif;
	font-size:24px;
    color:#FFF;         
    padding: 1% 0 0 1%;
    position:absolute;	
	line-height:normal !important; 	
	}
	
.link1_pv:hover{
	 text-decoration:none;
     color:#CCC;	
	}
		
.link2_pv{
    text-decoration:none !important;
    font-family: "Montserrat",sans-serif;
	font-size:24px;
    color:#FFF;         
    padding: 1% 0 0 1%;
    position:absolute;
	line-height:normal !important;
	}
	
.link2_pv:hover{
	 text-decoration:none;
     color:#CCC;	
	}
		
.no-margin-bottom{
	margin-bottom:-4%;}
	
.ul-sin-vineta{
	list-style-type:none !important;
	list-style:none !important;}
	
.parrafo-horarios{
	font-size: 18px;
	font-weight:300;	
	}
	
/*Estilos generales*/
.filler-50{
	min-height:50px;
	}	
.filler-70{
	min-height:70px;
	}
.filler-100{
	min-height:100px;
	}	
.filler-150{
	min-height:150px;
	}	
.black-font{
	color:#000 !important
	}	
	
.letra-grande{
	font-size:22px;}
	
.letra-chica{
	font-size:12px;
	font-weight:500;
	}
	
.letra-chica-noticias{
    font-size:13px;
	font-weight:400;
	line-height:1.3 !important;
	}
	
.letra-alert-calc{
	font-size:14px !important;
	font-weight:500 !important;	
	}
	
.bg-azul{
	background-color:#242C4F !important;}	
/*fin estilos generales*/

.divOculto {
   display: none;
}

.msj-reclamos{
	color: #333 !important;
	padding:5% !important;
}

.link-subrayado{
    text-decoration:underline !important;
	/*color:#FFF;*/	
	}
	
.txt-resaltado{
	font-size: 19px !important;
    line-height: 29px !important;
	font-weight:400;
    /*text-shadow: 0 2px 2px rgba(0,0,0,.5)!important;*/
	}
	
.bg-celeste-argentina {
    background-color: #37bbed!important;
	padding:0px !important;
}

.btn-mi-argentina {    
	/*color: #0072bb;
    background-color: #fff;*/	
	background-color:#242C4F;
	color: #fff;
    text-decoration: none;
	font-weight:600;
	border-radius: 92px 92px 92px 92px;
-moz-border-radius: 92px 92px 92px 92px;
-webkit-border-radius: 92px 92px 92px 92px;
border: 0px solid #000000;
}

.btn-mi-argentina:hover{
	color: #fff;
	padding:5px 7.5px;
	background-color:#000;
	}
	
.border-bottom-amarillo {
    border-bottom: 3px solid #e7ba61;
}

.border-top-amarillo {
    border-top: 3px solid #e7ba61;
}

.tituloContainerCam{
	text-decoration:none !important;	
	}
	
.tituloContainerCam:hover{
	text-decoration:underline !important;
	}	
	
.sub-footer {
    /*background-color: #37BBED;*/
	background-color:#242C4F;
    padding: 20px 0 40px 0 !important;
}

.bg-nuevo_color{
	background-color:#242c4f !important;	
	}	
	
.panel-border-nuevo_color {
	/*border-color: #242c4f;*/
	border-bottom: 12px solid #242c4f;}



/*Importados argentina gob ar*/
.container-campania{
	border-radius:10px;width:1270px!important;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;
	}
@media (max-width:768px){#campaign02{line-height:1.4}.panel-camp-principal{margin-top:160px}.box-camp-principal{padding:0px!important}}
.container-campania{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;border-radius:10px!important;}
@media (min-width:300px){.container-campania{width:100%!important;}}
@media (max-width:767px){.container-campania{width:100%!important;border-radius:0px!important;height:250px;overflow:visible;}.container-campania:not(:root:root){margin-bottom:155px;}.box-campania{padding:0px;}}
@media (min-width:768px){.container-campania{width:750px!important;}}
@media (min-width:992px){.container-campania{width:970px!important;min-height:354px;}}
@media (min-width:1200px){.container-campania{width:1170px!important;}}@media (min-width:1270px){.container-campania{width:1270px!important;}}
	
.etapa2 .h3{
color:#333!important;
font-size:20px!important;
text-shadow:none!important;
}
.etapa2 p{
font-size:14px!important;
line-height:22px!important;
text-shadow:none!important;
font-weight:500!important;
color:#555!important;
}
.etapa2  .text-muted{
	text-shadow:none!important;
}


.panel-border-green{
	border-color: #ddd;
    border-bottom: 12px solid #2E7D33;
}

.panel-border-azul_pri{
	border-color: #ddd;
    border-bottom: 12px solid #0072BB;
}

.panel-border-arandano{
	border-color: #ddd;
    border-bottom: 12px solid #564686;
}

.bg-arandano2{
      background-color:#564686!important;
}

.panel-border-verde-azulado {
    border-color: #ddd;
    border-bottom: 12px solid #008388;
}

.titulo-pagina{
	font-size:20px;
	font-weight:800;}
	
.sub-titulo-pagina{
	font-size:16px;
	font-weight:700;}
	
.foto-directora{
	max-width:375px;
	}

	
/*foto modal*/
.container-modal {
width: 100%;
margin: 0 auto;
/*max-width: 1214px;*/
}

.img-modal {
width: 100%;
height: auto;
}
/*
Full screen Modal 
*/
.fullscreen-modal .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .fullscreen-modal .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fullscreen-modal .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fullscreen-modal .modal-dialog {
     width: 1170px;
  }
}

/*Estilos nueva tabla aranceles*/

.letra-normal{	
	font-weight:300 !important;
	}

/*---*/

.btn-fecha{	
	min-width:50%;
	}

.btn-hora{
	min-width:30%;}


.altura-panel{
	min-height:30% !important;
	/*background-color:#6FF !important;
	color:#000 !important;*/
	}
.link-panel {
	text-decoration:none !important;
	color:#FFF !important;
	/*color:#FFF;*/
	}
	
.panel-heading .accordion-toggle:after {
	font-family:'FontAwesome';
	content:"\f056"; /* adjust as needed, taken from bootstrap.css */
	float: right; /* adjust as needed */
	color: #FFF; /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
	content:"\f055";/* adjust as needed, taken from bootstrap.css */
}	

.boton-dtrs{
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
   border: 0px none #000000;
}

.boton-dtrs:hover{
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
   border: 0px none #000000;	
	}

.boton-dtrs:focus{
  border-radius: 6px 6px 6px 6px !important;
  -moz-border-radius: 6px 6px 6px 6px !important;
  -webkit-border-radius: 6px 6px 6px 6px !important;
   border: 2px solid #09BA9F; !important;	
}
	
.botonSubir {
  display: none;
  position: fixed;
  bottom: 8%;
  right: 4%;  
  rotate: -90deg;
  z-index: 99;
  cursor: pointer;
  outline: none;
  border-style: solid;
  border-color: #FFF;
  border-radius: 4px;
  background-color: #242c4f;
  padding: 1%;
  color: #ffffff;
  font-size: 25px;
}

.botonSubir:hover {
  transform: scale(1.05);
  transition: 200ms;
  background-color: #14182c;
 
}

.link-sinsub {
	text-decoration:none !important;

	}
/*estilos tomo y folio 2024*/	
.boton-tyf{
	}

.boton-tyf:hover{
	cursor:default!important;
	}
	
.foto{
	width:50px!important!	
	}
	
.no-padding-top{
	padding-top:0!important}
	
.font-modal{
	color:#FFFFFF!important;
	font-size:16px;
	text-align: justify !important;;
}

.titulo-modal{
	font-size:24px;
	color:#FFFFFF!important;
	font-weight:800;
	font-family: 'Lora';
	}
	
