@charset "utf-8";
/* CSS Document */

#lienzo{
/*filter: brightness(135%)sepia(50%)contrast(120%)saturate(250%)blur(1px);*/
}


.com-content-category-blog__item.blog-item .s2s_supra_contenedor.lang_directon_right.s2sdefault.align_left.s2s_balloon_bottom {
    display:none;
}


/*EDICION FRONTAL*/


/* clases personalizadas para articulos */

.chicolaraya{
	background-color: RGBA(136,170,191,.95);
}

/* fin de clases personalizadas para articulos */

.modns{
position: absolute;
display:block;
right: 0;
padding-right: 2em;
}

.modns span{
display:inline-block;
font-size: 1rem;
color: #fff!important;
}

.modns .input-group input.modns {
max-width: 100%!important;
margin-bottom: 6px!important;
background: RGBA(83,126,153,.85);
color: #fff;
}

.modns.btn.btn-primary.button{
background-color: #88AABF;
}
.modns.btn.btn-primary.button:hover{
background-color: #F0F2F2;
border-color: #537E99;
}


.com-users-login.login {
  max-width: 40%;
  margin-left: 30%;
}

.com-users-login.login .btn.btn-primary {
  width: 100%;
}

/* autenticación web*/


@media (max-width:680px) {
	
	.com-users-login.login {
  max-width: 80%;
  margin-left: 10%;
}
	
	
	}

/*/////////////////*EMPIEZA Display: none*/


.com-content-category-blog__item.blog-item .item-intro,
.com-content-category-blog__item.blog-item .list-inline, .com-content-category-blog__item.blog-item .list-unstyled,
.com-content-category-blog__item.blog-item .readmore,
.com-content-category-blog__item.blog-item .article-info.text-muted
{
	
    display:none;
}



.btn.btn-link.jmodedit{
    display:none;
}

.float-end{
    display:none;
}

.com-content-category-blog__item.blog-item .fields-container{
/*display:none;*/

/*padding-bottom: 2em;*/

/*border-bottom: #DA2242;
border-style: dotted;
border-left: none;
border-right: none;
border-top: none;
border-width: 1px;*/
}

.com-content-category-blog__item.blog-item .fields-container .field-entry.aclaración {
  display: none;
}


.com-content-category-blog__item.blog-item .fields-container .field-entry.foto { display: none;
}

.field-label {
  display: none;
}

.top-news.card .fields-container{
display:none;
}



.sidebar-right.card .fields-container{
/*display:none;*/
}
.sidebar-right.card .fields-container .field-entry.colgado{
color: #F0F2F2;
}

.sidebar-right.card .fields-container .field-entry.subtitulo{
min-height: 3em;
}
.sidebar-right.card .fields-container .field-entry.foto{
display:none;
}




.bottom-a.card .mod-articlesnews__item .fields-container{
/*display:none;*/
}

.bottom-a.card .mod-articlesnews__item .field-entry.colgado{
color: #F0F2F2;
}

.bottom-a.card .mod-articlesnews__item .fields-container .field-entry.subtitulo{
min-height: 2.75em; 
padding-right: 5%;
padding-left: 25%;
}
.bottom-a.card .mod-articlesnews__item .fields-container .field-entry.foto{
display:none;
}






p::selection {
    background: #00ACD8;
    color: #FFF;
    text-shadow: 1px 1px #fff;
}

/* Firefox */
p::-moz-selection {
    background: #00ACD8;
    color: #FFF;
    text-shadow: 1px 1px #fff;
}


/*texto del menú*/

@media (min-width:639px) {
	
.titreck {
  display: none;
}	
}	


/*/////////////////*FIN Display: none*/


.container-header .container-search .md-trigger{
  overflow: hidden;
  max-width: 0%;
  max-height: 0%;
  height: 0;
  width: 0;
  background-color: white;
  padding: 0;
  margin: 0;
  display: none;
 
}


  


/*FIN EDICION FRONTAL*/




body{
    color: #011736;  
	text-rendering: optimizeLegibility;
}

.grid-child.container-component main{
margin-bottom:2em;
/*margin-top: 2em;*/
margin-left: 2em;
margin-right: 2em;
}


.back-to-top-link{
position:fixed;
bottom: 5px;
right: 5px;
text-align: center;
width: 15%;
max-width: 45px;
}


.site-grid,.mod-articlesnews.newsflash {
  background-color: #fff;
}

em {
 /* color: #A71B33;*/
  color: #537E99;
}


  @media (min-width: 1200px){
.h2, h2 {
 /* font-size: 1.59rem;*/
  
  font-size: 1.75rem;
}
}

