html,body{
    padding:0;
    margin:0;
    height:100%;
}



* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

#content{
	margin:0 auto;
	width:100%;
	overflow:hidden;
}


.thx{
    text-transform: uppercase;
}

.pcx{
        margin-top: 2vh;
}

@font-face {
    font-family: 'DINPro-Light.otf'; /*a name to be used later*/
    src: url('fonts/DINPro-Light.otf'); /*URL to font*/
}


@font-face {
    font-family: 'Exo2-Medium'; /*a name to be used later*/
    src: url('fonts/Exo2-Medium.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'DINPro-Regular'; /*a name to be used later*/
    src: url('fonts/DINPro-Regular.otf'); /*URL to font*/
}

@font-face {
    font-family: 'DINPro-Medium'; /*a name to be used later*/
    src: url('fonts/DINPro-Medium.otf'); /*URL to font*/
}

@font-face {
    font-family: 'DINPro-Bold'; /*a name to be used later*/
    src: url('fonts/DINPro-Bold.otf'); /*URL to font*/
}

@font-face {
    font-family: 'Exo2-Bold'; /*a name to be used later*/
    src: url('fonts/Exo2-Bold.otf'); /*URL to font*/
}

@font-face {
    font-family: 'Exo2-Light'; /*a name to be used later*/
    src: url('fonts/Exo2-Light.otf'); /*URL to font*/
}

@font-face {
    font-family: 'Exo2-Medium'; /*a name to be used later*/
    src: url('fonts/Exo2-Medium.ttf'); /*URL to font*/
}

section{
	margin:0 auto;
	width:100%;
	height: 100vh;
}

/* PRIMEIRA SECTION */
.section-a{
}

span {
    margin-left:8px;
}

.header{
	width:100%;
	background:white;
	height:95vh;
}

.sidebar{
	background:#df1c24;
	float:left;
	width:50%;
	height:100vh;
}

#fb-i{
	background:url(images/social/fb-red.svg)no-repeat center;
	width:35px;
	height:35px;
}

#youtube-i{
   background:url(images/social/youtube-red.svg)no-repeat center;
   width:35px;
	height:35px;
}

.img-responsive{
    min-width:100%;
    width:100%;
    object-fit: cover;
    min-height:100%;
}

#insta-i{
  background:url(images/social/insta-red.svg)no-repeat center;
  width:35px;
	height:35px;
}

#linkedin-i{
	background:url(images/social/linkedin-red.svg)no-repeat center;
	width:35px;
	height:35px;

}

#fb-i:hover{
	background:url(images/social/fb.svg)no-repeat center;
	width:35px;
	height:35px;
}

#youtube-i:hover{
   background:url(images/social/youtube.svg)no-repeat center;
   width:35px;
	height:35px;
}

#insta-i:hover{
  background:url(images/social/insta.svg)no-repeat center;
  width:35px;
	height:35px;
}

#linkedin-i:hover{
	background:url(images/social/linkedin.svg)no-repeat center;
	width:35px;
	height:35px;

}

