
main{
    position: relative;
    top: 60px;
}

.content-one{
    width: 100%;
    justify-content: center;

}


table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black;
}

/*CONTENT porrtada pagina principal*/
.content-portada{
    width: 70%;
    height: 600px;
    background-image: url(../images/img4.jpg);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: auto;
}
@media screen and (max-width:1500px){
    .content-portada{
        background-size: 2000px;
    }
}

.content-item1{
    width: 700px;
    margin: auto;
    text-align: center;
    position: relative;
    top: 60px;
}

.content-item1 h4{
    color: white;
    font-size: 60px;
    font-weight: 100;
}
.content-item1 h3{
    color: white;
    font-size: 60px;
}

.content-item1 h2{
    color: white;
    font-size: 40px;
    font-weight: 100;
}

@media screen and (max-width:800px){
    .content-item1{
        width: 100%;
    }
}


/*CONTENT portada otras paginas*/

.content-portada2{
    width: 70%;
    height: 600px;
    background-image: url(../images/img5.jpg);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin:auto;

}
@media screen and (max-width:1500px){
    .content-portada2{
        background-size: 2000px;
    }
}



/*CONTENT TWO*/

.content-two{
    width: 100%;
    padding: 0px;
    background: #f2f2f2;
}

.content-details{
    width: 70%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.content-item2{
    width: 700px;
    text-align: left;
    margin: 20px;

}

.content-item2 p{
    text-align: left;
    margin-top: 10px;
    color: #000000;
    font-weight: 500;
}

.content-item2 h4{
    text-align: center;
    margin-top: 10px;
    color: #000000;
    font-weight: 500;
    font-size: 25px;
}

.content-item2 td{
    font-size: 18px;
}


.icon-heart, .icon-laptop, .icon-support{
    color: #e47171;
    font-size: 40px;
}

/*CONTENT FOR*/

.content-for{
    width: 100%;
}

.content-item3{
    width: 70%;
    max-width: 1500px;
    margin: auto;
    padding: 10px;
    text-align: center;
}

.content-item3 h4{
    margin-top: 20px;
    text-align: left;
    font-size: 30px;
}

.content-item3 h3{
    margin-top: 20px;
    text-align: left;
    font-size: 25px;
}
.content-item3 p{
    text-align: left;
    font-size: 20px;
    margin-top: 10px;
    color: #000000;
    font-weight: 500;
}

.content-item3 li{
    text-align: left;
    margin-top: 10px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}
.content-item3 img{
    width: 100%;
    max-width: 700px;
    margin-top: 30px;
}