a{
   color: #A71B33;  
/*transition: all .2s ease, background-color .2s ease;*/
	text-decoration: none;
	
	 -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


/*a:hover{
	filter: sepia(60%);
}*/

a:hover, a:focus{
color: #DA2242

}

img {
  height: auto;
  max-width: 100%;
  border-radius: 1.2rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}


.mod-banners.bannergroup {

display: inline-block;
text-align: center;	
}

.mod-banners__item.banneritem {
	display: inline-block;	
	/*padding: 0.8em;*/
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	padding-right: 0.5em;
}

.brand-logo img{
	max-height: 125px;
}
.grid-child.container-nav {
  margin-top: -40px;
  padding: 0;
}

.container-banner.full-width{
	display: inline-flex;
	text-align: center;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
	padding: 0.5em;
	
	background-image:url(https://lanuevanormalidad.uy/images/fondos/fondo_ads.png);
	background-repeat:repeat;
	background-color: #FFF;
	
	border-color: #011736;
	border-bottom: solid;
	border-top: solid;
	border-width: 2px;
	border-bottom-width: 1px;
	/*padding-right: 20%;
    padding-left: 20%;*/
	margin-bottom: -1vh;
	
}



.container-component > * + *, .container-component > :first-child, .container-sidebar-left > * + *, .container-sidebar-left > :first-child, .container-sidebar-right > * + *, .container-sidebar-right > :first-child {
  margin-top: oem;
}




.main-top.card{
display: inline-flex;
	text-align: center;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
	padding: 0.5em;
	background-image:url(https://lanuevanormalidad.uy/images/fondos/fondo_ads.png);
	background-repeat:repeat;
	background-color: #FFF;
	
	border-color: #011736;
	border-bottom: solid;
	border-top: solid;
	border-width: 2px;
	border-bottom-width: 1px;
	margin-bottom: -2vh;
	width: 145%;
margin-left: -5%;
padding-right: 35%;
padding-left: 0.5em;
	
}	

@media (max-width:780px) {
	
.main-top.card {
margin-left: -40px!important;
padding-left: 50px!important;
		}
}

.main-top.card img {
  display: block;
  margin: auto;
  max-height: 75px;
  
}


.com-contact.contact .page-header{
min-height: 80px;
 
}


/*IMG menú*/

.maximenuck{
	transition: all 0.5s ease-out;
}

div#maximenuck115.maximenuckh ul.maximenuck{
border-bottom-right-radius: .25rem;
border-top-right-radius: .25rem;
box-shadow: inherit!important;
/*background: #DA2242 !important;
border-top: #DA2242 0px solid;*/
}

div#maximenuck115 li.maximenuck > a img {
  margin: 0px!important;
  border: none;
  /*max-height: 17px;*/
  max-height: 21px;
  border-radius: inherit;
 
}

div#maximenuck115 ul.maximenuck li.maximenuck a{
padding: 8px 16px!important;
 
} 
  
 div#maximenuck115 ul.maximenuck li.maximenuck.level1 { 
  margin-top:-3px!important;
  /*border-bottom: 0px solid transparent!important;*/
  }
  
  
  [data-id="maximenuck115"] .mobilemenuck-bar-title {
  background: #88AABF!important;
  color: #FFFFFF;
  font-weight: bold;
  text-indent: 20px;
  line-height: 43px;
  font-size: 20px;
  min-height: 50px;
}  
  

.mobilemenuck-bar-button {

  line-height: 0.55em!important;

}

[data-id="maximenuck115"] .mobilemenuck-bar-button {
  background: transparent!important;
  height: 80px!important;
  width: 80px!important;
  padding-top: 0!important;
  font-size: 5em!important;
  font-weight: lighter!important;
  
  color: #FFFFFF;
  
  /*height: 43px;
  width: 43px;
  padding-top: 8px;*/

}  
  
[data-id="maximenuck115"] .mobilemenuck-title {
  background: #537E99!important;
  height: 43px;
  text-indent: 20px;
  line-height: 43px;
  font-size: 20px;
}  

 [data-id="maximenuck115"].mobilemenuck {
  background: #88AABF!important;
  color: #FFFFFF;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 1.2em;
} 
  
  [data-id="maximenuck115"] .mobilemenuck-item > .level1 {
  background: #537E99!important;
  /*-moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;*/
  color: #FFFFFF;
  margin-top: 4px;
  margin-right: 3em!important;
  margin-bottom: 0.4em!important;
  margin-left: 3em!important;
  /*padding-left: 15px;*/
  line-height: 35px;
   -moz-border-radius: 1.2rem!important;
  -o-border-radius: 1.2rem!important;
  -webkit-border-radius: 1.2rem!important;
  border-radius: 1.2rem!important;
  padding-left: 30px!important;
  
}
  
[data-id="maximenuck115"] .mobilemenuck-item > .level1 a {
  color: #FFFFFF;
  line-height: 35px;
}

[data-id="maximenuck115"] .mobilemenuck-item > .level1 a:hover, [data-id="maximenuck115"] .mobilemenuck-item > .level1 a:focus {
  background: #fff!important;
  color: #DA2242!important;
     -moz-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  border-radius: 1.2rem;
   padding-left: 30px!important;
  
}  
  
.mobilemenuck-logo.mobilemenuck-logo-left img {
  max-width: 60%;
  margin-left: 20%;
  margin-bottom: .5em;
}  
  
  
 /*fin IMG menú*/
 
  
.main-bottom.card img{
display: block;
margin: auto;
max-height: 75px;
	}
	
.main-bottom.card{
	display: inline-flex;
	border:none;
	background-color: transparent;
	
	border-color: #88AABF!important;
	border-top: solid;
	border-width: 2px;
	border-radius:inherit;
	padding-top: 2em;
	padding-bottom: 2em;
	/*
	text-align: center;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
	padding: 0.5em;	background-image:url(https://lanuevanormalidad.uy/images/fondos/fondo_ads.png);
	background-repeat:repeat;
	background-color: #FFF;
	border-bottom: solid;
	border-bottom-width: 1px;
	/*padding-right: 20%;
    padding-left: 20%;*/
	/*margin-bottom: -1vh;*/
	
}


.main-bottom.card .card-body{

display: inline-block;
text-align: center;	
}


.main-bottom.card .mod-banners__item.banneritem {
display: inline-block;
/*padding: 0.8em;*/
padding-bottom: 0.2em;
padding-top: 0.2em;
max-width: 45%;
vertical-align: top;
}


label.finder{
	display: none;
	}
	
.mod-finder__search.input-group{

/*position: absolute;*/
position:fixed;
top: 3.3px;
right: 0;
width: auto;
z-index:20!important;
	}
	
.destacado {
 /* margin-top: -10vh;*/
  }
  	
.container-header nav	{
  margin-top: 3.3em;
  padding: 0;
  margin-left: -2em;
  /*width: 30%;
  display: block;*/
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  background-color: RGBA(255,255,255,.90);
  display: inline-block;
  box-shadow:4px 5px 3px .5px rgba(34, 53, 64, 0.75);
  padding-top: inherit;
}
	
	
.breadcrumb {
  /*background-color: inherit;
  margin-top:1em;*/
  margin-bottom: 0em;
  font-size: 0.8em;
  color: #DA2242;
  
}	

