.headerHome{
	background: #ededed;
    border-bottom: #e6e6e6;
    border-style: solid;
    box-shadow: 0px 0 8px #737373;
    padding: 1em 0;
    padding-top: 0;
    border-top: 2px solid #494243;
}

.magnaLink{
    display: flex;
    justify-content: center;
    align-items: center;
}

.Header01_title{
	text-align: center;
    font-size: 1.5em;
}

.Header01_title h1{
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-size: 1.5em;
    letter-spacing: 1px;
}

.header01_img{
	width: 85%;
}

.header02_img{
	width: 35%;
}

.header04_img{
	width: 80%;
}

.header_caracteristica{
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}

.header_caracteristica h1{
    text-align: center;
    font-size: 1em;
    margin: 0;
    padding-top: 0.5em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.header_caracteristica h2{
    text-align: center;
    margin: 0;
    padding: 0.5em;
    color: black;
    font-size: 0.9em;
    font-family: 'Lato', sans-serif;
}

.header01_box_centro{
    padding-top: 2.5em;
}

.header03_img{
	width: 55%;
}

.header_top_img{
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    line-height: 1.2;
}

.header01_text01{
	font-family: 'Lato', sans-serif;
}
.header01_text02{
    font-family: 'Lato', sans-serif;	
    font-weight: 900;
}

.header01_boton{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header01_boton_buy{
    display: block;
    text-decoration: none;
    background: #ff413d;
    color: white;
    font-family: 'Lato';
    padding: 0.5em 1.5em;
    font-size: 1.1em;
    margin: 0.3em;
    border-radius: 6px;
    border: 1px solid #201312;
    box-shadow: 0px 2px 1px 1px #281f1d;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.header01_boton_buy:hover{
    transform: translate(0px, -7px);
    transition: 0.3s;
    background: white;
    color: #ff413d;
}

.header01_boton_buy:active{
    transform: translate(0px, -10px);
    transition: 0.3s;
    background: #ff413d;
    color: white;
}

.header01_pecio{
    display: flex;
    justify-content: center;
    align-items: center;

	font-family: 'Lato';
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 1px;
    margin: 0.3em 0;
}


.header01_pecio_signo{
}


.header01_pecio_price{

}

.header04_caract{
    display: flex;
    justify-content: center;
    align-items: center;
}

.h1_magna2{
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-size: 1.8em;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 2em 0;
}
.parrafo_magna2{
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	font-size: 1.2em;
    line-height: 1.4;
    margin-bottom: 3em;
}


.box_hellbot{
	background: #eaeaea;
}

.img_magna2{
	width: 100%;
	padding: 0 2em;
}

.box_hellbot2{
	background-color: black;
	color: white;
}

.wifi_fondo{
    background-position: top right;
	background-image: url(https://hellbot.xyz/wp-content/uploads/2020/12/wifi-fondo-2.png)!important;
    background-size: contain;
    background-repeat: no-repeat;
}

.li_magna2{
    list-style-type: disc;
    padding: 0 0 23px 1em;
    line-height: 26px;
}

.li_magna2 li::marker {
    color: #EB5757;
}

.dualdrive_fondo{
    background-image: url(https://hellbot.xyz/wp-content/uploads/2020/12/extrusor-dual-drive.png)!important;
    background-size: contain;
    background-repeat: no-repeat;
}

.hellbotBoxBlack{
	background: black;
    color: white;
    width: 340px;
    margin-top: 1em;
    border-radius: 10px;
    padding: 1em;
    margin: 1em auto;
    font-family: 'Lato';
    font-size: 1.3em;
}

.magna2BoxCont{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.magna2BoxChar{
	border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1.5em;
    margin-left: 2em;
    margin-right: 2em;
}

.magna2BoxImg{

}

.magnaBoxImagen{
    width: 100%;
}

.magnaBoxCharText{
	background: black;
    color: white;
    padding: 1em;
    font-size: 1.7em;
    text-align: center;
}

.center_magna2{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 768px){
    .headerHome{
        margin-top: 4em;
    }
}