.side-section{
	
	float:left;
	width:50%;
	height:93.5vh;
	background-position: no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.main_nav_s{
	float:left;
	background:white;
	width:50px;
	z-index:999;
	transform:rotate(180deg);
	height:100%;

}

/*.main_nav_s{
	float:left;
	position:fixed;
	left:0;
	width:50px;
	background:white;
	transform:rotate(180deg);
	z-index:10;
    height:100%;

}*/




.main_nav_s p{
	 writing-mode: tb-rl;
	 position:absolute;
	 left:18px;
	 top:calc(50% - 60px);
	 font-size:;
	 color:#878787;
	 font-family:'DINPro-Regular';
}


.info-box{
	float:left;
	width:90%;
	height:auto;
}

.slide-selector{
	width:auto;
	height:50px;
	
}

.select-wr{
	margin:0 auto;
	position:absolute;
	top:85%;
	left:86px;
	width:90%;
	height:40px;
}

.slide-a{
	background:url(images/seta-d-white.svg) no-repeat;
	float:left;
	width:20px;
	height:30px;
	cursor:pointer;
	margin-left:30px;
}





.slide-b{
	float:left;
	background:url(images/seta-e-white.svg) no-repeat;
	width:20px;
	height:30px;
	cursor:pointer;
}



.main_nav_b{
	/*margin-top:220px;*/
	margin-top:85vh;
	float:right;
	width:100%;
	height:30px;
}

.main_nav{
	background:white;
	width:100%;
	float:left;
	height:50px;
}
.invi_nav{
	margin:0 auto;
	margin-top:15px;
	background:transparent;
	text-align:right;
	width:95%;
	float:left;
	height:50px;
}


.wr-s{
    width:100px;
    height:100px;
    z-index:999;
    position:fixed;
    top:calc(50% - 40px);
    right:0;
}


.selector{
    float:right;
	width:40px;
	height:160px;
    z-index:2;
    overflow-y:scroll;
    overflow-x:hidden;
    overflow:hidden;
}

.side_icons{
margin-top:10px;
position:relative;
width:auto;
height:auto;
background:black;
}

.boxi-a{
    position:fixed;
	right:-180px;
	width:220px;
	height:35px;
	color:white;
    z-index:4;
    background:#df1c24;
    overflow-y:scroll;
    overflow-x:hidden;
    overflow:hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.boxi-a:hover{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    position:fixed;
	right:0px;
	width:220px;
	height:35px;
	color:white;
    z-index:4;
    background:#df1c24;
    overflow-y:scroll;
    overflow-x:hidden;
    overflow:hidden;
}

.boxi-b{
    margin-top:40px;
    position:fixed;
	right:-270px;
	width:310px;
	height:35px;
	color:white;
    z-index:4;
    background:#df1c24;
    overflow-y:scroll;
    overflow-x:hidden;
    overflow:hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.boxi-c{
    margin-top:75px;
    position:fixed;
	right:-310px;
	width:310px;
	height:35px;
	color:white;
    z-index:4;
    background:#df1c24;
    overflow-y:scroll;
    overflow-x:hidden;
    overflow:hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.boxi-email{
    width:auto;
    height:auto;
}

.boxi-email:hover .boxi-b{
    right:0px;
}

.boxi-email:hover .boxi-c{
    right:0px;
}

.wr-custom{
    width:auto;
    padding-left:5px; 
    padding-right:5px; 
    float:left;
}

.wr-custom p{
    margin-top: 7px;
    font-weight: 400;
    font-family: 'Exo2-Light';
}

.wr-custom a:hover{ text-decoration:none; }

.boxi-a-x{
    position:fixed;
    margin-top:37px;
	right:0;
	width:48px;
	height:35px;
    z-index:4;
    background:#df1c24;
    overflow-y:scroll;
    overflow-x:hidden;
    overflow:hidden;
}



.boxi-b-x{
    margin-top:37px;
    display:none;
    position:fixed;
	right:0;
	width:320px;
	height:35px;
	color:white;
    z-index:4;
    /*background:#878787;*/
    background:#df1c24;
    overflow-y:scroll;
    overflow-x:hidden;
    overflow:hidden;
}

.boxi-c-x{
    display:none;
    margin-top:72px;
    position:fixed;
	right:0px;
	width:320px;
	height:35px;
	color:white;
    z-index:4;
    /*background:#878787;*/
    background:#df1c24;
    overflow-y:scroll;
    overflow-x:hidden;
    overflow:hidden;
}


.boxi-b img{
        margin-top:8px;
}

.boxi-a img{
        margin-top:8px;
        margin-left:12px;
}

.boxi-a-x img{
        margin-top:8px;
        margin-left:12px;
}

.boxi-b-x img{
        margin-top:8px;
        margin-left:-8px;
}

.boxi-b-x p{
        font-family: 'DINPro-Light';
        font-size:14px;
        margin-left:20px;
        margin-top:8px;
}

.boxi-c-x p{
        font-family: 'DINPro-Light';
        font-size:14px;
        margin-left:20px;
        margin-top:8px;
}

.wrp-boxi-a{
    float:left;
    width:auto;
    height:35px;
}

.wrp-boxi-b{
    float:left;
    margin-left:40px;
    width:40px;
    height:35px;
}


.select{
	width:10px;
	margin-top:10px;
	height:10px;
	background:url(images/cruz-branca.svg);
	cursor:pointer;

}

.select:hover{
	width:10px;
	margin-top:10px;
	height:10px;
	background:url(images/scroll-2.svg);
	cursor:pointer;

}


/* FIM DA PRIMEIRA SECTION */

.section-b{
		float:left;
	margin:0 auto;
	margin-top:20px;
	width:100%;
	background:white;

}

.section-c{
		float:left;
	margin:0 auto;
	margin-top:20px;
	width:100%;
	height:100vh;
	background:black;

}

.section-d{
		float:left;
	margin:0 auto;
	margin-top:20px;
	width:100%;
	height:100vh;
	background:white;

}

.section-d{
		float:left;
	margin:0 auto;
	margin-top:20px;
	width:100%;
	height:100vh;
	background:white;

}

.section-e{
	float:left;
	margin:0 auto;
	margin-top:20px;
	width:100%;
	height:100vh;
	background:white;

}


.logo-wr{
	margin:0 auto;
	margin-top:60px;
	width:90%;
    height: 100px;

}

.text-wr{
    margin: 0 auto;
    position: static;
    width: 90%;
    height: 300px;
    max-height: 500px;
    color: white;

}

.text-wr-b{
    display:table-cell;
    vertical-align:middle;
    width:100%;
    height:300px;
}


.text-h{
   font-weight:bold;
   font-size:35px;
   font-family: 'Exo2-Bold';

}

.text-h h1{
	font-weight: bold;
    font-size: 35px;
    font-family: 'Exo2-Bold';
    color:white;
}

.text-h p {
	font-weight: bold;
    font-size: 23px;
    font-family: 'Exo2-Light';
    color: #F8D2D3;
    margin-top: 10px;
}



.logo{
  float:left;
  background:url(images/logo-white.svg)no-repeat;
  width:122px;
  height:100px;
}

.nav{
	float:left;
	margin:0 auto;
	width:100%;
	height:50px;
	margin-top:25px;
}



.nav-wr{
	margin:0 auto;
	width:90%;
	max-width: 1200px;
	height:100%;
}



.menu{
	cursor:pointer;
	float:right;
	margin-top:10px;
	width:42px;
	height:26px;
	background:url(images/menu.svg)no-repeat;
}

.menu_b{
	cursor:pointer;
	float:right;
	margin-top:10px;
	width:42px;
	height:26px;
	background:url(images/menu.svg)no-repeat;
}

.menu_c{
	cursor:pointer;
	float:right;
	margin-top:10px;
	width:42px;
	height:26px;
	background:url(images/menu.svg)no-repeat;
}

.menu_d{
	cursor:pointer;
	float:right;
	margin-top:10px;
	width:42px;
	height:26px;
	background:url(images/menu.svg)no-repeat;
}

.menu_e{
	cursor:pointer;
	float:right;
	margin-top:10px;
	width:42px;
	height:26px;
	background:url(images/menu-white.svg)no-repeat;
}

.menu-shadow{
	position:fixed;
	width:50%;
	top:0px;
	left:0px;
	background:white;
    z-index:3;
	opacity:0.7;
	height:100vh;
	display:none;
    
}


.menu-absolute{
	position:fixed;
	width:50%;
	top:0px;
	right:0px;
	z-index:3;
	display:none;
	background:white;
		height:100vh;
    
}

.menu-top-wrp-x{
	margin-top:70px;
	float:left;
	width:100%;
	height:auto;

}

.menu-item-x{
	float:left;
	width:100px;
	height:100%;
		margin-top:5px;
	text-indent:30px;
}

.menu-item-x-ico{
	float:right;
	width:100px;
	height:100%;
	text-indent:30px;
}

.menu-top-wrp-link-x{
     float:left;
	width:100%;
	height:auto;
	/*max-height:380px;*/
	text-indent:30px;
	margin-top:30px;
}

.new-menu-link{
	float:left;
	width:100%;
    text-indent:30px;
    height:auto;
    font-size:15px;
    font-family: 'DINPro-Bold';
    color:#878787;
    margin-top:12px;

}


a{
    text-decoration:none;
}

.new-menu-link-s{
	float:left;
	width:100%;
    text-indent:30px;
    height:auto;
    font-size:12px;
    font-family: 'DINPro-Bold';
    color:#878787;
    margin-top:4px;

}

.choosen{
	font-size:14px;
	cursor:pointer;
	color:#df1c24;
	font-family: 'DINPro-Bold';
}

.choosen:hover{
	cursor:pointer;
	opacity:0.7;
}



.not_choosen{
	cursor:pointer;
	font-size:14px;
	color:#878787;
	font-family: 'DINPro-Medium';
}

.not_choosen:hover{
	cursor:pointer;
	opacity:hover;
}


.menu-top-wrp-bot-x{
    float:left;
    text-indent:30px;
	width:100%;
	height:50px;
	/*margin-top:202px;*/
    margin-top: 149px;
}

li{
	list-style-type: none;
}

ul{
	list-style-type: none;
}

.new-menu-link li{
	display:inline-block;
    cursor:pointer;

}

.dropdown-content{
	display:none;
}

.dropdown-content-b{
	display:none;
}

.dropdown-content-c{
	display:none;
}

.dropdown-content-d{
	display:none;
}

li:hover{
	cursor:pointer;
}




.menu-item-x-ico img{
	cursor:pointer;
	z-index:4;
}


.logo-wr-nv{
	float:left;
	width:auto;
	height:100%;
}

.manual-spacer{
	width:100%;
	height:20px;
}

.cross-fix{
	position:absolute;
	background:url(images/cruz-red.svg);
	top:50%;
	width:80px;
	height:80px;
	left:calc(50% - 40px);
	z-index:1;


}


/*SECTION B*/

.content-boxes{
	margin:0 auto;
	margin-top:20px;
	width:90%;
	    max-width: 1200px;
	/*height:488px;*/
	max-height:488px;
}

.content-x{

	float:left;
	width:100%;
	height:auto;    
	margin-bottom: 2vh;
	
}



.title-content{
	float:left;
	margin-top:4vh;
	margin:0 auto;
	width:100%;
	height:70px;
	font-size:28px;
	text-align:center;
	color:#df1c24;
	font-family: 'Exo2-Bold';

}


.box{
	float:left;
	width:100%;
	height:50%;
	background:#df1c24;
	text-align:center;
	display: flex;
    align-items: center;
    justify-content: center;

}

.boximg{
	float:left;
	width:100%;
	background:url(images/sectionb/img_1.jpg)no-repeat center;
	height:50%;
}

.boximg_a{
	float:left;
	width:25%;
	background:url(images/sectionb/img_2.jpg)no-repeat center;
	height:50%;
}

.boximg_b{
	float:left;
	width:25%;
	background:url(images/sectionb/img_3.jpg)no-repeat center;
	height:50%;
}

.boximg_c{
	float:left;
	width:25%;
	background:url(images/sectionb/img_4.jpg)no-repeat center;
	height:50%;
}

.stx{
	font-family: 'Exo2-Bold';
	color:white;
	font-size:34px;
	padding-top:80px;

}

.box h4{

 font-family: 'Exo2-Medium';
	color:white;
	font-size:23px;
}

.ntx{
	font-family: 'Exo2-Bold';
	color:white;
	font-size:76px;
	padding-top:50px;
}

.select-wr-sec{
	/*float:left;
	margin:0 auto;
	width:100%;
	height:50px;
	 display: flex;
    justify-content: center;
    	margin-top:30px;*/
        /* float: left; */
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    /*height: 50px;*/
    display: flex;
    justify-content: center;
    margin-top: 30px;	

}

.slide-x{
	background:url(images/seta-d.svg) no-repeat;
	float:left;
	width:20px;
	height:30px;
	cursor:pointer;
	margin-left:30px;
}


.slide-s{
	float:left;
	background:url(images/seta-e.svg) no-repeat;
	width:20px;
	height:30px;
	cursor:pointer;
}


.section-c{
	background:white;

}

.content-news{
	float:left;
	margin:0 auto;
	margin-top:20px;
	width:100%;
	height:auto;
	
}

.content-news-wr{
	margin:0 auto;
	width:90%;
	    max-width: 1200px;
    height: 54vh;
	max-height: 555px;
	  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
      -webkit-overflow-scrolling: touch;



}


.content-news-wr::-webkit-scrollbar { 
    display: none;  
}

.news-slick-fix{ height: 480px!important; border-right:2px solid white!important;  border-left:2px solid white!important; border:none!Important;   }
.news-box{
    float: left;
    border-right: 0.5vw solid white;
    /*width: 24.5%;*/
    height: 31vh;
    max-height: 456px;
    display: inline-block;
    flex: 0 0 auto;
}

.news-slick-pd-fix{  }


.shadow{
   background-color: rgba(0, 0, 0, 0.3);
   width:100%;
   height:93.5vh;
   z-index:0;

}

.news-box-body_a{
	background:#df1c24;
	margin-top:7px;
	width:100%;
	height:254px;
	overflow:hidden;
}

.news-box-body_b{
	background:white;
	margin-top:7px;
	width:100%;
	height:254px;
   overflow:hidden;

}

.txt-wrp{
	margin:0 auto;
	text-align:left;
	width:90%;
	height:auto;
	overflow:hidden;
    word-wrap: break-word;
}

.news-box-img{
   width:100%;
   background:gray;
   height:70%;
   overflow:hidden;
}

.news-box-img_a{
   width:100%;
   background:url(images/sectionc/img_2.jpg);
   height:60%;
}

.news-box-img_b{
   width:100%;
   background:url(images/sectionc/img_3.jpg);
   height:60%;

}

.news-box-img_c{
   width:100%;
   background:url(images/sectionc/img_4.jpg);
   height:216px;
}

.news-box-body_a h1{
	font-family: 'DINPro-Bold';
	color:white;
	font-size:17px;
	margin-top:10px;
	font-family: 'DINPro-Regular';
}

.news-box-body_b h1{
	font-family: 'DINPro-Bold';
	color:#df1c24;
	font-size:17px;
	margin-top:10px;
	font-family: 'DINPro-Regular';
}


.datew-news{
	font-family: 'DINPro-Regular';
	opacity:0.5;
	font-size:14px;
	margin-top:10px;
}

.datew-news_b{
	font-family: 'DINPro-Regular';
	color:black;
	opacity:0.5;
	font-size:14px;
	margin-top:10px;
}

.title-news-wrp{
	float:left;
	width:100%;
	height:80px;

}

.date-news-wrp{
	float:left;
	width:100%;
	height:25px;
   color:#f5bbbd;

}

.info-news-wrp{
	float:left;
	width:100%;
	height:80px;

}

.saberm_a{
	margin-top:10px;
	float:left;
	width:105px;
	height:32px;
	background:transparent;
	border:1px solid white;
	color:white;
	font-family: 'DINPro-Regular';
	font-size:12px;
	cursor:pointer;

}



.saberm_b{
	margin-top:10px;
	float:left;
	width:105px;
	height:32px;
	background:transparent;
	border:1px solid #df1c24;
	color:#df1c24;
	font-family: 'DINPro-Regular';
	font-size:12px;
	cursor:pointer;

}

.saberm_c{
	margin-top:10px;
	float:left;
	width:105px;
	height:32px;
	background:transparent;
	border:1px solid #df1c24;
	color:#df1c24;
	font-family: 'DINPro-Regular';
	font-size:12px;
	cursor:pointer;

}

/* FIM DA SECTION C */

/* SECTION D */

.section-d{
	margin:0 auto;
	margin-top:20px;
	width:100%;
	background:white;

}

.title-content h2{
	color:black;
	font-size:20px;
	opacity:0.4;
	font-family: 'Exo2-Medium';
}

.events-wr{
	float:left;
	margin:0 auto;
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:40px;
}

.events-wr-sec{
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    /*height: 600px;*/
    height:60vh;
    max-height: 495px;
    text-align: center;
}

.new-event{
	float:left;
	width:100%;
	height:50%;
	margin-top:3px;
}


.event-info{
    float:left;
	width:50%;
	height:100%;
	position:relative;
	color:white;
	background:#df1c24;
}

.event-info-b{
    float:left;
	width:50%;
	position:relative;
	height:100%;
	color:#df1c24;
	background:#F2F2F2;
}

.event-img{
	float:left;
	width:50%;
	height:100%;
	background:black;

}




.content-o{ 
	float:left;
	width:100%;
	height:auto;
}


.langx{
    background:transparent;
    width:auto;
    height:auto;
}

.footer-wr{
	margin-top:20px;
	float:left;
	margin:0 auto;
	width:100%;
	height:570px;
}

.footer-wr-m{
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    max-height: 766px;
    height: 74vh;
    overflow: hidden;
}

.footer-wr-left{
    float: left;
    width: 49%;
    border-right: 10px solid white;
    height: 74vh;
}

.footer-wr-right{
    float: left;
    width: 50%;
    height: 70.8vh;
}

footer{
    float:left;
    position:absolute;
    overflow:hidden;
    bottom:0;
	background:white;
	width:100%;
	height:68px;
}

@media screen and (max-width: 900px) {
   footer {
      position: relative;
   }
}

/* Slider */
@media screen and (max-width: 700px) {

.text-h h1 {
    font-weight: bold;
    font-size: 6vw;
    font-family: 'Exo2-Bold';
    color: white;
}

.text-h p {
    font-weight: bold;
    font-size: 4vw;
    font-family: 'Exo2-Light';
    color: #F8D2D3;
    margin-top: 10px;
}

.text-h h3 {
    font-size: 4.5vw;
}

}


.footer-main{
	margin:0 auto;
	width:90%;
	max-width:1200px;
	background:#878787;
	height:100%;
	font-family: 'DINPro-Regular';
	font-size:11px;
	color:white;
}

.contact-f{
    background: #df1c24;
    float: left;
    width: 100%;
    /* justify-content: center; */
    height: 64%;
    margin-top: 10px;

}

.follow-us{
    background: #F2F2F2;
    float: left;
    width: 100%;
    height: 30%;*/
    /*max-height: 200px;*/
    margin-top: 10px;
}

.g-maps{
		margin-top:10px;
		float:left;
		width:100%;
		height:100%;
}

.wr-txt-footer h1{
	font-family: 'Exo2-Bold';
	font-size:31px;
}

.wr-txt-footer{
    width: 90%;
    margin: 0 auto;
    height: auto;
    max-height: 40px;
    line-height: 18px;
    margin-top: 0.5vh;
    text-align: left;
    font-family: 'DINPro-Regular';
    font-size: 15px;
    color: white;
    text-indent: 0px;

}

.ico-contact{
	float:left;
	width:3%;
	height:10px;
	max-height:40px;
}



.wr-txt-follow{
	width:100%;
	height:auto;
	max-height:40px;
	margin-top:10px;
	text-align:left;
	font-family: 'DINPro-Medium';
	font-size:17px;
	color:#df1c24;
	text-indent:20px;
}

.wr-txt-follow h1{
	width:100%;
	height:auto;
	max-height:40px;
	text-align:left;
	font-size:17px;
	color:#df1c24;
	text-indent:20px;
		font-family: 'Exo2-Bold';
	font-size:31px;
}

.wr-icons{
	margin-top:-4px;
   float:left;
   width:100%;
   height:60px;
}

.txt-foot-l {
    margin-top: 18px;
    float: left;
    width: 48%;
    margin-left: 2%;
    height: auto;
    text-indent: 0px;
    overflow: hidden;
}

.txt-foot-r{
	margin-top:28px;
	float:left;
		text-align:right;
	width:48%;
	height:auto;
	overflow:hidden;
}

.new-icons-wr{
	margin:0 auto;
	width:49%;
	height:100%;
}

.new-ico{
	margin-top:5px;
	margin-left:10px;
	float:left;
	width:42px;
	height:42px;
	cursor:pointer;	
}

.new-ico_b{
	margin-top:5px;
	margin-left:10px;
	float:left;
	width:37px;
	height:37px;
	cursor:pointer;	
}

.event-wr-top{
	float:left;
	width:100%;
	height:174px;
	text-align:left;
	font-family: 'DINPro-Bold';
	font-size:14px;

}

.event-wr-top-m{
	margin:0 auto;
	word-wrap:break-word;
	width:80%;
	margin-top:30px;
	height:110px;
}

.event-wr-bottom{
	float:left;
	width:100%;
	height:50px;
	position: absolute;
    bottom: 20px;
	text-align:left;
	font-family: 'DINPro-Bold';
	font-size:14px;
    margin-top:0px;
}

.event-wr-bottom-m{
	margin:0 auto;
	width:80%;
	height:50px;
	text-align:left;
	font-family: 'DINPro-Bold';
	font-size:14px;

}


.news-box-body_a .info-news-wrp p{

    color: white;
    font-family: 'DINPro-Light.otf';
    font-size:13px;

    
} 


.news-box-body_b .info-news-wrp p{

    color: #df1c24;
    font-family: 'DINPro-Light.otf';
    font-size:13px;
    
}   


.divisor-slide {
    flex: 0 0 auto;
    width: 25%;
    float: left;
    min-width: 25%;
    max-width: 25%;
    height: 100%;
    max-height: 100%;
}

.divisor-slide-b {
    flex: 0 0 auto;
    width: 50%;
    float: left;
    min-width: 50%;
    max-width: 50%;
    height: 100%;
    max-height: 100%;
}

.box h1{
    font-family: 'Exo2-Bold';
    color: white;
    font-size: 50px;
}

.box h2{
    font-family: 'Exo2-Bold';
    color: white;
    font-size: 34px;
}


.shadow_modal{
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility:hidden;
    overflow-y: hidden;
}


.modal_corpodocente{
    background:white;
    width:80%;
    max-width:1200px;
    height:75vh;
    max-height:500px;
}

.close-modal{
   margin:0 auto;
   width:98%;  
   height:40px;
   margin-top:10px;

}

.close-modal img{
    cursor:pointer;
}

.top-modal{
    margin:0 auto;
    width:98%;
    margin-top:10px;
    /*height:30vh;*/
    height: 240px;
    overflow:hidden;
}

.bottom-modal{
    margin:0 auto;
    width:98%;
    margin-top:10px;
    height:35vh;
    overflow:hidden;
    overflow-x:auto;
}

.modal-img{
    float:left;
    width:22%;
    height:100%;
    background:white;
}

.modal-wr{
    float:left;
    margin-left:2%;
    width:76%;
    height:100%;
    overflow:auto;
}

.modal-wr p{
        color: #878787;
    font-family: 'DINPro-Regular';
}

.text-h h2{
    font-size: 0.8em;
}
.text-h h3{
    font-size:18px;
}

.footer-main{
    width:90%;
}

.frame::-webkit-scrollbar {
    -webkit-appearance: none;
}

.frame::-webkit-scrollbar:vertical {
    width: 11px;
}

.frame::-webkit-scrollbar:horizontal {
    height: 11px;
}

.frame::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.frame::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
} 



@media screen and (max-width: 900px) {
 

.sidebar{
    position:relative;
}

.showmb_on{
    position:absolute;
    width:100%;
    height:100%;
}


.adjustmb{
    width:100%;
    height:100%;
    position:absolute;
    background: rgba(223, 31, 38, 0.5);
    background-repeat: no-repeat;
    background-size:cover;

}

}