.breadcrumb-item.active {
  color: #537E99;
}

	
body.wrapper-fluid footer > .grid-child, body.wrapper-fluid header > .grid-child {
  padding-left: 2em;
  padding-right: 2em;
 /* justify-content: center;*/
}	


 /* columna a la derecha */



.card-header{
	background-color: rgba(0,0,0,.00);
	border:none;
}
.bottom-b.card{
	border-bottom:none;
	border-top: none;
	border-left:none;
	
	border-right: thick;
	border-color: #011736;
	border-right:solid;	
	padding-right: 1.5em;
	margin-right: 2.5%;
margin-left: 2.5%;
}

.sidebar-right.card H3.card-header {
color: #fff;
/*background-color: inherit;*/
border-color: white;
border-width: thin;
text-align: center;
margin-bottom:1em;
padding-bottom: .6em;

}

.grid-child.container-sidebar-right {
  z-index: 9;
}

.sidebar-right.card{

word-wrap: break-word;
background-clip: border-box;


/*border-radius: .25rem;*/
border-radius: 1.2rem;
display: flex;
flex-direction: column;
min-width: 0;
position: relative;

padding: .7em;
background-color: RGBA(136,170,191,.95);
border: none;
/*RGBA(0,172,216,.85)*/ /*#00ACD8*/
}	

.notadestacada{

background-color: RGBA(83,126,153,.85)!important;


}	

.sidebar-right.card a{
	color: #FFF;
	/*padding: 3px;
	padding-bottom:6px;*/
	text-decoration: inherit;
	font-variant: all-petite-caps;
}
.sidebar-right.card a:hover{
	color: #DA2242!important;
}

.sidebar-right.card .mod-articlesnews__item {
margin-bottom: 1.8em;

}

.sidebar-right.card .mod-articlesnews.newsflash{

background-color:inherit;
}

.sidebar-right.card .field-entry.subtitulo{

color: RGBA(255, 253, 202, 0.85);
}


	
.sidebar-right.card .newsflash-title{
color: #FFF;
margin-bottom: .7em;
font-variant: all-petite-caps;
font-size: 1.8rem;
margin-top: 0;

}	

.sidebar-right.card p{
max-height: 4.6em;
overflow: hidden;

}

.sidebar-right.card .newsflash-image{


}	
.sidebar-right.card .newsflash-image img{

border: solid 5px !important;
/*width: max-content;*/
border-top-left-radius: 0em 0em;
border-bottom-right-radius: 0em 0em;
max-height: inherit ;
/*width: 90%;
margin-left: 5%;*/
border-top-left-radius: 15em 1em;
border-bottom-right-radius: 15em 1em;
margin-bottom: -1em;

}	

.grid-child.container-sidebar-right .btn-secondary{

  background-color: #DA2242;
  border-color: #A71B33;
  color: #F0F2F2;
  
}	

.grid-child.container-sidebar-right .btn-secondary:focus, .grid-child.container-sidebar-right .btn-secondary:hover {
  background-color: #F0F2F2;
  border-color: #537E99;
  color: #537E99;
}

.grid-child.container-sidebar-right .newsflash-image img{
	width: inherit;
}	

.grid-child.container-sidebar-right{
/*margin-top: -15vh;*/
margin-top: 3vh;
padding-right: 1em;
padding-left: 1em;
color:#F0F2F2;
/*z-index: 99;*/

}	

@media (max-width:990px) {
	
	.grid-child.container-sidebar-right{
margin-top: inherit!important;
}		
.com-content-blog__links {
  column-count: 1!important;
}

}

/*@media only screen and (min-width: 990px) and (max-width: 1260px) {
	.grid-child.container-sidebar-right{
margin-top: -40vh!important;
}	
}*/
	
	
 /* fin columna a la derecha */

.com-content-blog__link {
 /* min-height: 4.5em;*/
  margin-bottom: 5px;
 /* margin-top: 2px;*/
}

.com-content-blog__links {
  column-count: 2;
  column-gap: 2em;
  background: #A7BDD9;
  padding: 1em;
  padding-left:2.5em;
  margin-left: -2em;
  border-bottom-right-radius: 1.2rem 1.2rem;
  border-top-right-radius: 1.2rem 1.2rem;
  box-shadow: 1px 2px 5px;
}

.com-content-blog__links ::marker{
color: #fff;
font-size: 120%

}

.com-content-blog__link a{
	transition: all .2s ease, background-color .2s ease;
color: #fff;
padding: 5px;
display: block;
background-color: inherit;
text-decoration: none;
font-size: 130%;
font-weight: normal;
padding-left:4px;
border-radius:.35rem;
 
}	

.com-content-blog__link a:hover{
 color: #FFF;
 background-color: #DA2242;
}	


.grid-child.container-nav {
 
}	

.navbar-brand{
padding:0;
background-color: inherit;
}	


.container-header .navbar-brand {
  justify-content: center;
  display: flex;
  width: 100%;
  margin-top: 1.2em;
 
}

.container-header .grid-child {
   /* padding: 2em;*/
    padding: 0em;
}	
	
.container-banner img {
  display: block;
  margin: auto;
  max-height: 100px;
  
}
	
	.container-header {
    position: relative;
   /* z-index: 10;*/
	/*margin-bottom: -13em;*/
    /*margin-bottom: -10px;*/
   /* background-color: /*#F3F3F3*//*RGBA(243,243,243,.8);*/
	background-color: transparent;
	background-image: linear-gradient(0deg, RGBA(256,256,256,.0) 0%, RGB(255, 255, 255) 95%);
   /* background-image: linear-gradient(135deg, #F3F3F3 0%, #fff 100%);*/
   /* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;*/
}




.grid-child.container-top-a{
/*margin-bottom: 10vh;*/
overflow: hidden;

}


	/*slide flex header*/
