body{
    margin: 0;

}
*{
    margin: 0;
    padding: 0;
}
@media only screen and (min-width: 1801px) and (max-width: 2400px){
    .headercont{
        width: 100%;
        height: 80px;
        background-color:white;
        opacity: 1;
        position: fixed;
        z-index: 99;
        display: flex;
        flex-direction: row;
        opacity: 1;

    }
    .logoom{
        margin: 22px 0px 18px 240px;
        width: 106px;
        height: 40px;        
    }
    .logoimg{
        background-repeat:no-repeat;
        width: 106px;
        height: 40px; 
    }
    .btncomprar{
        margin: 20px 0px 10px 850px;
        width: 140px;
        height: 27px;        
    }
    .redesocial{
        margin: 22px 340px 10px 170px;
        width: 212px;
        height: 38px;
        display: flex;
        flex-direction: row; 
    }
    .btnredesocial{
        margin: 0px 5px 0px 5px;
        width: 38px;
        height: 38px;
    }
    .videominip{
        width: 90%;
        height: 0px;
        top:40px;
        position: fixed;
        background-color:#e7ebec ;
        z-index: 5;
        align-content: center;
        justify-content: center;
    }
    .video{
        width: 70%;
        margin-left: 25%;
        margin-right:25%;
        background-color:#e7ebec ;
       
    }
    .temp{
        margin: 0px 0px 0px 0px;
        width: 100%;
        height: 100%;
    }
    .bodycont{
        top: 100%;
        width: 100%;
        height: 100%;
        position: relative;
        background-color: #F39200;
        z-index: 80;
        display: flex;
        flex-direction: row;
    }
    .boxtext{
        width: 50%;
    }
    .textomini{
        position: absolute;
        margin: 30px 0px 10px 240px;
        width: 424px;
        height: 288px;
        text-align: left;
        font-style: normal;
        font-family: Roboto;
        font-weight: normal;
        color: white;
        font-size: 20px;
        
    }
    .textomini2{
        position: absolute;
        margin: 220px 0px 0px 240px;
        width: 414px;
        height: 20px;
        text-align: center;
        font-size: 16px;
        font-family: Roboto;
        font-weight: normal;
        color: white; 
    }
    .textomini3{
        position: absolute;
        margin: 280px 0px 0px 240px;
        width: 414px;
        height: 17px;
        text-align: center;
        font-size: 14px;
        font-family: Roboto;
        font-weight: normal;
        color: white;
    }
    .btnguide{
        display: flex;
        flex-direction: row;
        margin: 280px 0px 30px 180px;
        width: 424px;
    }
    .btnguideinterno{
        position: relative;
        margin: 40px 80px 0px 70px;
        width: 60px;
        height: 27px;
    }
    .boxtext2{
        width: 50%;
        height: 80%;
        display: flex;
        flex-direction: row;
    }
    .imgconptxt{
        width: 112%;
        margin: 30px 0px -5px -80px;
    }
    .coluna1{
        text-align:left;
        width: 50%;
        height: 100%;
        margin: 0px 80px 0px 10px;
    }

    .textcoluna1{
        width: 100%;
        text-align: left;
        font-family:Roboto;
        font-weight: normal;
        font-size: 14px;
        color: white;
        margin: 0px 0px 30px 0px ;
    
    
    }
    .coluna2{
        text-align:left;
        width: 50%;
        height: 100%;
        margin: 0px 160px 0px 10px;
    }

    .textcoluna2{
        width: 100%;
        text-align: left;
        font-family:Roboto;
        font-weight: normal;
        font-size: 14px;
        color: white;
        margin: 0px 0px 30px 0px ;
    
    
    }
    .bannercomponetes{
        position: absolute;
        margin: 0px 0px 20px 0px;
        width: 100%;
        height: 100%;
        background-color: white;
        display: flex;
        flex-direction: row;
        z-index: 80;
        top: 143%;
    }
    .bannercomponetesimg{
        margin: 0px 100px 10px 100px;
        position: absolute;
        width: 89%;
        background-color: white;
        z-index: 80;

    }
    .menucomponentes{
        position: absolute;
        width: 100%;
        height: 650px;
        background-color: white;
        display: flex;
        flex-direction: row;
        margin: 0px 0px 0px 0px;
        z-index: 80;
        top: 177%;
    }

    .nav_tabs{
		width: 100%;
		background-color: #fff;
        margin: 10px 180px 0px 180px;
		position: relative;
	}

	.nav_tabs ul{
		list-style: none;
	}

	.nav_tabs ul li{
		float: left;
	}

	.tab_label{
		display: block;
		width: 340px;
        margin: 10px 7px 10px 7px;
		background-color:white;
		padding: 10px;
		font-size: 20px;
		color:#6E6E6E;
        border-bottom: solid 7px #6E6E6E;
		cursor: pointer;
		text-align: center;
        font-family:Roboto;
        font-weight: normal;
	}
    .tab_label:hover{

        display: block;
		width: 340px;
        margin: 10px 7px 10px 7px;
		background-color:white;
		padding: 10px;
		font-size: 20px;
		color:#00000029;
        border-bottom: solid 7px #00000029;
		cursor: pointer;
		text-align: center;
        font-family:Roboto;
        font-weight: normal; 
        opacity: 5;      
    }
	.nav_tabs .rd_tab { 
	display:none;
	position: absolute;
    }

.nav_tabs .rd_tab:checked ~ label { 
	background-color:white;
	color:#F39200;
    border-bottom: solid 7px #F39200;
    font-size:20px;
    font-family:Roboto;
    font-weight: normal;
    margin: 10px 7px 0px 7px;
}

.tab-content{
	background-color: #fff;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
    font-size:18px;
    font-family:Roboto;
    font-weight: normal;	
}

.rd_tab:checked ~ .tab-content{
	display: block;
}
.tab-content h2{
	padding: 0px;
	color: #87d3b7;
}
.tab-content article{
    padding: 2%;
	color: #555;
}
.ctncomponenentes{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 80%;
}
.ctnimagecomponenentes{
    width: 50%;
    height: 80%;

}
.imagecomponenentes{
    width: 90%;

}
.ctntextcomponenentes{
    width: 50%;
    height: 80%;
    text-align: left;
    margin:35px 10px 0px 0px;
}
.textcomponentes{
    margin:10px 0px 10px 0px;
    cursor: pointer;
    text-align: left;
    font-family:Roboto;
    font-weight: normal;
    font-size: 17px;
    width: 50%;  
    height: 100%;
}
.textcomponentescol{
    display: flex;
    flex-direction: row;
    text-align:left;
    width: 100%;
    height: 100%;
}
.textcomponentescol1{
    width: 80%;
    height: 100%;
    margin: 15px 25px 0px 25px
}
.txtcol1{
    text-align: center;
    font-family:Roboto;
    font-weight: normal;
    font-size: 14px;
    color: #F39200;


}
.textcomponentescol2{
    width: 80%;
    height: 100%;
    margin: 15px 25px 0px 25px
}

.txtcol2{
    text-align: center;
    font-family:Roboto;
    font-weight: normal;
    font-size: 14px;
    color: #F39200;

}
.imgdica{
    width: 100%;
    margin: 0px 20px -5px -50px;
}
.imgautoclave{
    width: 70%;
    margin: 70px 20px 20px 20px;
}
.imgtag{
    width: 70%;
    margin: 90px 20px 20px 20px;
}
.footercont{
    width: 100%;
    height: 45px;
    display: flex;
    flex-direction: row;
    position: absolute;
    background-color: #F39200;
    z-index: 88;
    top: 265%;
    align-content: center;

}
.afootercont{
    background-color: #F39200;
    float: center;
    margin: 12px 0px 5px 0px;
    font-size:16px;
    font-family:Roboto;
    font-weight: normal;
    text-align: center;
    color:#fff;
    margin-top:10px ;
    align-content: center;
    width: 100%;
    
}

}





