/* Estilos generales */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;

}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 20px;


  
}

/* Header */
header {
    background: #ec700a;
    
    padding: 40px 0;
    text-align: center;

}


.bienvenida {
      position: relative;
      width: 100%;
      height: 50vh;
      
overflow: hidden;

  position: relative;
      
    }



/* Sección de Características */
.features {
    padding: 40px 0;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 8px;




    
}

.features h2 {
    margin-bottom: 20px;
    color: #e64a19;
}

.feature-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;

}

.feature-item img {
    
    width: 50%;
    border-radius: 8px;

     
      height: 100%;
}








.feature-item .feature-text {
    width: 45%;
}

.feature-item h3 {
    color: #e64a19;
}









/* Sección de Precios */
.pricing {
    padding: 40px 0;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 8px;



    
}

.pricing h2 {
    margin-bottom: 20px;
    color: #e43819;
}

.plan {
    border: 1px solid #f1ebeb;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #fafafa;
    text-align: center;
}

.plan h3 {
    color: #e01818;
}

.pricing-img {


    margin-top: 20px;
    border-radius: 8px;

      width: 50%;


     
      height: 100%;



    }







/* Contacto */
.contact {
    padding: 40px 0;
    text-align: center;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 8px;
}








/* Footer */
footer {
    text-align: center;
    padding: 20px 0;
    background: #eee;
    font-size: 14px;
}
