@charset "utf-8";
/* CSS Document */
/*DESENVOLVIDO POR BRUNO NOVAES DOS SANTOS // WEB DESIGNER // 2024 */

.content{
    padding: 0% 0;
    position: relative;
    top: 0px;
    left: 0px;
    
}

.incolor h2{
    font-weight: 900;
    color: #00522e ;
    margin: 0 0 10px 0;

}

.color1,.color2, .color3, .color4, .color5 h2{ 
    color: #fff;
    font-weight: 900;
    margin: 0 0 10px 0;
}

.grid{
    width: 100%;
    padding: 5px;
    margin: 1% 0;
    position: relative;
    top: 0px;
    left: 0px;
    text-align: center;
}
.box{
    text-align: center;
    height: auto;
    padding: 0;
    margin: 0;
    background: #a0cc00;
    display: inline-grid;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.box .boxmiddle{ width: 100%; position: relative; top: 0px; left: 0px; text-align: center;  display: block;}
.box span{
    position: relative;
    display: block;
    font-size: 550%;
    width: 100%;
    color: #00522e;
    padding: 8%;
    -webkit-transition:all ease 200ms;
	-moz-transition:all ease 200ms;
	-ms-transition:all ease 200ms;
	-o-transition:all ease 200ms;
	transition:all ease 200ms;
}

.box span.prim{  top: 0px;}
.box span.sec { bottom: -150%; position: absolute;}
.box span.sec img{ width: 50%;}

.box:hover span.prim{
    top:-20%;
    opacity: 0;
}
.box:hover span.sec{
    bottom:-5%;
    opacity: 1;
}
.box h2{
    display: block;
    color: #00522e;
    text-align: center;
    position: relative;
    bottom: 0%;
    width: 100%;
}
.box3{
    width: 30%;
    
}

.col{

    display: inline-table;
    padding: 1%;
    height: auto;
    vertical-align: middle;
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
}
.colBanner{
    padding: 0 !important;
    vertical-align:top !important;
}
.col img{ text-align: center; width: 100%;}

.col2{ width: 40%;}
.col3{ width: 33%;}
.col4{ width: 22%;}
.col5{ width: 18%;}

.most1{
    background-color: #c6fc04;
    display: table;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    position: relative;
    text-align: center;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
    position: relative;
 }
 .most1 i{
    color: #f03;
    position: absolute;
    z-index: 9999;
    width: 200px;
    height: 200px;
    font-size: 200px;
    opacity: 0.0;
    -webkit-transform: scale(2.0);
    -moz-transform: scale(2.0);
    -o-transform: scale(2.0);
    -ms-transform: scale(2.0);
    transform: scale(2.0);
    -webkit-transition:all ease 200ms;
	-moz-transition:all ease 200ms;
	-ms-transition:all ease 200ms;
	-o-transition:all ease 200ms;
	transition:all ease 200ms;
    
 }
 .most1 img{
    width: 100%;
    opacity: 0.7;
    -webkit-transition:all ease 200ms;
	-moz-transition:all ease 200ms;
	-ms-transition:all ease 200ms;
	-o-transition:all ease 200ms;
	transition:all ease 200ms;
    z-index: 0;

 }

 .most1:hover img{
    opacity: 1;

 }
 .most1:hover i{
    opacity: 0.5;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0)

 }
 .par{ display: block; width: 100%; position: relative; text-align: center;}

 .col h3{
    display: block;
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
    color: #002b39;
    font-weight: 900;
    padding: 5% 0;
 }

 ul.topico{
    
    font-weight: 900;
    text-align: left;
    list-style: none;

 }
 ul.topico li{
    background-color: #c6fc04;
    color: #00522e;
    margin: 10px;
    font-size: 25px;
    padding: 5px;
    position: relative;
 }

 ul.topico li:before{
    content: '\f00c';
	margin: 0px;
	color: #c6fc04 ;
    height: 100%;
    width: 10px;
	position:absolute; 
    left: -50px;
    top: 0px;
	display:inline-table;
	font-size:30px;
	text-align:center;
	padding:0px 20px 0px 10px;
	font-family:'FontAwesome';
	font-weight:900;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;  
	-ms-transition: all .3s ease-out;  
	-o-transition: all .3s ease-out;  
    transition: all .3s ease-out; 
}

@media (max-width: 1025px){

    

.most1{
    width: 150px;
    height: 150px;
}
.col h3{
    font-size: 20px;
}

.most1 i{
    color: #f03;
    position: absolute;
    z-index: 9999;
    width: 150px;
    height: 150px;
    font-size: 150px;
}



}