@media only screen and (min-width: 1280px) and (max-width: 1800px){
    .headercont{
        width: 100%;
        height: 80px;
        background-color:white;
        opacity: 1;
        position: fixed;
        z-index: 99;
        display: flex;
        flex-direction: row;
        opacity: 1;

    }
    .logoom{
        margin: 22px 0px 18px 180px;
        width: 106px;
        height: 40px;        
    }
    .logoimg{
        background-repeat:no-repeat;
        width: 106px;
        height: 40px; 
    }
    .btncomprar{
        margin: 20px 0px 10px 500px;
        width: 140px;
        height: 27px;        
    }
    .redesocial{
        margin: 22px 180px 10px 70px;
        width: 212px;
        height: 38px;
        display: flex;
        flex-direction: row; 
    }
    .btnredesocial{
        margin: 0px 5px 0px 5px;
        width: 38px;
        height: 38px;
    }
    .videominip{
        width: 100%;
        height: 0px;
        top:40px;
        position: fixed;
        background-color:#e7ebec ;
        z-index: 5;
        align-content: center;
        justify-content: center;
    }
    .video{
        width: 60%;
        margin-left: 20%;
        margin-right:20%;
        background-color:#e7ebec ;
       
    }
    .temp{
        margin: 0px 0px 0px 0px;
        width: 100%;
        height: 100%;
    }
    .bodycont{
        top: 100%;
        width: 100%;
        height: 100%;
        position: relative;
        background-color: #F39200;
        z-index: 80;
        display: flex;
        flex-direction: row;
    }
    .boxtext{
        width: 50%;
    }
    .textomini{
        position: absolute;   
        margin: 30px 0px 10px 180px;
        width: 424px;
        height: 288px;
        text-align: left;
        font-style: normal;
        font-family:Roboto;
        font-weight: normal;
        color:white;
        font-size:18px;
        
    }
    .textomini2{
        position: absolute;
        margin: 205px 0px 0px 180px;
        width: 414px;
        height: 20px;
        text-align: center;
        font-size:16px;
        font-family:Roboto;
        font-weight: normal;
        color:white; 
    }
    .textomini3{
        position: absolute;
        margin: 270px 0px 0px 180px;
        width: 414px;
        height: 17px;
        text-align: center;
        font-size:14px;
        font-family:Roboto;
        font-weight: normal;
        color:white; 
    }
    .btnguide{
        display: flex;
        flex-direction: row;
        margin: 280px 0px 30px 180px;
        width: 424px;
    }
    .btnguideinterno{
        position: relative;
        margin: 10px 80px 10px 40px;
        width: 60px;
        height: 27px; 
    }
    .boxtext2{
        width: 50%;
        height: 80%;
        display: flex;
        flex-direction: row;
    }
    .imgconptxt{
        width: 112%;
        margin: 30px 0px -5px -50px;
    }
    .coluna1{
        text-align:left;
        width: 50%;
        height: 100%;
        margin: 0px 80px 0px 10px;
    }

    .textcoluna1{
        width: 100%;
        text-align: left;
        font-family:Roboto;
        font-weight: normal;
        font-size: 12px;
        color: white;
        margin: 0px 0px 30px 0px ;
    
    
    }
    .coluna2{
        text-align:left;
        width: 50%;
        height: 100%;
        margin: 0px 160px 0px 10px;
    }

    .textcoluna2{
        width: 100%;
        text-align: left;
        font-family:Roboto;
        font-weight: normal;
        font-size: 12px;
        color: white;
        margin: 0px 0px 30px 0px ;
    
    
    }
    .bannercomponetes{
        position: absolute;
        margin: 0px 0px 20px 0px ;
        width: 100%;
        height: 50%;
        background-color: white;
        display: flex;
        flex-direction: row;
        z-index: 80;
        top: 160%;
    }
    .bannercomponetesimg{
        margin: 40px 170px 10px 170px;
        position: absolute;
        width: 75%;
        background-color: white;
        z-index:80 ;

    }
    .menucomponentes{
        position: absolute;
        width: 100%;
        height: 100%;
        background-color:white;
        display: flex;
        flex-direction: row;
        margin: 0px 0px 0px 0px;
        z-index: 80;
        top:205%;
    }

    .nav_tabs{
		width: 100%;
		background-color: #fff;
        margin: 10px 165px 0px 165px;
		position: relative;
	}

	.nav_tabs ul{
		list-style: none;
	}

	.nav_tabs ul li{
		float: left;
	}

	.tab_label{
		display: block;
		width: 210px;
        margin: 10px 7px 10px 7px;
		background-color:white;
		padding: 10px;
		font-size: 18px;
		color:#6E6E6E;
        border-bottom: solid 5px #6E6E6E;
		cursor: pointer;
		text-align: center;
        font-family:Roboto;
        font-weight: normal;
	}
    .tab_label:hover{

        display: block;
		width: 210px;
        margin: 10px 7px 10px 7px;
		background-color:white;
		padding: 10px;
		font-size: 18px;
		color:#00000029;
        border-bottom: solid 5px #00000029;
		cursor: pointer;
		text-align: center;
        font-family:Roboto;
        font-weight: normal; 
        opacity: 5;      
    }
	.nav_tabs .rd_tab { 
	display:none;
	position: absolute;
    }

.nav_tabs .rd_tab:checked ~ label { 
	background-color:white;
	color:#F39200;
    border-bottom: solid 5px #F39200;
    font-size:18px;
    font-family:Roboto;
    font-weight: normal;
    margin: 10px 7px 0px 7px;
}

.tab-content{
	background-color: #fff;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
    font-size:16px;
    font-family:Roboto;
    font-weight: normal;	
}

.rd_tab:checked ~ .tab-content{
	display: block;
}
.tab-content h2{
	padding: 0px;
	color: #87d3b7;
}
.tab-content article{
	padding: 10px;
	color: #555;
}
.ctncomponenentes{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 80%;
}
.ctnimagecomponenentes{
    width: 50%;
    height: 80%;

}
.imagecomponenentes{
    width: 90%;

}
.ctntextcomponenentes{
    width: 50%;
    height: 80%;
    text-align: left;
    margin:35px 10px 0px 0px;
}
.textcomponentes{
    margin:10px 0px 10px 0px;
    cursor: pointer;
    text-align: left;
    font-family:Roboto;
    font-weight: normal;
    font-size: 15px;
    width: 50%;  
    height: 100%;
}
.textcomponentescol{
    display: flex;
    flex-direction: row;
    text-align:left;
    width: 100%;
    height: 100%;
}
.textcomponentescol1{
    width: 80%;
    height: 100%;
    margin: 15px 25px 0px 25px
}
.txtcol1{
    text-align: center;
    font-family:Roboto;
    font-weight: normal;
    font-size: 12px;
    color: #F39200;


}
.textcomponentescol2{
    width: 80%;
    height: 100%;
    margin: 15px 25px 0px 25px
}

.txtcol2{
    text-align: center;
    font-family:Roboto;
    font-weight: normal;
    font-size: 12px;
    color: #F39200;

}
.imgdica{
    width: 100%;
    margin: 0px 20px -5px -30px;
}
.imgautoclave{
    width: 70%;
    margin: 70px 20px 20px 20px;
}
.imgtag{
    width: 70%;
    margin: 90px 20px 20px 20px;
}
.footercont{
    width: 100%;
    height: 35px;
    display: flex;
    flex-direction:row;
    position:absolute;
    background-color: #F39200;
    z-index: 88;
    top: 305%;
    align-content: center;

}
.afootercont{
    background-color: #F39200;
    float: center;
    margin: 10px 0px 5px 0px;
    font-size:14px;
    font-family:Roboto;
    font-weight: normal;
    text-align: center;
    color:#fff;
    margin-top:10px ;
    align-content: center;
    width: 100%;
    
}

}


