@charset "utf-8";
/* CSS Document */

	.SEG_novo .subp{
		 position:relative;
		 display:block; text-decoration:none;
		 width:100%; height:100%; border-radius:12px;
		 padding:20px;
	}

	.SEG_novo .subp_name{
		position:absolute;
		font-size: 18px;
		text-transform:uppercase;
		bottom:20px;
		left:20px;	
	}
	
	
	/*slajder*/
		
		
	    html, body {
            position: relative;
            height: 100%;
			
        }
        
        .SEG_novo .subpages_container {
            width: 100%;
			height:100%;
			z-index:10;
			
			
        }
        .SEG_novo .slide {
            text-align: center;
            width:300px;
			height:100%;
			padding: 10px;
			
			
    
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }
        
		/*
        .SEG_novo .boxsize{box-sizing:border-box; }
		
		.SEG_novo .swiper-pagination-bullets{ bottom:50%; right:10px; left:auto; width:20px; }
		
		.SEG_novo .swiper-pagination-bullet{opacity:1; background-color:transparent; border:2px #d47a7e solid; width:5px; height:5px; border-radius:5px; margin:6px !important; }
		.SEG_novo .swiper-pagination-bullet-active{ background-color:#d47a7e; }
	*/


		@media only screen and (max-width:980px){
			
			
		}
		
		
		@media only screen and (max-width:750px){
			
		
			
		}
		
		@media only screen and (max-width:490px){
			
		}