div#flexheaderdebugwindow {
  display: none;
}

#flexheaderdebugwindow {
  display: none!important;
}
.top-a.card{
  border: none;
margin-left: -3%;
display: block;
width: auto !important;
margin-right: -2.7%;
}

.top-news.card{
  border: none;
/*margin-left: -2.08%;*/
display: block;
width: auto !important;
/*margin-right: -2.1%;*/
}

.card-body{
  padding: 0;
  overflow: hidden;
}

#lienzo{
  position:relative;
}


	/*fin slide flex header*/
	
	/*MENU*/
	
	
	
	.container-topbar{
	/*display: inline-flex;
	text-align: center;*/
    background-color: #011736;
	/*padding-left: 0.5em;
    padding-bottom: 0.8em;
    padding-top: 0.5em*/
}

	.container-header .mod-menu>li {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}
	
.container-header .mod-menu {
    color: #fff;
	font-size: 1em;

}

       
/*li.nav-item.item-101.default:hover{
      
         background-color: #fff;
      color: #00ACD8;

}*/

li.nav-item.item-107 {
		
   
}

li.nav-item.item-107  > a {
  width: auto;
    height: auto;
    padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.7em;
	padding-bottom: 0.7em;	
	
}

li.nav-item.item-107  > a:hover{
     background-color: #fff;
      color: #00ACD8;
	
}
.container-header .mod-list li > a {
  /*  width: auto;
    height: auto;
    padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.7em;
	padding-bottom: 0.7em;*/
}


.container-header .mod-list li.active > a {
      background-color: #fff;
      color: #00ACD8;
	  padding-left: 1em;
	  padding-right: 1em;
	  padding-top: 0.7em;
	  padding-bottom: 0.7em;
}

/*.container-header .mod-list li > a:hover {
     background-color: #fff;
      color: #00ACD8;
}*/


li.nav-item.item-101.default.current.active{
      background-color: #fff;
      color: #00ACD8;
-webkit-background-color: #fff;
-webkit-color: #00ACD8;
}
	
.container-header .mod-menu>li.active:after, .container-header .mod-menu>li:hover:after {
    background: #fff;
    left: 0;
    right: 2px;
}	
	
	
.container-header .mod-menu>li:after {
    background: transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin: auto;
    opacity: .2;
    position: absolute;
    right: 50%;
    transition: all .2s ease, background-color .2s ease;
}
	
	
#maximenuck115-mobile{
z-indez:99;
}	
	

	
	
#maximenuck115	{
   /* position:absolute;
	width:100%;*/
	position:fixed;
	top:0;
}
		
	/*fin menu*/
		

.grid-child.container-top-news{
Position:absolute;
display: inline-block;
max-height: 40vh;
}

.top-news_y_banner, _banner{
	display:block;
	width:auto;
	position:relative;
}


@media only screen and (min-width: 800px) and (max-width: 990px) {

.top-news.card{
margin-right:.35em!important;
}
.top-news.card .mod-articlesnews.newsflash p{
max-width: 60%!important;
margin-top: 0!important;
}

.newsflash-image img{
/*max-height: 150px!important;*/
}
.newsflash-image{
margin-left: .75rem!important;
}

.top-news.card .newsflash-title{
margin-left: .75rem!important;
}


}
@media only screen and (min-width: 991px) and (max-width: 1140px) {

.top-news.card .mod-articlesnews.newsflash p{
max-width: 60%!important;
margin-top: 0!important;
}
.top-news.card{
margin-right:25.3%!important;
}
.newsflash-image img{
/*max-height: 150px!important;*/
max-height: 350px!important;
}
.newsflash-image{
margin-left: .75rem!important;
}

.top-news.card .newsflash-title{
margin-left: .75rem!important;
}

}


@media only screen and (min-width: 800px) and (max-width: 1240px) {
.top-news.card{
margin-right:20%!important;
}
}

.top-news.card{
border: none;
border-radius: .35rem;
/*background: linear-gradient(to top, rgba(1, 23, 54, 0.98), rgba(0,172,216,.45));*/
margin-right:50%;
padding-bottom: 0.5%;
margin-top: 0;
margin-left: 2em;
background-color: transparent;
/*background-image: url(https://lanuevanormalidad.uy/images/fondos/fondo_stik.png);
background-repeat: no-repeat;
background-size: contain;

background-position-x: right;*/
}

.top-news.card .card-header{
	text-align: right;
padding-right: 1.5em;
	font-size: 3.5em;
	color:#FFF;
	padding-top: .3em;
/*color:RGBA(0,0,0,.0);*/
border-bottom: none;
/*margin-bottom: .5em;
padding-top: .7em;*/

/*padding-bottom: 1em;

background-image:url(http://www.lanuevanormalidad.uy/images/img/lider.png);
background-repeat:no-repeat;
background-size:contain;
background-position:center;*/
}


.top-news.card .newsflash-title{
color:#FFAC33;
margin-bottom: 1.2rem;
max-width: none;;
display:block;
}

.top-news.card .mod-articlesnews{
/*margin-bottom: 20px;*/

}
.top-news.card .mod-articlesnews .readmore{
/*margin-top: 5vh;*/
max-width: inherit !important;
width: 100%;
text-align: right !important;
padding-right: .7em !important;
margin-bottom: inherit;
margin-top: -10px;

}
.newsflash-image{
	margin: 0 0 2em;
   display: inline-flex;
   

}

.newsflash-image.figure{
	margin: 0 0 2em;
display: inline-flex;
}
.newsflash-image img{
width: 100%;
/*max-height: 160px;*/
max-height: 280px;
border-top-left-radius: 15em 1em;
border-bottom-right-radius: 15em 1em;
border: solid 6px;
border-color: white;
}

.top-news.card .mod-articlesnews.newsflash{
display:block;
background-color: inherit;
/*background-image:url(http://www.lanuevanormalidad.uy/images/img/fondo_news.png);
background-repeat:no-repeat;
background-size:contain;
background-position:center;*/

}

