@media all and (max-width: 30em){/* -480 */}/*-----YELLOW*/
@media all and (min-width: 30em){/* +480 */}/*-----ORANGE*/
@media all and (min-width: 37.5em){/* +600 */}/*------RED*/
@media all and (min-width: 48em){/* +768 */}/*-------PINK*/
@media all and (min-width: 60em){/* +960 */}/*------GREEN*/
@media all and (min-width: 64em){/* +1024 */}/*-----BLACK*/
@media all and (min-width: 75em){/* +1200 */}/*------BLUE*/
@media all and (min-width: 100em){/* +1600 */}/*---VIOLET*/


/* WRAPPERS */
#page-wrapper,
#header .wrapper,
#nav .wrapper,
#main .wrapper,
#footer .wrapper{width:100%;position:relative;}


/* BLOQUES */
.region-preheader,
#header,
#content-nav,
#content,
#content-footer,
#breadcrumb{max-width:75em;margin:0 1em;}
.front #content{margin:0 auto;}
#content-top{max-width:75em;margin:0 auto;}
.region-navigation,
.page-user #content-main{max-width:75em;margin:0 auto;}
@media all and (min-width: 75em){
	.region-preheader,
	#header,
	#content-top,
	#content-nav,
	#content,
	#content-footer,
	#breadcrumb{margin:0 auto;}
}

/* HOME Layouts - Banners */
.front #content{max-width:100%;}
.front .panel-pane{max-width:75em;margin:3.5em auto;}
@media all and (max-width: 75em){
    .front .panel-pane{margin:3.5em 1rem;}
}
.front .srvm-banner{max-width:100%;margin:0 auto;padding:2em 0;text-align:center;}
.front .srvm-banner .pane-content{padding:1rem 0 .5rem;background-color:#F0F0F0;}
.front .srvm-banner a{display:inline-block;margin:0 auto;padding:.5em;text-align:center;background-color:#F0F0F0;}
.front .srvm-banner a:hover,
.front .srvm-banner a:focus{outline:2px solid #999;}
.front .srvm-banner img{display:block;margin:0 auto;padding:0;}
.front .srvm-news--main .srvm-nw__tl,
.front .srvm-news--secondary .srvm-nw__tl{margin-left:1rem;margin-right:.5rem;}
.front .srvm-news--section .secc-body,
.front .srvm-news--gallery .secc-body{margin-left:.5rem;margin-right:.5rem;}
.front .srvm-news--section .secc-body{margin-top:-2.9em;}
@media all and (min-width: 48em){
.front .srvm-news--main .srvm-nw__tl,
.front .srvm-news--secondary .srvm-nw__tl,
.front .srvm-news--section .secc-body,
.front .srvm-news--gallery .secc-body{margin-left:0;margin-right:0;}
}
@media all and (max-width: 30em){
.front .srvm-news--section .secc-body{margin-left:0;margin-right:0;}
}

/* TABS */
.tabs{max-width:75em;margin:1rem auto;}
@media all and (min-width: 64em){
  .tabs{max-width:75em;margin:0 auto;margin-bottom:2rem;}
  .tabs ul.tabs{text-align:right;}
  .tabs li{margin-left:0;}
}

/*ERROR*/
.srvm-nw__error{max-width:75em;margin:1rem auto;}

/* PANEL 2 COLUMNAS */
.panel-col-first{width:100%!important;}
.panel-col-last{width:100%!important;}
@media all and (min-width: 48em){
	.panel-2col .panel-col-first{float:left;max-width:737px;width:61.415%!important;}
	.panel-2col .panel-col-last{float:right;max-width:446px;width:37.165%!important;}
  .panel-2col .panel-col-first .inside{margin:0;}
  .panel-2col .panel-col-last .inside{max-width:300px;margin:0 auto;}
}






