
main {
    position: relative;
    padding-top: 70px; /* Ajusta según la altura de tu header */
}




.content-item1{
    
    width: 62.5em;
    margin: auto;
    text-align: center;
    position: relative;
    top: 40px;


    
}

/* Diseño de la fuente */

.content-item1 h4{
    font: 700  "Oswald", sans-serif;
    font-size: 364%;
    padding-top: 35px;
    text-shadow: 1px 1px 10px rgba(175, 175, 175, 0.4); 

  	
 
}



.content-item1 h3{
    font-family: Ailerons;
    color: #606060;
    font-size: 45px;
    

    
   
}

.content-item1 h2{
    color: white;
    font-size: 250%;
    font-weight: 100;
    text-shadow: 0.1875em 0.1875em 0.125em rgba(0, 0, 0, 0.7);
}


@media screen and (max-width:37.5em){
    .content-item1{
       width: 100%;
       align-items: center;
       
       
       
    }
    .content-item1 h4{
        padding-top: 2%;
        font-size: 226%;
    }
} 

/*CONTENT TWO*/

.content-two{
    width: 100%;
    padding: 2.5em;
     /* background: #f2f2f2;  */
}

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

.content-item2{
    width: 18.75em;
    text-align: center;
    margin: 1.25em;
    
    
}



.icon-heart, .icon-laptop, .icon-support{
    color: #e47171;
    font-size: 2.5em;
    margin-top: -6%;
}


@media screen and (max-width:37.5em){
   .content-two{
    width: 100%;

    justify-content: center;
   }

   .content-details{
    width: 100%;
   }

    .content-item2 {
        width: 120%;
    font-size: 18px;
   
   } 

   .content-item2 h4{
    font-size: 22px;
   }

   .content-item2 p{
    text-align: justify;
   }
}




/*CONTENT-THREE*/

.content-three{
    width: 100%;
    /* background: #f2f2f2;  */
    padding: 2.5em;

    
}

.content-module{
    width: 80%;
    margin: auto;
    text-align: center;
}

@media screen and (max-width:37.5em){
    .content-module{
        width: 100%;
    }

    .content-module h3{
        font-size: 22px;

    }

    .content-module img{
       max-width: 70%;

    }
}


.content-module img{
    margin-top: 2.5em;
  
    width: 300px;
}


/*CONTENT FOR*/

.content-for{
    width: 100%;
   
    /* background: #f2f2f2; */

    
}

.content-item3{
    width: 90%;
    max-width: 50em;

    margin: auto;
    padding: 2.5em;
    color: black;
    text-align: center;
 
    
}


.content-item3 h4{
    text-align: center;
    font-size: 24px;
}
.content-item3 p{
    font-size: 18px;
    text-align: center;
    margin-top: 1.25em;
    color: black;
    font-weight: 500;
}

.content-item3 img{
    width: 100%;
}


@media screen and (max-width:37.5em){
    .content-item3{
    
        width: 100%;
        font-size: 18px;

    }
    .content-item3 h4{
        font-size: 22px ;
    }
    .content-item3 img{
        width: 100%;
    }
}



/*CONTENT FIVE*/


@property --rotate {
    syntax: "<angle>";
    initial-value: 132deg;
    inherits: false;
  }


.content-five{
        
    width: 100%;
    max-width: 50%;
    margin: auto;
    height: 120px;
    background-color: #f2f2f2;
     border-radius: 40px 40px 0px 0px;
     box-shadow:  -4px -4px 10px rgba(0, 0, 0, .2);
} 

.content-item4{
     color: rgb(0, 0, 0);
    text-align: center;
    font-size: 15px;
}
 
.content-item4 h4{
    padding: 1%;
    font-size: 1.25em;
}

.content-item4 p{
    margin-top: 1.25em;
}

@media screen and (max-width: 37.5em){
    .content-five{
        max-width: 100%;
    }
    
}