.top-news.card .mod-articlesnews.newsflash .readmore{ 
margin-top: -2vh;

}

.top-news.card .mod-articlesnews.newsflash .btn-secondary{ 
width: 35%;
margin-right: 70%;

}

.top-news.card .mod-articlesnews.newsflash p{
color: #FFF;
display: inline-block;
max-width: 45%;
text-align: justify;
max-height: 238px;
vertical-align: top;
padding-left: .7em;
overflow: hidden;
margin-top: -6vh;
}
.top-news.card .mod-articlesnews__item{
text-align:left;

}


.top-news.card .newsflash-title a{
color: #011736;
background-color: #fff;
text-decoration: none;
transition: all 0.5s ease-out;
font-weight: normal;
display: block;
/*width: 65%;*/
max-width: 380px;
/*padding: 20px;*/
display: inline;
text-decoration: overline;
text-decoration-color:#FFF ;
text-decoration-style: solid;
font-size: 2rem;
font-family: var(--cassiopeia-font-family-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",);
font-weight: var(--cassiopeia-font-weight-headings, 700);
font-size:.75em;
}


.top-news.card .newsflash-title a:hover{
color: #011736;
background-color: #FFF;

}

.top-news.card .newsflash-title a:hover, a:focus{
color:#FF0000;
}

@media (max-width:640px) {
	
.brand-logo img {
  max-height: 95px;
  margin-top: -20px;
  margin-bottom: 30px;
}	
	
}


@media (max-width:420px) {
	
	
	.top-news.card .mod-articlesnews.newsflash .btn-secondary{ 
width: 70%;
margin-right: 70%;

}
	
.grid-child.container-top-a {
  margin-bottom: -10vh;
}
	
.top-news.card .newsflash-title a{
  max-width: 70%; 
}
	
.top-news.card .newsflash-title{
max-width: 92%;
}

.top-news.card .newsflash-image img {
/*max-width: 50%;*/
border: solid 6px !important;
border-color: white !important;
}

.top-news.card{
background-color:transparent;
background-image: none;
}
.top-news.card .mod-articlesnews.newsflash .readmore{
width: 70%;
}

.top-news.card .card-header{
font-size: 3.2em;
color: #FFF;
padding-right: 0;

}

.top-news.card{

margin-left: 2%;
margin-right: 2%;
margin-top:0;
}

.page-header{
min-height: inherit!important;
}

.com-content-category-blog__item.blog-item p{
min-height: inherit!important;
max-height: inherit!important;
margin-bottom:inherit!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
margin-bottom:inherit;
}

.h2, h2 {
  font-size: calc(1.325rem + .2vw);
  /*font-size: calc(1.325rem + .9vw);*/
  margin-bottom: .8em;
}

body:not(.has-sidebar-left) .site-grid .container-component {
 /* margin-top: -17vh!important;*/
}
.com-content-article.item-page .page-header{
  /*margin-top: -17vh!important;*/
  margin-top: 1vh!important;
}


.item-content {
  margin-bottom: 2em;
}

}



/*////CODIGO INCRUSTADO EN MÓDULO 360 /////////////////////////////////////////////////////////*/

/*@media (min-width:1600px) { 
body:not(.has-sidebar-left) .site-grid .container-component {
  margin-top: -6%;
}
}

@media only screen and (min-width: 990px) and (max-width: 1600px) {	
body:not(.has-sidebar-left) .site-grid .container-component {
  margin-top: -9.5%!important;
}		
}	

@media only screen and (min-width: 680px) and (max-width: 990px) {
	body:not(.has-sidebar-left) .site-grid .container-component {
  margin-top: 0!important;
}
}

@media only screen and (min-width: 420px) and (max-width: 680px) {
	body:not(.has-sidebar-left) .site-grid .container-component {
  margin-top: 17vh!important;
}
.top-news.card .card-header {
  padding-right:inherit!important;
}
}*/

/*////////////////////////////////////////////////////////////////////////////////////////*/

@media only screen and (min-width: 420px) and (max-width: 800px) {
	

.com-content-category-blog__item.blog-item p
{
min-height: inherit!important;
max-height: inherit!important;
margin-bottom:inherit!important;
}
.h2, h2 {
  font-size: calc(1.325rem + .5vw)!important;
  /*font-size: calc(1.325rem + .9vw);*/
  margin-bottom: .8em!important;
}

.list-inline, .list-unstyled{
  margin-bottom: .6em!important;
  min-height: inherit!important;
}

.com-content-category-blog__item.blog-item img{
 /* max-width: 105%!important;*/
}
.com-content-category-blog__item.blog-item .left.item-image{
  max-height: none!important;
}

.sidebar-right.card .newsflash-image{

margin: 2em 2em 2em!important;

}	

.sidebar-right.card .newsflash-image img{

max-height: inherit!important;
width: 80% !important;
margin-left: 10%!important;

}	


.sidebar-right.card .readmore{

margin-top:1.5em!important;

}	


.bottom-a.card .mod-articlesnews__item .newsflash-image {
	max-width: 100%!important;
}

.bottom-a.card .mod-articlesnews__item .newsflash-image img { 
max-height: inherit !important;
width: 90% !important;
/*margin-left: 10% !important;*/
}


.bottom-a.card .mod-articlesnews__item {
	display:block!important;
}

.bottom-a.card .mod-articlesnews__item p{
	width:100%!important;
}
.bottom-a.card .mod-articlesnews__item .btn.btn-secondary{
display: inline-block!important;
margin-left: 0%!important;
min-width: auto!important;
margin-top: 0vh!important;
}


}

.btn{
transition: all 0.5s ease-out;
font-size: 0.8rem;
padding: .1rem 1rem;
width: 100%;
/*font-weight: 600;*/
font-variant: all-petite-caps;
border-radius: 1.2rem;
}

.btn a{
color: #00C
}

.btn a:hover, a:focus{
color: #000
}

.btn.btn-primary {
width: inherit;
margin-right: .2em;
  
font-weight: bold;
font-variant: all-small-caps;
font-size: 165%;
-webkit-text-stroke: .06rem #537E99;
color: #Fff;
padding-top: 0;
padding-bottom: 0;
}

.btn.btn-primary:focus, .btn.btn-primary:hover {
-webkit-text-stroke: .06rem #537E99;
color:transparent;
/*#f9fafb*/
/*color: #011736;*/
}

.icon-search.icon-white {
  font-size: 65%;
}

.btn-primary{
background-color: #88AABF;
border-color: #88AABF;
/*font-weight: normal;
font-variant: all-small-caps;
font-size: 110%;*/
}

.btn-primary:focus, .btn-primary:hover {
  background-color: #F0F2F2;
  border-color: #537E99;
  color: #537E99;
}

.mod-finder__search.input-group button .icon-search{
 margin-inline-end: .5em;
}

.btn-check:focus + .btn-info, .btn-info:focus, .btn-info:hover {
  background-color: #f9fafb;
  border-color: #011736;
  color: #011736;
}

.btn-secondary {
background-color: #88AABF;
border-color: #537E99;
color: #F0F2F2;
  
}	

.btn-secondary:focus, .btn-secondary:hover {
   background-color: #F0F2F2;
  border-color: #537E99;
  color: #537E99;
}

/*articulos descripcion*/

.article-info-term {
  display: none;
}

.createdby {
  display: inline-block;
 /* color: #88AABF;*/
}
.category-name {
	/*color: #88AABF;*/
  display: inline-block;
   margin-left: 1em;
}
.published {
	
  display: inline-block;
  margin-left: 1em;
}

.icon-calendar.icon-fw {
  /*color: #88AABF;*/
}
time, .createdby, .category-name, .icon-calendar.icon-fw {
  color: #88AABF;
}

/*FIN - articulos descripcion*/


/*HOME - ARTICULOS*/

.com-content-category-blog.blog {
  /*text-align: center;*/
  /*margin-top: 13em;*/
}

@media (min-width:1980px) {

.com-content-category-blog.blog {
margin-right: 15%;
margin-left: 15%;
}
}

.com-content-category-blog__item.blog-item {
display: inline-block;
padding: .8em;

/*max-width: 31%;
min-width: 390px;*/

max-width: 42%;
/*min-width: 390px;*/

}



.com-content-category-blog__item.blog-item img{
/*max-width:120%;*/
}
.com-content-category-blog__item.blog-item img:hover{
filter: sepia(60%);
transition: all .2s ease, background-color .2s ease;
}

.com-content-article.item-page .page-header{
/*padding-bottom: 1.5em;*/
min-height: inherit;
  }

.com-content-article.item-page .page-header h1{
font-size: 200%;
  }
  
.left.item-image {
  float: left;
  width: 100%;
 /* padding-right: 1em;*/
 /* max-height: 30vh;*/
 /* padding-top: 0.5em;*/
 /*max-width: 75%;*/
  }
  
.com-content-category-blog__items.blog-items.items-leading {
  display: inline-block;
  text-align: center;
}

.com-content-category-blog__children.cat-children {
  display: none;
  text-align:center;
}

.com-content-category-blog__item.blog-item{
transition: all .2s ease, background-color .2s ease;
text-align:left;
vertical-align: top;

	/*background-image:url(https://lanuevanormalidad.uy/images/fondos/fonfo_news_bt.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;*/
	/*background-color: #FFF;*/
	
	
border-top: #DA2242;
border-style: dotted;
border-left: none;
border-right: none;
border-bottom: none;
border-width: 1px;
padding-top: 2em;
margin-left: 2em;	
}




.page-header{
	display:block;
	/*min-height: 22.5em;*/
	min-height: 19em;
		/*background-image:url(https://lanuevanormalidad.uy/images/fondos/fonfo_p-top.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;
	padding-bottom: 60px;*/
}

.page-header a {
	/*transition: all .2s ease, background-color .2s ease;*/
 color: #223540;
/*background-color: #011736;
display: inline;*/
/*text-decoration: overline;
text-decoration-color:#FFF ;
text-decoration-style: solid;*/
text-decoration: inherit;
font-variant: all-petite-caps;
text-justify: distribute;

}

.page-header a:hover, a:focus{
color: #DA2242;
/*background-color: #DBDDDE;*/
filter: none;
	
}

li.field-entry.subtitulo::marker {
	color:transparent;
	}
	
ul.fields-container{
	margin-left:0;
	padding-left:0;
	}
	
	
.field-entry.colgado{
transition: all .2s ease, background-color .2s ease;
color: #88AABF;
/*text-align: right;*/
text-decoration: inherit;
line-height: 1.4;
/*font-variant: all-petite-caps;*/
text-justify: distribute;
font-size: 1.4rem;
/*font-style: normal;*/
/*min-height: 5.2em;*/
overflow: hidden;
font-weight: var(--cassiopeia-font-weight-headings, 700);
font-family: var(--cassiopeia-font-family-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",);
font-weight: normal;
	
}

.caption, .bottom-a.card .mod-articlesnews__item .newsflash-image figcaption{
transition: all .2s ease, background-color .2s ease;
color: #88AABF;
text-align: right;
text-decoration: inherit;
line-height: 1.3;
font-variant: all-petite-caps;
text-justify: distribute;
font-size: 1.5rem;
overflow: hidden;
font-weight: var(--cassiopeia-font-weight-headings, 700);
font-family: var(--cassiopeia-font-family-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",);

margin-top: 1em;
padding-right: 10px;
border-radius: 100px 0px 0px 0px;
border-color: #223540;
/*border-color: #88AABF;*/
border-width: thin;
  border-right-width: thin;
  border-bottom-width: thin;
border-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
border-bottom: none;
border-right: none;
	
}



.com-content-article.item-page .field-entry.subtitulo{
min-height: inherit;	
	
}

.field-entry.subtitulo{
transition: all .2s ease, background-color .2s ease;
color: #DA2242;
text-align: right;
text-decoration: inherit;
line-height: 1.15;
font-variant: all-petite-caps;
text-justify: distribute;
font-size: 1.25rem;
font-style: normal;
/*min-height: 5.2em;*/
min-height: 3.8em;
overflow: hidden;
margin-top: 1em;

/*font-weight: var(--cassiopeia-font-weight-headings, 700);*/

font-family: var(--cassiopeia-font-family-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",);

	
}

.item-intro{
	margin-bottom: 1em;
/*padding-top: 0.5em;*/
font-size: 110%;
}

item-intro_newsflash{
	margin-bottom: 1em;
/*padding-top: 0.5em;*/
font-size: 110%;
}


.field-entry.foto {
}

.com-content-category-blog__item.blog-item .left.item-image{
/*max-height: 25vh;*/
border-top-left-radius: 15em 1em;
border-bottom-right-radius: 1.2rem 1.2rem;
border-bottom-left-radius: 1.2rem 1.2rem;
border-top-right-radius: 1.2rem 1.2rem;
/*border-bottom-right-radius: 15em 1em;*/
}


.com-content-category-blog__item.blog-item p{
text-align: justify;
/*margin-top: 2em;*/
/*margin-bottom: 10vh;*/
/*max-height: 11.3vh;
min-height: 11.3vh;*/
overflow: hidden;
/*font-size: .95rem;*/
font-size: 1.1rem;
	/*background-image:url(https://lanuevanormalidad.uy/images/fondos/fonfo_p.png);
	background-repeat:repeat-y;
	background-position:center;
	background-size:cover;*/
	margin-bottom: 0;
	
	/*padding-bottom: 60px;
	padding-top: 60px;*/
	/*padding-left: 10px;
	padding-right: 15px;*/

}

.com-content-category-blog__items.blog-items.masonry-3 .page-header {
/*min-height: 210px;*/
min-height: 6em;
}

p.readmore{
	/*max-height: 1vh !important;*/
}


.com-content-category-blog__item.blog-item p.readmore{
	/*margin-bottom: -6vh;*/
	margin-top: -2vh;
}


.list-inline, .list-unstyled {
  /*min-height: 6em;*/
  min-height: 7.7em;
  margin-bottom: inherit;
  padding-top: 1%;
}


.article-info.text-muted {
  font-size: 0.8rem;
}

.jllikeproSharesContayner a {
	opacity: .5;
	transition: all 0.5s ease-out;
}
.jllikeproSharesContayner a: hover {
	opacity: 1;
width: 30px!important;
height: 30px!important;
text-align: center!important;
}

.likes-block_right{
	margin-top: 1.65em; 
	/*background-image:url(https://lanuevanormalidad.uy/images/fondos/fonfo_p-bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	background-size:contain;*/
}

.button_text.likes-block_right {
/*margin-bottom: -5em;
margin-right: 48%; */
margin-bottom: -1.5em;

color: #88AABF;
font-size: 75%;
}

.jllikeproSharesContayner {
  padding: 0;
 /* margin-top: -10vh;*/
}


.com-content-article.item-page{
column-count: 4;
column-gap: 20px;
}

@media only screen and (min-width: 513px) and (max-width: 990px) {	
.com-content-article.item-page{
column-count: 3!important;
}		
}	

@media only screen and (min-width: 421px) and (max-width: 512px) {	
.com-content-article.item-page{
column-count: 2!important;
}		
}

@media (max-width:420px) {	
.com-content-article.item-page{
column-count: 1!important;
}		
}

.com-content-article__body{
}

.com-content-article.item-page{ 
margin-top: 2vh;
/*margin-top: 25vh;*/
/*margin-top: 22vh;*/
/*padding-top:1em;*/
}

.fields-container{
font-size: 80%;
font-style: italic;
}

.com-content-article.item-page .left.item-image {  margin: inherit;
  margin-top: inherit;
margin-top: 1em;
margin-bottom: 1em;
  /*max-width: 75%;*/
 }
  
.com-content-article.item-page .left.item-image img {
  width: 100%;
  height: max-content;
  border-top-left-radius: 1.2rem 1.2rem;
border-bottom-right-radius: 1.2rem 1.2rem;
border-bottom-left-radius: 1.2rem 1.2rem;
border-top-right-radius: 1.2rem 1.2rem;
}  

.com-content-article__body img{
width: max-content;
border-top-left-radius: 1.2rem 1.2rem;
border-bottom-right-radius: 1.2rem 1.2rem;
border-bottom-left-radius: 1.2rem 1.2rem;
border-top-right-radius: 1.2rem 1.2rem;
margin-bottom: 1em;
margin-top: 1em;
}

@media screen and (max-width: 32em){
	
.com-content-article__body p{
font-size: 120%; 
  }  
  
 }
  
  
.com-content-article__body p{
 /*font-size: 90%;*/
 text-align:justify;
 margin-top: 1.5vh;
/* column-count: 2;
column-gap: 20px;*/
}

.grid-child.container-component .article-info.text-muted {
  padding-top: 1vh;
  border-top: solid;
  border-width: 1px;
  border-color: #DA2242;
  margin-bottom: 0;
 /* border-color: #00ACD8;*/
}

.article-info.text-muted a {

	color: #A71B33;
transition: all .2s ease, background-color .2s ease;
text-decoration: none !important;
/*background-color: #00ACD8;*/
  padding-top: 1px!important;
  padding-right: 3px!important;
  padding-bottom: 3px!important;
  padding-left: 3px!important;
border-radius: 3px;
padding-bottom: 7px;
padding-right: 9px;
padding-left: 7px;
font-weight: normal;
}

.article-info.text-muted a:hover, a:focus{
color: #FFAC33;
}


.btn-info {
	background-color: inherit;
	border-color: #F0F2F2;
	color: #011736;
	padding-top: 1px;
	padding-bottom: 2px;
	font-weight: normal!important;
	/*font-size: 70%;*/
}



.bottom-a.card {
  border: none;
  text-align: center;
}

.bottom-a.card .mod-articlesnews__item{
display:inline-block;
margin-bottom: 2em;
margin-top: 2em;
/*border-bottom:dotted;
border-bottom-color:#011736;
border-bottom-width:thin;*/
padding: 10px;
/*background-color: #DBDDDE;*/
background-color: #F0F2F2;
border-radius:.35rem;
vertical-align:middle;
max-width: 49%;

}

.bottom-a.card .mod-articlesnews__item p{
max-height: 16.5vh;
min-height: 16.5vh;

}

.bottom-a.card .mod-articlesnews__item p.readmore {
max-height: inherit;
min-height: inherit;

}

/*TAGS etiquetas*/


.com-tags-tag.tag-category {
  background-color: #DBDDDE;
  /*padding-top: 2em;*/
  padding: 1em;
  border-radius: 1.2rem;
  margin-top: 2em;
  text-align:center;
}

.com-tags-tag.tag-category .list-group-item{
border:none;
background-color: inherit;
text-align: left;

}

.com-tags-tag.tag-category .list-group-item a{
text-decoration: none;
color: #011736;
font-size: 80%;

  border-left: #DA2242;
  border-left-style: solid;
  border-left-width: 4px;
  padding-left: 20px;
  border-radius: 1.2rem;
}


.com-tags-tag.tag-category .list-group-item a:hover, a:focus, .com-tags-tag.tag-category .list-group-item-action:hover{
color: #DA2242!important;
background-color: #fff;
border-radius: 1.2rem;

}



/*fin - TAGS etiquetas*/




@media only screen and (min-width: 799px) and (max-width: 1320px) {

.bottom-a.card .mod-articlesnews__item{
max-width: 71% !important;
margin-left: inherit;
}
	
}



@media (max-width:799px) {

.bottom-a.card .mod-articlesnews__item{
/*max-width: 95%!important;*/
max-width: 71% !important;
margin-left: 15%;
}
	
}
	
.bottom-a.card .mod-articlesnews__item .newsflash-title{
	/*font-size: xx-large;*/
margin-bottom: 0;
background-color: #F0F2F2;
border-radius: 0.35rem;
padding: 1px;
padding-left: 5%;
text-align: left;
min-height: inherit;
margin-top:0;

	}
	
	
.bottom-a.card .mod-articlesnews__item .newsflash-image figcaption{


	}
	
	
	
.bottom-a.card .mod-articlesnews__item p{
display: inline-block;
vertical-align: top;
padding-left: 10px;
text-justify: auto;
/*width: 60%;*/
text-align: right;
font-size: .95rem;
padding-right: 5%;
padding-left: 5%;
overflow: hidden;
}

.bottom-a.card .mod-articlesnews__item .newsflash-image{
display: inline-block;
margin-top:1em;

}

.bottom-a.card .mod-articlesnews__item .newsflash-image img{
width:100%;
/*max-height: 140px;*/
border: solid 6px white;
border-top-left-radius: 0em 0em;
border-bottom-right-radius: 0em 0em;

}

.bottom-a.card .mod-articlesnews__item  .btn.btn-secondary{
display: inline-block;
min-width: 25em;

/*margin-left: 32%;
margin-top: -1.5vh;*/
}


.com-contact.contact {
  margin-top: 25vh;
  max-width: 80%;
  display: inline-block;
  margin-left: 15%;
}

.com-contact.contact {
  
}


.pagination {
margin-top:3em;
}

@media only screen and (min-width: 799px) and (max-width: 990px) {	

.top-a.card{

margin-bottom: -6.4vh;

}
}



@media (max-width:800px) {
	
	.top-news.card{

margin-left: 4%;
margin-right: 4%;
}
	
	.top-a.card{
margin-left: -10%;
margin-right: -10%;
}
	
.top-news.card .newsflash-title a{
  max-width: 70%; 
}	
	
.page-header	{
 
min-height: auto;
}	

.list-inline, .list-unstyled {
  min-height: em;
  margin-bottom: 2em;
}
	
#lienzo{
width: 200%!important;
}





	
.container-topbar{
	/*display: inline-block;*/
	}
.container-banner.full-width{
display: inline-block;

}
.container-banner img {
  
  max-height: 120px!important;
}

dd{
	font-size:0.9em;
	margin-bottom:0;
	
	}
.text-muted{
	--text-opacity: 1;
color: #6d757e !important;
	
	}
	
.com-content-category-blog__item.blog-item {
min-width: 85%!important;
padding: 1.5em!important;
}

a#share-button-tw.share-button-tw {
background-color: white;
padding: .5em;
border-radius: 4px;
font-weight: bold;
}
	
}



@media (max-width:420px) {
	
	.top-a.card{
/*margin-bottom: 120px;*/
margin-left: -10%;
margin-right: -10%;
}

.main-top.card img {
  max-height: 45px!important;
  border-radius: 0.5rem!important;
}
.mod-banners__item.banneritem {
padding-bottom: none!important;
}

.newsflash-image img{
 width: content;
}	
	
	
#lienzo{
width: 350%!important;
}

.com-content-category-blog__item.blog-item {
min-width: 100%!important;
padding: 0!important;
margin-left: 0;
padding-top: 3em !important;
}

	.bottom-a.card .mod-articlesnews__item .newsflash-image {
	max-width: 100%;
}

.bottom-a.card .mod-articlesnews__item {
	display:block;
}

.bottom-a.card .mod-articlesnews__item p{
	width:100%;
}
.bottom-a.card .mod-articlesnews__item .btn.btn-secondary{
display: inline-block;
margin-left: 0%;
min-width: auto;
margin-top: 0vh;
}

}