@media only screen and (min-width: 120px) and (max-width: 1279px){
    .headercont{
        width: 100%;
        height: 120px;
        background-color:white;
        opacity: 1;
        position: fixed;
        z-index: 99;
        display: flex;
        flex-direction: row;
        opacity: 1;

    }
    .logoom{
        margin: 2px 0px 2px 100px;
        width: 180px;
        height: 120px;        
    }
    .logoimg{
        background-repeat:no-repeat;
        width: 180px;
        height: 120px; 
    }
    .btncomprar{
        margin: 30px 0px 2px 200px;
        width: 100%;
        height: 100%;        
    }
    .redesocial{
        margin: 35px 100px 10px 60px;
        width: 232px;
        height: 42px;
        display: flex;
        flex-direction: row; 
    }
    .btnredesocial{
        margin: 0px 5px 0px 5px;
        width: 38px;
        height: 38px;
    }
    .videominip{
        width: 100%;
        height: 580px;
        top:130px;
        position:absolute;
        background-color:#00000029 ;
        z-index: 5;
    }
    .video{
        width: 100%;
       
    }
    .temp{
        margin: 0px 0px 0px 0px;
        width: 100%;
        height: 100%;
    }
    .bodycont{
        top: 855px;
        width: 100%;
        height: 1200px;
        position: relative;
        background-color: #F39200;
        z-index: 80;
        display: flex;
        flex-direction: column;
    }
    .boxtext{
        width: 100%;
    }
    .textomini{
        position: absolute;
        margin: 40px 160px 0 160px;
        width: 700px;
        height: 288px;
        text-align: left;
        font-style: normal;
        font-family: Roboto;
        font-weight: normal;
        color: white;
        font-size: 28px;
        align-content: center;
        
    }
    .textomini2{
        position: absolute;
        margin: 280px 0px 0px 120px;
        width: 700;
        height: 20px;
        text-align: center;
        font-size: 26px;
        font-family: Roboto;
        font-weight: normal;
        color: white;
    }
    .textomini3{
        position: absolute;
        margin: 340px 0px 0px 120px;
        width: 700px;
        height: 17px;
        text-align: center;
        font-size: 24px;
        font-family: Roboto;
        font-weight: normal;
        color: white;
    }
    .btnguide{
        display: flex;
        flex-direction: row;
        margin: 380px 0px 30px 250px;
        width: 600px;
    }
    .btnguideinterno{
        position: relative;
        margin: 10px 80px 10px 40px;
        width: 120px;
        height: 47px; 
    }
    .boxtext2{
        width: 90%;
        height: 80%;
        display: flex;
        flex-direction: row;
        margin: 0px 80px 0px 80px;
    }
    .imgconptxt{
        width: 130%;
        margin: 30px 0px -5px -80px;
    }
    .coluna1{
        text-align: left;
        width: 50%;
        height: 100%;
        margin: 0px 40px 0px 130px;
    }

    .textcoluna1{
        width: 100%;
        text-align: left;
        font-family:Roboto;
        font-weight: normal;
        font-size: 22px;
        color: white;
        margin: 0px 0px 30px 0px ;
    
    
    }
    .coluna2{
        text-align: left;
        width: 50%;
        height: 100%;
        margin: 0px 80px 0px 40px;
    }

    .textcoluna2{
        width: 100%;
        text-align: left;
        font-family:Roboto;
        font-weight: normal;
        font-size: 22px;
        color: white;
        margin: 0px 0px 30px 0px ;
    
    
    }
    .bannercomponetes{
        position: absolute;
        margin: 0px 0px 20px 0px ;
        width: 100%;
        height: 300px;
        background-color: white;
        display: flex;
        flex-direction: row;
        z-index: 80;
        top: 2000px;
    }
    .bannercomponetesimg{
        margin: 40px 0px 10px 80px;
        position: absolute;
        width: 80%;
        /* height: 60%; */
        background-color: white;
        z-index: 80;

    }
    .menucomponentes{
        position: absolute;
        width: 100%;
        height: 1050px;
        background-color:white;
        display: flex;
        flex-direction: row;
        margin: 1050px 0px 0px 0px;
        z-index: 80;
    }

    .nav_tabs{
		width: 100%;
		background-color: #fff;
        margin: 10px 80px 0px 80px;
		position: relative;
	}

	.nav_tabs ul{
		list-style: none;
	}

	.nav_tabs ul li{
		float: left;
        height: 80px;
        width: 380px;
	}

	.tab_label{
		display: block;
		width: 330px;
        margin: 0px 7px 10px 7px;
		background-color:white;
		padding: 10px;
		font-size: 28px;
		color:#6E6E6E;
        border-bottom: solid 5px #6E6E6E;
		cursor: pointer;
		text-align: center;
        font-family:Roboto;
        font-weight: normal;
	}
    .tab_label:hover{

        display: block;
		width: 330px;
        margin: 0px 7px 10px 7px;
		background-color:white;
		padding: 10px;
		font-size: 28px;
		color:#00000029;
        border-bottom: solid 5px #00000029;
		cursor: pointer;
		text-align: center;
        font-family:Roboto;
        font-weight: normal; 
        opacity: 5;      
    }
	.nav_tabs .rd_tab { 
	display:none;
	position: absolute;
    }

.nav_tabs .rd_tab:checked ~ label { 
    background-color: white;
    color: #F39200;
    border-bottom: solid 5px #F39200;
    font-size: 28px;
    font-family: Roboto;
    font-weight: normal;
    margin: 0px 7px 10px 7px;
}

.tab-content{
	background-color: #fff;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
    font-size:26px;
    font-family:Roboto;
    font-weight: normal;
    top: 140px;	
}

.rd_tab:checked ~ .tab-content{
	display: block;
}
.tab-content h2{
	padding: 0px;
	color: #87d3b7;
}
.tab-content article{
	padding: 10px;
	color: #555;
}
.ctncomponenentes{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 80%;
}
.ctnimagecomponenentes{
    width: 100%;
    height: 80%;

}
.imagecomponenentes{
    width: 90%;

}
.ctntextcomponenentes{
    width: 100%;
    height: 80%;
    text-align: left;
    margin: 35px 40px 0px 20px;
}
.textcomponentes{
    margin:10px 0px 10px 0px;
    cursor: pointer;
    text-align: left;
    font-family:Roboto;
    font-weight: normal;
    font-size: 25px;
    width: 50%;  
    height: 100%;
}
.textcomponentescol{
    display: flex;
    flex-direction: row;
    text-align:left;
    width: 100%;
    height: 100%;
}
.textcomponentescol1{
    width: 80%;
    height: 100%;
    margin: 15px 25px 0px 25px
}
.txtcol1{
    text-align: center;
    font-family:Roboto;
    font-weight: normal;
    font-size: 22px;
    color: #F39200;


}
.textcomponentescol2{
    width: 80%;
    height: 100%;
    margin: 15px 25px 0px 25px
}

.txtcol2{
    text-align: center;
    font-family:Roboto;
    font-weight: normal;
    font-size: 22px;
    color: #F39200;

}
.imgdica{
    width: 100%;
    margin: 0px 0px -5px -30px;
}
.imgautoclave{
    width: 70%;
    margin: 70px 20px 20px 20px;
}
.imgtag{
    width: 70%;
    margin: 90px 20px 20px 20px;
}
.footercont{
    width: 100%;
    height: 35px;
    display: flex;
    flex-direction:row;
    position:absolute;
    background-color: #F39200;
    z-index: 88;
    top: 4100px;
    align-content: center;

}
.afootercont{
    background-color: #F39200;
    float: center;
    margin: 10px 0px 5px 0px;
    font-size:20px;
    font-family:Roboto;
    font-weight: normal;
    text-align: center;
    color:#fff;
    margin-top:10px ;
    align-content: center;
    width: 100%;
    
}
}